:root {
  --bg-1: #160303;
  --bg-2: #7b1113;
  --bg-3: #2a0708;
  --card: #fff8ef;
  --text: #1d1212;
  --muted: #725f5f;
  --gold: #cfa15b;
  --red: #8d1518;
  --green: #1f9d64;
  --black: #111111;
  --blue: #1c6cf2;
  --line: rgba(29, 18, 18, .10);
  --shadow: 0 24px 80px rgba(0, 0, 0, .35);
}
* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  margin: 0;
  min-height: 100svh;
  font-family: Inter, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--gold) 30%, transparent), transparent 28%),
    radial-gradient(circle at 82% 0%, rgba(255,255,255,.16), transparent 26%),
    linear-gradient(145deg, var(--bg-1), var(--bg-3) 46%, var(--bg-2));
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image:
    linear-gradient(135deg, transparent 0 46%, rgba(255,255,255,.18) 46% 47%, transparent 47% 100%),
    linear-gradient(45deg, transparent 0 46%, rgba(255,255,255,.12) 46% 47%, transparent 47% 100%);
  background-size: 46px 46px;
}
.page-shell { min-height: 100svh; display: grid; place-items: center; padding: 18px; }
.card {
  position: relative;
  width: min(100%, 480px);
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), color-mix(in srgb, var(--card) 92%, white));
  box-shadow: var(--shadow);
  isolation: isolate;
}
.glow { position: absolute; z-index: -1; border-radius: 999px; filter: blur(10px); }
.glow-1 { width: 190px; height: 190px; right: -70px; top: -80px; background: color-mix(in srgb, var(--gold) 35%, transparent); }
.glow-2 { width: 150px; height: 150px; left: -62px; bottom: 90px; background: color-mix(in srgb, var(--red) 14%, transparent); }
.hero-head { text-align: left; }
.hero-head.align-center { text-align: center; }
.hero-head.align-right { text-align: right; }
.brand-logo-wrap {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.brand-logo-wrap.align-left { margin-left: 0; margin-right: auto; }
.brand-logo-wrap.align-center { margin-left: auto; margin-right: auto; }
.brand-logo-wrap.align-right { margin-left: auto; margin-right: 0; }
.brand-logo-wrap.logo-frame {
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  box-shadow: 0 16px 35px rgba(141,21,24,.14);
  overflow: hidden;
  padding: 8px;
}
.brand-logo-inline,
.brand-logo-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.brand-logo-inline {
  color: #111111;
}
.brand-logo-svg {
  overflow: visible;
}
.brand-logo-svg .fil0 {
  fill: currentColor;
}
.eyebrow { margin: 0 0 5px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; white-space: pre-line; }
h1 { margin: 0; font-size: clamp(30px, 8vw, 44px); line-height: .98; letter-spacing: -.065em; white-space: pre-line; }
.subtitle { margin: 18px 0 22px; color: var(--muted); font-size: 16px; line-height: 1.55; white-space: pre-line; }
.button-stack { display: grid; gap: 12px; }
.action-button {
  min-height: 76px;
  display: grid;
  grid-template-columns: 52px 1fr 34px;
  gap: 12px;
  align-items: center;
  padding: 12px 12px 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  color: var(--text);
  text-decoration: none;
  border: 1px solid rgba(29,18,18,.08);
  box-shadow: 0 12px 26px rgba(29,18,18,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.action-button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(29,18,18,.14); border-color: color-mix(in srgb, var(--gold) 38%, transparent); }
.icon-circle { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: white; }
.whatsapp .icon-circle { background: var(--green); }
.apple .icon-circle { background: var(--black); }
.google .icon-circle { background: var(--blue); }
.button-text { display: grid; gap: 3px; min-width: 0; }
.action-button strong { font-size: 16px; line-height: 1.15; }
.action-button small { color: var(--muted); font-size: 13px; }
.arrow { width: 30px; height: 30px; display: grid; place-items: center; justify-self: end; border-radius: 999px; color: var(--red); background: color-mix(in srgb, var(--red) 8%, white); font-weight: 900; }
.recommended { outline: 2px solid color-mix(in srgb, var(--gold) 45%, transparent); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.trust-row div { padding: 12px 8px; border-radius: 16px; text-align: center; background: color-mix(in srgb, var(--red) 7%, white); }
.trust-row strong { display:block; color: var(--red); font-size: 12px; }
.trust-row span { display:block; color: var(--muted); font-size: 12px; margin-top: 4px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(29,18,18,.08); color: var(--muted); }
footer p { margin: 0; font-size: 14px; white-space: pre-line; }
footer a { color: var(--red); font-weight: 900; text-decoration: none; white-space: nowrap; }
.hidden { display: none !important; }
@media (max-width: 420px) {
  .card { padding: 20px; border-radius: 28px; }
  .action-button { grid-template-columns: 48px 1fr 30px; min-height: 72px; }
  .icon-circle { width: 48px; height: 48px; }
  .trust-row { gap: 8px; }
}
