*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0c0a0e;--bg-card:#161219;--bg-card-hover:#1e1822;--text:#f5f0f0;--text-muted:#a89ca0;--accent:#d4a0c0;--accent-bright:#e8b4d4;--accent-warm:#c8956e;--accent-gold:#d4b896;--green:#6ecf8e;--red:#cf6e6e;--gap:clamp(1rem, 4vw, 2.5rem);--max-width:680px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}::selection{background:var(--accent);color:var(--bg)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2px}.deck{max-width:var(--max-width);padding:0 var(--gap);margin:0 auto}.slide{flex-direction:column;justify-content:center;min-height:100dvh;padding:clamp(2rem,8vh,6rem) 0;display:flex;position:relative}.slide+.slide{border-top:1px solid #d4a0c014}.slide h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-family:DM Serif Display,serif;font-size:clamp(2.2rem,6vw,3.8rem);line-height:1.15}.slide h2{letter-spacing:-.01em;margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.2}.slide h3{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.75rem;font-size:.85rem;font-weight:500}.slide p{color:var(--text-muted);max-width:560px;font-size:clamp(1rem,2.5vw,1.15rem)}.slide p+p{margin-top:1rem}.highlight{color:var(--accent-bright)}.gold{color:var(--accent-gold)}.warm{color:var(--accent-warm)}.green{color:var(--green)}.big-number{background:linear-gradient(135deg, var(--accent), var(--accent-warm));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:clamp(3rem,10vw,6rem);line-height:1}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.stat-card{background:var(--bg-card);text-align:center;border:1px solid #d4a0c01a;border-radius:12px;padding:1.25rem}.stat-card .value{color:var(--accent-bright);font-family:DM Serif Display,serif;font-size:1.8rem;display:block}.stat-card .label{color:var(--text-muted);margin-top:.25rem;font-size:.8rem;display:block}.funnel{flex-direction:column;gap:0;margin-top:1.5rem;display:flex}.funnel-step{background:var(--bg-card);border:1px solid #d4a0c014;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:relative}.funnel-step:first-child{border-radius:12px 12px 0 0}.funnel-step:last-child{border-radius:0 0 12px 12px}.funnel-step+.funnel-step{border-top:none}.funnel-step .step-num{background:linear-gradient(135deg, var(--accent), var(--accent-warm));width:28px;height:28px;color:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.funnel-step .step-text{font-size:.95rem}.funnel-step .step-text .step-label{color:var(--text);font-weight:600}.funnel-step .step-text .step-detail{color:var(--text-muted);font-size:.85rem}.funnel-step .step-rate{color:var(--green);white-space:nowrap;margin-left:auto;font-size:.8rem;font-weight:600}.comparison{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.comparison-row{flex-direction:column;gap:.35rem;display:flex}.comparison-row .comp-label{color:var(--text-muted);justify-content:space-between;font-size:.8rem;display:flex}.comparison-bar{background:#d4a0c01a;border-radius:4px;height:8px;overflow:hidden}.comparison-bar .fill{border-radius:4px;height:100%;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.fill-current{background:var(--red)}.fill-potential{background:linear-gradient(90deg, var(--accent), var(--accent-warm))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1.5rem;display:grid}.product-card{background:var(--bg-card);border:1px solid #d4a0c01a;border-radius:12px;padding:1.25rem}.product-card .emoji{margin-bottom:.5rem;font-size:1.5rem}.product-card .name{margin-bottom:.25rem;font-size:.95rem;font-weight:600}.product-card .price{color:var(--accent-gold);font-size:.85rem}.product-card .desc{color:var(--text-muted);margin-top:.35rem;font-size:.8rem}.stack-table{border-collapse:collapse;width:100%;margin-top:1.5rem}.stack-table th,.stack-table td{text-align:left;border-bottom:1px solid #d4a0c014;padding:.6rem .75rem;font-size:.9rem}.stack-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:500}.stack-table td:last-child{text-align:right;color:var(--accent-gold);font-weight:600}.stack-total{border-top:2px solid var(--accent)!important;font-weight:700!important}.stack-total td:last-child{font-size:1.1rem;color:var(--accent-bright)!important}.timeline{flex-direction:column;gap:0;margin-top:1.5rem;display:flex;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--accent), var(--accent-warm));opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:13px}.timeline-item{gap:1rem;padding:1rem 0;display:flex;position:relative}.timeline-dot{background:var(--bg-card);border:2px solid var(--accent);width:28px;height:28px;color:var(--accent);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.timeline-content .tl-title{margin-bottom:.15rem;font-size:1rem;font-weight:600}.timeline-content .tl-desc{color:var(--text-muted);font-size:.85rem}.timeline-content .tl-time{color:var(--accent-warm);margin-bottom:.15rem;font-size:.75rem;font-weight:600}.cta-box{text-align:center;background:linear-gradient(135deg,#d4a0c014,#c8956e14);border:1px solid #d4a0c026;border-radius:16px;margin-top:2rem;padding:2rem}.cta-box p{text-align:center;max-width:100%;margin:0 auto}.divider{background:linear-gradient(90deg, var(--accent), var(--accent-warm));border-radius:1px;width:40px;height:2px;margin:1.5rem 0}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (width<=480px){.stat-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.funnel-step .step-rate{display:none}}
