@import"https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Inter:wght@300;400;500;600&display=swap";.navbar{position:sticky;top:0;z-index:999;background:#0a0814d1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07);padding:0 52px;height:64px;display:flex;align-items:center}.nav-container{width:100%;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:Syne,sans-serif;font-size:18px;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.02em;white-space:nowrap;transition:opacity .18s}.nav-logo:hover{opacity:.78}.nav-links{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.nav-links a,.nav-link-button{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#ffffffa6;text-decoration:none;background:none;border:none;cursor:pointer;padding:0;transition:color .18s;letter-spacing:.01em}.nav-links a:hover,.nav-link-button:hover{color:#fff}.nav-cta{font-family:Inter,sans-serif;font-size:13.5px;font-weight:600!important;color:#fff!important;text-decoration:none;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:6px;padding:8px 18px;transition:background .18s,border-color .18s;white-space:nowrap}.nav-cta:hover{background:#fff3!important;border-color:#ffffff73!important;color:#fff!important}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;background:none;border:none;cursor:pointer;padding:0}.bar{display:block;height:2px;width:100%;background:#fffc;border-radius:2px;transition:transform .22s ease,opacity .22s ease}.hamburger--open .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open .bar:nth-child(2){opacity:0}.hamburger--open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.navbar{padding:0 24px}.hamburger{display:flex}.nav-links{position:absolute;top:64px;right:0;left:0;background:#0a0814f7;border-bottom:1px solid rgba(255,255,255,.08);flex-direction:column;align-items:flex-start;gap:0;padding:8px 0;transform:translateY(-8px);opacity:0;pointer-events:none;transition:transform .22s ease,opacity .22s ease}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.nav-links li{width:100%}.nav-links a,.nav-link-button{display:block;padding:14px 24px;font-size:15px;color:#ffffffbf;width:100%}.nav-cta{display:block;margin:8px 24px 12px;text-align:center;width:calc(100% - 48px);padding:12px}}:root{--sunset-a: #FF9A5C;--sunset-b: #FF6B6B;--sunset-c: #D64F8A;--sunset-d: #8B2FC9;--night: #0A0A14;--night-2: #12121F;--white: #ffffff;--off-white: #F8F7F4;--warm-line: #E8E5E0;--ink: #0F0F1A;--ink-2: #44444F;--ink-3: #888899;--fire: #FF6B4A;--fire-hover: #E85430;--stat-c1: #FF9A5C;--stat-c2: #FF6B6B;--stat-c3: #D64F8A;--stat-c4: #8B2FC9;--max-w: 1120px;--gap-xl: 128px;--gap-lg: 96px;--gap-md: 64px;--font-display: "Syne", sans-serif;--font-body: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased}.home-root{overflow-x:hidden}.section-label{display:inline-block;font-family:var(--font-body);font-size:10.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--fire);margin-bottom:18px}.hero-section{position:relative;height:calc(100vh - 80px);min-height:560px;display:flex;flex-direction:column;overflow:hidden}.hero-gradient-bg{position:absolute;inset:0;background:linear-gradient(148deg,#ffb570,#ff7759 20%,#d64f8a 52%,#7b2abf 78%,#0e0820);z-index:0}.hero-gradient-bg:after{content:"";position:absolute;inset:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none}.hero-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:1}.hero-orb--1{width:600px;height:600px;right:-160px;top:-160px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 65%)}.hero-orb--2{width:320px;height:320px;left:-80px;bottom:100px;background:radial-gradient(circle,rgba(255,154,92,.14) 0%,transparent 65%)}.hero-body{position:relative;z-index:2;flex:1;display:grid;grid-template-columns:55% 45%;padding:0 52px;min-height:0}.hero-left{display:flex;align-items:center;padding-top:0;padding-bottom:0;padding-right:40px}.hero-headline{font-family:Syne,sans-serif!important;font-size:clamp(58px,6.5vw,88px);font-weight:800!important;line-height:.97;letter-spacing:-.035em;color:#fff;text-shadow:0 2px 40px rgba(0,0,0,.12);margin:0;padding:0}.hero-headline em{font-style:italic;color:#ffd4a0;position:relative;display:inline-block}.hero-headline em:after{content:"";position:absolute;left:0;bottom:3px;width:100%;height:3px;background:linear-gradient(90deg,#FFD4A0 50%,transparent);border-radius:2px}.hero-right{display:flex;align-items:center;justify-content:flex-end;padding:32px 0 32px 32px}.hero-glass-card{width:100%;background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:32px}.hero-subline{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.75;color:#ffffffd1;margin:0}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn-download{display:inline-flex;align-items:center;background:#fff;color:#a02868;font-family:Inter,sans-serif;font-size:14px;font-weight:600;padding:12px 28px;border-radius:7px;border:none;cursor:pointer;text-decoration:none;letter-spacing:.01em;white-space:nowrap;box-shadow:0 2px 16px #00000038;transition:transform .18s ease,box-shadow .18s ease}.btn-download:hover{transform:translateY(-2px);box-shadow:0 6px 26px #0000004d}.btn-ghost{display:inline-flex;align-items:center;background:transparent;color:#ffffffd1;font-family:Inter,sans-serif;font-size:14px;font-weight:500;padding:12px 20px;border-radius:7px;border:1px solid rgba(255,255,255,.28);cursor:pointer;text-decoration:none;letter-spacing:.01em;white-space:nowrap;transition:border-color .18s,color .18s,background .18s}.btn-ghost:hover{border-color:#fff9;color:#fff;background:#ffffff12}.hero-footer{position:relative;z-index:2;flex-shrink:0;display:flex;align-items:center;gap:14px;padding:14px 52px;border-top:1px solid rgba(255,255,255,.1);background:#00000029;margin-bottom:40px}.hero-platforms-label{font-family:Inter,sans-serif;font-size:10.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#ffffff61;white-space:nowrap}.hero-platform-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.platform-pill{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:4px;padding:5px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#ffffffb8;white-space:nowrap}@media (max-width: 860px){.hero-section{height:auto;min-height:calc(100vh - 64px)}.hero-body{grid-template-columns:1fr;padding:40px 32px;gap:32px}.hero-left{padding-right:0}.hero-right{padding:0;justify-content:flex-start}.hero-footer{padding:14px 32px}}@media (max-width: 520px){.hero-headline{font-size:clamp(44px,13vw,60px)}.hero-actions{flex-direction:column;align-items:stretch}.btn-download,.btn-ghost{justify-content:center}}.features-section{background:var(--white);padding:var(--gap-xl) 0}.features-intro{max-width:var(--max-w);margin:0 auto 72px;padding:0 48px}.features-headline{font-family:var(--font-display);font-size:clamp(28px,3.8vw,46px);font-weight:800;line-height:1.08;letter-spacing:-.025em;color:var(--ink);max-width:560px}.features-list{max-width:var(--max-w);margin:0 auto;padding:0 48px}.feature-row{display:flex;align-items:flex-start;gap:40px;padding:36px 0;border-top:1px solid var(--warm-line);transition:background .2s}.feature-row:last-child{border-bottom:1px solid var(--warm-line)}.feature-row-left{display:flex;align-items:center;gap:20px;flex-shrink:0;width:100px}.feature-row-number{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--ink-3);letter-spacing:.05em;min-width:28px}.feature-row-icon{width:48px;height:48px;border-radius:10px;background:var(--off-white);border:1px solid var(--warm-line);display:flex;align-items:center;justify-content:center;color:var(--fire);flex-shrink:0;transition:background .2s,border-color .2s}.feature-row:hover .feature-row-icon{background:#fff0eb;border-color:#ffccba}.feature-row-body{flex:1;display:flex;align-items:baseline;gap:40px}.feature-row-title{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--ink);min-width:260px;flex-shrink:0;letter-spacing:-.01em}.feature-row-desc{font-size:15px;line-height:1.65;color:var(--ink-2);max-width:520px}.hiw-section{background:var(--off-white);padding:var(--gap-xl) 0}.hiw-inner{max-width:var(--max-w);margin:0 auto;padding:0 48px}.hiw-header{margin-bottom:72px}.hiw-headline{font-family:var(--font-display);font-size:clamp(28px,3.8vw,46px);font-weight:800;line-height:1.08;letter-spacing:-.025em;color:var(--ink);max-width:480px;margin-bottom:14px}.hiw-subline{font-size:15px;color:var(--ink-2);line-height:1.65;max-width:400px}.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:56px;position:relative}.hiw-steps:before{content:"";position:absolute;top:22px;left:68px;right:68px;height:1px;background:linear-gradient(90deg,var(--sunset-a),var(--sunset-c),var(--sunset-d));opacity:.4;z-index:0}.hiw-step{position:relative;z-index:1}.hiw-step-number{width:44px;height:44px;border-radius:50%;background:var(--white);border:1px solid var(--warm-line);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--fire);margin-bottom:24px;box-shadow:0 2px 12px #0000000f}.hiw-step-title{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--ink);margin-bottom:10px}.hiw-step-desc{font-size:14px;line-height:1.65;color:var(--ink-2)}.stats-section{background:var(--night);padding:var(--gap-xl) 0}.stats-inner{max-width:var(--max-w);margin:0 auto;padding:0 48px}.stats-header{margin-bottom:64px}.stats-header .section-label{color:#fff6}.stats-headline{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:800;letter-spacing:-.025em;color:#fff;max-width:440px;line-height:1.1}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:36px 28px;display:flex;flex-direction:column;gap:16px;transition:background .25s,transform .25s;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:-40px;left:-20px;width:160px;height:160px;border-radius:50%;background:var(--card-accent, var(--fire));opacity:.07;pointer-events:none;transition:opacity .25s}.stat-card:hover{background:#ffffff12;transform:translateY(-4px)}.stat-card:hover:before{opacity:.14}.stat-card-top{display:flex;align-items:baseline;gap:8px}.stat-big{font-family:var(--font-display);font-size:clamp(48px,5vw,72px);font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--card-accent, var(--fire))}.stat-unit{font-family:var(--font-display);font-size:16px;font-weight:700;color:#ffffff59;text-transform:lowercase;letter-spacing:-.01em}.stat-desc{font-size:13.5px;line-height:1.6;color:#ffffff73}.testimonials-section{background:var(--off-white);padding:var(--gap-xl) 0}.testimonials-header{max-width:var(--max-w);margin:0 auto 64px;padding:0 48px}.testimonials-headline{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:800;letter-spacing:-.025em;color:var(--ink);max-width:400px;line-height:1.1}.testimonials-grid{max-width:var(--max-w);margin:0 auto;padding:0 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:var(--white);border:1px solid var(--warm-line);border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:24px;transition:box-shadow .22s,transform .22s}.testimonial-card:hover{box-shadow:0 8px 32px #00000012;transform:translateY(-3px)}.testimonial-quote-mark{font-family:var(--font-display);font-size:48px;line-height:1;color:var(--sunset-a);display:block;margin-bottom:-8px}.testimonial-quote{font-size:15px;line-height:1.65;color:var(--ink)}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--sunset-a),var(--sunset-c));flex-shrink:0}.testimonial-name{font-size:13px;font-weight:600;color:var(--ink)}.testimonial-handle{font-size:12px;color:var(--ink-3);margin-top:2px}.footer-section{background:var(--night-2);padding:72px 0 40px;border-top:1px solid rgba(255,255,255,.05)}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 48px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-brand-name{font-family:var(--font-display);font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:10px}.footer-brand-desc{font-size:13px;color:#ffffff59;line-height:1.65;max-width:220px}.footer-links{display:flex;gap:56px}.footer-col-title{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff47;margin-bottom:16px}.footer-col a{display:block;font-size:13.5px;color:#ffffff85;text-decoration:none;margin-bottom:10px;transition:color .18s}.footer-col a:hover{color:#ffffffe6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;gap:20px;flex-wrap:wrap}.footer-copy{font-size:12px;color:#ffffff38}.footer-legal{display:flex;gap:20px}.footer-legal a{font-size:12px;color:#ffffff38;text-decoration:none;transition:color .18s}.footer-legal a:hover{color:#fff9}@media (max-width: 960px){:root{--gap-xl: 96px}.features-intro,.features-list,.hiw-inner,.stats-inner,.testimonials-header,.testimonials-grid,.footer-inner{padding-left:32px;padding-right:32px}.feature-row-body{flex-direction:column;gap:8px}.feature-row-title{min-width:unset}.hiw-steps{grid-template-columns:1fr;gap:36px}.hiw-steps:before{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr 1fr}.footer-top{flex-direction:column;gap:36px}.footer-links{flex-wrap:wrap;gap:36px}}@media (max-width: 640px){.hero-content{padding-left:24px;padding-right:24px;padding-top:140px}.features-intro,.features-list,.hiw-inner,.stats-inner,.testimonials-header,.testimonials-grid,.footer-inner{padding-left:20px;padding-right:20px}.feature-row{flex-direction:column;gap:20px}.feature-row-left{width:auto}.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.stat-card{padding:28px 20px}.testimonials-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.footer-bottom{flex-direction:column;align-items:flex-start}}.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}.glass-section{margin-top:3rem;padding:2.5rem;background:#ffffff0f;border-radius:24px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 32px #00000080;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.glass-section:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0009}.demo-video-box{margin-top:2rem;display:flex;justify-content:center}.demo-video-box iframe{width:100%;max-width:720px;height:405px;border:none;border-radius:16px;box-shadow:0 6px 24px #00000080}.about-creator{display:flex;flex-direction:column;align-items:center;text-align:left;margin-top:3rem}.about-creator{text-align:left;margin-top:3rem}.creator-info{position:relative;background:#ffffff0a;border-radius:20px;padding:2rem;box-shadow:0 6px 20px #00000073}.creator-photo{float:left;width:280px;height:280px;margin:0 1.75rem 1.25rem 0;border-radius:20px;object-fit:cover;border:3px solid #ffae42;box-shadow:0 8px 32px #0009;transition:transform .3s ease,box-shadow .3s ease}.creator-photo:hover{transform:scale(1.03);box-shadow:0 12px 48px #000000b3}.creator-text{color:#ddd;font-size:1.05rem;line-height:1.7}.creator-info:after{content:"";display:block;clear:both}@media (max-width: 768px){.creator-photo{float:none;display:block;margin:0 auto 1.5rem;width:80%;height:auto}.creator-text{text-align:left}}.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}.hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;min-height:95vh;padding:4rem 2rem;overflow:hidden}.hero-content{max-width:850px;z-index:2}.hero-title{font-size:4rem;font-weight:800;letter-spacing:-1px;line-height:1.1;color:#fff}.hero-subtitle{font-size:1.3rem;margin-top:1.3rem;max-width:600px;margin-left:auto;margin-right:auto;color:#ffffffe6}.cta-container{margin-top:2rem}.cta-button{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.5rem;border-radius:999px;border:none;font-size:1.05rem;font-weight:600;background:#fff;color:#1f1f2e;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000040}.icon{width:18px;height:18px}.sun{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#f96,#ff5e62);border-radius:50%;filter:blur(120px);opacity:.45;top:-120px;left:-120px;z-index:1}.hero-preview{margin-top:4rem}.preview-card{background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.8rem 2.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 50px #0000004d}.preview-card p{font-weight:600;margin-bottom:1rem}.preview-tags{display:flex;gap:.8rem;justify-content:center}.preview-tags span{background:#ffffff26;padding:.4rem .9rem;border-radius:20px;font-size:.85rem}.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 2px 8px #0003}.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}.scroll-showcase{background:#fff;padding:160px 20px;text-align:center}.scroll-showcase h2{font-size:3rem;margin-bottom:80px;color:#111}.demo-image{width:900px;max-width:100%;margin:auto;display:block;border-radius:14px;box-shadow:0 40px 100px #00000026}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}}: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}.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 10px 30px #00000040;-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 10px 30px #00000040}.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}
