:root{--bg:#fff;--text:#0f172a;--muted:#475569;--border:#e2e8f0;--card:#fff;--shadow:0 10px 30px rgba(2,6,23,.08);--shadow-strong:0 18px 60px rgba(2,6,23,.16);--radius:14px;--gold:#caa46a;--gold-ink:#1b1206}*{box-sizing:border-box}body,html{padding:0;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Liberation Sans,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 20px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav{justify-content:space-between;height:88px;gap:16px}.brandLogo,.nav{display:flex;align-items:center}.brandLogo{height:70px;flex:0 0 auto}.brandLogo img{display:block;height:70px;width:auto;object-fit:contain}.navlinks{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.navlinks a{padding:8px 10px;border-radius:10px;color:var(--muted)}.navlinks a:hover{background:#f1f5f9;color:var(--text)}.hero{position:relative;min-height:620px;padding:0;overflow:hidden;background:#0b1220}.heroMedia{position:absolute;inset:0;z-index:0}.heroMedia video,.heroVideo{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);filter:contrast(1.04) saturate(1.04) brightness(1.08)}.heroMedia:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(2,6,23,.58),rgba(2,6,23,.28) 42%,rgba(2,6,23,.1))}.hero .container{position:relative;z-index:2}.heroInner{min-height:620px;display:flex;align-items:center;padding:88px 0 44px}.heroText{max-width:740px;padding:28px 28px 22px;border-radius:20px;background:rgba(10,18,32,.58);border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 18px 54px rgba(2,6,23,.34)}.heroTitle{color:#fff;font-size:48px;line-height:1.08;margin:0 0 18px;font-weight:700;letter-spacing:-.02em;text-shadow:0 6px 20px rgba(2,6,23,.32)}.heroSub{color:hsla(0,0%,100%,.95);margin:0 0 18px;font-size:18px;line-height:1.6;max-width:60ch;text-shadow:0 2px 8px rgba(2,6,23,.2)}.heroChecks{list-style:none;padding:0;margin:0 0 18px;display:grid;grid-gap:10px;gap:10px;max-width:520px}.heroCheckItem{display:flex;gap:10px;align-items:flex-start;color:hsla(0,0%,100%,.95);font-size:15.5px;line-height:1.5}.heroCheckIcon{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.18);color:#fff;line-height:1;transform:translateY(1px);flex:0 0 24px}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;border-radius:999px;font-size:13px;border:1px solid transparent;cursor:pointer}.btnPrimary{background:var(--gold);color:var(--gold-ink);border-color:hsla(0,0%,100%,.12)}.btnPrimary:hover{filter:brightness(.98)}.btnSecondary{background:hsla(0,0%,100%,.14);color:#fff;border-color:hsla(0,0%,100%,.18)}.btnSecondary:hover{background:hsla(0,0%,100%,.18)}.heroUnder{position:relative;z-index:2;padding:0 0 34px}.featureRow{margin-top:-6px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.featureCard{background:rgba(12,18,30,.68);border:1px solid hsla(0,0%,100%,.18);border-radius:18px;padding:18px 18px 16px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 16px 42px rgba(2,6,23,.24);color:#fff;min-height:164px}.featureIcon{width:56px;height:56px;border-radius:14px;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.28);display:flex;align-items:center;justify-content:center;margin:0 0 14px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08);transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.featureSvg{width:28px;height:28px;display:block;fill:none;stroke:#fff;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round;opacity:1}.featureTitle{font-weight:800;margin:0 0 8px;font-size:19px;line-height:1.2;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.22)}.featureText{color:hsla(0,0%,100%,.97);font-size:15.5px;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.18)}.featureCard:hover .featureIcon{background:hsla(36,48%,60%,.24);border-color:hsla(36,48%,60%,.52);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 8px 20px rgba(2,6,23,.18);transform:translateY(-1px)}.modelsSection{padding:34px 0 56px;background:#fff}.modelsTitle{margin:0;font-size:28px;font-weight:820;color:var(--text)}.modelsHeader{display:flex;gap:16px;align-items:flex-end;justify-content:space-between;margin:0 0 14px}.modelsGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.modelCard{border-radius:18px;overflow:hidden;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-strong)}.modelImgBtn{border:0;padding:0;background:transparent;width:100%;display:block;cursor:pointer}.modelCover{width:100%;height:auto;object-fit:contain;display:block}.modelBody{padding:12px 12px 14px}.modelName{font-weight:820;color:var(--text);display:flex;align-items:baseline;gap:10px}.modelSummary{margin:6px 0 10px;color:var(--muted);font-size:13px;line-height:1.35}.modelBtn{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 12px;border-radius:999px;background:rgba(2,6,23,.04);border:1px solid rgba(2,6,23,.08);color:var(--text);font-size:13px}.modelBtn:hover{background:rgba(2,6,23,.06)}.section{padding:34px 0}.sectionTitle{margin:0 0 14px;font-size:18px;font-weight:750}.grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:0 1px 0 rgba(2,6,23,.02)}.cardTitle{margin:0 0 8px;font-weight:750}.cardText{margin:0}.cardText,.footer{color:var(--muted);font-size:13px}.footer{border-top:1px solid var(--border);padding:18px 0}.footerGrid{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.footerCompany{display:grid;grid-gap:6px;gap:6px}.footerMeta{display:grid;grid-gap:4px;gap:4px;margin-top:6px;color:var(--muted)}.footerLinks{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.footerLinks a{padding:6px 8px;border-radius:10px;color:var(--muted)}.footerLinks a:hover{background:#f1f5f9;color:var(--text)}.footerPill{padding:6px 8px;border-radius:10px;color:var(--muted)}.footerPill:hover{background:#f1f5f9;color:var(--text)}.footerLogoLink{display:inline-flex;align-items:center;padding:6px 8px;border-radius:10px}.footerLogoLink:hover{background:#f1f5f9}.footerLogo{height:34px;width:auto;display:block}.footerContactBtn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(2,6,23,.1);font-size:13px;font-weight:600;white-space:nowrap}.footerContactBtn,.footerContactBtn:hover{background:var(--gold);color:var(--gold-ink)!important}.footerContactBtn:hover{filter:brightness(.98)}.pageTitle{margin:26px 0 8px;font-size:28px;font-weight:760}.pageLead{margin:0 0 10px;color:var(--muted);font-size:15px;line-height:1.45}.modelNote{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.55;max-width:90ch}.list{display:grid;grid-gap:10px;gap:10px}.listItem{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.listItem h3{margin:0 0 6px;font-size:14px}.listItem p{margin:0;color:var(--muted);font-size:13px}.modelGallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin:14px 0 0}.modelGalleryBtn{border:0;padding:0;background:transparent;cursor:pointer;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-strong);display:block;width:100%}.modelGalleryImg{width:100%;height:auto;display:block;object-fit:contain;transition:transform .25s ease}.lbRoot{position:fixed;inset:0;z-index:99999}.lbBackdrop{border:0;background:rgba(0,0,0,.86);cursor:pointer}.lbBackdrop,.lbStage{position:absolute;inset:0}.lbStage{z-index:100000;display:flex;align-items:center;justify-content:center;padding:16px}.lbImg{max-width:min(92vw,1400px);max-height:88vh;width:auto;height:auto;object-fit:contain;background:transparent}.lbClose{top:14px;right:14px;width:44px;height:44px;font-size:28px}.lbClose,.lbNav{position:absolute;z-index:100001;border-radius:999px;border:1px solid hsla(0,0%,100%,.22);background:rgba(0,0,0,.35);color:#fff;line-height:1;cursor:pointer}.lbNav{top:50%;transform:translateY(-50%);width:56px;height:56px;font-size:44px}.lbPrev{left:14px}.lbNext{right:14px}.lbCounter{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);z-index:100001;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.22);color:#fff;font-size:12px}.contact{padding:22px 0 56px}.contactInfo{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:10px 0 18px}.contactInfo .infoBlock{padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.contactInfo .infoKey{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 6px}.contactInfo .infoVal{font-size:13px;color:var(--text)}.contactGrid{display:grid;grid-template-columns:360px 1fr;grid-gap:14px;gap:14px;align-items:start}.contactForm{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:14px}.formLead{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.45}.contact .field{display:block;margin:10px 0}.contact .field span{display:block;font-size:12px;color:var(--muted);margin:0 0 6px}.contact .field input,.contact .field textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:12px;outline:none;font:inherit;background:#fff}.contactSubmit{width:100%;height:40px;border-radius:999px;border:1px solid rgba(2,6,23,.1);background:var(--text);color:#fff;letter-spacing:.1em;text-transform:uppercase;font-size:12px;cursor:pointer}.contactAlt{margin-top:10px;display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.contactAltText{color:var(--muted);font-size:12px}.contactAltBtn{height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(2,6,23,.1);background:#fff;color:var(--text);cursor:pointer;font-size:12px}.contactAltBtn:hover{background:#f1f5f9}.formOk{color:#166534}.formErr,.formOk{margin-top:10px;font-size:13px}.formErr{color:#b91c1c}.mapWrap{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--card);height:420px}.mapWrap iframe{width:100%;height:100%;border:0;display:block}.cbRoot{position:fixed;left:0;right:0;bottom:0;z-index:9999;padding:14px;display:flex;justify-content:center}.cbCard{width:min(980px,100%);background:hsla(0,0%,100%,.96);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-strong);padding:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cbTitle{font-weight:800;margin:0 0 6px}.cbText{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.45}.cbLink{text-decoration:underline}.cbSettings{display:grid;grid-gap:10px;gap:10px;padding:10px 0 2px}.cbRow{display:flex;gap:10px;align-items:flex-start;color:var(--text);font-size:13px}.cbRow input{margin-top:2px}.cbHint{color:var(--muted);font-size:12px}.cbActions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cbBtn{height:38px;padding:0 12px;border-radius:999px;border:1px solid rgba(2,6,23,.1);background:#fff;color:var(--text);cursor:pointer;font-size:13px}.cbGhost:hover{background:#f1f5f9}.cbPrimary{background:var(--gold);color:var(--gold-ink);border-color:rgba(2,6,23,.1)}.cbPrimary:hover{filter:brightness(.98)}.faqSection{padding-top:6px;padding-bottom:56px}.faqSection .sectionTitle{margin-bottom:14px}.qualitySection{padding-top:8px;padding-bottom:20px}.qualityLead{max-width:74ch;margin-bottom:16px}.qualityGrid{align-items:stretch}.qualityCard{box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.qualityCard:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}.servicesSection{padding-top:8px;padding-bottom:20px}.servicesLead{max-width:72ch;margin-bottom:16px}.servicesGrid{align-items:stretch}.serviceCard{box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.serviceCard:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}@media (max-width:980px){.contactInfo{grid-template-columns:repeat(2,1fr)}.contactGrid{grid-template-columns:1fr}.mapWrap{height:360px}}@media (max-width:920px){.grid3{grid-template-columns:1fr}.heroInner{min-height:560px;padding:72px 0 36px}.heroTitle{font-size:34px;line-height:1.05}.heroText{padding:18px 18px 16px;border-radius:18px;background:rgba(10,18,32,.68)}.heroSub{font-size:15px;line-height:1.48}.heroCheckItem{font-size:14px}.featureRow{grid-template-columns:1fr;margin-top:-4px}.modelsHeader{flex-direction:column;align-items:flex-start}.modelGallery,.modelsGrid{grid-template-columns:1fr}.lbStage{padding:10px}.lbImg{max-width:95vw;max-height:82vh}}@media (max-width:520px){.contactInfo{grid-template-columns:1fr}.nav{height:auto;padding:10px 0;align-items:center;gap:10px}.brandLogo img{height:52px}.navlinks{width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px}.navlinks a{white-space:nowrap;flex:0 0 auto;padding:6px 8px;font-size:13px}.navlinks::-webkit-scrollbar{height:0}}