/* Index-only theme bridge to keep main.css visuals but force unified surface/background behavior. */

body.index-page {
  --background-color: var(--site-background-color);
  --surface-color: var(--site-surface-color);
  --site-panel-bg-color: var(--site-panel-background);
  --site-nav-background-color: var(--site-nav-gradient);
  --nav-hover-color: var(--site-text-color);
  --nav-dropdown-hover-color: var(--site-text-color);
  background: var(--site-background-gradient);
  background-color: var(--site-background-color);
  background-attachment: fixed;
  overflow-x: clip;
}

body.index-page .dark-background {
  --background-color: transparent;
  --surface-color: var(--site-panel-bg-color);
}

body.index-page .header {
  --background-color: transparent;
  background: var(--site-gradient-default) !important;
  background-color: var(--site-background-color) !important;
}

body.index-page .header .topbar,
body.index-page .header .branding {
  --background-color: transparent;
  background: transparent !important;
  background-color: transparent !important;
}

body.index-page .header .topbar .container {
  justify-content: center !important;
}

body.index-page .header .topbar .contact-info {
  width: 100%;
  justify-content: center;
}

body.index-page.scrolled .header .topbar {
  height: 40px !important;
  visibility: visible !important;
  overflow: visible !important;
}

body.index-page .header .branding .header-social {
  display: flex;
  align-items: center;
}

body.index-page .header .branding .header-social a {
  margin-left: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.index-page .header .branding .header-social a i {
  font-size: 1.35rem;
  line-height: 1;
}

body.index-page section.section,
body.index-page .section {
  background-color: transparent;
}

body.index-page .main,
body.index-page .hero {
  background: transparent !important;
  background-color: transparent !important;
}

body.index-page .hero .hero-background,
body.index-page .hero .hero-background .gradient-blob,
body.index-page .hero .hero-background .grid-pattern {
  display: none !important;
}

body.index-page .about .about-content .values-list .value-item,
body.index-page .services .service-card,
body.index-page .services .cta-section .cta-card,
body.index-page .call-to-action .cta-wrapper,
body.index-page .call-to-action .row.g-0 > .col-lg-5,
body.index-page .call-to-action .cta-content-side,
body.index-page .how-we-work .steps-item,
body.index-page .pricing .pricing-toggle,
body.index-page .pricing .pricing-item,
body.index-page .pricing .card-price,
body.index-page .pricing .card-action .btn-pricing,
body.index-page .purchase .book-format-card,
body.index-page .purchase .bundle-offer,
body.index-page .faq:not(.local-faq) .custom-accordion .accordion-item,
body.index-page .faq:not(.local-faq) .custom-accordion .accordion-item .btn-link {
  background: var(--site-panel-bg-color) !important;
  background-color: var(--site-panel-bg-color) !important;
}

body.index-page .how-we-work .steps-icon,
body.index-page .how-we-work .steps-icon i,
body.index-page .how-we-work .steps-item:hover .steps-icon,
body.index-page .how-we-work .steps-item:hover .steps-icon i {
  color: var(--site-text-color) !important;
}

body.index-page .tabs .content-wrapper .stats-row .stat-item .stat-number {
  color: var(--site-text-color) !important;
}

body.index-page .tabs .content-wrapper .feature-grid .feature-item i {
  color: var(--site-text-color) !important;
}

body.index-page .pricing .pricing-toggle .monthly.active {
  color: var(--site-text-color) !important;
}

body.index-page .pricing .icon i {
  color: var(--site-text-color) !important;
}

body.index-page .purchase .book-format-card .format-price {
  color: var(--site-text-color) !important;
}

body.index-page .features .feature-item .feature-icon i {
  color: var(--site-text-color) !important;
}

body.index-page .purchase .book-format-card .format-icon i {
  color: var(--site-text-color) !important;
}

body.index-page .how-we-work .steps-content .steps-number {
  color: var(--site-text-color) !important;
}

body.index-page .about .about-content .tag-badge {
  color: var(--site-text-color) !important;
}

body.index-page .services .intro-content .section-badge {
  background: color-mix(in srgb, var(--site-section-badge-color), transparent 84%) !important;
  color: var(--site-section-badge-color) !important;
  border: 1px solid color-mix(in srgb, var(--site-section-badge-color), transparent 62%) !important;
}

body.index-page .section-title div .description-title,
body.index-page .hero .hero-content .hero-badge .badge,
body.index-page .section-title h2 {
  color: var(--site-section-badge-color) !important;
}

body.index-page .services .intro-content .section-badge i {
  color: var(--site-section-badge-color) !important;
}

body.index-page .call-to-action .cta-content-side .content-header .subtitle {
  color: var(--site-text-color) !important;
}

body.index-page .bi {
  color: var(--site-text-color) !important;
}

body.index-page .steps .process-step .step-number {
  color: var(--site-text-color) !important;
}

body.index-page .services .services-grid .service-card .card-number span,
body.index-page .services .services-grid .service-card:hover .card-number span {
  background: color-mix(in srgb, var(--accent-color), transparent 90%) !important;
  color: var(--site-text-color) !important;
}

body.index-page .services .services-grid .service-card {
  transition: none !important;
}

body.index-page .services .services-grid .service-card::before {
  display: none !important;
}

body.index-page .services .services-grid .service-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.index-page .services .services-grid .service-card:hover .card-number span {
  background: color-mix(in srgb, var(--accent-color), transparent 90%) !important;
}

body.index-page .call-to-action .cta-wrapper,
body.index-page .quote .quote-form-container {
  background: var(--site-background-gradient) !important;
  background-color: var(--site-background-color) !important;
}

body.index-page .call-to-action .row.g-0,
body.index-page .quote .row.g-0,
body.index-page .call-to-action .cta-content-side,
body.index-page .call-to-action .row.g-0 > [class*="col-"],
body.index-page .quote .quote-info,
body.index-page .quote .quote-form-wrapper,
body.index-page .quote .row.g-0 > [class*="col-"] {
  background: transparent !important;
  background-color: transparent !important;
}

body.index-page .quote .forms-preview,
body.index-page .quote .forms-preview__form,
body.index-page .quote .forms-preview-body,
body.index-page .quote .forms-preview__field,
body.index-page .quote .forms-preview__field .forms-preview__control,
body.index-page .quote .forms-preview__field .forms-preview__control:focus,
body.index-page .quote .forms-preview__applicant-tab,
body.index-page .quote .forms-preview__applicant-arrow {
  background: transparent !important;
  background-color: transparent !important;
}

body.index-page .quote .contact-item .contact-details p a,
body.index-page .quote .contact-item .contact-details p a:visited,
body.index-page .quote .contact-item .contact-details p a:hover,
body.index-page .quote .contact-item .contact-details p a:focus {
  color: var(--site-text-color) !important;
}

body.index-page .navmenu > ul > li > a::before {
  border-top-color: var(--site-text-color);
  border-left-color: var(--site-text-color);
}

body.index-page .navmenu > ul > li > a::after {
  border-bottom-color: var(--site-text-color);
  border-right-color: var(--site-text-color);
}

body.index-page .navmenu > ul > li > a,
body.index-page .navmenu > ul > li > a:focus {
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.index-page .footer .footer-site-logo {
  max-height: 64px;
  width: auto;
  display: inline-block;
}

body.index-page .footer {
  background: var(--site-background-gradient) !important;
  background-color: var(--site-background-color) !important;
  color: var(--site-text-color);
  text-align: left;
  padding: 2.8rem 0 1.25rem;
}

body.index-page .footer .footer-main {
  margin-bottom: 1rem;
}

body.index-page .footer .footer-brand .footer-site-logo {
  margin-bottom: 0.7rem;
}

body.index-page .footer .footer-tagline {
  margin: 0 0 0.85rem;
  color: var(--site-muted-text-color);
  font-style: normal;
}

body.index-page .footer h4 {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  color: var(--site-text-color);
}

body.index-page .footer .social-links {
  margin: 0;
}

body.index-page .footer .social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--site-border-color);
  background: color-mix(in srgb, var(--site-background-color), transparent 55%);
  color: var(--site-text-color);
}

body.index-page .footer .social-links a:hover,
body.index-page .footer .social-links a:focus {
  background: color-mix(in srgb, var(--site-text-color), transparent 88%);
  color: var(--site-text-color);
}

body.index-page .footer .footer-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

body.index-page .footer .footer-contact .contact-item .contact-icon {
  width: 1.1rem;
  display: inline-flex;
  justify-content: center;
}

body.index-page .footer .footer-contact .contact-item .contact-icon i {
  color: var(--site-text-color) !important;
}

body.index-page .footer .footer-contact .contact-item .contact-info,
body.index-page .footer .footer-contact .contact-item .contact-info a {
  color: var(--site-text-color);
  text-decoration: none;
}

body.index-page .footer .footer-contact .contact-item .contact-info a:hover,
body.index-page .footer .footer-contact .contact-item .contact-info a:focus {
  color: var(--site-text-color);
  text-decoration: underline;
}

body.index-page .footer .footer-service-area {
  margin: 0.5rem 0 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--site-muted-text-color);
  font-style: normal;
}

body.index-page .footer .footer-links ul {
  list-style: none;
  margin: 0 0 0.8rem;
  padding: 0;
}

body.index-page .footer .footer-links ul li {
  margin-bottom: 0.35rem;
  color: var(--site-muted-text-color);
}

body.index-page .footer .footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.85rem;
  margin-bottom: 0.9rem;
}

body.index-page .footer .footer-quick-links a {
  color: var(--site-text-color);
  text-decoration: none;
}

body.index-page .footer .footer-quick-links a:hover,
body.index-page .footer .footer-quick-links a:focus {
  text-decoration: underline;
}

body.index-page .footer .footer-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--site-border-color);
  color: var(--site-text-color);
  text-decoration: none;
  font-weight: 600;
}

body.index-page .footer .footer-cta:hover,
body.index-page .footer .footer-cta:focus {
  color: var(--site-text-color);
  background: color-mix(in srgb, var(--site-text-color), transparent 88%);
}

body.index-page .footer .copyright {
  text-align: center;
  border-top-color: color-mix(in srgb, var(--site-border-color), transparent 35%);
}

body.index-page .footer .copyright a {
  color: var(--site-text-color);
  text-decoration: none;
}

body.index-page .footer .copyright a:hover,
body.index-page .footer .copyright a:focus {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  body.index-page .footer {
    text-align: center;
  }

  body.index-page .footer .footer-contact .contact-item {
    justify-content: center;
  }

  body.index-page .footer .footer-service-area {
    justify-content: center;
  }

  body.index-page .footer .footer-quick-links {
    justify-content: center;
  }
}

body.index-page .header .logo img {
  max-height: 4rem;
  width: auto;
  margin-right: 0;
}

body.index-page .service-area .service-area-panel {
  background: var(--site-background-gradient);
  background-color: var(--site-background-color);
  border: 1px solid var(--site-border-color);
  border-radius: 18px;
  padding: clamp(1.1rem, 2vw, 1.5rem);
  height: 100%;
}

body.index-page .service-area .service-area-eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--site-text-color);
  opacity: 0.86;
}

body.index-page .service-area h3 {
  margin-bottom: 0.6rem;
}

body.index-page .service-area .service-area-intro {
  margin-bottom: 0.95rem;
}

body.index-page .service-area .service-area-stack {
  display: grid;
  gap: 0.65rem;
  height: 100%;
}

body.index-page .service-area .service-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

body.index-page .service-area .service-area-panel--overview {
  min-height: 0;
}

body.index-page .service-area .service-hub-panel h4 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

body.index-page .service-area .service-hub-panel p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
}

body.index-page .service-area .service-hub-meta {
  margin: 0.65rem 0 0.75rem;
  padding-left: 1rem;
}

body.index-page .service-area .service-hub-meta li {
  margin-bottom: 0.24rem;
  font-size: 0.9rem;
}

body.index-page .service-area .service-hub-map {
  border: 1px solid color-mix(in srgb, var(--site-text-color), transparent 72%);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 0.55rem;
}

body.index-page .service-area .service-hub-map iframe {
  width: 100%;
  height: 160px;
  border: 0;
  display: block;
}

body.index-page .service-area .service-hub-map-link {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  color: var(--site-text-color);
}

body.index-page .service-area .service-area-fallback {
  margin-bottom: 0.9rem;
  font-weight: 600;
}

body.index-page .service-area .service-area-notes {
  display: grid;
  gap: 0.48rem;
  margin-bottom: 1rem;
}

body.index-page .service-area .service-area-note {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--site-text-color);
}

body.index-page .service-area .service-area-note i {
  font-size: 1rem;
}

body.index-page .service-area .service-area-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--site-text-color), transparent 70%);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  color: var(--site-text-color);
  background: color-mix(in srgb, var(--site-background-color), transparent 45%);
  transition: transform 0.2s ease, filter 0.2s ease;
}

body.index-page .service-area .service-area-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

@media (max-width: 991.98px) {
  body.index-page .service-area .service-hub-grid {
    grid-template-columns: 1fr;
  }
}

body.index-page .local-faq .custom-accordion .accordion-item {
  background: transparent !important;
  background-color: transparent !important;
  border: 3px solid var(--site-border-color);
  border-radius: 12px;
  margin-bottom: 0.6rem;
  overflow: hidden;
}

body.index-page .local-faq .accordion-button {
  background: var(--site-background-gradient) !important;
  background-color: var(--site-background-color) !important;
  color: var(--site-text-color);
  font-weight: 600;
}

body.index-page .local-faq .accordion-button:not(.collapsed) {
  background: var(--site-background-gradient) !important;
  background-color: var(--site-background-color) !important;
  color: var(--site-text-color);
  box-shadow: none;
}

body.index-page .local-faq .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--site-text-color), transparent 75%);
}

body.index-page .local-faq .accordion-button::after {
  filter: brightness(0) invert(1);
}

body.index-page .local-faq .accordion-body {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--site-text-color);
}

body.index-page .local-faq .accordion-collapse {
  background: transparent !important;
  background-color: transparent !important;
}

@media (max-width: 1199.98px) {
  body.index-page .header .branding > .container {
    justify-content: center !important;
    position: relative;
  }

  body.index-page .header .branding .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
    z-index: 2;
  }

  body.index-page:not(.mobile-nav-active):not(.mobile-nav-closing) .header .branding .navmenu {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  body.index-page .navmenu > ul {
    display: none !important;
  }

  body.index-page.mobile-nav-active .navmenu {
    position: fixed !important;
    inset: 0 !important;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0.85) !important;
    transition: background 0.28s ease;
    z-index: 9997 !important;
  }

  body.index-page.mobile-nav-active .navmenu > ul {
    display: block !important;
    position: fixed !important;
    top: 80px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(86vw, 360px) !important;
    max-height: none !important;
    overflow-y: auto !important;
    transform: translateX(100%);
    transition: transform 0.32s ease;
    visibility: visible;
    pointer-events: auto;
    z-index: 9998 !important;
  }

  body.index-page.mobile-nav-active.mobile-nav-visible .navmenu > ul {
    transform: translateX(0);
  }

  body.index-page.mobile-nav-closing .navmenu {
    background: rgba(0, 0, 0, 0) !important;
  }

  body.index-page.mobile-nav-closing .mobile-nav-toggle {
    color: #fff;
    border-color: #fff;
    position: absolute;
    font-size: 24px;
    top: 16px;
    right: 16px;
    margin-right: 0;
    z-index: 9999;
  }

  body.index-page.mobile-nav-closing .mobile-nav-toggle:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
  }

  body.index-page.mobile-nav-closing .navmenu > ul {
    transform: translateX(100%);
  }

  body.index-page.mobile-nav-closing {
    overflow: hidden;
  }

  body.index-page.mobile-nav-active .consultation-launcher,
  body.index-page.mobile-nav-closing .consultation-launcher {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

body.index-page .consultation-launcher {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  left: auto !important;
  width: fit-content;
  max-width: calc(100vw - 24px);
  box-sizing: border-box;
  z-index: 100020;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid color-mix(in srgb, var(--site-text-color), transparent 82%);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  background: var(--site-nav-gradient);
  color: var(--site-text-color);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.44);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.3s ease, opacity 0.28s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

body.index-page .consultation-launcher span {
  max-width: 100%;
  white-space: normal;
}

body.index-page.consultation-launcher-ready .consultation-launcher {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

body.index-page .consultation-launcher:hover {
  transform: translateX(0) translateY(-2px);
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.48);
  filter: brightness(1.05);
}

body.index-page.consultation-launcher-hidden .consultation-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px);
}

body.index-page .consultation-launcher:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--site-text-color), transparent 30%);
  outline-offset: 2px;
}

body.index-page .consultation-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100005;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

body.index-page .consultation-drawer {
  position: fixed;
  right: 18px;
  bottom: 84px;
  z-index: 100010;
  width: min(430px, calc(100vw - 28px));
  max-height: min(78vh, 760px);
  border: 1px solid color-mix(in srgb, var(--site-text-color), transparent 82%);
  border-radius: 16px;
  background: var(--site-panel-bg-color);
  background-color: var(--site-surface-color);
  box-shadow: 0 34px 54px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateX(calc(100% + 28px));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

body.index-page .consultation-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem 0.85rem;
  border-bottom: 1px solid color-mix(in srgb, var(--site-text-color), transparent 86%);
  background: var(--site-background-color);
  background-color: var(--site-background-color);
}

body.index-page .consultation-drawer__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: color-mix(in srgb, var(--site-text-color), transparent 22%);
}

body.index-page .consultation-drawer__header h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--site-text-color);
}

body.index-page .consultation-drawer__close {
  border: 1px solid color-mix(in srgb, var(--site-text-color), transparent 72%);
  background: transparent;
  color: var(--site-text-color);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.index-page .consultation-drawer__body {
  padding: 1rem;
  overflow: auto;
  background: var(--site-background-gradient);
  background-color: var(--site-background-color);
}

body.index-page .consultation-drawer .forms-preview-body {
  background: var(--site-background-gradient) !important;
  background-color: var(--site-background-color) !important;
}

body.index-page .consultation-drawer .forms-preview__title {
  margin-bottom: 0.75rem;
  font-size: 1.12rem;
}

body.index-page .consultation-drawer .forms-preview__submit {
  width: 100%;
}

body.index-page.consultation-open .consultation-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.index-page.consultation-open .consultation-drawer {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

body.index-page .scroll-top {
  bottom: 84px;
}

body.index-page.consultation-open .scroll-top {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.index-page .hero .hero-buttons .btn,
body.index-page .call-to-action .cta-content-side .cta-actions .btn-cta-primary,
body.index-page .services .intro-content .cta-button,
body.index-page .service-area .service-area-cta,
body.index-page .footer .footer-cta,
body.index-page .quote .php-email-form button[type="submit"],
body.index-page .quote .forms-preview__submit,
body.index-page .consultation-drawer .forms-preview__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid color-mix(in srgb, var(--site-text-color), transparent 82%) !important;
  border-radius: 999px !important;
  padding: 0.7rem 1rem;
  background: var(--site-nav-gradient) !important;
  color: var(--site-text-color) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.44);
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

body.index-page .hero .hero-buttons .btn:hover,
body.index-page .hero .hero-buttons .btn:focus,
body.index-page .call-to-action .cta-content-side .cta-actions .btn-cta-primary:hover,
body.index-page .call-to-action .cta-content-side .cta-actions .btn-cta-primary:focus,
body.index-page .services .intro-content .cta-button:hover,
body.index-page .services .intro-content .cta-button:focus,
body.index-page .service-area .service-area-cta:hover,
body.index-page .service-area .service-area-cta:focus,
body.index-page .footer .footer-cta:hover,
body.index-page .footer .footer-cta:focus,
body.index-page .quote .php-email-form button[type="submit"]:hover,
body.index-page .quote .php-email-form button[type="submit"]:focus,
body.index-page .quote .forms-preview__submit:hover,
body.index-page .quote .forms-preview__submit:focus,
body.index-page .consultation-drawer .forms-preview__submit:hover,
body.index-page .consultation-drawer .forms-preview__submit:focus {
  color: var(--site-text-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.48);
  filter: brightness(1.05);
}

@media (max-width: 768px) {
  body.index-page .consultation-launcher {
    right: 12px !important;
    left: auto !important;
    bottom: 12px !important;
    justify-content: center;
    border-radius: 14px;
    width: fit-content;
    max-width: calc(100vw - 24px);
  }

  body.index-page .consultation-launcher span {
    font-size: 0;
  }

  body.index-page .consultation-launcher span::after {
    content: "Quote";
    font-size: 1.5rem;
  }

  body.index-page .consultation-drawer {
    right: 12px;
    left: 12px;
    bottom: 74px;
    width: auto;
    max-height: min(74vh, 680px);
    transform: translateY(calc(100% + 22px));
  }

  body.index-page.consultation-open .consultation-drawer {
    transform: translateY(0);
  }

  body.index-page .scroll-top {
    right: 12px;
    bottom: 84px;
  }
}

@media (min-width: 992px) {
  body.index-page .hero .hero-content {
    max-width: 620px;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  body.index-page .header {
    --site-topbar-height: 40px;
    --site-branding-height: 66px;
  }

  body.index-page .header .branding {
    min-height: var(--site-branding-height);
    display: flex;
    align-items: center;
  }

  body.index-page .header .branding > .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-height: var(--site-branding-height);
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }

  body.index-page .header .branding .logo {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(calc(-50% - (var(--site-topbar-height) * 0.5)));
    z-index: 2;
    display: inline-flex;
    align-items: center;
    height: 100%;
  }

  body.index-page .header .branding .logo img {
    max-height: 6rem;
  }

  body.index-page .header .branding .logo h1 {
    margin: 0;
    line-height: 1;
  }

  body.index-page .header .branding .navmenu {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
  }

  body.index-page .header .branding .navmenu > ul {
    height: auto;
    align-items: center;
    justify-content: center;
  }

  body.index-page .header .branding .navmenu > ul > li,
  body.index-page .header .branding .navmenu > ul > li > a {
    display: inline-flex;
    align-items: center;
    height: auto;
  }

  body.index-page .header .branding .header-social {
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%, calc(-50% - (var(--site-topbar-height) * 0.5)));
    z-index: 2;
  }
}

body.index-page:not(.privacy-page):not(.terms-page) .powered-by-skylabs,
body.index-page:not(.privacy-page):not(.terms-page) .powered-by-skylabs a {
  color: var(--site-text-color) !important;
  font-size: 18px !important;
}
