/* ==========================================================================
   UpadhiSetu landing — built to the withpronto.com design.
   Loaded after site.css and home.css, so it wins where they overlap.
   Tokens below are the values read off Pronto's own stylesheet.
   ========================================================================== */

@font-face {
  font-family: "Urbanist";
  src: url("fonts/urbanist.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("fonts/lexend.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}

:root {
  --p-brand:   #05AC5F;
  --p-brand-d: #048A4C;
  --p-tint:    #E8F8F0;
  --p-tint-2:  #D6F2E4;

  --p-ink:   #111827;
  --p-ink-2: #374151;
  --p-mut:   #6B7280;
  --p-mut-2: #9CA3AF;

  --p-paper:  #F9FAFC;
  --p-paper2: #F4F7F9;
  --p-line:   #DDE5ED;
  --p-black:  #0C0C0C;

  --p-display: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --p-body:    "Lexend",   system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --p-wrap: 1240px;
  --p-r:    16px;
}

body { font-family: var(--p-body); color: var(--p-ink); background: #fff; }

.pw { width: min(var(--p-wrap), 100% - 2.5rem); margin-inline: auto; }

/* Pronto sets headings in Urbanist at heavy weight, very tight leading. */
.p-h1, .p-h2, .p-h3, .p-stat-n {
  font-family: var(--p-display);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.04;
  color: var(--p-ink); margin: 0;
}
.p-h1 { font-size: clamp(2.5rem, 1.6rem + 4vw, 4.05rem); }
.p-h2 { font-size: clamp(2.1rem, 1.4rem + 3.2vw, 3.5rem); }
.p-h3 { font-size: clamp(1.15rem, 1rem + .5vw, 1.4rem); letter-spacing: -.02em; line-height: 1.2; }

.p-eye {
  font-family: var(--p-body);
  font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--p-brand); margin: 0 0 1.1rem;
}
.p-lead { font-size: 1.06rem; line-height: 1.6; color: var(--p-mut); margin: 1.1rem 0 0; max-width: 52ch; }

.p-sec { padding: clamp(3.5rem, 6vw, 6.5rem) 0; }
.p-sec-grey  { background: var(--p-paper); }
.p-sec-grey2 { background: var(--p-paper2); }
.p-center { text-align: center; }
.p-center .p-lead { margin-inline: auto; }

/* ---------------- header ---------------- */
header.p-bar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(1.5) blur(10px);
  border-bottom: 1px solid var(--p-line);
}
.p-bar .pw { display: flex; align-items: center; gap: 1rem; padding: .95rem 0; }
.p-logo { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.p-logo img { width: 30px; height: auto; }
.p-logo span {
  font-family: var(--p-display); font-weight: 800; font-size: 1.35rem;
  letter-spacing: -.03em; color: var(--p-brand);
}
.p-logo span b { color: #F5A623; font-weight: 800; }
.p-nav { margin-left: auto; display: flex; align-items: center; gap: 2rem; }
.p-nav a {
  font-size: .95rem; font-weight: 500; color: var(--p-ink); text-decoration: none;
  transition: color .15s ease;
}
.p-nav a:hover { color: var(--p-brand); }
@media (max-width: 900px) { .p-nav { display: none; } }

/* ---------------- hero ---------------- */
.p-hero {
  position: relative; overflow: clip;
  background:
    radial-gradient(circle, rgba(5,172,95,.16) 1px, transparent 1.2px) 0 0 / 17px 17px,
    linear-gradient(170deg, #fff 0%, #F1FBF5 42%, #DFF5E9 100%);
  border-bottom: 1px solid var(--p-line);
}
.p-hero-grid {
  display: grid; gap: 2.5rem; align-items: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem);
}
@media (min-width: 62rem) { .p-hero-grid { grid-template-columns: 1.05fr .95fr; gap: 3rem; } }

.p-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; border: 1px solid var(--p-line); border-radius: 999px;
  padding: .5rem 1rem; font-size: .84rem; font-weight: 500; color: var(--p-ink-2);
  box-shadow: 0 1px 2px rgba(17,24,39,.05); margin-bottom: 1.5rem;
}
.p-pill i {
  width: .5rem; height: .5rem; border-radius: 50%; background: var(--p-brand);
  box-shadow: 0 0 0 3px rgba(5,172,95,.18); flex: none;
}
.p-pill b { font-weight: 700; color: var(--p-ink); }

.p-hero .p-lead { font-size: 1.12rem; max-width: 42ch; }

.p-textlink {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.5rem;
  font-weight: 700; font-size: .98rem; color: var(--p-brand-d); text-decoration: none;
}
.p-textlink:hover { text-decoration: underline; }

/* store badge — the black Google Play lozenge Pronto uses */
.p-badges { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.35rem; }
.p-store {
  display: inline-flex; align-items: center; gap: .7rem;
  background: #000; color: #fff; text-decoration: none;
  border-radius: 10px; padding: .6rem 1.15rem .6rem .95rem;
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .15s ease, box-shadow .15s ease;
}
.p-store:hover { transform: translateY(-1px); box-shadow: 0 10px 22px -12px rgba(0,0,0,.6); }
.p-store svg { width: 1.55rem; height: 1.55rem; flex: none; }
.p-store small {
  display: block; font-size: .6rem; font-weight: 500; letter-spacing: .07em;
  text-transform: uppercase; opacity: .85; line-height: 1.3;
}
.p-store strong {
  display: block; font-family: var(--p-display);
  font-size: 1.08rem; font-weight: 700; line-height: 1.15; letter-spacing: -.01em;
}

/* the row Pronto uses for its star rating; ours carries facts we can stand behind */
.p-proof {
  display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.35rem;
  margin-top: 1.35rem; font-size: .88rem; color: var(--p-ink-2);
}
.p-proof span { display: inline-flex; align-items: center; gap: .4rem; }
.p-proof svg { width: 1rem; height: 1rem; color: var(--p-brand); flex: none; }

/* LIVE IN + city pills */
.p-live { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-top: 1.8rem; }
.p-live-l {
  font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  color: var(--p-mut); margin-right: .35rem;
}
.p-city {
  background: #fff; border: 1px solid var(--p-line); border-radius: 999px;
  padding: .42rem .95rem; font-size: .87rem; font-weight: 500; color: var(--p-ink);
  box-shadow: 0 1px 2px rgba(17,24,39,.04);
}

.p-hero-art { display: flex; justify-content: center; }

/* ---------------- built-on strip (Pronto's "featured in") ---------------- */
.p-strip { padding: clamp(2.25rem, 4vw, 3.25rem) 0; border-bottom: 1px solid var(--p-line); }
.p-strip .p-eye { text-align: center; margin-bottom: 1.6rem; }
.p-strip-row {
  display: grid; gap: 1.75rem 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 215px), 1fr));
}
.p-strip-item { display: flex; align-items: flex-start; gap: .7rem; }
.p-strip-item svg { width: 1.35rem; height: 1.35rem; color: var(--p-brand); flex: none; margin-top: .1rem; }
.p-strip-item b { display: block; font-size: .95rem; font-weight: 700; color: var(--p-ink); }
.p-strip-item span { display: block; font-size: .85rem; color: var(--p-mut); line-height: 1.5; margin-top: .15rem; }

/* ---------------- stats ---------------- */
.p-stats { display: grid; gap: 1.25rem; margin-top: 2.75rem; }
@media (min-width: 48rem) { .p-stats { grid-template-columns: repeat(3, 1fr); } }
.p-stat {
  background: linear-gradient(115deg, var(--p-tint), rgba(232,248,240,.35));
  border: 1px solid rgba(5,172,95,.16); border-radius: var(--p-r);
  padding: 1.5rem 1.6rem;
}
.p-stat-ic {
  width: 2.1rem; height: 2.1rem; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--p-brand-d); margin-bottom: 1rem;
  box-shadow: 0 1px 2px rgba(17,24,39,.06);
}
.p-stat-ic svg { width: 1.1rem; height: 1.1rem; }
.p-stat p.p-stat-n { font-size: clamp(2.1rem, 1.5rem + 2vw, 3rem); }
.p-stat-n em { font-style: normal; color: var(--p-brand); }
.p-stat p { margin: .3rem 0 0; font-size: .92rem; color: var(--p-mut); }

/* ---------------- services grid ---------------- */
.p-svc {
  display: grid; gap: 1.1rem; margin-top: 2.75rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}
.p-svc-card {
  display: flex; flex-direction: column; text-decoration: none;
  background: #fff; border: 1px solid var(--p-line); border-radius: 14px;
  padding: .8rem .8rem 1rem; transition: transform .18s ease, box-shadow .18s ease;
}
.p-svc-card:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -18px rgba(17,24,39,.3); }
.p-svc-img {
  border-radius: 10px; background: var(--p-paper2);
  aspect-ratio: 16 / 10; display: grid; place-items: center; margin-bottom: .9rem;
}
.p-svc-img svg { width: 3rem; height: 3rem; color: var(--p-brand-d); }
.p-svc-card h3 {
  font-family: var(--p-display); font-size: 1.02rem; font-weight: 700;
  letter-spacing: -.015em; color: var(--p-ink); margin: 0 .3rem;
}
.p-svc-card p { margin: .45rem .3rem 0; font-size: .82rem; line-height: 1.55; color: var(--p-mut); }
.p-svc-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin: 1rem .3rem 0; gap: .75rem;
}
.p-svc-n {
  font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: var(--p-brand-d); background: var(--p-tint);
  border: 1px solid rgba(5,172,95,.18); border-radius: 999px; padding: .2rem .55rem;
}
.p-svc-go {
  width: 1.6rem; height: 1.6rem; border-radius: 50%; display: grid; place-items: center;
  color: var(--p-ink); flex: none;
}
.p-svc-go svg { width: 1rem; height: 1rem; }

/* ---------------- how it works: black band ---------------- */
.p-dark { background: var(--p-black); color: #fff; }
.p-dark .p-h2 { color: #fff; }
.p-dark .p-lead { color: rgba(255,255,255,.66); }
.p-steps { display: grid; gap: 2rem; margin-top: 3rem; }
@media (min-width: 60rem) { .p-steps { grid-template-columns: repeat(3, 1fr); gap: 1.75rem; } }
.p-step-art {
  border-radius: 14px; padding: 1.75rem 1.25rem 0; display: flex; justify-content: center;
  background:
    radial-gradient(circle, rgba(255,255,255,.22) 1px, transparent 1.2px) 0 0 / 15px 15px,
    linear-gradient(160deg, #0FBF6C, #059A54);
  overflow: hidden; min-height: 300px;
}
.p-step-l {
  display: flex; align-items: center; gap: .75rem; margin: 1.6rem 0 .85rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  color: var(--p-brand);
}
.p-step-l::after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,.16); }
.p-step h3 {
  font-family: var(--p-display); font-size: 1.4rem; font-weight: 800;
  letter-spacing: -.025em; line-height: 1.2; color: #fff; margin: 0;
}
.p-step p { margin: .7rem 0 0; font-size: .95rem; line-height: 1.6; color: rgba(255,255,255,.62); }

/* ---------------- trust cards (Pronto's testimonial rails) ---------------- */
.p-rail { overflow: hidden; margin-top: 2.75rem; }
.p-rail + .p-rail { margin-top: 1.1rem; }
.p-rail-t { display: flex; gap: 1.1rem; width: max-content; animation: p-slide 46s linear infinite; }
.p-rail-b .p-rail-t { animation-direction: reverse; animation-duration: 54s; }
.p-rail:hover .p-rail-t { animation-play-state: paused; }
@keyframes p-slide { to { transform: translateX(-50%); } }
.p-tcard {
  width: 330px; flex: none; background: #fff;
  border: 1px solid var(--p-line); border-radius: 14px; padding: 1.25rem 1.35rem;
  box-shadow: 0 1px 2px rgba(17,24,39,.04);
}
.p-tcard-ic { display: flex; gap: .3rem; color: var(--p-brand); margin-bottom: .8rem; }
.p-tcard-ic svg { width: 1.15rem; height: 1.15rem; }
.p-tcard p { margin: 0; font-size: .93rem; line-height: 1.6; color: var(--p-ink-2); }
.p-tcard-f { display: flex; align-items: center; gap: .65rem; margin-top: 1rem; }
.p-tcard-av {
  width: 2rem; height: 2rem; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: var(--p-tint); color: var(--p-brand-d); font-weight: 700; font-size: .82rem;
}
.p-tcard-f b { display: block; font-size: .85rem; font-weight: 700; color: var(--p-ink); }
.p-tcard-f span { display: block; font-size: .78rem; color: var(--p-mut); }

/* ---------------- FAQ ---------------- */
.p-faq { max-width: 780px; margin: 2.75rem auto 0; display: grid; gap: .7rem; }
.p-faq details {
  background: #fff; border: 1px solid var(--p-line); border-radius: 12px;
  box-shadow: 0 1px 2px rgba(17,24,39,.04);
}
.p-faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 1rem;
  padding: 1.1rem 1.3rem; font-family: var(--p-display);
  font-size: 1.02rem; font-weight: 700; letter-spacing: -.01em; color: var(--p-ink);
}
.p-faq summary::-webkit-details-marker { display: none; }
.p-faq summary::after {
  content: ""; margin-left: auto; flex: none; width: .62rem; height: .62rem;
  border-right: 2px solid var(--p-mut); border-bottom: 2px solid var(--p-mut);
  transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s ease;
}
.p-faq details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.p-faq p { margin: 0; padding: 0 1.3rem 1.25rem; font-size: .95rem; line-height: 1.65; color: var(--p-mut); }

/* ---------------- closing CTA panel ---------------- */
.p-cta-wrap { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem); }
.p-cta {
  position: relative; overflow: hidden; text-align: center; border-radius: 22px;
  padding: clamp(2.5rem, 4vw, 3.75rem) 1.5rem clamp(2.5rem, 4vw, 3.5rem);
  background:
    radial-gradient(circle, rgba(5,172,95,.13) 1px, transparent 1.2px) 0 0 / 17px 17px,
    linear-gradient(160deg, #DFF3E7, #EAF8F0 60%, #F4FBF7);
  border: 1px solid rgba(5,172,95,.16);
}
.p-cta-art { display: flex; justify-content: center; margin-bottom: 2.25rem; }
.p-cta .p-h2 { max-width: 18ch; margin-inline: auto; }
.p-cta .p-lead { margin-inline: auto; color: var(--p-ink-2); }
.p-cta .p-badges { justify-content: center; margin-top: 1.75rem; }

/* ---------------- reveal ---------------- */
.p-rv { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,.8,.3,1); }
.p-rv.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .p-rv { opacity: 1; transform: none; transition: none; }
  .p-rail-t { animation: none !important; }
  .p-svc-card, .p-store { transition: none; }
}

/* ---------------- phone mockups reused from home.css ----------------
   home.css cross-fades three stacked views on a 13.5s loop, so a lone
   .u-view-1 would sit at opacity 0 for most of it. Inside Pronto's panels
   each phone shows one static screen, so the cycle is switched off. */
.p-hero-art .u-view, .p-step-art .u-view, .p-cta-art .u-view {
  position: relative; inset: auto; opacity: 1; animation: none !important;
}
.p-hero-art .u-feed, .p-step-art .u-feed, .p-cta-art .u-feed { position: relative; }
.p-step-art .u-phone { width: min(14.5rem, 60vw); animation: none; box-shadow: 0 24px 44px -20px rgba(0,0,0,.55); }
.p-cta-art  .u-phone { width: min(16rem, 68vw); }
.p-step-art .u-phone { margin-bottom: -3.25rem; }

/* ---------------- sprite icons ----------------
   The symbols in the sprite are stroke-drawn: without fill:none +
   stroke:currentColor they render as solid black blobs. home.css supplies this
   through its .i class, which these Pronto components do not use. */
.p-proof svg, .p-strip-item svg, .p-stat-ic svg, .p-svc-img svg,
.p-tcard-ic svg, .p-svc-go svg, .p-textlink svg {
  fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
/* #i-star and #i-play carry their own fill/stroke inline, so they stay solid. */

/* ---------------- centred-section corrections ----------------
   site.css caps every <p> at `max-width: var(--measure)` (56ch). In a centred
   section that leaves the eyebrow centred inside a 56ch box pinned left, which
   reads as misalignment. Release the cap and centre the box itself. */
.p-eye { max-width: none; }
.p-center .p-eye { margin-inline: auto; }

/* Six categories divide evenly into three columns; auto-fit at 250px was
   giving a ragged 4 + 2. */
.p-svc { grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }

/* Each step screen holds two cards, so the 9/19 body leaves dead space. */
.p-step-art .u-phone { aspect-ratio: 9 / 15.5; }

/* The closing-CTA screen holds two cards; trim the body so it does not
   trail a tall empty panel under them. */
.p-cta-art .u-phone { aspect-ratio: 9 / 15; }

/* Legal pages: keep Pronto's type, but the long-form body stays on the
   reading measure site.css already sets. */
.p-bar + main h1, .p-bar ~ main h1,
.p-bar ~ main h2, .p-bar ~ main h3 { font-family: var(--p-display); letter-spacing: -.025em; }

/* ==========================================================================
   Mobile: hamburger + slide-in drawer, matching Pronto's mobile nav.
   Previously .p-nav was simply display:none under 900px, which left phones
   with no navigation at all.
   ========================================================================== */
.p-burger {
  display: none; margin-left: auto; width: 2.6rem; height: 2.6rem;
  align-items: center; justify-content: center; gap: 5px; flex-direction: column;
  background: none; border: 0; cursor: pointer; padding: 0; color: var(--p-ink);
}
.p-burger span {
  display: block; width: 22px; height: 2.5px; border-radius: 2px;
  background: currentColor;
}
@media (max-width: 900px) { .p-burger { display: flex; } }

.p-drawer { position: fixed; inset: 0; z-index: 60; }
.p-drawer[hidden] { display: none; }
.p-drawer-scrim {
  position: absolute; inset: 0; background: rgba(17,24,39,.45);
  opacity: 0; transition: opacity .25s ease;
}
.p-drawer.open .p-drawer-scrim { opacity: 1; }
.p-drawer-panel {
  position: absolute; inset: 0 0 0 auto; width: min(88vw, 400px);
  background: #fff; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .28s cubic-bezier(.22,.8,.3,1);
  box-shadow: -20px 0 50px -20px rgba(17,24,39,.35);
  overflow-y: auto;
}
.p-drawer.open .p-drawer-panel { transform: none; }
.p-drawer-top {
  display: flex; align-items: center; gap: 1rem;
  padding: .95rem 1.35rem; border-bottom: 1px solid var(--p-line);
}
.p-drawer-x {
  margin-left: auto; width: 2.4rem; height: 2.4rem; display: grid; place-items: center;
  background: none; border: 0; cursor: pointer; color: var(--p-ink); border-radius: 8px;
}
.p-drawer-x svg { width: 1.35rem; height: 1.35rem; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; }
.p-drawer-x:hover { background: var(--p-paper2); }
.p-drawer-links { display: flex; flex-direction: column; padding: 1.35rem .6rem; }
.p-drawer-links a {
  font-family: var(--p-display); font-size: 1.12rem; font-weight: 700;
  letter-spacing: -.015em; color: var(--p-ink); text-decoration: none;
  padding: .95rem .75rem; border-radius: 10px;
}
.p-drawer-links a:hover { background: var(--p-paper2); color: var(--p-brand-d); }
.p-drawer-foot { margin-top: auto; padding: 1.35rem; border-top: 1px solid var(--p-line); }
.p-drawer-foot .p-store { width: 100%; justify-content: center; }
body.p-locked { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .p-drawer-panel, .p-drawer-scrim { transition: none; }
}

/* Pronto lists seven cities then a "+N more" link rather than the full set. */
.p-city.p-city-extra { display: none; }
.p-live-more {
  font-size: .87rem; font-weight: 700; color: var(--p-brand-d); text-decoration: none;
  display: inline-flex; align-items: center; gap: .3rem; margin-left: .2rem;
}
.p-live-more:hover { text-decoration: underline; }
/* the coverage section shows every town */
#coverage .p-city.p-city-extra { display: inline-block; }

/* ==========================================================================
   Mobile hero pass.
   Root cause of the dead space above the pill: site.css puts padding on every
   <section>, and .p-hero-grid adds its own on top, so a phone got ~90px of
   empty dotted ground before any content. The hero owns its spacing now.
   ========================================================================== */
.p-hero { padding: 0; }

/* The pill is a flex container, so a bare text run either side of <b> became
   separate flex items and the gap pushed them onto three lines. One span
   keeps it a single wrapping text run. */
.p-pill > span { display: block; }

.p-city-m, .p-city-extra { display: none; }
@media (min-width: 40rem)  { .p-city-m { display: inline-block; } }
@media (min-width: 75rem)  { .p-city-extra { display: inline-block; } }
#coverage .p-city, #coverage .p-city-m, #coverage .p-city-extra { display: inline-block; }

@media (max-width: 40rem) {
  .p-hero-grid { padding: 1.6rem 0 2rem; gap: 1.9rem; }
  .p-pill { font-size: .78rem; padding: .42rem .85rem; margin-bottom: 1.15rem; }
  .p-h1 { font-size: clamp(2.05rem, 1.15rem + 4.6vw, 2.9rem); }
  .p-hero .p-lead { font-size: 1rem; line-height: 1.55; margin-top: .9rem; }
  .p-textlink { margin-top: 1.15rem; }
  .p-badges { margin-top: 1.15rem; }
  .p-proof { margin-top: 1.15rem; gap: .4rem 1rem; font-size: .84rem; }
  .p-live { margin-top: 1.4rem; gap: .45rem; }
  .p-city { padding: .36rem .82rem; font-size: .83rem; }
  .p-live-l { margin-right: .15rem; }

  /* section rhythm tightens too — 6.5rem of padding is a lot of thumb-scrolling */
  .p-sec { padding: 2.75rem 0; }
  .p-strip { padding: 2rem 0; }
  .p-stats, .p-svc { margin-top: 1.9rem; }
  .p-steps { margin-top: 2rem; gap: 1.75rem; }
  .p-rail { margin-top: 1.9rem; }
  .p-faq { margin-top: 1.9rem; }
}

/* Belt and braces: the rails are max-content wide and must never be able to
   push the document into a horizontal scroll. */
.p-rail { max-width: 100%; }

/* Five cards fill the hero screen; trim the frame so it ends just under them. */
.p-hero-art .u-phone { aspect-ratio: 9 / 17.5; }
