@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{color:#f4f8ff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#020815;font-family:Space Grotesk,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6}html{scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar{width:0;height:0}body{scrollbar-width:none;background:#020815;min-width:320px;min-height:100vh;margin:0}body::-webkit-scrollbar{width:0;height:0}h1,h2,h3,p{margin-top:0}input,textarea,select{color:inherit}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--bg:#030c22;--bg-soft:#061636;--card:#081a3f;--card-soft:#0b214d;--text:#f4f8ff;--muted:#9eb2d8;--line:#81a9ee40;--accent:#4ea5ff;--accent-2:#88e0ff;--highlight:#d4f2ff;--glow:#34d3ff2e;--glow-soft:#34d3ff14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--text);background:linear-gradient(#020815 0%,#040f27 44%,#020915 100%);margin:0}#root{width:100%;min-height:100vh}a{color:inherit}img,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.remake-wrap{min-height:100vh;color:var(--text);background:radial-gradient(circle at 20% -10%,#4ea5ff38,#0000 40%),radial-gradient(circle at 95% 0,#88e0ff24,#0000 35%),linear-gradient(#020815 0%,#040f27 44%,#020915 100%);font-family:Space Grotesk,sans-serif}.mobile-card{background:0 0;border:0;border-radius:0;width:100%;margin:0;position:relative;overflow:visible}.site-navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#030e28eb,#030d22e6);border-bottom:1px solid #42baff3d;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;display:flex;position:sticky;top:0;box-shadow:inset 0 -1px #42baff2e,0 8px 18px #01081847}.site-navbar.is-scrolled{background:linear-gradient(#030e28fa,#030d22f5);box-shadow:inset 0 -1px #42baff38,0 14px 24px #01081870}.site-navbar.menu-open{z-index:1100}.site-navbar.menu-open .brand,.site-navbar.menu-open .menu-toggle,.site-navbar.menu-open .mini-btn,.site-navbar.menu-open .nav-links{z-index:2;position:relative}.brand{color:var(--text);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.brand-logo{background:0 0;border-radius:8px;width:28px;height:28px;display:inline-block;overflow:hidden}.brand-logo img{object-fit:contain;width:100%;height:100%;display:block}.brand-text{letter-spacing:.2em;font-size:.65rem;font-weight:700}.nav-links{opacity:0;visibility:hidden;pointer-events:none;background:linear-gradient(#061532f7,#041129f0);border:1px solid #81a9ee40;border-radius:14px;gap:6px;padding:8px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:calc(100% + 8px);left:12px;right:12px;transform:translateY(-6px);box-shadow:0 16px 32px #00071570}.nav-links.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-links a{color:#dcecffc2;background:#0e2a5642;border-radius:10px;padding:10px 12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .18s,background .18s}.nav-links a:hover{color:#85d6ff;background:#0e2a565c}.menu-toggle{background:#0b1e43b3;border:1px solid #81a9ee40;border-radius:10px;place-content:center;gap:4px;width:38px;height:38px;padding:0;display:grid}.menu-toggle span{background:#cce5ff;border-radius:2px;width:18px;height:2px}.nav-backdrop{z-index:1;background:#02091980;border:0;position:fixed;inset:0}.mini-btn{border:1px solid var(--line);color:var(--highlight);cursor:pointer;background:linear-gradient(145deg,#4ea5ff2e,#4ea5ff14);border-radius:12px;min-width:96px;min-height:34px;padding:5px 10px;font-size:.68rem;font-weight:600}.block,.services,.enterprise-card,.site-footer{padding-inline:18px}.hero{grid-template-columns:minmax(0,1fr);place-items:center;gap:24px;min-height:100vh;padding-top:28px;padding-bottom:28px;display:grid}.mobile-card main>section+section{margin-top:30px}.hero h1,h2,h3,h4{margin:0;font-family:Space Grotesk,sans-serif}.hero-copy-column{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;width:100%;display:flex}.hero-eyebrow{color:#9ad1ff;letter-spacing:.14em;text-transform:uppercase;background:#4ea5ff1f;border:1px solid #84c3ff33;border-radius:999px;align-items:center;padding:7px 12px;font-size:.7rem;font-weight:700;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.hero-eyebrow:hover{color:#c7ebff;background:#4ea5ff33;border-color:#84c3ff61;transform:translateY(-2px)}.hero h1{max-width:12ch;margin-top:0;font-size:2rem;line-height:1.04}.hero h1:hover{text-shadow:0 0 24px #4ea5ff2e}.hero-copy{color:var(--muted);max-width:34ch;margin-top:0;font-size:.88rem;line-height:1.75}.hero-actions{gap:10px;width:min(100%,360px);margin-top:8px;display:grid}.hero-actions .btn{transition:transform .18s,box-shadow .18s,border-color .18s,background .18s,color .18s}.hero-actions .btn:hover{transform:translateY(-2px)}.hero-actions .btn-primary:hover{box-shadow:0 14px 28px #237fe861}.hero-actions .btn-ghost:hover{background:#0e234ceb;border-color:#a7caff75}.hero-visual-column{place-items:center;gap:14px;width:100%;display:grid}.hero-logo-shell{aspect-ratio:1;background:radial-gradient(circle at 28% 24%,#4ea5ff3d,#0000 36%),radial-gradient(circle at 74% 72%,#88e0ff1f,#0000 42%),linear-gradient(#0b1e43c7,#041028f5);border:1px solid #95c2ff33;border-radius:28px;place-items:center;width:min(100%,340px);transition:transform .22s,border-color .22s,box-shadow .22s,background .22s;display:grid;box-shadow:inset 0 1px #c3e8ff14,0 18px 40px #01081847}.hero-logo-shell:hover{cursor:pointer;border-color:#84c3ff61;transform:translateY(-4px)scale(1.01);box-shadow:inset 0 1px #c3e8ff1a,0 22px 48px #0108185c,0 0 0 1px #4ea5ff1f}.hero-logo{object-fit:cover;border:2px solid #42a0ff;border-radius:50%;width:min(66%,240px);height:auto;transition:transform .24s,box-shadow .24s,border-color .24s;box-shadow:0 12px 30px #030e2259}.hero-logo-shell:hover .hero-logo{border-color:#8bd7ff;transform:rotate(-2deg)scale(1.03);box-shadow:0 16px 36px #030e2275}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(100%,340px);display:grid}.hero-stat{text-align:center;background:#091938d1;border:1px solid #95c2ff2e;border-radius:18px;padding:14px 12px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;box-shadow:inset 0 1px #c3e8ff0f}.hero-stat:hover{background:#0b1e43f0;border-color:#84c3ff5c;transform:translateY(-4px);box-shadow:inset 0 1px #c3e8ff1a,0 18px 30px #01081833}.hero-stat strong{color:#8fd4ff;font-size:1rem;line-height:1;transition:color .18s,text-shadow .18s;display:block}.hero-stat:hover strong{color:#d7f4ff;text-shadow:0 0 18px #4ea5ff38}.hero-stat span{color:var(--muted);letter-spacing:.03em;margin-top:6px;font-size:.65rem;line-height:1.35;transition:color .18s;display:block}.hero-stat:hover span{color:#d0e4ff;cursor:pointer}.btn{letter-spacing:.03em;cursor:pointer;color:#f7fbff;border:1px solid #0000;border-radius:12px;width:100%;min-height:42px;font-size:.72rem;font-weight:700}.btn-primary{background:linear-gradient(120deg,#1f78da 0%,#4ea5ff 80%);box-shadow:0 10px 22px #237fe847}.btn-ghost{background:#0a1b3cb3;border-color:#a7caff47}.wave{background:radial-gradient(120% 90% at 50% 0,#0000 56%,#7aaaff1f 56% 63%,#0000 63%),radial-gradient(120% 95% at 50% 100%,#7aaaff14,#0000 65%);height:50px;margin:34px 0 18px}.section-title h2{letter-spacing:.02em;font-size:.92rem}.section-guide{color:var(--muted);background:#09193899;border:1px solid #81a9ee0f;border-radius:12px;margin:12px 0 0;padding:8px 12px;font-size:.9rem}.underline{background:linear-gradient(90deg,#5caeff,#8ce2ff);border-radius:999px;width:52px;height:3px;margin-top:8px;display:block}.services{grid-template-columns:minmax(0,1fr);gap:20px;margin-top:0;display:grid}.services-card{background:linear-gradient(170deg,#081e46d1,#05122de0);border:1px solid #95c2ff33;border-radius:18px;width:100%;padding:22px 14px;position:relative;box-shadow:inset 0 1px #c3e8ff1a,0 0 24px #34d3ff14}.why,.director-card{width:min(100% - 24px,880px);margin:0 auto}.director-section{grid-template-columns:1fr;align-items:center;gap:18px;margin-top:14px;display:grid}.director-body{flex-direction:column;gap:0;padding:4px 0;display:flex}.director-name{color:#f4f8ff;letter-spacing:-.02em;text-shadow:0 2px 8px #4ea5ff1a;margin:0 0 8px;font-size:1.32rem;font-weight:700}.director-role{color:#88d6ff;letter-spacing:.05em;text-transform:uppercase;background:#4ea5ff1f;border-left:3px solid #4ea5ff;border-radius:0 4px 4px 0;margin:0 0 14px;padding:6px 10px;font-size:.92rem;font-weight:600;display:inline-block}.director-bio{color:#c5dff8;letter-spacing:.01em;margin:0 0 14px;font-size:.94rem;line-height:1.7}.director-stats{color:#d0e4ff;background:#0b1e3c4d;border:1px solid #4ea5ff26;border-radius:10px;gap:10px;margin:14px 0 0;padding:16px;font-size:.88rem;list-style:none;display:grid}.director-stats li{align-items:flex-start;gap:10px;line-height:1.5;display:flex}.director-stats li:before{content:"";background:#4ea5ff;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px;display:inline-block}.director-stats strong{color:#88d6ff;margin-bottom:2px;font-weight:700;display:block}.director-message{color:#e8f5ff;background:linear-gradient(135deg,#0b234885,#0819377a);border:4px solid #0000;border-left-color:#4ea5ff;border-radius:12px;margin-top:18px;padding:20px 20px 20px 22px;transition:all .26s;position:relative;box-shadow:inset 0 1px #c3e8ff14,0 8px 24px #34d3ff14}.director-message:before{content:"\"";color:#4ea5ff29;font-family:Georgia,serif;font-size:2.8rem;font-weight:700;line-height:1;position:absolute;top:8px;left:10px}.director-message p{letter-spacing:.01em;margin:0;font-size:.94rem;font-style:italic;font-weight:500;line-height:1.7}.director-message:hover{background:linear-gradient(135deg,#0d2a569e,#0a1e4194);border-left-color:#88e0ff;transform:translate(4px);box-shadow:inset 0 1px #cfecff1f,0 12px 32px #34d3ff1f}.director-cta{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.director-cta .btn{letter-spacing:.05em;border-radius:10px;flex:1;justify-content:center;align-items:center;min-width:140px;min-height:44px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.director-cta .btn-primary{background:linear-gradient(120deg,#1f78da 0%,#4ea5ff 80%);border:none}.director-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #237fe859}.director-cta .btn-ghost{background:#0a1b3cb3;border:1.5px solid #84c3ff61}.director-cta .btn-ghost:hover{background:#0f2650d9;border-color:#a7caff8f;transform:translateY(-2px)}@media (width>=840px){.director-section{grid-template-columns:1fr;gap:28px}}.services-card:before,.why:before,.form-section:before{content:"";border-radius:inherit;pointer-events:none;border:1px solid #34d3ff24;position:absolute;inset:0}.service-card{background:linear-gradient(170deg,#091f48c2,#061634d1);border:1px solid #95c2ff2e;border-radius:16px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:inset 0 1px #c3e8ff14,0 0 18px #34d3ff14}.service-card img,.featured-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.service-body,.featured-body{padding:12px 12px 14px}.featured-body{flex-direction:column;flex:1;display:flex}.service-card h3,.featured-card h3{color:#e8f3ff;margin:0;font-size:1.04rem;line-height:1.3}.service-card p,.featured-description{color:var(--muted);text-align:left;margin:8px 0 0;font-size:.78rem;line-height:1.5}.service-card:hover,.service-card:focus-within,.featured-card:hover,.featured-card:focus-within{background:linear-gradient(170deg,#0b2556e6,#071838f5);border-color:#84c3ff6b;transform:translateY(-6px);box-shadow:inset 0 1px #cfecff1f,0 0 28px #34d3ff1f}.service-card img,.featured-card img{transition:transform .24s}.service-card:hover img,.service-card:focus-within img,.featured-card:hover img,.featured-card:focus-within img{transform:scale(1.03)}.service-card:hover h3,.service-card:focus-within h3,.featured-card:hover h3,.featured-card:focus-within h3{color:#f3f9ff}.service-card:hover p,.service-card:focus-within p{color:#d0def2}.featured-section{width:100%}.featured-header{justify-content:space-between;align-items:end;gap:12px;display:flex}.featured-controls{align-items:center;gap:8px;display:inline-flex}.scroll-btn{color:#d9edff;cursor:pointer;background:#081f48c7;border:1px solid #95c2ff47;border-radius:50%;place-items:center;width:34px;height:34px;transition:transform .18s,background .18s,border-color .18s;display:grid}.scroll-btn:hover{background:#0f3066d6;border-color:#95c2ff73;transform:translateY(-1px)}.featured-track{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#6eb3ff99 #0516348c;gap:14px;margin-top:14px;padding:2px 4px 8px;display:flex;overflow-x:auto}.featured-track::-webkit-scrollbar{height:8px}.featured-track::-webkit-scrollbar-track{background:#0516348c;border-radius:999px}.featured-track::-webkit-scrollbar-thumb{background:#6eb3ff99;border-radius:999px}.featured-card{scroll-snap-align:start;cursor:default;background:linear-gradient(170deg,#091f48c2,#061634d1);border:1px solid #95c2ff33;border-radius:16px;flex-direction:column;flex:0 0 clamp(238px,78vw,360px);transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:inset 0 1px #c3e8ff14,0 0 18px #34d3ff14}.featured-card--clickable{cursor:pointer}.featured-price{color:var(--accent-2);margin:8px 0 0;font-size:1.06rem;font-weight:700}.featured-action{color:#cfe7ff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#0b2452b8;border:1px solid #84c3ff3d;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:36px;margin-top:auto;font-size:.72rem;font-weight:700;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.featured-action:hover{background:#0f3066d6;border-color:#95c2ff73;transform:translateY(-1px)}.featured-action--added{color:#b9f0d2;background:#236e4a42;border-color:#6de2a66b}.amc-view-plans-btn{color:#a8d4ff;letter-spacing:.04em;cursor:pointer;background:linear-gradient(135deg,#277be040,#1e58aa2e);border:1px solid #4ea5ff66;border-radius:8px;width:100%;margin-top:10px;padding:8px 12px;font-size:.78rem;font-weight:600;transition:all .18s}.amc-view-plans-btn:hover{color:#c8e4ff;background:linear-gradient(135deg,#348fff59,#2771cc47);border-color:#88e0ff99;transform:translateY(-1px)}.amc-view-plans-btn:active{transform:translateY(0)}.cart-panel{background:#081a3a8c;border:1px solid #95c2ff33;border-radius:14px;margin-top:14px;padding:12px}.cart-panel-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.cart-panel-header h3{font-size:.9rem}.cart-panel-header span{color:#9bc4f9;font-size:.72rem;font-weight:600}.cart-items{gap:8px;margin-top:10px;display:grid}.cart-chip{background:#0a1b3bbf;border:1px solid #91b8f83d;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.cart-chip span{color:#e8f3ff;font-size:.76rem}.cart-chip button{color:#cde2ff;cursor:pointer;background:#ffffff14;border:0;border-radius:50%;width:24px;height:24px;font-size:1rem;line-height:1}.cart-empty{color:#9dbfff;margin:10px 0 0;font-size:.72rem}.cart-total{border-top:1px solid #91b8f833;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding-top:10px;display:flex}.cart-total span{color:#9bc4f9;font-size:.78rem}.cart-total strong{color:var(--accent-2);letter-spacing:.02em;font-size:.96rem}.why{background:linear-gradient(170deg,#081e46d1,#05122de0);border:1px solid #95c2ff33;border-radius:18px;padding:22px 14px;position:relative;box-shadow:inset 0 1px #c3e8ff1a,0 0 24px #34d3ff14}.why h2,.form-section h2{text-align:center;font-size:1.02rem}.why>p,.form-section>p{color:var(--muted);text-align:center;max-width:32ch;margin:10px auto 0;font-size:.72rem;line-height:1.55}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:17px;display:grid}.why-item{text-align:center}.why-icon{color:#85c8ff;background:#4ea5ff2e;border-radius:50%;place-items:center;width:36px;height:36px;margin:0 auto;display:grid}.why-icon svg{fill:currentColor;width:17px;height:17px}.why-item h3{letter-spacing:.08em;margin-top:8px;font-size:.7rem}.why-item p{color:#8fa6ce;margin:6px 0 0;font-size:.64rem;line-height:1.45}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:20px;display:grid}.stat-item{background:#0a1b3ba8;border:1px solid #86bbff33;border-radius:12px;padding:10px;box-shadow:inset 0 1px #c3e8ff14,0 0 14px #34d3ff0d}.stat-item p{color:#7f9bc6;letter-spacing:.08em;margin:0;font-size:.58rem}.stat-item h4{color:#d2e8ff;margin-top:5px;font-size:.78rem}.form-section{background:linear-gradient(#0a1d40d1,#08142deb);border:1px solid #76aaff38;border-radius:18px;width:min(100% - 24px,880px);margin:0 auto;padding:20px 14px;position:relative}.contact-list{margin:10px 0 0;padding:0;list-style:none}.contact-list li{color:#9bc4f9;margin-top:4px;font-size:.68rem}.booking-form{grid-template-columns:minmax(0,1fr);gap:9px;margin-top:14px;display:grid}.booking-form label{color:#b5d5ff;font-size:.68rem}.booking-form input,.booking-form select,.booking-form textarea{width:100%;color:var(--text);background:#081a3ad9;border:1px solid #91b8f847;border-radius:10px;outline:none;padding:11px 12px;font-size:.72rem}.booking-form textarea{resize:vertical;min-height:90px}.booking-form textarea[readonly]{cursor:default;color:#d9edff;background:#091f48e6}.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#84c3ff;box-shadow:0 0 0 3px #84c3ff2e}.form-btn{text-transform:uppercase;letter-spacing:.14em;margin-top:6px}.site-footer{color:#f4f8ff;background:radial-gradient(circle at 12% 0,#4ea5ff1a,#0000 30%),radial-gradient(circle at 92% 0,#88e0ff0f,#0000 26%),linear-gradient(#020815 0%,#040f27 44%,#020915 100%);margin-top:28px;padding:28px 18px 40px}.footer-top{width:min(100%,1180px);margin:0 auto}.footer-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.footer-contact-item{align-items:flex-start;gap:12px;display:flex}.footer-contact-icon{color:#7ec4ff;background:#ffffff14;border-radius:8px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:1rem;line-height:1;display:grid}.footer-contact-item h3,.footer-links-block h3,.footer-social-block h3{color:#fff;margin:0;font-size:1.06rem}.footer-contact-item p,.footer-about p{color:#f4f8ffcc;margin:4px 0 0;font-size:.88rem;line-height:1.5}.footer-divider{background:#ffffff61;width:100%;height:1px;margin:24px 0;display:block}.footer-bottom-grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:start;gap:28px;display:grid}.footer-about{max-width:34ch}.footer-links-block h3,.footer-social-block h3{margin-bottom:12px;position:relative}.footer-links-block h3:after,.footer-social-block h3:after{content:"";background:linear-gradient(90deg,#5caeff,#8ce2ff);border-radius:999px;width:42px;height:3px;margin-top:8px;display:block}.footer-links{flex-wrap:wrap;gap:10px 18px;display:flex}.footer-links a{color:#f4f8ffe0;align-items:center;gap:8px;font-size:.9rem;text-decoration:none;display:inline-flex}.footer-links a:hover{color:#fff}.footer-socials{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:10px;margin-top:0;display:flex}.footer-socials a{color:#7ec4ff;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.footer-socials a:hover{color:#cef;transform:translateY(-2px)}@media (width<=760px){.footer-contact-grid,.footer-bottom-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;align-items:flex-start}.footer-about{max-width:none}.footer-socials{justify-content:flex-start}}.floating-help{color:#022247;cursor:pointer;background:linear-gradient(145deg,#268cf1,#6bc7ff);border:0;border-radius:50%;width:34px;height:34px;font-weight:800;position:absolute;bottom:10px;right:10px;box-shadow:0 8px 20px #2b94ff57}.fade-in{opacity:0;transition:opacity .42s,transform .42s;transition-delay:var(--delay,0s);transform:translateY(18px)}.fade-in.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-in,.fade-in.is-visible,.service-card,.featured-card,.service-card img,.featured-card img,.scroll-btn,.nav-links{transition:none}.fade-in,.fade-in.is-visible{opacity:1;transform:none}}@media (width<=420px){.site-navbar{padding-inline:10px}.mini-btn{display:none}.hero{min-height:auto;padding-top:34px;padding-bottom:34px}.hero h1{font-size:1.9rem}.hero-stats{grid-template-columns:1fr}.hero-stat{padding:12px 10px}}@media (width<=760px){.hero{grid-template-columns:minmax(0,1fr);gap:22px;min-height:100vh}.hero-copy-column{max-width:100%}.hero-actions{width:100%}.hero-stats{width:min(100%,360px)}}@media (width<=620px){.featured-controls{display:inline-flex}.scroll-btn{display:none}}@media (width>=760px){.mobile-card{width:100%}.mobile-card main>section+section{margin-top:48px}.site-navbar{padding:10px 22px}.brand-text{letter-spacing:.2em;font-size:.82rem}.brand-logo{width:20px;height:20px;font-size:.8rem}.mini-btn{min-width:124px;min-height:38px;font-size:.8rem}.menu-toggle,.nav-backdrop{display:none}.nav-links{box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;background:0 0;border:0;border-radius:0;grid-auto-flow:column;gap:22px;padding:0;display:inline-flex;position:static;transform:none}.nav-links a{background:0 0;padding:0;font-size:.9rem;font-weight:600}.block,.services,.enterprise-card,.site-footer{padding-inline:34px}.hero{grid-template-columns:1.08fr .92fr;place-items:center stretch;gap:32px 54px;min-height:100vh;padding-top:40px;display:grid}.hero h1{max-width:12ch;font-size:clamp(3rem,4.4vw,5.6rem);line-height:1}.hero-copy{max-width:42ch;font-size:clamp(.98rem,1.15vw,1.28rem)}.hero-actions{gap:10px;width:auto;display:flex}.hero-copy-column{max-width:640px}.hero-visual-column{gap:18px}.hero-logo-shell{width:min(100%,420px)}.hero-logo{width:min(62%,260px)}.hero-stats{width:min(100%,420px)}.btn{width:auto;min-width:200px;min-height:56px;font-size:1.02rem}.section-title h2{font-size:1.2rem}.featured-section{padding-inline:24px}.featured-track{gap:18px}.featured-card{flex-basis:clamp(260px,36vw,390px)}.services{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:4px}.services-card{border-radius:20px;padding:28px 24px}.service-card h3{font-size:1.12rem}.service-card p,.featured-description{font-size:.88rem}.why{border-radius:20px;width:min(100% - 48px,880px);margin-top:52px;padding:28px 24px}.why h2,.form-section h2{font-size:1.34rem}.why>p,.form-section>p{max-width:54ch;font-size:.98rem}.why-item h3{font-size:.86rem}.why-item p{font-size:.82rem}.stat-item{padding:14px}.stat-item p{font-size:.7rem}.stat-item h4{font-size:1rem}.form-section{border-radius:20px;width:min(100% - 48px,880px);margin-top:34px;padding:28px 24px}.form-section>p,.contact-list li{font-size:.9rem}.booking-form label{font-size:.82rem}.booking-form input,.booking-form select,.booking-form textarea{min-height:48px;font-size:.9rem}.booking-form textarea{min-height:120px}.site-footer{padding-top:28px;padding-bottom:30px}.foot-brand{font-size:1rem}.site-footer p,.site-footer nav a{font-size:.78rem}}@media (width>=980px){.featured-section{padding-inline:34px}.featured-card{flex-basis:clamp(280px,29vw,410px)}.services{grid-template-columns:repeat(3,minmax(0,1fr))}.why-grid,.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.booking-form{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:11px}.booking-form textarea,.booking-form label[for=message],.booking-form .form-btn{grid-column:span 2}}.btn-add-cart{width:100%;color:inherit;letter-spacing:.03em;cursor:pointer;background:0 0;border:1.5px solid;border-radius:6px;margin-top:12px;padding:8px 14px;font-size:.8rem;font-weight:600;transition:background .18s,color .18s}.btn-add-cart:hover:not(.btn-add-cart--added){color:#fff;background:#ffffb11a}.btn-add-cart--added{color:#fff;cursor:default;background:#22c55e;border-color:#22c55e}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#02071499;place-items:center;animation:.2s forwards modal-fade-in;display:grid;position:fixed;inset:0}.modal-card{opacity:0;background:linear-gradient(#061228fa,#081a3af5);border:1px solid #81a9ee29;border-radius:14px;width:min(480px,100% - 48px);padding:18px;animation:.22s cubic-bezier(.2,.9,.2,1) .1s forwards modal-scale-in;transform:scale(.98);box-shadow:0 18px 48px #02081899,inset 0 1px #c3e8ff05}.modal-title{color:#eaf6ff;margin:0 0 10px;font-size:1.02rem}.modal-body{align-items:center;gap:12px;margin-bottom:14px;display:flex}.modal-label{min-width:72px;color:var(--muted);font-size:.86rem}.modal-input{min-width:96px;color:var(--text);background:#0b1e3cb3;border:1px solid #91b8f82e;border-radius:10px;flex:1;padding:10px 12px;font-size:1rem;font-weight:700}.modal-actions{justify-content:flex-end;gap:10px;display:flex}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (width<=420px){.modal-card{width:calc(100% - 28px);padding:14px}.modal-body{gap:8px}}.toast-container{z-index:99999;pointer-events:none;flex-direction:column;gap:8px;width:300px;display:flex;position:fixed;top:16px;right:16px}.toast{color:#fff;box-sizing:border-box;border-radius:8px;align-items:center;gap:10px;width:100%;padding:11px 16px;font-size:.84rem;font-weight:500;animation:.25s forwards toast-in,.3s 2.7s forwards toast-out;display:flex;box-shadow:0 4px 20px #00000038}.toast--add{background:#22c55e}.toast--remove{background:#ef4444}.toast--warn{background:#f59e0b}.toast-icon{flex-shrink:0;font-size:.9rem;font-weight:700}.toast-message{word-break:break-word;line-height:1.4}@keyframes toast-in{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}.products-page{background:radial-gradient(circle at 18% -10%,#4ea5ff1f,#0000 36%),radial-gradient(circle at 96% 0,#88e0ff14,#0000 32%),linear-gradient(#020713 0%,#050e1f 44%,#02060f 100%)}.products-page .products-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:28px;min-height:calc(100vh - 84px);padding-top:28px;padding-bottom:28px;display:grid}.products-hero-copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;display:flex}.products-kicker{color:#9ad1ff;text-transform:uppercase;letter-spacing:.14em;background:#4ea5ff1f;border:1px solid #84c3ff33;border-radius:999px;align-items:center;padding:7px 12px;font-size:.7rem;font-weight:700;display:inline-flex}.products-hero-copy h1{color:#f4f8ff;max-width:11ch;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(2.4rem,4vw,4.8rem);line-height:1}.products-hero-copy .hero-copy{max-width:40ch}.products-hero-visual{place-items:center;display:grid}.products-hero-panel{background:radial-gradient(circle at 30% 24%,#4ea5ff24,#0000 34%),radial-gradient(circle at 72% 76%,#88e0ff14,#0000 38%),linear-gradient(#071632eb,#020a18fa);border:1px solid #95c2ff33;border-radius:30px;place-items:center;width:min(100%,460px);min-height:420px;padding:24px;display:grid;position:relative;box-shadow:inset 0 1px #c3e8ff14,0 18px 40px #01081847}.products-hero-ring{opacity:.7;border:1px dashed #84c3ff29;border-radius:24px;position:absolute;inset:18px}.products-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;display:grid;position:relative}.products-hero-stat{text-align:center;background:#091938d6;border:1px solid #95c2ff2e;border-radius:18px;padding:16px 12px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;box-shadow:inset 0 1px #c3e8ff0f}.products-hero-stat:hover{background:#0b1e43f0;border-color:#84c3ff57;transform:translateY(-4px);box-shadow:inset 0 1px #c3e8ff1a,0 18px 30px #01081833}.products-hero-stat strong{color:#8fd4ff;font-size:1.2rem;line-height:1;display:block}.products-hero-stat span{color:#9db9df;margin-top:8px;font-size:.72rem;line-height:1.35;display:block}.products-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;margin-top:8px;display:grid}.products-search{align-items:center;display:block}.products-search input,.products-sort select{color:#f2f8ff;background:#081f48b8;border:1px solid #95c2ff3d;border-radius:12px;outline:none;width:100%;min-height:42px;padding:0 14px}.products-search input::placeholder{color:#9fbde3}.products-sort{gap:8px;display:grid}.products-sort span{color:#a9caef;font-size:.84rem;font-weight:600}.products-meta{color:#a9caef;border-top:1px solid #95c2ff1f;justify-content:space-between;gap:14px;margin-top:8px;padding:10px 0 0;font-size:.84rem;display:flex}.products-section{margin-top:18px}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 14px;margin-top:14px;display:grid}.products-card{flex:none;width:100%}.products-card .shop-icon-wrap{aspect-ratio:16/9}.products-card .featured-body{min-height:0}.see-more-btn{color:#d9edff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:#081f48c7;border:1px solid #95c2ff47;border-radius:999px;min-height:34px;padding:0 14px;font-size:.78rem;font-weight:700;transition:transform .18s,background .18s,border-color .18s}.see-more-btn:hover{background:#0f3066d6;border-color:#95c2ff73;transform:translateY(-1px)}.products-back-btn{justify-self:start;margin-top:14px}.products-page .hero-copy{color:var(--muted)}@media (width<=1180px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.products-page .products-hero{grid-template-columns:minmax(0,1fr);min-height:auto}.products-hero-copy h1{max-width:12ch}.products-hero-panel{width:100%;min-height:auto}.products-hero-stats,.products-toolbar{grid-template-columns:1fr}.products-search{width:100%}.products-grid{grid-template-columns:1fr}.products-meta{flex-direction:column}.products-back-btn{width:100%}}@media (width>=760px){.products-page .products-hero{padding-top:40px;padding-bottom:40px}}.amc-page .amc-hero{min-height:auto;padding-top:28px;padding-bottom:12px}.amc-page .amc-hero h1{max-width:18ch;margin-top:10px;font-size:clamp(1.8rem,3.8vw,3rem);line-height:1.08}.amc-info-grid{gap:14px;width:min(100%,980px);margin-top:14px;display:grid}.amc-info-card{background:linear-gradient(170deg,#0a1f458f,#071834b3);border:1px solid #95c2ff38;border-radius:14px;padding:16px 16px 14px;box-shadow:inset 0 1px #c3e8ff14}.amc-info-card h2{color:#e7f5ff;margin:0;font-size:1rem}.amc-info-card p{color:#c8def8;margin:10px 0 0;font-size:.92rem;line-height:1.55}.amc-info-card ul{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.amc-info-card li{color:#c8def8;align-items:flex-start;gap:8px;font-size:.9rem;line-height:1.45;display:flex}.amc-info-card li:before{content:"✓";color:#56d78f;font-weight:800}.amc-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.amc-card{background:linear-gradient(170deg,#091f48c2,#061634d1);border:1px solid #95c2ff33;border-radius:16px;overflow:hidden;box-shadow:inset 0 1px #c3e8ff14,0 0 18px #34d3ff14}.amc-card-title{text-align:center;color:#e6f5ff;text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(#277be0f2,#1957b0f2);border-bottom:1px solid #82c0ff59;margin:0;padding:12px 14px;font-size:.86rem}.amc-card-body{padding:14px}.amc-price{text-align:center;color:#e8f5ff;margin:0;font-size:1.36rem;font-weight:800;line-height:1.3}.amc-billing{text-align:center;color:#8eaad1;text-transform:uppercase;letter-spacing:.05em;margin:4px 0 12px;font-size:.7rem}.amc-book-btn{color:#b7ddff;cursor:pointer;background:#1e58aa40;border:1px solid #82c0ff6b;border-radius:8px;width:100%;min-height:38px;font-weight:700;transition:transform .18s,background .18s,border-color .18s}.amc-book-btn:hover{background:#296ccb61;border-color:#95ccffb8;transform:translateY(-2px)}.amc-book-btn--added{color:#b9f0d2;background:#32aa7038;border-color:#6de2a694}.amc-phone-error{color:#ffb4b4;margin:-4px 0 10px;font-size:.8rem}.amc-features{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.amc-features li{color:#c9dff8;align-items:flex-start;gap:8px;font-size:.84rem;display:flex}.amc-features li:before{content:"✓";color:#56d78f;font-weight:800}@media (width<=1024px){.amc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.amc-grid{grid-template-columns:1fr}}
