:root {
  --radius: .375rem;
  --background: oklch(.975 .006 90);
  --foreground: oklch(.23 .032 257);
  --card: oklch(1 0 0);
  --card-foreground: oklch(.23 .032 257);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.23 .032 257);
  --primary: oklch(.22 .036 257);
  --primary-foreground: oklch(.98 .004 90);
  --secondary: oklch(.94 .01 90);
  --secondary-foreground: oklch(.25 .035 257);
  --muted: oklch(.94 .01 90);
  --muted-foreground: oklch(.51 .024 256);
  --accent: oklch(.73 .15 77);
  --accent-foreground: oklch(.2 .03 257);
  --destructive: oklch(.58 .22 28);
  --destructive-foreground: oklch(.98 0 0);
  --border: oklch(.88 .012 255);
  --input: oklch(.88 .012 255);
  --ring: oklch(.73 .15 77);
  --hero: oklch(.18 .035 257);
  --hero-foreground: oklch(.98 .004 90);
  --hero-soft: oklch(1 0 0 / .1);
  --hero-line: oklch(1 0 0 / .34);
  --teal: oklch(.45 .07 187);
  --teal-foreground: oklch(.98 .004 90);
}

* { border-color: var(--color-border); }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--color-background); color: var(--color-foreground); font-family: var(--font-sans); }
  h1, h2, h3, .brand { font-family: var(--font-display); letter-spacing: 0; }
  ::selection { background: var(--color-accent); color: var(--color-accent-foreground); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 5rem; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; color: var(--color-hero-foreground); transition: background-color .25s ease, height .25s ease, box-shadow .25s ease; }
.site-header--scrolled { height: 4.25rem; background: color-mix(in oklab, var(--color-primary) 94%, transparent); box-shadow: 0 10px 40px oklch(.1 .02 257 / .22); backdrop-filter: blur(14px); }
.brand { color: inherit; text-decoration: none; font-weight: 700; font-size: 1.35rem; }
.brand span { color: var(--color-accent); }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.main-nav > a { color: inherit; text-decoration: none; font-size: .9rem; font-weight: 500; position: relative; }
.main-nav > a::after { content: ""; position: absolute; height: 1px; inset: auto 0 -.45rem; background: var(--color-accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.hero-section { min-height: min(92vh, 58rem); height: 48rem; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--color-hero-foreground); }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: 62% center; }
.hero-shade { background: linear-gradient(90deg, oklch(.14 .034 257 / .97) 0%, oklch(.16 .035 257 / .88) 35%, oklch(.16 .035 257 / .35) 70%, oklch(.16 .035 257 / .08) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 2.5rem)); margin: 2rem auto 0; }
.eyebrow { display: flex; align-items: center; gap: .7rem; color: var(--color-teal); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 1.2rem; }
.eyebrow span { width: 1.75rem; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--color-accent); }
.hero-content h1 { max-width: 12ch; margin: 0; font-size: clamp(3rem, 6.3vw, 5.8rem); line-height: .98; font-weight: 600; }
.hero-copy { max-width: 42rem; margin: 1.7rem 0 2rem; color: oklch(.9 .01 255); font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.hero-scroll { position: absolute; z-index: 2; left: clamp(1.25rem, 4vw, 4.5rem); bottom: 2rem; display: flex; gap: .7rem; align-items: center; color: var(--color-hero-foreground); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; }
.hero-scroll span { display: block; width: 2rem; height: 1px; background: var(--color-accent); }

.expertise-strip { min-height: 4.6rem; padding: 1rem clamp(1.25rem, 4vw, 4.5rem); background: var(--color-accent); color: var(--color-accent-foreground); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(.75rem, 2.2vw, 2.2rem); font-family: var(--font-display); font-size: .88rem; font-weight: 600; }
.expertise-strip i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .45; }

.section { width: min(1180px, calc(100% - 2.5rem)); margin: auto; padding: clamp(5rem, 9vw, 8rem) 0; scroll-margin-top: 4.5rem; }
.section-kicker { color: var(--color-muted-foreground); font: 600 .7rem var(--font-display); text-transform: uppercase; letter-spacing: .14em; border-bottom: 1px solid var(--color-border); padding-bottom: 1rem; margin-bottom: 3.5rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); }
.about-grid h2, .section-heading-row h2, .method-heading h2, .contact-intro h2 { font-size: clamp(2.4rem, 4.8vw, 4.4rem); line-height: 1.04; margin: 0; font-weight: 600; }
.about-copy { padding-top: 2rem; font-size: 1.05rem; line-height: 1.8; color: var(--color-muted-foreground); }
.about-copy p:first-child { color: var(--color-foreground); font-size: 1.25rem; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1rem; color: var(--color-foreground); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--color-accent); padding-bottom: .3rem; }
.text-link svg { width: 1rem; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(.25rem); }
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--color-border); margin-top: 5rem; }
.values-row > div { padding: 2rem 2rem 0 0; display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; }
.values-row > div + div { border-left: 1px solid var(--color-border); padding-left: 2rem; }
.values-row svg { grid-row: span 2; color: var(--color-teal); }
.values-row strong { font-family: var(--font-display); }
.values-row span { margin-top: .3rem; color: var(--color-muted-foreground); font-size: .9rem; line-height: 1.5; }

.services-section { padding-top: 2rem; }
.section-heading-row { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 3rem; margin-bottom: 3.5rem; }
.section-heading-row > p { color: var(--color-muted-foreground); line-height: 1.7; max-width: 32rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-card { background: var(--color-card); border: 1px solid var(--color-border); padding: clamp(2rem, 4vw, 3.4rem); border-radius: var(--radius-lg); box-shadow: 0 5px 20px oklch(.2 .03 257 / .04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: color-mix(in oklab, var(--color-accent) 60%, var(--color-border)); box-shadow: 0 24px 50px oklch(.2 .03 257 / .09); }
.service-card-top { display: flex; justify-content: space-between; color: var(--color-muted-foreground); }
.service-card-top svg { color: var(--color-teal); width: 2rem; height: 2rem; }
.service-card h3 { margin: 3rem 0 .5rem; font-size: clamp(1.5rem, 2.5vw, 2.1rem); }
.service-card > p { color: var(--color-muted-foreground); line-height: 1.7; }
.service-card .service-intro { color: var(--color-teal); font-weight: 600; }
.service-card ul { list-style: none; padding: 1.2rem 0; margin: 1.5rem 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.service-card li { display: flex; align-items: center; gap: .65rem; margin: .7rem 0; font-size: .93rem; }
.service-card li svg { width: 1rem; color: var(--color-accent); }

.method-section { background: var(--color-primary); color: var(--color-primary-foreground); padding: clamp(5rem, 9vw, 8rem) 0; scroll-margin-top: 4rem; }
.method-inner { width: min(1180px, calc(100% - 2.5rem)); margin: auto; }
.method-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 3rem; align-items: end; }
.method-heading p { color: oklch(.8 .015 255); max-width: 33rem; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 5rem; border-top: 1px solid var(--color-hero-line); }
.process-step { padding: 2.3rem 1.5rem 0 0; position: relative; }
.process-step + .process-step { border-left: 1px solid var(--color-hero-line); padding-left: 1.5rem; }
.process-step::before { content: ""; position: absolute; top: -3px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent); }
.process-step span { color: var(--color-accent); font: 600 .75rem var(--font-display); }
.process-step h3 { margin: 1rem 0 .7rem; font-size: 1.15rem; }
.process-step p { color: oklch(.76 .015 255); font-size: .9rem; line-height: 1.6; }

.contact-section { width: min(1180px, calc(100% - 2.5rem)); margin: auto; padding: clamp(5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: .8fr 1fr; gap: clamp(3rem, 8vw, 8rem); scroll-margin-top: 4rem; }
.contact-intro > p { color: var(--color-muted-foreground); line-height: 1.75; }
.contact-email { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.3rem; color: var(--color-foreground); text-decoration: none; font-weight: 600; }
.contact-email svg { color: var(--color-teal); }
.contact-form { background: var(--color-card); padding: clamp(1.5rem, 4vw, 3rem); border-top: 3px solid var(--color-accent); box-shadow: 0 20px 60px oklch(.2 .03 257 / .1); }
.form-progress { height: 3px; background: var(--color-muted); margin-bottom: 2rem; }
.form-progress span { display: block; height: 100%; background: var(--color-teal); transition: width .25s ease; }
.contact-form label { display: grid; gap: .5rem; color: var(--color-muted-foreground); font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1.35rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--color-input); background: transparent; color: var(--color-foreground); font: 400 1rem var(--font-sans); letter-spacing: 0; padding: .55rem 0 .8rem; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--color-accent); }
.contact-form textarea { resize: vertical; }
.form-success { display: flex; align-items: center; gap: .5rem; color: var(--color-teal); font-size: .9rem; margin: 1rem 0 0; }
.form-success svg { width: 1rem; }

.site-footer { background: var(--color-hero); color: var(--color-hero-foreground); padding: 4.5rem clamp(1.25rem, 4vw, 4.5rem) 2.2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1.1fr; gap: 2.5rem; align-items: start; }
.site-footer a { color: inherit; }
.footer-brand > p { color: oklch(.75 .015 255); font-size: .92rem; line-height: 1.6; margin: 1.2rem 0 1.5rem; max-width: 30ch; }
.footer-col h3 { font: 600 .7rem var(--font-display); text-transform: uppercase; letter-spacing: .14em; color: oklch(.72 .015 255); margin: 0 0 1rem; }
.footer-col a { display: block; color: var(--color-hero-foreground); text-decoration: none; font-size: .9rem; padding: .28rem 0; opacity: .85; transition: opacity .2s ease; }
.footer-col a:hover { opacity: 1; }
.footer-contact a { font-weight: 500; }
.footer-contact p { color: oklch(.75 .015 255); font-size: .9rem; line-height: 1.6; margin: .8rem 0 0; }
.footer-social { display: flex; flex-wrap: wrap; gap: .6rem; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 2.15rem; height: 2.15rem; border: 1px solid var(--color-hero-line); border-radius: 50%; color: var(--color-hero-foreground); opacity: .8; transition: opacity .2s ease, transform .2s ease; }
.footer-social a:hover { opacity: 1; transform: translateY(-2px); }
.footer-social svg { width: 1rem; height: 1rem; }
.site-footer small { display: block; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid var(--color-hero-line); color: oklch(.65 .012 255); font-size: .82rem; line-height: 1.9; }
.site-footer small a { text-decoration: none; border-bottom: 1px solid oklch(.65 .012 255 / .45); }
.back-to-top { position: fixed; z-index: 45; right: 1.2rem; bottom: 1.2rem; }

@media (max-width: 820px) {
  .site-header { height: 4.4rem; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; inset: 4.4rem 0 auto; padding: 1.5rem; background: var(--color-primary); flex-direction: column; align-items: stretch; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .main-nav--open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a { padding: .6rem 0; }
  .hero-section { min-height: 47rem; height: 100svh; }
  .hero-photo { object-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, oklch(.14 .034 257 / .95), oklch(.16 .035 257 / .6)), linear-gradient(0deg, oklch(.14 .034 257 / .8), transparent); }
  .hero-content h1 { font-size: clamp(2.7rem, 12vw, 4.1rem); }
  .hero-copy { max-width: 32rem; }
  .expertise-strip { justify-content: flex-start; }
  .expertise-strip i { display: none; }
  .expertise-strip span { width: calc(50% - .5rem); }
  .about-grid, .section-heading-row, .method-heading, .contact-section { grid-template-columns: 1fr; }
  .values-row, .process-grid { grid-template-columns: 1fr; }
  .values-row > div + div { border-left: 0; }
  .values-row > div { padding-left: 0; border-bottom: 1px solid var(--color-border); padding-bottom: 1.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .process-step + .process-step { border-left: 0; }
  .process-step { border-bottom: 1px solid var(--color-hero-line); padding-left: 0 !important; }
  .process-step::before { display: none; }
  .contact-section { gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.contact-address { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1rem; color: var(--color-muted-foreground); font-size: .95rem; }
.contact-address svg { color: var(--color-teal); width: 1.1rem; height: 1.1rem; }

.legal-column { max-width: 44rem; }
.legal-column h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 1.2rem; font-weight: 600; }
.legal-column > p { color: var(--color-muted-foreground); line-height: 1.75; }
.legal-list { list-style: none; margin: 2.5rem 0; padding: 0; }
.legal-list li { display: grid; grid-template-columns: 1fr 2.2fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--color-border); align-items: baseline; }
.legal-list strong { font: 600 .72rem var(--font-display); text-transform: uppercase; letter-spacing: .1em; color: var(--color-muted-foreground); }
.legal-list span { color: var(--color-foreground); font-weight: 600; }
.legal-list a { color: var(--color-foreground); text-decoration: none; border-bottom: 1px solid var(--color-accent); }

.site-footer small a:hover { border-bottom-color: var(--color-hero-foreground); }
:root {
  --font-sans: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --radius-sm: calc(var(--radius) - 2px);
  --radius-md: var(--radius);
  --radius-lg: calc(var(--radius) + 2px);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-hero: var(--hero);
  --color-hero-foreground: var(--hero-foreground);
  --color-hero-soft: var(--hero-soft);
  --color-hero-line: var(--hero-line);
  --color-teal: var(--teal);
  --color-teal-foreground: var(--teal-foreground);
}

*, *::before, *::after { box-sizing: border-box; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; white-space: nowrap; border: 0; border-radius: var(--radius-md); font: 500 .875rem var(--font-sans); cursor: pointer; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.btn svg { width: 1rem; height: 1rem; flex: none; }
.btn--amber { background: var(--color-accent); color: var(--color-accent-foreground); box-shadow: 0 1px 2px oklch(.2 .03 257 / .12); }
.btn--amber:hover { background: color-mix(in oklab, var(--color-accent) 90%, transparent); }
.btn--hero-outline { border: 1px solid var(--color-hero-line); background: var(--color-hero-soft); color: var(--color-hero-foreground); }
.btn--hero-outline:hover { background: color-mix(in oklab, var(--color-hero-soft) 80%, transparent); }
.btn--nav-icon { background: var(--color-primary); color: var(--color-primary-foreground); box-shadow: 0 10px 15px oklch(.2 .03 257 / .18); }
.btn--nav-icon:hover { background: color-mix(in oklab, var(--color-primary) 90%, transparent); }
.btn--lg { height: 2.5rem; padding: 0 2rem; }
.btn--xl { height: 3rem; padding: 0 1.5rem; }
.btn--icon { height: 2.25rem; width: 2.25rem; padding: 0; }
.back-to-top { display: none; }
.back-to-top.is-visible { display: inline-flex; }
.form-success { display: none; }
.form-success.is-visible { display: flex; }
.values-row svg, .service-card-top svg, .contact-email svg, .text-link svg, .service-card li svg { width: 1.25rem; height: 1.25rem; flex: none; }
.service-card-top svg { width: 2rem; height: 2rem; }
.menu-toggle { display: none; }
@media (max-width: 820px) { .menu-toggle { display: inline-flex; } }

.page-banner { background: var(--color-primary); color: var(--color-primary-foreground); padding: clamp(7.5rem, 13vw, 10rem) clamp(1.25rem, 4vw, 4.5rem) clamp(3.5rem, 6vw, 5rem); scroll-margin-top: 4rem; }
.page-banner-inner { width: min(1180px, 100%); margin: auto; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; text-transform: uppercase; letter-spacing: .12em; font: 600 .67rem var(--font-display); color: var(--color-hero-foreground); opacity: .85; margin-bottom: 1.4rem; }
.breadcrumb a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--color-accent); }
.breadcrumb .sep { opacity: .45; }
.breadcrumb .current { color: var(--color-accent); }
.page-banner h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1.05; margin: 0 0 1.3rem; font-weight: 600; max-width: 26ch; }
.page-banner .lead { color: oklch(.8 .015 255); font-size: 1.08rem; line-height: 1.75; max-width: 46rem; margin: 0; }

.content-section { width: min(1180px, calc(100% - 2.5rem)); margin: auto; padding: clamp(4.5rem, 8vw, 7rem) 0; }
.section-head { margin-bottom: 2.8rem; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.1; margin: .5rem 0 0; font-weight: 600; }
.section-head p { color: var(--color-muted-foreground); max-width: 40rem; line-height: 1.7; margin: 0; }

.method-cta { margin-top: 3.5rem; }
.method-section .method-cta, .page-banner + .content-section > .method-cta { margin-top: 3.5rem; }
.text-link--light { color: var(--color-primary-foreground); border-bottom-color: var(--color-accent); }
.text-link--legal { color: var(--color-muted-foreground); font-size: .92rem; }

.prose { max-width: 54rem; line-height: 1.85; color: var(--color-muted-foreground); }
.prose h2 { color: var(--color-foreground); font-size: 1.55rem; font-weight: 600; line-height: 1.2; margin: 2.6rem 0 1rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 1.2rem; }
.prose ul { margin: 0 0 1.4rem; padding-left: 1.2rem; }
.prose li { margin: .4rem 0; }
.prose a { color: var(--color-foreground); border-bottom: 1px solid var(--color-accent); text-decoration: none; }
.prose-small { font-size: .88rem; opacity: .85; }

.faq-stack { max-width: 52rem; display: grid; gap: .75rem; }
.faq-item { background: var(--color-card); border: 1px solid var(--color-border); border-radius: var(--radius-lg); }
.faq-item summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 3.4rem 1.3rem 1.5rem; font-weight: 600; font-size: 1.05rem; position: relative; line-height: 1.45; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 1.35rem; top: 50%; transform: translateY(-50%); color: var(--color-accent); font: 700 1.5rem var(--font-display); line-height: 1; }
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-body { padding: 0 1.5rem 1.4rem; color: var(--color-muted-foreground); line-height: 1.75; }
.faq-item .faq-body p { margin: 0; }

.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.sector-card { background: var(--color-card); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 1.7rem; display: flex; flex-direction: column; gap: .8rem; }
.sector-card svg { color: var(--color-teal); width: 1.6rem; height: 1.6rem; }
.sector-card h3 { font-family: var(--font-display); margin: 0; font-size: 1.12rem; line-height: 1.3; }
.sector-card p { margin: 0; color: var(--color-muted-foreground); font-size: .92rem; line-height: 1.65; }

.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.benefit-item { display: flex; align-items: flex-start; gap: .8rem; background: var(--color-card); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 1.2rem 1.4rem; color: var(--color-foreground); font-weight: 500; }
.benefit-item svg { color: var(--color-accent); width: 1.1rem; height: 1.1rem; flex: none; margin-top: .15rem; }
.service-hero-icon svg { color: var(--color-teal); width: 2.25rem; height: 2.25rem; margin-top: 1.6rem; }

.cta-band { background: var(--color-primary); color: var(--color-primary-foreground); padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 4vw, 4.5rem); }
.cta-band .inner { width: min(1180px, 100%); margin: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1.1; margin: 0 0 .8rem; font-weight: 600; max-width: 24ch; }
.cta-band p { color: oklch(.8 .015 255); margin: 0; max-width: 40rem; line-height: 1.7; }
.cta-band .cta-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

.contact-form .form-consent { display: flex; align-items: flex-start; gap: .7rem; font-size: .78rem; text-transform: none; letter-spacing: 0; line-height: 1.55; color: var(--color-muted-foreground); margin-bottom: 1.8rem; }
.contact-form .form-consent input { width: auto; flex: none; margin-top: .15rem; }
.contact-form .form-consent a { color: var(--color-foreground); border-bottom: 1px solid var(--color-accent); text-decoration: none; }

.trust-note { max-width: 52rem; }
.trust-note h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; margin: 0 0 1rem; font-weight: 600; }
.trust-copy { color: var(--color-muted-foreground); line-height: 1.7; }
.trust-note .legal-list { margin-top: 2rem; }

.main-nav > a.is-active { color: var(--color-accent); font-weight: 600; }
.main-nav > a.is-active::after { transform: scaleX(1); }

@media (max-width: 560px) {
  .sector-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band .cta-actions .btn { width: 100%; }
}
