:root{--bg:#0b1220;--text:#0f172a;--muted:#475569;--surface:#ffffff;--primary:#0ea5e9;--primary-600:#0284c7;--ring: rgba(14,165,233,.25);--border:#e2e8f0;--radius:12px}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:#f8fafc}.container{max-width:1160px;margin:0 auto;padding:0 24px}.header{position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);z-index:10;border-bottom:1px solid #f1f5f9}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.logo{font-weight:800;font-size:22px;color:#0b1220;text-decoration:none;letter-spacing:.2px}.brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.brand-img{height:28px;width:auto;display:block}.brand--header .brand-img{height:28px}.brand-img--footer{height:20px}.nav{display:flex;gap:18px;align-items:center}.nav a{color:#0b1220;text-decoration:none;font-weight:500}.nav a.active{color:var(--primary)}.mobile-menu-btn,.mobile-overlay{display:none}.lang-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:#fff;border-radius:10px;padding:8px 10px}.segmented{display:inline-grid;grid-auto-flow:column;gap:2px;background:#f1f5f9;border-radius:999px;padding:2px;border:1px solid #e2e8f0}.segmented button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:6px 10px;border-radius:999px;cursor:pointer;color:#0b1220;font-weight:600}.segmented button.active{background:#fff;box-shadow:0 1px 2px #0208170d;color:#0369a1}.stepper{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.stepper button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:#f8fafc;width:36px;height:36px;display:inline-grid;place-items:center;cursor:pointer}.stepper input{border:0;outline:none;width:70px;text-align:center;height:36px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;padding:56px 0}.hero-card{border-radius:var(--radius);padding:18px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--border);box-shadow:0 10px 24px #0208170f}.hero h1{font-size:48px;line-height:1.1;margin:0 0 14px;letter-spacing:-.3px}.hero p{font-size:18px;color:var(--muted);margin:0 0 22px}.hero .meta{display:flex;gap:18px;color:#0f172a80;margin-top:6px}.hero .img-placeholder{border-radius:14px;border:1px dashed #94a3b8;background:#f1f5f9;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;color:#64748b}.hero-image{width:100%;height:auto;border-radius:14px;border:1px solid var(--border);display:block}.feature-image{width:100%;height:auto;border-radius:12px;border:1px solid var(--border);display:block}.btn{display:inline-block;background:var(--primary);color:#fff;border-radius:10px;padding:12px 16px;font-weight:700;border:none;cursor:pointer;box-shadow:0 6px 16px #0ea5e940}.btn:hover{background:var(--primary-600)}.btn.secondary{background:#0f172a;color:#fff}.btn.link{background:transparent;color:var(--primary);box-shadow:none}.section{padding:40px 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.kicker{color:#0284c7;font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.h2{font-size:28px;margin:6px 0 10px}.muted{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{border:1px solid var(--border);border-radius:12px;padding:18px;background:#fff}.feature h3{margin:8px 0 6px}.feature p{margin:0;color:#475569}.icon{width:36px;height:36px;border-radius:10px;display:inline-grid;place-items:center;background:#e0f2fe;color:#0369a1;font-weight:800}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.step .num{font-weight:800;color:#0369a1}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quote{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px}.quote p{margin:0 0 10px}.quote .author{color:#64748b;font-size:14px}.cta{margin:30px 0 60px;background:linear-gradient(90deg,#0ea5e9,#22c55e);border-radius:16px;color:#fff;padding:26px;display:flex;align-items:center;justify-content:space-between}.cta .actions{display:flex;gap:12px}.card{border:1px solid var(--border);border-radius:12px;padding:18px;background:#fff}.shadow{box-shadow:0 10px 24px #0208170f}.footer{margin-top:40px;border-top:1px solid #e2e8f0;background:#fff}.footer-inner{display:flex;gap:12px;align-items:center;justify-content:space-between;color:#64748b;padding:18px 0}.footer-links{display:flex;gap:14px;align-items:center}.pricing{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.price-card{border:1px solid var(--border);border-radius:12px;padding:20px;background:#fff}.qty{display:flex;gap:8px;align-items:center;margin:12px 0}.pill{display:inline-block;background:#e2f8ff;color:#0369a1;border-radius:999px;padding:4px 10px;font-weight:700;font-size:12px}@media (max-width:1024px){.hero,.pricing{grid-template-columns:1fr}.feature-grid,.steps,.testimonials{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.container{padding:0 16px}section[style*=linear-gradient] .container>div{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.header-inner{padding:12px 0;position:relative}.brand-img{height:24px}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;padding:8px;background:none;border:none;cursor:pointer;color:var(--fg);min-width:44px;min-height:44px}.nav{position:fixed;top:60px;right:-100%;width:280px;max-width:calc(100vw - 32px);height:calc(100vh - 60px);background:#fff;border-left:1px solid var(--border);flex-direction:column;align-items:flex-start;padding:16px;gap:0;transition:right .3s ease;z-index:1000;box-shadow:-2px 0 8px #0000001a}.nav--mobile-open{right:0}.nav a{width:100%;padding:12px 16px;border-radius:8px;font-size:16px;min-height:44px;display:flex;align-items:center;color:#0b1220}.nav a.active{background:#e0f2fe;color:#0284c7}.nav a:hover{background:#f8fafc}.nav .segmented{margin-top:16px;width:100%}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.hero{grid-template-columns:1fr;gap:32px;padding:40px 0}.hero h1{font-size:36px}.hero p{font-size:16px}.hero .meta{flex-direction:column;gap:8px;align-items:flex-start}.hero>div>div[style*="display: flex"]{flex-direction:column!important;width:100%}.hero>div>div[style*="display: flex"] .btn{width:100%}section[style*=gridTemplateColumns]>div[style*=gridTemplateColumns]{grid-template-columns:1fr!important}section[style*=gridTemplateColumns]>div[style*=gridTemplateColumns]>div{order:0!important}div[style*="repeat(auto-fit"]{grid-template-columns:1fr!important}.feature-grid,.steps,.testimonials{grid-template-columns:1fr;gap:12px}.btn{padding:14px 20px;min-height:44px;font-size:16px}.hero .actions{flex-direction:column;width:100%}.hero .actions .btn{width:100%;text-align:center}.cta{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.cta .actions{flex-direction:column;width:100%}.cta .actions .btn{width:100%;text-align:center}.pricing{grid-template-columns:1fr;gap:16px}.section{padding:32px 0}.h2{font-size:24px}.hero-card,.card{padding:20px!important}.card[style*="gridTemplateColumns: auto 1fr"]{gap:12px!important;grid-template-columns:auto 1fr!important}.card div[style*="width: 48"]{width:40px!important;height:40px!important;font-size:18px!important}.icon{font-size:28px}ul{padding-left:20px}li{margin-bottom:8px}}@media (max-width:480px){.hero h1{font-size:28px;line-height:1.2}.hero p{font-size:15px}.btn{font-size:15px;padding:12px 18px}.h2{font-size:20px}.card{padding:16px}.footer-inner{flex-direction:column;gap:16px;text-align:center}}@media (max-width:900px){.feature-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.feature-grid,.steps,.testimonials{grid-template-columns:1fr}}
