/* ================= Billinzo design system ================= */
/* Committed light theme (matches the reference site). Every colour is explicit. */

:root {
  color-scheme: light;

  --navy:        #0b1f39;
  --navy-2:      #12294a;
  --navy-3:      #1c3a63;
  --gold:        #e0a92e;
  --gold-deep:   #c8901f;
  --gold-ink:    #2a1e00;
  --gold-wash:   #fbf3e2;

  --ink:         #16191f;
  --body:        #47505d;
  --muted:       #6c7480;

  --bg:          #ffffff;
  --band:        #f4f5f8;
  --band-2:      #eef0f4;
  --card:        #ffffff;
  --line:        #e5e7ec;
  --line-strong: #d6d9e0;

  --ok:          #1f9d57;

  /* icon tints: wash / ink */
  --t-blue:  #eef3ff; --t-blue-i:  #2f62cf;
  --t-green: #e9f7ef; --t-green-i: #17904c;
  --t-violet:#f1ecfd; --t-violet-i:#6a49d4;
  --t-amber: #fdf2e0; --t-amber-i: #bd7f16;
  --t-rose:  #fdedf0; --t-rose-i:  #cf4767;
  --t-teal:  #e6f6f5; --t-teal-i:  #148f88;

  --shadow-sm: 0 1px 2px rgba(11,31,57,.06), 0 6px 16px -10px rgba(11,31,57,.18);
  --shadow:    0 2px 6px rgba(11,31,57,.07), 0 24px 48px -20px rgba(11,31,57,.28);

  --radius:  16px;
  --radius-s: 12px;
  --maxw: 1140px;
  --pad: 24px;

  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* , *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
strong { color: var(--ink); font-weight: 700; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

/* ---------- shared bits ---------- */
.eyebrow {
  display: inline-block;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.on-navy .eyebrow { color: var(--gold); }

.section { padding-block: clamp(56px, 8vw, 104px); }
.section--band { background: var(--band); }
.section--navy { background: var(--navy); color: #c9d3e0; }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: #fff; }

.sec-head { max-width: 42rem; margin-bottom: clamp(32px, 5vw, 56px); display: flex; flex-direction: column; gap: 14px; }
.sec-head.center { margin-inline: auto; text-align: center; align-items: center; }
.sec-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.sec-head p { font-size: 1.06rem; color: var(--muted); max-width: 36rem; }
.section--navy .sec-head p { color: #9fb0c4; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: inherit; font-weight: 700; font-size: .97rem;
  padding: .82em 1.4em; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn--gold { background: var(--gold); color: var(--gold-ink); }
.btn--gold:hover { background: var(--gold-deep); transform: translateY(-1px); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--navy); transform: translateY(-1px); }
.on-navy .btn--ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.on-navy .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn--lg { padding: .95em 1.7em; font-size: 1.02rem; }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.hero .btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.hero .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }

a:focus-visible, button:focus-visible, summary:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 8px;
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 20px; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand__mark { width: 34px; height: 34px; flex: none; }
.brand__name { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name b { font-weight: 800; font-size: 1.02rem; letter-spacing: .14em; color: var(--ink); text-transform: uppercase; }
.brand__name span { font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; }
.nav { display: flex; gap: 28px; margin-inline: auto; }
.nav a { font-size: .94rem; font-weight: 600; color: var(--body); transition: color .15s ease; }
.nav a:hover { color: var(--ink); }
.header-right { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.header-phone { font-size: .92rem; font-weight: 700; color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 24px; height: 24px; }

@media (max-width: 940px) {
  .nav { position: fixed; inset: 68px 0 auto 0; margin: 0; flex-direction: column; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px 0;
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: .18s ease; }
  .nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav a { padding: 13px var(--pad); width: 100%; border-bottom: 1px solid var(--line); }
  .header-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav { margin-left: 0; }
}

/* ---------- hero ---------- */
.hero {
  background:
    radial-gradient(60% 90% at 78% 8%, rgba(224,169,46,.14), transparent 60%),
    radial-gradient(70% 90% at 8% 100%, rgba(28,58,99,.55), transparent 55%),
    var(--navy);
  color: #b9c5d4;
  overflow: clip;
}
.hero .wrap { padding-block: clamp(52px, 8vw, 92px);
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.hero__copy { display: flex; flex-direction: column; gap: 22px; }
.pill {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .8rem; font-weight: 600; color: #cdd8e6;
  border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 7px 15px;
}
.pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.hero h1 { color: #fff; font-size: clamp(2.4rem, 5.6vw, 3.9rem); letter-spacing: -0.03em; line-height: 1.02; }
.hero h1 .g { color: var(--gold); }
.hero__sub { font-size: 1.14rem; color: #9fb0c4; max-width: 33rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 26px 34px; margin-top: 14px; }
.hero__stats div { position: relative; }
.hero__stats div + div { padding-left: 34px; }
.hero__stats div + div::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 1px; background: rgba(255,255,255,.16); }
.hero__stats b { display: block; font-size: 1.5rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.hero__stats span { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #7f92aa; }

/* hero app-card */
.appcard {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); color: var(--body);
  overflow: hidden; width: min(400px, 100%); margin-inline: auto;
}
.appcard__bar { background: var(--navy); color: #fff; padding: 16px 20px; display: flex; justify-content: space-between; align-items: flex-start; }
.appcard__bar b { display: block; font-size: .95rem; font-weight: 700; }
.appcard__bar small { color: #9fb0c4; font-size: .78rem; }
.appcard__bar .t { font-size: .78rem; color: #9fb0c4; }
.appcard__body { padding: 18px 20px 20px; }
.appcard__row { display: flex; justify-content: space-between; gap: 10px; font-size: .9rem; padding: 7px 0; }
.appcard__row .q { color: var(--muted); font-variant-numeric: tabular-nums; }
.appcard__row .a { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.appcard__row .n { flex: 1; color: var(--ink); }
.appcard__panel { background: var(--band); border-radius: var(--radius-s); padding: 12px 14px; margin: 12px 0; }
.appcard__panel .appcard__row { padding: 4px 0; }
.appcard__total { display: flex; justify-content: space-between; font-weight: 800; color: var(--ink); font-size: 1.15rem; padding-top: 4px; }
.appcard__total span:last-child { font-variant-numeric: tabular-nums; }
.appcard__actions { display: flex; gap: 8px; margin-top: 14px; }
.appcard__actions .btn { flex: 1; padding: .7em 1em; font-size: .88rem; }
.appcard__paid { margin-top: 12px; font-size: .8rem; color: var(--ok); font-weight: 700; display: flex; align-items: center; gap: 6px; }
.appcard__paid svg { width: 15px; height: 15px; flex: none; }
.hr { border: 0; border-top: 1px solid var(--line); margin: 6px 0; }

/* ---------- trust strip ---------- */
.trust { background: var(--bg); border-bottom: 1px solid var(--line); }
.trust .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; padding-block: 22px; }
.trust span { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; color: var(--body); }
.trust svg { width: 17px; height: 17px; color: var(--ok); flex: none; }

/* ---------- feature / solution card grid ---------- */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: flex; flex-direction: column; gap: 11px;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-strong); }
.card__ico { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; }
.card__ico svg { width: 22px; height: 22px; }
.card h3 { font-size: 1.12rem; }
.card p { font-size: .95rem; color: var(--muted); }
.card__link { margin-top: auto; padding-top: 4px; font-weight: 700; font-size: .9rem; color: var(--navy); display: inline-flex; align-items: center; gap: 6px; }
.card__link svg { width: 15px; height: 15px; transition: transform .15s ease; }
.card:hover .card__link svg { transform: translateX(3px); }
.card .from { font-size: .82rem; font-weight: 700; color: var(--gold-deep); }

.tint-blue   { background: var(--t-blue);   color: var(--t-blue-i); }
.tint-green  { background: var(--t-green);  color: var(--t-green-i); }
.tint-violet { background: var(--t-violet); color: var(--t-violet-i); }
.tint-amber  { background: var(--t-amber);  color: var(--t-amber-i); }
.tint-rose   { background: var(--t-rose);   color: var(--t-rose-i); }
.tint-teal   { background: var(--t-teal);   color: var(--t-teal-i); }

/* ---------- split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 64px); align-items: center; }
.split__copy { display: flex; flex-direction: column; gap: 16px; }
.split__copy h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.split__copy > p { color: var(--muted); }
.checks { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.checks li { display: flex; gap: 11px; align-items: flex-start; font-size: .98rem; }
.checks li svg { width: 20px; height: 20px; flex: none; color: var(--ok); margin-top: 2px; }
.checks li b { color: var(--ink); }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { display: flex; flex-direction: column; gap: 10px; }
.step__n { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-weight: 800; font-size: .9rem; }
.step h3 { color: #fff; font-size: 1.05rem; }
.step p { font-size: .92rem; color: #9fb0c4; }

/* ---------- pricing ---------- */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.price { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.price--best { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), var(--shadow-sm); position: relative; overflow: hidden; }
.price--best::after { content: ""; position: absolute; width: 120px; height: 120px; right: -50px; top: -50px; background: var(--gold-wash); border-radius: 50%; }
.price__tag { position: relative; align-self: flex-start; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-ink); background: var(--gold); border-radius: 999px; padding: 4px 11px; }
.price h3 { position: relative; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 800; }
.price__amt { position: relative; font-size: 2.4rem; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1; }
.price__amt small { font-size: .9rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price__per { position: relative; font-size: .85rem; color: var(--muted); margin-top: -8px; }
.price ul { position: relative; list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.price li { display: flex; gap: 9px; font-size: .92rem; align-items: flex-start; }
.price li svg { width: 17px; height: 17px; flex: none; color: var(--ok); margin-top: 3px; }
.price .btn { position: relative; width: 100%; margin-top: auto; }
.price-note { margin-top: 18px; text-align: center; font-size: .86rem; color: var(--muted); }

/* ---------- chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 8px; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: .9rem; font-weight: 600; color: var(--ink); }
.chip svg { width: 16px; height: 16px; color: var(--gold-deep); }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: .9rem; }
.quote p { font-size: .96rem; color: var(--body); }
.quote figcaption { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.avatar { width: 36px; height: 36px; border-radius: 10px; flex: none; display: grid; place-items: center; font-weight: 800; font-size: .85rem; background: var(--t-blue); color: var(--t-blue-i); }
.quote .who { font-size: .84rem; line-height: 1.35; }
.quote .who b { display: block; color: var(--ink); }
.quote .who span { color: var(--muted); }

/* ---------- gold CTA banner ---------- */
.goldcta { background: var(--gold); border-radius: var(--radius); padding: clamp(24px, 4vw, 38px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.goldcta h3 { color: var(--gold-ink); font-size: clamp(1.2rem, 2.4vw, 1.6rem); }
.goldcta p { color: #5a4712; font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { max-width: 46rem; margin-inline: auto; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-s); margin-bottom: 10px; }
.faq summary { list-style: none; cursor: pointer; padding: 17px 20px; font-weight: 700; color: var(--ink); font-size: 1.03rem; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold-deep); font-size: 1.3rem; font-weight: 700; transition: transform .18s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 20px 18px; color: var(--muted); font-size: .97rem; }

/* ---------- final CTA ---------- */
.final { text-align: center; }
.final .wrap { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.final h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); max-width: 20ch; }
.final p { color: #9fb0c4; font-size: 1.06rem; max-width: 34rem; }
.final .hero__cta { justify-content: center; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy); color: #93a4bb; padding-block: 54px 30px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 30px; }
.footer-brand .brand__name b, .footer-brand .brand__name span { color: #fff; }
.footer-brand p { margin-top: 12px; color: #93a4bb; max-width: 24rem; }
.footer-brand .contact { margin-top: 12px; font-weight: 700; color: #fff; }
.footer-grid h5 { color: #6f8098; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 13px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-grid a:hover { color: #fff; }
.footer-seo { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; color: #7f92aa; line-height: 1.7; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 18px; font-size: .82rem; color: #7f92aa; }
.footer-bottom nav { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- breadcrumb (sub-pages) ---------- */
.crumb { font-size: .84rem; color: var(--muted); padding-top: 22px; }
.crumb a:hover { color: var(--ink); }
.crumb span { color: var(--line-strong); margin: 0 7px; }

/* ---------- article / prose (blog + content pages) ---------- */
.page-hero { background: var(--band); }
.page-hero .wrap { padding-block: clamp(28px, 4vw, 44px) clamp(36px, 5vw, 52px); }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); max-width: 20ch; }
.page-hero p { margin-top: 14px; font-size: 1.1rem; color: var(--muted); max-width: 40rem; }
.page-hero .meta { margin-top: 14px; font-size: .86rem; color: var(--muted); }

.prose { max-width: 43rem; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { font-size: 1.5rem; margin-top: 2.4rem; }
.prose h3 { font-size: 1.18rem; margin-top: 1.8rem; }
.prose p, .prose li { font-size: 1.02rem; color: var(--body); }
.prose ul, .prose ol { padding-left: 1.3rem; display: flex; flex-direction: column; gap: .5rem; }
.prose a { color: var(--navy); font-weight: 600; text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--gold); }
.prose strong { color: var(--ink); }
.prose blockquote { border-left: 3px solid var(--gold); padding-left: 1.1rem; color: var(--muted); font-style: italic; }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.prose th { color: var(--ink); font-weight: 700; background: var(--band); }
.prose .callout { background: var(--gold-wash); border: 1px solid #f0e0b8; border-radius: var(--radius-s); padding: 16px 18px; font-size: .96rem; }
.prose .callout strong { color: var(--gold-ink); }

.layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.aside { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 16px; }
.aside .box { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.aside .box h4 { font-size: 1rem; margin-bottom: 8px; }
.aside .box p { font-size: .9rem; color: var(--muted); margin-bottom: 12px; }
.aside .box .btn { width: 100%; }
.aside .box ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.aside .box ul a { font-size: .9rem; color: var(--body); font-weight: 600; display: flex; align-items: baseline; gap: 6px; }
.aside .box ul a svg { width: 12px; height: 12px; flex: none; color: var(--gold-deep); }
.aside .box ul a:hover { color: var(--navy); }

.postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post { display: flex; flex-direction: column; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.post:hover { box-shadow: var(--shadow-sm); }
.post .k { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); }
.post h3 { font-size: 1.12rem; }
.post p { font-size: .93rem; color: var(--muted); }
.post .card__link { color: var(--navy); }

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(14px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.3,1); }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .appcard { order: 2; }
  .grid, .quotes, .prices, .postgrid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .layout { grid-template-columns: 1fr; }
  .aside { position: static; }
}
@media (max-width: 600px) {
  .grid, .quotes, .prices, .steps, .postgrid, .footer-grid { grid-template-columns: 1fr; }
  .hero__cta, .final .hero__cta { flex-direction: column; align-items: stretch; width: 100%; }
  .hero__cta .btn { width: 100%; }
  .hero__stats div + div { padding-left: 0; }
  .hero__stats div + div::before { display: none; }
  .goldcta { flex-direction: column; align-items: flex-start; }
}
