@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;600;700;900&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', sans-serif; color: #2d2d2d; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.btn {
  display: inline-block; border: none; padding: 13px 28px; font-family: 'Source Sans 3', sans-serif;
  font-weight: 700; font-size: 13px; letter-spacing: 1px; cursor: pointer; border-radius: 4px;
  transition: opacity .2s; text-align: center;
}
.btn:hover { opacity: .9; }
.btn-red { background: #C0392B; color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-white { background: #fff; color: #C0392B; }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid #fff; }
.btn.lg { padding: 15px 32px; font-size: 14px; }

/* ══ NAV ══ */
.nav {
  background: #fff; padding: 14px 40px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid #eaeaea; position: sticky; top: 0; z-index: 100; flex-wrap: wrap; gap: 12px;
}
.nav-links { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.nav-links a { color: #555; font-size: 13px; font-weight: 600; }
.nav-links a:hover { color: #1E5B8A; }
.nav-links .btn { padding: 9px 20px; font-size: 12px; }
.logo-nav { height: 34px; width: auto; }
.logo-footer { height: 22px; width: auto; }

/* ══ HERO ══ */
.hero {
  background: #1E5B8A; padding: 60px 40px 0; display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 32px; align-items: end; overflow: hidden; min-height: 480px;
}
.eyebrow { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: 3px; border-left: 3px solid #C0392B; padding-left: 12px; margin-bottom: 20px; }
.hero h1 { color: #fff; font-size: 38px; font-weight: 900; line-height: 1.18; margin-bottom: 18px; }
.hero .accent { color: #C0392B; }
.hero-p1 { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.78; margin-bottom: 14px; max-width: 480px; }
.hero-p2 { color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.78; font-weight: 600; margin-bottom: 30px; }
.hero-content { padding-bottom: 56px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 28px; }
.hero-stats .num, .stats-bar .num { color: #fff; font-size: 26px; font-weight: 900; display: block; }
.hero-stats .lab, .stats-bar .lab { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: 1.5px; font-weight: 700; display: block; }
.hero-stats .divider { width: 1px; background: rgba(255,255,255,.2); }

.hero-image { align-self: end; height: 400px; position: relative; }
.hero-image img { width: 100%; height: 400px; object-fit: cover; object-position: center top; border-radius: 12px 12px 0 0; }
.float-badge { position: absolute; bottom: 24px; left: -14px; background: #C0392B; color: #fff; padding: 11px 16px; border-radius: 8px; }
.hero-name-tag { position: absolute; top: 16px; left: 16px; background: rgba(26,46,61,.88); padding: 10px 16px; border-radius: 8px; backdrop-filter: blur(2px); }
.hnt-name { display: block; color: #fff; font-size: 14px; font-weight: 900; line-height: 1.2; }
.hnt-role { display: block; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 600; letter-spacing: .5px; margin-top: 2px; }
.fb-label { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; opacity: .8; display: block; margin-bottom: 2px; }
.fb-value { font-size: 14px; font-weight: 900; display: block; }
.fb-num { font-size: 20px; font-weight: 900; display: block; line-height: 1; }

/* ══ STATS BAR ══ */
.stats-bar { background: #2d4558; padding: 20px 40px; display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 16px; }
.stats-bar > div { text-align: center; }
.stats-bar .divider { width: 1px; height: 28px; background: rgba(255,255,255,.15); }

/* ══ SECTIONS ══ */
.section { padding: 72px 40px; }
.section-gray { background: #f5f6f8; }
.section-blue { background: #1E5B8A; text-align: center; }
.section-head { text-align: center; margin-bottom: 48px; max-width: 600px; margin-left: auto; margin-right: auto; }
.tag { display: inline-block; color: #1E5B8A; font-size: 10px; font-weight: 700; letter-spacing: 3px; border-left: 3px solid #C0392B; padding-left: 10px; margin-bottom: 16px; }
.tag-w { display: inline-block; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: 3px; border-left: 3px solid #C0392B; padding-left: 10px; margin-bottom: 16px; }
.section h2 { font-size: 30px; font-weight: 900; color: #1E5B8A; line-height: 1.3; }
.section h2.white { color: #fff; }
.white-p { color: rgba(255,255,255,.8); font-size: 15px; max-width: 480px; margin: 14px auto 32px; line-height: 1.75; }

/* ══ LOSS GRID ══ */
.loss-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px,1fr)); gap: 18px; margin: 0 auto 40px; max-width: 1000px; }
.loss-card { background: #FDF4F4; border: 0.5px solid #F0C0C0; border-radius: 10px; padding: 22px 18px; border-top: 4px solid #C0392B; }
.pill { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1px; padding: 4px 10px; border-radius: 4px; margin-bottom: 10px; }
.pill-red { background: #FAEAEA; color: #A32D2D; }
.loss-title { font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.loss-card p, .profile-card p, .testi-card p { font-size: 13px; color: #666; line-height: 1.65; }

.reframe-box { background: #E8F0F7; border-radius: 10px; padding: 24px 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; max-width: 1000px; margin: 0 auto; }
.reframe-box > div { flex: 1; min-width: 200px; }
.reframe-tag { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #1E5B8A; margin-bottom: 6px; }
.reframe-box p { font-size: 15px; color: #2d2d2d; line-height: 1.7; }

/* ══ TOOLS GRID ══ */
.tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 16px; max-width: 680px; margin: 0 auto 32px; }
.tool-box { background: rgba(255,255,255,.1); border-radius: 10px; padding: 20px 14px; }
.tool-box i { font-size: 26px; color: #fff; display: block; margin-bottom: 8px; }
.tool-box span { color: #fff; font-size: 13px; font-weight: 700; }

/* ══ PROFILE GRID ══ */
.profile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.profile-card { background: #fff; border: 0.5px solid #e0e0e0; border-radius: 10px; padding: 24px 20px; border-top: 4px solid; }
.profile-ico { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.profile-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 6px; }
.profile-title { font-weight: 700; font-size: 15px; margin-bottom: 10px; }

/* ══ PROCESS ══ */
.process-row { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; max-width: 680px; margin: 0 auto; }
.process-step { flex: 1; min-width: 160px; text-align: center; padding: 0 16px; }
.step-num { width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: #fff; font-weight: 900; font-size: 22px; }
.step-title { font-weight: 700; font-size: 15px; color: #1E5B8A; margin-bottom: 8px; }
.process-step p { font-size: 13px; color: #666; line-height: 1.65; }
.process-arrow { padding-top: 29px; color: #C0392B; font-size: 26px; font-weight: 900; }

/* ══ FOUNDER ══ */
.founder-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; max-width: 840px; margin: 0 auto; }
.founder-photo-wrap { position: relative; }
.founder-photo { border-radius: 12px; width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; background: #1E5B8A; max-width: 290px; }
.founder-role { font-size: 12px; font-weight: 700; color: #C0392B; letter-spacing: 2px; margin: 6px 0 20px; }
.founder-grid h2 { margin-bottom: 4px; }
.founder-grid p { font-size: 15px; color: #555; line-height: 1.78; margin-bottom: 14px; }

/* ══ QUOTE ══ */
.quote-section { background: #1E5B8A; padding: 56px 40px; text-align: center; }
.quote-mark { font-size: 52px; color: #C0392B; font-weight: 900; line-height: .5; margin-bottom: 18px; }
.quote-text { font-size: 18px; color: #fff; line-height: 1.78; font-style: italic; max-width: 580px; margin: 0 auto 20px; }
.quote-author { font-size: 11px; color: rgba(255,255,255,.5); letter-spacing: 2.5px; font-weight: 700; }

/* ══ TESTIMONIALS ══ */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.testi-card { background: #fff; border: 0.5px solid #e0e0e0; border-radius: 10px; padding: 24px 20px; border-top: 4px solid; }
.stars { display: flex; gap: 3px; margin-bottom: 12px; }
.stars i { color: #C0392B; font-size: 13px; }
.testi-card p { margin-bottom: 16px; }
.testi-name { font-weight: 700; font-size: 13px; color: #1E5B8A; }
.testi-co { font-size: 11px; color: #999; margin-top: 2px; }

/* ══ CTA FINAL ══ */
.cta-final { background: #C0392B; padding: 72px 40px; text-align: center; }
.cta-final h2 { font-size: 32px; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 14px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-final p { color: rgba(255,255,255,.88); font-size: 15px; margin-bottom: 32px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ══ FOOTER ══ */
.footer { background: #1a2e3d; padding: 24px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-copy { color: #888; font-size: 11px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #888; font-size: 12px; }
.footer-links a:hover { color: #fff; }

/* ══ WHATSAPP FLOTANTE ══ */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.25);
  z-index: 200; transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float i { color: #fff; font-size: 28px; }

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-image { display: none; }
  .founder-grid { grid-template-columns: 1fr; text-align: center; }
  .founder-photo-wrap { max-width: 240px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .nav { padding: 12px 20px; }
  .nav-links { gap: 14px; }
  .hero, .section, .quote-section, .cta-final, .footer { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 28px; }
  .section h2 { font-size: 24px; }
  .hero-stats { gap: 16px; flex-wrap: wrap; }
}
