/* Estilos específicos do tema WP (complementam tokens.css) */

body.admin-bar header.sm-header { top: 32px; }
@media (max-width: 782px) {
	body.admin-bar header.sm-header { top: 46px; }
}

/* Header / nav */
.sm-header { position: sticky; top: 0; z-index: 30; background: var(--azul); transition: box-shadow .2s; }
.sm-header.scrolled { box-shadow: 0 6px 20px rgba(0,0,0,.18); }
.sm-utility-bar { background: var(--azul-700); color: rgba(255,255,255,.78); }
.sm-utility-bar .shell { display: flex; align-items: center; gap: 18px; height: 34px; font-family: var(--f-ui); font-size: 12.5px; }
.sm-utility-bar a { display: flex; align-items: center; gap: 6px; cursor: pointer; }

.sm-mainbar { display: flex; align-items: stretch; gap: 24px; height: 64px; position: relative; }
.sm-logo-pillow { position: absolute; left: 0px; top: 0; background: #fff; padding: 14px 22px 16px; border-radius: 0 0 24px 24px; box-shadow: 0 8px 20px rgba(0,0,0,.12); display: flex; align-items: center; z-index: 2; }
.sm-logo-pillow img { height: 70px; width: auto; display: block; }

.sm-nav { display: flex; align-items: center; gap: 4px; margin-left: 290px; font-family: var(--f-ui); font-weight: 500; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; flex-wrap: nowrap; white-space: nowrap; }
.sm-nav-item { position: relative; display: inline-flex; }
.sm-nav-item > a { padding: 8px 14px; border-radius: 8px; color: rgba(255,255,255,.7); cursor: pointer; transition: color .12s; display: inline-flex; align-items: center; gap: 4px; }
.sm-nav-item > a:hover, .sm-nav-item.active > a { color: #fff; }
.sm-nav-item.active > a::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 0; height: 2px; background: var(--turquesa); }
.sm-nav-item > a .material-symbols-outlined { font-size: 16px; transition: transform .15s; }
.sm-nav-item.open > a .material-symbols-outlined { transform: rotate(180deg); }

.sm-submenu { position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.16), 0 4px 12px rgba(0,0,0,.08); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity .15s, transform .15s, visibility .15s; z-index: 50; }
.sm-nav-item.open .sm-submenu, .sm-nav-item:hover .sm-submenu { opacity: 1; visibility: visible; transform: translateY(4px); }
.sm-submenu a { display: block; padding: 10px 14px; border-radius: 8px; font-family: var(--f-ui); font-weight: 500; font-size: 13.5px; letter-spacing: 0; text-transform: none; color: var(--ink); transition: background .15s, color .15s; white-space: nowrap; }
.sm-submenu a:hover, .sm-submenu a.current { background: var(--turquesa-50); color: var(--turquesa-700); }

.sm-header-ctas { margin-left: auto; display: flex; align-items: center; gap: 10px; }

/* Footer */
.sm-footer { background: var(--azul); color: rgba(255,255,255,.78); padding-top: 72px; }
.sm-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.1); }
.sm-footer h5 { font-family: var(--f-display); font-weight: 700; font-size: 14px; color: #fff; margin: 0 0 14px; letter-spacing: 0.04em; text-transform: uppercase; }
.sm-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.sm-footer ul a { color: rgba(255,255,255,.78); transition: color .12s; }
.sm-footer ul a:hover { color: #fff; }
.sm-footer-meta { padding: 24px 0; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-family: var(--f-ui); font-size: 12.5px; color: rgba(255,255,255,.55); }
.sm-footer-meta .right { margin-left: auto; display: flex; gap: 18px; }

/* Sliders */
.sm-slider-dots { display: flex; justify-content: center; gap: 10px; margin-top: 56px; }
.sm-slider-dots button { width: 10px; height: 10px; border-radius: 999px; border: none; background: var(--line); cursor: pointer; padding: 0; transition: all .25s ease; }
.sm-slider-dots button.active { width: 28px; background: var(--turquesa); }

/* Hero slider */
.sm-hero { position: relative; background: var(--paper); padding: 0; overflow: hidden; height: 572px; }
.sm-hero-bg { position: absolute; inset: 0; pointer-events: none; background-size: cover; background-position: center; background-repeat: no-repeat; }
.sm-hero-bg.has-img { background-color: #000; }
.sm-hero-bg-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(28,74,82,.62), rgba(28,74,82,.35) 60%, transparent); }
.sm-hero-geo { position: absolute; inset: 0; }
.sm-hero-geo-1 { background: var(--verde-nevoa-50); }
.sm-hero-geo-2 { clip-path: polygon(100% 0, 100% 100%, 38% 100%); background: var(--azul); }
.sm-hero-geo-3 { clip-path: polygon(100% 0, 100% 56%, 64% 0); background: var(--azul-soft); }
.sm-hero-geo-4 { clip-path: polygon(0 100%, 56% 100%, 0 36%); background: var(--verde-nevoa); opacity: .85; }
.sm-hero .shell { position: relative; z-index: 1; height: 100%; }
.sm-hero-inner { display: flex; align-items: center; height: 100%; padding: 32px 0 72px; }
.sm-hero-copy { display: flex; flex-direction: column; gap: 22px; max-width: 680px; }
.sm-hero-slide { display: flex; flex-direction: column; gap: 22px; }
.sm-hero-slide.on-image { color: #fff; }
.sm-hero-slide.on-geo { color: var(--azul); }
.sm-hero-eyebrow { font-family: var(--f-display); font-weight: 500; font-size: 16px; font-style: italic; opacity: .85; color: inherit; }
.sm-hero-title { font-family: var(--f-display); font-weight: 800; font-size: 72px; line-height: .98; letter-spacing: .005em; color: inherit; text-transform: uppercase; margin: 0; white-space: pre-line; }
.sm-hero-body { margin: 0; font-size: 17px; line-height: 1.55; color: inherit; opacity: .8; max-width: 460px; }
.sm-hero-slide.on-image .sm-hero-body { opacity: .95; }
.sm-hero-actions { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.sm-hero-slide.on-geo .sm-hero-secondary { border-color: var(--azul); color: var(--azul); }
.sm-hero-slide.on-image .sm-hero-secondary { border-color: #fff; color: #fff; }
.sm-hero-controls { position: absolute; left: var(--pad-x); right: var(--pad-x); bottom: 28px; display: flex; align-items: center; gap: 18px; }
.sm-hero-controls .dots { display: flex; gap: 8px; }
.sm-hero-controls .dots button { width: 8px; height: 8px; border-radius: 4px; background: rgba(28,74,82,.25); border: none; transition: width .25s, background .25s; cursor: pointer; padding: 0; }
.sm-hero-controls .dots button.active { width: 32px; background: var(--azul); }
.sm-hero-controls .count { font-family: var(--f-ui); font-size: 13px; color: var(--azul); opacity: .7; }

/* Generic slider (crossfade grid stack) */
.sm-cf-stack { display: grid; }
.sm-cf-slide { grid-area: 1 / 1; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.sm-cf-slide.active { opacity: 1; pointer-events: auto; }

/* WhatsApp FAB */
.sm-fab { position: fixed; right: 24px; bottom: 24px; z-index: 40; width: 58px; height: 58px; border-radius: 29px; background: var(--turquesa); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px -6px rgba(19,176,170,.55), 0 4px 10px rgba(0,0,0,.1); transition: transform .2s; }
.sm-fab:hover { transform: scale(1.06); }
.sm-fab .dot { position: absolute; top: 4px; right: 4px; width: 12px; height: 12px; border-radius: 6px; background: var(--azul); border: 2px solid #fff; }

/* FAQ accordion */
.sm-faq { display: flex; flex-direction: column; gap: 12px; }
.sm-faq button { width: 100%; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.sm-faq button[aria-expanded="true"] { border-color: var(--turquesa); box-shadow: var(--shadow-md); }
.sm-faq .row { display: flex; align-items: center; gap: 16px; }
.sm-faq .q { font-family: var(--f-display); font-weight: 700; font-size: 16.5px; color: var(--ink); flex: 1; }
.sm-faq .ico { width: 32px; height: 32px; border-radius: 16px; background: var(--paper-alt); color: var(--ink-2); display: flex; align-items: center; justify-content: center; transition: all .15s; flex: 0 0 32px; }
.sm-faq button[aria-expanded="true"] .ico { background: var(--turquesa); color: #fff; }
.sm-faq .a { margin: 14px 0 0; color: var(--ink-2); font-size: 15px; line-height: 1.6; padding-right: 48px; display: none; }
.sm-faq button[aria-expanded="true"] .a { display: block; }

/* Tabs (exam detail) */
.sm-tabs { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 122px; z-index: 10; }
.sm-tabs .row { display: flex; gap: 4px; overflow: auto; }
.sm-tabs button { background: transparent; border: none; padding: 18px 16px; font-family: var(--f-ui); font-weight: 500; font-size: 14.5px; color: var(--ink-2); border-bottom: 2px solid transparent; margin-bottom: -1px; cursor: pointer; }
.sm-tabs button.active { color: var(--ink); border-bottom-color: var(--turquesa); }

/* Map overlay (home unidades) */
.sm-map-wrap { position: relative; overflow: hidden; min-height: 460px; border-radius: var(--r-md); }
.sm-map-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: var(--paper-alt); }
.sm-map-overlay { position: absolute; left: 16px; bottom: 16px; background: #fff; border-radius: 12px; padding: 12px 14px; box-shadow: var(--shadow-md); max-width: 320px; display: flex; gap: 10px; align-items: flex-start; }

/* Bandeiras */
.sm-bandeiras { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sm-bandeiras img { height: 30px; width: auto; display: block; }

/* Utility — hidden state para filtros/buscas (não conflita com inline display) */
.is-hidden { display: none !important; }

/* Unidades home — botão de unidade (estilo via classe pra permitir toggle .active) */
.sm-unit-btn { text-align: left; padding: 18px; border: 1.5px solid var(--line); background: #fff; cursor: pointer; display: flex; align-items: center; gap: 14px; border-radius: var(--r-md); transition: border-color .15s, background .15s; width: 100%; font: inherit; color: inherit; }
.sm-unit-btn:hover { border-color: var(--turquesa); }
.sm-unit-btn.active { border-color: var(--turquesa); background: var(--turquesa-50); }
.sm-unit-btn .sm-unit-icon { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; background: var(--turquesa-50); color: var(--turquesa); display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s; }
.sm-unit-btn.active .sm-unit-icon { background: var(--turquesa); color: #fff; }
.sm-unit-btn .sm-unit-icon .material-symbols-outlined { font-size: 20px; }

/* Convênios — card item */
.sm-conv-item { padding: 16px; text-align: center; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 10px; min-height: 120px; justify-content: center; }
.sm-conv-mark { width: 60px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: var(--f-display); font-weight: 800; font-size: 12px; letter-spacing: -.02em; }

/* Exames catálogo — card */
.sm-exam-card { display: block; cursor: pointer; }
.sm-exam-card .imgph { height: 150px; }
.sm-exam-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.sm-exam-meta { display: flex; align-items: center; gap: 12px; font-family: var(--f-ui); font-size: 13px; color: var(--ink-2); }
.sm-exam-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--line-2); }

/* ─── HAMBURGER + MOBILE NAV ─────────────────────────────── */
.sm-hamburger { display: none; background: transparent; border: 1.5px solid rgba(255,255,255,.4); border-radius: 10px; width: 44px; height: 44px; padding: 0; cursor: pointer; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.sm-hamburger span { display: block; width: 22px; height: 2px; background: #fff; transition: transform .25s, opacity .15s; }
.sm-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sm-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.sm-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sm-mobile-nav { position: fixed; inset: 0; top: 64px; z-index: 39; background: var(--paper); transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; padding-bottom: 64px; }
body.admin-bar .sm-mobile-nav { top: 96px; }
.sm-mobile-nav.open { transform: translateX(0); }
.sm-mobile-nav-inner { padding: 24px var(--pad-x); display: flex; flex-direction: column; gap: 4px; }
.sm-mob-item { border-bottom: 1px solid var(--line-2); position: relative; }
.sm-mob-link { display: block; padding: 18px 4px; font-family: var(--f-display); font-weight: 600; font-size: 17px; color: var(--ink); }
.sm-mob-item.active > .sm-mob-link { color: var(--turquesa-700); }
.sm-mob-toggle { position: absolute; right: 0; top: 8px; background: var(--paper-alt); border: none; width: 40px; height: 40px; border-radius: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.sm-mob-toggle .material-symbols-outlined { transition: transform .15s; font-size: 22px; color: var(--ink-2); }
.sm-mob-item.open .sm-mob-toggle .material-symbols-outlined { transform: rotate(180deg); }
.sm-mob-sub { display: none; padding: 0 0 14px 16px; flex-direction: column; gap: 6px; }
.sm-mob-item.open .sm-mob-sub { display: flex; }
.sm-mob-sub a { padding: 10px 4px; font-family: var(--f-ui); font-size: 15px; color: var(--ink-2); border-radius: 8px; }
.sm-mob-sub a:hover { background: var(--paper-alt); color: var(--turquesa-700); }
.sm-mob-ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }

/* ─── BREAKPOINTS ─────────────────────────────────────────── */
@media (max-width: 1100px) {
	.sm-nav { margin-left: 0; padding-left: 240px; }
}

@media (max-width: 980px) {
	.sm-nav { display: none; }
	.sm-hamburger { display: flex; }
	.sm-cta-text { display: none; }
	.sm-header-ctas .btn { padding: 0 12px; }
	.sm-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
	/* Hero */
	.sm-hero { height: auto; min-height: 480px; padding-bottom: 64px; }
	.sm-hero-inner { padding: 24px 0 24px; }
	.sm-hero-title { font-size: 40px !important; }
	.sm-hero-body { font-size: 15px !important; max-width: 100% !important; }
	.sm-hero-controls { bottom: 16px; }

	/* Header */
	.sm-utility-bar { display: none; }
	.sm-logo-pillow { padding: 8px 14px 10px; }
	.sm-logo-pillow img { height: 40px !important; }
	.sm-mainbar { height: 60px; }
	.sm-mobile-nav { top: 60px; }
	body.admin-bar .sm-mobile-nav { top: 106px; }

	/* Grids → 1 col */
	.sm-footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.shell [style*="grid-template-columns:1.1fr 1fr"],
	.shell [style*="grid-template-columns:1fr 1fr"],
	.shell [style*="grid-template-columns:1.2fr 1fr"],
	.shell [style*="grid-template-columns:1.05fr 1fr"],
	.shell [style*="grid-template-columns:1fr 1.4fr"],
	.shell [style*="grid-template-columns:1fr 1.2fr"],
	.shell [style*="grid-template-columns:1.3fr 1fr"],
	.shell [style*="grid-template-columns:1fr 320px"],
	.shell [style*="grid-template-columns:260px 1fr"],
	.shell [style*="grid-template-columns:repeat(4"],
	.shell [style*="grid-template-columns:repeat(5"],
	.shell [style*="grid-template-columns:repeat(6"],
	.shell [style*="grid-template-columns:repeat(3"],
	.shell [style*="grid-template-columns:repeat(2"] {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	/* Cards / imgph */
	.imgph { height: 240px !important; }
	.card { padding: 20px !important; }

	/* Section padding */
	section.sec { padding-top: 40px; padding-bottom: 40px; }
	.section-head { margin-bottom: 24px; }

	/* Slider sm-cf */
	.sm-cf-slide { gap: 24px !important; }

	/* Map wrap */
	.sm-map-wrap { min-height: 360px; }
	.sm-map-overlay { left: 12px; right: 12px; bottom: 12px; max-width: none; }

	/* Tabs scrollable */
	.sm-tabs { top: 60px; }
	body.admin-bar .sm-tabs { top: 106px; }
	.sm-tabs .row { padding: 0 var(--pad-x); }
	.sm-tabs button { padding: 14px 12px; font-size: 13.5px; }

	/* FAQ */
	.sm-faq button { padding: 18px 18px; }
	.sm-faq .q { font-size: 15px; }
	.sm-faq .a { padding-right: 0; }

	/* Header CTAs hide one on very narrow */
	.sm-header-ctas .btn:first-of-type { display: none; }

	/* h1/h2 sizes */
	.h1 { font-size: clamp(28px, 7vw, 40px) !important; }
	.h2 { font-size: clamp(24px, 5vw, 32px) !important; }

	/* Hide custom hero geometric extras for cleaner look */
	.sm-hero-bg [style*="clip-path"] { display: none; }

	/* Crumb */
	.crumb { padding: 24px 0 12px; flex-wrap: wrap; }
}

@media (max-width: 480px) {
	.sm-logo-pillow { padding: 6px 12px 8px; }
	.sm-logo-pillow img { height: 34px !important; }
	.sm-header-ctas .btn { display: none; }
	.sm-mainbar { height: 56px; }
	.sm-mobile-nav { top: 56px; }
	body.admin-bar .sm-mobile-nav { top: 102px; }
	.sm-hero-title { font-size: 32px !important; }
	.h1 { font-size: 28px !important; }
	.sm-cf-stack { gap: 0; }
}

/* ─── CTA BANDS ──────────────────────────────────────────── */
.sm-cta { padding-top: 72px; padding-bottom: 72px; }
.sm-cta-final { background: linear-gradient(135deg, var(--azul) 0%, var(--azul-700) 100%); }
.sm-cta-mid { background: linear-gradient(135deg, var(--turquesa-50) 0%, var(--verde-nevoa-50) 100%); }
.sm-cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
.sm-cta-grid h2 { margin-top: 14px; }
.sm-cta-grid p { margin-top: 14px; max-width: 560px; }
.sm-cta-actions { display: flex; flex-direction: column; gap: 12px; }
.sm-cta-wa { background: #fff; color: var(--turquesa-700); border: none; text-decoration: none; }
.sm-cta-wa:hover { background: var(--turquesa-50); }
.sm-cta-wa-light { background: #fff; color: var(--turquesa-700); border: 1px solid var(--line); text-decoration: none; }

/* ─── SANTA MÁRCIA section ─────────────────────────────── */
.sm-sm-section { position: relative; overflow: hidden; }
.sm-sm-blob-1 { position: absolute; right: -120px; top: -120px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(19,176,170,.35) 0%, transparent 65%); pointer-events: none; }
.sm-sm-blob-2 { position: absolute; left: -160px; bottom: -200px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(135,200,189,.18) 0%, transparent 60%); pointer-events: none; }
.sm-sm-shell { position: relative; z-index: 1; }
.sm-sm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.sm-sm-badge { background: rgba(19,176,170,.18); color: var(--verde-nevoa); }
.sm-sm-title { margin-top: 18px; }
.sm-sm-lede { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.78); margin-top: 16px; }
.sm-sm-boxes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.sm-sm-box { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 16px 14px; display: flex; flex-direction: column; gap: 8px; }
.sm-sm-box .material-symbols-outlined { color: var(--verde-nevoa); font-size: 22px; }
.sm-sm-box span:last-child { font-family: var(--f-ui); font-size: 13.5px; color: #fff; }
.sm-sm-cta-row { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.sm-sm-cta-white { background: #fff; color: var(--turquesa-700); border: none; transition: background .2s; }
.sm-sm-cta-white:hover { background: var(--turquesa-50); }
.sm-sm-img { height: 380px; border-radius: 80px 28px 28px 28px; background: url(https://grupoclinicasaomarcos.com.br/wp-content/uploads/2026/05/cartao-santa-marcia.png); background-size: cover;}

/* ─── PARTICULAR + PAGAMENTO section ────────────────────── */
.sm-pp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sm-pp-card { padding: 36px; display: flex; flex-direction: column; gap: 18px; }
.sm-pp-card .lede,
.sm-pp-card p { margin: 0; color: var(--ink-2); font-size: 15.5px; line-height: 1.65; }
.sm-pp-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.sm-pp-list li { display: flex; gap: 10px; align-items: center; font-size: 14.5px; color: var(--ink); }
.sm-pp-list .material-symbols-outlined { color: var(--turquesa); font-size: 20px; }
.sm-pp-actions { display: flex; gap: 10px; margin-top: 8px; }
.sm-pp-pay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 4px; }
.sm-pp-pay { padding: 16px; border-radius: 12px; border: 1px solid var(--line); background: var(--paper-alt); display: flex; flex-direction: column; align-items: center; gap: 6px; }
.sm-pp-pay .material-symbols-outlined { color: var(--turquesa); font-size: 24px; }
.sm-pp-pay span:last-child { font-family: var(--f-ui); font-size: 13px; color: var(--ink); }
.sm-pp-note { padding: 14px; border-radius: 12px; background: var(--turquesa-50); color: var(--turquesa-700); display: flex; gap: 12px; align-items: center; margin-top: 8px; }
.sm-pp-note span:last-child { font-size: 14px; line-height: 1.45; }
.sm-pp-bandeiras { margin-top: 24px; padding: 20px 28px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.sm-pp-bandeiras .label { font-family: var(--f-ui); font-weight: 600; font-size: 14.5px; color: var(--ink); letter-spacing: .01em; }

/* ─── DEPOIMENTOS ──────────────────────────────────────── */
.sm-rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sm-rev-card { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.sm-rev-card p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.65; }
.sm-rev-author { display: flex; gap: 12px; align-items: center; margin-top: 6px; padding-top: 14px; border-top: 1px solid var(--line-2); }
.sm-rev-avatar { width: 42px; height: 42px; border-radius: 21px; flex: 0 0 42px; }
.sm-rev-name { font-family: var(--f-display); font-weight: 700; font-size: 14.5px; color: var(--ink); }
.sm-rev-sub { font-size: 12.5px; color: var(--ink-3); margin-top: 2px; }

/* ─── FAQ section ──────────────────────────────────────── */
.sm-faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: flex-start; }
.sm-faq-sticky { position: sticky; top: 175px; }
.sm-faq-sticky h2 { margin-top: 12px; }
.sm-faq-sticky .lede { margin-top: 16px; }
.sm-faq-cta { margin-top: 18px; text-decoration: none; }

/* ─── ATALHOS section ──────────────────────────────────── */
.sm-atalhos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sm-atalho-card { display: flex; align-items: center; gap: 14px; padding: 16px; }
.sm-atalho-card .icon-plate { flex: 0 0 48px; }
.sm-atalho-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.sm-atalho-title { margin: 0; font-size: 14.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sm-atalho-cta { display: inline-flex; align-items: center; gap: 4px; font-family: var(--f-ui); font-weight: 500; font-size: 12.5px; color: var(--turquesa-700); }

/* ─── INSTITUCIONAL section (crossfade) ────────────────── */
.sm-inst-slide { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.sm-inst-img-wrap { position: relative; }
.sm-inst-img { width: 100%; height: 480px; object-fit: cover; display: block; border-radius: 28px 28px 80px 28px; }
.sm-inst-img-ph { height: 480px; border-radius: 28px 28px 80px 28px; }
.sm-inst-badge { position: absolute; right: -20px; bottom: -28px; background: #fff; border-radius: 18px; padding: 18px; box-shadow: var(--shadow-lg); width: 240px; display: flex; gap: 14px; align-items: center; }
.sm-inst-badge-title { font-family: var(--f-display); font-weight: 700; font-size: 15px; color: var(--ink); }
.sm-inst-badge-sub { font-size: 12.5px; color: var(--ink-2); margin-top: 2px; }
.sm-inst-content { display: flex; flex-direction: column; gap: 20px; }
.sm-inst-content p { margin: 0; color: var(--ink-2); font-size: 17px; line-height: 1.6; }
.sm-inst-bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.sm-inst-bullets > div { display: flex; gap: 10px; align-items: center; }
.sm-inst-bullets .material-symbols-outlined { color: var(--turquesa); font-size: 22px; }
.sm-inst-bullets span:last-child { font-family: var(--f-ui); font-size: 14.5px; color: var(--ink); }
.sm-inst-actions { display: flex; gap: 12px; margin-top: 12px; }
