/* 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 #2b3950;
    border-bottom: 1px solid #2b3950;
    background: #162235;
    box-shadow: 0 10px 28px rgba(0,0,0,.16);
    padding: 24px max(24px, calc((100vw - 1180px) / 2));
}

.stats-strip div {
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 7px;
}

.home-svg {
    width: 22px;
    height: 22px;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(245,164,0,.32);
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--gold-2);
    background: rgba(245,164,0,.09);
}

.stat-icon .home-svg {
    width: 25px;
    height: 25px;
}

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

.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(4, minmax(0, 1fr));
    gap: 28px;
}

.step-card {
    padding: 30px;
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 16px;
    background: rgba(15,23,42,.38);
}

.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: linear-gradient(135deg, #0e5a33, #13723f);
    border: 1px solid rgba(78,190,121,.8);
    border-radius: 20px;
    padding: 28px;
    color: #ffffff;
    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;
        color: #ffffff !important;
    }

.sample-note small,
.sample-note b,
.sample-note div {
    color: #ffffff;
}

.sample-prices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.sample-prices div {
    background: rgba(4,62,34,.58);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}

.sample-prices span {
    display: inline-grid;
    place-items: center;
    color: #a6e9c2;
    margin-right: 5px;
    vertical-align: middle;
}

.sample-prices .home-svg {
    width: 16px;
    height: 16px;
}

.sell-card-title {
    margin: 18px 0 10px !important;
    font-size: clamp(26px, 3vw, 38px) !important;
    line-height: 1.12;
}

.sell-card-description {
    margin: 0;
    max-width: 720px;
    color: rgba(255,255,255,.88);
    line-height: 1.6;
}

.sell-card-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.sell-card-features>div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 9px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(4,62,34,.48);
}

.sell-card-features span {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--gold-2);
}

.sell-card-features .home-svg {
    width: 19px;
    height: 19px;
}

.sell-card-features b {
    min-width: 0;
    font-size: 12px;
    line-height: 1.25;
}

.sell-card-action {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sell-card-action small {
    color: rgba(255,255,255,.76) !important;
    line-height: 1.4;
}

@media(max-width:1100px) {
    .sell-card-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media(max-width:420px) {
    .sell-card-features { grid-template-columns: 1fr; }
    .sell-card-action .btn { width: 100%; text-align: center; }
}

html[data-theme="light"] .stats-strip {
    background: #f5f6f8;
    border-color: #dfe4ec;
    box-shadow: 0 10px 28px rgba(15,23,42,.08);
}

html[data-theme="light"] .step-card {
    background: #ffffff;
    border-color: var(--border);
    box-shadow: 0 18px 45px rgba(15,23,42,.07);
}

html[data-theme="light"] .feature-item b,
html[data-theme="light"] .step-card h3,
html[data-theme="light"] .section h2 {
    color: var(--text);
}

html[data-theme="light"] .step-card p,
html[data-theme="light"] .feature-item p,
html[data-theme="light"] .section .sub {
    color: var(--muted);
}

html[data-theme="light"] .sample-note {
    background: linear-gradient(135deg, #0e6539, #16874d);
    color: #ffffff;
}

html[data-theme="light"] .sample-note h3,
html[data-theme="light"] .sample-note small,
html[data-theme="light"] .sample-note b,
html[data-theme="light"] .sample-note div {
    color: #ffffff !important;
}

.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: 48px;
    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;
}

html[data-theme="light"] .home-hero {
    color: #0f172a;
}

html[data-theme="light"] .hero-white {
    color: #0f172a !important;
}

html[data-theme="light"] .hero-copy {
    color: #475569 !important;
}

html[data-theme="light"] .sample-note {
    background: linear-gradient(135deg, #0f6b3d, #12824a) !important;
    border-color: rgba(22, 101, 52, .45) !important;
    box-shadow: 0 24px 60px rgba(15, 107, 61, .22) !important;
}

html[data-theme="light"] .sample-note .sample-head,
html[data-theme="light"] .sample-prices span {
    color: #dcfce7 !important;
}

html[data-theme="light"] .sample-note h3,
html[data-theme="light"] .sample-note small,
html[data-theme="light"] .sample-note b,
html[data-theme="light"] .sample-note div {
    color: #ffffff !important;
}

html[data-theme="light"] .sample-prices div {
    background: rgba(4, 62, 34, .46) !important;
    border-color: rgba(255, 255, 255, .18) !important;
}

html[data-theme="light"] .sell-card-features>div {
    background: rgba(4, 62, 34, .46) !important;
    border-color: rgba(255, 255, 255, .18) !important;
}
