/* ============================================
   subpage.css — Delade stilar för projektsidor
   ============================================ */

:root {
    --font-display: 'Syne', system-ui, sans-serif;
    --font-body:    'Inter', system-ui, sans-serif;
    --bg:       #06070d;
    --bg-alt:   #0a0c16;
    --bg-card:  rgba(255,255,255,0.035);
    --bd:       rgba(255,255,255,0.07);
    --text:     #f0f0f5;
    --muted:    rgba(255,255,255,0.45);
    --subtle:   rgba(255,255,255,0.22);
    --radius:   16px;
    --radius-sm: 10px;

    /* världsfärg sätts per sida via inline :root */
    --world:    hsl(263,85%,65%);
    --world-bg: hsla(263,85%,65%,0.12);
    --world-bd: hsla(263,85%,65%,0.28);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body.subpage {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    overflow-x: hidden;
}

/* --- REVEAL --- */
.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s cubic-bezier(.22,.68,0,1.2) var(--d,0ms),
                transform 0.65s cubic-bezier(.22,.68,0,1.2) var(--d,0ms);
}
.reveal-up.visible { opacity: 1; transform: translateY(0); }

/* --- SHARED TYPO --- */
.text-center { text-align: center !important; }
.sp-eyebrow-sm {
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--world);
    margin-bottom: 10px;
    display: block;
}
.sp-heading {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}
.sp-body {
    font-size: 0.97rem;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 14px;
}
.sp-body-center { max-width: 560px; margin-left: auto; margin-right: auto; }

/* --- BUTTONS --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-world {
    background: var(--world);
    color: #06070d;
    box-shadow: 0 0 28px color-mix(in srgb, var(--world) 40%, transparent);
}
.btn-world:hover { transform: translateY(-2px); box-shadow: 0 4px 36px color-mix(in srgb, var(--world) 55%, transparent); }
.btn-ghost-white {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.16); transform: translateY(-2px); }
.btn-full { width: 100%; justify-content: center; }

/* --- NAV (kopieras från home.css) --- */
.nav {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 900;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}
.nav.scrolled {
    background: rgba(6,7,13,0.9);
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}
.nav-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 32px;
    height: 68px; display: flex; align-items: center; gap: 32px;
}
.nav-logo { font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; text-decoration: none; flex-shrink: 0; }
.logo-tc       { color: hsl(263,85%,65%); }
.logo-creative { color: var(--text); }
.nav-links { display: flex; list-style: none; gap: 28px; margin-right: auto; }
.nav-link { color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s ease; }
.nav-link:hover { color: var(--text); }
.nav-worlds { display: flex; gap: 6px; }
.nw-pill { padding: 5px 11px; border-radius: 999px; font-size: 0.75rem; font-weight: 600; text-decoration: none; border: 1px solid; transition: transform 0.2s ease, opacity 0.2s ease; opacity: 0.65; }
.nw-pill:hover, .nw-active { opacity: 1; transform: translateY(-1px); }
.nw-music { background: hsla(263,85%,65%,0.12); border-color: hsla(263,85%,65%,0.3); color: hsl(263,85%,75%); }
.nw-train { background: hsla(142,71%,55%,0.10); border-color: hsla(142,71%,55%,0.25); color: hsl(142,71%,65%); }
.nw-app   { background: hsla(188,91%,53%,0.10); border-color: hsla(188,91%,53%,0.25); color: hsl(188,91%,63%); }
.nav-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; background: none; border: none; cursor: pointer; margin-left: auto; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-drawer { position: fixed; top: 0; right: 0; width: min(320px, 85vw); height: 100dvh; background: rgba(8,9,18,0.97); backdrop-filter: blur(24px); z-index: 910; transform: translateX(100%); transition: transform 0.38s cubic-bezier(.4,0,.2,1); border-left: 1px solid var(--bd); }
.nav-drawer.open { transform: translateX(0); }
.drawer-inner { padding: 90px 28px 40px; display: flex; flex-direction: column; gap: 8px; height: 100%; overflow-y: auto; }
.drawer-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--subtle); margin-bottom: 6px; padding-left: 4px; }
.drawer-link { display: block; padding: 10px 4px; color: var(--muted); text-decoration: none; font-size: 1rem; font-weight: 500; border-bottom: 1px solid var(--bd); transition: color 0.2s ease, padding-left 0.2s ease; }
.drawer-link:hover { color: var(--text); padding-left: 8px; }
.drawer-divider { height: 1px; background: var(--bd); margin: 12px 0; }
.drawer-section { display: flex; flex-direction: column; }
.drawer-world { display: block; padding: 10px 12px; border-radius: var(--radius-sm); text-decoration: none; font-size: 0.9rem; font-weight: 600; margin-bottom: 6px; transition: transform 0.2s ease; }
.drawer-world:hover { transform: translateX(4px); }
.dw-music { background: hsla(263,85%,65%,0.12); color: hsl(263,85%,75%); }
.dw-train { background: hsla(142,71%,55%,0.10); color: hsl(142,71%,65%); }
.dw-app   { background: hsla(188,91%,53%,0.10); color: hsl(188,91%,63%); }
.nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 905; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; }
.nav-overlay.open { opacity: 1; pointer-events: all; }

/* --- BREADCRUMB --- */
.breadcrumb-wrap {
    padding-top: 88px;
    background: var(--bg);
}
.bc-inner {
    max-width: 1200px; margin: 0 auto; padding: 14px 32px;
    display: flex; align-items: center; gap: 8px;
    font-size: 0.82rem; color: var(--muted);
    border-bottom: 1px solid var(--bd);
}
.bc-inner a { color: var(--muted); text-decoration: none; transition: color 0.2s ease; }
.bc-inner a:hover { color: var(--text); }
.bc-inner span { color: var(--subtle); }
.bc-current { color: var(--world); }

/* --- HERO --- */
.sp-hero {
    position: relative;
    min-height: 65vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 0 32px 80px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.sp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}
.sp-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}
.sp-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: var(--world-bg);
    border: 1px solid var(--world-bd);
    color: var(--world);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sp-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4.5vw, 5.5rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 18px;
    color: #fff;
    letter-spacing: -0.02em;
}
.sp-lead {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 520px;
}
.sp-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.sp-hero-scroll { position: absolute; bottom: 24px; right: 40px; z-index: 2; }
.shs-line { width: 1px; height: 50px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.35)); margin: 0 auto; animation: lineSlide 2s ease-in-out infinite; }
@keyframes lineSlide { 0%,100%{transform:scaleY(1);opacity:.5} 50%{transform:scaleY(.6);opacity:1} }

/* --- SECTIONS --- */
.sp-section { padding: 100px 32px; }
.sp-dark-section { background: var(--bg-alt); }
.sp-inner { max-width: 1140px; margin: 0 auto; }

.sp-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
}

/* --- FEATURE CARD --- */
.sp-feat-card {
    background: var(--bg-card);
    border: 1px solid var(--bd);
    border-radius: var(--radius);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sfc-item { display: flex; align-items: flex-start; gap: 14px; }
.sfc-icon { font-size: 1.5rem; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.sfc-title { font-weight: 600; font-size: 0.95rem; margin-bottom: 3px; color: var(--text); }
.sfc-desc  { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }

/* --- MIXES GRID (DJ Tellus) --- */
.mixes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 40px; }
.mix-card { background: var(--bg-card); border: 1px solid var(--bd); border-radius: var(--radius); overflow: hidden; transition: transform 0.25s ease, border-color 0.25s ease; }
.mix-card:hover { transform: translateY(-4px); border-color: var(--world-bd); }
.mix-cover { height: 160px; display: flex; align-items: center; justify-content: center; position: relative; }
.mc-1 { background: linear-gradient(135deg, hsla(263,85%,30%,0.8), hsla(220,80%,20%,0.6)); }
.mc-2 { background: linear-gradient(135deg, hsla(263,70%,20%,0.8), hsla(300,60%,15%,0.6)); }
.mc-3 { background: linear-gradient(135deg, hsla(220,80%,25%,0.8), hsla(263,85%,25%,0.6)); }
.mix-cover-inner { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.mix-genre { padding: 5px 12px; border-radius: 999px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--world-bg); border: 1px solid var(--world-bd); color: var(--world); }
.mix-info { padding: 20px; }
.mix-info h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.mix-info p  { font-size: 0.85rem; color: var(--muted); margin-bottom: 12px; line-height: 1.5; }
.mix-meta { display: flex; gap: 12px; flex-wrap: wrap; font-size: 0.75rem; color: var(--subtle); }

.embed-placeholder {
    background: var(--bg-card);
    border: 1px dashed var(--bd);
    border-radius: var(--radius);
    padding: 48px 32px;
    text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.ep-icon { font-size: 2.5rem; }
.embed-placeholder p { color: var(--muted); font-size: 0.9rem; max-width: 400px; }

/* --- UPCOMING GRID (DJ Tellus) --- */
.upcoming-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 48px; }
.upcoming-item { background: var(--bg-card); border: 1px solid var(--bd); border-radius: var(--radius); padding: 24px 20px; display: flex; flex-direction: column; gap: 8px; transition: border-color 0.25s ease; }
.upcoming-item:hover { border-color: var(--world-bd); }
.ui-icon  { font-size: 1.8rem; }
.ui-title { font-weight: 700; font-size: 0.95rem; }
.ui-desc  { font-size: 0.82rem; color: var(--muted); line-height: 1.5; flex: 1; }
.ui-status { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; background: var(--world-bg); border: 1px solid var(--world-bd); color: var(--world); margin-top: 4px; align-self: flex-start; }

/* --- PROGRAM GRID (Starktillsammans) --- */
.program-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.program-card { background: var(--bg-card); border: 1px solid var(--bd); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; transition: transform 0.25s ease, border-color 0.25s ease; }
.program-card:hover { transform: translateY(-4px); border-color: var(--world-bd); }
.prog-header { display: flex; align-items: center; justify-content: space-between; }
.prog-level { font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; letter-spacing: 0.08em; text-transform: uppercase; }
.prog-beginner    { background: hsla(142,71%,55%,0.15); color: hsl(142,71%,65%); border: 1px solid hsla(142,71%,55%,0.3); }
.prog-intermediate{ background: hsla(45,100%,55%,0.15);  color: hsl(45,100%,65%);  border: 1px solid hsla(45,100%,55%,0.3); }
.prog-advanced    { background: hsla(0,80%,60%,0.15);     color: hsl(0,80%,70%);     border: 1px solid hsla(0,80%,60%,0.3); }
.prog-duration { font-size: 0.78rem; color: var(--muted); }
.program-card h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; }
.program-card p  { font-size: 0.88rem; color: var(--muted); line-height: 1.6; flex: 1; }
.prog-details { display: flex; gap: 10px; flex-wrap: wrap; }
.prog-details span { font-size: 0.75rem; color: var(--subtle); }
.prog-cta { font-size: 0.8rem; font-weight: 700; color: var(--world); opacity: 0.7; margin-top: 4px; }

/* --- BLOGG GRID (Starktillsammans) --- */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.blog-card { background: var(--bg-card); border: 1px solid var(--bd); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; transition: transform 0.25s ease, border-color 0.25s ease; cursor: default; }
.blog-card:hover { transform: translateY(-4px); border-color: var(--world-bd); }
.blog-cat { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--world); }
.blog-card h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; line-height: 1.3; flex: 1; }
.blog-card p  { font-size: 0.85rem; color: var(--muted); line-height: 1.6; flex: 1; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; font-size: 0.78rem; color: var(--subtle); margin-top: 4px; }
.blog-read { color: var(--world); font-weight: 600; }

/* --- WHY GRID (Starktillsammans) --- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-stats { display: flex; flex-direction: column; gap: 20px; }
.ws-item { background: var(--bg-card); border: 1px solid var(--bd); border-radius: var(--radius); padding: 24px; display: flex; align-items: center; gap: 20px; }
.ws-num { font-family: var(--font-display); font-size: 2.2rem; font-weight: 800; color: var(--world); flex-shrink: 0; min-width: 70px; }
.ws-label { font-size: 0.88rem; color: var(--muted); line-height: 1.5; }

/* --- COMPARE (FitdealzPro) --- */
.compare-row { display: flex; align-items: center; gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.compare-bad, .compare-good { background: var(--bg-card); border: 1px solid var(--bd); border-radius: var(--radius-sm); padding: 16px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 140px; }
.compare-good { border-color: var(--world-bd); background: var(--world-bg); }
.cb-title { font-size: 0.78rem; font-weight: 700; color: rgba(255,80,80,0.8); margin-bottom: 4px; }
.cg-title { font-size: 0.78rem; font-weight: 700; color: var(--world); margin-bottom: 4px; }
.compare-bad span, .compare-good span { font-size: 0.82rem; color: var(--muted); }
.compare-arrow { font-size: 1.5rem; color: var(--world); font-weight: 700; flex-shrink: 0; }

/* --- FEATURES BIG GRID (FitdealzPro) --- */
.features-big-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.fbg-card { background: var(--bg-card); border: 1px solid var(--bd); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; transition: transform 0.25s ease, border-color 0.25s ease; }
.fbg-card:hover { transform: translateY(-4px); border-color: var(--world-bd); }
.fbg-icon { font-size: 2rem; }
.fbg-card h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; }
.fbg-card p  { font-size: 0.87rem; color: var(--muted); line-height: 1.65; flex: 1; }
.fbg-list { list-style: none; display: flex; flex-direction: column; gap: 6px; padding: 0; }
.fbg-list li { font-size: 0.8rem; color: var(--subtle); padding-left: 14px; position: relative; }
.fbg-list li::before { content: '→'; position: absolute; left: 0; color: var(--world); font-size: 0.7rem; }

/* --- ROADMAP (FitdealzPro) --- */
.roadmap { max-width: 600px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 0; position: relative; }
.roadmap::before { content: ''; position: absolute; left: 11px; top: 12px; bottom: 12px; width: 1px; background: var(--bd); }
.rm-item { display: flex; gap: 24px; align-items: flex-start; padding-bottom: 32px; position: relative; }
.rm-item:last-child { padding-bottom: 0; }
.rm-dot { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--bd); background: var(--bg); flex-shrink: 0; margin-top: 2px; position: relative; z-index: 1; transition: border-color 0.2s ease, background 0.2s ease; }
.rm-done .rm-dot   { border-color: var(--world); background: var(--world); }
.rm-active .rm-dot { border-color: var(--world); background: var(--world-bg); box-shadow: 0 0 0 4px var(--world-bg); }
.rm-phase { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--world); margin-bottom: 4px; }
.rm-title { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.rm-desc  { font-size: 0.85rem; color: var(--muted); }

/* --- WAITLIST (FitdealzPro) --- */
.waitlist-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.wl-badge { display: inline-block; padding: 5px 14px; background: var(--world-bg); border: 1px solid var(--world-bd); color: var(--world); border-radius: 999px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.wl-perks { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.wl-perks li { font-size: 0.9rem; color: var(--muted); }
.wl-form-wrap { background: var(--bg-card); border: 1px solid var(--bd); border-radius: var(--radius); padding: 32px; }
.wl-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.82rem; font-weight: 500; color: var(--muted); }
.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 14px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--bd);
    background: rgba(255,255,255,0.04);
    color: var(--text);
    font-size: 0.93rem;
    font-family: var(--font-body);
    outline: none;
    transition: border-color 0.2s ease;
    -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus { border-color: var(--world-bd); }
.form-group select option { background: #0a0c16; }
.wl-privacy { font-size: 0.75rem; color: var(--subtle); text-align: center; margin-top: 4px; }
.wl-success { background: hsla(142,71%,55%,0.12); border: 1px solid hsla(142,71%,55%,0.3); color: hsl(142,71%,65%); padding: 20px; border-radius: var(--radius-sm); text-align: center; font-size: 0.95rem; font-weight: 600; }

/* --- CTA SECTION --- */
.sp-cta-section {
    position: relative;
    padding: 100px 32px;
    text-align: center;
    overflow: hidden;
    background: var(--bg);
}
.sp-cta-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, color-mix(in srgb, var(--world) 10%, transparent), transparent 70%);
    pointer-events: none;
}
.sp-cta-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.sp-cta-icon { font-size: 3rem; line-height: 1; }
.sp-cta-inner h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.15; }
.sp-cta-inner p { font-size: 1rem; color: var(--muted); line-height: 1.65; }

/* --- FOOTER --- */
.footer {
    background: #040509;
    padding: 70px 32px 40px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--bd);
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--bd);
}
.footer-logo { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; text-decoration: none; display: block; margin-bottom: 14px; }
.footer-tagline { font-size: 0.88rem; color: var(--muted); line-height: 1.65; }
.footer-nav-title { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--subtle); margin-bottom: 16px; }
.footer-nav-group ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav-group a { font-size: 0.9rem; color: var(--muted); text-decoration: none; transition: color 0.2s ease, padding-left 0.2s ease; display: block; }
.footer-nav-group a:hover { color: var(--text); padding-left: 4px; }
.fnl-music { color: hsl(263,85%,70%) !important; opacity: 0.8; }
.fnl-train { color: hsl(142,71%,60%) !important; opacity: 0.8; }
.fnl-app   { color: hsl(188,91%,58%) !important; opacity: 0.8; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; }
.footer-bottom p { font-size: 0.82rem; color: var(--subtle); }
.footer-worlds { display: flex; align-items: center; gap: 10px; font-size: 0.8rem; font-weight: 600; }
.fw-music { color: hsl(263,85%,70%); opacity: 0.7; }
.fw-train { color: hsl(142,71%,60%); opacity: 0.7; }
.fw-app   { color: hsl(188,91%,58%); opacity: 0.7; }
.fw-sep   { color: var(--subtle); }
.footer-glow { position: absolute; bottom: -80px; left: 50%; width: 70%; height: 160px; transform: translateX(-50%); background: radial-gradient(circle, hsla(263,85%,65%,0.1), transparent 70%); filter: blur(60px); pointer-events: none; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .sp-grid-2, .why-grid, .waitlist-wrap { grid-template-columns: 1fr; gap: 40px; }
    .features-big-grid { grid-template-columns: repeat(2,1fr); }
    .upcoming-grid { grid-template-columns: repeat(2,1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    .nav-worlds { display: none; }
}

@media (max-width: 768px) {
    .nav-links  { display: none; }
    .nav-burger { display: flex; }
    .nav-inner  { padding: 0 20px; }

    /* Hero */
    .sp-hero {
        align-items: flex-end;
        min-height: auto;
        height: auto;
        padding: 140px 20px 50px;
        width: 100%;
        box-sizing: border-box;
    }

    .sp-hero-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .sp-title {
        font-size: clamp(1.5rem, 5.5vw, 2.4rem);
        line-height: 1.1;
        margin-bottom: 12px;
        word-break: break-word;
    }

    .sp-lead {
        font-size: 0.92rem;
        line-height: 1.55;
        margin-bottom: 22px;
        max-width: 100%;
    }

    .sp-eyebrow {
        font-size: 0.62rem;
        padding: 4px 10px;
        margin-bottom: 12px;
    }

    .sp-hero-btns {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .sp-hero-btns .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 16px;
        font-size: 0.82rem;
    }

    .sp-hero-scroll { display: none; }

    /* Sektioner */
    .sp-section { padding: 60px 16px; }
    .sp-cta-section { padding: 60px 16px; }

    /* Grids */
    .mixes-grid, .program-grid, .blog-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .features-big-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .upcoming-grid { grid-template-columns: 1fr 1fr; }

    /* Footer */
    .footer { padding: 60px 16px 32px; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .footer-worlds { justify-content: center; }
    .bc-inner { padding: 12px 16px; }
}

/* iPhone 12 / SE och liknande smala skärmar */
@media (max-width: 430px) {
    .sp-title {
        font-size: clamp(1.4rem, 5vw, 1.9rem);
        letter-spacing: -0.01em;
    }
    .sp-lead { font-size: 0.88rem; }
    .sp-eyebrow { font-size: 0.58rem; }
}

@media (max-width: 380px) {
    .sp-title { font-size: 1.4rem; }
    .sp-hero { padding: 130px 16px 44px; }
    .upcoming-grid { grid-template-columns: 1fr; }
}
