:root {
    --green-950: #062820;
    --green-900: #0b3d32;
    --green-800: #0f5945;
    --green-700: #126b4f;
    --green-100: #e7f4ef;
    --green-50: #f3faf6;
    --teal-700: #0b7f77;
    --teal-100: #dff5f2;
    --gold-700: #95681d;
    --gold-600: #b8872e;
    --gold-100: #fff4d8;
    --ink: #15221d;
    --muted: #5e7169;
    --line: #d9e6df;
    --line-strong: #c6d7cf;
    --soft: #f6faf8;
    --paper: #ffffff;
    --danger: #b42318;
    --danger-soft: #fff3f1;
    --shadow-soft: 0 16px 40px rgba(11, 61, 50, 0.09);
    --shadow-card: 0 22px 60px rgba(11, 61, 50, 0.14);
    --shadow-green: 0 14px 30px rgba(18, 107, 79, 0.24);
    --radius: 8px;
    --section-space: 64px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 74px;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    direction: rtl;
    background: var(--soft);
    color: var(--ink);
    font-family: "Tajawal", "IBM Plex Sans Arabic", "Cairo", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.has-sticky-cta {
    padding-bottom: 76px;
}

body.page-home {
    background: #fbfdfb;
}

img,
svg {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

button {
    border: 0;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.narrow {
    width: min(820px, calc(100% - 32px));
}

.skip-link {
    position: fixed;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    z-index: 1000;
    transform: translateY(-150%);
    background: var(--green-950);
    color: var(--paper);
    padding: 10px 14px;
    border-radius: var(--radius);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    inset-block-start: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(217, 230, 223, 0.82);
    backdrop-filter: blur(18px);
}

.scroll-progress {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 130;
    height: 3px;
    background: transparent;
    pointer-events: none;
}

.scroll-progress span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right center;
    background: linear-gradient(90deg, var(--gold-600), var(--teal-700), var(--green-700));
}

.header-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--green-950);
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: var(--radius);
    background: linear-gradient(135deg, var(--green-800), var(--teal-700));
    color: var(--paper);
    font-size: 1.18rem;
    font-weight: 900;
    box-shadow: var(--shadow-green);
}

.brand-copy {
    display: grid;
    gap: 0;
    line-height: 1.2;
}

.brand-text {
    color: var(--green-950);
    font-size: 1.07rem;
    font-weight: 900;
    white-space: nowrap;
}

.brand-subtitle {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.nav-toggle {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    margin-inline-start: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    color: var(--green-900);
    cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.nav-toggle-lines {
    position: relative;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
    position: absolute;
    inset-inline-start: 0;
}

.nav-toggle-lines::before {
    inset-block-start: -7px;
}

.nav-toggle-lines::after {
    inset-block-start: 7px;
}

.site-nav {
    position: absolute;
    inset-block-start: 74px;
    inset-inline: 16px;
    display: none;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow-card);
}

.site-nav.is-open {
    display: grid;
}

.nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: var(--radius);
    color: var(--muted);
    font-weight: 800;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.is-active {
    background: var(--green-100);
    color: var(--green-950);
}

.header-cta {
    display: none;
}

.home-stage {
    position: relative;
    overflow: clip;
}

@supports selector(html:has(body)) {
    html:has(body.page-home) {
        scroll-snap-type: y proximity;
    }
}

.page-home [data-section] {
    scroll-snap-align: start;
}

.section-rail {
    position: fixed;
    inset-inline-end: 18px;
    inset-block-start: 50%;
    z-index: 80;
    display: none;
    transform: translateY(-50%);
    gap: 10px;
}

.section-rail a {
    position: relative;
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid rgba(18, 107, 79, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 18px rgba(11, 61, 50, 0.12);
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.section-rail a span {
    position: absolute;
    inset-inline-end: 20px;
    inset-block-start: 50%;
    min-width: 72px;
    padding: 5px 9px;
    transform: translateY(-50%) translateX(-4px);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.94);
    color: var(--green-950);
    font-size: 0.78rem;
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    box-shadow: var(--shadow-soft);
    transition: opacity 160ms ease, transform 160ms ease;
}

.section-rail a:hover,
.section-rail a:focus,
.section-rail a.is-active {
    transform: scale(1.25);
    border-color: var(--green-700);
    background: var(--green-700);
}

.section-rail a:hover span,
.section-rail a:focus span,
.section-rail a.is-active span {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0 40px;
    background:
        linear-gradient(90deg, rgba(11, 61, 50, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, #fbfdfb 0%, #f3faf6 58%, #ffffff 100%);
    background-size: 54px 54px, auto;
}

.home-panel {
    scroll-margin-top: 74px;
}

.hero::after {
    position: absolute;
    inset-inline: 0;
    inset-block-end: 0;
    height: 1px;
    background: var(--line);
    content: "";
}

.scroll-cue {
    position: absolute;
    inset-inline-start: 50%;
    inset-block-end: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: none;
    place-items: center;
    transform: translateX(50%);
    border: 1px solid rgba(18, 107, 79, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 26px rgba(11, 61, 50, 0.12);
}

.scroll-cue span {
    width: 11px;
    height: 11px;
    border-inline-end: 2px solid var(--green-800);
    border-block-end: 2px solid var(--green-800);
    transform: rotate(45deg);
    animation: cue-bounce 1500ms ease-in-out infinite;
}

@keyframes cue-bounce {
    0%,
    100% {
        translate: 0 -2px;
        opacity: 0.72;
    }

    50% {
        translate: 0 4px;
        opacity: 1;
    }
}

.hero-grid {
    display: grid;
    gap: 24px;
    align-items: center;
}

.hero-shell {
    position: relative;
    z-index: 1;
}

.hero-content h1,
.page-hero h1 {
    margin: 14px 0 16px;
    color: var(--green-950);
    font-size: 2.05rem;
    font-weight: 900;
    line-height: 1.22;
}

.page-home .hero-content h1 {
    margin-block-end: 10px;
    font-size: 2.48rem;
}

.hero-lede {
    max-width: 620px;
}

.hero-content p,
.page-hero p,
.section-heading p,
.form-copy p,
.cta-inner p {
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
    font-weight: 500;
}

.eyebrow {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    border: 1px solid rgba(18, 107, 79, 0.16);
    border-radius: 999px;
    background: rgba(231, 244, 239, 0.88);
    color: var(--green-800);
    font-size: 0.88rem;
    font-weight: 900;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-block-start: 22px;
}

.hero-actions.centered {
    justify-content: center;
}

.hero-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-block-start: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(18, 107, 79, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--green-950);
    font-size: 0.92rem;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(11, 61, 50, 0.06);
}

.hero-status span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--green-700);
    box-shadow: 0 0 0 6px rgba(18, 107, 79, 0.12);
}

.btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--green-700);
    color: var(--paper);
    box-shadow: var(--shadow-green);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--green-800);
}

.btn-secondary {
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.82);
    color: var(--green-950);
}

.btn-secondary:hover,
.btn-secondary:focus {
    border-color: rgba(18, 107, 79, 0.38);
    background: var(--paper);
}

.btn-full {
    width: 100%;
}

.hero-proof {
    display: grid;
    gap: 10px;
    margin-block-start: 22px;
}

.hero-proof div {
    padding: 14px;
    border: 1px solid rgba(217, 230, 223, 0.9);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(11, 61, 50, 0.06);
}

.hero-proof strong,
.hero-proof span {
    display: block;
}

.hero-proof strong {
    color: var(--green-950);
    font-weight: 900;
}

.hero-proof span {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.hero-visual {
    display: block;
    position: relative;
}

.visual-card,
.hero-panel,
.values-panel,
.contact-card,
.lead-form {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow-card);
}

.visual-card {
    position: relative;
    overflow: hidden;
    padding: 14px;
}

.visual-card::before {
    position: absolute;
    inset-inline: 0;
    inset-block-start: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--green-700), var(--teal-700), var(--gold-600));
    content: "";
}

.visual-topline,
.panel-header,
.form-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.visual-topline {
    padding-block: 8px 14px;
}

.visual-topline span,
.panel-header span,
.form-card-head span {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 800;
}

.visual-topline strong,
.panel-header strong,
.form-card-head strong {
    color: var(--gold-700);
    font-weight: 900;
}

.dashboard-picture {
    display: block;
}

.dashboard-video,
.dashboard-visual {
    display: block;
    width: 100%;
    height: 210px;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--green-50);
}

.dashboard-static-fallback {
    display: none;
}

.mini-metrics {
    display: grid;
    gap: 8px;
    margin-block-start: 12px;
}

.mini-metric {
    min-height: 54px;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--soft);
}

.mini-metric span,
.timeline-item > span,
.step > span,
.card-icon,
.service-number {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: var(--radius);
    background: var(--green-100);
    color: var(--green-800);
    font-weight: 900;
}

.mini-metric strong {
    color: var(--green-950);
    font-size: 0.96rem;
    font-weight: 900;
}

.trust-strip {
    position: relative;
    z-index: 2;
    scroll-margin-top: 74px;
    background: var(--green-950);
    color: var(--paper);
}

.home-strip {
    scroll-margin-top: 74px;
}

.trust-layout {
    display: grid;
    gap: 28px;
    align-items: center;
    padding: var(--section-space) 0;
}

.trust-intro {
    max-width: 680px;
}

.trust-intro h2 {
    margin: 12px 0 0;
    color: var(--paper);
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1.35;
}

.trust-grid {
    display: grid;
    gap: 10px;
}

.trust-item {
    min-height: 112px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(8px);
}

.trust-item strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 900;
}

.trust-item span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.94rem;
    line-height: 1.55;
}

.section {
    padding: var(--section-space) 0;
    background: var(--paper);
}

.section-elevated {
    background: linear-gradient(180deg, var(--paper), #fbfdfb);
}

.section-tint {
    background:
        linear-gradient(90deg, rgba(18, 107, 79, 0.045) 1px, transparent 1px),
        var(--soft);
    background-size: 56px 56px;
}

.section-faq,
.section-sectors {
    background: var(--paper);
}

.section-heading {
    max-width: 760px;
    margin-block-end: 30px;
}

.section-heading-split {
    max-width: none;
    display: grid;
    gap: 16px;
    align-items: end;
}

.section-heading h2,
.split-layout h2,
.form-copy h2,
.cta-inner h2,
.contact-card h2,
.content-page h2 {
    margin: 10px 0 10px;
    color: var(--green-950);
    font-size: 1.62rem;
    font-weight: 900;
    line-height: 1.34;
}

.card-grid,
.experience-grid,
.sector-grid,
.sector-detail-grid,
.footer-grid,
.contact-grid {
    display: grid;
    gap: 14px;
}

.info-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 12px 28px rgba(11, 61, 50, 0.06);
}

.info-card::after {
    position: absolute;
    inset-inline: 18px;
    inset-block-start: 0;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--green-700), var(--teal-700));
    content: "";
}

.info-card h3,
.info-card h2,
.service-row h2 {
    margin: 10px 0 6px;
    color: var(--green-950);
    font-weight: 900;
    line-height: 1.42;
}

.info-card p,
.service-row p,
.contact-card p,
.content-page p,
.site-footer p,
.timeline-item p,
.step p {
    margin: 0;
    color: var(--muted);
}

.info-card p {
    font-size: 0.96rem;
}

.center-action {
    margin-block-start: 24px;
    text-align: center;
}

.split-layout {
    display: grid;
    gap: 28px;
    align-items: center;
}

.process-layout {
    display: grid;
    gap: 28px;
    align-items: center;
}

.process-copy {
    max-width: 640px;
}

.process-copy .btn {
    margin-block-start: 22px;
}

.steps {
    display: grid;
    gap: 12px;
}

.process-card {
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-soft);
}

.step,
.timeline-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.step {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
}

.step h3 {
    margin: 0 0 4px;
    color: var(--green-950);
    font-weight: 900;
}

.steps.compact .step {
    background: transparent;
    box-shadow: none;
}

.sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sector-card {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(231, 244, 239, 0.82), rgba(255, 244, 216, 0.38)),
        var(--paper);
    color: var(--green-950);
    font-weight: 900;
    text-align: center;
    box-shadow: 0 10px 24px rgba(11, 61, 50, 0.06);
}

.sector-card::after {
    position: absolute;
    inset-inline-start: 0;
    inset-block: 0;
    width: 4px;
    background: var(--gold-600);
    content: "";
}

.sector-card:hover,
.sector-card:focus {
    border-color: rgba(18, 107, 79, 0.34);
    background: var(--green-100);
}

.sector-card span {
    position: relative;
    z-index: 1;
}

.faq-layout {
    display: grid;
    gap: 28px;
    align-items: start;
}

.faq-copy {
    max-width: 560px;
}

.faq-layout .btn {
    margin-block-start: 20px;
}

.faq-list {
    display: grid;
    gap: 10px;
}

details {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 10px 24px rgba(11, 61, 50, 0.05);
}

summary {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: var(--green-950);
    font-weight: 900;
    cursor: pointer;
}

details p {
    margin: 0;
    padding: 0 16px 16px;
    color: var(--muted);
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 56px 0;
    background:
        linear-gradient(90deg, rgba(11, 61, 50, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, #fbfdfb, #f3faf6);
    background-size: 54px 54px, auto;
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.compact-hero {
    padding-bottom: 36px;
}

.service-list {
    display: grid;
    gap: 14px;
}

.service-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 12px 28px rgba(11, 61, 50, 0.06);
}

.values-panel,
.contact-card {
    padding: 20px;
}

.values-panel h3,
.contact-card h2 {
    margin-block-start: 0;
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-inline-start: 28px;
    color: var(--muted);
}

.check-list li::before {
    position: absolute;
    inset-inline-start: 0;
    color: var(--green-700);
    font-weight: 900;
    content: "✓";
}

.cta-band {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        var(--green-950);
    background-size: 54px 54px;
    color: var(--paper);
}

.cta-band h2,
.cta-band p {
    color: var(--paper);
}

.cta-band p {
    opacity: 0.78;
}

.cta-inner {
    display: grid;
    gap: 18px;
    align-items: center;
}

.muted-card {
    background: var(--soft);
    box-shadow: none;
}

dl {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
}

dt {
    color: var(--green-950);
    font-weight: 900;
}

dd {
    margin: 0;
    color: var(--muted);
}

.content-page {
    max-width: 820px;
}

.content-page h2 {
    margin-block-start: 28px;
    font-size: 1.35rem;
}

.content-page h2:first-child {
    margin-block-start: 0;
}

.thank-you-hero {
    min-height: 58vh;
    display: grid;
    place-items: center;
}

.success-mark {
    width: 58px;
    height: 58px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: var(--green-100);
    color: var(--green-700);
    font-size: 1.8rem;
    font-weight: 900;
}

.form-section {
    background:
        linear-gradient(180deg, var(--paper), var(--soft));
}

.form-layout {
    display: grid;
    gap: 24px;
    align-items: start;
}

.form-copy {
    align-self: start;
}

.form-media {
    display: none;
    margin-block-start: 22px;
}

.form-media img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.lead-form {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 18px;
}

.form-card-head {
    padding-block-end: 12px;
    border-bottom: 1px solid var(--line);
}

.lead-extra {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.form-alert {
    padding: 14px;
    border: 1px solid rgba(180, 35, 24, 0.18);
    border-radius: var(--radius);
    background: var(--danger-soft);
    color: var(--danger);
}

.form-alert strong {
    display: block;
    margin-block-end: 6px;
}

.form-alert ul {
    margin: 0;
    padding-inline-start: 20px;
}

.field {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    border: 0;
}

label,
legend {
    color: var(--green-950);
    font-weight: 900;
}

input[type="text"],
input[type="tel"],
textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 13px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    color: var(--ink);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
    min-height: 116px;
    resize: vertical;
}

input:focus,
textarea:focus,
.option:has(input:focus-visible) {
    border-color: var(--green-700);
    box-shadow: 0 0 0 4px rgba(18, 107, 79, 0.12);
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.option-grid-three {
    grid-template-columns: 1fr;
}

.option {
    position: relative;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--soft);
    color: var(--green-950);
    cursor: pointer;
    text-align: center;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.option span {
    font-weight: 900;
}

.option:has(input:checked) {
    border-color: var(--green-700);
    background: var(--green-100);
    color: var(--green-950);
    box-shadow: inset 0 0 0 1px rgba(18, 107, 79, 0.08);
}

.consent {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--soft);
    color: var(--ink);
    font-weight: 800;
}

.consent input {
    width: 20px;
    height: 20px;
    margin-block-start: 5px;
    accent-color: var(--green-700);
}

.privacy-note {
    margin: -4px 0 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.privacy-note a {
    color: var(--green-800);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.field-error {
    margin: 0;
    color: var(--danger);
    font-size: 0.9rem;
}

.site-footer {
    padding: 38px 0 20px;
    background: var(--green-950);
    color: var(--paper);
}

.footer-brand {
    color: var(--paper);
}

.site-footer h2 {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 900;
}

.site-footer a {
    display: block;
    margin-block: 8px;
    color: rgba(255, 255, 255, 0.84);
}

.site-footer p {
    color: rgba(255, 255, 255, 0.74);
}

.footer-bottom {
    display: grid;
    gap: 8px;
    margin-block-start: 28px;
    padding-block-start: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.mobile-sticky-cta {
    position: fixed;
    inset-inline: 16px;
    inset-block-end: 14px;
    z-index: 90;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    background: var(--gold-600);
    color: var(--paper);
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(21, 34, 29, 0.24);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (min-width: 620px) {
    .hero-proof,
    .mini-metrics,
    .trust-grid,
    .card-grid,
    .experience-grid,
    .footer-grid,
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .option-grid-three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 880px) {
    body.has-sticky-cta {
        padding-bottom: 0;
    }

    .header-inner {
        gap: 22px;
    }

    .nav-toggle {
        display: none;
    }

    .site-nav {
        position: static;
        display: flex;
        align-items: center;
        gap: 4px;
        margin-inline-start: auto;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .nav-link {
        min-height: 40px;
    }

    .header-cta {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 14px;
        border-radius: var(--radius);
        background: var(--green-700);
        color: var(--paper);
        font-weight: 900;
        box-shadow: 0 12px 24px rgba(18, 107, 79, 0.16);
    }

    .hero {
        padding: 64px 0 54px;
        min-height: calc(100svh - 74px);
        display: grid;
        align-items: center;
    }

    .page-home .section,
    .page-home .trust-strip {
        scroll-margin-top: 74px;
    }

    .scroll-cue {
        display: grid;
    }

    .hero-grid,
    .split-layout,
    .form-layout,
    .faq-layout,
    .cta-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.78fr);
        gap: 44px;
    }

    .hero-visual {
        display: block;
        justify-self: end;
        width: min(100%, 470px);
    }

    .dashboard-video,
    .dashboard-visual {
        height: 270px;
    }

    .hero-content h1,
    .page-hero h1 {
        font-size: 3.2rem;
    }

    .page-home .hero-content h1 {
        font-size: 4rem;
    }

    .hero-content p {
        max-width: 620px;
        font-size: 1.12rem;
    }

    .hero-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .visual-card {
        padding: 16px;
    }

    .section {
        padding: 76px 0;
    }

    .trust-layout {
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        min-height: 44svh;
    }

    .section-heading-split {
        grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
    }

    .section-heading h2,
    .split-layout h2,
    .form-copy h2,
    .cta-inner h2,
    .contact-card h2,
    .content-page h2 {
        font-size: 2rem;
    }

    .card-grid,
    .experience-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
        gap: 44px;
    }

    .sector-detail-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .lead-form {
        padding: 24px;
    }

    .form-copy {
        position: sticky;
        inset-block-start: 104px;
    }

    .form-media {
        display: block;
    }

    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .footer-bottom {
        grid-template-columns: 1fr auto;
    }

    .mobile-sticky-cta {
        display: none;
    }
}

@media (min-width: 1120px) {
    @supports selector(html:has(body)) {
        html:has(body.page-home) {
            scroll-snap-type: y mandatory;
        }
    }

    .section-rail {
        display: grid;
    }

    .page-home .home-panel,
    .page-home .home-strip,
    .page-home .form-section {
        scroll-snap-align: start;
    }

    .page-home .home-panel {
        min-height: calc(100svh - 74px);
        display: grid;
        align-items: center;
    }

    .page-home .form-section {
        min-height: calc(100svh - 74px);
        display: grid;
        align-items: center;
    }
}

@media (max-width: 420px) {
    .container {
        width: min(100% - 24px, 1160px);
    }

    .hero-content h1,
    .page-hero h1 {
        font-size: 1.82rem;
    }

    .page-home .hero-content h1 {
        font-size: 2.15rem;
    }

    .btn {
        width: 100%;
    }

    .hero-actions {
        gap: 8px;
    }

    .sector-grid {
        grid-template-columns: 1fr;
    }
}

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

    .dashboard-video {
        display: none;
    }

    .dashboard-static-fallback {
        display: block;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .reveal {
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 620ms ease, transform 620ms ease;
        transition-delay: var(--reveal-delay, 0ms);
    }

    .reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
}

/* refined visual system */
:root {
    --green-950: #05261f;
    --green-900: #07362d;
    --green-800: #0c5b49;
    --green-700: #146f53;
    --green-100: #e8f4ee;
    --green-50: #f3faf6;
    --teal-700: #087f7a;
    --teal-100: #dcf4f1;
    --gold-700: #8b5f1d;
    --gold-600: #bd872b;
    --gold-100: #fff3d6;
    --copper: #9b4f34;
    --ink: #10231d;
    --muted: #51675f;
    --line: #dbe7df;
    --line-strong: #bfd2c8;
    --soft: #f7faf6;
    --paper: #ffffff;
    --shadow-soft: 0 18px 44px rgba(5, 38, 31, 0.08);
    --shadow-card: 0 24px 70px rgba(5, 38, 31, 0.13);
    --shadow-green: 0 18px 36px rgba(20, 111, 83, 0.22);
    --section-space: 72px;
}

::selection {
    background: var(--gold-100);
    color: var(--green-950);
}

body {
    background:
        linear-gradient(90deg, rgba(5, 38, 31, 0.024) 1px, transparent 1px),
        var(--soft);
    background-size: 72px 72px;
}

body.is-scrolled .site-header {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(5, 38, 31, 0.08);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible,
.option:has(input:focus-visible) {
    outline: 3px solid rgba(189, 135, 43, 0.42);
    outline-offset: 3px;
}

.site-header {
    transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.brand-mark {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, var(--green-950), var(--green-700) 62%, var(--teal-700));
}

.brand-mark::after {
    position: absolute;
    inset-inline-start: -28%;
    inset-block-start: -40%;
    inline-size: 44%;
    block-size: 180%;
    transform: rotate(22deg);
    background: rgba(255, 255, 255, 0.18);
    content: "";
}

.nav-link {
    position: relative;
}

.nav-link::after {
    position: absolute;
    inset-inline: 12px;
    inset-block-end: 4px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right center;
    border-radius: 999px;
    background: var(--gold-600);
    content: "";
    transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.is-active::after {
    transform: scaleX(1);
}

.hero {
    isolation: isolate;
    padding-block: 34px 38px;
    background:
        linear-gradient(90deg, rgba(20, 111, 83, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, #ffffff 0%, #f8fbf8 52%, #edf7f1 100%);
    background-size: 58px 58px, auto;
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(135deg, transparent 0 58%, rgba(189, 135, 43, 0.13) 58% 58.5%, transparent 58.5%),
        linear-gradient(35deg, transparent 0 72%, rgba(8, 127, 122, 0.08) 72% 72.35%, transparent 72.35%);
    pointer-events: none;
    content: "";
}

.hero-content {
    position: relative;
}

.page-home .hero-content h1 {
    max-width: 9ch;
    margin-block: 12px 12px;
    font-size: 2.75rem;
    line-height: 1.04;
}

.hero-lede {
    color: #31463f;
    font-size: 1.05rem;
    line-height: 1.85;
}

.hero-note {
    display: grid;
    gap: 2px;
    max-width: 560px;
    margin-block-start: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(189, 135, 43, 0.26);
    border-inline-start: 4px solid var(--gold-600);
    border-radius: var(--radius);
    background: rgba(255, 248, 234, 0.74);
    box-shadow: 0 12px 30px rgba(139, 95, 29, 0.08);
}

.hero-note span {
    color: var(--gold-700);
    font-size: 0.85rem;
    font-weight: 900;
}

.hero-note strong {
    color: var(--green-950);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.55;
}

.hero-actions {
    margin-block-start: 20px;
}

.btn {
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background:
        linear-gradient(135deg, var(--green-800), var(--green-700) 58%, var(--teal-700));
}

.btn-primary::after {
    width: 8px;
    height: 8px;
    border-block-start: 2px solid currentColor;
    border-inline-start: 2px solid currentColor;
    transform: rotate(-45deg);
    opacity: 0.72;
    content: "";
}

.btn-primary:hover::after,
.btn-primary:focus-visible::after {
    transform: translateX(-3px) rotate(-45deg);
}

.btn:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.9);
}

.hero-status {
    border-color: rgba(20, 111, 83, 0.18);
    background: rgba(255, 255, 255, 0.88);
}

.hero-proof {
    gap: 8px;
}

.hero-proof div {
    position: relative;
    min-height: 94px;
    padding: 14px 14px 12px;
    border-color: rgba(20, 111, 83, 0.13);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 246, 0.92));
}

.hero-proof div::before {
    position: absolute;
    inset-inline-start: 14px;
    inset-block-start: 0;
    width: 34px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: var(--gold-600);
    content: "";
}

.visual-card {
    border-color: rgba(5, 38, 31, 0.13);
    background:
        linear-gradient(180deg, #ffffff, #f8fbf8);
}

.visual-card::before {
    height: 4px;
}

.dashboard-video,
.dashboard-visual {
    height: 176px;
    border-color: rgba(5, 38, 31, 0.13);
    background:
        linear-gradient(135deg, rgba(255, 253, 247, 0.94), rgba(231, 244, 239, 0.94));
    object-position: center;
}

.mini-metric {
    background: #ffffff;
}

.trust-strip {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(135deg, var(--green-950), #083b31 58%, #05261f);
    background-size: 56px 56px, auto;
}

.trust-item {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.072);
}

.trust-item::before {
    position: absolute;
    inset-inline: 18px;
    inset-block-start: 0;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: rgba(189, 135, 43, 0.92);
    content: "";
}

.section {
    padding-block: var(--section-space);
}

.section-heading h2,
.split-layout h2,
.form-copy h2,
.cta-inner h2,
.contact-card h2,
.content-page h2 {
    line-height: 1.24;
}

.info-card,
.service-row,
.contact-card,
details {
    border-color: rgba(5, 38, 31, 0.11);
}

.info-card,
.service-row {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.info-card:hover,
.service-row:hover {
    transform: translateY(-3px);
    border-color: rgba(20, 111, 83, 0.26);
    box-shadow: 0 20px 48px rgba(5, 38, 31, 0.11);
}

.process-card {
    position: relative;
    overflow: hidden;
}

.process-card::before {
    position: absolute;
    inset-inline-start: 30px;
    inset-block: 28px;
    width: 2px;
    background: linear-gradient(180deg, var(--gold-600), rgba(20, 111, 83, 0.18));
    content: "";
}

.step {
    position: relative;
}

.sector-card {
    justify-content: flex-start;
    min-height: 86px;
    padding-inline: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 250, 246, 0.92)),
        var(--paper);
    text-align: start;
}

.sector-card::after {
    width: 3px;
}

summary {
    gap: 12px;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    width: 10px;
    height: 10px;
    margin-inline-start: auto;
    border-inline-start: 2px solid var(--gold-700);
    border-block-end: 2px solid var(--gold-700);
    transform: rotate(-45deg);
    transition: transform 180ms ease;
    content: "";
}

details[open] summary::after {
    transform: rotate(135deg);
}

.form-section {
    background:
        linear-gradient(90deg, rgba(5, 38, 31, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, #ffffff, #f3faf6);
    background-size: 60px 60px, auto;
}

.form-layout {
    gap: 22px;
}

.form-copy {
    padding: 20px;
    border: 1px solid rgba(5, 38, 31, 0.13);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, var(--green-950), #073b31);
    color: var(--paper);
    box-shadow: var(--shadow-card);
}

.form-copy .eyebrow {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: var(--gold-100);
}

.form-copy h2,
.form-copy p {
    color: var(--paper);
}

.form-copy p {
    opacity: 0.8;
}

.form-copy .check-list li {
    color: rgba(255, 255, 255, 0.78);
}

.form-copy .check-list li::before {
    color: var(--gold-100);
}

.form-media img {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.lead-form {
    overflow: hidden;
    border-color: rgba(5, 38, 31, 0.13);
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
}

.lead-form::before {
    position: absolute;
    inset-inline: 0;
    inset-block-start: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--green-700), var(--teal-700), var(--gold-600));
    content: "";
}

.form-card-head {
    padding-block-start: 4px;
}

.form-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-progress li {
    position: relative;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(20, 111, 83, 0.13);
    border-radius: var(--radius);
    background: var(--green-50);
    color: var(--green-950);
    font-size: 0.84rem;
    font-weight: 900;
    text-align: center;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.form-progress li.is-active,
.form-progress li.is-complete {
    border-color: rgba(20, 111, 83, 0.28);
    background: var(--green-100);
}

.form-progress li.is-complete {
    color: var(--green-800);
}

.form-progress li span {
    line-height: 1.2;
}

.form-progress b {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: var(--green-700);
    color: var(--paper);
    font-size: 0.78rem;
    line-height: 1;
}

.form-progress li.is-complete b {
    background: var(--gold-600);
}

.form-step {
    display: grid;
    gap: 16px;
}

.lead-form.is-stepped-form .form-step[hidden] {
    display: none;
}

.qualification-panel,
.step-intro {
    display: grid;
    gap: 8px;
}

.qualification-panel {
    padding: 18px;
    border: 1px solid rgba(20, 111, 83, 0.13);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(232, 244, 238, 0.86), rgba(255, 243, 214, 0.44)),
        #ffffff;
}

.qualification-panel h3,
.step-intro h3 {
    margin: 0;
    color: var(--green-950);
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1.32;
}

.qualification-panel p,
.step-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.step-kicker {
    color: var(--gold-700);
    font-size: 0.82rem;
    font-weight: 900;
}

.mini-checks {
    display: grid;
    gap: 7px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.mini-checks li {
    position: relative;
    padding-inline-start: 22px;
    color: var(--green-950);
    font-size: 0.9rem;
    font-weight: 900;
}

.mini-checks li::before {
    position: absolute;
    inset-inline-start: 0;
    color: var(--green-700);
    content: "✓";
}

.wizard-actions {
    display: grid;
    grid-template-columns: 0.72fr 1fr;
    gap: 8px;
    align-items: center;
}

.wizard-actions .btn-full,
.wizard-actions .btn:only-child {
    grid-column: 1 / -1;
}

.form-assurance,
.submit-note {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
    border-color: rgba(180, 35, 24, 0.55);
    background: #fffaf9;
}

.option:hover {
    border-color: rgba(20, 111, 83, 0.28);
    background: #ffffff;
}

.option:has(input:checked)::after {
    position: absolute;
    inset-inline-end: 9px;
    inset-block-start: 9px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold-600);
    content: "";
}

.consent {
    background: #ffffff;
}

.mobile-sticky-cta {
    inset-block-end: max(14px, env(safe-area-inset-bottom));
    background:
        linear-gradient(135deg, var(--gold-700), var(--gold-600));
    transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-sticky-cta.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
}

@media (min-width: 620px) {
    .dashboard-video,
    .dashboard-visual {
        height: 220px;
    }
}

@media (min-width: 880px) {
    .hero {
        padding-block: 58px 54px;
    }

    .page-home .hero-content h1 {
        font-size: 4.28rem;
    }

    .dashboard-video,
    .dashboard-visual {
        height: 248px;
    }

    .form-copy {
        padding: 26px;
    }
}

@media (min-width: 1120px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.86fr);
    }

    .hero-visual {
        width: min(100%, 510px);
    }
}

@media (max-width: 620px) {
    .brand-subtitle {
        display: none;
    }

    .page-home .hero-content h1 {
        font-size: 2.45rem;
    }

    .hero-note {
        padding: 11px 12px;
    }

    .dashboard-video,
    .dashboard-visual {
        height: 158px;
    }

    .mini-metrics {
        grid-template-columns: 1fr;
    }

    .form-copy {
        padding: 18px;
    }

    .form-progress li {
        min-height: 38px;
        font-size: 0.78rem;
    }

    .form-progress li span {
        display: none;
    }

    .wizard-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .page-home .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-proof div {
        min-height: auto;
    }

}

/* premium corporate redesign layer */
:root {
    --corp-ink: #09231d;
    --corp-green: #0a4639;
    --corp-green-2: #126b4f;
    --corp-teal: #08736f;
    --corp-brass: #b8872e;
    --corp-brass-dark: #875d1d;
    --corp-paper: #fffdf8;
    --corp-cream: #fbf6ec;
    --corp-mist: #eef6f1;
    --corp-line: #d7e3db;
    --corp-muted: #526960;
    --corp-shadow: 0 22px 60px rgba(9, 35, 29, 0.11);
    --corp-shadow-soft: 0 14px 34px rgba(9, 35, 29, 0.075);
    --radius: 8px;
    --section-space: 70px;
}

html {
    scroll-padding-top: 78px;
}

body {
    background:
        linear-gradient(90deg, rgba(9, 35, 29, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, var(--corp-paper), #f6faf6 42%, #ffffff);
    background-size: 76px 76px, auto;
    color: var(--corp-ink);
}

.container {
    width: min(1200px, calc(100% - 28px));
}

.site-header {
    border-bottom: 1px solid rgba(9, 35, 29, 0.1);
    background: rgba(255, 253, 248, 0.96);
    backdrop-filter: none;
}

body.is-scrolled .site-header {
    background: rgba(255, 253, 248, 0.98);
    box-shadow: 0 14px 34px rgba(9, 35, 29, 0.08);
}

.header-inner {
    min-height: 72px;
}

.brand {
    gap: 11px;
}

.brand-mark {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(135deg, var(--corp-ink), var(--corp-green) 58%, var(--corp-teal));
    box-shadow: 0 14px 28px rgba(10, 70, 57, 0.22);
}

.brand-mark::before {
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    content: "";
}

.brand-text {
    font-size: 1.08rem;
}

.brand-subtitle {
    color: var(--corp-muted);
}

.site-nav {
    border-color: var(--corp-line);
    background: var(--corp-paper);
}

.nav-link {
    color: #52635e;
    font-size: 0.95rem;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.is-active {
    background: rgba(18, 107, 79, 0.08);
    color: var(--corp-ink);
}

.nav-link::after {
    inset-block-end: 5px;
    background: var(--corp-brass);
}

.header-cta,
.btn-primary {
    background: var(--corp-green-2);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(18, 107, 79, 0.2);
}

.header-cta:hover,
.header-cta:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: var(--corp-green);
}

.btn,
.header-cta,
.mobile-sticky-cta {
    min-height: 52px;
    border-radius: var(--radius);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.btn:active,
.header-cta:active,
.mobile-sticky-cta:active {
    transform: translateY(1px) scale(0.99);
}

.btn-primary::after {
    opacity: 0.86;
}

.btn-secondary {
    border-color: rgba(9, 35, 29, 0.16);
    background: rgba(255, 253, 248, 0.88);
    color: var(--corp-ink);
    box-shadow: 0 8px 18px rgba(9, 35, 29, 0.045);
}

.eyebrow {
    min-height: 30px;
    border-color: rgba(184, 135, 46, 0.28);
    border-radius: var(--radius);
    background: rgba(255, 246, 226, 0.72);
    color: var(--corp-brass-dark);
    font-size: 0.86rem;
}

.hero {
    min-height: auto;
    padding-block: 34px 38px;
    background:
        linear-gradient(90deg, rgba(9, 35, 29, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, var(--corp-paper) 0%, #f8fbf8 52%, var(--corp-mist) 100%);
    background-size: 64px 64px, auto;
}

.hero::before {
    background:
        linear-gradient(135deg, transparent 0 56%, rgba(184, 135, 46, 0.13) 56% 56.35%, transparent 56.35%),
        linear-gradient(28deg, transparent 0 76%, rgba(8, 115, 111, 0.08) 76% 76.32%, transparent 76.32%);
}

.page-home .hero-content h1 {
    max-width: 11.8ch;
    margin-block: 13px 13px;
    color: var(--corp-ink);
    font-size: 2.32rem;
    line-height: 1.12;
    text-wrap: balance;
}

.hero-lede {
    max-width: 610px;
    color: #354b44;
    line-height: 1.85;
    text-wrap: pretty;
}

.hero-note {
    max-width: 580px;
    margin-block-start: 18px;
    border: 1px solid rgba(184, 135, 46, 0.24);
    border-inline-start: 4px solid var(--corp-brass);
    background: rgba(255, 249, 236, 0.82);
    box-shadow: 0 14px 34px rgba(135, 93, 29, 0.08);
}

.hero-note span,
.step-kicker,
.visual-topline strong,
.panel-header strong,
.form-card-head strong {
    color: var(--corp-brass-dark);
}

.hero-proof {
    gap: 1px;
    overflow: hidden;
    max-width: 650px;
    border: 1px solid rgba(9, 35, 29, 0.11);
    border-radius: var(--radius);
    background: rgba(9, 35, 29, 0.09);
    box-shadow: var(--corp-shadow-soft);
}

.hero-proof div {
    min-height: 92px;
    padding: 15px 16px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: none;
}

.hero-proof div::before {
    inset-inline-start: 16px;
    background: var(--corp-brass);
}

.hero-status {
    border-radius: var(--radius);
    border-color: rgba(18, 107, 79, 0.16);
    background: rgba(255, 253, 248, 0.88);
}

.visual-card,
.hero-panel,
.values-panel,
.contact-card,
.lead-form {
    border-color: rgba(9, 35, 29, 0.12);
    box-shadow: var(--corp-shadow);
}

.premium-brief {
    padding: 15px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fafdf9 100%);
}

.premium-brief::before,
.lead-form::before {
    height: 4px;
    background: linear-gradient(90deg, var(--corp-green), var(--corp-teal), var(--corp-brass));
}

.visual-topline {
    padding-block: 10px 13px;
}

.visual-topline span,
.panel-header span,
.form-card-head span {
    color: var(--corp-muted);
}

.video-frame {
    padding: 8px;
    border: 1px solid rgba(9, 35, 29, 0.1);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(239, 247, 242, 0.9));
}

.dashboard-video,
.dashboard-visual {
    height: 156px;
    border: 0;
    background: transparent;
}

.mini-metrics {
    gap: 0;
    overflow: hidden;
    margin-block-start: 12px;
    border: 1px solid rgba(9, 35, 29, 0.1);
    border-radius: var(--radius);
}

.mini-metric {
    min-height: 58px;
    padding: 9px 10px;
    border: 0;
    border-bottom: 1px solid rgba(9, 35, 29, 0.08);
    border-radius: 0;
    background: #ffffff;
}

.mini-metric:last-child {
    border-bottom: 0;
}

.mini-metric span,
.timeline-item > span,
.step > span,
.card-icon,
.service-number {
    border-radius: 6px;
    background: rgba(18, 107, 79, 0.1);
    color: var(--corp-green-2);
}

.visual-footnote {
    display: grid;
    gap: 2px;
    margin-block-start: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(184, 135, 46, 0.2);
    border-radius: var(--radius);
    background: rgba(255, 246, 226, 0.56);
}

.visual-footnote span {
    color: var(--corp-brass-dark);
    font-size: 0.78rem;
    font-weight: 900;
}

.visual-footnote strong {
    color: var(--corp-ink);
    font-size: 0.92rem;
    line-height: 1.45;
}

.trust-strip {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(135deg, #061f1a, var(--corp-green) 62%, #05231d);
    background-size: 66px 66px, auto;
}

.trust-intro h2 {
    max-width: 680px;
    line-height: 1.28;
    text-wrap: balance;
}

.trust-intro p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
    text-wrap: pretty;
}

.trust-grid {
    grid-template-columns: 1fr;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.12);
}

.trust-item {
    min-height: 94px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.065);
    backdrop-filter: none;
}

.trust-item::before {
    inset-inline: 18px auto;
    width: 34px;
    background: var(--corp-brass);
}

.section {
    padding-block: var(--section-space);
    background: #ffffff;
}

.section-elevated {
    background: linear-gradient(180deg, #ffffff, #fafcf9);
}

.section-tint,
.form-section {
    background:
        linear-gradient(90deg, rgba(9, 35, 29, 0.038) 1px, transparent 1px),
        linear-gradient(180deg, var(--corp-cream), #f8fbf7);
    background-size: 72px 72px, auto;
}

.section-heading h2,
.split-layout h2,
.form-copy h2,
.cta-inner h2,
.contact-card h2,
.content-page h2,
.trust-intro h2 {
    color: var(--corp-ink);
    text-wrap: balance;
}

.section-heading p,
.form-copy p,
.cta-inner p,
.info-card p,
.service-row p,
.contact-card p,
.content-page p,
.timeline-item p,
.step p {
    color: var(--corp-muted);
    text-wrap: pretty;
}

.experience-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
}

.info-card,
.service-row,
.contact-card,
.values-panel,
details {
    border-color: rgba(9, 35, 29, 0.11);
    background: #ffffff;
    box-shadow: var(--corp-shadow-soft);
}

.info-card {
    padding: 20px;
}

.feature-card-wide {
    background:
        linear-gradient(135deg, rgba(239, 246, 241, 0.9), rgba(255, 250, 239, 0.82)),
        #ffffff;
}

.feature-card-muted {
    background: #fbf8f0;
}

.info-card::after {
    inset-inline: 20px auto;
    width: 42px;
    background: var(--corp-brass);
}

.process-card {
    padding: 0;
    border-color: rgba(9, 35, 29, 0.11);
    background: #ffffff;
}

.process-card::before {
    inset-inline-start: 31px;
    background: linear-gradient(180deg, var(--corp-brass), rgba(18, 107, 79, 0.18));
}

.step {
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(9, 35, 29, 0.09);
    border-radius: 0;
    background: transparent;
}

.step:last-child {
    border-bottom: 0;
}

.step h3 {
    color: var(--corp-ink);
}

.sector-grid {
    grid-template-columns: 1fr;
}

.sector-card {
    min-height: 74px;
    border-color: rgba(9, 35, 29, 0.1);
    background: #ffffff;
    box-shadow: var(--corp-shadow-soft);
}

.sector-card::after {
    background: var(--corp-brass);
}

.sector-card:hover,
.sector-card:focus {
    border-color: rgba(18, 107, 79, 0.24);
    background: var(--corp-mist);
}

.faq-list {
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(9, 35, 29, 0.11);
    border-radius: var(--radius);
    background: rgba(9, 35, 29, 0.08);
    box-shadow: var(--corp-shadow-soft);
}

details {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

summary {
    min-height: 60px;
    color: var(--corp-ink);
}

.page-hero {
    padding-block: 54px;
    background:
        linear-gradient(90deg, rgba(9, 35, 29, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, var(--corp-paper), var(--corp-cream));
    background-size: 72px 72px, auto;
}

.page-hero h1 {
    color: var(--corp-ink);
    text-wrap: balance;
}

.form-layout {
    gap: 18px;
}

.form-copy {
    padding: 20px;
    border-color: rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(135deg, #061f1a, var(--corp-green));
    box-shadow: var(--corp-shadow);
}

.form-copy .eyebrow {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
}

.form-copy h2 {
    color: #ffffff;
}

.form-copy p,
.form-copy .check-list li {
    color: rgba(255, 255, 255, 0.78);
}

.form-copy .check-list li::before {
    color: #f6d58e;
}

.lead-form {
    gap: 15px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff, #fbfdf9);
}

.form-card-head {
    min-height: 42px;
}

.form-card-head strong {
    padding: 5px 9px;
    border: 1px solid rgba(184, 135, 46, 0.2);
    border-radius: var(--radius);
    background: rgba(255, 246, 226, 0.62);
    font-size: 0.85rem;
}

.form-progress {
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(9, 35, 29, 0.1);
    border-radius: var(--radius);
    background: rgba(9, 35, 29, 0.08);
}

.form-progress li {
    min-height: 44px;
    border: 0;
    border-left: 1px solid rgba(9, 35, 29, 0.08);
    border-radius: 0;
    background: #ffffff;
}

.form-progress li:last-child {
    border-left: 0;
}

.form-progress li.is-active {
    background: var(--corp-mist);
}

.form-progress li.is-complete {
    background: rgba(255, 246, 226, 0.72);
}

.form-progress b {
    background: var(--corp-green-2);
}

.form-progress li.is-complete b {
    background: var(--corp-brass);
}

.qualification-panel {
    padding: 20px;
    border-color: rgba(184, 135, 46, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 248, 232, 0.92), rgba(239, 246, 241, 0.78)),
        #ffffff;
}

.qualification-panel h3,
.step-intro h3 {
    color: var(--corp-ink);
    text-wrap: balance;
}

.qualification-panel p,
.step-intro p,
.form-assurance,
.submit-note,
.privacy-note {
    color: var(--corp-muted);
}

.mini-checks li::before,
.check-list li::before {
    color: var(--corp-green-2);
}

input[type="text"],
input[type="tel"],
textarea {
    border-color: rgba(9, 35, 29, 0.14);
    background: #ffffff;
}

input:focus,
textarea:focus,
.option:has(input:focus-visible) {
    border-color: var(--corp-green-2);
    box-shadow: 0 0 0 4px rgba(18, 107, 79, 0.11);
}

.option-grid {
    gap: 8px;
}

.option {
    min-height: 54px;
    border-color: rgba(9, 35, 29, 0.12);
    background: #ffffff;
}

.option:hover {
    background: var(--corp-mist);
}

.option:has(input:checked) {
    border-color: rgba(18, 107, 79, 0.34);
    background: rgba(239, 246, 241, 0.92);
    box-shadow: inset 0 0 0 1px rgba(18, 107, 79, 0.1);
}

.option:has(input:checked)::after {
    background: var(--corp-brass);
}

.consent {
    border-color: rgba(9, 35, 29, 0.12);
    background: #ffffff;
}

.wizard-actions {
    gap: 9px;
}

.site-footer {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        #061f1a;
    background-size: 72px 72px, auto;
}

.mobile-sticky-cta {
    background: var(--corp-brass);
    box-shadow: 0 16px 34px rgba(9, 35, 29, 0.24);
}

@media (min-width: 620px) {
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .experience-grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    }

    .feature-card-wide {
        grid-row: span 2;
    }

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

    .dashboard-video,
    .dashboard-visual {
        height: 184px;
    }
}

@media (min-width: 880px) {
    .site-nav {
        gap: 2px;
        margin-inline-start: auto;
    }

    .header-cta {
        min-height: 44px;
        padding-inline: 16px;
    }

    .hero {
        min-height: calc(100svh - 72px);
        padding-block: 58px 54px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
        gap: 52px;
    }

    .hero-visual {
        width: min(100%, 470px);
    }

    .page-home .hero-content h1 {
        font-size: 3.46rem;
    }

    .dashboard-video,
    .dashboard-visual {
        height: 208px;
    }

    .mini-metrics {
        grid-template-columns: 1fr;
    }

    .trust-layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 46px;
    }

    .trust-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }

    .trust-item:nth-child(1) {
        min-height: 190px;
        grid-row: span 2;
    }

    .experience-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: 16px;
    }

    .section-heading-split {
        grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
        gap: 44px;
    }

    .process-layout {
        grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
    }

    .sector-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 12px;
    }

    .sector-card:nth-child(2),
    .sector-card:nth-child(5) {
        transform: translateY(18px);
    }

    .form-layout {
        grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
        gap: 26px;
    }

    .form-copy {
        padding: 26px;
    }

    .lead-form {
        padding: 24px;
    }
}

@media (min-width: 1120px) {
    .page-home .home-panel {
        min-height: calc(100svh - 72px);
    }

    .page-home .form-section {
        min-height: calc(100svh - 72px);
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.7fr);
    }

    .hero-visual {
        width: min(100%, 500px);
    }

    .dashboard-video,
    .dashboard-visual {
        height: 220px;
    }
}

@media (max-width: 620px) {
    :root {
        --section-space: 54px;
    }

    body.has-sticky-cta {
        padding-bottom: 84px;
    }

    .container {
        width: min(100% - 24px, 1200px);
    }

    .site-nav {
        inset-inline: 12px;
        box-shadow: var(--corp-shadow);
    }

    .hero {
        padding-block-start: 28px;
    }

    .page-home .hero-content h1 {
        max-width: 13ch;
        font-size: 2.05rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-proof {
        grid-template-columns: 1fr;
        margin-block-start: 18px;
    }

    .hero-proof div {
        min-height: auto;
    }

    .premium-brief {
        padding: 12px;
    }

    .dashboard-video,
    .dashboard-visual {
        height: 138px;
    }

    .visual-footnote {
        display: none;
    }

    .trust-layout {
        padding-block: 52px;
    }

    .trust-intro h2 {
        font-size: 1.55rem;
    }

    .section-heading {
        margin-block-end: 22px;
    }

    .sector-card:nth-child(n) {
        transform: none;
    }

    .page-hero {
        padding-block: 42px;
        text-align: start;
    }

    .form-layout {
        display: flex;
        flex-direction: column-reverse;
    }

    .lead-form {
        padding: 16px;
    }

    .form-progress li {
        min-height: 40px;
    }

    .form-progress b {
        width: 24px;
        height: 24px;
    }

    .wizard-actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .btn-primary::after {
        transition: transform 160ms ease, opacity 160ms ease;
    }

    .form-copy.reveal,
    .lead-form.reveal {
        opacity: 1;
        transform: none;
    }

    .premium-brief,
    .feature-card,
    .sector-card,
    .lead-form {
        transform: translateZ(0);
    }
}
