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

:root {
  --navy: #0A1628;
  --navy2: #0F1F38;
  --navy3: #162945;
  --blue: #185FA5;
  --blue-light: #378ADD;
  --blue-pale: #E6F1FB;
  --gold: #EF9F27;
  --gold-pale: #FAEEDA;
  --green: #0F6E56;
  --green-light: #1D9E75;
  --green-pale: #E1F5EE;
  --white: #FFFFFF;
  --off-white: #F7F5F0;
  --cream: #EEE9DF;
  --text: #1A1814;
  --text2: #4A4640;
  --text3: #7A746E;
  --border: rgba(10,22,40,0.1);
}

html { scroll-behavior: smooth; }

body {
  font-family: Verdana, sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 5%;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.logo {
  font-family: Verdana, sans-serif; font-weight: 600; font-size: 1.1rem;
  color: var(--navy); letter-spacing: 0.02em; display: flex; align-items: center; gap: 10px;
}

/* Define o tamanho da imagem da logo no header */
.logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

/* Define o tamanho da imagem da logo no rodapé (um pouco menor) */
footer .logo img {
  height: 50px;
}

.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-size: 0.88rem; color: var(--text2); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--navy); }
.nav-cta {
  background: var(--navy); color: white; border: none; border-radius: 7px;
  padding: 0.65rem 1.4rem; font-family: Verdana, sans-serif; font-weight: bold; font-size: 0.88rem;
  cursor: pointer; text-decoration: none; transition: background 0.2s; letter-spacing: 0.02em;
}
.nav-cta:hover { background: var(--navy2); }

/* HERO */
.hero {
  background: var(--navy);
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 7rem 5% 4rem;
  position: relative; overflow: hidden; gap: 4rem;
}
.hero::after {
  content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 50%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.75rem; font-weight: bold; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.8rem;
}
.hero-eyebrow span {
  width: 24px; height: 1px; background: var(--gold); display: inline-block;
}
.hero h1 {
  font-family: Verdana, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: bold; line-height: 1.12;
  color: white; margin-bottom: 1.5rem;
}
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-body { font-size: 1rem; color: rgba(255,255,255,0.65); max-width: 480px; line-height: 1.75; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn-gold {
  background: var(--gold); color: var(--navy); border: none; border-radius: 7px;
  padding: 0.9rem 1.8rem; font-family: Verdana, sans-serif; font-weight: bold; font-size: 0.92rem;
  cursor: pointer; text-decoration: none; transition: all 0.2s; letter-spacing: 0.02em;
}
.btn-gold:hover { background: #d18e20; transform: translateY(-1px); }
.btn-outline-w {
  background: transparent; color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 7px; padding: 0.9rem 1.6rem; font-family: Verdana, sans-serif; font-size: 0.92rem;
  cursor: pointer; text-decoration: none; transition: all 0.2s;
}
.btn-outline-w:hover { color: white; border-color: rgba(255,255,255,0.4); }

/* HERO RIGHT — CARD */
.hero-card-wrap { position: relative; z-index: 1; }
.hero-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 2rem; backdrop-filter: blur(4px);
}
.hero-card-title { font-size: 0.78rem; color: rgba(255,255,255,0.45); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.4rem; font-weight: bold; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
.check-list li {
  display: flex; align-items: flex-start; gap: 12px; font-size: 0.92rem;
  color: rgba(255,255,255,0.8); line-height: 1.5;
}
.check-list li::before {
  content: ''; width: 18px; height: 18px; border-radius: 50%;
  background: rgba(29,158,117,0.2); border: 1px solid rgba(29,158,117,0.4);
  flex-shrink: 0; margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%235DCAA5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.hero-divider { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin: 1.5rem 0; }
.hero-card-alert {
  background: rgba(239,159,39,0.1); border: 1px solid rgba(239,159,39,0.2);
  border-radius: 10px; padding: 1rem 1.2rem;
  font-size: 0.84rem; color: rgba(255,255,255,0.8); line-height: 1.55;
}
.hero-card-alert strong { color: var(--gold); }

/* BAND */
.numbers-band {
  background: var(--off-white); border-bottom: 1px solid var(--border);
  padding: 2.5rem 5%;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.nb-item { text-align: center; padding: 1rem; }
.nb-item strong {
  font-family: Verdana, sans-serif; font-size: 2rem; font-weight: bold;
  color: var(--navy); display: block; line-height: 1.1;
}
.nb-item span { font-size: 0.82rem; color: var(--text3); line-height: 1.4; }

/* SECTION BASE */
section { padding: 6rem 5%; }
.label {
  font-size: 0.72rem; font-weight: bold; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--blue-light); margin-bottom: 0.8rem;
}
.stitle {
  font-family: Verdana, sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: bold; line-height: 1.18; max-width: 560px; margin-bottom: 1rem;
  color: var(--navy);
}
.ssub { font-size: 1rem; color: var(--text2); max-width: 480px; line-height: 1.7; }

/* PROBLEM */
.problem { background: var(--white); }
.problem-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-top: 1rem;
}
.risk-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0; }
.risk-row {
  display: flex; gap: 1.5rem; padding: 1.6rem 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.risk-row:first-child { border-top: 1px solid var(--border); }
.rr-num {
  font-family: Verdana, sans-serif; font-size: 1.8rem; font-weight: bold;
  color: var(--cream); flex-shrink: 0; width: 2.5rem; line-height: 1;
}
.rr-title { font-weight: bold; font-size: 0.95rem; color: var(--navy); margin-bottom: 0.4rem; }
.rr-text { font-size: 0.88rem; color: var(--text2); line-height: 1.65; }
.rr-tag {
  display: inline-block; font-size: 0.7rem; padding: 0.2rem 0.6rem; border-radius: 4px;
  margin-top: 0.5rem; font-weight: bold; letter-spacing: 0.04em;
}

.problem-visual {
  background: var(--navy); border-radius: 20px; padding: 2.5rem; color: white; position: relative; overflow: hidden;
}
.problem-visual::before {
  content: 'ATENÇÃO'; position: absolute; top: -1rem; right: -1rem;
  font-family: Verdana, sans-serif; font-size: 5rem; font-weight: bold;
  color: rgba(255,255,255,0.03); line-height: 1; pointer-events: none;
}
.pv-title { font-size: 0.75rem; font-weight: bold; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.myth-row {
  margin-bottom: 1.5rem; padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.myth-row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.myth-label { font-size: 0.7rem; font-weight: bold; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.5rem; }
.myth-text { font-size: 0.9rem; line-height: 1.55; }
.myth-myth .myth-label { color: #F09595; }
.myth-myth .myth-text { color: rgba(255,255,255,0.5); text-decoration: line-through; text-decoration-color: rgba(242,75,74,0.4); }
.myth-fact .myth-label { color: #5DCAA5; margin-top: 0.8rem; }
.myth-fact .myth-text { color: rgba(255,255,255,0.85); }

/* SOLUTION */
.solution { background: var(--off-white); }
.sol-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; margin-top: 0; }
.sol-intro { position: sticky; top: 6rem; }
.sol-items { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 0; }
.sol-item {
  background: var(--white); border: 1px solid var(--border); border-radius: 14px;
  padding: 2rem; display: flex; gap: 1.5rem; align-items: flex-start;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.sol-item:hover {
  border-color: rgba(24,95,165,0.25);
  box-shadow: 0 4px 20px rgba(24,95,165,0.08);
}
.sol-icon {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  background: var(--blue-pale); display: flex; align-items: center; justify-content: center;
}
.sol-icon svg { width: 22px; height: 22px; color: var(--blue); }
.sol-item-title { font-weight: bold; font-size: 1rem; color: var(--navy); margin-bottom: 0.5rem; }
.sol-item-text { font-size: 0.88rem; color: var(--text2); line-height: 1.65; }

/* PROCESS */
.process { background: var(--navy); color: white; }
.process .stitle { color: white; }
.process .ssub { color: rgba(255,255,255,0.6); }
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 3.5rem; position: relative;
}
.process-steps::before {
  content: ''; position: absolute; top: 1.5rem; left: 12.5%; right: 12.5%; height: 1px;
  background: rgba(255,255,255,0.1); z-index: 0;
}
.step {
  text-align: center; padding: 0 1.5rem; position: relative; z-index: 1;
}
.step-dot {
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--navy3); border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-family: Verdana, sans-serif; font-size: 1rem; font-weight: bold; color: var(--gold);
  margin: 0 auto 1.2rem;
}
.step h3 { font-size: 0.9rem; font-weight: bold; color: white; margin-bottom: 0.5rem; }
.step p { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.55; }

/* FORM */
.contact { background: var(--off-white); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.form-panel {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 16px; padding: 2.5rem;
  box-shadow: 0 4px 32px rgba(10,22,40,0.06);
}
.form-panel h3 { font-family: Verdana, sans-serif; font-size: 1.4rem; font-weight: bold; color: var(--navy); margin-bottom: 0.4rem; }
.form-panel > p { font-size: 0.88rem; color: var(--text3); margin-bottom: 2rem; }
.frow { margin-bottom: 1.1rem; }
.frow label { display: block; font-size: 0.78rem; font-weight: bold; color: var(--text2); margin-bottom: 0.4rem; letter-spacing: 0.02em; }
.frow input, .frow select {
  width: 100%; border: 1px solid var(--border); border-radius: 8px;
  padding: 0.75rem 1rem; color: var(--text); font-family: Verdana, sans-serif; font-size: 0.92rem;
  outline: none; transition: border-color 0.2s; background: var(--white);
}
.frow input:focus, .frow select:focus { border-color: var(--blue-light); }
.frow select option { background: white; }

/* CTA BANNER */
.cta-banner {
  background: var(--gold); padding: 4rem 5%;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.cta-banner h2 { font-family: Verdana, sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: bold; color: var(--navy); max-width: 600px; line-height: 1.2; }
.btn-navy {
  background: var(--navy); color: white; border: none; border-radius: 8px;
  padding: 1rem 2rem; font-family: Verdana, sans-serif; font-weight: bold; font-size: 0.95rem;
  cursor: pointer; text-decoration: none; transition: background 0.2s; white-space: nowrap;
  flex-shrink: 0;
}
.btn-navy:hover { background: var(--navy2); }

/* FOOTER */
footer {
  background: var(--navy); color: rgba(255,255,255,0.5);
  padding: 2rem 5%;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.82rem; flex-wrap: wrap; gap: 1rem;
}
footer .logo { color: white; }

@media(max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-card-wrap { display: none; }
  .numbers-band { grid-template-columns: repeat(2, 1fr); }
  .problem-grid, .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
  .sol-layout { grid-template-columns: 1fr; }
  .sol-intro { position: static; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps::before { display: none; }
  nav { padding: 1rem 5%; }
  .nav-links { display: none; }
  section { padding: 4rem 5%; }
  .numbers-band { padding: 2rem 5%; }
  .cta-banner { flex-direction: column; text-align: center; }
  footer { flex-direction: column; text-align: center; }
}

/* =========================================
   ANIMAÇÕES E ESTADOS DO FORMULÁRIO
   ========================================= */

.fsubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%; 
  background: var(--navy); 
  color: white; 
  border: none; 
  border-radius: 8px;
  padding: 0.9rem; 
  font-family: Verdana, sans-serif; 
  font-weight: bold; 
  font-size: 0.92rem;
  cursor: pointer; 
  margin-top: 0.5rem; 
  transition: all 0.3s ease; 
  letter-spacing: 0.02em;
}

.fsubmit:hover { background: var(--navy2); }
.fsubmit:disabled { background: #A0AAB8; cursor: not-allowed; }

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.message-box {
  margin-top: 15px;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  animation: slideUp 0.4s ease-out forwards;
}

.message-box.success {
  background: rgba(29, 158, 117, 0.1);
  border: 1px solid rgba(29, 158, 117, 0.3);
  color: #0F6E56;
}

.message-box.error {
  background: rgba(226, 75, 74, 0.1);
  border: 1px solid rgba(226, 75, 74, 0.3);
  color: #A32D2D;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.fsubmit.success-state {
  background: var(--green) !important;
  pointer-events: none;
}

.fsubmit.error-state {
  background: var(--red-dark) !important;
}