/* CSS-Cleanup-8: Homepage hero, trust strip, homepage sections, FAQ, and stats styles extracted from public-polish.css. */

.simply-hero {
    padding-block: clamp(48px, 7vw, 92px);
}

.simply-hero-inner {
    max-width: 860px;
}

.simply-hero h1 {
    font-size: clamp(3.1rem, 5.8vw, 5.2rem);
    line-height: 0.96;
}

.simply-hero .clean-hero-text {
    max-width: 680px;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
}

.trust-strip {
    max-width: 850px;
    margin-inline: auto;
}

.simply-hero {
    min-height: auto;
    padding: 42px 0 30px;
}

.simply-hero-inner {
    max-width: 980px;
}

.simply-hero .hero-pill {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.86rem;
}

.simply-hero h1 {
    max-width: 11.5ch;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 0.96;
}

.simply-hero .clean-hero-text {
    max-width: 760px;
    margin: 14px auto 18px;
    font-size: clamp(0.96rem, 1.15vw, 1.08rem);
    line-height: 1.55;
}

.simply-hero .clean-search {
    width: min(760px, 100%);
    min-height: 60px;
    margin-inline: auto;
}

.homepage-hero-actions,
.hero-popular-links {
    justify-content: center;
}

.simply-hero .trust-strip {
    width: min(840px, 100%);
    margin: 16px auto 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.simply-hero .trust-strip article {
    min-height: 92px;
    padding: 14px;
}

.clean-stats-band {
    padding: 26px 0 30px;
}

.homepage-why-section,
.homepage-faq-section {
    padding: 42px 0;
}

.homepage-why-section h2,
.homepage-faq-section h2 {
    max-width: 720px;
    font-size: clamp(1.95rem, 3.05vw, 3.15rem);
    line-height: 1.02;
}

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

.homepage-reason-card,
.homepage-faq-card {
    border: 1px solid rgba(78, 255, 180, 0.16);
    background: rgba(10, 38, 28, 0.78);
    color: var(--rc-card-text, #ecfff8);
}

.homepage-reason-card {
    display: grid;
    gap: 14px;
    min-height: 176px;
    padding: 20px;
    border-radius: 22px;
}

.homepage-reason-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(29, 255, 156, 0.12);
    color: var(--rc-accent, #1dff9c);
    font-weight: 900;
}

.homepage-reason-card h3,
.homepage-faq-card h3 {
    margin: 0;
    color: #f1fff9;
}

.homepage-reason-card p,
.homepage-faq-card p {
    margin: 0;
    color: #a9d8c5;
    font-size: 1rem;
    line-height: 1.58;
}

.homepage-faq-list {
    display: grid;
    gap: 14px;
}

.homepage-faq-card {
    display: grid;
    gap: 10px;
    padding: 20px 24px;
    border-radius: 20px;
}

@media (max-width: 920px) {
    .simply-hero h1 {
        font-size: clamp(2.8rem, 10vw, 4.4rem);
    }

    .simply-hero .trust-strip,
    .homepage-reason-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .simply-hero {
        padding: 42px 0 30px;
    }

    .simply-hero h1,
    .homepage-why-section h2,
    .homepage-faq-section h2 {
        font-size: clamp(2.25rem, 12vw, 3.2rem);
    }

    .homepage-why-section,
    .homepage-faq-section {
        padding: 40px 0;
    }
}

.clean-stats-band .container {
    display: flex;
    justify-content: center;
}

.clean-stats-grid {
    width: min(980px, 100%);
    justify-content: center;
    text-align: center;
}

.clean-stats-grid article {
    display: grid;
    justify-items: center;
}

.clean-stats-band {
    display: grid;
    place-items: center;
}

.clean-stats-band .container {
    width: min(980px, calc(100% - 32px));
    margin-inline: auto;
}

.clean-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 18px;
    margin-inline: auto;
}

@media (max-width: 760px) {
    .clean-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* HOME-UI1: Homepage compact visual polish */
.home-hero,
.homepage-hero,
.public-home-hero,
.hero-home {
    padding-block: clamp(3.25rem, 6vw, 5rem) clamp(2.2rem, 4.5vw, 3.5rem);
}

.home-hero h1,
.homepage-hero h1,
.public-home-hero h1,
.hero-home h1 {
    max-width: min(920px, 100%);
    font-size: clamp(2.65rem, 5.2vw, 4.75rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.home-hero p,
.homepage-hero p,
.public-home-hero p,
.hero-home p {
    max-width: 720px;
    line-height: 1.68;
}

.home-trust-strip,
.trust-strip,
.homepage-trust-strip {
    margin-top: clamp(1.3rem, 2.5vw, 2rem);
    gap: 0.65rem;
}

.home-trust-strip > *,
.trust-strip > *,
.homepage-trust-strip > * {
    padding-block: 0.72rem;
    padding-inline: 0.95rem;
}

.home-stats,
.home-stats-band,
.stats-band,
.homepage-stats {
    margin-block: clamp(1.7rem, 3vw, 2.55rem);
    gap: 0.85rem;
}

.home-stats > *,
.home-stats-band > *,
.stats-band > *,
.homepage-stats > * {
    min-height: 88px;
    padding: 1rem 1.15rem;
}

.home-section,
.homepage-section,
.home-directory-section,
.featured-section {
    padding-block: clamp(2.35rem, 5vw, 4rem);
}

.home-section-header,
.section-heading,
.homepage-section-header {
    margin-bottom: clamp(1.1rem, 2.3vw, 1.8rem);
}

@media (max-width: 760px) {
    .home-hero,
    .homepage-hero,
    .public-home-hero,
    .hero-home {
        padding-block: 2.6rem 2rem;
    }

    .home-hero h1,
    .homepage-hero h1,
    .public-home-hero h1,
    .hero-home h1 {
        font-size: clamp(2.25rem, 11vw, 3.35rem);
        line-height: 1.06;
    }

    .home-section,
    .homepage-section,
    .home-directory-section,
    .featured-section {
        padding-block: 2.2rem;
    }
}
