:root {
    --m-bg: #08110b;
    --m-ink: #ffffff;
    --m-muted: rgba(255, 255, 255, 0.72);
    --m-grid: rgba(139, 195, 74, 0.1);
    --m-lime: #8bc34a;
    --m-dark-ink: #101718;
    --m-soft-bg: #f8fbf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    font-family: 'Outfit', system-ui, sans-serif;
    background: var(--m-bg);
    color: var(--m-ink);
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.m-shell {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 44%, rgba(139, 195, 74, 0.18), transparent 24rem),
        radial-gradient(circle at 80% 76%, rgba(139, 195, 74, 0.1), transparent 30rem),
        linear-gradient(115deg, #102016 0%, #0b180f 34%, #08110b 62%, #0d1a11 100%);
}
.m-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(var(--m-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--m-grid) 1px, transparent 1px);
    background-size: 96px 96px;
    pointer-events: none;
    opacity: 0.85;
}
.m-shell > * { position: relative; z-index: 1; }

.m-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100% - 56px, 1500px);
    margin: 0 auto;
    padding: 38px 0 24px;
}
.m-brand img {
    height: 42px;
    width: auto;
    display: block;
    filter: brightness(1.08) contrast(1.05);
}
.m-nav {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3.5vw, 48px);
    font-size: clamp(0.92rem, 1.08vw, 1.05rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
}
.m-nav a:hover,
.m-nav a[aria-current="page"] { color: #ffffff; }
.m-nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--m-lime); }

.m-hero {
    width: min(100% - 56px, 1240px);
    margin: 0 auto;
    padding: 48px 0 72px;
    text-align: center;
}
.m-eyebrow {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.m-hero-title {
    margin: 0;
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.92);
}
.m-hero-title .accent { color: var(--m-lime); display: block; margin-top: 10px; }
.m-hero-copy {
    max-width: 720px;
    margin: 24px auto 0;
    color: var(--m-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.65;
    font-weight: 500;
}

.page-hero {
    background: #101914;
    padding: 44px 0 40px;
}

.page-hero__inner {
    max-width: 720px;
}

.page-hero__inner--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 1fr);
    gap: 36px;
    align-items: center;
}

.page-hero .m-section-kicker {
    color: #8bc34a;
}

.page-hero__title {
    margin: 10px 0 12px;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #fff;
}

.page-hero__copy {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 620px;
}

.page-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
}

.page-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(139, 195, 74, 0.35);
    background: rgba(139, 195, 74, 0.1);
    color: #b6e388;
    font-size: 0.86rem;
    font-weight: 800;
}

.page-hero__features {
    display: grid;
    gap: 14px;
}

.page-hero__feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    line-height: 1.55;
}

.page-hero__feature svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: #8bc34a;
}

.m-trust-strip {
    width: min(100% - 56px, 1240px);
    margin: 0 auto 0;
    padding-bottom: 64px;
}
.m-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.m-trust-metric {
    padding: 22px 18px;
    border: 1px solid rgba(139, 195, 74, 0.22);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    text-align: center;
}
.m-trust-metric strong {
    display: block;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    letter-spacing: -0.03em;
    color: var(--m-lime);
}
.m-trust-metric span {
    display: block;
    margin-top: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
}

.m-band { position: relative; }
.m-band--light {
    background: var(--m-soft-bg);
    color: var(--m-dark-ink);
    border-top: 1px solid rgba(16, 23, 24, 0.06);
    border-bottom: 1px solid rgba(16, 23, 24, 0.06);
}
.m-band--dark {
    background: linear-gradient(180deg, #09130d, #101d14);
    color: #fff;
    border-top: 1px solid rgba(139, 195, 74, 0.2);
    border-bottom: 1px solid rgba(139, 195, 74, 0.2);
}
.m-section {
    width: min(100% - 56px, 1240px);
    margin: 0 auto;
    padding: 88px 0;
}
.m-section-head {
    display: grid;
    gap: 10px;
    margin-bottom: 36px;
}
.m-section-kicker {
    color: #5d7a42;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.m-band--dark .m-section-kicker { color: var(--m-lime); }
.m-section-heading {
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    letter-spacing: -0.04em;
    line-height: 1.05;
}
.m-band--light .m-section-heading { color: #101914; }
.m-section-copy {
    margin: 0;
    max-width: 760px;
    line-height: 1.68;
    font-size: 1.02rem;
}
.m-band--light .m-section-copy { color: #4e5d52; }
.m-band--dark .m-section-copy { color: rgba(255, 255, 255, 0.74); }

.m-story {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 32px;
    align-items: center;
}
.m-story-visual {
    min-height: 380px;
    border-radius: 12px;
    border: 1px solid rgba(16, 23, 24, 0.1);
    box-shadow: 0 22px 50px rgba(9, 19, 13, 0.2);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.m-story-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(130deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 26px);
    opacity: 0.22;
}
.m-story-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 1;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(8, 17, 11, 0.55);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.84rem;
    font-weight: 700;
}

.m-pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.m-pillar {
    background: #fff;
    border: 1px solid rgba(16, 23, 24, 0.09);
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 16px 36px rgba(12, 24, 16, 0.08);
}
.m-pillar h3 {
    margin: 0 0 10px;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    letter-spacing: -0.03em;
    color: #121a14;
}
.m-pillar p,
.m-pillar li {
    margin: 0;
    color: #49584e;
    line-height: 1.7;
    font-size: 0.98rem;
}
.m-pillar ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.m-pillar li {
    padding-left: 14px;
    border-left: 2px solid rgba(139, 195, 74, 0.45);
}
.m-pillar-meta {
    margin-top: 16px;
    color: #5f7d43;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.m-journey-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.m-journey-card {
    padding: 22px;
    border: 1px solid rgba(139, 195, 74, 0.24);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}
.m-journey-card .step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(139, 195, 74, 0.2);
    color: var(--m-lime);
    font-weight: 900;
    font-size: 0.88rem;
    margin-bottom: 12px;
}
.m-journey-card h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
}
.m-journey-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    font-size: 0.92rem;
}

.m-mega-cta {
    padding: 100px 28px;
    text-align: center;
    background: linear-gradient(145deg, rgba(8, 17, 11, 0.94), rgba(10, 20, 13, 0.92));
    border-top: 1px solid rgba(139, 195, 74, 0.2);
}
.m-mega-cta h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}
.m-mega-cta p {
    margin: 18px auto 0;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    font-size: 1.05rem;
}
.m-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
}
.m-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.m-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 32px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: transform 160ms ease, background 200ms ease, color 160ms ease;
}
.m-btn:hover { transform: translateY(-2px); }
.m-btn--primary {
    border: 2px solid var(--m-lime);
    color: #fff;
    background-color: rgba(8, 17, 11, 0.45);
    background-image: linear-gradient(90deg, var(--m-lime) 0 50%, rgba(8, 17, 11, 0.45) 50% 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
}
.m-btn--primary:hover { background-position: 0 0; color: #07110e; }
.m-btn--white {
    border: 2px solid #fff;
    background: #fff;
    color: #08110b;
}
.m-btn--ghost {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: none;
    min-height: auto;
    padding: 0;
}
.m-btn--ghost::after {
    content: "\2192";
    margin-left: 8px;
    transition: transform 180ms ease;
}
.m-btn--ghost:hover::after { transform: translateX(6px); }

@media (max-width: 900px) {
    .m-nav { display: none; }
    .m-header { width: min(100% - 32px, 1500px); padding-top: 24px; }
    .m-hero,
    .page-hero__inner--split,
    .m-trust-strip,
    .m-section { width: min(100% - 32px, 1240px); }
    .page-hero__inner--split {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .page-hero { padding: 36px 0 32px; }
    .m-section { padding: 72px 0; }
    .m-story,
    .m-pillar-grid,
    .m-journey-grid,
    .m-trust-grid { grid-template-columns: 1fr; }
    .m-story-visual { min-height: 280px; }
    .m-btn--primary,
    .m-btn--white { width: 100%; }
    .m-actions-row { flex-direction: column; width: 100%; max-width: 360px; }
}
