:root {
  --ink: #0f2118;
  --ink-soft: #4a5e54;
  --forest: #173b2c;
  --forest-2: #255b45;
  --forest-3: #1e4e38;
  --sage: #dce9df;
  --sage-light: #f0f6f2;
  --cream: #faf9f4;
  --gold: #c08b2f;
  --gold-2: #d4a044;
  --gold-light: #f5e7c6;
  --line: #d6e0da;
  --white: #ffffff;
  --danger: #a53b31;
  --success: #246b45;
  --shadow-sm: 0 4px 16px rgba(16, 38, 29, 0.07);
  --shadow: 0 16px 48px rgba(16, 38, 29, 0.11);
  --shadow-lg: 0 28px 72px rgba(16, 38, 29, 0.15);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shell: 1160px;
  --font-body: 'Hanken Grotesk', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-display: 'Hanken Grotesk', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  z-index: -1;
  background-image:
    radial-gradient(circle at 18% 8%, rgba(197, 146, 55, .14), transparent 28%),
    radial-gradient(circle at 84% 25%, rgba(37, 91, 69, .13), transparent 24%),
    radial-gradient(circle at 50% 90%, rgba(23, 59, 44, .06), transparent 40%);
}
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* ── Nav ── */
.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(23, 59, 44, .07); background: rgba(250, 249, 244, .92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%;
  color: var(--cream); background: linear-gradient(145deg, var(--forest-2), var(--forest));
  font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: .06em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 4px 12px rgba(23,59,44,.28);
}
.brand span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-family: var(--font-display); font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.brand small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; letter-spacing: .05em; font-weight: 500; }
nav { display: flex; align-items: center; gap: 30px; }
nav > a { color: var(--ink-soft); font-size: 14px; font-weight: 600; text-decoration: none; letter-spacing: .01em; }
nav > a:hover { color: var(--forest); }

/* ── Buttons ── */
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 28px; border: none; border-radius: 999px;
  background: linear-gradient(135deg, var(--forest-2) 0%, var(--forest) 100%);
  color: white !important; font-size: 15px; font-weight: 700; letter-spacing: .01em; text-decoration: none;
  box-shadow: 0 6px 20px rgba(23, 59, 44, .22), inset 0 1px 0 rgba(255,255,255,.12);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { box-shadow: 0 10px 30px rgba(23, 59, 44, .3), inset 0 1px 0 rgba(255,255,255,.12); transform: translateY(-2px); }
.button:active { transform: translateY(0); box-shadow: 0 4px 12px rgba(23, 59, 44, .2); }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 14px; }
.full-button { width: 100%; border-radius: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 700; text-underline-offset: 4px; }
.eyebrow, .mini-label { color: var(--forest-2); font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mini-label { font-size: 10px; }

/* ── Flash ── */
.flash-stack { position: relative; z-index: 30; margin-top: 18px; }
.flash { padding: 14px 18px; border: 1px solid; border-radius: var(--radius-sm); font-weight: 600; box-shadow: var(--shadow-sm); }
.flash-success { border-color: #9fcbb2; background: #ebf7ef; color: #155333; }
.flash-error { border-color: #e2ada7; background: #fff0ee; color: #7b2921; }

/* ── Hero ── */
.hero { position: relative; overflow: hidden; padding: 100px 0 112px; }
.hero::after {
  content: ""; position: absolute; width: 680px; height: 680px; right: -280px; top: -200px;
  border: 1px solid rgba(197, 146, 55, .18); border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(197, 146, 55, .025), 0 0 0 200px rgba(23, 59, 44, .02);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 88px; align-items: center; }
.hero-copy h1, .legal-heading h1, .dashboard-heading h1 {
  margin: 20px 0 26px; max-width: 760px;
  font-family: var(--font-display); font-size: clamp(48px, 6vw, 82px);
  font-weight: 800; letter-spacing: -.05em; line-height: .94;
}
.hero-copy h1 em { color: var(--gold); font-weight: 800; font-style: italic; }
.hero-lede { max-width: 660px; margin: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.68; font-weight: 400; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.consent-note { margin: 20px 0 0; color: var(--ink-soft); font-size: 13px; font-weight: 500; }

/* ── Hero panel card ── */
.hero-panel {
  position: relative; padding: 20px;
  border-radius: 28px; background: #ffffff;
  box-shadow:
    18px 18px 0 0 #c4d8c8,
    0 24px 64px rgba(16,38,29,.13),
    0 8px 24px rgba(16,38,29,.07);
  transform: rotate(1.4deg);
  border: 1px solid rgba(23,59,44,.07);
}

/* toolbar */
.preview-toolbar { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.preview-dots { display: flex; gap: 5px; }
.preview-dots span { width: 9px; height: 9px; border-radius: 50%; background: #e0e5e2; }
.preview-dots span:first-child { background: #f0c060; }
.preview-dots span:nth-child(2) { background: #6cc87a; }
.preview-dots span:nth-child(3) { background: #6ab8f5; }
.preview-title { flex: 1; text-align: center; color: var(--ink-soft); font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 999px; background: #eaf4ee; color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #3eb86a; box-shadow: 0 0 0 2px rgba(62,184,106,.2); flex: 0 0 auto; }

/* video */
.preview-video {
  position: relative; aspect-ratio: 16/10; border-radius: 18px; overflow: hidden; color: white;
  background: linear-gradient(160deg, #1a3828 0%, #0e2118 60%, #1c3a2a 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 8px 24px rgba(0,0,0,.2);
  display: flex; flex-direction: column; justify-content: space-between;
}
.preview-video::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 30% 0%, rgba(197,146,55,.18) 0%, transparent 55%),
              radial-gradient(ellipse at 80% 100%, rgba(37,91,69,.22) 0%, transparent 50%);
}
.preview-video-meta { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 14px 16px 0; }
.preview-tag { background: rgba(255,255,255,.12); backdrop-filter: blur(8px); padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: .04em; border: 1px solid rgba(255,255,255,.12); }
.preview-duration { font-size: 11px; font-weight: 600; opacity: .7; letter-spacing: .06em; }
.play-mark {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -52%);
  width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.94); box-shadow: 0 6px 24px rgba(0,0,0,.28), 0 2px 6px rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.play-mark:hover { transform: translate(-50%, -52%) scale(1.06); box-shadow: 0 10px 32px rgba(0,0,0,.32); }
.play-mark svg { width: 22px; fill: var(--forest); margin-left: 2px; }
.preview-video-footer { position: relative; padding: 0 16px 14px; }
.preview-waveform { display: flex; align-items: flex-end; gap: 2px; height: 18px; }
.preview-waveform span {
  flex: 1; border-radius: 2px; background: rgba(255,255,255,.25);
  animation: wave 1.4s ease-in-out infinite alternate;
}
.preview-waveform span:nth-child(1)  { height: 30%; animation-delay: 0s; }
.preview-waveform span:nth-child(2)  { height: 60%; animation-delay: .1s; }
.preview-waveform span:nth-child(3)  { height: 45%; animation-delay: .2s; }
.preview-waveform span:nth-child(4)  { height: 80%; animation-delay: .3s; }
.preview-waveform span:nth-child(5)  { height: 55%; animation-delay: .15s; }
.preview-waveform span:nth-child(6)  { height: 90%; animation-delay: .25s; }
.preview-waveform span:nth-child(7)  { height: 70%; animation-delay: .05s; }
.preview-waveform span:nth-child(8)  { height: 50%; animation-delay: .35s; }
.preview-waveform span:nth-child(9)  { height: 85%; animation-delay: .1s; }
.preview-waveform span:nth-child(10) { height: 40%; animation-delay: .2s; }
.preview-waveform span:nth-child(11) { height: 65%; animation-delay: .3s; }
.preview-waveform span:nth-child(12) { height: 30%; animation-delay: .0s; }
@keyframes wave { to { height: 100%; opacity: .6; } }

/* caption */
.preview-caption { margin-top: 14px; padding: 14px 16px; border-radius: 16px; background: var(--sage-light); border: 1px solid rgba(23,59,44,.07); }
.preview-caption-label { display: flex; align-items: center; gap: 5px; margin-bottom: 7px; color: var(--forest); font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.preview-caption-label svg { width: 12px; height: 12px; flex: 0 0 auto; }
.preview-caption p { margin: 0; color: var(--ink); font-size: 14px; font-weight: 500; line-height: 1.55; }

/* steps */
.preview-steps { display: grid; gap: 8px; margin-top: 14px; }
.preview-step { display: flex; align-items: center; gap: 10px; }
.step-check {
  width: 20px; height: 20px; flex: 0 0 auto; border-radius: 50%;
  display: grid; place-items: center;
  background: #e4eee7; border: 1.5px solid #c4d8c8;
}
.preview-step.done .step-check { background: var(--forest); border-color: var(--forest); box-shadow: 0 2px 8px rgba(23,59,44,.28); }
.preview-step.done .step-check svg { display: block; }
.preview-step.pending .step-check svg { display: none; }
.preview-step span:last-child { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.preview-step.done span:last-child { color: var(--ink); }
.preview-step.pending span:last-child { color: #a0b4a8; }

/* ── Trust strip ── */
.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.7); }
.trust-grid { min-height: 110px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid > div { min-height: 52px; display: grid; align-content: center; padding: 0 36px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.trust-grid span { color: var(--ink-soft); font-size: 13px; font-weight: 500; margin-top: 2px; }

/* ── Sections ── */
.section { padding: 108px 0; }
.section-tint { background: var(--sage-light); }
.section-heading { max-width: 800px; margin-bottom: 56px; }
.section-heading h2, .split-callout h2, .panel h2, .contact-panel h2 {
  margin: 14px 0 18px; font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 54px); font-weight: 800; letter-spacing: -.04em; line-height: 1.06;
}
.section-heading > p, .split-callout p { color: var(--ink-soft); font-size: 18px; font-weight: 400; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card {
  min-height: 290px; padding: 36px 32px; border: 1px solid var(--line);
  border-radius: var(--radius); background: rgba(255,255,255,.75);
  transition: box-shadow .2s ease, transform .2s ease;
}
.step-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.step-number { display: inline-block; margin-bottom: 52px; color: var(--gold); font-family: var(--font-display); font-size: 15px; font-style: italic; font-weight: 500; }
.step-card h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 26px; font-weight: 700; letter-spacing: -.03em; }
.step-card p { margin: 0; color: var(--ink-soft); font-weight: 400; }
.split-callout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.split-callout h2 { max-width: 430px; font-size: clamp(40px, 5vw, 64px); }
.split-callout p { margin-top: 0; }

/* ── Footer ── */
.site-footer { padding: 72px 0 28px; border-top: 1px solid var(--line); background: linear-gradient(170deg, #132d21, #0e2118); color: rgba(255,255,255,.8); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-brand { color: white; }
.footer-brand .brand-mark { background: rgba(255,255,255,.12); color: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.footer-brand small { color: rgba(255,255,255,.5); }
.footer-grid p { color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.7; }
.footer-grid h2 { margin: 0 0 16px; color: rgba(255,255,255,.4); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; font-family: var(--font-body); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { margin-bottom: 10px; color: rgba(255,255,255,.65); font-size: 14px; font-weight: 500; text-decoration: none; transition: color .15s ease; }
.footer-grid > div:not(:first-child) a:hover { color: white; }
.footer-base { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.4); font-size: 12px; }

/* ── Dashboard ── */
.dashboard-hero { padding: 66px 0 46px; border-bottom: 1px solid var(--line); background: var(--sage-light); }
.dashboard-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.dashboard-heading h1 { margin: 10px 0 12px; font-size: clamp(42px, 5vw, 64px); }
.dashboard-heading > div:first-child > p { max-width: 680px; margin: 0; color: var(--ink-soft); }
.account-card {
  flex: 0 0 auto; min-width: 290px; display: grid; grid-template-columns: 50px 1fr;
  gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--line);
  border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm);
}
.account-card img, .avatar-fallback { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.avatar-fallback { display: grid; place-items: center; background: var(--sage); color: var(--forest); font-family: var(--font-display); font-size: 20px; }
.account-card > span:nth-child(2) { display: grid; line-height: 1.3; }
.account-card small { color: var(--success); font-weight: 600; font-size: 12px; }
.account-card form { grid-column: 1 / -1; }
.quiet-button { min-height: 38px; width: 100%; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.quiet-button:hover { color: var(--danger); }
.dashboard-section { padding-top: 52px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); gap: 24px; align-items: start; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); }
.upload-panel { padding: 36px; }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.panel-heading h2, .checklist-panel h2, .limit-panel h2, .contact-panel h2 { margin: 4px 0 0; font-size: 28px; font-family: var(--font-display); font-weight: 700; letter-spacing: -.03em; }
.quota-badge { min-width: max-content; padding: 8px 14px; border-radius: 999px; background: var(--sage); color: var(--forest); font-size: 12px; font-weight: 700; }
.quota-badge strong { font-size: 15px; }
.inline-notice { margin-top: 24px; padding: 14px 18px; border-left: 4px solid var(--gold); border-radius: 8px; background: var(--gold-light); color: #614815; font-weight: 500; }
.upload-form { margin-top: 28px; }
.upload-form fieldset { margin: 0; padding: 0; border: 0; }
.upload-form fieldset:disabled { opacity: .58; }
.upload-form legend { margin-bottom: 14px; font-weight: 700; }
.source-tabs { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 20px; padding: 4px; border-radius: 13px; background: #eaefeb; }
.source-tabs button { min-height: 42px; padding: 0 18px; border: 0; border-radius: 10px; background: transparent; color: var(--ink-soft); font-weight: 700; font-size: 14px; transition: all .15s ease; }
.source-tabs button[aria-selected="true"] { background: white; color: var(--forest); box-shadow: 0 2px 10px rgba(16,38,29,.09); }
.source-panel { margin-bottom: 24px; }
.drop-zone {
  min-height: 196px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 30px; border: 1.5px dashed #9caf9f; border-radius: var(--radius);
  background: var(--sage-light); text-align: center; cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.drop-zone:hover { border-color: var(--forest-2); background: #e6eeea; box-shadow: inset 0 0 0 4px rgba(37,91,69,.04); }
.drop-zone > span:last-child { color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.upload-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); box-shadow: 0 4px 12px rgba(23,59,44,.1); }
.upload-icon svg, .empty-icon svg { width: 24px; fill: none; stroke: var(--forest); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.upload-form label:not(.drop-zone, .consent-check) { display: flex; justify-content: space-between; margin-bottom: 8px; font-weight: 700; }
.upload-form label span { color: var(--ink-soft); font-size: 12px; font-weight: 500; }
.upload-form input[type="url"], .upload-form textarea { width: 100%; border: 1.5px solid #c0cac3; border-radius: 12px; background: white; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
.upload-form input[type="url"] { min-height: 52px; padding: 0 16px; }
.upload-form textarea { min-height: 130px; padding: 14px 16px; resize: vertical; }
.upload-form input[type="url"]:focus, .upload-form textarea:focus { border-color: var(--forest-2); box-shadow: 0 0 0 4px rgba(37,91,69,.1); outline: 0; }
.source-panel small { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.field-note { display: flex; justify-content: space-between; gap: 20px; margin: 7px 0 24px; color: var(--ink-soft); font-size: 12px; font-weight: 500; }
.consent-check { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; margin: 24px 0; color: var(--ink-soft); cursor: pointer; }
.consent-check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--forest); }
.consent-check span { font-size: 14px; font-weight: 500; }
.button-spinner { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.35); border-top-color: white; border-radius: 50%; animation: spin .75s linear infinite; }
.button.is-loading .button-spinner { display: block; }
.submit-help { margin: 12px 0 0; color: var(--ink-soft); font-size: 12px; text-align: center; font-weight: 500; }
@keyframes spin { to { transform: rotate(360deg); } }
.side-stack { display: grid; gap: 22px; }
.checklist-panel, .limit-panel, .contact-panel { padding: 28px; }
.finish-list { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.finish-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; color: var(--ink-soft); font-size: 14px; font-weight: 500; }
.finish-list li span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--forest); font-size: 11px; font-weight: 800; }
.limit-meter { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin: 18px 0; }
.limit-meter span { height: 8px; border-radius: 999px; background: #e3e9e5; }
.limit-meter span.used { background: var(--gold); }
.limit-panel p { margin: 0; color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.activity-section { padding-top: 0; }
.activity-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.activity-heading h2 { margin-bottom: 0; }
.activity-heading > p { max-width: 520px; margin: 0; font-size: 14px; font-weight: 500; }
.empty-state { padding: 58px; text-align: center; }
.empty-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--sage); box-shadow: 0 4px 14px rgba(23,59,44,.09); }
.empty-state h3 { margin: 0; font-family: var(--font-display); font-size: 24px; font-weight: 700; letter-spacing: -.03em; }
.empty-state p { margin: 8px 0 0; color: var(--ink-soft); }
.activity-list { display: grid; gap: 12px; }
.activity-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; transition: box-shadow .15s ease; }
.activity-card:hover { box-shadow: var(--shadow-sm); }
.activity-main { display: flex; gap: 12px; align-items: center; }
.activity-main h3 { margin: 0; font-size: 15px; font-weight: 700; }
.activity-main p { margin: 3px 0 0; color: var(--ink-soft); font-size: 12px; font-weight: 500; }
.activity-status { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px var(--gold-light); }
.activity-status.status-failed { background: var(--danger); box-shadow: 0 0 0 5px #f8dcd8; }
.saved-caption { grid-column: 1 / -1; padding: 14px 16px; border-radius: 10px; background: var(--sage-light); border: 1px solid rgba(23,59,44,.06); }
.saved-caption p { margin: 0 0 10px; color: var(--ink-soft); font-size: 14px; }
.copy-button { min-height: 36px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--forest); font-size: 12px; font-weight: 700; transition: box-shadow .15s ease; }
.copy-button:hover { box-shadow: var(--shadow-sm); }

/* ── Legal / Support ── */
.legal-hero { padding: 80px 0 68px; border-bottom: 1px solid var(--line); background: var(--sage-light); }
.legal-heading { max-width: 880px; }
.legal-heading h1 { margin: 16px 0 20px; font-size: clamp(44px, 6vw, 72px); }
.legal-heading p { margin: 0; color: var(--ink-soft); }
.legal-section { padding-top: 72px; }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 720px); gap: 80px; align-items: start; justify-content: center; }
.legal-summary { position: sticky; top: 24px; padding: 24px; border-left: 4px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--gold-light); }
.legal-summary p { color: #59491f; font-size: 14px; font-weight: 500; }
.legal-summary a { color: var(--forest); font-size: 13px; font-weight: 700; word-break: break-word; }
.legal-copy h2 { margin: 46px 0 12px; font-family: var(--font-display); font-size: 27px; font-weight: 700; letter-spacing: -.03em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: var(--ink-soft); font-weight: 400; }
.legal-copy li + li { margin-top: 8px; }
.support-hero .legal-heading p { max-width: 640px; }
.support-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 34px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 44px 26px 0; font-family: var(--font-display); font-size: 21px; font-weight: 700; cursor: pointer; list-style: none; letter-spacing: -.03em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 22px; color: var(--gold); font-family: system-ui, sans-serif; font-size: 26px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: -4px 0 26px; color: var(--ink-soft); font-weight: 400; }
.contact-panel { position: sticky; top: 24px; }
.contact-panel p { color: var(--ink-soft); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero-grid, .dashboard-grid, .support-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-panel { max-width: 600px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .step-number { margin-bottom: 30px; }
  .dashboard-heading { align-items: start; flex-direction: column; gap: 30px; }
  .account-card { width: 100%; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-summary, .contact-panel { position: static; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height: 70px; }
  nav > a:not(.button) { display: none; }
  .brand small { display: none; }
  .hero { padding: 72px 0 84px; }
  .hero-grid { gap: 48px; }
  .hero-copy h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-panel { transform: none; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 16px; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .split-callout { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; }
  .dashboard-hero { padding-top: 48px; }
  .dashboard-heading h1 { font-size: 44px; }
  .upload-panel { padding: 24px; }
  .panel-heading, .activity-heading { align-items: start; flex-direction: column; gap: 16px; }
  .source-tabs { width: 100%; }
  .field-note { flex-direction: column; gap: 4px; }
  .activity-card { grid-template-columns: 1fr; }
  .activity-card > .status-pill { justify-self: start; }
  .legal-hero { padding: 58px 0 48px; }
  .legal-heading h1 { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
