:root {
  --blue: #0a84ff;
  --blue-2: #1477f2;
  --green: #35d478;
  --green-2: #18b85c;
  --ink: #07111f;
  --muted: #657387;
  --soft: #eef5ff;
  --soft-2: #f6fbff;
  --card: rgba(255,255,255,.78);
  --line: rgba(10, 42, 82, .11);
  --shadow: 0 24px 80px rgba(12, 43, 85, .14);
  --shadow-soft: 0 12px 38px rgba(12, 43, 85, .11);
  --radius: 28px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% -10%, rgba(10,132,255,.18), transparent 32rem),
    radial-gradient(circle at 92% 8%, rgba(53,212,120,.15), transparent 28rem),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 44%, #f9fcff 100%);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background: rgba(246, 251, 255, .74);
  border-bottom: 1px solid rgba(10, 42, 82, .08);
}
.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 850; letter-spacing: -.03em; font-size: 22px; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 22px rgba(10,132,255,.18); }
.nav-links { display: flex; align-items: center; gap: 26px; color: #334154; font-weight: 650; }
.nav-links a { transition: color .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--blue); transform: translateY(-1px); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0066df);
  box-shadow: 0 14px 34px rgba(10,132,255,.28);
}
.btn-ghost { background: rgba(255,255,255,.72); border-color: rgba(10, 42, 82, .12); color: #182536; }
.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 68px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 520px);
  align-items: center;
  gap: 66px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(10, 42, 82, .10);
  color: #33506d;
  font-weight: 760;
  box-shadow: 0 10px 30px rgba(12, 43, 85, .08);
}
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(53,212,120,.14); }
h1 {
  margin: 24px 0 18px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: .94;
  letter-spacing: -.075em;
}
.lede {
  margin: 0;
  max-width: 660px;
  color: #4f5f73;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.app-note { margin-top: 18px; color: #6a7788; font-size: 15px; }
.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
  max-width: 620px;
}
.metric-pill {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(10, 42, 82, .10);
  box-shadow: 0 10px 30px rgba(12, 43, 85, .08);
}
.metric-pill strong { display: block; font-size: 25px; letter-spacing: -.04em; }
.metric-pill span { display: block; margin-top: 4px; color: #6b7788; font-weight: 650; }
.hero-phones {
  position: relative;
  min-height: 690px;
}
.blob {
  position: absolute;
  inset: 46px 2px auto auto;
  width: 440px;
  height: 440px;
  border-radius: 42% 58% 50% 50%;
  background: linear-gradient(135deg, rgba(10,132,255,.22), rgba(53,212,120,.20));
  filter: blur(1px);
  opacity: .9;
}
.phone {
  position: absolute;
  width: 285px;
  border-radius: 44px;
  background: #0a0d13;
  padding: 10px;
  box-shadow: var(--shadow);
}
.phone::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  width: 100px;
  height: 28px;
  border-radius: 999px;
  background: #000;
}
.phone img { border-radius: 34px; width: 100%; }
.phone-main { right: 82px; top: 14px; transform: rotate(2deg); z-index: 2; }
.phone-side { left: 14px; top: 122px; width: 230px; transform: rotate(-8deg); opacity: .97; }
.phone-small { right: 0; bottom: 30px; width: 220px; transform: rotate(8deg); opacity: .96; }
.float-card {
  position: absolute;
  left: 35px;
  bottom: 72px;
  z-index: 4;
  display: flex;
  gap: 12px;
  align-items: center;
  width: 245px;
  padding: 16px;
  border: 1px solid rgba(10, 42, 82, .10);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}
.float-card img { width: 46px; height: 46px; border-radius: 14px; }
.float-card strong { display: block; letter-spacing: -.02em; }
.float-card span { display: block; margin-top: 3px; color: #647286; font-size: 14px; }
.section { padding: 84px 0; }
.section-title { max-width: 760px; margin-bottom: 36px; }
.kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 900; }
h2 { margin: 10px 0 0; font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -.06em; }
.section-title p { color: #5c6b7d; font-size: 19px; line-height: 1.55; margin: 17px 0 0; }
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.feature-card {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(10, 42, 82, .10);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 12px 42px rgba(12, 43, 85, .08);
}
.icon-badge {
  width: 52px; height: 52px; border-radius: 18px;
  display: grid; place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(10,132,255,.12), rgba(53,212,120,.12));
  color: var(--blue);
  font-size: 26px;
}
.feature-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: #607084; line-height: 1.55; }
.tour { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.tour-card {
  min-height: 520px;
  border: 1px solid rgba(10, 42, 82, .10);
  border-radius: 36px;
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 280px;
}
.tour-copy { padding: 36px; align-self: center; }
.tour-copy h3 { margin: 0 0 12px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.tour-copy p { margin: 0; color: #5f6e81; line-height: 1.55; font-size: 17px; }
.tour-shot {
  position: relative;
  align-self: end;
  height: 100%;
  background: linear-gradient(180deg, rgba(10,132,255,.06), rgba(53,212,120,.06));
  overflow: hidden;
}
.tour-shot img { position: absolute; width: 250px; right: 20px; bottom: -120px; border-radius: 30px; box-shadow: 0 18px 50px rgba(12, 43, 85, .18); }
.tour-card.wide { grid-column: 1 / -1; grid-template-columns: 1fr 620px; min-height: 460px; }
.tour-card.wide .tour-shot img:nth-child(1) { right: 340px; bottom: -260px; width: 250px; transform: rotate(-4deg); }
.tour-card.wide .tour-shot img:nth-child(2) { right: 70px; bottom: -210px; width: 265px; transform: rotate(4deg); }
.privacy-band {
  border-radius: 42px;
  padding: 44px;
  background:
    radial-gradient(circle at top left, rgba(53,212,120,.18), transparent 20rem),
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(238,247,255,.82));
  border: 1px solid rgba(10, 42, 82, .10);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 34px;
  align-items: center;
}
.privacy-band h2 { font-size: clamp(34px, 4vw, 52px); }
.check-list { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; color: #3e4f63; line-height: 1.45; }
.check-list li::before { content: "✓"; color: var(--green-2); font-weight: 900; }
.progress-card {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(10, 42, 82, .10);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.progress-card .level { display:flex; justify-content: space-between; align-items:flex-end; margin-bottom: 16px; }
.progress-card strong { font-size: 32px; letter-spacing: -.05em; }
.progress-card span { color: #ff7a1a; font-weight: 900; font-size: 24px; }
.bar { height: 11px; border-radius: 999px; overflow: hidden; background: #dfe8f2; }
.bar i { display: block; width: 83%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #37c86f); }
.cta {
  text-align: center;
  padding: 88px 0 98px;
}
.cta-card {
  padding: 58px 30px;
  border-radius: 44px;
  background: linear-gradient(135deg, #08172d, #0b3d82 60%, #078a58);
  color: white;
  box-shadow: 0 30px 100px rgba(7, 33, 70, .28);
}
.cta-card img { width: 80px; height: 80px; margin: 0 auto 20px; border-radius: 22px; }
.cta-card h2 { color: white; }
.cta-card p { max-width: 600px; margin: 18px auto 28px; color: rgba(255,255,255,.78); line-height: 1.6; font-size: 18px; }
.cta-card .btn { background: white; color: #073261; }
.footer { padding: 34px 0; border-top: 1px solid rgba(10, 42, 82, .10); color: #5e6b7a; }
.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer-links { display:flex; gap:20px; flex-wrap:wrap; }
.page-hero { padding: 70px 0 28px; }
.page-hero h1 { font-size: clamp(46px, 6vw, 74px); max-width: 850px; }
.content-card {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(10,42,82,.10);
  border-radius: 34px;
  padding: min(6vw, 48px);
  box-shadow: var(--shadow-soft);
  margin-bottom: 70px;
}
.content-card h2 { font-size: 32px; margin-top: 38px; }
.content-card h2:first-child { margin-top: 0; }
.content-card p, .content-card li { color: #44546a; line-height: 1.7; font-size: 17px; }
.content-card ul { padding-left: 22px; }
.support-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0; }
.support-card { padding: 24px; border-radius: 26px; background: rgba(10,132,255,.06); border: 1px solid rgba(10,42,82,.09); }
.support-card h3 { margin: 0 0 8px; font-size: 22px; letter-spacing:-.03em; }
.support-card p { margin: 0; }
.notice { background: rgba(53,212,120,.10); border: 1px solid rgba(53,212,120,.20); border-radius: 24px; padding: 18px 20px; }
@media (max-width: 980px) {
  .hero-grid, .privacy-band { grid-template-columns: 1fr; }
  .hero-phones { min-height: 590px; width: min(520px, 100%); margin: 0 auto; }
  .features { grid-template-columns: 1fr 1fr; }
  .tour, .tour-card, .tour-card.wide { grid-template-columns: 1fr; }
  .tour-card, .tour-card.wide { min-height: auto; }
  .tour-shot { height: 360px; }
  .tour-card.wide .tour-shot img:nth-child(1) { right: 48%; bottom: -220px; }
  .tour-card.wide .tour-shot img:nth-child(2) { right: 12%; bottom: -190px; }
  .support-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav { height: 68px; }
  .nav-links { display:none; }
  .hero { padding-top: 54px; }
  h1 { font-size: 54px; }
  .metric-strip, .features { grid-template-columns: 1fr; }
  .hero-phones { min-height: 560px; }
  .phone-main { right: 20px; width: 235px; }
  .phone-side { left: 0; top: 150px; width: 190px; }
  .phone-small { width: 176px; right: 5px; bottom: 36px; }
  .float-card { left: 8px; bottom: 90px; width: 224px; }
  .section { padding: 62px 0; }
  .tour-card { border-radius: 28px; }
  .tour-copy { padding: 28px; }
  .tour-shot img { width: 220px; right: 50%; transform: translateX(50%); }
  .tour-card.wide .tour-shot img:nth-child(1) { right: 45%; width: 205px; bottom: -190px; }
  .tour-card.wide .tour-shot img:nth-child(2) { right: 10%; width: 210px; bottom: -175px; }
  .privacy-band { padding: 28px; border-radius: 30px; }
  .footer-inner { align-items:flex-start; flex-direction:column; }
}
