
:root {
  font-family: "Open Sans", ui-sans-serif, system-ui, sans-serif;
  color: #101b32;
  background: #f6f8fc;
  font-synthesis: none;
  --blue-deep: #0425a7;
  --blue: #215cfa;
  --blue-bright: #0958ed;
  --blue-sky: #399afb;
  --ink: #101b32;
  --muted: #5e6c82;
  --paper: #f6f8fc;
  --soft: #eaf1fd;
  --line: rgba(16, 27, 50, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
h1, h2, h3, h4 {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
}
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: white; background: var(--blue); }
.site-shell { overflow: clip; }
.section-pad { padding: 110px max(24px, calc((100vw - 1240px) / 2)); }

.nav-wrap { position: fixed; z-index: 50; top: 0; left: 0; right: 0; color: white; transition: .35s ease; }
.nav-wrap.is-scrolled { color: var(--ink); background: rgba(246, 248, 252, .9); border-bottom: 1px solid rgba(16,27,50,.08); backdrop-filter: blur(18px); }
.nav-inner { max-width: 1320px; height: 84px; padding: 0 40px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 175px; display: inline-flex; align-items: center; position: relative; z-index: 2; }
.brand-logo { width: 100%; height: auto; display: block; }
.brand-logo-white { display: none; }
.nav-wrap:not(.is-scrolled) .brand-logo-color { display: none; }
.nav-wrap:not(.is-scrolled) .brand-logo-white { display: block; }
.nav-wrap.is-scrolled .brand-logo-color { display: block; }
.nav-wrap.is-scrolled .brand-logo-white { display: none; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 48px; }
.desktop-nav a { font-size: 13px; font-weight: 700; position: relative; }
.desktop-nav a:after { content: ""; position: absolute; left: 0; right: 100%; height: 1px; bottom: -7px; background: currentColor; transition: .3s; }
.desktop-nav a:hover:after { right: 0; }
.nav-cta { display: inline-flex; gap: 10px; align-items: center; padding: 12px 17px; background: var(--blue); color: white; font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(33,92,250,.2); }
.nav-cta:hover .icon { transform: translateX(3px); }
.nav-cta .icon { transition: transform .2s; }
.menu-button { display: none; border: 0; background: transparent; color: inherit; padding: 8px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 560px; height: min(72vh, 680px); color: white; display: flex; align-items: center; padding-top: 84px; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background-size: cover; background-position: center 45%; will-change: transform; }
.hero-shade { background: linear-gradient(90deg, rgba(4,14,37,.91) 0%, rgba(4,23,74,.67) 45%, rgba(4,27,84,.15) 82%), linear-gradient(0deg, rgba(4,13,35,.75), transparent 52%); }
.hero-content { position: relative; z-index: 1; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 20px 0 40px; }
.hero-kicker { margin: 0 0 18px; padding-left: 46px; position: relative; color: #9fcbff; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.hero-kicker:before { content: ""; position: absolute; width: 34px; height: 1px; left: 0; top: 50%; background: var(--blue-sky); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; }
.hero-statement { max-width: 580px; margin: 20px 0 24px; font-size: clamp(15px, 1.3vw, 17px); line-height: 1.55; letter-spacing: -.01em; color: rgba(255,255,255,.86); }
.hero-actions, .cta-actions { display: flex; gap: 12px; align-items: center; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; transition: transform .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 15px 40px rgba(33,92,250,.25); }
.button-primary:hover { background: var(--blue-sky); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.13); border-color: white; }
.scroll-cue { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 52px; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .19em; font-size: 9px; display: flex; align-items: center; gap: 10px; }
.scroll-cue span { display: inline-block; height: 35px; width: 1px; background: var(--blue-sky); }

.proof { background: white; display: grid; grid-template-columns: minmax(300px, 1.1fr) 1fr; gap: 80px; align-items: end; }
.proof-intro { max-width: 660px; }
.kicker { display: block; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 22px; }
.proof h2, .section-intro h2, .showcase h2 { margin: 0; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -.035em; font-weight: 800; }
.proof-intro p { color: var(--muted); line-height: 1.7; font-size: 16px; margin: 26px 0 0; max-width: 560px; }
.proof-metrics { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-metrics div { padding: 20px 16px 0 0; border-right: 1px solid var(--line); }
.proof-metrics div + div { padding-left: 18px; }
.proof-metrics div:last-child { border-right: 0; }
.proof-metrics strong { display: block; color: var(--blue); font-size: 32px; letter-spacing: -.05em; }
.proof-metrics span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.4; }

.services { background: #10161f; color: #fff; }
.services .kicker { color: var(--blue-sky); }
.services .section-intro h2 { color: #fff; }
.services .section-intro p { color: rgba(255,255,255,.72); }
.section-intro { max-width: 740px; }
.section-intro p { color: var(--muted); line-height: 1.7; font-size: 16px; margin: 26px 0 0; max-width: 570px; }
.promo-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.promo-card {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #1c2126 center/cover no-repeat;
  text-decoration: none;
  transition: transform .3s ease;
}
.promo-card:hover { transform: translateY(-3px); }
.promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,14,37,.2) 0%, rgba(4,14,37,.78) 100%);
  transition: background .3s;
}
.promo-card:hover::before {
  background: linear-gradient(180deg, rgba(9,88,237,.25) 0%, rgba(4,37,167,.88) 100%);
}
.promo-card-body {
  position: relative;
  z-index: 1;
  padding: 28px 26px;
  width: 100%;
}
.promo-card-body i {
  display: block;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--blue-sky);
  margin-bottom: 12px;
}
.promo-card h3 {
  margin: 0 0 14px;
  font-size: clamp(20px, 2.2vw, 28px);
  text-transform: uppercase;
  letter-spacing: -.02em;
  color: #fff;
}
.promo-card span {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue-sky);
}

.showcase { position: relative; height: min(820px, 84vh); min-height: 620px; color: white; overflow: hidden; display: flex; align-items: flex-end; }
.showcase-image, .showcase-shade { position: absolute; inset: 0; }
.showcase-image { background-size: cover; background-position: center; }
.showcase-shade { background: linear-gradient(90deg, rgba(4,16,55,.87), rgba(4,27,86,.22) 75%), linear-gradient(0deg, rgba(4,15,49,.7), transparent 60%); }
.showcase-copy { position: relative; z-index: 1; width: min(1240px, calc(100% - 48px)); margin: 0 auto 10vh; }
.kicker-light { color: #9fcbff; }
.showcase-copy h2 { max-width: 720px; font-size: clamp(28px, 3.6vw, 46px); }
.showcase-copy p { max-width: 520px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.78); }
.showcase-copy a { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--blue-sky); font-size: 13px; font-weight: 750; }

.company { background: white; }
.section-grid { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; gap: clamp(70px, 10vw, 150px); }
.company-panels { border-top: 1px solid var(--line); }
.company-panels article { padding: 31px 0; border-bottom: 1px solid var(--line); }
.company-panels article span { display: block; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.company-panels article p { max-width: 590px; margin: 0; font-size: 21px; line-height: 1.42; letter-spacing: -.025em; }
.value-line { display: flex; gap: 32px; padding-top: 32px; color: var(--ink); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.value-line b:before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--blue); }

.benefits { background: var(--soft); }
.benefits > .section-intro { max-width: 690px; }
.benefit-grid { margin-top: 80px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { padding: 34px 35px 10px 0; min-height: 220px; border-right: 1px solid var(--line); }
.benefit:not(:first-child) { padding-left: 35px; }
.benefit:last-child { border-right: 0; }
.benefit .icon { color: var(--blue); width: 27px; height: 27px; margin-bottom: 34px; }
.benefit h3 { margin: 0 0 13px; font-size: 17px; }
.benefit p { color: var(--muted); margin: 0; font-size: 13px; line-height: 1.65; }

.clients { background: #10161f; color: #fff; }
.clients .kicker { color: rgba(255,255,255,.55); }
.clients .section-intro h2 { color: #fff; }
.clients .section-intro p { color: rgba(255,255,255,.65); }
.clients-header { display: block; margin-bottom: 10px; }
.clients-header .icon-building { display: none; }
.clients-marquee {
  margin-top: 40px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.clients-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: clients-scroll 40s linear infinite;
}
.clients-marquee:hover .clients-track { animation-play-state: paused; }
@keyframes clients-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.client-logo {
  width: 210px;
  min-height: 110px;
  flex: none;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 16px;
  text-align: center;
}
.client-logo img {
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.client-logo.is-placeholder {
  background: rgba(255,255,255,.06);
  border: 1px dashed rgba(255,255,255,.22);
  color: rgba(255,255,255,.72);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.35;
}

.testimonial { background: var(--ink); color: white; position: relative; text-align: center; }
.testimonial blockquote { max-width: 980px; margin: auto; }
.quote-mark { color: var(--blue-sky); font-family: Georgia, serif; font-size: 72px; line-height: .5; }
.testimonial blockquote > p { margin: 28px 0 42px; font-family: Georgia, serif; font-size: clamp(22px, 2.6vw, 34px); line-height: 1.35; letter-spacing: -.02em; }
.testimonial footer { display: flex; flex-direction: column; gap: 5px; }
.testimonial footer strong { font-size: 13px; }
.testimonial footer span { color: #9aa8c2; font-size: 11px; }
.testimonial-index { display: flex; align-items: center; gap: 10px; justify-content: center; margin-top: 55px; font-size: 10px; }
.testimonial-index b { color: var(--blue-sky); }
.testimonial-index span { width: 64px; height: 1px; background: #556782; position: relative; }
.testimonial-index span:before { content: ""; display: block; width: 33%; height: 1px; background: var(--blue-sky); }
.testimonial-index small { color: #8593ae; }

.pricing { background: white; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; align-items: stretch; }
.plan { position: relative; padding: 36px; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 480px; transition: transform .3s, box-shadow .3s; }
.plan:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(16,42,92,.1); }
.plan-featured { background: var(--blue-deep); color: white; border-color: var(--blue-deep); }
.plan-tag { position: absolute; top: 20px; right: 20px; color: var(--blue-sky); text-transform: uppercase; font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.plan > p { color: #718099; font-size: 11px; margin: 0 0 13px; }
.plan h3 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.plan > strong { font-size: 14px; margin: 30px 0 32px; color: var(--blue); }
.plan ul { list-style: none; margin: 0; padding: 26px 0; border-top: 1px solid rgba(120,145,185,.25); display: grid; gap: 15px; }
.plan li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #687791; }
.plan-featured li { color: #c4d3ea; }
.plan li .icon { color: var(--blue-sky); }
.plan > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(120,145,185,.25); color: var(--blue); font-size: 12px; font-weight: 800; }
.plan-featured > a { color: var(--blue-sky); }

.faq { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }
.faq-aside h2 { margin: 0 0 18px; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.faq-aside p { color: var(--muted); line-height: 1.6; margin: 0 0 26px; max-width: 360px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 25px 0; border: 0; background: transparent; color: var(--ink); display: flex; justify-content: space-between; align-items: center; text-align: left; gap: 30px; font-size: 16px; font-weight: 700; cursor: pointer; }
.faq-item button .icon { width: 18px; height: 18px; flex: none; stroke: currentColor; stroke-width: 2; fill: none; transition: transform .35s, color .3s; color: var(--muted); }
.faq-open button .icon { transform: rotate(45deg); color: var(--blue); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); max-width: 620px; font-size: 14px; line-height: 1.7; }
.faq-open .faq-answer { grid-template-rows: 1fr; }
.faq-open .faq-answer p { padding-bottom: 27px; }

.contact {
  background: linear-gradient(130deg, var(--blue-deep), var(--blue) 55%, var(--blue-bright));
  color: white;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 80% 30%, #000, transparent 70%);
  pointer-events: none;
}
.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}
.contact h2 {
  margin: 0;
  color: white;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
  max-width: 560px;
}
.contact-grid > div > p {
  color: rgba(255,255,255,.82);
  max-width: 520px;
  line-height: 1.65;
  margin: 22px 0 0;
}
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button-light { color: var(--blue-deep); background: #fff; box-shadow: 0 15px 40px rgba(4,37,167,.2); }
.button-light:hover { background: #e9f2ff; }
.button-wa { color: #fff; background: #25d366; border: 1px solid #25d366; box-shadow: 0 15px 40px rgba(37,211,102,.28); }
.button-wa:hover { background: #1ebe57; border-color: #1ebe57; }
.contact-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  padding: 28px;
  backdrop-filter: blur(10px);
}
.contact-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9fcbff;
  margin: 0 0 22px;
  font-weight: 700;
}
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.contact-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.55;
}
.contact-list > .icon,
.contact-list li > .icon {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 2px;
  color: #9fcbff;
}
.contact-list strong {
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-list span { display: block; }
.contact-list a:hover { color: #9fcbff; }

.site-footer {
  background: #09152f;
  color: white;
  padding: 60px max(24px, calc((100vw - 1240px) / 2)) 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-logo {
  width: 170px;
  background: transparent;
  padding: 0;
  margin-bottom: 16px;
  display: block;
}
.footer-grid p { color: #8d98b4; font-size: 13px; margin: 0; line-height: 1.6; }
.footer-grid h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--blue-sky);
  margin: 0 0 14px;
  font-weight: 700;
}
.footer-grid a {
  display: block;
  color: #c3cae0;
  font-size: 13px;
  margin-bottom: 8px;
}
.footer-grid a:hover { color: #fff; }
.footer-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #6f7aa0;
  font-size: 12px;
}
.footer-bottom a:hover { color: #fff; }

@media (max-width: 900px) {
  .section-pad { padding-top: 80px; padding-bottom: 80px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: block; }
  .nav-inner { padding-left: 24px; padding-right: 24px; }
  .nav-wrap.menu-open .mobile-menu { display: flex; flex-direction: column; background: var(--paper); color: var(--ink); padding: 15px 24px 28px; border-bottom: 1px solid var(--line); }
  .mobile-menu a { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 750; }
  .mobile-menu a:last-child { color: var(--blue); }
  .proof { grid-template-columns: 1fr; gap: 55px; }
  .promo-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .section-grid { grid-template-columns: 1fr; gap: 55px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit:nth-child(2) { border-right: 0; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan { min-height: auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .nav-inner { height: 70px; padding: 0 20px; }
  .brand { width: 140px; }
  .hero { min-height: 520px; height: auto; padding-top: 90px; }
  .hero-content { width: calc(100% - 40px); padding: 12px 0 48px; }
  .hero h1 { font-size: clamp(28px, 8vw, 38px); }
  .hero-statement { margin-top: 18px; font-size: 15px; }
  .hero-actions, .cta-actions { align-items: stretch; flex-direction: column; max-width: 310px; }
  .scroll-cue { display: none; }
  .proof-metrics { grid-template-columns: 1fr 1fr; row-gap: 23px; }
  .proof-metrics div:nth-child(2) { border-right: 0; }
  .proof-metrics div:last-child { grid-column: span 2; padding-left: 0; border-top: 1px solid var(--line); padding-top: 19px; }
  .proof-metrics div + div { padding-left: 14px; }
  .proof-metrics div:last-child { padding-left: 0; }
  .section-intro h2, .proof h2 { font-size: 30px; }
  .service-block { padding: 28px 22px; min-height: auto; }
  .showcase { min-height: 650px; }
  .showcase-copy { width: calc(100% - 40px); margin-bottom: 60px; }
  .showcase-copy h2 { font-size: 32px; }
  .value-line { flex-direction: column; gap: 15px; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .benefit, .benefit:not(:first-child) { border-right: 0; border-bottom: 1px solid var(--line); padding: 30px 0; min-height: auto; }
  .benefit .icon { margin-bottom: 20px; }
  .clients-header .icon-building { width: 60px; height: 60px; }
  .client-logo { width: 170px; min-height: 96px; }
  .clients-track { animation-duration: 32s; }
  .client-list { align-items: flex-start; flex-direction: column; gap: 20px; }
  .testimonial blockquote > p { font-size: 22px; }
  .plan { padding: 28px; }
  .contact h2 { font-size: clamp(28px, 8vw, 36px); }
  .contact-actions { flex-direction: column; align-items: stretch; max-width: 310px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
/* Animaciones estáticas (reemplazo de Framer Motion) */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero-content .reveal { transition-delay: var(--d, 0s); }
@keyframes scroll-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
.scroll-cue { animation: scroll-bounce 2.2s ease-in-out infinite; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.cta-orbit { animation: orbit-spin 30s linear infinite; }
.icon { width: 1em; height: 1em; display: inline-block; flex: none; vertical-align: middle; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-head .icon, .benefit .icon { width: 28px; height: 28px; }
.benefit .icon { margin-bottom: 34px; color: var(--blue); }
.clients-header .icon-building { width: 95px; height: 95px; opacity: .18; color: var(--blue); margin-bottom: 8px; }
.plan li .icon { width: 17px; height: 17px; color: var(--blue-sky); }
.nav-cta .icon, .button .icon, .showcase-copy a .icon, .plan > a .icon { width: 16px; height: 16px; }
.button .icon { width: 18px; height: 18px; }
.menu-button .icon { width: 24px; height: 24px; }
.faq-item button .icon { width: 18px; }
@media (prefers-reduced-motion: reduce) { .scroll-cue, .cta-orbit { animation: none; } .reveal { opacity: 1; transform: none; transition: none; } }

/* Detalle de servicio */
.page-service .nav-wrap { color: var(--ink); background: rgba(246,248,252,.95); border-bottom: 1px solid rgba(16,27,50,.08); }
.page-service .nav-wrap .brand-logo-white { display: none; }
.page-service .nav-wrap .brand-logo-color { display: block; }
.svc-hero {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  background: #10161f center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 110px 24px 60px;
}
.svc-hero-shade {
  position: absolute; inset: 0;
  background: rgba(4,14,37,.72);
}
.svc-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  text-transform: uppercase;
  letter-spacing: -.03em;
  max-width: 900px;
}
.svc-crumbs {
  background: #1c2126;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  padding: 14px 0;
}
.svc-crumbs .container,
.svc-crumbs > div {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.svc-crumbs a { color: #fff; }
.svc-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}
.svc-side-nav { display: grid; gap: 8px; margin-bottom: 20px; }
.svc-side-link {
  display: block;
  padding: 14px 16px;
  background: #eef2f8;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.svc-side-link.is-active,
.svc-side-link:hover {
  background: var(--blue);
  color: #fff;
}
.svc-side-cta {
  background: var(--blue-deep);
  color: #fff;
  padding: 22px;
}
.svc-side-cta p { margin: 0 0 14px; font-family: "Montserrat", sans-serif; font-weight: 700; }
.svc-side-cta a {
  display: inline-block;
  background: #fff;
  color: var(--blue-deep);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.svc-featured {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  margin-bottom: 24px;
}
.svc-intro { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0 0 28px; }
.svc-content h2 {
  font-size: 22px;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--blue);
  display: inline-block;
}
.svc-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.svc-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}
.svc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: var(--blue);
}
.svc-back { margin-top: 8px; }
@media (max-width: 900px) {
  .svc-layout { grid-template-columns: 1fr; }
}