/* =====================================================
   Home page — home.css
   ===================================================== */

/* Full-screen hero feel */
.hero {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    padding: 4rem 0;
}

.hero__inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.2rem;
    align-items: center;
}

/* Hero copy */
.pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(22, 32, 43, 0.20);
    border: 1px solid rgba(168, 193, 209, 0.18);
    color: rgba(211, 219, 223, 0.92);
    font-weight: 650;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.pill .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(168, 193, 209, 0.95);
    box-shadow: 0 0 22px rgba(168, 193, 209, 0.22);
}

.hero h1 {
    font-size: clamp(2.25rem, 4vw, 3.4rem);
    line-height: 1.05;
}

.h-accent {
    color: rgba(234, 246, 255, 0.95);
    text-shadow: 0 0 18px rgba(168, 193, 209, 0.16);
}

.lead {
    margin-top: 1rem;
    font-size: 1.06rem;
    color: rgba(211, 219, 223, 0.86);
    max-width: 58ch;
}

.hero__buttons {
    display: flex;
    gap: 0.85rem;
    margin-top: 1.35rem;
    flex-wrap: wrap;
}

/* Meta cards */
.hero__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.metaCard {
    background: rgba(22, 32, 43, 0.22);
    border: 1px solid rgba(168, 193, 209, 0.16);
    border-radius: 16px;
    padding: 0.8rem 0.85rem;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.metaCard__top {
    font-weight: 900;
    font-size: 0.95rem;
    color: rgba(234, 246, 255, 0.92);
}

.metaCard__bottom {
    margin-top: 0.25rem;
    color: rgba(211, 219, 223, 0.78);
    font-size: 0.9rem;
}

/* Visual column */
.hero__visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
}

.heroCard {
    width: 100%;
    max-width: 440px;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(22, 32, 43, 0.46), rgba(22, 32, 43, 0.20));
    border: 1px solid rgba(168, 193, 209, 0.18);
    box-shadow: var(--shadow);
    padding: 1.2rem;
    position: relative;
    overflow: hidden;
}

.heroCard::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 35% 35%, rgba(168, 193, 209, 0.22), transparent 55%),
        radial-gradient(circle at 70% 60%, rgba(111, 143, 163, 0.18), transparent 55%);
    filter: blur(18px);
    opacity: 0.9;
}

.heroCard__top,
.heroCard__body,
.heroCard__bottom {
    position: relative;
}

.heroCard__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.heroBadge {
    font-weight: 950;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(22, 32, 43, 0.26);
    border: 1px solid rgba(168, 193, 209, 0.16);
    color: rgba(234, 246, 255, 0.92);
}

.heroPill {
    font-weight: 800;
    font-size: 0.9rem;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(22, 32, 43, 0.22);
    border: 1px solid rgba(168, 193, 209, 0.14);
    color: rgba(211, 219, 223, 0.84);
}

.heroCard__body {
    display: grid;
    place-items: center;
    padding: 1.6rem 0 1.2rem;
}

.mark {
    width: 170px;
    aspect-ratio: 1 / 1;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(47, 66, 88, 0.95), rgba(31, 55, 102, 0.92));
    border: 2px solid rgba(168, 193, 209, 0.26);
    box-shadow: 0 0 40px rgba(168, 193, 209, 0.18);
    display: grid;
    place-items: center;
}

.mark__inner {
    font-family: var(--font-display);
    font-weight: 950;
    font-size: 4.2rem;
    color: rgba(234, 246, 255, 0.94);
    text-shadow: 0 0 18px rgba(168, 193, 209, 0.14);
}

.heroLines {
    width: 100%;
    max-width: 360px;
    margin-top: 1.2rem;
    display: grid;
    gap: 0.55rem;
}

.line {
    height: 10px;
    border-radius: 999px;
    background: rgba(211, 219, 223, 0.14);
    border: 1px solid rgba(168, 193, 209, 0.10);
}

.line--short {
    width: 72%;
}

.heroCard__bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
    border-top: 1px solid rgba(168, 193, 209, 0.12);
    padding-top: 1rem;
}

.stat__label {
    font-size: 0.86rem;
    color: rgba(211, 219, 223, 0.72);
    font-weight: 800;
}

.stat__value {
    margin-top: 0.15rem;
    font-weight: 950;
    color: rgba(234, 246, 255, 0.92);
}

/* Float cards */
.floatCard {
    position: absolute;
    width: 220px;
    border-radius: 18px;
    padding: 0.85rem 0.9rem;
    background: rgba(22, 32, 43, 0.30);
    border: 1px solid rgba(168, 193, 209, 0.16);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.floatTitle {
    font-weight: 950;
    font-size: 0.95rem;
    color: rgba(234, 246, 255, 0.92);
}

.floatSub {
    margin-top: 0.2rem;
    color: rgba(211, 219, 223, 0.78);
    font-size: 0.9rem;
}

.floatCard--one {
    top: 44px;
    left: -10px;
}

.floatCard--two {
    bottom: 44px;
    right: -10px;
}

/* CTA section uses global styles; just add spacing */
.cta {
    padding: 3.8rem 0 4.4rem;
}

.cta__inner {
    text-align: center;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 50% 20%, rgba(168, 193, 209, 0.16), transparent 55%),
        linear-gradient(180deg, rgba(22, 32, 43, 0.30), rgba(22, 32, 43, 0.14));
    border: 1px solid rgba(168, 193, 209, 0.16);
    padding: 2.4rem 1.2rem;
    box-shadow: var(--shadow);
}

.cta__buttons {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 1.2rem;
}

/* App screenshots */
.heroShot {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(168, 193, 209, 0.18);
    background: radial-gradient(120% 120% at 30% 10%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0));
}

.heroShot img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.01);
}

.heroShot::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 100%);
    pointer-events: none;
}

.shotGrid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1rem;
    align-items: start;
    margin-top: 1.2rem;
}

.shotCard {
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(22, 32, 43, 0.30), rgba(22, 32, 43, 0.12));
    border: 1px solid rgba(168, 193, 209, 0.14);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.shotCard img {
    width: 100%;
    height: auto;
    display: block;
}

.shotCard__cap {
    padding: 0.9rem 1rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.shotList {
    display: grid;
    gap: 0.7rem;
    padding: 1rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(22, 32, 43, 0.22), rgba(22, 32, 43, 0.10));
    border: 1px solid rgba(168, 193, 209, 0.12);
}

.shotList li {
    color: var(--text-muted);
    line-height: 1.35;
}

/* Responsive */
@media (max-width: 980px) {
    .hero__inner {
        grid-template-columns: 1fr;
    }

    .hero__visual {
        min-height: 420px;
    }

    .hero__meta {
        grid-template-columns: 1fr;
    }

    .floatCard--one,
    .floatCard--two {
        display: none;
    }

    .shotGrid {
        grid-template-columns: 1fr;
    }
}