/* 首页 V2 - 对齐桌面参考页尺寸（配色使用站点橙色变量） */

.page-home-v2 {
  --home-text: #1d1d1f;
  --home-muted: #86868b;
  --home-container: 1280px;
  background: #f5f5f7;
  color: var(--home-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "PingFang SC", "Microsoft YaHei", sans-serif;
  padding-bottom: 0;
}

html:has(.page-home-v2) {
  scroll-padding-top: 80px;
}

.page-home-v2 .site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  height: 64px;
  padding: 0 max(16px, calc((100vw - var(--home-container)) / 2));
  border-bottom: 1px solid transparent;
}

.page-home-v2 .brand {
  flex: 0 0 auto;
  min-width: 0;
  gap: 8px;
}

.page-home-v2 .brand-mark {
  width: auto;
  height: 28px;
}

.page-home-v2 .brand-text {
  padding-left: 0;
  border-left: 0;
  font-size: 14px;
  font-weight: 500;
}

.page-home-v2 .main-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 32px;
  padding-left: 0;
  font-size: 16px;
}

.page-home-v2 .main-nav a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--home-text);
}

.page-home-v2 .main-nav a.is-active:after,
.page-home-v2 .main-nav a:hover:after {
  display: none;
}

.page-home-v2 .site-header--home {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
  transition: background-color .3s ease, box-shadow .3s ease, border-color .3s ease, color .3s ease;
}

.page-home-v2 .site-header--home .brand-text {
  color: rgba(255, 255, 255, .8);
}

.page-home-v2 .site-header--home .main-nav a,
.page-home-v2 .site-header--home .site-header__phone,
.page-home-v2 .site-header--home .site-header__phone span {
  color: rgba(255, 255, 255, .9);
}

.page-home-v2 .site-header--home .brand-mark {
  filter: brightness(0) invert(1);
}

.page-home-v2 .site-header--home .main-nav a.is-active,
.page-home-v2 .site-header--home .main-nav a:hover {
  color: var(--orange);
}

.page-home-v2 .site-header--home.is-scrolled {
  border-bottom-color: transparent;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.page-home-v2 .site-header--home.is-scrolled .brand-text {
  color: var(--home-muted);
}

.page-home-v2 .site-header--home.is-scrolled .main-nav a,
.page-home-v2 .site-header--home.is-scrolled .site-header__phone,
.page-home-v2 .site-header--home.is-scrolled .site-header__phone span {
  color: var(--home-text);
}

.page-home-v2 .site-header--home.is-scrolled .brand-mark {
  filter: none;
}

.page-home-v2 .site-header__phone {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}

.page-home-v2 .site-header__phone i,
.page-home-v2 .home-v2-float i,
.page-home-v2 .home-v2-contact__icon .fa-phone-alt,
.page-home-v2 .home-v2-footer__contact-list .fa-phone-alt {
  display: inline-block;
  transform: scaleX(-1);
}

.page-home-v2 .site-header__phone i {
  color: var(--orange);
  font-size: 16px;
}

.page-home-v2 .site-header__phone:hover,
.page-home-v2 .site-header__phone:hover span {
  color: var(--orange);
}

.page-home-v2 main {
  padding-top: 0;
}

.home-v2-container {
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 0 16px;
}

.home-v2-section {
  padding: 80px 0;
  background: #fff;
}

#viewpoint {
  padding-top: 75px;
}

.home-v2-section--soft {
  background: #f5f5f7;
}

.home-v2-section__head {
  margin-bottom: 36px;
  text-align: center;
}

.home-v2-section__head h2 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--home-text);
}

.home-v2-section__head p {
  margin: 0 auto;
  max-width: 672px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.75;
}

.home-v2-section__head--single-line p {
  max-width: none;
  white-space: nowrap;
}

.home-v2-section__head--light h2,
.home-v2-section__head--light p {
  color: #fff;
}

.home-v2-section__head--light p {
  color: rgba(255, 255, 255, .7);
}

.home-v2-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.home-v2-hero {
  position: relative;
  display: flex;
  box-sizing: border-box;
  height: 480px;
  min-height: 0;
  padding-top: 92px;
  padding-bottom: 40px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom right, #1d1d1f, #424245);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.home-v2-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .1;
}

.home-v2-hero__glow::before,
.home-v2-hero__glow::after {
  content: "";
  position: absolute;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  background: var(--orange);
  filter: blur(64px);
}

.home-v2-hero__glow::before {
  top: -192px;
  right: -192px;
}

.home-v2-hero__glow::after {
  bottom: -192px;
  left: -192px;
}

.home-v2-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 0 24px;
}

.home-v2-hero__title {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
}

.home-v2-hero__subtitle {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, .9);
}

.home-v2-hero__desc {
  margin: 0 auto 20px;
  max-width: 760px;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .02em;
}

.home-v2-hero__slogan {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  font-style: italic;
  line-height: 1.6;
}

.home-v2-hero__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}

.home-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s ease;
}

.home-v2-btn--primary {
  border: 0;
  background: var(--orange);
  color: #fff;
}

.home-v2-btn--primary:hover {
  transform: scale(1.05);
  background: var(--orange-dark);
}

.home-v2-btn--ghost {
  border: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
  color: #fff;
}

.home-v2-btn--ghost:hover {
  background: rgba(255, 255, 255, .2);
}

.home-v2-btn--block {
  width: 100%;
  border-radius: 8px;
}

.home-v2-more-link {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  color: var(--orange);
  font-size: 16px;
  font-weight: 500;
}

.home-v2-more-link i {
  margin-left: 8px;
  font-size: 16px;
  transition: transform .2s ease;
}

.home-v2-more-link:hover {
  color: var(--orange-dark);
}

.home-v2-more-link:hover i {
  transform: translateX(4px);
}

.home-v2-about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: stretch;
}

.home-v2-about__copy p {
  margin: 0 0 24px;
  color: var(--home-text);
  font-size: 18px;
  line-height: 1.625;
}

.home-v2-about__copy p:nth-child(3) {
  margin-bottom: 32px;
}

.home-v2-about__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-v2-about__checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--home-text);
  font-size: 17px;
  font-weight: 400;
}

.home-v2-about__checks i {
  color: var(--orange);
  font-size: 20px;
}

.home-v2-founder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 36px;
  border-radius: 16px;
  background: #f5f5f7;
}

.home-v2-founder__head {
  margin-bottom: 20px;
  text-align: center;
}

.home-v2-founder__avatar {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e8e8ed;
}

.home-v2-founder__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.home-v2-founder h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--home-text);
}

.home-v2-founder__role {
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 16px;
}

.home-v2-founder__desc {
  margin: 0;
  color: var(--home-text);
  font-size: 16px;
  line-height: 1.95;
  text-align: center;
}

.home-v2-founder .home-v2-more-link {
  margin-top: 16px;
}

.home-v2-service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.home-v2-service-card {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  transition: all .3s ease;
}

.home-v2-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.home-v2-service-card__icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 12px;
  background: rgba(240, 90, 26, .1);
  color: var(--orange);
  font-size: 24px;
}

.home-v2-service-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: var(--home-text);
}

.home-v2-service-card p {
  margin: 0 0 16px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.75;
}

.home-v2-case-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.home-v2-case-card {
  overflow: hidden;
  border-radius: 16px;
  background: #f5f5f7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  transition: all .3s ease;
}

.home-v2-case-card--white {
  background: #fff;
}

.home-v2-case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.home-v2-case-card img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}

.home-v2-case-card__body {
  padding: 24px;
}

.home-v2-case-card__body h3 {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 700;
  color: #1d1d1f;
}

.home-v2-case-card__body .home-v2-case-card__tag {
  margin: 0 0 12px;
  color: #86868b;
  font-size: 17px;
}

.home-v2-case-card__body p {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.95;
}

.home-v2-case-card__body .home-v2-more-link {
  margin-top: 16px;
}

.home-v2-quote-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.home-v2-quote-card {
  padding: 32px;
  border-radius: 16px;
  background: #f5f5f7;
}

.home-v2-quote-card__icon {
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 36px;
  line-height: 1;
}

.home-v2-quote-card .home-v2-quote-card__lead {
  margin: 0 0 16px;
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.home-v2-quote-card p {
  margin: 0;
  color: #86868b;
  font-size: 16px;
  line-height: 1.75;
}

.home-v2-contact {
  padding: 80px 0;
  background: linear-gradient(to bottom right, #1d1d1f, #424245);
  color: #fff;
}

.home-v2-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

.home-v2-contact__info h3 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
}

.home-v2-contact__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-v2-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.home-v2-contact__icon {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  color: var(--orange);
  font-size: 20px;
}

.home-v2-contact__item h4 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
}

.home-v2-contact__item p,
.home-v2-contact__item a {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.75;
}

.home-v2-contact__item small {
  display: block;
  margin-top: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.home-v2-contact__item--media > div {
  text-align: left;
}

.home-v2-contact__social {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 8px;
}

.home-v2-contact__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
}

.home-v2-contact__social-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.home-v2-contact__social-icon--stroke path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-v2-contact__social a:hover {
  color: var(--orange);
}

.home-v2-contact__note {
  margin-top: 32px;
  padding: 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.95;
}

.home-v2-contact__note i {
  margin-right: 8px;
  color: var(--orange);
}

.home-v2-contact__form {
  padding: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(4px);
}

.home-v2-contact__form h3 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
}

.home-v2-contact__form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-v2-contact__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.home-v2-contact__field input,
.home-v2-contact__field select,
.home-v2-contact__field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  padding: 12px 16px;
  font-size: 16px;
}

.home-v2-contact__field input::placeholder,
.home-v2-contact__field textarea::placeholder {
  color: rgba(255, 255, 255, .5);
}

.home-v2-contact__field input:focus,
.home-v2-contact__field select:focus,
.home-v2-contact__field textarea:focus {
  outline: none;
  border-color: var(--orange);
}

.home-v2-contact__field select option {
  color: #1d1d1f;
}

.home-v2-footer {
  background: #1d1d1f;
  color: rgba(255, 255, 255, .7);
  padding: 30px 0;
}

.home-v2-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.home-v2-footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.home-v2-footer__logo img {
  width: auto;
  height: 28px;
  filter: brightness(0) invert(1);
}

.home-v2-footer__logo span {
  color: #fff;
  font-size: 14px;
}

.home-v2-footer__brand p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.home-v2-footer h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.home-v2-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-v2-footer li + li {
  margin-top: 8px;
}

.home-v2-footer a {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.home-v2-footer a:hover {
  color: var(--orange);
}

.home-v2-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.home-v2-footer__contact-list i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--orange);
  font-size: 16px;
}

.home-v2-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0 0;
  text-align: center;
  font-size: 14px;
}

.home-v2-footer__bottom p {
  margin: 0;
}

.home-v2-footer__bottom p + p {
  margin-top: 8px;
  color: rgba(255, 255, 255, .5);
}

.home-v2-footer__bottom a {
  color: rgba(255, 255, 255, .5);
}

.home-v2-footer__bottom a:hover {
  color: var(--orange);
}

.page-home-v2 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}

.page-home-v2 .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-home-v2 .home-v2-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .1);
  font-size: 16px;
  font-weight: 400;
  transition: transform .2s ease, background .2s ease;
}

.page-home-v2 .home-v2-float:hover {
  transform: scale(1.05);
  background: var(--orange-dark);
  color: #fff;
}

.page-home-v2 .floating-consult {
  display: none;
}

.page-home-v2 .mobile-actions {
  display: none !important;
}

.page-home-v2 .menu-button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 8px;
  font-size: 14px;
}

.page-home-v2 .menu-button i {
  font-size: 20px;
  line-height: 1;
}

.page-home-v2 .site-header--home.is-scrolled .menu-button {
  color: var(--home-text);
}

@media (max-width: 767px) {
  .page-home-v2 .main-nav {
    top: 64px;
    right: 16px;
    left: 16px;
    padding: 16px;
    gap: 12px;
  }

  .page-home-v2 .main-nav a {
    min-height: 0;
    padding: 8px 0;
    justify-content: flex-start;
  }

  .home-v2-about__checks {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) {
  .home-v2-container {
    padding: 0 24px;
  }

  .home-v2-hero__inner {
    padding: 0 24px;
  }

  .home-v2-hero__actions {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .page-home-v2 .site-header {
    height: 80px;
  }

  .page-home-v2 .site-header__phone {
    display: inline-flex;
  }

  .home-v2-container {
    padding: 0 32px;
  }

  .home-v2-hero__inner {
    padding: 0 32px;
  }

  .home-v2-section,
  .home-v2-contact {
    padding: 80px 0;
  }

  #viewpoint {
    padding-top: 75px;
  }

  .home-v2-section__head h2 {
    font-size: 42px;
  }

  .home-v2-hero {
    height: 500px;
    padding-top: 112px;
    padding-bottom: 48px;
  }

  .home-v2-hero__title {
    font-size: 46px;
    margin-bottom: 22px;
    line-height: 1.2;
  }

  .home-v2-hero__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.45;
  }

  .home-v2-hero__desc {
    font-size: 17px;
    margin-bottom: 24px;
    line-height: 1.85;
  }

  .home-v2-hero__slogan {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.65;
  }

  .home-v2-hero__actions {
    gap: 16px;
    margin-top: 0;
  }

  .home-v2-about {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-quote-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-v2-contact__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-v2-hero__title {
    font-size: 52px;
    margin-bottom: 24px;
  }

  .home-v2-hero__subtitle {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .home-v2-hero__desc {
    margin-bottom: 26px;
  }

  .home-v2-hero__slogan {
    margin-bottom: 34px;
  }

  .home-v2-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-v2-section__head--single-line p {
    white-space: normal;
  }
}

/* ==========================================================================
   内页 - 与首页一致的导航 / 页脚 / 悬浮按钮
   ========================================================================== */

.page-site-v2 {
  --home-text: #1d1d1f;
  --home-muted: #86868b;
  --home-container: 1280px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "PingFang SC", "Microsoft YaHei", sans-serif;
  padding-bottom: 0;
}

html:has(.page-site-v2) {
  scroll-padding-top: 80px;
}

.page-site-v2 .site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  height: 64px;
  padding: 0 max(16px, calc((100vw - var(--home-container)) / 2));
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.page-site-v2 .brand {
  flex: 0 0 auto;
  min-width: 0;
  gap: 8px;
}

.page-site-v2 .brand-mark {
  width: auto;
  height: 28px;
}

.page-site-v2 .brand-text {
  padding-left: 0;
  border-left: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--home-muted);
}

.page-site-v2 .main-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 32px;
  padding-left: 0;
  font-size: 16px;
}

.page-site-v2 .main-nav a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--home-text);
}

.page-site-v2 .main-nav a.is-active:after,
.page-site-v2 .main-nav a:hover:after {
  display: none;
}

.page-site-v2 .main-nav a.is-active,
.page-site-v2 .main-nav a:hover {
  color: var(--orange);
}

.page-site-v2 .site-header__phone {
  flex: 0 0 auto;
  display: none;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: var(--home-text);
}

.page-site-v2 .site-header__phone i,
.page-site-v2 .home-v2-footer__contact-list .fa-phone-alt {
  display: inline-block;
  transform: scaleX(-1);
  color: var(--orange);
  font-size: 16px;
}

.page-site-v2 .home-v2-float i {
  display: inline-block;
  transform: scaleX(-1);
  color: #fff;
  font-size: 16px;
}

.page-site-v2 .site-header__phone:hover,
.page-site-v2 .site-header__phone:hover span {
  color: var(--orange);
}

.page-site-v2 .menu-button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--home-text);
  padding: 8px;
}

.page-site-v2 .menu-button i {
  font-size: 20px;
  line-height: 1;
}

.page-site-v2 .home-v2-container {
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 0 16px;
}

.page-site-v2 .home-v2-footer {
  background: #1d1d1f;
  color: rgba(255, 255, 255, .7);
  padding: 30px 0;
}

.page-site-v2 .home-v2-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.page-site-v2 .home-v2-footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.page-site-v2 .home-v2-footer__logo img {
  width: auto;
  height: 28px;
  filter: brightness(0) invert(1);
}

.page-site-v2 .home-v2-footer__logo span {
  color: #fff;
  font-size: 14px;
}

.page-site-v2 .home-v2-footer__brand p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.page-site-v2 .home-v2-footer h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.page-site-v2 .home-v2-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-site-v2 .home-v2-footer li + li {
  margin-top: 8px;
}

.page-site-v2 .home-v2-footer a {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.page-site-v2 .home-v2-footer a:hover {
  color: var(--orange);
}

.page-site-v2 .home-v2-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.page-site-v2 .home-v2-footer__contact-list i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--orange);
  font-size: 16px;
}

.page-site-v2 .home-v2-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0 0;
  text-align: center;
  font-size: 14px;
}

.page-site-v2 .home-v2-footer__bottom p {
  margin: 0;
}

.page-site-v2 .home-v2-footer__bottom p + p {
  margin-top: 8px;
  color: rgba(255, 255, 255, .5);
}

.page-site-v2 .home-v2-footer__bottom a {
  color: rgba(255, 255, 255, .5);
}

.page-site-v2 .home-v2-footer__bottom a:hover {
  color: var(--orange);
}

.page-site-v2 .home-v2-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .1);
  font-size: 16px;
  font-weight: 400;
  transition: transform .2s ease, background .2s ease;
}

.page-site-v2 .home-v2-float:hover {
  transform: scale(1.05);
  background: var(--orange-dark);
  color: #fff;
}

.page-site-v2 .floating-consult,
.page-site-v2 .mobile-actions {
  display: none !important;
}

@media (min-width: 640px) {
  .page-site-v2 .home-v2-container {
    padding: 0 24px;
  }
}

@media (min-width: 768px) {
  .page-site-v2 .site-header {
    height: 80px;
  }

  .page-site-v2 .site-header__phone {
    display: inline-flex;
  }

  .page-site-v2 .home-v2-container {
    padding: 0 32px;
  }

  .page-site-v2 .home-v2-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-site-v2 .main-nav {
    top: 64px;
    right: 16px;
    left: 16px;
    padding: 16px;
    gap: 12px;
  }

  .page-site-v2 .main-nav a {
    min-height: 0;
    padding: 8px 0;
    justify-content: flex-start;
  }
}
