:root {
  color: #32152f;
  background: #fffaf6;
  font-family: "Nunito", "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #32152f;
  --muted: #806276;
  --paper: #fffaf6;
  --coral: #ff7964;
  --coral-dark: #eb604d;
  --peach: #ffe1c0;
  --mint: #ddf4e8;
  --lavender: #eee1f7;
  --yellow: #fff0bd;
  --blue: #dff0fb;
  --line: #ecd8c9;
  --shadow: 0 22px 70px rgba(80, 40, 55, .12);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 10%, rgba(238,225,247,.9), transparent 26%),
    radial-gradient(circle at 8% 35%, rgba(255,225,192,.75), transparent 28%),
    var(--paper);
}
a { color: inherit; }
.page { width: min(1120px, 100%); margin: 0 auto; padding: 0 28px 52px; }
.topbar {
  display: flex; min-height: 88px; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 900; text-decoration: none; }
.brand-mark {
  display: block; width: 43px; height: 43px; object-fit: cover; border-radius: 14px;
  box-shadow: 0 8px 18px rgba(255,121,100,.28);
}
.status {
  display: flex; align-items: center; gap: 8px; padding: 9px 13px;
  color: var(--muted); background: rgba(255,255,255,.72); border: 1px solid var(--line);
  border-radius: 999px; font-size: 13px; font-weight: 800;
}
.status i { width: 9px; height: 9px; background: #e9b63f; border-radius: 50%; }
.status.ready i { background: #62bd91; }
.status.error i { background: #e86455; }
.hero {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center;
  min-height: 610px; padding: 50px 0 68px;
}
.eyebrow {
  display: inline-flex; padding: 7px 12px; color: #8c4054; background: var(--yellow);
  border-radius: 9px; font-size: 13px; font-weight: 900; letter-spacing: .06em;
  text-transform: uppercase;
}
h1 { margin: 22px 0 22px; font-size: clamp(45px, 5.7vw, 73px); line-height: 1.02; letter-spacing: -.045em; }
h1 em { color: var(--coral); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.primary {
  display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center;
  color: white; background: linear-gradient(#ff836f, #ff6957); border-radius: 13px;
  box-shadow: 0 12px 25px rgba(255,105,87,.25); font-size: 16px; font-weight: 900;
  text-decoration: none;
}
.primary:hover { background: linear-gradient(#ff765f, #ed5947); }
.version { color: var(--muted); font-size: 14px; font-weight: 700; }
.product-card {
  width: min(100%, 390px); margin: auto; padding: 28px;
  background: rgba(255,254,253,.92); border: 1px solid var(--line);
  border-radius: 30px; box-shadow: var(--shadow);
}
.product-card img {
  display: block; width: 132px; height: 132px; margin-bottom: 25px;
  border-radius: 38px; box-shadow: 0 16px 34px rgba(255,121,100,.24);
}
.product-card > span {
  display: inline-flex; padding: 7px 10px; color: #276f50; background: var(--mint);
  border-radius: 9px; font-size: 12px; font-weight: 900; text-transform: uppercase;
}
.product-card h2 { margin: 15px 0 9px; font-size: 27px; line-height: 1.13; }
.product-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.steps article { min-height: 185px; padding: 24px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 18px; }
.steps span { display: grid; width: 39px; height: 39px; place-items: center; color: white; background: var(--coral); border-radius: 12px; font-weight: 900; }
.steps article:nth-child(2) span { color: var(--ink); background: #7acda6; }
.steps article:nth-child(3) span { color: var(--ink); background: #76bde4; }
.steps h2 { margin: 18px 0 7px; font-size: 19px; }
.steps p, .privacy p { margin: 0; color: var(--muted); line-height: 1.55; }
.nearby {
  display: grid; grid-template-columns: 1fr .92fr; gap: 24px; margin-top: 16px;
  padding: 28px; background: rgba(255,255,255,.78); border: 1px solid var(--line);
  border-radius: 18px;
}
.nearby-label {
  display: inline-flex; padding: 7px 10px; color: #8c4054; background: var(--yellow);
  border-radius: 9px; font-size: 12px; font-weight: 900; text-transform: uppercase;
}
.nearby h2 { margin: 13px 0 8px; font-size: 25px; line-height: 1.15; }
.nearby p { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.58; }
.nearby ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.nearby li {
  padding: 12px 14px; color: var(--ink); background: var(--blue);
  border-radius: 14px; font-weight: 800; line-height: 1.35;
}
.nearby li:nth-child(2) { background: var(--peach); }
.nearby li:nth-child(3) { background: var(--mint); }
.privacy { display: flex; gap: 18px; margin-top: 16px; padding: 26px; align-items: center; background: var(--mint); border: 1px solid #c6e7d7; border-radius: 18px; }
.privacy-icon { display: grid; min-width: 47px; height: 47px; place-items: center; color: white; background: #61bb90; border-radius: 15px; font-size: 22px; font-weight: 900; }
.privacy h2 { margin: 0 0 5px; font-size: 20px; }
@media (max-width: 760px) {
  .page { padding: 0 18px 36px; }
  .topbar { min-height: 72px; }
  .status { padding: 8px 10px; font-size: 11px; }
  .hero { display: flex; min-height: auto; padding: 34px 0 50px; flex-direction: column; gap: 45px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-copy > p { font-size: 17px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .primary { width: 100%; justify-content: center; }
  .phone-card { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 0; }
  .nearby { grid-template-columns: 1fr; padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; }
}
