:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#0f172a;--primary:#1e3a8a;--secondary:#2563eb;--bg:#f8fafc;--surface:#ffffff;--text:#0f172a;--muted:#64748b;--line:#dbe3ef;--success:#16a34a;--warning:#f59e0b;--error:#dc2626;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}main{min-height:100vh}.form-grid{display:grid;grid-gap:16px;gap:16px;max-width:640px}.form-grid label{display:grid;grid-gap:8px;gap:8px;font-weight:600}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--surface);color:var(--text)}.button-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.primary-button,.secondary-button,.text-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px}.primary-button{background:var(--primary);color:white}.secondary-button{background:white;border:1px solid var(--line);color:var(--text)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.faq-grid,.hero-panel,.product-grid,.requirements-grid{display:grid;grid-gap:16px;gap:16px}.hero-panel{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px}.faq-grid,.product-grid,.requirements-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-card,section article{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.site-header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px clamp(18px,5vw,72px);position:-webkit-sticky;position:sticky;top:0;background:var(--surface);z-index:10;border-bottom:1px solid var(--line)}.site-header .brand{font-size:1rem;display:inline-flex;gap:12px;align-items:center;font-weight:700}.site-header .brand-mark{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:var(--primary);color:white}.site-header .nav{display:flex;gap:18px}.message{margin-top:20px;padding:16px;border-radius:16px}.success{background:rgba(22,163,74,.12);color:var(--success)}.error{background:rgba(220,38,38,.12);color:var(--error)}.section{padding:clamp(40px,6vw,80px) clamp(18px,5vw,72px)}:root{--cursor-size:8px}.theme-dark{color-scheme:dark;--bg:#071022;--surface:#09121b;--text:#e6eef8;--muted:#9aa8c0;--line:#13262f;--primary:#60a5fa;--secondary:#2ea0ff}.hero{display:flex;gap:24px;align-items:center;justify-content:space-between;min-height:360px;padding:clamp(40px,6vw,80px) clamp(18px,5vw,72px);background-image:url(/banner.png);background-size:cover;background-position:50%;color:var(--text);position:relative}.hero .hero-copy{max-width:640px;background:rgba(0,0,0,.28);padding:28px;border-radius:12px;z-index:2}.hero-stats{display:flex;gap:24px;align-items:center;color:var(--text)}.hero h1{font-size:clamp(28px,4.5vw,44px);margin:8px 0}.hero p{font-size:.95rem}@media (max-width:900px){.hero{flex-direction:column;text-align:left;padding:32px}.hero-stats{width:100%;justify-content:flex-start;gap:12px;margin-top:16px}.hero .hero-copy{width:100%;background:rgba(0,0,0,.22)}}.brand-logo{height:28px;margin:0 8px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px;margin-top:18px}.site-footer{border-top:1px solid var(--line);background:var(--surface);color:var(--text);padding:28px clamp(18px,5vw,72px)}.site-footer .footer-inner{justify-content:space-between}.site-footer .brand-block,.site-footer .footer-inner{display:flex;align-items:center;gap:12px}.site-footer .brand-mark{width:48px;height:48px;border-radius:12px;background:var(--primary);color:white;display:flex;align-items:center;justify-content:center;font-weight:700}.site-footer .links{display:flex;gap:16px}.site-footer .copyright,.site-footer .muted{color:var(--muted);font-size:.9rem}.site-footer .copyright{margin-top:18px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;align-items:start}.contact-card{background:transparent;padding:8px 0}.contact-form{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.contact-form input,.contact-form textarea{padding:8px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--text)}.contact-form textarea{min-height:100px}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.site-header .nav a{position:relative;padding:6px 4px}.site-header .nav a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:transparent;transform:scaleX(0);transform-origin:left center;transition:transform .22s ease,background .22s ease}.site-header .nav a:hover:after{transform:scaleX(1);background:var(--primary)}.header-actions{display:flex;gap:12px;align-items:center}.primary-button{transition:transform .16s ease,box-shadow .16s ease}.primary-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(16,24,40,.12)}.secondary-button{transition:transform .16s ease}.secondary-button:hover{transform:translateY(-2px)}a:focus,button:focus,input:focus,textarea:focus{outline:3px solid rgba(37,99,235,.12);outline-offset:4px}.cursor-dot{position:fixed;top:0;left:0;border-radius:50%;pointer-events:none;transform:translate3d(-50%,-50%,0);transition:width .12s ease,height .12s ease,background .12s ease,transform .12s ease;background:var(--primary);z-index:9999}a:hover~.cursor-dot,button:hover~.cursor-dot{width:calc(var(--cursor-size) * 2);height:calc(var(--cursor-size) * 2);background:var(--secondary)}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{box-shadow:0 6px 18px rgba(37,99,235,.06);border-color:var(--primary)}@media (max-width:720px){.site-header{padding:16px}.site-footer .footer-inner{flex-direction:column;align-items:flex-start}}