/**
 * State Landing CSS — ULTIMATE
 * @package 55acompanhantes
 * @since   5.1.1
 */
.sl{font-family:'Montserrat',system-ui,sans-serif;color:#333;-webkit-font-smoothing:antialiased}
.sl *{box-sizing:border-box}
.sl a{text-decoration:none !important;color:inherit}
.sl-w{max-width:1100px;margin:0 auto;padding:0 20px}

/* ═══ HERO ═══ */
.sl-hero{background:#fff;padding:40px 0 0;border-bottom:1px solid #eee}
.sl-bc{font-size:13px;color:#999;margin-bottom:20px}
.sl-bc a{color:#666 !important}.sl-bc a:hover{color:#e25352 !important}
.sl-hero__grid{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:start}
.sl-hero h1{font-size:28px;font-weight:800;color:#222;line-height:1.3;margin:0 0 10px}
.sl-hero h1 em{color:#e25352;font-style:normal}
.sl-hero__desc{font-size:14px;color:#666;line-height:1.7;max-width:680px;margin-bottom:20px}
.sl-hero__desc strong{color:#333}
.sl-hero__stats{display:flex;gap:28px;flex-wrap:wrap;margin-bottom:20px}
.sl-hero__stat{display:flex;align-items:baseline;gap:6px}
.sl-hero__stat b{font-size:24px;font-weight:800;color:#e25352}
.sl-hero__stat span{font-size:12px;color:#888}
.sl-hero__trust{display:flex;gap:14px;flex-wrap:wrap;padding:14px 0;border-top:1px solid #f0f0f0}
.sl-badge{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600}
.sl-badge--blue{color:#1E88E5}.sl-badge--green{color:#4CAF50}.sl-badge--orange{color:#FF9800}.sl-badge--red{color:#e25352}
.sl-hero__meta{font-size:11px;color:#aaa;display:flex;gap:16px;padding:12px 0}
.sl-hero__img{position:relative;width:220px;flex-shrink:0}
.sl-hero__img img{width:200px;height:auto;display:block;margin:0 auto}

/* ═══ TOC ═══ */
.sl-toc{background:#fff;border-bottom:1px solid #eee;padding:14px 0}
.sl-toc__list{display:flex;gap:6px;flex-wrap:wrap}
.sl-toc__item{padding:7px 14px;border-radius:8px;background:#fafafa;border:1px solid #eee;font-size:12px;font-weight:500;color:#555 !important;transition:all .15s}
.sl-toc__item:hover{border-color:#e25352;color:#e25352 !important}

/* ═══ SECTIONS ═══ */
.sl-sec{padding:36px 0;border-bottom:1px solid #eee}
.sl-sec--alt{background:#fafafa}
.sl-sec--white{background:#fff}
.sl-sec h2{font-size:20px;font-weight:700;color:#222;margin:0 0 6px;display:flex;align-items:center;gap:8px}
.sl-sec h2 i{color:#e25352;font-size:18px}
.sl-sec h3{font-size:16px;font-weight:700;color:#222;margin:24px 0 8px}
.sl-sec__sub{font-size:13px;color:#888;margin-bottom:20px}
.sl-sec p{font-size:14px;color:#555;line-height:1.7;margin-bottom:12px}
.sl-sec p strong{color:#222}
.sl-note{font-size:11px;color:#aaa;margin-top:12px;text-align:center}

/* ═══ KPI ═══ */
.sl-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}
.sl-kpi__card{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:16px;text-align:center}
.sl-kpi__num{font-size:22px;font-weight:800;color:#e25352}
.sl-kpi__label{font-size:11px;color:#888;margin-top:2px}

/* ═══ CITIES ═══ */
.sl-cities{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.sl-city{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #eee;border-radius:10px;font-size:13px;font-weight:600;color:#333 !important;transition:all .15s}
.sl-city:hover{border-color:#e25352;color:#e25352 !important}
.sl-city span{font-size:11px;color:#aaa;font-weight:500}
.sl-city--top{border-left:3px solid #e25352}

/* ═══ PILLS ═══ */
.sl-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.sl-pill{padding:8px 18px;border-radius:999px;border:1.5px solid #eee;font-size:13px;font-weight:500;color:#555 !important;transition:all .15s}
.sl-pill:hover{border-color:#e25352;color:#e25352 !important}
.sl-pill b{color:#e25352;font-weight:700;margin-left:4px}

/* ═══ PRICES ═══ */
.sl-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.sl-price{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px;text-align:center}
.sl-price__label{font-size:12px;color:#888;margin-bottom:4px}
.sl-price__val{font-size:24px;font-weight:800;color:#e25352}
.sl-price__range{font-size:11px;color:#aaa;margin-top:4px}

/* ═══ TABLE ═══ */
.sl-tbl{width:100%;border-collapse:collapse;margin:16px 0;font-size:13px}
.sl-tbl thead th{text-align:left;padding:8px 10px;color:#999;font-size:11px;text-transform:uppercase;letter-spacing:.3px;border-bottom:2px solid #eee}
.sl-tbl thead th:nth-child(n+3){text-align:right}
.sl-tbl tbody td{padding:10px;border-bottom:1px solid #f5f5f5}
.sl-tbl tbody td:nth-child(n+3){text-align:right}
.sl-tbl tbody td:first-child{color:#ccc}
.sl-tbl a{color:#e25352 !important;font-weight:600}

/* ═══ TRUST ═══ */
.sl-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}
.sl-trust__card{text-align:center;padding:20px 14px;background:#fff;border:1px solid #eee;border-radius:12px}
.sl-trust__ico{font-size:28px;color:#e25352;margin-bottom:10px}
.sl-trust__title{font-size:13px;font-weight:700;color:#222;margin-bottom:4px}
.sl-trust__txt{font-size:11px;color:#888;line-height:1.4}

/* ═══ E-E-A-T ═══ */
.sl-eeat{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px;margin:16px 0}
.sl-eeat h3{font-size:15px;font-weight:700;color:#222;margin:0 0 10px;display:flex;align-items:center;gap:8px}
.sl-eeat h3 i{color:#1E88E5}
.sl-eeat p{font-size:13px;color:#666;line-height:1.6;margin-bottom:8px}
.sl-eeat ul{margin:8px 0;padding-left:18px;font-size:13px;color:#666;line-height:1.8;list-style:disc}

/* ═══ FAQ ═══ */
.sl-faq{margin:6px 0}
.sl-faq summary{font-size:14px;font-weight:600;color:#333;cursor:pointer;padding:14px 0;border-bottom:1px solid #f0f0f0;list-style:none;display:flex;align-items:center;justify-content:space-between}
.sl-faq summary::-webkit-details-marker{display:none}
.sl-faq summary::after{content:'+';font-size:18px;color:#ccc;flex-shrink:0;margin-left:12px}
.sl-faq[open] summary::after{content:'−'}
.sl-faq[open] summary{color:#e25352}
.sl-faq p{font-size:14px;color:#666;line-height:1.7;padding:8px 0 16px;margin:0}

/* ═══ CROSS-LINKS ═══ */
.sl-cross{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.sl-cross a{padding:10px 14px;background:#fff;border:1px solid #eee;border-radius:8px;font-size:13px;color:#555 !important;transition:all .15s;display:flex;align-items:center;gap:6px}
.sl-cross a:hover{border-color:#e25352;color:#e25352 !important}
.sl-cross a i{color:#ccc;font-size:11px}
.sl-cross a span{margin-left:auto;color:#aaa;font-size:11px}

/* ═══ CTA ═══ */
.sl-cta{background:#263238;padding:40px 20px;text-align:center;border-radius:16px;margin:32px 0}
.sl-cta h2{color:#fff;font-size:22px;font-weight:700;margin:0 0 8px}
.sl-cta p{color:rgba(255,255,255,.6);font-size:14px;margin:0 0 20px}
.sl-cta a{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#e25352;color:#fff !important;border-radius:10px;font-size:15px;font-weight:600;transition:all .15s}
.sl-cta a:hover{background:#c62828}

/* ═══ MEGA FOOTER ═══ */
.sl-mfl{background:#fff;padding:36px 0;border-top:1px solid #eee}
.sl-mfl--alt{background:#fafafa}
.sl-mfl h3{font-size:16px;font-weight:700;color:#222;margin:0 0 20px;display:flex;align-items:center;gap:8px}
.sl-mfl h3 i{color:#e25352}
.sl-mfl__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.sl-mfl__col h4{font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}
.sl-mfl__col a{display:block;font-size:12px;color:#555 !important;padding:4px 0;transition:color .15s}
.sl-mfl__col a:hover{color:#e25352 !important}

/* ═══ RESPONSIVE ═══ */
@media(max-width:900px){.sl-kpi{grid-template-columns:repeat(2,1fr)}.sl-cities,.sl-cross,.sl-mfl__grid{grid-template-columns:repeat(2,1fr)}.sl-hero__grid{grid-template-columns:1fr}.sl-trust{grid-template-columns:repeat(2,1fr)}.sl-hero__img{display:none}}
@media(max-width:520px){.sl-kpi,.sl-cities,.sl-prices,.sl-trust,.sl-cross,.sl-mfl__grid{grid-template-columns:1fr}.sl-hero__stats{gap:16px}.sl-toc__list{gap:4px}}
