:root{
  --bg:#05070b;
  --panel:#101720;
  --panel2:#151f2b;
  --ink:#f8fafc;
  --muted:#b8c2ce;
  --muted2:#8793a0;
  --line:rgba(255,255,255,.14);
  --orange:#ff7a00;
  --orange2:#ffad45;
  --green:#52d273;
  --danger:#ff6b6b;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:linear-gradient(180deg,#05070b,#0b1016 48%,#05070b);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img,video{display:block;max-width:100%}
.topbar{
  position:sticky;
  top:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px clamp(16px,4vw,48px);
  border-bottom:1px solid var(--line);
  background:rgba(5,7,11,.9);
  backdrop-filter:blur(18px);
}
.brand{
  display:flex;
  align-items:baseline;
  gap:8px;
  font-size:28px;
  font-weight:1000;
  letter-spacing:-.05em;
  white-space:nowrap;
}
.brand span{color:var(--orange)}
.brand small{
  color:var(--muted);
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
.nav a,.lang-btn{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:999px;
  padding:10px 13px;
  color:#dbe4ed;
  background:transparent;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}
.nav a:hover,.lang-btn:hover{background:rgba(255,255,255,.07)}
.nav .nav-phone{
  min-height:44px;
  color:#fff;
  border-color:rgba(255,255,255,.2);
  background:rgba(255,255,255,.07);
  font-size:14px;
  font-weight:1000;
}
.nav .nav-cta,.button.primary{
  color:#111418;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
}
.lang-switch{
  display:flex;
  align-items:center;
  gap:5px;
  padding:4px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(0,0,0,.26);
}
.lang-btn{
  min-width:42px;
  height:34px;
  min-height:34px;
  padding:0 10px;
  font-size:11px;
  letter-spacing:.05em;
}
.lang-btn.active{
  color:#111418;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
}
.hero{
  width:min(var(--max),calc(100% - 32px));
  min-height:calc(100svh - 72px);
  margin:0 auto;
  padding:58px 0 42px;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(340px,.7fr);
  gap:32px;
  align-items:center;
}
.hero-copy{max-width:780px}
.eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:9px 12px;
  border:1px solid rgba(255,122,0,.3);
  border-radius:999px;
  color:#ffd2a8;
  background:rgba(255,122,0,.12);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
h1{
  margin:20px 0 0;
  max-width:940px;
  font-size:clamp(38px,6.1vw,76px);
  line-height:.95;
  letter-spacing:0;
  text-transform:uppercase;
}
.lead{
  margin:22px 0 0;
  color:#e8eef5;
  font-size:18px;
  line-height:1.65;
}
.hero-points,.check-list{
  display:grid;
  gap:10px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}
.hero-points li,.check-list li{
  color:#e8eef5;
  line-height:1.45;
}
.hero-points li::before,.check-list li::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:10px;
  border-radius:50%;
  background:var(--orange);
}
.actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.button{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid transparent;
  border-radius:999px;
  padding:14px 20px;
  font-weight:950;
  cursor:pointer;
}
.button.secondary{
  color:#fff;
  border-color:var(--line);
  background:rgba(255,255,255,.07);
}
.hero-media,.panel,.equipment-card,.contact-box,.lead-form,.spec-panel{
  border:1px solid var(--line);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
}
.hero-media{overflow:hidden}
.hero-media img{
  width:100%;
  aspect-ratio:16/11;
  object-fit:cover;
  background:#11161e;
}
.hero-media .media-note{padding:20px}
.hero-phone{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  color:#fff;
  font-size:24px;
  font-weight:1000;
}
.section{
  width:min(var(--max),calc(100% - 32px));
  margin:0 auto;
  padding:62px 0;
}
.section.compact{padding-top:24px}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:24px;
}
h2{
  margin:0;
  font-size:clamp(28px,4vw,46px);
  line-height:1.02;
  letter-spacing:0;
  text-transform:uppercase;
}
.section-desc{
  max-width:680px;
  color:var(--muted);
  font-size:16px;
  line-height:1.65;
}
.business-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.panel{padding:24px}
.panel h3,.equipment-card h3,.contact-box h3,.spec-panel h3{
  margin:0;
  font-size:22px;
  line-height:1.12;
  letter-spacing:0;
  text-transform:uppercase;
}
.panel p,.equipment-card p,.contact-box p,.spec-panel p{
  color:var(--muted);
  line-height:1.62;
}
.equipment-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.equipment-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.equipment-card img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  background:#11161e;
}
.equipment-card-body{
  display:grid;
  grid-template-rows:auto auto 1fr auto;
  gap:14px;
  flex:1;
  padding:20px;
}
.badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  border:1px solid rgba(255,122,0,.28);
  border-radius:999px;
  padding:6px 10px;
  color:#ffd2a8;
  background:rgba(255,122,0,.12);
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.spec-list{
  display:grid;
  gap:8px;
  margin:0;
}
.spec-row{
  display:grid;
  grid-template-columns:118px 1fr;
  gap:10px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.1);
}
.spec-row dt{
  color:var(--muted2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.spec-row dd{
  margin:0;
  color:#ecf2f8;
  font-size:14px;
  line-height:1.42;
}
.card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  align-self:end;
}
.detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,420px);
  gap:22px;
  align-items:start;
}
.breadcrumb{
  width:min(var(--max),calc(100% - 32px));
  margin:22px auto 0;
  color:var(--muted);
  font-size:13px;
}
.gallery{
  display:grid;
  gap:12px;
}
.gallery-main{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border:1px solid var(--line);
  border-radius:8px;
  background:#11161e;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start;
}
.contact-box{padding:24px}
.contact-line{
  display:grid;
  gap:5px;
  margin-top:16px;
}
.contact-line small{
  color:var(--muted2);
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.contact-line strong,.contact-number{
  width:max-content;
  max-width:100%;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  color:#fff;
  font-size:clamp(28px,4vw,42px);
  font-weight:1000;
  letter-spacing:0;
}
.contact-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}
.qr-box{
  margin-top:18px;
  display:grid;
  grid-template-columns:118px 1fr;
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:rgba(255,255,255,.045);
}
.qr-box img{
  width:118px;
  height:118px;
  border-radius:6px;
  background:#fff;
}
.qr-box p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.lead-form{
  padding:24px;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.field{
  width:100%;
  min-height:48px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  padding:13px 14px;
  color:#fff;
  background:rgba(255,255,255,.055);
  outline:none;
}
.field:focus{
  border-color:rgba(255,122,0,.72);
  box-shadow:0 0 0 4px rgba(255,122,0,.09);
}
textarea.field{
  grid-column:1/-1;
  min-height:110px;
  resize:vertical;
}
.form-status{
  min-height:20px;
  margin-top:12px;
  color:#d7ffe9;
  font-size:13px;
  line-height:1.45;
}
.form-status[data-state="error"]{color:#ffd7d7}
.muted{color:var(--muted)}
.note{
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.footer{
  width:min(var(--max),calc(100% - 32px));
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--line);
  padding:32px 0 42px;
  color:var(--muted);
}
.wa-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:18;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:13px 17px;
  color:#111418;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  font-weight:1000;
  box-shadow:0 18px 46px rgba(255,122,0,.22);
}
.handoff-page{
  min-height:100svh;
  display:grid;
  place-items:center;
  padding:32px 16px;
}
.handoff-card{
  width:min(760px,100%);
  border:1px solid var(--line);
  border-radius:8px;
  padding:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
}
.whatsapp-qualifier{
  margin-top:24px;
  border:1px solid rgba(255,122,0,.28);
  background:rgba(0,0,0,.2);
}
.qualifier-field{
  display:grid;
  gap:7px;
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}
.qualifier-field select option{color:#111418;background:#fff}
.qualifier-scope{
  margin:16px 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}
@media(max-width:980px){
  .hero,.detail-layout,.contact-grid{grid-template-columns:1fr}
  .equipment-grid,.business-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .topbar{align-items:flex-start;flex-direction:column}
  .nav{justify-content:flex-start}
  .hero{min-height:auto;padding-top:36px}
  h1{font-size:38px;line-height:1}
  .lead{font-size:16px}
  .actions,.contact-actions,.card-actions,.form-grid,.equipment-grid,.business-grid{grid-template-columns:1fr}
  .actions,.contact-actions,.card-actions{display:grid}
  .button{width:100%}
  .section{padding:46px 0}
  .section-head{display:block}
  .section-desc{margin-top:14px}
  .spec-row{grid-template-columns:1fr}
  .qr-box{display:none}
  .wa-float{display:none}
  .footer{display:block}
}
