:root {
  --bg: #07070b;
  --bg-soft: #0d0d15;
  --card: rgba(255,255,255,0.065);
  --card-strong: rgba(255,255,255,0.095);
  --border: rgba(255,255,255,0.12);
  --text: #ffffff;
  --muted: rgba(255,255,255,0.68);
  --soft: rgba(255,255,255,0.48);
  --pink: #b92965;
  --rose: #b72f63;
  --violet: #94367b;
  --orange: #ff8a3d;
  --green: #59e39b;
  --shadow: 0 24px 80px rgba(0,0,0,0.45);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 5%, rgba(185,41,101,0.28), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(255,138,61,0.16), transparent 32%),
    radial-gradient(circle at 50% 95%, rgba(148,54,123,0.18), transparent 36%),
    var(--bg);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 7, 11, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: grid;
  place-items: center;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 12px 17px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(185, 41, 101, 0.28);
}

.hero {
  position: relative;
  padding: 92px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 58px;
  align-items: center;
}

.badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 22px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 20px rgba(89,227,155,0.9);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  margin-bottom: 24px;
}

.headline-grad {
  background: linear-gradient(135deg, #ffffff 0%, #ffd7e7 36%, #ff8a3d 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.hero p {
  max-width: 690px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 21px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 15px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--pink), var(--violet), var(--orange));
  box-shadow: 0 16px 42px rgba(185, 41, 101, 0.35);
}

.btn-secondary {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.13);
  color: rgba(255,255,255,0.86);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
}

.phone-card {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  min-height: 560px;
  padding: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035)),
    rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: var(--shadow);
}

.phone-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -100px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,138,61,0.36), transparent 65%);
  filter: blur(6px);
}

.app-showcase {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
}

.app-icon-large {
  width: 180px;
  height: 180px;
  border-radius: 42px;
  object-fit: cover;
  margin: 0 auto 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.45);
}

.app-showcase h2 {
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.app-showcase p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 380px;
  margin: 0 auto 24px;
}

.mini-info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.mini-info div {
  padding: 14px 10px;
  border-radius: 18px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.1);
}

.mini-info strong {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.mini-info span {
  color: var(--soft);
  font-size: 12px;
}

section {
  padding: 78px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.eyebrow {
  color: #ffb45c;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.section-head h2,
.split-text h2,
.cta-box h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin-bottom: 15px;
}

.section-head p,
.split-text p,
.cta-box p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.privacy-card,
.support-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 16px 42px rgba(0,0,0,0.22);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(255,138,61,0.12), transparent 38%);
  pointer-events: none;
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(185,41,101,0.95), rgba(255,138,61,0.86));
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.feature-card h3 {
  position: relative;
  z-index: 2;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.feature-card p {
  position: relative;
  z-index: 2;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
}

.screenshot-frame {
  padding: 18px;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: var(--shadow);
}

.screenshot-frame img {
  width: 100%;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.bullet-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.bullet {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.095);
}

.bullet-mark {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(89,227,155,0.14);
  color: var(--green);
  font-weight: 950;
}

.bullet strong {
  display: block;
  margin-bottom: 4px;
}

.bullet span {
  color: var(--muted);
  line-height: 1.55;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.privacy-card h3,
.support-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.privacy-card p,
.support-card p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.screens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.screen-card {
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.11);
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.screen-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: rgba(255,255,255,0.04);
}

.screen-card div {
  padding: 18px;
}

.screen-card strong {
  display: block;
  margin-bottom: 6px;
}

.screen-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.cta-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 52px 32px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 22% 10%, rgba(255,138,61,0.18), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: var(--shadow);
}

.cta-box p {
  max-width: 760px;
  margin: 0 auto 26px;
}

.cta-box .hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.footer {
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,0.09);
  color: var(--soft);
  font-size: 14px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a:hover {
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 62px;
  }

  .phone-card {
    min-height: auto;
  }

  .features-grid,
  .privacy-grid,
  .screens-grid {
    grid-template-columns: 1fr;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(var(--max), calc(100% - 26px));
  }

  .nav {
    height: 70px;
  }

  .nav-cta {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 17px;
  }

  .btn {
    width: 100%;
  }

  .trust-row span {
    width: 100%;
    justify-content: center;
  }

  .mini-info {
    grid-template-columns: 1fr;
  }

  section {
    padding: 56px 0;
  }

  .feature-card,
  .privacy-card,
  .support-card {
    padding: 22px;
  }

  .cta-box {
    padding: 38px 22px;
  }
}
