/*
Theme Name: PayToStart
Theme URI: https://paytostart.com/
Author: PayToStart
Author URI: https://paytostart.com/
Description: Marketing site + SEO-ready blog for PayToStart — GPS tracker & starter interrupt for BHPH dealers. Classic PHP theme built from the PayToStart design system (navy / red / gold, Libre Franklin + Oswald).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paytostart
Tags: business, blog, custom-menu, featured-images, translation-ready
*/

/* ---------------------------------------------------------------------------
   NOTE: The design-system CSS below is imported verbatim from the original
   PayToStart standalone mock-up (paytostart-home/style.css). Blog / archive /
   single / page styles that WordPress needs live in assets/css/blog.css so this
   file stays a 1:1 mirror of the approved landing design.
   --------------------------------------------------------------------------- */

/* =========================================================
   PayToStart — Home
   BEM · mobile-first responsive · SEO-friendly markup
   ========================================================= */

/* ---------- Design tokens ---------- */
:root {
  --navy:      #16294D;
  --navy-dark: #0F1D38;
  --red:       #C8102E;
  --cream:     #F7F5F0;
  --white:     #ffffff;
  --gold:      #F0B429;

  --text:      #16294D;
  --muted:     #4A5670;
  --muted-2:   #8B8578;
  --muted-3:   #5A6B8C;
  --on-navy:   #B9C4D9;

  --border:    #E3DFD5;
  --border-2:  #D9D4C8;

  --ok:     #2F9E63;
  --warn:   #D9A62E;
  --danger: #C8102E;

  --font-body: 'Libre Franklin', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-head: 'Oswald', 'Libre Franklin', sans-serif;

  --maxw: 1400px;
  --gutter: 64px;
  --radius: 6px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.page {
  background: var(--cream);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
ul, ol { list-style: none; }

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--red); }

h1, h2, h3 { font-family: var(--font-head); font-weight: 700; }

/* ---------- Accessibility helpers ---------- */
.page__skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--navy);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 6px 0;
}
.page__skip-link:focus { left: 0; color: #fff; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* ---------- Layout helpers ---------- */
.section__inner,
.hero__inner,
.platform__inner,
.pricing__inner,
.testimonials__inner,
.cta__inner,
.footer__inner,
.nav__inner {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
  width: 100%;
}

.section { padding-block: 72px; }

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14.5px;
  line-height: 1;
  padding: 11px 22px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: filter .15s ease, background .15s ease, color .15s ease;
  text-align: center;
}
.btn--lg { font-size: 16px; padding: 15px 30px; }
.btn--block { width: 100%; padding: 15px; font-size: 16px; }

.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { color: #fff; filter: brightness(1.08); }

.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { color: #fff; filter: brightness(1.15); }

.btn--outline {
  background: #fff;
  border-color: var(--navy);
  color: var(--navy);
  padding: 13px 28px;
}
.btn--outline:hover { background: var(--navy); color: #fff; }

/* =========================================================
   Shared decorative elements
   ========================================================= */
.flag-strip {
  height: 8px;
  background: repeating-linear-gradient(90deg,
    var(--red) 0 60px, #fff 60px 120px, var(--navy) 120px 180px);
}

.logo {
  display: inline-flex;
  align-items: center;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.logo__mark { background: var(--red); padding: 8px 10px; }
.logo__name { padding: 8px 14px; }
.logo--footer { font-size: 14px; background: var(--navy-dark); }
.logo--footer .logo__mark { padding: 5px 7px; }
.logo--footer .logo__name { padding: 5px 10px; }

/* =========================================================
   Header
   ========================================================= */
.topbar {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 9px 16px;
}
.topbar__text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
}
.topbar__star { color: #fff; }
.topbar__phone { color: #fff; text-decoration: underline; }
.topbar__phone:hover { color: var(--gold); }

/* Nav */
.nav { background: #fff; border-bottom: 1px solid var(--border); }
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px;
}
.nav__brand { display: flex; align-items: center; gap: 12px; }
.nav__tagline {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted-2);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.nav__menu {
  display: flex;
  gap: 26px;
  font-size: 14.5px;
  font-weight: 600;
}
.nav__link { color: var(--navy); }
.nav__actions { display: flex; gap: 12px; align-items: center; }
.nav__login { font-size: 14px; font-weight: 600; }

/* Burger (CSS-only, hidden on desktop) */
.nav__toggle,
.nav__burger { display: none; }
.nav__burger { flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.nav__burger-bar {
  width: 26px; height: 3px; background: var(--navy); border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}

/* Bunting pennants */
.bunting { display: flex; background: #fff; }
.bunting__pennant {
  flex: 1;
  height: 26px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--red);
}
.bunting__pennant:nth-child(even) { background: var(--navy); }

/* =========================================================
   Hero
   ========================================================= */
.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 52px;
  align-items: center;
  padding-block: 56px 60px;
}
.hero__content { display: flex; flex-direction: column; gap: 20px; }

.rating { display: flex; align-items: center; gap: 10px; }
.rating__stars { color: var(--red); font-size: 16px; letter-spacing: 1px; }
.rating__text { font-size: 13px; font-weight: 600; color: var(--muted-3); }

.hero__title {
  font-size: 70px;
  line-height: 1.02;
  text-transform: uppercase;
}
.hero__title-accent { color: var(--red); }

.hero__lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 470px;
}
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Stats */
.stats {
  display: flex;
  border-top: 1px solid var(--border-2);
  margin-top: 6px;
  padding-top: 18px;
}
.stats__item { padding-inline: 28px; border-right: 1px solid var(--border-2); }
.stats__item:first-child { padding-left: 0; }
.stats__item:last-child { padding-right: 0; border-right: none; }
.stats__value { font-family: var(--font-head); font-size: 26px; font-weight: 700; }
.stats__label { font-size: 12.5px; color: var(--muted-2); font-weight: 600; }

/* Window sticker */
.hero__aside { position: relative; filter: drop-shadow(0 20px 32px rgba(22,41,77,.22)); }
.sticker {
  background: #fff;
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  overflow: hidden;
  transform: rotate(1deg);
}
.sticker__header {
  background: var(--red);
  color: #fff;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sticker__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.sticker__kicker { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sticker__stripe {
  height: 6px;
  background: repeating-linear-gradient(90deg,
    var(--navy) 0 40px, #fff 40px 80px, var(--red) 80px 120px);
}
.sticker__body { padding: 24px 26px 20px; }
.sticker__meta {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EAE6DC;
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.sticker__meta-block--right { text-align: right; }
.sticker__meta-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--muted-2); text-transform: uppercase; }
.sticker__meta-value { font-family: var(--font-head); font-size: 17px; font-weight: 600; }

.sticker__list { display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; font-weight: 500; }
.sticker__list-item { display: flex; gap: 10px; align-items: center; }
.sticker__check { color: var(--red); font-weight: 800; }

.sticker__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed #C9C2AE;
}
.sticker__price-row { display: flex; align-items: baseline; gap: 6px; }
.sticker__price-amount { font-family: var(--font-head); font-size: 34px; font-weight: 700; color: var(--navy); }
.sticker__price-monthly { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--red); }

.barcode { display: flex; gap: 2px; align-items: flex-end; height: 34px; }
.barcode span { width: 3px; height: 100%; background: var(--navy); }
.barcode span:nth-child(2) { width: 2px; height: 70%; }
.barcode span:nth-child(4) { width: 2px; height: 80%; }
.barcode span:nth-child(6) { width: 5px; height: 65%; }
.barcode span:nth-child(8) { height: 85%; }
.barcode span:nth-child(10) { width: 4px; height: 75%; }

/* =========================================================
   Trust strip
   ========================================================= */
.trust { background: var(--navy); color: #fff; }
.trust__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: var(--maxw);
  margin-inline: auto;
  padding: 22px var(--gutter);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.trust__star { color: var(--gold); margin-right: 6px; }

/* =========================================================
   Section head (centered)
   ========================================================= */
.section__head { text-align: center; margin-bottom: 44px; }
.section__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--red);
  text-transform: uppercase;
}
.section__eyebrow--gold { color: var(--gold); }
.section__title {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 8px;
}
.section__title--left { text-align: left; }
.section__title--light { color: #fff; }
.hero__title, .cta__title { font-family: var(--font-head); }

/* =========================================================
   How it works — steps
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps__item {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 4px solid var(--navy);
  border-radius: var(--radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.steps__item--accent { border-top-color: var(--red); }
.steps__num { font-family: var(--font-head); font-size: 32px; font-weight: 700; color: var(--red); }
.steps__title { font-size: 16.5px; font-weight: 700; font-family: var(--font-body); }
.steps__text { font-size: 14px; line-height: 1.55; color: var(--muted); }

/* =========================================================
   Platform
   ========================================================= */
.platform { background: #fff; border-block: 1px solid var(--border); }
.platform__inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
  padding-block: 72px;
}
.platform__content { display: flex; flex-direction: column; gap: 18px; }
.platform__lead { font-size: 15.5px; line-height: 1.65; color: var(--muted); }

.feature-list { display: flex; flex-direction: column; gap: 14px; margin-top: 6px; }
.feature-list__item { display: flex; gap: 14px; }
.feature-list__icon {
  flex: 0 0 26px;
  height: 26px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
}
.feature-list__title { font-size: 15px; font-weight: 700; font-family: var(--font-body); }
.feature-list__text { font-size: 13.5px; line-height: 1.55; color: var(--muted); }

/* Dashboard mock */
.dashboard {
  border: 1px solid var(--border-2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(22,41,77,.14);
  background: #fff;
}
.dashboard__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  background: var(--navy);
  color: #fff;
  gap: 10px;
}
.dashboard__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dashboard__star { color: var(--red); }
.dashboard__meta { font-size: 12px; font-weight: 600; color: var(--on-navy); }
.dashboard__grid { display: grid; grid-template-columns: 250px 1fr; }
.dashboard__side { border-right: 1px solid #EAE6DC; padding: 14px; }
.dashboard__side-title { font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--muted-2); margin-bottom: 10px; text-transform: uppercase; }

.portfolio { display: flex; flex-direction: column; gap: 7px; }
.portfolio__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 11px;
  border-radius: var(--radius);
}
.portfolio__row--active { background: #F4F6F9; }
.portfolio__row--warn { border: 1px solid #F0D9A8; background: #FBF4E3; }
.portfolio__row--danger { border: 1px solid #EBC6C0; background: #FAEDEA; }
.portfolio__info { display: flex; flex-direction: column; }
.portfolio__car { font-size: 12.5px; font-weight: 700; }
.portfolio__sub { font-size: 10.5px; color: var(--muted-2); }
.portfolio__sub--warn { color: #A07B2E; }
.portfolio__sub--danger { color: #A6493C; }
.portfolio__dot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.portfolio__dot--ok { background: var(--ok); }
.portfolio__dot--warn { background: var(--warn); }
.portfolio__dot--danger { background: var(--danger); }

.dashboard__map {
  position: relative;
  min-height: 280px;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 31px, #EDE8DC 32px),
    repeating-linear-gradient(90deg, transparent, transparent 31px, #EDE8DC 32px),
    #F7F4EC;
}
.dashboard__road { position: absolute; background: #E8E2D3; }
.dashboard__road--h { left: 0; right: 0; top: 39%; height: 5px; transform: rotate(-4deg); }
.dashboard__road--v { left: 45%; top: 0; bottom: 0; width: 5px; transform: rotate(7deg); }
.dashboard__pin {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
}
.dashboard__pin--ok { background: var(--ok); }
.dashboard__pin--warn { background: var(--warn); }
.dashboard__pin--danger { background: var(--danger); }
.dashboard__tooltip {
  position: absolute;
  left: 46%; top: 60%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  padding: 7px 11px;
  box-shadow: 0 6px 16px rgba(22,41,77,.14);
}
.dashboard__tooltip-car { font-size: 11.5px; font-weight: 800; }
.dashboard__tooltip-sub { font-size: 10.5px; color: #A6493C; }

/* =========================================================
   Features grid
   ========================================================= */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.features__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
}
.features__title {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--navy);
}
.features__text { font-size: 14px; line-height: 1.6; color: var(--muted); }

/* =========================================================
   Pricing
   ========================================================= */
.pricing { background: var(--navy); color: #fff; }
.pricing__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding-block: 72px;
}
.pricing__content { display: flex; flex-direction: column; gap: 16px; }
.pricing__lead { font-size: 15.5px; line-height: 1.65; color: var(--on-navy); }
.pricing__cta { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 4px; }
.pricing__phone { font-size: 14px; font-weight: 600; color: var(--on-navy); }
.pricing__phone a { color: #fff; text-decoration: underline; }

.price-card {
  background: #fff;
  color: var(--navy);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0,0,0,.3);
}
.price-card__stripe {
  height: 6px;
  background: repeating-linear-gradient(90deg,
    var(--navy) 0 40px, #fff 40px 80px, var(--red) 80px 120px);
}
.price-card__body { padding: 32px 36px; }
.price-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #EAE6DC;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.price-card__plan--right { text-align: right; }
.price-card__label { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--muted-2); text-transform: uppercase; }
.price-card__amount { display: flex; align-items: baseline; gap: 6px; }
.price-card__plan--right .price-card__amount { justify-content: flex-end; }
.price-card__value { font-family: var(--font-head); font-size: 46px; font-weight: 700; }
.price-card__value--red { color: var(--red); }
.price-card__unit { font-size: 14px; color: var(--muted); }

.price-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}
.price-card__item { display: flex; gap: 9px; }
.price-card__check { color: var(--red); font-weight: 800; }

/* =========================================================
   Compliance
   ========================================================= */
.compliance {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: start;
}
.compliance__content { display: flex; flex-direction: column; gap: 16px; }
.compliance__lead { font-size: 15.5px; line-height: 1.65; color: var(--muted); }
.compliance__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.compliance__card {
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--navy);
  border-radius: var(--radius);
  padding: 22px;
}
.compliance__title { font-size: 15px; font-weight: 700; font-family: var(--font-body); margin-bottom: 6px; }
.compliance__text { font-size: 13.5px; line-height: 1.55; color: var(--muted); }

/* =========================================================
   Testimonials
   ========================================================= */
.testimonials { background: #fff; border-block: 1px solid var(--border); }
.testimonials__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-block: 64px;
}
.testimonial {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--cream);
}
.testimonial__stars { color: var(--red); font-size: 15px; letter-spacing: 1px; }
.testimonial__quote p { font-size: 16.5px; line-height: 1.6; font-weight: 500; }
.testimonial__cite { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; color: var(--muted-2); text-transform: uppercase; }

/* =========================================================
   FAQ
   ========================================================= */
.faq__inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 52px;
}
.faq__list { display: flex; flex-direction: column; }
.faq__item { border-top: 1px solid var(--border-2); padding: 18px 4px; }
.faq__item:last-child { border-bottom: 1px solid var(--border-2); }
.faq__question { font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; }
.faq__question::-webkit-details-marker { display: none; }
.faq__question::after { content: '+'; float: right; color: var(--red); font-weight: 700; }
.faq__item[open] .faq__question::after { content: '–'; }
.faq__answer { margin-top: 10px; font-size: 14px; line-height: 1.6; color: var(--muted); }

/* =========================================================
   CTA / Contact
   ========================================================= */
.cta { background: var(--red); color: #fff; }
.cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding-block: 72px;
}
.cta__content { display: flex; flex-direction: column; gap: 14px; }
.cta__title { font-size: 44px; text-transform: uppercase; line-height: 1.05; }
.cta__lead { font-size: 16px; line-height: 1.6; color: #F3C6CD; }
.cta__contact { display: flex; gap: 8px; align-items: center; font-weight: 700; font-size: 15px; flex-wrap: wrap; }
.cta__contact a { color: #fff; text-decoration: underline; }

/* Form */
.form { display: flex; flex-direction: column; gap: 12px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form__field { display: block; }
.form__label {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.form__input {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px;
  color: var(--navy);
  font: 500 14px var(--font-body);
}
.form__input::placeholder { color: #7B8398; }

/* =========================================================
   Footer
   ========================================================= */
.footer { background: var(--navy); color: var(--on-navy); }
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 26px;
  font-size: 13px;
}
.footer__brand { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.footer__nav { display: flex; gap: 22px; font-weight: 600; }
.footer__link { color: var(--on-navy); }
.footer__link:hover { color: #fff; }

/* =========================================================
   Responsive — tablet (≤ 1024px)
   ========================================================= */
@media (max-width: 1024px) {
  :root { --gutter: 40px; }

  .hero__title { font-size: 56px; }
  .section__title, .cta__title { font-size: 36px; }

  .steps { grid-template-columns: repeat(2, 1fr); }
  .features { grid-template-columns: repeat(2, 1fr); }

  .platform__inner,
  .compliance { grid-template-columns: 1fr; gap: 40px; }
  .dashboard__grid { grid-template-columns: 200px 1fr; }
}

/* =========================================================
   Responsive — mobile nav + stacking (≤ 768px)
   ========================================================= */
@media (max-width: 768px) {
  :root { --gutter: 24px; }

  .section { padding-block: 48px; }

  /* Announcement bar */
  .topbar__text { font-size: 11.5px; letter-spacing: .02em; }

  /* --- Mobile navigation --- */
  .nav__inner { flex-wrap: wrap; }
  .nav__tagline { display: none; }
  .nav__burger { display: flex; order: 3; }

  .nav__menu {
    order: 4;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .nav__item { border-top: 1px solid var(--border); }
  .nav__link { display: block; padding: 14px 4px; }

  .nav__actions { order: 2; }
  .nav__login { display: none; }

  /* Checkbox hack: open menu + animate burger */
  .nav__toggle:checked ~ .nav__menu { max-height: 320px; }
  .nav__toggle:checked ~ .nav__burger .nav__burger-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav__toggle:checked ~ .nav__burger .nav__burger-bar:nth-child(2) { opacity: 0; }
  .nav__toggle:checked ~ .nav__burger .nav__burger-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  /* Hero */
  .hero__inner { grid-template-columns: 1fr; gap: 36px; padding-block: 36px 44px; }
  .hero__title { font-size: 46px; }
  .hero__aside { order: -1; max-width: 460px; }

  /* Trust strip -> 2 cols */
  .trust__list { grid-template-columns: repeat(2, 1fr); text-align: left; }

  /* Pricing / testimonials / cta stack */
  .pricing__inner,
  .testimonials__inner,
  .cta__inner { grid-template-columns: 1fr; gap: 32px; padding-block: 48px; }

  .faq__inner { grid-template-columns: 1fr; gap: 24px; }
  .compliance__grid { grid-template-columns: 1fr; }

  .cta__title { font-size: 34px; }

  /* Footer */
  .footer__inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer__nav { flex-wrap: wrap; gap: 14px 22px; }
}

/* =========================================================
   Responsive — small phones (≤ 560px)
   ========================================================= */
@media (max-width: 560px) {
  .hero__title { font-size: 38px; }
  .section__title, .cta__title { font-size: 28px; }

  .steps,
  .features,
  .price-card__list { grid-template-columns: 1fr; }

  .btn--lg { width: 100%; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }

  .stats { flex-direction: column; gap: 14px; border: none; padding-top: 8px; }
  .stats__item { padding: 0; border: none; }

  .price-card__head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .price-card__plan--right { text-align: left; }
  .price-card__plan--right .price-card__amount { justify-content: flex-start; }
  .price-card__body { padding: 24px; }

  .form__row { grid-template-columns: 1fr; }

  .dashboard__grid { grid-template-columns: 1fr; }
  .dashboard__side { border-right: none; border-bottom: 1px solid #EAE6DC; }

  .trust__list { grid-template-columns: 1fr; }
}

/* =========================================================
   Reduced motion
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}