@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #071820;
  --muted: #5d7079;
  --line: rgba(7, 24, 32, 0.1);
  --cyan: #63cfff;
  --blue: #0082bb;
  --soft: #effaff;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fbfeff;
  color: var(--ink);
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3 { font-weight: 700; }
main { overflow: clip; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.nav {
  align-items: center;
  display: flex;
  height: 92px;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { align-items: center; display: inline-flex; font-size: 22px; font-weight: 800; letter-spacing: -1px; }
.brand > span:last-child { color: var(--blue); }
.brand-icon-shell {
  align-items: center;
  background: linear-gradient(145deg, var(--cyan), var(--blue));
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.65), 0 8px 22px rgba(0,130,187,.2);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-right: 10px;
  overflow: hidden;
  width: 44px;
}
.brand-icon {
  height: 38px;
  object-fit: contain;
  width: 38px;
}
.nav-links { display: flex; gap: 36px; }
.nav-links a { color: #40535c; font-size: 15px; font-weight: 600; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  padding: 11px 17px;
}
.nav-cta svg, .contact-copy a svg, .contact-form button svg { height: 17px; width: 17px; }

.hero {
  align-items: center;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  min-height: 710px;
  padding-bottom: 70px;
  position: relative;
}
.hero-glow {
  background: radial-gradient(circle, rgba(99,207,255,.19), rgba(99,207,255,0) 66%);
  height: 700px;
  pointer-events: none;
  position: absolute;
  right: -120px;
  top: -80px;
  width: 750px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  align-items: center;
  color: #45616d;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow span { background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,130,187,.1); height: 7px; width: 7px; }
.hero h1 {
  font-size: clamp(58px, 6.2vw, 88px);
  letter-spacing: -.067em;
  line-height: .94;
  margin: 28px 0 28px;
  max-width: 680px;
}
.hero h1 span {
  background: linear-gradient(110deg, var(--cyan), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-text { color: var(--muted); font-size: 19px; line-height: 1.72; margin: 0; max-width: 580px; }
.store-row { display: flex; gap: 12px; margin-top: 34px; }
.store-button {
  align-items: center;
  border-radius: 15px;
  display: inline-flex;
  gap: 13px;
  min-width: 166px;
  padding: 12px 18px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.store-button:hover { transform: translateY(-2px); }
.store-button svg { height: 27px; width: 27px; }
.store-button span { font-size: 18px; font-weight: 700; line-height: 1.05; }
.store-button small { display: block; font-size: 8px; font-weight: 700; letter-spacing: .08em; margin-bottom: 3px; }
.store-button.primary { background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 15px 38px rgba(0,130,187,.25); color: white; }
.store-button.primary svg { fill: white; }
.store-button.secondary { background: rgba(255,255,255,.68); border: 1px solid rgba(7,24,32,.13); box-shadow: inset 0 1px white, 0 12px 30px rgba(31,91,115,.08); backdrop-filter: blur(12px); }
.store-button.secondary svg { fill: var(--ink); }
.download-note { color: #78909a; font-size: 12px; margin: 11px 0 0 4px; }
.trust-row { display: flex; gap: 22px; margin-top: 31px; }
.trust-row span { color: #58707a; font-size: 13px; font-weight: 600; }
.trust-row i { align-items: center; background: rgba(0,130,187,.09); border-radius: 50%; color: var(--blue); display: inline-flex; font-size: 9px; height: 18px; justify-content: center; margin-right: 5px; width: 18px; }

.hero-visual { height: 670px; position: relative; }
.orbit { border: 1px solid rgba(0,130,187,.12); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); }
.orbit-one { height: 480px; width: 480px; }
.orbit-two { height: 610px; width: 610px; }
.phone-shadow { background: rgba(0,130,187,.2); border-radius: 50%; bottom: 14px; filter: blur(34px); height: 54px; left: 50%; position: absolute; transform: translateX(-50%); width: 320px; }
.phone-mockup {
  filter: drop-shadow(0 34px 34px rgba(16,67,89,.18));
  height: 650px;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 4px;
  transform: translateX(-50%) rotate(1.5deg);
  width: auto;
  z-index: 2;
}
.phone {
  background: linear-gradient(160deg, rgba(255,255,255,.92), rgba(237,249,254,.75));
  border: 7px solid #0a1c24;
  border-radius: 50px;
  box-shadow: 0 40px 80px rgba(16,67,89,.22), inset 0 1px white;
  height: 555px;
  left: 50%;
  overflow: hidden;
  padding: 17px 21px 24px;
  position: absolute;
  top: 39px;
  transform: translateX(-50%) rotate(3deg);
  width: 282px;
}
.phone::before { background: #0a1c24; border-radius: 0 0 14px 14px; content: ""; height: 19px; left: 50%; position: absolute; top: -1px; transform: translateX(-50%); width: 90px; }
.phone-top { display: flex; font-size: 8px; justify-content: space-between; padding: 0 3px 18px; }
.phone-top b { font-size: 6px; letter-spacing: 2px; }
.app-header { align-items: center; display: flex; font-size: 12px; }
.app-header strong { margin-left: 7px; }
.app-header button { background: white; border: 0; border-radius: 50%; height: 25px; margin-left: auto; width: 25px; }
.mini-mark { background: linear-gradient(145deg,var(--cyan),var(--blue)); border-radius: 7px; height: 22px; position: relative; width: 22px; }
.mini-mark::before, .mini-mark::after { border: 1px solid white; border-radius: 50%; content:""; height: 11px; left: 5px; position: absolute; top: 5px; width: 10px; transform: rotate(35deg); }
.mini-mark::after { transform: rotate(-35deg); }
.connection-art { height: 210px; position: relative; }
.pulse { border: 1px solid rgba(0,130,187,.15); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); }
.p1 { height: 160px; width: 160px; }
.p2 { height: 118px; width: 118px; }
.power {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  display: flex;
  height: 112px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 112px;
}
.power img { height: 100%; object-fit: contain; width: 100%; }
.phone .status { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .2em; margin: -9px 0 6px; text-align: center; }
.phone h2 { font-size: 17px; margin: 0 0 20px; text-align: center; }
.location-card {
  align-items: center;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,130,187,.09);
  border-radius: 17px;
  box-shadow: 0 10px 24px rgba(15,89,117,.07);
  display: flex;
  padding: 11px;
}
.location-card .flag { align-items: center; background: var(--soft); border-radius: 11px; display: flex; font-size: 19px; height: 39px; justify-content: center; margin-right: 9px; width: 39px; }
.location-card span:nth-child(2) { display: flex; flex-direction: column; }
.location-card small, .session small { color: #91a2aa; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.location-card b { font-size: 10px; margin-top: 2px; }
.location-card i { color: #33a466; font-size: 7px; margin-left: auto; }
.session { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin-top: 9px; }
.session span { background: rgba(255,255,255,.45); border-radius: 13px; display: flex; flex-direction: column; padding: 10px; }
.session b { font-size: 9px; margin-top: 3px; }
.float-pill {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255,255,255,.67);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 17px;
  box-shadow: 0 16px 42px rgba(16,83,110,.13);
  display: flex;
  padding: 11px 15px;
  position: absolute;
  z-index: 3;
}
.float-pill > span { align-items: center; background: linear-gradient(145deg,var(--cyan),var(--blue)); border-radius: 10px; color: white; display: flex; font-size: 12px; font-weight: 800; height: 34px; justify-content: center; margin-right: 10px; width: 34px; }
.float-pill b { display: flex; flex-direction: column; font-size: 10px; }
.float-pill small { color: #81959d; font-size: 7px; font-weight: 500; margin-top: 3px; }
.shield-pill { left: -12px; top: 165px; }
.ads-pill { bottom: 125px; right: 2px; }

.promise { padding: 105px 0 120px; text-align: center; }
.promise p { color: #91a1a8; font-size: 14px; letter-spacing: .04em; margin: 0 0 14px; }
.promise h2 { font-size: clamp(36px, 5vw, 61px); letter-spacing: -.05em; margin: 0; }
.promise-line { background: linear-gradient(90deg,transparent,var(--cyan),var(--blue),transparent); height: 2px; margin: 34px auto 0; width: 130px; }

.features { padding-bottom: 140px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 52px; }
.kicker { color: var(--blue)!important; font-size: 11px!important; font-weight: 800!important; letter-spacing: .18em!important; margin: 0 0 16px!important; }
.section-heading h2, .contact-copy h2 { font-size: clamp(38px, 4vw, 57px); letter-spacing: -.052em; line-height: 1.04; margin: 0; }
.section-heading h2 span, .contact-copy h2 span { color: #a4b1b7; }
.section-heading > p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0 0 5px; max-width: 390px; }
.feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(4,1fr); }
.feature-card {
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(7,24,32,.08);
  border-radius: 25px;
  min-height: 300px;
  padding: 23px;
  position: relative;
  transition: transform .25s, box-shadow .25s;
}
.feature-card:hover { box-shadow: 0 22px 50px rgba(22,92,120,.1); transform: translateY(-5px); }
.feature-number { color: #a8b5ba; font-size: 9px; font-weight: 800; }
.feature-icon { align-items: center; background: linear-gradient(145deg,rgba(99,207,255,.16),rgba(0,130,187,.08)); border-radius: 19px; display: flex; height: 62px; justify-content: center; margin: 34px 0 27px; width: 62px; }
.feature-icon svg {
  background: linear-gradient(145deg,var(--cyan),var(--blue));
  border-radius: 50%;
  color: white;
  fill: none;
  height: 36px;
  padding: 8px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 36px;
}
.feature-card h3 { font-size: 21px; letter-spacing: -.02em; margin: 0 0 13px; }
.feature-card p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }

.contact {
  align-items: center;
  background: linear-gradient(135deg,rgba(236,250,255,.85),rgba(255,255,255,.72));
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 35px;
  box-shadow: inset 0 1px white, 0 28px 80px rgba(20,91,120,.09);
  display: grid;
  gap: 90px;
  grid-template-columns: .9fr 1.1fr;
  margin-bottom: 95px;
  overflow: hidden;
  padding: 70px;
  position: relative;
}
.contact::after { background: var(--cyan); border-radius: 50%; content:""; filter: blur(100px); height: 250px; left: -120px; opacity: .25; position:absolute; top: -120px; width:250px; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy > p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 24px 0; }
.contact-copy a { align-items: center; color: var(--blue); display: flex; font-size: 14px; font-weight: 700; gap: 8px; }
.contact-form { position: relative; z-index: 1; }
.field-row { display: grid; gap: 13px; grid-template-columns: 1fr 1fr; }
.contact-form label { color: #526871; display: block; font-size: 12px; font-weight: 700; letter-spacing: .03em; margin-bottom: 13px; }
.contact-form input, .contact-form textarea {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(7,24,32,.09);
  border-radius: 13px;
  color: var(--ink);
  display: block;
  font-size: 14px;
  margin-top: 8px;
  outline: none;
  padding: 14px;
  resize: vertical;
  transition: border .2s, box-shadow .2s;
  width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(99,207,255,.15); }
.contact-form button {
  align-items: center;
  background: linear-gradient(135deg,var(--cyan),var(--blue));
  border: 0;
  border-radius: 13px;
  box-shadow: 0 13px 30px rgba(0,130,187,.2);
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  padding: 14px 20px;
  width: 100%;
}
.form-status { color: var(--blue); font-size: 10px; margin: 10px 0 0; min-height: 12px; opacity: 0; text-align:center; }
.form-status.visible { opacity: 1; }

footer { border-top: 1px solid var(--line); padding: 42px 0; }
.footer-inner { align-items: center; display: grid; gap: 20px; grid-template-columns: 1.2fr 1fr 1fr auto; }
.footer-brand { font-size: 17px; }
.footer-brand .brand-icon-shell { height: 34px; width: 34px; }
.footer-brand .brand-icon { height: 29px; width: 29px; }
.footer-inner p, .footer-inner small { color: #81929a; font-size: 12px; margin: 0; }
.footer-inner > div { display: flex; gap: 22px; }
.footer-inner > div a { color: #5c7079; font-size: 12px; }

.privacy-page {
  background:
    radial-gradient(circle at 88% 8%, rgba(99,207,255,.15), transparent 28%),
    #fbfeff;
  min-height: 100vh;
}
.privacy-hero {
  border-bottom: 1px solid var(--line);
  padding: 88px 0 64px;
}
.privacy-hero h1 {
  font-size: clamp(54px, 7vw, 88px);
  letter-spacing: -.06em;
  line-height: .98;
  margin: 0;
}
.privacy-updated {
  color: #7d919a;
  font-size: 13px;
  margin: 18px 0 0;
}
.privacy-intro {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
  margin: 36px 0 0;
  max-width: 820px;
}
.privacy-content {
  max-width: 860px;
  padding-bottom: 110px;
  padding-top: 74px;
}
.privacy-content section {
  border-bottom: 1px solid var(--line);
  padding: 0 0 46px;
  margin-bottom: 46px;
}
.privacy-content h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -.035em;
  margin: 0 0 24px;
}
.privacy-content h3 {
  font-size: 19px;
  letter-spacing: -.015em;
  margin: 30px 0 10px;
}
.privacy-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}
.privacy-contact {
  background: linear-gradient(135deg, rgba(99,207,255,.14), rgba(255,255,255,.8));
  border: 1px solid rgba(0,130,187,.1)!important;
  border-radius: 24px;
  padding: 34px!important;
}
.privacy-contact a {
  color: var(--blue);
  font-weight: 700;
}
.privacy-footer {
  align-items: center;
  color: #71868f;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.privacy-footer p { margin: 0; }
.privacy-footer a { color: var(--blue); font-weight: 700; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { text-align: center; }
  .eyebrow, .store-row, .trust-row { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .hero-visual { margin: 10px auto 0; max-width: 570px; width: 100%; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .contact { gap: 45px; grid-template-columns: 1fr; padding: 50px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { height: 76px; }
  .nav-cta { font-size: 0; padding: 10px; }
  .hero { min-height: auto; padding-top: 45px; }
  .hero h1 { font-size: 53px; }
  .hero-text { font-size: 17px; }
  .store-row { align-items: stretch; flex-direction: column; }
  .store-button { justify-content: center; }
  .trust-row { align-items: center; flex-direction: column; gap: 10px; }
  .hero-visual { height: 560px; margin-top: 28px; transform: none; }
  .phone-mockup { height: 550px; }
  .shield-pill { left: -10px; }
  .ads-pill { right: -10px; }
  .promise { padding-top: 40px; }
  .section-heading { align-items: start; flex-direction: column; gap: 25px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; }
  .contact { border-radius: 25px; margin-bottom: 55px; padding: 32px 22px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-inner > div { justify-content: center; }
  .privacy-hero { padding: 60px 0 44px; }
  .privacy-intro { font-size: 18px; }
  .privacy-content { padding-bottom: 70px; padding-top: 50px; }
  .privacy-content section { margin-bottom: 36px; padding-bottom: 36px; }
  .privacy-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
