/* Zoria Palette — Bold-Creative color showcase */
@import url("https://fonts.googleapis.com/css2?family=Anybody:ital,wdth,wght@0,75..125,300..900;1,75..125,300..900&family=Public+Sans:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap");

:root {
  --bg: #faf9f7;
  --fg: #1c1917;
  --surface: #ffffff;
  --surface-2: #f4f3f0;
  --border: #e7e5e4;
  --border-2: #d6d3d1;
  --muted: #57534e;
  --muted-2: #a8a29e;
  --c-red: #f43f5e;
  --c-orange: #f97316;
  --c-yellow: #eab308;
  --c-green: #10b981;
  --c-teal: #14b8a6;
  --c-blue: #3b82f6;
  --c-pink: #ec4899;
  --font-display: "Anybody", system-ui, sans-serif;
  --font-body: "Public Sans", system-ui, -apple-system, sans-serif;
  --font-mono: "Fira Code", ui-monospace, monospace;
  --container: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--bg); color: var(--fg); font-family: var(--font-body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
a { color: inherit; text-decoration: none; }

/* HEADER */
.site-header { padding: 22px 0; position: sticky; top: 0; background: var(--bg); z-index: 50; border-bottom: 1px solid var(--border); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.brand__chips { width: 24px; height: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.brand__chips::before, .brand__chips::after { content: ""; background: currentColor; }
.brand__chips { background: linear-gradient(45deg, var(--c-red), var(--c-orange) 25%, var(--c-yellow) 50%, var(--c-green) 75%, var(--c-blue)); border-radius: 4px; }
.nav { display: flex; gap: 30px; align-items: center; font-size: 14px; color: var(--muted); }
.nav a:hover { color: var(--fg); }
.nav__cta { padding: 9px 18px; background: var(--fg); color: var(--bg); border-radius: 6px; font-size: 13px; font-weight: 600; }

/* HERO — asymmetric big display */
.hero { padding: 88px 0 60px; }
.hero__inner { display: grid; grid-template-columns: 1fr; gap: 56px; }
.hero__eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 24px; }
.hero__eyebrow span { display: inline-block; vertical-align: middle; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; }
.hero__title { font-family: var(--font-display); font-weight: 700; font-style: italic; font-size: clamp(56px, 11vw, 152px); line-height: 0.9; letter-spacing: -0.04em; margin: 0 0 24px; color: var(--fg); }
.hero__title em { font-style: italic; background: linear-gradient(90deg, var(--c-red), var(--c-orange), var(--c-yellow), var(--c-green), var(--c-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero__lead { font-size: 19px; line-height: 1.55; color: var(--muted); max-width: 560px; margin: 0 0 36px; }
.hero__cta-group { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; background: var(--fg); color: var(--bg); border-radius: 8px; font-size: 15px; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.25); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; padding: 14px 4px; color: var(--muted); font-size: 15px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.btn-ghost:hover { color: var(--fg); border-color: var(--fg); }

/* HERO SWATCHES — rainbow row */
.swatches { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; max-width: 920px; margin-top: 16px; }
@media (max-width: 720px) { .swatches { grid-template-columns: repeat(7, 1fr); gap: 6px; } }
.swatch { aspect-ratio: 1; border-radius: 10px; position: relative; transition: transform .2s; cursor: default; }
.swatch:hover { transform: scale(1.06) rotate(-2deg); }
.swatch__hex { position: absolute; bottom: 8px; left: 8px; right: 8px; font-family: var(--font-mono); font-size: 10px; font-weight: 500; color: rgba(255, 255, 255, 0.92); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.swatch--1 { background: var(--c-red); } .swatch--2 { background: var(--c-orange); } .swatch--3 { background: var(--c-yellow); } .swatch--3 .swatch__hex { color: rgba(28, 25, 23, 0.85); text-shadow: none; }
.swatch--4 { background: var(--c-green); } .swatch--5 { background: var(--c-teal); } .swatch--6 { background: var(--c-blue); } .swatch--7 { background: var(--c-pink); }

/* SECTION */
.section { padding: 96px 0; border-top: 1px solid var(--border); }
.section__label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.section__label::before { content: "▮ "; color: var(--c-red); }
.section__title { font-family: var(--font-display); font-style: italic; font-size: clamp(40px, 6vw, 80px); font-weight: 600; line-height: 1; letter-spacing: -0.03em; margin: 0 0 56px; max-width: 880px; }
.section__title em { font-style: italic; background: linear-gradient(90deg, var(--c-orange), var(--c-pink)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* CAPS — colored cards */
.caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 880px) { .caps { grid-template-columns: 1fr; } }
.cap { background: var(--surface); border-radius: 18px; padding: 32px 28px; position: relative; overflow: hidden; }
.cap__bar { position: absolute; top: 0; left: 0; right: 0; height: 6px; }
.cap:nth-child(1) .cap__bar { background: var(--c-red); }
.cap:nth-child(2) .cap__bar { background: var(--c-orange); }
.cap:nth-child(3) .cap__bar { background: var(--c-yellow); }
.cap:nth-child(4) .cap__bar { background: var(--c-green); }
.cap:nth-child(5) .cap__bar { background: var(--c-blue); }
.cap:nth-child(6) .cap__bar { background: var(--c-pink); }
.cap__num { font-family: var(--font-mono); font-size: 11px; color: var(--muted-2); letter-spacing: 0.12em; margin: 8px 0 20px; }
.cap__title { font-family: var(--font-display); font-size: 28px; font-weight: 700; margin: 0 0 10px; letter-spacing: -0.02em; line-height: 1.05; }
.cap__body { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

/* FLOW */
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 880px) { .flow { grid-template-columns: 1fr; } }
.flow__step { padding: 32px 28px; border-radius: 18px; background: var(--surface-2); }
.flow__num { font-family: var(--font-display); font-style: italic; font-size: 44px; font-weight: 700; line-height: 1; letter-spacing: -0.03em; margin-bottom: 16px; }
.flow__step:nth-child(1) .flow__num { color: var(--c-red); }
.flow__step:nth-child(2) .flow__num { color: var(--c-orange); }
.flow__step:nth-child(3) .flow__num { color: var(--c-green); }
.flow__heading { font-family: var(--font-display); font-style: italic; font-size: 24px; font-weight: 600; margin: 0 0 8px; letter-spacing: -0.01em; }
.flow__body { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

/* PRICING */
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; }
@media (max-width: 720px) { .pricing { grid-template-columns: 1fr; } }
.plan { background: var(--surface); border-radius: 18px; padding: 36px 32px; border: 1px solid var(--border); }
.plan--pro { background: linear-gradient(135deg, var(--c-red), var(--c-orange) 30%, var(--c-pink) 100%); color: white; border-color: transparent; }
.plan__name { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.plan--pro .plan__name { color: rgba(255, 255, 255, 0.8); }
.plan__price { font-family: var(--font-display); font-style: italic; font-size: 56px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin: 0 0 24px; }
.plan__price small { font-family: var(--font-mono); font-style: normal; font-size: 13px; font-weight: 500; color: var(--muted); margin-left: 6px; }
.plan--pro .plan__price small { color: rgba(255, 255, 255, 0.7); }
.plan__list { list-style: none; padding: 0; margin: 0; font-size: 14px; line-height: 1.7; }
.plan__list li { padding: 6px 0; color: var(--muted); display: flex; align-items: flex-start; gap: 10px; }
.plan__list li::before { content: "+"; font-family: var(--font-mono); font-weight: 700; padding-top: 1px; color: var(--c-orange); }
.plan--pro .plan__list li { color: rgba(255, 255, 255, 0.9); }
.plan--pro .plan__list li::before { color: rgba(255, 255, 255, 0.6); }

/* CTA */
.cta { padding: 96px 0; text-align: center; background: var(--surface-2); }
.cta__title { font-family: var(--font-display); font-style: italic; font-size: clamp(44px, 7vw, 88px); font-weight: 700; letter-spacing: -0.03em; max-width: 800px; margin: 0 auto 32px; line-height: 1; }
.cta__title em { background: linear-gradient(90deg, var(--c-red), var(--c-yellow), var(--c-green), var(--c-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cta__sub { font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 24px; }

/* FOOTER */
.site-footer { padding: 56px 0 36px; border-top: 1px solid var(--border); font-size: 13px; color: var(--muted); }
.site-footer__inner { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 28px; }
.site-footer__links { display: flex; gap: 22px; }
.site-footer__links a:hover { color: var(--fg); }
.site-footer__meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted-2); letter-spacing: 0.1em; text-transform: uppercase; }
.site-footer .brand { font-size: 14px; }

/* LEGAL */
.legal { padding: 72px 0 96px; max-width: 720px; }
.legal h1 { font-family: var(--font-display); font-style: italic; font-size: clamp(40px, 6vw, 64px); font-weight: 700; letter-spacing: -0.03em; margin: 0 0 8px; line-height: 1; }
.legal__meta { font-family: var(--font-mono); font-size: 11px; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 48px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.legal h2 { font-family: var(--font-display); font-style: italic; font-size: 28px; font-weight: 600; margin: 48px 0 14px; letter-spacing: -0.015em; color: var(--fg); }
.legal p, .legal ul { color: var(--muted); margin: 0 0 16px; font-size: 16px; line-height: 1.7; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--c-blue); text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: var(--fg); font-weight: 600; }
.legal code { font-family: var(--font-mono); font-size: 14px; background: var(--surface); padding: 2px 6px; border: 1px solid var(--border); border-radius: 4px; color: var(--c-pink); }

/* Reveal */
@keyframes reveal-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) both; }
}
