/* formfiled.com
   Inherits pro251's discipline -- dark ground, one orange accent, IBM Plex
   with mono for anything that is data -- because these are the same shop and
   a visitor who sees both should recognize it.
   Where it departs: the hero is the form itself. The product is a piece of
   paper becoming a phone screen, so the page shows that rather than talking
   about it. */

@font-face { font-family:'IBM Plex Sans'; font-weight:400; font-display:optional;
  src:url(/fonts/IBMPlexSans-400.woff2) format('woff2'); }
@font-face { font-family:'IBM Plex Sans'; font-weight:600; font-display:optional;
  src:url(/fonts/IBMPlexSans-600.woff2) format('woff2'); }
@font-face { font-family:'IBM Plex Sans'; font-weight:700; font-display:optional;
  src:url(/fonts/IBMPlexSans-700.woff2) format('woff2'); }
@font-face { font-family:'IBM Plex Mono'; font-weight:400; font-display:optional;
  src:url(/fonts/IBMPlexMono-400.woff2) format('woff2'); }
@font-face { font-family:'IBM Plex Mono'; font-weight:500; font-display:optional;
  src:url(/fonts/IBMPlexMono-500.woff2) format('woff2'); }

:root {
  --paper:#080C11; --ink:#E9EFF3; --muted:#93A4B1;
  --rule:rgba(255,255,255,.10); --deep:#0B1219;
  --accent:#F97316; --accent-lift:#FB8B3C;
  --sans:'IBM Plex Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  --mono:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  color-scheme:dark;
}

*,*::before,*::after { box-sizing:border-box; }
body { margin:0; background:var(--paper); color:var(--ink);
  font:400 16px/1.6 var(--sans); -webkit-font-smoothing:antialiased; }
h1,h2,h3 { margin:0; letter-spacing:-.02em; line-height:1.1; }
p { margin:0; }
a { color:inherit; }
img,svg { max-width:100%; }

.wrap { width:min(68rem,100% - 2.5rem); margin-inline:auto; }
.rule-top { border-top:1px solid var(--rule); }

/* Micro-label. Mono and tracked, the way the rest of the shop does it. */
.eyebrow { font-family:var(--mono); font-size:.7rem; font-weight:500;
  letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }

.btn { display:inline-flex; align-items:center; gap:.5rem; border-radius:2px;
  padding:.85rem 1.5rem; font-weight:600; text-decoration:none;
  background:var(--accent); color:#160A02; transition:background-color .15s; }
.btn:hover { background:var(--accent-lift); }
.btn-quiet { background:transparent; color:var(--ink); padding-inline:0;
  text-decoration:underline; text-decoration-color:var(--rule);
  text-underline-offset:5px; }
.btn-quiet:hover { background:transparent; text-decoration-color:var(--ink); }

/* ── Header ─────────────────────────────────────────────────────────────── */
header { padding:1.6rem 0; }
header .wrap { display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.wordmark { font-weight:700; font-size:1.05rem; letter-spacing:-.03em; text-decoration:none; }
.wordmark b { color:var(--accent); font-weight:700; }
/* On a phone the header button ate the width and shoved the wordmark into the
   corner. The hero's own call to action is a thumb's length below it, so the
   header has nothing to add at that size. */
header .btn { display:none; }
@media (min-width:40rem) { header .btn { display:inline-flex; } }

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero { padding:3.5rem 0 4.5rem; }
.hero .wrap { display:grid; gap:3.5rem; }
@media (min-width:62rem) {
  .hero { padding:5rem 0 6rem; }
  .hero .wrap { grid-template-columns:1.1fr .9fr; gap:4.5rem; align-items:start; }
}
.hero h1 { font-size:clamp(2.1rem,5.4vw,3.5rem); font-weight:700; }
.hero .lede { margin-top:1.4rem; max-width:52ch; font-size:1.075rem; color:var(--muted); }
.hero .cta { margin-top:2.2rem; display:flex; flex-wrap:wrap; gap:1.4rem; align-items:center; }

/* The form. One loud element; everything on the page stays quiet around it.
   Built as real markup rather than a screenshot so it stays sharp, reflows on
   a phone, and can be read by anyone using a screen reader. */
.form-card { background:var(--deep); border:1px solid var(--rule); border-radius:3px;
  padding:1.5rem; box-shadow:0 30px 60px -30px rgba(0,0,0,.9); }
.form-card .head { display:flex; justify-content:space-between; align-items:baseline;
  gap:1rem; padding-bottom:.9rem; border-bottom:1px solid var(--rule); }
.form-card .title { font-weight:600; font-size:.95rem; }
.field { display:grid; grid-template-columns:1fr auto; gap:.75rem; align-items:center;
  padding:.7rem 0; border-bottom:1px solid var(--rule); font-size:.875rem; }
.field span { color:var(--muted); }
.field .val { font-family:var(--mono); font-size:.8rem; color:var(--ink); }
.field .yes { color:var(--accent); font-family:var(--mono); font-size:.78rem;
  letter-spacing:.06em; }
.form-card .sent { display:flex; align-items:center; gap:.6rem; margin-top:1.1rem;
  font-family:var(--mono); font-size:.72rem; letter-spacing:.06em; color:var(--muted); }
.dot { width:6px; height:6px; border-radius:50%; background:var(--accent); flex:none; }

/* ── Sections ───────────────────────────────────────────────────────────── */
section { padding:4rem 0; }
@media (min-width:62rem) { section { padding:5.5rem 0; } }
.section-head { max-width:46ch; }
.section-head h2 { margin-top:.9rem; font-size:clamp(1.55rem,3.4vw,2.1rem); font-weight:700; }
.section-head p { margin-top:1rem; color:var(--muted); }

.steps { margin-top:3rem; display:grid; gap:2.2rem; }
@media (min-width:52rem) { .steps { grid-template-columns:repeat(3,1fr); gap:2.6rem; } }
.step .n { font-family:var(--mono); font-size:.72rem; letter-spacing:.1em; color:var(--accent); }
.step h3 { margin-top:.7rem; font-size:1.08rem; font-weight:600; }
.step p { margin-top:.6rem; color:var(--muted); font-size:.94rem; }

.trades { margin-top:2.5rem; display:grid; gap:0; border-top:1px solid var(--rule); }
.trade { display:grid; grid-template-columns:1fr; gap:.25rem; padding:1.1rem 0;
  border-bottom:1px solid var(--rule); }
@media (min-width:44rem) {
  .trade { grid-template-columns:14rem 1fr; gap:1.5rem; align-items:baseline; }
}
.trade b { font-weight:600; font-size:.95rem; }
.trade span { color:var(--muted); font-size:.9rem; }

/* ── Price ──────────────────────────────────────────────────────────────── */
.price-grid { display:grid; gap:2.5rem; align-items:start; }
@media (min-width:56rem) { .price-grid { grid-template-columns:1fr 1fr; gap:4rem; } }
.price-card { background:var(--deep); border:1px solid var(--rule); border-radius:3px; padding:2rem; }
.price-card .num { margin-top:1rem; font-family:var(--mono); font-weight:500;
  font-size:clamp(2.8rem,7vw,3.6rem); line-height:1; letter-spacing:-.045em; }
.price-card .then { margin-top:.8rem; color:var(--muted); font-size:.92rem; }
.price-card dl { margin:1.8rem 0 0; padding-top:1.4rem; border-top:1px solid var(--rule);
  display:grid; gap:.85rem; font-size:.875rem; }
.price-card .row { display:flex; justify-content:space-between; gap:1rem; align-items:baseline; }
.price-card dt { color:var(--muted); margin:0; }
.price-card dd { margin:0; font-family:var(--mono); font-size:.82rem; text-align:right; }

.plain { display:grid; gap:1.4rem; }
.plain h3 { font-size:1.05rem; font-weight:600; }
.plain p { color:var(--muted); font-size:.94rem; }

/* ── Close ──────────────────────────────────────────────────────────────── */
.close { text-align:left; }
.close h2 { font-size:clamp(1.7rem,4vw,2.4rem); font-weight:700; max-width:20ch; }
.close p { margin-top:1.1rem; color:var(--muted); max-width:52ch; }
.close .cta { margin-top:2rem; display:flex; flex-wrap:wrap; gap:1.4rem; align-items:center; }

footer { padding:2.5rem 0 3.5rem; color:var(--muted); font-size:.85rem; }
footer .wrap { display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; }

:where(a,.btn):focus-visible { outline:2px solid var(--accent); outline-offset:3px; }
@media (prefers-reduced-motion:reduce) { * { transition:none !important; } }

/* ── Embedded booking ───────────────────────────────────────────────────── */
/* The frame is transparent and reports its own height, so it needs a box to
   sit in rather than a border of its own. */
.embed-frame { margin-top:2.5rem; background:var(--deep); border:1px solid var(--rule);
  border-radius:3px; overflow:hidden; }

/* ── Multi-page additions ───────────────────────────────────────────────── */
.skip { position:absolute; left:-9999px; top:0; background:var(--accent); color:#160A02;
  padding:.7rem 1.2rem; font-weight:600; z-index:10; }
.skip:focus { left:0; }

header nav { display:flex; align-items:center; gap:1.5rem; }
.nav-links { display:none; gap:1.5rem; }
@media (min-width:44rem) { .nav-links { display:flex; } }
.nav-link { text-decoration:none; font-size:.9rem; font-weight:500; color:var(--muted);
  transition:color .15s; }
.nav-link:hover { color:var(--ink); }
.nav-link.is-here { color:var(--ink); }
.btn-sm { padding:.6rem 1.1rem; font-size:.875rem; }

.hero-short { padding:3rem 0 2.5rem; }
@media (min-width:62rem) { .hero-short { padding:4.5rem 0 3rem; } }
.hero-short h1 { font-size:clamp(1.9rem,4.6vw,3rem); font-weight:700; max-width:20ch; }
.hero-short .lede { margin-top:1.2rem; max-width:56ch; color:var(--muted); font-size:1.03rem; }

.price-card .per { font-size:.4em; letter-spacing:0; color:var(--muted); }

/* Question and answer pairs. Two columns where there is room, because six of
   these in one column is a wall. */
.qa { margin-top:2.5rem; display:grid; gap:2rem; }
@media (min-width:52rem) { .qa { grid-template-columns:1fr 1fr; gap:2.2rem 3rem; } }
.qa h3 { font-size:1rem; font-weight:600; }
.qa p { margin-top:.5rem; color:var(--muted); font-size:.93rem; }

/* The empty case study. Deliberately drawn as blank rules rather than filled
   with invented text: a reader can see what evidence we intend to publish
   without being shown a fabricated example of it. */
.case-skeleton { margin-top:2.5rem; max-width:34rem; background:var(--deep);
  border:1px solid var(--rule); border-radius:3px; padding:1.5rem; }
.case-head { display:flex; justify-content:space-between; align-items:baseline; gap:1rem;
  padding-bottom:.9rem; border-bottom:1px solid var(--rule); }
.case-head .title { font-weight:600; font-size:.95rem; color:var(--muted); }
.case-skeleton .blank { display:block; width:9rem; height:.5rem; border-radius:2px;
  background:var(--rule); }
.case-skeleton .blank.short { width:4rem; }
.case-skeleton .sent { display:flex; align-items:center; gap:.6rem; margin-top:1.1rem;
  font-family:var(--mono); font-size:.68rem; letter-spacing:.05em; color:var(--muted); }

.aside { margin-top:2rem; font-size:.88rem; color:var(--muted); }
.aside a, .prose a { color:var(--ink); text-decoration:underline;
  text-decoration-color:var(--rule); text-underline-offset:4px; }
.aside a:hover, .prose a:hover { text-decoration-color:var(--accent); }

/* Long-form pages. A narrow measure, because privacy and terms are the two
   pages people actually try to read. */
.prose { max-width:60ch; }
.prose h2 { margin-top:2.6rem; font-size:1.15rem; font-weight:600; }
.prose h2:first-child { margin-top:0; }
.prose p { margin-top:.9rem; color:var(--muted); }

.footer-links { display:flex; flex-wrap:wrap; gap:1.2rem; }
footer a { text-decoration:none; }
footer a:hover { color:var(--ink); }
