*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #2563EB;--blue-dark: #1d4ed8;--blue-lite: #eff6ff;--ink: #0f172a;--ink-muted: #64748b;--border: #e2e8f0;--surface: #f8fafc;--white: #ffffff;--radius: 10px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06)}:root[data-theme=dark]{--blue-lite: #172554;--ink: #e2e8f0;--ink-muted: #94a3b8;--border: #1e293b;--surface: #131c2e;--white: #0b1220;--shadow: 0 1px 3px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.3)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.nav{position:sticky;top:0;z-index:100;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 2rem}:root[data-theme=dark] .nav{background:#0b1220e6}.nav-inner{max-width:1200px;margin:0 auto;height:64px;display:flex;align-items:center;gap:2rem}.nav-logo{font-weight:800;font-size:1.25rem;color:var(--blue);text-decoration:none;letter-spacing:-.5px}.nav-links{display:flex;gap:1.5rem;margin-left:auto;align-items:center}.nav-links a:not(.btn){text-decoration:none;color:var(--ink-muted);font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:not(.btn):hover{color:var(--ink)}.nav-links a.btn{text-decoration:none}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.2rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;cursor:pointer;text-decoration:none;border:none;transition:background .15s,transform .1s}.btn:active{transform:scale(.97)}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}.btn-outline{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}.btn-outline:hover{background:var(--blue-lite)}.btn-lg{padding:.75rem 1.75rem;font-size:1rem;border-radius:12px}.btn-sm{padding:.4rem .9rem;font-size:.8rem}.btn-ghost{background:transparent;color:var(--ink-muted)}.btn-ghost:hover{background:var(--surface);color:var(--ink)}.section{padding:5rem 2rem}.section-sm{padding:3rem 2rem}.container{max-width:1100px;margin:0 auto}.container-sm{max-width:720px;margin:0 auto}.hero{text-align:center;padding:7rem 2rem 5rem;background:linear-gradient(170deg,var(--blue-lite) 0%,var(--white) 60%)}.hero-badge{display:inline-block;background:var(--blue-lite);color:var(--blue);font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .9rem;border-radius:99px;margin-bottom:1.5rem;border:1px solid #bfdbfe}.hero h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--ink);max-width:860px;margin:0 auto .75rem}.hero h1 span{color:var(--blue)}.hero-sub{font-size:1.125rem;color:var(--ink-muted);max-width:580px;margin:0 auto 2.5rem}.hero-ctas{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-logos{margin-top:4rem;color:var(--ink-muted);font-size:.85rem;font-weight:500}.engine-pills{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.engine-pill{background:var(--white);border:1px solid var(--border);border-radius:99px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;color:var(--ink-muted);box-shadow:var(--shadow)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:2rem;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001a}.feature-icon{width:48px;height:48px;background:var(--blue-lite);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.feature-card p{font-size:.9rem;color:var(--ink-muted);line-height:1.6}.section-label{color:var(--blue);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem}.section-title{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.section-sub{color:var(--ink-muted);max-width:560px}.steps{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.step{display:flex;gap:2rem;align-items:flex-start}.step-num{flex-shrink:0;width:44px;height:44px;background:var(--blue);color:#fff;border-radius:99px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem}.step-body h3{font-size:1.05rem;font-weight:700;margin-bottom:.3rem}.step-body p{font-size:.9rem;color:var(--ink-muted)}.roles-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.role-card{border-radius:14px;padding:2rem;border:1.5px solid var(--border)}.role-card.developer{background:#0f172a;color:#e2e8f0;border-color:#1e293b}.role-card.marketing{background:var(--blue-lite);border-color:#bfdbfe}.role-card h3{font-size:1rem;font-weight:700;margin-bottom:.25rem}.role-card .role-sub{font-size:.85rem;opacity:.7;margin-bottom:1rem}.role-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.role-list li{font-size:.875rem;display:flex;align-items:center;gap:.5rem}.role-list li:before{content:"✓";font-weight:700;color:var(--blue)}.role-card.developer .role-list li:before{color:#60a5fa}.cta-banner{background:var(--blue);color:#fff;text-align:center;padding:5rem 2rem}.cta-banner h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:.75rem}.cta-banner p{opacity:.85;margin-bottom:2rem}.cta-banner .btn-primary{background:#fff;color:var(--blue)}.cta-banner .btn-primary:hover{background:var(--blue-lite)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;align-items:start}.plan-card{border:1.5px solid var(--border);border-radius:16px;padding:2rem;position:relative;background:var(--white)}.plan-card.featured{border-color:var(--blue);box-shadow:0 0 0 4px #dbeafe}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--blue);color:#fff;font-size:.75rem;font-weight:700;padding:.2rem .8rem;border-radius:99px}.plan-name{font-size:1rem;font-weight:700}.plan-price{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin:.75rem 0 .25rem}.plan-price sup{font-size:1.2rem;font-weight:600;vertical-align:top;margin-top:.4rem;display:inline-block}.plan-price-note{font-size:.8rem;color:var(--ink-muted);margin-bottom:1.25rem}.plan-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.plan-features li{font-size:.875rem;display:flex;align-items:flex-start;gap:.5rem}.plan-features li .check{color:var(--blue);font-weight:700;flex-shrink:0}.plan-features li .cross{color:var(--border)}.plan-divider{border:none;border-top:1px solid var(--border);margin:1.25rem 0}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-q{padding:1.1rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--white);border:none;width:100%;text-align:left;color:var(--ink)}.faq-a{padding:0 1.5rem 1.1rem;font-size:.9rem;color:var(--ink-muted);line-height:1.7}.demo-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;text-align:left}.demo-profile-card{background:var(--white);border:1.5px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.5rem;transition:transform .2s,box-shadow .2s}.demo-profile-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.demo-avatar{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:.75rem}.demo-profile-role{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.demo-profile-name{font-size:1.15rem;font-weight:800;color:var(--ink);letter-spacing:-.02em}.demo-profile-desc{font-size:.875rem;color:var(--ink-muted);line-height:1.6;flex:1;margin-bottom:.75rem}.demo-note{margin-top:2.5rem;font-size:.85rem;color:var(--ink-muted)}.footer{background:#0f172a;color:#94a3b8;padding:3rem 2rem 2rem;font-size:.85rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-logo{color:#fff;font-weight:800;font-size:1.1rem;letter-spacing:-.5px}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#fff}@media (max-width: 768px){.roles-grid,.demo-profiles{grid-template-columns:1fr}.nav-links a:not(.btn){display:none}.step{flex-direction:column;gap:1rem}}.lang-switcher{background:transparent;border:1px solid var(--border, #e2e8f0);color:var(--ink-muted, #64748b);border-radius:4px;padding:3px 8px;font-size:.8rem;cursor:pointer;font-family:inherit}.lang-switcher:hover{border-color:var(--blue, #2563eb);color:var(--ink, #0f172a)}.theme-toggle{background:transparent;border:none;cursor:pointer;font-size:1rem;line-height:1;padding:.25rem;border-radius:6px}.theme-toggle:hover{background:var(--surface)}.plan-cancellation-note{font-size:.75rem;color:var(--ink-muted);text-align:center;margin-top:.6rem}.client-type-toggle{display:inline-flex;border:1px solid var(--border);border-radius:99px;padding:4px;gap:4px;margin-bottom:1.25rem;background:var(--surface)}.client-type-btn{border:none;background:transparent;color:var(--ink-muted);font:inherit;font-size:.875rem;font-weight:600;padding:.45rem 1.1rem;border-radius:99px;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.client-type-btn--active{background:var(--blue);color:#fff}.client-type-icon{font-style:normal}.plan-user-note{font-size:.78rem;color:var(--ink-muted);margin-top:.5rem}.plan-seats{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;font-size:.85rem;font-weight:600}.plan-seats select{font:inherit;padding:.25rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--white);color:var(--ink);cursor:pointer}.footer-links--legal a{font-size:.8rem}.footer-legal-line{max-width:1100px;margin:1.5rem auto 0;padding-top:1.25rem;border-top:1px solid rgba(148,163,184,.2);font-size:.75rem;color:#94a3b8;text-align:center;line-height:1.6}.legal-page .section-title{margin-bottom:.25rem}.legal-updated{font-size:.8rem;color:var(--ink-muted);margin-bottom:2rem}.legal-section{margin-bottom:1.75rem}.legal-section h2{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.legal-section p{font-size:.92rem;color:var(--ink-muted);line-height:1.7;margin-bottom:.6rem}
