:root {
  --pine: #1E3A2E; --pine-deep: #0F2418; --pine-soft: #2A4F3E; --pine-line: rgba(30, 58, 46, 0.12);
  --cream: #F6F2EA; --cream-warm: #EDE4D0; --cream-deep: #E4D8BE;
  --amber: #D4A843; --amber-deep: #B8902F;
  --charcoal: #1A1A1A; --ink: #2A2A2A; --ink-soft: #404040; --ink-faint: #555555;
  --font-display: 'Fraunces', 'Times New Roman', serif;
  --font-body: 'Figtree', -apple-system, sans-serif;
  --radius-sm: 4px; --radius-md: 8px;
  --shadow-sm: 0 1px 2px rgba(15, 36, 24, 0.06);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
*:focus { outline: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--amber-deep); outline-offset: 3px; border-radius: 4px; }
body {
  font-family: var(--font-body); background: var(--cream); color: var(--ink);
  line-height: 1.6; font-size: 18px; -webkit-font-smoothing: antialiased;
  position: relative; overflow-x: hidden;
}
body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.035; mix-blend-mode: multiply;
}
h1, h2 { font-family: var(--font-display); font-weight: 400; color: var(--pine-deep); line-height: 1.15; letter-spacing: -0.02em; }
h3, h4, h5 { font-family: var(--font-body); font-weight: 600; color: var(--pine-deep); line-height: 1.25; }
p { max-width: 70ch; }

.logo { font-family: var(--font-body); font-weight: 600; font-size: 1.2rem; color: var(--pine-deep); display: flex; align-items: center; gap: 0.65rem; text-decoration: none; }
.logo-mark { width: 36px; height: 36px; flex-shrink: 0; }

nav {
  padding: 1.25rem 2rem; border-bottom: 1px solid var(--pine-line);
  background: rgba(246, 242, 234, 0.92); position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nav-back { color: var(--pine-deep); text-decoration: none; font-weight: 600; font-size: 0.95rem; display: flex; align-items: center; gap: 0.4rem; transition: color 0.15s; }
.nav-back:hover { color: var(--amber-deep); }
.nav-back::before { content: '←'; font-size: 1.1rem; }

/* Nav CTA cluster (used on all SEO pages) */
.nav-cta-group { display: flex; gap: 1rem; align-items: center; }
.nav-phone { color: var(--pine-deep); text-decoration: none; font-weight: 700; font-size: 1rem; font-variant-numeric: tabular-nums; }
.nav-phone:hover { color: var(--amber-deep); }
.nav-cta-group .btn { padding: 0.7rem 1.2rem; font-size: 0.9rem; border-radius: var(--radius-sm); font-family: var(--font-body); font-weight: 600; text-decoration: none; transition: all 0.2s ease; }
.nav-cta-group .btn-amber { background: var(--amber); color: var(--pine-deep); }
.nav-cta-group .btn-amber:hover { background: var(--amber-deep); color: var(--cream); transform: translateY(-1px); }

/* Rich footer (4 columns, used on all SEO pages) */
footer.footer-rich { padding: 4rem 2rem 2rem; }
.footer-rich .footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(246, 242, 234, 0.1);
  align-items: start; justify-content: initial;
}
.footer-rich .footer-brand p { margin-top: 1rem; color: rgba(246, 242, 234, 0.8); font-size: 0.95rem; max-width: none; }
.footer-col h5 {
  font-family: var(--font-body); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 1.25rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; padding: 0; margin: 0; }
.footer-col li { color: rgba(246, 242, 234, 0.85); font-size: 0.95rem; list-style: none; }
.footer-col a { color: rgba(246, 242, 234, 0.85); text-decoration: none; font-size: 0.95rem; transition: color 0.15s; }
.footer-col a:hover { color: var(--amber); }
.footer-rich .footer-bottom {
  max-width: 1200px; margin: 2rem auto 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  color: rgba(246, 242, 234, 0.7); font-size: 0.88rem;
}

.page-header { padding: 5rem 2rem 3rem; border-bottom: 1px solid var(--pine-line); background: var(--cream-warm); position: relative; z-index: 2; }
.page-header-inner { max-width: 900px; margin: 0 auto; }
.kicker { font-family: var(--font-body); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #9A7620; margin-bottom: 1rem; display: inline-block; }
.page-header h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 1rem; }
.page-header-meta { color: var(--ink-soft); font-size: 0.95rem; margin-top: 1.5rem; }
.page-header-meta strong { color: var(--pine-deep); font-weight: 600; }

.page-content { padding: 4rem 2rem 6rem; position: relative; z-index: 2; }
.content-inner { max-width: 900px; margin: 0 auto; }
.content-inner.has-toc { display: grid; grid-template-columns: 220px 1fr; gap: 3rem; align-items: start; }

.toc { position: sticky; top: 6rem; font-size: 0.9rem; }
.toc-label { font-family: var(--font-body); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #9A7620; margin-bottom: 1rem; }
.toc ol { list-style: none; padding: 0; counter-reset: toc; }
.toc li { counter-increment: toc; padding: 0.5rem 0; border-top: 1px solid var(--pine-line); line-height: 1.4; }
.toc li:first-child { border-top: none; }
.toc li::before { content: counter(toc, decimal-leading-zero); font-family: ui-monospace, monospace; font-size: 0.75rem; color: var(--amber-deep); margin-right: 0.5rem; font-weight: 700; }
.toc a { color: var(--ink-soft); text-decoration: none; font-weight: 500; transition: color 0.15s; }
.toc a:hover { color: var(--pine-deep); }

.content-body { min-width: 0; }

.lead {
  font-size: 1.1rem; color: var(--ink-soft); line-height: 1.65;
  margin-bottom: 3rem; padding: 1.5rem 1.75rem;
  background: var(--cream); border-left: 3px solid var(--amber); border-radius: var(--radius-sm);
}
.lead strong { color: var(--pine-deep); font-weight: 700; }

.section { margin-bottom: 3.5rem; padding-bottom: 3rem; border-bottom: 1px solid var(--pine-line); scroll-margin-top: 5rem; }
.section:last-child { border-bottom: none; padding-bottom: 0; }
.section h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 1.5rem; display: flex; align-items: baseline; gap: 0.75rem; }
.section-num { font-family: var(--font-body); font-size: 0.8rem; font-weight: 700; color: var(--amber-deep); background: var(--cream-warm); padding: 0.25rem 0.6rem; border-radius: 3px; flex-shrink: 0; letter-spacing: 0.05em; }
.section h3 { font-size: 1.15rem; margin: 2rem 0 0.75rem; font-weight: 700; }
.section h4 { font-size: 1rem; margin: 1.5rem 0 0.5rem; font-weight: 700; color: var(--pine); }
.section p, .section ul, .section ol { margin-bottom: 1rem; color: var(--ink); max-width: 70ch; }
.section ul, .section ol { padding-left: 1.5rem; }
.section li { margin-bottom: 0.5rem; line-height: 1.55; }
.section strong { color: var(--pine-deep); font-weight: 700; }

.data-grid {
  display: grid; grid-template-columns: minmax(200px, 1fr) 2fr; gap: 0;
  background: var(--cream); border: 1px solid var(--pine-line);
  border-radius: var(--radius-md); overflow: hidden; margin: 1.5rem 0;
}
.data-row { display: contents; }
.data-row > div { padding: 1rem 1.5rem; border-bottom: 1px solid var(--pine-line); font-size: 0.95rem; }
.data-row:last-child > div { border-bottom: none; }
.data-label { background: var(--cream-warm); font-weight: 600; color: var(--pine-deep); }
.data-value { color: var(--ink); }
.data-value a { color: var(--pine-deep); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--amber); }
.data-value a:hover { color: var(--amber-deep); }

.info-table {
  width: 100%;
  background: var(--cream);
  border: 1px solid var(--pine-line);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  border-collapse: collapse;
}
.info-table th, .info-table td { padding: 1rem 1.25rem; text-align: left; border-bottom: 1px solid var(--pine-line); vertical-align: top; }
.info-table tbody tr:last-child td { border-bottom: none; }
.info-table th {
  background: var(--pine-deep); color: var(--amber);
  font-family: var(--font-body); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.info-table td:first-child { font-weight: 600; color: var(--pine-deep); }

.callout {
  background: var(--cream-warm);
  border-left: 3px solid var(--amber-deep);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.95rem;
}
.callout strong { color: var(--pine-deep); font-weight: 700; }

.rights-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.5rem 0;
}
.right-card { background: var(--cream); border: 1px solid var(--pine-line); border-radius: var(--radius-sm); padding: 1.25rem 1.5rem; }
.right-card h4 { font-size: 1rem; margin: 0 0 0.5rem; color: var(--pine-deep); display: flex; align-items: center; gap: 0.5rem; }
.right-card h4::before { content: '§'; color: var(--amber-deep); font-family: var(--font-display); font-style: italic; font-size: 1.2rem; line-height: 1; }
.right-card p { font-size: 0.9rem; color: var(--ink-soft); margin: 0; line-height: 1.5; }

.garancia-box {
  background: linear-gradient(to bottom right, var(--pine-deep), var(--pine));
  color: var(--cream); padding: 2.5rem; border-radius: var(--radius-md);
  margin: 2rem 0; position: relative; overflow: hidden;
}
.garancia-box::before {
  content: '200%'; position: absolute; top: -2rem; right: -2rem;
  font-family: var(--font-display); font-size: 12rem; font-weight: 400;
  font-style: italic; color: var(--amber); opacity: 0.12; line-height: 1; pointer-events: none;
}
.garancia-box h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; color: var(--amber); margin-bottom: 1rem; position: relative; }
.garancia-box p { color: var(--cream-warm); margin-bottom: 1rem; max-width: 60ch; position: relative; }
.garancia-box strong { color: var(--cream); font-weight: 700; }
.garancia-box ul { color: var(--cream-warm); padding-left: 1.25rem; position: relative; }
.garancia-box li { margin-bottom: 0.5rem; }
.garancia-box li strong { color: var(--amber); font-weight: 600; }

.todo {
  background: #FFF8E1; color: #7C5A00;
  padding: 0.15rem 0.5rem; border-radius: 3px;
  font-family: ui-monospace, 'SF Mono', 'Cascadia Code', monospace;
  font-size: 0.85em; font-weight: 600;
  border: 1px solid rgba(212, 168, 67, 0.4);
}

.contact-cta {
  margin-top: 4rem; padding: 2.5rem;
  background: var(--pine-deep); color: var(--cream);
  border-radius: var(--radius-md); text-align: center;
}
.contact-cta h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.75rem; color: var(--cream); margin-bottom: 1rem; }
.contact-cta p { color: var(--cream-warm); margin: 0 auto 1.5rem; }
.contact-cta a { color: var(--amber); text-decoration: none; font-weight: 700; font-size: 1.1rem; border-bottom: 1px solid var(--amber); }
.contact-cta a:hover { color: var(--cream); }

footer { background: var(--charcoal); color: var(--cream); padding: 3rem 2rem 2rem; position: relative; z-index: 2; }
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 2rem; border-bottom: 1px solid rgba(246, 242, 234, 0.1);
  flex-wrap: wrap; gap: 1.5rem;
}
.footer-brand .logo { color: var(--cream); }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-links a { color: rgba(246, 242, 234, 0.85); text-decoration: none; font-size: 0.95rem; font-weight: 500; }
.footer-links a:hover { color: var(--amber); }
.footer-bottom {
  max-width: 1200px; margin: 1.5rem auto 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  color: rgba(246, 242, 234, 0.7); font-size: 0.88rem;
}

@media (max-width: 900px) {
  .content-inner.has-toc { grid-template-columns: 1fr; gap: 2rem; }
  .toc { position: static; padding: 1.5rem; background: var(--cream); border: 1px solid var(--pine-line); border-radius: var(--radius-md); }
  .rights-grid { grid-template-columns: 1fr; }
  .info-table { font-size: 0.88rem; }
  .info-table th, .info-table td { padding: 0.8rem 1rem; }
  .garancia-box::before { display: none; }
}
@media (max-width: 900px) {
  /* Hide the desktop nav CTA cluster, show the hamburger button instead */
  .nav-cta-group { display: none !important; }
  .nav-hamburger { display: flex !important; }
}
@media (max-width: 700px) {
  .data-grid { grid-template-columns: 1fr; }
  .data-row > div { padding: 0.75rem 1.25rem; }
  .data-label { border-bottom: none !important; padding-bottom: 0.25rem !important; }
  .page-header { padding: 3rem 1.5rem 2rem; }
  .page-content { padding: 3rem 1.5rem 4rem; }
  .garancia-box { padding: 1.75rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-rich .footer-inner { display: grid; flex-direction: initial; grid-template-columns: 1fr 1fr; gap: 2rem; }
}

/* ========= HAMBURGER + MOBILE MENU (SEO pages) ========= */
.nav-hamburger {
  display: none;
  background: var(--cream-warm);
  border: 1.5px solid var(--pine-line);
  color: var(--pine-deep);
  width: 48px; height: 48px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}
.nav-hamburger:hover { border-color: var(--pine-deep); background: var(--cream); }
.nav-hamburger:focus-visible { outline: 3px solid var(--amber-deep); outline-offset: 3px; }

.mobile-menu-backdrop {
  position: fixed; inset: 0;
  background: rgba(15, 36, 24, 0.55);
  z-index: 99;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease;
}
.mobile-menu-backdrop.open { opacity: 1; pointer-events: auto; }

.mobile-menu {
  position: fixed;
  top: 0; right: 0;
  width: 86%; max-width: 360px;
  height: 100vh; height: 100dvh;
  background: var(--cream);
  box-shadow: -8px 0 32px rgba(15, 36, 24, 0.18);
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex; flex-direction: column;
  padding: 1.25rem 1.25rem 2rem;
  overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-header { display: flex; justify-content: flex-end; margin-bottom: 1rem; }
.mobile-menu-close {
  width: 48px; height: 48px;
  background: transparent;
  border: 1.5px solid var(--pine-line);
  color: var(--pine-deep);
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
}
.mobile-menu-close:hover { border-color: var(--pine-deep); background: var(--cream-warm); }
.mobile-menu-close:focus-visible { outline: 3px solid var(--amber-deep); outline-offset: 3px; }
.mobile-menu-inner { display: flex; flex-direction: column; gap: 0.25rem; }
.mobile-menu-link {
  color: var(--pine-deep);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1.1rem 0.85rem;
  border-radius: var(--radius-sm);
  border-bottom: 1px solid var(--pine-line);
  transition: background 0.15s, color 0.15s;
}
.mobile-menu-link:hover, .mobile-menu-link:active {
  background: var(--cream-warm); color: var(--amber-deep);
}
.mobile-menu-cta {
  margin-top: 1.5rem;
  display: block; text-align: center;
  background: var(--amber);
  color: var(--pine-deep);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-sm);
  min-height: 56px;
  transition: background 0.15s;
}
.mobile-menu-cta:hover, .mobile-menu-cta:active { background: var(--amber-deep); color: var(--cream); }
.mobile-menu-phone {
  margin-top: 0.75rem;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  color: var(--pine-deep);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1.15rem 1.25rem;
  border: 1.5px solid var(--pine-line);
  border-radius: var(--radius-sm);
  min-height: 56px;
  transition: background 0.15s, border-color 0.15s;
}
.mobile-menu-phone:hover, .mobile-menu-phone:active { background: var(--cream-warm); border-color: var(--pine-deep); }
body.menu-open { overflow: hidden; }

/* Mobile horizontal padding: tighten to 20px (1.25rem) globally on SEO/legal pages */
@media (max-width: 600px) {
  nav { padding: 1rem 1.25rem !important; }
  .page-content { padding: 2.5rem 1.25rem 3rem !important; }
  .service-hero,
  .industry-hero,
  .hub-hero,
  .page-header { padding: 2.25rem 1.25rem 1.75rem !important; }
  .cta-block { padding: 1.75rem 1.25rem !important; }
  .tldr-band { padding: 1.5rem 1.25rem !important; }
  .timeline-card { padding: 1.5rem 1.25rem !important; }
  .docs-checklist-header,
  .docs-checklist-item { padding: 1rem 1.25rem !important; }
  .build-card,
  .hatosag-card,
  .related-card,
  .consequence-card,
  .process-step,
  .warning-card,
  .hub-card { padding: 1.25rem !important; }
  .garancia-box { padding: 1.5rem 1.25rem !important; }
  footer.footer-rich { padding: 2.5rem 1.25rem 1.5rem !important; }
  .footer-rich .footer-inner { grid-template-columns: 1fr !important; gap: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .footer-rich .footer-bottom { flex-direction: column; gap: 0.5rem; }
}

/* ========= FAQ ENHANCEMENTS (clickable affordance, hover, open state) ========= */
/* Overrides per-page inline styles via !important on the conflicting properties */
.section details {
  background: var(--cream);
  border: 1.5px solid var(--pine-line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.section details:hover {
  border-color: rgba(212, 168, 67, 0.7);
  box-shadow: 0 2px 8px rgba(15, 36, 24, 0.07);
  transform: translateY(-1px);
}
.section details[open] {
  border-color: var(--amber);
  background: var(--cream-warm);
  box-shadow: 0 4px 16px rgba(15, 36, 24, 0.08);
}
.section details summary {
  padding: 1.4rem 1.5rem !important;
  font-size: 1.08rem !important;
  font-weight: 600;
  color: var(--pine-deep) !important;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  user-select: none;
  min-height: 56px;
  transition: color 0.15s, background 0.15s;
}
.section details summary::-webkit-details-marker { display: none; }
.section details summary:hover { color: var(--amber-deep) !important; background: rgba(212, 168, 67, 0.06); }
.section details[open] summary { color: var(--pine-deep) !important; }

/* The +/× toggle icon (the trailing <span> in each summary) */
.section details summary > span:last-child {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.12) !important;
  border: 1.5px solid rgba(212, 168, 67, 0.5);
  color: #9A7620 !important;
  display: grid !important;
  place-items: center;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transition: transform 0.3s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.section details:hover summary > span:last-child {
  background: var(--amber) !important;
  color: var(--pine-deep) !important;
  border-color: var(--amber);
}
.section details[open] summary > span:last-child {
  background: var(--pine-deep) !important;
  border-color: var(--pine-deep);
  color: var(--amber) !important;
  transform: rotate(45deg);
}

/* Answer body: bigger, more readable */
.section details > div {
  padding: 0 1.5rem 1.5rem !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: var(--ink-soft) !important;
}

/* ========= LARGER HERO + CTA BUTTONS (touch-target friendly) ========= */
.service-hero-ctas .btn,
.industry-hero-ctas .btn,
.cta-block-ctas .btn {
  padding: 1.05rem 1.85rem !important;
  font-size: 1.05rem !important;
  min-height: 56px;
  font-weight: 700;
}

/* Make the phone number in CTA blocks visually equal to the booking button */
.cta-block-ctas .btn-ghost {
  background: rgba(246, 242, 234, 0.08) !important;
  border-width: 1.5px !important;
}
.cta-block-ctas .btn-ghost:hover {
  background: var(--cream) !important;
  color: var(--pine-deep) !important;
  border-color: var(--cream) !important;
}

/* ========= STRONGER FOCUS RINGS for keyboard / screen-reader users ========= */
.btn:focus-visible,
.nav-phone:focus-visible,
.mobile-cta:focus-visible,
.section details summary:focus-visible {
  outline: 3px solid var(--amber-deep);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ========= STICKY MOBILE BOTTOM CTA BAR (always-visible Call + Book) ========= */
.mobile-cta-bar { display: none; }
@media (max-width: 700px) {
  .mobile-cta-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--cream);
    border-top: 2px solid var(--pine-line);
    box-shadow: 0 -6px 24px rgba(15, 36, 24, 0.15);
    z-index: 90;
    padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
    gap: 0.6rem;
  }
  .mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    min-height: 56px;
    transition: transform 0.12s ease, background 0.15s ease;
  }
  .mobile-cta svg { flex-shrink: 0; }
  .mobile-cta-call { background: var(--pine-deep); color: var(--cream); }
  .mobile-cta-call:active { background: var(--pine); transform: scale(0.97); }
  .mobile-cta-book { background: var(--amber); color: var(--pine-deep); }
  .mobile-cta-book:active { background: var(--amber-deep); color: var(--cream); transform: scale(0.97); }
  /* Reserve space at the bottom of the page so content isn't hidden behind the bar */
  body { padding-bottom: 88px; }
}
