:root {
  --navy: #06154a;
  --navy2: #071d5c;
  --navy3: #0c2d67;
  --blue: #1d6faf;
  --sky: #eaf2fb;
  --light: #f4f7fb;
  --white: #fff;
  --text: #14243b;
  --muted: #667085;
  --border: #e3eaf2;
  --shadow: 0 24px 70px rgba(6, 21, 74, .14);
  --radius: 22px;
  --container: 1180px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Poppins, Montserrat, Arial, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), 92%); margin: 0 auto; }
.topbar { background: var(--navy); color: rgba(255, 255, 255, .9); font-size: 12px; padding: 8px 0; }
.topbar .container, .topbar__group { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar .container { justify-content: space-between; }
.topbar strong { color: #fff; }
.header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); box-shadow: 0 12px 38px rgba(6, 21, 74, .08); }
.header .container { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 26px; }
.logo { display: inline-flex; align-items: center; min-width: 172px; }
.logo img { width: 154px; height: auto; }
.nav { display: flex; justify-content: center; align-items: center; gap: 22px; flex: 1; }
.nav a { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: #344054; padding: 34px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 28px; height: 2px; width: 0; background: var(--navy); transition: width .2s ease; }
.nav a:hover::after { width: 100%; }
.phone { border-left: 1px solid var(--border); padding-left: 22px; min-width: 178px; color: var(--navy); }
.phone span { display: block; font-size: 12px; font-weight: 700; color: var(--muted); }
.phone strong { font-size: 21px; line-height: 1.1; }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 12px; background: #fff; color: var(--navy); font-size: 24px; cursor: pointer; }
.hero { min-height: 640px; display: flex; align-items: center; color: #fff; background: linear-gradient(105deg, rgba(3, 11, 45, .95), rgba(6, 21, 74, .82) 53%, rgba(6, 21, 74, .48)), url('/assets/photos/hero-consultoria.jpg') center/cover no-repeat; position: relative; }
.hero::after { content: ""; position: absolute; inset: auto -15% -50% 45%; height: 520px; background: radial-gradient(circle, rgba(29, 111, 175, .34), transparent 64%); }
.hero__content { position: relative; z-index: 2; max-width: 760px; padding: 82px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; color: rgba(255, 255, 255, .88); }
.eyebrow::before { content: ""; width: 38px; height: 2px; background: #fff; opacity: .7; }
.hero h1 { margin: 0 0 22px; font-size: clamp(34px, 4.7vw, 62px); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; text-wrap: balance; }
.hero p { margin: 0 0 34px; max-width: 700px; font-size: clamp(15px, 1.25vw, 18px); color: rgba(255, 255, 255, .86); }
.actions { display: flex; gap: 18px; row-gap: 14px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; padding: 13px 22px; min-height: 48px; max-width: 100%; font-size: 11.5px; line-height: 1.22; text-align: center; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; border: 1px solid transparent; cursor: pointer; white-space: normal; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease); }
.btn:hover { transform: translateY(-3px); }
.btn-light { background: #fff; color: var(--navy); box-shadow: 0 16px 40px rgba(0, 0, 0, .18); }
.btn-dark { background: var(--navy); color: #fff; box-shadow: 0 16px 40px rgba(6, 21, 74, .18); }
.btn-outline { border-color: rgba(255, 255, 255, .45); color: #fff; background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); }
.btn-outline-dark { border-color: var(--navy); color: var(--navy); background: transparent; }
.stats { position: relative; z-index: 4; margin-top: -58px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.stat { padding: 30px 26px; border-right: 1px solid var(--border); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--navy); font-size: clamp(28px, 3vw, 43px); line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.stat span { display: block; margin-top: 10px; color: var(--muted); font-weight: 700; font-size: 14px; }
.section { padding: 84px 0; }
.section--light { background: var(--light); }
.section-header { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.kicker { display: inline-block; margin-bottom: 12px; color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.section-title { margin: 0; color: var(--navy3); font-size: clamp(26px, 3vw, 42px); line-height: 1.15; font-weight: 900; letter-spacing: -.035em; text-wrap: balance; }
.section-subtitle { margin: 16px auto 0; color: var(--muted); font-size: 16px; max-width: 690px; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card { position: relative; padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 18px 48px rgba(6, 21, 74, .06); overflow: hidden; transition: .22s ease; }
.card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--navy), var(--blue)); transform: scaleX(0); transform-origin: left; transition: .22s ease; }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(29, 111, 175, .28); }
.card:hover::before { transform: scaleX(1); }
.card__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: var(--sky); color: var(--navy); font-size: 24px; font-weight: 900; margin-bottom: 24px; }
.card h3 { margin: 0 0 12px; color: var(--navy3); font-size: 20px; line-height: 1.25; }
.card p { margin: 0 0 22px; color: var(--muted); font-size: 14.5px; flex: 1; }
.card a { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 40px; padding: 10px 14px; border-radius: 999px; background: var(--sky); color: var(--navy); font-weight: 900; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.two-col { display: grid; grid-template-columns: 1fr .88fr; gap: 56px; align-items: center; }
.text p { color: var(--muted); margin: 0 0 18px; }
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0 34px; padding: 0; list-style: none; }
.features li { display: flex; gap: 10px; font-size: 14px; font-weight: 800; color: var(--navy3); }
.features li::before { content: "✓"; color: var(--blue); font-weight: 900; }
.visual-wrap { position: relative; }
.visual-card {
  position: relative;
  min-height: 540px;
  border-radius: 28px;
  overflow: hidden;
  background: #121621;
  box-shadow: var(--shadow);
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 21, 74, .04), rgba(6, 21, 74, .18));
  pointer-events: none;
}

.visual-card__photo {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 16%;
}
.badge { position: absolute; left: -28px; bottom: 36px; max-width: 315px; padding: 26px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--border); }
.badge strong { display: block; color: var(--navy); font-size: 36px; line-height: 1; margin-bottom: 8px; }
.badge span { color: var(--muted); font-size: 14px; font-weight: 700; }
.methodology { background: linear-gradient(180deg, rgba(244, 247, 251, .96), rgba(244, 247, 251, .96)), radial-gradient(circle at 15% 10%, rgba(29, 111, 175, .22), transparent 36%); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { counter-increment: step; padding: 32px 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); box-shadow: 0 14px 35px rgba(6, 21, 74, .05); }
.step::before { content: counter(step, decimal-leading-zero); display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 900; margin-bottom: 20px; }
.step h3 { margin: 0 0 10px; color: var(--navy3); font-size: 17px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }
.segments { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.segment { padding: 24px; border: 1px solid var(--border); border-radius: 16px; background: #fff; color: var(--navy3); font-weight: 900; box-shadow: 0 12px 32px rgba(6, 21, 74, .04); }
.segment span { display: block; color: var(--blue); font-size: 24px; margin-bottom: 10px; }
.cta { padding: 82px 0; color: #fff; background: linear-gradient(90deg, rgba(3, 11, 45, .96), rgba(6, 21, 74, .84)); }
.cta .container { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.cta h2 { margin: 0 0 14px; font-size: clamp(26px, 3.1vw, 42px); line-height: 1.16; letter-spacing: -.035em; }
.cta p { margin: 0; max-width: 760px; color: rgba(255, 255, 255, .82); }
.logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.logo-card { min-height: 150px; display: grid; place-items: center; padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--border); box-shadow: 0 12px 36px rgba(6, 21, 74, .06); }
.logo-card img { max-height: 100px; max-width: 260px; width: auto; height: auto; object-fit: contain; }
.logo-card span { display: none; color: var(--navy); font-weight: 900; text-align: center; }
.logo-card.logo-error img { display: none; }
.logo-card.logo-error span { display: block; }
.logo-card .wide-logo { max-width: 280px; max-height: 108px; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.content-card { overflow: hidden; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); box-shadow: 0 14px 38px rgba(6, 21, 74, .06); display: flex; flex-direction: column; }
.content-card__image { height: 214px; background-size: cover; background-position: center; }
.content-card__body { padding: 34px; min-height: 205px; display: flex; flex-direction: column; justify-content: flex-start; gap: 12px; }
.content-card small { color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.content-card h3 { margin: 0; color: var(--navy3); font-size: 22px; line-height: 1.25; }
.content-card p { margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.65; flex: 1; }
.content-card__button { align-self: flex-start; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: start; }
.contact-box, .form { padding: 36px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); box-shadow: 0 18px 48px rgba(6, 21, 74, .07); }
.contact-box h3, .form h3 { margin: 0 0 16px; color: var(--navy3); font-size: 24px; }
.contact-list { display: grid; gap: 18px; margin-top: 26px; }
.contact-item strong { display: block; color: var(--navy); margin-bottom: 4px; }
.contact-item span { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 900; color: var(--navy3); }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 12px; background: #fff; padding: 14px 15px; min-height: 50px; color: var(--text); outline: none; transition: border-color .22s var(--ease), box-shadow .22s var(--ease); }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(29, 111, 175, .12); }
textarea { min-height: 132px; resize: vertical; }
.privacy { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; margin: 18px 0 22px; }
.privacy input { width: auto; margin-top: 4px; }
.success { display: none; margin-top: 16px; padding: 14px; border-radius: 12px; background: #eaf7ee; color: #176b35; font-weight: 800; }
.success.active { display: block; }
.success.error { background: #fdeaea; color: #9f1d1d; }
.success.loading { background: #eef4ff; color: #0b2e5f; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.footer { background: var(--navy); color: rgba(255, 255, 255, .78); padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr 1.2fr; gap: 42px; padding-bottom: 48px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.footer-logo img { width: 175px; }
.footer h4 { margin: 0 0 18px; color: #fff; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 26px; font-size: 12px; flex-wrap: wrap; }
.socials { display: flex; align-items: center; gap: 12px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 999px; background: rgba(255, 255, 255, .1); color: #fff; font-weight: 900; }
.page-intro { padding: 104px 0 54px; background: linear-gradient(180deg, rgba(6, 21, 74, .06), rgba(244, 247, 251, .72)); }
.page-intro--post { padding-bottom: 34px; }
.empty-state { padding: 22px 24px; border-radius: 18px; background: #fff; border: 1px solid var(--border); box-shadow: 0 12px 36px rgba(6, 21, 74, .05); color: var(--muted); }
.filter-bar { display: flex; gap: 16px; flex-wrap: wrap; align-items: end; margin-bottom: 28px; padding: 20px; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 12px 36px rgba(6, 21, 74, .05); }
.filter-bar label { min-width: 180px; flex: 1; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero .eyebrow, .hero h1, .hero p, .hero .actions { animation: fadeUp .78s var(--ease) both; }
.hero h1 { animation-delay: .08s; }
.hero p { animation-delay: .16s; }
.hero .actions { animation-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1080px) {
  .nav, .phone { display: none; }
  .menu-btn { display: grid; place-items: center; }
  .nav.is-open { display: grid; position: absolute; left: 4%; right: 4%; top: 88px; background: #fff; padding: 18px; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); }
  .nav.is-open a { padding: 13px 10px; }
  .nav.is-open a::after { display: none; }
}
@media (max-width: 940px) {
  .stats__grid, .services, .timeline, .segments, .content-grid, .contact, .two-col, .footer-grid { grid-template-columns: 1fr 1fr; }
  .logos { grid-template-columns: repeat(3, 1fr); }
  .cta .container { grid-template-columns: 1fr; }
  .badge { left: 24px; }
}
@media (max-width: 700px) {
  .topbar .container, .topbar__group { justify-content: center; text-align: center; }
  .header .container { min-height: 78px; }
  .logo img { width: 132px; }
  .nav.is-open { top: 78px; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 34px; }
  .actions, .btn { width: 100%; }
  .stats { margin-top: 0; background: var(--light); padding-top: 24px; }
  .stats__grid, .services, .timeline, .segments, .content-grid, .contact, .two-col, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--border); }
  .stat:last-child { border-bottom: 0; }
  .section { padding: 64px 0; }
  .features { grid-template-columns: 1fr; }
  .visual-card { min-height: 430px; }
  .visual-card__photo { object-position: center 12%; }
  .badge { position: relative; left: auto; bottom: auto; margin: -62px 20px 0; }
  .logos { grid-template-columns: repeat(2, 1fr); }
  .contact-box, .form { padding: 28px; }
}
