
:root{
  --bg:#070b14;
  --surface:#0b1220;
  --card: rgba(255,255,255,.06);
  --text:#e9eefc;
  --muted:#a9b4d6;
  --line:rgba(255,255,255,.12);

  --blue:#1E3A8A;
  --green:#16A34A;
  --gold:#F59E0B;

  --shadow: 0 18px 46px rgba(0,0,0,.35);
  --shadow2: 0 10px 26px rgba(0,0,0,.25);

  --radius: 22px;
  --radius2: 999px;
  --max: 1140px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(900px 600px at 10% 0%, rgba(30,58,138,.30), transparent 55%),
    radial-gradient(900px 600px at 90% 10%, rgba(22,163,74,.22), transparent 55%),
    radial-gradient(900px 600px at 50% 90%, rgba(245,158,11,.14), transparent 55%),
    linear-gradient(180deg, var(--bg), #070a12 60%, #05070e);
}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.skip{position:absolute; left:-999px; top:8px; background:#fff; color:#000; padding:8px 12px; border-radius:12px}
.skip:focus{left:12px; z-index:99999}

.header{
  position:sticky; top:0; z-index:999;
  backdrop-filter: blur(12px);
  background: rgba(7,11,20,.55);
  border-bottom:1px solid var(--line);
}
.headerWrap{display:flex; align-items:center; justify-content:space-between; padding:12px 0}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.logo{height:38px; width:auto; border-radius:10px}
.brandTxt{display:flex; flex-direction:column; line-height:1.05}
.brandName{font-weight:900; letter-spacing:.3px}
.brandSub{color:var(--muted); font-size:12px}

.links{display:flex; align-items:center; gap:10px}
.links a{
  text-decoration:none;
  color:var(--muted);
  padding:10px 10px;
  border-radius:14px;
}
.links a:hover{color:var(--text); background:rgba(255,255,255,.06)}
.menuBtn{
  display:none;
  background:rgba(255,255,255,.06);
  color:var(--text);
  border:1px solid var(--line);
  padding:10px 12px;
  border-radius:14px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg, var(--blue), var(--gold));
  color:#fff;
  font-weight:900;
  padding:12px 18px;
  border-radius:var(--radius2);
  text-decoration:none;
  border:none;
  cursor:pointer;
  box-shadow: 0 10px 24px rgba(245,158,11,.18);
}
.btn:hover{filter:brightness(1.05)}
.btnGhost{background:transparent; color:var(--text); border:1px solid var(--line); box-shadow:none}
.btnSmall{padding:10px 14px}
.full{width:100%}

h1{font-size: clamp(28px, 3.2vw, 46px); letter-spacing:-.7px; margin:0}
h2{font-size: 28px; margin:0}
h3{margin:0; font-size:18px}
p{margin:0}
.muted{color:var(--muted)}
.small{font-size:13px; line-height:1.6}

.hero{padding:54px 0 18px}
.heroGrid{display:grid; grid-template-columns: 1.15fr .85fr; gap:16px; align-items:stretch}
.chipRow{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:12px}
.chip{
  padding:8px 12px; border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--muted);
  font-weight:800; font-size:12px;
}
.chipGold{border-color: rgba(245,158,11,.35); color: rgba(245,158,11,.95); background: rgba(245,158,11,.08)}
.chipGreen{border-color: rgba(22,163,74,.35); color: rgba(22,163,74,.95); background: rgba(22,163,74,.08)}
.lead{margin-top:12px; color:var(--muted); line-height:1.7; font-size:15px}
.ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}

.miniContacts{margin-top:18px; display:grid; grid-template-columns: 1fr 1fr; gap:10px}
.mini{
  background: rgba(255,255,255,.05);
  border:1px solid var(--line);
  border-radius: 18px;
  padding:12px;
  text-decoration:none;
}
.miniK{display:block; color:var(--muted); font-size:12px; font-weight:800}
.miniV{display:block; margin-top:4px; font-weight:900}

.glassCard{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.18));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.glassTop{padding:18px 18px 12px; border-bottom:1px solid rgba(255,255,255,.10)}
.glassTop h2{font-size:20px}
.glassTop p{margin-top:6px; line-height:1.6}

.quickActions{display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:14px 18px 16px}
.quick{
  text-decoration:none;
  padding:12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.20);
  transition: transform .15s ease, border-color .15s ease;
}
.quick:hover{transform: translateY(-2px); border-color: rgba(245,158,11,.38)}
.qTitle{font-weight:900}
.qSub{color:var(--muted); font-size:13px; margin-top:4px; line-height:1.4}

.trustRow{display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:0 18px 18px}
.trust{
  display:flex; gap:10px;
  padding:12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.trustNum{
  width:34px; height:34px; border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(22,163,74,.16);
  border:1px solid rgba(22,163,74,.35);
}
.trustTitle{font-weight:900}
.trustSub{color:var(--muted); font-size:13px; margin-top:2px}

.marquee{
  margin-top:16px;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.marqTrack{
  display:flex; gap:24px; padding:12px 0;
  white-space:nowrap;
  animation: marq 18s linear infinite;
}
.marqTrack span{color: var(--muted); font-weight:900; letter-spacing:.2px}
@keyframes marq{0%{transform: translateX(0)}100%{transform: translateX(-50%)}}

.section{padding:46px 0}
.sectionAlt{
  background: rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.sectionHead{margin-bottom:16px}
.sectionHead h2{margin-bottom:6px}

.svcGrid{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:14px}
.svcCard{
  background: var(--card);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: var(--shadow2);
}
.svcIcon{
  width:44px; height:44px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(245,158,11,.12);
  border:1px solid rgba(245,158,11,.25);
  font-size:20px;
  margin-bottom:10px;
}
.svcCard p{margin-top:8px; color:var(--muted); line-height:1.6}

.callout{
  margin-top:18px;
  display:flex; align-items:center; justify-content:space-between;
  gap:14px;
  padding:16px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(30,58,138,.16), rgba(245,158,11,.10));
}

.projGrid{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px}
.projCard{
  background: var(--card);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow2);
}
.projBadge{
  display:inline-flex;
  padding:8px 10px;
  border-radius: var(--radius2);
  font-weight:900;
  font-size:12px;
  border:1px solid rgba(22,163,74,.30);
  color: rgba(22,163,74,.95);
  background: rgba(22,163,74,.10);
}
.projBadgeGold{
  border-color: rgba(245,158,11,.35);
  color: rgba(245,158,11,.95);
  background: rgba(245,158,11,.10);
}
.projCard h3{margin-top:10px}
.projCard p{margin-top:8px; color:var(--muted); line-height:1.7}
.bullets{margin:12px 0 0; padding-left:18px; color:var(--muted); line-height:1.8}

.brandGrid{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px}
.brandCard{
  background: var(--card);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow2);
}
.brandLogo{height:54px; width:auto; display:block; margin-bottom:10px}
.brandMark{
  width:54px; height:54px;
  border-radius: 18px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(30,58,138,.18);
  border:1px solid rgba(30,58,138,.35);
  margin-bottom:10px;
}
.pillRow{display:flex; flex-wrap:wrap; gap:8px; margin-top:10px}
.pill{
  padding:8px 10px;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.16);
  color: var(--text);
  font-size:13px;
  font-weight:800;
}

.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:12px}
.step{
  display:flex; gap:10px;
  background: rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:16px;
}
.stepNum{
  width:40px; height:40px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(245,158,11,.16);
  border:1px solid rgba(245,158,11,.35);
}

.contactGrid{display:grid; grid-template-columns: .75fr 1.25fr; gap:12px; margin-top:12px}
.infoCard,.formCard{
  background: var(--card);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow2);
}
.kv{display:grid; grid-template-columns:120px 1fr; gap:10px; margin-top:10px}
.k{color:var(--muted)}
.v a{color:var(--text); text-decoration:none}
.v a:hover{text-decoration:underline}

label{display:block; margin-top:10px; color:var(--muted); font-size:13px; font-weight:800}
input, select, textarea{
  width:100%;
  margin-top:6px;
  padding:12px 12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  color:var(--text);
  outline:none;
}
input:focus, select:focus, textarea:focus{border-color: rgba(245,158,11,.45)}
textarea{min-height:110px; resize:vertical}
.fieldRow{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.honeypot{display:none !important}
.turnstileWrap{margin:12px 0 8px}
.success,.error{
  margin-top:10px;
  padding:12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.20);
}
.success{border-color: rgba(22,163,74,.35)}
.error{border-color: rgba(255,80,80,.35)}

.footer{
  margin-top:18px;
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
}
.footerGrid{display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap:14px; align-items:start}
.footerLogo{height:56px; width:auto; display:block; margin-bottom:10px}
.footLinks{display:flex; flex-direction:column; gap:8px}
.footTitle{font-weight:900; margin-bottom:4px}
.footLinks a{color:var(--muted); text-decoration:none}
.footLinks a:hover{color:var(--text)}
.footBottom{margin-top:16px; padding-top:14px; border-top:1px solid rgba(255,255,255,.08)}

.waFloat{
  position:fixed; right:18px; bottom:18px; z-index:9999;
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius: var(--radius2);
  background: #25D366;
  color:#052014;
  font-weight:900;
  text-decoration:none;
  box-shadow: var(--shadow);
}
.waFloat:hover{filter:brightness(1.05)}

@media (max-width: 1020px){
  .heroGrid{grid-template-columns:1fr}
  .miniContacts{grid-template-columns:1fr}
  .svcGrid{grid-template-columns:1fr 1fr}
  .projGrid{grid-template-columns:1fr}
  .brandGrid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .contactGrid{grid-template-columns:1fr}
  .footerGrid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .links{
    display:none;
    position:absolute; right:18px; top:64px;
    width:min(360px, calc(100vw - 36px));
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:10px;
    background: rgba(7,11,20,.92);
    border:1px solid rgba(255,255,255,.12);
    border-radius: var(--radius);
  }
  .links.show{display:flex}
  .menuBtn{display:inline-flex}
  .fieldRow{grid-template-columns:1fr}
  .svcGrid{grid-template-columns:1fr}
  .quickActions{grid-template-columns:1fr}
  .trustRow{grid-template-columns:1fr}
  .callout{flex-direction:column; align-items:flex-start}
}
