/* HueMock — shared styles
   Palette sampled from the app icon: deep navy ground, teal glow,
   magenta/cyan/yellow marker accents. */

:root {
  --navy:        #000d2c;
  --navy-deep:   #00081d;
  --purple-deep: #23013f;
  --magenta:     #e2287f;
  --cyan:        #4ec6d0;
  --teal:        #73d5d4;
  --yellow:      #ffd24a;
  --violet:      #9060c0;

  --ink:         #eef2f8;
  --ink-soft:    #a9b6cc;
  --ink-faint:   #6f7f9b;

  --card:        rgba(255, 255, 255, 0.045);
  --card-line:   rgba(255, 255, 255, 0.10);
  --radius:      18px;

  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
          Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  background: var(--navy);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
  /* Glows echoing the icon's background: teal low-right, violet mid-left. */
  background-image:
    radial-gradient(900px 620px at 88% 82%, rgba(115, 213, 212, 0.16), transparent 62%),
    radial-gradient(760px 520px at 6% 26%, rgba(144, 96, 192, 0.16), transparent 60%),
    radial-gradient(1100px 700px at 50% -8%, rgba(35, 1, 63, 0.55), transparent 70%);
  background-attachment: fixed;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }

/* ---------- header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(0, 8, 29, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; height: 66px;
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -0.02em; }
.brand img { width: 32px; height: 32px; border-radius: 9px; display: block; }
.brand span { font-size: 1.06rem; color: var(--ink); }
.brand:hover { text-decoration: none; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--ink-soft); font-size: 0.93rem; font-weight: 600; }
.nav a:hover { color: var(--ink); text-decoration: none; }
@media (max-width: 640px) { .nav a.hide-sm { display: none; } }

/* ---------- hero ---------- */

.hero { padding: 84px 0 72px; }
.hero-grid {
  display: grid; grid-template-columns: 1.08fr 0.92fr;
  gap: 56px; align-items: center;
}
@media (max-width: 860px) {
  .hero { padding: 52px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-art { order: -1; }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.79rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--teal);
  border: 1px solid rgba(115, 213, 212, 0.32);
  background: rgba(115, 213, 212, 0.09);
  padding: 6px 13px; border-radius: 999px; margin-bottom: 22px;
}

h1 {
  font-size: clamp(2.3rem, 5.4vw, 3.6rem);
  line-height: 1.08; letter-spacing: -0.035em; font-weight: 800;
  margin-bottom: 20px;
}
/* The line-art→color split from the icon, as a text treatment. */
.gradient-text {
  background: linear-gradient(102deg, var(--yellow) 0%, var(--magenta) 46%, var(--cyan) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--magenta);
}

.lede { font-size: 1.13rem; color: var(--ink-soft); max-width: 46ch; margin-bottom: 30px; }
@media (max-width: 860px) { .lede { margin-left: auto; margin-right: auto; } }

.hero-art { display: flex; justify-content: center; }
.hero-art img {
  width: min(360px, 82vw); height: auto; border-radius: 30px; display: block;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* ---------- buttons ---------- */

.cta-row { display: flex; flex-wrap: wrap; gap: 13px; }
@media (max-width: 860px) { .cta-row { justify-content: center; } }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 22px; border-radius: 13px;
  font-weight: 700; font-size: 0.96rem; border: 1px solid transparent;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(96deg, var(--magenta), #b5238c 58%, var(--violet));
  color: #fff; box-shadow: 0 10px 26px rgba(226, 40, 127, 0.34);
}
.btn-primary:hover { box-shadow: 0 15px 34px rgba(226, 40, 127, 0.46); }
.btn-ghost {
  background: var(--card); color: var(--ink); border-color: var(--card-line);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.09); }
.btn svg { flex: none; }

/* Store badges: two-line label, small kicker above the store name. */
.btn-store { padding: 10px 20px; }
.btn-store span { display: flex; flex-direction: column; line-height: 1.18; text-align: left; }
.btn-store small {
  font-size: 0.68rem; font-weight: 600; opacity: 0.78;
  letter-spacing: 0.03em; text-transform: uppercase;
}

.rating {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  margin-top: 18px; font-size: 0.89rem; color: var(--ink-soft);
}
.rating strong { color: var(--ink); font-weight: 800; }
.stars { color: var(--yellow); letter-spacing: 1px; font-size: 0.95rem; }
@media (max-width: 860px) { .rating { justify-content: center; } }

/* ---------- swatch strip (the real free 24 palette) ---------- */

.swatches { margin-top: 38px; }
.swatch-row { display: flex; flex-wrap: wrap; gap: 7px; }
@media (max-width: 860px) { .swatch-row { justify-content: center; } }
.swatch {
  width: 27px; height: 27px; border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  transition: transform 0.15s ease;
}
.swatch:hover { transform: translateY(-3px) scale(1.12); }
.swatch-note { font-size: 0.82rem; color: var(--ink-faint); margin-top: 13px; }

/* ---------- sections ---------- */

section { padding: 76px 0; }
.section-head { max-width: 620px; margin-bottom: 46px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.3rem); letter-spacing: -0.028em;
  font-weight: 800; line-height: 1.18; margin-bottom: 13px;
}
.section-head p { color: var(--ink-soft); font-size: 1.03rem; }

.divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.13), transparent); }

/* ---------- feature cards ---------- */

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards { grid-template-columns: 1fr; } }

.card {
  background: var(--card); border: 1px solid var(--card-line);
  border-radius: var(--radius); padding: 26px 24px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(115, 213, 212, 0.34);
  background: rgba(255, 255, 255, 0.065);
}
.card h3 { font-size: 1.06rem; font-weight: 700; margin-bottom: 9px; letter-spacing: -0.012em; }
.card p { color: var(--ink-soft); font-size: 0.94rem; }
.card-icon {
  width: 42px; height: 42px; border-radius: 12px; margin-bottom: 16px;
  display: grid; place-items: center; font-size: 1.25rem;
  background: rgba(115, 213, 212, 0.13);
  box-shadow: inset 0 0 0 1px rgba(115, 213, 212, 0.24);
}
.card:nth-child(2) .card-icon { background: rgba(226,40,127,0.14); box-shadow: inset 0 0 0 1px rgba(226,40,127,0.28); }
.card:nth-child(3) .card-icon { background: rgba(255,210,74,0.13); box-shadow: inset 0 0 0 1px rgba(255,210,74,0.26); }
.card:nth-child(5) .card-icon { background: rgba(144,96,192,0.16); box-shadow: inset 0 0 0 1px rgba(144,96,192,0.3); }
.card:nth-child(6) .card-icon { background: rgba(226,40,127,0.14); box-shadow: inset 0 0 0 1px rgba(226,40,127,0.28); }

/* ---------- pricing ---------- */

.tiers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 780px; margin: 0 auto; }
@media (max-width: 700px) { .tiers { grid-template-columns: 1fr; } }

.tier {
  background: var(--card); border: 1px solid var(--card-line);
  border-radius: var(--radius); padding: 30px 27px; position: relative;
}
.tier.featured {
  border-color: rgba(226, 40, 127, 0.45);
  background: linear-gradient(168deg, rgba(226,40,127,0.11), rgba(255,255,255,0.035));
}
.tier-tag {
  position: absolute; top: -11px; right: 22px;
  background: linear-gradient(96deg, var(--magenta), var(--violet));
  color: #fff; font-size: 0.71rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 5px 12px; border-radius: 999px;
}
.tier h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 5px; }
.tier .price { font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; margin: 12px 0 4px; }
.tier .price small { font-size: 0.92rem; font-weight: 600; color: var(--ink-faint); letter-spacing: 0; }
.tier .price-alt { font-size: 0.88rem; color: var(--ink-faint); margin-bottom: 20px; }
.tier ul { list-style: none; display: grid; gap: 10px; }
.tier li { font-size: 0.94rem; color: var(--ink-soft); padding-left: 26px; position: relative; }
.tier li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  color: var(--teal); font-weight: 800;
}
.tier.featured li::before { color: var(--magenta); }

/* ---------- legal / doc pages ---------- */

.doc { padding: 62px 0 30px; }
.doc h1 { font-size: clamp(2rem, 4.4vw, 2.7rem); margin-bottom: 8px; }
.doc .date { color: var(--ink-faint); font-size: 0.9rem; margin-bottom: 38px; }
.doc h2 {
  font-size: 1.17rem; font-weight: 700; margin: 38px 0 11px;
  letter-spacing: -0.012em; scroll-margin-top: 86px;
}
.doc p, .doc li { color: var(--ink-soft); font-size: 1rem; margin-bottom: 11px; }
.doc strong { color: var(--ink); font-weight: 700; }
.doc ul { padding-left: 22px; margin-bottom: 14px; }
.doc a { color: var(--teal); }

.callout {
  background: var(--card); border: 1px solid var(--card-line);
  border-left: 3px solid var(--teal);
  border-radius: 12px; padding: 18px 20px; margin: 26px 0;
}
.callout p:last-child { margin-bottom: 0; }

.faq { display: grid; gap: 13px; margin-top: 8px; }
.faq details {
  background: var(--card); border: 1px solid var(--card-line);
  border-radius: 13px; padding: 17px 20px;
}
.faq details[open] { border-color: rgba(115, 213, 212, 0.3); }
.faq summary {
  cursor: pointer; font-weight: 700; font-size: 0.99rem; color: var(--ink);
  list-style: none; display: flex; justify-content: space-between; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--teal); font-weight: 800; font-size: 1.25rem; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details > p, .faq details > ul { margin-top: 12px; margin-bottom: 0; color: var(--ink-soft); font-size: 0.95rem; }
.faq details > ul { padding-left: 22px; }
.faq details > ul li { margin-bottom: 6px; }

/* ---------- footer ---------- */

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 44px 0 54px; margin-top: 34px;
}
.footer-grid {
  display: flex; flex-wrap: wrap; gap: 26px;
  align-items: center; justify-content: space-between;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: var(--ink-soft); font-size: 0.9rem; font-weight: 600; }
.footer-links a:hover { color: var(--ink); text-decoration: none; }
.copyright { color: var(--ink-faint); font-size: 0.85rem; }
.footer-note { color: var(--ink-faint); font-size: 0.8rem; margin-top: 22px; max-width: 62ch; }
