:root{
  --bg:#2F343A;        /* charcoal */
  --surface:#353B42;
  --surface2:#3B424A;
  --text:#F4EFE6;      /* warm off-white */
  --muted:rgba(244,239,230,.78);
  --line:rgba(255,255,255,.10);
  --accent:#E08A2A;    /* orange */
  --shadow: 0 10px 30px rgba(0,0,0,.22);
  --radius: 18px;
  --radius2: 24px;
  --max: 1100px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit}
img{max-width:100%;display:block}
.wrap{max-width:var(--max);margin:0 auto;padding:0 18px}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(47,52,58,.78);
  border-bottom: 1px solid var(--line);
}
.topbarInner{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0; gap:14px;
}

.brandRow{display:flex; align-items:center; gap:12px; min-width:0; text-decoration:none}
.logoBox{
  width:44px; height:44px; border-radius:14px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
  flex: 0 0 auto;
}
.logoBox img{width:100%; height:100%; object-fit:contain; padding:8px}
.brandText{min-width:0}
.brandName{font-weight:900; letter-spacing:.2px; font-size:14px}
.brandTag{font-size:12px; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis}

.nav{display:none; gap:18px; font-size:13px; color:var(--muted)}
.nav a{ text-decoration:none }
.nav a:hover{ color:var(--text) }

.actions{display:flex; gap:10px; flex:0 0 auto}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:10px 14px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  border:1px solid rgba(255,255,255,.16);
  transition: transform .05s ease, opacity .15s ease, background .15s ease;
  white-space:nowrap;
}
.btn:active{ transform: translateY(1px) }
.btnPrimary{ background:var(--accent); color:var(--bg); border-color:transparent }
.btnGhost{ background:rgba(255,255,255,.04); color:var(--text) }
.btnOutline{ background:transparent; color:var(--text) }
.btn:hover{ opacity:.96 }

header.hero{
  padding:56px 0 28px;
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(224,138,42,.20), transparent 60%),
    radial-gradient(900px 420px at 80% 0%, rgba(255,255,255,.10), transparent 55%),
    linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.10));
  border-bottom:1px solid var(--line);
  position:relative;
  overflow:hidden;
}
.heroGrid{display:grid; gap:18px; align-items:center}
.heroCard{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:18px;
  box-shadow: var(--shadow);
}
.kicker{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color:var(--muted);
}
.heroTitle{
  margin:14px 0 0;
  font-size: clamp(34px, 4.2vw, 54px);
  letter-spacing:-.5px;
  line-height:1.05;
  font-weight:950;
}
.heroTitle .accent{ color:var(--accent) }
.heroSub{
  margin:14px 0 0;
  font-size: clamp(16px, 2.1vw, 20px);
  color: var(--muted);
  max-width: 56ch;
}
.guarantee{margin:14px 0 0; font-weight:950; color: var(--accent)}
.heroCTA{ display:flex; flex-wrap:wrap; gap:10px; margin-top:18px }

.miniBadges{display:grid; grid-template-columns:1fr; gap:10px; margin-top:16px}
.miniBadge{
  display:flex; gap:10px; align-items:flex-start;
  padding:12px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(0,0,0,.10);
  color: var(--muted);
  font-size:13px;
}
.dot{width:10px; height:10px; border-radius:999px; background: var(--accent); margin-top:5px; flex:0 0 auto}

main{ padding: 10px 0 46px }
section{ padding: 34px 0 }
.sectionHead{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom:14px}
h2{margin:0; font-size: clamp(22px, 2.4vw, 30px); letter-spacing:-.3px}
.subcopy{margin:0; color: var(--muted); font-size: 14px; max-width: 70ch}

.card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius: var(--radius2);
  padding:18px;
}
.grid{ display:grid; gap:16px }
@media (min-width: 860px){
  .heroGrid{ grid-template-columns: 1.15fr .85fr; gap:22px }
  .grid2{ grid-template-columns: 1fr 1fr }
  .grid3{ grid-template-columns: 1fr 1fr 1fr }
  .nav{ display:flex }
}

.serviceList{ margin:0; padding:0; list-style:none; display:grid; gap:10px }
.serviceItem{
  display:flex; gap:10px;
  padding:12px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(0,0,0,.10);
}
.check{
  width:22px; height:22px; border-radius:7px;
  background: rgba(224,138,42,.18);
  border:1px solid rgba(224,138,42,.35);
  display:flex; align-items:center; justify-content:center;
  flex:0 0 auto;
  margin-top:1px;
}
.check svg{ width:14px; height:14px; fill: var(--accent) }
.serviceText{ color: var(--muted); font-size:14px }
.pillRow{ display:flex; flex-wrap:wrap; gap:8px; margin-top:12px }
.pill{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  color: var(--muted);
  background: rgba(255,255,255,.03);
}

.iframeWrap{
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow: var(--shadow);
}
iframe{ width:100%; height:860px; border:0; display:block }

.contactLine{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; color: var(--muted); font-size:14px }
.contactLine strong{ color: var(--text) }
.linkAccent{ color: var(--accent); font-weight:950 }

footer{
  border-top:1px solid var(--line);
  padding:22px 0 64px;
  color: rgba(244,239,230,.65);
  font-size:12px;
  text-align:center;
}

