*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0a0c10;
  --bg-2: #12151c;
  --bg-3: #1a1e28;
  --text: #f0f2f8;
  --text-2: #8896b0;
  --accent: #f5c400;
  --accent-2: #c99d00;
  --line: #222838;
  --font: 'Barlow', system-ui, sans-serif;
}

body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; }

/* ── Topbar ── */
.topbar {
  background: var(--accent); color: #0a0c10;
  display: flex; justify-content: space-between; align-items: center;
  padding: 9px 48px; font-size: 13px; font-weight: 700;
}
.topbar-phone { color: #0a0c10; text-decoration: none; }

/* ── Nav ── */
.nav {
  position: absolute; top: 40px; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; gap: 32px;
  padding: 0 48px; height: 68px;
}
.brand { font-size: 22px; font-weight: 900; text-decoration: none; color: #fff; letter-spacing: -.01em; }
.brand span { color: var(--accent); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,.6); font-size: 14px; transition: .2s; }
.nav-links a:hover { color: #fff; }
.nav-call { background: var(--accent); color: #0a0c10; text-decoration: none; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 800; }

/* ── Hero ── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--bg) url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=1600&h=900&fit=crop') center/cover no-repeat;
  text-align: center;
}
.hero::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.hero-inner { position: relative; z-index: 1; padding: 40px 24px; max-width: 680px; }
.eyebrow { font-size: 12px; color: var(--accent); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 20px; }
.hero-inner h1 { font-size: clamp(44px, 6vw, 80px); line-height: 1.0; font-weight: 900; color: #fff; margin-bottom: 36px; }

/* ── Call button ── */
.call-btn {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--accent); color: #0a0c10;
  padding: 18px 32px; border-radius: 14px; text-decoration: none;
  margin-bottom: 28px; transition: .2s;
}
.call-btn:hover { background: var(--accent-2); }
.call-icon { font-size: 28px; }
.call-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; opacity: .7; text-align: left; }
.call-number { font-size: 26px; font-weight: 900; text-align: left; }
.hero-badges { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hero-badges span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.8); font-size: 13px; padding: 6px 14px; border-radius: 20px; }

/* ── Sections ── */
.label { font-size: 11px; font-weight: 700; color: var(--accent); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.sec-head { margin-bottom: 48px; }
.sec-head h2 { font-size: clamp(28px, 3vw, 42px); margin-top: 8px; }

/* ── Services ── */
.services { background: var(--bg-2); padding: 88px 0; border-top: 1px solid var(--line); }
.services-inner { max-width: 1100px; margin: 0 auto; padding: 0 64px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); }
.scard { background: var(--bg-2); padding: 40px 28px; transition: .2s; }
.scard:hover { background: var(--bg-3); }
.scard.highlight { background: rgba(245,196,0,.06); border-left: 3px solid var(--accent); }
.snum { display: block; font-size: 11px; color: var(--accent); font-weight: 700; letter-spacing: .1em; margin-bottom: 18px; }
.scard h3 { font-size: 17px; margin-bottom: 10px; }
.scard p { font-size: 14px; color: var(--text-2); line-height: 1.7; }

/* ── Pricing ── */
.price-section { padding: 88px 64px; background: var(--bg); max-width: 800px; margin: 0 auto; }
.price-table { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 18px 28px; border-bottom: 1px solid var(--line); font-size: 15px; }
.price-row:last-child { border-bottom: none; }
.price-row.head { background: var(--bg-3); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-2); }
.price-row:not(.head):hover { background: rgba(245,196,0,.04); }
.amt { color: var(--accent); font-weight: 700; }
.price-note { margin-top: 16px; font-size: 13px; color: var(--text-2); }

/* ── Areas ── */
.areas { background: var(--bg-2); border-top: 1px solid var(--line); padding: 88px 0; }
.areas-inner { max-width: 1100px; margin: 0 auto; padding: 0 64px; display: flex; justify-content: space-between; align-items: center; gap: 48px; flex-wrap: wrap; }
.areas-text { max-width: 560px; }
.areas-text h2 { font-size: clamp(28px, 3vw, 40px); margin: 10px 0 16px; }
.areas-text > p { color: var(--text-2); font-size: 15px; line-height: 1.75; margin-bottom: 24px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span { background: var(--bg-3); border: 1px solid var(--line); padding: 7px 16px; border-radius: 20px; font-size: 13px; color: var(--text-2); }
.areas-cta { text-align: center; }
.areas-cta p { color: var(--text-2); font-size: 14px; margin-bottom: 16px; }
.call-btn-sm { display: inline-block; background: var(--accent); color: #0a0c10; text-decoration: none; padding: 12px 24px; border-radius: 10px; font-weight: 700; font-size: 15px; }

/* ── Bottom CTA ── */
.bottom-cta { background: var(--bg-3); border-top: 3px solid var(--accent); text-align: center; padding: 80px 32px; }
.bottom-cta h2 { font-size: clamp(28px, 4vw, 52px); font-weight: 900; margin-bottom: 28px; }
.big-call { display: inline-block; font-size: clamp(32px, 4vw, 52px); font-weight: 900; color: var(--accent); text-decoration: none; margin-bottom: 20px; }
.bottom-cta p { color: var(--text-2); font-size: 15px; margin-bottom: 16px; }
.demo-link { color: var(--text-2); font-size: 14px; text-decoration: none; }
.demo-link:hover { color: var(--text); }

/* ── Footer ── */
.footer { padding: 24px 48px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--text-2); }
.footer a { color: var(--text-2); text-decoration: none; }
.footer a:hover { color: var(--text); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .topbar { padding: 8px 20px; }
  .nav { padding: 0 20px; }
  .nav-links { display: none; }
  .services-inner, .areas-inner { padding: 0 24px; }
  .price-section { padding: 64px 24px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .areas-inner { flex-direction: column; align-items: flex-start; }
  .footer { padding: 20px 24px; flex-direction: column; gap: 12px; text-align: center; }
}
