*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#000;color:#fff}.presentation{width:100vw;height:100vh;position:relative;overflow:hidden}.slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.slide.active{opacity:1;visibility:visible}.slide:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(var(--theme-primary-rgb, 20, 184, 166),.03) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--theme-primary-rgb, 20, 184, 166),.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.slide-content{position:relative;z-index:10;max-width:1000px;width:100%;text-align:center}.slide-subtitle{font-size:clamp(1.125rem,2.5vw,1.75rem);color:#94a3b8;margin-bottom:2rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1.5rem}.content-text{font-size:1.25rem;color:#d1d5db;max-width:800px;margin:0 auto 1.5rem;line-height:1.7;text-align:left}.closing-text{font-size:1.25rem;color:#94a3b8;max-width:700px;margin:0 auto 2rem;line-height:1.6}.bullet-list{list-style:none;text-align:left;max-width:800px;margin:0 auto}.bullet-list li{padding:.875rem 0 .875rem 2rem;position:relative;color:#d1d5db;font-size:1.125rem;line-height:1.6;border-bottom:1px solid rgba(255,255,255,.05)}.bullet-list li:before{content:"";position:absolute;left:0;top:1.25rem;width:10px;height:10px;border-radius:50%;background:var(--theme-primary, #14b8a6);box-shadow:0 0 10px rgba(var(--theme-primary-rgb, 20, 184, 166),.5)}.bullet-list li:last-child{border-bottom:none}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-btn:hover:before{left:100%}.cta-btn-primary{background:linear-gradient(135deg,var(--theme-primary, #14b8a6) 0%,color-mix(in srgb,var(--theme-primary, #14b8a6) 80%,black) 100%);color:#000}.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px rgba(var(--theme-primary-rgb, 20, 184, 166),.3)}.cta-btn-secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff}.cta-btn-secondary:hover{background:#ffffff26}.nav-container{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:100;display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;background:#000c;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:100px}.nav-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease}.nav-btn:hover:not(:disabled){background:rgba(var(--theme-primary-rgb, 20, 184, 166),.3);border-color:var(--theme-primary, #14b8a6)}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-dots{display:flex;gap:.5rem}.nav-dot{width:.5rem;height:.5rem;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease;border:none}.nav-dot.active{background:var(--theme-primary, #14b8a6);box-shadow:0 0 10px rgba(var(--theme-primary-rgb, 20, 184, 166),.5)}.nav-dot:hover{background:#fff9}.slide-counter{font-size:.75rem;color:#6b7280;min-width:3rem;text-align:center}.progress-bar{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--theme-primary, #14b8a6),var(--theme-primary-light, #5eead4));transition:width .3s ease;z-index:100}.back-link{position:fixed;top:1.5rem;left:1.5rem;z-index:100;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#00000080;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#94a3b8;text-decoration:none;font-size:.875rem;transition:all .3s ease}.back-link:hover{background:#ffffff1a;color:#fff}.slide-corner{position:absolute;width:60px;height:60px;pointer-events:none}.slide-corner:before,.slide-corner:after{content:"";position:absolute;background:rgba(var(--theme-primary-rgb, 20, 184, 166),.3)}.slide-corner.top-left{top:1rem;left:1rem}.slide-corner.top-left:before{top:0;left:0;width:30px;height:2px}.slide-corner.top-left:after{top:0;left:0;width:2px;height:30px}.slide-corner.bottom-right{bottom:5rem;right:1rem}.slide-corner.bottom-right:before{bottom:0;right:0;width:30px;height:2px}.slide-corner.bottom-right:after{bottom:0;right:0;width:2px;height:30px}@keyframes gridPulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes badgePulse{0%,to{box-shadow:0 0 10px rgba(var(--theme-primary-rgb, 20, 184, 166),.2)}50%{box-shadow:0 0 20px rgba(var(--theme-primary-rgb, 20, 184, 166),.4)}}@keyframes numberGlow{0%,to{box-shadow:0 0 30px rgba(var(--theme-primary-rgb, 20, 184, 166),.3)}50%{box-shadow:0 0 50px rgba(var(--theme-primary-rgb, 20, 184, 166),.5)}}@keyframes ctaPulse{0%,to{box-shadow:0 4px 20px rgba(var(--theme-primary-rgb, 20, 184, 166),.3)}50%{box-shadow:0 8px 40px rgba(var(--theme-primary-rgb, 20, 184, 166),.5)}}html,body{touch-action:pan-y;overscroll-behavior:none}@media (prefers-reduced-motion: reduce){.slide,.nav-dot,.nav-btn,.cta-btn{transition:none;animation:none}}@media (max-width: 768px){.slide{padding:1rem}.bullet-list li{font-size:1rem}.content-text{font-size:1.125rem}.cta-btn{padding:.875rem 1.5rem;font-size:.875rem}}:root{--theme-primary: #14b8a6;--theme-primary-light: #5eead4;--theme-primary-rgb: 20, 184, 166;--theme-bg-dark: #0a1a18;--theme-bg-darker: #050f0e}.theme-amber{--theme-primary: #f59e0b;--theme-primary-light: #fcd34d;--theme-primary-rgb: 245, 158, 11;--theme-bg-dark: #1a150a;--theme-bg-darker: #0f0b05}.theme-teal{--theme-primary: #14b8a6;--theme-primary-light: #5eead4;--theme-primary-rgb: 20, 184, 166;--theme-bg-dark: #0a1a18;--theme-bg-darker: #050f0e}.theme-red{--theme-primary: #ef4444;--theme-primary-light: #fca5a5;--theme-primary-rgb: 239, 68, 68;--theme-bg-dark: #1a0a0a;--theme-bg-darker: #0f0505}.theme-purple{--theme-primary: #a78bfa;--theme-primary-light: #c4b5fd;--theme-primary-rgb: 168, 85, 247;--theme-bg-dark: #0a0a1a;--theme-bg-darker: #050510}.theme-cyan{--theme-primary: #06b6d4;--theme-primary-light: #67e8f9;--theme-primary-rgb: 6, 182, 212;--theme-bg-dark: #0a1a1a;--theme-bg-darker: #050f0f}.theme-green{--theme-primary: #22c55e;--theme-primary-light: #4ade80;--theme-primary-rgb: 34, 197, 94;--theme-bg-dark: #0a1a0f;--theme-bg-darker: #050f08}.theme-orange{--theme-primary: #f97316;--theme-primary-light: #fb923c;--theme-primary-rgb: 249, 115, 22;--theme-bg-dark: #1a0f0a;--theme-bg-darker: #0f0805}.theme-multicolor{--theme-primary: #14b8a6;--theme-primary-light: #5eead4;--theme-primary-rgb: 20, 184, 166;--theme-bg-dark: #0a0a0f;--theme-bg-darker: #050508}.theme-amber .slide,.theme-teal .slide,.theme-red .slide,.theme-purple .slide,.theme-cyan .slide,.theme-green .slide,.theme-orange .slide,.theme-multicolor .slide{background:linear-gradient(135deg,var(--theme-bg-dark) 0%,var(--theme-bg-darker) 50%,var(--theme-bg-dark) 100%)}.theme-amber .nav-dot.active,.theme-teal .nav-dot.active,.theme-red .nav-dot.active,.theme-purple .nav-dot.active{background:var(--theme-primary);box-shadow:0 0 10px rgba(var(--theme-primary-rgb),.5)}.theme-teal{--orb-1-color: rgba(20, 184, 166, .3);--orb-2-color: rgba(168, 85, 247, .3);--orb-3-color: rgba(236, 72, 153, .3);--nav-dot-color: #14b8a6;--nav-dot-glow: rgba(20, 184, 166, .6);--progress-gradient: linear-gradient(to right, #2dd4bf, #22d3ee, #a78bfa);--accent-from: rgba(20, 184, 166, .1);--accent-to: rgba(168, 85, 247, .1)}.theme-amber{--orb-1-color: rgba(245, 158, 11, .3);--orb-2-color: rgba(239, 68, 68, .3);--orb-3-color: rgba(251, 191, 36, .3);--nav-dot-color: #f59e0b;--nav-dot-glow: rgba(245, 158, 11, .6);--progress-gradient: linear-gradient(to right, #f59e0b, #fbbf24, #ef4444);--accent-from: rgba(245, 158, 11, .1);--accent-to: rgba(239, 68, 68, .1)}.theme-cyan{--orb-1-color: rgba(6, 182, 212, .3);--orb-2-color: rgba(59, 130, 246, .3);--orb-3-color: rgba(20, 184, 166, .3);--nav-dot-color: #06b6d4;--nav-dot-glow: rgba(6, 182, 212, .6);--progress-gradient: linear-gradient(to right, #06b6d4, #3b82f6, #14b8a6);--accent-from: rgba(6, 182, 212, .1);--accent-to: rgba(59, 130, 246, .1)}.theme-purple{--orb-1-color: rgba(168, 85, 247, .3);--orb-2-color: rgba(236, 72, 153, .3);--orb-3-color: rgba(139, 92, 246, .3);--nav-dot-color: #a78bfa;--nav-dot-glow: rgba(168, 85, 247, .6);--progress-gradient: linear-gradient(to right, #a78bfa, #ec4899, #8b5cf6);--accent-from: rgba(168, 85, 247, .1);--accent-to: rgba(236, 72, 153, .1)}.theme-green{--orb-1-color: rgba(34, 197, 94, .3);--orb-2-color: rgba(16, 185, 129, .3);--orb-3-color: rgba(52, 211, 153, .3);--nav-dot-color: #22c55e;--nav-dot-glow: rgba(34, 197, 94, .6);--progress-gradient: linear-gradient(to right, #22c55e, #10b981, #34d399);--accent-from: rgba(34, 197, 94, .1);--accent-to: rgba(16, 185, 129, .1)}.theme-orange{--orb-1-color: rgba(249, 115, 22, .3);--orb-2-color: rgba(251, 146, 60, .3);--orb-3-color: rgba(245, 158, 11, .3);--nav-dot-color: #f97316;--nav-dot-glow: rgba(249, 115, 22, .6);--progress-gradient: linear-gradient(to right, #f97316, #fb923c, #f59e0b);--accent-from: rgba(249, 115, 22, .1);--accent-to: rgba(251, 146, 60, .1)}.theme-multicolor{--orb-1-color: rgba(20, 184, 166, .3);--orb-2-color: rgba(168, 85, 247, .3);--orb-3-color: rgba(236, 72, 153, .3);--nav-dot-color: #14b8a6;--nav-dot-glow: rgba(20, 184, 166, .6);--progress-gradient: linear-gradient(to right, #2dd4bf, #22d3ee, #a78bfa);--accent-from: rgba(20, 184, 166, .1);--accent-to: rgba(168, 85, 247, .1)}.slide-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:100px;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#c4b5fd;margin-bottom:1.5rem}.slide-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#a78bfa,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.commitment-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;background:#a855f726;border:1px solid rgba(168,85,247,.4);border-radius:100px;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#c4b5fd;margin-bottom:1.5rem}.commitment-number{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:#a855f733;border:2px solid rgba(168,85,247,.5);border-radius:50%;font-size:1.5rem;font-weight:900;color:#c4b5fd;margin-bottom:1rem}.commitment-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}.commitment-title .purple{color:#c4b5fd}.bullet-list li:before{background:#a78bfa;box-shadow:0 0 10px #a855f780}.bullet-list li strong{color:#fff}.closing-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;background:#a855f726;border:1px solid rgba(168,85,247,.4);border-radius:100px;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#c4b5fd;margin-bottom:1.5rem}.closing-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.3}.closing-title .purple{color:#c4b5fd}.cta-btn-primary{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.cta-btn-primary:hover{box-shadow:0 10px 40px #a855f74d}.nav-btn:hover:not(:disabled){background:#a855f74d;border-color:#a78bfa}.nav-dot.active{background:#a78bfa;box-shadow:0 0 10px #a855f780}.progress-bar{background:linear-gradient(90deg,#a78bfa,#c4b5fd)}
