:root {
  --navy: #080b45;
  --navy-2: #10165a;
  --ink: #111536;
  --muted: #5e6685;
  --muted-light: #9ca7c7;
  --line: #e7ebf4;
  --paper: #ffffff;
  --soft: #f7f9fc;
  --blue: #4267f5;
  --violet: #6b22f5;
  --cyan: #20cad5;
  --gradient: linear-gradient(120deg, #6b22f5 0%, #4267f5 48%, #20cad5 100%);
  --shadow-sm: 0 10px 30px rgba(15, 22, 77, .06);
  --shadow-md: 0 22px 60px rgba(15, 22, 77, .12);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Avenir Next", "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::selection { color: #fff; background: var(--violet); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Shared chrome */
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; padding: 14px 0; background: rgba(255,255,255,.74); backdrop-filter: blur(16px); transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.is-scrolled { padding: 9px 0; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(15, 22, 77, .08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; width: 184px; height: 42px; overflow: visible; }
.brand-image { width: 184px; height: auto; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: #48506d; font-size: .89rem; font-weight: 600; }
.nav-link { position: relative; padding: 10px 0; transition: color .2s ease; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; border-radius: 4px; background: var(--gradient); transition: right .2s ease; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.is-active { color: var(--navy); }
.nav-link:hover::after, .nav-link:focus-visible::after, .nav-link.is-active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px 0 9px 9px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; border-radius: 4px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.menu-open .menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; font-size: .92rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-link:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(32,202,213,.38); outline-offset: 3px; }
.button--small { min-height: 43px; padding: 0 17px; font-size: .82rem; border-radius: 9px; }
.button--primary { color: #fff; background: var(--navy); box-shadow: 0 8px 18px rgba(8, 11, 69, .14); }
.button--primary:hover { background: #161c67; box-shadow: 0 12px 24px rgba(8, 11, 69, .2); }
.button--gradient { color: #fff; background: var(--gradient); box-shadow: 0 12px 24px rgba(66, 103, 245, .2); }
.button--outline { color: var(--navy); border-color: #d6dded; background: transparent; }
.button--outline:hover { border-color: var(--blue); background: #f7f9ff; }
.button--ghost-light { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.button--ghost-light:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.1); }

/* Typography */
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: var(--gradient); }
.eyebrow--light { color: var(--cyan); }
.eyebrow--light::before { background: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); letter-spacing: -.045em; line-height: 1.07; }
h1 { margin-bottom: 24px; font-size: clamp(2.45rem, 4.6vw, 4.5rem); font-weight: 750; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.15rem); font-weight: 730; }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
.lead { color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.text-gradient { color: var(--blue); background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.section-heading { max-width: 710px; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: none; }
.section-heading--split > div:first-child { max-width: 690px; }
.section-heading p { max-width: 620px; }
.section-kicker { margin-bottom: 16px; }

/* Hero */
.hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: 148px 0 88px; background-color: var(--soft); background-image: linear-gradient(90deg, rgba(247,249,252,.995) 0%, rgba(247,249,252,.995) 36%, rgba(247,249,252,.9) 48%, rgba(247,249,252,.25) 58%, rgba(247,249,252,0) 69%), url('/assets/hero-axioma-v2.png'); background-position: center, center center; background-size: cover, cover; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: -290px; left: -220px; border-radius: 50%; background: rgba(107,34,245,.08); filter: blur(4px); }
.hero-grid { position: relative; z-index: 1; display: block; min-height: 524px; }
.hero-copy { max-width: 650px; }
.hero-copy h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(3rem, 5.1vw, 5.4rem); }
.hero-copy .lead { max-width: 520px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 29px; }
.hero-actions .button { min-height: 62px; padding-inline: 28px; border-radius: 13px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px 34px; color: #64708f; font-size: .82rem; font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof i { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: var(--blue); background: rgba(255,255,255,.78); box-shadow: 0 5px 15px rgba(66,103,245,.12); font-size: .76rem; font-style: normal; }
.hero-media { display: none; }
.hero-float { display: none; }
.hero-float strong { display: block; color: var(--navy); font-size: 1.45rem; letter-spacing: -.05em; }
.hero-float span { display: block; color: var(--muted); font-size: .74rem; line-height: 1.35; }
.hero-scroll { position: absolute; right: 28px; bottom: 38px; display: inline-flex; align-items: center; gap: 12px; color: var(--muted); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.hero-scroll::before { content: ""; width: 35px; height: 1px; background: #afb9d2; }

/* Sections */
.section { padding: 120px 0; }
.section--soft { background: var(--soft); }
.section--tight { padding: 90px 0; }
.services-section { position: relative; overflow: hidden; padding-top: 52px; padding-bottom: 60px; background: linear-gradient(145deg, #f8faff 0%, #fff 55%, #f6f9ff 100%); }
.services-section::before { content: ""; position: absolute; right: -180px; top: -220px; width: 510px; height: 510px; border-radius: 50%; background: rgba(66,103,245,.07); filter: blur(10px); }
.services-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; margin-bottom: 24px; }
.services-intro .section-heading { max-width: 780px; }
.services-intro h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(2.6rem, 3.8vw, 3.6rem); }
.services-intro .lead { max-width: 520px; justify-self: end; margin: 0; font-size: 1.05rem; line-height: 1.55; transform: translateY(9px); }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; min-height: 450px; display: flex; flex-direction: column; padding: 24px 26px; border: 1px solid #dfe6f4; border-radius: 20px; background: rgba(255,255,255,.72); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(66,103,245,.42); box-shadow: var(--shadow-sm); }
.service-card--dark { color: #fff; background: linear-gradient(155deg, #080b45 0%, #0e1a65 64%, #173ba9 100%); border-color: #080b45; box-shadow: 0 20px 45px rgba(8,11,69,.16); overflow: hidden; }
.service-card--dark::after { content: ""; position: absolute; right: -150px; bottom: -190px; width: 360px; height: 360px; border: 1px solid rgba(73,128,255,.55); border-radius: 50%; box-shadow: 0 0 0 38px rgba(66,103,245,.16), 0 0 0 76px rgba(66,103,245,.09); transform: rotate(-25deg); pointer-events: none; }
.service-card--dark h3, .service-card--dark .service-copy, .service-card--dark .service-tag { color: #fff; }
.service-card--dark .service-copy { color: #b8c2df; }
.service-top { display: flex; justify-content: flex-start; align-items: center; gap: 16px; margin-bottom: 22px; }
.service-icon { display: inline-grid; place-items: center; flex: 0 0 64px; width: 64px; height: 64px; border-radius: 15px; color: var(--blue); background: #e9f0ff; }
.service-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-meta { display: grid; gap: 2px; }
.service-index { color: var(--blue); font-weight: 800; font-size: .76rem; letter-spacing: .08em; }
.service-card:hover .service-icon { color: #fff; background: var(--gradient); }
.service-card--dark .service-icon { color: #4f9cff; background: rgba(66,103,245,.25); }
.service-card--dark .service-index { color: #fff; }
.service-card--dark .service-icon, .service-card--dark .service-index { position: relative; z-index: 1; }
.service-tag { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { position: relative; z-index: 1; max-width: 350px; margin-bottom: 10px; font-size: 1.45rem; }
.service-copy { position: relative; z-index: 1; max-width: 430px; min-height: 72px; margin-bottom: 14px; color: var(--muted); font-size: .92rem; line-height: 1.45; }
.service-list { position: relative; z-index: 1; display: grid; gap: 10px; margin: 0 0 20px; padding: 14px 0 0; border-top: 1px solid #dfe6f4; list-style: none; color: #66718f; font-size: .84rem; }
.service-list li::before { content: "✦"; display: inline-block; width: 20px; margin-right: 4px; color: var(--blue); font-size: .68rem; }
.service-card--dark .service-list { color: #d7def3; border-color: rgba(255,255,255,.28); }
.service-card--dark .service-list li::before { color: var(--cyan); }
.service-link { position: relative; z-index: 1; margin-top: auto; color: var(--navy); font-size: .82rem; font-weight: 800; }
.service-link span { color: var(--blue); transition: transform .2s ease; display: inline-block; }
.service-link:hover span { transform: translateX(4px); }
.service-card--dark .service-link { color: #fff; }

/* Audience */
.audience-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: start; }
.audience-intro { position: sticky; top: 110px; }
.audience-intro .lead { max-width: 480px; }
.audience-note { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--navy); font-size: .84rem; font-weight: 700; }
.audience-note::before { content: "↗"; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--gradient); }
.audience-list { border-top: 1px solid var(--line); }
.audience-item { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.audience-num { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.audience-item h3 { margin-bottom: 7px; font-size: 1.45rem; }
.audience-item p { max-width: 420px; margin: 0; color: var(--muted); font-size: .92rem; }

/* Process */
.process { position: relative; color: #fff; background: var(--navy); overflow: hidden; }
.process::after { content: ""; position: absolute; right: -150px; bottom: -220px; width: 600px; height: 600px; border: 1px solid rgba(32,202,213,.18); border-radius: 50%; box-shadow: 0 0 0 40px rgba(32,202,213,.03), 0 0 0 80px rgba(32,202,213,.025); }
.process h2, .process h3 { color: #fff; }
.process .lead { color: #b8c2df; }
.process-heading { max-width: 625px; margin-bottom: 64px; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.process-step { position: relative; padding: 0 28px 0 0; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; top: 5px; right: 28px; color: var(--cyan); font-size: 1.4rem; }
.process-step:not(:first-child) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.16); }
.process-num { display: block; margin-bottom: 27px; color: var(--cyan); font-size: .74rem; font-weight: 800; letter-spacing: .15em; }
.process-step h3 { margin-bottom: 10px; font-size: 1.28rem; }
.process-step p { max-width: 190px; margin: 0; color: #aab6d4; font-size: .87rem; line-height: 1.55; }

/* Projects */
.projects-header { margin-bottom: 45px; }
.projects-header .lead { max-width: 530px; }
.project-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.project-card:hover { transform: translateY(-4px); border-color: rgba(66,103,245,.4); box-shadow: var(--shadow-sm); }
.project-card--featured { grid-row: span 2; }
.project-preview { position: relative; min-height: 300px; overflow: hidden; padding: 18px; background: #eef2ff; }
.project-card--featured .project-preview { min-height: 420px; }
.project-preview--commerce { background: linear-gradient(135deg, #e8efff, #f7fbff); }
.project-preview--operations { background: #091047; }
.project-preview--platform { background: linear-gradient(135deg, #f1ebff, #e8f7fb); }
.preview-window { position: absolute; inset: 34px 32px 28px; overflow: hidden; border: 1px solid rgba(8,11,69,.11); border-radius: 12px; background: #fff; box-shadow: 0 19px 38px rgba(15,22,77,.12); }
.preview-window::before { content: ""; display: block; height: 25px; border-bottom: 1px solid #edf0f7; background: #fbfcff; }
.preview-dots { position: absolute; top: 8px; left: 10px; display: flex; gap: 4px; }
.preview-dots i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #dce2ef; }
.preview-layout { display: grid; grid-template-columns: 28% 1fr; height: calc(100% - 25px); }
.preview-side { padding: 17px 10px; background: #0d1459; }
.preview-side::before { content: ""; display: block; width: 44px; height: 7px; margin-bottom: 24px; border-radius: 4px; background: linear-gradient(90deg, #6b22f5, #20cad5); }
.preview-side i { display: block; width: 72%; height: 5px; margin: 13px 0; border-radius: 3px; background: rgba(255,255,255,.22); }
.preview-side i:nth-child(3) { width: 55%; }
.preview-side i:nth-child(4) { width: 82%; }
.preview-main { padding: 18px; }
.preview-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 17px; }
.preview-title b { display: block; width: 42%; height: 10px; border-radius: 4px; background: #101754; }
.preview-title i { display: block; width: 18%; height: 8px; border-radius: 4px; background: #e2e8f5; }
.preview-chart { position: relative; height: 86px; margin-bottom: 14px; overflow: hidden; border-radius: 8px; background: linear-gradient(180deg, #f4f7ff, #fff); }
.preview-chart::after { content: ""; position: absolute; inset: 30px 15px 15px; border-top: 2px solid #4267f5; border-radius: 50%; transform: rotate(-5deg) scaleY(.7); box-shadow: 0 16px 0 -1px rgba(32,202,213,.55); }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.preview-metrics span { height: 45px; border-radius: 7px; background: #f1f4fa; }
.preview-badge { position: absolute; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 8px; color: var(--navy); background: rgba(255,255,255,.86); box-shadow: 0 7px 20px rgba(8,11,69,.11); font-size: .66rem; font-weight: 800; }
.preview-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2bd58d; }
.preview-ops { position: absolute; inset: 36px 35px 30px; padding: 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.preview-ops-head { display: flex; justify-content: space-between; margin-bottom: 30px; }
.preview-ops-head b { width: 35%; height: 9px; border-radius: 4px; background: #fff; opacity: .78; }
.preview-ops-head i { width: 18%; height: 9px; border-radius: 4px; background: #20cad5; }
.ops-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.ops-grid span { min-height: 76px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: rgba(255,255,255,.1); }
.ops-grid span:first-child { grid-column: span 2; min-height: 47px; background: linear-gradient(90deg, rgba(66,103,245,.8), rgba(32,202,213,.36)); }
.project-info { padding: 25px 27px 28px; }
.project-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-meta::after { content: ""; width: 26px; height: 1px; background: #c5cee2; }
.project-info h3 { margin-bottom: 9px; font-size: 1.5rem; }
.project-info p { margin-bottom: 18px; color: var(--muted); font-size: .88rem; }
.project-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.project-tags span { padding: 5px 9px; border-radius: 6px; color: #64708f; background: #f2f5fb; font-size: .68rem; font-weight: 700; }
.projects-action { margin-top: 36px; text-align: center; }

/* Benefits */
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 48px; }
.benefit { padding-top: 18px; border-top: 1px solid #cad3e5; }
.benefit-number { display: block; margin-bottom: 38px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.benefit h3 { margin-bottom: 9px; font-size: 1.14rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .85rem; }

/* CTA / contact */
.cta-section { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.cta-section::before { content: ""; position: absolute; width: 620px; height: 620px; right: -120px; top: -280px; border: 1px solid rgba(32,202,213,.22); border-radius: 50%; box-shadow: 0 0 0 45px rgba(32,202,213,.035), 0 0 0 90px rgba(32,202,213,.02); }
.cta-grid { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.cta-section h2 { max-width: 690px; color: #fff; }
.cta-section .lead { max-width: 550px; color: #bdc7e1; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; min-width: 290px; justify-content: end; }
.contact-section { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-copy .lead { max-width: 420px; }
.contact-details { display: grid; gap: 14px; margin-top: 35px; }
.contact-detail { display: flex; align-items: center; gap: 13px; color: var(--navy); font-size: .87rem; font-weight: 700; }
.contact-detail::before { content: "↗"; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--gradient); font-size: .8rem; }
.contact-detail small { display: block; color: var(--muted); font-size: .72rem; font-weight: 500; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.field { display: grid; gap: 7px; }
.field--wide { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .78rem; font-weight: 750; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 0 13px; color: var(--navy); border: 1px solid #d9e0ee; border-radius: 9px; background: #fbfcff; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 125px; padding-top: 12px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 4px rgba(66,103,245,.1); }
.field input::placeholder, .field textarea::placeholder { color: #a3acc3; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; grid-column: 1 / -1; margin-top: 4px; }
.form-note { color: var(--muted); font-size: .7rem; }
.form-consent { grid-column: 1 / -1; margin: -3px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.form-consent a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-status { grid-column: 1 / -1; min-height: 21px; margin: 0; color: var(--muted); font-size: .77rem; }
.form-status.is-success { color: #11865c; }
.form-status.is-error { color: #b42318; }
.form-captcha { grid-column: 1 / -1; min-height: 78px; }
.form-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.whatsapp-flotante { position: fixed; right: 20px; bottom: 20px; z-index: 1000; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; padding: 0; border: none; border-radius: 50%; color: #fff; background-color: #25D366; box-shadow: 2px 2px 10px rgba(0, 0, 0, .3); transition: transform .3s ease; }
.whatsapp-flotante:hover { transform: scale(1.1); }
.whatsapp-flotante:focus-visible { color: #fff; outline: 3px solid var(--blue); outline-offset: 4px; }
.whatsapp-icono { display: block; width: 35px; height: 35px; fill: #fff; }

/* Interior pages */
.page-hero { position: relative; padding: 184px 0 92px; background: var(--soft); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: 8%; top: 40px; width: 330px; height: 330px; border: 1px solid rgba(66,103,245,.12); border-radius: 50%; box-shadow: 0 0 0 35px rgba(66,103,245,.035), 0 0 0 70px rgba(32,202,213,.025); }
.page-hero-content { position: relative; z-index: 1; max-width: 760px; }
.page-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(2.55rem, 5vw, 4.6rem); }
.page-hero .lead { max-width: 660px; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs span { color: #b6bfd4; }
.service-overview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 48px; }
.overview-link { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; transition: transform .2s ease, border-color .2s ease; }
.overview-link:hover { transform: translateY(-3px); border-color: var(--blue); }
.overview-link strong { color: var(--navy); font-size: 1rem; line-height: 1.2; }
.overview-link small { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: start; }
.detail-copy > p { max-width: 650px; color: var(--muted); font-size: 1.03rem; line-height: 1.8; }
.detail-copy h2 { margin-top: 56px; font-size: 2.1rem; }
.detail-aside { position: sticky; top: 110px; padding: 26px; border-radius: var(--radius); background: var(--soft); }
.detail-aside h3 { font-size: 1.15rem; }
.detail-aside ul { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .86rem; }
.detail-aside li { display: flex; gap: 10px; }
.detail-aside li::before { content: "✓"; color: var(--blue); font-weight: 800; }
.detail-callout { margin-top: 35px; padding: 28px; border-radius: var(--radius); color: #fff; background: var(--navy); }
.detail-callout h3 { color: #fff; font-size: 1.45rem; }
.detail-callout p { color: #bac5e2; font-size: .87rem; }
.detail-callout .button { margin-top: 9px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--navy); font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue); font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; margin: 15px 40px 0 0; color: var(--muted); font-size: .9rem; }
.legal-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.legal-link { display: flex; flex-direction: column; gap: 14px; min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.legal-link:hover { transform: translateY(-3px); border-color: rgba(66,103,245,.42); box-shadow: var(--shadow-sm); }
.legal-link .section-kicker { margin-bottom: 0; }
.legal-link p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.6; }
.legal-link-action { margin-top: auto; color: var(--blue); font-size: .83rem; font-weight: 800; }
.legal-section { background: #fff; }
.legal-layout { max-width: 880px; margin: 0 auto; }
.legal-copy { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.legal-copy a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-copy > p:first-child { margin-bottom: 0; }
.legal-block { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-block:first-of-type { padding-top: 0; }
.legal-block:last-child { border-bottom: 0; }
.legal-block h2 { margin-bottom: 12px; font-size: 1.6rem; }
.legal-block p { max-width: 790px; margin-bottom: 12px; }
.legal-block p:last-child { margin-bottom: 0; }
.legal-block ul { display: grid; gap: 7px; max-width: 790px; margin: 12px 0 0; padding-left: 1.25rem; }
.legal-block li::marker { color: var(--blue); }

/* About */
.about-hero { padding: 132px 0 44px; }
.about-hero .page-hero-content { max-width: 920px; }
.about-hero h1 { max-width: 900px; }
.about-hero-text { display: grid; gap: 12px; max-width: 760px; margin-bottom: 28px; }
.about-hero-text .lead { margin: 0; }
.about-profile { padding-top: 62px; }
.about-profile-grid { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 86px; align-items: center; }
.about-portrait { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; border: 1px solid #dfe6f4; border-radius: var(--radius); background: linear-gradient(145deg, #edf3ff 0%, #f9fbff 56%, #e8f9fb 100%); }
.about-portrait::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(66,103,245,.14); border-radius: 50%; box-shadow: 0 0 0 40px rgba(66,103,245,.04), 0 0 0 80px rgba(32,202,213,.035); }
.about-portrait::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(8,11,69,0) 55%, rgba(8,11,69,.2) 100%); pointer-events: none; }
.about-portrait-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.about-portrait-label { position: absolute; z-index: 3; left: 24px; bottom: 24px; display: grid; gap: 3px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px; background: rgba(255,255,255,.84); box-shadow: 0 10px 25px rgba(15,22,77,.08); }
.about-portrait-label span { color: var(--blue); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-portrait-label strong { color: var(--navy); font-size: .86rem; }
.about-profile-copy p { max-width: 650px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.about-profile-copy .button { margin-top: 8px; }
.about-message { background: linear-gradient(135deg, #f7f9fc 0%, #fff 56%, #f3f8ff 100%); }
.about-message-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-message-grid .section-heading h2 { max-width: 650px; }
.about-message-copy { max-width: 650px; padding-top: 42px; }
.about-message-copy p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.about-work { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.about-work::after { content: ""; position: absolute; right: -170px; bottom: -270px; width: 580px; height: 580px; border: 1px solid rgba(32,202,213,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(32,202,213,.035), 0 0 0 84px rgba(32,202,213,.02); pointer-events: none; }
.about-work h2, .about-work h3 { color: #fff; }
.about-work-heading { position: relative; z-index: 1; max-width: 650px; margin-bottom: 58px; }
.about-work-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.about-work-step { position: relative; padding: 0 28px 0 0; }
.about-work-step:not(:first-child) { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.18); }
.about-work-number { display: block; margin-bottom: 28px; color: transparent; font-size: clamp(3.7rem, 5vw, 5.6rem); font-weight: 800; letter-spacing: -.08em; line-height: .8; -webkit-text-stroke: 1px rgba(32,202,213,.78); }
.about-work-step h3 { margin-bottom: 11px; font-size: 1.22rem; text-transform: uppercase; letter-spacing: .03em; }
.about-work-step p { max-width: 220px; margin: 0; color: #b6c1df; font-size: .88rem; line-height: 1.65; }
.about-final-cta .lead + .lead { margin-top: -15px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.about-mark { position: relative; min-height: 450px; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: var(--navy); }
.about-mark::before { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(32,202,213,.55); border-radius: 50%; box-shadow: 0 0 0 35px rgba(32,202,213,.08), 0 0 0 70px rgba(107,34,245,.08); }
.about-mark strong { position: relative; z-index: 1; color: #fff; font-size: 11rem; font-weight: 800; line-height: 1; letter-spacing: -.15em; background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.about-copy p { color: var(--muted); font-size: 1.03rem; line-height: 1.8; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 48px; }
.value-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.value-card span { display: block; margin-bottom: 35px; color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.value-card h3 { font-size: 1.15rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .84rem; }

/* Footer */
.site-footer { color: #c0c9e2; background: var(--navy); }
.footer-main { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 50px; padding: 74px 0 64px; }
.footer-brand p { margin: 18px 0 20px; color: #fff; font-size: 1.25rem; font-weight: 650; letter-spacing: -.03em; line-height: 1.2; }
.footer-logo-frame { width: 212px; height: 49px; overflow: visible; }
.footer-logo-frame img { width: 212px; height: auto; object-fit: contain; }
.footer-email { color: var(--cyan); font-size: .82rem; font-weight: 700; }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column h3 { margin-bottom: 10px; color: #fff; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a, .footer-note { color: #a9b4d2; font-size: .81rem; }
.footer-column a:hover { color: #fff; }
.footer-note { margin-top: 10px; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); color: #8f9ab9; font-size: .7rem; }
.footer-status { display: inline-flex; align-items: center; gap: 7px; }
.footer-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(32,202,213,.12); }

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  .hero { min-height: auto; padding-top: 140px; background-image: none; }
  .hero-grid { display: grid; min-height: 0; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-media { position: relative; display: grid; min-height: 420px; align-items: center; }
  .hero-media::after { content: ""; position: absolute; inset: 24px -28px -28px 60px; z-index: -1; border-radius: 35px; background: rgba(66,103,245,.12); filter: blur(36px); }
  .hero-art { width: 100%; max-height: 510px; min-height: 420px; object-fit: cover; object-position: 58% center; border-radius: 24px; box-shadow: var(--shadow-md); }
  .hero-float { display: block; }
  .hero-scroll { display: none; }
  .section { padding: 96px 0; }
  .audience-grid, .about-grid { gap: 50px; }
  .about-profile-grid, .about-message-grid { gap: 50px; }
  .footer-main { gap: 28px; }
}

@media (max-width: 820px) {
  .container { width: min(var(--max), calc(100% - 36px)); }
  .site-header { padding: 10px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 9px); left: 18px; right: 18px; display: grid; gap: 0; padding: 9px 17px 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .menu-open .primary-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-link { padding: 12px 0; border-bottom: 1px solid #eef1f7; }
  .nav-link::after { bottom: -1px; }
  .nav-cta { margin-top: 14px; }
  .hero-grid, .services-intro, .audience-grid, .contact-grid, .detail-layout, .about-grid { grid-template-columns: 1fr; }
  .about-profile-grid, .about-message-grid { grid-template-columns: 1fr; }
  .about-portrait { max-width: 640px; min-height: 410px; }
  .about-message-copy { padding-top: 0; }
  .about-work-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }
  .about-work-step:nth-child(3) { padding-left: 0; border-left: 0; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-grid { gap: 48px; }
  .hero-copy { max-width: 690px; }
  .hero-media { max-width: 720px; min-height: 0; }
  .hero-art { min-height: 380px; }
  .hero-float { left: 18px; bottom: 18px; }
  .services-intro .lead { justify-self: start; transform: none; }
  .audience-intro { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 0; }
  .process-step:nth-child(2) { border-left: 1px solid rgba(255,255,255,.16); padding-left: 20px; }
  .process-step:nth-child(2)::after { display: none; }
  .process-step:nth-child(3) { border-left: 0; padding-left: 0; }
  .process-step:nth-child(3)::after { display: block; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card--featured { grid-column: 1 / -1; grid-row: auto; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 25px; }
  .cta-grid { display: grid; }
  .cta-actions { justify-content: start; }
  .service-overview { grid-template-columns: repeat(2, 1fr); }
  .detail-aside { position: static; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { width: min(var(--max), calc(100% - 30px)); }
  .brand { width: 162px; height: 37px; }
  .brand-image { width: 162px; }
  h1 { font-size: clamp(2.15rem, 10.6vw, 3.7rem); letter-spacing: -.06em; overflow-wrap: anywhere; }
  h2 { font-size: clamp(2rem, 9.8vw, 2.85rem); }
  .lead { font-size: 1rem; }
  .hero { padding: 124px 0 68px; }
  .about-hero { padding: 126px 0 58px; }
  .hero-copy h1 { font-size: clamp(2.15rem, 10.6vw, 3.7rem); }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { display: grid; gap: 9px; }
  .hero-media { margin: 0 -7px; }
  .hero-art { min-height: 320px; border-radius: 18px; }
  .hero-float { left: 12px; bottom: 12px; width: 155px; padding: 13px; }
  .hero-float strong { font-size: 1.15rem; }
  .section { padding: 78px 0; }
  .section--tight { padding: 65px 0; }
  .service-grid, .project-grid, .service-overview, .benefits-grid, .values-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 24px; }
  .service-top { margin-bottom: 38px; }
  .project-card--featured { grid-column: auto; }
  .project-preview, .project-card--featured .project-preview { min-height: 280px; }
  .preview-window { inset: 26px 19px 22px; }
  .project-info { padding: 22px; }
  .process-grid { grid-template-columns: 1fr; gap: 0; }
  .process-step, .process-step:nth-child(2), .process-step:nth-child(3) { padding: 0 0 34px 26px; border-left: 1px solid rgba(255,255,255,.2); }
  .process-step:not(:last-child)::after, .process-step:nth-child(2)::after, .process-step:nth-child(3)::after { content: "↓"; display: block; top: auto; right: auto; bottom: 7px; left: -7px; font-size: 1rem; }
  .process-step:last-child { padding-bottom: 0; border-left-color: transparent; }
  .section-heading--split { display: block; }
  .section-heading--split .button { margin-top: 18px; width: auto; }
  .page-hero { padding: 140px 0 70px; }
  .page-hero::after { width: 230px; height: 230px; right: -100px; top: 42px; }
  .page-hero h1 { font-size: clamp(2.15rem, 10.6vw, 3.7rem); }
  .breadcrumbs { margin-bottom: 22px; }
  .contact-grid { gap: 42px; }
  .contact-form { grid-template-columns: 1fr; padding: 20px; }
  .field--wide, .form-captcha, .form-actions, .form-consent, .form-status { grid-column: auto; }
  .form-actions { display: grid; align-items: start; }
  .legal-links { grid-template-columns: 1fr; }
  .legal-copy { font-size: .94rem; }
  .legal-block h2 { font-size: 1.35rem; }
  .about-mark { min-height: 320px; }
  .about-mark strong { font-size: 8rem; }
  .about-profile { padding-top: 78px; }
  .about-portrait { min-height: 340px; }
  .about-portrait-label { left: 16px; bottom: 16px; }
  .about-message-copy p { font-size: 1rem; }
  .about-work-grid { grid-template-columns: 1fr; gap: 0; }
  .about-work-step, .about-work-step:nth-child(3) { padding: 0 0 34px 26px; border-left: 1px solid rgba(255,255,255,.2); }
  .about-work-step:not(:first-child) { padding-left: 26px; }
  .about-work-step:not(:last-child)::after { content: "↓"; position: absolute; bottom: 7px; left: -7px; color: var(--cyan); font-size: 1rem; }
  .about-work-step:last-child { padding-bottom: 0; border-left-color: transparent; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 20px; padding: 55px 0 44px; }
  .whatsapp-flotante { right: 18px; bottom: 18px; width: 56px; height: 56px; }
  .whatsapp-icono { width: 32px; height: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 9px; }
}
