:root {
  --gold: #fbbf24;
  --gold-bright: #fde68a;
  --gold-deep: #d97706;
  --bg: #0a0a0a;
  --bg-soft: #111827;
  --bg-card: #141a26;
  --border: #1f2937;
  --border-strong: #374151;
  --text: #f9fafb;
  --soft: #d1d5db;
  --muted: #9ca3af;
  --faint: #6b7280;
  --success: #4ade80;
  --danger: #f87171;
}
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--text);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  padding-bottom: 72px;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(60rem 40rem at 100% 0%, rgba(251,191,36,.08), transparent 60%),
    radial-gradient(50rem 30rem at 0% 100%, rgba(251,191,36,.04), transparent 60%);
}
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
img { max-width: 100%; display: block; }

.ico {
  width: 22px; height: 22px; flex: none;
  stroke: currentColor; fill: none; stroke-width: 1.75;
  stroke-linecap: round; stroke-linejoin: round;
}
.ico-lg { width: 26px; height: 26px; }

nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,10,10,.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.wordmark {
  font-size: 21px; font-weight: 800; letter-spacing: -0.3px; color: var(--text);
  text-decoration: none; display: inline-flex; align-items: center; gap: 10px;
}
.wordmark span { color: var(--gold); }
.mark {
  width: 32px; height: 32px; flex: none; border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(251,191,36,.28);
  object-fit: cover; background: #0a0a0a;
}
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a.link { color: var(--soft); text-decoration: none; font-size: 15px; font-weight: 600; }
.nav-links a.link:hover { color: var(--text); }

.btn-gold {
  display: inline-block; background: var(--gold); color: #0a0a0a; font-weight: 800;
  border-radius: 10px; padding: 12px 22px; font-size: 16px; text-decoration: none; border: none;
  cursor: pointer; font-family: inherit;
  box-shadow: 0 1px 0 rgba(0,0,0,.4), 0 8px 24px -8px rgba(251,191,36,.4);
}
.btn-gold:hover { background: #fcd34d; }
.btn-gold.small { padding: 9px 16px; font-size: 14px; font-weight: 700; }
.btn-ghost {
  display: inline-block; background: transparent; color: var(--soft); text-decoration: none;
  border: 1px solid var(--border-strong); border-radius: 10px; padding: 12px 22px;
  font-size: 16px; font-weight: 600; cursor: pointer; font-family: inherit;
}
.btn-ghost:hover { background: var(--bg-soft); color: #fff; }

.eyebrow {
  font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.surface {
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0)), var(--bg-card);
  border: 1px solid var(--border); border-radius: 16px;
}
section { padding: 96px 0; }
section.tight { padding: 72px 0; }
h1 { font-size: clamp(34px, 6vw, 68px); font-weight: 800; letter-spacing: -1.6px; line-height: 1.06; }
h1 .gold { color: var(--gold); }
h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; letter-spacing: -0.8px; line-height: 1.15; }
h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.3px; }
.lede { color: var(--soft); font-size: clamp(16px, 1.8vw, 20px); max-width: 640px; margin-top: 18px; }
.muted { color: var(--muted); }
.faint { color: var(--faint); }

/* Hero A: copy + product phone */
.hero-a { padding: 84px 0 72px; }
.hero-a .hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 56px; align-items: center; }
.hero-a .ctas, .hero-b .ctas, .hero-c .ctas { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-a .anchor, .hero-c .anchor { color: var(--muted); font-size: 15px; margin-top: 20px; }
.hero-a .anchor b, .hero-c .anchor b { color: var(--text); }
.hero-caption { color: var(--faint); font-size: 13px; text-align: center; margin-top: 20px; }
.hero-caption b { color: var(--muted); }

.hero-phone {
  width: 350px; margin: 0 auto; background: #000; border: 1px solid var(--border-strong);
  border-radius: 48px; padding: 12px; position: relative;
  box-shadow: 0 40px 90px -24px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.04),
              0 24px 80px -18px rgba(251,191,36,.14);
}
.hero-phone .screen { border-radius: 38px; overflow: hidden; position: relative; background: #0a0a0a; }
.notch { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 112px; height: 25px; background: #000; border-radius: 999px; z-index: 5; }

.app { padding: 16px 14px 18px; font-size: 13px; }
.app .sbar { display:flex; justify-content:space-between; color:var(--soft); font-size:12px; font-weight:700; padding: 2px 8px 14px; }
.app .app-head { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 12px; }
.app .app-title { font-weight: 800; font-size: 16px; color: var(--text); }
.app .app-count {
  font-size: 11px; font-weight: 700; color: var(--gold); background: rgba(251,191,36,.1);
  border: 1px solid rgba(251,191,36,.35); border-radius: 999px; padding: 3px 9px;
}
.app .cust {
  background: var(--bg-soft); border: 1px solid var(--border); border-radius: 14px 14px 14px 4px;
  padding: 10px 12px; color: var(--soft); max-width: 92%; line-height: 1.5;
}
.app .cust-meta { color: var(--faint); font-size: 11px; margin: 6px 4px 12px; }
.app .cust-meta b { color: #fca5a5; font-weight: 700; }
.app .draft {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)), var(--bg-card);
  border: 1px solid rgba(251,191,36,.4); border-radius: 14px; padding: 12px;
}
.app .draft-tag { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.app .draft p { color: var(--text); line-height: 1.55; }
.app .guard { display:flex; gap:10px; margin: 8px 4px 0; font-size: 10px; color: var(--success); font-weight: 700; align-items: center; }
.app .actions { display: flex; gap: 8px; margin-top: 12px; }
.app .a-edit { flex: 1; text-align: center; border: 1px solid var(--border-strong); color: var(--soft); border-radius: 9px; padding: 11px 0; font-weight: 700; font-size: 13px; }
.app .a-send {
  flex: 2; text-align: center; background: var(--gold); color: #0a0a0a; border-radius: 9px;
  padding: 11px 0; font-weight: 800; font-size: 13px;
  box-shadow: 0 1px 0 rgba(0,0,0,.4), 0 8px 24px -8px rgba(251,191,36,.4);
}
.app .next-card {
  margin-top: 14px; border: 1px solid var(--border); border-radius: 12px; padding: 10px 12px;
  display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; opacity: .85;
}
.app .next-card .who { flex: 1; }
.app .next-card b { color: var(--soft); display: block; font-size: 13px; }
.app .next-card .w { color: var(--gold); font-weight: 700; font-size: 11px; }

/* Hero B: full-bleed job photo */
.hero-b { position: relative; padding: 0; overflow: hidden; background: #0a0a0a; }
.hero-b .photo {
  position: absolute; inset: 0;
  background-image: url("../photos/house-after-2.jpg");
  background-size: cover; background-position: center 18%;
}
.hero-b .scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,.92) 0%, rgba(10,10,10,.78) 34%, rgba(10,10,10,.22) 64%, rgba(10,10,10,.04) 100%),
    linear-gradient(180deg, rgba(10,10,10,.28) 0%, transparent 28%, transparent 64%, rgba(10,10,10,.88) 100%);
}
.hero-b .inner { position: relative; z-index: 2; padding: 128px 0 150px; }
.hero-b h1 { text-shadow: 0 2px 24px rgba(0,0,0,.45); max-width: 720px; }
.hero-b .lede { color: #e5e7eb; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.hero-b .anchor { color: #d1d5db; font-size: 15px; margin-top: 20px; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.hero-b .anchor b { color: #fff; }
.hero-b .btn-ghost { border-color: rgba(255,255,255,.4); color: #fff; background: rgba(10,10,10,.25); }
.hero-b .credit {
  position: absolute; right: 24px; bottom: 16px; z-index: 3;
  color: rgba(255,255,255,.75); font-size: 12px; font-weight: 600;
  text-shadow: 0 1px 6px rgba(0,0,0,.8);
}
.proofband { padding: 56px 0 8px; }
.proofband .head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.proofband .head p { color: var(--muted); font-size: 14px; }
.shots { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 22px; }
.shot { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--border-strong); aspect-ratio: 4 / 3; }
.shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shot .tag {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; color: #fff; background: rgba(10,10,10,.72);
  border: 1px solid rgba(255,255,255,.25);
}
.shot .tag.after { background: var(--gold); color: #0a0a0a; border-color: transparent; }
.shot .cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px 12px 10px;
  background: linear-gradient(transparent, rgba(10,10,10,.85)); color: #e5e7eb; font-size: 12.5px; font-weight: 600;
}

/* Hero C: type + live approvals strip */
.hero-c { padding: 108px 0 72px; }
.hero-c h1 {
  font-size: clamp(42px, 7vw, 82px); letter-spacing: -2.6px; line-height: 1.02; max-width: 920px;
}
.hero-c h1 .paid {
  background-image: linear-gradient(var(--gold), var(--gold));
  background-repeat: no-repeat; background-position: 0 96%; background-size: 100% 0.09em;
}
.livepanel { margin-top: 56px; overflow: hidden; }
.livehead { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--border); }
.livehead .t { font-weight: 800; font-size: 15px; }
.livehead .meta { color: var(--muted); font-size: 13px; }
.livedot {
  margin-left: auto; display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold);
}
.livedot i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: pulse 2s ease infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.liverow { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1.3fr) auto; gap: 24px; align-items: center; padding: 18px 20px; }
.liverow + .liverow { border-top: 1px solid var(--border); }
.liverow.dim { opacity: .55; }
.lr-in .bubble {
  background: var(--bg-soft); border: 1px solid var(--border); border-radius: 4px 14px 14px 14px;
  padding: 10px 14px; color: var(--soft); font-size: 14px; line-height: 1.5;
}
.lr-in .who { color: var(--faint); font-size: 12px; margin-top: 6px; }
.lr-in .who b { color: #fca5a5; }
.lr-draft { border: 1px solid rgba(251,191,36,.35); background: rgba(251,191,36,.04); border-radius: 12px; padding: 12px 14px; }
.lr-draft .tag { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.lr-draft p { font-size: 14px; line-height: 1.5; }
.lr-act { display: flex; flex-direction: column; gap: 8px; min-width: 168px; }
.lr-act .send {
  text-align: center; background: var(--gold); color: #0a0a0a; border-radius: 9px;
  padding: 11px 16px; font-weight: 800; font-size: 13px;
  box-shadow: 0 1px 0 rgba(0,0,0,.4), 0 8px 24px -8px rgba(251,191,36,.4);
}
.lr-act .edit { text-align: center; border: 1px solid var(--border-strong); color: var(--soft); border-radius: 9px; padding: 9px 16px; font-weight: 700; font-size: 13px; }
.live-caption { color: var(--faint); font-size: 13px; margin-top: 16px; }
.live-caption b { color: var(--muted); }

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { padding: 26px; }
.card .kicker { font-size: 13px; font-weight: 800; color: var(--gold); letter-spacing: .04em; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.card p { color: var(--muted); font-size: 15px; margin-top: 8px; }
.card h3 { margin-bottom: 6px; }
.card .ico { color: var(--gold); }

.timeline { position: relative; max-width: 720px; margin: 40px 0 0; padding-left: 44px; }
.timeline::before {
  content: ""; position: absolute; left: 12px; top: 8px; bottom: 8px;
  width: 2px; background: var(--border);
}
.stop { position: relative; padding-bottom: 40px; }
.stop:last-child { padding-bottom: 0; }
.stop::before {
  content: ""; position: absolute; left: -39px; top: 7px; width: 12px; height: 12px;
  border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 5px rgba(251,191,36,.12);
}
.stop h3 { font-size: 22px; margin-bottom: 8px; }
.stop h3 .t { color: var(--gold); }
.stop p { color: var(--soft); font-size: 16px; max-width: 620px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.icon-row { display: flex; align-items: flex-start; gap: 14px; }
.icon-box {
  width: 40px; height: 40px; border-radius: 10px; flex: none;
  background: rgba(251,191,36,.1); border: 1px solid rgba(251,191,36,.3);
  color: var(--gold); display: flex; align-items: center; justify-content: center;
}

.plan { max-width: 880px; margin: 28px auto 0; overflow: hidden; position: relative; }
.plan::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-bright));
}
.plan-half { padding: 48px 40px 36px; text-align: center; }
.plan-kicker { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.plan-price { font-size: clamp(64px, 10vw, 96px); font-weight: 800; letter-spacing: -3px; line-height: 1; color: var(--gold); }
.plan-price small { font-size: 18px; font-weight: 700; color: var(--text); letter-spacing: -0.2px; display: block; margin-top: 14px; }
.plan-half p { color: var(--soft); font-size: 16px; margin: 16px auto 0; max-width: 560px; }
.nots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border-top: 1px solid var(--border); }
.not { background: var(--bg-card); padding: 22px 20px; text-align: center; }
.not b { display: block; font-size: 15px; font-weight: 800; }
.not span { display: block; color: var(--muted); font-size: 13px; margin-top: 5px; }

.bill { padding: 26px 28px; max-width: 420px; font-size: 14px; }
.bill-head { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.bill .row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--border); color: var(--soft); }
.bill .row .amt { font-weight: 700; color: var(--text); font-variant-numeric: tabular-nums; }
.bill .row .shr { color: var(--muted); font-size: 12px; display: block; }
.bill .total { display: flex; justify-content: space-between; padding-top: 14px; font-weight: 800; }
.bill .total .amt { color: var(--gold); }
.bill-note { color: var(--faint); font-size: 12px; margin-top: 12px; }

.faq { max-width: 760px; margin-top: 32px; }
.qa { padding: 24px 0; border-top: 1px solid var(--border); }
.qa:last-child { border-bottom: 1px solid var(--border); }
.qa h3 { font-size: 18px; margin-bottom: 8px; }
.qa p { color: var(--muted); font-size: 16px; max-width: 680px; }

.obj { display: flex; gap: 18px; padding: 22px 0; border-top: 1px solid var(--border); }
.obj:last-child { border-bottom: 1px solid var(--border); }
.obj .dot { flex: none; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); margin-top: 8px; }
.obj p { color: var(--soft); font-size: 17px; }
.obj p b { color: var(--text); }

.close-sec { text-align: center; padding: 96px 0 112px; }
.close-sec h2 { max-width: 760px; margin: 0 auto; }
.close-sec p { color: var(--soft); font-size: 17px; max-width: 520px; margin: 16px auto 34px; }

footer { border-top: 1px solid var(--border); padding: 36px 0 48px; position: relative; z-index: 1; }
.foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.foot a { color: var(--muted); text-decoration: none; font-size: 14px; margin-right: 22px; }
.foot a:hover { color: var(--text); }
.foot .copy { color: var(--faint); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.foot .copy img { width: 22px; height: 22px; border-radius: 6px; }

/* Examples: product frames */
.examples-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 40px; align-items: start; }
.frame-cap { color: var(--faint); font-size: 13px; text-align: center; margin-top: 14px; }
.phone {
  width: 330px; margin: 0 auto; background: #000; border: 1px solid var(--border-strong);
  border-radius: 46px; padding: 12px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.04);
}
.phone .screen { border-radius: 36px; overflow: hidden; position: relative; }
.phone .app { padding: 44px 14px 20px; background: #0a0a0a; }

.desk {
  border: 1px solid var(--border-strong); border-radius: 14px; overflow: hidden;
  background: var(--bg); box-shadow: 0 24px 60px -20px rgba(0,0,0,.7);
}
.desk-bar {
  height: 36px; background: #111; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 8px; padding: 0 14px;
}
.desk-dot { width: 8px; height: 8px; border-radius: 50%; background: #374151; }
.desk-app { display: grid; grid-template-columns: 168px 1fr; min-height: 340px; }
.desk-side { border-right: 1px solid var(--border); padding: 14px 10px; }
.desk-brand { display: flex; align-items: center; gap: 8px; padding: 4px 6px 14px; }
.desk-brand img { width: 26px; height: 26px; border-radius: 6px; }
.desk-brand b { font-size: 12px; display: block; line-height: 1.2; }
.desk-brand span { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.desk-nav { display: flex; flex-direction: column; gap: 2px; }
.desk-nav span {
  font-size: 12px; font-weight: 700; color: var(--soft); padding: 8px 10px; border-radius: 8px;
}
.desk-nav span.on { background: var(--gold); color: #0a0a0a; }
.desk-main { padding: 18px 16px 20px; }
.desk-main h4 { font-size: 16px; font-weight: 800; }
.desk-main .sub { color: var(--muted); font-size: 12px; margin-top: 2px; }
.statrow { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 8px; margin-top: 14px; }
.stat { padding: 12px; }
.stat .l { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.stat .v { font-size: 22px; font-weight: 800; font-variant-numeric: tabular-nums; margin-top: 2px; }
.stat.hero .v { color: var(--gold); }
.attr { width: 100%; border-collapse: collapse; font-size: 12px; margin-top: 14px; }
.attr th { text-align: left; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); padding: 8px 6px; border-bottom: 1px solid var(--border-strong); }
.attr td { padding: 8px 6px; border-bottom: 1px solid var(--border); color: var(--soft); }
.attr td.num { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--text); }

.mphone { width: 300px; margin: 0 auto; }
.mphone .apphead { display: flex; justify-content: space-between; align-items: baseline; padding: 0 2px 12px; }
.mphone .apphead h4 { font-size: 17px; }
.mphone .apphead span { font-size: 11px; color: var(--muted); }
.mcpl { padding: 14px; margin-bottom: 10px; }
.mcpl .l { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.mcpl .v { font-size: 36px; font-weight: 800; color: var(--gold); letter-spacing: -1px; }
.mcpl .s { font-size: 12px; color: var(--muted); }
.srccard { padding: 12px 14px; margin-bottom: 8px; }
.srccard b { font-size: 13px; }
.srccard .nums { display: flex; margin-top: 8px; text-align: center; }
.srccard .nums > div { flex: 1; }
.srccard .nums .l { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--faint); }
.srccard .nums .v { font-size: 14px; font-weight: 800; }

.q { background: #F4F5F7; padding: 40px 12px 18px; font-size: 12px; color: #111827; }
.q .q-card { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #EAECF0; box-shadow: 0 12px 32px -12px rgba(16,24,40,.18); }
.q .q-brand { background: #0A0A0A; padding: 12px 14px; display: flex; align-items: center; gap: 10px; }
.q .q-logo { width: 30px; height: 30px; border-radius: 7px; overflow: hidden; background: #0a0a0a; }
.q .q-logo img { width: 100%; height: 100%; object-fit: cover; }
.q .q-name { color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .4px; }
.q .q-phone { color: #9CA3AF; font-size: 10px; margin-top: 1px; }
.q .q-meta { padding: 12px 14px; border-bottom: 1px solid #EAECF0; }
.q .q-meta h4 { font-size: 14px; font-weight: 800; color: #0A0A0A; }
.q .q-meta .q-sub { color: #6B7280; font-size: 11px; margin-top: 2px; }
.q .q-body { padding: 12px 14px 4px; }
.q .q-label { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #98A2B3; margin-bottom: 8px; }
.q .tier { position: relative; border: 2px solid #E4E7EC; border-radius: 10px; padding: 11px 34px 11px 12px; margin-bottom: 8px; background: #fff; }
.q .tier.sel { border-color: #d97706; box-shadow: 0 0 0 3px rgba(217,119,6,.12); background: #FFFBEB; }
.q .tier .t-badge { position: absolute; top: -8px; left: 10px; background: #d97706; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 3px 7px; border-radius: 999px; }
.q .t-check { position: absolute; top: 10px; right: 10px; width: 18px; height: 18px; border-radius: 50%; border: 2px solid #D0D5DD; }
.q .tier.sel .t-check { background: #d97706; border-color: #d97706; }
.q .t-label { font-size: 9px; font-weight: 800; color: #667085; text-transform: uppercase; letter-spacing: .07em; }
.q .t-price { font-size: 20px; font-weight: 900; color: #0A0A0A; letter-spacing: -0.5px; }
.q .t-sum { font-size: 10px; color: #475467; line-height: 1.5; }
.q .q-accept { margin: 8px 14px 6px; background: #d97706; color: #fff; border-radius: 9px; text-align: center; padding: 11px 0; font-weight: 800; font-size: 12px; }
.q .q-reassure { text-align: center; color: #98A2B3; font-size: 9px; padding: 0 14px 14px; line-height: 1.5; }

/* A/B/C switcher */
.ab-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: rgba(10,10,10,.94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}
.ab-bar .ab-label { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.ab-bar a {
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; font-size: 13px; font-weight: 800;
  padding: 8px 12px; border-radius: 8px; border: 1px solid var(--border-strong); color: var(--soft);
}
.ab-bar a:hover { color: #fff; background: var(--bg-soft); }
.ab-bar a.on { background: var(--gold); color: #0a0a0a; border-color: var(--gold); }
.ab-bar .ab-note { font-size: 12px; color: var(--faint); }

@media (prefers-reduced-motion: reduce) { .livedot i { animation: none; } }
@media (max-width: 900px) {
  section { padding: 64px 0; }
  .hero-a { padding: 48px 0 40px; }
  .hero-a .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-b .inner { padding: 88px 0 110px; }
  .hero-c { padding: 72px 0 48px; }
  .hero-a .ctas a, .hero-b .ctas a, .hero-c .ctas a { width: 100%; text-align: center; }
  .grid3, .shots, .split, .examples-grid, .nots { grid-template-columns: 1fr; }
  .liverow { grid-template-columns: 1fr; gap: 14px; }
  .lr-act { flex-direction: row; }
  .lr-act .send, .lr-act .edit { flex: 1; }
  .liverow.dim { display: none; }
  .nav-links a.link { display: none; }
  .hero-phone, .phone { width: 300px; }
  .desk-app { grid-template-columns: 1fr; }
  .desk-side { display: none; }
  .plan-half { padding: 30px 22px; }
  .ab-bar .ab-note { display: none; }
}
