/* Recipient Experience & Gift Player Master Reset */
body.gift-body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #070913 !important;
    overflow-x: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    scrollbar-width: none;
    -ms-overflow-style: none;
    --text-main: #ffffff !important;
    --text-muted: #94a3b8 !important;
    color: #ffffff !important;
}

body.gift-body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Eliminate light theme pale pink/white cosmic background inside all gift templates */
body.gift-body .cosmic-bg {
    display: none !important;
}

/* Ensure all template headings, paragraphs, and labels have crisp, high-contrast text on dark backgrounds */
body.gift-body h1,
body.gift-body h2,
body.gift-body h3,
body.gift-body h4,
body.gift-body h5,
body.gift-body h6 {
    color: #ffffff !important;
}

body.gift-body p {
    color: #cbd5e1;
}

/* ==========================================================================
   VIRAL & HYPER-REALISTIC TEMPLATE-SPECIFIC ATMOSPHERIC BACKGROUNDS & LIGHTING
   ========================================================================== */

/* Template 1: birthday-stars (Cosmic Celestial Observatory) */
body.template-birthday-stars {
    background: radial-gradient(circle at 50% 18%, #111d40 0%, #080e22 55%, #03050e 100%) !important;
}

/* Template 2: birthday-reveal (VIP Party Room & Confetti Sparkle) */
body.template-birthday-reveal {
    background: radial-gradient(circle at 50% 18%, #2d103d 0%, #15061f 55%, #08020d 100%) !important;
}

/* Template 3: friendship-polaroid (Retro Photo Studio & String Lights) */
body.template-friendship-polaroid {
    background: radial-gradient(circle at 50% 18%, #1e1b4b 0%, #0d0c28 55%, #050410 100%) !important;
}

/* Template 4: retro-cassette (Authentic 90s Lo-Fi Neon Bedroom Studio) */
body.template-retro-cassette {
    background: radial-gradient(circle at 50% 18%, #281238 0%, #150720 55%, #07020d 100%) !important;
}
body.template-retro-cassette .experience-title {
    color: #ffffff !important;
    text-shadow: 0 0 25px rgba(244,63,94,0.65), 0 2px 10px rgba(0,0,0,0.9) !important;
}

/* Template 5: open-when (Vintage Wax-Sealed Letters by Candlelight) */
body.template-open-when {
    background: radial-gradient(circle at 50% 18%, #2c1020 0%, #160610 55%, #080206 100%) !important;
}

/* Template 6: wedding-vows (Midnight Burgundy Velvet & 24k Gold) */
body.template-wedding-vows {
    background: radial-gradient(circle at 50% 15%, #2c0717 0%, #15030b 55%, #070104 100%) !important;
}
body.template-wedding-vows .experience-title {
    color: #ffffff !important;
    text-shadow: 0 0 30px rgba(245,158,11,0.6), 0 2px 10px rgba(0,0,0,0.9) !important;
}
body.template-wedding-vows .experience-subtitle {
    color: #fef08a !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.8) !important;
}

/* Template 7: flower-bouquet (Midnight Emerald Glasshouse & Botanical Dew) */
body.template-flower-bouquet {
    background: radial-gradient(circle at 50% 15%, #064e3b 0%, #022c22 48%, #03140f 100%) !important;
}
body.template-flower-bouquet .experience-title {
    color: #ffffff !important;
    text-shadow: 0 0 25px rgba(236,72,153,0.7), 0 2px 10px rgba(0,0,0,0.9) !important;
}

/* Template 8: hero-dad (Executive Mahogany Study & Horology Gold) */
body.template-hero-dad {
    background: radial-gradient(circle at 50% 18%, #1c1917 0%, #0f0d0b 55%, #000000 100%) !important;
}

/* Template 9: cyber-arcade (80s Neon Cyber Grid & CRT Screen Glow) */
body.template-cyber-arcade {
    background: radial-gradient(circle at 50% 15%, #1e1b4b 0%, #090a16 55%, #020306 100%) !important;
}
body.template-cyber-arcade .experience-title {
    color: #00f0ff !important;
    text-shadow: 0 0 25px rgba(0,240,255,0.85), 0 0 50px rgba(168,85,247,0.5) !important;
}

/* Template 10: magic-story (Enchanted Fairy Tale Cosmos & Stardust) */
body.template-magic-story {
    background: radial-gradient(circle at 50% 18%, #2e1065 0%, #170836 55%, #090217 100%) !important;
}
body.template-magic-story .experience-title {
    color: #ffffff !important;
    text-shadow: 0 0 30px rgba(192,132,252,0.65), 0 2px 10px rgba(0,0,0,0.9) !important;
}
body.template-magic-story .experience-subtitle {
    color: #f3e8ff !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.8) !important;
}

/* Floating Audio / Vinyl Player (Top Right) */
.vinyl-player-widget {
    position: fixed;
    top: 1.4rem;
    right: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(18, 22, 43, 0.75);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-glass);
    padding: 0.4rem 0.9rem 0.4rem 0.5rem;
    border-radius: 50px;
    z-index: 900;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.25s ease;
}

.vinyl-player-widget:hover {
    border-color: var(--border-glow);
    transform: translateY(-2px);
}

.vinyl-disc {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: radial-gradient(circle, #f43f5e 18%, #111 20%, #222 35%, #111 50%, #333 65%, #111 80%, #000 100%);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    position: relative;
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vinyl-disc.spinning {
    animation: spinRecord 3s infinite linear;
}

.vinyl-center-dot {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}

.vinyl-info {
    display: flex;
    flex-direction: column;
}

.vinyl-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
}

.vinyl-status {
    font-size: 0.68rem;
    color: var(--primary-light);
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.wave-bars {
    display: flex;
    gap: 2px;
    align-items: flex-end;
    height: 10px;
}

.wave-bar {
    width: 2px;
    height: 3px;
    background: var(--primary-light);
    border-radius: 1px;
}

.vinyl-disc.spinning ~ .vinyl-info .wave-bar:nth-child(1) { animation: wavePulse 0.6s infinite ease-in-out alternate; }
.vinyl-disc.spinning ~ .vinyl-info .wave-bar:nth-child(2) { animation: wavePulse 0.8s infinite ease-in-out alternate 0.2s; }
.vinyl-disc.spinning ~ .vinyl-info .wave-bar:nth-child(3) { animation: wavePulse 0.5s infinite ease-in-out alternate 0.4s; }

@keyframes spinRecord {
    100% { transform: rotate(360deg); }
}

@keyframes wavePulse {
    0% { height: 3px; }
    100% { height: 10px; }
}

/* Screen Views Container */
.gift-viewport {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem 2rem;
    z-index: 10;
}

/* Template 1: Birthday Stars & Photo Wishes */
.stars-theme-container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.experience-hero {
    margin-bottom: 2.5rem;
}

.experience-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: var(--primary-light);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.experience-title {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.experience-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
}

/* Constellation & Polaroids Board */
.polaroids-constellation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    margin: 2rem 0 3.5rem;
    position: relative;
}

.polaroid-card {
    background: #ffffff;
    padding: 0.8rem 0.8rem 1.8rem;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(168, 85, 247, 0.2);
    width: 230px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    color: #1a1a1a;
    text-align: center;
    transform: rotate(var(--rot, 0deg));
}

.polaroid-card:hover {
    transform: rotate(0deg) scale(1.08) translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(236, 72, 153, 0.4);
    z-index: 50;
}

.polaroid-img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 2px;
}

.polaroid-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.polaroid-caption {
    font-family: 'Caveat', cursive;
    font-size: 1.15rem;
    margin-top: 0.8rem;
    color: #333;
    line-height: 1.3;
}

.polaroid-date {
    font-size: 0.72rem;
    font-weight: 600;
    color: #777;
    margin-top: 0.3rem;
}

/* ==========================================================================
   HYPER-REALISTIC WISH CANDLE (Multi-Layer Plasma Flame & Molten Wax)
   ========================================================================== */
.candle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2.2rem 0 1.5rem;
    cursor: pointer;
    position: relative;
}

.virtual-candle {
    position: relative;
    width: 42px;
    height: 90px;
    background: linear-gradient(to right, #ffffff 0%, #fff7ed 35%, #fef3c7 70%, #fde68a 100%);
    border-radius: 12px 12px 6px 6px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.7),
        0 0 35px rgba(251, 191, 36, 0.35),
        inset 0 4px 8px rgba(255, 255, 255, 0.9),
        inset 0 -6px 12px rgba(245, 158, 11, 0.25);
    position: relative;
}

/* Molten Wax Rim */
.virtual-candle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background: radial-gradient(ellipse at 50% 50%, #fef08a 0%, #faecc8 60%, #e2d3ab 100%);
    border-radius: 50%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Molten Wax Drop */
.virtual-candle::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 6px;
    height: 28px;
    background: linear-gradient(180deg, #fef08a, #fffbeb);
    border-radius: 10px;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.15);
}

.candle-wick {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 16px;
    background: linear-gradient(to top, #1e293b 0%, #0f172a 70%, #dc2626 100%);
    border-radius: 2px;
    z-index: 2;
}

/* Multi-layered Living Flame */
.candle-flame {
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 44px;
    border-radius: 50% 50% 35% 35% / 60% 60% 40% 40%;
    background: radial-gradient(ellipse at 50% 85%, #ffffff 0%, #fef08a 22%, #f97316 58%, rgba(220, 38, 38, 0) 85%);
    filter: drop-shadow(0 0 16px #f97316) drop-shadow(0 0 32px #eab308);
    animation: realisticFlameDance 0.16s infinite alternate ease-in-out;
    transform-origin: 50% 90%;
    z-index: 5;
}

/* Blue combustion inner base */
.candle-flame::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 14px;
    background: radial-gradient(circle at 50% 80%, rgba(56, 189, 248, 0.95) 0%, rgba(3, 105, 161, 0.4) 60%, transparent 85%);
    border-radius: 50%;
}

/* White-hot incandescent plasma core */
.candle-flame::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    filter: blur(1px);
    box-shadow: 0 0 8px #ffffff;
}

@keyframes realisticFlameDance {
    0% {
        transform: translateX(-50%) scale(0.97, 1.04) rotate(-1.5deg);
        filter: drop-shadow(0 0 18px #f97316) drop-shadow(0 0 35px #eab308);
    }
    50% {
        transform: translateX(-50%) scale(1.03, 0.96) rotate(1deg) skewX(1deg);
        filter: drop-shadow(0 0 14px #ea580c) drop-shadow(0 0 30px #f59e0b);
    }
    100% {
        transform: translateX(-50%) scale(0.98, 1.02) rotate(-0.5deg) skewX(-1.5deg);
        filter: drop-shadow(0 0 20px #f97316) drop-shadow(0 0 40px #facc15);
    }
}

.candle-container.blown .candle-flame,
.cake-wrapper.blown .candle-flame {
    display: none;
}

/* Realistic Dissipating Smoke */
.candle-smoke {
    display: none;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 35px;
    background: radial-gradient(ellipse at center, rgba(220, 220, 225, 0.8) 0%, rgba(160, 160, 170, 0.3) 50%, transparent 80%);
    filter: blur(4px);
    border-radius: 50%;
}

.candle-container.blown .candle-smoke,
.cake-wrapper.blown .candle-smoke {
    display: block;
    animation: realisticSmokeRise 2s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes realisticSmokeRise {
    0% {
        opacity: 0.9;
        transform: translateX(-50%) scale(1) translateY(0);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-40%) scale(2.2) translateY(-35px) skewX(10deg);
    }
    100% {
        opacity: 0;
        transform: translateX(-60%) scale(4) translateY(-85px) skewX(-15deg);
    }
}

.candle-hint {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    color: var(--gold);
    font-weight: 600;
    text-shadow: 0 0 12px rgba(251, 191, 36, 0.5);
}

@keyframes flameFlicker {
    0% { transform: translateX(-50%) rotate(-2deg) scale(1); }
    100% { transform: translateX(-50%) rotate(2deg) scale(1.08); }
}

@keyframes smokeRise {
    0% { opacity: 0.8; transform: translateX(-50%) translateY(0) scale(1); }
    100% { opacity: 0; transform: translateX(-50%) translateY(-50px) scale(2.5); }
}

/* ==========================================================================
   TEMPLATE 2: VIP LUXURY BIRTHDAY REVEAL ROOM
   ========================================================================== */
.room-theme-container {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 1.5rem 1rem 4rem;
}

/* Festive Room Ceiling Decorations (Garland & Fairy Lights) */
.room-ceiling-decorations {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    overflow: hidden;
    pointer-events: none;
}

.room-bunting-garland {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.5rem 0 1rem;
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.4));
}

.room-bunting-garland .pennant {
    width: 22px;
    height: 32px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    transform-origin: top center;
    animation: garlandSway 3s infinite ease-in-out alternate;
}

.room-bunting-garland .pennant:nth-child(even) { animation-delay: -1.2s; }
.room-bunting-garland .pennant:nth-child(3n) { animation-delay: -2.1s; }

.p-gold { background: linear-gradient(180deg, #f59e0b, #d97706); }
.p-pink { background: linear-gradient(180deg, #ec4899, #db2777); }
.p-purple { background: linear-gradient(180deg, #a855f7, #9333ea); }
.p-blue { background: linear-gradient(180deg, #38bdf8, #0284c7); }
.p-rose { background: linear-gradient(180deg, #fb7185, #e11d48); }

@keyframes garlandSway {
    0% { transform: rotate(-6deg); }
    100% { transform: rotate(6deg); }
}

.room-fairy-lights {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    max-width: 800px;
    margin: -0.4rem auto 0;
    position: relative;
}

.room-fairy-lights::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.fairy-bulb {
    width: 10px;
    height: 14px;
    border-radius: 50% 50% 40% 40%;
    background: #fef08a;
    box-shadow: 0 0 12px #facc15, 0 0 24px #eab308;
    animation: fairyGlow 2s infinite ease-in-out alternate;
}

.fb-1 { animation-delay: 0.2s; background: #fda4af; box-shadow: 0 0 12px #f43f5e; }
.fb-2 { animation-delay: 0.9s; background: #fef08a; box-shadow: 0 0 12px #facc15; }
.fb-3 { animation-delay: 0.4s; background: #e9d5ff; box-shadow: 0 0 12px #a855f7; }
.fb-4 { animation-delay: 1.4s; background: #bae6fd; box-shadow: 0 0 12px #38bdf8; }
.fb-5 { animation-delay: 0.7s; background: #fed7aa; box-shadow: 0 0 12px #f97316; }
.fb-6 { animation-delay: 1.1s; background: #fda4af; box-shadow: 0 0 12px #f43f5e; }
.fb-7 { animation-delay: 0.3s; background: #fef08a; box-shadow: 0 0 12px #facc15; }
.fb-8 { animation-delay: 1.6s; background: #bae6fd; box-shadow: 0 0 12px #38bdf8; }
.fb-9 { animation-delay: 0.8s; background: #e9d5ff; box-shadow: 0 0 12px #a855f7; }
.fb-10 { animation-delay: 1.3s; background: #fed7aa; box-shadow: 0 0 12px #f97316; }

@keyframes fairyGlow {
    0% { opacity: 0.5; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1.18); }
}

/* Floating 3D Metallic Helium Balloons (Left & Right Flanks) */
.room-balloons-cluster {
    position: absolute;
    top: 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    z-index: 10;
    pointer-events: auto;
}

.room-balloons-cluster.left-cluster {
    left: 1rem;
}

.room-balloons-cluster.right-cluster {
    right: 1rem;
}

.room-balloon {
    position: relative;
    cursor: pointer;
    animation: balloonFloat 4s infinite ease-in-out alternate;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.room-balloon:hover {
    transform: scale(1.15) translateY(-8px);
}

.room-balloon.popped {
    opacity: 0;
    transform: scale(1.8);
    pointer-events: none;
}

.balloon-body {
    width: 48px;
    height: 60px;
    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    position: relative;
    box-shadow: inset -6px -6px 12px rgba(0, 0, 0, 0.4), 0 10px 25px rgba(0, 0, 0, 0.5);
}

.balloon-body::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 9px;
    width: 12px;
    height: 18px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    transform: rotate(-30deg);
    filter: blur(1px);
}

.balloon-knot {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 5px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.balloon-string {
    position: absolute;
    bottom: -45px;
    left: 50%;
    width: 1.5px;
    height: 45px;
    background: linear-gradient(180deg, #d4af37, rgba(212, 175, 55, 0.2));
    transform-origin: top center;
    animation: stringWiggle 3s infinite ease-in-out alternate;
}

.balloon-rose .balloon-body { background: radial-gradient(circle at 35% 30%, #f472b6 0%, #db2777 60%, #9d174d 100%); }
.balloon-rose .balloon-knot { background: #9d174d; }

.balloon-gold .balloon-body { background: radial-gradient(circle at 35% 30%, #fef08a 0%, #eab308 55%, #a16207 100%); }
.balloon-gold .balloon-knot { background: #a16207; }

.balloon-purple .balloon-body { background: radial-gradient(circle at 35% 30%, #d8b4fe 0%, #a855f7 60%, #6b21a8 100%); }
.balloon-purple .balloon-knot { background: #6b21a8; }

@keyframes balloonFloat {
    0% { transform: translateY(0) rotate(-2deg); }
    100% { transform: translateY(-16px) rotate(3deg); }
}

@keyframes stringWiggle {
    0% { transform: rotate(-5deg); }
    100% { transform: rotate(5deg); }
}

/* Experience Hero in Room */
.room-hero-badge {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.22), rgba(236, 72, 153, 0.22)) !important;
    border-color: rgba(251, 191, 36, 0.45) !important;
    color: #fef08a !important;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.2) !important;
    font-size: 0.82rem;
    letter-spacing: 1px;
}

.room-main-title {
    font-size: clamp(2rem, 5vw, 3.2rem) !important;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 20%, #fef08a 60%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 35px rgba(251, 191, 36, 0.35);
    margin-bottom: 0.6rem !important;
}

.room-sub-title {
    font-size: 1.15rem;
    color: #e2e8f0;
    margin-bottom: 0.8rem;
}

.room-date-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    background: rgba(18, 22, 43, 0.7);
    border: 1px solid rgba(251, 191, 36, 0.35);
    backdrop-filter: blur(12px);
    font-size: 0.85rem;
    font-weight: 600;
    color: #fde047;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 1.2rem;
}

/* Banquet Table & Interactive Stage */
.room-presentation-table {
    width: 100%;
    position: relative;
    background: 
        radial-gradient(ellipse at 50% 0%, rgba(251, 191, 36, 0.15) 0%, transparent 60%),
        linear-gradient(180deg, rgba(26, 20, 42, 0.82) 0%, rgba(12, 10, 24, 0.92) 100%);
    border: 1px solid rgba(251, 191, 36, 0.28);
    border-radius: 32px;
    padding: 2.2rem 2rem 2.8rem;
    margin: 1.8rem 0 3.5rem;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.75),
        0 0 45px rgba(251, 191, 36, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.table-poppers-row {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.party-popper-btn {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.25), rgba(168, 85, 247, 0.25));
    border: 1px solid rgba(236, 72, 153, 0.45);
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.party-popper-btn:hover {
    transform: translateY(-2px) scale(1.05);
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.45), rgba(168, 85, 247, 0.45));
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.35);
}

.party-popper-btn:active, .party-popper-btn.popped {
    transform: scale(0.95);
}

/* 3 Core Interactive Stations */
.room-stage {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 1.8rem;
    align-items: center;
    justify-items: center;
    width: 100%;
}

.room-station {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.station-badge {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.station-badge.highlight {
    color: #fef08a;
    background: rgba(251, 191, 36, 0.16);
    border-color: rgba(251, 191, 36, 0.35);
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.15);
}

/* Station 1: Letter Card */
.room-envelope {
    width: 100%;
    max-width: 250px;
    padding: 1.5rem 1.2rem;
    background: linear-gradient(145deg, rgba(255, 252, 245, 0.95), rgba(248, 240, 225, 0.9));
    border-radius: 18px;
    border: 2px solid #d4af37;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.room-envelope:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.45);
    border-color: #facc15;
}

.envelope-wax-stamp .wax-seal {
    width: 54px;
    height: 54px;
    font-size: 1.5rem;
    background: radial-gradient(circle, #dc2626 40%, #991b1b 90%);
    box-shadow: 0 6px 16px rgba(185, 28, 28, 0.55), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    margin-bottom: 0.8rem;
}

.envelope-title-text {
    color: #1e1b4b !important;
    font-size: 1.05rem !important;
    display: block;
    margin-bottom: 0.25rem;
}

.envelope-sub-text {
    color: #4b5563 !important;
    font-size: 0.78rem !important;
}

/* Station 2: Artisanal Luxury Cake */
.room-cake-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cake-visual-wrap {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(145deg, #fef08a, #d97706, #ec4899);
    box-shadow: 
        0 18px 45px rgba(0, 0, 0, 0.8),
        0 0 35px rgba(251, 191, 36, 0.4);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cake-visual-wrap:hover {
    transform: scale(1.05);
}

.cake-luxury-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.cake-blow-actions {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.candle-tap-btn {
    border-radius: 30px !important;
    padding: 0.45rem 1rem !important;
    font-size: 0.84rem !important;
}

/* Station 3: Mystery Gift Box */
.room-box-card {
    width: 100%;
}

/* Hanging Clothesline Photo Memories Section */
.room-memories-section {
    width: 100%;
    margin-top: 2rem;
    position: relative;
}

.memories-header {
    text-align: center;
    margin-bottom: 2rem;
}

.memories-badge {
    font-size: 0.74rem;
    font-weight: 700;
    color: #f472b6;
    letter-spacing: 1px;
    background: rgba(236, 72, 153, 0.15);
    border: 1px solid rgba(236, 72, 153, 0.35);
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.memories-title {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.memories-subtitle {
    font-size: 0.92rem;
    color: #94a3b8;
    max-width: 520px;
    margin: 0 auto;
}

/* Warm Room Ambient Lighting for Birthday Reveal Room */
.gift-body:has(.room-theme-container) .cosmic-bg {
    background: 
        radial-gradient(circle at 50% 15%, rgba(251, 191, 36, 0.22) 0%, transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(236, 72, 153, 0.18) 0%, transparent 50%),
        radial-gradient(circle at 15% 40%, rgba(168, 85, 247, 0.18) 0%, transparent 50%),
        linear-gradient(180deg, rgba(15, 12, 28, 0.78) 0%, rgba(10, 8, 20, 0.95) 100%),
        url('../images/birthday-room-bg.jpg') center top / cover no-repeat fixed !important;
    opacity: 0.95 !important;
}

/* Responsive adjustments for VIP room */
@media (max-width: 860px) {
    .room-stage {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }
    .station-cake {
        order: -1;
        margin-bottom: 0.5rem;
    }
    .room-balloons-cluster {
        display: none; /* Hide side balloons on narrow screens to keep focus sharp */
    }
    .cake-visual-wrap {
        width: 190px;
        height: 190px;
    }
    .room-presentation-table {
        padding: 1.8rem 1.2rem;
    }
}

@media (max-width: 640px) {
    .room-theme-container {
        padding-top: 4.8rem;
    }
    .room-main-title {
        font-size: 1.8rem !important;
    }
    .cake-visual-wrap {
        width: 170px;
        height: 170px;
    }
}

/* 3D Mystery Gift Box */
.gift-box-wrapper {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    perspective: 900px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.gift-box-wrapper:hover {
    transform: scale(1.05) translateY(-6px);
}

.gift-box-shadow {
    position: absolute;
    bottom: -18px;
    width: 140px;
    height: 22px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    filter: blur(4px);
    transition: all 0.4s ease;
    z-index: 1;
}

.gift-box-wrapper:hover .gift-box-shadow {
    transform: scale(1.15);
    opacity: 0.6;
}

.gift-box-3d {
    width: 136px;
    height: 126px;
    background: 
        radial-gradient(ellipse at 35% 25%, rgba(255, 255, 255, 0.28) 0%, transparent 55%),
        repeating-linear-gradient(45deg, rgba(255, 215, 0, 0.04) 0px, rgba(255, 215, 0, 0.04) 2px, transparent 2px, transparent 8px),
        linear-gradient(145deg, #b91c1c 0%, #dc2626 35%, #991b1b 75%, #7f1d1d 100%);
    border-radius: 12px;
    position: relative;
    box-shadow: 
        0 18px 40px rgba(0, 0, 0, 0.75),
        0 0 35px rgba(220, 38, 38, 0.35),
        inset 0 2px 4px rgba(255, 255, 255, 0.5),
        inset 0 -4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(254, 202, 202, 0.25);
    z-index: 2;
}

.box-sheen-highlight {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 45px;
    height: 24px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.45) 0%, transparent 70%);
    transform: rotate(-15deg);
    pointer-events: none;
    border-radius: 50%;
}

.box-light-burst {
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(254, 240, 138, 0.9) 0%, rgba(245, 158, 11, 0.6) 35%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.2);
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
    filter: blur(8px);
}

.gift-box-wrapper.opened .box-light-burst {
    opacity: 1;
    transform: scale(1.6);
}

/* Woven Satin Ribbons with Cylindrical Specular Sheen */
.box-ribbon-v {
    position: absolute;
    width: 26px;
    height: 100%;
    background: linear-gradient(to right, #92400e 0%, #f59e0b 20%, #fef08a 50%, #f59e0b 80%, #78350f 100%);
    box-shadow: 0 0 10px rgba(0,0,0,0.35), inset 0 0 4px rgba(0,0,0,0.4);
    z-index: 3;
}

.ribbon-silk-sheen {
    position: absolute;
    top: 0;
    left: 42%;
    width: 18%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    filter: blur(1px);
}

.ribbon-stitch-l, .ribbon-stitch-r {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: repeating-linear-gradient(to bottom, #fef08a 0px, #fef08a 2px, transparent 2px, transparent 4px);
    opacity: 0.8;
}
.ribbon-stitch-l { left: 2px; }
.ribbon-stitch-r { right: 2px; }

.box-ribbon-h {
    position: absolute;
    width: 100%;
    height: 26px;
    background: linear-gradient(to bottom, #92400e 0%, #f59e0b 20%, #fef08a 50%, #f59e0b 80%, #78350f 100%);
    box-shadow: 0 4px 8px rgba(0,0,0,0.35), inset 0 0 4px rgba(0,0,0,0.4);
    z-index: 3;
}

.ribbon-silk-sheen-h {
    position: absolute;
    left: 0;
    top: 42%;
    height: 18%;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    filter: blur(1px);
}

.ribbon-stitch-t, .ribbon-stitch-b {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, #fef08a 0px, #fef08a 2px, transparent 2px, transparent 4px);
    opacity: 0.8;
}
.ribbon-stitch-t { top: 2px; }
.ribbon-stitch-b { bottom: 2px; }

/* 3D Bevelled Lid */
.box-lid {
    position: absolute;
    top: -18px;
    width: 152px;
    height: 34px;
    background: 
        radial-gradient(ellipse at 40% 30%, rgba(255, 255, 255, 0.35) 0%, transparent 60%),
        linear-gradient(145deg, #dc2626 0%, #b91c1c 45%, #7f1d1d 100%);
    border-radius: 10px;
    box-shadow: 
        0 8px 18px rgba(0, 0, 0, 0.6),
        inset 0 2px 4px rgba(255, 255, 255, 0.6),
        inset 0 -3px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.65s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: bottom center;
    z-index: 10;
    border: 1px solid rgba(254, 202, 202, 0.3);
}

.box-lid-gold-trim {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #92400e, #f59e0b, #fef08a, #f59e0b, #92400e);
    border-radius: 0 0 8px 8px;
}

/* Hyper-Realistic Multi-Loop Satin Rosette Bow */
.box-bow-realistic {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 50px;
    pointer-events: none;
    z-index: 12;
    transition: all 0.5s ease;
}

.bow-loop {
    position: absolute;
    top: 6px;
    width: 38px;
    height: 28px;
    background: radial-gradient(ellipse at 40% 35%, #fef08a 0%, #f59e0b 50%, #b45309 90%);
    border: 1.5px solid #fef08a;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45), inset 0 2px 6px rgba(255, 255, 255, 0.8);
}

.bow-loop-l {
    left: 4px;
    border-radius: 50% 12px 12px 50%;
    transform: rotate(-25deg);
}

.bow-loop-r {
    right: 4px;
    border-radius: 12px 50% 50% 12px;
    transform: rotate(25deg);
}

.bow-knot {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 20px;
    background: radial-gradient(circle at 40% 40%, #fef08a 0%, #f59e0b 60%, #92400e 100%);
    border-radius: 50%;
    border: 1.5px solid #fef08a;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5), inset 0 2px 4px rgba(255,255,255,0.7);
    z-index: 4;
}

.bow-tail {
    position: absolute;
    top: 26px;
    width: 14px;
    height: 38px;
    background: linear-gradient(to bottom, #f59e0b 0%, #d97706 70%, #b45309 100%);
    border: 1px solid rgba(254, 240, 138, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
    box-shadow: 0 4px 8px rgba(0,0,0,0.35);
    z-index: 2;
}

.bow-tail-l {
    left: 20px;
    transform: rotate(18deg);
}

.bow-tail-r {
    right: 20px;
    transform: rotate(-18deg);
}

.gift-box-wrapper.opened .box-lid {
    transform: translateY(-75px) rotateX(45deg) rotateZ(-16deg);
    opacity: 0.9;
}

.gift-box-wrapper.opened .box-bow-realistic {
    transform: translateX(-50%) translateY(-30px) scale(1.15);
}

/* Wax Sealed Romantic Envelope */
.envelope-card {
    background: #faf5ee;
    color: #1a1a1a;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    border: 1px solid #ebd9c8;
}

.envelope-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 25px rgba(255, 255, 255, 0.2);
}

/* Hyper-Realistic Hand-Poured Melted Wax Seal */
.wax-seal {
    width: 46px;
    height: 46px;
    background: 
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 40%),
        radial-gradient(circle, #b91c1c 20%, #991b1b 50%, #7f1d1d 80%, #450a0a 100%);
    border-radius: 48% 52% 49% 51% / 52% 48% 52% 48%;
    box-shadow: 
        0 6px 16px rgba(0, 0, 0, 0.65),
        0 2px 4px rgba(0, 0, 0, 0.4),
        inset 0 2px 4px rgba(255, 255, 255, 0.45),
        inset 0 -3px 6px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fef08a;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.15rem;
    position: relative;
    border: 1.5px solid rgba(254, 202, 202, 0.2);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(254, 240, 138, 0.6);
}

.wax-seal::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    border: 1px dashed rgba(254, 240, 138, 0.35);
    pointer-events: none;
}

/* Fullscreen Letter Reading Modal */
.letter-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(4, 6, 14, 0.85);
    backdrop-filter: blur(16px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 1.5rem;
}

.letter-paper {
    background: #fdfbf7;
    color: #27272a;
    max-width: 640px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 14px;
    padding: 2.5rem 2.2rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9);
    position: relative;
    border: 1px solid #e4d8c8;
    background-image: linear-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 100% 1.8rem;
}

.letter-close {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #71717a;
}

.letter-content {
    font-family: 'Caveat', cursive, Georgia, serif;
    font-size: 1.45rem;
    line-height: 1.8rem;
    white-space: pre-wrap;
}

.letter-signature {
    margin-top: 2rem;
    font-family: 'Caveat', cursive;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    color: var(--primary-dark);
}

/* Photo Fullscreen Zoom Viewer */
.photo-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(14px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2100;
    padding: 1.5rem;
}

.lightbox-content {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: 70vh;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.8);
}

.lightbox-caption {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 1rem;
    font-family: 'Caveat', cursive;
}

/* PIN Lock Screen */
.pin-lock-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #070913;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.pin-card {
    background: var(--bg-card);
    border: 1px solid var(--border-glow);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    max-width: 380px;
    width: 100%;
    box-shadow: var(--glow-primary);
}

.pin-inputs {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    margin: 1.8rem 0;
}

.pin-digit {
    width: 48px;
    height: 56px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid var(--border-glass);
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.pin-digit:focus {
    border-color: var(--primary-light);
    outline: none;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
}

/* Live Love / Countdown Counter Grid */
.live-counter-grid {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.8rem 0 2.5rem;
    flex-wrap: wrap;
}

.counter-box {
    background: rgba(18, 22, 43, 0.85);
    border: 1px solid var(--border-glow);
    border-radius: var(--radius-md);
    padding: 0.9rem 1.4rem;
    min-width: 90px;
    text-align: center;
    box-shadow: var(--glow-primary);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter-num {
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    line-height: 1.1;
    background: linear-gradient(135deg, #ffffff, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-lbl {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.2rem;
}

/* Interactive Wish Bottle */
.wish-bottle-card {
    background: rgba(18, 22, 43, 0.7);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-lg);
    padding: 1.4rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    margin: 1.5rem 0;
    backdrop-filter: blur(14px);
}

.wish-bottle-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-glow);
    box-shadow: var(--glow-primary);
}

.bottle-glow-icon {
    font-size: 2.6rem;
    filter: drop-shadow(0 0 12px #38bdf8);
    animation: bottleFloat 3s infinite ease-in-out alternate;
}

@keyframes bottleFloat {
    0% { transform: translateY(0) rotate(-3deg); }
    100% { transform: translateY(-8px) rotate(3deg); }
}

/* Mic Blow Button Pulse */
.pulse-mic {
    animation: micPulse 1.5s infinite ease-in-out;
}

@keyframes micPulse {
    0% { box-shadow: 0 0 0 0 rgba(236, 72, 153, 0.6); }
    70% { box-shadow: 0 0 0 12px rgba(236, 72, 153, 0); }
    100% { box-shadow: 0 0 0 0 rgba(236, 72, 153, 0); }
}

/* ==========================================================================
   VIRAL TEMPLATE 4: THE RETRO LOVE MIXTAPE
   ========================================================================== */
.retro-mixtape-container {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.cassette-scene {
    perspective: 1200px;
    width: 100%;
    max-width: 540px;
    margin: 1.5rem auto 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cassette-flip-btn-wrap {
    margin-bottom: 1.2rem;
}

.cassette-flip-btn {
    font-size: 0.85rem;
    padding: 0.5rem 1.2rem;
    border-radius: 30px;
    border-color: rgba(244, 63, 94, 0.4);
    box-shadow: 0 0 15px rgba(244, 63, 94, 0.2);
}

.cassette-flip-btn:hover {
    border-color: #f43f5e;
    box-shadow: 0 0 20px rgba(244, 63, 94, 0.5);
}

.cassette-3d-wrapper {
    position: relative;
    width: 100%;
    height: 330px;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.cassette-3d-wrapper.flipped {
    transform: rotateY(180deg);
}

.cassette-side {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    backface-visibility: hidden;
    background: radial-gradient(circle at 50% 30%, #1e1b4b 0%, #09090b 100%);
    border: 3px solid rgba(244, 63, 94, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(244, 63, 94, 0.25), inset 0 0 25px rgba(0, 0, 0, 0.9);
    padding: 18px 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cassette-side-b {
    transform: rotateY(180deg);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(168, 85, 247, 0.25);
}

.cassette-header-bar {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #f43f5e;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(244, 63, 94, 0.3);
}

.cassette-side-b .cassette-header-bar {
    color: #c084fc;
    border-bottom-color: rgba(168, 85, 247, 0.3);
}

.cassette-sticker {
    background: #fffdf5;
    border-radius: 12px;
    padding: 14px 18px;
    color: #0f172a;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.15), 0 4px 15px rgba(0,0,0,0.3);
    position: relative;
    border: 2px solid #e2e8f0;
}

.cassette-handwritten-title {
    text-align: center;
    margin-bottom: 10px;
}

.cassette-handwritten-title span {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #e11d48;
    letter-spacing: -0.01em;
}

.cassette-handwritten-title small {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

.cassette-window {
    background: #090d16;
    border-radius: 10px;
    height: 78px;
    border: 2px solid #1e293b;
    box-shadow: inset 0 4px 10px rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    position: relative;
    overflow: hidden;
}

.tape-bridge {
    flex: 1;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tape-strip {
    width: 100%;
    height: 12px;
    background: #3f1a0a;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.8);
}

.tape-reel {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    z-index: 2;
}

.tape-reel.spinning {
    animation: spinReel 2.2s infinite linear;
}

@keyframes spinReel {
    100% { transform: rotate(360deg); }
}

.reel-teeth {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0f172a;
    border: 3px dashed #cbd5e1;
}

.reel-core {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
}

.cassette-footer-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
    margin-top: 10px;
    text-transform: uppercase;
}

.cassette-play-prompt {
    color: #e11d48;
    font-weight: 800;
    letter-spacing: 0.05em;
    animation: promptBlink 1.5s infinite alternate;
}

@keyframes promptBlink {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}

.cassette-screws {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cassette-screws .screw {
    position: absolute;
    color: #64748b;
    font-weight: bold;
    font-size: 0.95rem;
    text-shadow: 0 1px 2px #000;
}

.s1 { top: 6px; left: 10px; }
.s2 { top: 6px; right: 10px; }
.s3 { bottom: 6px; left: 10px; }
.s4 { bottom: 6px; right: 10px; }

/* Fairy Lights String */
.fairy-lights-section {
    position: relative;
    width: 100%;
    margin: 2rem 0;
}

.fairy-lights-wire {
    position: relative;
    width: 100%;
    height: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50% / 12px;
    margin-bottom: 1.5rem;
}

.light-bulb {
    position: absolute;
    top: 18px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fef08a;
    box-shadow: 0 0 14px #eab308, 0 0 24px #facc15;
    animation: lightFlicker 2.5s infinite ease-in-out alternate;
}

.light-bulb:nth-child(2) { animation-delay: 0.5s; background: #fda4af; box-shadow: 0 0 14px #f43f5e; }
.light-bulb:nth-child(3) { animation-delay: 1.2s; background: #bae6fd; box-shadow: 0 0 14px #38bdf8; }
.light-bulb:nth-child(4) { animation-delay: 0.8s; background: #e9d5ff; box-shadow: 0 0 14px #a855f7; }
.light-bulb:nth-child(5) { animation-delay: 1.6s; background: #fed7aa; box-shadow: 0 0 14px #f97316; }

@keyframes lightFlicker {
    0% { opacity: 0.7; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1.15); }
}

/* ==========================================================================
   VIRAL TEMPLATE 5: OPEN WHEN... LETTERS
   ========================================================================== */
.open-when-container {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}

.ow-progress-wrap {
    max-width: 420px;
    margin: 1.5rem auto 2.5rem;
    background: rgba(18, 22, 43, 0.7);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-md);
    padding: 0.9rem 1.4rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.ow-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #e9d5ff;
    margin-bottom: 0.5rem;
}

.ow-progress-track {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.ow-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #a855f7, #ec4899);
    border-radius: 10px;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.6);
}

.open-when-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
    margin: 1rem 0 3rem;
    width: 100%;
}

@media (max-width: 768px) {
    .open-when-grid {
        grid-template-columns: 1fr;
    }
}

.ow-card {
    background: rgba(18, 22, 43, 0.75);
    border: 1px solid var(--border-glass);
    border-radius: var(--radius-lg);
    overflow: hidden;
    backdrop-filter: blur(14px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.ow-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.6);
    box-shadow: 0 20px 45px rgba(168, 85, 247, 0.25);
}

.ow-card.opened {
    border-color: rgba(34, 197, 94, 0.5);
    box-shadow: 0 15px 35px rgba(34, 197, 94, 0.15);
}

.ow-envelope-visual {
    height: 110px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.3));
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ow-wax-seal {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.6);
    border: 2px solid rgba(255,255,255,0.25);
    transition: transform 0.3s ease;
}

.ow-card:hover .ow-wax-seal {
    transform: scale(1.1) rotate(5deg);
}

.ow-stamp {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 1px dashed rgba(244, 63, 94, 0.6);
    color: #f43f5e;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 3px 6px;
    border-radius: 4px;
    transform: rotate(5deg);
}

.ow-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ow-badge {
    align-self: flex-start;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 3px 8px;
    border-radius: 12px;
    background: rgba(244, 63, 94, 0.2);
    color: #fb7185;
    margin-bottom: 0.8rem;
}

.ow-card-body h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.ow-card-body p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 1.2rem;
    flex: 1;
}

.ow-btn {
    width: 100%;
    padding: 0.65rem;
    font-size: 0.88rem;
    border-radius: var(--radius-md);
}

.ow-card.opened .ow-btn {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    color: #4ade80;
}

/* ==========================================================================
   TEMPLATE 6: WEDDING VOWS (EŞE ÖZEL - LUXURY BURGUNDY VELVET & SOLITAIRE DIAMOND)
   ========================================================================== */
.wedding-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.2rem;
    margin: 2.2rem 0;
    width: 100%;
}

.velvet-ring-box {
    width: 154px;
    height: 144px;
    background: 
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.18) 0%, transparent 50%),
        linear-gradient(145deg, #881337 0%, #4c0519 50%, #2e020f 100%);
    border: 3px solid #d97706;
    border-radius: 24px;
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.85),
        0 0 35px rgba(245, 158, 11, 0.35),
        inset 0 3px 6px rgba(255, 255, 255, 0.35),
        inset 0 -4px 10px rgba(0, 0, 0, 0.6);
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    perspective: 800px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.velvet-ring-box:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 25px 55px rgba(245, 158, 11, 0.5), 0 0 45px rgba(236, 72, 153, 0.3);
}

.ring-box-shadow {
    position: absolute;
    bottom: -20px;
    width: 150px;
    height: 24px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(5px);
    z-index: 1;
}

/* 3D Velvet Box Lid with Gold Hinge Rim */
.ring-box-lid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52%;
    background: 
        radial-gradient(ellipse at 40% 30%, rgba(255, 255, 255, 0.22) 0%, transparent 60%),
        linear-gradient(150deg, #9f1239 0%, #4c0519 65%, #25020c 100%);
    border-bottom: 2.5px solid #f59e0b;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: top center;
    box-shadow: 
        0 6px 14px rgba(0, 0, 0, 0.5),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.ring-box-lid-rim {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #92400e, #fef08a, #d97706, #fef08a, #92400e);
}

.velvet-ring-box.opened .ring-box-lid {
    transform: rotateX(-135deg);
}

/* Brushed Solid Gold Push Clasp */
.ring-box-clasp {
    position: absolute;
    bottom: -8px;
    width: 24px;
    height: 14px;
    background: linear-gradient(to bottom, #fef08a 0%, #f59e0b 50%, #92400e 100%);
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.6), inset 0 1px 2px #fff;
    border: 1px solid #78350f;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
}

.clasp-metal {
    width: 10px;
    height: 4px;
    background: #451a03;
    border-radius: 2px;
}

/* Concave Velvet Cushion Slot */
.ring-box-cushion {
    margin-top: 30px;
    width: 82px;
    height: 58px;
    background: 
        radial-gradient(ellipse at center, #1a0208 0%, #3b0312 60%, #4c0519 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        inset 0 4px 12px rgba(0, 0, 0, 0.9),
        0 2px 4px rgba(255, 255, 255, 0.1);
    position: relative;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.cushion-crease {
    position: absolute;
    width: 44px;
    height: 6px;
    background: #110105;
    border-radius: 50%;
    box-shadow: inset 0 2px 4px #000;
}

/* Photorealistic Solitaire Diamond Ring */
.diamond-ring {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -10px;
    z-index: 5;
    animation: ringHoverFloat 3s infinite ease-in-out alternate;
}

@keyframes ringHoverFloat {
    0% { transform: translateY(0); }
    100% { transform: translateY(-4px); }
}

.ring-band {
    width: 44px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #f1f5f9;
    border-top-color: transparent;
    background: transparent;
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.6),
        inset 0 1px 3px rgba(255, 255, 255, 0.8);
    position: relative;
    background-image: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(203,213,225,0.4));
    -webkit-mask: radial-gradient(circle, transparent 65%, black 66%);
    mask: radial-gradient(circle, transparent 65%, black 66%);
}

.ring-prongs {
    position: absolute;
    top: -4px;
    width: 20px;
    height: 10px;
}

.prong {
    position: absolute;
    width: 3px;
    height: 8px;
    background: linear-gradient(to top, #64748b, #f8fafc);
    border-radius: 1.5px;
}
.prong.p1 { left: 0; transform: rotate(-20deg); }
.prong.p2 { left: 6px; }
.prong.p3 { right: 6px; }
.prong.p4 { right: 0; transform: rotate(20deg); }

/* Multi-Faceted Brilliant-Cut Solitaire Diamond */
.diamond-gem {
    position: absolute;
    top: -24px;
    width: 28px;
    height: 24px;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(224, 242, 254, 0.8) 40%, rgba(186, 230, 253, 0.4) 100%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 35%, 50% 100%, 0% 35%);
    box-shadow: 
        0 0 20px rgba(255, 255, 255, 0.9),
        0 0 35px rgba(56, 189, 248, 0.8);
    position: relative;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
}

.diamond-facets {
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.8) 50%, transparent 60%),
        radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.9) 0%, transparent 50%);
}

.diamond-sparkle-gleam {
    position: absolute;
    top: -6px;
    left: -4px;
    width: 36px;
    height: 36px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(199, 210, 254, 0.6) 30%, transparent 70%);
    border-radius: 50%;
    animation: diamondGleam 2.2s infinite ease-in-out;
    pointer-events: none;
}

@keyframes diamondGleam {
    0% { transform: scale(0.6) rotate(0deg); opacity: 0.3; }
    50% { transform: scale(1.3) rotate(90deg); opacity: 1; filter: drop-shadow(0 0 14px #ffffff) drop-shadow(0 0 24px #38bdf8); }
    100% { transform: scale(0.6) rotate(180deg); opacity: 0.3; }
}

.ring-box-hint {
    position: absolute;
    bottom: -32px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fde68a;
    white-space: nowrap;
    text-shadow: 0 2px 4px #000;
}

.vows-scroll-card {
    background: rgba(18, 22, 43, 0.75);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: var(--radius-lg);
    padding: 1.2rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 0 20px rgba(245, 158, 11, 0.2);
    backdrop-filter: blur(14px);
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.vows-scroll-card:hover {
    transform: translateY(-3px);
    border-color: #f59e0b;
    box-shadow: 0 15px 40px rgba(245, 158, 11, 0.4);
}

/* ==========================================================================
   TEMPLATE 7: FLOWER BOUQUET (ANNEYE ÖZEL - LUXURY BOTANICAL CONSERVATORY)
   ========================================================================== */

/* Sunlit French Botanical Conservatory Background */
.gift-body:has(.flower-container) .cosmic-bg {
    background: 
        radial-gradient(circle at 50% 20%, rgba(244, 114, 182, 0.28) 0%, transparent 55%),
        radial-gradient(circle at 15% 35%, rgba(251, 207, 232, 0.2) 0%, transparent 45%),
        radial-gradient(circle at 85% 50%, rgba(244, 63, 94, 0.18) 0%, transparent 50%),
        linear-gradient(180deg, rgba(28, 15, 22, 0.72) 0%, rgba(18, 10, 15, 0.94) 100%),
        url('../images/mom-conservatory-bg.jpg') center top / cover no-repeat fixed !important;
}

/* Falling Rose Petals Tone Boost */
.gift-body:has(.flower-container) .petal {
    filter: drop-shadow(0 4px 10px rgba(244, 114, 182, 0.6)) !important;
}

/* Bouquet Centerpiece Stage */
.bouquet-centerpiece-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.2rem auto 2.8rem;
    width: 100%;
    max-width: 640px;
    perspective: 1000px;
}

.luxury-bouquet-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(244, 114, 182, 0.08));
    border: 1px solid rgba(244, 114, 182, 0.45);
    border-radius: 28px;
    padding: 1.5rem;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.6), 0 0 35px rgba(244, 114, 182, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    cursor: pointer;
    text-align: center;
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    animation: bouquetFloat 6s ease-in-out infinite alternate;
}

@keyframes bouquetFloat {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(0.5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}

.luxury-bouquet-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #f472b6;
    box-shadow: 0 30px 65px rgba(236, 72, 153, 0.35), 0 0 45px rgba(244, 114, 182, 0.4);
}

.luxury-bouquet-card.bloomed {
    border-color: #f472b6;
    box-shadow: 0 0 60px rgba(244, 114, 182, 0.6), 0 20px 50px rgba(0, 0, 0, 0.6);
}

.bouquet-ambient-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.35) 0%, transparent 70%);
    border-radius: 40px;
    filter: blur(25px);
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.luxury-bouquet-card:hover .bouquet-ambient-glow,
.luxury-bouquet-card.bloomed .bouquet-ambient-glow {
    opacity: 0.95;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.5) 0%, rgba(251, 113, 133, 0.3) 50%, transparent 75%);
}

.bouquet-img-wrapper {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    background: #1a0f16;
}

.bouquet-img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-bouquet-card:hover .bouquet-img {
    transform: scale(1.05);
}

.luxury-bouquet-card.bloomed .bouquet-img {
    transform: scale(1.06);
    filter: brightness(1.08) saturate(1.1);
}

.bouquet-glass-reflection {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, transparent 40%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
}

/* Ribbon Greeting Tag */
.bouquet-ribbon-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 1.2rem auto 0.6rem;
    padding: 0.65rem 1.2rem;
    background: linear-gradient(135deg, rgba(244, 114, 182, 0.25), rgba(219, 39, 119, 0.3));
    border: 1px solid rgba(244, 114, 182, 0.5);
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(236, 72, 153, 0.25);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

.luxury-bouquet-card:hover .bouquet-ribbon-tag {
    background: linear-gradient(135deg, #f472b6, #db2777);
    border-color: #fff;
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.5);
}

.bouquet-action-hint {
    display: inline-block;
    font-size: 0.82rem;
    color: #fbcfe8;
    background: rgba(0, 0, 0, 0.35);
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(244, 114, 182, 0.3);
    margin-top: 0.4rem;
    transition: all 0.3s ease;
}

.luxury-bouquet-card:hover .bouquet-action-hint {
    color: #fff;
    border-color: #f472b6;
    background: rgba(236, 72, 153, 0.4);
}

/* 4 Sacred Mother Blessings / Cameo Cards Grid */
.mom-cameo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 860px;
    margin: 1.5rem auto 2.5rem;
    width: 100%;
}

.mom-cameo-card {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(236, 72, 153, 0.06));
    border: 1px solid rgba(244, 114, 182, 0.35);
    border-radius: 24px;
    padding: 1.8rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.mom-cameo-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #f472b6;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(236, 72, 153, 0.18));
    box-shadow: 0 20px 45px rgba(236, 72, 153, 0.35);
}

.mom-cameo-card.bloomed {
    border-color: #34d399;
    box-shadow: 0 20px 45px rgba(52, 211, 153, 0.3), 0 0 30px rgba(244, 114, 182, 0.3);
    background: linear-gradient(145deg, rgba(52, 211, 153, 0.1), rgba(236, 72, 153, 0.12));
}

.cameo-gold-rim {
    position: absolute;
    inset: 2px;
    border-radius: 22px;
    border: 1px dashed rgba(244, 114, 182, 0.25);
    pointer-events: none;
}

.cameo-icon-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.3) 0%, rgba(219, 39, 119, 0.1) 70%);
    border: 2px solid rgba(244, 114, 182, 0.5);
    border-radius: 50%;
    margin-bottom: 1.2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mom-cameo-card:hover .cameo-icon-wrap {
    transform: scale(1.15) rotate(6deg);
    border-color: #fff;
    box-shadow: 0 0 25px rgba(244, 114, 182, 0.6);
}

.mom-cameo-card.bloomed .cameo-icon-wrap {
    transform: scale(1.22);
    border-color: #34d399;
    box-shadow: 0 0 25px rgba(52, 211, 153, 0.6);
}

.cameo-icon {
    font-size: 2.5rem;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.cameo-body h5 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.6rem;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.01em;
}

.cameo-body p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #fce7f3;
    margin-bottom: 1rem;
}

.cameo-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fbcfe8;
    background: rgba(236, 72, 153, 0.2);
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(244, 114, 182, 0.35);
    transition: all 0.3s ease;
}

.mom-cameo-card:hover .cameo-tag {
    background: rgba(236, 72, 153, 0.45);
    color: #fff;
    border-color: #f472b6;
}

.mom-cameo-card.bloomed .cameo-tag {
    background: rgba(52, 211, 153, 0.25);
    color: #a7f3d0;
    border-color: #34d399;
}

@media (max-width: 640px) {
    .mom-cameo-grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .luxury-bouquet-card {
        max-width: 340px;
        padding: 1.1rem;
    }

    .bouquet-img {
        max-height: 290px;
    }

    .bouquet-ribbon-tag {
        font-size: 0.85rem;
        padding: 0.55rem 1rem;
    }
}

/* ==========================================================================
   TEMPLATE 8: HERO DAD (KAHRAMAN BABAM - EXECUTIVE STUDY & HEIRLOOMS)
   ========================================================================== */

/* Warm Ambient Gentleman Study Background */
.gift-body:has(.dad-container) .cosmic-bg {
    background: 
        radial-gradient(circle at 50% 18%, rgba(217, 119, 6, 0.22) 0%, transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(180, 83, 9, 0.16) 0%, transparent 50%),
        radial-gradient(circle at 15% 45%, rgba(30, 58, 138, 0.18) 0%, transparent 50%),
        linear-gradient(180deg, rgba(16, 12, 10, 0.82) 0%, rgba(10, 8, 8, 0.96) 100%),
        url('../images/dad-study-bg.jpg') center top / cover no-repeat fixed !important;
    opacity: 0.96 !important;
}

.dad-container {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 1.5rem 1rem 4.5rem;
}

.dad-hero-badge {
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.25), rgba(30, 64, 175, 0.25)) !important;
    border-color: rgba(251, 191, 36, 0.45) !important;
    color: #fef08a !important;
    box-shadow: 0 4px 15px rgba(217, 119, 6, 0.25) !important;
    font-size: 0.82rem;
    letter-spacing: 1px;
}

.dad-main-title {
    font-size: clamp(2rem, 5vw, 3.2rem) !important;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 15%, #fde047 60%, #b45309 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 35px rgba(217, 119, 6, 0.35);
    margin-bottom: 0.6rem !important;
}

.dad-sub-title {
    font-size: 1.15rem;
    color: #e2e8f0;
    margin-bottom: 0.8rem;
}

.dad-date-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 1.15rem;
    border-radius: 999px;
    background: rgba(20, 16, 14, 0.8);
    border: 1px solid rgba(217, 119, 6, 0.4);
    backdrop-filter: blur(12px);
    font-size: 0.85rem;
    font-weight: 600;
    color: #fef08a;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.2rem;
}

/* Executive Mahogany Study Desk Stage */
.dad-desk-stage {
    width: 100%;
    position: relative;
    background: 
        radial-gradient(ellipse at 50% 0%, rgba(217, 119, 6, 0.18) 0%, transparent 65%),
        linear-gradient(180deg, rgba(32, 22, 16, 0.9) 0%, rgba(18, 12, 10, 0.97) 100%);
    border: 2px solid rgba(217, 119, 6, 0.38);
    border-radius: 32px;
    padding: 2.2rem 2.2rem 3rem;
    margin: 1.8rem 0 3.5rem;
    box-shadow: 
        0 25px 65px rgba(0, 0, 0, 0.85),
        0 0 45px rgba(217, 119, 6, 0.16),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.dad-stage-header {
    margin-bottom: 2.2rem;
    text-align: center;
}

.dad-stage-badge {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fde047;
    background: rgba(217, 119, 6, 0.18);
    border: 1px solid rgba(217, 119, 6, 0.35);
    padding: 0.25rem 0.85rem;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.dad-stage-title {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.dad-stage-subtitle {
    font-size: 0.92rem;
    color: #cbd5e1;
    max-width: 520px;
    margin: 0 auto;
}

/* 3 Prestigious Centerpiece Heirlooms */
.dad-heirlooms-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 2rem;
    align-items: center;
    justify-items: center;
    width: 100%;
}

.dad-heirloom-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.heirloom-tag {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
}

.heirloom-tag.highlight {
    color: #fef08a;
    background: rgba(217, 119, 6, 0.2);
    border-color: rgba(217, 119, 6, 0.4);
    box-shadow: 0 0 12px rgba(217, 119, 6, 0.2);
}

/* Heirloom 1: Antique 18k Gold Pocket Watch */
.dad-luxury-watch {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dad-luxury-watch:hover {
    transform: translateY(-6px) scale(1.04);
}

.watch-luxury-visual {
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(145deg, #fef08a, #d97706, #78350f);
    box-shadow: 
        0 18px 45px rgba(0, 0, 0, 0.85),
        0 0 35px rgba(217, 119, 6, 0.4);
}

.watch-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.dad-hint {
    margin-top: 1.1rem;
    font-size: 0.84rem;
    color: #fde047;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    transition: color 0.3s ease;
}

/* Heirloom 2: Best Dad in the World 24k Gold Medal */
.dad-luxury-medal {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dad-luxury-medal:hover {
    transform: translateY(-6px) scale(1.05);
}

.medal-luxury-visual {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(145deg, #fef08a, #ca8a04, #1e40af);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.9),
        0 0 40px rgba(251, 191, 36, 0.45);
}

.medal-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

/* Heirloom 3: Antique Leather-Bound Keepsake Journal (Letter) */
.dad-journal-card {
    width: 100%;
    max-width: 250px;
    padding: 1.6rem 1.2rem;
    background: linear-gradient(145deg, #2b1a12, #180e0a);
    border-radius: 18px;
    border: 2px solid rgba(217, 119, 6, 0.5);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7), 0 0 25px rgba(217, 119, 6, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dad-journal-card:hover {
    transform: translateY(-8px) scale(1.03);
    border-color: #facc15;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.8), 0 0 35px rgba(217, 119, 6, 0.4);
}

.journal-seal-wrap .dad-wax-seal {
    width: 54px;
    height: 54px;
    font-size: 1.5rem;
    background: radial-gradient(circle, #b45309 40%, #78350f 90%);
    box-shadow: 0 6px 16px rgba(180, 83, 9, 0.6), inset 0 2px 3px rgba(255, 255, 255, 0.4);
    margin-bottom: 0.8rem;
}

.journal-title-text {
    color: #fef08a !important;
    font-size: 1.05rem !important;
    display: block;
    margin-bottom: 0.35rem;
}

.journal-sub-text {
    color: #cbd5e1 !important;
    font-size: 0.78rem !important;
}

/* 4 Heartfelt Dad's Wisdom & Pillar Cards */
.dad-wisdom-section {
    width: 100%;
    margin: 2rem 0 3.5rem;
}

.wisdom-section-header {
    text-align: center;
    margin-bottom: 2.2rem;
}

.wisdom-badge {
    font-size: 0.74rem;
    font-weight: 700;
    color: #fde047;
    letter-spacing: 1px;
    background: rgba(217, 119, 6, 0.18);
    border: 1px solid rgba(217, 119, 6, 0.38);
    padding: 0.25rem 0.85rem;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.wisdom-title {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.wisdom-subtitle {
    font-size: 0.92rem;
    color: #94a3b8;
    max-width: 520px;
    margin: 0 auto;
}

.dad-wisdom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
}

.dad-wisdom-card {
    background: linear-gradient(145deg, rgba(28, 20, 15, 0.85), rgba(16, 12, 10, 0.95));
    border: 1px solid rgba(217, 119, 6, 0.3);
    border-radius: 20px;
    padding: 1.6rem 1.4rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.dad-wisdom-card:hover {
    transform: translateY(-5px);
    border-color: rgba(251, 191, 36, 0.6);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75), 0 0 25px rgba(217, 119, 6, 0.25);
}

.dad-wisdom-card.unfolded {
    border-color: #facc15;
    background: linear-gradient(145deg, rgba(45, 30, 20, 0.95), rgba(22, 15, 10, 0.98));
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 35px rgba(251, 191, 36, 0.3);
}

.wisdom-icon-wrap {
    font-size: 2rem;
    margin-bottom: 0.8rem;
}

.dad-wisdom-card h4 {
    font-size: 1.15rem;
    color: #fef08a;
    margin-bottom: 0.45rem;
    font-family: 'Outfit', sans-serif;
}

.dad-wisdom-card p {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #cbd5e1;
    margin-bottom: 0.8rem;
}

.wisdom-expand-hint {
    font-size: 0.75rem;
    font-weight: 700;
    color: #f59e0b;
    display: inline-block;
}

/* Prestigious Memories Gallery on Study Wall */
.dad-memories-section {
    width: 100%;
    margin-top: 2rem;
}

.dad-badge {
    color: #fef08a !important;
    background: rgba(217, 119, 6, 0.18) !important;
    border-color: rgba(217, 119, 6, 0.38) !important;
}

/* Responsive Rules for Hero Dad */
@media (max-width: 860px) {
    .dad-heirlooms-grid {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }
    .heirloom-watch {
        order: -1; /* Pocket watch at top on mobile */
    }
    .dad-wisdom-grid {
        grid-template-columns: 1fr;
    }
    .dad-desk-stage {
        padding: 1.8rem 1.2rem;
    }
}

@media (max-width: 640px) {
    .dad-container {
        padding-top: 4.8rem;
    }
    .dad-main-title {
        font-size: 1.8rem !important;
    }
    .watch-luxury-visual, .medal-luxury-visual {
        width: 170px;
        height: 170px;
    }
}

/* ==========================================================================
   TEMPLATE 9: CYBER ARCADE & COUPONS (ERKEK ARKADAŞA ÖZEL - RETRO NEON ARCADE)
   ========================================================================== */

/* Retro Neon Synthwave Arcade Lounge Background */
.gift-body:has(.arcade-container) .cosmic-bg {
    background: 
        radial-gradient(circle at 50% 18%, rgba(6, 182, 212, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 85% 35%, rgba(168, 85, 247, 0.22) 0%, transparent 45%),
        radial-gradient(circle at 15% 45%, rgba(236, 72, 153, 0.2) 0%, transparent 50%),
        linear-gradient(180deg, rgba(8, 10, 20, 0.75) 0%, rgba(4, 6, 14, 0.95) 100%),
        url('../images/arcade-lounge-bg.jpg') center top / cover no-repeat fixed !important;
}

/* Arcade Centerpiece Showcase */
.arcade-centerpiece-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.2rem auto 2.5rem;
    width: 100%;
    max-width: 600px;
}

.arcade-cabinet-showcase {
    position: relative;
    width: 100%;
    max-width: 440px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.85), rgba(6, 182, 212, 0.08));
    border: 1px solid rgba(34, 211, 238, 0.45);
    border-radius: 28px;
    padding: 1.4rem;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.8), 0 0 35px rgba(6, 182, 212, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.arcade-cabinet-showcase:hover {
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.9), 0 0 50px rgba(6, 182, 212, 0.5);
    border-color: #22d3ee;
}

.arcade-neon-glow {
    position: absolute;
    inset: -15px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.35) 0%, rgba(168, 85, 247, 0.2) 50%, transparent 75%);
    border-radius: 36px;
    filter: blur(20px);
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

.arcade-cabinet-housing {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
    background: #030712;
}

.arcade-cabinet-img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* Active CRT Screen Overlay precisely aligned over cabinet monitor */
.crt-screen-active-area {
    position: absolute;
    top: 32%;
    left: 31%;
    width: 38%;
    height: 25%;
    border-radius: 12px;
    background: radial-gradient(circle at center, #071927 0%, #030a10 100%);
    box-shadow: inset 0 0 18px rgba(34, 211, 238, 0.6), 0 0 15px rgba(6, 182, 212, 0.5);
    border: 1px solid rgba(34, 211, 238, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
}

.crt-glass-reflection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(175deg, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    border-radius: 12px 12px 40px 40px;
    pointer-events: none;
    z-index: 5;
}

.crt-scanline-mesh {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0.45) 2px, rgba(0, 0, 0, 0.45) 3px);
    pointer-events: none;
    z-index: 4;
    opacity: 0.8;
}

.arcade-screen-content {
    position: relative;
    z-index: 3;
    padding: 0.2rem;
    text-align: center;
}

.arcade-screen-marquee {
    font-family: monospace;
    font-size: 0.62rem;
    color: #22d3ee;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-shadow: 0 0 8px #06b6d4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}

.arcade-pixel-sprites {
    font-size: 1.15rem;
    line-height: 1.1;
    margin: 0.15rem 0;
    animation: heartPulse 1.2s infinite ease-in-out;
}

.arcade-score-display {
    font-family: monospace;
    font-size: 0.62rem;
    font-weight: 800;
    color: #fde047;
    letter-spacing: 0.06em;
    text-shadow: 0 0 8px #eab308;
}

.arcade-credit-pill {
    font-family: monospace;
    font-size: 0.52rem;
    font-weight: 700;
    color: #4ade80;
    background: rgba(34, 197, 94, 0.25);
    border: 1px solid rgba(34, 197, 94, 0.5);
    border-radius: 999px;
    padding: 1px 6px;
    margin-top: 2px;
    animation: coinBlink 1.4s infinite alternate;
}

/* Interactive Coin Insertion Slot */
.interactive-coin-slot-wrap {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.interactive-coin-slot-wrap:hover {
    transform: translateX(-50%) scale(1.06);
}

.interactive-coin-slot-wrap:active {
    transform: translateX(-50%) scale(0.96);
}

.coin-slot-button {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.9), rgba(185, 28, 28, 0.95));
    border: 2px solid #f87171;
    border-radius: 999px;
    padding: 0.45rem 1rem;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.6), inset 0 1px 2px rgba(255, 255, 255, 0.4);
    color: #fff;
    font-family: monospace;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

.interactive-coin-slot-wrap:hover .coin-slot-button {
    background: linear-gradient(135deg, #10b981, #059669);
    border-color: #6ee7b7;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.7);
}

.coin-lamp {
    width: 8px;
    height: 8px;
    background: #fef08a;
    border-radius: 50%;
    box-shadow: 0 0 8px #facc15;
    animation: coinBlink 1s infinite alternate;
}

/* Control Deck with Joystick and Buttons */
.arcade-deck-controls {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(10, 14, 26, 0.85);
    border: 1px solid rgba(34, 211, 238, 0.3);
    border-radius: 18px;
    padding: 0.85rem 1.2rem;
    margin-top: 1.1rem;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.6);
}

.arcade-stick {
    position: relative;
    width: 42px;
    height: 42px;
    cursor: pointer;
    transition: transform 0.15s ease;
}

.arcade-stick:hover {
    transform: rotate(12deg) scale(1.1);
}

.arcade-stick:active {
    transform: rotate(-15deg) scale(0.95);
}

.stick-ball {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    background: radial-gradient(circle at 35% 30%, #f87171 0%, #dc2626 60%, #7f1d1d 100%);
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.6), inset 0 1px 2px rgba(255,255,255,0.6);
    z-index: 2;
}

.stick-shaft {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 16px;
    background: linear-gradient(to right, #94a3b8, #cbd5e1, #64748b);
    border-radius: 3px;
    z-index: 1;
}

.stick-base {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 12px;
    background: #1e293b;
    border-radius: 50%;
    border: 1px solid #475569;
}

.arcade-buttons-row {
    display: flex;
    gap: 0.65rem;
}

.arcade-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-weight: 800;
    font-size: 0.78rem;
    color: #fff;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 10px rgba(0,0,0,0.5), inset 0 2px 3px rgba(255,255,255,0.5);
    transition: all 0.1s ease;
}

.arcade-btn:active {
    transform: translateY(3px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.btn-red { background: radial-gradient(circle at 35% 30%, #f87171, #dc2626); }
.btn-blue { background: radial-gradient(circle at 35% 30%, #38bdf8, #0284c7); }
.btn-yellow { background: radial-gradient(circle at 35% 30%, #fde047, #ca8a04); color: #000; }
.btn-green { background: radial-gradient(circle at 35% 30%, #4ade80, #16a34a); }

.arcade-status-hint {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #a5f3fc;
    background: rgba(6, 182, 212, 0.15);
    border: 1px solid rgba(6, 182, 212, 0.35);
    border-radius: 999px;
    padding: 0.35rem 0.95rem;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

@media (max-width: 640px) {
    .arcade-cabinet-showcase {
        max-width: 340px;
        padding: 1rem;
    }

    .arcade-cabinet-img {
        max-height: 320px;
    }

    .crt-screen-active-area {
        top: 31%;
        left: 31%;
        width: 38%;
        height: 25%;
    }

    .arcade-screen-marquee {
        font-size: 0.52rem;
        max-width: 95px;
    }

    .arcade-pixel-sprites {
        font-size: 0.95rem;
    }

    .arcade-score-display {
        font-size: 0.52rem;
    }

    .coin-slot-button {
        font-size: 0.72rem;
        padding: 0.35rem 0.8rem;
    }
}

@keyframes coinBlink {
    0% { opacity: 0.6; }
    100% { opacity: 1; text-shadow: 0 0 10px #4ade80; }
}

/* Hyper-Realistic Perforated Carnival Admission Love Tickets */
.love-coupons-grid {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    max-width: 600px;
    margin: 0 auto 3rem;
    width: 100%;
}

.love-coupon-card {
    display: flex;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(6, 182, 212, 0.4);
    border-radius: 16px;
    overflow: visible;
    backdrop-filter: blur(16px);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0,0,0,0.6);
    position: relative;
}

.love-coupon-card:hover {
    transform: translateX(8px) scale(1.02);
    border-color: #22d3ee;
    box-shadow: 0 16px 40px rgba(6, 182, 212, 0.35);
}

.love-coupon-card.redeemed {
    border-color: #22c55e;
    box-shadow: 0 10px 25px rgba(34, 197, 94, 0.25);
}

/* Semicircular Ticket Perforation Punch Notches */
.coupon-notch {
    position: absolute;
    left: 85px;
    width: 22px;
    height: 12px;
    background: #070913;
    z-index: 10;
}

.notch-t {
    top: -1px;
    border-radius: 0 0 14px 14px;
    border-bottom: 1px solid rgba(6, 182, 212, 0.4);
}

.notch-b {
    bottom: -1px;
    border-radius: 14px 14px 0 0;
    border-top: 1px solid rgba(6, 182, 212, 0.4);
}

.coupon-left {
    width: 95px;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 2px dashed rgba(255,255,255,0.3);
    border-radius: 16px 0 0 16px;
    padding: 1rem 0;
    position: relative;
}

.coupon-icon {
    font-size: 2.4rem;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}

.coupon-stub-num {
    font-family: monospace;
    font-size: 0.72rem;
    font-weight: 800;
    color: rgba(255,255,255,0.85);
    margin-top: 4px;
}

.coupon-right {
    padding: 1.4rem 1.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.coupon-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.coupon-tag {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #38bdf8;
}

/* Hologram Authentication Foil Badge */
.coupon-hologram {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 2px 8px;
    border-radius: 4px;
    background: linear-gradient(135deg, #f43f5e, #eab308, #22c55e, #06b6d4, #a855f7);
    color: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    animation: holoShimmer 3s infinite alternate;
}

@keyframes holoShimmer {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

.coupon-right h5 {
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 0.3rem;
}

.coupon-right p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.9rem;
}

.coupon-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon-btn {
    padding: 0.4rem 1.1rem;
    font-size: 0.82rem;
    border-radius: 20px;
}

/* Barcode */
.coupon-barcode {
    width: 65px;
    height: 20px;
    background: repeating-linear-gradient(90deg, #94a3b8 0px, #94a3b8 1.5px, transparent 1.5px, transparent 3px, #94a3b8 4px, #94a3b8 6px, transparent 6px, transparent 8px);
    opacity: 0.7;
}

/* Inked Rubber Stamp Seal on Redeem */
.coupon-stamp-seal {
    position: absolute;
    top: 30%;
    right: 35px;
    border: 3px solid #ef4444;
    color: #ef4444;
    font-family: monospace;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    padding: 4px 14px;
    border-radius: 6px;
    transform: rotate(-14deg) scale(1.6);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    text-shadow: 0 0 8px rgba(239, 68, 68, 0.6);
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
}

.love-coupon-card.redeemed .coupon-stamp-seal {
    opacity: 0.95;
    transform: rotate(-14deg) scale(1);
}

/* ==========================================================================
   TEMPLATE 10: MAGIC STORY & BALLOONS (ÇOCUĞA ÖZEL - TRANSLUCENT LATEX & STRINGS)
   ========================================================================== */
.child-balloons-cluster {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2.5rem 0 3.5rem;
    flex-wrap: wrap;
}

.child-balloon {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    animation: balloonFloatBob 3.5s ease-in-out infinite alternate;
    transition: transform 0.25s ease, opacity 0.3s;
    position: relative;
}

.child-balloon:hover {
    transform: scale(1.12) translateY(-10px);
}

.child-balloon.popped {
    transform: scale(1.6);
    opacity: 0;
    pointer-events: none;
}

/* Translucent Latex Sphere Shader with Curved Specular Glare */
.balloon-sphere {
    width: 82px;
    height: 100px;
    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 
        0 16px 30px rgba(0,0,0,0.65),
        inset 0 -6px 14px rgba(0,0,0,0.4),
        inset 0 4px 10px rgba(255,255,255,0.7);
    overflow: hidden;
}

.balloon-specular {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 22px;
    height: 38px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.3) 50%, transparent 80%);
    border-radius: 50%;
    transform: rotate(-25deg);
    filter: blur(1px);
}

.balloon-rim-light {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

.balloon-pop-text {
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    position: relative;
    z-index: 3;
}

/* Latex Colors */
.b-pink .balloon-sphere { 
    background: radial-gradient(circle at 35% 30%, #f472b6 0%, #db2777 60%, #831843 100%); 
}
.b-blue .balloon-sphere { 
    background: radial-gradient(circle at 35% 30%, #38bdf8 0%, #0284c7 60%, #0c4a6e 100%); 
}
.b-gold .balloon-sphere { 
    background: radial-gradient(circle at 35% 30%, #fef08a 0%, #eab308 60%, #713f12 100%); 
}
.b-purple .balloon-sphere { 
    background: radial-gradient(circle at 35% 30%, #c084fc 0%, #7c3aed 60%, #4c1d95 100%); 
}

.child-balloon.b-pink { animation-delay: 0s; }
.child-balloon.b-blue { animation-delay: 0.7s; }
.child-balloon.b-gold { animation-delay: 1.4s; }
.child-balloon.b-purple { animation-delay: 1.0s; }

/* Rolled Rubber Knot */
.balloon-knot {
    width: 14px;
    height: 8px;
    border-radius: 4px;
    margin-top: -2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    z-index: 2;
}

.b-pink .balloon-knot { background: #9d174d; }
.b-blue .balloon-knot { background: #0369a1; }
.b-gold .balloon-knot { background: #a16207; }
.b-purple .balloon-knot { background: #6d28d9; }

/* Curled Ribbon String */
.balloon-string-wrap {
    width: 2px;
    height: 50px;
    position: relative;
}

.balloon-curled-string {
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0px, rgba(255, 255, 255, 0.7) 4px, transparent 4px, transparent 7px);
    border-radius: 1px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    animation: stringSway 2.5s infinite ease-in-out alternate;
    transform-origin: top center;
}

@keyframes stringSway {
    0% { transform: rotate(-8deg); }
    100% { transform: rotate(8deg); }
}

@keyframes balloonFloatBob {
    0% { transform: translateY(0) rotate(-2deg); }
    100% { transform: translateY(-18px) rotate(2deg); }
}

/* Interactive 3D Storybook */
.magic-storybook-card {
    max-width: 440px;
    margin: 1rem auto 2.5rem;
    background: linear-gradient(135deg, #4c1d95, #1e1b4b);
    border: 3px solid #c084fc;
    border-radius: 20px;
    padding: 2.2rem 2rem;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.35);
    transition: all 0.35s ease;
}

.magic-storybook-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 22px 55px rgba(139, 92, 246, 0.55);
}

.storybook-star {
    font-size: 3.2rem;
    filter: drop-shadow(0 0 16px #facc15);
    display: inline-block;
    animation: starTwinkle 2s infinite ease-in-out alternate;
}

@keyframes starTwinkle {
    0% { transform: scale(0.9); }
    100% { transform: scale(1.18) rotate(10deg); }
}

.storybook-cover h4 {
    font-size: 1.4rem;
    color: #fff;
    margin: 0.8rem 0 0.4rem;
}

.storybook-cover p {
    font-size: 0.92rem;
    color: #e9d5ff;
}

/* =====================================================
   DEMO EXPERIENCE: TOP HOME BUTTON & REDIRECT POPUP
   ===================================================== */
.demo-nav-bar {
    position: fixed;
    top: 1.4rem;
    left: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    z-index: 900;
}

.demo-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.52rem 1.15rem;
    border-radius: 50px;
    background: rgba(18, 22, 43, 0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.demo-home-btn:hover {
    background: rgba(30, 36, 68, 0.95);
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 15px rgba(168, 85, 247, 0.35);
    color: #fff;
}

.demo-create-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.52rem 1.15rem;
    border-radius: 50px;
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(236, 72, 153, 0.45);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.demo-create-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 25px rgba(236, 72, 153, 0.65);
    color: #fff;
}

.demo-experience-popup {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(120%);
    z-index: 950;
    width: calc(100% - 2.5rem);
    max-width: 580px;
    background: rgba(15, 18, 38, 0.88);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 20px;
    padding: 0.9rem 1.3rem;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7), 0 0 25px rgba(168, 85, 247, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.demo-experience-popup.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.demo-popup-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.demo-popup-text strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.demo-popup-text p {
    color: #cbd5e1;
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.3;
}

.demo-popup-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.demo-popup-actions .btn-sm {
    padding: 0.45rem 0.9rem !important;
    font-size: 0.82rem !important;
    border-radius: 12px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.demo-popup-close {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    border-radius: 8px;
    transition: color 0.2s ease;
    line-height: 1;
}

.demo-popup-close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.top-controls-dock {
    position: fixed;
    top: 1.4rem;
    right: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    z-index: 900;
}

@media (max-width: 640px) {
    .desktop-only {
        display: none !important;
    }
    .top-controls-dock {
        top: 0.8rem;
        right: 0.8rem;
        gap: 0.35rem;
    }
    .top-controls-dock .lang-switch {
        padding: 2px 3px;
        border-radius: 999px;
    }
    .top-controls-dock .lang-btn {
        padding: 0.22rem 0.42rem;
        font-size: 0.7rem;
    }
    .top-controls-dock .vinyl-player-widget {
        padding: 0.25rem 0.5rem;
        gap: 0.35rem;
        border-radius: 999px;
    }
    .top-controls-dock .vinyl-disc {
        width: 26px;
        height: 26px;
    }
    .top-controls-dock .vinyl-info {
        display: none;
    }
    .demo-nav-bar {
        top: 0.8rem;
        left: 0.8rem;
        gap: 0.35rem;
    }
    .demo-home-btn {
        padding: 0.42rem 0.65rem;
        font-size: 0.82rem;
        border-radius: 999px;
    }
    .demo-create-btn {
        padding: 0.42rem 0.65rem;
        font-size: 0.82rem;
        border-radius: 999px;
    }
    .demo-popup-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    .demo-popup-actions {
        width: 100%;
        justify-content: space-between;
    }
    .demo-experience-popup {
        bottom: 1rem;
        padding: 0.85rem 1rem;
        border-radius: 16px;
    }
}

/* ==========================================================================
   DEMO HORIZONTAL SWIPE & CAROUSEL NAVIGATION
   ========================================================================== */

/* Desktop & Tablet Floating Side Chevrons */
.demo-swipe-arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(18, 22, 43, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(168, 85, 247, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    z-index: 920;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
}

.demo-swipe-arrow.arrow-left {
    left: 1.2rem;
}

.demo-swipe-arrow.arrow-right {
    right: 1.2rem;
}

.demo-swipe-arrow .arrow-symbol {
    font-size: 2rem;
    line-height: 1;
    font-weight: 300;
    transition: transform 0.2s ease;
}

.demo-swipe-arrow.arrow-left .arrow-symbol {
    margin-right: 2px;
    margin-bottom: 2px;
}

.demo-swipe-arrow.arrow-right .arrow-symbol {
    margin-left: 2px;
    margin-bottom: 2px;
}

.demo-swipe-arrow .arrow-tooltip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    background: rgba(10, 12, 28, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(168, 85, 247, 0.4);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45rem 0.85rem;
    border-radius: 12px;
    white-space: nowrap;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.demo-swipe-arrow.arrow-left .arrow-tooltip {
    left: 60px;
}

.demo-swipe-arrow.arrow-right .arrow-tooltip {
    right: 60px;
}

.demo-swipe-arrow:hover {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.5), rgba(236, 72, 153, 0.5));
    border-color: rgba(236, 72, 153, 0.6);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6), 0 0 25px rgba(236, 72, 153, 0.45);
    transform: translateY(-50%) scale(1.1);
}

.demo-swipe-arrow:hover .arrow-tooltip {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.demo-swipe-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

/* Horizontal Floating Template Chips Strip Container */
.demo-carousel-strip-container {
    position: fixed;
    top: 4.8rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 870;
    pointer-events: none;
    padding: 0 1rem;
}

.demo-carousel-strip {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.35rem 0.6rem;
    max-width: 94vw;
    background: rgba(10, 12, 28, 0.82);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6), 0 0 20px rgba(168, 85, 247, 0.18);
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.demo-carousel-strip::-webkit-scrollbar {
    display: none;
}

/* Individual Demo Chip */
.demo-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    border: 1px solid transparent;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
}

.demo-chip .chip-icon {
    font-size: 0.95rem;
    line-height: 1;
}

.demo-chip .chip-text {
    line-height: 1.2;
}

.demo-chip:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.demo-chip.active {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.38), rgba(236, 72, 153, 0.38));
    border-color: rgba(236, 72, 153, 0.55);
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.28);
}

.demo-chip .chip-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ec4899;
    box-shadow: 0 0 8px #ec4899;
    margin-left: 2px;
}

/* Swipe Guide Hint Pill */
.demo-swipe-hint {
    position: fixed;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 18, 38, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 999px;
    padding: 0.35rem 0.95rem;
    font-size: 0.76rem;
    font-weight: 600;
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    z-index: 860;
    pointer-events: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    animation: demoHintGlow 2.8s infinite ease-in-out alternate;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.demo-swipe-hint.fade-out {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
}

@keyframes demoHintGlow {
    0% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 0 rgba(168, 85, 247, 0);
        border-color: rgba(168, 85, 247, 0.3);
    }
    100% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 16px rgba(168, 85, 247, 0.4);
        border-color: rgba(236, 72, 153, 0.5);
    }
}

/* Slide Transition Animations for Swiping Between Demos */
.slide-out-left {
    animation: demoSlideOutLeft 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

.slide-out-right {
    animation: demoSlideOutRight 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

@keyframes demoSlideOutLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-60px);
        opacity: 0;
    }
}

@keyframes demoSlideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(60px);
        opacity: 0;
    }
}

/* Mobile Responsive Tweaks for Swipe Elements */
@media (max-width: 768px) {
    .demo-swipe-arrow {
        width: 40px;
        height: 40px;
        background: rgba(18, 22, 43, 0.65);
    }
    .demo-swipe-arrow.arrow-left {
        left: 0.6rem;
    }
    .demo-swipe-arrow.arrow-right {
        right: 0.6rem;
    }
    .demo-swipe-arrow .arrow-symbol {
        font-size: 1.6rem;
    }
    .demo-swipe-arrow .arrow-tooltip {
        display: none;
    }
    .demo-carousel-strip-container {
        top: 4.4rem;
        padding: 0 0.5rem;
    }
    .demo-carousel-strip {
        padding: 0.3rem 0.5rem;
        max-width: 96vw;
    }
    .demo-chip {
        font-size: 0.74rem;
        padding: 0.3rem 0.65rem;
    }
    .demo-swipe-hint {
        bottom: 4.8rem;
        font-size: 0.72rem;
        padding: 0.3rem 0.8rem;
    }
}

/* ==========================================================================
   VIRAL RECIPIENT RESPONSE SECTION & FLOATING STICKY DOCK ("SEN DE CEVAP VER")
   ========================================================================== */

/* 1. In-Page Bottom Viral Reply Section */
.gift-reply-section {
    width: 100%;
    max-width: 780px;
    margin: 4.5rem auto 3rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.gift-reply-card {
    background: linear-gradient(135deg, rgba(26, 16, 43, 0.94) 0%, rgba(15, 23, 42, 0.96) 100%);
    border: 1.5px solid rgba(244, 63, 94, 0.35);
    border-radius: 28px;
    padding: 2.8rem 2.2rem;
    text-align: center;
    box-shadow: 0 20px 50px -10px rgba(225, 29, 72, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.reply-card-glow {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 180px;
    background: radial-gradient(ellipse at center, rgba(244, 63, 94, 0.4) 0%, rgba(168, 85, 247, 0.2) 50%, transparent 75%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.reply-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    background: rgba(244, 63, 94, 0.15);
    border: 1px solid rgba(244, 63, 94, 0.45);
    font-family: 'Outfit', sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fda4af;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    position: relative;
    z-index: 1;
}

.reply-badge .twinkle {
    animation: sparklePulse 2s infinite ease-in-out;
}

.reply-main-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(1.55rem, 3.8vw, 2.25rem) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin: 0 auto 1.1rem !important;
    max-width: 620px;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.reply-main-title .reply-highlight,
.reply-main-title .gradient-sender {
    background: linear-gradient(135deg, #fb7185 0%, #f43f5e 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.reply-subtitle {
    font-size: clamp(0.92rem, 2vw, 1.05rem) !important;
    color: #cbd5e1 !important;
    line-height: 1.65 !important;
    max-width: 580px;
    margin: 0 auto 2rem !important;
    position: relative;
    z-index: 1;
}

.reply-action-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-bottom: 1.8rem;
}

.btn-reply-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 2rem;
    background: linear-gradient(135deg, #e11d48 0%, #db2777 50%, #9333ea 100%);
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(225, 29, 72, 0.45);
    transition: all 0.25s ease;
}

.btn-reply-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 35px rgba(225, 29, 72, 0.6);
    color: #ffffff !important;
}

.btn-reply-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.6rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #f1f5f9 !important;
    font-family: 'Outfit', sans-serif;
    font-size: 0.94rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.btn-reply-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(244, 63, 94, 0.5);
    color: #ffffff !important;
}

.reply-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.8rem;
    color: #94a3b8;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

/* 2. Floating Persistent Sticky Bottom Bar */
.gift-sticky-reply-bar {
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    transform: translate(-50%, 140%);
    width: min(620px, calc(100vw - 1.5rem));
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1.5px solid rgba(244, 63, 94, 0.45);
    border-radius: 20px;
    padding: 0.7rem 1rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(225, 29, 72, 0.25);
    z-index: 9999;
    box-sizing: border-box;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.gift-sticky-reply-bar.visible {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.sticky-reply-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.sticky-reply-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex: 1;
}

.sticky-reply-icon {
    font-size: 1.6rem;
    line-height: 1;
    flex-shrink: 0;
    animation: gentlePulse 2.5s infinite ease-in-out;
}

.sticky-reply-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.sticky-reply-text strong {
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}

.sticky-reply-text small {
    font-size: 0.74rem;
    color: #fda4af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.sticky-reply-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.btn-sticky-reply {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1.1rem;
    background: linear-gradient(135deg, #e11d48, #db2777);
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.4);
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-sticky-reply:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 18px rgba(225, 29, 72, 0.6);
}

.btn-sticky-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #94a3b8;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.btn-sticky-close:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Mobile Responsive Adaptations */
@media (max-width: 640px) {
    .gift-reply-section {
        margin: 3.5rem auto 2.5rem;
        padding: 0 0.85rem;
    }

    .gift-reply-card {
        padding: 2rem 1.25rem;
        border-radius: 22px;
    }

    .reply-badge {
        font-size: 0.70rem;
        padding: 0.3rem 0.85rem;
        margin-bottom: 1rem;
    }

    .reply-main-title {
        font-size: 1.35rem !important;
        margin-bottom: 0.85rem !important;
    }

    .reply-subtitle {
        font-size: 0.86rem !important;
        line-height: 1.55 !important;
        margin-bottom: 1.5rem !important;
        padding: 0 0.25rem;
    }

    .reply-action-group {
        flex-direction: column;
        gap: 0.65rem;
        margin-bottom: 1.4rem;
    }

    .btn-reply-primary,
    .btn-reply-secondary {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        padding: 0.8rem 1rem;
        font-size: 0.90rem;
    }

    .reply-trust-badge {
        font-size: 0.72rem;
        gap: 0.45rem;
    }

    .gift-sticky-reply-bar {
        bottom: 0.85rem;
        width: calc(100vw - 1rem);
        padding: 0.55rem 0.75rem;
        border-radius: 16px;
    }

    .sticky-reply-icon {
        font-size: 1.35rem;
    }

    .sticky-reply-text strong {
        font-size: 0.80rem;
    }

    .sticky-reply-text small {
        font-size: 0.68rem;
    }

    .btn-sticky-reply {
        padding: 0.42rem 0.85rem;
        font-size: 0.78rem;
    }
}



