/* ===========================================================
   JDC Ventures Landing Page — WordPress Child Theme
   Type: Newsreader (serif, headlines) + Hanken Grotesk (sans, body)
   Palette: warm light gray + white cards + orange-red accent
   =========================================================== */

:root {
  --bg:          #F4F3EF;
  --surface:     #FFFFFF;
  --surface-2:   #FAF9F6;
  --ink:         #1B1A17;
  --ink-2:       #56524B;
  --ink-3:       #8C887F;
  --line:        #E7E3DB;
  --line-2:      #EFEBE3;
  --accent:      #E8441A;
  --accent-ink:  #BC360F;
  --accent-soft: #FBE7DE;
  --accent-tint: #FDF1EC;
  --green:       #3F9D6B;
  --green-soft:  #E4F2EA;

  --radius:   18px;
  --radius-sm: 12px;
  --radius-xs: 9px;

  --shadow-sm: 0 1px 2px rgba(27,26,23,.05);
  --shadow:    0 1px 2px rgba(27,26,23,.04), 0 10px 30px rgba(27,26,23,.06);
  --shadow-lg: 0 2px 6px rgba(27,26,23,.05), 0 30px 60px rgba(27,26,23,.10);

  --maxw: 1200px;
  --pad: 40px;

  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

::selection { background: var(--accent); color: #fff; }

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding: 110px 0; }
.section-tight { padding: 74px 0; }
.center { text-align: center; }
.stack-sm > * + * { margin-top: 14px; }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.015em; margin: 0; color: var(--ink); }
.display {
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}
.h-section {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.h-card { font-size: 25px; line-height: 1.2; }
.lead {
  font-family: var(--sans);
  font-size: clamp(17px, 1.4vw, 19.5px);
  line-height: 1.6;
  color: var(--ink-2);
  font-weight: 400;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--sans);
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent-ink);
  border: 1px solid var(--accent-soft);
  background: var(--accent-tint);
  border-radius: 100px;
  padding: 5px 13px 5px 11px;
}
.eyebrow::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.muted { color: var(--ink-2); }
.section-head { max-width: 660px; margin: 0 auto; }
.section-head .h-section { margin-top: 18px; }
.section-head .lead { margin-top: 18px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-size: 15.5px; font-weight: 600;
  border-radius: 11px; padding: 13px 22px; cursor: pointer; border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
  min-height: 44px;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 1px 1px rgba(188,54,15,.4), inset 0 1px 0 rgba(255,255,255,.25); }
.btn-primary:hover { background: #d83d15; box-shadow: 0 6px 18px rgba(232,68,26,.32); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #2c2a25; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--surface); border-color: var(--ink-3); }
.btn-sm { padding: 10px 16px; font-size: 14.5px; border-radius: 9px; }
.btn-lg { padding: 16px 28px; font-size: 16.5px; }
.btn-block { width: 100%; }

.arrow-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 600; font-size: 15px; color: var(--accent-ink);
}
.arrow-link svg { transition: transform .2s ease; }
.arrow-link:hover svg { transform: translateX(3px); }

/* ---------- navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244,243,239,.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.scrolled { border-color: var(--line); background: rgba(244,243,239,.92); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--sans); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.brand .mark {
  width: 30px; height: 30px; flex: none; position: relative;
}
.brand .mark svg { width: 100%; height: 100%; display: block; }
.brand small { font-weight: 500; color: var(--ink-3); font-size: 12.5px; letter-spacing: .02em; margin-left: 1px; white-space: nowrap; }
.brand > span { white-space: nowrap; line-height: 1.15; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--ink-2); transition: color .15s ease; white-space: nowrap; padding: 8px 0; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 14px; }

/* Hamburger menu */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  width: 28px;
  height: 24px;
  justify-content: center;
  padding: 4px;
  min-height: 44px;
}
.nav-hamburger span {
  width: 100%;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all .3s ease;
}
.nav-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.nav-drawer {
  display: none;
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: 20px var(--pad);
  flex-direction: column;
  gap: 16px;
  z-index: 49;
  animation: slideDown .3s ease;
}
.nav-drawer.active { display: flex; }
.nav-drawer a {
  font-size: 16px;
  font-weight: 500;
  color: var(--ink-2);
  padding: 12px 0;
  display: block;
  border-bottom: 1px solid var(--line-2);
}
.nav-drawer a:last-of-type { border-bottom: none; }
.nav-drawer a:hover { color: var(--accent); }

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- hero ---------- */
.hero { padding: 64px 0 40px; text-align: center; }
.hero .display { margin: 26px auto 0; max-width: 15ch; }
.hero .lead { margin: 22px auto 0; max-width: 56ch; }
.hero-cta { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.hero-proof { display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; font-size: 14px; color: var(--ink-2); }
.avatars { display: flex; }
.avatars span {
  width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--bg);
  margin-left: -9px; background-size: cover; background-position: center;
  display: grid; place-items: center; font-size: 12px; font-weight: 700; color: #fff;
}
.avatars span:first-child { margin-left: 0; }
.stars { color: var(--accent); letter-spacing: 1px; }

/* ---------- generic mockup card chrome ---------- */
.mock {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden;
}
.mock-sm { border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.mono { font-family: var(--sans); font-variant-numeric: tabular-nums; }

/* hero dashboard */
.hero-mock { margin: 56px auto 0; max-width: 1060px; }
.dash { display: grid; grid-template-columns: 52px 1fr; min-height: 460px; }
.dash-rail { background: var(--surface-2); border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 16px 0; }
.dash-rail .ricon { width: 22px; height: 22px; border-radius: 7px; background: var(--line-2); }
.dash-rail .ricon.on { background: var(--accent); }
.dash-body { padding: 18px 20px 22px; }
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dash-top h3 { font-family: var(--sans); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; }
.chip {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600;
  padding: 5px 11px; border-radius: 8px; border: 1px solid var(--line); color: var(--ink-2); background: var(--surface);
  min-height: 32px;
}
.chip.dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.dot.amber { background: #E0A030; }

.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 14px; }
.metric {
  border: 1px solid var(--line); border-radius: var(--radius-xs); padding: 12px 13px; background: var(--surface);
}
.metric .k { font-size: 12px; color: var(--ink-3); font-weight: 600; display: flex; justify-content: space-between; }
.metric .v { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin: 6px 0 4px; }
.metric .d { font-size: 11.5px; font-weight: 600; color: var(--green); display: inline-flex; align-items: center; gap: 4px; }
.metric .d.down { color: var(--accent); }
.spark { height: 26px; margin-top: 8px; }

.dash-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 14px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius-xs); background: var(--surface); padding: 14px; }
.panel-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.panel-h .t { font-family: var(--sans); font-weight: 700; font-size: 14px; }
.panel-h .t small { color: var(--accent); background: var(--accent-tint); border-radius: 6px; padding: 2px 7px; margin-left: 8px; font-size: 11px; }

table.agents { width: 100%; border-collapse: collapse; font-size: 13px; }
table.agents th { text-align: left; color: var(--ink-3); font-weight: 600; font-size: 11.5px; padding: 4px 6px; border-bottom: 1px solid var(--line-2); }
table.agents td { padding: 9px 6px; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
table.agents tr:last-child td { border-bottom: none; }
.agent-name { display: flex; align-items: center; gap: 9px; font-weight: 600; }
.agent-ico { width: 24px; height: 24px; border-radius: 7px; background: var(--accent-tint); color: var(--accent-ink); display: grid; place-items: center; flex: none; }
.agent-ico svg { width: 14px; height: 14px; }
.pill { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 100px; }
.pill.live { background: var(--green-soft); color: var(--green); }
.pill.queue { background: #FBF1DF; color: #B07815; }

/* bar chart */
.bars { display: flex; align-items: flex-end; gap: 8px; height: 120px; padding-top: 6px; }
.bars .bar { flex: 1; background: var(--accent); border-radius: 5px 5px 3px 3px; min-height: 6px; opacity: .9; }
.bars .bar.ghost { background: var(--accent-soft); }
.bars-x { display: flex; gap: 8px; margin-top: 7px; }
.bars-x span { flex: 1; text-align: center; font-size: 10px; color: var(--ink-3); }
.big-num { font-size: 27px; font-weight: 700; letter-spacing: -0.02em; }

/* ---------- stats bar ---------- */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-2); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 40px 28px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat .n { font-family: var(--serif); font-size: clamp(34px, 3.4vw, 46px); letter-spacing: -0.02em; }
.stat .l { font-size: 13.5px; color: var(--ink-2); margin-top: 4px; }
.stats-caption { text-align: center; padding: 16px; font-size: 13.5px; color: var(--ink-3); }

/* ---------- 3-col features ---------- */
.feat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 60px; }
.feat3 .item { }
.feat-mini-mock { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface-2); height: 178px; padding: 18px; overflow: hidden; position: relative; margin-bottom: 22px; }
.feat3 h3 { font-size: 22px; margin-bottom: 8px; }
.feat3 p { color: var(--ink-2); font-size: 15.5px; margin: 0 0 14px; }

/* ---------- about (Sobre mí) ---------- */
.about { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 64px; align-items: center; }
.about-photo {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  background:
    repeating-linear-gradient(135deg, #EDE9E1 0 12px, #F1EEE7 12px 24px);
  aspect-ratio: 4 / 5; position: relative; box-shadow: var(--shadow);
  display: grid; place-items: center;
}
.about-photo .ph-label {
  font-family: var(--sans); font-size: 12.5px; color: var(--ink-3); letter-spacing: .03em;
  background: var(--surface); border: 1px solid var(--line); padding: 7px 13px; border-radius: 100px;
}
.about-photo .badge {
  position: absolute; left: 20px; bottom: 20px; right: 20px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px); border: 1px solid var(--line);
  border-radius: 13px; padding: 14px 16px; box-shadow: var(--shadow);
}
.about-photo .badge .nm { font-family: var(--sans); font-weight: 700; font-size: 15px; }
.about-photo .badge .rl { font-size: 13px; color: var(--ink-2); }
.about blockquote { margin: 0; }
.about .sig { font-family: var(--serif); font-size: 22px; font-style: italic; color: var(--ink); margin-top: 22px; }
.minilist { display: grid; gap: 14px; margin-top: 26px; }
.minilist .mi { display: flex; gap: 13px; align-items: flex-start; }
.minilist .mi .ic { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-tint); color: var(--accent-ink); display: grid; place-items: center; flex: none; }
.minilist .mi .ic svg { width: 18px; height: 18px; }
.minilist .mi b { font-weight: 700; font-size: 15.5px; }
.minilist .mi p { margin: 2px 0 0; font-size: 14.5px; color: var(--ink-2); }

/* ---------- proceso ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; position: relative; box-shadow: var(--shadow-sm); }
.step .num { font-family: var(--serif); font-size: 40px; color: var(--accent); line-height: 1; }
.step h3 { font-size: 21px; margin: 16px 0 8px; }
.step p { color: var(--ink-2); font-size: 15px; margin: 0; }
.step .tag { margin-top: 16px; display: inline-flex; font-size: 12px; font-weight: 600; color: var(--ink-3); border: 1px solid var(--line); border-radius: 100px; padding: 4px 11px; }

/* ---------- alternating text + image ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split + .split { margin-top: 120px; }
.split.rev .split-text { order: 2; }
.split.rev .split-media { order: 1; }
.split-text h2 { margin: 18px 0 16px; }
.split-text p { color: var(--ink-2); font-size: 16.5px; margin: 0; }
.split-text .duo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 26px; }
.split-text .duo .ic { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-tint); color: var(--accent-ink); display: grid; place-items: center; margin-bottom: 10px; }
.split-text .duo .ic svg { width: 18px; height: 18px; }
.split-text .duo b { font-size: 15px; }
.split-text .duo p { font-size: 14px; margin-top: 4px; }
.split-media { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }

/* automation flow mock */
.flow { display: grid; gap: 12px; }
.flow .node { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; display: flex; align-items: center; gap: 11px; box-shadow: var(--shadow-sm); }
.flow .node .ni { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; flex: none; }
.flow .node .ni.brand { background: var(--accent-tint); color: var(--accent-ink); }
.flow .node .ni.dark { background: var(--ink); color: #fff; }
.flow .node .ni.green { background: var(--green-soft); color: var(--green); }
.flow .node b { font-size: 14px; }
.flow .node small { display: block; color: var(--ink-3); font-size: 12.5px; }
.flow .conn { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.flow .conn .line { width: 2px; height: 14px; background: var(--accent-soft); }
.flow .conn .lbl { font-size: 11px; font-weight: 600; color: var(--accent-ink); background: var(--accent-tint); padding: 2px 9px; border-radius: 100px; }

/* line area card */
.areacard { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 16px; box-shadow: var(--shadow-sm); }
.areacard + .areacard { margin-top: 16px; }
.areacard .ah { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.areacard .av { font-size: 30px; font-weight: 700; letter-spacing: -0.02em; margin: 6px 0; }
.areacard .delta { font-size: 12px; font-weight: 600; }
.areacard .delta.up { color: var(--green); }
.areacard .delta.down { color: var(--accent); }
.areacard svg { display: block; width: 100%; height: 56px; margin-top: 6px; }

/* ---------- agents grid 4x2 ---------- */
.agrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; }
.acard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease; }
.acard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--accent-soft); }
.acard .ai { width: 42px; height: 42px; border-radius: 11px; background: var(--accent-tint); color: var(--accent-ink); display: grid; place-items: center; margin-bottom: 18px; }
.acard .ai svg { width: 21px; height: 21px; }
.acard h3 { font-size: 19px; margin-bottom: 7px; }
.acard p { color: var(--ink-2); font-size: 14px; margin: 0; }

/* ---------- integrations ---------- */
.integ { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 52px; }
.integ-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.integ-card h3 { font-size: 21px; margin-bottom: 8px; }
.integ-card p { color: var(--ink-2); font-size: 15px; margin: 0 0 20px; }
.logos { display: flex; flex-wrap: wrap; gap: 10px; }
.logo-tab { display: inline-flex; align-items: center; gap: 9px; background: var(--surface); border: 1px solid var(--line); border-radius: 100px; padding: 9px 16px 9px 12px; font-size: 14px; font-weight: 600; color: var(--ink-2); box-shadow: var(--shadow-sm); min-height: 44px; }
.logo-tab .ld { width: 16px; height: 16px; border-radius: 5px; flex: none; }

/* ---------- pricing ---------- */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; align-items: start; }
.price { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.price.pop { border: 1.5px solid var(--accent); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.price.pop .ribbon { position: absolute; top: 0; left: 0; right: 0; background: var(--accent); color: #fff; font-size: 12.5px; font-weight: 700; text-align: center; padding: 7px; letter-spacing: .02em; }
.price.pop .pinner { margin-top: 34px; }
.price .pname { font-family: var(--serif); font-size: 23px; }
.price .pdesc { color: var(--ink-2); font-size: 14px; margin: 8px 0 18px; min-height: 40px; }
.price .pval { display: flex; align-items: baseline; gap: 6px; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); margin-bottom: 18px; }
.price .pval .amt { font-family: var(--serif); font-size: 46px; letter-spacing: -0.02em; }
.price .pval .per { color: var(--ink-3); font-size: 14px; font-weight: 500; }
.price ul { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 11px; }
.price li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--ink-2); min-height: 24px; }
.price li .ck { width: 19px; height: 19px; border-radius: 50%; background: var(--accent-tint); color: var(--accent-ink); display: grid; place-items: center; flex: none; margin-top: 1px; }
.price.pop li .ck { background: var(--accent); color: #fff; }
.price li .ck svg { width: 11px; height: 11px; }
.price-note { text-align: center; margin-top: 26px; font-size: 13.5px; color: var(--ink-3); }

/* ---------- testimonials ---------- */
.tlist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.tcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.tcard .quote { font-family: var(--serif); font-size: 19px; line-height: 1.45; color: var(--ink); margin: 0 0 22px; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tcard .who .av { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px; flex: none; }
.tcard .who .nm { font-weight: 700; font-size: 14.5px; }
.tcard .who .rl { font-size: 13px; color: var(--ink-3); }
.tcard .stars { color: var(--accent); font-size: 13px; margin-bottom: 16px; letter-spacing: 1px; }

/* ---------- faq ---------- */
.faq { max-width: 780px; margin: 50px auto 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 24px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-family: var(--serif); font-size: 21px; color: var(--ink);
  min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; flex: none; color: var(--ink-2); transition: transform .25s ease, background .2s, color .2s; min-height: 44px; min-width: 44px; }
.faq details[open] summary .pm { background: var(--accent); color: #fff; border-color: var(--accent); transform: rotate(45deg); }
.faq .answer { padding: 0 4px 24px; color: var(--ink-2); font-size: 15.5px; max-width: 64ch; }

/* ---------- final cta ---------- */
.final { padding: 30px 0 110px; }
.final-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 26px;
  padding: 76px 40px; text-align: center; box-shadow: var(--shadow-lg);
}
.final-card .display { margin: 20px auto 0; max-width: 16ch; }
.final-card .lead { margin: 20px auto 0; max-width: 50ch; }
.final-card .hero-cta { margin-top: 30px; }

/* ---------- footer ---------- */
.footer { background: var(--surface-2); border-top: 1px solid var(--line); padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer .brand { margin-bottom: 18px; }
.footer .fdesc { color: var(--ink-2); font-size: 14.5px; max-width: 34ch; }
.footer .social { display: flex; gap: 10px; margin-top: 20px; }
.footer .social a { width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-2); background: var(--surface); transition: .15s; min-height: 44px; min-width: 44px; }
.footer .social a:hover { color: var(--accent-ink); border-color: var(--accent-soft); background: var(--accent-tint); }
.footer .social a svg { width: 17px; height: 17px; }
.fcol h4 { font-family: var(--sans); font-size: 13px; font-weight: 700; color: var(--ink-3); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.fcol ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.fcol a { font-size: 14.5px; color: var(--ink-2); padding: 8px 0; display: block; min-height: 44px; }
.fcol a:hover { color: var(--ink); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-3); }
.footer-bottom a { color: var(--ink-3); }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  :root { --pad: 26px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .about { grid-template-columns: 1fr; gap: 36px; }
  .split, .split.rev .split-text, .split.rev .split-media { grid-template-columns: 1fr; order: initial; }
  .split { gap: 36px; }
  .split.rev .split-media { order: -1; }
  .agrid { grid-template-columns: repeat(2, 1fr); }
  .feat3, .steps, .prices, .tlist, .integ, .footer-grid { grid-template-columns: 1fr; }
  .feat3, .steps, .prices, .tlist { gap: 18px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .footer-grid { gap: 30px; }
  .hero-mock .dash { grid-template-columns: 1fr; }
  .dash-rail { display: none; }
  .metric-row { grid-template-columns: repeat(2, 1fr); }
  .dash-grid { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .agrid { grid-template-columns: 1fr; gap: 16px; }
  .stats-inner { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: none; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .final-card { padding: 50px 24px; }
  .nav-inner { height: auto; padding: 12px var(--pad); }
  .nav-cta { display: none; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .prices { gap: 18px; }
  .integ { gap: 12px; }
  .integ-card { padding: 20px; }
  .logos { gap: 8px; }
  .split-text .duo { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr; }
  .stat { padding: 30px 20px; }
  .section { padding: 60px 0; }
}
