:root {
  --ink: #0a0a0a;
  --paper: #f7f7f5;
  --white: #fff;
  --purple: #6b35d4;
  --purple-dark: #5424b7;
  --violet: #8a4fc6;
  --acid: #dfff45;
  --orange: #ff5b35;
  --line: rgba(10, 10, 10, .12);
  --muted: #626579;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(107, 53, 212, .34); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 6000; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Same floating shell used on the NJUME homepage. */
.site-pill-nav { position: fixed; top: 18px; left: 50%; z-index: 5000; width: min(900px, calc(100% - 48px)); height: 64px; padding: 6px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,255,255,.76); box-shadow: 0 10px 34px rgba(10,10,10,.08), inset 0 1px 0 rgba(255,255,255,.8); backdrop-filter: blur(26px) saturate(1.35); -webkit-backdrop-filter: blur(26px) saturate(1.35); transform: translateX(-50%); transition: top .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease; }
.site-pill-nav.is-scrolled { top: 10px; background: rgba(255,255,255,.88); border-color: rgba(107,53,212,.2); box-shadow: 0 16px 44px rgba(10,10,10,.12), inset 0 1px 0 rgba(255,255,255,.92); }
.n-logo { height: 52px; display: flex; align-items: center; padding: 0 17px 0 8px; border-right: 1px solid rgba(10,10,10,.08); text-decoration: none; flex-shrink: 0; }
.n-logo img { width: auto; height: 50px; display: block; }
.n-center { display: flex; align-items: center; justify-content: center; gap: 2px; flex: 1; }
.n-center a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; color: #64748b; font-size: 12px; font-weight: 600; text-decoration: none; transition: color .18s ease, background .18s ease; }
.n-center a:hover, .n-center a:focus-visible, .n-center a[aria-current="page"] { color: var(--purple-dark); background: rgba(107,53,212,.08); }
.nr { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.n-cta { min-height: 46px; padding: 0 22px; display: inline-flex; align-items: center; border: 1px solid rgba(107,53,212,.42); border-radius: 999px; background: rgba(255,255,255,.86); color: var(--purple) !important; font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: .2s ease; }
.n-cta:hover { background: var(--purple); color: #fff !important; box-shadow: 0 8px 22px rgba(107,53,212,.24); transform: translateY(-1px); }
.lang-switch { margin-left: 7px; padding: 0 2px; color: #94a3b8; font: 500 10px/1 "DM Mono", monospace; letter-spacing: 1.3px; text-decoration: none; text-transform: uppercase; }
.lang-switch:hover { color: var(--purple-dark); }
.ham { display: none; flex-direction: column; justify-content: center; gap: 5px; padding: 6px; border: 0; background: none; cursor: pointer; }
.ham-l { width: 22px; height: 1.5px; border-radius: 1px; background: var(--ink); display: block; }
.mob-menu { position: fixed; inset: 0; z-index: 4990; padding: 86px 32px 28px; display: flex; flex-direction: column; justify-content: center; background: #fff; transform: translateX(100%); transition: transform .42s cubic-bezier(.16,1,.3,1); }
.mob-menu.open { transform: translateX(0); }
.mob-close { position: absolute; top: 18px; right: 20px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font: 500 9px/1 "DM Mono", monospace; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; }
.mob-item { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: Syne, sans-serif; font-size: clamp(34px, 9vw, 54px); font-weight: 700; letter-spacing: -.055em; line-height: 1; text-decoration: none; }
.mob-menu > .lang-switch { margin: 24px 0 0; }
.mob-cta { margin-top: auto; padding: 15px 20px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; }

.eyebrow, .section-kicker, .mono { font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 6px rgba(107,53,212,.10); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin: 30px 0 28px; font-family: Syne, Inter, sans-serif; font-size: clamp(58px, 8.5vw, 124px); line-height: .86; letter-spacing: -.07em; }
.hero-lede { max-width: 680px; font-size: clamp(18px, 2vw, 26px); line-height: 1.35; letter-spacing: -.03em; }
.hero-note { max-width: 600px; margin-top: 28px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-primary, .button-secondary { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 19px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--purple); border-color: var(--purple); }
.button-secondary { background: transparent; color: var(--ink); }
.button-secondary:hover { background: #fff; }

.product-hero { min-height: 100svh; padding: 142px clamp(20px,5vw,72px) 86px; border-bottom: 1px solid var(--line); background: #fff; }
.hero-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: clamp(48px,7vw,112px); align-items: center; }
.hero-grid > * { min-width: 0; }

/* Launch is a short, focused intake rather than a long product page. */
.launch-first { min-height: 100svh; padding: 118px clamp(16px,4vw,58px) 46px; display: grid; align-items: center; background: radial-gradient(circle at 8% 4%, rgba(107,53,212,.10), transparent 31%), radial-gradient(circle at 92% 88%, rgba(223,255,69,.16), transparent 24%), #f7f7f5; border-bottom: 1px solid var(--line); }
.launch-shell { width: 100%; max-width: 980px; margin: 0 auto; }
.launch-stage { padding: clamp(24px,4vw,48px); border: 1px solid rgba(10,10,10,.18); border-radius: 34px; background: rgba(255,255,255,.96); box-shadow: 0 34px 90px rgba(34,20,68,.10); animation: launch-panel-in .7s cubic-bezier(.16,1,.3,1) both; }
.launch-stage[hidden], .launch-form-step[hidden], .preview-link[hidden] { display: none !important; }
.launch-title-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 34px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.launch-title-copy { animation: launch-copy-in .68s cubic-bezier(.16,1,.3,1) .08s both; }
.launch-stage h1 { max-width: 690px; margin: 16px 0 14px; font-size: clamp(45px,6vw,74px); line-height: .9; }
.launch-lede { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(14px,1.6vw,17px); line-height: 1.6; }
.launch-pass { width: 210px; padding: 17px 18px; border-radius: 20px; background: #eeebfb; color: var(--muted); line-height: 1.35; animation: launch-copy-in .62s cubic-bezier(.16,1,.3,1) .18s both; }
.launch-pass strong, .launch-pass span, .launch-pass small { display: block; }
.launch-pass strong { color: var(--purple-dark); font-family: Inter, sans-serif; font-size: 29px; font-weight: 700; letter-spacing: -.045em; }
.launch-pass span { margin-top: 2px; color: var(--ink); font-size: 12px; font-weight: 750; }
.launch-pass small { margin-top: 7px; font-size: 10px; }
.launch-form-body { animation: launch-copy-in .62s cubic-bezier(.16,1,.3,1) .24s both; }
.launch-progress { margin: 24px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; }
.launch-progress li { position: relative; padding: 0 0 10px; display: flex; gap: 8px; border-bottom: 2px solid var(--line); color: #8d8d92; font-size: 11px; font-weight: 700; }
.launch-progress li[aria-current="step"] { border-color: var(--purple); color: var(--ink); }
.launch-progress li span { color: var(--purple-dark); font: 500 9px/1.4 "DM Mono", monospace; letter-spacing: .08em; }
.launch-form-step.step-enter, #existing-url-field.field-enter, .launch-project.step-enter { animation: launch-state-in .24s cubic-bezier(.16,1,.3,1) both; }
.type-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.type-fieldset legend { margin-bottom: 10px; font-size: 12px; font-weight: 750; }
.type-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.type-option { position: relative; }
.type-option input { position: absolute; opacity: 0; pointer-events: none; }
.type-option span { min-height: 66px; padding: 10px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 17px; background: #fafafa; text-align: center; font-size: 13px; font-weight: 750; cursor: pointer; transition: transform .16s ease-out, border-color .16s ease-out, background .16s ease-out, color .16s ease-out; }
.type-option span::before { content: ""; width: 8px; height: 8px; margin-bottom: 7px; border: 1px solid #999; border-radius: 50%; background: #fff; }
.type-option input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; transform: translateY(-2px); }
.type-option input:checked + span::before { border-color: var(--acid); background: var(--acid); box-shadow: 0 0 0 4px rgba(223,255,69,.14); }
.type-option input:focus-visible + span { outline: 3px solid rgba(107,53,212,.35); outline-offset: 2px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.field { display: grid; gap: 8px; margin-top: 18px; }
.field[hidden] { display: none !important; }
.field.full { grid-column: 1/-1; }
.field label { font-size: 12px; font-weight: 750; }
.field label span, .field small { color: var(--muted); font-weight: 400; line-height: 1.5; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 13px; background: #f8f8f7; color: var(--ink); transition: border-color .18s, box-shadow .18s, background .18s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--purple); outline: 0; background: #fff; box-shadow: 0 0 0 4px rgba(107,53,212,.10); }
.field textarea { min-height: 142px; resize: vertical; line-height: 1.55; }
.brief-field { position: relative; }
.brief-guide, .step-micro { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.launch-continue { width: 100%; min-height: 54px; margin-top: 22px; font-size: 14px; transition: transform .14s ease-out, background .18s ease-out, border-color .18s ease-out; }
.step-micro { margin-top: 9px; text-align: center; }
.step-heading { margin: 6px 0 2px; }
.step-heading .mono { margin-bottom: 8px; color: var(--purple-dark); }
.step-heading h2 { margin: 0; font-family: Syne, sans-serif; font-size: clamp(30px,4vw,46px); line-height: .95; letter-spacing: -.05em; }
.launch-order-summary { margin-top: 22px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); border-radius: 15px; background: #f8f8f7; }
.launch-order-summary span, .launch-order-summary small { display: block; }
.launch-order-summary span { font-size: 13px; font-weight: 750; }
.launch-order-summary small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.launch-order-summary strong { color: var(--purple-dark); font-family: Inter, sans-serif; font-size: 23px; font-weight: 700; letter-spacing: -.035em; }
.launch-actions { margin-top: 14px; display: grid; grid-template-columns: auto 1fr; gap: 9px; }
.launch-back, .launch-submit { min-height: 54px; margin: 0; font-size: 13px; transition: transform .14s ease-out, background .18s ease-out, border-color .18s ease-out; }
.launch-submit { width: 100%; }
.launch-continue:active, .launch-back:active, .launch-submit:active, .preview-link:active { transform: scale(.985); }
.launch-submit[disabled] { opacity: .55; cursor: wait; }
.form-status { min-height: 20px; margin: 11px 0 0; font-size: 12px; line-height: 1.45; }
.form-status[data-state="error"] { color: #a52418; }
.form-status[data-state="success"] { color: #2c6a20; }
.legal-micro { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.launch-project { overflow: hidden; }
.project-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.project-heading h1 { margin-bottom: 0; }
.project-badge { max-width: 220px; padding: 9px 12px; overflow: hidden; border: 1px solid rgba(107,53,212,.24); border-radius: 999px; background: #eeebfb; color: var(--purple-dark); font: 500 9px/1.2 "DM Mono", monospace; text-overflow: ellipsis; white-space: nowrap; }
.project-timeline { margin: 30px 0 22px; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.project-timeline li { min-height: 92px; padding: 17px; display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; border-right: 1px solid var(--line); color: #9a9aa0; transition: background .2s ease-out, color .2s ease-out; }
.project-timeline li:last-child { border-right: 0; }
.project-timeline li > span { font: 500 9px/1.4 "DM Mono", monospace; }
.project-timeline strong, .project-timeline small { display: block; }
.project-timeline strong { color: currentColor; font-size: 12px; }
.project-timeline small { margin-top: 5px; font-size: 9px; line-height: 1.4; }
.project-timeline li.is-active { background: #eeebfb; color: var(--purple-dark); }
.project-timeline li.is-complete { background: var(--ink); color: #fff; }
.project-preview { border: 1px solid rgba(10,10,10,.2); border-radius: 18px; overflow: hidden; background: #eeebfb; transition: transform .48s cubic-bezier(.16,1,.3,1), box-shadow .48s cubic-bezier(.16,1,.3,1); }
.project-preview.is-ready { transform: scale(1.01); box-shadow: 0 24px 54px rgba(34,20,68,.14); }
.preview-browser { min-height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid var(--line); background: #fff; }
.preview-browser > span { width: 7px; height: 7px; border-radius: 50%; background: #d6d3dc; }
.preview-browser small { margin-left: auto; color: #8b8792; font: 500 8px/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.preview-canvas { min-height: 230px; padding: 30px; display: grid; place-items: center; align-content: center; text-align: center; background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.9), transparent 43%), #eeebfb; }
.preview-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--purple); color: #fff; font-family: Syne, sans-serif; font-size: 28px; font-weight: 800; transform: rotate(-5deg); }
.preview-canvas p { max-width: 390px; margin: 20px 0 0; font-family: Syne, sans-serif; font-size: clamp(23px,3.5vw,38px); line-height: .98; letter-spacing: -.045em; }
.project-preview.is-ready .preview-mark { background: var(--acid); color: var(--ink); animation: launch-ready-mark .52s cubic-bezier(.16,1,.3,1) both; }
.project-status { margin: 18px 0 0; font-size: 14px; font-weight: 700; line-height: 1.5; }
.preview-link { width: 100%; min-height: 54px; margin-top: 14px; transition: transform .14s ease-out, background .18s ease-out; }
.preview-link:not([hidden]) { animation: launch-state-in .48s cubic-bezier(.16,1,.3,1) both; }
.project-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.launch-trust { padding: 30px clamp(16px,4vw,58px) 34px; background: #fff; }
.launch-trust-shell { max-width: 980px; margin: 0 auto; }
.launch-trust-flow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; list-style: none; }
.launch-trust-flow li { min-height: 112px; padding: 19px; display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 10px; border-right: 1px solid var(--line); }
.launch-trust-flow li:last-child { border-right: 0; }
.launch-trust-flow span { grid-row: 1/3; color: var(--purple-dark); font: 500 10px/1.4 "DM Mono", monospace; }
.launch-trust-flow strong { font-family: Syne, sans-serif; font-size: 20px; letter-spacing: -.035em; }
.launch-trust-flow small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.launch-trust-facts { margin: 16px 0 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 24px; color: var(--muted); font: 500 9px/1.4 "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.launch-trust-facts span::before { content: "✓"; margin-right: 7px; color: var(--purple-dark); }

@keyframes launch-panel-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes launch-copy-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes launch-state-in { from { opacity: 0; transform: translateY(6px) scale(.992); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes launch-ready-mark { from { opacity: .4; transform: rotate(-5deg) scale(.92); } to { opacity: 1; transform: rotate(-5deg) scale(1); } }
@keyframes launch-fade-in { from { opacity: 0; } to { opacity: 1; } }
.product-section { padding: clamp(80px,10vw,150px) clamp(20px,5vw,72px); border-bottom: 1px solid var(--line); }
.product-section:nth-of-type(even) { background: #fff; }
.section-shell { max-width: 1440px; margin: 0 auto; }
.section-head { display: grid; grid-template-columns: minmax(180px,.42fr) 1fr; gap: 40px; margin-bottom: 58px; }
.section-head h2 { max-width: 980px; margin-bottom: 24px; font-family: Syne, sans-serif; font-size: clamp(40px,6vw,84px); line-height: .94; letter-spacing: -.06em; }
.section-head p { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.feature-card { min-height: 330px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(255,255,255,.32); }
.feature-card span { font: 400 11px/1.2 "DM Mono", monospace; }
.feature-card h3 { margin: auto 0 18px; font-family: Syne, sans-serif; font-size: clamp(28px,3vw,44px); line-height: .95; letter-spacing: -.05em; }
.feature-card p { margin-bottom: 0; color: var(--muted); line-height: 1.6; }
.feature-card.accent { background: #eeebfb; }
.feature-card.dark { background: var(--ink); color: #fff; }
.feature-card.dark p { color: #bdb9c3; }
.flow { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--ink); }
.flow-step { min-height: 210px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.flow-step:last-child { border-right: 0; background: var(--ink); color: #fff; }
.flow-step b { margin-top: auto; font-family: Syne, sans-serif; font-size: 28px; letter-spacing: -.04em; }
.flow-step p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.flow-step:last-child p { color: #bdb9c3; }

/* Socialme: a short product story with the interface doing most of the explaining. */
.socialme-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 18%, rgba(107,53,212,.12), transparent 34%), #fff; }
.socialme-hero::before { content: ""; position: absolute; inset: auto -8% -38% 48%; width: 62vw; aspect-ratio: 1; border: 1px solid rgba(107,53,212,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(107,53,212,.025), 0 0 0 160px rgba(107,53,212,.018); pointer-events: none; }
.socialme-hero .hero-grid { position: relative; z-index: 1; grid-template-columns: minmax(0,.86fr) minmax(560px,1.14fr); gap: clamp(42px,5vw,82px); }
.socialme-intro h1 { max-width: 720px; margin-block: 26px 24px; font-size: clamp(62px,7vw,106px); line-height: .87; text-wrap: balance; }
.socialme-intro h1 span { color: var(--purple); }
.socialme-intro .hero-lede { max-width: 600px; font-size: clamp(19px,1.7vw,24px); text-wrap: pretty; }
.hero-reassurance { margin: 17px 0 0; color: var(--muted); font-size: 11px; }
.hero-reassurance span { color: #397831; font-weight: 800; }

.social-product-shot { position: relative; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: #131217; box-shadow: 0 38px 90px rgba(40,24,72,.22), 18px 18px 0 #ece8f7; color: #fff; }
.shot-top { min-height: 52px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #9d99a6; font-size: 10px; }
.shot-top > div { display: flex; align-items: center; gap: 9px; color: #fff; }
.shot-top strong { font-size: 12px; }
.shot-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(223,255,69,.1); }
.shot-stage { min-height: 430px; padding: 12px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(220px,.95fr); gap: 12px; border-radius: 22px; background: #ebeaf0; color: var(--ink); }
.campaign-preview, .publish-panel { min-width: 0; border-radius: 16px; background: #fff; }
.campaign-preview { overflow: hidden; }
.campaign-visual { height: 245px; overflow: hidden; position: relative; background: #080516; }
.campaign-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,5,14,.68)); }
.campaign-visual img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.04); }
.campaign-visual span { position: absolute; left: 18px; bottom: 16px; z-index: 1; color: #fff; font-family: Syne, sans-serif; font-size: clamp(25px,2.4vw,38px); font-weight: 800; letter-spacing: -.06em; }
.campaign-copy { padding: 18px; }
.campaign-copy small, .panel-kicker { display: block; color: var(--purple-dark); font: 500 9px/1.2 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.campaign-copy strong { margin-top: 9px; display: block; font-family: Syne, sans-serif; font-size: 20px; letter-spacing: -.04em; }
.campaign-copy p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.publish-panel { padding: 20px; display: flex; flex-direction: column; }
.publish-networks { margin-top: 18px; display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; }
.brand-logo { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(10,10,10,.09); border-radius: 13px; background: #fff; color: #111; box-shadow: 0 7px 18px rgba(20,16,30,.08); }
.brand-logo svg { width: 21px; height: 21px; display: block; fill: currentColor; }
.brand-logo.instagram { color: #e1306c; }
.brand-logo.facebook { color: #0866ff; }
.brand-logo.linkedin { color: #0a66c2; }
.brand-logo.tiktok, .brand-logo.threads, .brand-logo.x-network { color: #111; }
.brand-logo.youtube { color: #ff0000; }
.brand-logo.pinterest { color: #bd081c; }
.brand-logo.bluesky { color: #1185fe; }
.brand-logo.reddit { color: #ff4500; }
.brand-logo.telegram { color: #26a5e4; }
.brand-logo.discord { color: #5865f2; }
.brand-logo.slack { color: #4a154b; }
.brand-logo.mastodon { color: #6364ff; }
.brand-logo.wordpress { color: #21759b; }
.brand-logo.medium { color: #111; }
.brand-logo.twitch { color: #9146ff; }
.publish-networks .brand-logo { width: 100%; max-width: 43px; height: 43px; }
.publish-summary { margin-top: auto; padding-top: 24px; }
.publish-summary span { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #edf6e9; color: #397831; font-size: 9px; font-weight: 700; }
.publish-summary strong { margin-top: 11px; display: block; font-family: Syne, sans-serif; font-size: clamp(23px,2.2vw,32px); line-height: 1; letter-spacing: -.055em; }
.shot-button { min-height: 44px; margin-top: 18px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border-radius: 11px; background: var(--purple); color: #fff; font-size: 11px; font-weight: 750; }
.shot-button b { font-size: 17px; }
.shot-success { position: absolute; right: 22px; bottom: -26px; min-width: 238px; padding: 13px 15px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; border: 1px solid rgba(10,10,10,.1); border-radius: 16px; background: #fff; color: var(--ink); box-shadow: 0 18px 45px rgba(25,18,38,.16); }
.shot-success > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); font-weight: 800; }
.shot-success strong, .shot-success small { display: block; }
.shot-success strong { font-size: 11px; }
.shot-success small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.compact-head { max-width: 930px; margin-bottom: 46px; }
.compact-head h2 { margin: 18px 0 17px; font-family: Syne, sans-serif; font-size: clamp(42px,5.6vw,78px); line-height: .93; letter-spacing: -.06em; text-wrap: balance; }
.compact-head > p:last-child { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.social-workflow { padding-block: clamp(72px,8vw,112px); }
.workflow-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.workflow-step { min-height: 190px; padding: 26px 28px; display: grid; grid-template-columns: 38px 1fr; gap: 20px; border-right: 1px solid var(--ink); background: #fff; }
.workflow-step:last-child { border-right: 0; }
.workflow-step > span { color: var(--purple-dark); font: 500 11px/1.2 "DM Mono", monospace; }
.workflow-step > div { align-self: end; }
.workflow-step h3 { margin-bottom: 8px; font-family: Syne, sans-serif; font-size: clamp(28px,2.8vw,40px); letter-spacing: -.05em; }
.workflow-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.social-channels { background: #f0eef7 !important; }
.channel-cloud { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.channel { min-height: 126px; padding: 16px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(10,10,10,.09); border-radius: 18px; background: rgba(255,255,255,.88); transition: transform .2s ease, box-shadow .2s ease; }
.channel:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(45,31,76,.10); }
.channel .brand-logo { width: 46px; height: 46px; box-shadow: none; }
.channel > div { margin-top: auto; padding-top: 14px; }
.channel strong { display: block; font-size: 12px; }
.channel small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.3; }
.channel[data-status="live"] { border-color: rgba(107,53,212,.35); box-shadow: inset 0 0 0 1px rgba(107,53,212,.08); }
.channel[data-status="live"] small { color: var(--purple-dark); font-weight: 650; }
.availability { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.availability article { padding: 28px; border: 1px solid var(--ink); border-radius: 22px; }
.availability h3 { font-family: Syne, sans-serif; font-size: 30px; letter-spacing: -.04em; }
.availability ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.9; }
.availability .live-set { background: #eeebfb; }
.social-pricing { background: #fff !important; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; align-items: stretch; }
.price-card { min-height: 420px; padding: 28px; display: flex; flex-direction: column; position: relative; border: 1px solid rgba(10,10,10,.18); border-radius: 24px; background: #f8f8f6; }
.price-card.featured { border-color: var(--purple); background: #17141d; color: #fff; box-shadow: 0 22px 60px rgba(44,28,74,.19); transform: none; }
.recommended { position: absolute; top: 0; right: 22px; padding: 8px 12px; border-radius: 0 0 10px 10px; background: var(--acid); color: var(--ink); font: 600 9px/1.2 "DM Mono", monospace; text-transform: uppercase; }
.plan-top { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.price-card.featured .plan-top { border-color: rgba(255,255,255,.14); }
.price-card .plan { font: 500 11px/1.2 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.plan-audience { color: var(--muted); font-size: 10px; }
.price-card.featured .plan-audience { color: #aaa5b0; }
.price-card > strong { margin: 30px 0 16px; display: block; font-family: Syne, sans-serif; font-size: clamp(42px,4.4vw,64px); line-height: .95; letter-spacing: -.07em; }
.price-card > strong small { font-family: Inter, sans-serif; font-size: 12px; letter-spacing: 0; }
.price-card ul { margin: 10px 0 28px; padding: 0; color: var(--muted); font-size: 13px; line-height: 1.55; list-style: none; }
.price-card li { padding: 10px 0 10px 23px; position: relative; border-bottom: 1px solid var(--line); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--purple-dark); font-weight: 800; }
.price-card.featured ul { color: #c7c2ce; }
.price-card.featured li { border-color: rgba(255,255,255,.12); }
.price-card.featured li::before { color: var(--acid); }
.price-card a { margin-top: auto; }
.price-card.featured .button-primary { border-color: #fff; background: #fff; color: var(--ink); }
.price-card.featured .button-primary:hover { border-color: var(--acid); background: var(--acid); }
.pricing-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.social-final-cta { padding: clamp(74px,9vw,126px) clamp(20px,5vw,72px); overflow: hidden; position: relative; background: #17141d; color: #fff; }
.social-final-cta::after { content: ""; position: absolute; right: -12%; bottom: -80%; width: 55vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(107,53,212,.8), rgba(107,53,212,0) 67%); pointer-events: none; }
.social-final-cta .section-shell { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(42px,7vw,110px); align-items: end; position: relative; z-index: 1; }
.social-final-cta h2 { max-width: 860px; margin: 18px 0 0; font-family: Syne, sans-serif; font-size: clamp(46px,6.4vw,90px); line-height: .91; letter-spacing: -.065em; }
.social-final-cta p { max-width: 540px; color: #c5c0ca; font-size: 17px; line-height: 1.6; }
.social-final-cta .button-primary { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.social-final-cta .button-primary:hover { border-color: #fff; background: #fff; }
.social-final-cta small { margin-top: 13px; display: block; color: #8f8997; font-size: 10px; }

.automatic-map { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.command-card { min-height: 240px; padding: 28px; border: 1px solid var(--ink); border-radius: 22px; background: #fff; }
.command-card.wide { grid-column: 1/-1; background: var(--ink); color: #fff; }
.command-card code { margin-top: 32px; display: block; white-space: normal; font: 400 clamp(18px,2.6vw,38px)/1.3 "DM Mono", monospace; }
.command-card b { margin-top: 44px; display: block; font-family: Syne, sans-serif; font-size: 34px; letter-spacing: -.04em; }
.command-card p { color: var(--muted); line-height: 1.55; }
.command-card.wide p { color: #bdb9c3; }
.engine-stack { display: grid; grid-template-columns: repeat(5,1fr); align-items: stretch; border: 1px solid var(--ink); }
.engine-node { min-height: 180px; padding: 20px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); background: #fff; }
.engine-node:last-child { border-right: 0; }
.engine-node:nth-child(2), .engine-node:nth-child(4) { background: #eeebfb; }
.engine-node span { color: var(--purple-dark); font: 500 10px/1.2 "DM Mono", monospace; }
.engine-node strong { margin-top: auto; font-family: Syne, sans-serif; font-size: 25px; letter-spacing: -.04em; }
.engine-node p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.decision-note { margin-top: 22px; padding: 18px 20px; border-left: 4px solid var(--purple); background: #fff; color: var(--muted); line-height: 1.6; }
.decision-note strong { color: var(--ink); }

.nos-band { padding: clamp(70px,9vw,130px) clamp(20px,5vw,72px); background: var(--purple); color: #fff; }
.nos-band .section-shell { display: grid; grid-template-columns: .55fr 1fr; gap: 50px; align-items: end; }
.nos-mark { font-family: Syne, sans-serif; font-size: clamp(90px,17vw,250px); line-height: .7; letter-spacing: -.1em; }
.nos-copy h2 { font-family: Syne, sans-serif; font-size: clamp(40px,6vw,86px); line-height: .92; letter-spacing: -.06em; }
.nos-copy p { max-width: 650px; color: #e1d7f5; font-size: 18px; line-height: 1.65; }
.nos-copy .button-primary { border-color: #fff; background: #fff; color: var(--ink); }

/* Same light footer rhythm as the homepage. */
.product-footer { padding: 72px 52px 40px; border-top: 1px solid var(--line); background: #fff; }
.ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; margin-bottom: 52px; }
.ft-logo { margin-bottom: 6px; display: flex; align-items: center; }
.ft-logo img { width: auto; height: 46px; display: block; }
.ft-p { max-width: 260px; margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.ft-ca a { color: var(--muted); font-size: 13px; text-decoration: none; }
.ft-ca a:hover, .ft-col a:hover, .ft-leg a:hover { color: var(--ink); }
.ft-col h5 { margin: 0 0 18px; color: #85808d; font: 500 8.5px/1.2 "DM Mono", monospace; letter-spacing: 3px; text-transform: uppercase; }
.ft-col a { margin-bottom: 11px; display: block; color: var(--muted); font-size: 13px; text-decoration: none; }
.ft-bot { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.ft-copy, .ft-leg a { color: #77727d; font: 400 9px/1.3 "DM Mono", monospace; text-decoration: none; }
.ft-leg { display: flex; gap: 24px; }
.launch-footer { padding-top: 40px; }
.launch-footer .ft-top { grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-bottom: 28px; }
.launch-footer-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px 22px; }
.launch-footer-links a { color: var(--muted); font-size: 12px; text-decoration: none; }
.launch-footer-links a:hover { color: var(--ink); }

@media (max-width: 1180px) {
  .channel-cloud { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 1050px) {
  .launch-shell, .hero-grid { grid-template-columns: 1fr; }
  .socialme-hero .hero-grid { grid-template-columns: 1fr; }
  .social-product-shot { max-width: 780px; }
  .launch-side { min-height: 470px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .flow { grid-template-columns: 1fr 1fr; }
  .flow-step { border-bottom: 1px solid var(--ink); }
  .ft-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) and (min-width: 641px) {
  .site-pill-nav { width: calc(100% - 32px); }
  .n-center a { padding-inline: 10px; }
  .n-logo { padding-right: 10px; }
}

@media (max-width: 820px) {
  .section-head, .nos-band .section-shell, .social-final-cta .section-shell { grid-template-columns: 1fr; }
  .card-grid, .availability, .automatic-map { grid-template-columns: 1fr; }
  .command-card.wide { grid-column: auto; }
  .engine-stack { grid-template-columns: 1fr; }
  .engine-node { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .engine-node:last-child { border-bottom: 0; }
  .flow { grid-template-columns: 1fr; }
  .flow-step { min-height: 160px; border-right: 0; }
  .workflow-grid, .pricing-grid { grid-template-columns: 1fr; }
  .workflow-step { min-height: 148px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .workflow-step:last-child { border-bottom: 0; }
  .channel-cloud { grid-template-columns: repeat(2,1fr); }
  .price-card { min-height: 390px; }
}

@media (max-width: 640px) {
  .site-pill-nav, .site-pill-nav.is-scrolled { top: 0; left: 0; right: 0; width: auto; height: 66px; padding: 0 20px; border: 0; border-bottom: 1px solid rgba(10,10,10,.07); border-radius: 0; background: #fff; box-shadow: 0 7px 24px rgba(10,10,10,.045); backdrop-filter: none; transform: none; }
  .n-logo { height: 66px; padding: 0; border: 0; }
  .n-logo img { height: 54px; }
  .n-center, .nr .lang-switch { display: none; }
  .ham { display: flex; }
  .n-cta { min-height: 42px; padding: 0 15px; font-size: 11px; }
  .mob-menu { padding-inline: 20px; }
  .product-hero { min-height: auto; padding-top: 104px; }
  h1 { font-size: clamp(52px,18vw,82px); }
  .launch-first { min-height: auto; padding: 82px 10px 24px; }
  .launch-stage { padding: 21px 16px 24px; border-radius: 24px; }
  .launch-title-row { grid-template-columns: 1fr; gap: 18px; }
  .launch-stage h1 { font-size: clamp(42px,13.5vw,62px); }
  .launch-pass { width: 100%; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; }
  .launch-pass strong { grid-row: 1/3; }
  .launch-pass small { margin-top: 2px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .type-option span { min-height: 62px; padding-inline: 5px; font-size: 11px; }
  .type-option span::before { margin-bottom: 6px; }
  .field textarea { min-height: 132px; }
  .launch-actions { grid-template-columns: 1fr; }
  .launch-back { order: 2; }
  .project-heading { align-items: flex-start; flex-direction: column; }
  .project-timeline { grid-template-columns: 1fr; }
  .project-timeline li { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-timeline li:last-child { border-bottom: 0; }
  .preview-canvas { min-height: 190px; }
  .launch-trust { padding: 18px 10px 24px; }
  .launch-trust-flow { grid-template-columns: 1fr; }
  .launch-trust-flow li { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .launch-trust-flow li:last-child { border-bottom: 0; }
  .card-grid, .pricing-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; }
  .channel-cloud { grid-template-columns: 1fr 1fr; }
  .channel { min-height: 116px; padding: 12px; }
  .socialme-hero { padding-top: 106px; }
  .socialme-hero::before { right: -55%; bottom: -8%; width: 130vw; }
  .socialme-intro h1 { margin-block: 24px 22px; font-size: clamp(48px,14vw,58px); line-height: .91; }
  .socialme-intro .hero-lede { font-size: 18px; }
  .social-product-shot { margin-bottom: 18px; box-shadow: 9px 9px 0 #ece8f7, 0 24px 54px rgba(58,36,104,.15); }
  .shot-stage { grid-template-columns: 1fr; }
  .campaign-visual { height: 190px; }
  .publish-summary { margin-top: 24px; }
  .shot-success { position: static; min-width: 0; margin: 10px 0 0; }
  .compact-head { margin-bottom: 34px; }
  .compact-head h2 { font-size: clamp(40px,12vw,58px); }
  .workflow-step { padding: 22px 18px; }
  .channel .brand-logo { width: 40px; height: 40px; border-radius: 11px; }
  .channel .brand-logo svg { width: 19px; height: 19px; }
  .price-card { min-height: 370px; padding: 24px 20px; }
  .social-final-cta h2 { font-size: clamp(43px,13vw,62px); }
  .product-footer { padding: 58px 20px 30px; }
  .ft-top { grid-template-columns: 1fr; gap: 34px; }
  .launch-footer { padding-top: 38px; }
  .launch-footer .ft-top { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .launch-footer-links { justify-content: flex-start; }
  .ft-bot { align-items: flex-start; }
  .ft-leg { width: 100%; flex-wrap: wrap; gap: 12px 18px; }
}

@media (max-width: 380px) {
  .n-cta { font-size: 0; }
  .n-cta::before { content: "Launch →"; font-size: 11px; }
  .socialme-page .n-cta::before { content: "Socialme →"; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .launch-page .launch-stage, .launch-page .launch-title-copy, .launch-page .launch-pass, .launch-page .launch-form-body, .launch-page .step-enter, .launch-page .field-enter, .launch-page .preview-link:not([hidden]) { animation-name: launch-fade-in !important; animation-duration: .12s !important; animation-delay: 0ms !important; }
}
