:root {
  --accent: #d97706;
  --accent-deep: #b45309;
  --accent-soft: #fef3e2;
  --ink-900: #1c1917;
  --ink-700: #44403c;
  --ink-500: #78716c;
  --ink-300: #d6d3d1;
  --paper: #fafaf9;
  --paper-warm: #f5f0ea;
  --card: #ffffff;
  --line: #e7e5e4;
  --ok: #15803d;
  --err: #b91c1c;
  --r-lg: 18px;
  --r-md: 12px;
  --r-sm: 8px;
  --shadow-soft: 0 1px 2px rgba(28, 25, 23, 0.05), 0 12px 32px -12px rgba(28, 25, 23, 0.14);
  --shadow-pop: 0 2px 6px rgba(28, 25, 23, 0.06), 0 24px 56px -16px rgba(180, 83, 9, 0.22);
  --font-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
}
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
h1, h2, .price, .wordmark { font-family: var(--font-display); }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.06; letter-spacing: -0.02em; font-weight: 800; margin: 18px 0 20px; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.15; letter-spacing: -0.015em; font-weight: 700; margin: 6px 0 12px; }
h3 { margin: 0 0 8px; font-size: 1.05rem; }
.muted { color: var(--ink-500); font-size: 0.9em; }
.req { color: var(--accent-deep); }
.eyebrow {
  display: inline-block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent-deep);
}
.section-sub { color: var(--ink-700); max-width: 46rem; margin: 0 0 8px; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250, 250, 249, 0.86); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 28px; padding: 14px 24px; }
.wordmark {
  font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em;
  color: var(--ink-900); text-decoration: none;
}
.wordmark span { color: var(--accent); }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a {
  color: var(--ink-700); text-decoration: none; font-size: 0.94rem; font-weight: 500;
}
.nav-links a:hover { color: var(--ink-900); }
.btn-nav { padding: 9px 18px; font-size: 0.92rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; border: 1px solid transparent; border-radius: var(--r-sm);
  padding: 12px 22px; font-size: 1rem; font-weight: 600; cursor: pointer;
  text-decoration: none; color: var(--ink-900); background: var(--card);
  font-family: var(--font-body);
  transition: transform 0.06s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 1px 2px rgba(180, 83, 9, 0.3), 0 8px 22px -8px rgba(217, 119, 6, 0.55);
}
.btn-primary:hover { background: var(--accent-deep); }
.btn-ghost { border-color: var(--ink-300); background: transparent; }
.btn-ghost:hover { border-color: var(--ink-700); }
.btn-invert { background: #fff; color: var(--accent-deep); }
.btn-invert:hover { background: var(--accent-soft); }
.btn-lg { padding: 14px 26px; font-size: 1.05rem; }
.btn-small { padding: 8px 14px; font-size: 0.88rem; border-color: var(--line); }
.btn-big { display: block; text-align: center; font-size: 1.1rem; padding: 15px 22px; }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; }

/* ---------- hero ---------- */
.hero { padding: 72px 0 64px; background:
  radial-gradient(1200px 480px at 70% -10%, var(--accent-soft), transparent 65%), var(--paper); }
.hero-grid { max-width: 820px; }
.badge {
  display: inline-block; font-size: 0.8rem; font-weight: 600; color: var(--accent-deep);
  background: var(--accent-soft); border: 1px solid #f3ddc0;
  padding: 5px 12px; border-radius: 999px;
}
.lead { font-size: 1.12rem; color: var(--ink-700); max-width: 46rem; margin: 0 0 26px; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 20px; }
.honesty {
  font-size: 0.92rem; color: var(--ink-500);
  border-left: 3px solid var(--accent); padding-left: 12px; max-width: 44rem; margin: 0;
}

/* ---------- hero panel: mockup + form ---------- */
.panel-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 24px; margin-top: 48px; align-items: start;
}
.browser-frame {
  margin: 0; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--shadow-soft); overflow: hidden;
  position: sticky; top: 84px;
}
.chrome {
  display: flex; align-items: center; gap: 6px;
  background: var(--paper-warm); border-bottom: 1px solid var(--line); padding: 10px 14px;
}
.chrome span { width: 10px; height: 10px; border-radius: 50%; background: var(--ink-300); }
.chrome em {
  font-style: normal; font-size: 0.78rem; color: var(--ink-500);
  background: var(--card); border: 1px solid var(--line); border-radius: 6px;
  padding: 2px 10px; margin-left: 10px; flex: 1; text-align: center;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.mock-wall { position: relative; padding: 18px; display: grid; gap: 12px; }
.watermark {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.6rem;
  color: rgba(28, 25, 23, 0.1); transform: rotate(-14deg); pointer-events: none;
  text-transform: uppercase; letter-spacing: 0.08em; z-index: 2;
}
.mock-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px; font-size: 0.88rem;
}
.mock-card p { margin: 8px 0 0; color: var(--ink-700); }
.mock-video .mock-play {
  height: 74px; border-radius: var(--r-sm); margin-top: 8px;
  background: linear-gradient(135deg, #efe7db, #e2d5c3); position: relative;
}
.mock-video .mock-play::after {
  content: ""; position: absolute; inset: 0; margin: auto; width: 0; height: 0;
  border: 12px solid transparent; border-left: 18px solid rgba(28, 25, 23, 0.55);
  transform: translateX(6px);
}
.sample-tag {
  display: inline-block; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 700; color: var(--ink-500); border: 1px solid var(--line);
  border-radius: 5px; padding: 2px 6px; background: var(--card);
}

.form-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-soft); padding: 26px;
}
.form-title { margin-top: 0; }
.form-sub { color: var(--ink-700); font-size: 0.95rem; margin: 0 0 18px; }

/* ---------- form ---------- */
.t-form label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 14px; }
.t-form input[type="text"], .t-form textarea {
  display: block; width: 100%; margin-top: 6px;
  font: inherit; font-weight: 400; color: var(--ink-900);
  border: 1px solid var(--line); border-radius: var(--r-sm); padding: 10px 12px; background: #fff;
}
.t-form input:focus, .t-form textarea:focus {
  outline: 2px solid var(--accent); outline-offset: 1px; border-color: transparent;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hp { position: absolute !important; left: -9999px !important; height: 1px; width: 1px; opacity: 0; }

.video-block { border: 1px dashed var(--ink-300); border-radius: var(--r-md); padding: 14px; margin-bottom: 16px; }
.video-label { font-weight: 600; font-size: 0.9rem; display: block; margin-bottom: 10px; }
.rec-state { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.rec-state[hidden] { display: none; }
.btn-file { display: inline-block; }
#rec-preview, #rec-playback { width: 100%; max-width: 420px; border-radius: var(--r-md); background: #171412; aspect-ratio: 16/9; }
.rec-controls { display: flex; align-items: center; gap: 10px; }
.rec-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--err); animation: pulse 1.1s infinite; }
@keyframes pulse { 50% { opacity: 0.25; } }
#rec-timer { font-variant-numeric: tabular-nums; font-weight: 700; }

.consent { display: flex; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.consent input { margin-top: 4px; accent-color: var(--accent); }

.err { color: var(--err); font-size: 0.9rem; }
.form-status { font-size: 0.95rem; font-weight: 600; }
.form-status.ok { color: var(--ok); }
.form-status.bad { color: var(--err); }

.t-success { border: 1px solid var(--ok); border-radius: var(--r-md); padding: 24px; }
.t-success h3 { color: var(--ok); }

/* ---------- features ---------- */
.features { padding: 84px 0 30px; }
.feature-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  padding: 34px 0;
}
.row-flip .feature-copy { order: 2; }
.row-flip .feature-visual { order: 1; }
.feature-copy p { color: var(--ink-700); max-width: 30rem; }
.checks { list-style: none; margin: 18px 0 0; padding: 0; }
.checks li { padding-left: 28px; position: relative; margin-bottom: 10px; font-weight: 500; font-size: 0.97rem; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--accent-soft); border: 1px solid #f3ddc0;
}
.checks li::after {
  content: ""; position: absolute; left: 5px; top: 8px; width: 8px; height: 4px;
  border-left: 2px solid var(--accent-deep); border-bottom: 2px solid var(--accent-deep);
  transform: rotate(-45deg);
}
.feature-visual > div {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-soft); padding: 26px;
}

.mock-videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-thumb {
  aspect-ratio: 16/10; border-radius: var(--r-sm);
  background: linear-gradient(135deg, var(--paper-warm), #eadfce); position: relative;
}
.mock-thumb::after {
  content: ""; position: absolute; inset: 0; margin: auto; width: 0; height: 0;
  border: 7px solid transparent; border-left: 11px solid rgba(28, 25, 23, 0.4);
  transform: translateX(4px);
}
.mock-flat-tag {
  margin-top: 16px; text-align: center; font-weight: 600; font-size: 0.92rem;
  color: var(--accent-deep); background: var(--accent-soft); border-radius: var(--r-sm); padding: 8px;
}

.mock-import-head { font-weight: 700; margin-bottom: 14px; font-family: var(--font-display); }
.mock-select {
  display: flex; justify-content: space-between; align-items: center;
  border: 1px solid var(--line); border-radius: var(--r-sm); padding: 10px 12px;
  color: var(--ink-500); background: var(--paper); margin-bottom: 14px;
}
.mock-bars { display: grid; gap: 8px; margin-bottom: 16px; }
.mock-bars span { height: 12px; border-radius: 6px; background: var(--paper-warm); }
.mock-bars span:nth-child(1) { width: 85%; }
.mock-bars span:nth-child(2) { width: 65%; }
.mock-bars span:nth-child(3) { width: 75%; }
.mock-import-btn {
  text-align: center; background: var(--accent); color: #fff; font-weight: 600;
  border-radius: var(--r-sm); padding: 10px; opacity: 0.9;
}
.mock-caption {
  margin-top: 14px; text-align: center; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-500);
}

.mock-brand { position: relative; min-height: 230px; }
.mock-mini {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 18px; width: 72%; position: relative; z-index: 2;
}
.mock-mini-back {
  position: absolute; right: 26px; top: 44px; z-index: 1; opacity: 0.85;
  box-shadow: var(--shadow-soft);
}
.mock-swatch-row { display: flex; gap: 6px; margin-bottom: 12px; }
.sw { width: 18px; height: 18px; border-radius: 6px; }
.sw-a { background: #d97706; } .sw-b { background: #1c1917; } .sw-c { background: #e7e5e4; }
.sw-d { background: #0e7490; } .sw-e { background: #334155; } .sw-f { background: #e2e8f0; }
.mock-line { height: 10px; border-radius: 5px; background: var(--paper-warm); margin-bottom: 8px; }
.w70 { width: 70%; } .w60 { width: 60%; } .w50 { width: 50%; } .w45 { width: 45%; }
.mock-brand-tag { font-size: 0.75rem; font-weight: 700; color: var(--ink-500); margin-top: 10px; }

/* ---------- wall band ---------- */
.wall-band { padding: 64px 0; background: var(--paper-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.wall-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 18px; box-shadow: var(--shadow-soft);
}
.wall-card p { margin: 10px 0 8px; font-size: 0.94rem; color: var(--ink-700); }
.wall-who { color: var(--ink-500); font-size: 0.84rem; }

/* ---------- pricing ---------- */
.pricing-band { padding: 84px 0; }
.pricing-inner { display: flex; justify-content: center; }
.price-card {
  background: var(--card); border: 2px solid var(--accent); border-radius: var(--r-lg);
  padding: 34px; max-width: 460px; width: 100%; box-shadow: var(--shadow-pop);
}
.price-tag {
  font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--accent-deep);
}
.price { font-size: 3.4rem; font-weight: 800; letter-spacing: -0.03em; margin: 8px 0 12px; }
.price-once { font-size: 1rem; font-weight: 600; color: var(--ink-500); font-family: var(--font-body); }
.price-list { list-style: none; padding: 0; margin: 0 0 22px; }
.price-list li { padding: 7px 0 7px 28px; position: relative; font-size: 0.97rem; }
.price-list li::before {
  content: ""; position: absolute; left: 0; top: 12px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--accent-soft); border: 1px solid #f3ddc0;
}
.price-list li::after {
  content: ""; position: absolute; left: 5px; top: 17px; width: 8px; height: 4px;
  border-left: 2px solid var(--accent-deep); border-bottom: 2px solid var(--accent-deep);
  transform: rotate(-45deg);
}
.refund-note { font-size: 0.9rem; margin: 16px 0 0; text-align: center; line-height: 1.7; }

/* ---------- faq ---------- */
.faq { padding: 10px 0 70px; }
.faq-wrap { max-width: 760px; }
.faq details {
  border: 1px solid var(--line); border-radius: var(--r-md); background: var(--card);
  padding: 16px 20px; margin-bottom: 10px; box-shadow: var(--shadow-soft);
}
.faq summary {
  font-weight: 600; cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq-ind { position: relative; width: 18px; height: 18px; flex: none; }
.faq-ind::before, .faq-ind::after {
  content: ""; position: absolute; background: var(--accent-deep); border-radius: 2px;
  transition: transform 0.18s ease;
}
.faq-ind::before { left: 0; top: 8px; width: 18px; height: 2px; }
.faq-ind::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq details[open] .faq-ind::after { transform: scaleY(0); }
.faq p { color: var(--ink-700); margin: 12px 0 4px; }

/* ---------- closing band ---------- */
.closing-band {
  background: linear-gradient(120deg, var(--accent-deep), var(--accent));
  color: #fff; padding: 64px 0;
}
.closing-inner { text-align: center; max-width: 640px; }
.closing-band h2 { color: #fff; margin-bottom: 8px; }
.closing-band p { color: rgba(255, 255, 255, 0.88); margin: 0 0 22px; }

/* ---------- footer ---------- */
.footer { padding: 36px 0 44px; background: var(--paper); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.wordmark-footer { font-size: 1.15rem; }
.footer p { margin: 6px 0; font-size: 0.92rem; }
.footer a { color: var(--accent-deep); }
.footer-right { text-align: right; }

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .panel-grid { grid-template-columns: 1fr; }
  .browser-frame { position: static; }
  .feature-row { grid-template-columns: 1fr; gap: 22px; padding: 26px 0; }
  .row-flip .feature-copy { order: 1; }
  .row-flip .feature-visual { order: 2; }
  .wall { grid-template-columns: 1fr; }
  .footer-inner, .footer-right { text-align: left; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .hero { padding-top: 48px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}
