@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;--green:#4f8d52;--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}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 360px;gap:60px;align-items:end;margin-bottom:45px}.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}.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:260px;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(4,1fr);gap:16px}.product-card{border:1px solid var(--line);border-radius:14px;padding:22px;min-height:310px;background:#fff;display:flex;flex-direction:column;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #091d3a17;border-color:#d7c28a}.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-icon{width:46px;height:46px;border-radius:12px;background:#eef4ff;color:var(--navy);display:grid;place-items:center;margin:24px 0 15px}.icon{font-size:24px}.product-card h3{font-size:18px;margin:0 0 5px}.energy{font-weight:800;color:#b18013;font-size:13px}.product-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:12px 0}.use{font-size:10px;font-weight:800;color:#3c4b62;text-transform:uppercase;letter-spacing:.06em;margin-top:auto}.text-link{font-size:11px;font-weight:800;color:var(--navy);margin-top:16px}.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}@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}}@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}.solution{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:30px}.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}}
