/* Manrope, self-hosted. One 25KB variable file covering every weight the site
   uses, so there is no third-party font request and no visitor data leaves
   the site to load type. */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("/assets/manrope-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* A fallback face with Manrope's own vertical metrics and matched average
   character width, so the page does not reflow when the real font arrives.
   Manrope: 2000 upm, ascent 2132, descent 600, no line gap. */
@font-face {
  font-family: "Manrope Fallback";
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans"), local("Roboto"), local("Segoe UI");
  size-adjust: 102.7%;
  ascent-override: 103.8%;
  descent-override: 29.2%;
  line-gap-override: 0%;
}


/* ==========================================================================
   WebBack. design system
   Navy #0A1F44 / Green #00C853 / White
   ========================================================================== */

:root {
  --navy: #0a1f44;
  --navy-700: #142d5c;
  --navy-500: #2a4272;
  --green: #00c853;
  --green-700: #008236; /* 4.95:1 on white, 4.60:1 on --soft */
  --white: #ffffff;
  --soft: #f4f7fb;
  --soft-2: #eaf0f8;
  --line: #dfe6f0;
  --line-strong: #7c96b8; /* 3.04:1 on white, for control borders */
  --line-navy: rgba(255, 255, 255, 0.14);
  --ink: #0a1f44;
  --muted: #56658a;
  --muted-navy: #b7c4dc;

  --radius: 14px;
  --radius-lg: 22px;
  --radius-sm: 9px;

  --shadow-sm: 0 1px 2px rgba(10, 31, 68, 0.06), 0 2px 8px rgba(10, 31, 68, 0.05);
  --shadow: 0 2px 6px rgba(10, 31, 68, 0.06), 0 14px 34px rgba(10, 31, 68, 0.09);
  --shadow-lg: 0 6px 14px rgba(10, 31, 68, 0.08), 0 30px 70px rgba(10, 31, 68, 0.16);

  --wrap: 1120px;
  --gutter: 20px;
  --font: "Manrope", "Manrope Fallback", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--navy); text-decoration-color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--green-700); }

h1, h2, h3, h4 {
  margin: 0 0 0.5em;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
}

h1 { font-size: clamp(2.05rem, 1.5rem + 2.6vw, 3.4rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.6rem, 1.25rem + 1.6vw, 2.35rem); }
h3 { font-size: clamp(1.14rem, 1.05rem + 0.4vw, 1.3rem); font-weight: 700; }
h4 { font-size: 1rem; font-weight: 700; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: 0.45em; }

strong { font-weight: 700; }

:focus-visible {
  outline: 3px solid var(--focus-ring, var(--navy));
  outline-offset: 3px;
  border-radius: 4px;
}
/* On navy the navy ring would disappear, so flip it to white. */
.section--navy,
.cta-band,
.hero--navy,
.site-footer { --focus-ring: #ffffff; }

/* --------------------------------------------------------------- layout -- */

.container {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container--narrow { max-width: 760px; }

/* Full-width container whose children are held to a readable measure and
   stay aligned with the logo and the rest of the page. */
.container--measure > * { max-width: 760px; }

.section { padding: clamp(52px, 8vw, 96px) 0; }
.section--tight { padding: clamp(40px, 6vw, 68px) 0; }

.section--soft { background: var(--soft); }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy h1,
.section--navy h2,
.section--navy h3,
.section--navy h4 { color: var(--white); }
.section--navy p { color: var(--muted-navy); }
.section--navy a:not(.btn),
.cta-band a:not(.btn),
.hero--navy a:not(.btn) { color: var(--white); }
.section--navy a:not(.btn):hover,
.cta-band a:not(.btn):hover,
.hero--navy a:not(.btn):hover { color: var(--green); }

.hero--navy .eyebrow { color: var(--green); }

.section-head { max-width: 680px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.section--navy .section-head p { color: var(--muted-navy); }

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-700);
}
.section--navy .eyebrow { color: var(--green); }

.lead { font-size: clamp(1.05rem, 1rem + 0.4vw, 1.2rem); color: var(--muted); }
.section--navy .lead { color: var(--muted-navy); }

.muted { color: var(--muted); }
.small { font-size: 0.9rem; }
.center { text-align: center; }

.grid { display: grid; gap: 20px; }
@media (min-width: 620px) { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 620px) and (max-width: 899px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
}

.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* -------------------------------------------------------------- buttons -- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--green);
  border-color: var(--green);
  color: var(--navy);
  box-shadow: 0 6px 18px rgba(0, 200, 83, 0.28);
}
.btn--primary:hover {
  background: #00d95b;
  border-color: #00d95b;
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(0, 200, 83, 0.34);
}

.btn--navy { background: var(--navy); border-color: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-700); border-color: var(--navy-700); color: var(--white); }

.btn--outline { background: transparent; border-color: var(--line-strong); color: var(--navy); }
.btn--outline:hover { border-color: var(--navy); color: var(--navy); background: var(--white); }

/* Outline buttons sitting on any navy background. */
.section--navy .btn--outline,
.cta-band .btn--outline,
.hero--navy .btn--outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}
.section--navy .btn--outline:hover,
.cta-band .btn--outline:hover,
.hero--navy .btn--outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.btn--wa { background: #25d366; border-color: #25d366; color: #05331a; }
.btn--wa:hover { background: #2ee775; border-color: #2ee775; color: #05331a; }

.btn--sm { padding: 10px 18px; font-size: 0.92rem; }
.btn--lg { padding: 17px 30px; font-size: 1.06rem; }
.btn--block { display: flex; width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.btn-row.center { justify-content: center; }

.btn-note { font-size: 0.88rem; color: var(--muted); margin-top: 14px; }
.section--navy .btn-note { color: var(--muted-navy); }

/* --------------------------------------------------------------- header -- */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--navy);
  color: var(--white);
  padding: 12px 18px;
  z-index: 100;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
}

.logo { display: inline-flex; align-items: center; flex: none; }
.logo img { height: 25px; width: auto; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px 8px 12px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
}
.nav-toggle .bars { display: block; width: 16px; height: 2px; background: var(--navy); position: relative; }
.nav-toggle .bars::before,
.nav-toggle .bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: var(--navy);
}
.nav-toggle .bars::before { top: -5px; }
.nav-toggle .bars::after { top: 5px; }

.nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 8px var(--gutter) 22px;
}
.nav.is-open { display: block; }

.nav ul { list-style: none; margin: 0; padding: 0; }
.nav li { margin: 0; border-bottom: 1px solid var(--line); }
.nav li:last-child { border-bottom: 0; }

.nav a:not(.btn) {
  display: block;
  padding: 13px 2px;
  font-weight: 700;
  text-decoration: none;
  color: var(--navy);
}
.nav a[aria-current="page"]:not(.btn) { color: var(--green-700); }

.nav .nav-cta { margin-top: 16px; }
.nav .nav-cta .btn { width: 100%; }

@media (min-width: 1000px) {
  .nav-toggle { display: none; }
  .nav {
    display: flex;
    align-items: center;
    gap: 26px;
    position: static;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
  }
  .nav ul { display: flex; align-items: center; gap: 24px; }
  .nav li { border: 0; }
  .nav a:not(.btn) { padding: 6px 0; font-size: 0.95rem; font-weight: 600; position: relative; }
  .nav a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--green);
    transform: scaleX(0);
    transition: transform 0.15s ease;
  }
  .nav a:not(.btn):hover::after,
  .nav a[aria-current="page"]:not(.btn)::after { transform: scaleX(1); }
  .nav .nav-cta { margin: 0; }
  .nav .nav-cta .btn { width: auto; }
}

/* ----------------------------------------------------------------- hero -- */

.hero { padding: clamp(46px, 7vw, 86px) 0 clamp(40px, 6vw, 72px); }
.hero--navy { background: var(--navy); color: var(--white); }
.hero--navy h1 { color: var(--white); }
.hero--navy .lead { color: var(--muted-navy); }

.hero-grid { display: grid; gap: clamp(34px, 5vw, 56px); align-items: center; }
.hero-grid--top { align-items: start; }
@media (min-width: 940px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
}

.hero h1 { margin-bottom: 18px; }
.hero .lead { margin-bottom: 26px; max-width: 34ch; }
.hero--wide .lead { max-width: 54ch; }

.offer-flag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(0, 200, 83, 0.12);
  border: 1px solid rgba(0, 200, 83, 0.35);
  color: var(--navy);
  border-radius: 999px;
  padding: 7px 15px 7px 11px;
  font-size: 0.84rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero--navy .offer-flag,
.section--navy .offer-flag { color: var(--white); background: rgba(0, 200, 83, 0.16); }
.offer-flag .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex: none;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 10px;
}
.hero-points li {
  position: relative;
  padding-left: 27px;
  font-weight: 600;
  font-size: 0.97rem;
  margin: 0;
}
.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 15px;
  height: 8px;
  border-left: 2.5px solid var(--green);
  border-bottom: 2.5px solid var(--green);
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------- cards -- */

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.97rem; }
.card--plain { box-shadow: none; }

.section--navy .card {
  background: var(--navy-700);
  border-color: var(--line-navy);
  box-shadow: none;
}
.section--navy .card p { color: var(--muted-navy); }

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0, 200, 83, 0.13);
  color: var(--green-700);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 1.05rem;
}
.section--navy .card-icon { background: rgba(0, 200, 83, 0.18); color: var(--green); }

/* ---------------------------------------------------------------- steps -- */

.steps { counter-reset: step; display: grid; gap: 18px; }
@media (min-width: 900px) { .steps--4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 620px) and (max-width: 899px) { .steps--4 { grid-template-columns: repeat(2, 1fr); } }

.step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px 24px;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 0.96rem; margin: 0; }
.step .when {
  display: block;
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-700);
}

.section--soft .step { background: var(--white); }

/* --------------------------------------------------------------- prices -- */

.plans { display: grid; gap: 22px; align-items: start; }
@media (min-width: 860px) { .plans--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 700px) { .plans--2 { grid-template-columns: repeat(2, 1fr); } }

.plan {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.plan--featured {
  border-color: var(--navy);
  box-shadow: var(--shadow);
}
.plan--featured::after {
  content: "Most popular";
  position: absolute;
  top: -13px;
  left: 26px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 999px;
}

.plan h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 4px; }
.plan .plan-sub { color: var(--muted); font-size: 0.94rem; margin-bottom: 20px; }

.price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.price .now { font-size: clamp(2rem, 1.6rem + 1.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.price .per { color: var(--muted); font-weight: 600; font-size: 1.02rem; }
.price .was { color: var(--muted); text-decoration: line-through; font-weight: 600; font-size: 1.05rem; }
.price-note {
  margin: 10px 0 20px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--green-700);
}
.price-note.plain { color: var(--muted); font-weight: 600; }

.plan .btn { margin-top: auto; }
.plan .features { margin: 0 0 24px; }

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.price-row:last-of-type { border-bottom: 0; }
.price-row .amount { text-align: right; white-space: nowrap; }
.price-row .amount b { font-size: 1.28rem; font-weight: 800; letter-spacing: -0.02em; display: block; }
.price-row .amount s { color: var(--muted); font-size: 0.9rem; }

.features { list-style: none; padding: 0; display: grid; gap: 10px; }
.features li {
  position: relative;
  padding-left: 27px;
  font-size: 0.96rem;
  margin: 0;
}
.features li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.5em;
  width: 14px;
  height: 7px;
  border-left: 2.5px solid var(--green);
  border-bottom: 2.5px solid var(--green);
  transform: rotate(-45deg);
}
.features--cross li::before {
  border: 0;
  transform: none;
  left: 3px;
  top: 0.62em;
  width: 12px;
  height: 2px;
  background: #c3ccdd;
}
.section--navy .features--cross li::before { background: var(--navy-500); }

/* ------------------------------------------------------------------ faq -- */

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 44px 20px 0;
  font-weight: 700;
  font-size: 1.04rem;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 27px;
  width: 11px;
  height: 11px;
  border-right: 2.5px solid var(--green);
  border-bottom: 2.5px solid var(--green);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 32px; }
.faq .faq-body { padding: 0 0 22px; color: var(--muted); max-width: 70ch; }

/* -------------------------------------------------------------- cta band -- */

.cta-band { background: var(--navy); color: var(--white); }
.cta-band h2 { color: var(--white); }
.cta-band p { color: var(--muted-navy); }
.cta-band .container { text-align: center; }
.cta-band .lead { margin-inline: auto; max-width: 52ch; }

/* --------------------------------------------------------------- footer -- */

.site-footer {
  background: var(--navy);
  color: var(--muted-navy);
  padding: clamp(44px, 6vw, 64px) 0 30px;
  border-top: 1px solid var(--line-navy);
}
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer a:hover { color: var(--green); }

.footer-grid { display: grid; gap: 34px; }
@media (min-width: 780px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }

.site-footer .logo img { height: 24px; }
.footer-blurb { margin: 18px 0 0; max-width: 34ch; font-size: 0.96rem; }
.footer-mail { display: inline-block; margin-top: 16px; font-weight: 700; }

.site-footer h2 {
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; font-size: 0.96rem; }

.footer-bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line-navy);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: space-between;
  font-size: 0.86rem;
}
.footer-legal {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-legal li { margin: 0; font-size: 0.86rem; }

/* ---------------------------------------------------------------- forms -- */

.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 34px);
  box-shadow: var(--shadow-sm);
}

.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 7px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.18);
}
.field .hint { font-size: 0.84rem; color: var(--muted); margin-top: 6px; }

.hp { position: absolute; left: -9999px; }

/* --------------------------------------------------- contact method list -- */

.method {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.method:last-child { border-bottom: 0; }
.method .method-body { flex: 1 1 auto; }
.method h3 { margin-bottom: 4px; }
.method p { color: var(--muted); font-size: 0.95rem; margin-bottom: 14px; }

/* ------------------------------------------------------------ mock sites -- */

.mock-wrap { position: relative; }

.mock-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.section--navy .mock-label { color: var(--muted-navy); }
.mock-label .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.browser {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}
.section--navy .browser { border-color: rgba(255, 255, 255, 0.18); }

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  background: #eef2f8;
  border-bottom: 1px solid var(--line);
}
.browser-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cdd6e4;
  flex: none;
}
.browser-bar .url {
  flex: 1 1 auto;
  margin-left: 6px;
  background: var(--white);
  border-radius: 999px;
  padding: 5px 13px;
  font-size: 0.74rem;
  color: var(--muted);
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Scoped mini-site styles. Everything inside .mock is illustrative only. */
.mock {
  font-size: 13px;
  line-height: 1.5;
  color: #1b2333;
  background: var(--white);
}
.mock * { box-sizing: border-box; }
.mock .m-pad { padding: 20px; }
.mock h3, .mock h4, .mock p, .mock ul { margin: 0; }
.mock .m-h3, .mock .m-h4 { margin: 0; font-weight: 800; }
.mock h3, .mock .m-h3 { font-size: 1.5rem; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 8px; }
.mock h4, .mock .m-h4 { font-size: 0.86rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
.mock p { font-size: 0.85rem; }
.mock ul { list-style: none; padding: 0; }
.mock li { margin: 0; }

.mock .m-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.78rem;
}
.mock .m-brand { font-weight: 800; letter-spacing: -0.01em; font-size: 0.95rem; }
.mock .m-links { display: none; gap: 14px; opacity: 0.72; }
@media (min-width: 560px) { .mock .m-links { display: flex; } }
.mock .m-call {
  padding: 7px 13px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.74rem;
  white-space: nowrap;
}

.mock .m-hero { padding: 26px 20px 24px; }
.mock .m-strap { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; }
.mock .m-btns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.mock .m-btn {
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}
.mock .m-btn.ghost { background: transparent; border: 1.5px solid currentColor; }

.mock .m-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 12px 20px;
  font-size: 0.74rem;
  font-weight: 700;
}

.mock .m-cols { display: grid; gap: 12px; }
@media (min-width: 520px) { .mock .m-cols-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 440px) { .mock .m-cols-2 { grid-template-columns: repeat(2, 1fr); } }

.mock .m-tile {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 14px;
}
.mock .m-tile strong { display: block; font-size: 0.88rem; margin-bottom: 4px; }
.mock .m-tile span { font-size: 0.8rem; opacity: 0.7; }

.mock .m-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  font-size: 0.82rem;
}
.mock .m-row:last-child { border-bottom: 0; }
.mock .m-row b { font-weight: 800; }

.mock .m-quote { font-size: 0.86rem; font-style: italic; }
.mock .m-quote + .m-by { font-size: 0.76rem; opacity: 0.7; margin-top: 8px; font-style: normal; }

.mock .m-foot {
  padding: 14px 20px;
  font-size: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  justify-content: space-between;
}

.mock .m-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.mock .m-badge {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.mock .m-map {
  height: 92px;
  border-radius: 10px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px) 0 0 / 100% 23px,
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px) 0 0 / 23px 100%,
    #eef1f6;
  position: relative;
}
.mock .m-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: currentColor;
}

/* Trades mock palette: high-contrast, safety yellow on charcoal */
.mock--trade { color: #12161f; }
.mock--trade .m-top { background: #12161f; color: #fff; border-bottom-color: #12161f; }
.mock--trade .m-call { background: #ffd400; color: #12161f; }
.mock--trade .m-hero { background: #12161f; color: #fff; }
.mock--trade .m-strap { color: #ffd400; }
.mock--trade .m-hero p { color: #c8cedb; }
.mock--trade .m-btn { background: #ffd400; color: #12161f; }
.mock--trade .m-btn.ghost { color: #fff; background: transparent; }
.mock--trade .m-strip { background: #ffd400; color: #12161f; }
.mock--trade .m-foot { background: #12161f; color: #aeb6c6; }
.mock--trade .m-badge { border-color: rgba(0, 0, 0, 0.18); }

/* Professional services mock palette: ink and warm stone */
.mock--pro { color: #17202e; }
.mock--pro .m-top { background: #fff; color: #17202e; }
.mock--pro .m-call { background: #17202e; color: #fff; }
.mock--pro .m-hero { background: #f6f4ef; }
.mock--pro .m-strap { color: #8a6a3a; }
.mock--pro .m-hero p { color: #51596a; }
.mock--pro .m-btn { background: #17202e; color: #fff; }
.mock--pro .m-btn.ghost { color: #17202e; }
.mock--pro .m-strip { background: #17202e; color: #dfe3ea; }
.mock--pro .m-foot { background: #f6f4ef; color: #6b7382; }

/* Local services mock palette: warm blush and plum */
.mock--local { color: #3a2231; }
.mock--local .m-top { background: #fff8f5; color: #3a2231; border-bottom-color: #f2ddd5; }
.mock--local .m-call { background: #b4557e; color: #fff; }
.mock--local .m-hero { background: linear-gradient(160deg, #fdeee8 0%, #f8dfe6 100%); }
.mock--local .m-strap { color: #b4557e; }
.mock--local .m-hero p { color: #6d5461; }
.mock--local .m-btn { background: #b4557e; color: #fff; }
.mock--local .m-btn.ghost { color: #3a2231; }
.mock--local .m-strip { background: #3a2231; color: #f3dce6; }
.mock--local .m-tile { border-color: #f2ddd5; }
.mock--local .m-row { border-bottom-color: #f2ddd5; }
.mock--local .m-foot { background: #fff8f5; color: #7c6470; }

/* ------------------------------------------------------------- utilities -- */

.stack-24 > * + * { margin-top: 24px; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-0 { margin-bottom: 0; }

.pill {
  display: inline-block;
  background: var(--soft-2);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
}
.section--navy .pill { background: rgba(255, 255, 255, 0.1); color: var(--white); }

.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }

.note {
  border-left: 3px solid var(--green);
  padding: 4px 0 4px 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

/* ==========================================================================
   Example page furniture
   Added for the three niche pages: scrollable site previews, phone mockups,
   illustrations, galleries and the optional extras blocks.
   ========================================================================== */

/* ------------------------------------------------- scrollable preview -- */

.browser--scroll .mock-viewport {
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: 520px;
  scrollbar-width: thin;
  scrollbar-color: rgba(10, 31, 68, 0.3) transparent;
}
@media (min-width: 900px) { .browser--scroll .mock-viewport { max-height: 640px; } }

.mock-viewport::-webkit-scrollbar { width: 11px; }
.mock-viewport::-webkit-scrollbar-track { background: rgba(10, 31, 68, 0.05); }
.mock-viewport::-webkit-scrollbar-thumb {
  background: rgba(10, 31, 68, 0.26);
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
.mock-viewport::-webkit-scrollbar-thumb:hover { background: rgba(10, 31, 68, 0.42); background-clip: padding-box; }

.browser-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.browser-hint::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(45deg);
  margin-bottom: 2px;
}
@media (max-width: 560px) { .browser-hint { display: none; } }

/* --------------------------------------------------------- phone mock -- */

.phone {
  width: min(262px, 78%);
  margin-inline: auto;
  padding: 9px;
  border-radius: 36px;
  background: #0c1424;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.phone::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  z-index: 3;
}
.phone-screen {
  border-radius: 28px;
  overflow: hidden;
  background: var(--white);
}
.phone-caption {
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 16px;
}
.section--navy .phone-caption,
.hero--navy .phone-caption { color: var(--muted-navy); }

.mock--mini { font-size: 11px; }
.mock--mini .m-top { padding: 22px 13px 9px; font-size: 0.68rem; }
.mock--mini .m-links { display: none; }
.mock--mini .m-hero { padding: 15px 13px; }
.mock--mini .m-hero h3 { font-size: 1.02rem; margin-bottom: 6px; }
.mock--mini .m-hero p { font-size: 0.74rem; }
.mock--mini .m-strap { font-size: 0.6rem; margin-bottom: 7px; }
.mock--mini .m-strip { padding: 8px 13px; font-size: 0.62rem; gap: 5px 11px; }
.mock--mini .m-pad { padding: 13px; }
.mock--mini .m-btn { padding: 7px 12px; font-size: 0.7rem; }
.mock--mini .m-call { padding: 5px 9px; font-size: 0.64rem; }
.mock--mini h4 { font-size: 0.68rem; margin-bottom: 7px; }
.mock--mini .m-tile { padding: 9px; }
.mock--mini .m-tile strong { font-size: 0.76rem; }
.mock--mini .m-tile span { font-size: 0.68rem; }
.mock--mini .m-row { font-size: 0.72rem; padding: 6px 0; }
.mock--mini .m-cols { gap: 8px; }

/* ------------------------------------------------------ illustrations -- */

.illus { display: block; width: 100%; height: auto; }

.figure-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.figure-card .illus { max-width: 330px; margin-inline: auto; }
.figure-card figcaption {
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--muted);
  text-align: center;
}

.hero-figure { display: grid; gap: 20px; justify-items: center; }

/* -------------------------------------------------------- shot strips -- */

.shots { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .shots { grid-template-columns: repeat(4, 1fr); } }

.shot {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}
.shot .illus { height: 100%; object-fit: cover; }
.shot span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 6px;
}

/* ------------------------------------------------------------- extras -- */

.extras-rows { border-top: 1px solid var(--line); }
.extras-rows > div {
  display: grid;
  gap: 4px 30px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 760px) { .extras-rows > div { grid-template-columns: 270px 1fr; } }
.extras-rows h3 { font-size: 1.05rem; margin: 0; }
.extras-rows p { color: var(--muted); font-size: 0.96rem; margin: 0; }

.extras-chips { display: grid; gap: 16px; }
@media (min-width: 700px) { .extras-chips { grid-template-columns: repeat(2, 1fr); } }
.extras-chips > div {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.extras-chips .num {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 200, 83, 0.14);
  color: var(--green-700);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.82rem;
}
.extras-chips h3 { font-size: 1.02rem; margin-bottom: 4px; }
.extras-chips p { color: var(--muted); font-size: 0.94rem; margin: 0; }

.extras-note {
  margin-top: 26px;
  font-size: 0.95rem;
  color: var(--muted);
  border-left: 3px solid var(--green);
  padding-left: 18px;
  max-width: 62ch;
}
.section--navy .extras-note { color: var(--muted-navy); }

/* ------------------------------------------- page specific furniture -- */

/* Trades: two-column checklist with a heading per item. */
.checks { display: grid; gap: 22px 34px; }
@media (min-width: 720px) { .checks { grid-template-columns: repeat(2, 1fr); } }
.checks > div { position: relative; padding-left: 34px; }
.checks > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 19px;
  height: 10px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}
.checks h3 { font-size: 1.04rem; margin-bottom: 4px; }
.checks p { color: var(--muted); font-size: 0.95rem; margin: 0; }
.section--navy .checks p { color: var(--muted-navy); }

/* Professional services: numbered editorial list. */
.editorial { counter-reset: ed; display: grid; gap: 0; border-top: 1px solid var(--line); }
.editorial > div {
  display: grid;
  gap: 6px 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 760px) { .editorial > div { grid-template-columns: 56px 240px 1fr; align-items: start; } }
.editorial .n {
  counter-increment: ed;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--green-700);
  padding-top: 3px;
}
.editorial .n::before { content: "0" counter(ed); }
.editorial h3 { font-size: 1.06rem; margin: 0; }
.editorial p { color: var(--muted); font-size: 0.97rem; margin: 0; max-width: 60ch; }

/* Local services: soft rounded tiles. */
.softcards { display: grid; gap: 18px; }
@media (min-width: 620px) { .softcards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .softcards { grid-template-columns: repeat(3, 1fr); } }
.softcards > div {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px 24px;
}
.softcards h3 { font-size: 1.05rem; margin-bottom: 6px; }
.softcards p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* ------------------------------------------- extra mock site pieces -- */

.mock .m-shots { display: grid; gap: 9px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 560px) { .mock .m-shots { grid-template-columns: repeat(4, 1fr); } }
.mock .m-shot { position: relative; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; }
.mock .m-shot .illus { height: 100%; object-fit: cover; }
.mock .m-shot span {
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  color: #12161f;
  padding: 3px 7px;
  border-radius: 5px;
}

.mock .m-field {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 0.76rem;
  opacity: 0.55;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.6);
}
.mock .m-faqrow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.82rem;
  font-weight: 700;
}
.mock .m-faqrow::after { content: "+"; opacity: 0.45; font-weight: 800; }

.mock .m-stats { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.mock .m-stat { text-align: center; }
.mock .m-stat b { display: block; font-size: 1.22rem; letter-spacing: -0.02em; line-height: 1.1; }
.mock .m-stat span { font-size: 0.7rem; opacity: 0.72; }

.mock .m-split { display: grid; gap: 14px; }
@media (min-width: 520px) { .mock .m-split { grid-template-columns: 1fr 1fr; align-items: center; } }

.mock .m-band { padding: 18px 20px; }
.mock--trade .m-band { background: #f4f6fa; }
.mock--pro .m-band { background: #f6f4ef; }
.mock--local .m-band { background: #fff8f5; }

.mock .m-cta {
  padding: 22px 20px;
  text-align: center;
}
.mock--trade .m-cta { background: #12161f; color: #fff; }
.mock--pro .m-cta { background: #17202e; color: #fff; }
.mock--local .m-cta { background: #3a2231; color: #fff; }
.mock .m-cta h3 { font-size: 1.15rem; margin-bottom: 6px; }
.mock .m-cta p { opacity: 0.78; margin-bottom: 12px; }
.mock .m-cta .m-btns { justify-content: center; }

/* Warm hero tint, used on the local services example page only. */
.hero--warm { background: linear-gradient(180deg, var(--white) 0%, #fdf3ef 100%); }

/* Flip the two hero columns on wide screens without moving the heading
   below the figure on a phone. */
@media (min-width: 940px) {
  .hero-grid--flip > *:first-child { order: 2; }
  .hero-grid--flip > *:last-child { order: 1; }
}

/* On a phone the preview is a large target, so let the page keep scrolling
   once the preview reaches its end rather than trapping the gesture. */
@media (max-width: 760px) {
  .browser--scroll .mock-viewport { max-height: 440px; overscroll-behavior: auto; }
}

/* Buttons inside the mock's dark closing band were inheriting the band's own
   colour, which made ghost buttons invisible and left the visible button
   looking off-centre. They need to read against the band, not vanish into it. */
.mock .m-cta .m-btn.ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
}
.mock--pro .m-cta .m-btn:not(.ghost) {
  background: #ffffff;
  color: #17202e;
}

/* ==========================================================================
   Example previews on the home page
   A small website thumbnail per sector, themed to that sector, so the work is
   visible before anyone has to click anything.
   ========================================================================== */

.examples { display: grid; gap: 22px; }
@media (min-width: 720px) { .examples { grid-template-columns: repeat(3, 1fr); } }

.ex {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.ex:hover { box-shadow: var(--shadow); transform: translateY(-2px); }

.ex-thumb { border-bottom: 1px solid var(--line); }
.ex-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 11px;
  background: #eef2f8;
  border-bottom: 1px solid var(--line);
}
.ex-bar i { width: 7px; height: 7px; border-radius: 50%; background: #cdd6e4; }
.ex-bar span {
  flex: 1;
  margin-left: 5px;
  background: var(--white);
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 0.62rem;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ex-shot { padding: 16px 16px 14px; min-height: 168px; }
.ex-shot .brand {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.ex-shot h3 { font-size: 1.02rem; line-height: 1.2; margin-bottom: 8px; }
.ex-shot p:not(.brand) { font-size: 0.78rem; margin-bottom: 12px; opacity: 0.85; }
.ex-shot .fake-btn {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
}
.ex-shot img { margin-top: 12px; border-radius: 8px; }

.ex--trade .ex-shot { background: #12161f; color: #fff; }
.ex--trade .ex-shot .brand { color: #ffd400; }
.ex--trade .ex-shot .fake-btn { background: #ffd400; color: #12161f; }

.ex--pro .ex-shot { background: #f6f4ef; color: #17202e; }
.ex--pro .ex-shot .brand { color: #8a6a3a; }
.ex--pro .ex-shot .fake-btn { background: #17202e; color: #fff; }

.ex--local .ex-shot { background: linear-gradient(160deg, #fdeee8 0%, #f8dfe6 100%); color: #3a2231; }
.ex--local .ex-shot .brand { color: #a4436d; }
.ex--local .ex-shot .fake-btn { background: #a4436d; color: #fff; }

.ex-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.ex-body h3 { font-size: 1.1rem; margin-bottom: 6px; }
.ex-body p { color: var(--muted); font-size: 0.95rem; flex: 1; }
.ex-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.ex-actions .btn { flex: 1 1 auto; }

/* A short, honest note used where something is illustrative. */
.disclosure {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 14px;
}

/* Who runs it */
.who { display: grid; gap: 26px; align-items: start; }
@media (min-width: 820px) { .who { grid-template-columns: 1fr 1fr; } }

/* ==========================================================================
   Enquiry form states
   ========================================================================== */

.field .opt { font-weight: 600; color: var(--muted); }
.field .req { color: var(--green-700); font-weight: 800; }

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: #b3261e;
  box-shadow: 0 0 0 3px rgba(179, 38, 30, 0.14);
}

.field-error {
  display: none;
  margin: 7px 0 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #b3261e;
}
.field-error.is-shown { display: block; }
.field-error::before { content: "\26A0\FE0E"; margin-right: 6px; }

.form-alert {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: #fdecea;
  border: 1px solid #f3c2bd;
  color: #7f1d16;
  font-size: 0.95rem;
}
.form-alert[hidden] { display: none; }

.form-note {
  margin-top: 16px;
  font-size: 0.86rem;
  color: var(--muted);
}

.btn[aria-disabled="true"] { opacity: 0.65; cursor: progress; transform: none; }

.form-success { text-align: center; padding: 8px 0 4px; }
.form-success .tick {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 200, 83, 0.15);
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}
.form-success .tick::after {
  content: "";
  width: 22px;
  height: 11px;
  border-left: 4px solid var(--green-700);
  border-bottom: 4px solid var(--green-700);
  transform: rotate(-45deg);
  margin-top: -6px;
}
.form-success h2 { font-size: 1.35rem; margin-bottom: 10px; }
.form-success p { color: var(--muted); }
.form-success .next {
  text-align: left;
  background: var(--soft);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-top: 22px;
}
.form-success .next h3 { font-size: 1rem; margin-bottom: 10px; }

/* Visible to screen readers only. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------------------------ privacy and terms pages -- */

.legal h2 {
  margin-top: 44px;
  font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.6rem);
}
.legal h2:first-child { margin-top: 0; }
.legal h3 {
  margin-top: 26px;
  font-size: 1.05rem;
}
.legal p { margin: 0 0 14px; }
.legal ul {
  margin: 0 0 14px;
  padding-left: 1.15em;
}
.legal li { margin-bottom: 8px; }
.legal a { color: var(--green-700); }
.legal a:hover { color: var(--navy); }
