:root {
  --accent: #ff385c;
  --accent-deep: #e00b41;
  --ink: #222222;
  --ink2: #6a6a6a;
  --cream-top: #fffaf2;
  --cream-bottom: #f3eadc;
  --rule: #dddddd;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Apple SD Gothic Neo", "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream-top);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.kicker {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono); font-size: 12px; font-weight: 700;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--accent);
}
.kicker .rule { flex: 1; height: 1px; background: rgba(34,34,34,.18); }
.kicker .num { color: rgba(34,34,34,.45); letter-spacing: .1em; }

/* ---------- nav ---------- */
nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,250,242,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(34,34,34,.08);
}
nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 60px; gap: 12px; }
.wordmark { display: flex; align-items: center; gap: 10px; text-decoration: none; flex: none; }
.wordmark img { width: 28px; height: 28px; border-radius: 7px; }
.wordmark span { font-family: var(--mono); font-size: 13px; font-weight: 800; letter-spacing: .28em; }
.lang { display: flex; align-items: center; gap: 2px; flex-wrap: wrap; justify-content: flex-end; }
.lang a {
  font-size: 12px; font-weight: 700; text-decoration: none;
  padding: 4px 7px; border-radius: 7px; color: var(--ink2);
}
.lang a:hover { color: var(--ink); }
.lang a.cur { color: var(--accent); pointer-events: none; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(165deg, var(--accent) 0%, var(--accent-deep) 100%);
}
.hero .ghost {
  position: absolute; right: -40px; top: -60px; z-index: 0;
  font-weight: 950; font-size: clamp(220px, 38vw, 480px); line-height: 1;
  color: rgba(255,255,255,.08); pointer-events: none; user-select: none;
}
.hero .wrap {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center;
  padding-top: 72px; padding-bottom: 0;
}
.hero .kicker { color: rgba(255,255,255,.92); }
.hero .kicker .rule { background: rgba(255,255,255,.35); }
.hero h1 {
  margin: 26px 0 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.14;
  font-weight: 900; letter-spacing: -0.015em; word-break: keep-all;
}
.hero h1 em { font-style: normal; border-bottom: 6px solid rgba(255,255,255,.4); }
.demo {
  margin-top: 30px; display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: #fff; color: var(--ink); border-radius: 99px;
  padding: 14px 26px; box-shadow: 0 24px 50px rgba(104,4,30,.35);
  font-size: clamp(18px, 2.4vw, 26px); font-weight: 800;
}
.demo .src { min-width: 11ch; }
.demo .src::after { content: ""; display: inline-block; width: 2px; height: 1em; background: var(--accent); margin-left: 2px; vertical-align: -0.12em; animation: blink 1s steps(1) infinite; }
.demo .arrow { color: var(--accent); font-weight: 950; }
.demo .dst { color: var(--accent); min-width: 6ch; }
@keyframes blink { 50% { opacity: 0; } }
.hero .sub { margin-top: 26px; max-width: 34em; font-size: 17px; color: rgba(255,255,255,.92); word-break: keep-all; }
.cta { margin: 30px 0 56px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 12px; text-decoration: none;
  background: #0b0b0b; color: #fff; border-radius: 14px; padding: 12px 22px;
  border: 1px solid rgba(255,255,255,.25); transition: transform .15s ease;
}
.store-badge:hover { transform: translateY(-2px); }
.store-badge svg { width: 26px; height: 26px; fill: #fff; }
.store-badge .txt { line-height: 1.15; text-align: left; }
.store-badge .txt small { display: block; font-size: 11px; opacity: .8; }
.store-badge .txt strong { font-size: 17px; font-weight: 700; letter-spacing: .01em; }
.cta .note { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: rgba(255,255,255,.85); }

.hero .phone-col { position: relative; align-self: end; }
.phone {
  position: relative; width: min(320px, 78vw); margin: 0 auto;
  border-radius: 46px; padding: 11px; background: #101010;
  box-shadow: 0 40px 80px rgba(104,4,30,.45), inset 0 0 0 2px rgba(255,255,255,.09);
}
.phone img { border-radius: 36px; }
.phone .island { position: absolute; top: 21px; left: 50%; transform: translateX(-50%); width: 86px; height: 26px; border-radius: 14px; background: #030303; }
.hero .phone { margin-bottom: -64px; }
.chip {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px;
  background: #fff; color: var(--ink); font-weight: 800; font-size: 14px; white-space: nowrap;
  border-radius: 99px; padding: 7px 14px 7px 8px; box-shadow: 0 14px 30px rgba(104,4,30,.35);
}
.chip .g {
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); color: #fff; font-size: 14px; font-weight: 900;
}
.chip.c1 { left: -8%;  top: 24%; transform: rotate(-6deg); }
.chip.c2 { right: -10%; top: 38%; transform: rotate(5deg); }
.chip.c3 { left: -4%;  top: 56%; transform: rotate(4deg); }
.chip.c4 { right: -6%; top: 70%; transform: rotate(-5deg); }

/* ---------- marquee ---------- */
.marquee { overflow: hidden; border-bottom: 1px solid rgba(34,34,34,.1); background: var(--cream-top); }
.marquee .track {
  display: flex; gap: 48px; padding: 14px 0; width: max-content;
  font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .3em; color: var(--ink2);
  animation: scroll 30s linear infinite;
}
@keyframes scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee .track { animation: none; }
  .demo .src::after { animation: none; }
}

/* ---------- sections ---------- */
section { padding: 88px 0; }
section h2 { font-size: clamp(26px, 3.5vw, 39px); font-weight: 900; letter-spacing: -0.015em; margin: 22px 0 14px; word-break: keep-all; }
section h2 em { font-style: normal; color: var(--accent); }
section .lede { color: var(--ink2); max-width: 40em; font-size: 17px; word-break: keep-all; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.step { position: relative; border-top: 1px solid var(--rule); padding-top: 22px; }
.step .n {
  position: absolute; right: 0; top: 6px; font-weight: 950; font-size: 88px; line-height: 1;
  color: rgba(34,34,34,.06); pointer-events: none;
}
.step h3 { font-size: 19px; font-weight: 800; margin-bottom: 8px; }
.step p { color: var(--ink2); font-size: 15px; word-break: keep-all; }
.step .tag { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .22em; color: var(--accent); display: block; margin-bottom: 10px; }

.convert-table { margin-top: 44px; border-top: 1px solid var(--rule); }
.convert-row {
  display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 18px; align-items: center;
  padding: 18px 6px; border-bottom: 1px solid var(--rule); font-size: clamp(17px, 2.2vw, 22px); font-weight: 700;
}
.convert-row .arrow { color: var(--accent); font-weight: 950; }
.convert-row .to { color: var(--accent); }
.convert-row .cat { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .22em; color: var(--ink2); justify-self: end; }

.providers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.prov { border: 1px solid var(--rule); border-radius: 18px; padding: 22px; background: #fff; }
.prov .flag { font-size: 26px; }
.prov h3 { font-size: 15px; font-weight: 800; margin: 10px 0 12px; }
.prov ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.prov li { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; }
.prov .g {
  display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent); color: #fff; font-size: 12px; font-weight: 900; flex: none;
}

.grid6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 32px; margin-top: 48px; }
.feat { border-top: 1px solid var(--rule); padding-top: 18px; }
.feat h3 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.feat p { color: var(--ink2); font-size: 14px; word-break: keep-all; }

.shots { background: linear-gradient(180deg, var(--cream-top), var(--cream-bottom)); }
.shots .row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 52px; align-items: start; }
.shots .phone { width: 100%; }
.shots figcaption { text-align: center; margin-top: 16px; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .22em; color: var(--ink2); }
.shots figure:nth-child(2) { transform: translateY(34px); }

/* ---------- final cta / footer ---------- */
.final { background: linear-gradient(165deg, var(--accent), var(--accent-deep)); color: #fff; text-align: center; }
.final h2 { margin: 0 0 12px; }
.final .lede { color: rgba(255,255,255,.9); margin: 0 auto; }
.final .cta { justify-content: center; margin-bottom: 0; }

footer { background: #161616; color: #bdbdbd; padding: 44px 0; font-size: 14px; }
footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
footer .brand { display: flex; align-items: center; gap: 10px; color: #fff; }
footer .brand img { width: 24px; height: 24px; border-radius: 6px; }
footer .links { display: flex; gap: 22px; flex-wrap: wrap; }
footer a { color: #bdbdbd; text-decoration: none; }
footer a:hover { color: #fff; }

@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 12px; padding-top: 56px; }
  .hero .phone { margin-bottom: -48px; margin-top: 26px; }
  .chip.c1 { left: 0; } .chip.c3 { left: 2%; }
  .chip.c2 { right: 0; } .chip.c4 { right: 1%; }
  .steps, .providers, .grid6, .shots .row { grid-template-columns: 1fr; }
  .shots figure:nth-child(2) { transform: none; }
  section { padding: 64px 0; }
  .wordmark span { display: none; }
}
