:root {
    --h-neon: #00e5ff;
    --h-orange: #ff7a18;
    --h-yellow: #ffd400;
    --h-text: #eef3ff;
    --h-muted: #9aa8c2;
    --h-deep: #03050c;
}

.home-body {
    margin: 0;
    min-height: 100vh;
    font-family: "Inter", system-ui, sans-serif;
    color: var(--h-text);
    background:
        radial-gradient(1200px 600px at 10% -10%, rgba(0, 229, 255, 0.14), transparent 55%),
        radial-gradient(900px 500px at 95% 10%, rgba(255, 122, 24, 0.12), transparent 50%),
        linear-gradient(180deg, #050814 0%, #070b18 40%, var(--h-deep) 100%);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.home-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.home-wrap {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.hero-home {
    padding: 2.25rem 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .hero-home {
        grid-template-columns: 1.05fr 0.95fr;
        padding: 3rem 0 2rem;
    }
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--h-yellow);
    margin: 0 0 0.75rem;
}

.hero-kicker span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--h-yellow);
    box-shadow: 0 0 14px var(--h-yellow);
    animation: home-pulse 1.8s ease-in-out infinite;
}

@keyframes home-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
}

.hero-title {
    margin: 0 0 1rem;
    font-family: "Bebas Neue", "Impact", sans-serif;
    font-size: clamp(3rem, 10vw, 5.2rem);
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-shadow:
        0 0 40px rgba(0, 229, 255, 0.25),
        0 4px 0 rgba(0, 0, 0, 0.35);
}

.hero-title em {
    font-style: normal;
    background: linear-gradient(90deg, var(--h-neon), #7af0ff, var(--h-yellow));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 20px rgba(0, 229, 255, 0.35));
}

.hero-lead {
    margin: 0 0 1.5rem;
    font-size: clamp(1rem, 2.8vw, 1.2rem);
    color: var(--h-muted);
    max-width: 34ch;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.btn-home-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.35rem;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #041018;
    background: linear-gradient(135deg, #00e5ff, #7af0ff);
    box-shadow: 0 0 28px rgba(0, 229, 255, 0.45);
    border: none;
    font-size: 0.95rem;
    transition: transform 0.15s, box-shadow 0.15s;
}

.btn-home-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 36px rgba(0, 229, 255, 0.55);
}

.btn-home-ghost {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.2rem;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.92rem;
    transition: border-color 0.15s, background 0.15s;
}

.btn-home-ghost:hover {
    border-color: rgba(0, 229, 255, 0.45);
    background: rgba(0, 229, 255, 0.06);
}

.hero-visual {
    position: relative;
    min-height: 260px;
}

.hero-orbit {
    position: absolute;
    inset: 8% 4%;
    border-radius: 50%;
    border: 1px dashed rgba(0, 229, 255, 0.22);
    animation: home-spin 48s linear infinite;
}

@keyframes home-spin {
    to { transform: rotate(360deg); }
}

.hero-poster {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid rgba(0, 229, 255, 0.35);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 40px rgba(0, 229, 255, 0.12);
    background: linear-gradient(145deg, #0a1224, #050810);
    aspect-ratio: 16 / 10;
    display: grid;
    place-items: center;
    transform-style: preserve-3d;
    transform-origin: center center;
    will-change: transform;
}

.hero-poster__grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 229, 255, 0.06) 1px, transparent 1px),
        linear-gradient(rgba(0, 229, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.5;
}

.hero-poster__label {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1.25rem;
}

.hero-poster__label strong {
    display: block;
    font-size: clamp(1.1rem, 3vw, 1.35rem);
    color: #fff;
    margin-bottom: 0.35rem;
}

.hero-poster__label span {
    font-size: 0.88rem;
    color: var(--h-muted);
}

.section-title {
    margin: 0 0 0.5rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.75rem, 5vw, 2.4rem);
    letter-spacing: 0.06em;
    color: #fff;
}

.section-sub {
    margin: 0 0 1.5rem;
    color: var(--h-muted);
    max-width: 52ch;
    line-height: 1.55;
}

.video-block {
    margin: 2.5rem 0;
}

.video-stage {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(255, 122, 24, 0.35);
    background: radial-gradient(ellipse at 30% 20%, rgba(255, 122, 24, 0.12), transparent 50%),
        linear-gradient(160deg, #0c1428, #050810);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 30px rgba(255, 122, 24, 0.12);
    aspect-ratio: 16 / 9;
    max-height: 520px;
    display: grid;
    place-items: center;
}

.video-stage__shine {
    position: absolute;
    inset: -40% -20%;
    background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%);
    animation: home-shine 5s ease-in-out infinite;
}

@keyframes home-shine {
    0% { transform: translateX(-20%) rotate(8deg); }
    100% { transform: translateX(25%) rotate(8deg); }
}

.video-placeholder {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1.5rem;
}

.video-play {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.35), rgba(255, 122, 24, 0.25));
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 30px rgba(0, 229, 255, 0.25);
}

.video-play::after {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

.video-placeholder h3 {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    color: #fff;
}

.video-placeholder p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--h-muted);
    max-width: 36ch;
    margin-inline: auto;
}

.vibe-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
}

@media (min-width: 720px) {
    .vibe-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.vibe-card {
    position: relative;
    border-radius: 20px;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(5, 8, 20, 0.65));
    overflow: hidden;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.vibe-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 229, 255, 0.35);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 28px rgba(0, 229, 255, 0.12);
}

.vibe-card__tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--h-yellow);
    margin-bottom: 0.5rem;
}

.vibe-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    color: #fff;
}

.vibe-card p {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: var(--h-muted);
    line-height: 1.5;
}

.vibe-card__art {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
}

.home-footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    color: var(--h-muted);
    font-size: 0.85rem;
}

.home-footer a {
    color: var(--h-neon);
    font-weight: 700;
    text-decoration: none;
}

.home-footer a:hover {
    text-decoration: underline;
}
