/* Saúde Conecta – estilos do tema */
:root {
	--violet: #7A03D1;
	--violet-dark: #5A0299;
	--magenta: #A101AF;
	--plum: #2A0D38;
	--plum-2: #43195A;
	--ink-soft: #4E3A5A;
	--ink-muted: #5E4A6A;
	--lilac: #F3E8FA;
	--lilac-line: #EDE3F2;
	--lilac-mid: #C9A4E3;
	--ground: #FBF8FC;
	--white: #FFFFFF;
	--grad: linear-gradient(90deg, var(--magenta) 0%, var(--violet) 100%);
	--serif: 'Fraunces', Georgia, 'Times New Roman', serif;
	--sans: 'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--pad-x: clamp(20px, 6vw, 96px);
	--section-y: clamp(56px, 8vw, 96px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
	margin: 0;
	background: var(--ground);
	color: var(--plum);
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--violet); }
a:hover { color: var(--violet-dark); }
h1, h2, h3 { margin: 0; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--magenta); outline-offset: 3px; border-radius: 6px; }

.skip-link {
	position: absolute; left: 16px; top: -60px; z-index: 100;
	background: var(--white); color: var(--plum); padding: 10px 16px; border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--pad-x); }
.container.narrow { max-width: 860px; }

/* Botões */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 54px; padding: 0 30px; border-radius: 999px;
	font-family: var(--sans); font-size: 17px; font-weight: 600; text-decoration: none;
	border: 2px solid transparent; text-align: center; line-height: 1.25; transition: background-color .15s ease, color .15s ease;
}
.btn-sm { min-height: 46px; padding: 0 22px; font-size: 16px; }
.btn-primary { background: var(--violet); color: var(--white); }
.btn-primary:hover { background: var(--violet-dark); color: var(--white); }
.btn-outline { border-color: var(--violet); color: var(--violet); }
.btn-outline:hover { background: var(--lilac); color: var(--violet-dark); }
.btn-white { background: var(--white); color: var(--violet); font-weight: 700; }
.btn-white:hover { background: var(--lilac); color: var(--violet-dark); }
.btn-ghost { border-color: var(--white); color: var(--white); font-weight: 700; }
.btn-ghost:hover { background: rgba(255,255,255,.12); color: var(--white); }

/* Cabeçalho */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--grad); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; }
.brand img { width: 120px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav a:not(.btn) { color: var(--white); text-decoration: none; font-weight: 500; font-size: 16px; }
.main-nav a:not(.btn):hover { text-decoration: underline; text-underline-offset: 6px; }
.menu-toggle {
	display: none; width: 48px; height: 48px; border: 0; border-radius: 14px;
	background: rgba(255,255,255,.16); cursor: pointer;
	flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.menu-toggle span { display: block; width: 22px; height: 2.4px; background: var(--white); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

/* Seções */
.section { padding: var(--section-y) 0; }
.section-white { background: var(--white); }
.section-head { display: flex; flex-direction: column; gap: 12px; max-width: 720px; margin-bottom: 48px; }
.section-head.center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }
.section-head.split { max-width: none; flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 48px; }
.section-head.split > div { max-width: 640px; display: flex; flex-direction: column; gap: 12px; }
.section-head.split > p { max-width: 460px; color: var(--ink-soft); }
.eyebrow { font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--violet); }
h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; }
.lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--ink-soft); }

/* Hero */
.hero { background: var(--white); padding: clamp(36px, 6vw, 88px) 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 500px); gap: 64px; align-items: center; }
.hero-text { display: flex; flex-direction: column; gap: 26px; }
.pill { align-self: flex-start; padding: 8px 16px; border-radius: 999px; background: var(--lilac); color: var(--violet-dark); font-size: 14px; font-weight: 600; }
.hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(36px, 4.6vw, 64px); line-height: 1.06; letter-spacing: -0.02em; }
.hero .lead { max-width: 560px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 6px; }
.hero-photo { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 32px; }

/* Planos */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.plan {
	display: flex; flex-direction: column; align-items: flex-start; gap: 20px;
	padding: 40px; border-radius: 28px; background: var(--white); border: 1px solid var(--lilac-line);
}
.plan h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(24px, 2.2vw, 30px); }
.plan p { color: var(--ink-soft); }
.plan-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--lilac); color: var(--violet); display: flex; align-items: center; justify-content: center; }
.plan-price { font-size: 16px; }
.plan-price .price { font-size: 28px; color: var(--plum); }
.plan .btn { margin-top: auto; }
.plan-dark { background: var(--plum); border-color: var(--plum); color: var(--white); }
.plan-dark p { color: #E3D4EC; }
.plan-dark .plan-price strong { color: var(--white); }
.plan-dark .plan-icon { background: var(--plum-2); color: #E7C9FA; }
.plan-dark .btn-white { color: var(--plum); }

/* Benefícios */
.benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.benefit { display: flex; flex-direction: column; gap: 14px; padding: 28px; border-radius: 24px; background: var(--ground); }
.benefit svg { color: var(--violet); flex-shrink: 0; }
.benefit h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.benefit p { font-size: 16px; color: var(--ink-soft); }

/* Passos */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.steps li { display: flex; flex-direction: column; gap: 12px; }
.step-n { font-family: var(--serif); font-weight: 700; font-size: 56px; line-height: 1; color: var(--lilac-mid); }
.steps h3 { font-size: 21px; font-weight: 700; }
.steps p { color: var(--ink-soft); }

/* Operadoras */
.partners { background: var(--grad); padding: 64px 0; }
.partners-title { text-align: center; color: #F1E3FA; font-weight: 600; font-size: 16px; margin-bottom: 32px; }
.partners-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
.partners-grid li {
	height: 104px; border-radius: 18px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06);
	display: flex; align-items: center; justify-content: center; padding: 0 12px;
}
.partners-grid img { width: var(--w); max-width: 100%; height: auto; }

/* Quem somos */
.about { display: grid; grid-template-columns: 408px minmax(0, 1fr); gap: 80px; align-items: center; }
.about-photo { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 32px; box-shadow: 0 16px 48px rgba(58, 12, 84, .16); }
.about-text { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }

/* Dúvidas */
.faq { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 80px; }
.faq-head { display: flex; flex-direction: column; gap: 16px; }
.faq-head p:last-child { color: var(--ink-soft); }
.faq-list details { border-bottom: 1px solid var(--lilac-line); }
.faq-list summary {
	list-style: none; cursor: pointer; padding: 24px 0;
	display: flex; justify-content: space-between; align-items: center; gap: 20px;
	font-size: 19px; font-weight: 700;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; left: 4px; right: 4px; top: 10px; height: 2px; background: var(--violet); border-radius: 2px; transition: transform .2s ease; }
.faq-icon::after { transform: rotate(90deg); }
details[open] .faq-icon::after { transform: rotate(0deg); }
.faq-list details p { padding: 0 0 24px; color: var(--ink-soft); max-width: 70ch; }

/* Chamada final */
.cta-wrap { padding-top: 64px; }
.cta {
	display: flex; align-items: center; justify-content: space-between; gap: 48px;
	padding: 56px 72px; border-radius: 36px; background: var(--violet); color: var(--white);
}
.cta h2 { margin-bottom: 14px; }
.cta p { color: #F1E3FA; font-size: 18px; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; flex-shrink: 0; }

/* Páginas internas */
.page-content { padding: var(--section-y) 0; background: var(--white); }
.page-content h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(32px, 4vw, 48px); margin-bottom: 32px; }
.entry > * + * { margin-top: 1em; }
.entry h2 { font-size: 26px; margin-top: 1.6em; }

/* Rodapé */
.site-footer { background: var(--plum); color: #E3D4EC; padding: 72px 0 48px; font-size: 16px; }
.footer-top { display: flex; justify-content: space-between; gap: 64px; }
.footer-brand { display: flex; flex-direction: column; gap: 18px; max-width: 360px; }
.footer-brand img { width: 148px; }
.footer-cols { display: flex; gap: 88px; }
.footer-cols > div { display: flex; flex-direction: column; gap: 12px; }
.footer-cols h2 { font-family: var(--sans); font-size: 16px; font-weight: 700; color: var(--white); line-height: 1.4; }
.footer-cols a { color: #E3D4EC; text-decoration: none; overflow-wrap: anywhere; }
.footer-cols a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 28px; border-top: 1px solid #4A2463; font-size: 14px; color: #CDB8DB; }

/* Botão flutuante */
.chat-float {
	position: fixed; right: 24px; bottom: 24px; z-index: 60;
	display: inline-flex; align-items: center; gap: 12px; min-height: 60px; padding: 0 26px 0 20px;
	border-radius: 999px; background: var(--plum); color: var(--white); text-decoration: none;
	font-weight: 600; font-size: 16px; box-shadow: 0 12px 32px rgba(42, 13, 56, .28);
}
.chat-float svg { color: #E7C9FA; }
.chat-float:hover { background: var(--plum-2); color: var(--white); }

/* ---------- Telas médias ---------- */
@media (max-width: 1100px) {
	.hero-grid { gap: 48px; }
	.benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.about { grid-template-columns: 320px minmax(0, 1fr); gap: 56px; }
	.faq { grid-template-columns: 1fr; gap: 32px; }
	.footer-top { flex-direction: column; }
}

/* ---------- Celular ---------- */
@media (max-width: 860px) {
	body { font-size: 16px; }
	.header-inner { height: 72px; }
	.brand img { width: 96px; }
	.menu-toggle { display: flex; }
	.main-nav {
		position: absolute; left: 0; right: 0; top: 72px;
		flex-direction: column; align-items: stretch; gap: 0;
		padding: 8px var(--pad-x) 24px; background: var(--violet);
		box-shadow: 0 16px 32px rgba(42, 13, 56, .25);
		display: none;
	}
	.main-nav.is-open { display: flex; }
	.main-nav a:not(.btn) { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 17px; }
	.main-nav .btn { margin-top: 20px; }
	html { scroll-padding-top: 72px; }

	.hero-grid { grid-template-columns: 1fr; gap: 32px; }
	.hero-text { gap: 22px; }
	.btn { padding: 0 20px; font-size: 16px; }
	.pill { font-size: 13px; }
	.btn-row { flex-direction: column; }
	.btn-row .btn, .plan .btn, .about-text .btn, .cta-actions .btn { width: 100%; }
	.hero-photo { border-radius: 24px; }

	.section-head { margin-bottom: 28px; }
	.section-head.split { flex-direction: column; align-items: flex-start; gap: 12px; }
	.section-head.center { text-align: left; align-items: flex-start; }

	.plans { grid-template-columns: 1fr; gap: 20px; }
	.plan { padding: 28px; border-radius: 24px; gap: 16px; }
	.plan-icon { width: 50px; height: 50px; }

	.benefits { grid-template-columns: 1fr; gap: 14px; }
	.benefit { flex-direction: row; gap: 16px; padding: 22px; border-radius: 20px; }
	.benefit h3 { font-size: 18px; margin-bottom: 6px; }

	.steps { grid-template-columns: 1fr; gap: 28px; }
	.steps li { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; row-gap: 8px; }
	.step-n { font-size: 40px; grid-row: span 2; }

	.partners { padding: 48px 0; }
	.partners-title { margin-bottom: 24px; }
	.partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.partners-grid li { height: 80px; border-radius: 14px; }
	.partners-grid img { width: calc(var(--w) * .72); }

	.about { grid-template-columns: 1fr; gap: 28px; }
	.about-photo { border-radius: 24px; }

	.faq-list summary { font-size: 17px; padding: 20px 0; }

	.cta { flex-direction: column; align-items: stretch; gap: 24px; padding: 36px 26px; border-radius: 28px; }
	.cta-actions { flex-shrink: 1; }
	.cta-wrap { padding-top: 48px; }

	.site-footer { padding: 48px 0 100px; }
	.footer-top { gap: 32px; }
	.footer-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
	.footer-cols > div:last-child { grid-column: 1 / -1; }
	.footer-bottom { flex-direction: column; margin-top: 32px; }

	.chat-float { right: 16px; bottom: 16px; width: 60px; padding: 0; justify-content: center; }
	.chat-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}

/* Conteúdo editável: ajustes quando algo é removido pelo painel */
.hero-grid.no-photo, .about.no-photo { grid-template-columns: 1fr; }
.brand-text { color: var(--white); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.partners-grid img { filter: brightness(0) invert(1); }


/* ================= Blog ================= */
.section-soft { background: var(--ground); }
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }

.post-pill { display: inline-flex; align-self: flex-start; padding: 6px 12px; border-radius: 999px; background: var(--lilac); color: var(--violet-dark); font-size: 13px; font-weight: 600; }
.pill-dark { background: rgba(255,255,255,.16); color: var(--white); }
.pill-white { background: var(--white); color: var(--plum); font-weight: 700; }
.post-meta { font-size: 14px; color: var(--ink-muted); }

/* Imagem ou ilustração do post */
.post-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--lilac); }
.post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.post-art { display: flex; align-items: center; justify-content: center; }
.post-art svg { position: relative; width: 30%; max-width: 120px; height: auto; }
.post-art .art-ring { position: absolute; width: 90%; aspect-ratio: 1; right: -25%; top: -45%; border-radius: 999px; border: 2px solid; opacity: .5; }
.post-art .art-dot { position: absolute; width: 60%; aspect-ratio: 1; left: -18%; bottom: -35%; border-radius: 999px; opacity: .5; }
.art-saude { background: linear-gradient(135deg, var(--plum) 0%, var(--violet-dark) 100%); color: #E7C9FA; }
.art-saude .art-ring { border-color: rgba(231,201,250,.35); } .art-saude .art-dot { background: rgba(231,201,250,.3); }
.art-dental { background: linear-gradient(135deg, #F3E8FA 0%, #E2CCF3 100%); color: var(--violet); }
.art-dental .art-ring { border-color: rgba(122,3,209,.2); } .art-dental .art-dot { background: rgba(122,3,209,.18); }
.art-gestao { background: var(--grad); color: var(--white); }
.art-gestao .art-ring { border-color: rgba(255,255,255,.35); } .art-gestao .art-dot { background: rgba(255,255,255,.28); }

/* Cards */
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.post-card { border-radius: 24px; overflow: hidden; background: var(--white); border: 1px solid var(--lilac-line); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, opacity .7s cubic-bezier(.2,.7,.2,1); }
.post-card-link { display: flex; flex-direction: column; height: 100%; color: var(--plum); text-decoration: none; }
.post-card-link:hover { color: var(--plum); }
.post-card-body { display: flex; flex-direction: column; gap: 12px; padding: 24px 26px 28px; flex: 1; }
.post-card-title { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.25; }
.post-card-excerpt { font-size: 15px; color: var(--ink-soft); }
.post-card .post-meta { margin-top: auto; padding-top: 4px; }
.post-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(58, 12, 84, .12); }
.post-card:hover .post-media img { transform: scale(1.05); }
.post-card:hover .post-card-title { color: var(--violet); }

/* Página do blog */
.blog-hero { background: var(--white); padding: clamp(40px, 6vw, 80px) 0 56px; }
.blog-hero .container { display: flex; flex-direction: column; gap: 20px; }
.blog-hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(36px, 4.4vw, 60px); line-height: 1.05; letter-spacing: -0.02em; max-width: 900px; }
.blog-hero .lead { max-width: 640px; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.chip { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; border-radius: 999px; background: var(--white); color: var(--plum); border: 1px solid #DCC6EC; font-size: 15px; font-weight: 600; text-decoration: none; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.chip:hover { border-color: var(--violet); color: var(--violet); }
.chip.is-active { background: var(--violet); border-color: var(--violet); color: var(--white); }

.featured-wrap { padding-top: 56px; }
.featured-post { border-radius: 32px; overflow: hidden; background: var(--plum); transition: box-shadow .35s ease, opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.featured-link { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); color: var(--white); text-decoration: none; }
.featured-link:hover { color: var(--white); }
.featured-media { aspect-ratio: auto; min-height: 420px; }
.featured-media.art-saude { background: var(--grad); color: var(--white); }
.featured-body { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 48px 56px; }
.featured-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.featured-body h2 { font-size: clamp(28px, 2.8vw, 40px); }
.featured-body p { color: #E3D4EC; }
.featured-body .post-meta { color: #CDB8DB; }
.featured-body .btn { align-self: flex-start; margin-top: 6px; color: var(--plum); }
.featured-post:hover { box-shadow: 0 24px 60px rgba(42, 13, 56, .28); }
.featured-post:hover .post-media img { transform: scale(1.04); }

.posts-section { padding-top: 56px; }
.pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 48px; }
.pagination .page-numbers { min-width: 44px; height: 44px; padding: 0 14px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; text-decoration: none; background: var(--white); color: var(--plum); border: 1px solid #DCC6EC; }
.pagination .page-numbers.current { background: var(--violet); border-color: var(--violet); color: var(--white); }
.pagination .page-numbers.dots { border: 0; background: none; }
.pagination a.page-numbers:hover { border-color: var(--violet); color: var(--violet); }
.empty-state { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }

/* Página do artigo */
.article { background: var(--white); padding: 56px 0 88px; }
.article-head { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 15px; color: var(--ink-muted); }
.breadcrumb a { color: var(--violet); font-weight: 600; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.article-head h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.06; letter-spacing: -0.02em; }
.article-head .lead { font-size: clamp(18px, 1.6vw, 21px); }
.article-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px 24px; padding: 20px 0; border-top: 1px solid var(--lilac-line); border-bottom: 1px solid var(--lilac-line); }
.author { display: flex; align-items: center; gap: 14px; }
.author img { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; object-position: center 30%; }
.author div { display: flex; flex-direction: column; gap: 2px; }
.author span { font-size: 14px; color: var(--ink-muted); }
.share { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.share-label { font-size: 14px; font-weight: 600; color: var(--ink-muted); margin-right: 4px; }
.share-btn { display: inline-flex; align-items: center; height: 40px; padding: 0 16px; border: 0; border-radius: 999px; background: var(--lilac); color: var(--violet-dark); font-family: var(--sans); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.share-btn:hover { background: var(--violet); color: var(--white); }
.article-media { max-width: 1120px; margin: 44px auto 52px; border-radius: 32px; aspect-ratio: 16 / 7; }

.entry { max-width: 720px; margin: 0 auto; font-size: 19px; line-height: 1.75; color: #3B2748; }
.entry > * + * { margin-top: 22px; }
.entry h2 { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 32px); line-height: 1.2; color: var(--plum); margin-top: 44px; }
.entry h3 { font-size: 22px; font-weight: 700; color: var(--plum); margin-top: 36px; }
.entry a { color: var(--violet); text-underline-offset: 3px; }
.entry strong { color: var(--plum); }
.entry ul, .entry ol { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.entry ul li { position: relative; padding-left: 24px; }
.entry ul li::before { content: ''; position: absolute; left: 2px; top: .7em; width: 8px; height: 8px; border-radius: 999px; background: var(--magenta); }
.entry ol { counter-reset: sc; }
.entry ol li { position: relative; padding-left: 36px; counter-increment: sc; }
.entry ol li::before { content: counter(sc); position: absolute; left: 0; top: .15em; width: 26px; height: 26px; border-radius: 999px; background: var(--lilac); color: var(--violet); font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; line-height: 1; }
.entry blockquote, .entry .wp-block-quote { margin: 32px 0; padding: 30px 34px; border-radius: 24px; background: var(--lilac); border-left: 6px solid var(--magenta); }
.entry blockquote p { font-family: var(--serif); font-size: 23px; line-height: 1.4; color: var(--plum); }
.entry blockquote cite { display: block; margin-top: 10px; font-size: 14px; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--violet); }
.entry img, .entry figure img { border-radius: 20px; }
.entry figure { margin: 32px 0; }
.entry figcaption { font-size: 14px; color: var(--ink-muted); margin-top: 10px; text-align: center; }
.entry hr { border: 0; height: 1px; background: var(--lilac-line); margin: 40px 0; }

.article-cta { max-width: 720px; margin: 48px auto 0; padding: 40px 44px; border-radius: 28px; background: var(--grad); color: var(--white); display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.article-cta h2 { font-size: clamp(24px, 2.4vw, 30px); line-height: 1.15; }
.article-cta p { color: #F1E3FA; }
.article-cta .btn { margin-top: 6px; color: var(--plum); }
.article-foot { max-width: 720px; margin: 36px auto 0; padding-top: 24px; border-top: 1px solid var(--lilac-line); }
.related h2 { margin-bottom: 40px; }

@media (max-width: 1100px) {
	.post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.featured-link { grid-template-columns: 1fr; }
	.featured-media { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 860px) {
	.post-grid { grid-template-columns: 1fr; gap: 20px; }
	.post-card-body { padding: 20px 22px 24px; }
	.post-card-title { font-size: 20px; }
	#blog .section-head .btn { width: 100%; }
	.chips { flex-wrap: nowrap; overflow-x: auto; margin-right: calc(var(--pad-x) * -1); padding-right: var(--pad-x); scrollbar-width: none; }
	.chips::-webkit-scrollbar { display: none; }
	.chip { flex-shrink: 0; }
	.featured-wrap { padding-top: 32px; }
	.featured-post { border-radius: 24px; }
	.featured-body { padding: 28px; gap: 14px; }
	.featured-body .btn { width: 100%; }
	.posts-section { padding-top: 32px; }
	.article { padding: 32px 0 56px; }
	.article-meta { flex-direction: column; align-items: flex-start; }
	.article-media { margin: 28px 0 32px; border-radius: 20px; aspect-ratio: 16 / 10; }
	.entry { font-size: 17px; }
	.entry blockquote { padding: 22px 24px; }
	.entry blockquote p { font-size: 20px; }
	.article-cta { padding: 30px 26px; border-radius: 24px; }
	.article-cta .btn { width: 100%; }
}
@media (prefers-reduced-motion: no-preference) and (max-width: 860px) {
	.post-card:hover { transform: none; box-shadow: none; }
}

/* ================= Animações ================= */
@media (prefers-reduced-motion: no-preference) {

	/* Entrada do topo, em sequência, ao abrir a página */
	.js .hero-text > * { opacity: 0; transform: translateY(18px); animation: sc-up .8s cubic-bezier(.2, .7, .2, 1) forwards; }
	.js .hero-text > :nth-child(1) { animation-delay: .05s; }
	.js .hero-text > :nth-child(2) { animation-delay: .15s; }
	.js .hero-text > :nth-child(3) { animation-delay: .28s; }
	.js .hero-text > :nth-child(4) { animation-delay: .4s; }
	.js .hero-photo { opacity: 0; clip-path: inset(8% 8% 8% 8% round 32px); transform: scale(1.04); animation: sc-photo 1.1s cubic-bezier(.2, .7, .2, 1) .2s forwards; }

	@keyframes sc-up { to { opacity: 1; transform: none; } }
	@keyframes sc-photo { to { opacity: 1; clip-path: inset(0 0 0 0 round 32px); transform: none; } }

	/* Revelação suave ao rolar a página */
	.js [data-reveal] {
		opacity: 0; transform: translateY(24px);
		transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
		transition-delay: var(--d, 0s);
	}
	.js [data-reveal].is-visible { opacity: 1; transform: none; }
	.js .partners-grid [data-reveal] { transform: translateY(12px) scale(.96); }
	.js .partners-grid [data-reveal].is-visible { transform: none; }

	/* Números dos passos acendem ao aparecer */
	.js .steps li .step-n { transition: color .9s ease; transition-delay: calc(var(--d, 0s) + .25s); }
	.js .steps li.is-visible .step-n { color: var(--violet); }

	/* Botões */
	.btn { transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
	.btn:hover { transform: translateY(-2px); }
	.btn-primary:hover { box-shadow: 0 10px 24px rgba(122, 3, 209, .28); }
	.btn:active { transform: translateY(0); }

	/* Cards */
	.plan, .benefit { transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease, opacity .7s cubic-bezier(.2, .7, .2, 1); }
	.plan:hover, .benefit:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(58, 12, 84, .12); }
	.plan-icon, .benefit svg { transition: transform .35s cubic-bezier(.2, .7, .2, 1); }
	.plan:hover .plan-icon { transform: rotate(-6deg) scale(1.06); }
	.benefit:hover svg { transform: scale(1.12); }

	/* Logos das operadoras */
	.partners-grid li { transition: background-color .3s ease, border-color .3s ease, transform .35s cubic-bezier(.2, .7, .2, 1), opacity .6s ease; }
	.partners-grid li:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .55); transform: translateY(-4px); }

	/* Fotos */
	.about-photo { transition: transform .6s cubic-bezier(.2, .7, .2, 1), box-shadow .6s ease; }
	.about-photo:hover { transform: rotate(-1.5deg) scale(1.02); box-shadow: 0 24px 60px rgba(58, 12, 84, .22); }

	/* Menu: sublinhado que desliza */
	.main-nav a:not(.btn) { position: relative; }
	.main-nav a:not(.btn)::after {
		content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; border-radius: 2px;
		background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
	}
	.main-nav a:not(.btn):hover { text-decoration: none; }
	.main-nav a:not(.btn):hover::after { transform: scaleX(1); }

	/* Cabeçalho ganha sombra ao rolar */
	.site-header { transition: box-shadow .3s ease; }
	.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(42, 13, 56, .22); }

	/* Botão flutuante: entra depois de alguns segundos e chama atenção uma vez */
	.js .chat-float { opacity: 0; transform: translateY(20px) scale(.9); transition: opacity .5s ease, transform .5s cubic-bezier(.2, .7, .2, 1), background-color .2s ease; }
	.js .chat-float.is-in { opacity: 1; transform: none; }
	.chat-float::before {
		content: ''; position: absolute; inset: 0; border-radius: inherit;
		box-shadow: 0 0 0 0 rgba(161, 1, 175, .55); pointer-events: none;
	}
	.chat-float.is-in::before { animation: sc-ping 1.6s ease-out 1s 2; }
	@keyframes sc-ping { 0% { box-shadow: 0 0 0 0 rgba(161, 1, 175, .55); } 100% { box-shadow: 0 0 0 18px rgba(161, 1, 175, 0); } }
	.chat-float:hover { transform: translateY(-3px); }

	/* Menu do celular abre deslizando */
	@media (max-width: 860px) {
		.main-nav { display: flex; visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s; }
		.main-nav.is-open { visibility: visible; opacity: 1; transform: none; transition: opacity .25s ease, transform .25s ease, visibility 0s; }
		.plan:hover, .benefit:hover { transform: none; box-shadow: none; }
	}

	/* Dúvidas: abre e fecha com suavidade */
	.faq-list details > p { overflow: hidden; }
	.faq-list summary { transition: color .2s ease; }
	.faq-list summary:hover { color: var(--violet); }
}
