.home-hero {
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    align-items: center;
    gap: clamp(36px, 6vw, 82px);
    padding: 58px 0 52px;
    text-align: left;
}

.home-hero::before {
    position: absolute;
    width: 440px;
    height: 440px;
    margin: -250px 0 0 -220px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.025), 0 0 0 84px rgba(255, 255, 255, 0.018);
    pointer-events: none;
}

.home-hero .hero-content {
    position: relative;
    max-width: 650px;
}

@media (prefers-reduced-motion: no-preference) {
    .home-hero .hero-content > * {
        animation: home-content-in 0.7s ease both;
    }

    .home-hero .hero-content > *:nth-child(2) { animation-delay: 0.08s; }
    .home-hero .hero-content > *:nth-child(3) { animation-delay: 0.16s; }
    .home-hero .hero-content > *:nth-child(4) { animation-delay: 0.24s; }
    .home-hero .hero-content > *:nth-child(5) { animation-delay: 0.32s; }
    .home-hero .hero-preview { animation: preview-in 0.8s 0.18s ease both; }
    .hero-live i { animation: live-pulse 1.8s ease-in-out infinite; }
    .plan-ahead-grid > *:nth-child(2) { animation-delay: 0.08s; }
    .plan-ahead-grid > *:nth-child(3) { animation-delay: 0.16s; }
    .plan-ahead-grid > * { animation: card-in 0.55s ease both; }
}

@keyframes home-content-in {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes preview-in {
    from { opacity: 0; transform: translateY(20px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes live-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(115, 211, 154, 0.35); }
    50% { box-shadow: 0 0 0 5px rgba(115, 211, 154, 0); }
}

@keyframes card-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: var(--primary);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-kicker-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 5px var(--primary-shadow);
}

.home-hero h1 {
    max-width: 720px;
    font-size: clamp(3rem, 5vw, 4.6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.home-hero h1 span {
    display: block;
    color: var(--primary);
}

.home-hero .hero-content > p:not(.seasonal-greeting) {
    max-width: 520px;
    margin: 27px 0 31px;
    color: var(--muted);
    font-size: 1.08rem;
}

.home-hero .hero-actions {
    justify-content: flex-start;
}

.home-hero .seasonal-greeting {
    margin: 25px 0 0;
}

.hero-preview {
    position: relative;
    align-self: center;
    padding: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(31, 35, 49, 0.94), rgba(18, 22, 31, 0.76));
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 70px var(--primary-shadow);
}

.hero-preview::after {
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.025), 0 0 0 50px rgba(255, 255, 255, 0.02);
}

.hero-preview > * { position: relative; z-index: 1; }
.hero-preview-topline { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; }
.hero-live { color: #73d39a; }
.hero-live i { display: inline-block; width: 6px; height: 6px; margin: 0 5px 1px 0; border-radius: 50%; background: #73d39a; }
.hero-preview-icon { margin: 25px 0 12px; font-size: 4rem; line-height: 1; filter: drop-shadow(0 12px 25px var(--primary-shadow)); }
.home-hero .hero-preview-label { max-width: none; margin: 0; color: var(--muted); font-size: 0.82rem; }
.hero-preview h2 { margin: 3px 0 0; font-size: 2.15rem; letter-spacing: -0.04em; }
.home-hero .hero-preview-date { max-width: none; margin: 4px 0 18px; color: var(--muted); font-size: 0.9rem; }
.hero-countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 19px; }
.hero-countdown div { padding: 11px 5px 10px; text-align: center; background: rgba(255, 255, 255, 0.055); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 11px; }
.hero-countdown strong, .hero-countdown span { display: block; }
.hero-countdown strong { font-size: 1.45rem; line-height: 1.1; }
.hero-countdown span { margin-top: 4px; color: var(--muted); font-size: 0.62rem; text-transform: uppercase; }
.hero-preview .button { width: 100%; }

.plan-ahead-section { padding-top: 48px; }
.plan-ahead-section .section-heading { display: block; }
.plan-ahead-section .section-heading p { margin-top: 0; }

.popular-section {
    padding-top: 30px;
    padding-bottom: 96px;
}

.popular-section .section-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 24px;
    align-items: end;
    margin-bottom: 24px;
}

.popular-section .section-heading .eyebrow,
.popular-section .section-heading h2 {
    grid-column: 1;
}

.popular-section .section-heading p {
    grid-column: 1;
    margin: 0;
}

.popular-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.popular-grid .holiday-card {
    position: relative;
    min-height: 212px;
    padding: 22px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--surface), rgba(255, 255, 255, 0.025));
}

.popular-grid .holiday-card::after {
    position: absolute;
    right: -20px;
    bottom: -24px;
    width: 100px;
    height: 100px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.025), 0 0 0 32px rgba(255, 255, 255, 0.018);
}

.popular-grid .holiday-card:hover {
    transform: translateY(-6px);
    background: linear-gradient(145deg, var(--surface-light), rgba(255, 255, 255, 0.045));
}

.popular-card-index {
    display: block;
    margin-bottom: 22px;
    color: var(--primary);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.popular-grid .holiday-card-icon {
    margin-bottom: 14px;
    font-size: 2.25rem;
}

.popular-grid .holiday-card h3 {
    font-size: 1.15rem;
}

.popular-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    padding-top: 18px;
    color: var(--muted);
    border-top: 1px solid var(--border);
    font-size: 0.9rem;
}

.text-link {
    color: var(--text);
    font-weight: 800;
    text-decoration: none;
}

.text-link span {
    margin-left: 5px;
    color: var(--primary);
    transition: margin-left 0.2s ease;
}

.text-link:hover span {
    margin-left: 9px;
}

@media (max-width: 800px) {
    .home-hero { grid-template-columns: 1fr; gap: 44px; padding: 65px 0 58px; }
    .home-hero h1 { max-width: 600px; }
    .hero-preview { width: min(100%, 510px); }

    .popular-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 500px) {
    .home-hero { min-height: auto; padding: 54px 0 45px; }
    .home-hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
    .home-hero .hero-content > p:not(.seasonal-greeting) { font-size: 1rem; }
    .home-hero .hero-actions { align-items: stretch; flex-direction: column; }
    .home-hero .hero-actions .button { width: 100%; }
    .hero-preview { padding: 23px 19px; border-radius: 19px; }
    .hero-preview h2 { font-size: 1.85rem; }
    .hero-preview-icon { margin-top: 27px; }
    .plan-ahead-section .section-heading { display: block; }
    .plan-ahead-section .section-heading p { margin-top: 8px; }
    .popular-section { padding-top: 20px; padding-bottom: 70px; }
    .popular-section .section-heading { display: block; }
    .popular-grid { grid-template-columns: 1fr; }
    .popular-grid .holiday-card { min-height: 0; }
    .popular-footer { align-items: flex-start; flex-direction: column; }
}
