:root {
  --navy: #07131f;
  --navy-2: #0b1f31;
  --ink: #132231;
  --muted: #617080;
  --line: rgba(12, 36, 54, 0.12);
  --paper: #f7f9fa;
  --white: #ffffff;
  --mint: #73d6b1;
  --mint-2: #bff2df;
  --gold: #d8bd77;
  --shadow: 0 24px 70px rgba(7, 19, 31, 0.12);
  --radius: 28px;
  --radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }
.section-soft { background: linear-gradient(180deg, #f7f9fa 0%, #eef5f3 100%); }
.section-dark { color: var(--white); background: radial-gradient(circle at 80% 10%, #173a52 0%, #0b1f31 32%, #07131f 72%); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  background: rgba(7, 19, 31, 0.8);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: white; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--mint), var(--gold)); color: var(--navy); font-weight: 900; letter-spacing: -.04em; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .97rem; }
.brand-copy small { color: #a9bcc9; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #dce6eb; font-size: .93rem; }
.main-nav a { transition: .2s ease; }
.main-nav a:hover { color: var(--mint); }
.nav-cta { border: 1px solid rgba(115,214,177,.5); padding: 10px 18px; border-radius: 999px; color: var(--mint) !important; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 6px 0; transition: .25s ease; }

.hero { min-height: 820px; padding: 165px 0 90px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(115,214,177,.12); border-radius: 50%; right: -260px; top: -160px; box-shadow: 0 0 0 90px rgba(115,214,177,.025), 0 0 0 180px rgba(115,214,177,.02); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; color: #2f8568; }
.section-dark .eyebrow { color: var(--mint); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, h4 { margin-top: 0; line-height: 1.1; }
h1 { font-size: clamp(3rem, 6.3vw, 5.7rem); letter-spacing: -.055em; margin: 22px 0 26px; max-width: 850px; }
h1 span { color: var(--mint); }
.hero-lead { font-size: 1.12rem; max-width: 690px; color: #b8c7d1; margin: 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 36px 0 24px; }
.supervisor-focus { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 36px; color: #b8c7d1; font-size: .9rem; }
.supervisor-focus span { width: 100%; color: #8fa5b4; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.supervisor-focus strong { padding: 7px 11px; border-radius: 999px; border: 1px solid rgba(115,214,177,.22); background: rgba(115,214,177,.07); color: #dff9ef; font-size: .82rem; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border-radius: 999px; font-weight: 800; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #062219; background: linear-gradient(135deg, var(--mint), #a7efd4); box-shadow: 0 12px 30px rgba(115,214,177,.2); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.22); }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); padding-top: 26px; gap: 20px; }
.hero-meta div { display: grid; }
.hero-meta strong { color: white; font-size: 1.28rem; }
.hero-meta span { color: #92a7b4; font-size: .83rem; margin-top: 4px; }

.hero-visual { min-height: 560px; display: grid; place-items: center; }
.finance-orbit { width: min(100%, 520px); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.orbit-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(115,214,177,.18); }
.ring-one { inset: 9%; animation: rotate 28s linear infinite; }
.ring-two { inset: 22%; border-style: dashed; animation: rotateReverse 22s linear infinite; }
.center-core { width: 47%; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(circle at 30% 25%, #174e56, #0c2938 50%, #07131f 100%); border: 1px solid rgba(115,214,177,.38); box-shadow: inset 0 0 45px rgba(115,214,177,.08), 0 0 70px rgba(115,214,177,.1); }
.center-core span { color: var(--gold); font-weight: 900; letter-spacing: .18em; font-size: .75rem; }
.center-core strong { font-size: clamp(1.4rem, 3vw, 2.1rem); margin: 6px 0; }
.center-core small { color: #9cb0bc; width: 150px; margin: auto; line-height: 1.3; }
.orbit-card { position: absolute; min-width: 124px; background: rgba(12, 37, 52, .9); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 14px 16px; box-shadow: 0 18px 35px rgba(0,0,0,.18); display: grid; }
.orbit-card small { color: #8fa5b4; font-size: .72rem; }
.orbit-card strong { color: var(--mint); font-size: .92rem; }
.card-a { top: 4%; left: 35%; }
.card-b { right: 0; top: 42%; }
.card-c { bottom: 5%; left: 38%; }
.card-d { left: 0; top: 42%; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotateReverse { to { transform: rotate(-360deg); } }

.trust-strip { background: #0d2637; color: #c9d6dc; border-top: 1px solid rgba(255,255,255,.04); }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; padding: 24px 0; font-size: .9rem; }
.trust-grid span + span { border-left: 1px solid rgba(255,255,255,.12); padding-left: 28px; }
.trust-grid strong { color: white; }

.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.section-heading h2 { font-size: clamp(2.35rem, 4.6vw, 4.4rem); letter-spacing: -.045em; margin: 18px 0 22px; }
.section-heading p { color: var(--muted); max-width: 680px; font-size: 1.03rem; }
.section-heading.centered { text-align: center; max-width: 860px; margin: 0 auto 52px; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { margin-left: auto; margin-right: auto; }
.timeline-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 15px 28px; box-shadow: var(--shadow); }
.timeline-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.timeline-item:last-child { border-bottom: 0; }
.timeline-item span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #e8f6f0; color: #217255; font-size: .75rem; font-weight: 900; }
.timeline-item p { margin: 4px 0 0; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.audience-grid article { min-height: 108px; display: flex; align-items: flex-end; border-radius: 20px; padding: 20px; font-weight: 800; background: white; border: 1px solid rgba(7,19,31,.08); box-shadow: 0 8px 24px rgba(7,19,31,.05); position: relative; overflow: hidden; }
.audience-grid article::before { content: ""; position: absolute; width: 60px; height: 60px; border-radius: 50%; background: rgba(115,214,177,.18); right: -18px; top: -18px; }
.experience-banner { margin-top: 28px; background: var(--navy); color: white; border-radius: var(--radius); padding: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.experience-banner div { display: grid; padding: 6px 18px; border-left: 1px solid rgba(255,255,255,.12); }
.experience-banner div:first-child { border-left: 0; }
.experience-banner strong { color: var(--mint); font-size: 1.35rem; }
.experience-banner span { color: #aebfc9; font-size: .82rem; }

.service-tabs { display: none; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 30px; position: sticky; top: 92px; z-index: 20; }
.service-tab { cursor: pointer; border: 1px solid var(--line); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); padding: 12px 17px; border-radius: 999px; font-weight: 800; color: #49606f; transition: .2s ease; }
.service-tab.active, .service-tab:hover { background: var(--navy); color: var(--mint); border-color: var(--navy); }
.service-panel { display: block; margin-bottom: 28px; border-radius: 34px; border: 1px solid var(--line); padding: clamp(26px, 5vw, 56px); background: linear-gradient(145deg, #fff, #f8fbfa); box-shadow: var(--shadow); }
.js .service-tabs { display: flex; }
.js .service-panel { display: none; margin-bottom: 0; }
.js .service-panel.active { display: block; animation: panelIn .35s ease; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 28px; margin-bottom: 30px; }
.service-index { color: #2f8568; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.service-top h3 { font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.04em; margin: 7px 0 10px; }
.service-quote { color: #58707f; font-weight: 700; margin: 0; }
.service-quote.large { font-size: clamp(1.35rem, 2.4vw, 2rem); color: var(--ink); margin: 0 0 28px; }
.price { flex: 0 0 auto; background: var(--navy); color: var(--mint); border-radius: 18px; padding: 17px 20px; font-size: 1.35rem; font-weight: 900; white-space: nowrap; }
.price small { font-size: .72rem; color: #bdcbd3; }
.service-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 28px 0; }
.service-panel h4 { font-size: 1.15rem; margin: 22px 0 12px; }
.check-card { background: #eef7f3; border-radius: 22px; padding: 24px 28px; border: 1px solid rgba(47,133,104,.12); }
.check-card.wide { margin: 26px 0; }
ul { padding-left: 20px; }
.check-card li, .plain-list li { margin: 8px 0; }
.statement { padding: 18px 20px; border-left: 3px solid var(--mint); background: #f3f8f6; border-radius: 0 14px 14px 0; font-weight: 800; }
blockquote { margin: 28px 0; padding: 25px 28px; background: var(--navy); color: white; border-radius: 18px; font-size: 1.08rem; font-weight: 750; }
.commercial-note { margin: 22px 0; padding: 20px 22px; border: 1px dashed rgba(47,133,104,.35); border-radius: 18px; color: #245f4c; font-weight: 800; background: #fbfefc; }
.mini-tags { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 24px; }
.mini-tags span, .duration-pill { padding: 9px 13px; background: #e9f5f0; border: 1px solid rgba(47,133,104,.13); color: #246b52; border-radius: 999px; font-size: .85rem; font-weight: 850; }
.duration-pill { display: inline-flex; margin: 20px 0; }
.method-grid { display: grid; gap: 14px; }
.method-grid.four { grid-template-columns: repeat(4, 1fr); margin: 30px 0; }
.method-grid > div { border: 1px solid var(--line); border-radius: 18px; padding: 20px; background: white; }
.method-grid strong { color: #2b8063; }
.method-grid p { margin: 8px 0 0; color: #5d6f7b; }
.quote-stack { display: grid; gap: 10px; margin: 25px 0; }
.quote-stack p { margin: 0; background: #f5f7f8; border-radius: 14px; padding: 16px 18px; font-weight: 720; }
.flow-method { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.flow-method span { background: var(--navy); color: var(--mint); padding: 12px 15px; border-radius: 12px; font-weight: 900; font-size: .78rem; }
.flow-method i { font-style: normal; color: #7c8f9b; }
.source-note { background: #fff8e6; border: 1px solid rgba(216,189,119,.4); border-radius: 15px; padding: 15px 18px; margin: 22px 0; font-size: .9rem; color: #6f5a28; }

.comparison-section .section-heading p, .comparison-section .section-heading h2 { color: white; }
.table-wrap { border: 1px solid rgba(255,255,255,.1); border-radius: 24px; overflow: auto; }
table { width: 100%; border-collapse: collapse; min-width: 860px; }
th, td { text-align: left; padding: 20px 22px; vertical-align: top; border-bottom: 1px solid rgba(255,255,255,.08); }
th { color: var(--mint); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; background: rgba(255,255,255,.03); }
td { color: #d9e4e9; }
td:last-child { white-space: nowrap; color: white; font-weight: 900; }
tr:last-child td { border-bottom: 0; }

.contact-section { background: #edf4f2; }
.contact-card { background: var(--navy); color: white; padding: clamp(30px, 5vw, 56px); border-radius: 34px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; box-shadow: var(--shadow); }
.contact-card h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.05em; margin: 15px 0; }
.contact-role { color: #b8c8d0; font-size: 1.02rem; }
.social-handle { color: var(--gold); font-weight: 850; word-break: break-word; }
.contact-details { display: grid; gap: 14px; }
.contact-details > div { border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 18px 20px; display: grid; }
.contact-details small { color: #88a2b1; margin-bottom: 3px; }
.contact-details a, .contact-details strong { font-size: 1rem; }
.btn-full { margin-top: 5px; width: 100%; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--navy); box-shadow: 0 14px 34px rgba(7,19,31,.22); border: 4px solid rgba(255,255,255,.85); font-weight: 950; font-size: .74rem; }
.footer { background: #06101a; color: #8ea4b1; }
.footer-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .85rem; }
.footer a { color: white; }

/* El contenido permanece visible por defecto. Las animaciones nunca bloquean la carga de la página. */
.reveal { opacity: 1; transform: none; transition: transform .45s ease, filter .45s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 0 auto; background: rgba(7,19,31,.98); flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 26px; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 15px 5px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .main-nav .nav-cta { text-align: center; margin-top: 12px; border-bottom: 1px solid rgba(115,214,177,.5); }
  .menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-grid, .split-grid, .contact-card { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .hero-visual { min-height: 500px; }
  .split-grid { gap: 45px; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .experience-banner { grid-template-columns: repeat(2, 1fr); }
  .experience-banner div:nth-child(3) { border-left: 0; }
  .method-grid.four { grid-template-columns: repeat(2, 1fr); }
  .contact-card { gap: 35px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; padding: 130px 0 70px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-meta div { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-meta div:last-child { border: 0; }
  .hero-visual { min-height: 400px; }
  .finance-orbit { width: 100%; max-width: 390px; }
  .orbit-card { min-width: 105px; padding: 10px 12px; }
  .card-a { top: 0; left: 33%; }
  .card-c { bottom: 0; left: 34%; }
  .trust-grid, .service-columns { grid-template-columns: 1fr; }
  .trust-grid span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0 0; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-banner { grid-template-columns: 1fr; }
  .experience-banner div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 14px 6px; }
  .experience-banner div:first-child { border-top: 0; }
  .service-tabs { position: static; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .service-tab { white-space: nowrap; }
  .service-top { flex-direction: column; }
  .price { align-self: flex-start; }
  .method-grid.four { grid-template-columns: 1fr; }
  .flow-method { justify-content: flex-start; }
  .flow-method i { transform: rotate(90deg); }
  .footer-inner { padding: 24px 0; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 470px) {
  .audience-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .orbit-card { font-size: .8rem; }
  .card-b { right: -4%; }
  .card-d { left: -4%; }
  .center-core { width: 52%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
