:root {
  color-scheme: light;
  --ink: #211820;
  --muted: #6f646b;
  --cream: #fff8eb;
  --paper: #fffdf8;
  --coral: #ff4557;
  --orange: #ff9716;
  --lavender: #a078ff;
  --line: rgba(151, 75, 46, 0.14);
  --shadow: 0 24px 70px rgba(156, 47, 31, 0.14);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 151, 22, 0.14), transparent 30rem),
    radial-gradient(circle at 94% 22%, rgba(160, 120, 255, 0.12), transparent 28rem),
    var(--cream);
  line-height: 1.65;
}

a { color: inherit; }

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 900;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(198, 55, 36, 0.18);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
  font-weight: 750;
}

.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--coral); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 64px;
  padding: 76px 0 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--lavender);
  box-shadow: 14px 0 0 rgba(160, 120, 255, 0.45);
  margin-right: 12px;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

h1 span {
  display: block;
  margin-top: 16px;
  font-size: 0.34em;
  letter-spacing: -0.02em;
  color: var(--muted);
}

.lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2.5vw, 22px);
}

.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 900;
}

.button.primary {
  color: #fff8df;
  background: linear-gradient(135deg, var(--coral), var(--orange));
  box-shadow: 0 14px 30px rgba(201, 54, 31, 0.22);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.device-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: 46px;
  overflow: hidden;
  border-radius: 52px;
  background: linear-gradient(135deg, var(--coral), var(--orange));
  box-shadow: var(--shadow);
}

.device-stage::before,
.device-stage::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 22px;
  border-radius: 999px;
  background: var(--lavender);
  opacity: 0.72;
}

.device-stage::before { top: 58px; left: -30px; transform: rotate(35deg); }
.device-stage::after { right: -32px; bottom: 84px; transform: rotate(-20deg); }

.device-stage img {
  position: relative;
  width: min(290px, 86%);
  max-height: 520px;
  object-fit: cover;
  object-position: top;
  border: 8px solid #211820;
  border-radius: 42px;
  box-shadow: 0 28px 55px rgba(73, 24, 21, 0.34);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: -30px 0 88px;
}

.trust-item,
.card,
.legal-card {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 16px 44px rgba(112, 56, 35, 0.08);
}

.trust-item {
  padding: 22px;
  border-radius: 24px;
  text-align: center;
  font-weight: 850;
}

.section { padding: 72px 0; }

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.section-heading p { color: var(--muted); font-size: 18px; }

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  min-height: 240px;
  padding: 28px;
  border-radius: 30px;
}

.card .number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  border-radius: 16px;
  color: #fff8df;
  background: linear-gradient(135deg, var(--coral), var(--orange));
  font-weight: 950;
}

.card h3 { margin-bottom: 8px; font-size: 22px; }
.card p { margin-bottom: 0; color: var(--muted); }

.privacy-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 42px;
  border-radius: 36px;
  background: #211820;
  color: #fff8df;
}

.privacy-banner h2 { margin-bottom: 10px; }
.privacy-banner p { margin-bottom: 0; color: rgba(255, 248, 223, 0.72); }
.privacy-banner .button { color: var(--ink); background: var(--cream); }

.page-head { padding: 66px 0 38px; }
.page-head h1 { font-size: clamp(42px, 7vw, 76px); }
.page-head p { max-width: 760px; color: var(--muted); font-size: 18px; }

.legal-card {
  max-width: 880px;
  margin-bottom: 70px;
  padding: clamp(26px, 5vw, 58px);
  border-radius: 34px;
}

.legal-card h2 { margin-top: 34px; margin-bottom: 10px; font-size: 24px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin-top: 24px; margin-bottom: 8px; }
.legal-card p, .legal-card li { color: #51474d; }
.legal-card ul { padding-left: 22px; }
.legal-card .summary {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 69, 87, 0.08), rgba(255, 151, 22, 0.12));
}

.faq { display: grid; gap: 14px; }
.faq article { padding: 22px 24px; border-radius: 22px; background: rgba(255,255,255,0.74); border: 1px solid var(--line); }
.faq h2 { margin-bottom: 6px; font-size: 20px; }
.faq p { margin-bottom: 0; color: var(--muted); }

footer {
  margin-top: 72px;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; padding-top: 46px; gap: 44px; }
  .device-stage { min-height: 470px; }
  .trust-row, .grid { grid-template-columns: 1fr; }
  .trust-row { margin-top: 0; }
  .privacy-banner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .nav { align-items: flex-start; padding: 16px 0; }
  .nav-links { gap: 10px 14px; }
  .nav-links a:first-child { display: none; }
  .hero { padding-top: 34px; }
  .device-stage { min-height: 430px; padding: 28px; border-radius: 38px; }
  .section { padding: 54px 0; }
  .legal-card { border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
