:root {
  --sn-bg: #f6fbf8;
  --sn-surface: #ffffff;
  --sn-text: #10231f;
  --sn-muted: #65746f;
  --sn-primary: #0f766e;
  --sn-primary-dark: #115e59;
  --sn-primary-soft: #dff8f2;
  --sn-amber: #f59e0b;
  --sn-amber-soft: #fff4d6;
  --sn-border: #dcebe6;
  --sn-shadow: 0 22px 60px rgba(15, 44, 38, .12);
  --sn-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--sn-text);
  background:
    radial-gradient(circle at 15% 0%, rgba(15, 118, 110, .12), transparent 30rem),
    radial-gradient(circle at 90% 15%, rgba(245, 158, 11, .12), transparent 28rem),
    var(--sn-bg);
  padding-top: 74px;
}

a { text-decoration: none; }
.fw-black { font-weight: 850; letter-spacing: -.04em; }
.sn-container { max-width: 1320px; padding-left: 24px; padding-right: 24px; }
.sn-main { min-height: 60vh; overflow: hidden; }
.sn-max-720 { max-width: 720px; }

.sn-header {
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,.88) !important;
  z-index: 1040;
}
.sn-logo-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--sn-primary), #10b981);
  box-shadow: 0 10px 22px rgba(15, 118, 110, .24);
}
.sn-logo-mark-light { background: linear-gradient(135deg, #ffffff, #c8fff4); color: var(--sn-primary); }
.sn-logo-text { font-size: 1.3rem; color: var(--sn-text); }
.sn-logo-text span { color: var(--sn-primary); }
.navbar .nav-link {
  color: var(--sn-muted);
  font-weight: 700;
  border-radius: 999px;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: var(--sn-primary);
  background: var(--sn-primary-soft);
}

.btn-sn-primary {
  --bs-btn-bg: var(--sn-primary);
  --bs-btn-border-color: var(--sn-primary);
  --bs-btn-hover-bg: var(--sn-primary-dark);
  --bs-btn-hover-border-color: var(--sn-primary-dark);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(15, 118, 110, .18);
}
.btn-white {
  background: #fff;
  border: 1px solid var(--sn-border);
  color: var(--sn-text);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(15, 44, 38, .06);
}
.btn-white:hover { background: #f8fffc; border-color: #bdded5; }

.sn-offcanvas { border-radius: 24px 0 0 24px; }
.sn-mobile-nav .list-group-item {
  border: 0;
  border-radius: 16px;
  margin-bottom: 8px;
  font-weight: 800;
  color: var(--sn-text);
}
.sn-mobile-nav .list-group-item.active {
  background: var(--sn-primary);
  color: #fff;
}

.sn-hero { padding: 34px 0 42px; }
.py-lg-6 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.sn-hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: .62;
  pointer-events: none;
}
.sn-hero-glow-1 { width: 440px; height: 440px; background: rgba(16,185,129,.16); top: -160px; left: -100px; }
.sn-hero-glow-2 { width: 360px; height: 360px; background: rgba(245,158,11,.16); right: -120px; bottom: -100px; }
.sn-badge, .sn-section-kicker {
  color: var(--sn-primary);
  background: var(--sn-primary-soft);
  border: 1px solid rgba(15,118,110,.12);
  border-radius: 999px;
  padding: .5rem .85rem;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sn-section-kicker { display: inline-flex; margin-bottom: .9rem; }
.sn-dot {
  width: 10px; height: 10px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.14);
}
.sn-lead { max-width: 620px; }
.sn-soft-warning {
  background: #fff7ed;
  color: #9a3412;
  border-radius: 22px;
  font-weight: 700;
}

.sn-dashboard-card, .sn-info-card, .sn-form-card, .sn-side-card, .sn-map-panel, .sn-map-shell, .sn-thanks-card {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--sn-border);
  border-radius: var(--sn-radius);
  box-shadow: var(--sn-shadow);
}
.sn-dashboard-card { padding: clamp(22px, 3vw, 36px); }
.sn-orb {
  width: 80px; height: 80px; border-radius: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 2rem;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.55), transparent 18%),
    linear-gradient(135deg, var(--sn-primary), #22c55e);
  box-shadow: inset 0 -14px 28px rgba(0,0,0,.12), 0 22px 34px rgba(15,118,110,.24);
}
.sn-mini-stat {
  padding: 16px 12px;
  border-radius: 22px;
  border: 1px solid var(--sn-border);
  background: #fff;
  min-height: 132px;
}
.sn-mini-stat strong { display: block; font-size: 1.15rem; margin-top: 12px; color: var(--sn-text); }
.sn-mini-stat small { display: block; color: var(--sn-muted); font-weight: 700; }
.sn-mini-icon {
  width: 42px; height: 42px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center;
}
.sn-progress-card { padding: 18px; border-radius: 22px; background: linear-gradient(135deg, #f0fffb, #fff); border: 1px solid var(--sn-border); }
.progress { height: 10px; border-radius: 999px; background: #d9eee8; }
.progress-bar { background: linear-gradient(90deg, var(--sn-primary), #22c55e); }

.sn-action-card, .sn-feature-card, .sn-step-card {
  display: block;
  padding: 28px;
  border-radius: var(--sn-radius);
  background: #fff;
  border: 1px solid var(--sn-border);
  color: var(--sn-text);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sn-action-card:hover, .sn-feature-card:hover, .sn-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15,118,110,.28);
  box-shadow: var(--sn-shadow);
}
.sn-action-card h3, .sn-feature-card h3 { font-size: 1.25rem; margin: 18px 0 10px; font-weight: 850; }
.sn-action-card p, .sn-feature-card p { color: var(--sn-muted); margin-bottom: 0; }
.sn-card-icon {
  width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 20px; color: var(--sn-primary); background: var(--sn-primary-soft); font-size: 1.6rem;
}
.sn-card-icon-blue { color: #2563eb; background: #dbeafe; }
.sn-card-icon-amber { color: #d97706; background: var(--sn-amber-soft); }
.sn-card-icon-small { width: 48px; height: 48px; border-radius: 16px; flex: 0 0 auto; }
.sn-step-card { position: relative; min-height: 220px; }
.sn-step-number {
  width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 15px; color: #fff; background: var(--sn-primary); font-weight: 900; margin-bottom: 22px;
}
.sn-accordion .accordion-item {
  border: 1px solid var(--sn-border);
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 12px;
}
.sn-accordion .accordion-button { font-weight: 800; box-shadow: none; }
.sn-accordion .accordion-button:not(.collapsed) { background: var(--sn-primary-soft); color: var(--sn-primary); }

.sn-page-hero { background: linear-gradient(135deg, rgba(223,248,242,.7), rgba(255,255,255,.25)); border-bottom: 1px solid var(--sn-border); }
.sn-info-card { padding: 24px; }
.sn-form-card { padding: clamp(20px, 3vw, 34px); }
.sn-form-section { padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--sn-border); }
.sn-form-section h2 { font-size: 1.35rem; font-weight: 900; margin-bottom: 20px; }
.form-label { font-weight: 750; color: var(--sn-text); }
.form-control, .form-select {
  border-radius: 16px;
  border-color: var(--sn-border);
  padding: .78rem 1rem;
}
.form-control:focus, .form-select:focus {
  border-color: var(--sn-primary);
  box-shadow: 0 0 0 .25rem rgba(15,118,110,.12);
}
.sn-radio-card {
  display: flex; flex-direction: column; gap: 12px; justify-content: center; align-items: center;
  min-height: 132px; padding: 20px; border-radius: 22px; border: 2px solid var(--sn-border); background: #fff;
  cursor: pointer; font-weight: 850; text-align: center; transition: .2s ease;
}
.sn-radio-card i { font-size: 1.8rem; color: var(--sn-primary); }
.btn-check:checked + .sn-radio-card {
  border-color: var(--sn-primary);
  background: var(--sn-primary-soft);
  box-shadow: 0 18px 30px rgba(15,118,110,.12);
}
.sn-consent-box { padding: 18px 18px 18px 46px; border-radius: 20px; background: #f8fffc; border: 1px solid var(--sn-border); }
.sn-sticky-sidebar { position: sticky; top: 100px; }
.sn-side-card { padding: 24px; }
.sn-clean-list { padding-left: 1.2rem; color: var(--sn-muted); display: grid; gap: 12px; }

.sn-map-page { min-height: calc(100vh - 74px); }
.sn-map-panel { padding: 24px; position: sticky; top: 96px; }
.sn-map-shell { overflow: hidden; padding: 10px; }
.sn-map { width: 100%; height: min(72vh, 760px); min-height: 520px; border-radius: 22px; background: #e8f4ef; }
.sn-map-list-title { font-weight: 900; margin-bottom: 12px; }
.sn-map-list { display: grid; gap: 10px; max-height: 310px; overflow: auto; padding-right: 4px; }
.sn-map-list-item {
  padding: 14px;
  border: 1px solid var(--sn-border);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
}
.sn-map-list-item:hover { border-color: var(--sn-primary); }
.sn-map-list-item strong { display: block; font-size: .95rem; }
.sn-map-list-item small { color: var(--sn-muted); }
.sn-marker {
  width: 34px !important; height: 34px !important; border-radius: 50% 50% 50% 12px;
  background: var(--sn-primary);
  color: #fff;
  transform: rotate(-45deg);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 24px rgba(15,118,110,.28);
  border: 3px solid #fff;
}
.sn-marker span { transform: rotate(45deg); font-size: 16px; }

.sn-about-card { min-height: 240px; display: flex; flex-direction: column; justify-content: center; }
.sn-cta-band {
  border-radius: 34px;
  padding: clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 80% 20%, rgba(245,158,11,.28), transparent 18rem),
    linear-gradient(135deg, #0f766e, #063b37);
  display: flex; gap: 24px; justify-content: space-between; align-items: center;
  box-shadow: var(--sn-shadow);
}
.sn-thanks { min-height: 68vh; display: flex; align-items: center; }
.sn-thanks-card { max-width: 680px; padding: clamp(30px, 5vw, 58px); }
.sn-success-icon { width: 86px; height: 86px; display: flex; align-items: center; justify-content: center; border-radius: 28px; background: var(--sn-primary-soft); color: var(--sn-primary); font-size: 2.5rem; }

.sn-footer a { color: rgba(255,255,255,.72); }
.sn-footer a:hover { color: #fff; }
.sn-footer-text { max-width: 540px; }
.sn-bottom-nav {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 1035;
  background: rgba(255,255,255,.94); backdrop-filter: blur(18px);
  border: 1px solid var(--sn-border); border-radius: 24px; padding: 8px;
  display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: 0 18px 45px rgba(15, 44, 38, .18);
}
.sn-bottom-nav a {
  color: var(--sn-muted); display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-size: .7rem; font-weight: 800; padding: 8px 4px; border-radius: 18px;
}
.sn-bottom-nav a i { font-size: 1.2rem; }
.sn-bottom-nav a.active { color: var(--sn-primary); background: var(--sn-primary-soft); }

@media (max-width: 991.98px) {
  body { padding-top: 66px; padding-bottom: 86px; }
  .sn-container { padding-left: 16px; padding-right: 16px; }
  .display-4 { font-size: clamp(2.4rem, 11vw, 4rem); }
  .sn-dashboard-card { border-radius: 24px; }
  .sn-map-panel { position: static; }
  .sn-map { height: 58vh; min-height: 420px; }
  .sn-cta-band { flex-direction: column; align-items: flex-start; }
  .sn-sticky-sidebar { position: static; }
}

@media (max-width: 575.98px) {
  .sn-mini-stat { min-height: 118px; padding: 12px 10px; }
  .sn-mini-stat strong { font-size: .95rem; }
  .sn-mini-stat small { font-size: .72rem; }
  .sn-orb { width: 64px; height: 64px; border-radius: 22px; }
  .sn-map { min-height: 380px; }
}

/* V4 SEO homepage blocks */
.sn-seo-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6fffb 100%);
}
.sn-seo-card,
.sn-season-card,
.sn-comparison-card {
  border: 1px solid var(--sn-border);
  border-radius: var(--sn-radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 118, 110, .08);
}
.sn-seo-card {
  padding: 1.35rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.sn-seo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(15, 118, 110, .12);
}
.sn-keyword-cloud span {
  display: inline-flex;
  align-items: center;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, .08);
  color: var(--sn-primary-dark);
  font-size: .88rem;
  font-weight: 700;
}
.sn-comparison-card {
  overflow: hidden;
}
.sn-comparison-box {
  padding: 1.5rem;
  border-right: 1px solid var(--sn-border);
}
.sn-comparison-box:last-child {
  border-right: 0;
}
.sn-comparison-box ul {
  padding-left: 1.15rem;
}
.sn-comparison-box li + li {
  margin-top: .45rem;
}
.sn-check-row span {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--sn-primary-dark);
  background: rgba(15, 118, 110, .11);
  font-weight: 900;
}
.sn-season-card {
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.sn-season-card:before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--sn-primary), #f59e0b);
}
.sn-season-month {
  display: inline-flex;
  align-items: center;
  padding: .4rem .7rem;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .sn-comparison-box {
    border-right: 0;
    border-bottom: 1px solid var(--sn-border);
  }
  .sn-comparison-box:last-child {
    border-bottom: 0;
  }
  .sn-keyword-cloud span {
    font-size: .78rem;
  }
}

/* ================================
   SignalNids Europe V5 Pro
   ================================ */
.sn-home-hero .display-3 { max-width: 820px; }
.sn-light-section {
  background:
    radial-gradient(circle at top left, rgba(15,118,110,.08), transparent 32rem),
    linear-gradient(135deg, #f1fbf8, #fffaf0);
}
.sn-seo-fact-card {
  background: #fff;
  border: 1px solid var(--sn-border);
  border-radius: 26px;
  padding: 22px;
  box-shadow: 0 18px 44px rgba(15,44,38,.08);
}
.sn-seo-fact-card strong { font-size: 1.05rem; }
.sn-seo-fact-card span {
  display: inline-flex;
  padding: .45rem .75rem;
  border-radius: 999px;
  color: var(--sn-primary);
  background: var(--sn-primary-soft);
  font-weight: 800;
  font-size: .82rem;
}
.sn-compare-card,
.sn-content-card,
.sn-local-hero-card {
  background: #fff;
  border: 1px solid var(--sn-border);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--sn-shadow);
}
.sn-compare-card span,
.sn-local-hero-card span,
.sn-local-hero-card em {
  color: var(--sn-primary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}
.sn-compare-card h3 { font-size: 1.25rem; font-weight: 900; margin: .6rem 0 1rem; }
.sn-compare-card ul,
.sn-check-list { margin: 0; padding-left: 0; list-style: none; display: grid; gap: 10px; }
.sn-compare-card li,
.sn-check-list li { position: relative; padding-left: 28px; color: var(--sn-muted); }
.sn-compare-card li:before,
.sn-check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sn-primary-soft);
  color: var(--sn-primary);
  font-size: .74rem;
  font-weight: 900;
}
.sn-compare-muted { background: #fbfbfc; }
.sn-city-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--sn-border);
  border-radius: 24px;
  color: var(--sn-text);
  min-height: 132px;
  transition: .2s ease;
}
.sn-city-card:hover {
  transform: translateY(-3px);
  border-color: rgba(15,118,110,.32);
  box-shadow: var(--sn-shadow);
}
.sn-city-card i { color: var(--sn-primary); font-size: 1.35rem; }
.sn-city-card strong { font-size: 1.1rem; }
.sn-city-card span { color: var(--sn-muted); font-size: .92rem; }
.sn-city-card em { color: var(--sn-primary); font-size: .82rem; font-style: normal; font-weight: 900; margin-top: auto; }
.sn-city-card-large { min-height: 165px; }
.sn-timeline { display: grid; gap: 14px; }
.sn-timeline div,
.sn-recent-item,
.sn-empty-card {
  background: #fff;
  border: 1px solid var(--sn-border);
  border-radius: 22px;
  padding: 18px;
}
.sn-timeline strong,
.sn-recent-item strong { display: block; color: var(--sn-text); font-weight: 900; }
.sn-timeline span,
.sn-recent-item span { color: var(--sn-muted); }
.sn-recent-list { display: grid; gap: 12px; }
.sn-recent-item { color: var(--sn-text); transition: .2s ease; }
.sn-recent-item:hover { border-color: var(--sn-primary); transform: translateY(-2px); }
.sn-cta-band-wrap { background: linear-gradient(135deg, #072b26, #0f766e); }
.sn-cta-band {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 28rem),
    rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  padding: clamp(32px, 5vw, 70px);
  color: #fff;
}
.sn-cta-band .sn-section-kicker { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.18); }
.sn-local-hero-card { min-height: 260px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.sn-local-hero-card strong { font-size: clamp(2.6rem, 5vw, 5rem); line-height: .9; letter-spacing: -.06em; color: var(--sn-text); margin: 12px 0; }
.sn-content-card h2 { font-size: 1.5rem; font-weight: 900; margin: 1.5rem 0 .75rem; }
.sn-content-card h2:first-child { margin-top: 0; }
.sn-content-card p,
.sn-content-card li { color: var(--sn-muted); font-size: 1.04rem; }

/* Premium map */
.sn-map-premium-page {
  min-height: calc(100vh - 74px);
  background:
    radial-gradient(circle at top left, rgba(15,118,110,.13), transparent 34rem),
    linear-gradient(135deg, #effaf7 0%, #f8fbff 48%, #fff8e8 100%);
}
.sn-map-premium-layout {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}
.sn-map-premium-panel,
.sn-map-premium-shell {
  background: rgba(255,255,255,.94);
  border: 1px solid var(--sn-border);
  border-radius: 34px;
  box-shadow: var(--sn-shadow);
}
.sn-map-premium-panel { padding: 28px; }
.sn-map-premium-panel h1 { font-size: clamp(2.1rem, 3vw, 3.3rem); line-height: 1; }
.sn-map-premium-shell { position: sticky; top: 92px; height: min(780px, calc(100vh - 125px)); min-height: 620px; padding: 14px; overflow: hidden; }
.sn-map-premium { width: 100%; height: 100%; min-height: 590px; border-radius: 26px; overflow: hidden; background: #e8f5f1; }
.sn-map-search { position: relative; }
.sn-map-search i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--sn-muted); z-index: 2; }
.sn-map-search .form-control { padding-left: 42px; }
.sn-map-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.sn-map-stats div { background: #f6fbf9; border: 1px solid var(--sn-border); border-radius: 18px; padding: 10px 8px; text-align: center; }
.sn-map-stats strong { display: block; color: var(--sn-primary); font-size: 1.2rem; line-height: 1; }
.sn-map-stats span { display: block; color: var(--sn-muted); font-size: .72rem; font-weight: 800; margin-top: 4px; }
.sn-map-list-premium .sn-map-list-item em { display: block; font-style: normal; color: var(--sn-primary); font-size: .76rem; font-weight: 800; margin-top: 4px; }
.sn-map-floating-cta { position: absolute; right: 28px; bottom: 28px; z-index: 600; }
.sn-map-premium-shell.is-fullscreen {
  position: fixed !important;
  inset: 12px;
  z-index: 2000;
  height: auto !important;
  min-height: auto !important;
  border-radius: 28px;
}
.sn-premium-marker {
  width: 38px;
  height: 38px;
  border-radius: 50% 50% 50% 12px;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--sn-primary);
  border: 3px solid #fff;
  box-shadow: 0 14px 28px rgba(15,118,110,.28);
}
.sn-premium-marker span { transform: rotate(45deg); font-weight: 900; }
.sn-premium-marker.is-nest { background: #a34112; }
.sn-premium-marker.is-sighting { background: #0f766e; }
.sn-premium-marker.is-suspicion { background: #d97706; }
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large { background-color: rgba(15,118,110,.18); }
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div { background-color: rgba(15,118,110,.92); color: #fff; font-weight: 900; }

/* Report form pro */
.sn-report-form { position: relative; }
.sn-form-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.sn-form-progress span {
  height: 8px;
  border-radius: 999px;
  background: #dbeee8;
  text-indent: -9999px;
  overflow: hidden;
}
.sn-form-progress span.active,
.sn-form-progress span:nth-child(2) { background: linear-gradient(90deg, var(--sn-primary), #22c55e); }
.sn-report-mini-map { height: 300px; border-radius: 24px; overflow: hidden; border: 1px solid var(--sn-border); background: #e8f5f1; }
.sn-photo-preview {
  min-height: 150px;
  height: 100%;
  border: 2px dashed #bdded5;
  border-radius: 22px;
  background: #f8fffc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: var(--sn-muted);
  overflow: hidden;
}
.sn-photo-preview i { font-size: 2rem; color: var(--sn-primary); }
.sn-photo-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 991.98px) {
  .sn-map-premium-layout { grid-template-columns: 1fr; }
  .sn-map-premium-shell { position: relative; top: auto; order: 1; height: 66vh; min-height: 460px; padding: 10px; border-radius: 26px; }
  .sn-map-premium-panel { order: 2; border-radius: 26px; padding: 22px; }
  .sn-map-premium { min-height: 440px; border-radius: 20px; }
  .sn-map-stats { grid-template-columns: repeat(2, 1fr); }
  .sn-map-floating-cta { right: 18px; bottom: 18px; }
}
@media (max-width: 575.98px) {
  .sn-container { padding-left: 16px; padding-right: 16px; }
  .sn-map-premium-shell { height: 62vh; min-height: 390px; }
  .sn-map-premium { min-height: 370px; }
  .sn-report-mini-map { height: 240px; }
  .sn-local-hero-card strong { font-size: 3rem; }
}
/* FAQ pleine largeur accueil */
.sn-faq-section {
    background: #ffffff;
}

.sn-faq-section .sn-container {
    max-width: 1180px;
}

.sn-faq-section .display-6 {
    color: #10231f;
    letter-spacing: -0.04em;
}

.sn-faq-accordion {
    width: 100%;
}

.sn-faq-accordion .accordion-item {
    border: 1px solid rgba(15, 118, 110, .16);
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(16, 35, 31, .04);
}

.sn-faq-accordion .accordion-button {
    background: #ffffff;
    color: #10231f;
    font-weight: 900;
    padding: 20px 24px;
    box-shadow: none;
}

.sn-faq-accordion .accordion-button:not(.collapsed) {
    background: #dcf8f2;
    color: #08766e;
}

.sn-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.sn-faq-accordion .accordion-body {
    color: #4f625d;
    font-size: 1rem;
    line-height: 1.7;
    padding: 22px 24px;
}

@media (max-width: 991.98px) {
    .sn-faq-section {
        text-align: left;
    }

    .sn-faq-section .btn {
        width: 100%;
        justify-content: center;
    }
}
