:root {
  --site-accent: #0f766e;
  --site-accent-dark: #115e59;
  --site-accent-soft: #ccfbf1;
  --site-text: #0f172a;
  --site-muted: #475569;
  --site-border: #dbe4ea;
  --site-surface: #ffffff;
  --site-surface-soft: #f8fafc;
  --site-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  --site-radius: 22px;
}

body {
  color: var(--site-text);
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}

main p a,
main li a,
main td a,
main cite a,
main .breadcrumb a {
  color: var(--site-accent-dark);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.14em;
}

main p a:hover,
main li a:hover,
main td a:hover,
main cite a:hover,
main .breadcrumb a:hover {
  color: var(--site-accent);
}

main a.btn-primary,
main a.btn-outline,
main .card-link,
main .card-link h3,
main .card-link p {
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  /* Ancre le panneau mobile en position absolute */
  isolation: isolate;
}

/* Burger visible jusqu'au breakpoint desktop (site.css 1100px), malgré style.css @768px */
@media (max-width: 1099px) {
  .site-header .nav-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.75rem;
    flex-shrink: 0;
  }
}

.site-header .desktop-nav {
  display: none !important;
}

.site-header .desktop-nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.desktop-nav-links a,
.nav-link span {
  font-weight: 600;
}

.nav-active,
.desktop-nav-links a:hover,
.nav-link:hover span {
  color: var(--site-accent-dark);
}

.header-cta {
  box-shadow: none;
}

.site-header .mobile-nav {
  display: none !important;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--site-border);
}

.site-header .mobile-nav.open {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: min(70vh, calc(100dvh - 4rem));
  overflow-y: auto;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  z-index: 50;
}

body.nav-open {
  overflow: hidden;
}

@media (min-width: 1100px) {
  body.nav-open {
    overflow: auto;
  }
}

.site-header .mobile-nav .nav-link {
  display: flex !important;
}

.site-header .mobile-nav .nav-cta {
  display: block !important;
}

.hero-section,
.page-hero {
  padding: 4rem 0 2rem;
}

.hero-grid,
.two-col-section,
.contact-grid,
.simulator-layout {
  display: grid;
  gap: 1.5rem;
}

.hero-grid {
  align-items: start;
}

.section-eyebrow,
.card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--site-accent-soft);
  color: var(--site-accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-title,
.page-title,
.contact-copy h2,
.cta-banner h2 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

.hero-lead,
.page-lead,
.contact-copy p,
.content-section p,
.article-section p,
.cta-banner p {
  color: var(--site-muted);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.hero-points,
.check-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.hero-points li,
.check-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--site-muted);
}

.hero-points li::before,
.check-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--site-accent);
}

.check-list li a.external-source-link {
  color: var(--site-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.check-list li a.external-source-link:hover {
  text-decoration-thickness: 2px;
}

.hero-panel,
.contact-card,
.simulator-results-box,
.thank-you-card,
.cta-banner,
.info-card,
.metric-card {
  background: var(--site-surface);
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius);
  box-shadow: var(--site-shadow);
}

.hero-panel,
.simulator-results-box,
.thank-you-card,
.cta-banner {
  padding: 1.5rem;
}

.hero-project-panel {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfa 100%);
}

.hero-project-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(15, 118, 110, 0.1);
  pointer-events: none;
}

.hero-panel-head {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.hero-panel-head h2 {
  margin: 0.4rem 0 0.7rem;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.15;
}

.hero-panel-head p {
  margin: 0;
  color: var(--site-muted);
}

.hero-panel-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--site-accent-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.metric-card + .metric-card {
  margin-top: 1rem;
}

.hero-project-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 118, 110, 0.12);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.hero-project-card + .hero-project-card {
  margin-top: 0.9rem;
}

.hero-project-card-alt {
  background: linear-gradient(180deg, rgba(240, 253, 250, 0.95), rgba(255, 255, 255, 0.92));
}

.hero-project-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--site-accent), #14b8a6);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 12px 20px rgba(15, 118, 110, 0.22);
}

.hero-project-body p {
  margin: 0.25rem 0 0;
  color: var(--site-muted);
}

.metric-label {
  display: block;
  color: var(--site-muted);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.metric-value,
.simulator-value {
  display: block;
  margin: 0.35rem 0 0.5rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--site-accent-dark);
}

.hero-card-list {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.hero-card-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--site-text);
  font-size: 0.96rem;
}

.hero-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--site-accent);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.95rem;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 118, 110, 0.16);
  color: var(--site-accent-dark);
  font-size: 0.84rem;
  font-weight: 700;
}

.simulator-text {
  font-size: 1.15rem;
}

.page-section {
  padding: 2rem 0;
}

.alt-section {
  background: rgba(255, 255, 255, 0.55);
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.info-card {
  padding: 1.4rem;
}

.info-card h2,
.info-card h3,
.content-section h2,
.faq-section h2,
.article-section h2 {
  margin-top: 0;
}

.card-link {
  display: block;
  transition: transform 180ms ease, border-color 180ms ease;
}

.card-link:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, 0.35);
}

.content-section,
.article-layout {
  max-width: 860px;
}

.guide-layout {
  display: grid;
  gap: 1.5rem;
}

.guide-main {
  min-width: 0;
}

.guide-toc {
  align-self: start;
}

.toc-list,
.source-list,
.guide-steps {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.toc-list li,
.source-list li,
.guide-steps li {
  margin-bottom: 0.7rem;
}

.guide-section + .guide-section {
  margin-top: 2rem;
}

.guide-section h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.guide-section p + p {
  margin-top: 1rem;
}

.guide-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.5rem;
  background: #fff;
  border: 1px solid var(--site-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--site-shadow);
}

.guide-table th,
.guide-table td {
  padding: 0.95rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid var(--site-border);
  text-align: left;
}

.guide-table th {
  background: #f1fbf9;
  color: var(--site-accent-dark);
  font-size: 0.9rem;
}

.guide-table tr:last-child td {
  border-bottom: 0;
}

.table-wrap {
  overflow-x: auto;
  margin: 1.25rem 0 1.5rem;
  -webkit-overflow-scrolling: touch;
}

.table-caption {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--site-accent-dark);
  margin: 0 0 0.5rem;
}

.source-quote {
  margin: 1.3rem 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--site-accent);
  background: linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%);
  border-radius: 0 16px 16px 0;
}

.source-quote p {
  margin: 0;
  font-size: 1.02rem;
  color: var(--site-text);
}

.source-quote cite {
  display: block;
  margin-top: 0.7rem;
  color: var(--site-muted);
  font-style: normal;
  font-size: 0.92rem;
}

.content-section h2,
.article-section h2 {
  margin-bottom: 0.85rem;
  font-size: 1.55rem;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border: 1px solid var(--site-border);
  border-radius: 18px;
  background: var(--site-surface);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 1.15rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 1.25rem 1.25rem;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-icon {
  font-size: 1.4rem;
  color: var(--site-accent);
}

.contact-section {
  padding: 2.5rem 0 3rem;
}

.contact-card {
  padding: 1.25rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-group {
  display: grid;
  gap: 0.45rem;
}

.form-group-full {
  grid-column: 1 / -1;
}

.form-group label {
  font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid var(--site-border);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  font: inherit;
  background: #fff;
}

.form-group textarea {
  min-height: 130px;
  resize: vertical;
}

.checkbox-label {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.checkbox-label input {
  width: auto;
  margin-top: 0.15rem;
}

.optional,
.form-hint,
.footer-copy,
.article-summary,
.simulator-note,
.simulator-feedback {
  color: var(--site-muted);
}

.form-footer {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  align-items: center;
  gap: 0.8rem;
  max-width: 420px;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: var(--site-surface);
  border: 1px solid var(--site-border);
  box-shadow: var(--site-shadow);
}

.toast.show {
  display: flex;
}

.toast-error {
  border-color: rgba(220, 38, 38, 0.35);
}

.toast-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--site-accent-soft);
  color: var(--site-accent-dark);
  display: grid;
  place-items: center;
  font-weight: 800;
}

.simulator-feedback {
  display: none;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: #eefdf8;
}

.simulator-feedback.is-visible {
  display: block;
}

.simulator-feedback.is-error {
  background: #fff1f2;
  color: #be123c;
}

.simulator-feedback.is-success {
  color: var(--site-accent-dark);
}

.is-hidden {
  display: none !important;
}

.article-layout {
  display: grid;
  gap: 1.25rem;
}

.article-section {
  background: var(--site-surface);
  padding: 1.35rem;
  border-radius: 20px;
  border: 1px solid var(--site-border);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  color: var(--site-muted);
  font-size: 0.95rem;
}

.footer-grid,
.footer-bottom {
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}

.footer-grid {
  display: grid;
  gap: 1.2rem;
  border-top: 1px solid var(--site-border);
}

.footer-brand {
  font-weight: 800;
  font-size: 1.1rem;
}

.footer-bottom {
  color: var(--site-muted);
  font-size: 0.95rem;
}

.footer-zone-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.footer-zone-list a {
  font-weight: 600;
}

.thank-you-card {
  text-align: center;
  max-width: 760px;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
}

@media (min-width: 768px) {
  .hero-grid,
  .two-col-section,
  .contact-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  }

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

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

  .simulator-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
  }

  .guide-layout {
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .nav-toggle {
    display: none;
  }

  .site-header .desktop-nav {
    display: flex !important;
    align-items: center;
    gap: 1.2rem;
  }

  .site-header .mobile-nav {
    display: none !important;
  }

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

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

@media (max-width: 767px) {
  .guide-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.home-blog-intro,
.home-local-intro {
  margin-bottom: 1rem;
  max-width: 52rem;
  color: var(--site-muted);
}

.home-blog-more {
  margin-top: 1.5rem;
  font-weight: 600;
}

a.hero-pillar-link {
  text-decoration: none;
  color: inherit;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

a.hero-pillar-link:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, 0.35);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.hero-pillar-link .metric-value {
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 800;
}

.hero-panel-head h2.home-hero-aside-title {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  line-height: 1.25;
  margin: 0.35rem 0 0.5rem;
}

.home-landing-intro {
  max-width: 52rem;
  line-height: 1.65;
}

.home-landing-block {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--site-border);
}

.home-landing-block:first-of-type {
  margin-top: 1.5rem;
}

.home-landing-block h3 {
  margin-top: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  color: var(--site-accent-dark);
}

.home-landing-list {
  margin-top: 0.75rem;
}

.home-landing-block--install {
  border-left: 4px solid #14b8a6;
  padding-left: 1.25rem;
  margin-left: -0.25rem;
}

.home-landing-block--renta {
  border-left: 4px solid #0d9488;
  padding-left: 1.25rem;
  margin-left: -0.25rem;
}

.home-landing-block--subv {
  border-left: 4px solid #0f766e;
  padding-left: 1.25rem;
  margin-left: -0.25rem;
}

.home-cta-line {
  margin-top: 1.25rem;
  font-weight: 600;
}

.guide-table--compact th,
.guide-table--compact td {
  padding: 0.65rem 0.85rem;
  font-size: 0.92rem;
}

.guide-table--stripe tbody tr:nth-child(odd) {
  background: rgba(240, 253, 250, 0.45);
}

.home-steps {
  display: grid;
  gap: 0.85rem;
  margin: 1.35rem 0;
  padding: 0;
  list-style: none;
  counter-reset: homestep;
}

.home-steps li {
  counter-increment: homestep;
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 3.15rem;
  border-radius: 16px;
  background: var(--site-surface);
  border: 1px solid var(--site-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  line-height: 1.5;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .home-steps li:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
    border-color: rgba(15, 118, 110, 0.28);
  }
}

.home-steps li::before {
  content: counter(homestep);
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--site-accent), #14b8a6);
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  display: grid;
  place-items: center;
  line-height: 1;
}

.home-steps strong {
  color: var(--site-accent-dark);
}

.home-def-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.35rem 0 0;
}

@media (min-width: 700px) {
  .home-def-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-def-item {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(240, 253, 250, 0.7), #fff);
  border: 1px solid rgba(15, 118, 110, 0.14);
}

.home-def-item dt {
  margin: 0 0 0.35rem;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--site-accent-dark);
}

.home-def-item dd {
  margin: 0;
  font-size: 0.92rem;
  color: var(--site-muted);
  line-height: 1.45;
}

.home-pill-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}

.home-pill-metrics li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--site-border);
  font-size: 0.94rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.home-pill-kicker {
  display: grid;
  place-items: center;
  min-width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: var(--site-accent-soft);
  color: var(--site-accent-dark);
  font-weight: 800;
  font-size: 0.82rem;
}

.home-bullet-tight li {
  margin-bottom: 0.45rem;
}

.home-key-points {
  list-style: none;
  margin: 1.15rem 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.home-key-points li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px dashed rgba(15, 118, 110, 0.25);
  line-height: 1.45;
  font-size: 0.96rem;
}

.home-kp-icon {
  flex-shrink: 0;
  color: var(--site-accent);
  font-weight: 800;
}

.home-callout {
  margin: 1.35rem 0 0;
  padding: 1.15rem 1.25rem;
  border-radius: 16px;
  background: linear-gradient(125deg, rgba(204, 251, 241, 0.5), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(15, 118, 110, 0.2);
}

.home-callout--admin {
  border-left: 4px solid var(--site-accent);
}

.home-callout-title {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--site-accent-dark);
}

.home-ol-compact {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.55;
}

.home-ol-compact li {
  margin-bottom: 0.45rem;
}

.home-journey {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 900px) {
  .home-journey {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.65rem;
    align-items: stretch;
  }
}

.home-journey li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0;
  padding: 1rem 0.85rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--site-border);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  font-size: 0.92rem;
  line-height: 1.45;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .home-journey li:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    border-color: rgba(15, 118, 110, 0.25);
  }
}

@media (min-width: 900px) {
  .home-journey li {
    flex-direction: column;
    text-align: center;
    padding: 1.1rem 0.65rem;
  }
}

.home-journey-step {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--site-accent);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
}

@media (min-width: 900px) {
  .home-journey-step {
    margin: 0 auto 0.5rem;
  }
}

.home-journey-body {
  min-width: 0;
}

.home-split-panels {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .home-split-panels {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.home-split-panel {
  padding: 1.35rem 1.4rem;
  border-radius: var(--site-radius);
  background: var(--site-surface);
  border: 1px solid var(--site-border);
  box-shadow: var(--site-shadow);
}

.home-split-panel--accent {
  background: linear-gradient(165deg, #f0fdfa 0%, #ffffff 55%);
  border-color: rgba(15, 118, 110, 0.18);
}

.home-split-title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  color: var(--site-accent-dark);
}

.home-list-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.home-list-icons li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.98rem;
}

.home-li-icon {
  color: var(--site-accent);
  font-weight: 700;
}

.home-dl-cards {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.home-dl-cards > div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--site-border);
}

.home-dl-cards > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.home-dl-cards dt {
  margin: 0 0 0.35rem;
  font-weight: 800;
  color: var(--site-accent-dark);
}

.home-dl-cards dd {
  margin: 0;
  color: var(--site-muted);
  font-size: 0.96rem;
  line-height: 1.5;
}
