:root {
	--primary: #31949f;
	--primary-dark: #237985;
	--primary-light: #e7f3f5;
	--primary-soft: #f3fafb;
	--accent: #1f83df;
	--dark: #07364a;
	--text: #22313f;
	--muted: #6f7882;
	--card: #ffffff;
	--border: #dcebee;
	--shadow: 0 24px 60px rgba(18, 74, 84, .12);
	--shadow-soft: 0 14px 34px rgba(18, 74, 84, .08);
	--radius: 24px
}

* {
	box-sizing: border-box
}

body {
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	color: var(--text);
	background: #fff;
	line-height: 1.65
}

.app-navbar {
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid #e8eef7
}

.navbar-brand {
	font-weight: 900;
	color: var(--primary);
	font-size: 1.55rem
}

.brand-logo {
	width: 58px;
	height: 58px;
	object-fit: contain;
	border-radius: 16px
}

.nav-link {
	font-weight: 700;
	color: #2f3548
}

.nav-link.active,
.nav-link:hover {
	color: var(--primary) !important
}

.btn-primary-custom {
	background: linear-gradient(135deg, var(--primary), var(--primary-dark));
	border: 0;
	color: #fff;
	border-radius: 12px;
	padding: .9rem 1.25rem;
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(49, 148, 159, .28)
}

.btn-primary-custom:hover {
	color: #fff;
	transform: translateY(-1px)
}

.btn-outline-custom {
	border: 1px solid var(--border);
	background: #fff;
	color: var(--dark);
	border-radius: 12px;
	padding: .9rem 1.25rem;
	font-weight: 800
}

.btn-outline-custom:hover {
	background: var(--soft);
	color: var(--primary)
}

.hero-section {
	padding: 140px 0 80px;
	background: radial-gradient(circle at 75% 45%, rgba(53, 181, 246, .18), transparent 28%), linear-gradient(180deg, #fff 0%, #f7fbff 100%);
	overflow: hidden
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	background: var(--primary-light);
	color: var(--primary);
	font-weight: 800;
	border-radius: 999px;
	padding: .5rem .8rem;
	margin-bottom: 1.3rem
}

.hero-title {
	font-size: clamp(2.7rem, 5vw, 5.2rem);
	line-height: 1.05;
	letter-spacing: -.06em;
	font-weight: 900;
	color: var(--dark);
	margin-bottom: 1.5rem
}

.hero-title span {
	color: var(--primary)
}

.hero-text {
	font-size: 1.15rem;
	color: #48536a;
	max-width: 620px;
	margin-bottom: 2rem
}

.hero-visual {
	position: relative;
	min-height: 560px
}

.hero-blob {
	position: absolute;
	inset: 80px 0 40px 70px;
	background: linear-gradient(135deg, #3bb8f6, #9ddfff);
	border-radius: 42% 58% 55% 45%;
	filter: drop-shadow(0 30px 60px rgba(49, 148, 159, .18))
}

.anatomy-img {
	position: absolute;
	left: 70px;
	top: 140px;
	width: 310px;
	/*opacity: .9;
	filter: saturate(.88) hue-rotate(128deg)*/
}

.phone-img {
	position: absolute;
	right: 50px;
	top: 0;
	width: 300px;
	max-width: 58%;
	border-radius: 38px;
	box-shadow: var(--shadow);
	transform: rotate(11deg)
}

section {
	padding: 76px 0
}

.section-kicker {
	display: block;
	color: var(--primary);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .78rem;
	margin-bottom: .7rem
}

.section-title {
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.1;
	letter-spacing: -.045em;
	font-weight: 900;
	color: var(--dark)
}

.trust-section {
	padding-top: 56px
}

.info-card,
.feature-card,
.step-card {
	display: flex;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
	transition: .2s ease
}
.step-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px;
  padding-left: 20px;
  border-radius: 20px;
  background: #d3e6f8;
  border-bottom: 0;
  margin-bottom: 14px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.info-card:hover,
.feature-card:hover,
.step-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow);
	color: inherit
}

.info-card {
	height: 100%;
	border-radius: 18px;
	padding: 28px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 1rem
}

.info-card i {
	font-size: 2.2rem;
	color: var(--primary)
}

.blue-soft-section {
	background: linear-gradient(90deg, #f5fbfc, #e8f3f5)
}

.check-list-dark {
	list-style: none;
	margin: 0;
	padding: 0
}

.check-list-dark li {
	display: flex;
	gap: .8rem;
	margin-bottom: 1rem;
	color: #344054
}

.check-list-dark i {
	color: var(--primary)
}

.promo-card {
	display: flex;
	align-items: center;
	gap: 24px;
	background: linear-gradient(135deg, var(--primary), #247b87);
	border-radius: 22px;
	color: #fff;
	padding: 44px;
	box-shadow: var(--shadow)
}

.promo-card img {
	width: 120px;
	height: 120px;
	border-radius: 22px;
    padding: 10px;
	background: rgba(255, 255, 255, .18)
}

.promo-card h3 {
	font-size: 2rem;
	font-weight: 900
}

.promo-card p {
	font-size: 1.5rem;
	margin: 0;
	line-height: 1.35
}

.feature-card {
	height: 100%;
	border-radius: 22px;
	padding: 30px;
	flex-direction: column
}

.feature-icon,
.step-card i {
	width: 64px;
	height: 64px;
	border-radius: 20px;
	background: var(--primary-light);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	margin-bottom: 1.3rem
}

.feature-card h3 {
	font-weight: 900;
	color: var(--primary);
	font-size: 1.4rem
}

.feature-card p {
	color: var(--muted);
	min-height: 52px
}

.feature-card strong {
	color: var(--primary);
	margin-top: auto
}

.feature-list {
	list-style-type: none;
}

.feature-list li {
	display: flex;
	gap: .8rem;
	margin-bottom: 1rem;
	color: #344054
}

.how-section {
	background: #fff
}

.step-card {
	height: 100%;
	border-radius: 20px;
	padding: 28px 18px;
	align-items: center;
	text-align: center;
	flex-direction: column
}

.step-card strong {
	display: block;
	color: var(--dark);
	margin-bottom: .5rem
}

.step-card span {
	color: var(--muted);
	font-size: .95rem
}

.cta-section {
	background: linear-gradient(180deg, #fff 0%, #e8f3f5 100%)
}

.cta-card {
	display: flex;
	align-items: center;
	gap: 28px;
	background: #fff;
	border: 1px solid #b8d6f0;
	border-radius: 24px;
	padding: 30px 42px;
	box-shadow: var(--shadow)
}

.cta-card img {
	width: 96px
}

.cta-card h2 {
	font-weight: 900;
	color: var(--dark);
	margin-bottom: .35rem
}

.cta-card p {
	margin: 0;
	color: var(--muted)
}

.about-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	gap: 28px;
	background: #fff;
	border: 1px solid #b8d6f0;
	border-radius: 24px;
	padding: 30px 42px;
	box-shadow: var(--shadow)
}

.footer {
	padding: 48px 0;
	background: #e8f3f5;
	color: #1e2b4a
}

.footer-logo {
	width: 42px;
	margin-right: .5rem
}

.footer a {
	display: block;
	text-decoration: none;
	color: #344054;
	margin-top: .5rem
}

.footer p {
	color: #667085;
	margin-top: .8rem
}

@media(max-width:991.98px) {
	.hero-section {
		padding-top: 110px
	}

	.hero-visual {
		min-height: 520px
	}

	.phone-img {
		right: 70px
	}

	.anatomy-img {
		left: 30px
	}

	.cta-card {
		flex-direction: column;
		text-align: center
	}

	.navbar-nav {
		padding: 1rem 0
	}
}

@media(max-width:575.98px) {
	.hero-section {
		padding: 105px 0 60px
	}

	.hero-visual {
		min-height: 390px
	}

	.hero-blob {
		inset: 70px 10px 40px 10px
	}

	.anatomy-img {
		width: 210px;
		left: 15px;
		top: 130px
	}

	.phone-img {
		width: 220px;
		right: 10px;
		top: 25px
	}

	.brand-logo {
		width: 46px;
		height: 46px
	}

	.promo-card {
		flex-direction: column;
		text-align: center;
		padding: 30px
	}

	.cta-card {
		padding: 28px 22px
	}

	section {
		padding: 58px 0
	}
}

.academic-card {
  background: #fff;
  border-radius: 30px;
  padding: 34px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

.academic-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: var(--primary-color, #1b9aaa);
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}

.badge-custom {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e9f8fb;
  color: var(--primary-color, #1b9aaa);
  font-weight: 800;
  font-size: .82rem;
  margin-bottom: 18px;
}

.academic-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
}

.academic-card p {
  color: #5d6b78;
}

.academic-meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.07);
}

.academic-meta p {
  margin-bottom: 8px;
  font-size: .95rem;
}

.objective-card {
  background: linear-gradient(135deg, #e9f8fb 0%, #ffffff 100%);
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 20px 55px rgba(0,0,0,.06);
}

.download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 12px 16px;
  text-decoration: none;
  color: #1e293b;
  font-weight: 600;
  transition: .2s;
}

.download-link i:first-child {
  color: #e11d48;
  font-size: 1.4rem;
}

.download-link small {
  display: block;
  font-size: .75rem;
  color: #64748b;
}

.download-link:hover {
  background: #eef8ff;
  transform: translateY(-2px);
}

.alert-info-custom {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #e9f8fb;
  border: 1px solid rgba(27,154,170,.18);
  border-radius: 24px;
  padding: 22px;
}

.alert-info-custom i {
  font-size: 1.7rem;
  color: var(--primary-color, #1b9aaa);
  flex-shrink: 0;
}

.alert-info-custom p {
  margin: 4px 0 0;
  color: #5d6b78;
}

.form-wrapper-card,
.question-card,
.result-card {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 38px rgba(0,0,0,.055);
}

.form-wrapper-card {
  padding: 30px;
}

.form-label-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1e293b;
}

.form-label-custom i {
  color: var(--primary-color, #1b9aaa);
}

.question-card {
  padding: 26px;
  margin-bottom: 20px;
}

.question-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.question-header span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--primary-color, #1b9aaa);
  color: #fff;
  font-weight: 900;
  flex-shrink: 0;
}

.question-header h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.35;
}

.answer-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.answer-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0,0,0,.08);
  background: #f8fafc;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}

.answer-options label:hover {
  background: #eef8ff;
  border-color: rgba(27,154,170,.35);
}

.answer-options input {
  accent-color: var(--primary-color, #1b9aaa);
}

.result-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  background: linear-gradient(135deg, #e9f8fb 0%, #ffffff 100%);
}

.result-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--primary-color, #1b9aaa);
  color: #fff;
  font-size: 1.7rem;
  flex-shrink: 0;
}

.result-card h4 {
  font-weight: 800;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .form-wrapper-card {
    padding: 22px;
  }

  .question-card {
    padding: 22px;
  }

  .question-header {
    align-items: flex-start;
  }

  .answer-options {
    flex-direction: column;
  }

  .answer-options label {
    width: 100%;
  }
}

.result-mini-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #f7fbff;
  border-radius: 20px;
  padding: 18px;
  height: 100%;
}

.result-mini-card i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--primary-color, #31949f);
  color: #fff;
  font-size: 1.25rem;
}

.result-mini-card span {
  color: #64748b;
  font-weight: 700;
}

.result-mini-card strong {
  font-size: 2rem;
  font-weight: 900;
  color: #1e293b;
}

.phone-result-card {
  background: linear-gradient(135deg, #e9f8fb 0%, #ffffff 100%);
  border-radius: 32px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.phone-result-img {
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 22px 35px rgba(0,0,0,.18));
}

.badge-status {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
}

.badge-status-danger {
  background: #fff1f2;
  color: #be123c;
}

.badge-status-success {
  background: #ecfdf5;
  color: #047857;
}

.pagination .page-link {
  border-radius: 12px;
  margin: 0 3px;
  color: var(--primary-color, #31949f);
  font-weight: 700;
}

.pagination .page-item.active .page-link {
  background: var(--primary-color, #31949f);
  border-color: var(--primary-color, #31949f);
  color: #fff;
}

.pagination {
  flex-wrap: wrap;
  gap: 6px;
}

.pagination .page-link {
  border-radius: 10px;
  min-width: 36px;
  text-align: center;
  color: var(--primary-color, #31949f);
  font-weight: 700;
  font-size: .85rem;
}

.pagination .page-item.active .page-link {
  background: var(--primary-color, #31949f);
  border-color: var(--primary-color, #31949f);
  color: #fff;
}

.insights-card {
  background: linear-gradient(135deg, #e9f8fb 0%, #ffffff 100%);
  border-radius: 28px;
  padding: 26px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 38px rgba(0,0,0,.055);
}

.insights-header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.insights-header > i {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--primary-color, #31949f);
  color: #fff;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.insights-header h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: #0f5f6a;
}

.insights-header p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: .9rem;
}

.insight-item {
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(0,0,0,.05);
}

.insight-item span {
  display: block;
  color: var(--primary-color, #31949f);
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
}

.insight-item p {
  margin: 4px 0 0;
  color: #334155;
  font-size: .9rem;
  font-weight: 600;
}

.insights-warning {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff8e8;
  color: #8a5a00;
  font-size: .85rem;
  font-weight: 700;
}

.insights-warning i {
  margin-top: 2px;
}

.card-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.section-eyebrow {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 4px;
}

.objective-list {
    display: grid;
    gap: 14px;
}

.objective-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.03);
}

.objective-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-top: 2px;
}

.icon-circle i {
    font-size: 40px; /* ajuste como quiser */
}

.articles-preview-section {
  background: #f8fbfd;
}

.article-home-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.article-home-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08) !important;
}

.article-home-card img {
  height: 220px;
  object-fit: cover;
}

.article-home-card h3 a:hover {
  color: var(--bs-primary) !important;
}