:root {
  --navy: #061b26;
  --navy-deep: #031018;
  --navy-soft: #0c2d3a;
  --teal: #00a4b8;
  --teal-deep: #007a8d;
  --cyan: #63e4ec;
  --cream: #f5eee4;
  --paper: #fcfaf7;
  --sand: #e7f0ef;
  --orange: #ef9b54;
  --orange-soft: #ffd5a8;
  --white: #fbffff;
  --ink: #102b35;
  --muted: #5c7078;
  --line: rgba(6, 27, 38, .16);
  --dark-line: rgba(168, 232, 235, .22);
  --body: "DM Sans", "Helvetica Neue", sans-serif;
  --heading: "Space Grotesk", "Arial", sans-serif;
  --container: 1180px;
  --shadow: 0 24px 60px rgba(6, 27, 38, .14);
  --shadow-dark: 0 24px 58px rgba(0, 0, 0, .32);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-180%); border-radius: 8px; color: var(--navy); background: var(--orange-soft); font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 80; top: 0; color: var(--white); background: rgba(6, 27, 38, .97); border-bottom: 1px solid rgba(99, 228, 236, .16); box-shadow: 0 8px 22px rgba(0, 0, 0, .08); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(3, 16, 24, .98); box-shadow: 0 12px 28px rgba(0, 0, 0, .2); }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; }
.brand-logo-lockup { display: block; width: clamp(148px, 18vw, 192px); padding: 5px 8px 4px; border-radius: 8px; background: #e8e3e0; box-shadow: 0 7px 16px rgba(0, 0, 0, .16); }
.brand-logo { display: block; width: 100%; height: auto; }
.site-nav { margin-left: auto; }
.nav-panel { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2vw, 29px); }
.nav-links a, .nav-contact { color: rgba(251, 255, 255, .78); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--cyan); }
.nav-contact { display: inline-flex; align-items: center; gap: 8px; min-height: 39px; padding: 9px 15px; border: 1px solid rgba(99, 228, 236, .5); border-radius: 999px; color: var(--white); background: rgba(0, 164, 184, .15); }
.nav-contact:hover, .nav-contact:focus-visible { border-color: var(--cyan); color: var(--navy); background: var(--cyan); }
.nav-toggle { display: none; align-items: center; gap: 10px; min-height: 42px; padding: 8px 12px; border: 1px solid rgba(99, 228, 236, .45); border-radius: 999px; color: var(--white); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.nav-toggle-icon { display: grid; gap: 4px; width: 17px; }
.nav-toggle-icon i { display: block; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.site-nav.is-open .nav-toggle-icon i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.site-nav.is-open .nav-toggle-icon i:nth-child(2) { opacity: 0; }
.site-nav.is-open .nav-toggle-icon i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.hero { color: var(--white); background: var(--navy-deep); }
.hero-image-wrap { position: relative; overflow: hidden; background: var(--navy-deep); }
.hero-image { width: 100%; height: auto; min-height: 0; object-fit: cover; object-position: center; }
.hero-kicker { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.hero-underbar { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding-top: 27px; padding-bottom: 31px; }
.hero-underbar-copy { display: grid; gap: 10px; max-width: 650px; }
.hero-underbar-copy p { margin: 0; }
.hero-title { color: rgba(251, 255, 255, .92); font-family: var(--heading); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.12; letter-spacing: -.045em; }
.hero-underbar-copy > p:last-child { color: rgba(251, 255, 255, .62); font-size: 14px; }
.hero-underbar > .button-primary { flex: 0 0 auto; }

.section { position: relative; padding: 112px 0; }
.process-section { overflow: hidden; background: var(--paper); }
.process-section::before, .objectives-section::before { position: absolute; top: 0; right: 0; width: 43vw; height: 180px; background: linear-gradient(135deg, transparent 35%, rgba(0, 164, 184, .09)); clip-path: polygon(100% 0, 100% 100%, 0 0); content: ""; pointer-events: none; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-heading > div { min-width: 0; }
.section-heading h1, .section-heading h2, .analysis-copy h1, .analysis-copy h2, .cta-panel-content h2, .contact-copy h2, .about-intro h2, .faq-intro h2 { max-width: 720px; margin: 11px 0 0; color: var(--ink); font-family: var(--heading); font-size: clamp(2.1rem, 5vw, 4.2rem); font-weight: 500; line-height: 1.02; letter-spacing: -.065em; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0; color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dark { color: var(--teal-deep); }
.eyebrow-line { display: inline-block; width: 27px; height: 1px; background: currentColor; }
.heading-aside { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.section-heading-centered { display: grid; justify-items: center; text-align: center; gap: 22px; }
.section-heading-centered h2 { max-width: 700px; }
.section-heading-centered .eyebrow { justify-content: center; }
.section-action { display: flex; justify-content: center; margin-top: 39px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--orange); box-shadow: 0 12px 25px rgba(239, 155, 84, .26); }
.button-primary:hover { color: var(--navy); background: var(--orange-soft); box-shadow: 0 15px 30px rgba(239, 155, 84, .34); }
.button-secondary { color: var(--white); background: var(--teal-deep); box-shadow: 0 12px 25px rgba(0, 122, 141, .2); }
.button-secondary:hover { color: var(--white); background: var(--teal); }
.button-outline { border-color: rgba(99, 228, 236, .54); color: var(--white); background: transparent; }
.button-outline:hover { color: var(--navy); border-color: var(--cyan); background: var(--cyan); }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 1px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(0, 164, 184, .22), rgba(6, 27, 38, .14)); box-shadow: 0 18px 45px rgba(6, 27, 38, .08); overflow: hidden; }
.process-card { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto minmax(0, 1fr) auto; min-width: 0; min-height: 420px; padding: 27px 25px 25px; background: rgba(252, 250, 247, .94); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.process-card:hover { background: var(--white); transform: translateY(-3px); box-shadow: 0 12px 24px rgba(6, 27, 38, .08); }
.process-card-top { grid-column: 1; grid-row: 1; display: flex; align-items: center; justify-content: space-between; color: var(--teal-deep); font-family: var(--heading); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.process-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(0, 164, 184, .42); border-radius: 50%; color: var(--teal); font-size: 20px; font-weight: 400; line-height: 1; }
.process-card h3 { grid-column: 1; grid-row: 2; min-height: 2.2em; margin: 27px 0 12px; color: var(--ink); font-family: var(--heading); font-size: clamp(1.1rem, 1.45vw, 1.35rem); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.process-card p { grid-column: 1; grid-row: 3; align-self: start; min-height: 0; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.process-card > img, .process-card > .process-card-visual { grid-column: 1; grid-row: 4; align-self: end; width: 100%; height: 160px; min-height: 0; margin-top: 20px; }
.process-card > img { object-fit: cover; object-position: center; border-radius: 10px; filter: saturate(.88); }
.process-card-visual { position: relative; }
.process-card-visual > img { width: 100%; height: 100%; min-height: 0; margin: 0; object-fit: cover; object-position: center; border-radius: 10px; filter: saturate(.88); }
.visual-watermark { position: absolute; right: 10px; bottom: 10px; display: block; width: 106px; padding: 5px 7px 4px; border-radius: 7px; background: rgba(245, 238, 228, .92); box-shadow: 0 5px 14px rgba(3, 16, 24, .18); opacity: .94; }
.visual-watermark img { width: 100%; height: auto; margin: 0; border-radius: 0; object-fit: contain; filter: none; }

.analysis-section { color: var(--white); background: var(--navy); }
.analysis-section::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(99, 228, 236, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(99, 228, 236, .05) 1px, transparent 1px); background-size: 62px 62px; opacity: .65; content: ""; mask-image: linear-gradient(90deg, black, transparent 85%); pointer-events: none; }
.analysis-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr); align-items: start; gap: clamp(58px, 9vw, 130px); }
.analysis-copy h1, .analysis-copy h2 { color: var(--white); }
.analysis-copy h1 span, .analysis-copy h2 span { color: var(--cyan); }
.analysis-copy > p:not(.eyebrow) { max-width: 485px; margin: 27px 0; color: rgba(251, 255, 255, .64); font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-soft); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-underline-offset: 4px; text-transform: uppercase; }
.analysis-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.analysis-card { min-width: 0; min-height: 315px; padding: 22px 19px; border-right: 1px solid var(--dark-line); }
.analysis-card:first-child { border-left: 1px solid var(--dark-line); }
.analysis-card:hover { background: rgba(99, 228, 236, .06); }
.card-number { display: block; color: var(--orange-soft); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.analysis-card h2 { margin: 71px 0 14px; color: var(--white); font-family: var(--heading); font-size: 1.26rem; font-weight: 500; line-height: 1.1; letter-spacing: -.04em; }
.analysis-card p { margin: 0; color: rgba(251, 255, 255, .57); font-size: 12px; line-height: 1.6; }

.cta-band { padding-top: 82px; padding-bottom: 82px; background: var(--cream); }
.cta-panel { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.cta-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .62; }
.cta-panel::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 16, 24, .96) 0%, rgba(3, 16, 24, .72) 43%, rgba(3, 16, 24, .08) 100%); content: ""; }
.cta-panel-content { position: relative; z-index: 1; display: grid; align-content: center; min-height: 360px; max-width: 510px; padding: 50px 58px; }
.cta-panel-content h2 { color: var(--white); font-size: clamp(2.5rem, 5vw, 4.5rem); }

.objectives-section { overflow: hidden; background: var(--paper); }
.objective-note { max-width: 560px; margin: 0; color: var(--muted); font-size: 13px; }
.metrics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-card { display: grid; justify-items: center; gap: 10px; padding: 33px 22px 28px; text-align: center; }
.metric-card + .metric-card { border-left: 1px solid var(--line); }
.metric-card span { color: var(--teal-deep); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.metric-card strong { color: var(--orange); font-family: var(--heading); font-size: clamp(4.4rem, 11vw, 8rem); font-weight: 500; line-height: .9; letter-spacing: -.1em; }
.metric-card strong b { color: var(--teal); font-size: .5em; font-weight: 500; vertical-align: top; }
.metric-card strong small { color: var(--teal); font-size: .38em; letter-spacing: -.04em; vertical-align: top; }

.results-section { color: var(--white); background: var(--navy-deep); }
.results-section .section-heading h2 { color: var(--white); }
.results-section .heading-aside { color: rgba(251, 255, 255, .58); }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.testimonial-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 35px 32px 32px; border: 1px solid var(--dark-line); background: rgba(12, 45, 58, .5); }
.testimonial-card:hover { border-color: rgba(99, 228, 236, .52); }
.quote-mark { position: absolute; top: 17px; right: 25px; color: var(--cyan); font-family: Georgia, serif; font-size: 64px; line-height: 1; opacity: .75; }
.testimonial-card h3 { max-width: 340px; margin: 0 0 25px; color: var(--white); font-family: var(--heading); font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.testimonial-card blockquote { flex: 1 1 auto; margin: 0; color: rgba(251, 255, 255, .64); font-size: 13px; line-height: 1.65; }
.testimonial-attribution { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.testimonial-attribution img { flex: 0 0 52px; width: 52px; height: 52px; border: 1px solid rgba(99, 228, 236, .42); border-radius: 50%; object-fit: cover; object-position: center; filter: saturate(.92); }
.testimonial-card cite { display: block; margin-top: 0; color: var(--orange-soft); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .08em; line-height: 1.45; }
.testimonial-card cite span { display: block; margin-top: 3px; color: rgba(251, 255, 255, .48); font-size: 10px; font-weight: 600; letter-spacing: .06em; }

.about-section { background: var(--paper); }
.about-intro { margin-bottom: 52px; }
.about-intro h2 { max-width: 860px; }
.about-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(52px, 9vw, 130px); }
.about-media { min-width: 0; }
.about-main-image { overflow: hidden; border-radius: var(--radius); background: var(--sand); box-shadow: var(--shadow); }
.about-main-image img { display: block; width: 100%; height: 470px; object-fit: cover; object-position: center 38%; filter: saturate(.88) contrast(1.04); }
.about-copy { min-width: 0; }
.about-company { margin: 0 0 31px; padding: 19px 22px; border-left: 3px solid var(--teal); color: var(--teal-deep); background: rgba(0, 164, 184, .07); font-family: var(--heading); font-size: 1.12rem; line-height: 1.35; letter-spacing: -.025em; }
.about-copy h3 { margin: 0; color: var(--ink); font-family: var(--heading); font-size: clamp(1.7rem, 3.5vw, 2.65rem); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.role { margin: 8px 0 28px; color: var(--teal-deep); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ceo-explanation p { max-width: 640px; margin: 0 0 15px; color: var(--muted); font-size: 15px; }
.about-values { display: flex; flex-wrap: wrap; gap: 13px 22px; margin: 31px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.about-values li { color: var(--ink); font-size: 12px; font-weight: 600; }
.about-values span { margin-right: 7px; color: var(--teal); font-weight: 700; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 86px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-card { min-height: 210px; padding: 25px 28px 28px 0; border-right: 1px solid var(--line); }
.step-card + .step-card { padding-left: 28px; }
.step-card:last-child { border-right: 0; }
.step-card > span { color: var(--teal-deep); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.step-card h3 { margin: 54px 0 11px; color: var(--ink); font-family: var(--heading); font-size: 1.45rem; font-weight: 500; letter-spacing: -.04em; }
.step-card p { max-width: 285px; margin: 0; color: var(--muted); font-size: 13px; }

.faq-section { background: var(--sand); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(54px, 10vw, 150px); }
.faq-intro h2 { max-width: 420px; }
.faq-intro > p:not(.eyebrow) { max-width: 340px; margin: 24px 0 0; color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; color: var(--ink); font-family: var(--heading); font-size: clamp(1.05rem, 1.7vw, 1.35rem); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
summary::-webkit-details-marker { display: none; }
.faq-plus { display: grid; flex: 0 0 auto; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(6, 27, 38, .28); border-radius: 50%; color: var(--teal-deep); font-family: var(--body); font-size: 19px; font-weight: 400; line-height: 1; transition: transform .2s ease, color .2s ease, background .2s ease; }
details[open] .faq-plus { transform: rotate(45deg); color: var(--white); border-color: var(--navy); background: var(--navy); }
.faq-answer { max-width: 700px; padding: 0 52px 22px 0; color: var(--muted); font-size: 14px; }
.faq-answer p { margin: 0; }

.contact-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.contact-section::before { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; background: linear-gradient(135deg, transparent 30%, rgba(0, 164, 184, .12)); clip-path: polygon(48% 0, 100% 0, 100% 100%, 0 100%); content: ""; pointer-events: none; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); align-items: start; gap: 80px; }
.contact-copy { grid-column: 1; grid-row: 1; }
.contact-copy h2 { max-width: 730px; color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 25px 0 0; color: rgba(251, 255, 255, .64); font-size: 16px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.contact-form { grid-column: 2; grid-row: 1 / span 2; min-width: 0; padding: 30px; border: 1px solid rgba(99, 228, 236, .26); border-radius: var(--radius); background: rgba(12, 45, 58, .68); box-shadow: var(--shadow-dark); }
.contact-form-heading h3 { margin: 0; color: var(--white); font-family: var(--heading); font-size: clamp(1.45rem, 2.4vw, 2.1rem); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.contact-form-heading p { margin: 10px 0 24px; color: rgba(251, 255, 255, .58); font-size: 13px; }
.form-field { display: grid; gap: 7px; margin-top: 17px; }
.form-field label { color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(168, 232, 235, .3); border-radius: 10px; color: var(--white); background: rgba(3, 16, 24, .45); font: inherit; font-size: 14px; line-height: 1.4; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.form-field input { min-height: 46px; padding: 10px 13px; }
.form-field textarea { min-height: 120px; padding: 11px 13px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(251, 255, 255, .42); }
.form-field input:focus, .form-field textarea:focus { border-color: var(--cyan); background: rgba(3, 16, 24, .68); box-shadow: 0 0 0 3px rgba(99, 228, 236, .14); outline: 0; }
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: var(--orange); }
.form-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.field-error { margin: 0; color: var(--orange-soft); font-size: 12px; line-height: 1.4; }
.form-actions { display: flex; margin-top: 23px; }
.form-actions .button { width: 100%; cursor: pointer; }
.form-status { min-height: 1.4em; margin: 13px 0 0; color: var(--cyan); font-size: 12px; line-height: 1.45; }
.contact-card { grid-column: 1; grid-row: 2; min-width: 0; padding-top: 15px; border-top: 1px solid rgba(99, 228, 236, .36); }
.contact-label { display: block; padding-bottom: 15px; color: var(--orange-soft); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-card > a { position: relative; display: grid; gap: 4px; padding: 16px 34px 16px 0; border-bottom: 1px solid var(--dark-line); text-decoration: none; }
.contact-card > a:hover strong { color: var(--cyan); }
.contact-card small { color: rgba(251, 255, 255, .48); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { overflow-wrap: anywhere; color: var(--white); font-family: var(--heading); font-size: clamp(1rem, 1.9vw, 1.35rem); font-weight: 500; letter-spacing: -.03em; transition: color .2s ease; }
.contact-card > a > span { position: absolute; right: 0; bottom: 20px; color: var(--cyan); font-size: 19px; }
.contact-pending { display: grid; gap: 4px; padding: 16px 0; border-bottom: 1px solid var(--dark-line); }
.contact-pending strong { color: rgba(251, 255, 255, .68); font-size: 1rem; }

.site-footer { color: rgba(251, 255, 255, .72); background: var(--navy-deep); border-top: 1px solid rgba(99, 228, 236, .14); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1.25fr; align-items: center; gap: 30px; padding: 34px 0; }
.brand-footer { color: var(--white); }
.brand-footer .brand-logo-lockup { width: 198px; }
.footer-main > p { margin: 0; color: rgba(251, 255, 255, .5); font-size: 12px; text-align: center; }
.footer-links { display: flex; justify-content: end; flex-wrap: wrap; gap: 16px; font-size: 11px; }
.footer-links a { color: rgba(251, 255, 255, .6); text-underline-offset: 4px; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0 23px; border-top: 1px solid rgba(99, 228, 236, .1); color: rgba(251, 255, 255, .33); font-size: 10px; letter-spacing: .05em; }
.mobile-sticky-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .analysis-layout { gap: 50px; }
  .analysis-cards { grid-template-columns: 1fr; }
  .process-card { min-height: 400px; }
  .analysis-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .analysis-card:first-child { border-left: 0; }
  .analysis-card:last-child { border-bottom: 0; }
  .analysis-card h2 { margin-top: 30px; }
}

@media (max-width: 960px) {
  .process-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .nav-wrap { min-height: 70px; }
  .nav-toggle { display: inline-flex; }
  .nav-panel { position: absolute; z-index: 90; top: calc(100% + 1px); right: 0; display: none; flex-direction: column; align-items: stretch; gap: 16px; min-width: min(300px, calc(100vw - 36px)); padding: 18px; border: 1px solid rgba(99, 228, 236, .22); border-top: 0; background: rgba(3, 16, 24, .99); box-shadow: 0 18px 28px rgba(0, 0, 0, .24); }
  .site-nav.is-open .nav-panel { display: flex; }
  .nav-links { display: grid; gap: 0; }
  .nav-links a { padding: 11px 2px; border-bottom: 1px solid rgba(99, 228, 236, .14); }
  .nav-contact { justify-content: center; }
  .section { padding: 84px 0; }
  .hero-image { min-height: 0; }
  .hero-underbar { display: grid; align-items: start; gap: 18px; padding-top: 23px; padding-bottom: 27px; }
  .hero-underbar-copy { gap: 9px; }
  .hero-underbar > .button-primary { width: fit-content; }
  .section-heading { display: block; margin-bottom: 42px; }
  .heading-aside { margin-top: 20px; }
  .process-card { min-height: 390px; }
  .analysis-layout, .about-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 52px; }
  .process-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .contact-copy, .contact-form, .contact-card { grid-column: 1; grid-row: auto; }
  .contact-form { padding: 24px 20px; }
  .analysis-cards { max-width: 600px; }
  .cta-panel-content { min-height: 330px; padding: 42px 35px; }
  .cta-panel { min-height: 330px; }
  .metrics-grid { max-width: 600px; }
  .about-main-image img { height: 450px; }
  .steps-grid { margin-top: 62px; }
  .faq-intro > p:not(.eyebrow) { margin-top: 20px; }
  .footer-main { grid-template-columns: 1fr; justify-items: start; gap: 18px; }
  .footer-main > p { text-align: left; }
  .footer-links { justify-content: start; }
  .footer-bottom { display: grid; gap: 6px; }
}

@media (max-width: 560px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .container { width: min(var(--container), calc(100% - 30px)); }
  .section { padding: 70px 0; }
  .brand-logo-lockup { width: 158px; padding: 4px 7px 3px; }
  .brand-footer .brand-logo-lockup { width: 190px; }
  .hero-underbar { gap: 16px; padding-top: 22px; padding-bottom: 25px; }
  .hero-underbar > .button-primary { width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 0; padding: 23px 20px 20px; }
  .process-card h3 { margin-top: 25px; }
  .process-card > img, .process-card > .process-card-visual { height: 170px; margin-top: 18px; }
  .analysis-card { padding-right: 0; padding-left: 0; }
  .cta-panel > img { opacity: .48; }
  .cta-panel-content { min-height: 300px; padding: 34px 23px; }
  .cta-panel { min-height: 300px; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric-card + .metric-card { border-top: 1px solid var(--line); border-left: 0; }
  .metric-card strong { font-size: 6rem; }
  .testimonial-card { padding: 29px 20px 25px; }
  .testimonial-card blockquote { font-size: 12px; }
  .about-main-image img { height: 380px; }
  .about-company { font-size: 1rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card, .step-card + .step-card { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-card:last-child { border-bottom: 0; }
  .step-card h3 { margin-top: 30px; }
  .faq-answer { padding-right: 22px; }
  .contact-actions { flex-direction: column; align-items: stretch; }
  .contact-actions .button { width: 100%; }
  .mobile-sticky-cta { position: fixed; z-index: 75; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 18px; border: 1px solid rgba(6, 27, 38, .13); border-radius: 999px; color: var(--navy); background: linear-gradient(120deg, var(--orange-soft), var(--orange)); box-shadow: 0 12px 30px rgba(0, 0, 0, .25); font-size: 12px; font-weight: 700; text-decoration: none; }
}

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