*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/fonts/DMSans-VariableFont_opsz,wght.woff') format('woff');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/fonts/DMSans-VariableFont_opsz,wght.woff') format('woff');
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/PlayfairDisplay-VariableFont_wght.woff') format('woff');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/PlayfairDisplay-VariableFont_wght.woff') format('woff');
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}

:root {
	--navy: #080f20;
	--navy-2: #0b1326;
	--navy-3: #10192e;
	--card: #121b30;
	--gold: #c9a96e;
	--gold-light: #e4c783;
	--gold-dark: #9f8045;
	--gold-pale: #f5ead8;
	--cream: #f8f5f0;
	--muted: rgba(243, 238, 230, .72);
	--soft: rgba(243, 238, 230, .46);
	--line: rgba(201, 169, 110, .18);
	--glass: rgba(255, 255, 255, .045);
	--gray: #b8bbc1;
	--ff-display: 'Playfair Display', Georgia, serif;
	--ff-body: 'DM Sans', system-ui, sans-serif;
	--r-sm: 10px;
	--r-md: 16px;
	--r-lg: 22px;
	--shadow: 0 22px 60px rgba(0, 0, 0, .42);
	--transition: .25s ease;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--navy);
	color: var(--cream);
	font-family: var(--ff-body);
	font-size: 15px;
	line-height: 1.65;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	text-decoration: none;
}

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

em {
	font-family: var(--ff-display);
	font-style: italic;
	color: var(--gold-dark);
	font-weight: 500;
}

img {
	max-width: 100%;
	display: block;
}

.icon-whatsapp{
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.icon-close{
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.icon-close-2{
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	margin-left: 5px;
}

.icon-lock{
	margin-top: 3px;
	width: 13px;
	height: 13px;
	flex-shrink: 0;
}

.icon-hero{
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.icon-navbar{
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.icon-section{
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

.icon-areas{
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.icon-diferenciais{
	margin-top: 10px;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.icon-situacoes{
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	margin-left: 7rem;
	flex-shrink: 0;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
}

.btn-whatsapp{
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.btn-whatsapp-form{
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 28px;
	position: relative;
	z-index: 2;
}

.container-wide {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 28px;
}

.glass-card {
	background: var(--glass);
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.orb {
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(90px);
	opacity: .20;
	z-index: 0;
}

.orb-1 {
	width: 420px;
	height: 420px;
	background: rgba(116, 132, 172);
	right: -130px;
	top: 20px;
}

.orb-2 {
	width: 350px;
	height: 350px;
	background: rgba(116, 132, 172);
	left: -180px;
	top: 350px;
	opacity: .20;
}

.orb-3 {
	width: 260px;
	height: 260px;
	background: rgba(116, 132, 172);
	left: 48%;
	top: 180px;
}

.orb-4 {
	width: 380px;
	height: 380px;
	background: var(--gold-dark);
	right: -140px;
	top: 20px;
	opacity: .20;
}

.orb-5,
.orb-6 {
	width: 480px;
	height: 480px;
	background: var(--gold-dark);
	left: -160px;
	top: 100px;
	opacity: .20;
}

.orb-7 {
	width: 380px;
	height: 380px;
	background: var(--gold-dark);
	left: 10%;
	bottom: 30px;
	opacity: .20;
}

/* NAV */
.navbar {
	position: fixed;
	z-index: 1000;
	top: 14px;
	left: 18px;
	right: 18px;
	background: var(--navy);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border: 1px solid rgba(201, 169, 110, .13);
	border-radius: 18px;
}

.navbar.scrolled {
	top: 8px;
	background: var(--navy);
	opacity: 0.95;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .38)
}

.nav-inner {
	max-width: 1350px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 18px;
	min-height: 40px;
}

.nav-logo {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: var(--cream);
	font-size: .8rem;
	font-weight: 500;
	opacity: 1;
}

.nav-logo img {
	max-width: 200px;
	width: 200px;
	height: auto;
	opacity: 1;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin-left: auto;
}

.nav-link {
	text-decoration: none;
	color: rgba(243, 238, 230, .72);
	font-size: .85rem;
	padding: 7px 12px;
	border-radius: 999px;
	transition: var(--transition);
}

.nav-link:hover,
.nav-link.active {
	background: rgba(255, 255, 255, .07);
	color: var(--cream);
}

.nav-cta {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	text-decoration: none;
	background: var(--gold);
	color: var(--navy-3);
	font-weight: 700;
	font-size: .73rem;
	padding: 8px 16px;
	border-radius: 999px;
	margin-left: 8px;
	transition: var(--transition);
}

.nav-cta:hover {
	background: var(--gold-dark);
	transform: translateY(-1px)
}

.nav-cta i {
	color: var(--navy-3);
}

.hamburger {
	display: none;
	background: transparent;
	border: 0;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	padding: 5px;
}

.hamburger span {
	width: 24px;
	height: 2px;
	background: var(--cream);
	border-radius: 2px;
}

.mobile-drawer {
	position: fixed;
	top: 0;
	right: -100%;
	width: min(330px, 86vw);
	height: 100dvh;
	background: var(--navy-2);
	border-left: 1px solid var(--line);
	z-index: 1100;
	padding: 80px 28px 32px;
	transition: right .32s ease;
}

.mobile-drawer.open {
	right: 0;
}

.drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .62);
	z-index: 1050;
	opacity: 0;
	pointer-events: none;
	transition: .3s
}

.drawer-overlay.open {
	opacity: 1;
	pointer-events: auto
}

.drawer-close {
	position: absolute;
	right: 22px;
	top: 20px;
	background: transparent;
	border: 0;
}

.drawer-links {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 4px
}

.drawer-link {
	display: block;
	text-decoration: none;
	color: var(--muted);
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.drawer-cta {
	margin-top: 20px;
	text-align: center;
	background: var(--gold);
	color: #111827 !important;
	border: 0;
	border-radius: 14px;
	font-weight: 700;
	padding: 13px 18px;
}

/* BUTTONS */
.btn-primary,
.btn-secondary,
.btn-close, .btn-hero {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	font-family: var(--ff-body);
	font-weight: 600;
	transition: var(--transition);
}

.btn-primary {
	background: var(--navy-3);
	color: var(--gold-light);
	border-radius: 12px;
	padding: 13px 24px;
	font-size: .9rem;
	box-shadow: 0 10px 24px rgba(201, 169, 110, .30);
}

.btn-primary:hover,
.btn-close:hover {
	background: var(--navy);
	transform: translateY(-2px);
}

.btn-secondary, .btn-hero {
	background: var(--gold);
	color: var(--navy-3);
	border: 1px solid rgba(201, 169, 110, .30);
	border-radius: 12px;
	padding: 13px 24px;
	font-size: .9rem;
	box-shadow: 0 28px 50px rgba(116, 132, 172, 0.20);
}

.btn-secondary:hover, .btn-hero:hover {
	background: var(--gold-dark);
	transform: translateY(-2px);
	box-shadow: 0 28px 85px rgba(116, 132, 172, 0.35);
}

/* HERO */
#inicio {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, var(--navy) 0%, var(--navy) 100%);
	padding: 200px 116px 140px 160px;
}

.hero-content {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 28px;
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
	gap: 150px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.hero-text {
	padding-top: 8px;
}

.hero-brand {
	display: inline-flex;
	align-items: center;
	margin-bottom: 34px;
}

.hero-brand img{
	max-width: 300px;
	height: auto;
}

h1 {
	font-family: var(--ff-display);
	font-weight: 500;
	font-size: clamp(2.2rem, 3.3vw, 3.3rem);
	line-height: 1.1;
	margin-bottom: 22px;
	color: var(--gold-light);
	letter-spacing: -.035em;
}

.hero-sub {
	font-size: .94rem;
	color: var(--cream);
	max-width: 500px;
	line-height: 1.8;
	margin-bottom: 15px;
}

.trust-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 35px;
}

.trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: .68rem;
	color: var(--gold-dark);
	font-weight: 500;
	background: rgb(201, 169, 110, 0.25);
	border: 1px solid rgb(201, 169, 110, 0.5);
	border-radius: 999px;
	padding: 7px 12px;
}

.trust-pill i {
	color: var(--gold-dark);
	font-size: .68rem;
}

.hero-image {
	position: relative;
	border: 3px solid var(--gold-dark);
	border-radius: 20px;
	overflow: hidden;
	min-height: 390px;
	background: var(--navy-3);
	box-shadow: 0 28px 70px rgba(116, 132, 172, 0.15);
}

.hero-image::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 15px 15px, rgba(201, 169, 110, .13) 1px, transparent 1.5px);
	background-size: 18px 18px;
	z-index: 1;
	opacity: .36;
	pointer-events: none;
}

.hero-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 15, 32, .23), transparent 42%, rgba(8, 15, 32, .12));
	z-index: 2;
	pointer-events: none;
}

.hero-image img {
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
	object-position: center top;
	filter: saturate(.92) contrast(1.02);
}

/* SITUACAO */
#situacao {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, var(--cream) 50%, var(--gold-pale) 100%);
	padding: 86px 0 132px;
}

.section-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.situacao-text {
	max-width: 1400px;
	justify-self: end;
}

.situacao-text h2 {
	font-family: var(--ff-display);
	font-size: clamp(1.75rem, 3.1vw, 2.6rem);
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.025em;
	margin-bottom: 24px;
  	color: var(--navy-3);
}

.situacao-text p {
	font-size: 1rem;
	color: var(--navy-3);
	margin-bottom: 16px;
	line-height: 1.75;
}

.glass-blockquote {
	border: 1px solid var(--gold-pale);
	border-left: 3px solid var(--gold);
	background: var(--gold-pale);
	border-radius: 0 8px 8px 0;
	padding: 14px 18px;
	margin: 22px 0 30px;
	color: var(--navy-3);
	font-size: .9rem;
	font-style: italic;
}

.situacao-cards {
	align-self: center;
	padding-top: 4px;
	max-width: 1400px;
}

.cards-label {
	font-size: 0.9rem;
	text-transform: normal;
	letter-spacing: .08em;
	color: var(--gold-dark);
	font-weight: 600;
	margin-bottom: 10px;
}

.cards-grid-2x2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.situation-card {
	min-height: 200px;
	padding: 17px 18px;
	background: var(--navy-3);
	border-radius: 16px;
	transition: var(--transition);
  	align-content: center;
	box-shadow: 0 28px 70px rgba(201, 169, 110, 0.30);
}

.situation-card:hover {
	transform: translateY(-2px);
	background: var(--navy-3);
}

.situation-card i {
	display: block;
	color: var(--gold);
	font-size: 2rem;
  	text-align: center;
	margin-bottom: 20px;
}

.situation-card p {
	font-size: .9rem;
	line-height: 1.52;
	color: var(--cream);
  	text-align: center;
}

/* CTA STRIP */
.cta-strip {
	background-color: rgba(31, 41, 66);
	padding: 58px 0 66px;
}

.cta-banner {
	width: 100%;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 20px;
	border: 1px solid var(--gold-dark);
	overflow: hidden;
	background: linear-gradient(90deg,rgba(8, 15, 32, 0.10) 0%,rgba(8, 15, 32, 0.10) 25%,rgba(8, 15, 32, 0.10) 50%), url('assets/mini-banner.webp') center/cover no-repeat;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}

.cta-banner-content {
	width: 100%;
	max-width: 1200px;
	padding: 42px 62px;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cta-banner h2 {
	font-family: var(--ff-display);
	font-size: clamp(1.75rem, 3.1vw, 2.6rem);
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.02em;
	margin-bottom: 10px;
}

.cta-banner p {
	font-size: 1rem;
	color: var(--cream);
	max-width: auto;
	line-height: 1.58;
	margin-bottom: 20px;
}

.cta-banner .btn-primary {
	font-size: .75rem;
	padding: 10px 18px;
	border-radius: 10px;
}

/* COMO FUNCIONA */
#como-funciona {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 15% 60%, var(--cream), transparent 50%), var(--gold-pale);
	padding: 100px 0 40px;
}

.section-header {
	text-align: center;
	max-width: 1400px;
	margin: 0 auto 0px;
	position: relative;
	z-index: 2;
}

.section-header h2 {
	font-family: var(--ff-display);
	font-size: clamp(1.75rem, 3.1vw, 2.6rem);
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: -.026em;
	margin-bottom: 25px;
  	color: var(--navy-3)
}

.section-intro {
	font-size: 0.9rem;
	color: var(--navy-3);
	line-height: 1.2;
	max-width: 1400px;
	margin: 0 auto;
}

.areas-diferenciais {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	max-width: 1000px;
	margin: 40px auto;
	gap: 30px;
	align-items: stretch;
	justify-content: center;
}

.areas-card,
.diferenciais-card {
	padding: 27px 30px;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--navy-3) 0%, var(--navy) 100%);
  	border: 1.75px solid var(--gold-dark);
	box-shadow: 0 28px 70px rgba(201, 169, 110, 0.3);
}

.card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
}

.card-header i {
	color: var(--gold);
	font-size: .95rem;
}

.card-header h3 {
	font-family: var(--ff-display);
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--gold);
}

.areas-list,
.diferenciais-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.areas-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--cream);
	font-size: .85rem;
}

.areas-list i {
	color: var(--gold);
	font-size: .75rem;
}

.diferenciais-list {
	gap: 15px;
}

.diferenciais-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.diferenciais-list li>i {
	color: var(--gold);
	font-size: 0.95rem;
	margin-top: 4px;
	width: 16px;
}

.diferenciais-list strong {
	display: block;
	font-size: 0.9rem;
	color: var(--cream);
	font-weight: 600;
	margin-bottom: 2px;
}

.diferenciais-list span {
	display: block;
	font-size: .8rem;
	line-height: 1.45;
	color: var(--cream);
}

.steps-section {
	margin-top: 0px;
  	margin-bottom: 50px;
}

.steps-title {
	text-align: center;
	font-family: var(--ff-display);
	font-size: 1.5rem;
	margin-bottom: 35px;
	color: var(--navy-3);
	font-weight: 700;
}

.steps-row {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 1400px;
	margin: 0 auto;
}

.step {
	position: relative;
	text-align: center;
	flex: 1;
	max-width: 1400px;
}

.step-circle {
	width: 54px;
	height: 54px;
	margin: 0 auto 20px;
	padding-bottom: 7px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gold);
	color: var(--navy-3);
	font-family: var(--ff-display);
	font-weight: 700;
	font-size: 1.5rem;
	box-shadow: 0 0 0 7px rgba(201, 169, 110, .12);
}

.step-connector {
	position: absolute;
	top: 27px;
	left: calc(50% + 21px);
	right: calc(-50% + 21px);
	height: 1px;
	background: rgba(201, 169, 110, .35);
}

.step-label {
	font-size: .8rem;
	line-height: 1.45;
	color: var(--navy-3);
	padding: 0 4px
}

.section-cta {
	text-align: center;
	margin-top: 40px;
}

/* DUVIDAS */
/* #duvidas {
	background: radial-gradient(circle at 15% 60%, var(--cream), transparent 50%), var(--gold-pale);
	padding: 100px 0 104px;
}

#duvidas .section-header {
	margin-bottom: 34px;
}
  */

.accordion-wrap {
	max-width: 1275px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.faq-item {
	border-radius: 13px;
	background: var(--gold);
  	border: 1px solid var(--gold-dark);
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(201, 169, 110, 0.30);
}

.faq-item:hover,
.faq-item[open] {
	background: var(--gold-dark);
}

.faq-item summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 17px 22px;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item h3 {
	font-family: var(--ff-body);
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--navy-3);
}

.faq-chevron {
	color: var(--gold-dark);
	font-size: 0.9rem;
	transition: var(--gold-light);
}

.faq-item[open] .faq-chevron {
	transform: rotate(180deg);
	color: var(--gold-light);
}

.faq-item:hover .faq-chevron {
	color: var(--gold-light);
}

.faq-answer {
	padding: 0 22px 18px;
}

.faq-answer p {
	font-size: 0.9rem;
  font-weight: 400;
	color: var(--navy-3);
	line-height: 1.65;
	text-align: start;
}

.faq-reassurance {
	text-align: center;
	max-width: 1400px;
	margin: 34px auto 0;
	color: var(--navy-3);
	font-size: .9rem;
	line-height: 1.55;
  font-weight: 400;
}

.faq-section{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(circle at 15% 60%, var(--cream), transparent 50%), var(--gold-pale);
    padding: 100px 0 104px;
}

.faq-section h2 {
	color: var(--navy-3);
	font-family: var(--ff-display);
	font-size: clamp(1.75rem, 3.1vw, 2.6rem);
	line-height: 1.03;
	letter-spacing: -.025em;
	margin-bottom: 30px;
	font-weight: 500;
}

/* ABOUT */
.about-section {
	background: var(--navy);
	padding: 58px 0;
}

.about-grid {
	max-width: 1300px;
	display: grid;
	grid-template-columns: 2fr 600px;
	gap: 100px;
	align-items: center;
}

.about-text {
	max-width: 100%;
}

.about-text h2 {
	font-family: var(--ff-display);
	font-size: clamp(1.75rem, 3.1vw, 2.6rem);
	line-height: 1.05;
	margin-bottom: 20px;
	color: var(--gold-light);
	font-weight: 500;
}

.about-text h2 em {
	color: var(--gold-dark);
}

.about-text p {
	font-size: .95rem;
	line-height: 1.55;
	margin-bottom: 12px;
	color: var(--cream);
	font-weight: 400;
}

.about-image {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	border: 2px solid var(--gold);
	box-shadow: 0 18px 35px rgba(0, 0, 0, .13);
}

.about-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

/* CLOSE */
.section-close {
	position: relative;
	background: radial-gradient(circle at 15% 60%, var(--cream), transparent 50%), var(--gold-pale);
	padding: 100px 0 104px;
	overflow: hidden;
}

.close-container {
	text-align: center;
	max-width: 1400px;
}

.urgency-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.75rem;
	color: var(--navy-3);
	font-weight: 600;
	background: #10192e0e;
	border: 1px solid #10192e0e;
	border-radius: 999px;
	padding: 8px 15px;
	margin-bottom: 20px;
}

.urgency-badge-2 {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.75rem;
	color: var(--gold);
	font-weight: 600;
	background: #f5ead81c;
	border: 1px solid #f5ead81c;
	border-radius: 999px;
	padding: 8px 15px;
	margin-bottom: 15px;
}

.section-close h2 {
	color: var(--navy-3);
	font-family: var(--ff-display);
	font-size: clamp(1.75rem, 3.1vw, 2.6rem);
	line-height: 1.03;
	letter-spacing: -.025em;
	margin-bottom: 22px;
	font-weight: 500;
}

.section-close em {
	color: var(--gold-dark);
}

.close-p1,
.close-p2 {
	font-size: .95rem;
	line-height: 1.5;
	color: var(--navy-3);
	margin: 20px auto 30px auto;
	max-width: 900px;
}

.close-location {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--soft);
	font-size: .78rem;
	margin: 18px 0 28px;
}

.close-location i {
	color: var(--gold);
}

.btn-close {
	background: var(--navy);
	color: var(--gold-light);
	border: 1px solid var(--navy);
	border-radius: 12px;
	padding: 15px 32px;
	font-size: 1rem;
	box-shadow: 0 10px 28px rgba(201, 169, 110, .25);
}

.btn-close:hover {
	background: var(--gold-light);
	color: var(--navy);
	border: 1px solid var(--gold);
	border-radius: 12px;
	padding: 15px 32px;
	font-size: 1rem;
	box-shadow: 0 10px 28px rgba(201, 169, 110, .25);
}

.close-micro {
	font-size: .8rem;
	font-style: italic;
	color: var(--gold-dark);
	margin-top: 20px;
	text-align: center;
}

.footer {
	display: inline;
	max-width: 1400px;
	align-items: center;
	justify-content: center;
	color: var(--navy);
	padding: 0 2rem 0 2rem;
	border-top: 1px solid rgba(255, 255, 255, .05);
}

.footer-inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--muted);
	font-family: var(--ff-display);
	font-size: .9rem;
}

.footer-logo img {
	max-width: 300px;
	width: 300px;
	height: auto;
	padding: 0 0 0.5rem 0;
}

.footer-legal {
	font-weight: 400;
	font-size: .75rem;
	color: var(--soft);
	line-height: 0.75;
}

.footer-legal b {
	font-weight: 600;
}

.footer-copy {
	font-weight: 400;
	font-size: .75rem;
	color: var(--soft);
}

.footer-copy b {
	font-weight: 600;
}

/* MODAL */
#modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .74);
	backdrop-filter: blur(8px);
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	transition: .25s ease;
}

#modal-overlay.open {
	opacity: 1;
	pointer-events: auto;
}

.modal-box {
	position: relative;
	width: 100%;
	max-width: 440px;
	padding: 42px 38px 38px;
	background: var(--card);
	border-radius: 22px;
}

.modal-close {
	position: absolute;
	padding: 5px;
	right: 18px;
	top: 16px;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 10px;
	background: rgba(255, 255, 255, .06);
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.modal-icon {
	width: 52px;
	height: 52px;
	padding: 10px;
	border-radius: 14px;
	background: rgba(201, 169, 110, .13);
	border: 1px solid rgba(201, 169, 110, .28);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gold);
	font-size: 1.25rem;
	margin-bottom: 18px;
}

.modal-icon img{
	width: 52px;
	height: auto;
}

.modal-body h2 {
	font-family: var(--ff-display);
	font-size: 1.55rem;
	margin-bottom: 8px;
	font-weight: 600;
}

.modal-body>p {
	font-size: .88rem;
	color: var(--muted);
	margin-bottom: 24px;
}

.modal-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.form-group label {
	font-size: .78rem;
	color: var(--muted);
	font-weight: 700;
}

.form-group input {
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	padding: 13px 15px;
	color: var(--cream);
	font-family: var(--ff-body);
	outline: 0;
}

.form-group input:focus {
	border-color: rgba(201, 169, 110, .55);
	box-shadow: 0 0 0 3px rgba(201, 169, 110, .1);
}

.form-group input.invalid {
	border-color: rgba(230, 92, 92, .65);
}

.field-error {
	font-size: .72rem;
	min-height: 15px;
	color: #e07070;
}

.btn-modal-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--gold);
	color: var(--navy-3);
	font-size: 15px;
	font-weight: 600;
	font-family: var(--ff-body);
	padding: 15px 15px 15px 0;
	border: 0;
	border-radius: 13px;
	cursor: pointer;
}

.btn-modal-submit:hover {
	background: var(--gold-light);
}

.btn-modal-submit:disabled {
	opacity: .55;
	cursor: not-allowed;
}

.form-trust {
	display: flex;
	align-items: left;
	justify-content: left;
	gap: 7px;
	color: var(--soft);
	font-size: .72rem;
}

.form-trust i {
	margin-top: 4px;
	color: var(--gold);
}

.modal-success {
	text-align: center;
	padding: 14px 0;
}

.success-icon {
	font-size: 3rem;
	color: var(--gold);
	margin-bottom: 15px;
}

.modal-success h3 {
	font-family: var(--ff-display);
	font-size: 1.35rem;
	margin-bottom: 8px;
}

.modal-success p {
	font-size: .86rem;
	color: var(--muted);
}

/* ANIMATION */
[data-animate] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .55s ease, transform .55s ease;
}

[data-animate].visible {
	opacity: 1;
	transform: none;
}

[data-animate][data-delay="100"] {
	transition-delay: .1s;
}

[data-animate][data-delay="150"] {
	transition-delay: .15s;
}

[data-animate][data-delay="200"] {
	transition-delay: .2s;
}

[data-animate][data-delay="250"] {
	transition-delay: .25s;
}

@media(prefers-reduced-motion:reduce) {
	[data-animate] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

/* WHATSAPP FLOATING BUTTON */
.whatsapp-float {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 1600;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: var(--gold);
	color: #111827;
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: 0 18px 34px rgba(0, 0, 0, .34), 0 0 0 8px rgba(201, 169, 110, 0.048);
	transition: var(--transition);
}

.whatsapp-float i {
	font-size: 1.78rem;
	line-height: 1;
}

.whatsapp-float:hover {
	background: var(--gold-light);
	transform: translateY(-3px);
	box-shadow: 0 22px 42px rgba(0, 0, 0, .38), 0 0 0 10px rgba(201, 169, 110, .14);
}

.whatsapp-float:focus-visible {
	outline: 3px solid rgba(243, 238, 230, .78);
	outline-offset: 4px;
}

@media(max-width:768px) {
	.whatsapp-float {
		right: 18px;
		bottom: 18px;
		width: 54px;
		height: 54px;
	}

	.whatsapp-float i {
		font-size: 1.62rem;
	}

	.btn-hero{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
	}
}

/* RESPONSIVE */
@media(max-width:900px) {
	.nav-logo span {
		display: none;
	}

	.nav-links {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	.hero-content {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 0 22px;
	}

	.hero-text {
		text-align: center;
	}

	.hero-brand {
		margin-bottom: 24px;
	}

	.hero-sub {
		margin-left: auto;
		margin-right: auto;
	}

	.trust-bar {
		justify-content: center;
	}

	.hero-image {
		max-width: 620px;
		margin: 0 auto;
		width: 100%;
		min-height: 320px;
		box-shadow: none;
	}

	.hero-image img {
		min-height: 320px;
	}

	.section-grid-2,
	.areas-diferenciais,
	.about-grid {
		grid-template-columns: 1fr;
	}

	.situacao-text,
	.situacao-cards {
		justify-self: center;
		max-width: 620px;
		text-align: left;
	}

	.about-grid {
		gap: 28px;
		max-width: 1200px;
	}

	.about-image img {
		height: 337px;
		width: 598px;
	}

	.steps-row {
		flex-direction: column;
		gap: 22px;
		max-width: 360px
	}

	.step {
		display: flex;
		align-items: flex-start;
		text-align: left;
		max-width: none;
		width: 100%
	}

	.step-circle {
		margin: 0 16px 0 0
	}

	.step-connector {
		display: none
	}

	.step-label {
		padding-top: 8px
	}

	.cta-banner-content {
		padding: 36px 30px
	}

	.cards-grid-2x2 {
		grid-template-columns: 1fr 1fr
	}

	.btn-hero{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
	}
}

@media(max-width:768px) {
	.container {
		padding: 0 22px
	}

	.navbar {
		top: 10px;
		left: 10px;
		right: 10px;
	}

	.nav-inner {
		padding: 10px 15px;
	}

	#inicio {
		padding: 96px 0 86px;
	}

	h1 {
		font-size: 2.65rem;
	}

	.hero-sub {
		font-size: .88rem;
	}

	.hero-image {
		border-radius: 24px;
		min-height: 300px;
		box-shadow: none;
	}

	.hero-image img {
		min-height: 300px;
	}

	#situacao,
	#escritorio,
	#duvidas {
		padding: 76px 0;
	}

	.section-grid-2 {
		gap: 34px;
	}

	.situacao-text h2,
	.section-header h2,
	.section-close h2 {
		font-size: 2.15rem;
	}

	.cta-strip {
		padding: 42px 0;
	}

	.cta-banner {
		min-height: 210px;
	}

	.cta-banner h2 {
		font-size: 1.75rem;
	}

	.areas-diferenciais {
		gap: 20px;
	}

	.cards-grid-2x2 {
		grid-template-columns: 1fr;
	}

	.about-section {
		padding: 44px 0;
	}

	.section-close {
		padding: 78px 0;
	}

	.modal-box {
		padding: 36px 24px 30px;
	}

	.btn-primary,
	.btn-secondary,
	.btn-close {
		width: auto
	}

	.btn-hero{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
	}
}

@media(max-width:420px) {
	.hero-brand {
		font-size: .72rem
	}

	.hero-brand i {
		font-size: 1.7rem
	}

	h1 {
		font-size: 2.28rem
	}

	.btn-primary,
	.btn-secondary,
	.btn-close {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px
	}

	.trust-bar {
		gap: 7px
	}

	.trust-pill {
		font-size: .62rem
	}

	.cta-banner-content {
		padding: 30px 22px
	}

	.cta-banner h2 {
		font-size: 1.55rem
	}

	.about-image img {
		height: 210px
	}

	.btn-hero{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
	}
}
/* =========================================================
   AJUSTES MOBILE — responsividade, tipografia e espaçamentos
   Mantém design, layout e conteúdo originais.
   ========================================================= */
@media (max-width: 900px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.container,
	.hero-content,
	.footer-inner {
		max-width: 100%;
	}

	.nav-logo img {
		width: min(185px, 58vw);
		max-width: 185px;
	}

	.mobile-drawer .nav-link {
		display: block;
		width: 100%;
		padding: 13px 0;
		border-radius: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .06);
		font-size: .86rem;
		line-height: 1.35;
		color: var(--muted);
		background: transparent;
	}

	.mobile-drawer .nav-link.active,
	.mobile-drawer .nav-link:hover {
		background: transparent;
		color: var(--cream);
	}

	#inicio {
		padding: 108px 0 70px;
	}

	.hero-content {
		gap: 30px;
		padding: 0 22px;
	}

	.hero-brand {
		justify-content: center;
		margin-bottom: 22px;
	}

	.hero-brand img {
		width: min(260px, 78vw);
		max-width: 260px;
	}

	h1 {
		font-size: clamp(2.02rem, 10.2vw, 2.55rem);
		line-height: 1;
		margin-bottom: 18px;
	}

	.hero-sub {
		font-size: .9rem;
		line-height: 1.65;
		max-width: 560px;
		margin-bottom: 18px;
	}

	.trust-bar {
		gap: 8px;
		margin-bottom: 28px;
	}

	.trust-pill {
		font-size: .66rem;
		line-height: 1.2;
		padding: 7px 10px;
	}

	.hero-image {
		width: min(100%, 560px);
		min-height: 290px;
		border-radius: 20px;
		box-shadow: none;
	}

	.hero-image img {
		min-height: 290px;
		object-position: center top;
	}

	#situacao,
	#como-funciona,
	.faq-section,
	.section-close {
		padding: 40px 0;
	}

	.cta-strip {
		padding: 44px 0;
	}

	.section-grid-2 {
		gap: 30px;
	}

	.situacao-text,
	.situacao-cards,
	.section-header,
	.close-container {
		width: 100%;
		max-width: 620px;
	}

	.situacao-text h2,
	.section-header h2,
	.faq-section h2,
	.section-close h2,
	.about-text h2,
	.cta-banner h2 {
		font-size: clamp(1.72rem, 8vw, 2.08rem);
		line-height: 1.08;
	}

	.situacao-text p,
	.section-intro,
	.faq-answer p,
	.faq-reassurance,
	.close-p1,
	.close-p2,
	.about-text p,
	.cta-banner p {
		font-size: .9rem;
		line-height: 1.6;
	}

	.cards-label {
		font-size: .78rem;
		line-height: 1.35;
		margin-bottom: 16px;
	}

	.situation-card {
		min-height: auto;
		padding: 22px 18px;
	}

	.situation-card i {
		font-size: 1.65rem;
		margin-bottom: 14px;
	}

	.situation-card p {
		font-size: .88rem;
		text-align: center;
	}

	.cta-banner {
		min-height: 0;
		background-position: center;
	}

	.cta-banner-content {
		width: 100%;
		padding: 34px 28px;
	}

	.areas-diferenciais {
		width: 100%;
		max-width: 620px;
		margin: 34px auto;
		gap: 18px;
	}

	.areas-card,
	.diferenciais-card {
		padding: 24px 22px;
	}

	.card-header {
		margin-bottom: 18px;
	}

	.card-header h3 {
		font-size: 1.18rem;
	}

	.areas-list li,
	.diferenciais-list strong {
		font-size: .86rem;
	}

	.diferenciais-list span {
		font-size: .79rem;
	}

	.steps-section {
		margin-bottom: 38px;
	}

	.steps-title {
		font-size: 1.34rem;
		line-height: 1.15;
		margin-bottom: 26px;
	}

	.step-circle {
		width: 37px;
		height: 37px;
		font-size: 1rem;
		padding-bottom: 5px;
		flex: 0 0 37px;
	}

	.step-label {
		font-size: .82rem;
		line-height: 1.4;
	}

	.faq-item summary {
		padding: 16px 18px;
		gap: 12px;
	}

	.faq-item h3 {
		font-size: .88rem;
		line-height: 1.35;
	}

	.faq-answer {
		padding: 0 18px 16px;
	}

	.about-section {
		padding: 56px 0;
	}

	.about-grid {
		gap: 30px;
	}

	.about-image {
		height: auto;
	}

	.about-image img {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}

	.footer {
		display: block;
		padding: 34px 22px 24px;
	}

	.footer-logo img {
		width: min(240px, 72vw);
		max-width: 240px;
	}

	.footer-copy {
		font-size: .72rem;
		line-height: 1.45;
		text-align: center;
	}

	.btn-hero{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 20px;
	}

	.navbar {
		top: 10px;
		left: 10px;
		right: 10px;
		border-radius: 16px;
	}

	.nav-inner {
		min-height: 48px;
		padding: 9px 14px;
	}

	#inicio {
		padding: 98px 0 60px;
	}

	.hero-content {
		padding: 0 20px;
		gap: 26px;
	}

	.hero-text {
		padding-top: 0;
	}

	.hero-image {
		min-height: 270px;
		box-shadow: none;
	}

	.hero-image img {
		min-height: 270px;
	}

	#situacao,
	#como-funciona,
	.faq-section,
	.section-close {
		padding: 35px 0;
	}

	.cta-strip {
		padding: 38px 0;
	}

	.glass-blockquote {
		padding: 13px 15px;
		margin: 20px 0 26px;
	}

	.cards-grid-2x2 {
		gap: 16px;
	}

	.cta-banner-content {
		padding: 30px 24px;
	}

	.section-header h2,
	.faq-section h2,
	.section-close h2 {
		margin-bottom: 20px;
	}

	.section-intro {
		line-height: 1.55;
	}

	.section-cta {
		margin-top: 32px;
	}

	.close-p1,
	.close-p2 {
		margin: 18px auto 26px;
	}

	.modal-box {
		max-height: calc(100dvh - 28px);
		overflow-y: auto;
		padding: 34px 24px 28px;
	}

	.form-trust {
		align-items: flex-start;
		font-size: 0.7rem;
		line-height: 1.35;
		text-align: left;
	}

	.form-trust i {
	margin-top: 2px;
	}

	.btn-hero{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 18px;
	}

	.nav-logo img {
		width: min(165px, 58vw);
		max-width: 165px;
	}

	.mobile-drawer {
		width: min(318px, 88vw);
		padding: 72px 24px 30px;
	}

	#inicio {
		padding: 92px 0 54px;
	}

	.hero-content {
		padding: 0 18px;
	}

	.hero-brand img {
		width: min(230px, 74vw);
	}

	h1 {
		font-size: clamp(1.86rem, 9.7vw, 2.2rem);
		margin-bottom: 16px;
	}

	.hero-sub {
		font-size: .86rem;
		line-height: 1.58;
	}

	.trust-bar {
		margin-bottom: 24px;
	}

	.trust-pill {
		font-size: .62rem;
		padding: 6px 9px;
	}

	.hero-image {
		min-height: 245px;
		border-radius: 18px;
		box-shadow: none;
	}

	.hero-image img {
		min-height: 245px;
	}

	#situacao,
	#como-funciona,
	.faq-section,
	.section-close {
		padding: 30px 0;
	}

	.situacao-text h2,
	.section-header h2,
	.faq-section h2,
	.section-close h2,
	.about-text h2,
	.cta-banner h2 {
		font-size: clamp(1.55rem, 7.8vw, 1.82rem);
	}

	.situacao-text p,
	.section-intro,
	.faq-answer p,
	.faq-reassurance,
	.close-p1,
	.close-p2,
	.about-text p,
	.cta-banner p {
		font-size: .86rem;
	}

	.btn-primary,
	.btn-secondary,
	.btn-close,
	.btn-modal-submit {
		width: 100%;
		min-height: 46px;
		padding-left: 16px;
		padding-right: 16px;
		font-size: .85rem;
		line-height: 1.25;
		text-align: center;
	}

	.situation-card {
		padding: 20px 16px;
		text-align: center;
	}

	.cta-banner {
		border-radius: 18px;
	}

	.cta-banner-content {
		padding: 28px 20px;
	}

	.areas-card,
	.diferenciais-card {
		padding: 22px 18px;
	}

	.steps-row {
		gap: 18px;
		max-width: 100%;
	}

	.faq-item summary {
		padding: 15px 16px;
	}

	.about-section {
		padding: 48px 0;
	}

	.about-image img {
		aspect-ratio: 4 / 3;
	}

	.modal-box {
		padding: 32px 20px 26px;
		border-radius: 18px;
	}

	.whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 52px;
		height: 52px;
	}

	.btn-hero{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
	}
}

@media (max-width: 360px) {
	.nav-logo img {
		width: 145px;
	}

	h1 {
		font-size: 1.74rem;
	}

	.hero-image,
	.hero-image img {
		min-height: 220px;
	}

	.trust-bar {
		align-items: center;
	}

	.trust-pill {
		max-width: 100%;
	}

	.situacao-text h2,
	.section-header h2,
	.faq-section h2,
	.section-close h2,
	.about-text h2,
	.cta-banner h2 {
		font-size: 1.46rem;
	}

	.card-header h3,
	.steps-title {
		font-size: 1.16rem;
	}

	.btn-hero{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
	}
}


/* =========================================================
   OTIMIZAÇÕES PAGESPEED, ACESSIBILIDADE E RESPONSIVO
   ========================================================= */
:focus-visible {
	outline: 3px solid var(--gold-light);
	outline-offset: 3px;
}

.nav-logo,
.nav-link,
.nav-cta,
.drawer-link,
.drawer-cta,
.btn-primary,
.btn-secondary,
.btn-hero,
.btn-close,
.btn-modal-submit,
.whatsapp-float,
.modal-close,
.hamburger,
.drawer-close {
	-webkit-tap-highlight-color: transparent;
}

.faq-chevron {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform .2s ease, color .2s ease;
	color: var(--gold-dark);
}

.faq-item[open] .faq-chevron {
	transform: rotate(225deg);
	color: var(--gold-light);
}

.footer-copy,
.footer-copy a,
.footer-copy b {
	color: var(--cream);
	text-align: center;
}

.footer-copy a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-align: center;
}

.success-icon span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
}

@media (min-width: 901px) {
	#inicio {
		padding-left: clamp(40px, 7vw, 160px);
		padding-right: clamp(40px, 5vw, 116px);
	}

	.hero-content {
		gap: clamp(56px, 8vw, 150px);
	}
}

@media (max-width: 900px) {
	.navbar {
		left: 12px;
		right: 12px;
	}

	.hero-content,
	.section-grid-2,
	.areas-diferenciais,
	.about-grid {
		align-items: center;
	}

	.icon-situacoes {
		margin-left: auto;
		margin-right: auto;
	}

	.situacao-cards,
	.situacao-text,
	.about-text,
	.close-container,
	.section-header {
		margin-left: auto;
		margin-right: auto;
	}

	.about-image {
		max-width: 598px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	.nav-inner {
		gap: 14px;
	}

	.nav-logo img {
		height: auto;
	}

	.hero-brand img,
	.footer-logo img {
		height: auto;
	}

	.cards-grid-2x2 {
		grid-template-columns: 1fr;
	}

	.situation-card p,
	.faq-item h3,
	.faq-answer p {
		text-wrap: pretty;
	}

	.footer-copy {
		max-width: 320px;
		margin-inline: auto;
		text-align: center;
	}
}

/* =========================================================
   AJUSTE SOLICITADO: textos alinhados à esquerda apenas no mobile
   Mantém desktop, layout, cores e conteúdo inalterados.
   ========================================================= */
@media (max-width: 768px) {
	.hero-text,
	.situacao-text,
	.situacao-cards,
	.cta-banner-content,
	.section-header,
	.areas-card,
	.diferenciais-card,
	.steps-section,
	.step,
	.faq-section,
	.faq-item,
	.faq-answer,
	.about-text,
	.close-container,
	.modal-box,
	.drawer-links {
		text-align: left !important;
	}

	.hero-text h1,
	.hero-text p,
	.situacao-text h2,
	.situacao-text p,
	.cards-label,
	.cta-banner-content h2,
	.cta-banner-content p,
	.section-header h2,
	.section-header p,
	.card-header h3,
	.areas-list li,
	.diferenciais-list li,
	.diferenciais-list strong,
	.diferenciais-list span,
	.steps-title,
	.step-label,
	.faq-section h2,
	.faq-item h3,
	.faq-answer p,
	.faq-reassurance,
	.about-text h2,
	.about-text p,
	.close-container h2,
	.close-p1,
	.modal-box h2,
	.modal-box p,
	.modal-box label,
	.drawer-links a {
		text-align: left !important;
	}
}
