:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;transition:background-color .2s,color .2s}img{max-width:100%;height:auto;display:block}:root{--container:1160px;--bg:#f4f7ff;--bg-soft:#e8efff;--surface:#fff;--surface-alt:#f7faff;--text:#111827;--muted:#5a6475;--border:#dbe5ff;--primary:#4f46e5;--primary-dark:#3730a3;--accent:#14b8a6;--header-bg:#f4f7ffdb;--radius:18px;--shadow:0 15px 35px #4f46e51f}:root[data-theme=dark]{--bg:#090f1f;--bg-soft:#0f172a;--surface:#121b2f;--surface-alt:#0f1a30;--text:#e8edff;--muted:#9aa7bf;--border:#21304a;--primary:#818cf8;--primary-dark:#6366f1;--accent:#2dd4bf;--header-bg:#090f1fdb;--shadow:0 15px 35px #0006}a{color:inherit;text-decoration:none}.container{width:min(var(--container), 92%);margin-inline:auto}.site-header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-bottom:1px solid var(--border);position:sticky;top:0}.site-nav{justify-content:space-between;align-items:center;gap:12px;min-height:70px;display:flex}.brand{letter-spacing:.02em;color:var(--primary-dark);font-size:1.2rem;font-weight:900}.nav-links{flex-wrap:wrap;flex:1;justify-content:center;gap:8px 14px;margin:0;padding:0;list-style:none;display:flex}.nav-actions{align-items:center;gap:8px;display:flex}.menu-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text);width:46px;height:46px;font:inherit;cursor:pointer;border-radius:10px;padding:0;font-size:1.25rem;font-weight:900;line-height:1;display:none}.nav-links a{color:var(--muted);border-radius:8px;padding:6px 8px;font-size:.9rem;font-weight:700}.nav-links a:hover{background:var(--bg-soft);color:var(--text)}.hero-section{padding:48px 0 20px;position:relative}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 20%,#4f46e51f,#0000 45%),radial-gradient(circle at 85% 10%,#14b8a61f,#0000 38%);position:absolute;inset:0}.hero-grid{z-index:1;gap:28px;display:grid;position:relative}.eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:.95rem;font-weight:800}.hero-copy h1{max-width:13ch;margin:0 0 12px;font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.08}.hero-copy p{color:var(--muted);max-width:62ch;font-size:1.02rem}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.hero-actions .btn{min-height:46px;padding:12px 18px;font-size:clamp(.92rem,1.6vw,1rem)}.hero-image{border-radius:calc(var(--radius) + 6px);object-fit:cover;border:1px solid var(--border);box-shadow:var(--shadow)}.section{padding:clamp(56px,8vw,70px) 0;scroll-margin-top:88px}.section-alt{background:linear-gradient(180deg, var(--surface-alt), transparent 90%)}.section h2{letter-spacing:-.01em;margin:0 0 8px;font-size:clamp(1.5rem,2.6vw,2.3rem)}.section-subtitle{color:var(--muted);margin:0 0 24px;font-size:1rem}.card-grid,.product-grid{grid-template-columns:1fr;gap:18px;display:grid}.card,.product-card,.faq-item,.contact-form,.map-shell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 20px #0f172a0a}.card{padding:20px}.card h3{margin-top:0;margin-bottom:8px}.card p{color:var(--muted);margin:0}.card-icon{margin-bottom:10px;font-size:1.8rem;display:inline-block}.product-card{transition:transform .25s;overflow:hidden}.product-card:hover{transform:translateY(-4px)}.product-card img{aspect-ratio:640/420;object-fit:cover;width:100%}.product-body{padding:18px}.product-body h3{margin-top:0;margin-bottom:8px}.product-body p{color:var(--muted);margin:0}.product-meta{justify-content:space-between;align-items:center;gap:8px;margin-top:16px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;padding:10px 15px;font-size:.95rem;font-weight:700;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;box-shadow:0 8px 20px #4f46e540}.btn-primary:hover{filter:brightness(1.05)}.btn-outline{border-color:var(--border);background:var(--surface);color:var(--text)}.cta-section{text-align:center}.cta-wrap{color:#f8faff;box-shadow:var(--shadow);background:linear-gradient(135deg,#1f1b5e,#112e56);border-radius:22px;padding:34px 22px}.cta-wrap h2{max-width:18ch;margin-inline:auto}.cta-wrap p{color:#dbe8ff;max-width:60ch;margin-inline:auto}.usp-list{grid-template-columns:1fr;gap:12px;margin:0;padding:0;list-style:none;display:grid}.usp-list li{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;font-weight:600}.faq-wrap{gap:12px;display:grid}.faq-item{padding:14px 16px}.faq-item summary{cursor:pointer;font-weight:700}.faq-item p{color:var(--muted);margin:10px 0 2px}.testimonial footer{color:var(--muted);gap:3px;margin-top:12px;display:grid}.testimonial-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.carousel-controls{gap:8px;display:flex}.carousel-btn{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:50%;font-size:1.3rem;line-height:1}.carousel-btn:hover{border-color:var(--primary);color:var(--primary)}.testimonial-carousel{border-radius:var(--radius);overflow:hidden}.testimonial-track{will-change:transform;transition:transform .35s;display:flex}.testimonial-slide{min-width:100%;margin:0;padding:24px}.carousel-dots{justify-content:center;gap:8px;margin-top:14px;display:flex}.carousel-dot{background:var(--border);cursor:pointer;border:0;border-radius:50%;width:10px;height:10px}.carousel-dot.is-active{background:var(--primary)}.contact-wrap{gap:18px;display:grid}.contact-form{gap:10px;padding:16px;display:grid}.contact-form label{gap:6px;font-weight:600;display:grid}.contact-note{color:var(--muted);margin-top:10px;font-size:.92rem}.contact-form input,.contact-form textarea{font:inherit;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);border-radius:10px;padding:10px}.success-msg{color:#0f9d80;margin:0;font-weight:700}.error-msg{color:#dc2626;margin:0;font-weight:700}.map-shell{overflow:hidden}.map-shell iframe{border:0;width:100%;min-height:350px}.site-footer{color:#cbd5e1;background:#0c1326;margin-top:20px;padding:42px 0}.footer-grid{gap:26px;display:grid}.site-footer .brand{color:#eef2ff}.site-footer h3{color:#f8fafc;margin:0 0 8px;font-size:1.02rem}.site-footer ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.site-footer a:hover{color:#fff}.section-loading{width:min(var(--container), 92%);text-align:center;background:var(--surface);border:1px dashed var(--border);color:var(--muted);border-radius:10px;margin:20px auto;padding:12px}.theme-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;cursor:pointer;white-space:nowrap;border-radius:999px;padding:8px 12px;font-weight:700}.theme-toggle:hover{border-color:var(--primary);color:var(--primary)}@media (width<=1024px){.site-nav{flex-wrap:wrap;row-gap:10px}.menu-toggle{justify-content:center;align-items:center;display:inline-flex}.nav-links{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;flex:0 0 100%;order:3;gap:8px;padding:10px;display:none}.nav-links.is-open{display:flex}.nav-links a{width:100%;padding:8px 10px;display:block}.hero-copy h1{max-width:18ch}.product-meta{flex-wrap:wrap;justify-content:flex-start}}@media (width<=920px){.site-nav{align-items:flex-start;padding-top:10px;padding-bottom:10px}.section h2{font-size:clamp(1.35rem,5.2vw,2rem)}.hero-actions .btn{flex:150px;padding:10px 12px;font-size:.88rem}.theme-toggle{padding:7px 10px;font-size:.88rem}.testimonial-header{flex-wrap:wrap}.carousel-controls{margin-left:auto}}@media (width<=640px){.container{width:94%}.site-nav{min-height:0}.brand{font-size:1.05rem}.nav-links a{padding:5px 7px;font-size:.84rem}.hero-section{padding-top:28px}.hero-copy p,.section-subtitle{font-size:.95rem}.card,.product-body,.testimonial-slide,.contact-form{padding:14px}.cta-wrap{border-radius:16px;padding:24px 16px}.carousel-btn{width:36px;height:36px}.map-shell iframe{min-height:290px}}@media (width<=480px){.hero-actions{flex-flow:wrap;align-items:center;gap:8px}.hero-actions .btn{flex:none;width:auto;min-height:38px;padding:8px 11px;font-size:.82rem}.product-meta .btn,.contact-form .btn{width:100%}.product-meta{align-items:stretch}.product-meta strong{font-size:1.05rem}.carousel-dots{gap:6px}.carousel-dot{width:9px;height:9px}.footer-grid{gap:18px}}@media (width>=720px){.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center}.card-grid,.product-grid,.usp-list{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-wrap{grid-template-columns:1fr 1fr;align-items:start}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}}@media (width>=1024px){.site-nav{flex-wrap:nowrap}.nav-links{background:0 0;border:0;border-radius:0;flex-direction:row;padding:0;overflow:visible;display:flex!important}.menu-toggle{display:none}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1280px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:38px}.section{padding:78px 0}}
