/*
Theme Name: Pardon Québec
Theme URI: https://pardonquebec.ca
Author: Built for Pardon Québec
Description: Custom bilingual block theme for Pardon Québec. Built from the approved design, with no third-party theme, no page builder and no framework. French is the default language and English lives under /en/. All styling below is the project's own design system, carried over unchanged from the static build so the rendered result is identical.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary, all rights reserved
Text Domain: pardon-quebec
Tags: bilingual, accessibility-ready, block-theme
*/

/* ==========================================================================
   Design system. Do not edit here to change page text: page content lives in
   the WordPress editor. This file controls appearance only.
   ========================================================================== */

:root {
  --navy: #273791;
  /* Brand red is #ED1B23 (kept in the logo). UI red is one step darker so
     white-on-red buttons (4.87:1) and red text on #F7F8FC (4.59:1) meet
     WCAG AA; #ED1B23 measures 4.39/4.14 and fails. */
  --red: #E0171E;
  --red-dark: #C8131A;
  --ink: #131313;
  --muted: #4A5170;
  --muted-2: #5A628C;
  --lav: #A7B5FF;
  --sky: #EEF1FF;
  --pink: #FFDDDE;
  --bg: #F7F8FC;
  --line: #E7E9F4;
  --input: #C9CFE8;
  --foot-text: #D8DEFF;
  --pad-x: clamp(22px, 7vw, 100px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #FFFFFF;
  line-height: 1.5;
}

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--red); }

img { max-width: 100%; height: auto; }

h1, h2, h3 { margin: 0; color: var(--navy); font-weight: 800; text-wrap: pretty; }
p { margin: 0; }

:focus-visible { outline: 3px solid var(--navy); outline-offset: 2px; border-radius: 4px; }
.on-navy :focus-visible,
.cta-band :focus-visible,
.page-hero-navy :focus-visible,
.section-navy :focus-visible,
.strip-navy :focus-visible,
.site-footer :focus-visible { outline-color: #FFFFFF; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--navy); color: #FFFFFF; padding: 12px 20px; border-radius: 0 0 6px 0;
  font-weight: 700;
}
.skip-link:focus { left: 0; color: #FFFFFF; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 28px; border-radius: 6px;
  font-size: 16px; font-weight: 600; border: 0; cursor: pointer;
  font-family: inherit; text-align: center;
}
.btn-primary { background: var(--red); color: #FFFFFF; }
.btn-primary:hover { background: var(--red-dark); color: #FFFFFF; }
.btn-outline { border: 2px solid var(--navy); color: var(--navy); background: #FFFFFF; }
.btn-outline:hover { color: var(--navy); border-color: var(--red); }
.btn-outline-inverse { border: 2px solid #FFFFFF; color: #FFFFFF; background: transparent; }
.btn-outline-inverse:hover { color: #FFFFFF; background: rgba(255,255,255,.12); }
.btn-sm { min-height: 48px; padding: 0 24px; font-size: 15px; }

/* ---------- Header ---------- */
.site-header {
  background: #FFFFFF; border-bottom: 1px solid var(--line);
  position: relative; z-index: 20;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 48px; height: 88px;
}
.brand { flex: 0 0 auto; display: flex; align-items: center; }
.brand img { display: block; height: 50px; width: auto; }

.main-nav { display: flex; gap: 26px; align-items: center; font-size: 14px; font-weight: 600; }
.main-nav a[aria-current="page"] { color: var(--red); }
.main-nav .lang-switch-mobile { display: none; }

.header-actions { display: flex; align-items: center; gap: 20px; flex: 0 0 auto; }
.phone-block { display: flex; flex-direction: column; line-height: 1.25; text-align: right; }
.phone-vanity { font-size: 14px; font-weight: 700; }
.phone-number { font-size: 11px; font-weight: 600; color: var(--muted-2); }
.btn-header { min-height: 44px; padding: 0 22px; font-size: 14px; }
.lang-switch { font-size: 14px; font-weight: 600; text-decoration: underline; min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 9px;
  min-width: 44px; min-height: 44px; align-items: center; justify-content: center;
}
.nav-toggle .bars { display: flex; flex-direction: column; gap: 4px; width: 26px; }
.nav-toggle .bars span { height: 2.5px; background: var(--navy); border-radius: 2px; display: block; }

/* ---------- Hero / sections ---------- */
.section { padding: 72px var(--pad-x); }
.section-tight { padding: 64px var(--pad-x); }
.section-bg { background: var(--bg); }
.section-navy { background: var(--navy); color: #FFFFFF; }
.section-navy h2, .section-navy h3 { color: #FFFFFF; }
.section-pink { background: var(--pink); }

.hero-split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
  padding: 72px var(--pad-x); background: var(--bg);
}
.hero-split h1 { font-size: 46px; line-height: 1.12; }
.hero-tagline { font-size: 20px; font-weight: 600; color: var(--red); }
.hero-lede { font-size: 18px; line-height: 1.6; max-width: 52ch; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-note { font-size: 15px; }
.hero-note a { text-decoration: underline; }
.hero-copy { display: flex; flex-direction: column; gap: 22px; }

.page-hero-navy { padding: 64px var(--pad-x); background: var(--navy); color: #FFFFFF; display: flex; flex-direction: column; gap: 18px; }
.page-hero-navy h1 { color: #FFFFFF; font-size: 42px; line-height: 1.15; max-width: 26ch; }
.page-hero-navy .lede { font-size: 18px; line-height: 1.6; color: var(--foot-text); max-width: 62ch; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kicker-red { color: var(--red); }
.kicker-lav { color: var(--lav); }

.photo-placeholder {
  background: repeating-linear-gradient(45deg, var(--sky), var(--sky) 10px, #FFFFFF 10px, #FFFFFF 20px);
  border: 1px dashed var(--lav); border-radius: 8px;
  display: flex; align-items: flex-end; padding: 16px;
}
.photo-placeholder .spec { font-family: ui-monospace, Consolas, monospace; font-size: 11.5px; color: var(--muted); line-height: 1.5; }

/* ---------- Trust bar ---------- */
.trustbar {
  display: flex; justify-content: center; align-items: center; gap: 64px; flex-wrap: wrap;
  padding: 20px 48px; background: var(--bg);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.trustbar .item { display: flex; align-items: center; gap: 10px; }
.trustbar .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); flex: 0 0 auto; }
.trustbar .label { font-size: 15px; font-weight: 700; color: var(--navy); }

/* ---------- Cards & grids ---------- */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }

.service-card {
  border: 1px solid var(--line); border-radius: 8px; padding: 28px 24px;
  display: flex; flex-direction: column; gap: 14px; background: #FFFFFF;
}
.service-card:hover { box-shadow: 0 8px 24px rgba(39,55,145,.12); }
.service-card h3 { font-size: 18px; font-weight: 700; }
.service-card p { font-size: 15px; line-height: 1.6; }
.service-card .more { font-size: 15px; font-weight: 600; margin-top: auto; }
.icon-circle { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.icon-sky { background: var(--sky); }
.icon-pink { background: var(--pink); }

.step { display: flex; flex-direction: column; gap: 12px; }
.step-num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #FFFFFF;
  display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800;
}
.step h3 { font-size: 19px; font-weight: 700; }
.step p { font-size: 16px; line-height: 1.6; color: var(--foot-text); }

.info-card { border-radius: 8px; padding: 28px 32px; display: flex; flex-direction: column; gap: 10px; }
.info-card .tag { font-size: 14px; font-weight: 700; color: var(--navy); letter-spacing: .08em; }
.info-card p { font-size: 16px; line-height: 1.6; }
.info-sky { background: var(--sky); }
.info-pink { background: var(--pink); }

.value-card { background: var(--sky); border-radius: 8px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.value-card h3 { font-size: 19px; font-weight: 700; }
.value-card p { font-size: 15.5px; line-height: 1.6; }

.stat-card { border-top: 4px solid var(--red); background: var(--bg); padding: 24px; display: flex; flex-direction: column; gap: 6px; }
.stat-card .big { font-size: 22px; font-weight: 800; color: var(--navy); }
.stat-card .small { font-size: 14.5px; line-height: 1.5; color: var(--muted); }

.testimonial { background: #FFFFFF; border: 1px solid var(--line); border-radius: 8px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.testimonial .stars { color: var(--red); font-size: 16px; letter-spacing: 3px; }
.testimonial blockquote { margin: 0; font-size: 15px; line-height: 1.6; color: var(--muted); font-style: italic; }
.testimonial .who { font-size: 14px; font-weight: 700; color: var(--navy); }

.chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px;
  background: var(--sky); border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--navy);
}
.chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }

.check-list { display: flex; flex-direction: column; gap: 14px; font-size: 17px; line-height: 1.5; }
.check-list .item { display: flex; gap: 12px; align-items: flex-start; }
.check-list .tick {
  width: 22px; height: 22px; border-radius: 50%; background: var(--navy); color: #FFFFFF;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; flex: 0 0 auto; margin-top: 2px;
}

.price-card {
  background: #FFFFFF; border: 1px solid var(--line); border-radius: 8px; padding: 32px;
  display: flex; flex-direction: column; gap: 16px; align-self: start;
}
.price-card h3 { font-size: 20px; font-weight: 700; }
.price-card .price { font-size: 34px; font-weight: 800; color: var(--navy); }
.price-card .details { display: flex; flex-direction: column; gap: 8px; font-size: 15px; line-height: 1.5; color: var(--muted); }
.price-card .details .gov-fee { font-weight: 700; color: var(--ink); }

/* ---------- Table ---------- */
.data-table { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.data-table table { width: 100%; border-collapse: collapse; font-size: 16px; }
.data-table th { background: var(--navy); color: #FFFFFF; font-size: 15px; font-weight: 700; text-align: left; padding: 16px 24px; }
.data-table td { padding: 18px 24px; border-top: 1px solid var(--line); }
.data-table td:first-child { font-weight: 700; color: var(--navy); }
.data-table td:last-child { color: var(--muted); }
.data-table tbody tr:nth-child(even) { background: var(--bg); }
.table-scroll { overflow-x: auto; }

/* ---------- FAQ accordions ---------- */
.faq-item { border: 1px solid var(--line); border-radius: 8px; background: #FFFFFF; }
.faq-item[open] { background: var(--bg); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  display: flex; justify-content: space-between; gap: 16px;
  font-size: 17px; font-weight: 700; color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--red); flex: 0 0 auto; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .answer { padding: 0 24px 20px; font-size: 16px; line-height: 1.6; color: var(--muted); }
.faq-stack { display: flex; flex-direction: column; gap: 12px; }

.faq-layout { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }

.faq-aside {
  background: var(--navy); border-radius: 8px; padding: 32px;
  display: flex; flex-direction: column; gap: 16px; position: sticky; top: 24px;
}
.faq-aside h3 { color: #FFFFFF; font-size: 20px; }
.faq-aside p { font-size: 15.5px; line-height: 1.6; color: var(--foot-text); }

/* ---------- Forms ---------- */
.form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 15px; font-weight: 600; color: var(--navy); }
.field input, .field select, .field textarea {
  min-height: 48px; background: #FFFFFF; border: 1px solid var(--input); border-radius: 6px;
  font-family: inherit; font-size: 16px; color: var(--ink); padding: 0 16px; font-weight: 400;
}
.field textarea { min-height: 120px; padding: 12px 16px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23273791' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); outline: 2px solid var(--navy); outline-offset: 0; }
.form-note { font-size: 13.5px; line-height: 1.55; color: var(--muted); }
.form-status { font-size: 15px; font-weight: 600; color: var(--navy); background: var(--sky); border-radius: 6px; padding: 14px 18px; }
.hp-field { position: absolute; left: -9999px; height: 0; width: 0; overflow: hidden; }

.mini-form { background: var(--bg); border: 1px solid var(--line); border-radius: 8px; padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.mini-form .fine { font-size: 13px; color: var(--muted-2); text-align: center; }

.contact-info { background: var(--bg); border: 1px solid var(--line); border-radius: 8px; padding: 28px; display: flex; flex-direction: column; gap: 12px; font-size: 16px; line-height: 1.6; }
.contact-info .name { font-weight: 800; color: var(--navy); }

/* ---------- CTA band ---------- */
.cta-band {
  padding: 64px var(--pad-x); background: var(--navy);
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-band h2 { color: #FFFFFF; font-size: 30px; }
.cta-band .sub { font-size: 17px; color: var(--foot-text); }
.cta-band .actions { display: flex; gap: 16px; flex: 0 0 auto; flex-wrap: wrap; }

/* ---------- Highlight strips ---------- */
.strip-pink { padding: 28px var(--pad-x); background: var(--pink); display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; }
.strip-pink span { font-size: 16px; font-weight: 700; color: var(--navy); }
.strip-navy { padding: 40px var(--pad-x); background: var(--navy); display: flex; justify-content: center; gap: 72px; flex-wrap: wrap; }
.strip-navy span { font-size: 17px; font-weight: 700; color: #FFFFFF; }

/* ---------- Service disclaimer (required on service pages) ---------- */
.service-disclaimer { padding: 28px var(--pad-x); background: var(--bg); border-top: 1px solid var(--line); }
.service-disclaimer p { font-size: 13.5px; line-height: 1.6; color: var(--muted); max-width: 1100px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #FFFFFF; padding: 56px 48px 32px; }
.site-footer a { color: #FFFFFF; }
.site-footer a:hover { color: var(--pink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 56px; }
.footer-brand { display: flex; flex-direction: column; gap: 18px; }
.footer-logo { display: inline-flex; align-items: center; background: #FFFFFF; border-radius: 8px; padding: 12px 18px; align-self: flex-start; }
.footer-logo img { display: block; height: 48px; width: auto; }
.footer-tagline { font-size: 15px; font-weight: 600; color: var(--lav); }
.footer-social { display: flex; gap: 12px; }
.footer-social span {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5);
  display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700;
}
.footer-contact { font-size: 15px; line-height: 1.7; }
.footer-contact .name { margin: 0 0 8px; font-weight: 700; }
.footer-contact .hours { margin: 10px 0 0; color: var(--lav); }
.footer-contact p { margin: 10px 0 0; }
.footer-contact p:first-of-type { margin: 0; }
.footer-nav { display: flex; flex-direction: column; gap: 10px; font-size: 15px; font-weight: 600; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.25); margin-top: 44px; padding-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.footer-legal p { font-size: 12.5px; line-height: 1.6; color: rgba(255,255,255,.85); max-width: 1100px; }
.footer-legal a { text-decoration: underline; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 32px; right: 32px; bottom: 24px; z-index: 60;
  background: #FFFFFF; border: 1px solid var(--input); border-radius: 8px;
  box-shadow: 0 12px 36px rgba(19,19,19,.22); padding: 22px 28px;
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { font-size: 14px; line-height: 1.55; color: var(--ink); max-width: 70ch; flex: 1 1 320px; }
.cookie-banner strong { color: var(--navy); }
.cookie-actions { display: flex; gap: 12px; flex: 0 0 auto; flex-wrap: wrap; }
.cookie-actions .btn { min-height: 44px; padding: 0 20px; font-size: 14px; border: 2px solid var(--navy); color: var(--navy); background: #FFFFFF; }
.cookie-actions .btn:hover { border-color: var(--red); }

/* ---------- Mobile sticky CTA bar ---------- */
.mobile-cta-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  gap: 10px; padding: 14px 18px; background: rgba(255,255,255,.96);
  border-top: 1px solid var(--line); backdrop-filter: blur(4px);
}
.mobile-cta-bar .btn { flex: 1; min-height: 48px; font-size: 15px; font-weight: 700; padding: 0 12px; }

/* ---------- Utility ---------- */
.stack-8 { display: flex; flex-direction: column; gap: 8px; }
.stack-12 { display: flex; flex-direction: column; gap: 12px; }
.stack-16 { display: flex; flex-direction: column; gap: 16px; }
.stack-20 { display: flex; flex-direction: column; gap: 20px; }
.stack-22 { display: flex; flex-direction: column; gap: 22px; }
.stack-24 { display: flex; flex-direction: column; gap: 24px; }
.stack-28 { display: flex; flex-direction: column; gap: 28px; }
.stack-32 { display: flex; flex-direction: column; gap: 32px; }
.stack-36 { display: flex; flex-direction: column; gap: 36px; }
.stack-40 { display: flex; flex-direction: column; gap: 40px; }
.self-start { align-self: flex-start; }
.maxw-48 { max-width: 48ch; }
.maxw-52 { max-width: 52ch; }
.maxw-56 { max-width: 56ch; }
.maxw-62 { max-width: 62ch; }
.maxw-64 { max-width: 64ch; }
.maxw-70 { max-width: 70ch; }
.maxw-74 { max-width: 74ch; }
.maxw-80 { max-width: 80ch; }
.text-17 { font-size: 17px; line-height: 1.6; }
.text-muted { color: var(--muted); }
.small-note { font-size: 14px; line-height: 1.6; color: var(--muted); }
h2.section-title { font-size: 32px; }
h2.section-title-sm { font-size: 30px; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .phone-block { display: none; }
}

@media (max-width: 1024px) {
  .header-inner { padding: 0 18px; height: 64px; }
  .brand img { height: 31px; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #FFFFFF; border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 32px rgba(19,19,19,.14); padding: 8px 0;
  }
  .main-nav a { padding: 14px 22px; font-size: 16px; min-height: 44px; display: flex; align-items: center; }
  .main-nav .lang-switch-mobile { display: flex; border-top: 1px solid var(--line); text-decoration: underline; }
  body.nav-open .main-nav { display: flex; }
  .nav-toggle { display: inline-flex; order: 3; }
  .header-actions { order: 2; margin-left: auto; }
  .btn-header, .header-actions .lang-switch { display: none; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hero-split, .grid-2, .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .hero-split h1 { font-size: 34px; }
  .page-hero-navy h1 { font-size: 32px; }
  .faq-aside { position: static; }
  .split-border { border-left: 0 !important; padding-left: 0 !important; }
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 78px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 90px; padding: 18px 20px; }
  .trustbar { gap: 18px 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .site-footer { padding: 44px 22px 28px; }
  .cta-band h2 { font-size: 25px; }
}

@media (max-width: 720px) {
  .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section, .section-tight { padding-top: 48px; padding-bottom: 48px; }
  .hero-split { padding-top: 28px; padding-bottom: 24px; }
  .hero-split h1 { font-size: 27px; line-height: 1.15; }
  .hero-tagline { font-size: 16px; }
  .hero-lede { font-size: 15px; line-height: 1.55; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  h2.section-title, h2.section-title-sm { font-size: 24px; }
  .strip-pink, .strip-navy { gap: 14px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* ==========================================================================
   WordPress integration. Everything above is the shared design system;
   everything below exists only because this now runs inside WordPress.
   ========================================================================== */

/* Gutenberg wraps our sections in its own containers. Neutralise the default
   spacing so a wp:group carrying one of our section classes lays out exactly
   as the static build did. */
.wp-block-group.section,
.wp-block-group.section-tight,
.wp-block-group.hero-split,
.wp-block-group.page-hero-navy,
.wp-block-group.cta-band,
.wp-block-group.strip-pink,
.wp-block-group.strip-navy,
.wp-block-group.trustbar,
.wp-block-group.service-disclaimer,
.wp-block-group.faq-layout { margin-block: 0; }

.entry-content > * { margin-block-start: 0; }

/* Core button block, wearing our button styles. */
.wp-block-button__link { border-radius: 6px; }
.wp-block-buttons { gap: 16px; }
.wp-block-buttons.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* Core details block used for the FAQ accordions. */
.wp-block-details.faq-item { border: 1px solid var(--line); border-radius: 8px; background: #FFFFFF; padding: 0; }
.wp-block-details.faq-item[open] { background: var(--bg); }
.wp-block-details.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  display: flex; justify-content: space-between; gap: 16px;
  font-size: 17px; font-weight: 700; color: var(--navy);
}
.wp-block-details.faq-item summary::-webkit-details-marker,
.wp-block-details.faq-item summary::marker { display: none; content: ""; }
.wp-block-details.faq-item summary::after { content: "+"; color: var(--red); flex: 0 0 auto; }
.wp-block-details.faq-item[open] summary::after { content: "2"; }
.wp-block-details.faq-item p { padding: 0 24px 20px; font-size: 16px; line-height: 1.6; color: var(--muted); margin: 0; }

/* Core table block inside our bordered wrapper. */
.data-table .wp-block-table { margin: 0; }
.data-table .wp-block-table table { border-collapse: collapse; width: 100%; font-size: 16px; }
.data-table .wp-block-table td, .data-table .wp-block-table th { border: 0; }

/* Editor-only affordance: make our placeholder boxes obvious while editing. */
.editor-styles-wrapper .photo-placeholder { outline: 1px dashed var(--lav); }

/* Skip link: WordPress prints its own; ours is styled the same way. */
.wp-block-group .skip-link:focus { left: 0; }
