:root{
  --ink:#122031;
  --ink2:#0c1723;
  --muted:#5d6875;
  --line:#d9dee4;
  --paper:#f7f8fa;
  --white:#fff;
  --max:1360px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.wrap{width:min(calc(100% - 88px),var(--max));margin:auto}
.hidden,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.topbar{height:88px;background:#fff;display:flex;align-items:center;position:relative;z-index:20;border-bottom:1px solid #edf0f3}
.nav{display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:28px;height:100%}
.logo{display:inline-flex;align-items:center;gap:15px;width:max-content}
.logo-mark{position:relative;width:62px;height:58px;display:inline-block}
.logo-mark:before,.logo-mark:after,.logo-mark i,.logo-mark b{content:"";position:absolute;display:block}
.logo-mark:before{left:6px;top:5px;width:11px;height:48px;background:linear-gradient(180deg,#14324c,#8398a8);clip-path:polygon(0 0,100% 15%,100% 100%,0 84%)}
.logo-mark:after{right:5px;top:5px;width:11px;height:48px;background:linear-gradient(180deg,#243a4c,#a5b2bc);clip-path:polygon(0 15%,100% 0,100% 84%,0 100%)}
.logo-mark i{left:13px;top:10px;width:36px;height:12px;background:linear-gradient(90deg,#24394b,#a2b0ba);transform:rotate(39deg);transform-origin:left center;clip-path:polygon(0 0,100% 0,84% 100%,0 100%)}
.logo-mark b{left:13px;bottom:11px;width:36px;height:12px;background:linear-gradient(90deg,#20394e,#9eacb7);transform:rotate(-39deg);transform-origin:left center;clip-path:polygon(0 0,84% 0,100% 100%,0 100%)}
.logo-copy{display:flex;flex-direction:column;line-height:1}
.logo-copy strong{font-size:34px;letter-spacing:-1.4px;font-weight:800}
.logo-copy small{font-size:10px;letter-spacing:5.3px;margin-top:8px;color:#555e69}
.menu{display:flex;justify-content:center;gap:44px;align-items:center;height:100%;font-size:14px;font-weight:500}
.menu a{height:100%;display:flex;align-items:center;position:relative}
.menu a.active:after{content:"";position:absolute;left:0;right:0;bottom:19px;height:2px;background:#17283a}
.nav-actions{display:flex;align-items:center;gap:30px}
.quote-link{background:linear-gradient(135deg,#172b3c,#0e1a25);color:#fff;padding:15px 26px;border-radius:6px;font-weight:600;min-width:225px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 20px rgba(12,23,35,.12)}
.quote-link span{font-size:22px;line-height:1}
.lang{font-size:14px}
.menu-button{display:none;border:0;background:none;font-size:26px;color:var(--ink)}

.hero{position:relative;min-height:545px;color:#fff;background-image:url('https://images.pexels.com/photos/8940223/pexels-photo-8940223.jpeg?cs=srgb&dl=pexels-rolledalloys-metal-supply-8940223.jpg&fm=jpg');background-size:cover;background-position:center 53%;overflow:hidden}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,16,24,.92) 0%,rgba(7,18,27,.77) 47%,rgba(8,18,26,.22) 100%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center;min-height:545px;padding-top:50px;padding-bottom:35px}
.kicker{margin:0 0 28px;font-size:13px;font-weight:500;letter-spacing:5px}
.hero h1{font-size:clamp(48px,5vw,70px);line-height:1.03;letter-spacing:-2.8px;margin:0;font-weight:800;max-width:720px}
.hero-points{display:flex;margin-top:98px;gap:0}
.hero-point{display:grid;grid-template-columns:58px auto;gap:9px;align-items:center;min-width:230px;padding-right:30px;margin-right:30px;border-right:1px solid rgba(255,255,255,.35)}
.hero-point:last-child{border-right:0;margin-right:0;padding-right:0}
.hero-point svg{width:46px;height:46px;stroke:#fff;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.hero-point span{font-size:18px;line-height:1.35;font-weight:700}

.quote-card{background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.7);border-radius:13px;padding:28px 31px;color:var(--ink);box-shadow:0 18px 38px rgba(0,0,0,.18);backdrop-filter:blur(8px)}
.quote-card h2{margin:0 0 20px;font-size:31px;letter-spacing:-1px}
.quote-card input,.quote-card textarea{width:100%;border:1px solid #d7dde3;background:rgba(255,255,255,.94);border-radius:6px;padding:14px 15px;margin-bottom:13px;color:#1a2531;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.02)}
.quote-card input{height:47px}
.quote-card textarea{height:90px;resize:vertical}
.quote-card input:focus,.quote-card textarea:focus{border-color:#90a0ae;box-shadow:0 0 0 3px rgba(21,45,64,.08)}
.quote-card button{width:100%;height:54px;border:0;border-radius:6px;background:linear-gradient(135deg,#152a3b,#0c1722);color:#fff;font-weight:700;display:flex;justify-content:center;align-items:center;gap:30px;cursor:pointer;font-size:16px}
.quote-card button span{font-size:24px}

.form-status{display:none;margin:14px 0 0;padding:11px 13px;border-radius:6px;font-size:14px;font-weight:600;line-height:1.4}
.form-status.success{display:block;background:#eaf7ef;color:#155c34;border:1px solid #b8dfc7}
.form-status.error{display:block;background:#fff1f1;color:#8b2323;border:1px solid #efc4c4}
.quote-card button:disabled{opacity:.7;cursor:wait}

.form-note{display:flex;gap:13px;justify-content:center;align-items:center;margin-top:20px;color:#263342}
.form-note svg{width:34px;height:34px;stroke:#1c3348;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.form-note p{font-size:14px;line-height:1.5;margin:0}

.benefits{background:#fff;border-bottom:1px solid #edf0f2}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:28px 0 30px}
.benefit-grid article{text-align:center;padding:0 36px;position:relative}
.benefit-grid article:not(:last-child):after{content:"";position:absolute;right:0;top:8px;height:112px;width:1px;background:#dde2e7}
.benefit-grid svg{width:48px;height:48px;stroke:#182b3d;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;margin-bottom:7px}
.benefit-grid h3{margin:0 0 5px;font-size:18px;letter-spacing:-.4px}
.benefit-grid p{margin:0;color:#515d6b;line-height:1.45;font-size:15px}

.footer{position:relative;background:radial-gradient(circle at 60% 38%,#1a2c3c 0,#101f2d 36%,#0c1823 74%);color:#fff;padding:38px 0 18px;overflow:hidden}
.footer:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 63% 70%,rgba(255,255,255,.05),transparent 46%);pointer-events:none}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);position:relative;z-index:1;align-items:center}
.footer-brand{padding-right:45px;border-right:1px solid rgba(255,255,255,.3)}
.logo-light .logo-copy strong{color:#fff}
.logo-light .logo-copy small{color:#d1d7dc}
.footer-brand p{font-size:14px;line-height:1.55;color:#d1d8df;margin:14px 0 0}
.footer-grid article{display:grid;grid-template-columns:48px 1fr;gap:15px;padding-left:50px;align-items:start}
.footer-grid article svg{width:42px;height:42px;stroke:#fff;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.footer-grid h3{margin:0 0 7px;font-size:17px}
.footer-grid article p{margin:0;color:#d3d9df;font-size:14px;line-height:1.45}
.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;font-size:12px;color:#9eabb6}
.footer-bottom a{color:#cbd3da}

@media(max-width:1050px){
  .nav{grid-template-columns:auto 1fr auto}.menu{gap:22px}.logo-copy strong{font-size:28px}.logo-copy small{letter-spacing:3.6px}.hero-grid{grid-template-columns:1fr 420px;gap:35px}.hero h1{font-size:56px}.hero-point{min-width:190px;margin-right:20px;padding-right:20px}.hero-point span{font-size:16px}.footer-grid article{padding-left:25px}.footer-brand{padding-right:20px}
}
@media(max-width:820px){
  .wrap{width:min(calc(100% - 34px),var(--max))}.topbar{height:76px}.nav{display:flex;justify-content:space-between}.logo-mark{width:48px;height:48px;transform:scale(.83);transform-origin:left center}.logo-copy strong{font-size:26px}.logo-copy small{font-size:8px;letter-spacing:3px}.menu-button{display:block}.menu{display:none;position:absolute;left:17px;right:17px;top:76px;height:auto;background:#fff;flex-direction:column;align-items:stretch;padding:14px 20px;border-radius:0 0 10px 10px;box-shadow:0 16px 30px rgba(0,0,0,.12);gap:0}.menu.open{display:flex}.menu a{padding:14px 0}.menu a.active:after{display:none}.nav-actions .lang{display:none}.quote-link{min-width:auto;padding:12px 16px}.hero-grid{grid-template-columns:1fr;gap:35px;padding-top:58px}.hero{min-height:auto}.hero h1{font-size:50px}.hero-points{margin-top:55px}.quote-card{max-width:540px;width:100%;justify-self:center}.benefit-grid{grid-template-columns:1fr 1fr;gap:24px;padding:34px 0}.benefit-grid article:nth-child(2):after{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:0 0 28px}.footer-grid article{padding-left:0}
}
@media(max-width:560px){
  .logo-copy small{display:none}.quote-link{display:none}.hero-grid{padding-top:48px;padding-bottom:32px}.kicker{font-size:11px;letter-spacing:3px}.hero h1{font-size:42px;letter-spacing:-1.8px}.hero-points{display:grid;grid-template-columns:1fr;margin-top:42px}.hero-point{border-right:0;border-bottom:1px solid rgba(255,255,255,.25);padding:12px 0;margin:0;min-width:0}.hero-point:last-child{border-bottom:0}.quote-card{padding:23px 20px}.quote-card h2{font-size:27px}.benefit-grid{grid-template-columns:1fr}.benefit-grid article{padding:18px 0}.benefit-grid article:not(:last-child):after{right:auto;left:12%;bottom:0;top:auto;width:76%;height:1px}.footer-grid{grid-template-columns:1fr}.footer-grid article{padding:4px 0}.footer-bottom{flex-direction:column;gap:8px}.form-note p{font-size:13px}.form-note p br{display:none}
}
