:root {
    --site-bg: #f4f6fb;
    --surface: #ffffff;
    --surface-soft: #eaf0f7;
    --surface-dark: #0f1d37;
    --ink: #17233a;
    --ink-soft: #55657f;
    --line: rgba(15, 29, 55, 0.12);
    --line-strong: rgba(15, 29, 55, 0.2);
    --primary: #0d6b60;
    --primary-dark: #0a4f48;
    --accent: #d2a55d;
    --danger: #c75454;
    --success: #19795d;
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --shadow-lg: 0 30px 60px rgba(15, 29, 55, 0.12);
    --shadow-md: 0 18px 40px rgba(15, 29, 55, 0.1);
    --shell: min(1180px, calc(100vw - 40px));
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(210, 165, 93, 0.12), transparent 26%),
        linear-gradient(180deg, #f7f9fd 0%, var(--site-bg) 100%);
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    line-height: 1.65;
}

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

img {
    max-width: 100%;
    display: block;
}

.shell {
    width: var(--shell);
    margin: 0 auto;
}

.shell--alerts {
    padding-top: 18px;
}

.site-main {
    min-height: calc(100vh - 180px);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--primary);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 800;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 16px;
    font-family: "Fraunces", serif;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

h1 {
    font-size: clamp(2.8rem, 6vw, 5.3rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
    font-size: clamp(1.2rem, 2.3vw, 1.55rem);
}

p {
    margin: 0 0 16px;
    color: var(--ink-soft);
}

.button,
button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 15px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    box-shadow: 0 14px 28px rgba(13, 107, 96, 0.24);
}

.button:hover,
button.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 35px rgba(13, 107, 96, 0.3);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink);
    box-shadow: inset 0 0 0 1px var(--line), 0 12px 24px rgba(15, 29, 55, 0.06);
}

.button-ghost {
    background: transparent;
    color: var(--ink);
    box-shadow: inset 0 0 0 1px var(--line);
}

.text-link {
    color: var(--primary);
    font-weight: 700;
}

.alert {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 16px 18px;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-md);
}

.alert strong {
    color: var(--ink);
}

.alert-success {
    border-color: rgba(25, 121, 93, 0.2);
}

.alert-error {
    border-color: rgba(199, 84, 84, 0.2);
}

.alert-close {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: var(--ink-soft);
    font-size: 1.15rem;
    cursor: pointer;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(20px);
    background: rgba(247, 249, 253, 0.85);
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled {
    border-color: var(--line);
    box-shadow: 0 14px 36px rgba(15, 29, 55, 0.08);
}

.site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 26px;
    min-height: 88px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand strong {
    display: block;
    font-size: 1rem;
}

.brand small {
    display: block;
    color: var(--ink-soft);
    font-size: 0.74rem;
}

.brand__mark {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--surface-dark), #18345d);
    color: #fff;
    font-weight: 800;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.site-nav a {
    position: relative;
    color: var(--ink-soft);
    font-weight: 700;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--ink);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    background: transparent;
    border: 0;
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
}

.section,
.hero,
.trust-bar {
    padding: 82px 0;
}

.section--compact {
    padding: 56px 0 82px;
}

.section--tinted {
    background: rgba(255, 255, 255, 0.58);
}

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

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(13, 107, 96, 0.16), transparent 28%),
        radial-gradient(circle at bottom left, rgba(210, 165, 93, 0.18), transparent 24%);
    pointer-events: none;
}

.hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 36px;
    align-items: center;
}

.hero__grid--single {
    grid-template-columns: 1fr;
}

.hero__lead {
    max-width: 700px;
    font-size: 1.1rem;
}

.hero__actions,
.hero__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero__actions {
    margin: 30px 0 34px;
}

.hero__metrics article,
.hero-card,
.trust-bar__grid,
.info-card,
.industry-card,
.split-panel__card,
.testimonial-card,
.post-card,
.value-card,
.industry-detail,
.soft-panel,
.map-placeholder,
.form-card,
.prose-card,
.cta-banner,
.error-panel,
.narrative-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.hero__metrics article {
    min-width: 160px;
    padding: 18px 20px;
}

.hero__metrics strong {
    display: block;
    color: var(--ink);
    font-size: 1.5rem;
}

.hero-card {
    padding: 34px;
    background: linear-gradient(180deg, rgba(15, 29, 55, 0.96), rgba(20, 51, 91, 0.96));
    color: #eef3ff;
}

.hero-card p,
.hero-card li {
    color: rgba(238, 243, 255, 0.84);
}

.hero-card__badge,
.stat-card__eyebrow,
.post-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(210, 165, 93, 0.18);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.check-list,
.mini-list,
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li,
.mini-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.check-list li::before,
.mini-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-size: 1.15rem;
}

.trust-bar {
    padding-top: 0;
}

.trust-bar__grid,
.cta-banner,
.split-panel,
.contact-grid,
.blog-layout,
.narrative-grid,
.detail-card,
.section-head {
    display: grid;
    gap: 26px;
}

.trust-bar__grid,
.cta-banner {
    padding: 30px 34px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    align-items: center;
}

.section-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    margin-bottom: 28px;
}

.section-head--compact {
    margin-bottom: 22px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

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

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

.info-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card,
.industry-detail,
.soft-panel,
.map-placeholder,
.prose-card,
.error-panel,
.narrative-card,
.detail-card {
    padding: 28px;
}

.info-card__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(13, 107, 96, 0.12), rgba(210, 165, 93, 0.18));
    color: var(--primary);
    font-weight: 800;
}

.split-panel,
.contact-grid,
.blog-layout,
.narrative-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
}

.split-panel__card {
    padding: 28px;
    background: linear-gradient(180deg, #f9fbff, #eef4fb);
}

.feature-columns,
.industry-detail__panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0;
}

.testimonial-grid,
.faq-stack,
.detail-stack,
.blog-feed {
    display: grid;
    gap: 18px;
}

.rating {
    margin-bottom: 14px;
    color: var(--accent);
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.84);
    overflow: hidden;
}

.faq-item__trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.faq-item__body {
    display: none;
    padding: 0 24px 22px;
}

.faq-item.is-open .faq-item__body {
    display: block;
}

.form-card,
.form-card--wide {
    padding: 30px;
}

.form-card--wide {
    max-width: 980px;
    margin: 0 auto;
}

.form-grid,
.checkbox-grid {
    display: grid;
    gap: 18px;
}

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

.form-grid__full {
    grid-column: 1 / -1;
}

label,
fieldset {
    display: grid;
    gap: 10px;
    color: var(--ink);
    font-weight: 700;
}

fieldset {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 18px;
}

legend {
    padding: 0 8px;
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 15px 16px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: rgba(13, 107, 96, 0.5);
    box-shadow: 0 0 0 5px rgba(13, 107, 96, 0.12);
}

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

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

.check-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(234, 240, 247, 0.68);
    font-weight: 600;
}

.contact-sidebar,
.site-footer__bottom,
.footer-socials {
    display: grid;
    gap: 18px;
}

.site-footer {
    margin-top: 40px;
    padding: 76px 0 30px;
    background: linear-gradient(180deg, #0f1d37, #0b1528);
    color: #dfe7f7;
}

.site-footer h4,
.site-footer strong {
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 32px;
}

.footer-copy,
.footer-links li,
.site-footer__bottom {
    color: rgba(223, 231, 247, 0.76);
}

.site-footer__bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.map-placeholder,
.error-panel {
    text-align: center;
}

@media (max-width: 1080px) {
    .hero__grid,
    .split-panel,
    .contact-grid,
    .blog-layout,
    .narrative-grid,
    .trust-bar__grid,
    .cta-banner,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .card-grid,
    .card-grid--services,
    .card-grid--three,
    .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .site-header__inner {
        grid-template-columns: auto auto;
    }

    .menu-toggle {
        display: flex;
        justify-self: end;
    }

    .site-nav,
    .site-header__actions {
        display: none;
    }

    .site-nav.is-open {
        display: grid;
        grid-column: 1 / -1;
        padding: 18px 0 6px;
        gap: 16px;
        justify-content: start;
    }

    .site-header__actions.is-open {
        display: flex;
        grid-column: 1 / -1;
        flex-wrap: wrap;
        padding-bottom: 18px;
    }

    .card-grid,
    .card-grid--services,
    .card-grid--three,
    .testimonial-grid,
    .feature-columns,
    .industry-detail__panels,
    .form-grid,
    .checkbox-grid,
    .site-footer__bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 580px) {
    :root {
        --shell: calc(100vw - 28px);
    }

    .section,
    .hero,
    .trust-bar {
        padding: 64px 0;
    }

    .hero-card,
    .info-card,
    .industry-card,
    .testimonial-card,
    .post-card,
    .value-card,
    .industry-detail,
    .soft-panel,
    .form-card,
    .prose-card,
    .cta-banner,
    .error-panel,
    .narrative-card,
    .detail-card,
    .split-panel__card {
        padding: 22px;
    }

    .button,
    button.button {
        width: 100%;
    }

    .hero__actions {
        display: grid;
    }
}

/* Sage-inspired public redesign */
:root {
    --site-bg: #ffffff;
    --surface: #ffffff;
    --surface-soft: #f5f7f6;
    --surface-dark: #111111;
    --ink: #111111;
    --ink-soft: #4b5560;
    --line: rgba(17, 17, 17, 0.1);
    --line-strong: rgba(17, 17, 17, 0.18);
    --primary: #00dc06;
    --primary-dark: #00c405;
    --accent: #111111;
    --shadow-lg: none;
    --shadow-md: none;
    --radius-lg: 24px;
    --radius-md: 20px;
    --radius-sm: 14px;
}

body {
    background: #fff;
    color: var(--ink);
    font-family: "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

p {
    color: var(--ink-soft);
}

.eyebrow {
    color: #2a6b31;
    letter-spacing: 0.08em;
}

.promo-bar {
    background: #111111;
    color: #fff;
}

.promo-bar__inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.9rem;
}

.promo-bar a {
    color: var(--primary);
    font-weight: 700;
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: none;
}

.site-header.is-scrolled {
    border-color: rgba(17, 17, 17, 0.12);
    box-shadow: none;
}

.site-header__inner {
    min-height: 74px;
    gap: 22px;
}

.brand__mark {
    background: var(--primary);
    color: #111;
    border-radius: 12px;
}

.site-nav {
    gap: 20px;
}

.site-nav a {
    color: var(--ink);
    font-weight: 600;
}

.site-nav a.is-active::after,
.site-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: var(--primary);
}

.header-link {
    color: var(--ink);
    font-weight: 600;
}

.button,
button.button {
    background: var(--primary);
    color: #111111;
    box-shadow: none;
    border: 1px solid transparent;
}

.button:hover,
button.button:hover {
    background: var(--primary-dark);
    box-shadow: none;
}

.button-secondary {
    background: #ffffff;
    color: #111111;
    border: 1px solid rgba(17, 17, 17, 0.18);
    box-shadow: none;
}

.button-ghost {
    background: transparent;
    color: #111;
}

.section,
.hero,
.trust-bar {
    padding: 72px 0;
}

.section--soft {
    background: #f5f7f6;
}

.section--trust-strip {
    padding-top: 22px;
    padding-bottom: 46px;
}

.hero--sage {
    padding-top: 56px;
    padding-bottom: 62px;
}

.hero--sage::before {
    display: none;
}

.hero-sage__intro {
    max-width: 760px;
    margin-bottom: 34px;
}

.hero-sage__intro h1 {
    max-width: 860px;
}

.hero-stage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hero-stage-card,
.sage-benefit-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card,
.soft-panel,
.map-placeholder,
.form-card,
.prose-card,
.cta-banner,
.error-panel,
.narrative-card,
.detail-card,
.split-panel__card,
.trust-bar__grid,
.info-card,
.industry-detail {
    border: 1px solid rgba(17, 17, 17, 0.1);
    box-shadow: none;
    background: #fff;
    border-radius: 24px;
}

.hero-stage-card {
    padding: 24px;
    background: #f5f7f6;
}

.hero-stage-card__range,
.industry-card__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 220, 6, 0.12);
    color: #245c2a;
    font-size: 0.82rem;
    font-weight: 700;
}

.trust-strip__title {
    margin-bottom: 16px;
    color: #111;
    font-size: 0.95rem;
    font-weight: 700;
}

.trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.trust-pill {
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-weight: 600;
}

.section-head {
    align-items: start;
}

.sage-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sage-benefit-card {
    padding: 28px;
    background: #f5f7f6;
}

.sage-benefit-card__icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: var(--primary);
    color: #111;
    font-weight: 800;
}

.customer-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 24px;
}

.customer-showcase__main,
.customer-showcase__quote {
    padding: 32px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1);
}

.customer-showcase__quote {
    background: #111;
    color: #fff;
}

.customer-showcase__quote strong,
.customer-showcase__quote span,
.customer-showcase__quote p {
    color: #fff;
}

.story-quote__badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
    font-weight: 700;
}

.story-quote__text {
    margin-bottom: 22px;
    font-size: 1.15rem;
    line-height: 1.5;
}

.stats-band {
    display: grid;
    gap: 24px;
    padding: 34px;
    border-radius: 24px;
    background: #111;
    color: #fff;
}

.stats-band__intro h2,
.stats-band__intro p,
.stats-band__grid span,
.stats-band__grid strong {
    color: #fff;
}

.stats-band__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.stats-band__grid article {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.stats-band__grid strong {
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
}

.hero-card__badge,
.stat-card__eyebrow,
.post-card__tag {
    background: rgba(0, 220, 6, 0.12);
    color: #245c2a;
}

.info-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card,
.industry-detail,
.soft-panel,
.map-placeholder,
.prose-card,
.error-panel,
.narrative-card,
.detail-card {
    padding: 26px;
}

.testimonial-card,
.post-card,
.value-card,
.industry-card,
.sage-benefit-card {
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.testimonial-card:hover,
.post-card:hover,
.value-card:hover,
.industry-card:hover,
.sage-benefit-card:hover {
    transform: translateY(-2px);
    border-color: rgba(17, 17, 17, 0.18);
}

.info-card__icon {
    background: rgba(0, 220, 6, 0.14);
    color: #245c2a;
}

.faq-item {
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}

.faq-item__trigger {
    padding: 24px 26px;
}

.faq-item__body {
    padding: 0 26px 24px;
}

.check-chip {
    background: #f5f7f6;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.site-footer {
    background: #111111;
    color: rgba(255, 255, 255, 0.76);
}

.site-footer h4,
.site-footer strong,
.site-footer a:hover {
    color: #ffffff;
}

.brand--footer .brand__mark {
    background: var(--primary);
    color: #111;
}

@media (max-width: 1080px) {
    .hero-stage-grid,
    .sage-benefit-grid,
    .customer-showcase,
    .stats-band__grid {
        grid-template-columns: 1fr 1fr;
    }

    .customer-showcase {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .promo-bar__inner,
    .hero-stage-grid,
    .sage-benefit-grid,
    .stats-band__grid {
        grid-template-columns: 1fr;
    }

    .promo-bar__inner {
        display: grid;
        padding: 10px 0;
        text-align: center;
    }

    .site-nav a.is-active::after,
    .site-nav a:hover::after {
        display: none;
    }
}

.hero--home-dynamic,
.hero--page {
    padding-top: 52px;
    padding-bottom: 58px;
}

.hero--home-dynamic::before,
.hero--page::before {
    display: none;
}

.home-hero,
.page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
    gap: 24px;
    align-items: stretch;
}

.home-hero__content,
.page-hero__content,
.home-hero__media,
.page-hero__media {
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 28px;
    overflow: hidden;
}

.home-hero__content,
.page-hero__content {
    padding: 34px;
    background: #f5f7f6;
}

.home-hero__media,
.page-hero__media {
    min-height: 100%;
    background: #eef2ee;
}

.home-hero__media img,
.page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero__body {
    max-width: 700px;
}

.customer-showcase__quote .check-list li::before,
.stats-band .check-list li::before {
    color: var(--primary);
}

.narrative-card--wide {
    grid-column: span 1;
}

@media (max-width: 1080px) {
    .home-hero,
    .page-hero {
        grid-template-columns: 1fr;
    }
}

/* Final green-led corporate redesign */
:root {
    --site-bg: #f2f8ea;
    --surface: #ffffff;
    --surface-soft: #f4f8ef;
    --surface-soft-strong: #e9f5e4;
    --surface-dark: #101711;
    --ink: #121814;
    --ink-soft: #566356;
    --line: rgba(18, 24, 20, 0.1);
    --line-strong: rgba(18, 24, 20, 0.18);
    --primary: #00dc64;
    --primary-dark: #00bf57;
    --accent: #1e6f45;
    --shadow-md: 0 20px 38px rgba(16, 24, 18, 0.07);
    --shadow-lg: 0 28px 54px rgba(16, 24, 18, 0.08);
    --radius-lg: 30px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --shell: min(1240px, calc(100vw - 40px));
}

body {
    background:
        radial-gradient(circle at top left, rgba(0, 220, 100, 0.12), transparent 26%),
        radial-gradient(circle at bottom right, rgba(18, 24, 20, 0.05), transparent 24%),
        linear-gradient(180deg, #f9fcf5 0%, var(--site-bg) 100%);
    color: var(--ink);
    font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

h1 {
    font-size: clamp(3rem, 6vw, 5.7rem);
}

h2 {
    font-size: clamp(2.15rem, 4vw, 3.55rem);
}

p {
    color: var(--ink-soft);
}

.eyebrow {
    color: #237144;
    letter-spacing: 0.12em;
}

.promo-bar {
    background: #0f1711;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.promo-bar__inner {
    min-height: 46px;
    color: rgba(245, 251, 245, 0.88);
    font-size: 0.92rem;
}

.promo-bar a {
    color: var(--primary);
}

.site-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(18, 24, 20, 0.08);
    box-shadow: none;
}

.site-header.is-scrolled {
    box-shadow: 0 18px 28px rgba(16, 24, 18, 0.05);
}

.site-header__inner {
    min-height: 84px;
    gap: 30px;
}

.brand strong {
    font-size: 1.02rem;
}

.brand small {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand__mark {
    background: linear-gradient(140deg, #0f1711, #1f3925);
    color: var(--primary);
    border-radius: 14px;
}

.brand__image {
    max-height: 42px;
    width: auto;
}

.site-nav {
    gap: 28px;
}

.site-nav a {
    color: var(--ink-soft);
    font-weight: 700;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 2px;
    border-radius: 999px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.18s ease;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--ink);
}

.site-nav a.is-active::after,
.site-nav a:hover::after {
    transform: scaleX(1);
}

.header-link {
    color: var(--ink);
    font-weight: 700;
}

.button,
button.button {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #0d150f;
    box-shadow: 0 14px 26px rgba(0, 220, 100, 0.18);
}

.button:hover,
button.button:hover {
    background: linear-gradient(135deg, var(--primary-dark), #00aa4e);
    box-shadow: 0 18px 30px rgba(0, 220, 100, 0.24);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.95);
    color: var(--ink);
    border: 1px solid var(--line-strong);
    box-shadow: 0 14px 26px rgba(16, 24, 18, 0.05);
}

.button-ghost {
    background: transparent;
    box-shadow: inset 0 0 0 1px var(--line);
}

.text-link {
    color: #1f6a41;
}

.section,
.hero,
.trust-bar {
    padding: 88px 0;
}

.section--soft {
    background: linear-gradient(180deg, rgba(244, 248, 239, 0.92), rgba(244, 248, 239, 0.52));
}

.hero--home-dynamic,
.hero--page {
    padding-top: 58px;
    padding-bottom: 68px;
    background:
        radial-gradient(circle at 14% 10%, rgba(0, 220, 100, 0.12), transparent 20%),
        linear-gradient(180deg, #f8fcf4 0%, #edf6e5 100%);
}

.hero--home-dynamic::before,
.hero--page::before {
    display: none;
}

.home-hero,
.page-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 26px;
    align-items: stretch;
}

.home-hero__content,
.page-hero__content {
    padding: 46px 44px 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 240, 0.98));
    border: 1px solid var(--line);
    border-radius: 32px;
    box-shadow: var(--shadow-md);
}

.home-hero__media,
.page-hero__media {
    position: relative;
    min-height: 100%;
    border: 1px solid rgba(18, 24, 20, 0.1);
    border-radius: 32px;
    background: linear-gradient(160deg, #0f1611 0%, #173621 60%, #21462a 100%);
    box-shadow: var(--shadow-lg);
}

.home-hero__media::before,
.page-hero__media::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -110px;
    bottom: -210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 220, 100, 0.62), rgba(0, 220, 100, 0) 72%);
    pointer-events: none;
    z-index: 0;
}

.home-hero__media::after,
.page-hero__media::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 1;
    pointer-events: none;
}

.home-hero__media img,
.page-hero__media img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.95;
}

.home-hero__media--abstract,
.page-hero__media--abstract {
    display: grid;
    align-items: end;
    padding: 28px;
}

.hero-abstract {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.hero-abstract--orb {
    top: 34px;
    right: 34px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 70%);
}

.hero-abstract--grid {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    border-radius: 22px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.4;
}

.hero-abstract__card {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    width: min(100%, 336px);
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(18, 24, 20, 0.08);
    box-shadow: 0 18px 38px rgba(16, 24, 18, 0.16);
}

.hero-abstract__card strong {
    color: var(--ink);
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 1.2rem;
}

.hero-abstract__card span {
    color: var(--ink-soft);
    font-size: 0.95rem;
}

.hero__lead,
.page-hero__body {
    max-width: 700px;
    font-size: 1.08rem;
}

.hero__actions {
    margin: 28px 0 0;
}

.hero-stage-grid {
    margin-top: 22px;
    gap: 18px;
}

.hero-stage-card,
.sage-benefit-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card,
.soft-panel,
.map-placeholder,
.form-card,
.prose-card,
.cta-banner,
.error-panel,
.narrative-card,
.detail-card,
.split-panel__card,
.trust-bar__grid,
.info-card,
.industry-detail {
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 0.96);
}

.hero-stage-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.98);
}

.hero-stage-card:nth-child(2) {
    background: linear-gradient(180deg, #111712, #1c2d1f);
    border-color: transparent;
}

.hero-stage-card:nth-child(2) h3,
.hero-stage-card:nth-child(2) p,
.hero-stage-card:nth-child(2) .text-link {
    color: rgba(255, 255, 255, 0.9);
}

.hero-stage-card:nth-child(2) .hero-stage-card__range {
    background: rgba(0, 220, 100, 0.16);
    color: #9cf0be;
}

.hero-stage-card__range,
.industry-card__eyebrow,
.post-card__tag,
.stat-card__eyebrow {
    background: rgba(0, 220, 100, 0.12);
    color: #216a3f;
}

.trust-pill {
    border-color: rgba(0, 220, 100, 0.16);
    background: rgba(255, 255, 255, 0.98);
}

.sage-benefit-card,
.industry-card,
.post-card,
.value-card,
.testimonial-card {
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sage-benefit-card:hover,
.industry-card:hover,
.post-card:hover,
.value-card:hover,
.testimonial-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 220, 100, 0.22);
    box-shadow: 0 24px 40px rgba(16, 24, 18, 0.08);
}

.sage-benefit-card__icon,
.info-card__icon {
    background: linear-gradient(135deg, rgba(0, 220, 100, 0.18), rgba(0, 220, 100, 0.08));
    color: #1d653c;
}

.customer-showcase {
    gap: 24px;
}

.customer-showcase__main,
.customer-showcase__quote,
.stats-band {
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
}

.customer-showcase__quote,
.stats-band,
.cta-banner {
    background: linear-gradient(160deg, #101711 0%, #1a2c1e 100%);
    border-color: transparent;
}

.customer-showcase__quote p,
.customer-showcase__quote strong,
.customer-showcase__quote span,
.stats-band h2,
.stats-band p,
.stats-band strong,
.stats-band span,
.cta-banner h2,
.cta-banner p {
    color: #f5fbf5;
}

.story-quote__badge {
    background: rgba(0, 220, 100, 0.12);
    color: #a0efbf;
}

.stats-band__grid article {
    background: rgba(255, 255, 255, 0.07);
}

.cta-banner {
    padding: 36px 40px;
}

.check-list li::before,
.mini-list li::before {
    content: "";
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    font-size: 0;
}

.faq-item {
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
}

.faq-item__trigger {
    font-size: 1.02rem;
}

input,
textarea,
select {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(18, 24, 20, 0.12);
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(0, 220, 100, 0.46);
    box-shadow: 0 0 0 5px rgba(0, 220, 100, 0.12);
}

.check-chip {
    background: rgba(244, 248, 239, 0.9);
    border-color: rgba(18, 24, 20, 0.08);
}

.site-footer {
    margin-top: 56px;
    padding: 90px 0 32px;
    background:
        radial-gradient(circle at top right, rgba(0, 220, 100, 0.12), transparent 22%),
        linear-gradient(180deg, #101711 0%, #0a100b 100%);
    color: rgba(245, 251, 245, 0.72);
}

.footer-grid {
    grid-template-columns: 1.35fr 0.9fr 0.9fr 1fr;
    gap: 36px;
}

.footer-copy,
.footer-links li,
.site-footer__bottom {
    color: rgba(245, 251, 245, 0.72);
}

.footer-links a:hover,
.site-footer h4,
.site-footer strong {
    color: #fff;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.site-footer__bottom {
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
    .home-hero,
    .page-hero,
    .footer-grid,
    .customer-showcase,
    .cta-banner,
    .contact-grid,
    .blog-layout,
    .split-panel,
    .narrative-grid {
        grid-template-columns: 1fr;
    }

    .hero-stage-grid,
    .sage-benefit-grid,
    .card-grid,
    .card-grid--services,
    .card-grid--three,
    .testimonial-grid,
    .stats-band__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .promo-bar__inner,
    .hero-stage-grid,
    .sage-benefit-grid,
    .card-grid,
    .card-grid--services,
    .card-grid--three,
    .testimonial-grid,
    .stats-band__grid,
    .feature-columns,
    .industry-detail__panels,
    .form-grid,
    .checkbox-grid,
    .site-footer__bottom {
        grid-template-columns: 1fr;
    }

    .promo-bar__inner {
        display: grid;
        padding: 10px 0;
        text-align: center;
    }

    .site-nav a::after {
        display: none;
    }
}

@media (max-width: 580px) {
    .home-hero__content,
    .page-hero__content,
    .hero-stage-card,
    .sage-benefit-card,
    .industry-card,
    .testimonial-card,
    .post-card,
    .value-card,
    .soft-panel,
    .map-placeholder,
    .form-card,
    .prose-card,
    .cta-banner,
    .error-panel,
    .narrative-card,
    .detail-card,
    .split-panel__card {
        padding: 24px;
    }

    .home-hero__media,
    .page-hero__media {
        min-height: 340px;
    }
}

/* Clean simple hero refresh */
:root {
    --site-bg: #f6fbf4;
    --surface: #ffffff;
    --surface-soft: #f2f7ef;
    --surface-dark: #0f1510;
    --ink: #121712;
    --ink-soft: #566256;
    --line: rgba(18, 23, 18, 0.09);
    --line-strong: rgba(18, 23, 18, 0.16);
    --primary: #00dc64;
    --primary-dark: #00b955;
    --accent: #1d6d41;
    --shadow-md: 0 18px 36px rgba(15, 21, 16, 0.06);
    --shadow-lg: 0 24px 44px rgba(15, 21, 16, 0.08);
    --radius-lg: 30px;
    --radius-md: 20px;
    --radius-sm: 14px;
}

body {
    background:
        radial-gradient(circle at top left, rgba(0, 220, 100, 0.08), transparent 22%),
        linear-gradient(180deg, #fbfdf9 0%, var(--site-bg) 100%);
    color: var(--ink);
    font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.eyebrow {
    color: #2c7147;
}

.promo-bar {
    background: #0f1510;
}

.promo-bar__inner {
    min-height: 46px;
    color: rgba(255, 255, 255, 0.86);
}

.promo-bar a {
    color: var(--primary);
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(18, 23, 18, 0.08);
    box-shadow: none;
}

.site-header.is-scrolled {
    box-shadow: 0 14px 24px rgba(15, 21, 16, 0.04);
}

.site-header__inner {
    min-height: 82px;
}

.brand__mark {
    background: linear-gradient(135deg, #0f1510, #213423);
    color: var(--primary);
}

.site-nav a {
    color: var(--ink-soft);
    font-weight: 700;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--ink);
}

.site-nav a::after {
    background: var(--primary);
}

.button,
button.button {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #0e140f;
    box-shadow: 0 14px 24px rgba(0, 220, 100, 0.18);
}

.button:hover,
button.button:hover {
    background: linear-gradient(135deg, var(--primary-dark), #00a94c);
    box-shadow: 0 16px 28px rgba(0, 220, 100, 0.22);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.95);
    color: var(--ink);
    border: 1px solid var(--line-strong);
    box-shadow: none;
}

.section,
.hero,
.trust-bar {
    padding: 84px 0;
}

.hero--home-dynamic,
.hero--page {
    padding-top: 48px;
    padding-bottom: 70px;
    background: linear-gradient(180deg, #f8fcf5 0%, #eef7e8 100%);
}

.page-hero {
    display: block;
}

.hero-cover {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    border-radius: 34px;
    border: 1px solid rgba(18, 23, 18, 0.08);
    box-shadow: var(--shadow-lg);
    background: linear-gradient(160deg, #0f1510 0%, #193120 100%);
}

.hero--page .hero-cover {
    min-height: 480px;
}

.hero-cover__image,
.hero-cover__abstract,
.hero-cover__overlay {
    position: absolute;
    inset: 0;
}

.hero-cover__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-cover__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(10, 15, 11, 0.84) 0%, rgba(10, 15, 11, 0.66) 38%, rgba(10, 15, 11, 0.3) 100%),
        linear-gradient(180deg, rgba(10, 15, 11, 0.18) 0%, rgba(10, 15, 11, 0.06) 100%);
}

.hero-cover__abstract {
    background:
        radial-gradient(circle at 78% 18%, rgba(0, 220, 100, 0.24), rgba(0, 220, 100, 0) 22%),
        linear-gradient(135deg, #122016 0%, #183321 56%, #24472c 100%);
}

.hero-cover__content {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    gap: 0;
    min-height: 620px;
    max-width: 720px;
    padding: 76px 64px 68px;
}

.hero--page .hero-cover__content {
    min-height: 480px;
}

.hero-cover__content--home {
    max-width: 760px;
}

.hero-cover__content .eyebrow {
    color: rgba(180, 241, 201, 0.96);
}

.hero-cover__content h1,
.hero-cover__content h2,
.hero-cover__content h3 {
    color: #ffffff;
}

.hero-cover__content .hero__lead,
.hero-cover__content .page-hero__body {
    color: rgba(255, 255, 255, 0.84);
    max-width: 680px;
}

.hero-abstract--orb {
    top: 36px;
    right: 40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 72%);
}

.hero-abstract--grid {
    left: 34px;
    right: 34px;
    top: 34px;
    bottom: 34px;
    border-radius: 28px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.36;
}

.hero__actions {
    margin: 28px 0 0;
}

.hero-start-bar {
    position: relative;
    z-index: 3;
    margin-top: -42px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
}

.hero-start-bar__intro {
    display: grid;
    gap: 6px;
}

.hero-start-bar__label {
    color: #2c7147;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-start-bar__intro strong {
    color: var(--ink);
    font-size: 1.05rem;
}

.hero-start-bar__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-start-bar__pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--surface-soft);
    border: 1px solid rgba(18, 23, 18, 0.08);
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
}

.hero-start-bar__cta {
    white-space: nowrap;
}

.hero-stage-grid {
    margin-top: 22px;
    gap: 18px;
}

.hero-stage-card,
.sage-benefit-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card,
.soft-panel,
.map-placeholder,
.form-card,
.prose-card,
.cta-banner,
.error-panel,
.narrative-card,
.detail-card,
.split-panel__card,
.trust-bar__grid,
.info-card,
.industry-detail {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
}

.hero-stage-card {
    padding: 26px;
}

.section--soft {
    background: linear-gradient(180deg, rgba(242, 247, 239, 0.92), rgba(242, 247, 239, 0.58));
}

.sage-benefit-card__icon,
.info-card__icon {
    background: rgba(0, 220, 100, 0.12);
    color: #1f6c41;
}

.cta-banner {
    padding: 34px 38px;
    background: linear-gradient(160deg, #101711 0%, #1a2a1d 100%);
    border-color: transparent;
}

.cta-banner h2,
.cta-banner p,
.cta-banner .eyebrow {
    color: #ffffff;
}

.site-footer {
    background: linear-gradient(180deg, #101711 0%, #0a100b 100%);
    color: rgba(255, 255, 255, 0.72);
}

.site-footer__bottom,
.footer-copy,
.footer-links li {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer h4,
.site-footer strong,
.site-footer a:hover {
    color: #ffffff;
}

@media (max-width: 1080px) {
    .hero-start-bar,
    .footer-grid,
    .contact-grid,
    .blog-layout,
    .split-panel,
    .narrative-grid,
    .customer-showcase,
    .cta-banner {
        grid-template-columns: 1fr;
    }

    .hero-stage-grid,
    .sage-benefit-grid,
    .card-grid,
    .card-grid--services,
    .card-grid--three,
    .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .hero-cover {
        min-height: 540px;
    }

    .hero--page .hero-cover,
    .hero-cover__content,
    .hero--page .hero-cover__content {
        min-height: auto;
    }

    .hero-cover__content {
        padding: 52px 30px;
    }

    .hero-stage-grid,
    .sage-benefit-grid,
    .card-grid,
    .card-grid--services,
    .card-grid--three,
    .testimonial-grid,
    .feature-columns,
    .industry-detail__panels,
    .form-grid,
    .checkbox-grid,
    .site-footer__bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 580px) {
    .hero-cover {
        min-height: 480px;
        border-radius: 28px;
    }

    .hero-cover__content {
        padding: 38px 22px 32px;
    }

    .hero-start-bar {
        margin-top: -24px;
        padding: 18px;
    }
}

/* Final dark-header full-screen hero system */
body {
    background:
        radial-gradient(circle at top left, rgba(0, 220, 100, 0.07), transparent 20%),
        linear-gradient(180deg, #fbfdf9 0%, #f4f8ef 100%);
}

.promo-bar {
    position: relative;
    z-index: 32;
    background: #0b100c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-bar__inner {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.promo-bar__copy {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.promo-bar__label {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 220, 100, 0.12);
    color: #98f0bc;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.promo-bar__text {
    color: rgba(255, 255, 255, 0.84);
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-bar__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--primary);
    color: #0f1510;
    font-weight: 800;
    white-space: nowrap;
}

.site-header {
    background: rgba(11, 16, 12, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
    background: rgba(11, 16, 12, 0.98);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.brand strong,
.brand small,
.site-nav a,
.header-link {
    color: rgba(255, 255, 255, 0.86);
}

.site-nav a.is-active,
.site-nav a:hover,
.header-link:hover {
    color: #ffffff;
}

.menu-toggle span {
    background: #ffffff;
}

.brand__mark {
    background: linear-gradient(135deg, var(--primary), #54ff9a);
    color: #0f1510;
}

.button-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.hero--home-dynamic {
    padding: 0 0 28px;
    background: #0f1510;
}

.hero--page {
    padding: 0 0 36px;
    background: #0f1510;
}

.hero-shell--full {
    width: 100%;
}

.hero--home-dynamic .hero-cover,
.hero--page .hero-cover {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.hero--home-dynamic .hero-cover {
    min-height: calc(100svh - 134px);
}

.hero--page .hero-cover {
    min-height: 72svh;
}

.hero-cover__overlay {
    background:
        linear-gradient(90deg, rgba(7, 11, 8, 0.86) 0%, rgba(7, 11, 8, 0.72) 36%, rgba(7, 11, 8, 0.36) 100%),
        linear-gradient(180deg, rgba(7, 11, 8, 0.3) 0%, rgba(7, 11, 8, 0.1) 100%);
}

.hero-cover__content {
    align-content: center;
    min-height: calc(100svh - 134px);
    padding-top: 110px;
    padding-bottom: 64px;
    animation: hero-fade-up 0.8s ease both;
}

.hero--page .hero-cover__content {
    min-height: 72svh;
    padding-top: 98px;
}

.hero-cover__content h1 {
    max-width: 780px;
    font-size: clamp(3.3rem, 6.3vw, 6.4rem);
}

.hero-cover__content .hero__lead {
    max-width: 680px;
    font-size: 1.14rem;
}

.hero-cover__content .page-hero__body {
    max-width: 660px;
}

.hero-stage-grid {
    position: relative;
    z-index: 4;
    margin-top: -54px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-stage-card {
    background: rgba(255, 255, 255, 0.98);
}

.hero-stage-card:nth-child(2) {
    background: linear-gradient(160deg, #101711 0%, #1b2b1d 100%);
}

.section--trust-strip {
    padding-top: 18px;
    padding-bottom: 40px;
}

.trust-strip__title {
    margin-bottom: 16px;
    font-weight: 800;
    color: var(--ink);
}

.trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.trust-pill {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(18, 23, 18, 0.08);
    font-weight: 700;
}

.section--soft {
    background: linear-gradient(180deg, #f4f8ef 0%, #eef4e8 100%);
}

.sage-benefit-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card,
.soft-panel,
.map-placeholder,
.form-card,
.prose-card,
.cta-banner,
.error-panel,
.narrative-card,
.detail-card,
.split-panel__card,
.trust-bar__grid,
.info-card,
.industry-detail,
.customer-showcase__main,
.customer-showcase__quote,
.stats-band,
.faq-item {
    border-radius: 24px;
}

.sage-benefit-card:hover,
.industry-card:hover,
.testimonial-card:hover,
.post-card:hover,
.value-card:hover {
    transform: translateY(-4px);
}

.cta-banner {
    background: linear-gradient(160deg, #0f1510 0%, #1a281c 100%);
}

.site-footer {
    margin-top: 56px;
    background:
        radial-gradient(circle at top right, rgba(0, 220, 100, 0.1), transparent 20%),
        linear-gradient(180deg, #0f1510 0%, #080c09 100%);
}

.reveal-item {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
    transition-delay: var(--reveal-delay, 0ms);
}

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

@keyframes hero-fade-up {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-cover__content {
        animation: none;
    }

    .reveal-item,
    .reveal-item.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1080px) {
    .hero-stage-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: -38px;
    }
}

@media (max-width: 860px) {
    .promo-bar__inner,
    .promo-bar__copy {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .promo-bar__inner {
        padding: 10px 0 12px;
    }

    .site-nav,
    .site-header__actions {
        background: transparent;
    }

    .site-nav.is-open,
    .site-header__actions.is-open {
        background: #0b100c;
    }

    .hero--home-dynamic .hero-cover,
    .hero-cover__content {
        min-height: 74svh;
    }

    .hero--page .hero-cover,
    .hero--page .hero-cover__content {
        min-height: 56svh;
    }

    .hero-cover__content {
        padding-top: 70px;
        padding-bottom: 44px;
    }

    .hero-stage-grid {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }
}

@media (max-width: 580px) {
    .hero--home-dynamic .hero-cover,
    .hero-cover__content {
        min-height: 68svh;
    }

    .hero-cover__content {
        padding-top: 56px;
        padding-bottom: 32px;
    }

    .hero-cover__content h1 {
        font-size: clamp(2.7rem, 12vw, 4.1rem);
    }
}

/* Typography and polish refinement */
h1 {
    font-size: clamp(2.55rem, 4.9vw, 4.7rem);
}

h2 {
    font-size: clamp(1.85rem, 3vw, 3rem);
}

h3 {
    font-size: clamp(1.12rem, 1.7vw, 1.42rem);
}

p,
li,
input,
textarea,
select {
    font-size: 0.98rem;
}

.eyebrow {
    font-size: 0.72rem;
}

.button,
button.button,
.promo-bar__cta {
    border-radius: 14px;
    padding: 13px 20px;
    font-size: 0.94rem;
}

.section,
.hero,
.trust-bar {
    padding: 76px 0;
}

.section--compact {
    padding: 48px 0 72px;
}

.site-main {
    overflow: hidden;
}

.section-head {
    margin-bottom: 26px;
}

.section-head > div,
.stats-band__intro,
.customer-showcase__main > *,
.customer-showcase__quote > * {
    max-width: 760px;
}

.section-head h2,
.stats-band h2,
.customer-showcase h2,
.cta-banner h2 {
    max-width: 16ch;
}

.hero-cover__content h1 {
    max-width: 13ch;
    font-size: clamp(2.75rem, 5.2vw, 5rem);
}

.hero-cover__content .hero__lead,
.hero-cover__content .page-hero__body {
    font-size: 1.02rem;
    max-width: 58ch;
}

.hero__actions {
    gap: 12px;
}

.hero__actions .button,
.hero__actions .button-secondary {
    min-width: 172px;
}

.hero-stage-grid {
    gap: 20px;
}

.hero-stage-card,
.sage-benefit-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card,
.soft-panel,
.map-placeholder,
.form-card,
.prose-card,
.cta-banner,
.error-panel,
.narrative-card,
.detail-card,
.split-panel__card,
.trust-bar__grid,
.info-card,
.industry-detail,
.customer-showcase__main,
.customer-showcase__quote,
.stats-band,
.faq-item {
    position: relative;
    overflow: hidden;
}

.hero-stage-card::before,
.sage-benefit-card::before,
.industry-card::before,
.testimonial-card::before,
.post-card::before,
.value-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), rgba(0, 220, 100, 0));
    opacity: 0.85;
}

.hero-stage-card,
.sage-benefit-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card,
.soft-panel,
.map-placeholder,
.prose-card,
.narrative-card,
.detail-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 243, 0.98)),
        #fff;
}

.hero-stage-card p,
.sage-benefit-card p,
.industry-card p,
.testimonial-card p,
.post-card p,
.value-card p,
.soft-panel p,
.map-placeholder p,
.detail-card p,
.narrative-card p,
.prose-card p {
    color: #5b675b;
}

.hero-stage-card:nth-child(2)::before,
.cta-banner::before,
.customer-showcase__quote::before,
.stats-band::before {
    background: linear-gradient(90deg, rgba(0, 220, 100, 0.82), rgba(152, 240, 188, 0));
}

.sage-benefit-card,
.industry-card,
.testimonial-card,
.post-card,
.value-card {
    min-height: 100%;
}

.sage-benefit-card:hover,
.industry-card:hover,
.testimonial-card:hover,
.post-card:hover,
.value-card:hover {
    box-shadow: 0 26px 42px rgba(15, 21, 16, 0.1);
}

.customer-showcase__main,
.customer-showcase__quote,
.stats-band,
.cta-banner {
    padding: 34px 36px;
}

.stats-band__grid strong {
    font-size: 1.72rem;
}

.faq-item__trigger {
    font-size: 0.98rem;
}

.faq-item__body p {
    font-size: 0.95rem;
}

.footer-grid {
    gap: 28px;
}

.footer-copy,
.footer-links li,
.site-footer__bottom {
    font-size: 0.95rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
    .hero-cover__content {
        padding-top: 88px;
    }
}

@media (max-width: 860px) {
    .hero-cover__content {
        padding-top: 68px;
    }

    .hero-cover__content h1 {
        max-width: 11ch;
        font-size: clamp(2.4rem, 8vw, 4rem);
    }

    .button,
    button.button,
    .promo-bar__cta {
        width: auto;
    }
}

@media (max-width: 580px) {
    h1 {
        font-size: clamp(2.2rem, 10vw, 3.6rem);
    }

    h2 {
        font-size: clamp(1.6rem, 7vw, 2.3rem);
    }

    .hero-cover__content h1 {
        font-size: clamp(2.1rem, 10vw, 3.2rem);
    }

    .hero__actions .button,
    .hero__actions .button-secondary {
        min-width: 0;
        width: 100%;
    }

    .customer-showcase__main,
    .customer-showcase__quote,
    .stats-band,
    .cta-banner {
        padding: 26px 22px;
    }
}

@media (max-width: 860px) {
    .site-header__inner {
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }

    .site-header__inner > .brand {
        grid-column: 2;
        justify-self: center;
        text-align: center;
    }

    .site-header__inner > .menu-toggle {
        grid-column: 3;
        justify-self: end;
    }

    .site-header__inner > .brand .brand__image {
        margin-inline: auto;
    }

    .site-nav.is-open,
    .site-header__actions.is-open {
        grid-column: 1 / -1;
    }
}
