/* ============================================================
   Geek Browser — page-specific styles on top of Itinr's
   design-system.css + site.css. Landscape iPad mockups, key caps,
   and the "where the agent runs" comparison.
   ============================================================ */

/* Landscape iPad mockups in the hero (replaces .phones/.phone) */
.pads { position: relative; width: 100%; height: 430px; }
.pad {
  position: absolute; width: 430px; padding: 9px 10px;
  background: var(--ink); border-radius: 22px; box-shadow: var(--shadow-float);
}
.pad img { width: 100%; display: block; border-radius: 13px; }
.pad.front { right: -6%; top: 150px; transform: rotate(2deg); z-index: 2; }
.pad.back  { right: 12%; top: 0; transform: rotate(-3deg); opacity: .97; }
@media (max-width: 980px) {
  .pads { height: 400px; max-width: 560px; margin: 8px auto 0; }
  .pad { width: 400px; }
  .pad.front { right: 0; top: 140px; }
  .pad.back { right: 8%; }
}
@media (max-width: 620px) {
  .pads { height: 300px; max-width: 100%; }
  .pad { width: 300px; padding: 6px 7px; border-radius: 16px; }
  .pad img { border-radius: 10px; }
  .pad.front { right: 0; top: 104px; }
  .pad.back { right: 42px; top: 0; }
}
@media (max-width: 400px) {
  .pads { height: 260px; }
  .pad { width: 260px; }
  .pad.front { top: 88px; }
  .pad.back { right: 34px; }
}

/* Landscape shots in feature sections — stacked, not side by side */
.shots { flex-direction: column; align-items: stretch; gap: 18px; max-width: 520px; margin: 0 auto; }
.shot { width: 100%; padding: 8px 9px; border-radius: 20px; }
.shot img { width: 100%; display: block; border-radius: 12px; }
.shots .shot:nth-child(2) { margin-top: 0; align-self: flex-end; width: 90%; }
.shots.solo { max-width: 560px; }

/* Key caps inside copy */
kbd {
  display: inline-block; min-width: 1.6em; padding: 0 .42em; margin: 0 .08em;
  border-radius: 6px; border: 1px solid var(--hairline);
  background: var(--surface-tint); color: var(--ink);
  font: 600 .86em/1.7 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  text-align: center; vertical-align: 1px;
  box-shadow: 0 1px 0 rgba(9,9,11,.10);
}
.hero .lead kbd, p.sec-sub kbd { font-size: .82em; }

/* Hero key strip — the real default bindings */
.keystrip { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 26px; font: 600 13px var(--font-stack); color: var(--text-secondary); }
.keystrip span { display: inline-flex; align-items: center; gap: 6px; }
.keystrip kbd { font-size: 12px; }

/* Agent callout */
.callout {
  margin-top: 28px; padding: 18px 20px; border-radius: var(--r-18);
  background: var(--brand-tint); color: var(--zinc-deeper); font-size: 14.5px; line-height: 1.5;
  display: flex; gap: 12px; align-items: flex-start;
}
.callout .bi { flex: 0 0 30px; height: 30px; border-radius: 9px; background: var(--surface); color: var(--brand); display: flex; align-items: center; justify-content: center; }
.callout .bi .ico { width: 16px; height: 16px; }
.callout b { color: var(--ink); }

/* Agent tab mark */
.star-mark { color: var(--brand); font-weight: 800; }

/* Dark band for the Private section shots (borrows Itinr's .remember tone) */
section.private { background: var(--ink); color: #fff; border-radius: var(--r-28); margin: 0 12px; }
section.private h2.sec { color: #fff; }
section.private p.sec-sub { color: rgba(255,255,255,.72); }
section.private .bullets b { color: #fff; }
section.private .bullets span.d { color: rgba(255,255,255,.6); }
section.private .bullets .bi { background: rgba(10,132,255,.22); color: #6cb2ff; }
section.private .shot { background: #1c1c1e; box-shadow: 0 24px 48px rgba(0,0,0,.5); }
section.private .section-eyebrow { color: #6cb2ff; }
section.private kbd { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.14); box-shadow: none; }

/* Single free plan */
.plans-grid.single { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
.plan.star::before { content: "Free forever"; }

/* Download links under the final badge */
.final-links { margin-top: 26px; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; font: 600 14px var(--font-stack); }
.final-links a { color: var(--text-secondary); text-decoration: none; }
.final-links a:hover { color: var(--brand); }

/* ── "Where the agent runs" comparison ── */
.compare { max-width: 820px; margin: 0 auto; }
.compare table { width: 100%; border-collapse: separate; border-spacing: 0; text-align: left; font-size: 14.5px; }
.compare th, .compare td { padding: 14px 16px; vertical-align: top; border-bottom: 1px solid var(--hairline); }
.compare thead th { font: 800 13px var(--font-stack); letter-spacing: .3px; text-transform: uppercase; color: var(--text-secondary); border-bottom: 1px solid var(--hairline); }
.compare thead th.us { color: var(--brand); }
.compare tbody th { font-weight: 700; color: var(--ink); width: 27%; }
.compare td.them { color: var(--text-secondary); width: 36.5%; }
.compare td.us { color: var(--zinc-deeper); width: 36.5%; background: var(--brand-tint); }
.compare tbody tr:first-child td.us { border-top-left-radius: var(--r-14); border-top-right-radius: var(--r-14); }
.compare tbody tr:last-child td.us { border-bottom-left-radius: var(--r-14); border-bottom-right-radius: var(--r-14); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }
.compare-note { margin-top: 18px; color: var(--text-tertiary); font-size: 12.5px; text-align: center; }
@media (max-width: 720px) {
  .compare { overflow-x: auto; }
  .compare table { min-width: 640px; }
}

/* Model row in the "your model" section */
.models { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.model-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: var(--r-full);
  background: var(--surface); border: 1px solid var(--hairline); box-shadow: var(--shadow-card);
  font: 700 13.5px var(--font-stack); color: var(--ink); }
.model-chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.model-chip.free .dot { background: var(--success); }
.model-chip .note { font-weight: 600; color: var(--text-tertiary); }

/* ── Clips, framed like the stills ── */
.shot-video { line-height: 0; }
.shot video { width: 100%; display: block; border-radius: 12px; background: var(--canvas); }
.shots .shot-video { align-self: stretch; width: 100%; }

/* ── Apple Intelligence / your own key ── */
.choice-card {
  margin-top: 26px; display: grid; gap: 18px;
  padding: 22px 24px; border-radius: var(--r-20);
  background: var(--surface); border: 1px solid var(--hairline); box-shadow: var(--shadow-card);
}
.choice + .choice { padding-top: 18px; border-top: 1px solid var(--hairline); }
.choice .tile { width: 38px; height: 38px; margin-bottom: 12px; }
.choice .tile .ico { width: 20px; height: 20px; }
.choice h3 { margin: 0 0 8px; font-size: 16.5px; font-weight: 800; letter-spacing: -.3px; }
.choice p { margin: 0 0 8px; color: var(--text-secondary); font-size: 14.5px; line-height: 1.5; }
.choice p:last-child { margin-bottom: 0; }
.choice p b { color: var(--ink); font-weight: 700; }
.model-chip.apple { border-color: rgba(10,132,255,.32); background: var(--brand-tint); }
.model-chip.apple .dot { background: var(--brand); }
.model-chip.apple .note { color: var(--brand); }
