/* Homepage — persuasive landing, aligned with webinar-landing tokens */
.index-hero.webinar-list-hero {
    text-align: left;
}

.index-hero.webinar-list-hero .container {
    max-width: 80rem;
}

.index-hero__badge.webinar-badge {
    margin-bottom: 0.35rem;
}

.index-hero__title {
    font-size: clamp(2rem, 5vw, 3.15rem) !important;
    letter-spacing: -0.035em;
    margin-top: 0.85rem !important;
}

.index-hero__typed {
    display: inline-block;
    min-width: 18ch;
}

.index-hero__typed-text {
    color: #bbf7d0;
}

.index-hero__cursor {
    display: inline-block;
    margin-left: 0.05em;
    color: #bbf7d0;
    font-weight: 400;
    animation: index-hero-blink 0.75s step-end infinite;
}

@keyframes index-hero-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.index-hero__lead {
    max-width: 36rem;
    font-size: 1.0625rem !important;
}

.index-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.index-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.45rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.index-hero__cta--primary {
    background: #ffffff;
    color: #065f46 !important;
    box-shadow: 0 12px 28px rgba(6, 95, 70, 0.22);
}

.index-hero__cta--primary:hover {
    transform: translateY(-2px);
    background: #ecfdf5;
    color: #064e3b !important;
}

.index-hero__cta--ghost {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff !important;
}

.index-hero__cta--ghost:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
}

.index-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.1rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8125rem;
    font-weight: 600;
}

.index-hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.index-hero__proof i {
    color: #4ade80;
}

.index-hero__stage {
    position: relative;
    min-height: 22rem;
}

.index-hero__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.index-hero__orb--gold {
    width: 16rem;
    height: 16rem;
    top: -2rem;
    right: -1rem;
    background: radial-gradient(circle, rgba(134, 239, 172, 0.32), transparent 70%);
}

.index-hero__orb--green {
    width: 12rem;
    height: 12rem;
    bottom: 0;
    left: 10%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.28), transparent 70%);
}

.index-hero__card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.5rem;
    padding: 1.25rem;
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(8, 20, 48, 0.28);
}

.index-hero__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    color: #fff;
}

.index-hero__card-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bbf7d0;
}

.index-hero__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.index-hero__metric {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 0.9rem;
}

.index-hero__metric strong {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.index-hero__metric span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
    font-weight: 600;
}

.index-hero__list {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.index-hero__list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    font-weight: 600;
}

.index-hero__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.18);
    flex-shrink: 0;
}

.index-problem-card {
    padding: 1.35rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.index-problem-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff1f2;
    color: #e11d48;
    margin-bottom: 1rem;
}

.index-problem-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.index-problem-card p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.index-problem-card em {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    color: #e11d48;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 700;
}

.index-bridge {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    background: linear-gradient(155deg, #064e3b 0%, #065f46 55%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.index-bridge__title {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.index-bridge__lead {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    max-width: 36rem;
}

.index-feature-card {
    padding: 1.25rem;
    height: 100%;
}

.index-feature-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-weight: 800;
}

.index-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.45rem;
}

.index-feature-card p {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

.index-blog-card {
    overflow: hidden;
    height: 100%;
}

.index-blog-card img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}

.index-blog-card__body {
    padding: 1.25rem;
}

.index-blog-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

.index-blog-card p {
    color: #64748b;
    font-size: 0.875rem;
    margin: 0;
}

.frontend-store-showcase-chip {
    border: 1px solid var(--wb-border, #e2e8f0);
    background: #fff;
    color: #334155;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    flex-shrink: 0;
}

.frontend-store-showcase-chip:hover,
.frontend-store-showcase-chip.active {
    border-color: #86efac;
    background: #f0fdf4;
    color: var(--wb-primary, #0f766e);
}

.frontend-store-showcase-chip-logo,
.frontend-store-showcase-chip-icon {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
}

.frontend-store-showcase-chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #64748b;
}

.frontend-store-showcase-chip-label {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.frontend-store-showcase-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
}

@media (max-width: 991.98px) {
    .index-hero.webinar-list-hero {
        text-align: center;
    }

    .index-hero__lead,
    .index-hero__actions,
    .index-hero__proof {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .index-hero__typed {
        display: block;
        min-width: 0;
    }

    .index-hero__stage {
        min-height: 0;
        margin-top: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .index-hero__cursor {
        display: none;
    }

    .index-hero__cta,
    .frontend-landing-card {
        transition: none;
    }
}
