:root {
  --site-bg: #f4efe6;
  --site-surface: rgba(255, 253, 250, 0.94);
  --site-surface-strong: #fffdfa;
  --site-ink: #1c201d;
  --site-copy: #4a534b;
  --site-muted: #5e675f;
  --site-line: rgba(87, 82, 63, 0.16);
  --site-brand: #114e47;
  --site-brand-strong: #0a3833;
  --site-brand-soft: #edf7f4;
  --site-accent: #c3602a;
  --site-accent-strong: #a84417;
  --site-accent-soft: #fae6d7;
  --site-shadow: 0 18px 46px rgba(33, 30, 22, 0.11);
  --site-radius: 24px;
  --site-radius-sm: 18px;
  --site-container: 1160px;
  --site-panel-gradient:
    radial-gradient(circle at top left, rgba(17, 78, 71, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.98) 0%, #f4efe6 100%);
  --site-panel-gradient-strong:
    radial-gradient(circle at top right, rgba(17, 78, 71, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.98) 0%, rgba(244, 239, 230, 0.94) 100%);
  --site-card-tint:
    linear-gradient(180deg, rgba(237, 247, 244, 0.76) 0%, rgba(255, 253, 250, 1) 30%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--site-copy);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(17, 78, 71, 0.14), transparent 26%),
    radial-gradient(circle at top right, rgba(195, 96, 42, 0.12), transparent 20%),
    linear-gradient(180deg, #fbf8f2 0%, var(--site-bg) 100%);
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg,
video,
iframe,
canvas {
  display: block;
  max-width: 100%;
}

a {
  color: var(--site-brand-strong);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.08em;
}

p,
li,
dt,
dd,
figcaption,
blockquote {
  overflow-wrap: anywhere;
}

a,
button,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(195, 96, 42, 0.38);
  outline-offset: 3px;
}

.page-shell,
.home-shell {
  width: min(var(--site-container), calc(100% - 28px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.page-shell > *,
.home-shell > *,
.hero > *,
.split > *,
.solution-layout > *,
.local-layout > *,
.cta-layout > *,
.split-layout > *,
.contact-grid > *,
.trust-layout > *,
.service-area > * {
  min-width: 0;
}

.topbar,
.home-nav,
.nav-bar,
.hero,
.home-section,
.section,
.section-box,
.content-section,
.contact-grid,
.trust-section,
.cta-strip,
.faq-box,
.faq-section,
.cta-box,
.cta-panel,
.cta-section,
.subpage-header,
.site-footer {
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  box-shadow: var(--site-shadow);
  background: var(--site-surface);
}

.topbar,
.home-nav,
.nav-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "brand actions"
    "nav nav";
  align-items: center;
  gap: 14px 18px;
  padding: 16px 20px;
  margin-bottom: 18px;
  background: rgba(255, 253, 250, 0.96);
  backdrop-filter: blur(10px);
}

.home-header {
  padding: 16px 20px;
  border-color: rgba(17, 78, 71, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(246, 250, 248, 0.96) 100%);
}

.home-header .brand {
  gap: 14px;
}

.home-header .brand img {
  width: 54px;
  height: 54px;
  padding: 6px;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(17, 78, 71, 0.08);
}

.home-header .brand-text,
.brand > div,
.brand > span,
.brand-text,
.brand-copy {
  display: grid;
  gap: 4px;
}

.brand strong,
.brand-row strong,
.brand-lockup strong {
  display: block;
  color: var(--site-brand-strong);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.brand p,
.brand-text p,
.brand-copy p {
  max-width: 26ch;
  color: var(--site-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
}

.brand,
.brand-row,
.brand-lockup {
  display: flex;
  grid-area: brand;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.nav-main ul > li,
.nav-menu ul > li,
.topbar-nav ul > li,
.brand > span,
.hero-stat,
.stat-card,
.partner-tile,
.partner-copy {
  min-width: 0;
}

.brand img,
.brand-row img,
.brand-lockup img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  padding: 6px;
  border: 1px solid var(--site-line);
}

h1,
h2,
h3,
label {
  color: var(--site-ink);
}

label {
  font-weight: 700;
}

.nav-main,
.nav-menu,
.topbar-nav {
  grid-area: nav;
  width: 100%;
  flex: 1 1 320px;
  min-width: 0;
}

.nav-main ul,
.nav-menu ul,
.topbar-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-main a,
.nav-menu a,
.topbar-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--site-brand-strong);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  overflow-wrap: anywhere;
  transition: background 0.18s ease, color 0.18s ease;
}

.nav-main a:hover,
.nav-main a:focus-visible,
.nav-menu a:hover,
.nav-menu a:focus-visible,
.topbar-nav a:hover,
.topbar-nav a:focus-visible {
  background: rgba(17, 78, 71, 0.08);
}

.nav-main a[aria-current="page"],
.nav-menu a[aria-current="page"],
.topbar-nav a[aria-current="page"] {
  background: var(--site-brand-soft);
}

.nav-actions,
.topbar-actions,
.top-links,
.hero-actions,
.section-actions,
.form-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
}

.nav-actions,
.topbar-actions {
  grid-area: actions;
  justify-content: flex-end;
}

.hero-actions {
  margin-top: 6px;
}

.btn,
.btn-link,
.top-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover,
.btn:focus-visible,
.btn-link:hover,
.btn-link:focus-visible,
.top-links a:hover,
.top-links a:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-strong) 100%);
  box-shadow: 0 12px 26px rgba(195, 96, 42, 0.24);
}

.btn-secondary {
  color: var(--site-brand-strong);
  background: var(--site-brand-soft);
  border: 1px solid rgba(17, 78, 71, 0.18);
}

.btn-ghost {
  color: var(--site-brand-strong);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--site-line);
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-link.btn-primary:hover,
.btn-link.btn-primary:focus-visible {
  background: linear-gradient(135deg, var(--site-accent) 0%, #943a14 100%);
  box-shadow: 0 16px 30px rgba(195, 96, 42, 0.28);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-link.btn-secondary:hover,
.btn-link.btn-secondary:focus-visible {
  background: #f7fcfa;
  border-color: rgba(17, 78, 71, 0.28);
}

.btn-ghost:hover,
.btn-ghost:focus-visible,
.btn-link.btn-ghost:hover,
.btn-link.btn-ghost:focus-visible {
  background: #fffdfa;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 30px;
  padding: 34px;
  margin-bottom: 18px;
  border-radius: 28px;
  background: var(--site-panel-gradient-strong);
}

.home-hero {
  gap: 34px;
  padding: 42px 38px;
  background:
    radial-gradient(circle at top left, rgba(17, 78, 71, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(246, 242, 234, 0.96) 100%);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--site-brand-soft);
  color: var(--site-brand-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: normal;
}

.home-hero .eyebrow {
  margin-bottom: 10px;
  padding: 7px 12px;
  background: rgba(17, 78, 71, 0.09);
  color: var(--site-brand);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

h1 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5.2vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.home-hero h1 {
  max-width: 13ch;
  margin-bottom: 16px;
  color: var(--site-brand-strong);
  font-size: clamp(2.4rem, 4.8vw, 4.15rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

h2 {
  margin: 0 0 10px;
  font-size: clamp(1.72rem, 3vw, 2.4rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  overflow-wrap: anywhere;
}

.hero-lead {
  margin: 0 0 14px;
  max-width: 58ch;
  font-size: clamp(1rem, 1vw + 0.9rem, 1.08rem);
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.home-hero .hero-lead {
  margin-bottom: 0;
  max-width: 56ch;
  color: var(--site-copy);
  font-size: clamp(1rem, 0.95rem + 0.45vw, 1.12rem);
  line-height: 1.7;
}

.hero-note,
.small-note {
  margin: 0;
  color: var(--site-muted);
  font-size: 0.96rem;
  overflow-wrap: anywhere;
}

.home-hero .hero-note {
  color: var(--site-brand);
  font-size: 0.92rem;
  font-weight: 700;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--site-line);
  background: #fffdfa;
  color: var(--site-brand-strong);
  text-decoration: none;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

[id] {
  scroll-margin-top: 18px;
}

.hero-visual {
  display: grid;
  gap: 14px;
}

.hero-image,
.image-wrap,
.solution-visual,
.solution-box,
.split-visual {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--site-line);
  background: var(--site-surface-strong);
}

.hero-image img,
.image-wrap img,
.solution-visual img,
.solution-box img,
.split-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-stats,
.stat-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-stat,
.stat-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--site-line);
}

.home-hero .hero-stat {
  background: linear-gradient(180deg, rgba(237, 247, 244, 0.8) 0%, rgba(255, 255, 255, 0.94) 100%);
  border-color: rgba(17, 78, 71, 0.12);
}

.hero-stat strong,
.stat-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--site-ink);
  font-size: 1.08rem;
}

.subpage-header,
.home-section,
.section,
.section-box,
.content-section,
.faq-box,
.faq-section,
.cta-box,
.cta-panel,
.cta-section,
.contact-grid,
.trust-section,
.cta-strip,
.site-footer {
  margin-top: 18px;
  padding: 30px;
}

.cta-box,
.cta-panel,
.cta-section,
.cta-strip {
  background: var(--site-panel-gradient);
}

.subpage-header {
  margin-top: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer-copy {
  min-width: 0;
}

.site-footer-copy strong {
  color: var(--site-ink);
}

.site-footer-copy p {
  margin: 4px 0 0;
  color: var(--site-muted);
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--site-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--site-brand-strong);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  overflow-wrap: anywhere;
}

.site-footer-nav a:hover,
.site-footer-nav a:focus-visible {
  background: #fff;
}

.section-head {
  max-width: 760px;
  margin-bottom: 18px;
}

.home-shell .section-head {
  margin-bottom: 20px;
}

.section-head p {
  margin: 0;
  max-width: 58ch;
}

.card-grid,
.problem-grid,
.service-grid,
.benefit-grid,
.trust-grid,
.faq-grid,
.grid-3,
.grid-4,
.steps-grid {
  display: grid;
  gap: 14px;
}

.problem-grid,
.card-grid,
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid,
.benefit-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-4,
.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.service-card,
.benefit-card,
.trust-card,
.faq-item,
.callout,
.location-card,
.feature-card,
.local-card,
.step,
.side-card,
.contact-card,
.form-card,
.cta-inner {
  padding: 22px;
  border-radius: 22px;
  background: var(--site-surface-strong);
  border: 1px solid var(--site-line);
}

.card,
.service-card,
.benefit-card,
.trust-card,
.faq-item,
.callout,
.location-card,
.feature-card,
.local-card,
.step,
.side-card,
.contact-card,
.form-card,
.cta-inner,
.cta-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.home-shell .service-card {
  min-height: 100%;
  background: var(--site-card-tint);
}

.home-solutions .section-head h3 {
  margin-bottom: 8px;
  color: var(--site-brand-strong);
  font-size: 1.26rem;
}

.home-solutions .primary-solution-grid .service-card {
  background:
    linear-gradient(180deg, rgba(237, 247, 244, 0.72) 0%, rgba(255, 253, 250, 1) 34%);
  border-color: rgba(17, 78, 71, 0.14);
}

.home-solutions .secondary-solution-grid .service-card {
  background: rgba(255, 253, 250, 0.94);
}

.home-solutions .service-card h3 {
  margin-bottom: 6px;
  font-size: 1.14rem;
  line-height: 1.3;
}

.home-solutions .service-card p {
  color: var(--site-copy);
}

.card p,
.service-card p,
.benefit-card p,
.trust-card p,
.faq-item p,
.callout p,
.location-card p,
.feature-card p,
.local-card p,
.step p,
.side-card p,
.contact-card p,
.form-card p,
.cta-inner p {
  line-height: 1.65;
}

.card p:last-child,
.service-card p:last-child,
.trust-card p:last-child {
  margin-bottom: 0;
}

.location-card {
  overflow: hidden;
  padding: 0;
}

.location-copy {
  padding: 20px 22px 22px;
}

.legal-grid,
.legal-stack,
.legal-facts {
  display: grid;
  gap: 16px;
}

.legal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-card,
.legal-copy {
  color: var(--site-copy);
}

.legal-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--site-line);
  background: var(--site-surface-strong);
}

.legal-intro,
.legal-copy p,
.legal-copy li,
.legal-card p,
.legal-card li,
.legal-card dd {
  line-height: 1.7;
}

.legal-card > *:first-child,
.legal-copy > *:first-child {
  margin-top: 0;
}

.legal-card > *:last-child,
.legal-copy > *:last-child {
  margin-bottom: 0;
}

.legal-card p,
.legal-copy p {
  margin: 0 0 14px;
}

.legal-card h4 {
  margin: 18px 0 8px;
  color: var(--site-ink);
  font-size: 1rem;
}

.legal-list {
  margin: 0;
  padding-left: 20px;
}

.legal-list li + li {
  margin-top: 8px;
}

.toc-list {
  margin: 0;
}

.legal-facts {
  margin: 0;
  gap: 10px;
}

.legal-facts div {
  display: grid;
  gap: 2px;
}

.legal-facts dt {
  color: var(--site-ink);
  font-weight: 800;
}

.legal-facts dd {
  margin: 0;
}

.legal-address {
  font-style: normal;
}

.cookie-action {
  margin-top: 16px;
}

.legal-note,
.legal-copy {
  color: var(--site-muted);
  font-size: 0.96rem;
}

.tag,
.mini-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--site-brand-soft);
  color: var(--site-brand-strong);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.split,
.solution-layout,
.cta-layout,
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.local-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.chip-list,
.pill-list,
.bullet-list,
.hero-points,
.local-list,
.check-list,
.partner-list,
.area-list,
.solution-list,
.contact-list,
.trust-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.chip-list,
.pill-list,
.bullet-list,
.hero-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.local-list,
.area-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.partner-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chip-list li,
.pill-list li,
.bullet-list li,
.hero-points li,
.local-list li,
.check-list li,
.partner-list li,
.area-list li,
.area-list > *,
.solution-list li,
.contact-list li,
.trust-list li {
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--site-line);
}

.home-hero .chip-list li {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 78, 71, 0.12);
}

.partner-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.partner-tile {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--site-line);
}

.partner-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--site-card-tint);
  overflow: hidden;
}

.partner-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 62px;
  object-fit: contain;
}

.partner-mark--badge {
  background: linear-gradient(180deg, rgba(17, 78, 71, 0.05) 0%, rgba(255, 253, 250, 1) 100%);
}

.partner-mark--badge img {
  max-width: 86px;
  max-height: 86px;
}

.partner-mark--logo img {
  max-width: 230px;
  max-height: 54px;
}

.partner-mark--product img {
  width: 100%;
  max-width: none;
  max-height: 92px;
  border-radius: 12px;
  object-fit: cover;
}

.partner-copy {
  display: grid;
  gap: 8px;
}

.partner-copy strong {
  color: var(--site-brand-strong);
  font-size: 1.02rem;
  line-height: 1.3;
}

.partner-copy p {
  margin: 0;
  color: var(--site-copy);
  font-size: 0.96rem;
  line-height: 1.55;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #edf7f4;
  border: 1px solid rgba(17, 78, 71, 0.18);
  color: var(--site-brand);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.home-solutions .card-link {
  align-self: start;
  margin-top: 14px;
}

.card-link:hover,
.card-link:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(17, 78, 71, 0.24);
}

.phone-box {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.1;
  font-weight: 900;
  color: var(--site-brand-strong);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.field {
  display: grid;
  gap: 8px;
}

input,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid var(--site-line);
  border-radius: 16px;
  background: #fff;
  color: var(--site-ink);
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

details {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--site-line);
  background: var(--site-surface-strong);
}

summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--site-ink);
  line-height: 1.45;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin-top: 14px;
}

.entry-list,
.quick-nav,
.faq-list,
.cta-points {
  display: grid;
  gap: 10px;
}

.entry-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.entry-list li,
.cta-points > * {
  padding: 14px 15px;
  border-radius: 16px;
  border: 1px solid var(--site-line);
  background: rgba(255, 255, 255, 0.78);
}

.entry-list a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: var(--site-ink);
}

.entry-list a:hover,
.entry-list a:focus-visible {
  color: var(--site-brand);
}

.entry-note {
  display: block;
  margin-top: 4px;
  color: var(--site-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.quick-nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 0;
}

.quick-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--site-line);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.hero-copy,
.hero-side,
.trust-layout,
.service-area {
  display: grid;
  gap: 18px;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 18px;
}

.trust-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.form-card form {
  display: grid;
  gap: 14px;
}

.cta-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.cta-inner p {
  margin: 0;
}

.trust-layout,
.service-area {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.partner-badge {
  max-width: 220px;
  padding: 20px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--site-line);
  background: #fff;
}

.partner-badge img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.project-card {
  overflow: hidden;
  padding: 0;
}

.project-copy {
  padding: 20px 22px 22px;
}

.cta-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--site-line);
}

.sticky-call {
  position: sticky;
  bottom: 10px;
  z-index: 20;
  display: none;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid var(--site-line);
  background: rgba(255, 253, 250, 0.97);
  box-shadow: var(--site-shadow);
}

.top-gap-10 {
  margin-top: 10px;
}

.top-gap-14 {
  margin-top: 14px;
}

.top-gap-16 {
  margin-top: 16px;
}

.top-gap-18 {
  margin-top: 18px;
}

.sticky-call a {
  width: 100%;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--site-accent-soft);
  color: var(--site-accent-strong);
  font-weight: 800;
}

main ul {
  padding-left: 20px;
}

code {
  font-family: "SFMono-Regular", Consolas, monospace;
}

#cc--main {
  --cc-font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --cc-bg: #fffdfa;
  --cc-text: var(--site-ink);
  --cc-border-radius: 1rem;
  --cc-btn-primary-bg: var(--site-accent);
  --cc-btn-primary-text: #fffdfa;
  --cc-btn-primary-hover-bg: var(--site-accent-strong);
  --cc-btn-secondary-bg: var(--site-brand-soft);
  --cc-btn-secondary-text: var(--site-brand-strong);
  --cc-btn-secondary-hover-bg: #dcefe8;
  --cc-btn-border-radius: 999px;
  --cc-toggle-bg-on: var(--site-brand);
  --cc-toggle-bg-off: #8a958d;
  --cc-toggle-bg-readonly: #cfd8d2;
  --cc-block-text: var(--site-copy);
  --cc-cookie-category-block-bg: #f8f4ec;
  --cc-cookie-category-block-bg-hover: #f1eadd;
  --cc-section-border: var(--site-line);
  --cc-cookie-table-border: var(--site-line);
  --cc-overlay-bg: rgba(10, 56, 51, 0.72);
  --cc-consent-modal-box-shadow: var(--site-shadow);
}

#cc--main .cc_div .c-bn,
#cc--main .cc_div .cc-link,
#cc--main #c-txt,
#cc--main #s-bl .c-bl,
#cc--main #s-inr,
#cc--main #cm {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

#cc--main #cm,
#cc--main #s-inr {
  border: 1px solid var(--site-line);
}

#cc--main #c-ttl,
#cc--main #s-ttl,
#cc--main .cc_div .b-tl,
#cc--main .cc_div .c-bn {
  color: var(--site-ink);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .topbar,
  .home-nav,
  .nav-bar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav"
      "actions";
    padding: 16px 18px;
    align-items: flex-start;
  }

  .home-header {
    padding: 16px 18px;
  }

  .nav-main,
  .nav-menu,
  .topbar-nav,
  .nav-actions,
  .topbar-actions,
  .top-links {
    width: 100%;
    flex-basis: 100%;
  }

  .nav-actions,
  .topbar-actions {
    margin-left: 0;
    justify-content: flex-start;
  }

  .nav-main ul,
  .nav-menu ul,
  .topbar-nav ul {
    justify-content: flex-start;
  }

  .hero,
  .split,
  .solution-layout,
  .local-layout,
  .cta-layout,
  .split-layout,
  .contact-grid,
  .cta-inner,
  .trust-layout,
  .service-area {
    grid-template-columns: 1fr;
  }

  .home-hero h1 {
    max-width: 14ch;
  }

  .problem-grid,
  .card-grid,
  .service-grid,
  .benefit-grid,
  .trust-grid,
  .faq-grid,
  .hero-stats,
  .stat-cards,
  .chip-list,
  .pill-list,
  .bullet-list,
  .hero-points,
  .local-list,
  .partner-tiles,
  .area-list,
  .partner-list,
  .grid-3,
  .grid-4,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-section,
  .bullet-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .page-shell,
  .home-shell {
    width: min(100%, calc(100% - 18px));
    padding: 14px 0 28px;
  }

  .topbar,
  .home-nav,
  .nav-bar,
  .hero,
  .home-section,
  .section,
  .section-box,
  .content-section,
  .contact-grid,
  .trust-section,
  .cta-strip,
  .faq-box,
  .faq-section,
  .cta-box,
  .cta-panel,
  .cta-section,
  .subpage-header,
  .site-footer {
    padding: 20px;
    border-radius: 20px;
  }

  .nav-main ul,
  .nav-menu ul,
  .topbar-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
    gap: 10px;
  }

  .nav-actions,
  .topbar-actions,
  .top-links,
  .hero-actions,
  .section-actions,
  .form-actions,
  .cta-actions,
  .site-footer-nav {
    flex-direction: column;
  }

  .btn,
  .btn-link,
  .top-links a,
  .card-link,
  .site-footer-nav a {
    width: 100%;
  }

  .nav-main a,
  .nav-menu a,
  .topbar-nav a {
    width: 100%;
    min-height: 50px;
  }

  .problem-grid,
  .card-grid,
  .service-grid,
  .benefit-grid,
  .trust-grid,
  .faq-grid,
  .hero-stats,
  .stat-cards,
  .chip-list,
  .pill-list,
  .bullet-list,
  .hero-points,
  .local-list,
  .partner-tiles,
  .area-list,
  .partner-list,
  .grid-3,
  .grid-4,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .legal-grid,
  .contact-grid,
  .cta-inner,
  .trust-section,
  .bullet-list {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.5rem, 7vw, 2.1rem);
  }

  .hero {
    gap: 18px;
    padding: 20px 18px;
  }

  .home-header .brand strong {
    font-size: 1.08rem;
  }

  .home-header .brand-text p {
    font-size: 0.78rem;
  }

  .home-hero {
    gap: 20px;
    padding: 24px 20px;
  }

  .home-hero h1 {
    max-width: none;
    font-size: clamp(2.1rem, 9.5vw, 3.25rem);
    line-height: 1.04;
  }

  .home-hero .hero-lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .home-hero .eyebrow {
    margin-bottom: 8px;
    font-size: 0.72rem;
  }

  .hero-lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-note,
  .small-note {
    font-size: 0.94rem;
  }

  .quick-nav {
    grid-template-columns: 1fr;
  }

  .sticky-call {
    display: grid;
    grid-template-columns: 1fr;
  }

  .partner-badge {
    max-width: 180px;
  }

  .partner-mark {
    min-height: 86px;
  }

  .partner-mark--product img {
    max-height: 82px;
  }

  .partner-mark--badge img {
    max-width: 74px;
    max-height: 74px;
  }

  .partner-mark--logo img {
    max-width: 200px;
    max-height: 48px;
  }

  .legal-card {
    padding: 18px;
  }

  .phone-box {
    font-size: clamp(1.25rem, 8vw, 1.75rem);
  }
}

@media (max-width: 420px) {
  .nav-main ul,
  .nav-menu ul,
  .topbar-nav ul,
  .partner-list {
    grid-template-columns: 1fr;
  }

  .topbar,
  .home-nav,
  .nav-bar,
  .hero,
  .home-section,
  .section,
  .section-box,
  .content-section,
  .contact-grid,
  .trust-section,
  .cta-strip,
  .faq-box,
  .faq-section,
  .cta-box,
  .cta-panel,
  .cta-section,
  .subpage-header,
  .site-footer {
    padding: 18px 16px;
  }
}
