/* ===================== FONTS ===================== */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-cyrillic-ext.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-cyrillic.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-greek.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-cyrillic-ext.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../assets/fonts/plus-jakarta-sans-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===================== BASE ===================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #F4F4F1;
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #1A2233;
}
a { color: #1E4FA3; text-decoration: none; }
a:hover { color: #153A7D; }
input::placeholder, textarea::placeholder { color: #A2A9B4; }
input:focus, button:focus, textarea:focus { outline: 2px solid #9DB8E3; outline-offset: 1px; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.page { min-height: 100vh; background: #F4F4F1; }

/* ===================== HEADER ===================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #EEEDE8;
}
.site-header .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.site-header .logo { height: 44px; width: auto; }
.site-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-left: 8px;
  flex: 1;
}
.site-nav a { font-size: 14px; font-weight: 600; color: #333B4A; }

.btn-header-cta {
  background: #1E4FA3;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 10px;
  white-space: nowrap;
}
.btn-header-cta:hover { color: #fff; background: #17407f; }

/* ===================== HERO ===================== */
.hero {
  background: linear-gradient(160deg, #163C7D 0%, #1E4FA3 55%, #2C5FBF 100%);
  padding: 72px 24px 90px;
}
.hero .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.hero-copy { flex: 1 1 420px; min-width: 300px; }
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #EAF1FB;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
}
.hero-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.15;
  color: #fff;
  margin: 16px 0 0;
}
.hero-subtitle {
  font-size: 16.5px;
  color: #CBD9F2;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 520px;
}
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.btn-primary {
  background: #F5811F;
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 12px;
}
.btn-primary:hover { color: #fff; background: #d96f14; }

.btn-whatsapp {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.25);
}
.btn-whatsapp:hover { color: #fff; }

.hero-stats { display: flex; gap: 28px; margin-top: 38px; flex-wrap: wrap; }
.hero-stats .stat-value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
}
.hero-stats .stat-label { font-size: 12.5px; color: #9CB4DE; }

.hero-panel { flex: 1 1 340px; min-width: 280px; }
.hero-panel-card {
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(10,20,45,0.35);
}
.hero-panel-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.hero-panel-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #EAF1FB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-panel-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 14.5px; }

.hero-panel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.hero-panel-box { border: 1px solid #EEEDE8; border-radius: 14px; padding: 14px; }
.hero-panel-box .label { font-size: 11.5px; color: #8A93A0; font-weight: 600; }
.hero-panel-box .value { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 19px; margin-top: 4px; }
.hero-panel-box .value.green { color: #1E8449; }
.hero-panel-box .value.orange { color: #F5811F; }

.hero-panel-bars { margin-top: 14px; display: flex; align-items: flex-end; gap: 8px; height: 70px; }
.hero-panel-bars .bar { flex: 1; border-radius: 5px 5px 0 0; background: #1E4FA3; }
.hero-panel-bars .bar.accent { background: #F5811F; }

/* ===================== SECTION SHELLS ===================== */
section.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 88px 24px 20px;
}
section.content.first { padding-top: 84px; }
section.faq { max-width: 800px; }

.eyebrow {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1E4FA3;
}
.eyebrow.light { color: #9CB4DE; }

.section-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 32px);
  margin: 10px 0 0;
  line-height: 1.25;
}
.section-subtitle {
  color: #5B6472;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 560px;
}

.card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 15.5px; margin-top: 14px; }
.card-body { color: #5B6472; font-size: 13.5px; line-height: 1.6; margin-top: 6px; }
.feature-title { margin-top: 12px; }

/* ===================== BENEFÍCIOS ===================== */
.benefits-grid, .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.features-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.benefit-card { background: #fff; border: 1px solid #EEEDE8; border-radius: 18px; padding: 22px; }
.feature-card { background: #fff; border: 1px solid #EEEDE8; border-radius: 16px; padding: 20px; }

.icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #EAF1FB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-badge.blue { background: #EAF1FB; }
.icon-badge.orange { background: #FEF0E3; }
.icon-badge.sm { width: 36px; height: 36px; border-radius: 11px; }

/* ===================== COMO FUNCIONA ===================== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 36px;
}
.step-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 15px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #1E4FA3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===================== PLANOS ===================== */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 36px;
  align-items: stretch;
}
.plan-card {
  background: #fff;
  border: 1px solid #EEEDE8;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.plan-card-highlight {
  background: linear-gradient(160deg, #163C7D 0%, #1E4FA3 60%, #2C5FBF 100%);
  border: none;
  position: relative;
  box-shadow: 0 20px 48px rgba(20,60,140,0.28);
}
.plan-name { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 16px; }
.plan-card-highlight .plan-name { color: #fff; }
.plan-desc { color: #8A93A0; font-size: 13px; margin-top: 4px; }
.plan-card-highlight .plan-desc { color: #CBD9F2; }
.plan-price { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 32px; margin-top: 18px; }
.plan-card-highlight .plan-price { color: #fff; }
.plan-price span { font-size: 14px; font-weight: 600; color: #8A93A0; }
.plan-card-highlight .plan-price span { color: #CBD9F2; }
.plan-divider { height: 1px; background: #EEEDE8; margin: 20px 0; }
.plan-card-highlight .plan-divider { background: rgba(255,255,255,0.2); }

.plan-popular-badge {
  position: absolute;
  top: -13px;
  left: 28px;
  background: #F5811F;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
}

.plan-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13.5px;
  color: #333B4A;
}
.plan-card-highlight .plan-features { color: #EAF1FB; }
.plan-feature-row { display: flex; align-items: center; gap: 8px; }

.btn-plan {
  margin-top: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 13.5px;
  padding: 12px 0;
  border-radius: 10px;
}
.btn-plan-secondary { background: #F1F2F4; color: #333B4A; }
.btn-plan-secondary:hover { color: #333B4A; background: #e5e6e9; }
.btn-plan-primary { background: #F5811F; color: #fff; }
.btn-plan-primary:hover { color: #fff; background: #d96f14; }

/* ===================== FAQ ===================== */
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.faq-item { background: #fff; border: 1px solid #EEEDE8; border-radius: 14px; overflow: hidden; }
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
}
.faq-icon { font-size: 18px; color: #1E4FA3; transition: transform .15s ease; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  padding: 0 20px 18px;
  color: #5B6472;
  font-size: 13.5px;
  line-height: 1.65;
  display: none;
}
.faq-item.open .faq-answer { display: block; }

/* ===================== CONTATO ===================== */
.contact-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 1px 3px rgba(20,20,43,0.06), 0 20px 48px rgba(20,20,43,0.08);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.contact-info {
  flex: 1 1 320px;
  min-width: 280px;
  background: linear-gradient(160deg, #163C7D 0%, #1E4FA3 60%, #2C5FBF 100%);
  padding: 44px 36px;
  color: #fff;
}
.contact-info-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 24px; margin-top: 10px; }
.contact-info-desc { color: #CBD9F2; font-size: 14px; margin-top: 12px; line-height: 1.6; }
.contact-info-list { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.contact-info-list a,
.contact-info-list .row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.contact-info-list .row { font-weight: 400; }
.contact-info-list a:hover { color: #fff; }

.contact-form-wrap { flex: 1 1 380px; min-width: 280px; padding: 44px 36px; }

.form-label { font-size: 13px; font-weight: 600; color: #333B4A; display: block; margin: 14px 0 6px; }
.form-input, .form-textarea {
  width: 100%;
  border: 1px solid #E7E8EC;
  border-radius: 12px;
  padding: 11px 14px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  color: #1A2233;
  background: #fff;
}
.form-textarea { min-height: 84px; resize: vertical; }
.form-input.error, .form-textarea.error { border: 1px solid #E5484D; }
.form-error { color: #C0292E; font-size: 12.5px; margin-top: 6px; }

.btn-submit {
  width: 100%;
  margin-top: 20px;
  background: #1E4FA3;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 13px 0;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-submit:hover { color: #fff; background: #17407f; }
.btn-submit:disabled { opacity: .75; cursor: default; }

.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}

.contact-success { text-align: center; padding: 40px 10px; }
.contact-success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E7F7EE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.contact-success-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 19px; }
.contact-success-desc { color: #5B6472; font-size: 14px; margin-top: 8px; line-height: 1.55; }

/* ===================== FOOTER ===================== */
.site-footer { background: #12203D; padding: 44px 24px 28px; }
.site-footer .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer .logo-wrap { background: #fff; border-radius: 10px; padding: 6px 12px; display: inline-flex; }
.site-footer .logo { height: 30px; display: block; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a { color: #9CB4DE; font-size: 13px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom {
  max-width: 1100px;
  margin: 24px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #6E86B3;
  font-size: 12px;
}

/* ===================== WHATSAPP FLOATING BUTTON ===================== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
  z-index: 400;
}
.whatsapp-float:hover { opacity: .92; }
