/* ============================================================================
   cheapestinflorida.com — purpose-written stylesheet
   ----------------------------------------------------------------------------
   COASTAL SOFT — the Coastal palette recast in the visual language of the
   tubik "Immediate" fintech reference (Dribbble 25294667): pale tinted
   canvas, deep-ink centered serif hero, pill nav and pill buttons, chip
   badges, large-radius cards, soft shadows, generous whitespace.

   Their forest green -> our ocean. Their pale mint -> pale aqua tint.
   Their yellow chip -> our sun. Coral stays the one action colour.
   The ticket-stub perforation and mono tabular numerals survive: they are
   the brand argument, not decoration.

   Contrast, measured in context:
     ocean   #0B3D48  ink, headings, primary pill   11.8:1 white, ~10.9 tint
     aqua    #0E7490  tags, structure                5.36:1 white, ~4.9 tint
     coral   #C2410C  actions, links                 5.18:1 both directions
     hot     #E8501D  stub totals (large text only)  3.75:1 — AA-large
     sun     #FFC53D  chip background                ocean on it: 7.49:1
     muted   #5A6B72  secondary text                 5.55:1 white, ~5.1 tint
   ========================================================================= */
:root{
  --ocean:#0B3D48; --aqua:#0E7490; --coral:#C2410C; --coral-lt:#D8501A;
  --hot:#E8501D;   --sun:#FFC53D;  --sun-soft:#FFEDC2;
  --tint:#ECF5F3;  --card:#FFFFFF; --rule:#DCE7E9;  --muted:#5A6B72;
  --r-lg:26px; --r-md:20px; --r-pill:999px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--tint);color:var(--ocean);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}
img{max-width:100%}
.wrap{max-width:1140px;margin:0 auto;padding:0 26px}
.mono,.tk-stub .amt,.tk-stub .sub,.tk-stub .lbl,.receipt,.mprice{
  font-family:"IBM Plex Mono",Consolas,monospace;font-variant-numeric:tabular-nums}

.skip{position:absolute;left:-9999px;top:0;background:var(--ocean);color:#fff;
  padding:10px 16px;z-index:99;border-radius:0 0 12px 0}
.skip:focus{left:0}

/* ---------- nav: one floating pill bar, sticky ---------- */
.navbar{position:sticky;top:0;z-index:50;padding:14px 22px 8px;background:var(--tint)}
.nav-in{max-width:1120px;margin:0 auto;display:flex;align-items:center;
  justify-content:space-between;gap:18px;flex-wrap:wrap;
  background:rgba(255,255,255,.92);backdrop-filter:blur(8px);
  border:1px solid rgba(11,61,72,.07);border-radius:var(--r-pill);
  padding:9px 10px 9px 24px;box-shadow:0 8px 24px rgba(11,61,72,.07)}
.brand{font-family:Fraunces,Georgia,serif;font-weight:900;font-size:19px;letter-spacing:-.025em}
.brand em{font-style:normal;color:var(--aqua)}
.brand::after{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;
  background:var(--sun);margin-left:4px}
/* Explicit order: brand, links, burger, actions. The actions sit before the
   nav in the markup so that on a phone Log In and Register stay on the bar
   while the links collapse below them; without these the desktop bar would
   render in markup order and push the links past the buttons. */
.nav-in nav{order:2}
.nav-burger{order:3}
.nav-acts{order:4}
.nav-in ul{display:flex;gap:2px;list-style:none;margin:0;padding:0}
.nav-in ul a{display:block;font-size:13.5px;font-weight:500;color:var(--ocean);
  text-decoration:none;padding:9px 15px;border-radius:var(--r-pill)}
.nav-in ul a:hover,.nav-in ul a:focus-visible{background:var(--tint);color:var(--coral)}
.nav-acts{display:flex;gap:6px;align-items:center}
.ghost{font-size:13.5px;font-weight:600;color:var(--ocean);text-decoration:none;
  padding:9px 15px;border-radius:var(--r-pill)}
.ghost:hover,.ghost:focus-visible{background:var(--tint)}
.cta{display:inline-flex;align-items:center;gap:9px;font-size:13.5px;font-weight:600;
  background:var(--coral);color:#fff;text-decoration:none;
  border-radius:var(--r-pill);padding:9px 8px 9px 19px}
.cta::after{content:"\2197";display:grid;place-items:center;width:26px;height:26px;
  border-radius:50%;background:var(--sun);color:var(--ocean);font-size:12px}
.cta:hover{background:var(--coral-lt)}
.cta:focus-visible{outline:2px solid var(--ocean);outline-offset:2px}
/* Burger. Hidden above 820px, where all six links fit on the pill. */
.nav-burger{display:none;width:42px;height:38px;padding:0;border:0;cursor:pointer;
  background:transparent;border-radius:var(--r-pill);place-items:center;align-content:center}
.nav-burger:hover{background:var(--tint)}
.nav-burger:focus-visible{outline:2px solid var(--coral);outline-offset:2px}
.nav-burger span{display:block;width:19px;height:2px;border-radius:2px;background:var(--ocean);
  transition:transform .25s ease,opacity .18s ease}
.nav-burger span+span{margin-top:4.5px}
.nav-menu-cta{display:none}
.navbar.open .nav-burger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.navbar.open .nav-burger span:nth-child(2){opacity:0}
.navbar.open .nav-burger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* ---------- hero: centered, tight ---------- */
.hero{max-width:860px;margin:0 auto;padding:38px 26px 28px;text-align:center}
.eyebrow{margin:0 0 16px;font-size:12.5px;color:var(--muted)}
.sun{display:inline-block;background:var(--sun-soft);color:var(--ocean);font-weight:600;
  font-size:12px;letter-spacing:.04em;padding:7px 14px;border-radius:var(--r-pill)}
.hero h1{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:clamp(30px,4.6vw,52px);
  line-height:1.05;letter-spacing:-.03em;margin:0 auto 14px;max-width:20ch}
.hero h1 em{display:block;font-style:italic;font-weight:400;color:var(--coral)}
.lede{font-size:15.5px;line-height:1.6;color:#33454C;max-width:48ch;margin:0 auto 22px}
.hero-actions{display:flex;gap:20px;align-items:center;justify-content:center;flex-wrap:wrap}
.btn-pill{display:inline-flex;align-items:center;gap:10px;background:var(--ocean);color:#fff;
  text-decoration:none;font-size:14px;font-weight:600;padding:11px 10px 11px 22px;
  border-radius:var(--r-pill)}
.btn-pill::after{content:"\2197";display:grid;place-items:center;width:28px;height:28px;
  border-radius:50%;background:var(--sun);color:var(--ocean);font-size:13px}
.btn-pill:hover{background:#0E4A57}
.btn-pill:focus-visible,.nav .cta:focus-visible{outline:2px solid var(--coral);outline-offset:2px}
.underlink{font-size:14px;color:var(--ocean);text-decoration:none;
  border-bottom:1.5px solid var(--coral);padding-bottom:2px}
.underlink:hover{color:var(--coral)}
.hero-photo{max-width:1140px;margin:26px auto 0;padding:0 26px}
.hero-photo img{width:100%;aspect-ratio:21/9;object-fit:cover;display:block;
  border-radius:var(--r-lg)}

/* ---------- split hero: copy left, photo right -----------------------------
   Homepage only (.hero--split). The subpages keep the centred .hero, so every
   rule here is scoped to the modifier and nothing above is overridden.
   Centred type in a two-column layout reads as a mistake, so the copy column
   left-aligns and its auto margins are unwound. Below 900px it stacks and goes
   back to centred, which is the arrangement the mobile hero already had. */
.hero--split{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr);
  gap:44px;align-items:center;max-width:1140px;padding:34px 26px 30px;text-align:left}
.hero--split .eyebrow{margin:0 0 16px}
/* Two lines, not three. At the centred hero's 52px the second line breaks
   after "the" and leaves "bank." stranded on a line of its own; 44px in a
   wider copy column lets each half of the headline hold its own line. */
.hero--split h1{margin:0 0 14px;max-width:none;font-size:clamp(30px,3.5vw,44px)}
.hero--split .lede{margin:0 0 24px;max-width:44ch}
.hero--split .hero-actions{justify-content:flex-start}
/* The photo is a card in its own right, sized to the picture rather than the
   picture cropped to a band. 4:3 is the source's own shape: nothing is cut. */
.hero--split .hero-photo{max-width:none;margin:0;padding:0}
/* height:auto and aspect-ratio:auto hand the shape back to the file itself, so
   object-fit has no overflow to crop and the whole photograph is on the page.
   Setting an explicit ratio here cropped the sink and the faucet off the left
   edge - measured 28 Aug. If the photo is ever replaced, the new file's own
   proportions will be honoured too; nothing here assumes 4:3. */
.hero--split .hero-photo img{aspect-ratio:auto;height:auto;object-fit:contain;
  box-shadow:0 2px 6px rgba(11,61,72,.05),0 18px 44px rgba(11,61,72,.10)}
@media (max-width:900px){
  .hero--split{grid-template-columns:1fr;gap:28px;text-align:center;
    max-width:860px;padding:32px 26px 26px}
  .hero--split h1{margin:0 auto 14px;max-width:20ch}
  .hero--split .lede{margin:0 auto 22px;max-width:48ch}
  .hero--split .hero-actions{justify-content:center}
}
.trust{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;
  max-width:1140px;margin:26px auto 0;padding:0 26px}
.trust div{background:var(--card);border-radius:var(--r-md);padding:14px 22px;
  font-size:12.5px;color:var(--muted);box-shadow:0 2px 8px rgba(11,61,72,.05)}
.trust b{display:block;color:var(--ocean);font-size:13.5px}

/* ---------- shelves ---------- */
.shelves{padding:56px 0 30px}
.shelf-h{display:flex;align-items:baseline;gap:12px;margin:30px 0 4px}
.shelf-h h2{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:26px;letter-spacing:-.02em;margin:0}
.shelf-h .rule{flex:1;border-top:1px solid rgba(11,61,72,.12)}
/* The .k chip that sat before every section heading ("Shelf 01", "Stage 01",
   "Packages") is gone - Lawrence, 28 Aug: it confused customers and the
   headings say the same thing in words. Do not reintroduce it. */
.shelf-sub{font-size:13.5px;color:var(--muted);margin:0 0 22px}
.grid2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:26px;margin-bottom:14px}

/* ---------- BDI marquee: full-width horizontal ticket, stub tears off the side ---------- */
.mq{display:grid;grid-template-columns:minmax(220px,5fr) 6fr 4fr;background:var(--card);
  border-radius:var(--r-md);overflow:hidden;
  box-shadow:0 2px 6px rgba(11,61,72,.05),0 18px 44px rgba(11,61,72,.09);
  transition:transform .35s ease,box-shadow .35s ease}
.mq:hover{transform:translateY(-4px);box-shadow:0 4px 10px rgba(11,61,72,.06),0 26px 56px rgba(11,61,72,.13)}
.mq-img{position:relative;overflow:hidden;background:var(--ocean)}
.mq-img img{width:100%;height:100%;object-fit:cover;display:block;
  filter:saturate(1.08) contrast(1.03);transition:transform .6s cubic-bezier(.2,.7,.3,1)}
.mq:hover .mq-img img{transform:scale(1.045)}
.mq-body{padding:26px 30px}
.mq-body h3{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:24px;
  letter-spacing:-.025em;line-height:1.12;margin:0 0 12px}
.mq-body ul{margin:0;padding:0;list-style:none;font-size:13.5px;color:#3E5158;line-height:1.55}
.mq-body li{padding:5px 0 5px 27px;position:relative}
.mq-body li::before{content:"\2713";position:absolute;left:0;top:7px;
  display:grid;place-items:center;width:18px;height:18px;border-radius:50%;
  background:var(--sun);color:var(--ocean);font-size:10px;font-weight:700}
.mq-stub{position:relative;border-left:1.5px dashed var(--rule);
  display:flex;flex-direction:column;justify-content:center;gap:2px;padding:26px 30px}
.mq-stub::before,.mq-stub::after{content:"";position:absolute;left:-11px;width:20px;height:20px;
  border-radius:50%;background:var(--tint)}
.mq-stub::before{top:-11px}
.mq-stub::after{bottom:-11px}
.mq-stub .lbl{font-family:"IBM Plex Mono",Consolas,monospace;font-size:9.5px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.mq-stub .amt{font-family:"IBM Plex Mono",Consolas,monospace;font-variant-numeric:tabular-nums;
  font-size:34px;font-weight:600;letter-spacing:-.05em;line-height:1.15;color:var(--hot)}
.mq-stub .sub{font-family:"IBM Plex Mono",Consolas,monospace;font-size:11px;color:var(--muted);
  margin-bottom:14px}
.mq-acts{display:flex;gap:14px;align-items:center}
.mq-acts .tk-go{flex:1}

/* ---------- .mq--feature: the BDI card, scaled up ---------------------------
   Bread-and-butter product. Same three-column ticket as .mq - photo, copy,
   tear-off stub - but every measure is larger: a taller photo column, a
   headline at the size of a section heading, a lede paragraph the smaller
   cards do not carry, and a price at 46px against the 34px on .tk. The stub
   button becomes a real filled button rather than a text link, because this
   is the one card on the page that is meant to be clicked from across the
   room. Nothing here is a new component; it is the existing card, weighted. */
.mq--feature{grid-template-columns:minmax(300px,6fr) 6.6fr 4.6fr;
  box-shadow:0 3px 10px rgba(11,61,72,.07),0 26px 60px rgba(11,61,72,.13)}
.mq--feature .mq-img{min-height:400px}
.mq--feature .mq-body{padding:34px 38px}
.mq--feature .mq-body h3{font-size:30px;margin:0 0 12px}
.mq-lede{margin:0 0 16px;font-size:14.5px;line-height:1.6;color:#3E5158;max-width:46ch}
.mq--feature .mq-body ul{font-size:14px;line-height:1.6}
.mq--feature .mq-body li{padding:6px 0 6px 28px}
.mq--feature .mq-stub{padding:34px 32px;gap:3px}
.mq--feature .mq-stub .lbl{font-size:10.5px}
.mq--feature .mq-stub .amt{font-size:46px;line-height:1.05}
.mq--feature .mq-stub .sub{font-size:12px;margin-bottom:20px}
.mq--feature .mq-acts{flex-direction:column;align-items:stretch;gap:12px}
.mq-go{display:block;text-align:center;background:var(--coral);color:#fff;
  text-decoration:none;font-weight:600;font-size:15px;padding:14px 20px;
  border-radius:var(--r-pill)}
.mq-go:hover{background:var(--coral-lt)}
.mq--feature .tk-more{width:100%;text-align:center}
@media (max-width:900px){
  .mq--feature{grid-template-columns:1fr}
  .mq--feature .mq-img{min-height:0}
  .mq--feature .mq-body{padding:26px 24px 22px}
  .mq--feature .mq-body h3{font-size:25px}
  .mq--feature .mq-stub{padding:22px 24px 26px}
  .mq--feature .mq-acts{flex-direction:row}
  .mq--feature .mq-go{flex:1}
  .mq--feature .tk-more{width:auto}
}

/* ---------- ticket-stub card, soft ---------- */
.tk{background:var(--card);position:relative;display:flex;flex-direction:column;
  border-radius:var(--r-md);overflow:hidden;
  box-shadow:0 2px 6px rgba(11,61,72,.05),0 18px 44px rgba(11,61,72,.09);
  transition:transform .35s ease,box-shadow .35s ease}
.tk:hover{transform:translateY(-4px);box-shadow:0 4px 10px rgba(11,61,72,.06),0 26px 56px rgba(11,61,72,.13)}
/* Full colour, always — the duotone treatment read dull. A touch of saturation
   and a slow zoom on hover give the stock some life instead. */
.tk-img{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--ocean)}
.tk-img img{width:100%;height:100%;object-fit:cover;display:block;
  filter:saturate(1.08) contrast(1.03);transition:transform .6s cubic-bezier(.2,.7,.3,1)}
.tk:hover .tk-img img{transform:scale(1.045)}
.tk-tag{position:absolute;left:12px;bottom:12px;z-index:2;background:rgba(255,255,255,.92);
  color:var(--ocean);font-size:10px;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;padding:6px 12px;border-radius:var(--r-pill)}
.tk-body{padding:24px 26px 18px;flex:1}
.tk-kick{display:inline-block;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;
  font-weight:600;color:var(--aqua);background:var(--tint);border-radius:var(--r-pill);
  padding:5px 12px;margin:0 0 10px}
.tk-body h3{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:19.5px;
  letter-spacing:-.022em;line-height:1.15;margin:0 0 12px}
.tk-new{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.05em;
  background:var(--sun-soft);color:var(--ocean);padding:4px 10px;border-radius:var(--r-pill);
  margin-left:7px;vertical-align:3px;white-space:nowrap;text-transform:none}
/* Bullets as check chips — a sun circle with an ocean tick, roomier rows. */
.tk-body ul{margin:0;padding:0;list-style:none;font-size:13px;color:#3E5158;line-height:1.5}
.tk-body li{padding:5px 0 5px 27px;position:relative}
.tk-body li::before{content:"\2713";position:absolute;left:0;top:6px;
  display:grid;place-items:center;width:18px;height:18px;border-radius:50%;
  background:var(--sun);color:var(--ocean);font-size:10px;font-weight:700}

.perf{position:relative;height:0;border-top:1.5px dashed var(--rule);margin:4px 0}
.perf::before,.perf::after{content:"";position:absolute;top:-11px;width:20px;height:20px;
  border-radius:50%;background:var(--tint)}
.perf::before{left:-11px}
.perf::after{right:-11px}

.tk-stub{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 22px 20px}
.tk-stub .lbl{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}
.tk-stub .amt{font-size:26px;font-weight:600;letter-spacing:-.045em;line-height:1;color:var(--hot)}
.tk-stub .sub{font-size:10.5px;color:var(--muted);margin-top:4px}
.tk-acts{display:flex;flex-direction:column;gap:8px;align-items:stretch}
.tk-go{background:var(--coral);color:#fff;text-decoration:none;padding:10px 20px;text-align:center;
  font-size:12.5px;font-weight:600;border-radius:var(--r-pill);white-space:nowrap}
.tk-go:hover{background:var(--coral-lt)}
.tk-go:focus-visible,.tk-more:focus-visible{outline:2px solid var(--ocean);outline-offset:2px}
.tk-more{background:none;border:0;cursor:pointer;padding:0;text-align:center;
  font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;color:var(--aqua)}
.tk-more:hover{color:var(--coral)}

/* ---------- receipt band: inset rounded panel ---------- */
.receipt-band{max-width:1140px;margin:44px auto 0;padding:0 26px}
.receipt-band>.wrap{background:var(--ocean);color:#EAF3F5;border-radius:var(--r-lg);
  padding:48px 44px 54px;max-width:none}
.sec-num{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--coral);margin:0 0 10px}
.receipt-band .sec-num{color:var(--sun)}
.receipt-band h2,.faq h2,.contact h2{font-family:Fraunces,Georgia,serif;font-weight:600;
  font-size:clamp(25px,3.4vw,34px);letter-spacing:-.025em;line-height:1.1;margin:0 0 30px}
.receipt-row{display:flex;gap:44px;align-items:flex-start;flex-wrap:wrap}
.receipt{width:100%;max-width:400px;background:var(--card);color:var(--ocean);
  padding:26px 26px 30px;position:relative;border-radius:14px 14px 0 0;
  box-shadow:0 14px 40px rgba(0,0,0,.25)}
.receipt::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:9px;
  background:repeating-linear-gradient(-45deg,var(--card) 0 7px,transparent 7px 14px)}
.receipt .rh{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);
  padding-bottom:14px;margin-bottom:16px;border-bottom:1.5px dashed var(--rule);text-align:center}
.receipt .r{display:flex;justify-content:space-between;gap:14px;font-size:13px;padding:6px 0}
.receipt .r.sum{margin-top:12px;padding-top:14px;border-top:1.5px dashed var(--rule);
  font-size:19px;font-weight:600;letter-spacing:-.03em;color:var(--hot)}
.stamp{margin-top:20px;border:1.5px solid var(--aqua);color:var(--aqua);border-radius:10px;
  font-family:"IBM Plex Mono",Consolas,monospace;font-size:9.5px;font-weight:600;
  letter-spacing:.15em;text-transform:uppercase;text-align:center;padding:8px;transform:rotate(-1.4deg)}
.receipt-note{font-size:13.5px;max-width:44ch;line-height:1.7;margin:6px 0 0;color:#C6DDE2}

/* ---------- FAQ: white rounded sheet ---------- */
.faq{max-width:1140px;margin:44px auto 0;padding:0 26px}
.faq>.wrap{background:var(--card);border-radius:var(--r-lg);padding:44px 44px 36px;max-width:none;
  box-shadow:0 2px 6px rgba(11,61,72,.04),0 18px 44px rgba(11,61,72,.07)}
.faq details{border-bottom:1px solid var(--rule)}
.faq details:last-of-type{border-bottom:0}
.faq summary{cursor:pointer;list-style:none;position:relative;padding:16px 44px 16px 0;
  font-family:Fraunces,Georgia,serif;font-weight:600;font-size:17.5px;letter-spacing:-.015em}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);
  display:grid;place-items:center;width:28px;height:28px;border-radius:50%;
  background:var(--tint);color:var(--coral);font-size:17px;font-weight:400}
.faq details[open] summary::after{content:"\2212"}
.faq details>div{padding:0 0 20px;max-width:74ch}
.faq details p{margin:0 0 10px;font-size:14px;line-height:1.7;color:#33454C}
.faq details b{color:var(--ocean)}
.faq details a{color:var(--coral);text-decoration:none;
  border-bottom:1px solid rgba(194,65,12,.35);font-weight:500}
.faq details a:hover{border-bottom-color:var(--coral)}
/* ---------- the state-fee footnote ----------------------------------------
   The trigger is a button that inherits its surroundings' type, marked only by
   a dotted underline and a question cursor, so a price line still reads as a
   price line. The bubble opens UPWARDS: every place this appears sits at the
   bottom of a card, and .tk clips its overflow, so a bubble below would be cut
   in half by the card edge. */
.ttip{position:relative;display:inline-block}
.ttip-t{font:inherit;color:inherit;letter-spacing:inherit;background:none;border:0;
  padding:0;cursor:help;border-bottom:1px dotted currentColor;text-align:left}
.ttip-t:hover{color:var(--coral)}
.ttip-t:focus-visible{outline:2px solid var(--coral);outline-offset:2px}
/* Wider than a normal tooltip on purpose: the text inside is the client's
   compliance wording, quoted verbatim, and it does not compress. */
.ttip-b{position:absolute;left:0;bottom:calc(100% + 10px);z-index:30;
  width:max-content;max-width:min(330px,78vw);
  background:var(--ocean);color:#EAF3F5;border-radius:14px;padding:12px 15px;
  font-family:Inter,system-ui,sans-serif;font-size:12.5px;font-weight:400;
  line-height:1.5;letter-spacing:0;text-transform:none;text-align:left;
  box-shadow:0 10px 30px rgba(11,61,72,.28);
  opacity:0;visibility:hidden;transform:translateY(4px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s}
/* The little tail, so the bubble is clearly attached to the words it explains
   and not floating over the card. */
.ttip-b::after{content:"";position:absolute;left:18px;top:100%;
  border:7px solid transparent;border-top-color:var(--ocean)}
.ttip:hover .ttip-b,
.ttip-t:focus-visible + .ttip-b,
.ttip.open .ttip-b{opacity:1;visibility:visible;transform:translateY(0)}
/* Near the right edge of a stub the bubble would run off the card; this flips
   it to hang from the right instead. Set by the script, not guessed in CSS. */
.ttip.flip .ttip-b{left:auto;right:0}
.ttip.flip .ttip-b::after{left:auto;right:18px}

.faq-toggle{margin-top:22px;text-align:center}
.faq-toggle button{font:inherit;font-size:14px;font-weight:600;color:var(--ocean);
  background:var(--tint);border:0;border-radius:var(--r-pill);padding:12px 26px;cursor:pointer}
.faq-toggle button:hover{background:var(--sun-soft)}
.faq-toggle button:focus-visible{outline:2px solid var(--coral);outline-offset:2px}

/* ---------- contact + footer ---------- */
.contact{max-width:1140px;margin:44px auto 0;padding:0 26px}
.contact>.wrap{padding:0;max-width:none}
.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}
.contact-grid div{background:var(--card);padding:22px 24px;border-radius:var(--r-md);
  box-shadow:0 2px 8px rgba(11,61,72,.05)}
.contact-grid b{display:block;font-family:Fraunces,Georgia,serif;font-weight:600;
  font-size:16px;margin-bottom:6px}
.contact-grid span,.contact-grid a{display:block;font-size:13.5px;color:#33454C;line-height:1.6}
.contact-grid a{color:var(--coral);text-decoration:none}
.contact-grid a:hover{text-decoration:underline}
.foot{max-width:1140px;margin:50px auto 0;padding:24px 26px 30px;display:flex;
  justify-content:space-between;gap:14px;flex-wrap:wrap;
  border-top:1px solid rgba(11,61,72,.12);font-size:12.5px;color:var(--muted)}

/* ---------- modals ---------- */
dialog{border:0;padding:0;max-width:520px;width:calc(100% - 40px);
  border-radius:var(--r-md);box-shadow:0 24px 70px rgba(11,61,72,.35)}
dialog::backdrop{background:rgba(11,61,72,.55)}
.m-in{background:#fff;padding:28px 30px 32px;position:relative;color:var(--ocean)}
.m-x{position:absolute;top:16px;right:18px;background:var(--tint);border:0;cursor:pointer;
  width:32px;height:32px;border-radius:50%;font-size:13px;color:var(--ocean)}
.m-x:hover{background:var(--sun-soft)}
.m-x:focus-visible{outline:2px solid var(--ocean);outline-offset:2px}
.kicker{font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:var(--aqua);margin:0 0 8px}
.m-in h2{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:22px;
  letter-spacing:-.022em;line-height:1.15;margin:0 0 14px;padding-right:30px}
.m-in p{font-size:13.5px;line-height:1.65;color:#33454C;margin:0 0 12px}
.m-in ul{margin:0 0 16px;padding:0;list-style:none;font-size:13.5px;color:#33454C}
.m-in li{padding:5px 0 5px 27px;position:relative}
.m-in li::before{content:"\2713";position:absolute;left:0;top:7px;
  display:grid;place-items:center;width:18px;height:18px;border-radius:50%;
  background:var(--sun);color:var(--ocean);font-size:10px;font-weight:700}
.mprice{background:var(--tint);border-radius:14px;padding:15px 18px;margin-bottom:18px}
.mprice .r{display:flex;justify-content:space-between;padding:3px 0;font-size:13px}
/* A modal that shows only its total has one row, and a rule above the first
   row is a rule against nothing. */
.mprice .r.sum:first-child{margin-top:0;padding-top:0;border-top:0}
.mprice .r.sum{margin-top:7px;padding-top:9px;border-top:1px solid rgba(11,61,72,.14);
  font-weight:600;font-size:16px;letter-spacing:-.03em;color:var(--hot)}
.m-in .btn-coral{display:inline-block;background:var(--coral);color:#fff;text-decoration:none;
  padding:12px 26px;border-radius:var(--r-pill);font-size:13.5px;font-weight:600}
.m-in .btn-coral:hover{background:var(--coral-lt)}
.btn-coral:focus-visible{outline:2px solid var(--ocean);outline-offset:2px}

/* ---------- responsive ---------- */
/* ---------- mobile nav -----------------------------------------------------
   ONE ROW, always: brand, Log In, burger. That is the widest set that fits a
   390px phone without wrapping, and a wrapped pill bar reads as a two-row oval
   with dead space in it - which is exactly what this replaced. Register moves
   into the panel, full width, directly under the links.
   The bar keeps its pill shape while closed, because one short row suits a
   pill; it squares off to the card radius when it opens, because a 999px
   radius on a tall box bulges into a circle and eats the outer links. */
@media (max-width:820px){
  .navbar{position:static;padding:12px 14px 8px}
  .nav-in{justify-content:flex-start;gap:6px;padding:8px 8px 8px 18px}
  .brand{margin-right:auto}
  .nav-acts{order:2;gap:4px}
  .nav-burger{display:grid;order:3;width:38px;height:38px;
    background:var(--tint);border-radius:50%}
  .navbar.open .nav-in{border-radius:var(--r-lg)}
  /* The panel is a real block in the flow with a collapsed max-height, so an
     open menu pushes the page down instead of covering it. */
  .nav-in nav{order:4;width:100%;max-height:0;overflow:hidden;opacity:0;
    transition:max-height .3s ease,opacity .2s ease}
  .navbar.open .nav-in nav{max-height:520px;opacity:1}
  .nav-in ul{flex-direction:column;gap:1px;width:100%;
    margin-top:10px;padding:9px 0 3px;border-top:1px solid var(--rule)}
  .nav-in ul a{padding:12px 14px;font-size:15px}
}
/* 480px is where brand + Log In + Register + burger stops fitting on one line.
   Above it the Register pill stays on the bar, where it belongs; below it the
   bar keeps brand, Log In and the burger, and Register becomes the full-width
   pill that closes the open panel. Measured, not guessed - at 420px the four
   need about 375px of a 366px line and the bar wraps into an oval. */
@media (max-width:480px){
  .nav-acts .cta{display:none}
  .nav-menu-cta{display:flex;width:100%;justify-content:center;
    padding:13px 8px 13px 20px;font-size:14.5px;margin:8px 0 3px}
}
@media (max-width:380px){
  .brand{font-size:17px}
  .nav-in{padding:8px 8px 8px 14px}
  .ghost{padding:8px 10px;font-size:12.5px}
}
@media (max-width:900px){
  .mq{grid-template-columns:1fr}
  .mq-img{aspect-ratio:16/7}
  .mq-stub{border-left:0;border-top:1.5px dashed var(--rule);
    flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;
    gap:12px;padding:18px 24px 22px}
  .mq-stub::before{top:-11px;left:-11px}
  .mq-stub::after{top:-11px;left:auto;right:-11px;bottom:auto}
  .mq-stub .sub{margin-bottom:0}
}
@media (max-width:640px){
  .hero{padding:38px 20px 28px}
  .wrap{padding:0 20px}
  .hero-photo img{aspect-ratio:16/10}
  .receipt-band>.wrap,.faq>.wrap{padding:32px 24px 36px}
  .tk-stub{flex-wrap:wrap}
  .tk-acts{flex-direction:row;width:100%;align-items:center;justify-content:space-between}
}

/* ============================================================================
   PAGES ADDED 2026-08-24 — packages.php and checklist.php
   ----------------------------------------------------------------------------
   Same tokens, same components. Nothing here overrides an existing rule; the
   two new pages reuse .hero, .shelf-h, .perf, .tk-kick, .tk-new, .tk-go,
   .receipt-band, .contact and .foot exactly as index.php uses them.
   ========================================================================= */

/* ---------- subpage hero: shorter, with a breadcrumb ---------- */
.subhero{padding:26px 26px 22px}
/* The centred hero caps its headline at 20ch, which is right for the homepage's
   short line but strands "needs," on a line of its own here. A subpage headline
   gets the full measure; a short one is unaffected either way. */
.subhero h1{max-width:26ch}
/* And the intro gets a longer measure than the homepage's 48ch. A four-sentence
   centred intro at 48ch runs to five stacked lines and reads as a wall; the
   wider measure holds it to three. This is the top of the measure that stays
   comfortable - do not widen it further, and do not apply it to body copy. */
.subhero .lede{max-width:86ch}
.crumbs{font-size:12px;color:var(--muted);margin:0 0 14px;letter-spacing:.01em}
.crumbs a{color:var(--aqua);text-decoration:none}
.crumbs a:hover{color:var(--coral);text-decoration:underline}
.crumbs span{margin:0 7px;color:rgba(11,61,72,.35)}
.nav-in a.brand{text-decoration:none;color:var(--ocean)}
.nav-in ul a[aria-current="page"]{background:var(--tint);color:var(--coral)}

/* ---------- footer nav ---------- */
.foot-nav{display:flex;gap:18px;flex-wrap:wrap;width:100%;padding-top:14px;
  margin-top:4px;border-top:1px solid rgba(11,61,72,.08)}
.foot-nav a{color:var(--muted);text-decoration:none}
.foot-nav a:hover{color:var(--coral);text-decoration:underline}

/* ---------- packages: the ticket card, priced as a receipt ---------- */
/* Four packages: two rows of two, so no card is left orphaned on a row of its
   own and the four totals line up in a column the eye can compare. */
.pk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
@media (max-width:760px){ .pk-grid{grid-template-columns:1fr} }
.pk{position:relative;background:var(--card);border-radius:var(--r-md);display:flex;flex-direction:column;
  box-shadow:0 2px 6px rgba(11,61,72,.05),0 18px 44px rgba(11,61,72,.09);
  transition:transform .35s ease,box-shadow .35s ease}
.pk:hover{transform:translateY(-4px);
  box-shadow:0 4px 10px rgba(11,61,72,.06),0 26px 56px rgba(11,61,72,.13)}
.pk-head{padding:24px 26px 0}
.pk-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.pk-no{font-family:"IBM Plex Mono",Consolas,monospace;font-size:10px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--aqua);background:var(--tint);
  border-radius:var(--r-pill);padding:6px 13px}
/* .pk-save was the "Save $NN.NN" chip. Removed from the markup 28 Aug - the
   saving is stated as arithmetic inside the card instead, in .pk-sep. */

/* ---------- the recommended package ---------------------------------------
   Lawrence, 28 Aug: the "Most popular" chip has to stand out. It was 10px on
   sun-soft, which is the same pale chip four other things on the page wear.
   Now it is solid sun with ocean type - 7.49:1, the strongest pairing in the
   palette - at 12px with letterspacing and a lift, and the card it sits on
   carries a sun ring and a deeper shadow so the eye lands on the whole card,
   not just the badge. One card wears this; if a second ever does, it stops
   meaning anything. */
.pk-tag{display:inline-block;background:var(--sun);color:var(--ocean);
  font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  padding:7px 15px;border-radius:var(--r-pill);white-space:nowrap;
  box-shadow:0 2px 10px rgba(255,197,61,.55)}
/* The badge rides ON the card's top edge rather than sitting in the flow.
   Only one card in four carries it, so in the flow it pushed that card's
   heading ~48px below its neighbour's and the row lost its baseline. Out of
   the flow, all four cards start at the same line and the badge reads as a
   label on the ring rather than a third stacked chip. */
.pk--pop .pk-top{position:absolute;top:-13px;left:24px;margin:0;z-index:2}
.pk--pop{outline:2px solid var(--sun);outline-offset:-2px;
  box-shadow:0 3px 10px rgba(11,61,72,.07),0 26px 60px rgba(11,61,72,.14)}
.pk--pop:hover{box-shadow:0 5px 14px rgba(11,61,72,.09),0 32px 68px rgba(11,61,72,.18)}
.pk h3{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:21px;
  letter-spacing:-.022em;line-height:1.15;margin:0 0 10px}
.pk-blurb{font-size:13px;line-height:1.6;color:#3E5158;margin:0 0 18px}
.pk-list{padding:0 26px}
.pk-list .lbl{font-family:"IBM Plex Mono",Consolas,monospace;font-size:9.5px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.pk-list ul{list-style:none;margin:0;padding:0;
  font-family:"IBM Plex Mono",Consolas,monospace;font-variant-numeric:tabular-nums}
.pk-list li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;
  font-size:12.5px;padding:8px 0;border-bottom:1px dotted var(--rule)}
.pk-list li span{color:#3E5158}
.pk-list li b{font-weight:500;color:var(--muted);white-space:nowrap}
.pk-sep{display:flex;justify-content:space-between;gap:16px;padding:10px 0 2px;
  font-family:"IBM Plex Mono",Consolas,monospace;font-variant-numeric:tabular-nums;
  font-size:12.5px;color:var(--muted)}
.pk-sep s{text-decoration-color:var(--coral);text-decoration-thickness:1.5px}
.pk .perf{margin:14px 0 0}
.pk-stub{display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:16px 26px 22px}
.pk-stub .lbl{font-family:"IBM Plex Mono",Consolas,monospace;font-size:9.5px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}
.pk-stub .amt{font-family:"IBM Plex Mono",Consolas,monospace;font-variant-numeric:tabular-nums;
  font-size:30px;font-weight:600;letter-spacing:-.05em;line-height:1;color:var(--hot)}
.pk-stub .sub{font-family:"IBM Plex Mono",Consolas,monospace;font-size:10.5px;
  color:var(--muted);margin-top:5px}

/* ---------- "which package" / CTA grid inside the ocean band ---------- */
.which-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px}
.which-grid b{display:block;font-family:Fraunces,Georgia,serif;font-weight:600;
  font-size:16.5px;margin-bottom:7px;color:#fff}
.which-grid p{margin:0;font-size:13.5px;line-height:1.7;color:#C6DDE2}
.which-grid p b{display:inline;font-family:inherit;font-size:inherit;color:var(--sun)}
.which-grid a{color:var(--sun);text-decoration:none;border-bottom:1px solid rgba(255,197,61,.45)}
.which-grid a:hover{border-bottom-color:var(--sun)}
.receipt-band .which-grid+.receipt-note{margin-top:28px;max-width:74ch}
.cta-row{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin:26px 0 0}
.underlink--light{color:#EAF3F5}
.underlink--light:hover{color:var(--sun)}

/* ---------- checklist: the timeline rail ---------- */
.rail-band{max-width:1140px;margin:8px auto 0;padding:0 26px}
.rail-h{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:15px;
  letter-spacing:.01em;margin:0 0 20px;color:var(--muted);text-align:center}
.rail{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:0;
  margin:0;padding:0;position:relative}
/* One gradient bar behind all five beats, coral running into ocean — the same
   left-to-right progression the old JPEG drew, without the pixels. */
.rail::before{content:"";position:absolute;left:8%;right:8%;top:7px;height:3px;
  border-radius:2px;background:linear-gradient(90deg,var(--coral),var(--aqua) 55%,var(--ocean))}
.rail li{position:relative;text-align:center;padding:0 8px}
.rail-dot{display:block;width:17px;height:17px;margin:0 auto 14px;border-radius:50%;
  background:var(--card);border:3px solid var(--aqua);position:relative;z-index:1}
.rail-now .rail-dot{border-color:var(--coral);background:var(--sun);
  box-shadow:0 0 0 5px rgba(255,197,61,.35)}
.rail li b{display:block;font-size:13px;font-weight:600;color:var(--ocean);line-height:1.25}
.rail li span:not(.rail-dot){display:block;font-size:11.5px;color:var(--muted);
  line-height:1.4;margin-top:4px}

/* ---------- checklist: the ticked lists ---------- */
.ck{background:var(--card);border-radius:var(--r-md);padding:26px 30px 24px;margin-bottom:8px;
  box-shadow:0 2px 6px rgba(11,61,72,.04),0 18px 44px rgba(11,61,72,.07)}
.ck-list{list-style:none;margin:0;padding:0}
.ck-list li{position:relative;padding:11px 0 11px 38px;border-bottom:1px solid var(--rule)}
.ck-list li:last-child{border-bottom:0}
/* An empty ticket box, not a tick — this is a list you still have to work
   through, so it must not read as already done. */
.ck-list li::before{content:"";position:absolute;left:0;top:15px;width:20px;height:20px;
  border-radius:6px;border:2px solid var(--aqua);background:var(--tint)}
.ck-list li b{display:block;font-size:14.5px;font-weight:600;color:var(--ocean);
  line-height:1.35;margin-bottom:3px}
.ck-list li b em{font-style:normal;font-weight:400;color:var(--muted);font-size:13px}
.ck-list li span{display:block;font-size:13px;line-height:1.65;color:#3E5158}
.ck-list li a{color:var(--coral);text-decoration:none;border-bottom:1px solid rgba(194,65,12,.35)}
.ck-list li a:hover{border-bottom-color:var(--coral)}
.ck-list--tight li{padding:9px 0 9px 34px}
.ck-list--tight li::before{top:12px;width:17px;height:17px;border-radius:5px}
.ck-sub{background:var(--tint);border-radius:14px;padding:16px 20px 10px;margin:14px 0 18px}
.ck-sub .lbl{font-family:"IBM Plex Mono",Consolas,monospace;font-size:9.5px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}
.ck-sub .ck-list li{border-bottom-color:rgba(11,61,72,.09)}
.ck-sub .ck-list li::before{background:var(--card)}
.ck-note,.ck-aside{font-size:13px;line-height:1.7;color:#3E5158;margin:18px 0 0;
  border-left:3px solid var(--sun);padding:2px 0 2px 16px}
.ck-aside{border-left-color:var(--aqua)}
.ck-note b,.ck-aside b{color:var(--ocean)}
.ck-note a,.ck-aside a{color:var(--coral);text-decoration:none;
  border-bottom:1px solid rgba(194,65,12,.35)}
.ck-note a:hover,.ck-aside a:hover{border-bottom-color:var(--coral)}

/* ---------- responsive for the added components ---------- */
@media (max-width:760px){
  /* The rail folds into a vertical spine rather than shrinking to nothing. */
  .rail{grid-template-columns:1fr;gap:18px;text-align:left;padding-left:6px}
  .rail::before{left:8px;right:auto;top:8px;bottom:8px;width:3px;height:auto;
    background:linear-gradient(180deg,var(--coral),var(--aqua) 55%,var(--ocean))}
  .rail li{text-align:left;padding:0 0 0 34px}
  .rail-dot{position:absolute;left:0;top:1px;margin:0}
  .rail-h{text-align:left}
}
@media (max-width:640px){
  .subhero{padding:20px 20px 18px}
  .ck{padding:22px 20px 20px}
  .pk-stub{flex-wrap:wrap}
  .pk-stub .tk-go{width:100%}
}
/* A contextual pointer between sections - reads as body copy, not a banner. */
.shelf-note{background:var(--card);border-radius:var(--r-md);padding:16px 22px;
  margin:18px 0 6px;font-size:13.5px;line-height:1.65;color:#3E5158;
  border-left:3px solid var(--sun);box-shadow:0 2px 8px rgba(11,61,72,.05)}
.shelf-note a{color:var(--coral);text-decoration:none;
  border-bottom:1px solid rgba(194,65,12,.35);font-weight:500}
.shelf-note a:hover{border-bottom-color:var(--coral)}

/* ---------- cross-sell card ----------------------------------------------
   The packages pointer, promoted from .shelf-note to a card of its own
   (Lawrence, 28 Aug: the note was too easy to miss). Same card vocabulary as
   .tk and .mq - white card, large radius, soft shadow - but the left cell is
   a tinted stub carrying the arithmetic, so the saving reads as a receipt
   rather than a claim. */
.xsell{display:grid;grid-template-columns:minmax(260px,5fr) 7fr;gap:0;
  background:var(--card);border-radius:var(--r-md);overflow:hidden;margin:30px 0 10px;
  box-shadow:0 2px 6px rgba(11,61,72,.05),0 18px 44px rgba(11,61,72,.09);
  transition:transform .35s ease,box-shadow .35s ease}
.xsell:hover{transform:translateY(-4px);box-shadow:0 4px 10px rgba(11,61,72,.06),0 26px 56px rgba(11,61,72,.13)}
/* Photo cell. Same treatment as .tk-img and .mq-img - full colour, a touch of
   saturation, slow zoom on hover - so this reads as one of the cards rather
   than an advert dropped between them. */
.xsell-photo{position:relative;overflow:hidden;background:var(--ocean);min-height:260px}
.xsell-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:center 38%;display:block;
  filter:saturate(1.08) contrast(1.03);transition:transform .6s cubic-bezier(.2,.7,.3,1)}
.xsell:hover .xsell-photo img{transform:scale(1.045)}
/* Sealed to the photo, not to the card. */
.xsell-save{position:absolute;left:14px;bottom:14px;z-index:2;
  background:var(--sun);color:var(--ocean);font-size:11.5px;font-weight:700;
  letter-spacing:.04em;padding:6px 14px;border-radius:var(--r-pill);
  box-shadow:0 2px 10px rgba(11,61,72,.18)}
.xsell-lbl{display:block;font-family:"IBM Plex Mono",Consolas,monospace;font-size:9.5px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
/* The arithmetic, as a receipt inside the copy: a saving the reader can check
   beats a saving we assert. */
.xsell-rows{background:var(--tint);border-radius:14px;padding:14px 18px;margin:0 0 18px;
  font-family:"IBM Plex Mono",Consolas,monospace;font-variant-numeric:tabular-nums;
  font-size:12.5px;color:#3E5158}
.xr{display:flex;justify-content:space-between;gap:14px;padding:3px 0}
.xr-was{color:var(--muted)}
.xr-now{margin-top:7px;padding-top:9px;border-top:1px solid rgba(11,61,72,.14);
  align-items:center;font-size:14px;color:var(--ocean)}
.xr-now b{font-size:22px;font-weight:600;letter-spacing:-.04em;color:var(--hot)}
.xsell-body{padding:28px 32px;display:flex;flex-direction:column;justify-content:center}
/* The kicker is a chip, not a bar. In a stretch-aligned flex column an
   inline-block still fills the line, so it has to opt out. */
.xsell-body .tk-kick{align-self:flex-start}
.xsell-body h3{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:25px;
  letter-spacing:-.025em;line-height:1.12;margin:0 0 10px}
.xsell-body h3 em{font-style:italic;color:var(--coral)}
.xsell-body p{margin:0 0 16px;font-size:14px;line-height:1.6;color:#3E5158}
.xsell-acts{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
/* This link wraps to two lines on a phone. .underlink draws its rule with a
   border-bottom, which only underlines the last line fragment and reads as a
   mistake; text-decoration underlines every line. */
.xsell-acts .underlink{border-bottom:0;text-decoration:underline;
  text-decoration-color:var(--coral);text-decoration-thickness:1.5px;
  text-underline-offset:4px;padding-bottom:0}
.xsell-acts .btn-coral{display:inline-block;background:var(--coral);color:#fff;
  text-decoration:none;font-weight:600;font-size:14px;padding:12px 24px;
  border-radius:var(--r-pill)}
.xsell-acts .btn-coral:hover{background:var(--coral-lt)}
@media (max-width:720px){
  .xsell{grid-template-columns:1fr}
  .xsell-photo{min-height:0;aspect-ratio:16/9}
  .xsell-body{padding:24px 22px}
}
