/* ===== UBER EATS SLIDES CSS ===== */

/* ---- PROGRESS DOTS ---- */
.slide-progress { position: fixed; bottom: 1.2rem; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 100; opacity: 0; transition: opacity 0.3s; }
.slide-progress.visible { opacity: 1; }
.slide-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); transition: all 0.3s; }
.slide-dot.active { background: #fff; width: 22px; border-radius: 3px; }

/* ======================================================
   BACKGROUNDS — UBER EATS BRAND: GREEN, BLACK, WHITE
   ====================================================== */
.slide-inner {
    overflow: hidden;
    position: relative;
}

.s-bg-ue-intro       { background: linear-gradient(135deg, #06C167, #000000, #06C167) !important; }
.s-bg-ue-damage      { background: linear-gradient(135deg, #1A1A2E, #16213E, #1A1A2E) !important; }
.s-bg-ue-spending    { background: linear-gradient(135deg, #FF6B6B, #C73E1D, #FF6B6B) !important; }
.s-bg-ue-frequency   { background: linear-gradient(135deg, #0F3460, #1A1A2E, #0F3460) !important; }
.s-bg-ue-restaurants { background: linear-gradient(135deg, #E94560, #533483, #E94560) !important; }
.s-bg-ue-food        { background: linear-gradient(135deg, #FF9A3C, #FF6B35, #FF9A3C) !important; }
.s-bg-ue-tiers       { background: linear-gradient(135deg, #2D1B69, #11001C, #2D1B69) !important; }
.s-bg-ue-extremes    { background: linear-gradient(135deg, #06C167, #0D7046, #06C167) !important; }
.s-bg-ue-peak        { background: linear-gradient(135deg, #F97316, #DC2626, #F97316) !important; }
.s-bg-ue-timeline    { background: linear-gradient(135deg, #1E3A5F, #0D1B2A, #1E3A5F) !important; }
.s-bg-ue-latenight   { background: linear-gradient(135deg, #0C0C1D, #1B0A3C, #0C0C1D) !important; }
.s-bg-ue-complaints  { background: linear-gradient(135deg, #DC2626, #7F1D1D, #DC2626) !important; }
.s-bg-ue-items       { background: linear-gradient(135deg, #06C167, #065F3A, #06C167) !important; }
.s-bg-ue-persona     { background: radial-gradient(circle at 50% 40%, #06C167, #1A1A2E 60%, #000000) !important; }

/* ---- TOP LIST (ranked restaurants/items) ---- */
.top-list { width: 100%; max-width: 340px; display: flex; flex-direction: column; gap: 6px; }
.top-list-item { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.1); padding: 8px 14px; border-radius: 10px; backdrop-filter: blur(10px); }
.top-list-rank { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.1rem; color: #06C167; min-width: 24px; }
.top-list-name { flex: 1; font-size: 0.95rem; color: rgba(255,255,255,0.95); text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top-list-count { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.9rem; color: rgba(255,255,255,0.6); }

/* ---- SPLIT LAYOUT (biggest vs smallest) ---- */
.s-split { display: flex; align-items: center; gap: 1rem; width: 100%; max-width: 380px; }
.s-split-box { flex: 1; background: rgba(255,255,255,0.08); border-radius: 14px; padding: 1.2rem 0.8rem; text-align: center; backdrop-filter: blur(10px); }
.s-split-num { font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.8rem, 7vw, 2.5rem); font-weight: 700; }
.s-split-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.s-split-vs { font-family: 'Space Grotesk', sans-serif; font-size: 1.2rem; font-weight: 700; color: rgba(255,255,255,0.4); }

/* ---- BAR CHART (day-of-week / monthly timeline) ---- */
.month-bars { width: 100%; max-width: 340px; display: flex; flex-direction: column; gap: 6px; }
.month-bar-row { display: flex; align-items: center; gap: 8px; }
.month-bar-label { font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.7); min-width: 32px; text-align: right; }
.month-bar-track { flex: 1; height: 20px; background: rgba(255,255,255,0.08); border-radius: 10px; overflow: hidden; }
.month-bar-fill { height: 100%; background: linear-gradient(90deg, #06C167, #049E54); border-radius: 10px; }
.month-bar-count { font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.5); min-width: 24px; }

/* Peak month highlight */
.peak-bar { background: rgba(6,193,103,0.1); border-radius: 6px; padding: 2px 4px; }
.peak-fill { background: linear-gradient(90deg, #FFD700, #FFA500) !important; }

/* ---- TIER GRID (2x2 spending tiers) ---- */
.tier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; max-width: 320px; }
.tier-box { background: rgba(255,255,255,0.1); border-radius: 14px; padding: 1.2rem 0.8rem; text-align: center; backdrop-filter: blur(10px); }
.tier-num { font-family: 'Space Grotesk', sans-serif; font-size: clamp(2rem, 8vw, 3rem); font-weight: 700; color: #fff; }
.tier-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 4px; }

/* ---- BIG TEXT (peak month name) ---- */
.s-big-text { font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.5rem, 10vw, 4.5rem); font-weight: 700; line-height: 1; text-shadow: 0 4px 20px rgba(0,0,0,0.2); }

/* ---- ADDICTION METER ---- */
.meter-bar-wrap { width: 100%; max-width: 300px; margin-top: 1rem; }
.meter-label { font-family: 'Space Grotesk', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 2px; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-bottom: 6px; }
.meter-track { width: 100%; height: 16px; background: rgba(255,255,255,0.1); border-radius: 10px; overflow: hidden; }
.meter-fill { height: 100%; width: 0%; border-radius: 10px; background: linear-gradient(90deg, #06C167, #FFD700, #FF8C00, #FF4500, #DC143C); box-shadow: 0 0 12px rgba(6,193,103,0.5); }
.meter-level { font-family: 'Space Grotesk', sans-serif; font-size: 0.85rem; font-weight: 700; color: rgba(255,255,255,0.9); margin-top: 6px; text-align: center; }

/* ---- SLIDE CONTENT LAYOUT ---- */
.s-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; max-width: 400px; }
.s-watermark { position: absolute; bottom: 1.2rem; right: 1.5rem; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 2px; color: rgba(255,255,255,0.25); z-index: 2; }
.s-eyebrow { font-family: 'Space Grotesk', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 5px; color: rgba(255,255,255,0.7); margin-bottom: 1.5rem; text-transform: uppercase; }
.s-big-num { font-family: 'Space Grotesk', sans-serif; font-size: clamp(3.5rem, 14vw, 7rem); font-weight: 700; line-height: 1; text-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.s-caption { font-size: 1rem; color: rgba(255,255,255,0.8); margin-top: 0.5rem; }
.s-roast { font-size: 0.95rem; color: rgba(255,255,255,0.85); margin-top: 1.5rem; max-width: 320px; line-height: 1.5; font-style: italic; background: rgba(0,0,0,0.2); padding: 0.8rem 1.2rem; border-radius: 12px; backdrop-filter: blur(10px); }
.s-next { position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.9); font-size: 1.2rem; cursor: pointer; padding: 0.6rem 1.8rem; border-radius: 50px; transition: all 0.3s; z-index: 10; font-family: 'Space Grotesk', sans-serif; }
.s-next:hover { border-color: rgba(255,255,255,0.8); color: #fff; background: rgba(255,255,255,0.25); }
.s-title { font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.5rem, 10vw, 4rem); font-weight: 700; margin-bottom: 1rem; text-shadow: 0 4px 20px rgba(0,0,0,0.15); }

/* ============================================================
   SCENE ANIMATIONS — FOOD / DELIVERY THEMED CSS SHAPES
   ============================================================ */
.scene { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }

/* ======================
   SLIDE 0 — INTRO
   Burger floating + takeout bag + delivery scooter
   ====================== */
/* -- Burger -- */
.intro-burger { position: absolute; top: 10%; right: 8%; width: 240px; height: 180px; }
.intro-bun-top {
    position: absolute; top: 0; left: 10%; width: 80%; height: 70px;
    background: linear-gradient(180deg, #D4881C, #C67A14);
    border-radius: 100px 100px 8px 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.intro-bun-top::before {
    content: ''; position: absolute; top: 16px; left: 25%;
    width: 16px; height: 10px; background: #F5DEB3; border-radius: 50%;
    box-shadow: 36px 8px 0 #F5DEB3, -20px 12px 0 #F5DEB3, 60px -4px 0 #F5DEB3;
}
.intro-patty {
    position: absolute; top: 64px; left: 5%; width: 90%; height: 36px;
    background: linear-gradient(180deg, #5C3317, #3E2010);
    border-radius: 8px;
}
.intro-lettuce {
    position: absolute; top: 96px; left: 2%; width: 96%; height: 28px;
    background: #4CAF50;
    border-radius: 4px;
    clip-path: polygon(0% 50%, 5% 0%, 12% 60%, 20% 10%, 28% 55%, 35% 5%, 42% 50%, 50% 0%, 58% 55%, 65% 10%, 72% 50%, 80% 5%, 88% 55%, 95% 0%, 100% 50%, 100% 100%, 0% 100%);
}
.intro-bun-bottom {
    position: absolute; top: 120px; left: 10%; width: 80%; height: 50px;
    background: linear-gradient(180deg, #C67A14, #B06A0A);
    border-radius: 8px 8px 60px 60px;
}

/* -- Takeout Bag -- */
.intro-takeout {
    position: absolute; bottom: 18%; left: 8%;
    width: 200px; height: 260px;
    background: linear-gradient(180deg, #fff, #f0f0f0);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.intro-takeout::before {
    content: ''; position: absolute; top: -36px; left: 48px;
    width: 104px; height: 50px;
    border: 8px solid rgba(0,0,0,0.25);
    border-bottom: none;
    border-radius: 52px 52px 0 0;
}
.intro-takeout::after {
    content: ''; position: absolute; top: 40%; left: 0; right: 0;
    height: 40px;
    background: #06C167;
}

/* -- Delivery Scooter -- */
.intro-scooter {
    position: absolute; bottom: 12%; right: 12%;
    width: 260px; height: 140px;
}
.intro-scooter-body {
    position: absolute; bottom: 40px; left: 40px;
    width: 160px; height: 60px;
    background: #06C167;
    border-radius: 12px 40px 8px 8px;
}
.intro-scooter-body::before {
    content: ''; position: absolute; top: -20px; right: 10px;
    width: 60px; height: 24px;
    background: #333;
    border-radius: 12px;
}
.intro-scooter-body::after {
    content: ''; position: absolute; top: -50px; left: 0;
    width: 8px; height: 40px;
    background: #555;
    border-radius: 4px;
    transform: rotate(-15deg);
}
.intro-wheel-back {
    position: absolute; bottom: 8px; left: 44px;
    width: 56px; height: 56px;
    background: #333; border-radius: 50%;
    border: 6px solid #555;
}
.intro-wheel-back::after {
    content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 16px; height: 16px; background: #888; border-radius: 50%;
}
.intro-wheel-front {
    position: absolute; bottom: 8px; right: 30px;
    width: 56px; height: 56px;
    background: #333; border-radius: 50%;
    border: 6px solid #555;
}
.intro-wheel-front::after {
    content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 16px; height: 16px; background: #888; border-radius: 50%;
}

/* ======================
   SLIDE 1 — THE DAMAGE
   Takeout bags raining down
   ====================== */
.damage-bag {
    position: absolute;
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(238,238,238,0.85));
    border-radius: 0 0 10px 10px;
    box-shadow: 0 16px 50px rgba(0,0,0,0.35);
}
.damage-bag::before {
    content: ''; position: absolute; top: -28px; left: 22%;
    width: 56%; height: 36px;
    border: 6px solid rgba(0,0,0,0.2);
    border-bottom: none;
    border-radius: 36px 36px 0 0;
}
.damage-bag::after {
    content: ''; position: absolute; top: 45%; left: 0; right: 0;
    height: 28px; background: #06C167;
}
.db-1 { left: 5%; width: 140px; height: 180px; }
.db-2 { left: 25%; width: 110px; height: 140px; }
.db-3 { left: 45%; width: 160px; height: 200px; }
.db-4 { left: 65%; width: 120px; height: 150px; }
.db-5 { left: 82%; width: 130px; height: 170px; }

/* ======================
   SLIDE 2 — SPENDING BREAKDOWN
   Receipt strips falling + dollar signs
   ====================== */
.spending-receipt {
    position: absolute; top: -80%;
    width: 130px;
    background: #fff;
    border-radius: 0 0 4px 4px;
}
.spending-receipt::before {
    content: ''; position: absolute; top: 36px; left: 16px; right: 16px;
    height: 6px; background: rgba(0,0,0,0.12); border-radius: 4px;
    box-shadow: 0 20px 0 rgba(0,0,0,0.09), 0 40px 0 rgba(0,0,0,0.07),
                0 60px 0 rgba(0,0,0,0.05), 0 80px 0 rgba(0,0,0,0.09),
                0 100px 0 rgba(0,0,0,0.05);
}
.spending-receipt::after {
    content: ''; position: absolute; bottom: 50px; left: 16px; right: 16px;
    height: 4px; background: rgba(0,0,0,0.15);
    border-top: 2px dashed rgba(0,0,0,0.12);
}
.spr-1 { left: 12%; height: 440px; }
.spr-2 { left: 50%; height: 360px; }
.spr-3 { left: 80%; height: 400px; }

.spending-dollar {
    position: absolute;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: rgba(255,255,255,0.3);
}
.spending-dollar::before { content: '$'; }
.sd-1 { top: 8%; right: 10%; font-size: 200px; }
.sd-2 { bottom: 15%; left: 5%; font-size: 160px; }

/* ======================
   SLIDE 3 — ORDER FREQUENCY
   Calendar + notification badges
   ====================== */
.freq-calendar {
    position: absolute; top: 8%; right: 8%;
    width: 240px; height: 260px;
    background: rgba(255,255,255,0.15);
    border-radius: 24px;
    border: 6px solid rgba(255,255,255,0.3);
    box-shadow: 0 16px 60px rgba(0,0,0,0.3);
}
.freq-calendar::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 56px;
    background: #06C167;
    border-radius: 18px 18px 0 0;
}
.freq-calendar::after {
    content: ''; position: absolute; top: 76px; left: 24px; right: 24px;
    height: 6px; background: rgba(255,255,255,0.12);
    box-shadow: 0 28px 0 rgba(255,255,255,0.08), 0 56px 0 rgba(255,255,255,0.08), 0 84px 0 rgba(255,255,255,0.08);
}

.freq-notification {
    position: absolute;
    width: 48px; height: 48px;
    background: #FF3B30;
    border-radius: 50%;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
}
.freq-notification::before { content: '!'; }
.fn-1 { top: 5%; right: 5%; }
.fn-2 { top: 30%; left: 8%; width: 40px; height: 40px; font-size: 20px; }
.fn-3 { bottom: 25%; right: 12%; width: 44px; height: 44px; }

/* ======================
   SLIDE 5 — FOOD IDENTITY
   Plate with fork/spoon + chopsticks
   ====================== */
.food-plate {
    position: absolute; top: 8%; right: 8%;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 8px solid rgba(255,255,255,0.35);
    box-shadow: 0 0 60px rgba(255,255,255,0.1);
}
.food-plate::before {
    content: ''; position: absolute; top: 40px; left: 40px; right: 40px; bottom: 40px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.25);
}

.food-fork {
    position: absolute; bottom: 18%; left: 10%;
    width: 12px; height: 160px;
    background: rgba(255,255,255,0.5);
    border-radius: 0 0 6px 6px;
    transform-origin: bottom center;
}
.food-fork::before {
    content: ''; position: absolute; top: -40px; left: -12px;
    width: 36px; height: 48px;
    border-left: 6px solid rgba(255,255,255,0.5);
    border-right: 6px solid rgba(255,255,255,0.5);
    box-shadow: inset 10px 0 0 rgba(255,255,255,0.5);
    border-radius: 4px 4px 0 0;
}

.food-spoon {
    position: absolute; bottom: 18%; left: 18%;
    width: 12px; height: 160px;
    background: rgba(255,255,255,0.4);
    border-radius: 0 0 6px 6px;
    transform-origin: bottom center;
}
.food-spoon::before {
    content: ''; position: absolute; top: -44px; left: -18px;
    width: 48px; height: 48px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
}

.food-chopsticks {
    position: absolute; top: 45%; right: 5%;
    width: 160px; height: 160px;
}
.food-chopstick-1 {
    position: absolute; top: 0; left: 40px;
    width: 8px; height: 180px;
    background: linear-gradient(180deg, #D4881C, #A0602A);
    border-radius: 4px;
    transform: rotate(-15deg);
    transform-origin: top center;
}
.food-chopstick-2 {
    position: absolute; top: 0; left: 72px;
    width: 8px; height: 180px;
    background: linear-gradient(180deg, #D4881C, #A0602A);
    border-radius: 4px;
    transform: rotate(10deg);
    transform-origin: top center;
}

/* ======================
   SLIDE 9 — ORDER TIMELINE
   Clock + bag
   ====================== */
.clock-face {
    position: absolute; top: 8%; right: 8%;
    width: 260px; height: 260px;
    border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.15);
}
.clock-face::before {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 8px; height: 60px;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    transform-origin: bottom center;
    transform: translateX(-50%) translateY(-100%) rotate(30deg);
}
.clock-face::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 6px; height: 80px;
    background: #06C167;
    border-radius: 4px;
    transform-origin: bottom center;
    transform: translateX(-50%) translateY(-100%) rotate(120deg);
}

.clock-bag {
    position: absolute; bottom: 20%; right: 12%;
    width: 100px; height: 120px;
    background: rgba(255,255,255,0.2);
    border-radius: 0 0 8px 8px;
}
.clock-bag::before {
    content: ''; position: absolute; top: -24px; left: 24px;
    width: 52px; height: 32px;
    border: 6px solid rgba(255,255,255,0.2);
    border-bottom: none;
    border-radius: 28px 28px 0 0;
}

/* ======================
   SLIDE 10 — LATE NIGHT
   Moon, stars, glowing phone
   ====================== */
.ln-moon {
    position: absolute; top: 6%; right: 10%;
    width: 220px; height: 220px;
    background: radial-gradient(circle at 35% 35%, #FFF8DC, #FFD700);
    border-radius: 50%;
    box-shadow: 0 0 100px rgba(255,215,0,0.5), 0 0 200px rgba(255,215,0,0.25);
}
.ln-moon::before {
    content: ''; position: absolute; top: 20px; right: 10px;
    width: 120px; height: 120px;
    background: #0A1628;
    border-radius: 50%;
}

.ln-star {
    position: absolute;
    background: #fff;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.ls-1 { top: 8%; left: 15%; width: 36px; height: 36px; }
.ls-2 { top: 20%; left: 30%; width: 28px; height: 28px; }
.ls-3 { top: 5%; left: 50%; width: 32px; height: 32px; }
.ls-4 { top: 25%; right: 25%; width: 24px; height: 24px; }
.ls-5 { top: 12%; left: 8%; width: 28px; height: 28px; }

.ln-phone {
    position: absolute; bottom: 15%; left: 10%;
    width: 130px; height: 220px;
    border: 6px solid rgba(255,255,255,0.3);
    border-radius: 28px;
    background: rgba(0,0,0,0.4);
}
.ln-phone::before {
    content: ''; position: absolute; top: 28px; left: 10px; right: 10px; bottom: 40px;
    background: rgba(6,193,103,0.15);
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(6,193,103,0.3);
}
.ln-phone::after {
    content: ''; position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
    width: 28px; height: 8px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
}

/* ======================
   SLIDE — TIP/STAR DECORATION
   ====================== */
.tip-star {
    position: absolute; top: 12%; left: 8%;
    width: 40px; height: 40px;
    background: #FFD700;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

/* ======================
   SLIDE 13 — PERSONA
   Glow + confetti-like food shapes
   ====================== */
.persona-glow {
    position: absolute; top: 50%; left: 50%;
    width: 700px; height: 800px;
    background: radial-gradient(circle, rgba(6,193,103,0.35), transparent 70%);
    transform: translate(-50%, -50%);
}
.persona-confetti {
    position: absolute;
    border-radius: 12px;
    opacity: 0;
}
.ue-pc-1 { top: 8%; left: 8%; width: 28px; height: 68px; background: #06C167; }
.ue-pc-2 { top: 12%; right: 12%; width: 20px; height: 52px; background: #FFD700; }
.ue-pc-3 { bottom: 18%; left: 12%; width: 24px; height: 60px; background: #E94560; }
.ue-pc-4 { bottom: 8%; right: 8%; width: 32px; height: 64px; background: #FF6B35; }
.ue-pc-5 { top: 38%; left: 4%; width: 20px; height: 48px; background: #3A86FF; }
.ue-pc-6 { top: 28%; right: 4%; width: 24px; height: 56px; background: #FF006E; }
.ue-pc-7 { top: 50%; left: 2%; width: 20px; height: 44px; background: #FFD700; }
.ue-pc-8 { top: 5%; left: 45%; width: 16px; height: 40px; background: #06C167; }
.ue-pc-9 { bottom: 30%; right: 15%; width: 28px; height: 52px; background: #8338EC; }
.ue-pc-10 { top: 18%; left: 25%; width: 20px; height: 60px; background: #FF3008; }

.persona-mini-burger {
    position: absolute; bottom: 25%; left: 8%;
    width: 140px; height: 100px;
}
.persona-mini-burger::before {
    content: ''; position: absolute; top: 0; left: 5%; width: 90%; height: 40px;
    background: #D4881C; border-radius: 50px 50px 4px 4px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.persona-mini-burger::after {
    content: ''; position: absolute; bottom: 0; left: 5%; width: 90%; height: 32px;
    background: #B06A0A; border-radius: 4px 4px 36px 36px;
}

.persona-mini-coffee {
    position: absolute; top: 20%; right: 8%;
    width: 80px; height: 96px;
    background: rgba(255,255,255,0.6);
    border-radius: 6px 6px 20px 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.persona-mini-coffee::before {
    content: ''; position: absolute; top: 20px; right: -24px;
    width: 24px; height: 36px;
    border: 6px solid rgba(255,255,255,0.5);
    border-left: none;
    border-radius: 0 20px 20px 0;
}

/* ---- ELEMENT ENTRANCE ANIMATIONS ---- */
/* Content entrance handled by GSAP contentStagger() */
.anim-in { opacity: 0; }

/* ---- MOBILE ---- */
@media (max-width: 480px) {
    .s-big-num { font-size: clamp(3rem, 12vw, 5rem); }
    .s-big-text { font-size: clamp(2rem, 9vw, 3.5rem); }
    .s-next { bottom: 2.5rem; }
    .intro-burger { width: 150px; height: 110px; }
    .intro-takeout { width: 130px; height: 170px; }
    .intro-scooter { width: 160px; height: 85px; }
    .intro-scooter-body { width: 100px; height: 38px; bottom: 26px; left: 26px; }
    .intro-wheel-back, .intro-wheel-front { width: 36px; height: 36px; border-width: 4px; }
    .food-plate { width: 180px; height: 180px; }
    .clock-face { width: 160px; height: 160px; border-width: 7px; }
    .s-split { flex-direction: column; }
    .tier-grid { gap: 8px; }
    .tier-num { font-size: clamp(1.5rem, 7vw, 2.5rem); }
    .ln-moon { width: 140px; height: 140px; }
    .ln-moon::before { width: 76px; height: 76px; }
    .freq-calendar { width: 150px; height: 165px; }
    .meter-bar-wrap { max-width: 260px; }
    .ln-phone { width: 85px; height: 140px; border-radius: 20px; }
    .ln-star { transform: scale(0.65); }
    .damage-bag { transform: scale(0.6); }
    .db-1 { width: 84px; height: 108px; }
    .db-2 { width: 66px; height: 84px; }
    .db-3 { width: 96px; height: 120px; }
    .db-4 { width: 72px; height: 90px; }
    .db-5 { width: 78px; height: 102px; }
    .spending-receipt { width: 85px; }
    .sd-1 { font-size: 120px; }
    .sd-2 { font-size: 100px; }
    .spending-dollar { transform: none; }
    .food-fork, .food-spoon { height: 100px; }
    .food-chopsticks { width: 100px; height: 100px; }
    .clock-bag { width: 65px; height: 80px; }
    .persona-glow { width: 80vw; height: 80vw; }
    .persona-mini-burger { width: 90px; height: 65px; }
    .persona-mini-coffee { width: 52px; height: 62px; }
    .freq-notification { width: 32px; height: 32px; font-size: 16px; }
    .persona-confetti { transform: scale(0.6); }
}

/* ---- SMALL MOBILE ---- */
@media (max-width: 360px) {
    .intro-burger { width: 112px; height: 82px; }
    .intro-takeout { width: 98px; height: 128px; }
    .intro-scooter { width: 120px; height: 64px; }
    .intro-scooter-body { width: 75px; height: 28px; }
    .intro-wheel-back, .intro-wheel-front { width: 28px; height: 28px; }
    .food-plate { width: 135px; height: 135px; }
    .clock-face { width: 120px; height: 120px; }
    .ln-moon { width: 105px; height: 105px; }
    .ln-moon::before { width: 57px; height: 57px; }
    .freq-calendar { width: 112px; height: 124px; }
    .ln-phone { width: 64px; height: 105px; border-radius: 16px; }
    .ln-star { transform: scale(0.5); }
    .damage-bag { transform: scale(0.45); }
    .sd-1 { font-size: 90px; }
    .sd-2 { font-size: 75px; }
    .food-fork, .food-spoon { height: 75px; }
    .food-chopsticks { width: 75px; height: 75px; }
    .clock-bag { width: 48px; height: 60px; }
    .persona-glow { width: 70vw; height: 70vw; }
    .persona-mini-burger { width: 68px; height: 48px; }
    .persona-mini-coffee { width: 40px; height: 48px; }
    .freq-notification { width: 24px; height: 24px; font-size: 12px; }
    .persona-confetti { transform: scale(0.45); }
}
