/* ===================================================================
   Content Filter Intake — page styles
   Built on the Standard Computer design system
   =================================================================== */

@import url('assets/colors_and_type.css');

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

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--fg1);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--lh-loose);
  overflow-x: hidden;
}

.page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ============ TOP BAR ============ */
.topbar {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  background: rgba(254, 254, 252, 0.94);
}
.topbar .row {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 24px;
}
.topbar .breadcrumb {
  flex: 1;
  font-family: var(--font-utility);
  font-size: 13px;
  color: var(--fg3);
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar .breadcrumb b { color: var(--fg1); font-weight: 600; }
.topbar .breadcrumb .sep { color: var(--border); }

.sc-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.sc-logo .mark {
  width: 36px;
  height: 36px;
  border-radius: var(--r-md);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sc-logo .mark img { width: 100%; height: 100%; object-fit: contain; }
.sc-logo .word {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  color: var(--fg1);
  letter-spacing: -0.02em;
}

.topbar .phone {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 15px;
  color: var(--fg1);
  letter-spacing: -0.01em;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar .phone .ic {
  width: 28px; height: 28px;
  border-radius: 6px;
  background: var(--sc-ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar .save-state {
  font-family: var(--font-utility);
  font-size: 12px;
  color: var(--fg3);
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar .save-state .dot {
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--success);
}

/* ============ HERO STRIP ============ */
.hero {
  position: relative;
  background: var(--accent);
  color: #fff;
  overflow: hidden;
  padding: 56px 0 64px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 64%;
  width: 110px;
  background: var(--sc-ink);
  transform: skewX(-8deg);
}
.hero .inner { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.hero .grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero .eyebrow {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero .eyebrow::before {
  content: "";
  width: 28px; height: 2px;
  background: var(--sc-ink);
}
.hero h1 {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 56px;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 18px;
}
.hero h1 .it {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--sc-ink);
  letter-spacing: -0.02em;
}
.hero .lede {
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255,255,255,0.95);
  max-width: 480px;
}
.hero .card {
  background: var(--sc-paper);
  color: var(--fg1);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  box-shadow: 8px 8px 0 var(--sc-ink);
  position: relative;
  z-index: 2;
}
.hero .card .lbl {
  font-family: var(--font-utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-bottom: 4px;
}
.hero .card .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}
.hero .card input {
  font-family: var(--font-sans);
  font-size: 15px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--fg1);
  outline: none;
}
.hero .card input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255,103,0,0.18);
}
.hero .card .field-lbl {
  font-family: var(--font-utility);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 4px;
  color: var(--fg3);
  text-transform: uppercase;
}
.hero .card input.field-invalid {
  border-color: var(--sc-alizarin);
  box-shadow: 0 0 0 3px rgba(238,28,37,0.15);
}
.field-error {
  font-family: var(--font-utility);
  font-size: 11px;
  font-weight: 700;
  color: var(--sc-alizarin);
  margin-top: 4px;
}

/* ============ MAIN BODY ============ */
.body {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  padding: 56px 0 96px;
  align-items: start;
}

/* ----- Sticky rail (left) ----- */
.rail {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rail .rail-hdr {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-bottom: 10px;
}
.rail .progress-bar {
  height: 4px;
  background: var(--border);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 18px;
}
.rail .progress-bar > div {
  height: 100%;
  background: var(--accent);
  transition: width 400ms cubic-bezier(0.2, 0, 0, 1);
}

.rail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px 10px 10px;
  border-radius: var(--r-md);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border-left: 3px solid transparent;
  transition: background 150ms, border-color 150ms;
  position: relative;
}
.rail-item:hover { background: rgba(17,17,17,0.04); }
.rail-item.active {
  background: rgba(255,103,0,0.07);
  border-left-color: var(--accent);
}
.rail-item .num {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--bg);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 11px;
  color: var(--fg3);
  flex-shrink: 0;
  transition: background 150ms, color 150ms, border-color 150ms;
}
.rail-item.active .num {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.rail-item.done .num {
  background: var(--sc-ink);
  color: #fff;
  border-color: var(--sc-ink);
}
.rail-item .meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.rail-item .name {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--fg1);
  line-height: 1.25;
}
.rail-item .picked {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--fg3);
  line-height: 1.3;
  font-style: italic;
}
.rail-item.active .picked { color: var(--accent); font-style: normal; font-weight: 600; }

.rail .submit-cta {
  margin-top: 24px;
  padding: 16px;
  background: var(--sc-ink);
  color: #fff;
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rail .submit-cta .stat {
  font-family: var(--font-utility);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.rail .submit-cta .lab {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}

/* ----- Form column (right) ----- */
.form {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* ----- Step ----- */
.step {
  scroll-margin-top: 88px;
}
.step .head { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.step .step-num {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.step .step-num .pip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 11px;
  width: 22px;
  height: 22px;
  border-radius: var(--r-sm);
  letter-spacing: 0;
}
.step h2 {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--fg1);
}
.step .step-sub {
  font-size: 17px;
  line-height: 1.5;
  color: var(--fg2);
  max-width: 620px;
}

/* ----- Sean's aside ----- */
.sean-note {
  display: flex;
  gap: 14px;
  margin: 24px 0;
  padding: 16px 18px;
  background: var(--bg-muted);
  border-left: 3px solid var(--sc-ink);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.sean-note .avatar {
  width: 36px; height: 36px;
  border-radius: 999px;
  background: var(--sc-lola) center/cover no-repeat;
  flex-shrink: 0;
  background-image: url(assets/sean-kubin.jpg);
}
.sean-note .txt {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  color: var(--fg1);
}
.sean-note .who {
  font-family: var(--font-utility);
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-top: 6px;
}

/* ----- Bundle picker + preview layout ----- */
.picker-row {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: start;
}
.picker-row.no-preview { grid-template-columns: 1fr; }

.bundles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bundle {
  position: relative;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 20px 22px 20px 56px;
  cursor: pointer;
  transition: border-color 150ms, box-shadow 150ms, transform 150ms;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bundle:hover {
  border-color: #d6cfc9;
  box-shadow: var(--shadow-sm);
}
.bundle.selected {
  border-color: var(--sc-ink);
  background: #fff;
  box-shadow: 6px 6px 0 var(--sc-ink);
  transform: translate(-1px, -1px);
}
.bundle .radio {
  position: absolute;
  left: 20px;
  top: 22px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid var(--border);
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 150ms, background 150ms;
}
.bundle.selected .radio {
  border-color: var(--accent);
  background: var(--accent);
}
.bundle.selected .radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 999px;
}
.bundle .top {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.bundle .name {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 19px;
  color: var(--fg1);
  letter-spacing: -0.01em;
}
.bundle .rec-pill {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 3px 8px;
  border-radius: var(--r-sm);
}
.bundle .scope {
  font-family: var(--font-utility);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-left: auto;
  align-self: center;
}
.bundle .desc {
  font-size: 14px;
  color: var(--fg2);
  line-height: 1.5;
}
.bundle .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.chip {
  font-family: var(--font-utility);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--bg-muted);
  color: var(--fg2);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  line-height: 1;
}
.chip.blocked {
  background: rgba(238, 28, 37, 0.08);
  color: var(--sc-alizarin);
}
.chip.allowed {
  background: rgba(46, 139, 87, 0.10);
  color: var(--sc-success);
}
.chip.inherit {
  background: transparent;
  color: var(--fg3);
  border: 1px dashed var(--rule);
}
.chip .plus {
  font-weight: 900;
  opacity: 0.6;
}

/* ----- Live preview panel ----- */
.preview {
  position: sticky;
  top: 96px;
  background: var(--sc-ink);
  color: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 6px 6px 0 var(--accent);
}
.preview .preview-hd {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  gap: 8px;
}
.preview .preview-hd .dot-row {
  display: flex;
  gap: 5px;
  margin-right: 6px;
}
.preview .preview-hd .dot-row span {
  width: 9px; height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}
.preview .preview-hd .title {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  flex: 1;
}
.preview .preview-hd .count {
  font-family: var(--font-sans);
  font-size: 11px;
  color: rgba(255,255,255,0.5);
}
.preview .sites {
  list-style: none;
  padding: 8px 0;
  max-height: 420px;
  overflow-y: auto;
}
.preview .site {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 9px 18px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: rgba(255,255,255,0.92);
  border-left: 2px solid transparent;
  transition: background 150ms, border-color 200ms;
}
.preview .site.blocked {
  color: rgba(255,255,255,0.4);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255,255,255,0.3);
}
.preview .site.allowed {
  border-left-color: var(--sc-success);
}
.preview .site .icon {
  width: 18px; height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 11px;
  flex-shrink: 0;
}
.preview .site.allowed .icon { background: rgba(46, 139, 87, 0.25); color: #6ee7a7; }
.preview .site.blocked .icon { background: rgba(238, 28, 37, 0.20); color: #ff8a8e; }
.preview .site .why {
  font-family: var(--font-utility);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.preview .preview-ft {
  padding: 12px 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-utility);
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}
.preview .preview-ft .net {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ----- Add-on toggles ----- */
.addons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.addon {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  cursor: pointer;
  transition: border-color 150ms, background 150ms;
  align-items: flex-start;
}
.addon:hover { border-color: #d6cfc9; }
.addon.selected {
  border-color: var(--sc-ink);
  background: var(--bg-muted);
}
.addon.inherited {
  opacity: 0.55;
  cursor: not-allowed;
  background: var(--bg-muted);
}
.addon .box {
  width: 22px;
  height: 22px;
  border-radius: var(--r-sm);
  border: 2px solid var(--border);
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  transition: border-color 150ms, background 150ms;
}
.addon.selected .box {
  background: var(--accent);
  border-color: var(--accent);
}
.addon.inherited .box {
  background: var(--sc-suva-gray);
  border-color: var(--sc-suva-gray);
}
.addon .box svg { color: #fff; opacity: 0; transition: opacity 150ms; }
.addon.selected .box svg, .addon.inherited .box svg { opacity: 1; }
.addon .meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.addon .meta .name {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 15px;
  color: var(--fg1);
}
.addon .meta .desc {
  font-size: 13px;
  color: var(--fg3);
  line-height: 1.45;
}
.addon .inh-flag {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-top: 6px;
}

/* ----- Custom list ----- */
.rule-block {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 22px;
  margin-bottom: 16px;
}
.rule-block .rb-hd {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.rule-block .rb-hd .name {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  color: var(--fg1);
}
.rule-block .rb-hd .swatch {
  font-family: var(--font-utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--r-sm);
}
.rule-block .rb-hd .swatch.block { background: rgba(238, 28, 37, 0.08); color: var(--sc-alizarin); }
.rule-block .rb-hd .swatch.allow { background: rgba(46, 139, 87, 0.12); color: var(--sc-success); }
.rule-block .opt-list { display: flex; flex-direction: column; gap: 8px; }
.rule-opt {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  background: #fff;
  cursor: pointer;
  transition: border-color 150ms, background 150ms;
  align-items: center;
}
.rule-opt:hover { border-color: #d6cfc9; }
.rule-opt.selected { border-color: var(--sc-ink); background: var(--bg-muted); }
.rule-opt .box {
  width: 20px; height: 20px;
  border-radius: var(--r-sm);
  border: 2px solid var(--border);
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 150ms, background 150ms;
}
.rule-opt.selected .box { background: var(--accent); border-color: var(--accent); }
.rule-opt .box svg { color: #fff; opacity: 0; transition: opacity 150ms; }
.rule-opt.selected .box svg { opacity: 1; }
.rule-opt .meta { flex: 1; }
.rule-opt .meta .name {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--fg1);
}
.rule-opt .meta .desc {
  font-size: 13px;
  color: var(--fg3);
}
.rule-opt .followup {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ----- DoH big toggle ----- */
.doh {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.doh-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 22px;
  cursor: pointer;
  transition: border-color 150ms, box-shadow 150ms, transform 150ms;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.doh-card:hover { border-color: #d6cfc9; }
.doh-card.selected {
  border-color: var(--sc-ink);
  background: #fff;
  box-shadow: 6px 6px 0 var(--sc-ink);
  transform: translate(-1px, -1px);
}
.doh-card .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.doh-card .ic {
  width: 36px; height: 36px;
  border-radius: var(--r-md);
  background: var(--bg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg1);
  flex-shrink: 0;
}
.doh-card.selected .ic { background: var(--accent); color: #fff; }
.doh-card .name {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 17px;
  color: var(--fg1);
  letter-spacing: -0.01em;
}
.doh-card .rec {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 3px 8px;
  border-radius: var(--r-sm);
  margin-left: auto;
}
.doh-card .desc {
  font-size: 14px;
  color: var(--fg2);
  line-height: 1.5;
}

/* ----- Step network tabs ----- */
.netbar {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--bg-muted);
  border-radius: var(--r-md);
  margin-bottom: 20px;
  width: fit-content;
}
.netbar button {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: var(--r-sm);
  border: none;
  background: transparent;
  color: var(--fg3);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.netbar button.active {
  background: var(--sc-ink);
  color: #fff;
}
.netbar button .badge {
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
}
.netbar button.has-pick .badge { opacity: 1; }
.netbar button.active.has-pick .badge { background: #fff; }

/* ============ REVIEW ============ */
.review {
  background: var(--sc-ink);
  color: #fff;
  border-radius: var(--r-xl);
  padding: 40px;
  box-shadow: 10px 10px 0 var(--accent);
  scroll-margin-top: 88px;
}
.review .head { margin-bottom: 28px; }
.review .step-num { color: var(--accent); }
.review .step-num .pip { background: var(--accent); }
.review h2 { color: #fff; }
.review .step-sub { color: rgba(255,255,255,0.75); }
.review .sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.review .summary-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-md);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.review .summary-card .lbl {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.review .summary-card .val {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
}
.review .summary-card .more {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.4;
}
.review .list-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.review .summary-list .lbl {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
}
.review .summary-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.review .summary-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;
}
.review .summary-list li .dot {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 999px;
  flex-shrink: 0;
}
.review .summary-list li.empty {
  color: rgba(255,255,255,0.4);
  font-style: italic;
}
.review .submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.review .submit-row .who {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}
.review .submit-row .who strong { color: #fff; font-weight: 600; }

/* ============ BUTTONS ============ */
.btn {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: var(--r-md);
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 150ms cubic-bezier(.2,0,0,1);
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); }
.btn-primary:active { background: var(--accent-press); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-ghost:hover { background: #fff; color: var(--sc-ink); border-color: #fff; }
.btn-big {
  padding: 18px 28px;
  font-size: 15px;
}

/* ============ SUCCESS STATE ============ */
.success-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  padding: 40px 24px;
  position: relative;
  overflow: hidden;
}
.success-wrap::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 30%;
  width: 200px;
  background: var(--sc-ink);
  transform: skewX(-8deg);
}
.success-card {
  position: relative;
  background: var(--sc-paper);
  border-radius: var(--r-xl);
  padding: 56px 56px 48px;
  max-width: 720px;
  width: 100%;
  box-shadow: 12px 12px 0 var(--sc-ink);
  z-index: 1;
}
.success-card .check {
  width: 64px; height: 64px;
  border-radius: 999px;
  background: var(--sc-ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.success-card h1 {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 48px;
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.success-card h1 .accent {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
}
.success-card .lede {
  font-size: 18px;
  line-height: 1.5;
  color: var(--fg2);
  margin-bottom: 28px;
  max-width: 540px;
}
.success-card .recipients {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}
.success-card .rcp {
  background: var(--bg-muted);
  border-radius: var(--r-md);
  padding: 14px 18px;
}
.success-card .rcp .lbl {
  font-family: var(--font-utility);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-bottom: 4px;
}
.success-card .rcp .val {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  color: var(--fg1);
  word-break: break-all;
}
.success-card .next {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  font-size: 14px;
  color: var(--fg2);
  line-height: 1.55;
}
.success-card .next strong { color: var(--fg1); }
.success-card .actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.success-card .btn-secondary {
  background: var(--sc-ink); color: #fff;
}
.success-card .btn-secondary:hover { background: #2a2a2a; }
.success-card .btn-outline {
  background: transparent; color: var(--sc-ink); border-color: var(--sc-ink);
}
.success-card .btn-outline:hover { background: var(--sc-ink); color: #fff; }

/* ============ RESPONSIVE-ISH ============ */
@media (max-width: 1100px) {
  .body { grid-template-columns: 1fr; }
  .rail { position: static; }
  .picker-row { grid-template-columns: 1fr; }
  .preview { position: static; }
  .addons { grid-template-columns: 1fr; }
  .review .sub-grid { grid-template-columns: 1fr; }
  .hero .grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 42px; }
}
