:root {
  --pm-midnight: #0A1F2D;
  --pm-white: #F7FBFD;
  --pm-cobalt: #003E7E;
  --pm-turquoise: #00A7C4;
  --pm-azure: #4EB7D8;
  --pm-cyan: #65D7E9;
  --pm-cloud: #9CAEC0;
  --pm-coral: #FF4D4D;
  --pm-gold: #FFB800;
  --ink: #102B3A;
  --muted: #617487;
  --surface: #FFFFFF;
  --surface-soft: #ECF6FA;
  --line: rgba(10, 31, 45, 0.12);
  --shadow: 0 28px 90px rgba(10, 31, 45, 0.16);
  --shadow-soft: 0 14px 44px rgba(10, 31, 45, 0.10);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--pm-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position:absolute; left:-999px; top:12px; background:var(--pm-midnight); color:white; padding:8px 12px; border-radius:12px; z-index:100; }
.skip-link:focus { left:12px; }

.site-header { position:sticky; top:0; z-index:50; border-bottom:1px solid rgba(255,255,255,0.10); background:rgba(10,31,45,0.86); backdrop-filter: blur(18px); }
.header-inner { height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:inline-flex; align-items:center; gap:12px; font-weight:850; letter-spacing:-0.03em; color:white; font-size:22px; }
.brand-mark { width:42px; height:42px; border-radius:14px; background:rgba(247,251,253,0.08); display:grid; place-items:center; overflow:hidden; }
.brand-mark img { width:38px; height:38px; object-fit:contain; }
.nav { display:flex; align-items:center; gap:22px; color:rgba(247,251,253,0.82); font-size:14px; font-weight:650; }
.nav a:hover { color:white; }
.header-cta { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 16px; border-radius:999px; background:var(--pm-turquoise); color:var(--pm-midnight); font-weight:850; box-shadow:0 12px 28px rgba(0,167,196,0.32); }
.mobile-menu-button { display:none; }

.hero { position:relative; overflow:hidden; color:white; background: radial-gradient(circle at 14% 16%, rgba(0,167,196,0.36), transparent 28%), radial-gradient(circle at 78% 22%, rgba(101,215,233,0.20), transparent 30%), linear-gradient(140deg, #071722 0%, #0A1F2D 50%, #003E7E 124%); }
.hero::before { content:""; position:absolute; inset:0; opacity:0.22; background-image:linear-gradient(rgba(247,251,253,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(247,251,253,0.08) 1px, transparent 1px); background-size:44px 44px; mask-image:linear-gradient(180deg, black, transparent 86%); }
.hero::after { content:""; position:absolute; width:220px; height:220px; right:10%; bottom:-90px; border-radius:56px; background:rgba(255,77,77,0.12); transform:rotate(18deg); }
.hero-inner { position:relative; display:grid; grid-template-columns:1.02fr .98fr; gap:58px; align-items:center; min-height:760px; padding:72px 0 86px; z-index:1; }
.eyebrow { display:inline-flex; align-items:center; gap:10px; color:#C8F8FF; background:rgba(101,215,233,0.12); border:1px solid rgba(101,215,233,0.24); padding:8px 12px; border-radius:999px; font-size:13px; font-weight:850; letter-spacing:.01em; }
.eyebrow::before { content:""; width:8px; height:8px; border-radius:999px; background:var(--pm-coral); box-shadow:0 0 0 6px rgba(255,77,77,0.12); }
h1 { margin:22px 0 18px; font-size:clamp(44px, 6.2vw, 78px); line-height:.96; letter-spacing:-.07em; max-width:820px; }
.hero-lead { margin:0; max-width:670px; font-size:clamp(18px, 2.2vw, 22px); line-height:1.55; color:rgba(247,251,253,.84); }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:14px; margin:34px 0 16px; }
.store-badge { display:inline-flex; align-items:center; justify-content:center; width:180px; height:53px; border-radius:8px; overflow:hidden; box-shadow:0 18px 42px rgba(0,0,0,.24); transition:transform 180ms ease, box-shadow 180ms ease, filter 180ms ease; }
.store-badge:hover { transform:translateY(-2px); box-shadow:0 24px 60px rgba(0,0,0,.28); filter:brightness(1.04); }
.store-badge:focus-visible { outline:3px solid var(--pm-cyan); outline-offset:4px; }
.store-badge img { display:block; width:180px; height:53px; object-fit:contain; }
.hero-note { margin:0; color:rgba(247,251,253,.72); font-size:14px; }
.hero-proof { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:42px; max-width:680px; }
.proof-item { border:1px solid rgba(247,251,253,.12); background:rgba(247,251,253,.07); border-radius:20px; padding:18px; }
.proof-item strong { display:block; font-size:20px; letter-spacing:-.03em; }
.proof-item span { color:rgba(247,251,253,.66); font-size:13px; }

.hero-visual { position:relative; min-height:620px; }
.floating-brand-card { position:absolute; right:4%; top:2%; display:inline-flex; align-items:center; gap:12px; padding:13px 16px; border-radius:999px; background:rgba(247,251,253,.10); border:1px solid rgba(247,251,253,.14); color:rgba(247,251,253,.88); box-shadow:0 16px 50px rgba(0,0,0,.2); z-index:4; }
.floating-brand-card img { width:38px; height:38px; }
.mockup-stack { position:absolute; inset:55px 0 0; }
.phone { position:absolute; width:246px; border:8px solid #071722; border-radius:38px; background:#F7FBFD; box-shadow:0 28px 82px rgba(0,0,0,.40); overflow:hidden; }
.phone-main { right:8%; top:34px; width:276px; z-index:3; }
.phone-a { left:0; top:124px; transform:rotate(-8deg); opacity:.93; z-index:2; }
.phone-c { right:0; bottom:20px; transform:rotate(8deg); opacity:.92; z-index:1; }
.phone-screen { min-height:510px; background:var(--pm-white); color:var(--ink); }
.phone-top { height:44px; display:flex; justify-content:space-between; align-items:center; padding:0 18px; font-size:12px; font-weight:850; color:var(--pm-midnight); }
.phone-pill { width:58px; height:6px; background:rgba(10,31,45,.18); border-radius:999px; }
.phone-content { padding:16px; }
.mobile-header { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px; font-weight:900; font-size:20px; letter-spacing:-.04em; }
.credit-pill { font-size:11px; letter-spacing:0; padding:6px 8px; border-radius:999px; background:rgba(0,167,196,.12); color:var(--pm-cobalt); }
.credit-pill.active { background:rgba(101,215,233,.24); }
.input-card, .result-card, .brand-mini-card, .mini-card { border-radius:20px; background:white; border:1px solid rgba(10,31,45,.10); box-shadow:0 12px 30px rgba(10,31,45,.08); }
.input-card { padding:14px; }
.input-label { color:var(--muted); font-size:12px; font-weight:850; margin-bottom:8px; }
.prompt-box { min-height:112px; padding:12px; border-radius:16px; background:#EFF8FB; color:var(--ink); font-size:14px; }
.chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
.chip { border-radius:999px; padding:7px 10px; font-size:12px; font-weight:850; color:var(--pm-cobalt); background:rgba(0,167,196,.12); }
.generate-button { margin-top:14px; width:100%; height:46px; border:0; border-radius:16px; color:var(--pm-midnight); font-weight:900; background:linear-gradient(135deg,var(--pm-cyan),var(--pm-turquoise)); }
.platform-tabs { display:flex; gap:8px; margin:12px 0; }
.platform-tab { flex:1; border-radius:12px; padding:8px 6px; background:rgba(0,167,196,.10); color:var(--pm-cobalt); font-size:12px; font-weight:900; text-align:center; }
.platform-tab.active { background:var(--pm-midnight); color:white; }
.result-card { padding:12px; overflow:hidden; }
.result-image { height:200px; border-radius:18px; background:linear-gradient(135deg, rgba(0,62,126,.90), rgba(0,167,196,.72)), radial-gradient(circle at 20% 18%, rgba(255,77,77,.8), transparent 18%); position:relative; overflow:hidden; color:white; padding:18px; display:flex; flex-direction:column; justify-content:flex-end; }
.result-image::before, .result-image::after { content:""; position:absolute; border-radius:999px; background:rgba(255,255,255,.18); }
.result-image::before { width:120px; height:120px; right:-28px; top:-18px; }
.result-image::after { width:80px; height:80px; left:-20px; bottom:28px; }
.result-badge { position:absolute; top:14px; left:14px; padding:6px 9px; border-radius:999px; font-size:10px; font-weight:900; background:rgba(247,251,253,.86); color:var(--pm-midnight); }
.result-headline { position:relative; z-index:1; font-weight:900; font-size:24px; letter-spacing:-.04em; line-height:1.04; }
.result-footer { position:absolute; right:14px; bottom:14px; font-size:10px; font-weight:850; opacity:.82; }
.caption-lines { display:grid; gap:8px; margin:14px 0 0; }
.line, .kit-lines span { height:8px; border-radius:999px; background:rgba(10,31,45,.10); }
.line.short, .kit-lines .short { width:68%; }
.action-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:14px; }
.action-row span { text-align:center; border-radius:14px; padding:9px 6px; font-size:12px; font-weight:900; background:rgba(0,167,196,.10); color:var(--pm-cobalt); }
.brand-mini-card { padding:18px; display:grid; gap:20px; }
.brand-mini-logo { width:58px; height:58px; border-radius:18px; display:grid; place-items:center; background:#EEF8FB; }
.brand-mini-logo img { width:52px; height:52px; }
.swatches { display:flex; gap:10px; }
.swatch { width:34px; height:34px; border-radius:13px; border:2px solid rgba(10,31,45,.08); }
.swatch.cobalt { background:var(--pm-cobalt); }
.swatch.turquoise { background:var(--pm-turquoise); }
.swatch.cyan { background:var(--pm-cyan); }
.swatch.coral { background:var(--pm-coral); }
.kit-lines { display:grid; gap:10px; }
.mini-card { padding:14px; margin-top:12px; display:grid; gap:6px; }
.mini-card strong { font-size:14px; }
.mini-card span { color:var(--muted); font-size:12px; }

section { padding:96px 0; }
.section-kicker { color:var(--pm-turquoise); font-size:13px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; margin-bottom:12px; }
.section-title { margin:0; color:var(--pm-midnight); font-size:clamp(34px,4.5vw,56px); line-height:1.04; letter-spacing:-.06em; }
.section-copy { margin:18px 0 0; max-width:700px; color:var(--muted); font-size:18px; }
.center { text-align:center; }
.center .section-copy { margin-left:auto; margin-right:auto; }
.split-heading { display:grid; grid-template-columns:1fr .86fr; gap:40px; align-items:end; }
.split-heading .section-copy { margin:0; }

.problem-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:50px; align-items:center; }
.problem-list { display:grid; gap:16px; }
.problem-item { display:flex; gap:16px; align-items:flex-start; background:white; border:1px solid var(--line); border-radius:22px; padding:20px; box-shadow:var(--shadow-soft); }
.problem-icon { width:42px; height:42px; flex:0 0 42px; border-radius:14px; display:grid; place-items:center; background:rgba(0,167,196,.12); color:var(--pm-cobalt); font-weight:900; }
.problem-item h3 { margin:0 0 4px; font-size:18px; letter-spacing:-.02em; }
.problem-item p { margin:0; color:var(--muted); }

.dark-band { background:var(--pm-midnight); color:white; position:relative; overflow:hidden; }
.dark-band .section-title, .dark-band .feature-card h3 { color:white; }
.dark-band .section-copy, .dark-band .feature-card p { color:rgba(247,251,253,.72); }
.dark-band::before { content:""; position:absolute; inset:-20% auto auto 50%; width:760px; height:760px; border-radius:999px; background:radial-gradient(circle, rgba(0,167,196,.28), transparent 66%); }
.steps { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:46px; }
.step-card { min-height:260px; border:1px solid rgba(247,251,253,.12); border-radius:28px; padding:24px; background:rgba(247,251,253,.06); }
.step-number { width:42px; height:42px; display:grid; place-items:center; border-radius:14px; background:var(--pm-turquoise); color:var(--pm-midnight); font-weight:950; margin-bottom:36px; }
.step-card h3 { margin:0 0 10px; font-size:22px; line-height:1.15; letter-spacing:-.04em; }
.step-card p { margin:0; color:rgba(247,251,253,.70); }

.mode-grid, .feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:46px; }
.mode-card, .feature-card { background:white; border:1px solid var(--line); border-radius:30px; padding:26px; box-shadow:var(--shadow-soft); }
.feature-band .feature-card { background:rgba(247,251,253,.07); border-color:rgba(247,251,253,.12); box-shadow:none; }
.card-icon { width:54px; height:54px; border-radius:18px; display:grid; place-items:center; background:linear-gradient(135deg,rgba(0,167,196,.16),rgba(78,183,216,.16)); color:var(--pm-cobalt); font-weight:950; margin-bottom:34px; }
.feature-band .card-icon { background:rgba(101,215,233,.16); color:var(--pm-cyan); }
.mode-card h3, .feature-card h3 { margin:0 0 10px; font-size:23px; line-height:1.15; letter-spacing:-.04em; }
.mode-card p, .feature-card p { margin:0; color:var(--muted); }

.pack-section { background:#EAF6FA; }
.pack-wrap { display:grid; grid-template-columns:.86fr 1.14fr; gap:48px; align-items:start; }
.pack-card { position:sticky; top:104px; border-radius:32px; background:linear-gradient(135deg,var(--pm-cobalt),var(--pm-midnight)); color:white; padding:30px; box-shadow:var(--shadow); }
.pack-card img { width:82px; height:82px; margin-bottom:24px; }
.pack-card h2 { margin:0 0 10px; font-size:32px; line-height:1.05; letter-spacing:-.05em; }
.pack-card p { margin:0; color:rgba(247,251,253,.76); }
.pack-list { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.pack-item { background:white; border:1px solid var(--line); border-radius:22px; padding:20px; display:flex; gap:14px; align-items:flex-start; }
.check { width:26px; height:26px; border-radius:999px; background:rgba(0,167,196,.14); color:var(--pm-cobalt); display:grid; place-items:center; font-weight:950; flex:0 0 26px; }
.pack-item strong { display:block; margin-bottom:3px; }
.pack-item span { color:var(--muted); font-size:14px; }

.brand-kit { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.kit-visual { background:white; border:1px solid var(--line); border-radius:34px; padding:26px; box-shadow:var(--shadow); }
.kit-card { border-radius:26px; background:var(--pm-midnight); color:white; padding:28px; overflow:hidden; position:relative; }
.kit-card::after { content:""; position:absolute; width:180px; height:180px; border-radius:999px; right:-60px; top:-70px; background:rgba(0,167,196,.32); }
.kit-logo-row { display:flex; align-items:center; gap:14px; position:relative; z-index:1; }
.kit-logo { width:56px; height:56px; border-radius:18px; background:white; display:grid; place-items:center; overflow:hidden; }
.kit-logo img { width:48px; height:48px; }
.kit-logo-row h3 { margin:0; font-size:26px; letter-spacing:-.04em; }
.kit-logo-row span { color:rgba(247,251,253,.70); }
.kit-card .swatches { margin:36px 0; position:relative; z-index:1; }
.kit-card .swatch { width:46px; height:46px; border-radius:16px; border:2px solid rgba(255,255,255,.22); }
.kit-card .kit-lines { position:relative; z-index:1; }
.kit-card .kit-lines span { height:10px; background:rgba(247,251,253,.18); }
.usecase-list { display:grid; gap:12px; margin-top:26px; }
.usecase-pill { display:flex; justify-content:space-between; align-items:center; gap:14px; border:1px solid var(--line); border-radius:18px; padding:14px 16px; background:white; font-weight:800; }
.usecase-pill span { color:var(--pm-turquoise); }

.faq-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:46px; }
.faq-list { display:grid; gap:14px; }
details { background:white; border:1px solid var(--line); border-radius:20px; padding:18px 20px; box-shadow:0 10px 32px rgba(10,31,45,.06); }
summary { cursor:pointer; font-weight:900; letter-spacing:-.02em; }
details p { margin:12px 0 0; color:var(--muted); }

.cta-section { padding:112px 0; background:radial-gradient(circle at 18% 20%, rgba(0,167,196,.22), transparent 30%), radial-gradient(circle at 82% 82%, rgba(255,77,77,.12), transparent 24%), var(--pm-midnight); color:white; }
.cta-box { display:grid; grid-template-columns:1fr auto; gap:34px; align-items:center; border:1px solid rgba(247,251,253,.12); border-radius:36px; padding:42px; background:rgba(247,251,253,.07); box-shadow:0 24px 90px rgba(0,0,0,.26); }
.cta-box h2 { margin:0 0 12px; font-size:clamp(34px,4.5vw,58px); line-height:1.02; letter-spacing:-.06em; color:white; }
.cta-box p { margin:0; color:rgba(247,251,253,.76); font-size:18px; max-width:700px; }
.cta-actions { display:flex; flex-direction:column; align-items:flex-start; gap:12px; }

.site-footer { background:#071722; color:rgba(247,251,253,.72); padding:54px 0 34px; }
.footer-grid { display:grid; grid-template-columns:1.2fr repeat(3,.7fr); gap:30px; }
.footer-brand .brand { margin-bottom:14px; }
.footer-brand p { max-width:420px; margin:0; }
.footer-col h4 { color:white; margin:0 0 14px; }
.footer-col a { display:block; margin:10px 0; color:rgba(247,251,253,.66); }
.footer-col a:hover { color:white; }
.footer-bottom { display:flex; justify-content:space-between; gap:24px; border-top:1px solid rgba(247,251,253,.10); margin-top:42px; padding-top:24px; font-size:13px; }

.legal-page { background:var(--pm-white); }
.legal-hero { padding:80px 0 54px; color:white; background:linear-gradient(135deg,var(--pm-midnight),var(--pm-cobalt)); }
.legal-hero h1 { font-size:clamp(36px,5vw,58px); margin:18px 0 0; }
.legal-content { max-width:860px; padding:70px 0; }
.legal-content h2 { margin-top:36px; color:var(--pm-midnight); letter-spacing:-.03em; }
.legal-content p, .legal-content li { color:var(--muted); }
.notice { border-left:4px solid var(--pm-coral); background:white; border-radius:18px; padding:18px 20px; box-shadow:var(--shadow-soft); }

@media (max-width:1060px) {
  .hero-inner, .problem-grid, .pack-wrap, .brand-kit, .faq-grid, .cta-box, .split-heading { grid-template-columns:1fr; }
  .hero-inner { gap:28px; padding-top:50px; }
  .split-heading .section-copy { margin-top:16px; }
  .hero-visual { min-height:620px; }
  .mockup-stack { inset:20px 0 0; }
  .steps { grid-template-columns:repeat(2,1fr); }
  .pack-card { position:static; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:780px) {
  .container { width:min(100% - 28px, var(--container)); }
  .header-inner { height:66px; }
  .nav { display:none; }
  .mobile-menu-button { display:inline-flex; border:1px solid rgba(247,251,253,.16); color:white; background:rgba(247,251,253,.08); border-radius:12px; padding:9px 11px; font-weight:900; }
  .nav.is-open { position:absolute; left:14px; right:14px; top:72px; display:grid; gap:14px; padding:18px; border-radius:22px; background:rgba(10,31,45,.98); box-shadow:0 28px 80px rgba(0,0,0,.30); }
  .header-cta { display:none; }
  .hero-inner { min-height:auto; padding-bottom:54px; }
  .hero-proof { grid-template-columns:1fr; margin-top:28px; }
  .hero-visual { min-height:560px; }
  .phone-main { right:2%; width:244px; }
  .phone-a { left:-12px; width:206px; }
  .phone-c { right:-12px; width:206px; }
  section { padding:70px 0; }
  .mode-grid, .feature-grid, .steps, .pack-list { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .cta-actions { width:100%; align-items:flex-start; }
  .store-badge { width:180px; height:53px; }
}
@media (max-width:520px) {
  h1 { font-size:44px; }
  .hero-visual { min-height:500px; }
  .floating-brand-card { display:none; }
  .phone-main { width:230px; right:0; }
  .phone-a, .phone-c { width:188px; }
  .phone-a { top:138px; }
  .phone-c { bottom:36px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior:auto !important; transition:none !important; animation:none !important; } }


/* v0.0.5 hero / app mockup polish */
.hero-art {
  min-height: 610px;
  display: grid;
  align-items: center;
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: 2% -8% 2% -3%;
  border-radius: 44px;
  background:
    radial-gradient(circle at 56% 44%, rgba(101,215,233,.24), transparent 34%),
    radial-gradient(circle at 80% 76%, rgba(0,167,196,.20), transparent 32%);
  filter: blur(8px);
}
.hero-art-frame {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(247,251,253,.14);
  border-radius: 34px;
  overflow: hidden;
  background: rgba(247,251,253,.06);
  box-shadow: 0 34px 100px rgba(0,0,0,.40);
  transform: translateX(4%);
}
.hero-art-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-art .floating-brand-card {
  right: 4%;
  top: 6%;
}
.hero-art-chip {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(101,215,233,.24);
  background: rgba(7,23,34,.72);
  color: #C8F8FF;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}
.chip-ai { left: 4%; bottom: 15%; }
.chip-brand { right: 0; bottom: 8%; }

.product-showcase {
  padding: 100px 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(0,167,196,.12), transparent 28%),
    linear-gradient(180deg, #F7FBFD 0%, #EAF6FA 100%);
}
.showcase-wrap {
  display: grid;
  gap: 34px;
}
.showcase-copy {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 36px;
  align-items: end;
}
.showcase-copy .section-copy {
  margin: 0;
}
.showcase-image-card {
  border-radius: 34px;
  overflow: hidden;
  background: var(--pm-midnight);
  border: 1px solid rgba(10,31,45,.12);
  box-shadow: var(--shadow);
}
.showcase-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width:1060px) {
  .hero-art {
    min-height: auto;
  }
  .hero-art-frame {
    transform: none;
  }
  .showcase-copy {
    grid-template-columns: 1fr;
  }
  .showcase-copy .section-copy {
    margin-top: 16px;
  }
}
@media (max-width:780px) {
  .hero-art {
    margin-top: 8px;
  }
  .hero-art-frame {
    border-radius: 24px;
  }
  .hero-art-chip {
    display: none;
  }
  .product-showcase {
    padding: 70px 0;
  }
  .showcase-image-card {
    border-radius: 24px;
  }
}


/* v0.0.7 hero phones-only refresh */
.eyebrow-brand {
  gap: 10px;
  padding: 9px 14px;
}
.eyebrow-brand::before {
  display: none;
}
.eyebrow-brand img {
  width: 22px;
  height: 22px;
  display: block;
}
.hero-phones-only {
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-phones-only img {
  display: block;
  width: min(100%, 760px);
  height: auto;
  filter: drop-shadow(0 26px 70px rgba(0,0,0,.36));
  transform: translateX(3%);
}
@media (max-width: 1060px) {
  .hero-phones-only {
    min-height: auto;
    margin-top: 10px;
  }
  .hero-phones-only img {
    width: min(100%, 700px);
    transform: none;
  }
}
@media (max-width: 780px) {
  .eyebrow-brand img {
    width: 20px;
    height: 20px;
  }
  .hero-phones-only img {
    width: 100%;
  }
}


/* v0.0.12 production placeholder cleanup */
.store-badge-pending {
  cursor: default;
}
.store-badge-pending:hover {
  transform: none;
  filter: none;
}


/* v0.0.16 hero height / CTA / footer store revision */
.hero-inner {
  min-height: 650px;
  padding: 54px 0 64px;
  gap: 44px;
}

.hero-copy {
  align-self: center;
}

.hero .eyebrow-brand {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.35;
  padding: 10px 16px;
}

.hero .eyebrow-brand img {
  width: 28px;
  height: 28px;
}

.hero h1 {
  margin-top: 18px;
}

.hero-lead {
  max-width: 650px;
}

.hero-note {
  margin-top: 4px;
}

.hero-phones-only {
  min-height: 500px;
}

.hero-phones-only img {
  width: min(100%, 700px);
  transform: translateX(1%);
}

.cta-section {
  padding: 96px 0;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.footer-store-actions .store-badge {
  width: 154px;
  height: 45px;
  box-shadow: 0 14px 36px rgba(0,0,0,.22);
}

.footer-store-actions .store-badge img {
  width: 154px;
  height: 45px;
}

@media (max-width:1060px) {
  .hero-inner {
    min-height: auto;
    padding: 46px 0 56px;
    gap: 18px;
  }

  .hero-phones-only {
    min-height: auto;
  }

  .hero-phones-only img {
    width: min(100%, 640px);
  }
}

@media (max-width:780px) {
  .hero-inner {
    padding: 36px 0 46px;
  }

  .hero .eyebrow-brand {
    font-size: 18px;
  }

  .hero .eyebrow-brand img {
    width: 24px;
    height: 24px;
  }

  .hero-phones-only {
    margin-top: 0;
  }

  .cta-section {
    padding: 72px 0;
  }

  .footer-store-actions .store-badge {
    width: 150px;
    height: 44px;
  }

  .footer-store-actions .store-badge img {
    width: 150px;
    height: 44px;
  }
}

@media (max-width:520px) {
  .hero-inner {
    padding: 30px 0 40px;
  }

  .hero .eyebrow-brand {
    font-size: 17px;
    padding: 9px 13px;
  }

  .hero-phones-only img {
    width: 112%;
    max-width: none;
    margin-left: -6%;
  }

  .footer-store-actions {
    flex-direction: column;
  }
}


/* v0.0.18 brand lockup integration + lowercase zotee wordmark */
.brand-lockup-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand-lockup {
  display: block;
  height: auto;
  object-fit: contain;
}

.brand-lockup-header {
  width: 176px;
  max-width: 40vw;
}

.brand-lockup-footer {
  width: 170px;
}

.footer-brand .brand-lockup-link {
  margin-bottom: 14px;
}

.hero .eyebrow-brand {
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.3;
  gap: 12px;
  padding: 10px 15px;
}

.hero .eyebrow-brand img {
  width: 36px;
  height: 36px;
}

@media (max-width: 900px) {
  .brand-lockup-header {
    width: 160px;
  }
}

@media (max-width:780px) {
  .hero .eyebrow-brand {
    font-size: 16px;
    gap: 10px;
  }

  .hero .eyebrow-brand img {
    width: 32px;
    height: 32px;
  }

  .brand-lockup-header {
    width: 150px;
    max-width: 46vw;
  }

  .brand-lockup-footer {
    width: 158px;
  }
}

@media (max-width:520px) {
  .hero .eyebrow-brand {
    font-size: 15px;
    padding: 9px 12px;
  }

  .hero .eyebrow-brand img {
    width: 30px;
    height: 30px;
  }

  .brand-lockup-header {
    width: 142px;
    max-width: 50vw;
  }

  .brand-lockup-footer {
    width: 150px;
  }
}


/* v0.0.19 pre-launch visual polish */
:root {
  --zotee-logo-header-width: 176px;
  --zotee-logo-footer-width: 172px;
  --zotee-logo-clearspace: 14px;
}

/* Explicit wordmark/font baseline. Brand image is the visual source of truth;
   text fallbacks and UI copy use Inter/system consistently. */
.brand,
.brand span,
.brand-lockup-link,
h1,
h2,
h3,
.eyebrow,
.header-cta,
.nav,
.store-pending-note,
.footer-store-note {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.brand-lockup-link {
  line-height: 0;
  min-height: 44px;
}

.brand-lockup-header {
  width: var(--zotee-logo-header-width);
  max-width: 40vw;
}

.brand-lockup-footer {
  width: var(--zotee-logo-footer-width);
  max-width: 100%;
}

.header-inner {
  gap: 28px;
}

h1 {
  letter-spacing: -0.05em;
}

.hero-inner {
  min-height: 620px;
  padding: 48px 0 58px;
  gap: 42px;
}

.hero-copy {
  align-self: center;
}

.hero .eyebrow-brand {
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.3;
  gap: 12px;
  padding: 10px 15px;
}

.hero .eyebrow-brand img {
  width: 36px;
  height: 36px;
}

.hero h1 {
  margin-top: 18px;
}

.hero-lead {
  max-width: 650px;
}

.hero-note {
  margin-top: 6px;
}

.hero-phones-only {
  min-height: 488px;
}

.hero-phones-only img {
  width: min(100%, 680px);
  transform: translateX(1%);
}

.store-pending-note {
  margin: 0 0 8px;
  color: rgba(247,251,253,.72);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .01em;
}

.cta-store-note {
  display: block;
  width: 100%;
  color: rgba(247,251,253,.70);
  margin-top: 2px;
}

.footer-store-note {
  margin: 10px 0 0;
  color: rgba(247,251,253,.58);
  font-size: 13px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand .brand-lockup-link {
  margin-bottom: var(--zotee-logo-clearspace);
}

.footer-store-actions {
  margin-top: 20px;
}

.footer-grid {
  align-items: start;
}

@media (max-width: 1100px) {
  .nav {
    gap: 16px;
  }

  .brand-lockup-header {
    width: 158px;
    max-width: 36vw;
  }

  .header-inner {
    gap: 18px;
  }
}

@media (max-width:1060px) {
  h1 {
    letter-spacing: -0.045em;
  }

  .hero-inner {
    min-height: auto;
    padding: 44px 0 54px;
    gap: 18px;
  }

  .hero-phones-only {
    min-height: auto;
  }

  .hero-phones-only img {
    width: min(100%, 640px);
    transform: none;
  }
}

@media (max-width:780px) {
  .brand-lockup-header {
    width: 148px;
    max-width: 46vw;
  }

  .brand-lockup-footer {
    width: 156px;
  }

  .hero-inner {
    padding: 34px 0 44px;
  }

  .hero .eyebrow-brand {
    font-size: 16px;
    gap: 10px;
  }

  .hero .eyebrow-brand img {
    width: 32px;
    height: 32px;
  }

  .hero-phones-only {
    margin-top: -4px;
  }

  .hero-phones-only img {
    width: min(100%, 580px);
  }

  .store-pending-note {
    font-size: 12px;
  }

  .footer-store-actions .store-badge {
    width: 150px;
    height: 44px;
  }

  .footer-store-actions .store-badge img {
    width: 150px;
    height: 44px;
  }
}

@media (max-width:520px) {
  .brand-lockup-header {
    width: 136px;
    max-width: 52vw;
  }

  h1 {
    letter-spacing: -0.035em;
  }

  .hero-inner {
    padding: 30px 0 38px;
  }

  .hero .eyebrow-brand {
    font-size: 15px;
    padding: 9px 12px;
  }

  .hero .eyebrow-brand img {
    width: 30px;
    height: 30px;
  }

  .hero-phones-only img {
    width: 106%;
    max-width: none;
    margin-left: -3%;
  }

  .footer-store-actions {
    flex-direction: column;
  }
}


/* v0.0.20 header logo uses rabbit + Post Smarter lockup */
.brand-lockup-header {
  width: 236px;
  max-width: 52vw;
}

@media (max-width: 1100px) {
  .brand-lockup-header {
    width: 214px;
    max-width: 46vw;
  }
}

@media (max-width: 780px) {
  .brand-lockup-header {
    width: 196px;
    max-width: 58vw;
  }
}

@media (max-width: 520px) {
  .brand-lockup-header {
    width: 178px;
    max-width: 62vw;
  }
}


/* v0.0.21 header logo size and vertical placement */
.header-inner {
  height: 86px;
}

.brand-lockup-link {
  min-height: 0;
  display: inline-flex;
  align-items: center;
}

.brand-lockup-header {
  width: 189px;
  max-width: 44vw;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .brand-lockup-header {
    width: 171px;
    max-width: 40vw;
  }
}

@media (max-width: 780px) {
  .header-inner {
    height: 78px;
  }

  .brand-lockup-header {
    width: 157px;
    max-width: 54vw;
  }
}

@media (max-width: 520px) {
  .header-inner {
    height: 74px;
  }

  .brand-lockup-header {
    width: 142px;
    max-width: 58vw;
  }
}


/* v0.0.22 hero badge removed / proportion polish */
.hero-inner {
  min-height: 560px;
  padding: 40px 0 52px;
  gap: 44px;
  align-items: center;
}

.hero-copy {
  padding-top: 0;
}

.hero h1 {
  margin-top: 0;
  max-width: 760px;
}

.hero-lead {
  margin-top: 22px;
  max-width: 660px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-note {
  margin-top: 8px;
}

.hero-phones-only {
  min-height: 430px;
  align-items: center;
}

.hero-phones-only img {
  width: min(100%, 660px);
  transform: translateX(1%);
}

@media (max-width: 1060px) {
  .hero-inner {
    min-height: auto;
    padding: 38px 0 48px;
    gap: 20px;
  }

  .hero-phones-only {
    min-height: auto;
  }

  .hero-phones-only img {
    width: min(100%, 620px);
    transform: none;
  }
}

@media (max-width: 780px) {
  .hero-inner {
    padding: 32px 0 42px;
    gap: 14px;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-lead {
    margin-top: 18px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-phones-only {
    margin-top: 2px;
  }

  .hero-phones-only img {
    width: min(100%, 560px);
  }
}

@media (max-width: 520px) {
  .hero-inner {
    padding: 28px 0 36px;
    gap: 10px;
  }

  .hero-lead {
    margin-top: 16px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-phones-only img {
    width: 104%;
    max-width: none;
    margin-left: -2%;
  }
}


/* v0.0.23 hero updated with new mockup image */
.hero-inner {
  min-height: 570px;
  gap: 40px;
}

.hero-phones-only {
  min-height: 440px;
  align-items: center;
  justify-content: center;
}

.hero-phones-only img {
  width: min(100%, 720px);
  transform: translateX(0);
  filter: drop-shadow(0 26px 50px rgba(0,0,0,.28));
}

@media (max-width: 1060px) {
  .hero-phones-only img {
    width: min(100%, 660px);
  }
}

@media (max-width: 780px) {
  .hero-phones-only img {
    width: min(100%, 580px);
  }
}

@media (max-width: 520px) {
  .hero-phones-only img {
    width: 108%;
    max-width: none;
    margin-left: -4%;
  }
}


/* v0.0.24 hero right-side image updated to single transparent phone mockup */
.hero-inner {
  min-height: 550px;
  gap: 44px;
  align-items: center;
}

.hero-copy {
  align-self: center;
}

.hero-phones-only {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-phones-only img {
  width: min(100%, 430px);
  max-height: 700px;
  height: auto;
  transform: translateX(0);
  filter: drop-shadow(0 28px 52px rgba(0,0,0,.34));
}

@media (max-width: 1060px) {
  .hero-inner {
    min-height: auto;
    gap: 24px;
  }

  .hero-phones-only img {
    width: min(100%, 400px);
  }
}

@media (max-width: 780px) {
  .hero-inner {
    gap: 12px;
  }

  .hero-phones-only {
    min-height: auto;
    margin-top: 6px;
  }

  .hero-phones-only img {
    width: min(100%, 340px);
  }
}

@media (max-width: 520px) {
  .hero-phones-only img {
    width: min(100%, 310px);
    margin-left: 0;
  }
}


/* v0.0.25 hero uses uploaded single create-screen phone mockup */
.hero-inner {
  min-height: 560px;
  gap: 46px;
}

.hero-phones-only {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-phones-only img {
  width: min(100%, 390px);
  max-height: 760px;
  height: auto;
  transform: translateX(0);
  filter: drop-shadow(0 28px 52px rgba(0,0,0,.34));
}

@media (max-width: 1060px) {
  .hero-inner {
    gap: 26px;
  }

  .hero-phones-only img {
    width: min(100%, 360px);
  }
}

@media (max-width: 780px) {
  .hero-inner {
    gap: 14px;
  }

  .hero-phones-only {
    min-height: auto;
    margin-top: 8px;
  }

  .hero-phones-only img {
    width: min(100%, 320px);
  }
}

@media (max-width: 520px) {
  .hero-phones-only img {
    width: min(100%, 292px);
    margin-left: 0;
  }
}


/* v0.0.26 — lightweight animated hero background */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  inset: -22% -12% -18% -12%;
  background:
    radial-gradient(circle at 18% 24%, rgba(42, 223, 255, .16), transparent 32%),
    radial-gradient(circle at 82% 30%, rgba(52, 109, 255, .18), transparent 34%),
    radial-gradient(circle at 58% 78%, rgba(255, 120, 105, .10), transparent 28%),
    linear-gradient(135deg, rgba(4, 18, 32, .98), rgba(3, 40, 50, .96) 48%, rgba(3, 18, 32, .98));
  filter: saturate(1.08);
  animation: zoteeHeroGlow 16s ease-in-out infinite alternate;
}

.hero::after {
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(99, 229, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 229, 255, .06) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, .15) 0 1px, transparent 1.6px);
  background-size: 72px 72px, 72px 72px, 34px 34px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  animation: zoteeHeroParticles 24s linear infinite;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-inner::before {
  content: "";
  position: absolute;
  width: min(52vw, 620px);
  aspect-ratio: 1;
  right: -10%;
  top: 7%;
  z-index: -1;
  opacity: .20;
  background:
    conic-gradient(from 30deg,
      transparent 0 12%,
      rgba(75, 210, 255, .45) 12% 18%,
      transparent 18% 28%,
      rgba(75, 126, 255, .36) 28% 35%,
      transparent 35% 50%,
      rgba(255, 130, 110, .30) 50% 56%,
      transparent 56% 100%);
  clip-path: polygon(50% 0%, 65% 25%, 100% 20%, 75% 45%, 88% 78%, 55% 62%, 50% 100%, 45% 62%, 12% 78%, 25% 45%, 0 20%, 35% 25%);
  filter: blur(.2px);
  transform: rotate(-8deg);
  animation: zoteeHeroMosaic 22s ease-in-out infinite alternate;
}

.hero-phones-only {
  position: relative;
}

.hero-phones-only::before {
  content: "";
  position: absolute;
  width: min(50vw, 520px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(54, 230, 255, .20), rgba(54, 230, 255, .08) 34%, transparent 66%);
  filter: blur(10px);
  z-index: -1;
  animation: zoteePhoneHalo 10s ease-in-out infinite alternate;
}

@keyframes zoteeHeroGlow {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(1.5%, 1%, 0) scale(1.035);
  }
}

@keyframes zoteeHeroParticles {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 72px 72px, -72px 72px, 34px 68px;
  }
}

@keyframes zoteeHeroMosaic {
  0% {
    transform: translate3d(0, 0, 0) rotate(-8deg) scale(1);
  }
  100% {
    transform: translate3d(-18px, 10px, 0) rotate(-2deg) scale(1.04);
  }
}

@keyframes zoteePhoneHalo {
  0% {
    transform: translate3d(0, 4px, 0) scale(.96);
    opacity: .72;
  }
  100% {
    transform: translate3d(0, -6px, 0) scale(1.04);
    opacity: .95;
  }
}

@media (max-width: 780px) {
  .hero::after {
    opacity: .22;
    background-size: 64px 64px, 64px 64px, 38px 38px;
  }

  .hero-inner::before {
    width: 92vw;
    right: -34%;
    top: 42%;
    opacity: .13;
  }

  .hero-phones-only::before {
    width: 86vw;
    opacity: .72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after,
  .hero-inner::before,
  .hero-phones-only::before {
    animation: none !important;
  }
}

/* v0.0.27 scroll storytelling landing page revision */
.hero-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.primary-pill,
.secondary-pill {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 920;
  letter-spacing: -.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.primary-pill {
  background: linear-gradient(135deg, var(--pm-cyan), var(--pm-turquoise));
  color: var(--pm-midnight);
  box-shadow: 0 18px 44px rgba(0,167,196,.34);
}
.secondary-pill {
  color: white;
  border: 1px solid rgba(247,251,253,.20);
  background: rgba(247,251,253,.08);
}
.primary-pill:hover,
.secondary-pill:hover {
  transform: translateY(-2px);
}
.primary-pill:focus-visible,
.secondary-pill:focus-visible {
  outline: 3px solid var(--pm-cyan);
  outline-offset: 4px;
}
.story-section {
  position: relative;
  overflow: hidden;
  padding: 116px 0;
}
.story-after {
  background:
    radial-gradient(circle at 80% 18%, rgba(101,215,233,.18), transparent 32%),
    linear-gradient(180deg, #F7FBFD 0%, #EAF6FA 100%);
}
.story-before {
  background:
    radial-gradient(circle at 18% 12%, rgba(0,167,196,.14), transparent 30%),
    #FFFFFF;
}
.story-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 58px;
  align-items: center;
}
.story-split-before {
  grid-template-columns: 1.05fr .95fr;
}
.story-copy {
  position: relative;
  z-index: 2;
}
.result-stage,
.input-stage {
  position: relative;
  isolation: isolate;
}
.result-stage::before,
.input-stage::before {
  content: "";
  position: absolute;
  inset: -28px;
  border-radius: 48px;
  background:
    radial-gradient(circle at 30% 30%, rgba(101,215,233,.22), transparent 40%),
    radial-gradient(circle at 70% 72%, rgba(255,77,77,.11), transparent 34%);
  filter: blur(4px);
  z-index: -1;
}
.story-result-card,
.create-panel {
  border: 1px solid rgba(10,31,45,.10);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(18px);
  border-radius: 34px;
  padding: 18px;
  box-shadow: 0 34px 100px rgba(10,31,45,.16);
}
.result-art {
  min-height: 410px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,184,0,.72), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(101,215,233,.55), transparent 24%),
    linear-gradient(135deg, #003E7E 0%, #00A7C4 48%, #0A1F2D 100%);
}
.result-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 72%, transparent);
}
.result-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--pm-midnight);
  background: rgba(247,251,253,.88);
  font-size: 12px;
  font-weight: 920;
}
.result-spark {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  z-index: 1;
}
.spark-one {
  width: 170px;
  height: 170px;
  right: -36px;
  top: 86px;
}
.spark-two {
  width: 96px;
  height: 96px;
  left: 38px;
  bottom: 84px;
}
.result-art-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
}
.result-art-copy strong {
  max-width: 420px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: .96;
  letter-spacing: -.07em;
}
.result-art-copy span {
  color: rgba(247,251,253,.76);
  font-weight: 820;
}
.result-card-body {
  padding: 22px 10px 6px;
}
.result-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 860;
}
.result-card-topline strong {
  color: var(--pm-cobalt);
}
.result-card-body p {
  margin: 0;
  color: var(--ink);
  font-weight: 780;
  letter-spacing: -.015em;
}
.hashtag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.hashtag-row span,
.tone-tags span {
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(0,167,196,.12);
  color: var(--pm-cobalt);
  font-size: 12px;
  font-weight: 900;
}
.create-panel {
  padding: 28px;
}
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.panel-header span {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--pm-midnight);
  font-weight: 950;
}
.panel-header strong {
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(101,215,233,.18);
  color: var(--pm-cobalt);
  font-size: 12px;
}
.mock-label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.mock-prompt {
  min-height: 150px;
  border-radius: 22px;
  padding: 18px;
  background: #EFF8FB;
  color: var(--ink);
  font-weight: 760;
}
.mock-upload-row {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 14px;
  margin-top: 14px;
}
.mock-upload,
.mock-settings span {
  border: 1px solid rgba(10,31,45,.10);
  background: white;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(10,31,45,.06);
}
.mock-upload {
  min-height: 150px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
}
.mock-upload span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(0,167,196,.12);
  color: var(--pm-cobalt);
  font-weight: 950;
  font-size: 26px;
}
.mock-upload strong,
.mock-upload small {
  display: block;
}
.mock-upload small {
  color: var(--muted);
}
.mock-settings {
  display: grid;
  gap: 10px;
}
.mock-settings span {
  display: flex;
  align-items: center;
  min-height: 43px;
  padding: 0 14px;
  color: var(--pm-cobalt);
  font-weight: 870;
  font-size: 13px;
}
.profiles-section {
  background: var(--pm-midnight);
  color: white;
  position: relative;
  overflow: hidden;
}
.profiles-section::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 999px;
  right: -220px;
  top: -260px;
  background: radial-gradient(circle, rgba(0,167,196,.24), transparent 66%);
}
.profiles-section .section-title,
.profiles-section h3 {
  color: white;
}
.profiles-section .section-copy {
  color: rgba(247,251,253,.72);
}
.profiles-heading {
  position: relative;
  z-index: 1;
}
.profile-panels {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  margin-top: 48px;
}
.profile-panel {
  display: grid;
  grid-template-columns: 1fr .74fr;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(247,251,253,.12);
  border-radius: 34px;
  padding: 30px;
  background: rgba(247,251,253,.07);
  box-shadow: 0 24px 90px rgba(0,0,0,.18);
}
.profile-business {
  grid-template-columns: .74fr 1fr;
}
.profile-business .profile-copy {
  order: 2;
}
.profile-business .profile-output-card {
  order: 1;
}
.profile-label {
  margin-bottom: 12px;
  color: var(--pm-cyan);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 940;
}
.profile-copy h3 {
  margin: 0;
  max-width: 580px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.06em;
}
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  color: rgba(247,251,253,.78);
}
.check-list li {
  position: relative;
  padding-left: 30px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--pm-midnight);
  background: var(--pm-cyan);
  font-size: 12px;
  font-weight: 950;
}
.profile-output-card {
  min-height: 280px;
  border: 1px solid rgba(247,251,253,.14);
  border-radius: 28px;
  padding: 22px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
}
.avatar-row,
.brand-kit-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}
.avatar-dot {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--pm-coral), var(--pm-gold));
  box-shadow: 0 18px 40px rgba(255,77,77,.20);
}
.mini-visual {
  height: 150px;
  border-radius: 24px;
  margin: 22px 0 16px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,184,0,.75), transparent 20%),
    linear-gradient(135deg, rgba(255,77,77,.72), rgba(101,215,233,.72));
}
.profile-output-card p {
  margin: 0;
  color: rgba(247,251,253,.78);
}
.brand-kit-row img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: white;
}
.business-output .swatches {
  margin: 32px 0 22px;
}
.tone-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.context-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(0,167,196,.14), transparent 32%),
    #F7FBFD;
}
.context-grid,
.identity-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 58px;
  align-items: center;
}
.context-map {
  min-height: 530px;
  position: relative;
  border: 1px solid rgba(10,31,45,.10);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 48%, rgba(101,215,233,.22), transparent 30%),
    white;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.context-map::before {
  content: "";
  position: absolute;
  inset: 60px;
  border: 1px dashed rgba(0,167,196,.34);
  border-radius: 999px;
}
.context-node,
.context-card,
.context-output {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 930;
  box-shadow: 0 14px 44px rgba(10,31,45,.10);
}
.context-center {
  width: 174px;
  height: 174px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 42px;
  background: linear-gradient(135deg, var(--pm-midnight), var(--pm-cobalt));
  color: white;
  padding: 20px;
  line-height: 1.1;
}
.context-card {
  min-width: 142px;
  min-height: 58px;
  border-radius: 18px;
  background: #EFF8FB;
  color: var(--pm-cobalt);
  padding: 12px 14px;
  font-size: 13px;
}
.context-card-a { left: 8%; top: 14%; }
.context-card-b { right: 8%; top: 15%; }
.context-card-c { left: 7%; top: 45%; }
.context-card-d { right: 7%; top: 44%; }
.context-card-e { left: 16%; bottom: 15%; }
.context-card-f { right: 16%; bottom: 15%; }
.context-output {
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,77,77,.11);
  color: var(--pm-coral);
}
.platform-section {
  background: var(--pm-midnight);
  color: white;
  overflow: hidden;
}
.platform-section .section-title {
  color: white;
}
.platform-section .section-copy {
  color: rgba(247,251,253,.72);
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 46px;
}
.platform-card {
  min-height: 260px;
  border: 1px solid rgba(247,251,253,.12);
  border-radius: 28px;
  padding: 24px;
  background: rgba(247,251,253,.07);
}
.platform-card span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(101,215,233,.14);
  color: #C8F8FF;
  font-size: 12px;
  font-weight: 920;
}
.platform-card strong {
  display: block;
  margin-top: 48px;
  color: white;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.platform-card p {
  margin: 12px 0 0;
  color: rgba(247,251,253,.68);
}
.active-platform {
  background: linear-gradient(135deg, rgba(0,167,196,.24), rgba(247,251,253,.07));
}
.coming-soon {
  opacity: .78;
}
.identity-section {
  background:
    radial-gradient(circle at 86% 22%, rgba(0,167,196,.12), transparent 30%),
    #FFFFFF;
}
.identity-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.identity-card {
  min-height: 210px;
  border: 1px solid rgba(10,31,45,.10);
  border-radius: 28px;
  padding: 24px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.identity-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(0,167,196,.12);
  color: var(--pm-cobalt);
  font-weight: 950;
}
.identity-card h3 {
  margin: 34px 0 10px;
  color: var(--pm-midnight);
  font-size: 22px;
  letter-spacing: -.04em;
}
.identity-card p {
  margin: 0;
  color: var(--muted);
}
.cta-box-v027 {
  position: relative;
  overflow: hidden;
}
.cta-box-v027::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -42px;
  width: 170px;
  height: 170px;
  border-radius: 54px;
  background: url('zotee-rabbit-mark.png') center / 78% no-repeat, rgba(247,251,253,.08);
  transform: rotate(-8deg);
  opacity: .42;
}
.cta-box-v027 > * {
  position: relative;
  z-index: 1;
}
.footer-col a[href="#context"],
.footer-col a[href="#platforms"] {
  overflow-wrap: anywhere;
}
@media (max-width:1060px) {
  .story-split,
  .story-split-before,
  .profile-panel,
  .profile-business,
  .context-grid,
  .identity-grid {
    grid-template-columns: 1fr;
  }
  .profile-business .profile-copy,
  .profile-business .profile-output-card {
    order: initial;
  }
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .context-map {
    min-height: 560px;
  }
}
@media (max-width:780px) {
  .hero-button-row {
    margin-top: 24px;
  }
  .primary-pill,
  .secondary-pill {
    min-height: 46px;
    width: 100%;
  }
  .story-section {
    padding: 76px 0;
  }
  .story-split,
  .story-split-before {
    gap: 32px;
  }
  .story-split-before .input-stage {
    order: 2;
  }
  .story-split-before .story-copy {
    order: 1;
  }
  .result-art {
    min-height: 330px;
  }
  .mock-upload-row,
  .identity-cards,
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .profile-panel {
    padding: 22px;
    border-radius: 28px;
  }
  .profile-output-card {
    min-height: 230px;
  }
  .context-map {
    min-height: 680px;
    border-radius: 30px;
  }
  .context-map::before {
    inset: 90px 36px;
    border-radius: 40px;
  }
  .context-center {
    top: 50%;
    width: 150px;
    height: 150px;
    border-radius: 34px;
  }
  .context-card {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    min-width: min(230px, 74vw);
  }
  .context-card-a { top: 28px; }
  .context-card-b { top: 102px; }
  .context-card-c { top: 176px; }
  .context-card-d { top: 430px; }
  .context-card-e { top: 504px; bottom: auto; }
  .context-card-f { top: 578px; bottom: auto; }
  .context-output {
    bottom: 18px;
  }
  .platform-card {
    min-height: 210px;
  }
  .platform-card strong {
    margin-top: 34px;
  }
}
@media (max-width:520px) {
  .story-result-card,
  .create-panel {
    padding: 14px;
    border-radius: 28px;
  }
  .result-art {
    border-radius: 24px;
    padding: 20px;
  }
  .result-art-copy strong {
    font-size: 36px;
  }
  .profile-copy h3 {
    font-size: 34px;
  }
  .identity-card {
    min-height: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .primary-pill,
  .secondary-pill {
    transition: none !important;
  }
}

/* v0.0.27 mobile context map overlap guard */
@media (max-width:780px) {
  .context-map {
    min-height: 800px;
  }
  .context-center {
    top: 47%;
  }
  .context-card-d { top: 500px; }
  .context-card-e { top: 574px; }
  .context-card-f { top: 648px; }
  .context-output {
    bottom: 20px;
  }
}
