/* =========================================================================
   goldenpages.ie — List Your Business
   Mobile-first. Brand: yellow #ffd800 on near-black, Lato body, Montserrat headings.
   ========================================================================= */
:root {
  --yellow: #ffd800;
  --yellow-deep: #e6c200;
  --yellow-tint: #fff8cc;
  --ink: #0f0f0f;
  --ink-2: #1c1c1c;
  --ink-3: #2a2a2a;
  --text: #1a1a1a;
  --muted: #5b5b5b;
  --muted-2: #8a8a8a;
  --line: #e6e6e6;
  --bg: #ffffff;
  --bg-soft: #f7f7f5;
  --success: #1f9d55;
  --danger: #ff6b6b;
  --danger-ink: #c62828;
  --font-body: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-head: "Montserrat", "Lato", system-ui, sans-serif;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-lg: 0 24px 60px -20px rgba(0,0,0,.35), 0 8px 24px -12px rgba(0,0,0,.2);
  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --gutter: 20px;
  --max: 1160px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::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; font-family: var(--font-body); color: var(--text); background: var(--bg);
  line-height: 1.55; font-size: 17px; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 5.5vw, 3.25rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.25rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; }
.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; }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding: 56px 0; }
.section--soft { background: var(--bg-soft); }
.section__head { max-width: 720px; margin-bottom: 32px; }
.section__head p { color: var(--muted); font-size: 1.05rem; }
.eyebrow { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.eyebrow--yellow { background: var(--yellow); color: var(--ink); padding: 6px 10px; border-radius: 6px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 16px 24px; border-radius: 12px; border: 2px solid transparent; cursor: pointer;
  text-decoration: none; transition: transform .12s var(--ease), background .15s, box-shadow .15s, border-color .15s;
  -webkit-tap-highlight-color: transparent; min-height: 52px;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn--primary { background: var(--yellow); color: var(--ink); box-shadow: 0 6px 18px -6px rgba(255,216,0,.7); }
.btn--primary:hover { background: var(--yellow-deep); }
.btn--primary:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--lg { font-size: 1.1rem; padding: 18px 30px; min-height: 58px; }
.btn--block { width: 100%; }
.btn--sm { padding: 10px 16px; min-height: 40px; font-size: .9rem; border-radius: 9px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px); transition: box-shadow .2s;
}
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line), 0 6px 20px -12px rgba(0,0,0,.2); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.logo img { width: 176px; height: 32px; }
.header__right { display: flex; align-items: center; gap: 18px; }
.header__phone { display: none; font-weight: 700; text-decoration: none; color: var(--ink); font-size: .95rem; white-space: nowrap; }
.header__phone span { color: var(--muted); font-weight: 400; }
.header__cta { display: none; }
@media (min-width: 640px) { .header__phone { display: inline-flex; align-items: center; gap: 8px; } }
@media (min-width: 900px) { .header__cta { display: inline-flex; } }

/* Hero */
.hero { background: var(--bg); padding: 28px 0 40px; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: auto -20% -60% auto; width: 70vw; max-width: 900px; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, var(--yellow-tint), transparent 70%); pointer-events: none;
}
.hero .wrap { position: relative; display: grid; gap: 32px; }
.hero__copy { max-width: 600px; }
.hero__copy h1 { margin-bottom: 16px; }
.hero__copy h1 mark { background: linear-gradient(transparent 55%, var(--yellow) 55%); color: inherit; padding: 0 .06em; }
.hero__lead { font-size: 1.15rem; color: var(--muted); margin-bottom: 24px; max-width: 540px; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin-bottom: 20px; }
.hero__alt { color: var(--muted); font-size: .95rem; }
.hero__alt a { color: var(--ink); font-weight: 700; }
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.checks li { display: flex; align-items: flex-start; gap: 10px; font-size: .98rem; }
.checks svg { flex: none; margin-top: 3px; width: 20px; height: 20px; background: var(--yellow); border-radius: 50%; padding: 4px; }
.hero__proof { margin-top: 24px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .9rem; }
.hero__merit { width: 30px; height: 30px; flex: none; }
/* .hero__form stays in flow; the card inside is hidden on mobile until the takeover opens */
@media (min-width: 900px) {
  .hero { padding: 48px 0 72px; }
  .hero .wrap { grid-template-columns: minmax(0, 1.05fr) minmax(400px, 480px); align-items: center; gap: 56px; }
  .hero__mobile-cta { display: none; }
}

/* Form card (desktop inline / mobile fullscreen takeover) */
.form-card {
  background: var(--ink); color: #fff; border-radius: 20px; box-shadow: var(--shadow-lg);
  min-height: 560px; display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.form-card::after {
  content: ""; position: absolute; inset: -40% -40% auto auto; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,216,0,.16), transparent 70%); pointer-events: none;
}
@media (max-width: 899px) { .form-card { display: none; } }

/* Full-page takeover: mobile from the CTA, desktop on the first click/keypress in the inline card */
body.form-open { overflow: hidden; }
body.form-open .form-card {
  display: flex; position: fixed; inset: 0; z-index: 100; border-radius: 0; min-height: 100%; box-shadow: none;
  padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom);
  animation: cardExpand .28s var(--ease) both;
}
body.form-open .form-card::after { width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; }
body.form-open .sticky-cta { display: none; }
body.form-open .gpf__top { padding: 22px 28px 0; }
body.form-open .gpf__nav { padding: 12px 28px 22px; }
body.form-open .gpf__inner { max-width: 640px; }
body.form-open .gpf__label { font-size: clamp(1.4rem, 3.2vw, 2.1rem); }
body.form-open .gpf__input { font-size: clamp(1.35rem, 2.4vw, 1.7rem); }
body.form-open .gpf__input--sm { font-size: 1.15rem; }
body.form-open .gpf__close { display: inline-flex; }
@keyframes cardExpand { from { transform: scale(.985); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) { body.form-open .form-card { animation: none; } }

/* ---- The form itself (.gpf) ---- */
.gpf { display: flex; flex-direction: column; flex: 1; min-height: 0; position: relative; z-index: 1; }
.gpf__top { flex: none; display: flex; align-items: center; gap: 12px; padding: 18px 20px 0; }
.gpf__progress { flex: 1; height: 6px; background: rgba(255,255,255,.14); border-radius: 999px; overflow: hidden; }
.gpf__bar { height: 100%; width: 0; background: var(--yellow); border-radius: 999px; transition: width .35s var(--ease); }
.gpf__count { font-size: .8rem; color: rgba(255,255,255,.7); font-variant-numeric: tabular-nums; white-space: nowrap; }
.gpf__close { display: none; background: rgba(255,255,255,.1); border: 0; color: #fff; width: 36px; height: 36px; border-radius: 50%; font-size: 1.4rem; line-height: 1; cursor: pointer; }
@media (max-width: 899px) { .gpf__close { display: inline-flex; align-items: center; justify-content: center; } }
.gpf__stage { flex: 1; min-height: 0; position: relative; display: grid; overflow: hidden; }
.gpf__panel { grid-area: 1 / 1; min-height: 0; padding: 28px 24px 16px; display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.gpf__panel[hidden] { display: none; }
.gpf__inner { width: 100%; max-width: 440px; margin: auto; }
.gpf__num { color: var(--yellow); font-family: var(--font-head); font-weight: 700; font-size: .85rem; margin-bottom: 6px; }
.gpf__group { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 10px; font-weight: 700; }
.gpf__label { display: block; font-family: var(--font-head); font-weight: 700; font-size: clamp(1.35rem, 4.5vw, 1.6rem); line-height: 1.25; margin-bottom: 8px; }
.gpf__help { color: rgba(255,255,255,.65); font-size: .95rem; margin-bottom: 18px; }
.gpf__help a { color: var(--yellow); }
.gpf__help[hidden] { display: none; }
.gpf__field { margin-bottom: 10px; }
.gpf__input {
  width: 100%; background: transparent; border: 0; border-bottom: 2px solid rgba(255,255,255,.35); color: #fff;
  font: inherit; font-size: 1.35rem; padding: 10px 0 12px; outline: none; border-radius: 0; transition: border-color .15s;
  caret-color: var(--yellow);
}
.gpf__input::placeholder { color: rgba(255,255,255,.3); }
.gpf__input:focus { border-bottom-color: var(--yellow); }
.gpf__input[aria-invalid="true"] { border-bottom-color: var(--danger); }
.gpf__input:-webkit-autofill { -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0 1000px var(--ink) inset; transition: background-color 9999s; }
.gpf__choices { display: grid; gap: 10px; }
.gpf__choice {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; font: inherit; font-size: 1.05rem;
  background: rgba(255,216,0,.08); color: var(--yellow); border: 1.5px solid rgba(255,216,0,.5); border-radius: 10px;
  padding: 14px 16px; cursor: pointer; transition: background .15s, border-color .15s, transform .12s;
}
.gpf__choice:hover { background: rgba(255,216,0,.16); }
.gpf__choice:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.gpf__choice.is-selected { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.gpf__key { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border: 1.5px solid currentColor; border-radius: 6px; font-size: .8rem; font-weight: 700; flex: none; }
.gpf__tick { margin-left: auto; opacity: 0; transition: opacity .15s; }
.gpf__choice.is-selected .gpf__tick { opacity: 1; }
.gpf__error { color: var(--danger); background: rgba(255,107,107,.12); border-radius: 8px; padding: 8px 12px; font-size: .92rem; margin: 6px 0 12px; }
.gpf__error[hidden] { display: none; }
.gpf__actions { display: flex; align-items: center; gap: 14px; margin-top: 10px; }
.gpf__actions[hidden] { display: none; }
.gpf__ok { padding: 12px 22px; min-height: 46px; }
.gpf__hint { font-size: .85rem; color: rgba(255,255,255,.55); display: none; }
@media (hover: hover) and (pointer: fine) { .gpf__hint { display: inline; } }
.gpf__nav { flex: none; display: flex; align-items: center; justify-content: space-between; padding: 12px 20px 18px; gap: 12px; }
.gpf__back { background: transparent; border: 0; color: rgba(255,255,255,.75); font: inherit; font-size: .95rem; cursor: pointer; padding: 8px 10px; border-radius: 8px; }
.gpf__back:hover:not(:disabled) { background: rgba(255,255,255,.08); color: #fff; }
.gpf__back:disabled { opacity: .3; cursor: default; }
.gpf__back[hidden] { visibility: hidden; }
.gpf__secure { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; color: rgba(255,255,255,.5); }
.gpf__hp { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; overflow: hidden; }


/* ---- Address step ---- */
.gpf__addr { display: grid; gap: 14px; }
.gpf__row { display: flex; gap: 12px; align-items: flex-end; }
.gpf__col { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.gpf__col--span { grid-column: 1 / -1; }
.gpf__sub { display: block; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 700; margin-bottom: 2px; }
.gpf__sub--loc { margin-top: 0; }
.gpf__input--sm { font-size: 1.15rem; padding: 8px 0 10px; }
.gpf__input--eircode { letter-spacing: .08em; text-transform: uppercase; max-width: 220px; }
.gpf__row-btns { display: flex; gap: 8px; flex: none; }
.gpf__row-btns:empty { display: none; }
.gpf__multi { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin-bottom: 10px; }
@media (max-width: 480px) { .gpf__multi { grid-template-columns: 1fr; } }
.gpf__multi .gpf__input--sm { font-size: 1.25rem; }
.gpf__addline2 { grid-column: 1 / -1; margin: -4px 0 2px; font-size: .85rem; }
.gpf__addline2[hidden] { display: none; }
.gpf__find, .gpf__nearme {
  flex: none; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font: inherit; font-family: var(--font-head); font-weight: 700; font-size: .95rem; cursor: pointer;
  background: transparent; color: var(--yellow); border: 2px solid var(--yellow); border-radius: 10px; padding: 10px 14px; min-height: 46px;
  transition: background .15s, color .15s; white-space: nowrap;
}
.gpf__find:hover:not(:disabled), .gpf__nearme:hover:not(:disabled) { background: var(--yellow); color: var(--ink); }
.gpf__find:disabled, .gpf__nearme:disabled { opacity: .6; cursor: wait; }
.gpf__nearme { color: #fff; border-color: rgba(255,255,255,.35); }
.gpf__nearme:hover:not(:disabled) { background: rgba(255,255,255,.12); color: #fff; }
.gpf__nearme:focus-visible, .gpf__find:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
@media (max-width: 480px) {
  .gpf__row { flex-wrap: wrap; }
  .gpf__row .gpf__col { flex-basis: 100%; }
  .gpf__row-btns { width: 100%; }
  .gpf__row-btns > * { flex: 1; }
  .gpf__input--eircode { max-width: none; }
}
.gpf__status { font-size: .9rem; color: rgba(255,255,255,.7); min-height: 1.3em; margin-top: -6px; }
.gpf__status:empty { display: none; }
.gpf__status.is-ok { color: #8be0a4; }
.gpf__status.is-warn { color: #ffd166; }
.gpf__status.is-busy::before { content: ""; display: inline-block; width: 12px; height: 12px; border: 2px solid rgba(255,255,255,.3); border-top-color: var(--yellow); border-radius: 50%; margin-right: 8px; vertical-align: -2px; animation: gpfSpin .8s linear infinite; }
.gpf__status--end { min-height: 1.4em; margin-top: 10px; }
@keyframes gpfSpin { to { transform: rotate(360deg); } }
.gpf__manual { align-self: flex-start; background: none; border: 0; padding: 0; color: rgba(255,255,255,.75); font: inherit; font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; margin-top: -6px; }
.gpf__manual:hover { color: var(--yellow); }
.gpf__manual[hidden] { display: none; }
.gpf__loc { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 420px) { .gpf__loc { grid-template-columns: 1fr; } }
.gpf__loc-opt {
  display: flex; align-items: flex-start; gap: 10px; text-align: left; font: inherit; cursor: pointer;
  background: rgba(255,255,255,.05); color: #fff; border: 1.5px solid rgba(255,255,255,.28); border-radius: 12px; padding: 12px 14px;
  transition: border-color .15s, background .15s;
}
.gpf__loc-opt:hover { border-color: rgba(255,216,0,.7); }
.gpf__loc-opt:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.gpf__loc-radio { flex: none; width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,.5); margin-top: 2px; position: relative; transition: border-color .15s; }
.gpf__loc-opt.is-selected { border-color: var(--yellow); background: rgba(255,216,0,.12); }
.gpf__loc-opt.is-selected .gpf__loc-radio { border-color: var(--yellow); }
.gpf__loc-opt.is-selected .gpf__loc-radio::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--yellow); }
.gpf__loc-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.gpf__loc-text strong { font-size: 1rem; line-height: 1.25; }
.gpf__loc-text span { font-size: .82rem; color: rgba(255,255,255,.65); line-height: 1.3; }
.gpf__loc-opt.is-selected .gpf__loc-text span { color: rgba(255,255,255,.85); }
.gpf__privacy { display: flex; gap: 10px; align-items: flex-start; font-size: .86rem; line-height: 1.4; color: rgba(255,255,255,.75); background: rgba(255,255,255,.05); border-left: 3px solid var(--yellow); padding: 9px 12px; border-radius: 0 8px 8px 0; }
.gpf__privacy svg { flex: none; margin-top: 2px; color: var(--yellow); }
.gpf__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; padding-top: 4px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 2px; }
.gpf__fields[hidden] { display: none; }
.gpf__fields--single { grid-template-columns: 1fr; }
.gpf__fieldhint { font-size: .8rem; color: rgba(255,255,255,.55); margin-top: -4px; }
.gpf__fields.is-prompt { animation: gpfPrompt 1.2s var(--ease); }
@keyframes gpfPrompt { 0% { box-shadow: 0 -2px 0 0 var(--yellow); background: rgba(255,216,0,.08); } 100% { box-shadow: none; background: transparent; } }
@media (max-width: 420px) { .gpf__fields { grid-template-columns: 1fr; } }
.gpf__preview { background: #fff; color: var(--ink); border-radius: 12px; padding: 12px 16px 14px; }
.gpf__preview[hidden] { display: none; }
.gpf__preview-title { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 6px; }
.gpf__preview-name { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; line-height: 1.2; }
.gpf__preview-line { color: var(--muted); font-size: .95rem; line-height: 1.4; }
.gpf__preview-line.is-empty { font-style: italic; color: var(--muted-2); }
.gpf__preview-badge { display: none; align-items: center; gap: 6px; margin-top: 8px; font-size: .78rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.gpf__preview-badge.is-private { display: inline-flex; background: #e6f6ec; color: #1d6b3f; }
.gpf__preview-badge.is-public { display: inline-flex; background: var(--bg-soft); color: var(--muted); }
input.gpf__input::-webkit-calendar-picker-indicator { display: none !important; }

/* Tall steps (address): compact spacing, sticky OK button, two columns on wide screens */
.gpf__panel--tall { padding-top: 18px; }
.gpf__panel--tall .gpf__inner { margin: 0 auto; }
.gpf__panel--tall .gpf__label { font-size: clamp(1.2rem, 3.6vw, 1.45rem); margin-bottom: 4px; }
.gpf__panel--tall .gpf__help { margin-bottom: 12px; font-size: .9rem; }
.gpf__panel--tall .gpf__num { margin-bottom: 2px; }
.gpf__panel--tall .gpf__group { margin-bottom: 6px; }
.gpf__panel--tall .gpf__actions {
  position: sticky; bottom: -16px; z-index: 2; margin: 6px -4px 0; padding: 12px 4px 16px;
  background: linear-gradient(to top, var(--ink) 70%, rgba(15,15,15,0));
}
.gpf__addr { gap: 10px; }
.gpf__addr-col { display: grid; gap: 10px; align-content: start; }
.gpf__loc-section { display: grid; gap: 10px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 14px; margin-top: 6px; }
.gpf__privacy { font-size: .82rem; padding: 8px 10px; }
.gpf__loc-opt { padding: 10px 12px; }
.gpf__fields { padding-top: 2px; }
body.form-open .gpf__panel--tall .gpf__label { font-size: clamp(1.3rem, 2.6vw, 1.7rem); }
@media (min-width: 900px) {
  body.form-open .gpf__panel--tall .gpf__inner { max-width: 560px; }
  body.form-open .gpf__panel--tall .gpf__actions { position: static; background: none; margin: 8px 0 0; padding: 0; }
}

.gpf__suggest { display: block; margin-top: 8px; background: rgba(255,216,0,.1); border: 1px dashed rgba(255,216,0,.6); color: #fff; font: inherit; font-size: .9rem; border-radius: 8px; padding: 6px 12px; cursor: pointer; text-align: left; }
.gpf__suggest strong { color: var(--yellow); }
.gpf__suggest:hover { background: rgba(255,216,0,.2); }
.gpf__suggest[hidden] { display: none; }

.gpf__consent { width: 100%; margin-top: 6px; }

/* Find button + found-address card (alt flow) */
.gpf__find--primary { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.gpf__find--primary:hover:not(:disabled) { background: var(--yellow-deep); color: var(--ink); }
.gpf__found { display: flex; gap: 12px; align-items: flex-start; background: rgba(139,224,164,.1); border: 1.5px solid rgba(139,224,164,.55); border-radius: 12px; padding: 12px 14px; color: #8be0a4; scroll-margin-top: 8px; }
.gpf__found[hidden] { display: none; }
.gpf__found svg { flex: none; margin-top: 2px; }
.gpf__found div { display: grid; gap: 2px; min-width: 0; }
.gpf__found-title { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.gpf__found-addr { color: #fff; font-size: 1.02rem; line-height: 1.35; }
.gpf__status { scroll-margin-top: 8px; }
/* Phone: keep the search compact so results are not pushed under the keyboard */
@media (max-width: 600px) {
  .gpf__panel[data-step="find"] { padding-top: 10px; }
  .gpf__panel[data-step="find"] .gpf__num, .gpf__panel[data-step="find"] .gpf__group, .gpf__panel[data-step="find"] .gpf__help { display: none; }
  .gpf__panel[data-step="find"] .gpf__label { font-size: 1.15rem; margin-bottom: 10px; }
  .gpf__panel[data-step="find"] .gpf__inner { margin: 0 auto; }
  .gpf__panel[data-step="find"] .gpf__sub { display: none; }
  .gpf__panel[data-step="find"] .gpf__cands .gpf__sub { display: block; }
}

/* Candidate list: name filter, show more */
.gpf__namefilter { font-size: 1.02rem; margin-bottom: 4px; }
.gpf__namefilter[hidden] { display: none; }
.gpf__showmore { align-self: center; margin-top: 2px; }
.gpf__showmore[hidden] { display: none; }
.gpf__cand-empty { font-size: .9rem; color: rgba(255,255,255,.65); padding: 6px 2px; }

/* Business candidates (alt flow) */
.gpf__cands { display: grid; gap: 8px; }
.gpf__cands[hidden] { display: none; }
.gpf__cand-list { display: grid; gap: 8px; }
.gpf__cand {
  display: flex; align-items: flex-start; gap: 12px; width: 100%; text-align: left; font: inherit; cursor: pointer;
  background: rgba(255,255,255,.05); color: #fff; border: 1.5px solid rgba(255,255,255,.28); border-radius: 12px; padding: 12px 14px;
  transition: border-color .15s, background .15s;
}
.gpf__cand:hover { border-color: rgba(255,216,0,.7); }
.gpf__cand:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.gpf__cand.is-selected { border-color: var(--yellow); background: rgba(255,216,0,.12); }
.gpf__cand.is-selected .gpf__loc-radio { border-color: var(--yellow); }
.gpf__cand.is-selected .gpf__loc-radio::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--yellow); }
.gpf__cand-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.gpf__cand-text strong { font-size: 1.02rem; line-height: 1.25; }
.gpf__cand-text em { font-style: normal; font-size: .8rem; color: var(--yellow); }
.gpf__cand-text span { font-size: .84rem; color: rgba(255,255,255,.65); line-height: 1.35; }
.gpf__cand--none { border-style: dashed; }
.gpf__cand--none strong { color: rgba(255,255,255,.9); }
.gpf__multi--review { grid-template-columns: 1fr 1fr; }
.gpf__multi--review .gpf__col--span { grid-column: 1 / -1; }
@media (max-width: 480px) { .gpf__multi--review { grid-template-columns: 1fr; } }

/* Headings take programmatic focus on prefilled screens (keeps the phone keyboard down) */
.gpf__label:focus { outline: none; }
/* Required field that came back empty on a prefilled screen */
.gpf__col--missing .gpf__sub { color: var(--yellow); }
.gpf__col--missing .gpf__sub::after { content: " \00b7 needed"; text-transform: none; letter-spacing: 0; font-weight: 400; }
.gpf__col--missing .gpf__input { border-bottom-color: var(--yellow); }

/* Ending screen */
.gpf__panel--end { text-align: left; }
.gpf__eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-family: var(--font-head); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.gpf__title { color: #fff; font-size: clamp(1.5rem, 5vw, 1.9rem); margin-bottom: 10px; }
.gpf__body { color: rgba(255,255,255,.75); font-size: 1.02rem; margin-bottom: 22px; }
.gpf__cta { width: 100%; }
.gpf__cta.is-busy { opacity: .75; pointer-events: none; }
.gpf__status { min-height: 1.4em; font-size: .9rem; color: rgba(255,255,255,.7); margin-top: 10px; }
.gpf__footnote { color: rgba(255,255,255,.5); font-size: .85rem; margin: 6px 0 0; }
.gpf__edit { background: none; border: 0; color: rgba(255,255,255,.6); text-decoration: underline; font: inherit; font-size: .85rem; cursor: pointer; padding: 8px 0; }

/* Panel transitions */
.gpf__panel.is-active.is-fwd  { animation: gpfInUp .32s var(--ease) both; }
.gpf__panel.is-active.is-back { animation: gpfInDown .32s var(--ease) both; }
.gpf__panel.is-leaving-up   { animation: gpfOutUp .28s var(--ease) both; pointer-events: none; }
.gpf__panel.is-leaving-down { animation: gpfOutDown .28s var(--ease) both; pointer-events: none; }
.gpf__panel.shake .gpf__field { animation: gpfShake .4s var(--ease); }
@keyframes gpfInUp   { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes gpfInDown { from { opacity: 0; transform: translateY(-28px); } to { opacity: 1; transform: none; } }
@keyframes gpfOutUp   { to { opacity: 0; transform: translateY(-28px); } }
@keyframes gpfOutDown { to { opacity: 0; transform: translateY(28px); } }
@keyframes gpfShake { 10%, 90% { transform: translateX(-2px); } 20%, 80% { transform: translateX(4px); } 30%, 50%, 70% { transform: translateX(-6px); } 40%, 60% { transform: translateX(6px); } }
@media (prefers-reduced-motion: reduce) {
  .gpf__panel, .gpf__panel.shake .gpf__field { animation: none !important; }
  .gpf__bar { transition: none; }
}

/* ---------- Optional extras after the submit point, and the listing preview ---------- */
.gpf__main { flex: 1; min-height: 0; display: flex; }
.gpf__main > .gpf__stage { flex: 1; min-width: 0; }
.gpf__side { display: none; }
.gpf.is-enhancing .gpf__bar { background: #8be0a4; }
.gpf__skip { background: none; border: 0; color: rgba(255,255,255,.7); font: inherit; font-size: .95rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; padding: 10px 6px; border-radius: 8px; }
.gpf__skip:hover { color: #fff; }
.gpf__skip:focus-visible, .gpf__yesno-opt:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.gpf__panel--extra .gpf__skip { margin-left: auto; }
.gpf__actions--stack { flex-wrap: wrap; gap: 6px 16px; margin-top: 18px; }
.gpf__panel--milestone .gpf__label { margin-bottom: 10px; }
.gpf__panel--milestone .gpf__body { margin-bottom: 16px; }
.gpf__note { color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.45; margin: 4px 0 8px; }
.gpf__pitch { display: grid; gap: 10px; background: #2f4f4f; border-radius: 12px; padding: 16px 18px; color: #fff; margin: 2px 0 6px; text-align: center; }
.gpf__pitch-badge { justify-self: center; background: var(--yellow); color: var(--ink); font-weight: 700; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.gpf__pitch-title { font-family: var(--font-head); font-size: 1.1rem; line-height: 1.25; }
.gpf__pitch-ticks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; text-align: left; font-size: .88rem; }
.gpf__pitch-ticks li::before { content: "\2713  "; color: #8be0a4; font-weight: 700; }
.gpf__pitch .gpf__note { color: rgba(255,255,255,.75); margin: 0; }
@media (max-width: 480px) { .gpf__pitch-ticks { grid-template-columns: 1fr; } }
.gpf__col--note { display: block; color: rgba(255,255,255,.62); font-size: .84rem; }
.gpf__col--note a { color: var(--yellow); }
.gpf__col[hidden] { display: none; }
.gpf__yesno { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }
.gpf__yesno--3 { grid-template-columns: 1fr 1fr 1fr; }
@media (max-width: 520px) { .gpf__yesno--3 { grid-template-columns: 1fr; } }
.gpf__yesno-opt:first-child:where(.gpf__yesno--3 *) { border-style: dashed; font-weight: 400; }
.gpf__yesno-opt { background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.22); color: #fff; font: inherit; font-weight: 700; border-radius: 10px; padding: 12px 10px; min-height: 48px; cursor: pointer; transition: border-color .15s, background .15s; }
.gpf__yesno-opt:hover { border-color: rgba(255,216,0,.7); }
.gpf__yesno-opt.is-selected { border-color: var(--yellow); background: rgba(255,216,0,.14); }
.gpf__remind { display: flex; align-items: flex-start; align-self: flex-start; gap: 10px; margin-top: 8px; color: rgba(255,255,255,.8); font-size: .92rem; line-height: 1.35; cursor: pointer; }
.gpf__remind input { flex: none; width: 20px; height: 20px; margin: 0; accent-color: var(--yellow); }
.gpf__textarea { resize: vertical; min-height: 120px; line-height: 1.45; font-size: 1.05rem; border: 1.5px solid rgba(255,255,255,.22); border-radius: 10px; padding: 12px; margin-top: 6px; background: rgba(255,255,255,.04); }
.gpf__textarea:focus { border-color: var(--yellow); }
body.form-open .gpf__textarea { font-size: 1.05rem; }
.gpf__counter { text-align: right; font-size: .78rem; color: rgba(255,255,255,.5); font-variant-numeric: tabular-nums; margin-top: 4px; }
.gpf__panel.has-notice .gpf__error { color: #ffd166; }
.gpf__hours { border-top: 1px solid rgba(255,255,255,.12); padding-top: 12px; margin: 4px 0 12px; }
.gpf__hours[hidden] { display: none; }
.gpf__hours-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gpf__hours-head .gpf__skip { padding: 2px 4px; font-size: .85rem; }
.gpf__hours-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 18px; color: rgba(255,255,255,.85); font-size: .88rem; margin-top: 6px; }
@media (max-width: 480px) { .gpf__hours-list { grid-template-columns: 1fr; } }
.gpf__remind-btn { width: auto; }
.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn--ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.gpf__ok.is-busy { opacity: .7; pointer-events: none; }
.gpf__mark { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .8rem; text-transform: none; letter-spacing: 0; vertical-align: middle; margin-right: 4px; }
.gpf__mark--fb { background: #1877f2; border-radius: 50%; font-size: .95rem; }
.gpf__mark--ig { background: linear-gradient(45deg, #f58529, #dd2a7b 55%, #8134af); }
.gpf__mark--li { background: #0a66c2; font-size: .72rem; }
.gpf__col--brand .gpf__sub { display: flex; align-items: center; gap: 4px; }
.gpf__assist { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 6px 0 4px; }
.gpf__assist .gpf__note { margin: 0; }
.gpf__assist-btn { padding: 8px 14px; font-size: .9rem; gap: 6px; }
.gpf__assist-btn.is-busy { opacity: .7; pointer-events: none; }
.gpf__chat { border: 1.5px solid rgba(255,255,255,.18); border-radius: 12px; padding: 12px; margin: 4px 0 10px; background: rgba(255,255,255,.04); }
.gpf__chat[hidden] { display: none; }
.gpf__col.is-chatting > .gpf__textarea, .gpf__col.is-chatting > .gpf__counter { display: none; }
.gpf__chat-log { display: grid; gap: 8px; max-height: 240px; overflow-y: auto; margin-bottom: 10px; }
.gpf__bubble { max-width: 88%; padding: 9px 12px; border-radius: 12px; font-size: .95rem; line-height: 1.4; }
.gpf__bubble--bot { background: rgba(255,255,255,.1); color: #fff; border-bottom-left-radius: 4px; justify-self: start; }
.gpf__bubble--me { background: var(--yellow); color: var(--ink); border-bottom-right-radius: 4px; justify-self: end; }
.gpf__bubble.is-busy::after { content: "\2026"; animation: gpfDots 1.2s steps(4) infinite; }
@keyframes gpfDots { to { content: ""; } }
.gpf__chat-line { display: flex; gap: 8px; align-items: center; }
.gpf__chat-input { flex: 1; min-width: 0; }
.gpf__chat-send { padding: 8px 14px; min-height: 40px; }
.gpf__reminders { color: rgba(255,255,255,.8); font-size: .95rem; margin: -8px 0 18px; }
.gpf__reminders[hidden], .gpf__cta[hidden] { display: none; }
.gpf__title:focus { outline: none; }

/* The listing card itself (light card on the dark form) */
.gpf__listing-slot--inline { margin: 22px 0 8px; }
.gpf__panel--milestone .gpf__inner, .gpf__panel--end .gpf__inner { margin: 0 auto; }
@media (min-width: 1024px) { body.form-open .gpf__panel--milestone .gpf__inner, body.form-open .gpf__panel--end .gpf__inner { margin: auto; } }
.gpl { background: #fff; color: var(--text); border-radius: 14px; padding: 16px 18px 18px; font-size: .92rem; line-height: 1.4; box-shadow: var(--shadow-lg); }
.gpl__tag { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text); margin-bottom: 12px; }
.gpl__tag span { font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--muted); font-size: .78rem; }
.gpl__head { display: flex; gap: 12px; align-items: center; }
.gpl__avatar { flex: none; width: 44px; height: 44px; border-radius: 10px; background: var(--yellow); color: var(--ink); font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; display: grid; place-items: center; }
.gpl__id { min-width: 0; }
.gpl__name { font-family: var(--font-head); font-weight: 700; font-size: 1.08rem; line-height: 1.2; overflow-wrap: anywhere; }
.gpl__name.is-empty { color: var(--muted-2); font-weight: 400; font-style: italic; }
.gpl__cat { color: var(--muted); font-size: .86rem; margin-top: 2px; overflow-wrap: anywhere; }
.gpl__badge { display: inline-flex; align-items: center; gap: 6px; margin: 12px 0 4px; font-size: .74rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; border: 1.5px dashed var(--line); color: var(--muted-2); }
.gpl__badge.is-pending { border: 1.5px solid #bfe5cc; background: #e6f6ec; color: #1d6b3f; }
.gpl__row { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; border-top: 1px solid var(--line); color: var(--text); overflow-wrap: anywhere; }
.gpl__row:first-of-type { border-top: 0; }
.gpl__row svg { flex: none; margin-top: 3px; color: var(--muted-2); }
.gpl__row.is-empty span { color: var(--muted-2); font-style: italic; }
.gpl__private { display: flex; align-items: center; gap: 5px; font-style: normal; font-size: .76rem; font-weight: 700; color: #1d6b3f; margin-top: 3px; }
.gpl__private svg { margin: 0; color: inherit; }
.gpl__hours { display: grid; gap: 1px; font-size: .84rem; color: var(--muted); }
.gpl__section { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border-top: 1px solid var(--line); padding-top: 10px; margin-top: 4px; }
.gpl__desc { margin: 6px 0 0; color: var(--text); font-size: .9rem; white-space: pre-line; overflow-wrap: anywhere; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.gpl__ghost { margin-top: 6px; border: 1.5px dashed var(--line); border-radius: 8px; padding: 10px 12px; color: var(--muted-2); font-size: .84rem; font-style: italic; }
.gpl__social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.gpl__soc .gpf__mark { width: 20px; height: 20px; font-size: .74rem; margin: 0; }
.gpl__soc.is-on .gpf__mark--li { font-size: .62rem; }
.gpl__muted { color: var(--muted); font-weight: 400; }
.gpl__soc { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px 4px 4px; border-radius: 999px; border: 1.5px dashed var(--line); color: var(--muted-2); font-size: .8rem; max-width: 100%; }
.gpl__soc > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gpl__soc:not(.is-on) .gpf__mark { filter: grayscale(1); opacity: .45; }
.gpl__soc.is-on { border: 1.5px solid var(--ink); color: var(--ink); font-weight: 700; }

/* Desktop takeover: the listing builds up beside the questions */
@media (min-width: 1024px) {
  body.form-open .gpf.has-side .gpf__side { display: block; flex: none; width: min(400px, 34vw); overflow-y: auto; padding: 28px 28px 16px 8px; align-self: stretch; }
  body.form-open .gpf.has-side .gpf__side .gpf__listing-slot { position: sticky; top: 0; }
  body.form-open .gpf.has-side .gpf__preview,
  body.form-open .gpf.has-side .gpf__listing-slot--inline { display: none; }
}

/* Trust strip */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft); padding: 22px 0; }
.trust .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; justify-content: center; }
.trust__label { font-size: .8rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; font-weight: 700; width: 100%; text-align: center; }
.trust__logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; font-family: var(--font-head); font-weight: 700; color: #9a9a9a; font-size: 1.05rem; }
.trust__logos span { white-space: nowrap; }
@media (min-width: 900px) { .trust__label { width: auto; text-align: left; } .trust__logos { gap: 10px 36px; } }

/* Stats */
.stats { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.stat { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.stat strong { display: block; font-family: var(--font-head); font-size: clamp(1.6rem, 4vw, 2.2rem); color: var(--ink); line-height: 1.1; margin-bottom: 4px; }
.stat span { color: var(--muted); font-size: .95rem; }
@media (min-width: 900px) { .stats { grid-template-columns: repeat(4, 1fr); } }

/* How it works */
.steps { display: grid; gap: 18px; counter-reset: step; }
.step { position: relative; padding: 24px 22px 22px 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.step__n { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; background: var(--yellow); color: var(--ink); font-family: var(--font-head); font-weight: 700; margin-bottom: 14px; }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); margin: 0; font-size: .98rem; }
.step__time { display: inline-block; margin-top: 12px; font-size: .8rem; font-weight: 700; color: var(--muted); background: var(--bg-soft); padding: 4px 10px; border-radius: 999px; }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(3, 1fr); } }

/* Benefits */
.benefits { display: grid; gap: 18px; }
.benefit { padding: 26px 24px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.benefit svg { width: 36px; height: 36px; color: var(--yellow); margin-bottom: 14px; }
.benefit h3 { color: #fff; }
.benefit p { color: rgba(255,255,255,.75); margin: 0; font-size: .98rem; }
@media (min-width: 720px) { .benefits { grid-template-columns: repeat(3, 1fr); } }

/* Testimonials */
.quotes { display: grid; gap: 18px; }
.quote { padding: 26px 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; }
.quote blockquote { margin: 0 0 16px; font-size: 1.05rem; line-height: 1.5; flex: 1; }
.quote figcaption { font-size: .9rem; color: var(--muted); }
.quote figcaption strong { display: inline; color: var(--ink); }
@media (min-width: 720px) { .quotes { grid-template-columns: repeat(3, 1fr); } }

/* CTA band */
.cta-band { background: var(--yellow); color: var(--ink); padding: 56px 0; }
.cta-band .wrap { display: grid; gap: 20px; align-items: center; }
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { margin: 0; color: rgba(0,0,0,.7); }
.cta-band .btn--primary { background: var(--ink); color: #fff; box-shadow: none; }
.cta-band .btn--primary:hover { background: var(--ink-3); }
@media (min-width: 900px) { .cta-band .wrap { grid-template-columns: 1fr auto; } }

/* FAQ */
.faq { max-width: 760px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 40px 18px 0; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { content: "–"; }
.faq details > p { color: var(--muted); padding: 0 40px 18px 0; margin: 0; }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 40px 0 32px; font-size: .9rem; }
.site-footer .wrap { display: grid; gap: 24px; }
.footer__brand { display: inline-block; justify-self: start; background: #fff; border-radius: 10px; padding: 8px 12px; }
.footer__brand img { width: 150px; height: auto; }
.footer__links { display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; padding: 0; margin: 0; }
.footer__links a { color: rgba(255,255,255,.8); text-decoration: none; }
.footer__links a:hover { color: var(--yellow); }
.footer__legal { color: rgba(255,255,255,.45); font-size: .82rem; }
@media (min-width: 900px) { .site-footer .wrap { grid-template-columns: auto 1fr auto; align-items: center; } }


/* Footer: brought to you by */
.footer__by { grid-column: 1 / -1; display: grid; gap: 26px 32px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); margin-bottom: 6px; }
.footer__by-text, .footer__contact, .footer__brands { display: grid; gap: 4px; justify-items: start; align-content: start; }
.footer__eyebrow { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); font-weight: 700; }
.footer__contact .footer__eyebrow + a { margin-bottom: 10px; }
.footer__by-text strong { color: #fff; font-family: var(--font-head); font-size: 1.05rem; }
.footer__by-text address { font-style: normal; color: rgba(255,255,255,.7); line-height: 1.5; margin-top: 6px; }
.footer__contact a { color: #fff; text-decoration: none; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; }
.footer__contact a:hover { color: var(--yellow); }
.footer__brands ul { list-style: none; padding: 0; margin: 2px 0 0; display: grid; gap: 4px; }
.footer__brands a { color: rgba(255,255,255,.8); text-decoration: none; }
.footer__brands a:hover { color: var(--yellow); }
.footer__badges { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; align-self: start; }
.footer__badges img { background: #fff; border-radius: 8px; padding: 6px 10px; height: 62px; width: auto; }
.footer__badges img[src*="guaranteed-irish"] { background: transparent; padding: 0; height: 66px; } /* white-on-transparent artwork */
@media (min-width: 720px) { .footer__by { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer__by { grid-template-columns: 1.3fr 1fr 1fr auto; } }

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .25s var(--ease);
}
.sticky-cta.is-visible { transform: none; }
.sticky-cta .btn { width: 100%; }
@media (min-width: 900px) { .sticky-cta { display: none; } }
body { padding-bottom: 0; }
@media (max-width: 899px) { .site-footer { padding-bottom: 96px; } }
