:root {
  --ink: #3b2a4a;
  --ink2: rgba(59, 42, 74, 0.62);
  --ink3: rgba(59, 42, 74, 0.38);
  --cream: #fff6ea;
  --peach: #ffe3cf;
  --accent: #ff6a3d;
  --accent-light: #ffb01f;
  --accent-edge: #c24a18;
  --pink: #ff5a8a;
  --info: #3d8bff;
  --success: #2ed47a;
  --gold: #ffc531;
  --violet: #9b5cff;
  --shadow: rgba(107, 63, 42, 0.18);
  --round: ui-rounded, "SF Pro Rounded", "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--round);
  color: var(--ink);
  background:
    radial-gradient(60rem 40rem at 0% 10%, rgba(255, 90, 138, 0.16), transparent 60%),
    radial-gradient(50rem 36rem at 100% 25%, rgba(255, 197, 49, 0.22), transparent 60%),
    radial-gradient(50rem 36rem at 0% 80%, rgba(46, 212, 122, 0.14), transparent 60%),
    linear-gradient(var(--cream), var(--peach));
  background-attachment: fixed;
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent); font-weight: 800; text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { width: min(1080px, 100% - 40px); margin-inline: auto; }

/* Header */
header.wrap { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 900; font-size: 1.15rem; }
.brand:hover { text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 11px; box-shadow: 0 6px 14px var(--shadow); }
nav a { color: var(--ink2); margin-left: 22px; font-size: 0.95rem; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; padding: 36px 0 72px; }
.wordmark { font-size: clamp(3.4rem, 9vw, 6.2rem); font-weight: 900; line-height: 0.92; letter-spacing: -0.02em; margin: 0 0 18px; }
.wordmark .limit { display: block; color: var(--ink); text-shadow: 0 5px 0 rgba(59, 42, 74, 0.28); }
.wordmark .num {
  display: block;
  background: linear-gradient(135deg, var(--accent-light), var(--accent) 55%, var(--pink));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 5px 0 var(--accent-edge));
}
.tagline { font-size: clamp(1.2rem, 2.4vw, 1.5rem); font-weight: 800; color: var(--ink2); margin: 0 0 14px; }
.lede { font-size: 1.08rem; font-weight: 500; color: var(--ink2); max-width: 34rem; margin: 0 0 28px; }

.cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.candy {
  display: inline-block; padding: 16px 30px; border-radius: 999px;
  font-weight: 900; font-size: 1.1rem; color: #fff;
  background: linear-gradient(var(--accent-light), var(--accent));
  box-shadow: 0 6px 0 var(--accent-edge), 0 18px 28px rgba(255, 106, 61, 0.32);
}
.candy.soon { cursor: default; }
.glass {
  display: inline-block; padding: 14px 24px; border-radius: 999px; font-weight: 900; color: var(--ink);
  background: rgba(255, 255, 255, 0.85); border: 1.5px solid #fff;
  box-shadow: 0 5px 0 #e8c9b4, 0 14px 24px var(--shadow);
}
.glass:hover { text-decoration: none; transform: translateY(1px); }

.phones { position: relative; height: 620px; }
.phone {
  position: absolute; width: 270px; border-radius: 40px; border: 9px solid #2a1d36;
  background: #2a1d36; overflow: hidden; box-shadow: 0 30px 60px rgba(59, 42, 74, 0.3);
}
.phone img { display: block; width: 100%; }
.phone.back { right: 0; top: 0; transform: rotate(6deg); }
.phone.front { left: 0; top: 46px; transform: rotate(-5deg); }

/* Sections */
section { padding: 56px 0; }
h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 900; margin: 0 0 8px; text-shadow: 0 3px 0 rgba(59, 42, 74, 0.18); }
.sub { color: var(--ink2); font-weight: 600; margin: 0 0 32px; max-width: 40rem; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.card {
  background: rgba(255, 255, 255, 0.82); border: 1.5px solid #fff; border-radius: 24px;
  padding: 22px; box-shadow: 0 8px 18px var(--shadow);
}
.card h3 { margin: 14px 0 6px; font-size: 1.15rem; font-weight: 900; }
.card p { margin: 0; color: var(--ink2); font-weight: 500; font-size: 0.98rem; }
.tile {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  font-size: 1.5rem; color: #fff; font-weight: 900;
  background: var(--c); box-shadow: 0 4px 0 color-mix(in srgb, var(--c) 60%, #000 12%), 0 10px 16px color-mix(in srgb, var(--c) 35%, transparent);
}

.promise {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px;
  background: var(--ink); color: #fff; border-radius: 32px; padding: 32px;
  box-shadow: 0 24px 40px rgba(59, 42, 74, 0.28);
}
.promise div { font-weight: 800; font-size: 1.05rem; }
.promise span { display: block; font-weight: 500; font-size: 0.92rem; color: rgba(255, 255, 255, 0.66); margin-top: 4px; }

footer { padding: 40px 0 56px; color: var(--ink3); font-weight: 600; font-size: 0.92rem; }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
footer a { color: var(--ink2); margin-left: 18px; }

/* Text pages */
.doc { background: rgba(255, 255, 255, 0.86); border: 1.5px solid #fff; border-radius: 28px; padding: clamp(22px, 5vw, 48px); box-shadow: 0 8px 18px var(--shadow); max-width: 820px; margin: 16px auto 0; }
.doc h1 { font-size: clamp(2rem, 5vw, 2.8rem); font-weight: 900; margin: 0 0 4px; }
.doc h2 { font-size: 1.3rem; text-shadow: none; margin: 32px 0 8px; }
.doc p, .doc li { color: rgba(59, 42, 74, 0.82); font-weight: 500; }
.doc .updated { color: var(--ink3); font-weight: 700; margin-bottom: 24px; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 36px; padding-top: 12px; text-align: center; }
  .lede { margin-inline: auto; }
  .cta { justify-content: center; }
  .phones { height: 520px; width: 330px; margin-inline: auto; }
  .phone { width: 220px; border-radius: 34px; border-width: 7px; }
  nav a:not(.keep) { display: none; }
}
