body.home-landing .page-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

body.home-landing .content-wrap {
    padding: 0;
}

.home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 2rem;
    align-items: center;
    min-height: 520px;
    padding: 2.4rem;
    overflow: hidden;
    border: 1px solid rgba(203, 194, 155, .25);
    border-radius: 8px;
    background:
        linear-gradient(110deg, rgba(13, 18, 15, .96) 0%, rgba(20, 27, 22, .86) 48%, rgba(38, 39, 32, .66) 100%),
        url('../../images/Background_02.png') center/cover no-repeat;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .36);
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 7px;
    background: linear-gradient(90deg, var(--olive-soft), var(--steel), var(--danger));
    opacity: .72;
}

.home-hero__copy,
.home-hero__visual {
    position: relative;
    z-index: 1;
}

.home-hero__copy {
    max-width: 690px;
}

.home-eyebrow,
.home-section-heading span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: .32rem .72rem;
    border: 1px solid rgba(203, 194, 155, .32);
    border-radius: 999px;
    background: rgba(12, 16, 13, .54);
    color: #f6f1da;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-hero h1 {
    margin: 1rem 0 .6rem;
    color: #fff4c8;
    font-size: 4rem;
    line-height: 1;
}

.home-hero__lead {
    max-width: 620px;
    margin: 0 0 .8rem;
    color: #edf2e8;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.35;
}

.home-hero__text {
    max-width: 650px;
    margin: 0 0 1.35rem;
    color: #d6dfcf;
    font-size: 1rem;
    line-height: 1.65;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    align-items: center;
}

.home-cta-form {
    margin: 0;
}

.home-primary-cta,
.home-secondary-cta {
    min-height: 46px;
}

.home-primary-cta {
    padding: .76rem 1.1rem;
    border-radius: 8px;
}

.home-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-hero__visual {
    min-height: 380px;
    border: 1px solid rgba(203, 194, 155, .2);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(10, 14, 12, .74), rgba(22, 30, 24, .92)),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 38px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 38px);
    box-shadow: inset 0 0 36px rgba(0, 0, 0, .42), 0 16px 32px rgba(0, 0, 0, .24);
}

.home-front-map {
    position: absolute;
    inset: 28px 28px 96px;
}

.home-hex {
    position: absolute;
    display: grid;
    place-items: center;
    width: 92px;
    height: 80px;
    color: #1c2118;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .28);
}

.home-hex--hq {
    left: 8%;
    top: 12%;
    background: #cbc29b;
}

.home-hex--front {
    left: 34%;
    top: 4%;
    background: #94a3a8;
}

.home-hex--route {
    left: 22%;
    top: 42%;
    background: #7a8450;
}

.home-hex--enemy {
    right: 8%;
    top: 32%;
    color: #ffe2dc;
    background: #8f3f36;
}

.home-hex--reward {
    left: 48%;
    bottom: 4%;
    background: #d8b65a;
}

.home-front-line {
    position: absolute;
    left: 16%;
    right: 13%;
    top: 53%;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cbc29b, #94a3a8, #c64b3f);
    transform: rotate(-11deg);
    box-shadow: 0 0 18px rgba(203, 194, 155, .35);
}

.home-preview-panel {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 24px;
    display: grid;
    gap: .45rem;
    padding: .82rem .9rem;
    border: 1px solid rgba(203, 194, 155, .24);
    border-radius: 8px;
    background: rgba(9, 13, 11, .82);
}

.home-preview-panel__kicker {
    color: rgba(203, 194, 155, .72);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-preview-panel strong {
    color: #f3eccf;
    font-size: .98rem;
}

.home-preview-bars {
    display: grid;
    gap: .38rem;
}

.home-preview-bars span {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--olive-soft) var(--value), rgba(148, 163, 168, .18) var(--value));
}

.home-flow,
.home-benefits,
.home-stats,
.home-final-cta {
    margin-top: 1.6rem;
}

.home-section-heading {
    display: grid;
    gap: .55rem;
    margin-bottom: .9rem;
}

.home-section-heading h2,
.home-final-cta h2 {
    margin: 0;
    color: #f3eccf;
    font-size: 1.45rem;
    line-height: 1.2;
}

.home-flow__grid,
.home-benefits__grid,
.home-stats__grid {
    display: grid;
    gap: .85rem;
}

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

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

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

.home-step,
.home-benefit,
.home-stat-card {
    border: 1px solid rgba(185, 192, 177, .18);
    border-radius: 8px;
    background: rgba(14, 18, 14, .58);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.home-step {
    display: grid;
    gap: .55rem;
    min-height: 174px;
    padding: 1rem;
}

.home-step__number {
    color: var(--steel);
    font-size: .76rem;
    font-weight: 900;
}

.home-step h3,
.home-benefit h3 {
    margin: 0;
    color: #f3eccf;
    font-size: .98rem;
}

.home-step p,
.home-benefit p,
.home-final-cta p {
    margin: 0;
    color: #cfd8c8;
    line-height: 1.58;
}

.home-benefit {
    min-height: 148px;
    padding: .95rem;
}

.home-benefit p {
    margin-top: .45rem;
    font-size: .92rem;
}

.home-stat-card {
    padding: 1rem;
}

.home-stat-card strong {
    display: block;
    color: #fff4c8;
    font-size: 1.8rem;
    line-height: 1;
}

.home-stat-card span {
    display: block;
    margin-top: .4rem;
    color: var(--muted);
    font-size: .9rem;
}

.home-final-cta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem;
    border: 1px solid rgba(203, 194, 155, .26);
    border-radius: 8px;
    background: linear-gradient(120deg, rgba(42, 50, 38, .86), rgba(26, 31, 26, .92));
}

.home-final-cta > div {
    display: grid;
    gap: .55rem;
    max-width: 760px;
}

@media (max-width: 980px) {
    .home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 1.5rem;
    }

    .home-hero h1 {
        font-size: 3rem;
    }

    .home-hero__visual {
        min-height: 330px;
    }

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

@media (max-width: 680px) {
    .home-hero {
        padding: 1rem;
    }

    .home-hero h1 {
        font-size: 2.35rem;
    }

    .home-hero__lead {
        font-size: 1.1rem;
    }

    .home-actions,
    .home-final-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .home-cta-form,
    .home-primary-cta,
    .home-secondary-cta {
        width: 100%;
    }

    .home-hero__visual {
        min-height: 285px;
    }

    .home-front-map {
        inset: 18px 18px 82px;
    }

    .home-hex {
        width: 68px;
        height: 60px;
        font-size: .62rem;
    }

    .home-preview-panel {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .home-flow__grid,
    .home-benefits__grid,
    .home-stats__grid {
        grid-template-columns: 1fr;
    }

    .home-step,
    .home-benefit {
        min-height: 0;
    }
}
