:root{--primary: #4f46e5;--primary-dark: #3730a3;--primary-light: #818cf8;--accent: #06b6d4;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--background: #ffffff;--background-alt: #f8fafc;--background-dark: #0a0a1a;--text: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--white: #ffffff;--border: #e2e8f0;--gradient-primary: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--gradient-cool: linear-gradient(135deg, #06b6d4 0%, #4f46e5 100%);--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-md: 0 8px 16px -2px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .05);--shadow-lg: 0 20px 40px -8px rgb(0 0 0 / .15);--shadow-xl: 0 25px 60px -12px rgb(0 0 0 / .25);--shadow-glow: 0 0 40px rgb(79 70 229 / .25)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);line-height:1.6;background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:6rem 0}h1{font-size:3.75rem;font-weight:800;line-height:1.08;margin-bottom:1.5rem;letter-spacing:-.03em}h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;text-align:center}h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.01em}p{font-size:1.0625rem;color:var(--text-muted);line-height:1.7}.gradient-text{background:linear-gradient(135deg,#818cf8,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem;padding:.375rem 1rem;background:#4f46e512;border:1px solid rgba(79,70,229,.15);border-radius:2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.section-header>p{max-width:580px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;border-radius:.625rem;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;font-size:.9375rem;white-space:nowrap}.btn-primary{background:var(--gradient-primary);color:var(--white);border:none;box-shadow:0 4px 14px #4f46e559}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f46e573;filter:brightness(1.08)}.btn-primary:active{transform:translateY(0)}.btn-outline{background:transparent;border:1.5px solid var(--border);color:var(--text)}.btn-outline:hover{background:var(--background-alt);border-color:#4f46e54d;color:var(--primary)}.btn-white{background:#fff;color:var(--primary);border:none;box-shadow:0 4px 16px #0000001f}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000002e}.btn-ghost-light{background:#ffffff14;color:#ffffffe6;border:1.5px solid rgba(255,255,255,.15)}.btn-ghost-light:hover{background:#ffffff24;border-color:#ffffff40}.btn-lg{padding:.9375rem 2rem;font-size:1rem}header{padding:.875rem 0;background:#ffffffe0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.7);position:sticky;top:0;z-index:100;transition:background .3s ease}nav{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.375rem;font-weight:800;color:var(--primary);display:flex;align-items:center;gap:.5rem;letter-spacing:-.02em}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text);border-radius:.375rem}.nav-links{display:flex;align-items:center;gap:.125rem}.hero-dark{position:relative;background:#050510;overflow:hidden;padding:7rem 0 6rem;color:#fff;text-align:center}.hero-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(90px);will-change:transform}.hero-orb-1{width:750px;height:750px;background:radial-gradient(circle,rgba(79,70,229,.55) 0%,transparent 70%);top:-250px;left:-180px;animation:orb-drift-1 14s ease-in-out infinite}.hero-orb-2{width:600px;height:600px;background:radial-gradient(circle,rgba(124,58,237,.45) 0%,transparent 70%);bottom:-200px;right:-120px;animation:orb-drift-2 17s ease-in-out infinite}.hero-orb-3{width:450px;height:450px;background:radial-gradient(circle,rgba(6,182,212,.2) 0%,transparent 70%);top:40%;left:55%;transform:translate(-50%,-50%);animation:orb-pulse 10s ease-in-out infinite}@keyframes orb-drift-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,35px) scale(1.06)}66%{transform:translate(-25px,-20px) scale(.94)}}@keyframes orb-drift-2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-35px,-45px) scale(1.08)}}@keyframes orb-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.25);opacity:.4}}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:50px 50px}.hero-gradient-border{position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(129,140,248,.5),rgba(6,182,212,.5),transparent)}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:#4f46e526;border:1px solid rgba(129,140,248,.3);border-radius:2rem;font-size:.8125rem;font-weight:600;color:#a5b4fc;margin-bottom:2rem;letter-spacing:.02em}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#22d3ee;animation:pulse-dot 2.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.hero-title{font-size:4rem;font-weight:800;color:#fff;line-height:1.07;letter-spacing:-.03em;margin-bottom:1.5rem;max-width:860px;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.125rem;color:#ffffff9e;max-width:580px;margin:0 auto 2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.5rem}.hero-stats{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:0;border-top:1px solid rgba(255,255,255,.07);padding-top:2.5rem;max-width:700px;margin:0 auto}.hero-stat{display:flex;align-items:center;gap:.75rem;padding:0 2.5rem;border-right:1px solid rgba(255,255,255,.07)}.hero-stat:first-child{padding-left:0}.hero-stat:last-child{border-right:none;padding-right:0}.hero-stat-value{font-size:1.375rem;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1;margin-bottom:.2rem}.hero-stat-label{font-size:.75rem;color:#ffffff73;line-height:1.3;white-space:nowrap}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{padding:2rem;border-radius:1rem;border:1px solid rgba(226,232,240,.8);background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 4px #0000000a}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014,0 0 0 1px #4f46e514;border-color:#6366f133}.feature-icon{width:3rem;height:3rem;background:var(--gradient-primary);color:#fff;border-radius:.875rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 4px 12px #4f46e54d}.how-it-works{background:linear-gradient(180deg,#f8fafc,#fff)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.steps-connector{position:absolute;top:2rem;left:calc(12.5% + 1.5rem);right:calc(12.5% + 1.5rem);height:1px;background:linear-gradient(90deg,transparent,var(--border) 10%,var(--border) 90%,transparent);z-index:0}.step{text-align:center;position:relative;z-index:1}.step-number{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:800;margin:0 auto 1.25rem;color:#fff;background:var(--gradient-primary);box-shadow:0 4px 16px #4f46e559;letter-spacing:-.02em;border:3px solid white}.step h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.step p{font-size:.875rem;line-height:1.65}.step-time{display:inline-block;margin-top:.625rem;font-size:.75rem;font-weight:600;color:var(--primary);background:#4f46e512;padding:.2rem .6rem;border-radius:2rem}.testimonials-section{background:var(--background-alt)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:1.25rem;padding:2rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000a;position:relative;display:flex;flex-direction:column}.testimonial-card:before{content:"“";position:absolute;top:1.25rem;right:1.5rem;font-size:5rem;line-height:1;color:#4f46e50f;font-family:Georgia,serif;font-weight:700;pointer-events:none}.testimonial-card:hover{border-color:#4f46e533;box-shadow:0 12px 28px #00000012;transform:translateY(-4px)}.star-row{display:flex;gap:.1rem;margin-bottom:1rem;color:#f59e0b;font-size:.9375rem}.testimonial-quote{font-size:.9375rem;color:var(--text);line-height:1.75;margin-bottom:1.5rem;flex:1}.testimonial-author{display:flex;align-items:center;gap:.875rem}.author-avatar{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--gradient-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;flex-shrink:0;letter-spacing:.03em}.author-name{font-weight:600;font-size:.9375rem;color:var(--text);margin-bottom:.1rem}.author-role{font-size:.8125rem;color:var(--text-muted)}.pricing{background:var(--background-alt)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;align-items:start}.price-card{background:var(--white);padding:2.5rem;border-radius:1.5rem;border:1.5px solid var(--border);display:flex;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.price-card:hover{border-color:#4f46e540;box-shadow:0 16px 36px #00000014;transform:translateY(-4px)}.price-card.featured{background:var(--gradient-primary);border-color:transparent;box-shadow:0 24px 52px #4f46e566,0 0 0 1px #4f46e514;transform:scale(1.03)}.price-card.featured:hover{transform:scale(1.03) translateY(-4px);box-shadow:0 32px 64px #4f46e580}.price-card.featured h3,.price-card.featured p{color:#ffffffe0}.price-card.featured .price{color:#fff}.price-card.featured .features-list li{color:#ffffffd1}.price-card.featured .features-list svg{color:#86efac}.badge{position:absolute;top:-.875rem;left:50%;transform:translate(-50%);background:#fff;color:var(--primary);padding:.3rem 1.1rem;border-radius:2rem;font-size:.75rem;font-weight:700;white-space:nowrap;box-shadow:0 2px 10px #0000001f;letter-spacing:.03em;text-transform:uppercase}.price{font-size:3.25rem;font-weight:800;margin:1.25rem 0;letter-spacing:-.03em;line-height:1}.price span{font-size:1rem;color:var(--text-muted);font-weight:400;letter-spacing:0}.price-card.featured .price span{color:#ffffff8c}.features-list{list-style:none;margin-bottom:2rem;flex-grow:1;display:flex;flex-direction:column;gap:.75rem}.features-list li{display:flex;align-items:center;gap:.625rem;color:var(--text-muted);font-size:.9375rem}.features-list svg{color:#10b981;flex-shrink:0}.faq-list{display:flex;flex-direction:column;gap:.625rem;max-width:780px;margin:0 auto}.faq-item{background:#fff;border:1.5px solid var(--border);border-radius:.875rem;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.faq-item.open{border-color:#4f46e54d;box-shadow:0 4px 20px #4f46e512}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:var(--text);gap:1rem;transition:color .2s ease;font-family:inherit}.faq-question:hover,.faq-item.open .faq-question{color:var(--primary)}.faq-icon{width:1.625rem;height:1.625rem;border-radius:50%;background:var(--background-alt);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.125rem;font-weight:500;color:var(--text-muted);transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1}.faq-item.open .faq-icon{background:#4f46e51a;color:var(--primary);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-answer{max-height:600px}.faq-answer-inner{padding:0 1.5rem 1.5rem}.faq-answer-inner p{font-size:.9375rem;color:var(--text-muted);line-height:1.8}.cta-section{background:var(--gradient-primary);padding:6rem 0;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:44px 44px}.cta-section:after{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);pointer-events:none}.cta-section .container{position:relative;z-index:1}.cta-section h2{color:#fff;font-size:2.75rem;margin-bottom:1rem;text-align:center}.cta-section p{color:#ffffffb8;font-size:1.125rem;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer{background:#060614;color:#ffffff80;padding:4.5rem 0 2.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3.5rem}.footer-brand-desc{font-size:.875rem;margin-top:.875rem;line-height:1.75;color:#ffffff61;max-width:270px}.footer-col h4{font-size:.8125rem;font-weight:700;color:#ffffffbf;margin-bottom:1.125rem;letter-spacing:.06em;text-transform:uppercase}.footer-col a{display:block;color:#fff6;text-decoration:none;font-size:.875rem;margin-bottom:.625rem;transition:color .2s ease}.footer-col a:hover{color:#fffc}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8125rem;color:#ffffff47}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#818cf8,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.footer-links{margin-top:1.5rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:var(--text-muted);text-decoration:none}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;gap:1rem;flex-wrap:wrap}.dashboard-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.instance-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.instance-info{display:flex;gap:1.5rem;align-items:center;min-width:0}.instance-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.instance-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.auth-container{max-width:400px;margin:0 auto;padding:6rem 1.5rem}.contact-container{max-width:600px;margin:0 auto;padding:6rem 1.5rem}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.anim-fade-up{animation:fade-in-up .65s cubic-bezier(.4,0,.2,1) both}.anim-delay-1{animation-delay:.1s}.anim-delay-2{animation-delay:.2s}.anim-delay-3{animation-delay:.3s}.anim-delay-4{animation-delay:.4s}@media(max-width:1024px){.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-connector{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){h1{font-size:2.25rem;letter-spacing:-.02em}h2{font-size:1.875rem;letter-spacing:-.015em}section{padding:4rem 0}.hero-dark{padding:5rem 0 4rem}.hero-title{font-size:2.5rem;letter-spacing:-.02em}.hero-subtitle{font-size:1rem}.hero-stats{gap:1.5rem;border-top:none;padding-top:0;flex-direction:row;justify-content:center}.hero-stat{border-right:none;padding:0;flex-direction:column;text-align:center;gap:.25rem}.hero-stat-label{text-align:center}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.price-card.featured:hover{transform:translateY(-4px)}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.features-grid,.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;text-align:center}.footer-brand-desc{max-width:100%}.cta-section h2{font-size:2rem}.cta-section{padding:4rem 0}.section-header{margin-bottom:3rem}.nav-toggle{display:flex;align-items:center;justify-content:center}.nav-links{display:none;position:absolute;top:calc(100% + .875rem);left:-1.5rem;right:-1.5rem;flex-direction:column;align-items:stretch;background:#fffffffa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:0 8px 24px #0000001a;padding:.75rem 1.5rem 1rem;gap:.125rem;z-index:99}.nav-links.open{display:flex}.nav-links .btn{justify-content:flex-start;width:100%;padding:.75rem .5rem;border-radius:.5rem}.nav-links .btn-primary{justify-content:center;margin-top:.25rem}.dashboard-header{margin-bottom:2rem}.instance-top{flex-direction:column}.instance-info{flex-wrap:wrap}.instance-actions{justify-content:flex-start}.instance-settings-grid{grid-template-columns:1fr;gap:1.5rem}.auth-container,.contact-container{padding:3rem 1.5rem}}
