:root {
  --bg: #0a0f1e;
  --bg2: #111a2e;
  --text: #eef2f8;
  --dim: #9fb0c8;
  --accent: #34b3ff;
  --card: rgba(255, 255, 255, 0.05);
  --stroke: rgba(255, 255, 255, 0.12);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--text);
  line-height: 1.6;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 40px 22px 80px; }
header.site { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
header.site .logo {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, #34b3ff, #1ce6d8);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
header.site .name { font-weight: 700; font-size: 18px; }
nav a { color: var(--dim); text-decoration: none; margin-right: 18px; font-size: 15px; }
nav a:hover { color: var(--text); }
h1 { font-size: 30px; margin: 18px 0 6px; }
h2 { font-size: 20px; margin: 28px 0 8px; }
.eff { color: var(--dim); font-size: 14px; margin-bottom: 24px; }
p, li { color: var(--text); }
a { color: var(--accent); }
.card { background: var(--card); border: 1px solid var(--stroke); border-radius: 14px; padding: 18px 20px; margin: 14px 0; }
footer { color: var(--dim); font-size: 13px; margin-top: 48px; border-top: 1px solid var(--stroke); padding-top: 18px; }
.note { color: var(--dim); font-size: 13px; }
label { display: block; margin: 14px 0 6px; font-size: 14px; color: var(--dim); }
input[type=text], input[type=email], textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid var(--stroke); background: rgba(255,255,255,0.04); color: var(--text);
  font-size: 15px; font-family: inherit;
}
textarea { min-height: 140px; resize: vertical; }
button {
  margin-top: 18px; padding: 13px 22px; border: 0; border-radius: 12px; cursor: pointer;
  background: linear-gradient(135deg, #34b3ff, #1ce6d8); color: #06121f; font-weight: 700; font-size: 16px;
}
.hp { position: absolute; left: -9999px; }
.banner { background: rgba(28,230,216,0.15); border: 1px solid var(--accent); border-radius: 12px; padding: 14px 18px; }

/* ============================================================
   LANDING PAGE (home only — legal pages above are unaffected)
   ============================================================ */
.topbar {
  max-width: 1080px; margin: 0 auto; padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand, .foot-brand { display: flex; align-items: center; gap: 11px; }
.brand .logo, .foot-brand .logo {
  width: 38px; height: 38px; border-radius: 11px; font-size: 20px;
  background: linear-gradient(135deg, #34b3ff, #1ce6d8);
  display: flex; align-items: center; justify-content: center;
}
.brand .name, .foot-brand .name { font-weight: 700; font-size: 18px; letter-spacing: -0.2px; }
.topnav a { color: var(--dim); text-decoration: none; margin-left: 24px; font-size: 15px; font-weight: 500; }
.topnav a:hover { color: var(--text); }

main { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* hero */
.hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center;
  padding: 48px 0 64px;
}
.kicker {
  color: var(--accent); font-weight: 700; font-size: 14px; letter-spacing: 0.6px;
  text-transform: uppercase; margin: 0 0 14px;
}
.hero h1 {
  font-size: clamp(34px, 5vw, 52px); line-height: 1.06; letter-spacing: -1.2px;
  margin: 0 0 18px; font-weight: 800;
}
.lead { font-size: 18px; color: var(--dim); max-width: 33em; margin: 0 0 28px; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 18px; }
.badge-soon {
  display: inline-flex; align-items: center; gap: 11px;
  background: #000; color: #fff; border: 1px solid rgba(255,255,255,0.18);
  padding: 11px 20px; border-radius: 13px; font-weight: 600; line-height: 1.1;
}
.badge-soon small { display: block; font-size: 11px; color: var(--dim); font-weight: 500; }
.badge-soon span span, .badge-soon > span { display: block; }
.badge-soon.big { padding: 14px 26px; font-size: 18px; }
.btn-ghost {
  display: inline-flex; align-items: center; padding: 12px 22px; border-radius: 13px;
  border: 1px solid var(--stroke); color: var(--text); text-decoration: none; font-weight: 600;
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.microtrust { font-size: 13px; color: var(--dim); margin: 0; }

/* hero visual: phone with sound rings + droplets */
.hero-visual { display: flex; justify-content: center; align-items: center; }
.phone {
  position: relative; width: 240px; height: 480px; border-radius: 42px;
  background: linear-gradient(160deg, #1a2238, #0c1322);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 70px rgba(0,0,0,0.5), inset 0 0 0 6px rgba(255,255,255,0.03);
  padding: 12px;
}
.phone-notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 22px; border-radius: 14px; background: #05080f; z-index: 3;
}
.phone-screen {
  position: relative; width: 100%; height: 100%; border-radius: 32px; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 38%, #14305a 0%, #0a1426 55%, #070d1a 100%);
  display: flex; align-items: center; justify-content: center;
}
.rings { position: relative; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; }
.ring {
  position: absolute; top: 50%; left: 50%; border-radius: 50%;
  border: 2px solid var(--accent); transform: translate(-50%, -50%) scale(0.2);
  opacity: 0; animation: pulse 3s ease-out infinite;
}
.ring.r1 { width: 90px; height: 90px; animation-delay: 0s; }
.ring.r2 { width: 90px; height: 90px; animation-delay: 0.75s; }
.ring.r3 { width: 90px; height: 90px; animation-delay: 1.5s; }
.ring.r4 { width: 90px; height: 90px; animation-delay: 2.25s; }
@keyframes pulse {
  0%   { transform: translate(-50%,-50%) scale(0.25); opacity: 0; }
  12%  { opacity: 0.9; }
  100% { transform: translate(-50%,-50%) scale(2.0); opacity: 0; }
}
.speaker-core {
  position: relative; z-index: 2; width: 76px; height: 76px; border-radius: 22px; font-size: 34px;
  background: linear-gradient(135deg, #34b3ff, #1ce6d8); color: #05121f;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 36px rgba(52,179,255,0.55);
}
.droplet {
  position: absolute; width: 11px; height: 11px; border-radius: 50% 50% 50% 0;
  background: linear-gradient(160deg, #7fd4ff, #2aa5ff); transform: rotate(45deg);
  opacity: 0; animation: drip 3s ease-in infinite;
}
.droplet.d1 { left: 38%; top: 50%; animation-delay: 0.4s; }
.droplet.d2 { left: 52%; top: 50%; animation-delay: 1.4s; }
.droplet.d3 { left: 46%; top: 50%; animation-delay: 2.3s; }
@keyframes drip {
  0%   { transform: translateY(0) rotate(45deg); opacity: 0; }
  15%  { opacity: 0.95; }
  100% { transform: translateY(150px) rotate(45deg); opacity: 0; }
}

/* sections */
.section { padding: 56px 0; border-top: 1px solid var(--stroke); }
.section-title { font-size: clamp(26px, 3.4vw, 34px); letter-spacing: -0.6px; margin: 0 0 8px; text-align: center; }
.section-sub { color: var(--dim); text-align: center; margin: 0 auto 38px; font-size: 17px; max-width: 36em; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature {
  background: var(--card); border: 1px solid var(--stroke); border-radius: 18px; padding: 26px 24px;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.feature:hover { transform: translateY(-3px); border-color: rgba(52,179,255,0.45); }
.fico {
  width: 52px; height: 52px; border-radius: 14px; font-size: 26px; margin-bottom: 16px;
  background: rgba(52,179,255,0.12); border: 1px solid rgba(52,179,255,0.25);
  display: flex; align-items: center; justify-content: center;
}
.feature h3 { font-size: 19px; margin: 0 0 8px; }
.feature p { color: var(--dim); margin: 0; font-size: 15px; }

/* steps */
.steps { list-style: none; padding: 0; margin: 0 auto; max-width: 640px; display: grid; gap: 16px; }
.steps li {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--card); border: 1px solid var(--stroke); border-radius: 18px; padding: 22px 24px;
}
.step-n {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; font-weight: 800; font-size: 18px;
  background: linear-gradient(135deg, #34b3ff, #1ce6d8); color: #05121f;
  display: flex; align-items: center; justify-content: center;
}
.steps h3 { margin: 4px 0 6px; font-size: 18px; }
.steps p { margin: 0; color: var(--dim); font-size: 15px; }
.safety {
  max-width: 640px; margin: 28px auto 0; padding: 18px 22px; font-size: 14px; color: var(--dim);
  background: rgba(255,255,255,0.03); border: 1px solid var(--stroke); border-left: 3px solid var(--accent);
  border-radius: 12px;
}
.safety strong { color: var(--text); }

/* final cta */
.finalcta { text-align: center; }
.finalcta h2 { font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -0.6px; margin: 0 0 10px; }
.finalcta p { color: var(--dim); font-size: 17px; margin: 0 0 24px; }

/* footer */
.sitefoot {
  max-width: 1080px; margin: 0 auto; padding: 40px 24px 56px; margin-top: 32px;
  border-top: 1px solid var(--stroke);
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px;
}
.foot-links { margin-left: auto; }
.foot-links a { color: var(--dim); text-decoration: none; margin-left: 22px; font-size: 15px; }
.foot-links a:first-child { margin-left: 0; }
.foot-links a:hover { color: var(--text); }
.copyright { width: 100%; color: var(--dim); font-size: 13px; margin: 8px 0 0; }

/* responsive */
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 8px; padding: 28px 0 40px; text-align: center; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; margin-bottom: 12px; }
  .lead { margin-left: auto; margin-right: auto; }
  .cta-row { justify-content: center; }
  .phone { width: 200px; height: 400px; }
  .grid { grid-template-columns: 1fr; }
  .topnav { display: none; }
  .foot-links { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ring, .droplet { animation: none; }
  .ring.r1 { opacity: 0.5; transform: translate(-50%,-50%) scale(1.2); }
  .ring.r3 { opacity: 0.25; transform: translate(-50%,-50%) scale(1.7); }
  .droplet { display: none; }
  .feature { transition: none; }
}
