/* Home page and hero sections */

.home-hero {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    min-height: 600px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    padding: 90px 0 82px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgba(245,164,0,.35);
    border-radius: 999px;
    background: rgba(245,164,0,.11);
    color: #ffd35b;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hero-title {
    margin: 0 0 24px;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 1.02;
    letter-spacing: -.06em;
    font-weight: 800;
    color: white;
}

.hero-title .gold {
        color: var(--gold-2);
        display: block;
    }

.hero-copy {
    max-width: 690px;
    color: #a9b6cf;
    font-size: 19px;
    line-height: 1.72;
    margin: 0 0 34px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.stats-strip {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 1px solid #253044;
    border-bottom: 1px solid #253044;
    background: #101827;
    padding: 35px max(24px, calc((100vw - 1180px) / 2));
}

.stats-strip div {
        text-align: center;
    }

.stats-strip b {
        display: block;
        font-size: 34px;
        color: var(--gold-2);
        margin-bottom: 7px;
    }

.stats-strip span {
        color: #9ca3af;
        font-size: 14px;
    }

.section {
    padding: 78px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.section h2 {
        text-align: center;
        font-size: 34px;
        margin: 0 0 10px;
    }

.section .sub {
        text-align: center;
        color: #9ca3af;
        margin: 0 0 48px;
    }

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.step-card {
    padding: 30px;
}

.step-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: rgba(245,164,0,.13);
    color: var(--gold-2);
    margin-bottom: 18px;
}

.step-card small {
    color: var(--gold-2);
    font-weight: 800;
}

.step-card h3 {
    margin: 10px 0;
    font-size: 20px;
}

.step-card p {
    color: #a9b6cf;
    line-height: 1.65;
}

.feature-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.feature-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    margin: 22px 0;
}

.feature-item .i {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        background: rgba(245,164,0,.12);
        color: var(--gold-2);
    }

.feature-item b {
        display: block;
        color: #fff;
        margin-bottom: 5px;
    }

.feature-item p {
        margin: 0;
        color: #a9b6cf;
    }

.sample-note {
    background: #145e36;
    border: 1px solid #2e9b5f;
    border-radius: 20px;
    padding: 28px;
    color: white;
    box-shadow: 0 24px 55px rgba(12,94,47,.3);
}

.sample-note .sample-head {
        display: flex;
        justify-content: space-between;
        color: #a6e9c2;
        font-size: 13px;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

.sample-note h3 {
        font-size: 38px;
        margin: 15px 0 6px;
    }

.hero-title {
    font-size: clamp(38px, 4.9vw, 66px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.hero-title .gold {
        margin-top: 6px;
    }

.home-hero {
    min-height: 540px;
    padding-top: 72px;
    padding-bottom: 64px;
}

.hero-title {
    margin: 0 0 24px !important;
    line-height: .95 !important;
    letter-spacing: -0.05em !important;
    font-weight: 900 !important;
}

.hero-line {
    display: block !important;
}

.hero-white {
    color: #ffffff !important;
    font-size: clamp(58px, 6vw, 88px) !important;
    font-weight: 900 !important;
}

.hero-gold {
    color: var(--gold-2) !important;
    font-size: clamp(58px, 6vw, 88px) !important;
    font-weight: 900 !important;
    margin-top: 8px !important;
}

.hero-copy {
    max-width: 900px !important;
}
