:root {
  --ink: #0b1220;
  --muted: #64748b;
  --line: rgba(148, 163, 184, .25);
  --panel: rgba(255,255,255,.08);
  --blue: #38bdf8;
  --blue-strong: #2563eb;
  --green: #34d399;
  --purple: #8b5cf6;
  --bg: #07111f;
  --bg2: #0f172a;
  --paper: #f8fafc;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(7, 17, 31, .86);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(56,189,248,.28)); }
.desktop-nav { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.74); font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--white); }
.header-phone { padding: 10px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 14px; font-weight: 800; }
.section-dark { color: var(--white); background: var(--bg); }
.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: clamp(72px, 10vw, 128px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 14% 12%, rgba(56,189,248,.40), transparent 30%),
    radial-gradient(circle at 78% 22%, rgba(139,92,246,.28), transparent 30%),
    radial-gradient(circle at 58% 85%, rgba(52,211,153,.18), transparent 26%),
    linear-gradient(135deg, #06101d 0%, #0e1b35 55%, #07111f 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -34% -10%;
  height: 420px;
  background: linear-gradient(90deg, rgba(56,189,248,.16), rgba(52,211,153,.12), rgba(139,92,246,.16));
  filter: blur(70px);
  transform: rotate(-4deg);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.045em; }
h1 { max-width: 860px; font-size: clamp(44px, 7vw, 86px); }
h2 { font-size: clamp(32px, 4.2vw, 58px); }
h3 { font-size: 22px; }
.hero-lede { max-width: 760px; margin: 24px 0 34px; color: rgba(255,255,255,.80); font-size: clamp(18px, 2vw, 22px); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #061220; background: linear-gradient(135deg, var(--blue), var(--green)); box-shadow: 0 22px 60px rgba(56,189,248,.22); }
.btn-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.20); background: rgba(255,255,255,.06); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; max-width: 720px; }
.hero-proof span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.06); font-size: 13px; font-weight: 800; }
.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  box-shadow: 0 40px 110px rgba(0,0,0,.32);
  backdrop-filter: blur(24px);
}
.card-glow { position: absolute; inset: -20% -35% auto auto; width: 260px; height: 260px; border-radius: 999px; background: rgba(56,189,248,.28); filter: blur(40px); }
.status { position: relative; display: inline-flex; align-items: center; gap: 9px; margin: 0; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(52,211,153,.26); background: rgba(52,211,153,.12); color: #dcfce7; font-weight: 900; font-size: 13px; }
.status span { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 6px rgba(52,211,153,.14); }
.hero-card h2 { position: relative; margin-top: 58px; font-size: clamp(32px, 4vw, 52px); }
.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 46px; }
.metric-grid div { padding: 18px; border-radius: 20px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); }
.metric-grid strong { display: block; color: var(--green); font-size: 13px; }
.metric-grid span { font-weight: 900; }
.section { padding: clamp(70px, 8vw, 108px) clamp(20px, 5vw, 72px); }
.section-heading { max-width: 860px; margin: 0 auto; text-align: center; }
.section-heading p:not(.eyebrow), .intro-section p { color: var(--muted); font-size: 19px; }
.services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: 1240px; margin: 0 auto; padding-top: 24px; }
.service-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(15,23,42,.07);
}
.service-card.feature { grid-column: span 2; color: var(--white); background: linear-gradient(135deg, #0f172a, #1d4ed8); }
.service-card.feature p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.service-card .icon { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 16px; background: #eff6ff; font-size: 22px; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin: 0; color: var(--muted); }
.split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 56px; align-items: center; padding: clamp(70px, 8vw, 108px) clamp(20px, 5vw, 72px); background: linear-gradient(135deg, #07111f, #111827); }
.split-copy { max-width: 680px; justify-self: end; }
.split-copy p:not(.eyebrow), .contact-card p { color: rgba(255,255,255,.76); font-size: 19px; }
.check-panel { display: grid; gap: 14px; max-width: 560px; }
.check-panel div { display: flex; gap: 14px; align-items: center; padding: 18px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.07); }
.check-panel strong { color: var(--green); font-size: 20px; }
.check-panel span { font-weight: 900; }
.package-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; max-width: 1240px; margin: 34px auto 0; }
.package-card { padding: 26px; border-radius: 28px; background: var(--white); border: 1px solid rgba(15,23,42,.08); box-shadow: 0 18px 50px rgba(15,23,42,.06); }
.package-card p { color: var(--muted); }
.package-card strong { color: var(--blue-strong); }
.process { background: var(--white); }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; max-width: 1240px; margin: 38px auto 0; }
.step { position: relative; padding: 28px; border-radius: 28px; background: var(--paper); border: 1px solid rgba(15,23,42,.08); }
.step span { display: inline-flex; margin-bottom: 24px; color: var(--blue-strong); font-weight: 900; }
.step p { color: var(--muted); }
.contact { padding: clamp(70px, 8vw, 108px) clamp(20px, 5vw, 72px); background: radial-gradient(circle at 20% 20%, rgba(56,189,248,.26), transparent 30%), linear-gradient(135deg, #0f172a, #172554); }
.contact-card { max-width: 940px; margin: 0 auto; padding: clamp(34px, 6vw, 72px); border: 1px solid rgba(255,255,255,.16); border-radius: 36px; background: rgba(255,255,255,.08); text-align: center; backdrop-filter: blur(18px); }
.contact-actions { justify-content: center; margin-top: 30px; }
.site-footer { padding: 28px clamp(20px, 5vw, 72px); color: var(--muted); background: #020617; text-align: center; }
.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .hero-grid, .split-section { grid-template-columns: 1fr; }
  .split-copy { justify-self: start; }
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-grid, .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .header-phone { display: none; }
  .hero { min-height: auto; }
  .services, .package-grid, .timeline { grid-template-columns: 1fr; }
  .service-card.feature { grid-column: span 1; }
  .hero-card { min-height: auto; }
  h1 { font-size: 42px; }
}

.flash-wrap { padding: 18px clamp(20px, 5vw, 72px); background: #020617; }
.flash { max-width: 920px; margin: 0 auto; padding: 14px 18px; border-radius: 16px; font-weight: 800; }
.flash.success { color: #064e3b; background: #d1fae5; }
.flash.error { color: #7f1d1d; background: #fee2e2; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; text-align: left; }
.lead-form label { display: grid; gap: 8px; color: rgba(255,255,255,.82); font-weight: 800; }
.lead-form label.full { grid-column: 1 / -1; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 14px 16px; color: #fff; background: rgba(255,255,255,.10); font: inherit; }
.lead-form option { color: #0b1220; }
.lead-form button { border: 0; cursor: pointer; }
@media (max-width: 700px) { .lead-form { grid-template-columns: 1fr; } }

/* Website intake form */
.intake-page { padding-top: clamp(52px, 6vw, 86px); }
.intake-card { max-width: 1080px; text-align: left; }
.intake-card > .eyebrow,
.intake-card > h1,
.intake-card > p { text-align: center; }
.intake-card > h1 { margin-inline: auto; }
.intake-form { grid-template-columns: 1fr; gap: 22px; }
.intake-form .honeypot { position: absolute; left: -10000px; opacity: 0; height: 0; overflow: hidden; }
.form-section {
  margin: 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(255,255,255,.07);
}
.form-section legend {
  padding: 0 10px;
  color: #ffffff;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -.03em;
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.intake-form .full { grid-column: 1 / -1; }
.intake-form .mini-label {
  margin: 18px 0 10px;
  color: rgba(255,255,255,.88);
  font-weight: 900;
}
.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; }
.checkbox-grid.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choice {
  display: flex !important;
  grid-template-columns: auto 1fr !important;
  align-items: flex-start;
  gap: 10px !important;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.84) !important;
  font-weight: 750 !important;
}
.choice input[type="checkbox"],
.choice input[type="radio"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--green);
}
.range-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.range-grid input[type="range"] { padding-inline: 0; accent-color: var(--green); }
.security-note,
.form-footnote {
  margin: 14px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(52,211,153,.24);
  border-radius: 18px;
  background: rgba(52,211,153,.10);
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 700;
}
.intake-submit { justify-self: center; border: 0; cursor: pointer; min-width: 240px; }
@media (max-width: 860px) {
  .form-grid,
  .checkbox-grid,
  .checkbox-grid.compact,
  .range-grid { grid-template-columns: 1fr; }
  .intake-card { padding: 24px; }
}


/* Progressive intake UX */
.conditional-block { display: none; margin-top: 16px; }
.conditional-block.is-visible { display: block; }
.upload-grid,
.trust-detail-grid,
.design-example-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.upload-grid input[type="file"] { padding: 12px; border-style: dashed; background: rgba(255,255,255,.08); }
.design-example {
  display: grid !important;
  gap: 10px !important;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88) !important;
}
.design-example input { width: auto !important; justify-self: start; accent-color: var(--green); }
.design-example strong { color: #fff; font-size: 16px; }
.design-example small { color: rgba(255,255,255,.72); font-weight: 650; }
.example-art { display: block; min-height: 92px; border-radius: 16px; border: 1px solid rgba(255,255,255,.18); position: relative; overflow: hidden; }
.design-example.clean .example-art { background: linear-gradient(180deg, #f8fafc 0 24%, #dbeafe 24% 30%, #fff 30% 100%); }
.design-example.clean .example-art::after { content: ""; position: absolute; inset: 42px 16px auto 16px; height: 10px; border-radius: 99px; background: #94a3b8; box-shadow: 0 18px 0 #cbd5e1, 0 36px 0 #e2e8f0; }
.design-example.premium .example-art { background: radial-gradient(circle at 80% 18%, #38bdf8, transparent 30%), linear-gradient(135deg, #020617, #1e293b); }
.design-example.premium .example-art::after { content: ""; position: absolute; left: 18px; bottom: 18px; width: 58%; height: 12px; border-radius: 99px; background: #f8fafc; box-shadow: 0 -24px 0 rgba(248,250,252,.32); }
.design-example.bold .example-art { background: linear-gradient(135deg, #f97316 0 45%, #2563eb 45% 100%); }
.design-example.bold .example-art::after { content: ""; position: absolute; inset: 22px auto auto 18px; width: 42px; height: 42px; border-radius: 12px; background: #facc15; box-shadow: 52px 18px 0 #fff; }
.design-example.local .example-art { background: linear-gradient(135deg, #ecfdf5, #fde68a); }
.design-example.local .example-art::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 18px; height: 34px; border-radius: 18px 18px 8px 8px; background: #34d399; box-shadow: 0 -28px 0 rgba(15,23,42,.18); }
.range-control { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); }
.range-control > span { display: flex; justify-content: space-between; gap: 12px; color: #fff; }
.range-control small { display: block; color: rgba(255,255,255,.72); margin-top: 8px; font-weight: 650; }
.range-control input[type="range"] { height: 34px; margin-top: 8px; accent-color: var(--green); }
.range-control input[type="range"]::-webkit-slider-runnable-track { height: 12px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.range-control input[type="range"]::-webkit-slider-thumb { width: 26px; height: 26px; margin-top: -7px; border-radius: 50%; border: 3px solid white; background: var(--green); box-shadow: 0 8px 20px rgba(0,0,0,.28); }
.range-control input[type="range"]::-moz-range-track { height: 12px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.range-control input[type="range"]::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; border: 3px solid white; background: var(--green); }
.range-value { display: inline-flex; margin-top: 4px; padding: 4px 9px; border-radius: 99px; background: rgba(52,211,153,.16); color: #dcfce7; font-style: normal; font-size: 13px; font-weight: 900; }
@media (max-width: 860px) {
  .upload-grid,
  .trust-detail-grid,
  .design-example-grid { grid-template-columns: 1fr; }
}


/* Stronger interactive form controls */
.form-section.conditional-block { margin-top: 0; }
.conditional-grid { display: none; }
.conditional-grid.is-visible { display: grid; }
.design-example-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.design-example { cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.design-example:hover { transform: translateY(-2px); border-color: rgba(56,189,248,.65); background: rgba(56,189,248,.10); }
.design-example:has(input:checked) { border-color: var(--green); box-shadow: 0 0 0 3px rgba(52,211,153,.14), 0 20px 60px rgba(0,0,0,.16); }
.range-grid { gap: 18px; }
.range-control {
  padding: 22px;
  border: 2px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 50px rgba(0,0,0,.16);
}
.range-control > span strong:first-child { color: #bfdbfe; }
.range-control > span strong:last-child { color: #bbf7d0; }
.range-control input[type="range"] { width: 100%; height: 44px; cursor: pointer; }
.range-control input[type="range"]::-webkit-slider-runnable-track { height: 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: linear-gradient(90deg, #60a5fa, #a78bfa, #34d399); box-shadow: inset 0 2px 8px rgba(0,0,0,.28); }
.range-control input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 34px; height: 34px; margin-top: -9px; border-radius: 50%; border: 4px solid #fff; background: #22c55e; box-shadow: 0 10px 24px rgba(0,0,0,.35), 0 0 0 6px rgba(34,197,94,.18); }
.range-control input[type="range"]::-moz-range-track { height: 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: linear-gradient(90deg, #60a5fa, #a78bfa, #34d399); box-shadow: inset 0 2px 8px rgba(0,0,0,.28); }
.range-control input[type="range"]::-moz-range-thumb { width: 30px; height: 30px; border-radius: 50%; border: 4px solid #fff; background: #22c55e; box-shadow: 0 10px 24px rgba(0,0,0,.35), 0 0 0 6px rgba(34,197,94,.18); }
.range-value { font-size: 15px; padding: 6px 12px; border: 1px solid rgba(52,211,153,.32); }
.style-live-preview {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(260px, .7fr);
  gap: 18px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(2,6,23,.35);
}

.preview-browser { overflow: hidden; min-height: 330px; border-radius: 22px; background: #f8fafc; color: #0f172a; box-shadow: 0 24px 70px rgba(0,0,0,.28); transition: all .28s ease; }
.preview-topbar { display: flex; gap: 7px; align-items: center; height: 34px; padding: 0 14px; background: #e2e8f0; transition: all .28s ease; }
.preview-topbar span { width: 9px; height: 9px; border-radius: 99px; background: #94a3b8; }
.preview-topbar i { display: block; height: 8px; flex: 1; margin-left: 12px; border-radius: 99px; background: rgba(148,163,184,.35); }
.preview-nav { display: grid; grid-template-columns: 1fr 54px 54px auto; gap: 12px; align-items: center; padding: 14px 18px; border-bottom: 1px solid rgba(15,23,42,.08); transition: all .28s ease; }
.preview-nav strong { font-size: 16px; letter-spacing: -.02em; }
.preview-nav span { height: 9px; border-radius: 99px; background: rgba(100,116,139,.28); }
.preview-nav button,
.preview-hero button { border: 0; border-radius: 999px; padding: 9px 13px; background: #16a34a; color: #fff; font-weight: 900; box-shadow: 0 10px 24px rgba(22,163,74,.25); transition: all .28s ease; }
.preview-hero { display: grid; align-content: center; justify-items: start; gap: 12px; min-height: 140px; padding: 24px; background: linear-gradient(135deg, #e0f2fe, #dcfce7); transition: all .28s ease; }
.preview-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(15,23,42,.08); color: #0f172a; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; transition: all .28s ease; }
.preview-hero strong { font-size: 26px; line-height: 1.05; letter-spacing: -.04em; transition: all .28s ease; }
.preview-hero small { max-width: 560px; color: #475569; font-weight: 700; }
.preview-content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; padding: 22px; transition: all .28s ease; }
.preview-content span { display: block; height: 40px; border-radius: 12px; background: #cbd5e1; transition: all .28s ease; }
.preview-content span:first-child { grid-row: span 2; height: auto; min-height: 92px; }
.preview-explain { align-self: center; }
.preview-explain h3 { margin-bottom: 10px; color: #fff; }
.preview-explain p { color: rgba(255,255,255,.78); }
.style-live-preview[data-simple="simple"] .preview-content { grid-template-columns: 1fr; }
.style-live-preview[data-simple="simple"] .preview-content span:nth-child(n+3) { display: none; }
.style-live-preview[data-simple="simple"] .preview-content span:first-child { min-height: 54px; }
.style-live-preview[data-simple="detailed"] .preview-content { grid-template-columns: 1fr 1fr; }
.style-live-preview[data-simple="detailed"] .preview-content span { height: 58px; }
.style-live-preview[data-simple="detailed"] .preview-content span:first-child { min-height: 132px; }
.style-live-preview[data-simple="detailed"] .preview-hero small { display: block; }
.style-live-preview[data-modern="traditional"] .preview-browser { border-radius: 8px; font-family: Georgia, serif; }
.style-live-preview[data-modern="traditional"] .preview-nav button,
.style-live-preview[data-modern="traditional"] .preview-hero button { border-radius: 4px; background: #7c2d12; box-shadow: none; }
.style-live-preview[data-modern="traditional"] .preview-hero { background: linear-gradient(135deg, #f5f5dc, #e7dcc8); }
.style-live-preview[data-modern="modern"] .preview-browser { border-radius: 30px; }
.style-live-preview[data-modern="modern"] .preview-nav { backdrop-filter: blur(10px); }
.style-live-preview[data-modern="modern"] .preview-hero { background: radial-gradient(circle at 86% 10%, #a78bfa, transparent 28%), linear-gradient(135deg, #0f172a, #2563eb); color: #fff; }
.style-live-preview[data-modern="modern"] .preview-badge { background: rgba(255,255,255,.16); color: #dbeafe; }
.style-live-preview[data-modern="modern"] .preview-hero small { color: rgba(255,255,255,.78); }
.style-live-preview[data-bold="calm"] .preview-hero { filter: saturate(.72); }
.style-live-preview[data-bold="calm"] .preview-content span { opacity: .62; }
.style-live-preview[data-bold="bold"] .preview-hero { min-height: 170px; filter: saturate(1.35) contrast(1.1); }
.style-live-preview[data-bold="bold"] .preview-hero strong { font-size: 38px; }
.style-live-preview[data-bold="bold"] .preview-nav button,
.style-live-preview[data-bold="bold"] .preview-hero button { transform: scale(1.04); box-shadow: 0 16px 34px rgba(22,163,74,.36); }
.style-live-preview[data-bold="bold"] .preview-content span:first-child { background: #22c55e; }
.style-live-preview[data-style="clean"] .preview-browser { background: #fff; box-shadow: 0 24px 70px rgba(15,23,42,.18); }
.style-live-preview[data-style="clean"] .preview-topbar { background: #f8fafc; }
.style-live-preview[data-style="clean"] .preview-nav { grid-template-columns: 1fr 42px 42px auto; padding: 18px 22px; }
.style-live-preview[data-style="clean"] .preview-hero { min-height: 128px; padding: 32px; background: #ffffff; border-bottom: 1px solid #e2e8f0; }
.style-live-preview[data-style="clean"] .preview-badge { background: #ecfdf5; color: #047857; }
.style-live-preview[data-style="clean"] .preview-hero button,
.style-live-preview[data-style="clean"] .preview-nav button { background: #0f766e; box-shadow: none; }
.style-live-preview[data-style="clean"] .preview-content { gap: 18px; padding: 28px; }
.style-live-preview[data-style="clean"] .preview-content span { background: #e2e8f0; }
.style-live-preview[data-style="premium"] .preview-browser { background: #111827; color: #f8fafc; border: 1px solid rgba(250,204,21,.32); }
.style-live-preview[data-style="premium"] .preview-topbar { background: #020617; }
.style-live-preview[data-style="premium"] .preview-nav { border-bottom-color: rgba(250,204,21,.22); background: linear-gradient(90deg, rgba(15,23,42,.96), rgba(30,41,59,.96)); }
.style-live-preview[data-style="premium"] .preview-nav span { background: rgba(250,204,21,.28); }
.style-live-preview[data-style="premium"] .preview-hero { background: radial-gradient(circle at 84% 10%, rgba(250,204,21,.24), transparent 32%), linear-gradient(135deg, #020617, #1e293b); color: #fff; }
.style-live-preview[data-style="premium"] .preview-badge { background: rgba(250,204,21,.14); color: #fde68a; }
.style-live-preview[data-style="premium"] .preview-hero button,
.style-live-preview[data-style="premium"] .preview-nav button { background: linear-gradient(135deg, #facc15, #ca8a04); color: #111827; box-shadow: 0 16px 38px rgba(202,138,4,.28); }
.style-live-preview[data-style="premium"] .preview-content span { background: linear-gradient(135deg, rgba(250,204,21,.36), rgba(255,255,255,.12)); }
.style-live-preview[data-style="bold-style"] .preview-browser { transform: rotate(-.5deg); background: #fef3c7; color: #111827; }
.style-live-preview[data-style="bold-style"] .preview-topbar { background: #111827; }
.style-live-preview[data-style="bold-style"] .preview-topbar span:first-child { background: #ef4444; }
.style-live-preview[data-style="bold-style"] .preview-topbar span:nth-child(2) { background: #f59e0b; }
.style-live-preview[data-style="bold-style"] .preview-topbar span:nth-child(3) { background: #22c55e; }
.style-live-preview[data-style="bold-style"] .preview-nav { background: #22c55e; border-bottom: 4px solid #111827; }
.style-live-preview[data-style="bold-style"] .preview-nav span { background: rgba(17,24,39,.32); }
.style-live-preview[data-style="bold-style"] .preview-hero { background: linear-gradient(135deg, #f97316, #ef4444); color: #fff; }
.style-live-preview[data-style="bold-style"] .preview-badge { background: #111827; color: #fef3c7; }
.style-live-preview[data-style="bold-style"] .preview-hero button,
.style-live-preview[data-style="bold-style"] .preview-nav button { background: #111827; color: #fff; border-radius: 12px; box-shadow: 6px 6px 0 rgba(255,255,255,.28); }
.style-live-preview[data-style="bold-style"] .preview-content span { background: #111827; border-radius: 8px; }
.style-live-preview[data-style="local"] .preview-browser { background: #fff7ed; color: #3f2415; border-radius: 18px; }
.style-live-preview[data-style="local"] .preview-topbar { background: #fed7aa; }
.style-live-preview[data-style="local"] .preview-nav { background: #fffbeb; border-bottom-color: rgba(146,64,14,.14); }
.style-live-preview[data-style="local"] .preview-nav span { background: rgba(180,83,9,.22); }
.style-live-preview[data-style="local"] .preview-hero { background: radial-gradient(circle at 88% 22%, rgba(251,146,60,.28), transparent 28%), linear-gradient(135deg, #ffedd5, #dcfce7); }
.style-live-preview[data-style="local"] .preview-badge { background: #dcfce7; color: #166534; text-transform: none; letter-spacing: 0; }
.style-live-preview[data-style="local"] .preview-hero button,
.style-live-preview[data-style="local"] .preview-nav button { background: #ea580c; box-shadow: 0 12px 26px rgba(234,88,12,.22); }
.style-live-preview[data-style="local"] .preview-content span { background: #fed7aa; border-radius: 18px; }
@media (max-width: 1040px) {
  .design-example-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .style-live-preview { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .design-example-grid { grid-template-columns: 1fr; }
}


/* Private admin dashboard */
.admin-shell { min-height: 70vh; padding: clamp(44px, 7vw, 86px) clamp(18px, 5vw, 72px); background: linear-gradient(135deg, #07111f, #0f172a); }
.admin-card { max-width: 1180px; margin: 0 auto; padding: clamp(26px, 5vw, 48px); border-radius: 30px; background: #ffffff; box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.admin-card.narrow { max-width: 560px; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.admin-form { display: grid; gap: 16px; }
.admin-form label { display: grid; gap: 8px; font-weight: 800; color: #0f172a; }
.admin-form input, .admin-table input { width: 100%; min-height: 48px; border: 1px solid rgba(15,23,42,.18); border-radius: 14px; padding: 10px 12px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 14px; border-bottom: 1px solid rgba(15,23,42,.08); text-align: left; vertical-align: top; }
.status-pill { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #e0f2fe; color: #075985; font-weight: 900; font-size: 12px; }
.admin-link { color: #2563eb; font-weight: 900; text-decoration: underline; }
.admin-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); gap: 22px; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.inline-actions button { min-height: 42px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(15,23,42,.18); background: #f8fafc; font-weight: 900; cursor: pointer; }
.admin-job { padding: 16px; border: 1px solid rgba(15,23,42,.10); border-radius: 18px; background: #f8fafc; margin-bottom: 12px; }
.prompt-preview { max-height: 420px; overflow: auto; padding: 18px; border-radius: 18px; background: #020617; color: #d1fae5; white-space: pre-wrap; }
@media (max-width: 760px) { .admin-topbar, .admin-grid { grid-template-columns: 1fr; display: grid; } }
