/* =====================================================================
   InstantApps - after-rgus-wormy.com
   Warm near-black rather than the blue-black the category defaults to,
   because four content libraries under one price is a reading-room idea
   more than a cinema one.
   Accent #e0475f is a declared choice: no logo file was supplied, so the
   wordmark is set in Fraunces and takes its colour from the theme.
   ===================================================================== */

:root{
  --bg:#131010;
  --surface:#1e1917;
  --surface-2:#26201c;
  --line:#2f2721;
  --line-2:#43382f;

  --ink:#f6f1ea;
  --ink-2:#d3c8bc;
  --muted:#a2958a;

  --accent:#e0475f;
  --accent-hi:#f06a7e;
  --on-accent:#1a0508;

  --r-sm:8px;
  --r:14px;
  --r-lg:20px;

  --ease:cubic-bezier(.2,.8,.2,1);
  --shadow:0 30px 60px -34px rgba(0,0,0,.95);

  --display:'Fraunces', ui-serif, Georgia, serif;
  --body:'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --code:'IBM Plex Mono', ui-monospace, monospace;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth; scroll-padding-top:80px}
body{
  margin:0; background:var(--bg); color:var(--ink);
  font-family:var(--body); font-size:17px; line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
h1,h2,h3,h4{margin:0; font-family:var(--display); font-weight:600; line-height:1.05; letter-spacing:-.012em}
p{margin:0}
ul,ol{margin:0}

.wrap{width:min(1180px, calc(100% - 2.2rem)); margin-inline:auto}

.skip-link{position:absolute; left:-9999px; top:0; z-index:200; background:var(--accent); color:var(--on-accent); padding:.8rem 1.2rem; font-weight:700}
.skip-link:focus{left:0}
:focus-visible{outline:2.5px solid var(--accent); outline-offset:3px; border-radius:6px}

/* ============================== CONTROLS ============================== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.55rem;
  font-family:var(--display); font-weight:700; font-size:1.02rem;
  padding:.9rem 1.7rem; min-height:52px; border-radius:10px;
  border:0; cursor:pointer;
  background:var(--accent); color:var(--on-accent);
  transition:background .16s var(--ease), transform .16s var(--ease);
}
.btn:hover{background:var(--accent-hi)}
.btn:active{transform:translateY(1px)}
.btn-lg{font-size:1.1rem; padding:1.05rem 2.1rem; min-height:58px}
.btn-ghost{background:transparent; color:var(--ink); border:1px solid var(--line-2)}
.btn-ghost:hover{background:var(--surface-2)}

/* ============================== HEADER ============================== */
.top{
  position:sticky; top:0; z-index:100;
  background:rgba(20,17,16,.93);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.bar{display:flex; align-items:center; gap:1.2rem; padding:.7rem 0}
.logo{display:inline-flex; align-items:center; min-height:44px; flex:0 0 auto}
.logo img{height:19px; width:auto}
.burger{
  display:none; margin-left:auto; width:48px; height:48px; padding:0; cursor:pointer;
  border:1px solid var(--line-2); border-radius:var(--r-sm); background:var(--surface-2);
  align-items:center; justify-content:center;
}
.burger span{position:relative; display:block; width:18px; height:2px; background:var(--ink)}
.burger span::before,.burger span::after{content:""; position:absolute; left:0; width:18px; height:2px; background:var(--ink); transition:.18s var(--ease)}
.burger span::before{top:-6px} .burger span::after{top:6px}
.top[data-open="true"] .burger span{background:transparent}
.top[data-open="true"] .burger span::before{top:0; transform:rotate(45deg)}
.top[data-open="true"] .burger span::after{top:0; transform:rotate(-45deg)}
.nav{margin-left:auto}
.nav ul{display:flex; align-items:center; gap:.1rem; list-style:none; padding:0; margin:0}
.nav a{
  display:flex; align-items:center; min-height:44px; color:var(--ink-2);
  font-size:.95rem; font-weight:500; padding:.5rem .8rem; border-radius:var(--r-sm);
  transition:color .16s var(--ease), background .16s var(--ease);
}
.nav a:hover{color:var(--ink); background:var(--surface-2)}
.nav .nav-cta{margin-left:.5rem}
.nav .nav-cta a{background:var(--accent); color:var(--on-accent); font-weight:700; padding:.5rem 1.2rem; border-radius:10px}
.nav .nav-cta a:hover{background:var(--accent-hi); color:var(--on-accent)}

/* ============================== SECTIONS ============================== */
.section{padding-block:clamp(2.8rem,5.5vw,4.6rem)}
.section-alt{background:var(--surface); border-block:1px solid var(--line)}
.sec-head{max-width:48rem}
.sec-head.center{margin-inline:auto; text-align:center}
.sec-head h2{font-size:clamp(1.95rem,3.8vw,2.9rem)}
.sec-head p{margin-top:.9rem; font-size:1.05rem; color:var(--ink-2)}

/* ============================== FEATURES ============================== */
.feats{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; margin-top:2.2rem}
.feat{background:var(--surface-2); border:1px solid var(--line); border-radius:var(--r); padding:1.35rem 1.3rem}
.feat h3{font-size:1.06rem}
.feat p{margin-top:.5rem; color:var(--muted); font-size:.94rem}

/* ============================== STEPS ============================== */
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; margin-top:2.2rem}
.step{background:var(--surface-2); border:1px solid var(--line); border-radius:var(--r); padding:1.5rem 1.4rem}
.step .n{
  width:36px; height:36px; border-radius:999px; display:flex; align-items:center; justify-content:center;
  background:var(--accent); color:var(--on-accent); font-family:var(--display); font-weight:700; margin-bottom:1rem;
}
.step h3{font-size:1.15rem}
.step p{margin-top:.5rem; color:var(--ink-2); font-size:.97rem}

/* ============================== PRICING ============================== */
.price-wrap{display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:1.3rem; margin-top:2.2rem; align-items:start}
.price-card{background:var(--surface-2); border:1px solid var(--line-2); border-radius:var(--r-lg); padding:clamp(1.6rem,3vw,2.3rem); box-shadow:var(--shadow)}
.price-card .k{font-family:var(--code); font-size:.7rem; letter-spacing:.12em; text-transform:uppercase; color:var(--accent)}
.amt{display:flex; align-items:baseline; gap:.6rem; margin-top:.7rem; flex-wrap:wrap}
.amt .v{font-family:var(--display); font-size:clamp(2.4rem,4.6vw,3.4rem); font-weight:600; line-height:1; letter-spacing:-.04em}
.amt .u{color:var(--muted); font-size:1rem}
.ticks{list-style:none; padding:0; margin:1.4rem 0 0; display:grid; gap:.7rem}
.ticks li{position:relative; padding-left:1.7rem; color:var(--ink-2)}
.ticks li::before{content:""; position:absolute; left:0; top:.44em; width:10px; height:10px; border-radius:999px; background:var(--accent)}
.price-card .btn{margin-top:1.6rem; width:100%}
.fine{margin-top:1.1rem; font-size:.82rem; line-height:1.62; color:var(--muted)}
.price-side h3{font-size:1.26rem}
.price-side p{margin-top:.7rem; color:var(--ink-2)}
.support-box{margin-top:1.3rem; background:var(--surface-2); border:1px solid var(--line); border-radius:var(--r); padding:1.1rem 1.2rem}
.support-box .l{font-family:var(--code); font-size:.67rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted)}
.support-box .v{margin-top:.2rem; font-weight:600}
.support-box .v a{display:inline-flex; align-items:center; min-height:44px; text-decoration:underline; text-underline-offset:3px}

/* ================================ FAQ ================================ */
.qa{max-width:54rem; margin:2.2rem auto 0; border-top:1px solid var(--line)}
.qa details{border-bottom:1px solid var(--line)}
.qa summary{
  cursor:pointer; list-style:none; display:flex; align-items:center; gap:1.1rem;
  padding:1.2rem .3rem; min-height:56px;
  font-family:var(--display); font-weight:700; font-size:1.06rem;
}
.qa summary::-webkit-details-marker{display:none}
.qa summary::after{
  content:""; margin-left:auto; flex:0 0 auto; width:11px; height:11px;
  border-right:2px solid var(--muted); border-bottom:2px solid var(--muted);
  transform:rotate(45deg) translate(-3px,-3px); transition:transform .22s var(--ease);
}
.qa details[open] summary::after{transform:rotate(225deg) translate(-3px,-3px); border-color:var(--accent)}
.qa .a{padding:0 .3rem 1.3rem; color:var(--ink-2); max-width:70ch}

/* =============================== CLOSE =============================== */
.close{
  position:relative; overflow:hidden; text-align:center;
  background:var(--surface-2); border:1px solid var(--line-2);
  border-radius:var(--r-lg); padding:clamp(2rem,5vw,3.6rem);
}
.close::before{
  content:""; position:absolute; inset:auto -10% -60% -10%; height:400px; pointer-events:none;
  background:radial-gradient(closest-side, rgba(224,71,95,.16), transparent 70%);
}
.close > *{position:relative}
.close h2{font-size:clamp(2rem,4vw,2.8rem); max-width:20ch; margin-inline:auto}
.close p{margin:1rem auto 0; color:var(--ink-2); max-width:54ch}
.close .btn{margin-top:1.7rem}
.close .fine{margin-top:1.2rem; max-width:70ch; margin-inline:auto}

/* ============================= DOC PAGES ============================= */
.page-hero{padding-block:clamp(2.2rem,5vw,3.4rem); border-bottom:1px solid var(--line)}
.page-hero .back{display:inline-flex; align-items:center; gap:.45rem; color:var(--accent); font-size:.93rem; font-weight:600; padding:.5rem 0; min-height:40px}
.page-hero .back::before{content:"\2190"}
.page-hero h1{font-size:clamp(2rem,4.2vw,3rem)}
.page-hero .lead{margin-top:1rem; color:var(--ink-2); font-size:1.05rem; max-width:64ch}
.page-hero .updated{margin-top:.85rem; font-family:var(--code); font-size:.73rem; color:var(--muted)}
.doc{padding-block:clamp(2.2rem,5vw,3.2rem)}
.doc-card{max-width:62rem; margin-inline:auto; background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:clamp(1.5rem,4vw,2.8rem)}
.doc-card h2{font-size:clamp(1.2rem,2.2vw,1.5rem); margin-top:2.4rem; scroll-margin-top:92px}
.doc-card h2:first-of-type{margin-top:0}
.doc-card h3{font-size:1.08rem; margin-top:1.6rem}
.doc-card p{margin-top:1rem; color:var(--ink-2); max-width:72ch}
.doc-card ul,.doc-card ol{margin-top:1rem; padding-left:1.35rem; display:grid; gap:.55rem; color:var(--ink-2); max-width:72ch}
.doc-card a{color:var(--accent); text-decoration:underline; text-underline-offset:2px}
.doc-card strong{color:var(--ink)}
.info-cards{display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-bottom:1.9rem}
.info-cards .ic{background:var(--surface-2); border:1px solid var(--line); border-radius:var(--r); padding:1.05rem 1.15rem}
.info-cards .l{font-family:var(--code); font-size:.65rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted)}
.info-cards .v{font-family:var(--display); font-size:1.06rem; font-weight:700; margin-top:.25rem; word-break:break-word}
.note{background:rgba(224,71,95,.09); border:1px solid rgba(224,71,95,.30); border-radius:var(--r); padding:1.1rem 1.25rem; margin-top:1.7rem; color:var(--ink-2); font-size:.97rem}
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:1.3rem; margin-top:1.7rem}
.contact-card{background:var(--surface-2); border:1px solid var(--line); border-radius:var(--r); padding:1.4rem}
.contact-card h2{margin-top:0!important; font-size:1.18rem!important}
.end-cta{display:flex; flex-wrap:wrap; gap:.8rem; margin-top:2.2rem; justify-content:center}

/* ================================ FOOTER ================================ */
.foot{background:#0d0b0a; border-top:1px solid var(--line); padding-block:clamp(2.6rem,5vw,3.4rem) 2rem; margin-top:clamp(2.4rem,5vw,3.6rem)}
.foot-grid{display:grid; grid-template-columns:1.8fr 1fr 1fr; gap:2.4rem}
.foot h4{font-family:var(--code); font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; color:var(--accent); margin-bottom:.9rem}
.foot ul{list-style:none; padding:0; margin:0; display:grid; gap:0}
.foot li a{display:flex; align-items:center; padding:.55rem 0; min-height:44px; color:var(--ink-2); font-size:.94rem}
.foot li a:hover{color:var(--accent)}
.foot-brand img{height:22px; width:auto; margin-bottom:1.1rem}
.foot-tag{font-size:.92rem; color:var(--muted); max-width:38ch}
.foot-contact{display:grid; gap:0; margin-top:.6rem}
.foot-contact a{display:inline-flex; align-items:center; padding:.55rem 0; min-height:44px; color:var(--ink-2); font-size:.94rem}
.foot-contact a:hover{color:var(--accent)}
.foot-base{margin-top:2.4rem; padding-top:1.7rem; border-top:1px solid var(--line); text-align:center}
.foot-promoter{color:var(--muted); font-size:.8rem; line-height:1.65; max-width:96ch; margin:0 auto}
.foot-promoter a{color:var(--ink-2); text-decoration:underline}
.foot-copy{color:var(--ink); font-size:.85rem; font-weight:700; margin:1.5rem auto 0}
.foot-legal{color:var(--muted); font-size:.78rem; margin:.45rem auto 0}

/* ============================== MOTION ============================== */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *{transition-duration:.01ms!important; animation-duration:.01ms!important}
}

/* ============================ RESPONSIVE ============================ */
@media (max-width:1080px){
  .feats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .steps{grid-template-columns:1fr}
  .price-wrap{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .burger{display:flex}
  .nav{
    position:absolute; left:0; right:0; top:100%; display:none; margin:0;
    background:var(--surface); border-bottom:1px solid var(--line); box-shadow:var(--shadow);
  }
  .top[data-open="true"] .nav{display:block}
  .nav ul{flex-direction:column; align-items:stretch; gap:0; padding:.5rem 1.1rem 1.1rem}
  .nav a{padding:.9rem .3rem}
  .nav .nav-cta{margin:.7rem 0 0}
  .nav .nav-cta a{justify-content:center; padding:.9rem 1.1rem}
  .contact-grid,.info-cards{grid-template-columns:1fr}
}
@media (max-width:620px){
  body{font-size:16px}
  .wrap{width:calc(100% - 1.4rem)}
  .feats{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr; gap:1.6rem}
}

/* ------------------------------- wordmark ------------------------------- */
/* No logo file was supplied for this service, so the name is set in type.
   That keeps it crisp at any size and lets it follow the theme, which a
   flattened PNG cannot do. */
.wordmark{font-family:var(--display); font-weight:600; letter-spacing:-.02em;
  color:var(--ink); display:inline-block}
.wordmark-top{font-size:1.24rem}
.wordmark-foot{font-size:1.34rem}
.logo:hover .wordmark{color:var(--accent-hi)}

/* --------------------------------- hero --------------------------------- */
.hero{padding-block:clamp(2.6rem,6vw,5rem) clamp(1.6rem,3vw,2.6rem)}
.hero-grid{display:grid; grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:clamp(1.8rem,4vw,3.4rem); align-items:center}
.eyebrow{font-family:var(--code); font-size:.74rem; letter-spacing:.12em;
  text-transform:uppercase; color:var(--accent); margin-bottom:1rem}
.hero h1{font-family:var(--display); font-size:clamp(2.4rem,5.4vw,4.1rem); line-height:1.04;
  letter-spacing:-.02em; max-width:14ch; text-wrap:balance}
.hero .lead{margin-top:1.2rem; font-size:clamp(1.02rem,1.5vw,1.14rem); line-height:1.65;
  color:var(--ink-2); max-width:54ch}
.hero-shot{width:100%; height:auto; display:block; border-radius:var(--r-lg);
  filter:saturate(.85) brightness(.93)}
.hero-cta{display:flex; flex-wrap:wrap; gap:.8rem; margin-top:1.8rem}
.hero-terms{margin-top:1.1rem; font-size:.9rem; line-height:1.6; color:var(--muted);
  max-width:52ch}

/* the price step, drawn. Two segments on one axis so the jump from nothing to
   $39.95 is a shape rather than a sentence you can skim past. */
/* One horizontal strip across the full column width. It used to be a box in
   the hero's right column, where it hung in empty space and fought the
   photograph for the same corner of the screen. */
.tl{margin:0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  background:var(--surface); border:1px solid var(--line-2);
  border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow)}
.tl-seg{padding:clamp(1.3rem,2.6vw,1.9rem); border-left:1px solid var(--line)}
.tl-seg:first-child{border-left:0}
.tl-free{background:var(--surface-2)}
.tl-paid{background:linear-gradient(180deg,var(--glow),transparent)}
.tl-v2{font-family:var(--display); font-size:clamp(1.4rem,2.4vw,1.9rem); font-weight:600;
  line-height:1.15; margin-top:.5rem}
.tl-d{font-family:var(--code); font-size:.72rem; letter-spacing:.1em; text-transform:uppercase;
  color:var(--muted)}
.tl-v{font-family:var(--display); font-size:clamp(1.9rem,3.4vw,2.7rem); font-weight:600;
  line-height:1.1; margin-top:.5rem; letter-spacing:-.02em}
.tl-paid .tl-v{color:var(--accent-hi)}
.tl-v span{font-family:var(--body); font-size:.9rem; font-weight:500; color:var(--muted);
  letter-spacing:0}
.tl-n{margin-top:.6rem; font-size:.86rem; line-height:1.55; color:var(--ink-2)}

/* the hero band sits between the hero and the libraries, full bleed inside the
   wrap so it reads as a scene-setter rather than an illustration */
.hero-band{margin:0 auto; width:min(1180px, calc(100% - 2.2rem)); max-width:1600px}
.hero-band img{width:100%; height:auto; display:block; border-radius:var(--r-lg)}

/* ------------------------------- sections ------------------------------- */
.section{padding-block:clamp(2.4rem,5vw,4.2rem)}
.section-alt{background:var(--surface); border-block:1px solid var(--line)}
.sec-head h2{font-family:var(--display); font-size:clamp(1.7rem,3.4vw,2.5rem);
  letter-spacing:-.015em; text-wrap:balance}
.sec-head p{margin-top:.7rem; color:var(--ink-2); max-width:60ch}
.wrap-narrow{width:min(820px, calc(100% - 2.2rem)); margin-inline:auto}

/* --------------------------------- lanes -------------------------------- */
.lanes{display:grid; grid-template-columns:repeat(12,minmax(0,1fr));
  gap:clamp(1rem,2vw,1.5rem); margin-top:clamp(1.6rem,3vw,2.4rem)}
.lane{grid-column:span 3}
.lane:nth-child(n+5){grid-column:span 4}
.lane{background:var(--surface); border:1px solid var(--line); border-radius:var(--r);
  min-width:0; display:flex; flex-direction:column; overflow:hidden}
.lane-b{padding:clamp(1.2rem,2.2vw,1.6rem); display:flex; flex-direction:column; flex:1}
/* 4:3 so the one image reused from elsewhere in the network sits in the same
   frame as the six licensed for this site */
/* Seven photographs from seven sources arrive at seven different saturations -
   the pitch and the tablet screen shouted over the rest. A single grade holds
   them together as one set and settles them onto the warm dark page. It is a
   filter rather than baked into the files so it can be dialled back without
   re-cropping anything. */
.lane-img{width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; display:block;
  background:var(--surface-2); filter:saturate(.78) brightness(.9) contrast(1.03)}
.hero-band img{filter:saturate(.85) brightness(.93)}
.lane-ic{width:38px; height:36px; color:var(--accent); display:block}
.lane h3{margin-top:0; font-family:var(--display); font-size:1.22rem; font-weight:600}
.lane p{margin-top:.6rem; font-size:.93rem; line-height:1.6; color:var(--ink-2)}
.lane-w{margin-top:auto !important; padding-top:.9rem; border-top:1px solid var(--line);
  color:var(--muted) !important; font-size:.86rem !important;
  min-height:calc(2 * 1.55em + .9rem)}
.note{margin-top:clamp(1.4rem,3vw,2rem); line-height:1.65; max-width:78ch}

.reasons{display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(1.2rem,2.6vw,2.2rem); margin-top:clamp(1.6rem,3vw,2.4rem); align-items:start}
.reason{border-top:2px solid var(--accent); padding-top:1rem}
.reason h3{font-family:var(--display); font-size:1.14rem; font-weight:600}
.reason p{margin-top:.55rem; font-size:.95rem; line-height:1.65; color:var(--ink-2)}
/* the device line is a statement, not a card - it sits on the section rather
   than in a box so it does not read as a fourth reason */
.devices{display:grid; grid-template-columns:auto 1fr; gap:0 1.6rem; align-items:baseline;
  margin-top:clamp(1.6rem,3vw,2.4rem); padding-top:clamp(1.4rem,3vw,2rem);
  border-top:1px solid var(--line)}
.devices h3{font-family:var(--display); font-size:1.14rem; font-weight:600; white-space:nowrap}
.devices p{color:var(--ink-2); font-size:.97rem; line-height:1.7; max-width:70ch}

.gtopic{font-family:var(--code); font-size:.68rem; letter-spacing:.11em;
  text-transform:uppercase; color:var(--accent); margin-bottom:.5rem}

/* --------------------------------- steps -------------------------------- */
.steps{list-style:none; padding:0; margin:clamp(1.6rem,3vw,2.4rem) 0 0;
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(1rem,2.4vw,2rem);
  align-items:start}
.step{min-width:0}
.step .step-n{font-family:var(--display); font-size:2.4rem; font-weight:600; line-height:1;
  color:var(--accent); opacity:.9}
.step h3{margin-top:.7rem; font-family:var(--display); font-size:1.2rem; font-weight:600}
.step p{margin-top:.5rem; font-size:.95rem; line-height:1.65; color:var(--ink-2)}

/* ------------------------------ price card ------------------------------ */
.price-card{margin-top:clamp(1.6rem,3vw,2.4rem); background:var(--surface);
  border:1px solid var(--line-2); border-radius:var(--r-lg); overflow:hidden;
  padding:0}
.pc-top{display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(1rem,2vw,2rem); padding:clamp(1.4rem,3vw,2.2rem);
  background:linear-gradient(180deg,var(--glow),transparent);
  border-bottom:1px solid var(--line)}
.pc-l{font-family:var(--code); font-size:.72rem; letter-spacing:.1em; text-transform:uppercase;
  color:var(--muted)}
.pc-v{font-family:var(--display); font-size:clamp(2rem,4vw,3rem); font-weight:600; line-height:1.1;
  margin-top:.5rem; color:var(--accent-hi); letter-spacing:-.02em}
.pc-v span{font-family:var(--body); font-size:.92rem; font-weight:500; color:var(--muted)}
.pc-v2{font-family:var(--display); font-size:clamp(1.2rem,2.2vw,1.5rem); font-weight:600;
  margin-top:.5rem; line-height:1.25}
.pc-body{display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(1.1rem,2.4vw,1.8rem); padding:clamp(1.4rem,3vw,2.2rem)}
.bef h3{font-family:var(--display); font-size:1.06rem; font-weight:600}
.bef p{margin-top:.45rem; font-size:.93rem; line-height:1.6; color:var(--ink-2)}
.pc-terms{padding:clamp(1.4rem,3vw,2.2rem); border-top:1px solid var(--line);
  background:var(--surface-2)}
.pc-terms h3{font-family:var(--display); font-size:1.02rem; font-weight:600}
/* the published conditions, unedited. Set smaller than body but never below
   the size at which a reader would say it had been hidden from them. */
.verbatim{margin-top:.7rem; font-size:.88rem; line-height:1.7; color:var(--ink-2)}
.pc-cta{display:flex; flex-wrap:wrap; gap:.8rem; padding:clamp(1.2rem,2.6vw,1.8rem);
  border-top:1px solid var(--line)}
/* the shared sheet makes a price-card button full width, which is right for the
   game portals where there is only one. Here there are two side by side. */
.pc-cta .btn{width:auto; margin-top:0}

/* -------------------------------- guides -------------------------------- */
.gcards{display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(1rem,2vw,1.5rem); margin-top:clamp(1.6rem,3vw,2.4rem)}
.gcard{display:block; text-decoration:none; color:inherit; background:var(--bg);
  border:1px solid var(--line); border-radius:var(--r); padding:clamp(1.2rem,2.2vw,1.6rem);
  min-width:0; transition:border-color .18s var(--ease), transform .18s var(--ease)}
.gcard:hover{border-color:var(--accent); transform:translateY(-2px)}
.doc-card .gcard,.doc-card .pn,.doc-card .gcard h3,.doc-card .pn{text-decoration:none}
.doc-card .gcard h3,.doc-card .pn{color:var(--ink)}
.doc-card .gcard:hover h3,.doc-card .pn:hover{color:var(--accent-hi)}
.gcard h3{font-family:var(--display); font-size:1.18rem; font-weight:600; line-height:1.3}
.gcard p{margin-top:.6rem; font-size:.93rem; line-height:1.6; color:var(--ink-2)}
.gmore{display:inline-block; margin-top:1rem; color:var(--accent); font-weight:600;
  font-size:.92rem}
.gmore::after{content:" \2192"}

/* the three-up used on the guides hub, the related block and the 404 */
.gcards-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.rel-h{font-family:var(--display); font-size:1.3rem; font-weight:600;
  margin-top:clamp(1.8rem,4vw,2.8rem)}
.rel{margin-top:clamp(1.4rem,3vw,2rem)}
.group + .group{margin-top:clamp(1.4rem,3vw,2.2rem)}

/* previous / next along the bottom of a guide. Nine guides reachable only from
   one homepage section left every guide ending in a dead stop. */
.prevnext{display:grid; grid-template-columns:1fr 1fr; gap:1rem;
  margin-top:clamp(1.8rem,4vw,2.6rem); padding-top:clamp(1.4rem,3vw,2rem);
  border-top:1px solid var(--line)}
.pn{display:block; text-decoration:none; color:var(--ink); background:var(--surface);
  border:1px solid var(--line); border-radius:var(--r); padding:1rem 1.2rem;
  font-family:var(--display); font-weight:600; line-height:1.35;
  transition:border-color .18s var(--ease)}
.pn:hover{border-color:var(--accent)}
.pn span{display:block; font-family:var(--code); font-size:.68rem; letter-spacing:.11em;
  text-transform:uppercase; color:var(--muted); font-weight:400; margin-bottom:.4rem}
.pn.next{text-align:right}
.pn.next:only-child{grid-column:2}

/* ---------------------------------- FAQ --------------------------------- */
.faq{margin-top:clamp(1.4rem,3vw,2rem); border-top:1px solid var(--line)}
.faq-i{border-bottom:1px solid var(--line)}
.faq-i summary{list-style:none; cursor:pointer; padding:1.1rem 2.4rem 1.1rem 0; position:relative;
  font-family:var(--display); font-size:1.06rem; font-weight:600; line-height:1.4}
.faq-i summary::-webkit-details-marker{display:none}
.faq-i summary::after{content:"+"; position:absolute; right:.4rem; top:50%;
  transform:translateY(-50%); font-family:var(--body); font-size:1.4rem; font-weight:400;
  color:var(--accent); line-height:1}
.faq-i[open] summary::after{content:"\2212"}
.faq-i summary:hover{color:var(--accent-hi)}
.faq-i p{padding:0 2.4rem 1.2rem 0; color:var(--ink-2); font-size:.96rem; line-height:1.7;
  max-width:70ch}

/* --------------------------------- close -------------------------------- */
.end-card{background:var(--surface); border:1px solid var(--line-2); border-radius:var(--r-lg);
  padding:clamp(1.8rem,4vw,3.2rem); text-align:center}
.end-card h2{font-family:var(--display); font-size:clamp(1.7rem,3.6vw,2.6rem);
  letter-spacing:-.015em}
.end-card p{margin:.9rem auto 0; color:var(--ink-2); max-width:56ch; line-height:1.7}
.end-card .btn{margin-top:1.6rem}

/* ------------------------------- callout -------------------------------- */
.callout{background:var(--note-bg); border:1px solid var(--note-line); border-radius:var(--r);
  padding:1.2rem 1.4rem; margin-bottom:1.8rem}
.callout h3{font-family:var(--display); font-size:1.06rem; font-weight:600}
.callout p{margin-top:.6rem; color:var(--ink-2); font-size:.95rem; line-height:1.7}

/* ------------------------------ responsive ------------------------------ */
@media (max-width:1000px){
  .reasons{grid-template-columns:1fr}
  .lane,.lane:nth-child(n+5){grid-column:span 6}
}
@media (max-width:900px){
  .gcards-3{grid-template-columns:1fr}
  .prevnext{grid-template-columns:1fr}
  .pn.next{text-align:left; grid-column:1}
  .hero-grid{grid-template-columns:1fr}
  .hero h1{max-width:18ch}
  .steps{grid-template-columns:1fr}
  .gcards{grid-template-columns:1fr}
  .pc-top{grid-template-columns:1fr; gap:1.2rem}
}
@media (max-width:620px){
  .lane,.lane:nth-child(n+5){grid-column:span 12}
  .tl{grid-template-columns:1fr}
  .tl-seg{border-left:0; border-top:1px solid var(--line)}
  .tl-seg:first-child{border-top:0}
  .devices{grid-template-columns:1fr; gap:.6rem}
  .pc-body{grid-template-columns:1fr}
  .tl-track{grid-template-columns:1fr}
  .tl-paid{border-left:0; border-top:1px solid var(--line-2)}
}
