/*
 * Homepage hero composition
 * Isolated from legacy page styles so the reference layout remains stable.
 */

html body :is(
  .hero#top .hero-inner,
  .hero#top .home-hero-values,
  .common-problems#common-problems > .container,
  .cases-proof#cases > .container,
  #services > .container,
  .lead-approach#approach > .container,
  .industries > .container,
  .process-section > .container,
  .testimonials#testimonials > .container,
  .faq-section#faq > .container,
  .footer-contact > .container.footer-contact-grid
) {
  width: min(calc(100% - 64px), 1320px) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}

html body .hero#top {
  position: relative !important;
  isolation: isolate !important;
  padding: clamp(26px, 2.8vw, 38px) 0 clamp(24px, 2.8vw, 38px) !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 82% 20%, rgba(189, 141, 66, 0.08), transparent 26%),
    radial-gradient(circle at 10% 78%, rgba(25, 50, 103, 0.035), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%) !important;
}

html body .hero#top > .watermark-hero {
  display: none !important;
}

html body .hero#top::before,
html body .hero#top::after,
html body .hero#top .hero-inner::before,
html body .hero#top .hero-inner::after {
  display: none !important;
  content: none !important;
}

html body .hero#top .hero-inner,
html body .hero#top .home-hero-values {
  position: relative !important;
  z-index: 1 !important;
  width: min(calc(100% - 64px), 1320px) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}

html body .hero#top .hero-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 500px) !important;
  gap: clamp(48px, 4.8vw, 68px) !important;
  align-items: center !important;
  padding: 0 !important;
}

html body .hero#top .hero-copy {
  max-width: 760px !important;
  padding: 0 !important;
}

html body .hero#top .hero-trust-label {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 0 clamp(20px, 2vw, 28px) !important;
  color: var(--premium-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

html body .hero#top .hero-trust-label::before {
  width: 56px !important;
  height: 3px !important;
  flex: 0 0 56px !important;
  margin: 0 !important;
  background: linear-gradient(90deg, var(--premium-gold), var(--premium-gold-light)) !important;
  border-radius: 999px !important;
  content: "" !important;
}

html body .hero#top .hero-trust-label::after {
  display: none !important;
  content: none !important;
}

html body .hero#top .hero-trust-text {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  color: inherit !important;
}

html body .hero#top .hero-trust-text span:not(.trust-dot) {
  color: inherit !important;
  font-weight: inherit !important;
}

html body .hero#top .hero-trust-text .trust-dot {
  width: auto !important;
  height: auto !important;
  color: var(--premium-gold) !important;
  background: transparent !important;
  font-size: 0.85em !important;
  line-height: 1 !important;
}

html body .hero#top #hero-title {
  max-width: 760px !important;
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

html body .hero#top #hero-title .headline-main,
html body .hero#top #hero-title .headline-support {
  display: block !important;
  color: var(--premium-navy) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
  white-space: normal !important;
}

html body .hero#top #hero-title .headline-main {
  max-width: 100% !important;
  color: var(--premium-navy) !important;
  font-size: clamp(46px, 4.3vw, 64px) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body .hero#top #hero-title .headline-ampersand {
  color: var(--premium-gold) !important;
}

html body .hero#top #hero-title .headline-support {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 14px !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.1 !important;
}

html body .hero#top #hero-title .headline-support span:not(.headline-dot) {
  color: inherit !important;
  white-space: nowrap !important;
}

html body .hero#top #hero-title .headline-dot {
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  flex: 0 0 9px !important;
  background: var(--premium-gold) !important;
  border-radius: 50% !important;
}

html body .hero#top .hero-lead {
  max-width: 700px !important;
  margin: clamp(26px, 2.6vw, 36px) 0 0 !important;
  color: var(--site-text) !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

html body .hero#top .home-hero-principles {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 740px !important;
  margin-top: 28px !important;
}

html body .hero#top .home-hero-principles > div {
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  min-width: 0 !important;
  padding-right: 20px !important;
}

html body .hero#top .home-hero-principles > div + div {
  padding-left: 26px !important;
  border-left: 1px solid rgba(189, 141, 66, 0.2) !important;
}

html body .hero#top .home-principle-icon {
  display: grid !important;
  width: 50px !important;
  height: 50px !important;
  place-items: center !important;
  color: var(--premium-navy) !important;
  background: linear-gradient(145deg, #fffdfa, #f8f3e8) !important;
  border: 1px solid rgba(189, 141, 66, 0.25) !important;
  border-radius: 15px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

html body .hero#top .home-principle-icon svg,
html body .hero#top .home-proof-icon svg {
  width: 26px !important;
  height: 26px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .hero#top .home-principle-icon .home-principle-accent,
html body .hero#top .home-principle-icon .home-principle-art--gold * {
  stroke: var(--premium-gold) !important;
}

html body .hero#top .home-hero-principles strong {
  color: var(--site-text) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

html body .hero#top .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin: clamp(30px, 3vw, 40px) 0 0 !important;
}

html body .hero#top .hero-actions .button {
  width: auto !important;
  min-width: clamp(240px, 18vw, 288px) !important;
  min-height: 56px !important;
  padding: 14px 24px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 760 !important;
}

html body .hero#top .hero-consultation-note {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 16px 0 0 !important;
  color: var(--site-muted) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

html body .hero#top .hero-consultation-note span {
  display: grid !important;
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  place-items: center !important;
  color: var(--premium-gold) !important;
  background: #fffaf3 !important;
  border: 1px solid rgba(189, 141, 66, 0.34) !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

html body .hero#top .hero-media {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: 500px !important;
  margin: 0 !important;
  justify-self: end !important;
}

html body .hero#top .hero-media::before {
  position: absolute !important;
  z-index: -1 !important;
  top: -42px !important;
  right: -72px !important;
  width: 276px !important;
  height: 276px !important;
  background: transparent !important;
  border: 1px solid rgba(189, 141, 66, 0.2) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 52px rgba(189, 141, 66, 0.05) !important;
  filter: none !important;
  content: "" !important;
}

html body .hero#top .hero-media::after {
  position: absolute !important;
  z-index: 2 !important;
  top: -1px !important;
  right: -1px !important;
  width: 58px !important;
  height: 58px !important;
  background: linear-gradient(135deg, rgba(216, 189, 134, 0.25), var(--premium-gold)) !important;
  border-radius: 0 24px 0 58px !important;
  content: "" !important;
  pointer-events: none !important;
}

html body .hero#top .google-corner {
  display: none !important;
}

html body .hero#top .hero-photo {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 0.88 !important;
  overflow: hidden !important;
  background: #f5f1e9 !important;
  border: 1px solid rgba(189, 141, 66, 0.72) !important;
  border-radius: 24px !important;
  box-shadow:
    0 26px 58px rgba(11, 29, 79, 0.12),
    0 4px 14px rgba(11, 29, 79, 0.05) !important;
}

html body .hero#top .hero-photo::after {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background: linear-gradient(180deg, transparent 70%, rgba(11, 29, 79, 0.09)) !important;
  border-radius: inherit !important;
  content: "" !important;
  pointer-events: none !important;
}

html body .hero#top .hero-photo img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: 52% 34% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: saturate(0.92) contrast(1.025) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

html body .hero#top .home-hero-values {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  padding: 0 !important;
  margin-top: clamp(24px, 2.6vw, 34px) !important;
  border: 0 !important;
  list-style: none !important;
}

html body .hero#top .home-hero-values > li {
  display: grid !important;
  grid-template-columns: 60px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  min-width: 0 !important;
  min-height: 160px !important;
  padding: 18px !important;
  color: var(--site-text) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(189, 141, 66, 0.16) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(11, 29, 79, 0.055) !important;
}

html body .hero#top .home-hero-values > li::before {
  display: none !important;
  content: none !important;
}

html body .hero#top .home-hero-values > li.has-link {
  display: block !important;
  padding: 0 !important;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease !important;
}

html body .hero#top .home-proof-link {
  display: grid !important;
  grid-template-columns: 60px minmax(0, 1fr) !important;
  gap: 16px !important;
  min-height: 158px !important;
  padding: 18px !important;
  color: inherit !important;
  border-radius: inherit !important;
  text-decoration: none !important;
}

html body .hero#top .proof-row .credential-link.home-proof-link {
  text-decoration: none !important;
}

html body .hero#top .proof-row .credential-link.home-proof-link::after {
  display: none !important;
  content: none !important;
}

html body .hero#top .home-hero-values > li.has-link:hover,
html body .hero#top .home-hero-values > li.has-link:focus-within {
  border-color: rgba(189, 141, 66, 0.5) !important;
  box-shadow: 0 16px 34px rgba(11, 29, 79, 0.08) !important;
  transform: translateY(-2px) !important;
}

html body .hero#top .home-proof-link:focus-visible {
  outline: 2px solid rgba(189, 141, 66, 0.72) !important;
  outline-offset: 3px !important;
}

html body .hero#top .home-proof-icon {
  display: grid !important;
  width: 60px !important;
  height: 60px !important;
  place-items: center !important;
  color: var(--premium-navy) !important;
  background: linear-gradient(145deg, #fffdfa, #f7f1e6) !important;
  border: 1px solid rgba(189, 141, 66, 0.24) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

html body .hero#top .home-proof-icon svg {
  width: 32px !important;
  height: 32px !important;
  stroke-width: 1.8 !important;
}

html body .hero#top .home-proof-logo img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

html body .hero#top .home-proof-copy {
  display: block !important;
  min-width: 0 !important;
}

html body .hero#top .home-proof-copy strong {
  display: block !important;
  margin: 2px 0 8px !important;
  color: var(--premium-navy) !important;
  font-size: 17px !important;
  font-weight: 750 !important;
  line-height: 1.28 !important;
}

html body .hero#top .home-proof-copy small {
  display: block !important;
  color: var(--site-text) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.52 !important;
}

@media (max-width: 1350px) and (min-width: 901px) {
  html body .hero#top .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 460px) !important;
    gap: 44px !important;
  }

  html body .hero#top .hero-media {
    max-width: 460px !important;
  }

  html body .hero#top .home-hero-values > li {
    min-height: 154px !important;
    padding: 18px 16px !important;
  }

  html body .hero#top .home-proof-link {
    min-height: 152px !important;
    padding: 18px 16px !important;
  }

  html body .hero#top .home-proof-icon {
    width: 58px !important;
    height: 58px !important;
  }

  html body .hero#top .home-proof-copy strong {
    font-size: 16px !important;
  }

  html body .hero#top .home-proof-copy small {
    font-size: 13.5px !important;
  }
}

@media (max-width: 1180px) {
  html body .hero#top .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr) !important;
    gap: 42px !important;
  }

  html body .hero#top #hero-title .headline-support {
    flex-wrap: wrap !important;
  }

  html body .hero#top .home-hero-values {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  html body .hero#top .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  html body .hero#top .hero-media {
    width: min(100%, 500px) !important;
    max-width: 500px !important;
    justify-self: start !important;
  }
}

@media (max-width: 700px) {
  html body :is(
    .hero#top .hero-inner,
    .hero#top .home-hero-values,
    .common-problems#common-problems > .container,
    .cases-proof#cases > .container,
    #services > .container,
    .lead-approach#approach > .container,
    .industries > .container,
    .process-section > .container,
    .testimonials#testimonials > .container,
    .faq-section#faq > .container,
    .footer-contact > .container.footer-contact-grid
  ) {
    width: min(calc(100% - 32px), 1320px) !important;
  }

  html body .hero#top {
    padding: 22px 0 38px !important;
  }

  html body .hero#top .hero-inner,
  html body .hero#top .home-hero-values {
    width: min(calc(100% - 32px), 1320px) !important;
  }

  html body .hero#top .hero-trust-label {
    gap: 10px !important;
    margin-bottom: 16px !important;
    font-size: 10px !important;
    letter-spacing: 0.1em !important;
  }

  html body .hero#top .hero-trust-label::before {
    width: 32px !important;
    flex-basis: 32px !important;
  }

  html body .hero#top #hero-title .headline-main {
    font-size: clamp(36px, 10.5vw, 46px) !important;
    white-space: normal !important;
  }

  html body .hero#top #hero-title .headline-support {
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 10px !important;
    font-size: clamp(22px, 6.2vw, 29px) !important;
  }

  html body .hero#top .hero-lead {
    margin-top: 18px !important;
    line-height: 1.58 !important;
  }

  html body .hero#top .home-hero-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    max-width: none !important;
    margin-top: 20px !important;
  }

  html body .hero#top .home-hero-principles > div,
  html body .hero#top .home-hero-principles > div + div {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: flex-start !important;
    padding: 0 8px 0 0 !important;
    border-left: 0 !important;
  }

  html body .hero#top .home-principle-icon {
    width: 40px !important;
    height: 40px !important;
  }

  html body .hero#top .home-hero-principles strong {
    font-size: 12px !important;
  }

  html body .hero#top .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    margin-top: 22px !important;
  }

  html body .hero#top .hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
  }

  html body .hero#top .home-hero-values {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  html body .hero#top .home-hero-values > li {
    display: flex !important;
    min-height: 132px !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: flex-start !important;
    padding: 16px !important;
  }

  html body .hero#top .home-hero-values > li.has-link {
    padding: 0 !important;
  }

  html body .hero#top .home-proof-link {
    display: flex !important;
    min-height: 130px !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: flex-start !important;
    padding: 16px !important;
  }

  html body .hero#top .home-proof-icon {
    width: 42px !important;
    height: 42px !important;
  }

  html body .hero#top .home-proof-copy strong {
    margin: 0 !important;
    font-size: 13px !important;
  }

  html body .hero#top .home-proof-copy small {
    display: none !important;
  }

  html body .hero#top .hero-photo {
    aspect-ratio: 1 / 1 !important;
  }
}

@media (max-width: 440px) {
  html body .hero#top .hero-trust-text {
    gap: 8px !important;
  }

  html body .hero#top .hero-photo {
    border-radius: 18px !important;
  }

  html body .hero#top .hero-media::after {
    border-radius: 0 18px 0 50px !important;
  }
}

@media (max-width: 350px) {
  html body .hero#top .home-hero-values {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .hero#top .home-hero-values > li.has-link {
    transition: none !important;
  }
}

/* Home process: a compact visual route instead of explanatory cards. */
html body .process-section {
  padding-block: clamp(62px, 6vw, 86px) !important;
}

html body .process-section .section-head {
  max-width: 780px !important;
  margin: 0 0 clamp(36px, 4vw, 54px) !important;
}

html body .process-section .section-head h2 {
  max-width: 760px !important;
  margin-bottom: 0 !important;
  font-size: clamp(38px, 4vw, 54px) !important;
  line-height: 1.06 !important;
}

html body .process-section .process-timeline {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.6vw, 42px) !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow: visible !important;
}

html body .process-section .process-timeline::before {
  content: "" !important;
  position: absolute !important;
  top: 52px !important;
  right: 9% !important;
  left: 9% !important;
  z-index: 0 !important;
  display: block !important;
  width: auto !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(189, 141, 66, 0.16),
    rgba(189, 141, 66, 0.68) 50%,
    rgba(189, 141, 66, 0.16)
  ) !important;
  transform: none !important;
}

html body .process-section .process-timeline::after {
  content: none !important;
  display: none !important;
}

html body .process-section .process-timeline > .process-card:nth-child(n) {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex-direction: column !important;
  grid-column: auto !important;
  grid-row: auto !important;
  gap: 15px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: var(--premium-navy) !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .process-section .process-timeline > .process-card:nth-child(n):hover,
html body .process-section .process-timeline > .process-card:nth-child(n):focus-within {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .process-section .process-node {
  position: absolute !important;
  top: -9px !important;
  left: 50% !important;
  z-index: 3 !important;
  display: grid !important;
  width: 31px !important;
  height: 31px !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--premium-navy) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  background: #ffffff !important;
  border: 1px solid rgba(189, 141, 66, 0.45) !important;
  border-radius: 50% !important;
  box-shadow: 0 7px 18px rgba(11, 29, 79, 0.09) !important;
  transform: translateX(24px) !important;
}

html body .process-section .process-node::after {
  content: none !important;
  display: none !important;
}

html body .process-section .process-icon {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  width: 104px !important;
  height: 104px !important;
  flex: 0 0 104px !important;
  place-items: center !important;
  margin: 0 !important;
  color: var(--premium-navy) !important;
  background:
    radial-gradient(circle at 34% 26%, #ffffff 0 18%, transparent 19%),
    linear-gradient(145deg, #fffdfa 0%, #f7f0e4 100%) !important;
  border: 1px solid rgba(189, 141, 66, 0.3) !important;
  border-radius: 30px !important;
  box-shadow:
    0 16px 34px rgba(11, 29, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  transform: none !important;
}

html body .process-section .process-card:nth-child(3) .process-icon {
  color: #ffffff !important;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.13) 0 18%, transparent 19%),
    linear-gradient(145deg, #102b67 0%, #071846 100%) !important;
  border-color: rgba(189, 141, 66, 0.72) !important;
  box-shadow:
    0 18px 38px rgba(7, 24, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

html body .process-section .process-icon svg {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.55 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .process-section .process-card h3 {
  width: 100% !important;
  max-width: 190px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--premium-navy) !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.015em !important;
  text-align: center !important;
}

html body .process-section .process-card h3::after,
html body .process-section .process-card p,
html body .process-section .process-badge,
html body .process-section .process-cta {
  content: none !important;
  display: none !important;
}

@media (max-width: 900px) {
  html body .process-section .process-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    row-gap: 38px !important;
  }

  html body .process-section .process-timeline::before {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 620px) {
  html body .process-section {
    padding-block: 52px !important;
  }

  html body .process-section .section-head {
    margin-bottom: 32px !important;
  }

  html body .process-section .section-head h2 {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  html body .process-section .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 16px !important;
  }

  html body .process-section .process-timeline > .process-card:last-child {
    grid-column: 1 / -1 !important;
  }

  html body .process-section .process-icon {
    width: 82px !important;
    height: 82px !important;
    flex-basis: 82px !important;
    border-radius: 24px !important;
  }

  html body .process-section .process-icon svg {
    width: 37px !important;
    height: 37px !important;
  }

  html body .process-section .process-node {
    width: 27px !important;
    height: 27px !important;
    font-size: 10px !important;
    transform: translateX(18px) !important;
  }

  html body .process-section .process-card h3 {
    max-width: 150px !important;
    font-size: 15px !important;
  }
}

/* Home FAQ: narrower, calmer and more compact without removing content. */
html body .faq-section#faq {
  padding-block: clamp(58px, 6vw, 78px) !important;
}

html body .faq-section#faq > .container.faq-grid {
  width: min(calc(100% - 64px), 1320px) !important;
  max-width: 1320px !important;
  grid-template-columns: 1fr !important;
  gap: 28px !important;
  margin-inline: auto !important;
}

html body .faq-section#faq .faq-intro {
  display: grid !important;
  max-width: 680px !important;
  gap: 8px !important;
  margin: 0 !important;
}

html body .faq-section#faq .faq-intro .section-kicker {
  margin-bottom: 3px !important;
  font-size: 13px !important;
}

html body .faq-section#faq .faq-intro h2 {
  margin: 0 !important;
  font-size: clamp(38px, 4vw, 48px) !important;
  line-height: 1 !important;
}

html body .faq-section#faq .faq-intro p {
  max-width: 620px !important;
  margin: 8px 0 0 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

html body .faq-section#faq .faq-content {
  gap: 16px !important;
}

html body .faq-section#faq .faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: start !important;
}

html body .faq-section#faq .faq-category {
  gap: 9px !important;
}

html body .faq-section#faq .faq-category h3 {
  gap: 8px !important;
  margin: 0 0 5px !important;
  font-size: 13px !important;
  letter-spacing: 0.055em !important;
}

html body .faq-section#faq .faq-category h3 span {
  width: 7px !important;
  height: 7px !important;
  box-shadow: 0 0 0 4px rgba(46, 125, 225, 0.1) !important;
}

html body .faq-section#faq .faq-item {
  border-radius: 12px !important;
  box-shadow: none !important;
}

html body .faq-section#faq .faq-item:hover,
html body .faq-section#faq .faq-item:focus-within {
  border-color: rgba(189, 141, 66, 0.36) !important;
  box-shadow: 0 10px 24px rgba(11, 29, 79, 0.055) !important;
  transform: translateY(-1px) !important;
}

html body .faq-section#faq .faq-item.is-open,
html body .faq-section#faq .faq-item.is-open:hover,
html body .faq-section#faq .faq-item.is-open:focus-within {
  background: #fbfcff !important;
  border-color: rgba(189, 141, 66, 0.42) !important;
  box-shadow: 0 10px 24px rgba(11, 29, 79, 0.055) !important;
  transform: none !important;
}

html body .faq-section#faq .faq-question {
  min-height: 58px !important;
  gap: 11px !important;
  padding: 11px 13px !important;
}

html body .faq-section#faq .faq-number {
  width: 31px !important;
  height: 31px !important;
  flex: 0 0 31px !important;
  font-size: 11px !important;
  box-shadow: inset 0 0 0 4px #ffffff !important;
}

html body .faq-section#faq .faq-question-text {
  font-size: 15px !important;
  line-height: 1.32 !important;
}

html body .faq-section#faq .faq-chevron {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
}

html body .faq-section#faq .faq-chevron svg {
  width: 15px !important;
  height: 15px !important;
}

html body .faq-section#faq .faq-answer {
  margin: 0 14px 14px 55px !important;
  padding: 11px 13px !important;
  border-radius: 9px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

html body .faq-section#faq .faq-answer p {
  font-size: inherit !important;
  line-height: inherit !important;
}

html body .faq-section#faq .faq-cta-card {
  grid-template-columns: 44px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  margin-top: 0 !important;
  padding: 15px 16px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

html body .faq-section#faq .faq-cta-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
}

html body .faq-section#faq .faq-cta-card h3 {
  margin-bottom: 3px !important;
  font-size: 16px !important;
}

html body .faq-section#faq .faq-cta-card p {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

html body .faq-section#faq .faq-cta-card .button {
  min-height: 42px !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
}

@media (max-width: 820px) {
  html body .faq-section#faq > .container.faq-grid {
    width: min(calc(100% - 32px), 680px) !important;
    gap: 24px !important;
  }

  html body .faq-section#faq .faq-list {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
}

@media (max-width: 560px) {
  html body .faq-section#faq {
    padding-block: 48px !important;
  }

  html body .faq-section#faq .faq-intro h2 {
    font-size: 36px !important;
  }

  html body .faq-section#faq .faq-question {
    min-height: 56px !important;
  }

  html body .faq-section#faq .faq-answer {
    margin-left: 13px !important;
  }

  html body .faq-section#faq .faq-cta-card {
    grid-template-columns: 40px minmax(0, 1fr) !important;
  }

  html body .faq-section#faq .faq-cta-card .button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
}

/* Home hero polish: stronger hierarchy while preserving all core content. */
@media (min-width: 1181px) {
  html body .hero#top .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 450px) !important;
    gap: clamp(54px, 5vw, 72px) !important;
  }

  html body .hero#top .hero-media {
    max-width: 450px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  html body .hero#top .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
  }

  html body .hero#top .hero-media {
    max-width: 420px !important;
  }
}

@media (min-width: 901px) {
  html body .hero#top .hero-media::before {
    top: -34px !important;
    right: -54px !important;
    width: 240px !important;
    height: 240px !important;
    box-shadow: 0 0 0 44px rgba(189, 141, 66, 0.045) !important;
  }

  html body .hero#top .hero-media::after {
    width: 52px !important;
    height: 52px !important;
  }
}

@media (min-width: 701px) {
  html body .hero#top #hero-title .headline-support {
    gap: 10px !important;
    margin-top: 12px !important;
    font-size: clamp(28px, 2.6vw, 38px) !important;
  }

  html body .hero#top #hero-title .headline-dot {
    width: 8px !important;
    height: 8px !important;
    flex-basis: 8px !important;
  }

  html body .hero#top .hero-lead {
    margin-top: clamp(23px, 2.2vw, 30px) !important;
  }

  html body .hero#top .hero-actions {
    margin-top: 26px !important;
  }

  html body .hero#top .hero-consultation-note {
    margin-top: 13px !important;
  }

  html body .hero#top .home-hero-principles {
    max-width: 700px !important;
    margin-top: 22px !important;
  }

  html body .hero#top .home-hero-principles > div {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding-right: 16px !important;
  }

  html body .hero#top .home-hero-principles > div + div {
    padding-left: 20px !important;
  }

  html body .hero#top .home-principle-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 13px !important;
  }

  html body .hero#top .home-principle-icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  html body .hero#top .home-hero-principles strong {
    font-size: 15px !important;
  }

  html body .hero#top .home-hero-values {
    gap: 16px !important;
    margin-top: 26px !important;
  }

  html body .hero#top .home-hero-values > li {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 13px !important;
    min-height: 138px !important;
    padding: 15px !important;
    border-radius: 14px !important;
    box-shadow: 0 9px 22px rgba(11, 29, 79, 0.045) !important;
  }

  html body .hero#top .home-proof-link {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 13px !important;
    min-height: 138px !important;
    padding: 15px !important;
  }

  html body .hero#top .home-proof-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
  }

  html body .hero#top .home-proof-icon svg {
    width: 28px !important;
    height: 28px !important;
  }

  html body .hero#top .home-proof-logo img {
    width: 34px !important;
    height: 34px !important;
  }

  html body .hero#top .home-proof-copy strong {
    display: flex !important;
    min-height: 40px !important;
    align-items: flex-start !important;
    margin: 0 0 5px !important;
    font-size: 15.5px !important;
    line-height: 1.28 !important;
  }

  html body .hero#top .home-proof-copy small {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }
}

/* Service packages: aligned, more visible titles without adding photo weight. */
html body #services .service-package-card .service-package-head {
  display: flex !important;
  min-height: 72px !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 14px 18px !important;
  background:
    radial-gradient(circle at 12% 15%, rgba(189, 141, 66, 0.1), transparent 34%),
    linear-gradient(135deg, #fffdf9 0%, #f8f5ee 100%) !important;
  border-bottom: 1px solid rgba(189, 141, 66, 0.22) !important;
}

html body #services .service-package-card .package-icon {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  place-items: center !important;
  margin: 0 !important;
  color: var(--premium-navy) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(189, 141, 66, 0.3) !important;
  border-radius: 13px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
}

html body #services .service-package-card .package-icon svg {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body #services .service-package-card .service-number {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  flex-direction: row !important;
  gap: 0 !important;
  align-items: center !important;
  margin: 0 0 0 auto !important;
  padding: 7px 9px !important;
  color: var(--premium-gold) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(189, 141, 66, 0.25) !important;
  border-radius: 999px !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
  white-space: nowrap !important;
}

html body #services .service-package-card .service-number::before,
html body #services .service-package-card .service-number::after {
  content: none !important;
  display: none !important;
}

html body #services .service-package-card .service-body {
  padding-top: 16px !important;
}

html body #services .service-package-card h3 {
  display: -webkit-box !important;
  width: 100% !important;
  max-width: none !important;
  min-height: calc(2.36em + 18px) !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-pack: start !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  align-content: start !important;
  margin: 0 0 14px !important;
  padding: 9px 11px !important;
  color: var(--premium-navy) !important;
  background: linear-gradient(90deg, rgba(7, 24, 70, 0.065), rgba(189, 141, 66, 0.055)) !important;
  border-left: 3px solid var(--premium-gold) !important;
  border-radius: 9px !important;
  font-size: clamp(18px, 1.15vw, 20px) !important;
  font-weight: 790 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.018em !important;
  text-wrap: balance !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body #services .service-package-card h3::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 700px) {
  html body #services .service-package-card .service-package-head {
    min-height: 64px !important;
    padding: 11px 14px !important;
  }

  html body #services .service-package-card .package-icon {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  html body #services .service-package-card h3 {
    font-size: 18px !important;
  }
}
