@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap";:root{--navy:#071a38;--navy2:#0d2c59;--gold:#d6a72c;--gold2:#f3cf67;--ink:#0d1a2b;--muted:#65738a;--line:#e7ebf1;--white:#fff;--cream:#faf8f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}body:has(.modal-backdrop){overflow:hidden}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.nav{position:sticky;top:0;z-index:20;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,26,56,.08)}.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;height:78px;overflow:hidden}.brand img{width:185px;height:68px;object-fit:contain;object-position:center;display:block}.nav nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600;color:#34435a}.nav nav a:hover{color:var(--navy)}.nav-cta{background:var(--navy);color:#fff!important;padding:12px 18px;border-radius:7px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 15%,#173e77 0,#0c2850 35%,#06152d 78%);color:#fff;min-height:650px;display:flex;align-items:center}.hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;right:-120px;top:-200px;background:#d6a72c2e;filter:blur(20px)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;position:relative}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:800;color:#e9d18b;display:flex;gap:10px;align-items:center}.eyebrow span{display:inline-block;width:32px;height:1px;background:var(--gold)}.eyebrow.dark{color:#8a6b1c}.hero h1{font-size:clamp(48px,6vw,82px);line-height:.98;margin:22px 0 24px;letter-spacing:-.05em}.hero h1 em,.section h2 em,.quote-copy h2 em{font-family:Playfair Display,serif;color:var(--gold2);font-weight:600}.hero p{max-width:640px;color:#cbd7e8;font-size:17px;line-height:1.8}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:14px 20px;font-weight:800;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,#c9961e,#f0ce67);color:#101b2c;box-shadow:0 12px 30px #d6a72c33}.btn-ghost{border:1px solid rgba(255,255,255,.3);color:#fff;background:#ffffff0a}.hero-stats{display:flex;gap:32px;margin-top:55px}.hero-stats div{display:flex;flex-direction:column;gap:6px}.hero-stats strong{font-size:13px;color:#fff}.hero-stats span{font-size:11px;color:#91a5c0}.hero-card{min-height:410px;border:1px solid rgba(255,255,255,.15);background:linear-gradient(145deg,#ffffff17,#ffffff05);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 35px 80px #00000040}.hero-card .orbital{position:absolute;width:440px;height:210px;border:1px solid rgba(243,207,103,.45);border-radius:50%;transform:rotate(-17deg)}.hero-card img{width:430px;max-width:92%;filter:drop-shadow(0 25px 30px rgba(0,0,0,.35));position:relative}.hero-card-label{font-size:10px;letter-spacing:.18em;color:#d8c78d;margin-top:12px;position:relative}.trust-strip{background:var(--cream);border-bottom:1px solid #eee7d4}.trust-inner{min-height:76px;display:flex;align-items:center;justify-content:center;gap:20px;font-size:11px;letter-spacing:.13em;color:#65738a}.trust-inner b{color:#26364f}.trust-inner i{width:4px;height:4px;background:var(--gold);border-radius:50%}.section{padding:105px 0}.section-head{display:grid;grid-template-columns:1fr 390px;gap:60px;align-items:end;margin-bottom:28px}.section-head h2,.about h2,.quote-copy h2{font-size:clamp(36px,4.4vw,58px);line-height:1.03;letter-spacing:-.04em;margin:18px 0 0}.section-head h2 em,.about h2 em{color:var(--navy)}.section-head>p{color:var(--muted);line-height:1.8;font-size:14px;margin:0}.catalog-note{display:flex;gap:10px;align-items:center;color:#748198;font-size:11px;margin-bottom:28px}.catalog-note strong{color:var(--navy);font-size:12px}.filters{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;color:#59687e;font-size:12px;font-weight:700;cursor:pointer}.chip.active,.chip:hover{background:var(--navy);border-color:var(--navy);color:#fff}.filters input{width:280px;border:1px solid var(--line);padding:11px 14px;border-radius:8px;outline:none}.filters input:focus{border-color:#a9b5c5}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff;display:flex;flex-direction:column;transition:.2s;cursor:pointer;min-height:470px}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #091d3a1c;border-color:#d7c28a}.product-image{height:210px;aspect-ratio:4/3;background:linear-gradient(145deg,#f7f9fc,#eef2f6);border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:16px;padding:18px;box-sizing:border-box}.product-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;mix-blend-mode:multiply;flex:0 0 auto}.product-image span{position:absolute;top:10px;right:10px;background:#ffffffe6;padding:5px 7px;border-radius:5px;font-size:9px;font-weight:900;letter-spacing:.1em}.product-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.product-cat{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#8b6b1d;font-weight:800}.product-code{font-size:9px;background:#f1f4f8;color:#506078;border-radius:5px;padding:5px 7px;font-weight:800}.product-card h3{font-size:19px;margin:12px 0 5px}.product-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:8px 0 12px}.tag-row{display:flex;gap:6px;flex-wrap:wrap}.tag-row span{font-size:9px;font-weight:800;color:#3c4b62;background:#f4f6f9;border:1px solid #e8ebf0;border-radius:999px;padding:6px 8px}.tag-row.large{margin-top:16px}.text-link{font-size:11px;font-weight:900;color:var(--navy);margin-top:auto;background:none;border:0;padding:12px 0 2px;text-align:left;cursor:pointer}.dark-section{background:var(--navy);color:#fff}.light p{color:#9eb0c9}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.15)}.solution{padding:35px 25px 10px 0;border-right:1px solid rgba(255,255,255,.12);margin-right:25px}.solution:last-child{border-right:0}.solution>span{color:var(--gold2);font-size:11px;font-weight:800;letter-spacing:.15em}.solution h3{font-size:21px;margin:25px 0 12px}.solution p{color:#9eb0c9;font-size:13px;line-height:1.8;min-height:72px}.solution a{font-size:11px;font-weight:800;color:#f1d37d}.about{background:#fbfaf7}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about p{color:var(--muted);line-height:1.9;font-size:14px;max-width:600px}.principles{border-left:1px solid #d9dde5}.principles div{padding:23px 0 23px 28px;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:40px 1fr;column-gap:15px}.principles b{color:var(--gold);font-size:11px;grid-row:span 2}.principles strong{font-size:15px}.principles span{font-size:12px;color:var(--muted);line-height:1.6;margin-top:5px}.quote-section{background:linear-gradient(135deg,#0a2144,#06152d);color:#fff;padding:105px 0}.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.quote-copy h2{margin-bottom:22px}.quote-copy p{color:#a8b8ce;line-height:1.9;font-size:14px}.contact-list{display:flex;flex-direction:column;gap:12px;margin-top:30px}.contact-list a,.contact-list span{font-size:12px;color:#dce5f1}.quote-form{background:#fff;color:var(--ink);border-radius:18px;padding:28px;box-shadow:0 30px 70px #00000040}.quote-form label{font-size:11px;font-weight:800;display:flex;flex-direction:column;gap:7px;margin-bottom:15px}.quote-form input,.quote-form select,.quote-form textarea{border:1px solid #dfe4eb;border-radius:7px;padding:12px;outline:none;font-size:13px;color:var(--ink);background:#fff}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#b9902a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form .btn{width:100%;margin-top:5px}.success{margin-top:14px;padding:12px;border-radius:7px;background:#eef8ef;color:#316d39;font-size:11px;line-height:1.5}footer{background:#041126;color:#9eb0c9;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:50px;padding-bottom:45px}.footer-grid img{width:230px;height:auto;max-height:78px;object-fit:contain;object-position:left center;filter:drop-shadow(0 10px 20px rgba(0,0,0,.25))}.footer-grid p{font-size:12px;color:#d5bd69}.footer-grid div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-grid strong{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px}.footer-grid a,.footer-grid span{font-size:12px}.footer-grid a:hover{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;font-size:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#020b19c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;display:flex;align-items:center;justify-content:center;padding:22px}.datasheet-modal{background:#fff;width:min(1050px,100%);max-height:92vh;overflow:auto;border-radius:20px;box-shadow:0 40px 100px #00000059;position:relative}.modal-close{position:absolute;right:18px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f2f4f7;color:#25344b;font-size:25px;cursor:pointer;z-index:2}.datasheet-head{display:grid;grid-template-columns:42% 58%;gap:35px;padding:34px 40px 30px;border-bottom:1px solid var(--line)}.datasheet-photo{height:340px;min-height:0;aspect-ratio:4/3;background:linear-gradient(145deg,#f7f9fc,#edf1f5);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:24px;box-sizing:border-box}.datasheet-photo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;mix-blend-mode:multiply}.datasheet-brand{font-size:11px;letter-spacing:.18em;font-weight:900;color:#8a6b1c;margin-top:24px}.datasheet-head h2{font-size:clamp(34px,4vw,52px);line-height:1.03;margin:10px 0}.model-code{display:inline-block;background:#f0f3f7;color:#4d5e75;border-radius:5px;padding:7px 9px;font-size:10px;font-weight:900;letter-spacing:.08em}.datasheet-head p{font-size:14px;line-height:1.8;color:var(--muted);max-width:600px}.datasheet-body{display:grid;grid-template-columns:1.25fr .75fr;gap:35px;padding:32px 40px 40px}.datasheet-body h3{font-size:17px;margin:0 0 16px}.spec-table{border-top:1px solid var(--line)}.spec-row{display:grid;grid-template-columns:42% 58%;padding:11px 0;border-bottom:1px solid var(--line);font-size:11px;line-height:1.55}.spec-row strong{color:#33445d}.spec-row span{color:#5d6b80}.feature-block{background:#f8f7f2;border-radius:14px;padding:22px}.feature-block ul{margin:0;padding-left:18px}.feature-block li{font-size:12px;line-height:1.7;margin-bottom:9px;color:#526077}.datasheet-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.btn-outline{border:1px solid #d4dae3;background:#fff;color:var(--navy)}.feature-block small{display:block;color:#7b8798;font-size:9px;line-height:1.6;margin-top:18px}@media(max-width:1000px){.hero-grid,.quote-grid{grid-template-columns:1fr}.hero-card{display:none}.product-grid,.solution-grid{grid-template-columns:repeat(2,1fr)}.solution:nth-child(2){border-right:0}.section-head{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:45px}.nav nav a:not(.nav-cta){display:none}.datasheet-head,.datasheet-body{grid-template-columns:1fr}.datasheet-photo{height:300px;min-height:0}.datasheet-brand{margin-top:0}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.nav-inner,.brand{height:66px}.brand img{width:155px;height:52px}.nav-cta{padding:10px 12px;font-size:11px}.hero{min-height:680px}.hero h1{font-size:48px}.hero p{font-size:15px}.hero-stats{gap:18px;flex-wrap:wrap;margin-top:38px}.trust-inner{justify-content:flex-start;overflow:hidden;white-space:nowrap}.section{padding:75px 0}.product-grid,.solution-grid{grid-template-columns:1fr}.filters{align-items:stretch;flex-direction:column}.filters input{width:100%}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:30px}.quote-section{padding:75px 0}.datasheet-head{padding:24px 20px}.datasheet-body{padding:25px 20px}.datasheet-photo{height:230px;min-height:0}.spec-row{grid-template-columns:1fr;gap:4px}.datasheet-actions .btn{width:100%}.catalog-note{flex-wrap:wrap}.product-card{min-height:440px}}
