:root {
	--primary: #242C4C;
	--primary-strong: #171B38;
	--secondary: #3D466B;
	--accent: #50BC5F;
	--accent-strong: #2DCE43;
	--muted: #5F647E;
	--card-shadow: 0 18px 45px rgba(22, 31, 55, 0.18);
	--card-radius: 32px;
	--shell-width: min(1200px, calc(100% - 3rem));
	color-scheme: light;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("wp-content/uploads/omgf/google-fonts-1-mod-hkquj/poppins-latin-400.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("wp-content/uploads/omgf/google-fonts-1-mod-hkquj/poppins-latin-500.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("wp-content/uploads/omgf/google-fonts-1-mod-hkquj/poppins-latin-600.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("wp-content/uploads/omgf/google-fonts-1-mod-hkquj/poppins-latin-700.woff2") format("woff2");
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Poppins", Arial, sans-serif;
	color: var(--primary-strong);
	background-color: #fff;
	line-height: 1.6;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

.shell {
	width: var(--shell-width);
	margin: 0 auto;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	background: var(--accent);
	color: #fff;
	font-weight: 600;
	border-radius: 999px;
	padding: 0.95rem 1.75rem;
	transition: background 0.2s ease, transform 0.2s ease;
	box-shadow: 0 10px 25px rgba(80, 188, 95, 0.35);
}

.btn svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.btn:hover {
	background: #fff;
	color: var(--accent-strong);
	transform: translateY(-2px);
}

.hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background-image: linear-gradient(120deg, rgba(19, 22, 39, 0.92), rgba(238, 238, 238, 0.51)), url("wp-content/uploads/2024/09/plano-de-saude-sami2-1.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
}

.hero__inner {
	text-align: center;
	padding: clamp(3rem, 8vw, 6rem) 0;
}

.hero__logo {
	width: min(280px, 60%);
	margin: 0 auto 1.5rem;
	border-radius: 22px;
}

.hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	font-weight: 600;
	color: #d7defb;
	margin-bottom: 1rem;
}

.hero__title {
  font-size: clamp(2.4rem, 4.8vw, 3.1rem);
  margin: 0 auto;
  max-width: 720px;
}

.hero__lead {
	margin: 1.6rem auto 2.8rem;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	color: #f1f4ff;
	max-width: 660px;
}

.hero__meta {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	font-size: 0.95rem;
	color: #d3d9ff;
}

.hero__meta span {
	padding-inline: 0.85rem;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

section {
	padding: clamp(3rem, 10vw, 5rem) 0;
}

.section-title {
	text-align: center;
	margin-bottom: 2.5rem;
}

.section-title h2 {
	font-size: clamp(2rem, 3vw, 2.75rem);
	margin: 0 0 0.75rem;
	color: var(--primary);
}

.section-title p {
	margin: 0 auto;
	max-width: 720px;
	color: var(--muted);
}

#diferenciais .section-title p {
	color: #fff;
}

#diferenciais .section-title h2 {
	color: #fff;
}

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.75rem;
}

#atuacao .cards,
.differentials .cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
	background: #fff;
	border-radius: var(--card-radius);
	padding: 2rem;
	box-shadow: var(--card-shadow);
	min-height: 100%;
}

.card__icon {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: rgba(36, 44, 76, 0.1);
	display: grid;
	place-items: center;
	margin-bottom: 1.2rem;
}

.card__icon svg {
	width: 28px;
	height: 28px;
	fill: var(--primary);
}

.card h3 {
	margin: 0 0 0.6rem;
	font-size: 1.15rem;
}

.card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
}

.cta-center {
	text-align: center;
	margin-top: 3rem;
}

.about {
	background: #f6f7fb;
}

.about__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2.5rem;
	align-items: center;
}

.about__media {
	border-radius: 36px;
	overflow: hidden;
	box-shadow: var(--card-shadow);
}

.about__text h2 {
	font-size: clamp(2rem, 3vw, 2.6rem);
	margin-top: 0;
}

.about__text p {
	color: var(--muted);
	margin-bottom: 1rem;
}

.faq {
	background: #fff;
}

details {
	border: 1px solid rgba(36, 44, 76, 0.15);
	border-radius: 18px;
	padding: 1rem 1.25rem;
	background: #fefefe;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

details summary {
	cursor: pointer;
	list-style: none;
	font-weight: 600;
	color: var(--primary);
}

details summary::-webkit-details-marker {
	display: none;
}

details[open] {
	border-color: var(--primary);
}

details + details {
	margin-top: 1rem;
}

details p {
	margin-bottom: 0;
	margin-top: 0.75rem;
	color: var(--muted);
}

.reviews {
	background: #f6f4f4;
}

.reviews__header {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	background: #fff;
	padding: 0.75rem 1.25rem;
	border-radius: 999px;
	box-shadow: 0 18px 40px rgba(36, 44, 76, 0.08);
	margin: 0 auto 2.5rem;
}

.reviews__badge {
	font-weight: 600;
	color: #202124;
}

.reviews__rating {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 600;
	color: #202124;
}

.reviews__rating svg {
	width: 18px;
	height: 18px;
	fill: #fbbc05;
}

.reviews__carousel {
	position: relative;
}

.reviews__viewport {
	overflow: hidden;
	border-radius: 28px;
}

.reviews__track {
	display: flex;
	transition: transform 0.45s ease;
}

.review-card {
	flex: 0 0 100%;
	background: #fff;
	border-radius: 24px;
	padding: 2.25rem;
	box-shadow: var(--card-shadow);
	min-height: 260px;
}

.review-card__head {
	display: flex;
	align-items: center;
	gap: 0.95rem;
}

.review-card__avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #e8ebf7;
	display: grid;
	place-items: center;
	font-weight: 600;
	color: var(--primary);
}

.review-card__meta strong {
	display: block;
	font-size: 1.05rem;
	color: var(--primary);
}

.review-card__meta span {
	color: var(--muted);
	font-size: 0.9rem;
}

.review-card__rating {
	display: flex;
	gap: 0.25rem;
	margin-top: 0.5rem;
}

.review-card__rating svg {
	width: 18px;
	height: 18px;
	fill: #fbbc05;
}

.review-card p {
	margin-top: 1.25rem;
	color: var(--primary-strong);
	font-size: 0.98rem;
}

.reviews__controls {
	position: absolute;
	inset: auto 0 -2rem;
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.reviews__control {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(36, 44, 76, 0.2);
	background: #fff;
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.reviews__control svg {
	width: 18px;
	height: 18px;
	fill: var(--primary);
}

.reviews__control:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.differentials {
	position: relative;
	color: #fff;
	background-image:
		linear-gradient(125deg, rgba(36, 44, 76, 0.92), rgba(36, 44, 76, 0.85)),
		url("wp-content/uploads/2024/09/Design-sem-nome-2023-04-18T112503.724-1.jpg");
	background-size: cover;
	background-position: center;
}

.differentials .card {
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	box-shadow: none;
}

.differentials .card p {
	color: #d6dcff;
}

.contact {
	background: #fff;
}

.contact__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.contact__map iframe {
	width: 100%;
	min-height: 320px;
	border: 0;
	border-radius: 28px;
	box-shadow: var(--card-shadow);
}

.contact__info {
	padding: 2rem;
	border-radius: 30px;
	box-shadow: var(--card-shadow);
}

.contact__info ul {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0;
	display: grid;
	gap: 1rem;
}

.contact__info li {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	color: var(--muted);
}

.contact__info svg {
	width: 20px;
	height: 20px;
	fill: var(--accent);
}

footer {
	background: var(--primary);
	color: #fff;
	padding: 2rem 0 3rem;
	text-align: center;
}

footer p {
	margin: 0.4rem auto;
	max-width: 880px;
}

.floating-whatsapp {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: #01e200;
	display: grid;
	place-items: center;
	box-shadow: 0 20px 40px rgba(1, 226, 0, 0.45);
	z-index: 10;
	transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
	transform: translateY(-4px) scale(1.02);
}

.floating-whatsapp svg {
	width: 32px;
	height: 32px;
	fill: #fff;
}

.floating-whatsapp img {
  max-width: 65%;
  display: block;
}

@media (max-width: 1024px) {
	#atuacao .cards,
	.differentials .cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.hero__meta {
		flex-direction: column;
		gap: 0.75rem;
	}

	.hero__meta span {
		border: 0;
		padding-inline: 0;
	}

	#atuacao .cards,
	.differentials .cards {
		grid-template-columns: 1fr;
	}

	.contact__info {
		padding: 1.5rem;
	}

	.contact__info .btn {
    margin-left: 15px;
   }

	.hero__title {
    font-size: 1.7rem !important;
    }
}
