:root {
  --bg: #080b12;
  --panel: rgba(255, 255, 255, 0.04);
  --border: rgba(255, 255, 255, 0.10);
  --muted: rgba(255, 255, 255, 0.55);
  --link: #a5b4fc;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: #fff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  line-height: 1.55;
}

/* Ambient background orbs (matches the app). */
.orbs { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(120px); }
.orb-1 { width: 34rem; height: 34rem; left: -10rem; top: -10rem; background: #6366f1; opacity: .20; }
.orb-2 { width: 30rem; height: 30rem; right: -8rem; top: 28%; background: #2dd4bf; opacity: .13; }
.orb-3 { width: 32rem; height: 32rem; left: 28%; bottom: -12rem; background: #a855f7; opacity: .13; }

.wrap { position: relative; z-index: 1; max-width: 56rem; margin: 0 auto; padding: 1.5rem 1.5rem 3rem; }

.topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2.5rem; }
.brand { display: flex; align-items: center; gap: .6rem; color: #fff; text-decoration: none; font-weight: 600; font-size: .95rem; }
.badge {
  width: 2rem; height: 2rem; border-radius: .6rem; display: grid; place-items: center;
  font-weight: 700; font-size: .8rem; color: #fff;
  background: linear-gradient(135deg, #6366f1, #2dd4bf);
  box-shadow: 0 0 40px -10px rgba(99, 102, 241, .6);
}
a.link, .foot a, .back { color: var(--link); text-decoration: none; }
a.link:hover, .foot a:hover { color: #c7d2fe; }

.glass {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.5rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .37);
}

/* Home */
.hero { padding: 1.5rem 0 2.5rem; max-width: 40rem; }
.eyebrow { display: inline-block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
h1 { font-size: 2.4rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.12; }
.grad { background: linear-gradient(120deg, #818cf8, #2dd4bf); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { margin-top: 1rem; font-size: 1.05rem; color: var(--muted); max-width: 34rem; }
.cta { margin-top: 1.6rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.btn {
  display: inline-block; background: linear-gradient(135deg, #6366f1, #4f46e5); color: #fff;
  text-decoration: none; font-weight: 600; font-size: .9rem; padding: .7rem 1.2rem; border-radius: .7rem;
  box-shadow: 0 8px 24px -8px rgba(79, 70, 229, .6); transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 28px -8px rgba(79, 70, 229, .75); }
.pay { font-size: .82rem; color: var(--muted); }

.cards { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); margin: 1rem 0 2rem; }
.cards h3 { font-size: .95rem; font-weight: 600; margin-bottom: .4rem; color: rgba(255, 255, 255, .92); }
.cards p { font-size: .9rem; color: var(--muted); }

.contact { text-align: center; padding: 2rem; }
.contact h2 { font-size: 1.4rem; font-weight: 600; margin-bottom: .4rem; }
.contact .btn { margin-top: 1rem; }
.muted { color: var(--muted); }

.foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); font-size: .82rem; color: var(--muted); }

/* Legal pages */
.legal h1 { font-size: 1.9rem; margin-bottom: .25rem; }
.legal .sub { color: var(--muted); font-size: .85rem; margin-bottom: 1.5rem; }
.legal .glass { margin-bottom: 1rem; }
.legal h2 { font-size: 1.05rem; font-weight: 600; margin-bottom: .5rem; color: rgba(255, 255, 255, .92); }
.legal p { color: var(--muted); font-size: .92rem; margin-bottom: .5rem; }
.legal strong { color: rgba(255, 255, 255, .85); font-weight: 600; }
.legal a { color: var(--link); text-decoration: none; }
.legal a:hover { color: #c7d2fe; }

/* Legal pages: quoted disclosure blocks, opt-in screenshot */
.legal blockquote {
  margin: .75rem 0;
  padding: .9rem 1.1rem;
  border-left: 3px solid var(--link);
  background: rgba(255, 255, 255, .03);
  border-radius: 0 .5rem .5rem 0;
  color: rgba(255, 255, 255, .82);
  font-size: .92rem;
  font-style: italic;
}
.shot { margin: 1rem 0 .25rem; }
.shot img { display: block; width: 100%; border-radius: .75rem; border: 1px solid var(--border); }
/* Hidden by default: this is a build-time reminder box, never shown to visitors.
   The real screenshot is served by .shot img above. */
.shot-placeholder {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 10rem;
  border: 1px dashed var(--border);
  border-radius: .75rem;
  padding: 1.5rem;
  color: var(--muted);
  font-size: .85rem;
}
.shot-placeholder code { color: rgba(255, 255, 255, .75); }
.shot figcaption { margin-top: .5rem; font-size: .8rem; color: var(--muted); text-align: center; }

/* Nav */
.nav { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; justify-content: flex-end; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.nav a:hover { color: #fff; }
.btn-outline { border: 1px solid var(--border); padding: .5rem .9rem; border-radius: .6rem; color: #fff !important; font-weight: 600; transition: background .15s ease; }
.btn-outline:hover { background: rgba(255, 255, 255, .06); }

/* Content sections */
.section { padding: 2.25rem 0; }
.section .h2 { font-size: 1.6rem; font-weight: 600; letter-spacing: -.01em; margin-bottom: .4rem; }
.section-sub { color: var(--muted); margin-bottom: 1.5rem; max-width: 36rem; }
.section a { color: var(--link); text-decoration: none; }
.section a:hover { color: #c7d2fe; }

/* Feature / product grid */
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.grid .glass h3 { font-size: .95rem; font-weight: 600; margin-bottom: .35rem; color: rgba(255, 255, 255, .92); }
.grid .glass p { font-size: .88rem; color: var(--muted); }

/* Service-area chips */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { border: 1px solid var(--border); background: rgba(255, 255, 255, .03); border-radius: 999px; padding: .35rem .85rem; font-size: .82rem; color: rgba(255, 255, 255, .7); }

/* Regional contact block — the A2P call-to-action surface */
.sms-consent p { color: var(--muted); font-size: .92rem; margin-bottom: .6rem; }
.sms-consent p:last-child { margin-bottom: 0; }
.sms-consent strong { color: rgba(255, 255, 255, .88); font-weight: 600; }

.regions { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); margin-top: 1rem; }
.region {
  display: flex; flex-direction: column; gap: .1rem;
  border: 1px solid var(--border); background: rgba(255, 255, 255, .03);
  border-radius: .75rem; padding: .9rem 1.1rem; text-align: left;
}
.region-name { font-size: .95rem; font-weight: 600; }
.region-brand { font-size: .8rem; color: var(--muted); }
.region-phone { font-size: 1.05rem; font-weight: 600; margin-top: .3rem; text-decoration: none; }
.region-email { margin-top: 1rem; font-size: .92rem; color: var(--muted); }

.contact a { color: var(--link); text-decoration: none; }
.contact a:hover { color: #c7d2fe; }
.contact-terms { margin-top: 1rem; font-size: .85rem; color: var(--muted); text-align: left; }
.contact-terms strong { color: rgba(255, 255, 255, .88); font-weight: 600; }

/* Footer number strip — wraps onto its own line inside the existing .foot flex row. */
.foot-numbers { flex-basis: 100%; display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .9rem; }
.foot-numbers-label { color: var(--muted); }

/* FAQ */
.faq { display: grid; gap: .75rem; }
.faq .glass { padding: 1.1rem 1.25rem; }
.faq h3 { font-size: .95rem; font-weight: 600; margin-bottom: .3rem; color: rgba(255, 255, 255, .9); }
.faq p { font-size: .9rem; color: var(--muted); }

@media (max-width: 640px) {
  h1 { font-size: 1.9rem; }
  .topbar { margin-bottom: 1.5rem; }
  .nav-links { display: none; }
}
