:root{--bg-primary:#050508;--bg-secondary:#0a0a0f;--bg-tertiary:#0f0f16;--bg-elevated:#14141d;--glass-bg:#3b82f608;--glass-bg-hover:#3b82f60f;--glass-border:#63a0ff14;--glass-border-hover:#63a0ff26;--text-primary:#fff;--text-secondary:#ffffffb3;--text-tertiary:#ffffff73;--text-muted:#ffffff40;--accent-primary:#2563eb;--accent-blue:#3b82f6;--accent-indigo:#6366f1;--accent-cyan:#06b6d4;--accent-emerald:#10b981;--gradient-main:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);--gradient-subtle:linear-gradient(135deg,#3b82f61f 0%,#2563eb1f 100%);--gradient-glow:radial-gradient(ellipse at center,#3b82f633 0%,transparent 70%);--gradient-accent:linear-gradient(135deg,#3b82f6 0%,#06b6d4 100%);--font-display:"Instrument Serif",Georgia,serif;--font-body:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--section-padding:clamp(4rem,10vw,8rem);--container-max:1200px;--container-narrow:800px}.landing-page{background:var(--bg-primary);min-height:100vh;font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;overflow-x:hidden}.landing-page:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}.noise-overlay{opacity:.015;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-blue);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before,.section-label:after{content:"";background:linear-gradient(90deg,transparent,var(--accent-blue),transparent);width:24px;height:1px}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.1}.section-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.section-subtitle{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.6}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 1.5rem}.navbar{z-index:100;padding:.75rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.navbar-inner{max-width:var(--container-max);border-radius:16px;justify-content:space-between;align-items:center;height:56px;margin:0 auto;padding:0 1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.navbar.scrolled .navbar-inner{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#050508f2;box-shadow:0 4px 30px #00000080}.nav-logo{align-items:center;gap:.625rem;text-decoration:none;display:flex}.nav-logo-icon-wrapper{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 8px #3b82f64d}.nav-logo-icon{width:20px;height:20px}.nav-logo-text{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;font-size:1.25rem;font-weight:400}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--text-secondary);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:var(--text-primary);background:var(--glass-bg)}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-btn-ghost{color:var(--text-secondary);padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-btn-ghost:hover{color:var(--text-primary)}.nav-btn-primary{background:var(--text-primary);color:var(--bg-primary);border:none;border-radius:10px;align-items:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.nav-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px #fff3}.mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu{background:var(--bg-primary);z-index:99;flex-direction:column;padding:6rem 1.5rem 2rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-nav-link{color:#fff;font-family:var(--font-display);border-bottom:1px solid var(--glass-border);padding:1rem 0;font-size:1.75rem;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:var(--accent-blue)}.mobile-actions{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{filter:blur(120px);pointer-events:none;opacity:.5;border-radius:50%;position:absolute}.hero-glow-1{background:radial-gradient(circle,#3b82f64d 0%,#0000 70%);width:800px;height:800px;animation:25s ease-in-out infinite glowFloat;top:-300px;right:-200px}.hero-glow-2{background:radial-gradient(circle,#06b6d440 0%,#0000 70%);width:600px;height:600px;animation:25s ease-in-out infinite reverse glowFloat;bottom:-200px;left:-150px}.hero-glow-3{background:radial-gradient(circle,#6366f133 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out infinite glowPulse;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes glowFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-40px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.95)}}@keyframes glowPulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.15)}}.hero-content{z-index:10;text-align:center;max-width:900px;position:relative}.hero-eyebrow{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem .5rem .625rem;font-size:.8rem;display:inline-flex}.hero-eyebrow-dot{background:var(--accent-emerald);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.75rem,7vw,5rem);font-weight:400;line-height:1.05}.hero-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.hero-subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto 2.5rem;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;line-height:1.5}.hero-cta-group{flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.hero-cta-primary{background:var(--gradient-main);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.hero-cta-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff40 0%,#0000 50%);transition:opacity .3s;position:absolute;inset:0}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #3b82f659}.hero-cta-primary:hover:before{opacity:1}.hero-cta-note{color:var(--text-tertiary);font-size:.85rem}.hero-trust{justify-content:center;align-items:center;gap:1rem;display:flex}.hero-trust-avatars{margin-right:.25rem;display:flex}.hero-trust-avatar{border:2px solid var(--bg-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-10px;font-size:.7rem;font-weight:600;display:flex}.hero-trust-avatar:first-child{margin-left:0}.hero-trust-text{color:var(--text-secondary);font-size:.9rem}.hero-trust-text strong{color:var(--text-primary);font-weight:600}.hero-mockup{z-index:1;width:100%;max-width:900px;margin-top:4rem;position:relative}.hero-mockup-wrapper{z-index:2;background:#0c0c10;border:1px solid #ffffff14;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff08,0 25px 60px -15px #0009,0 0 100px #3b82f626}.hero-mockup-header{background:#0a0a0e;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.hero-mockup-dot{border-radius:50%;width:10px;height:10px}.hero-mockup-dot:first-child{background:#ff5f57}.hero-mockup-dot:nth-child(2){background:#febc2e}.hero-mockup-dot:nth-child(3){background:#28c840}.hero-mockup-ui{background:#0c0c10;min-height:420px;display:flex}.hero-mockup-sidebar{background:#08080b;border-right:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:.5rem;width:56px;padding:1rem 0;display:flex}.hero-mockup-sidebar-logo{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.hero-mockup-sidebar-item{color:#fff6;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.hero-mockup-sidebar-item.active{color:#3b82f6;background:#3b82f626}.hero-mockup-main{flex:1;grid-template-columns:1.2fr 1fr;gap:1rem;padding:1rem;display:grid}.hero-mockup-left,.hero-mockup-right{flex-direction:column;gap:1rem;display:flex}.hero-mockup-composer{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.hero-mockup-composer-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.hero-mockup-composer-title{color:#ffffffe6;font-size:.8rem;font-weight:600}.hero-mockup-platforms-row{align-items:center;gap:.25rem;display:flex}.hero-mockup-platform-chip{color:#3b82f6;background:#3b82f626;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.hero-mockup-platform-more{color:#fff6;margin-left:.25rem;font-size:.65rem}.hero-mockup-composer-body{padding:1rem}.hero-mockup-text-lines{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.hero-mockup-text-line{background:linear-gradient(90deg,#ffffff1a 0%,#ffffff0d 100%);border-radius:4px;height:8px}.hero-mockup-media-preview{background:linear-gradient(135deg,#3b82f633 0%,#6366f126 100%);border:1px solid #3b82f633;border-radius:8px;width:100%;height:80px;position:relative}.hero-mockup-media-preview:after{content:"";background:#3b82f64d;border-radius:6px;width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-mockup-composer-footer{border-top:1px solid #ffffff0f;gap:.5rem;padding:.75rem 1rem;display:flex}.hero-mockup-schedule-btn,.hero-mockup-publish-btn{border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.7rem;font-weight:500;display:flex}.hero-mockup-schedule-btn{color:#ffffffb3;background:#ffffff0f}.hero-mockup-publish-btn{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%)}.hero-mockup-calendar{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.hero-mockup-calendar-header{color:#ffffffe6;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.hero-mockup-calendar-grid{grid-template-columns:repeat(7,1fr);gap:2px;padding:.5rem;display:grid}.hero-mockup-calendar-day{aspect-ratio:1;color:#fff6;border-radius:4px;justify-content:center;align-items:center;font-size:.6rem;display:flex}.hero-mockup-calendar-day.today{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%)}.hero-mockup-calendar-day.has-post{color:#60a5fa;background:#3b82f633;font-weight:600}.hero-mockup-media-icon{color:#3b82f680;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-mockup-media-preview:after{display:none}.hero-mockup-posts{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex:1;overflow:hidden}.hero-mockup-posts-header{color:#ffffffe6;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.hero-mockup-post-item{border-bottom:1px solid #ffffff0a;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.hero-mockup-post-item:last-child{border-bottom:none}.hero-mockup-post-status{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hero-mockup-post-status.sent{background:#10b981}.hero-mockup-post-status.scheduled{background:#f59e0b}.hero-mockup-post-content{flex:1;min-width:0}.hero-mockup-post-line{background:#ffffff1a;border-radius:3px;height:6px;margin-bottom:.375rem}.hero-mockup-post-meta{color:#fff6;font-size:.65rem}.hero-mockup-accounts{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex:1;overflow:hidden}.hero-mockup-accounts-header{color:#ffffffe6;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.hero-mockup-accounts-list{padding:.5rem}.hero-mockup-account{border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;transition:background .2s;display:flex}.hero-mockup-account:hover{background:#ffffff08}.hero-mockup-account-avatar{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.hero-mockup-account-avatar.fb{background:#1877f2}.hero-mockup-account-avatar.ig{background:linear-gradient(135deg,#e4405f 0%,#c13584 50%,#833ab4 100%)}.hero-mockup-account-avatar.tt{background:linear-gradient(135deg,#00f2ea 0%,#ff0050 100%)}.hero-mockup-account-info{flex:1;min-width:0}.hero-mockup-account-name{background:#ffffff26;border-radius:3px;width:60%;height:6px;margin-bottom:.25rem}.hero-mockup-account-type{color:#fff6;font-size:.6rem}.hero-mockup-account-status{border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-mockup-account-status.active{background:#10b981}.hero-mockup-badge{background:var(--bg-elevated);border:1px solid var(--glass-border);color:var(--text-secondary);z-index:10;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8rem;animation:6s ease-in-out infinite badgeFloat;display:flex;position:absolute;box-shadow:0 10px 30px #0000004d}.hero-mockup-badge-1{animation-delay:0s;top:20%;left:-80px}.hero-mockup-badge-2{animation-delay:-2s;top:50%;right:-90px}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-mockup-badge-icon{width:16px;height:16px}.hero-mockup-badge-icon.success{color:var(--accent-emerald)}.hero-mockup-badge-icon.info{color:var(--accent-blue)}.social-proof{background:var(--bg-secondary);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:3rem 1.5rem;position:relative}.social-proof-container{max-width:var(--container-max);flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin:0 auto;display:flex}.social-proof-stat{text-align:center}.social-proof-value{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.25rem;font-size:2.5rem;font-weight:400}.social-proof-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.social-proof-divider{background:var(--glass-border);width:1px;height:50px}.social-proof-platforms{align-items:center;gap:1.5rem;display:flex}.social-proof-platform{width:36px;height:36px;color:var(--text-tertiary);justify-content:center;align-items:center;transition:all .3s;display:flex}.social-proof-platform:hover{color:var(--text-primary);transform:scale(1.15)}.problem{padding:var(--section-padding)1.5rem;position:relative;overflow:hidden}.problem-container{max-width:var(--container-max);margin:0 auto}.problem-grid{grid-template-columns:1fr 80px 1fr;align-items:center;gap:2rem;margin-top:3rem;display:grid}.problem-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:24px;height:100%;padding:2.5rem;transition:all .4s;position:relative}.problem-card-chaos{background:#ffffff08;border-color:#ef444440}.problem-card-chaos:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ef444414 0%,#0000 60%);border-radius:24px;position:absolute;inset:0}.problem-card-calm{background:#ffffff08;border-color:#10b98140}.problem-card-calm:before{content:"";pointer-events:none;background:linear-gradient(135deg,#10b98114 0%,#0000 60%);border-radius:24px;position:absolute;inset:0}.problem-card-label{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.problem-card-chaos .problem-card-label{color:#ef4444;background:#ef444426}.problem-card-calm .problem-card-label{color:var(--accent-emerald);background:#10b98126}.problem-card-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1.25rem;font-size:1.5rem}.problem-card-list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.problem-card-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.problem-card-list-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.problem-card-chaos .problem-card-list-icon{color:#ef4444}.problem-card-calm .problem-card-list-icon{color:var(--accent-emerald)}.problem-arrow{justify-content:center;align-items:center;display:flex}.problem-arrow-icon{width:40px;height:40px;color:var(--text-tertiary)}.problem-apps{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.problem-app-icon{background:var(--glass-bg);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--text-tertiary);border-radius:10px;justify-content:center;align-items:center;animation:4s ease-in-out infinite appFloat;display:flex}.problem-app-icon:first-child{animation-delay:0s}.problem-app-icon:nth-child(2){animation-delay:.5s}.problem-app-icon:nth-child(3){animation-delay:1s}.problem-app-icon:nth-child(4){animation-delay:1.5s}.problem-app-icon:nth-child(5){animation-delay:2s}.problem-app-icon:nth-child(6){animation-delay:2.5s}@keyframes appFloat{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-5px)rotate(2deg)}75%{transform:translateY(3px)rotate(-2deg)}}.problem-unified{justify-content:center;align-items:center;margin-top:1.5rem;display:flex}.problem-unified-logo{background:var(--gradient-main);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;box-shadow:0 10px 40px #3b82f64d}.problem-unified-logo:after{content:"";border:2px solid var(--accent-blue);opacity:.3;border-radius:26px;animation:2s ease-in-out infinite logoPulse;position:absolute;inset:-8px}@keyframes logoPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.problem-unified-logo img{filter:brightness(0)invert();width:48px;height:48px}.features{padding:var(--section-padding)1.5rem;background:var(--bg-secondary);position:relative}.features-container{max-width:var(--container-max);margin:0 auto}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:1.75rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature-card-glow{background:var(--feature-gradient);opacity:0;filter:blur(60px);pointer-events:none;height:200px;transition:opacity .5s;position:absolute;top:0;left:0;right:0}.feature-card:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-6px)}.feature-card:hover .feature-card-glow{opacity:.15}.feature-visual{background:#0000004d;border:1px solid #ffffff0f;border-radius:16px;justify-content:center;align-items:center;height:180px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.feature-visual-bg{background:var(--feature-gradient);opacity:.05;position:absolute;inset:0}.feature-calendar{width:100%;padding:1rem}.feature-calendar-header{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-bottom:.75rem;font-size:.7rem;font-weight:600}.feature-calendar-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.feature-calendar-weekday{color:#ffffff4d;text-align:center;padding:2px 0;font-size:.55rem;font-weight:500}.feature-calendar-day{aspect-ratio:1;color:#fff6;background:#ffffff08;border-radius:4px;justify-content:center;align-items:center;font-size:.6rem;font-weight:500;transition:all .2s;display:flex;position:relative}.feature-calendar-day.scheduled{color:#60a5fa;background:#3b82f633}.feature-calendar-dot{background:#3b82f6;border-radius:50%;width:3px;height:3px;position:absolute;bottom:2px}.feature-calendar-day.today{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 2px 8px #3b82f666}.feature-platforms{gap:.5rem;padding:0 1rem;display:flex;position:relative}.feature-platforms-line{z-index:0;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:80%;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feature-platform-icon{width:44px;height:44px;color:var(--platform-color,#fff9);z-index:1;animation:3s ease-in-out infinite floatIcon;animation-delay:var(--delay,0s);background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.feature-card:hover .feature-platform-icon{border-color:var(--platform-color);box-shadow:0 0 20px color-mix(in srgb,var(--platform-color)30%,transparent);background:#ffffff14}.feature-accounts{justify-content:center;align-items:center;width:100%;padding:1rem 1.5rem;display:flex}.feature-accounts-stack{flex-direction:column;gap:.5rem;width:100%;display:flex}.feature-account-card{animation:.5s ease-out forwards slideInAccount;animation-delay:calc(var(--index)*.1s);opacity:0;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .75rem;transition:all .3s;display:flex;transform:translate(-10px)}@keyframes slideInAccount{to{opacity:1;transform:translate(0)}}.feature-card:hover .feature-account-card{background:#ffffff0f;border-color:#ffffff1a}.feature-account-avatar{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;flex-shrink:0;width:28px;height:28px}.feature-account-card:nth-child(2) .feature-account-avatar{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.feature-account-card:nth-child(3) .feature-account-avatar{background:linear-gradient(135deg,#ec4899 0%,#f43f5e 100%)}.feature-account-info{flex-direction:column;flex:1;gap:4px;display:flex}.feature-account-name{background:#fff3;border-radius:4px;width:70%;height:8px}.feature-account-handle{background:#ffffff1a;border-radius:3px;width:50%;height:6px}.feature-account-status{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #22c55e80}.feature-account-card:nth-child(2) .feature-account-status{background:#3b82f6;box-shadow:0 0 8px #3b82f680}.feature-account-card:nth-child(3) .feature-account-status{background:#f59e0b;box-shadow:0 0 8px #f59e0b80}.feature-title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-description{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.integrations{padding:var(--section-padding)1.5rem;position:relative}.integrations-container{max-width:var(--container-max);margin:0 auto}.platforms-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.platform-card{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.platform-card:before{content:"";background:var(--platform-gradient);opacity:0;transition:opacity .4s;position:absolute;inset:0}.platform-card:hover{border-color:var(--glass-border-hover);transform:translateY(-8px)}.platform-card:hover:before{opacity:.1}.platform-card-icon{z-index:1;background:var(--bg-tertiary);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:relative}.platform-card:hover .platform-card-icon{background:var(--platform-color);transform:scale(1.1)}.platform-card-icon svg{width:28px;height:28px;color:var(--text-secondary);transition:color .3s}.platform-card:hover .platform-card-icon svg{color:#fff}.platform-card-name{z-index:1;color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.platform-card:hover .platform-card-name{color:var(--text-primary)}.platform-card.coming-soon{opacity:.5}.platform-card.coming-soon .platform-card-badge{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.25rem .5rem;font-size:.65rem;position:absolute;top:.75rem;right:.75rem}.pricing{padding:var(--section-padding)1.5rem;background:var(--bg-secondary);position:relative;overflow:hidden}.pricing-glow{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pricing-container{z-index:10;max-width:900px;margin:0 auto;position:relative}.pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.pricing-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:28px;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.pricing-card.featured{background:#3b82f60d}.pricing-card.featured:before{content:"";background:var(--gradient-main);z-index:-1;opacity:.5;border-radius:28px;position:absolute;inset:-1px}.pricing-card:hover{transform:translateY(-8px)}.pricing-badge{background:var(--gradient-main);color:#fff;white-space:nowrap;border-radius:100px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-header{margin-bottom:2rem}.pricing-name{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.pricing-description{color:var(--text-tertiary);font-size:.9rem}.pricing-price{align-items:baseline;gap:.5rem;margin-bottom:2rem;display:flex}.pricing-amount{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.03em;font-size:3.5rem}.pricing-period{color:var(--text-tertiary);font-size:1rem}.pricing-features{margin:0 0 2rem;padding:0;list-style:none}.pricing-feature{color:var(--text-secondary);border-bottom:1px solid var(--glass-border);align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.95rem;display:flex}.pricing-feature:last-child{border-bottom:none}.pricing-feature-icon{background:linear-gradient(135deg,var(--accent-emerald)0%,#059669 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.pricing-feature-icon svg{color:#fff;width:12px;height:12px}.pricing-cta{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.pricing-cta-primary{background:var(--gradient-main);color:#fff;border:none}.pricing-cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #3b82f64d}.pricing-cta-secondary{border:1px solid var(--glass-border);color:var(--text-primary);background:0 0}.pricing-cta-secondary:hover{background:var(--glass-bg);border-color:var(--glass-border-hover)}.pricing-trial-note{text-align:center;color:var(--text-tertiary);margin-top:1rem;font-size:.8rem}.pricing-footer{text-align:center;margin-top:3rem}.pricing-footer p{color:var(--text-tertiary);margin-bottom:.5rem;font-size:.9rem}.pricing-footer a{color:var(--accent-blue);text-underline-offset:2px;text-decoration:underline}.testimonials{padding:var(--section-padding)1.5rem;position:relative}.testimonials-container{max-width:var(--container-max);margin:0 auto}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.testimonial-card:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);transform:translateY(-4px)}.testimonial-metric{color:var(--accent-emerald);background:#10b9811a;border:1px solid #10b98133;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.25rem;padding:.5rem .875rem;font-size:.8rem;font-weight:600;display:inline-flex}.testimonial-content{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid var(--glass-border);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.testimonial-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.9rem;font-weight:600;display:flex}.testimonial-info{flex:1}.testimonial-name{color:var(--text-primary);font-size:.95rem;font-weight:600}.testimonial-role{color:var(--text-tertiary);font-size:.85rem}.final-cta{padding:var(--section-padding)1.5rem;background:var(--bg-secondary);position:relative;overflow:hidden}.final-cta-glow{filter:blur(80px);pointer-events:none;background:radial-gradient(#3b82f633 0%,#0000 70%);width:800px;height:400px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.final-cta-container{text-align:center;z-index:10;max-width:700px;margin:0 auto;position:relative}.final-cta-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);line-height:1.15}.final-cta-title em{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.final-cta-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.final-cta-button{background:var(--gradient-main);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1.125rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.final-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 50px #3b82f666}.final-cta-note{color:var(--text-tertiary);font-size:.9rem}.faq{padding:var(--section-padding)1.5rem;position:relative}.faq-container{max-width:var(--container-narrow);margin:0 auto}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;transition:all .3s;overflow:hidden}.faq-item.open{border-color:var(--glass-border-hover);background:var(--glass-bg-hover)}.faq-question{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.faq-question:hover{background:var(--glass-bg)}.faq-question-text{color:var(--text-primary);font-size:1rem;font-weight:500;line-height:1.4}.faq-icon{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.faq-item.open .faq-icon{background:var(--gradient-main);border-color:#0000}.faq-icon svg{width:16px;height:16px;color:var(--text-secondary);transition:color .3s}.faq-item.open .faq-icon svg{color:#fff}.faq-answer{max-height:0;transition:max-height .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer-content{color:var(--text-secondary);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.7}.footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:4rem 1.5rem 2rem;position:relative}.footer-container{max-width:var(--container-max);margin:0 auto}.footer-top{grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:280px}.footer-logo{align-items:center;gap:.625rem;margin-bottom:1rem;text-decoration:none;display:flex}.footer-logo-icon{width:32px;height:32px}.footer-logo-text{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem}.footer-description{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.footer-cta{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.footer-cta:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover)}.footer-column{flex-direction:column;display:flex}.footer-column-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.footer-links{flex-direction:column;gap:.625rem;display:flex}.footer-link{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-copyright{color:var(--text-tertiary);font-size:.85rem}.footer-meta{align-items:center;gap:1.5rem;display:flex}.footer-meta-link{color:var(--text-tertiary);font-size:.85rem;text-decoration:none;transition:color .2s}.footer-meta-link:hover{color:var(--text-primary)}@media (max-width:1024px){.features-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.platforms-grid{grid-template-columns:repeat(3,1fr)}.testimonials-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.problem-grid{grid-template-columns:1fr;gap:1.5rem}.problem-arrow{transform:rotate(90deg)}.footer-top{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-brand{grid-column:span 2;max-width:none}}@media (max-width:768px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.navbar-inner{height:52px}.hero{padding:7rem 1rem 3rem}.hero-mockup,.hero-mockup-badge{display:none}.social-proof-container{flex-direction:column;gap:2rem}.social-proof-divider{width:60px;height:1px}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.platforms-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.section-title{font-size:clamp(1.75rem,8vw,2.5rem)!important}.hero-title{font-size:clamp(2rem,10vw,3rem)}.platforms-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.platform-card{padding:1.5rem 1rem}.feature-card,.testimonial-card,.pricing-card{padding:1.5rem}}
