.ssg-localizador{
  --ssg-azul:#62b5c5;
  --ssg-azul-escuro:#248fa1;
  --ssg-azul-profundo:#173b5b;
  --ssg-coral:#e36e70;
  --ssg-coral-forte:#d85761;
  --ssg-rosa-claro:#fff1f1;
  --ssg-azul-claro:#eefafb;
  --ssg-texto:#26364a;
  --ssg-texto-suave:#657385;
  --ssg-borda:#dfeaec;
  --ssg-branco:#fff;
  width:100%;
  max-width:100%;
  overflow-x:clip;
  container-type:inline-size;
  font-family:inherit;
  color:var(--ssg-texto);
  background:#fff;
  padding-bottom:34px;
}
.ssg-localizador *{box-sizing:border-box}
.ssg-localizador img{max-width:100%}
.ssg-localizador button,.ssg-localizador input{font:inherit}
.ssg-localizador .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Hero da marca */
.ssg-hero{
  position:relative;
  overflow:hidden;
  padding:24px 24px 20px;
  background:
    radial-gradient(circle at 77% 16%,rgba(227,110,112,.13),transparent 25%),
    radial-gradient(circle at 18% 82%,rgba(98,181,197,.18),transparent 32%),
    linear-gradient(135deg,#fff 0%,#f2fbfc 48%,#fff4f3 100%);
  border-bottom:1px solid rgba(98,181,197,.2);
}
.ssg-hero:before,.ssg-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.ssg-hero:before{width:250px;height:250px;left:-120px;bottom:-150px;background:rgba(98,181,197,.16)}
.ssg-hero:after{width:210px;height:210px;right:-95px;top:-112px;background:rgba(227,110,112,.13)}
.ssg-hero-inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:30px;align-items:center}
.ssg-hero-copy{min-width:0}
.ssg-hero-logo{display:block;width:92px;height:auto;margin:0 0 6px;object-fit:contain}
.ssg-hero-eyebrow{display:inline-flex;align-items:center;gap:7px;margin:3px 0 4px;color:var(--ssg-coral-forte);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}
.ssg-hero-eyebrow:before{content:"";width:24px;height:3px;border-radius:99px;background:var(--ssg-azul)}
.ssg-hero h1{margin:4px 0 0;color:var(--ssg-azul-profundo);font-size:clamp(37px,5vw,62px);line-height:.98;font-weight:950;letter-spacing:-1.9px}
.ssg-hero h1 em{display:block;color:var(--ssg-coral);font-style:normal}
.ssg-hero p{max-width:600px;margin:16px 0 0;color:var(--ssg-texto);font-size:16px;line-height:1.55}
.ssg-hero-atalhos{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.ssg-hero-atalhos button,.ssg-hero-atalhos a{min-height:46px;padding:0 19px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;font-weight:900;transition:transform .2s,box-shadow .2s,background .2s}
.ssg-hero-localizacao{border:0;background:linear-gradient(135deg,var(--ssg-azul),var(--ssg-azul-escuro));color:#fff;cursor:pointer;box-shadow:0 10px 24px rgba(36,143,161,.22)}
.ssg-hero-localizacao:before{content:"⌖";margin-right:8px;font-size:18px}
.ssg-hero-buscar{border:1px solid rgba(23,59,91,.18);background:rgba(255,255,255,.86);color:var(--ssg-azul-profundo)!important}
.ssg-hero-atalhos button:hover,.ssg-hero-atalhos a:hover{transform:translateY(-2px)}
.ssg-hero-arte{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center}
.ssg-hero-arte:before{content:"";position:absolute;width:84%;height:58%;left:8%;bottom:10%;border-radius:50%;background:rgba(98,181,197,.1);filter:blur(1px)}
.ssg-hero-arte img{position:relative;z-index:1;width:min(100%,390px);max-height:245px;object-fit:contain;filter:drop-shadow(0 15px 14px rgba(23,59,91,.12));animation:ssgFlutuar 4.6s ease-in-out infinite}
.ssg-hero-coracao{position:absolute;z-index:2;right:15%;top:8%;color:var(--ssg-coral);font-size:32px;animation:ssgPulso 2.5s ease-in-out infinite}
@keyframes ssgFlutuar{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes ssgPulso{0%,100%{transform:scale(1);opacity:.9}50%{transform:scale(1.12);opacity:1}}
.ssg-hero-stats{position:relative;z-index:2;max-width:660px;margin:15px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.ssg-hero-stats div{padding:12px 15px;border-radius:15px;text-align:center;background:rgba(255,255,255,.92);border:1px solid rgba(98,181,197,.18);box-shadow:0 10px 26px rgba(23,59,91,.07);backdrop-filter:blur(8px)}
.ssg-hero-stats strong{display:block;color:var(--ssg-coral);font-size:25px;line-height:1;font-weight:950}
.ssg-hero-stats span{display:block;margin-top:5px;color:var(--ssg-azul-profundo);font-size:11px;font-weight:850}

/* Busca */
.ssg-filtros{max-width:1220px;margin:22px auto 17px;padding:0 18px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.ssg-busca-wrap{position:relative;flex:1;min-width:300px}
.ssg-busca-icone{position:absolute;left:17px;top:50%;width:15px;height:15px;border:2px solid var(--ssg-azul-escuro);border-radius:50%;transform:translateY(-56%);pointer-events:none}
.ssg-busca-icone:after{content:"";position:absolute;width:7px;height:2px;right:-5px;bottom:-3px;transform:rotate(45deg);border-radius:2px;background:var(--ssg-azul-escuro)}
.ssg-filtros input[type=search]{width:100%;height:50px;padding:0 18px 0 47px;border:1px solid rgba(23,59,91,.15);border-radius:14px;background:#fff;color:var(--ssg-texto);box-shadow:0 8px 20px rgba(23,59,91,.05)}
.ssg-filtros input[type=search]:focus{outline:3px solid rgba(98,181,197,.18);border-color:var(--ssg-azul)}
.ssg-filtros button,.ssg-filtros label{min-height:50px;border-radius:14px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-weight:900;transition:.18s}
.ssg-filtros button{border:0;cursor:pointer;background:linear-gradient(135deg,var(--ssg-coral),var(--ssg-coral-forte));color:#fff;box-shadow:0 9px 21px rgba(227,110,112,.22)}
.ssg-filtros #ssg-usar-localizacao{background:var(--ssg-azul-claro);color:var(--ssg-azul-escuro);box-shadow:none}
.ssg-filtros #ssg-usar-localizacao:before{content:"⌖";margin-right:7px;font-size:17px}
.ssg-filtros label{gap:8px;background:#fff;border:1px solid rgba(23,59,91,.13);color:var(--ssg-azul-profundo);cursor:pointer}
.ssg-filtros input[type=checkbox]{accent-color:var(--ssg-coral);width:16px;height:16px}
.ssg-filtros button:hover{transform:translateY(-1px)}
.ssg-filtros button:disabled{opacity:.65;cursor:wait;transform:none}
.ssg-feedback{max-width:1220px;margin:0 auto 14px;padding:11px 18px;color:#7b521f;background:#fff8e9;border:1px solid #f1d9ad;border-radius:12px}

/* Resultado e grade */
.ssg-resultados-titulo{max-width:1220px;margin:0 auto 14px;padding:0 18px}
.ssg-resultados-kicker{display:block;color:var(--ssg-azul-escuro);font-size:11px;text-transform:uppercase;letter-spacing:.9px;font-weight:900;margin-bottom:3px}
.ssg-resultados-titulo h2{margin:0 0 5px;color:var(--ssg-coral-forte);font-size:28px;font-weight:950;letter-spacing:-.5px}
.ssg-resultados-titulo p{margin:0;color:var(--ssg-texto-suave)}
.ssg-layout{max-width:1220px;margin:auto;padding:0 18px;display:grid;grid-template-columns:minmax(430px,.95fr) minmax(470px,1.05fr);gap:23px;align-items:stretch}
.ssg-lista{display:flex;flex-direction:column;gap:13px;height:650px;min-height:0;overflow-y:auto;overflow-x:hidden;padding:2px 7px 6px 2px;scrollbar-width:thin;scrollbar-color:var(--ssg-azul) #eef5f6;overscroll-behavior:contain;align-items:stretch}

/* Cards */
.ssg-card{display:grid;grid-template-columns:150px minmax(0,1fr);height:auto;min-height:170px;flex:0 0 auto;background:#fff;border:1px solid var(--ssg-borda);border-radius:18px;overflow:hidden;box-shadow:0 10px 27px rgba(23,59,91,.07);transition:transform .2s,box-shadow .2s,border-color .2s;cursor:pointer;align-items:stretch}
.ssg-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(23,59,91,.12)}
.ssg-card:focus{outline:3px solid rgba(98,181,197,.24);outline-offset:2px}
.ssg-card.ssg-ativo{border-color:var(--ssg-azul);box-shadow:0 0 0 3px rgba(98,181,197,.18),0 16px 36px rgba(23,59,91,.12)}
.ssg-card[hidden]{display:none!important}
.ssg-card-img{position:relative;min-height:170px;height:100%;align-self:stretch;background:linear-gradient(145deg,var(--ssg-azul-claro),var(--ssg-rosa-claro));overflow:hidden}
.ssg-card-img>img[data-ssg-image]{display:block;width:100%;height:100%;min-height:170px;object-fit:cover;transition:transform .35s}
.ssg-card:hover .ssg-card-img>img[data-ssg-image]{transform:scale(1.035)}
.ssg-badge{position:absolute;z-index:2;top:10px;left:10px;padding:7px 9px;border-radius:9px;background:var(--ssg-azul-escuro);color:#fff;font-size:9px;line-height:1;text-transform:uppercase;font-weight:950;box-shadow:0 7px 15px rgba(23,59,91,.2)}
.ssg-placeholder{height:100%;min-height:170px;padding:19px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#e9f9fa,#fff1f1)}
.ssg-placeholder.is-hidden{display:none}
.ssg-placeholder img{display:block;width:92px;height:auto;max-height:112px;object-fit:contain;filter:drop-shadow(0 7px 8px rgba(23,59,91,.08))}
.ssg-card-info{min-width:0;min-height:170px;padding:17px 16px 14px;display:flex;flex-direction:column;overflow:visible}
.ssg-card h3{margin:0 0 7px;color:var(--ssg-coral-forte);font-size:21px;line-height:1.13;font-weight:950;letter-spacing:-.35px}
.ssg-local{margin:0 0 7px;color:var(--ssg-azul-escuro);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18px}
.ssg-local span{color:var(--ssg-coral);font-size:10px}
.ssg-endereco{margin:0 0 7px;color:#4c5a69;font-size:13px;line-height:1.4;overflow-wrap:anywhere}
.ssg-card-meta{display:flex;flex-direction:column;gap:5px;align-items:flex-start;margin:3px 0 4px}
.ssg-status-line,.ssg-distancia{margin:0;display:flex;align-items:center;gap:6px;width:100%;font-size:11.5px;line-height:1.35;color:var(--ssg-azul-profundo);white-space:normal}
.ssg-status-line strong{font-weight:950;color:var(--ssg-azul-profundo)}
.ssg-status-detalhe{color:#687481;font-weight:750}
.ssg-status-separador{color:#9aa6b2;font-weight:900}
.ssg-status-dot{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#9aa6b2;box-shadow:0 0 0 3px rgba(154,166,178,.12)}
.ssg-status-aberto .ssg-status-dot{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.13)}
.ssg-status-fechado .ssg-status-dot{background:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.12)}
.ssg-status-nao-informado .ssg-status-dot{background:#9aa6b2}
.ssg-distancia{color:var(--ssg-azul-escuro);font-weight:850}
.ssg-distancia:before{content:"📍";font-size:12px;line-height:1;flex:0 0 auto}
.ssg-distancia[hidden]{display:none!important}
.ssg-horario{margin:3px 0 0;color:#5a6675;font-size:12px;line-height:1.4}
.ssg-horario strong{color:var(--ssg-azul-profundo)}
.ssg-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:11px}
.ssg-btn{min-height:39px;padding:0 11px;border-radius:11px;display:inline-flex;gap:6px;align-items:center;justify-content:center;text-align:center;text-decoration:none!important;font-size:12.5px;font-weight:950;transition:.18s}
.ssg-btn:hover{transform:translateY(-1px)}
.ssg-btn-primary{background:linear-gradient(135deg,var(--ssg-coral),var(--ssg-coral-forte));border:1px solid var(--ssg-coral);color:#fff!important;box-shadow:0 7px 17px rgba(227,110,112,.18)}
.ssg-btn-outline{background:#fff;border:1px solid var(--ssg-coral);color:var(--ssg-coral-forte)!important}
.ssg-btn span{font-size:14px}


/* Sprint 3 — consolidação para listas extensas */
.ssg-card > *{min-width:0}
.ssg-card h3,.ssg-local,.ssg-endereco,.ssg-horario{overflow-wrap:anywhere;word-break:normal}
.ssg-card-actions{flex-shrink:0}
.ssg-lista .ssg-sem-resultados{flex:0 0 auto}
@supports (content-visibility:auto){
  .ssg-card{content-visibility:auto;contain-intrinsic-size:170px}
}

/* Mapa */
.ssg-mapa-wrap{position:sticky;top:24px;height:650px;border-radius:20px;overflow:hidden;background:#fff;border:1px solid var(--ssg-borda);box-shadow:0 13px 36px rgba(23,59,91,.11)}
.ssg-mapa-label{position:absolute;z-index:500;left:15px;bottom:15px;display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:12px;background:rgba(255,255,255,.93);color:var(--ssg-azul-profundo);font-size:12px;font-weight:900;box-shadow:0 8px 20px rgba(23,59,91,.13);backdrop-filter:blur(8px)}
.ssg-mapa-label span{width:10px;height:10px;border-radius:50%;background:var(--ssg-coral);box-shadow:0 0 0 4px rgba(227,110,112,.15)}
#ssg-mapa{width:100%;height:100%;min-height:420px}
.ssg-sem-resultados{padding:23px;border-radius:16px;background:#fff;border:1px solid var(--ssg-borda);color:var(--ssg-coral-forte);font-weight:850}
.ssg-leaflet-divicon{background:transparent!important;border:0!important}
.ssg-map-pin{position:relative;width:46px;height:46px;border:3px solid #fff;border-radius:50% 50% 50% 10px;display:flex;align-items:center;justify-content:center;transform:rotate(-45deg);box-shadow:0 8px 18px rgba(23,59,91,.28);transition:transform .18s,box-shadow .18s;background:var(--ssg-coral)}
.ssg-map-pin:before{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff}
.ssg-map-pin img{position:relative;z-index:1;width:27px;height:23px;object-fit:contain;transform:rotate(45deg)}
.ssg-map-pin-freezer{background:var(--ssg-azul-escuro)}
.ssg-map-pin.ativo{transform:rotate(-45deg) scale(1.23);box-shadow:0 12px 25px rgba(23,59,91,.36)}

/* Tablet */
@media(max-width:1080px){
  .ssg-layout{grid-template-columns:1fr}
  .ssg-mapa-wrap{position:relative;top:auto;order:2;height:450px}
  .ssg-lista{height:auto;max-height:none;overflow:visible;min-height:0}
}
@media(max-width:820px){
  .ssg-hero-inner{grid-template-columns:1fr;gap:8px;text-align:center}
  .ssg-hero-copy{display:flex;flex-direction:column;align-items:center}
  .ssg-hero p{margin-left:auto;margin-right:auto}
  .ssg-hero-arte{min-height:160px}
  .ssg-hero-arte img{max-height:180px;width:min(100%,285px)}
  .ssg-hero-coracao{right:22%;top:2%}
  .ssg-hero-atalhos{justify-content:center}
  .ssg-filtros{display:grid;grid-template-columns:1fr 1fr}
  .ssg-busca-wrap{grid-column:1/-1;min-width:0}
  .ssg-filtros #ssg-usar-localizacao{grid-column:1/-1}
  .ssg-filtros label{width:100%}
}

/* Mobile */
@media(max-width:560px){
  .ssg-hero{padding:20px 14px 17px}
  .ssg-hero:before{width:180px;height:180px}
  .ssg-hero:after{width:150px;height:150px}
  .ssg-hero h1{font-size:34px;letter-spacing:-1.1px}
  .ssg-hero p{margin-top:11px;font-size:14px;line-height:1.45}
  .ssg-hero-atalhos{display:grid;width:100%;gap:8px;margin-top:15px}
  .ssg-hero-atalhos button,.ssg-hero-atalhos a{width:100%;min-height:43px}
  .ssg-hero-arte{min-height:118px;margin-top:0}
  .ssg-hero-arte img{width:205px;max-height:125px}
  .ssg-hero-coracao{font-size:24px;right:18%;top:0}
  .ssg-hero-stats{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}
  .ssg-hero-stats div{min-width:0;padding:9px 3px;border-radius:12px}
  .ssg-hero-stats strong{font-size:21px}
  .ssg-hero-stats span{font-size:9px}
  .ssg-filtros{grid-template-columns:1fr;margin-top:15px;padding:0 12px}
  .ssg-filtros>*{grid-column:1!important;width:100%}
  .ssg-resultados-titulo,.ssg-feedback{padding-left:12px;padding-right:12px}
  .ssg-resultados-titulo h2{font-size:25px}
  .ssg-layout{padding:0 12px;gap:16px}
  .ssg-card{grid-template-columns:1fr;border-radius:20px;min-height:0;flex:0 0 auto}
  .ssg-card-img{height:205px;min-height:205px}
  .ssg-card-img>img[data-ssg-image],.ssg-placeholder{height:205px;min-height:205px}
  .ssg-placeholder img{width:130px;max-height:145px}
  .ssg-card-info{padding:18px 17px 17px}
  .ssg-card h3{font-size:24px}
  .ssg-local{font-size:11.5px}
  .ssg-endereco{font-size:14px}
  .ssg-card-actions{grid-template-columns:1fr;gap:8px;padding-top:13px}
  .ssg-btn{min-height:49px;font-size:14px}
  .ssg-mapa-wrap{height:370px;border-radius:17px}
  .ssg-mapa-label{left:10px;bottom:10px}
}

@media(max-width:370px){
  .ssg-hero h1{font-size:32px}
  .ssg-hero-stats span{font-size:8px}
  .ssg-card-img,.ssg-card-img>img[data-ssg-image],.ssg-placeholder{height:185px;min-height:185px}
}

@media(prefers-reduced-motion:reduce){
  .ssg-hero-arte img,.ssg-hero-coracao{animation:none}
  .ssg-localizador *{scroll-behavior:auto!important;transition-duration:.01ms!important}
}

/* Pré-Sprint 6 — leitura linear de status e distância */

/* Sprint 5 — agrupamento e desempenho do mapa */
.ssg-cluster-wrap{background:transparent!important;border:0!important}
.ssg-cluster{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--ssg-azul),#4daaba);border:4px solid #fff;box-shadow:0 7px 18px rgba(23,59,91,.28);color:#fff;font-weight:900;font-size:15px}
.ssg-cluster span{line-height:1}
.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background:transparent!important}
