.navbar{position:sticky;top:0;z-index:999;background:#0f0f1ee6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 32px;box-shadow:0 2px 8px #00000080}.nav-container{display:flex;justify-content:space-between;align-items:center}.title-link{font-size:2rem;color:#ffb347;font-weight:600;font-family:Lato,sans-serif;text-decoration:none}.nav-links{display:flex;gap:24px;list-style:none;font-family:Lato,sans-serif;align-items:center}.nav-links a,.nav-link-button{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;font-size:1.2rem;background:none;border:none;cursor:pointer;font-family:inherit}.nav-links a:hover,.nav-link-button:hover{color:#ffb347}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:20px;background:none;border:none;cursor:pointer;color:#ffb347;background-color:#ffb347}.bar{height:3px;width:100%;background-color:#fff;border-radius:2px}@media (max-width: 768px){.hamburger{display:flex;color:#ffb347;background-color:#ffb347}.nav-links{position:absolute;top:70px;right:0;background:#0f0f1ef2;flex-direction:column;align-items:flex-start;gap:16px;padding:20px;width:200px;transform:translate(100%);transition:transform .3s ease-in-out}.nav-links.open{transform:translate(0)}}:root{--card-blur: 20px;--border-radius: 24px;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .08);--mini-bg: rgba(255, 255, 255, .04);--mini-hover-bg: rgba(255, 255, 255, .06);--font-glow-light: rgba(255, 255, 255, .3);--font-glow-strong: rgba(255, 255, 255, .5)}.stats-wrapper{color:#fff;padding:7rem 2rem;display:flex;justify-content:center;position:relative;overflow:hidden}.stats-wrapper:before{content:"";position:absolute;top:-20%;left:-20%;width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.05),transparent 70%);filter:blur(120px);z-index:-1}.glass-card{max-width:1200px;width:100%;background:var(--glass-bg);border-radius:var(--border-radius);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(var(--card-blur));backdrop-filter:blur(var(--card-blur));box-shadow:0 8px 40px #00000080;padding:4rem;display:flex;flex-direction:column;gap:4rem}@media (min-width: 768px){.glass-card{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:6rem}}.glass-card .highlight-stat{flex:1;text-align:center}@media (min-width: 768px){.glass-card .highlight-stat{text-align:left}}.glow-number{font-size:4rem;font-weight:800;text-shadow:0 0 10px var(--font-glow-light),0 0 20px var(--font-glow-strong);animation:glowPulse 6s infinite ease-in-out}@keyframes glowPulse{0%,to{text-shadow:0 0 10px var(--font-glow-light)}50%{text-shadow:0 0 20px var(--font-glow-strong)}}.highlight-stat p.subtext{font-size:1.25rem;margin-top:1rem;opacity:.85}.highlight-stat p.secondary{font-size:1.75rem;font-weight:600;margin-top:2.5rem;opacity:.7}.stat-grid{flex:1;display:grid;gap:1.5rem}@media (min-width: 640px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.mini-card{background:var(--mini-bg);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.mini-card:hover{transform:translateY(-5px) scale(1.02);background:var(--mini-hover-bg);box-shadow:0 6px 24px #ffffff1a}.mini-card p.number{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:inherit}.mini-card p.label{font-size:1rem;opacity:.8}.pricing-section{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:80px 32px;background:linear-gradient(135deg,#1c1c2b,#251c3a,#3a1c28);min-height:100vh;text-align:center}.pricing-card{background:#ffffff0d;border-radius:20px;padding:48px;max-width:800px;width:90%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 6px 20px #00000080;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.1);margin:0 auto;text-align:left}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #000000b3}.pricing-card h1{margin-bottom:20px;color:#ffe9b0;font-size:2.5rem}.pricing-card p{font-size:1.1rem;color:#e0e0e0;font-weight:400;line-height:1.6;margin-bottom:16px}.pricing-card a{color:#ffae42;text-decoration:underline;transition:color .2s ease}.pricing-card a:hover{color:#ffcc70}.login-page{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(145deg,#0f2027,#203a43,#2c5364);background-size:cover}.login-glass{background:#ffffff12;border-radius:20px;padding:3rem 2.5rem;width:420px;max-width:90vw;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 32px #0000005e;color:#fff;display:flex;flex-direction:column;gap:.25rem;text-align:center}.login-glass h2{margin-bottom:1rem;font-size:2rem}.input-group{position:relative;display:flex;align-items:center;padding:8px}.input-group input{width:100%;padding:.9rem 1rem;border:none;border-radius:12px;background:#fff3;color:#fff;font-size:1rem;outline:none}.input-group input::placeholder{color:#ccc}.toggle-btn{position:absolute;right:12px;background:none;border:none;color:#fff;cursor:pointer;padding:0;margin:0}.login-glass button[type=submit]{margin-top:1rem;padding:.8rem;border:none;border-radius:12px;background-color:orange;color:#000;font-weight:700;cursor:pointer;font-size:1rem;transition:background-color .3s ease;width:100%}.login-glass button[type=submit]:hover{background-color:#ff8c00}.dropzone{position:relative;flex:0 0 300px;aspect-ratio:9 / 16;border:4px dashed #ccc;border-radius:12px;overflow:hidden;background-color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.dropzone:hover{border-color:#39f}.video-preview{width:100%;height:100%;position:relative}.video-element{width:100%;height:100%;object-fit:cover}.caption-overlay{position:absolute;bottom:12%;left:5%;right:5%;color:#fff;font-size:.9rem;font-weight:500;text-shadow:1px 1px 4px rgba(0,0,0,.8);text-align:left;line-height:1.4;word-break:break-word;white-space:pre-wrap;max-width:90%}.engagement-icons{position:absolute;right:4%;top:30%;display:flex;flex-direction:column;align-items:center;gap:20px;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.engagement-item{display:flex;flex-direction:column;align-items:center;gap:4px}.engagement-item span{font-size:.85rem;font-weight:500}.profile-pic{position:absolute;bottom:8px;left:8px;width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid white}.profile-pic img{width:100%;height:100%;object-fit:cover}.music-ticker{position:absolute;bottom:0;left:0;width:100%;background:#0006;color:#fff;font-size:.85rem;padding:6px 10px;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.caption-input{display:flex;flex-direction:column;gap:12px}.caption-textarea{border:1px solid #ccc;border-radius:8px;padding:12px;height:120px;resize:none;font-size:14px;font-family:sans-serif}.caption-preview{background-color:#f5f5f5;padding:12px;border-radius:8px}.preview-title{margin:0 0 6px;font-weight:700}.platform-selector{display:flex;flex-direction:column;gap:8px}.platform-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 10px;border-radius:6px;transition:background-color .2s ease}.platform-option:hover:not(.disabled){background-color:#ff00000d}.platform-option.disabled{opacity:.5;cursor:not-allowed}.platform-circle{width:16px;height:16px;border:2px solid #ccc;border-radius:50%;transition:all .2s ease}.platform-circle.selected{background-color:red;border-color:red}.platform-name{font-size:14px;color:#fefcf2}.platform-option:not(.disabled) .platform-name{transition:color .2s ease}.platform-circle.selected+.platform-name{color:red}.terminal-feed{background-color:#000;color:#39ff14;font-family:monospace;padding:16px;height:192px;overflow-y:scroll;border-radius:8px;border:1px solid #222}.terminal-line{white-space:pre-wrap;line-height:1.4}.upload-button{margin-top:20px;padding:12px 24px;background-color:#39f;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s ease}.upload-button:hover{background-color:#267fd3}.upload-container{max-width:1200px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:24px}.upload-main{display:flex;gap:24px;align-items:flex-start}.upload-controls{flex:1;display:flex;flex-direction:column;gap:16px}.error-page{background:#ffffff0d;border-radius:20px;padding:48px;max-width:800px;width:90%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 6px 20px #00000080;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.1);margin:0 auto;text-align:left}.error-page:hover{transform:translateY(-8px);box-shadow:0 10px 30px #000000b3}.error-page-heading{margin-bottom:20px;color:#ffe9b0;font-size:2.5rem}.error-page-para{font-size:1.1rem;color:#e0e0e0;font-weight:400;line-height:1.6;margin-bottom:16px}.error-page-links{display:flex;gap:24px;list-style:none}:root{--sunset-orange: #FF6A3D;--sunset-pink: #FF9671;--midnight-navy: #0B1E3D;--glass-white: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .25);--shadow: rgba(0, 0, 0, .25);--text-light: #f3f4f6;--text-dark: #1a1a1a;--font-main: "Poppins", sans-serif}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{font-family:var(--font-main);background:#0b1e3d;color:var(--text-light);line-height:1.6;scroll-behavior:smooth;transition:background 1s ease}a{color:inherit;text-decoration:none}button{font-family:var(--font-main);cursor:pointer;border:none;background:none}.sky{min-height:100vh;width:100%;transition:background 1s ease}.glass{background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:0 10px 30px var(--shadow);border-radius:20px}.section{padding:6rem 2rem;text-align:center}.section-title{font-size:3.5rem;color:var(--text-light);margin-bottom:4rem}.section-text{font-size:1.25rem;max-width:600px;margin:0 auto}.how-it-works{background:transparent;box-shadow:none}.glass-button{margin-top:1rem;padding:.75rem 1.5rem;background-color:var(--sunset-orange);color:#fff;border-radius:30px;font-weight:700;transition:background .3s ease}.glass-button:hover{background-color:var(--sunset-pink)}.section.tall{min-height:120vh;display:flex;flex-direction:column;justify-content:center}.standing-grid{display:flex;justify-content:center;align-items:stretch;gap:2rem;margin-top:3rem;flex-wrap:nowrap}.standing-card{min-height:450px;padding:2.5rem 2rem;border-radius:30px;background:#ffffff14;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 15px 40px #0006;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:all .4s ease}.standing-card:hover{transform:translateY(-6px) scale(1.02);background:#ffffff1f}.wide-card{width:400px;height:500px}.tall-card,.new-wide-card{width:300px;height:700px}.new-tall-card{width:400px;height:500px}.standing-card h3{font-size:2rem;margin-bottom:1rem}.standing-card p{font-size:1.2rem;max-width:500px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.standing-card{animation:fadeUp .6s ease forwards;opacity:0}.standing-card:nth-child(1){animation-delay:.1s}.standing-card:nth-child(2){animation-delay:.2s}.standing-card:nth-child(3){animation-delay:.3s}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;height:90vh;padding:2rem;color:var(--text-light);text-align:center;position:relative;overflow:hidden}.hero-title{font-size:3rem;font-weight:700;text-shadow:0 2px 4px var(--shadow)}.hero-subtitle{font-size:1.25rem;margin-top:1rem;max-width:600px;color:#232923}.cta-button{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 2rem;border:none;border-radius:50px;background:var(--midnight-navy);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00000040}.cta-button:hover{transform:scale(1.05);background:var(--sunset-orange);box-shadow:0 6px 20px #00000059}.icon{width:1.25rem;height:1.25rem}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:2rem;background:linear-gradient(135deg,var(--sunset-orange),var(--sunset-pink));color:var(--text-light);text-align:center;position:relative;overflow:hidden}.main-title{font-size:3.5rem;font-weight:800;margin-top:1rem}.main-subtitle{font-size:1.25rem;margin-top:1rem;max-width:700px;text-align:center}.primary-btn{margin-top:2rem;padding:.75rem 2rem;border-radius:40px;border:none;font-size:1rem;font-weight:700;background-color:var(--midnight-navy);color:#fff;transition:background .3s ease,transform .2s ease}.primary-btn:hover{background-color:var(--sunset-pink);transform:scale(1.05)}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.popup{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:400px;text-align:center;box-shadow:0 10px 20px #0003}.popup h2{margin-bottom:1rem;font-size:1.5rem;color:#000}.popup p{margin-bottom:1.5rem;color:#333}.popup-actions{display:flex;flex-direction:column;gap:.8rem}.popup-btn{background:#ff7b54;color:#000;padding:.8rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;text-decoration:none;text-align:center;transition:background .3s ease}.popup-btn:hover{background:#ff5722}.popup-btn.cancel{background:#ccc;color:#333}.popup-btn.cancel:hover{background:#aaa}.hero-bg{display:flex;flex-direction:column;align-items:center;justify-content:center;height:90vh;padding:2rem;background:linear-gradient(135deg,#47477b,#2e1e53,#3a1c28);color:var(--text-light);text-align:center;position:relative;overflow:hidden}.hero-bg-subtitle{font-size:1.25rem;margin-top:1rem;max-width:600px;color:#fff}.features{min-height:100vh;padding:6rem 2rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;align-items:center;justify-content:center}.features-title{font-size:3.5rem;color:var(--text-light);margin-bottom:4rem}.features-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.feature-card{background:#ffffff1a;padding:2.5rem;border-radius:24px;width:340px;text-align:center;border:1px solid rgba(255,255,255,.15);box-shadow:0 16px 40px #0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:transform .3s ease,box-shadow .3s ease;color:#fff}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000080}.feature-icon{margin-bottom:1.2rem;color:var(--accent)}.feature-card h3{font-size:1.4rem;margin-bottom:.8rem}.feature-card p{font-size:1rem;opacity:.9}.testimonials{min-height:100vh;padding:6rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.testimonials-heading{font-size:2.8rem;font-weight:700;margin-bottom:4rem;color:#fff}.testimonial-grid{display:grid;gap:2.5rem;max-width:1100px;margin:0 auto;width:100%;padding:0 1rem}@media (min-width: 768px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#ffffff0f;border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 36px #0000004d;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-6px)}.quote-icon{color:#fff;opacity:.4;margin-bottom:1rem;width:24px;height:24px}.testimonial-text{font-size:1.1rem;margin-bottom:1rem;color:#f1f1f1}.testimonial-name{font-size:.95rem;color:#ddd;opacity:.7}.testimonial-meta{display:flex;flex-direction:column;margin-top:8px;font-size:.9rem;color:#555}.testimonial-company{font-style:italic;font-size:.85rem;color:#807a7a}.footer{background:linear-gradient(145deg,#000,#01040a,#0a0f1a);color:#fff;min-height:60vh;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 1.5rem;margin-top:3rem}.footer-scroll-section{display:flex;justify-content:space-around;gap:2rem;overflow-y:auto;max-height:50vh;padding-bottom:1rem;scroll-behavior:smooth}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links h3{font-size:1.2rem;color:orange;margin-bottom:.8rem}.footer-links a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease,transform .2s ease}.footer-links a:hover{color:#ffae42;transform:translate(4px)}.footer-right{text-align:center;font-size:1.1rem;font-weight:500;margin-top:1.5rem;color:#fff}a{text-decoration:none;color:inherit}body{scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh;font-family:Lato,sans-serif}section{scroll-snap-align:start}.app-container{font-family:Lato,sans-serif;color:#f5f5f5;background:linear-gradient(to bottom,#0e0e0e,#1c1c1c);min-height:100vh;padding:0;margin:0}@media (min-width: 1024px) and (max-width: 1439px){section{padding:4rem 6rem}}@media (min-width: 768px) and (max-width: 1023px){section{padding:3rem 2rem}.glass-box{margin:1.5rem auto;max-width:700px}}@media (min-width: 480px) and (max-width: 767px){section{padding:2.5rem 1.5rem}.glass-box{margin:1.25rem auto;max-width:90%}}@media (max-width: 479px){section{padding:2rem 1rem}.glass-box{margin:1rem auto;max-width:95%}h1,h2,h3{font-size:clamp(1.25rem,5vw,1.75rem)}p{font-size:clamp(.9rem,4vw,1rem);line-height:1.5}button,.btn{width:100%;padding:.75rem 1rem;font-size:1rem}}
