/**
 * ST landings — HERO component.
 * Selectors: .st-hero*, .st-cta-primary, .st-hero-proof, .st-proof-*, .st-cta-group, .st-hero-soft-proof*.
 */

.st-hero {
    background: linear-gradient(160deg, var(--st-cream) 0%, var(--st-secondary) 40%, var(--st-secondary-dark) 70%, var(--st-cream) 100%);
    padding: 140px 24px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-hero-orb-1 {
    position: absolute;
    top: 10%;
    right: 8%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(var(--st-primary-light-rgb), 0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: st-orb-float-1 12s ease-in-out infinite;
    pointer-events: none;
}

.st-hero-orb-2 {
    position: absolute;
    bottom: 15%;
    left: 5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(var(--st-primary-rgb), 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: st-orb-float-2 15s ease-in-out infinite;
    pointer-events: none;
}

.st-hero-inner {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.st-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(255, 170, 165, 0.6) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 30%, rgba(255, 199, 174, 0.5) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 80%, rgba(var(--st-primary-rgb), 0.4) 0%, transparent 50%),
        linear-gradient(158deg, var(--st-primary-soft) 0%, var(--st-primary) 40%, var(--st-primary-light) 70%, var(--st-accent) 100%);
    border: none;
    border-radius: 50px;
    padding: 16px 36px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 36px;
    box-shadow:
        0 4px 24px rgba(255, 170, 165, 0.35),
        0 8px 40px rgba(var(--st-primary-rgb), 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    letter-spacing: 0.02em;
    text-shadow: 0 1px 2px rgba(200, 100, 60, 0.15);
}

.st-hero-badge-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: st-pulse-glow 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

.st-hero h1 {
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    background: linear-gradient(135deg, var(--st-primary-dark) 0%, var(--st-primary) 25%, var(--st-primary-light) 50%, var(--st-accent) 75%, var(--st-primary) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: st-gradient-shift 6s ease infinite;
}

.st-hero-sub {
    font-size: clamp(17px, 2.2vw, 22px);
    color: var(--st-text-md);
    margin-bottom: 40px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.st-hero-sub strong {
    color: var(--st-primary);
    font-weight: 600;
}

.st-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}

.st-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2D2D2D;
    color: #fff;
    padding: 20px 48px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(45, 45, 45, 0.25);
    position: relative;
    overflow: hidden;
}

.st-cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transition: left 0.5s ease;
}

.st-cta-primary:hover::before {
    left: 100%;
}

.st-cta-primary:hover {
    transform: translateY(-2px);
    background: #1a1a1a;
    box-shadow: 0 8px 32px rgba(45, 45, 45, 0.35);
}

.st-cta-primary svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.st-hero-proof {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.st-proof-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--st-text-md);
    font-weight: 500;
}

.st-proof-item svg {
    width: 18px;
    height: 18px;
    color: var(--st-primary);
    flex-shrink: 0;
}

.st-proof-sep {
    width: 4px;
    height: 4px;
    background: var(--st-text-lt);
    border-radius: 50%;
}

/* Hero soft-proof block (below CTA) */
.st-hero-soft-proof {
    max-width: 520px;
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 28px;
    background: var(--st-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--st-glass-border);
    border-radius: 20px;
}

.st-hero-soft-proof-bignum {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    color: var(--st-primary-dark);
    flex-shrink: 0;
}

.st-hero-soft-proof-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--st-text-md);
    text-align: left;
    line-height: 1.45;
}

@media (max-width: 768px) {
    .st-hero {
        padding: 110px 20px 70px;
        min-height: auto;
    }

    .st-hero-orb-1,
    .st-hero-orb-2 {
        display: none;
    }

    .st-hero-proof {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .st-proof-sep {
        display: none;
    }

    .st-hero-soft-proof {
        padding: 16px 20px;
        gap: 16px;
        max-width: 100%;
    }

    .st-hero-soft-proof-bignum {
        font-size: 42px;
    }

    .st-hero-soft-proof-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .st-hero h1 {
        font-size: 30px;
    }

    .st-hero-sub {
        font-size: 16px;
    }

    .st-cta-primary {
        padding: 16px 32px;
        font-size: 16px;
    }

    .st-hero-soft-proof {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 20px;
    }

    .st-hero-soft-proof-text {
        text-align: center;
    }
}
