.elementor-881 .elementor-element.elementor-element-f5e965e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-393cbcf *//* ==========================================================================
   AJW Roofing — Blog Post Stylesheet (shared model)
   Base: "How Long Does a Roof Replacement Take?" (v2, brand-matched)
   Extended for: "How Do You Know If Your Roof Needs Repairing?"
   Primary background: white. Red is an ACCENT only (logo, CTAs, dividers) —
   never a background fill.
   ========================================================================== */

:root {
  --red:        #E8212A;
  --red-deep:   #C41821;
  --navy-dark:  #0D1117;
  --white:      #FFFFFF;
  --gray-mid:   #6B6B6B;
  --gray-body:  #4A4A4A;
  --gray-light: #F2F2F2;
  --overlay:    rgba(13, 17, 23, 0.64);
  --line:       #E4E4E4;
  --paleblue:   #ECF0F5;
  --amber:      #B8860B;
  --amber-bg:   #FBF3E1;

  --font-display: 'Zilla Slab', Georgia, serif;
  --font-body: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm: 4px;
  --radius-md: 6px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* NOTE: do NOT add overflow-x:hidden to html/body as a "fix" for the
   full-bleed technique below. Setting overflow-x to anything but visible
   forces the browser to compute overflow-y as auto per the CSS Overflow
   spec, turning body into its own scroll container. That breaks
   position:sticky on .sidebar, which then calculates "stuck" position
   relative to the nearest scroll-container ancestor — not the viewport
   — once this happens. The full-bleed edge-to-edge fix belongs in JS
   (see the stretchFullBleed script included at the bottom of the HTML),
   not in a global overflow rule here. */

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--gray-body);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
}

a { color: var(--navy-dark); text-decoration-color: var(--red); }
a:hover { color: var(--red); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
}

img { max-width: 100%; display: block; }

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.divider {
  width: 52px;
  height: 3px;
  background: var(--red);
  margin: 10px 0 0;
  border: none;
}

/* ---------- Header (kept for shared use across site templates;
   this article's HTML doesn't render it, but it's harmless if unused) ---------- */
.utility-bar {
  background: var(--navy-dark);
  color: #FFFFFF;
  font-size: 13.5px;
}
.utility-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  gap: 16px;
  flex-wrap: wrap;
}
.utility-bar a { color: #FFFFFF; text-decoration: none; }
.utility-bar a:hover { color: var(--red); }
.utility-links { display: flex; gap: 20px; flex-wrap: wrap; }
.utility-badge {
  color: #B8BEC4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  gap: 24px;
}
.logo-mark { text-decoration: none; }
.logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: var(--red);
}
.logo-text span {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--gray-mid);
  margin-top: 4px;
}
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav .nav-links { display: flex; gap: 28px; }
.main-nav a.nav-link {
  text-decoration: none;
  color: #111111;
  font-weight: 500;
  font-size: 14.5px;
}
.main-nav a.nav-link:hover { color: var(--red); }
.btn-quote {
  background: var(--red);
  color: var(--white) !important;
  padding: 11px 22px;
  border-radius: var(--radius-sm);
  font-weight: 700 !important;
  font-size: 14.5px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.btn-quote:hover { background: var(--red-deep); }
@media (max-width: 820px) {
  .main-nav .nav-links { display: none; }
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  font-size: 13.5px;
  color: var(--gray-mid);
  padding: 14px 0;
}
.breadcrumb a { color: var(--gray-mid); text-decoration: none; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { margin: 0 6px; color: var(--line); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background-image: linear-gradient(var(--overlay), var(--overlay)),
    url('https://ajwroofing.co.uk/wp-content/uploads/2026/06/Roofing-Services.png');
  background-size: cover;
  background-position: center;
  padding: 64px 0 48px;
}
.hero .wrap { position: relative; z-index: 1; }
.eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1.08;
  margin: 14px 0 0;
  color: var(--white);
  max-width: 18ch;
  text-align: left;
}

/* ---------- Byline ---------- */
.byline-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.byline-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
}
.byline-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--navy-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
  font-size: 18px;
  flex-shrink: 0;
}
.byline-text { font-size: 14px; color: var(--gray-body); }
.byline-text strong { color: #111111; }
.byline-meta { color: var(--gray-mid); font-size: 13px; margin-top: 2px; }
.byline-meta a { color: var(--gray-mid); text-decoration: underline; }
.byline-meta a:hover { color: var(--red); }

/* ---------- Direct answer ---------- */
.direct-answer-section { padding: 32px 0 8px; }
.direct-answer {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--red);
  border-radius: var(--radius-md);
  padding: 26px 28px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.direct-answer .stat {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 42px;
  color: var(--navy-dark);
  line-height: 1;
  white-space: nowrap;
  padding-top: 2px;
}
.direct-answer .stat small {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-top: 8px;
}
.direct-answer p {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.55;
}
.direct-answer p:last-child { margin-bottom: 0; }

/* Secondary, softer line inside the direct-answer block — used when a
   nuance/caveat follows the bolded headline answer (e.g. gutters/moss
   caveat on the roof-repair-signs article). Deliberately lighter weight
   so it doesn't compete with the primary answer. */
.direct-answer p.nuance {
  font-size: 14.5px;
  font-weight: 400;
  color: var(--gray-mid);
  line-height: 1.55;
}

@media (max-width: 640px) {
  .direct-answer { flex-direction: column; }
  .direct-answer .stat { font-size: 34px; }
}

/* ---------- Key Facts block (visible data-density block for AI/LLM
   extraction — no cloaking risk, fully readable on-page) ---------- */
.key-facts {
  background: var(--gray-light);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 16px 0 0;
}
.key-facts h2 {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red) !important;
  margin: 0 0 12px !important;
  font-family: var(--font-body) !important;
}
.key-facts ul {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 32px;
}
.key-facts li {
  font-size: 14px;
  color: var(--gray-body);
  margin-bottom: 8px;
  break-inside: avoid;
}
.key-facts li strong { color: #111111; }

/* Source attribution line under a Key Facts block — smaller, muted,
   sits below the two-column list without breaking its rhythm. */
.key-facts .source-note {
  columns: initial;
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--gray-mid);
}
.key-facts .source-note a { color: var(--gray-mid); text-decoration: underline; }
.key-facts .source-note a:hover { color: var(--red); }

@media (max-width: 640px) {
  .key-facts ul { columns: 1; }
}

/* ---------- Layout ---------- */
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  padding: 8px 0 64px;
  align-items: start;
}
@media (max-width: 960px) {
  .content-layout { grid-template-columns: 1fr; }
}

/* ---------- Article typography ---------- */
article h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 26px;
  color: #111111;
  margin: 48px 0 18px;
  line-height: 1.25;
}
article > h2:first-child { margin-top: 0; }

/* Templates that DO use <hr class="divider"> right after an h2 (model
   article) already get their spacing from the divider's own margin —
   drop the h2's bottom margin in that case so the two don't stack and
   double up the gap. */
article h2:has(+ hr.divider) { margin-bottom: 0; }
article h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  color: #111111;
  margin: 0 0 6px;
}
article p { margin: 0 0 16px; }
article ol, article ul { margin: 0 0 20px; padding-left: 22px; }
article li { margin-bottom: 10px; }
article strong { color: #111111; }

/* h2 that immediately follows a heading needs its own top margin restored
   when it isn't the very first element (e.g. two H2s appearing close
   together in a trimmed article) — default article h2 rule already
   handles spacing; this is just a note, no override needed. */

.lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: var(--gray-mid);
  margin: 14px 0 20px;
}

.direct-line {
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  margin: 16px 0 16px;
}

/* ---------- Tables ---------- */
.table-wrap {
  overflow-x: auto;
  margin: 8px 0 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
table.duration-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 560px;
}
.duration-table thead th {
  background: var(--navy-dark);
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 16px;
}
.duration-table tbody td {
  padding: 13px 16px;
  border-top: 1px solid var(--line);
  font-variant-numeric: tabular-nums;
  color: var(--gray-body);
}
.duration-table tbody tr:nth-child(even) { background: var(--gray-light); }
.duration-table td:nth-child(2) { font-weight: 700; color: #111111; white-space: nowrap; }
.table-caption {
  font-size: 13px;
  color: var(--gray-mid);
  margin: -14px 0 32px;
}

/* Severity table — same visual system as duration-table, but its middle
   column ("Examples") holds longer free text rather than a single figure,
   so it doesn't get the bold/nowrap treatment duration-table applies to
   column 2. Stacks to a label/value card layout under 700px, since three
   columns of prose don't survive simple horizontal scroll gracefully. */
.severity-table td:nth-child(2) {
  font-weight: 400;
  color: var(--gray-body);
  white-space: normal;
}
.severity-table td:first-child {
  font-weight: 700;
  color: #111111;
  white-space: nowrap;
}
.severity-table td:nth-child(3) {
  color: var(--gray-body);
  white-space: normal;
}

@media (max-width: 700px) {
  .severity-table-wrap { border: none; overflow: visible; }
  .severity-table { min-width: 0; }
  .severity-table thead { display: none; }
  .severity-table, .severity-table tbody, .severity-table tr, .severity-table td {
    display: block;
    width: 100%;
  }
  .severity-table tr {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    margin-bottom: 14px;
    padding: 4px 16px;
    background: var(--white) !important;
  }
  .severity-table td {
    border-top: none;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
  }
  .severity-table td:last-child { border-bottom: none; }
  .severity-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px;
  }
  .severity-table td:first-child { white-space: normal; }
}

/* ---------- Callout (neutral, e.g. worked example) ---------- */
.callout {
  background: var(--gray-light);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 4px 0 28px;
  font-size: 15px;
  color: var(--gray-body);
}
.callout strong { color: #111111; }
.callout-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
  display: block;
}

/* Risk-flavoured variant of the callout — same shape, warmer tone, used
   for insurance/legal-risk notes rather than neutral worked examples.
   Kept as a modifier class so the base .callout still works everywhere
   else unchanged. */
.callout.callout-risk {
  background: var(--amber-bg);
  border: 1px solid #EAD9B0;
}
.callout.callout-risk .callout-label { color: var(--amber); }

/* ---------- Pro-tip / attributed-observation block ---------- */
.pro-tip {
  background: var(--paleblue);
  border: 1px solid #DCE3EC;
  border-left: 4px solid var(--navy-dark);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 4px 0 28px;
  font-size: 15px;
  color: #1A1F26;
}
.pro-tip-label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-dark);
  margin-bottom: 8px;
}

/* ---------- Inline photo ---------- */
.inline-photo {
  margin: 8px 0 28px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
}
.inline-photo img { width: 100%; height: auto; }
.inline-photo figcaption {
  padding: 10px 16px;
  font-size: 12.5px;
  color: var(--gray-mid);
  background: var(--gray-light);
}

/* ---------- Timeline ---------- */
.timeline-block {
  background: var(--paleblue);
  border: 1px solid #DCE3EC;
  border-radius: var(--radius-md);
  padding: 36px 30px 30px;
  margin: 12px 0 32px;
  color: #1A1F26;
}
.timeline-block h3 { color: #111111; font-size: 18px; margin-bottom: 4px; }
.timeline-block .timeline-sub {
  color: var(--gray-mid);
  font-size: 13.5px;
  font-style: italic;
  margin-bottom: 30px;
}
.timeline { display: flex; position: relative; padding-top: 6px; }
.timeline::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #D2DAE4;
}
.timeline-stage { flex: 1; position: relative; padding: 0 8px; text-align: left; }
.timeline-stage .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  border: 3px solid var(--paleblue);
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
}
.timeline-stage .stage-days {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--red);
  line-height: 1;
}
.timeline-stage .stage-name {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111111;
  margin: 6px 0 4px;
}
.timeline-stage .stage-note { font-size: 12px; color: var(--gray-mid); line-height: 1.4; }
@media (max-width: 780px) {
  .timeline { flex-direction: column; gap: 22px; }
  .timeline::before { display: none; }
  .timeline-stage { padding-left: 0; }
}

/* ---------- Checklist ---------- */
.checklist { list-style: none; padding-left: 0; margin: 0 0 28px; }
.checklist li { position: relative; padding-left: 30px; margin-bottom: 14px; }
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Checklist items used as a plain contact list (phone/email icons rather
   than a red tick) shouldn't get the tick badge — the emoji already
   supplies the marker. */
.checklist li:has(> a[href^="tel:"]:first-child)::before,
.checklist li:has(> a[href^="mailto:"]:first-child)::before {
  content: none;
}
.checklist li:has(> a[href^="tel:"]:first-child),
.checklist li:has(> a[href^="mailto:"]:first-child) {
  padding-left: 0;
}

/* ---------- FAQ ---------- */
/* margin-top was previously a per-page inline style (style="margin-top:20px")
   on article 1's HTML — moved here so every article gets consistent
   spacing under the "FAQs" H2 without depending on inline markup. */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

/* Keep each <details> element content-driven. The !important overrides are
   intentional because some page builders add fixed heights/max-heights. */
.faq-item {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0;
  max-height: none !important;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.faq-item:hover,
.faq-item[open] {
  border-color: #D8D8D8;
  box-shadow: 0 2px 10px rgba(13, 17, 23, 0.06);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  width: 100%;
  min-height: 0;
  padding: 20px 22px;
  margin: 0;
  font-weight: 700;
  color: #111111;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-item summary > span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }

.faq-item summary .faq-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item[open] summary .faq-icon { transform: rotate(45deg); }

/* Prevent the open answer from being trapped inside a fixed-height panel. */
.faq-item[open],
.faq-item[open] .faq-answer {
  height: auto !important;
  max-height: none !important;
}

.faq-answer {
  display: block !important;
  position: static;
  width: 100%;
  min-height: 0;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  box-sizing: border-box;
  white-space: normal;
  overflow: visible !important;
  overflow-wrap: anywhere;
  word-break: normal;
  padding: 16px 22px 24px;
  margin: 0;
  color: var(--gray-body);
  font-size: 15.5px;
  line-height: 1.75;
  border-top: 1px solid var(--line);
}

.faq-answer > :first-child { margin-top: 0; }
.faq-answer > :last-child { margin-bottom: 0; }

@media (max-width: 640px) {
  .faq-item summary { padding: 18px; }
  .faq-answer { padding: 14px 18px 20px; }
}

/* ---------- Sidebar ---------- */
.sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Safety valve if a future sidebar grows taller than the viewport —
     keeps it sticky without running off-screen at the bottom. */
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}
.side-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
}
.side-card h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: #111111;
  margin: 0 0 14px;
}
.trust-rows { display: flex; flex-direction: column; gap: 12px; margin-bottom: 0; }
.trust-row { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--gray-body); }
.trust-row .badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.trust-row strong { color: #111111; }
.trust-row a { color: var(--gray-body); text-decoration: underline; }
.trust-row a:hover { color: var(--red); }

.side-cta {
  display: block;
  text-align: center;
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  padding: 13px 18px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 12px;
  transition: background 0.15s ease;
}
.side-cta:hover { background: var(--red-deep); color: var(--white); }

.side-phone {
  display: block;
  text-align: center;
  background: var(--white);
  border: 1.5px solid var(--navy-dark);
  color: var(--navy-dark) !important;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 15px;
}
.side-phone:hover { background: var(--navy-dark); color: #fff !important; }

.side-links { list-style: none; padding: 0; margin: 0; }
.side-links li { border-top: 1px solid var(--line); }
.side-links li:first-child { border-top: none; }
.side-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 2px;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  text-decoration: none;
}
.side-links a:hover { color: var(--red); }
.side-links .arrow { color: var(--red); }

@media (max-width: 960px) {
  .sidebar { position: static; max-height: none; overflow: visible; }
}

/* ---------- Footer CTA ---------- */
.footer-cta {
  position: relative;
  background: var(--navy-dark);
  color: #fff;
  padding: 56px 0;
  text-align: center;
  overflow: hidden;
}
.footer-cta::before { content: ""; position: absolute; inset: 0; background: rgba(107, 107, 107, 0.15); }
.footer-cta .wrap { position: relative; z-index: 1; }
.footer-cta h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 3.4vw, 34px);
  margin: 0 0 14px;
  color: #fff;
}
.footer-cta p { color: #C7CBCE; max-width: 56ch; margin: 0 auto 26px; font-size: 15.5px; }
.footer-cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-primary-lg {
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  padding: 15px 30px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 15.5px;
}
.btn-primary-lg:hover { background: var(--red-deep); }
.btn-ghost-lg {
  background: var(--white);
  border: 1.5px solid var(--white);
  color: var(--navy-dark);
  font-weight: 700;
  padding: 15px 30px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 15.5px;
}
.btn-ghost-lg:hover { background: transparent; color: #fff; }

/* ---------- Footer ---------- */
/*
   Full-bleed workaround for WordPress/Elementor layouts where the footer is
   nested inside a centred or width-limited parent container.

   The large spread shadow paints the navy background beyond the footer's own
   width, while clip-path safely exposes it to both viewport edges. This avoids
   relying on 100vw negative margins, which some page-builder wrappers override
   or clip.
*/
.site-footer {
  position: relative;
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 20px 0;
  background: var(--navy-dark);
  box-shadow: 0 0 0 100vmax var(--navy-dark);
  clip-path: inset(0 -100vmax);
  color: #8A9199;
  font-size: 13.5px;
  border-top: 1px solid #1E252C;
  box-sizing: border-box;
}

.site-footer .footer-inner {
  width: calc(100% - 48px) !important;
  max-width: var(--max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  flex-wrap: nowrap;
  gap: 24px;
  box-sizing: border-box;
}

.site-footer .footer-inner > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  white-space: nowrap;
}

.site-footer a { color: #8A9199; }
.site-footer a:hover { color: var(--red); }

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.footer-links a {
  white-space: nowrap;
}

.footer-link-sep { color: #3A424A; }

@media (max-width: 900px) {
  .site-footer .footer-inner {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .site-footer .footer-inner > div:first-child {
    text-align: center;
    white-space: normal;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    white-space: normal;
  }
}/* End custom CSS */