:root {
  --navy: #061328;
  --navy-2: #0b1d3b;
  --blue: #1475ff;
  --blue-2: #3a8cff;
  --text: #111a2e;
  --muted: #697286;
  --line: #e7ebf2;
  --surface: #ffffff;
  --soft: #f6f8fc;
  --green: #10b981;
  --purple: #7c4dff;
  --orange: #ff7a2f;
  --shadow: 0 20px 60px rgba(15, 33, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: var(--text); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; padding: 22px 0; color: #fff; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 7px; min-width: 203px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, #0a5eff, #3f93ff); font-weight: 900; font-size: 22px; transform: skew(-8deg); }
.brand-logo-symbol { position: relative; display: block; width: 47px; height: 47px; flex: 0 0 47px; filter: drop-shadow(0 0 13px rgba(54, 137, 255, .34)); }
.brand-logo-symbol img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; justify-content: center; line-height: 1; white-space: nowrap; }
.brand-copy strong { color: #f7f8ff; font-size: 21px; font-weight: 800; letter-spacing: -.55px; }
.brand-copy small { color: #c8ccda; font-size: 7.5px; font-weight: 600; letter-spacing: 1.65px; margin-top: 7px; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.main-nav a { font-size: 14px; color: rgba(255,255,255,.86); transition: .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--blue-2); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 8px; padding: 14px 20px; font-weight: 700; font-size: 14px; border: 1px solid transparent; cursor: pointer; transition: .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #126aff, #2189ff); box-shadow: 0 12px 28px rgba(20,117,255,.25); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.03); }
.btn-outline:hover { background: rgba(255,255,255,.08); }
.btn-light { color: var(--blue); border-color: #c6d9ff; background: #fff; }
.btn-white { background: #fff; color: var(--navy); }
.wa-dot { color: #2dd66f; }

.hero { position: relative; min-height: 735px; overflow: hidden; background: radial-gradient(circle at 72% 44%, #12356c 0, #091a37 28%, #061328 58%, #040c1b 100%); color: #fff; padding: 155px 0 100px; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, black 45%, black); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .22; }
.hero-glow-one { width: 340px; height: 340px; background: #126aff; right: 10%; top: 20%; }
.hero-glow-two { width: 240px; height: 240px; background: #5138ff; left: 32%; bottom: 0; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 35px; }
.eyebrow { display: inline-block; font-size: 11px; letter-spacing: 1.7px; font-weight: 800; color: #72a9ff; margin-bottom: 16px; }
.hero h1 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.08; letter-spacing: -2.6px; max-width: 650px; }
.hero h1 span { color: var(--blue-2); }
.hero-copy > p { max-width: 590px; color: #c5ccda; line-height: 1.75; font-size: 17px; margin: 25px 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 42px; }
.hero-stats div { display: flex; flex-direction: column; gap: 4px; }
.hero-stats strong { font-size: 18px; }
.hero-stats span { font-size: 11px; color: #9aa7bc; }

.hero-visual { position: relative; min-height: 470px; }
.screen { background: #f8fbff; border: 8px solid #111722; box-shadow: var(--shadow); }
.laptop-screen { position: absolute; left: 10px; top: 90px; width: 465px; height: 280px; border-radius: 18px 18px 8px 8px; transform: perspective(900px) rotateY(-7deg) rotateX(2deg); overflow: hidden; }
.screen-bar { height: 22px; background: #e9edf4; display: flex; gap: 5px; align-items: center; padding: 0 10px; }
.screen-bar span { width: 6px; height: 6px; border-radius: 50%; background: #aab2c0; }
.screen-content { height: calc(100% - 22px); padding: 55px 36px; background: linear-gradient(135deg, rgba(4,18,40,.96), rgba(9,46,90,.72)), radial-gradient(circle at 80% 30%, #2a79ff, transparent 40%); }
.mini-label { font-size: 10px; color: #80aefe; margin-bottom: 16px; }
.screen-content h3 { font-size: 24px; line-height: 1.2; max-width: 280px; margin: 0 0 20px; }
.screen-content button { border: 0; border-radius: 5px; background: #166cff; color: #fff; padding: 10px 16px; font-size: 11px; }
.device-base { position: absolute; left: 0; top: 370px; width: 510px; height: 18px; background: linear-gradient(#dadfe8, #9da7b6); border-radius: 3px 3px 18px 18px; box-shadow: 0 15px 30px rgba(0,0,0,.35); transform: perspective(800px) rotateX(40deg); }
.dashboard-card { position: absolute; right: -5px; top: 120px; width: 210px; height: 275px; border-radius: 18px; border-width: 5px; padding: 24px 18px; color: var(--text); transform: rotate(6deg); }
.dash-head { display: flex; justify-content: space-between; font-size: 11px; }
.dash-head strong { color: var(--green); }
.chart-bars { height: 105px; display: flex; gap: 7px; align-items: end; padding: 15px 0; }
.chart-bars i { display: block; width: 18px; border-radius: 4px 4px 0 0; background: linear-gradient(#4b92ff, #1d69ee); }
.chart-bars i:nth-child(1){height: 30%}.chart-bars i:nth-child(2){height: 55%}.chart-bars i:nth-child(3){height: 40%}.chart-bars i:nth-child(4){height: 70%}.chart-bars i:nth-child(5){height: 62%}.chart-bars i:nth-child(6){height: 92%}
.dash-row { display: flex; justify-content: space-between; border-top: 1px solid #edf0f5; padding: 14px 0; font-size: 10px; }
.phone { position: absolute; right: 145px; top: 245px; width: 120px; height: 245px; border: 5px solid #111722; border-radius: 24px; background: #fff; box-shadow: var(--shadow); transform: rotate(-4deg); z-index: 5; }
.phone-notch { width: 52px; height: 12px; background: #111722; border-radius: 0 0 8px 8px; margin: auto; }
.phone-screen { color: var(--text); padding: 24px 12px; }
.phone-screen small { font-size: 8px; color: var(--blue); }
.phone-screen h4 { font-size: 13px; margin: 6px 0 20px; }
.phone-item { height: 25px; border-radius: 7px; background: #eef4ff; margin-bottom: 10px; }
.code-card { position: absolute; top: 15px; right: 70px; width: 245px; padding: 20px; border-radius: 12px; background: rgba(15, 24, 40, .94); box-shadow: 0 20px 45px rgba(0,0,0,.35); color: #d9e0eb; font: 10px/1.8 monospace; transform: rotate(2deg); z-index: 4; }
.pink { color: #ff6fae; } .blue { color: #5eb7ff; } .green { color: #4ddd9d; }

.section { padding: 88px 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.blue-text { color: var(--blue); }
.section h2 { font-size: clamp(30px, 4vw, 44px); margin: 0 0 15px; letter-spacing: -1.6px; }
.section-heading p, .projects-heading p { color: var(--muted); line-height: 1.7; }
.services { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { border: 1px solid var(--line); border-radius: 14px; padding: 30px 24px; text-align: center; background: #fff; box-shadow: 0 12px 35px rgba(20, 35, 70, .05); transition: .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #cbdcff; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 14px; background: #eef4ff; color: var(--blue); font-size: 25px; }
.service-icon.green { background: #eafaf4; color: var(--green); }
.service-icon.purple { background: #f0edff; color: var(--purple); }
.service-icon.orange { background: #fff2e9; color: var(--orange); }
.service-card h3 { margin: 0 0 12px; font-size: 17px; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 13px; min-height: 66px; }
.service-card a { display: inline-block; margin-top: 10px; color: var(--blue); font-size: 13px; font-weight: 700; }
.benefits-strip { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; background: linear-gradient(135deg, #08162e, #0c2145); color: #fff; border-radius: 14px; padding: 28px 30px; }
.benefits-strip div { display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; align-items: center; }
.benefits-strip span { grid-row: 1 / span 2; color: var(--blue-2); font-size: 24px; }
.benefits-strip strong { font-size: 13px; }
.benefits-strip small { color: #aeb8c9; margin-top: 5px; font-size: 10px; }

.projects { background: var(--soft); }
.projects-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.projects-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.project-card { overflow: hidden; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(20,35,70,.06); transition: .25s; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-preview { height: 180px; padding: 25px; display: flex; align-items: end; color: #fff; font-weight: 700; font-size: 17px; background-size: cover; }
.project-preview span { max-width: 180px; }
.architecture { background: linear-gradient(rgba(4,13,29,.08), rgba(4,13,29,.35)), url("../img/proyecto-constructora.jpg") center/cover no-repeat; }
.project-preview-real { background-position: center 58%; }
.realestate {
  background:
    linear-gradient(rgba(4,13,29,.04), rgba(4,13,29,.18)),
    url("../img/proyecto-inmobiliario-preview.png") center top/cover no-repeat;
}

.crm { background: radial-gradient(circle at 70% 30%, #30c8ff, transparent 16%), linear-gradient(135deg, #152a4d, #0a1222); }
.ecommerce { background: linear-gradient(rgba(4,13,29,.15), rgba(4,13,29,.72)), linear-gradient(135deg, #b5a89d, #443b3a); }
.project-body { padding: 18px 20px; }
.project-body h3 { margin: 0 0 6px; font-size: 15px; }
.project-body p { margin: 0; color: var(--muted); font-size: 12px; }

.contact-cta { padding: 75px 0; color: #fff; background: linear-gradient(135deg, #0a63f7, #5c4cf4); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.contact-cta h2 { font-size: 42px; margin: 0 0 15px; }
.contact-cta p { color: rgba(255,255,255,.82); line-height: 1.7; }
.contact-form { display: grid; gap: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.12); color: #fff; border-radius: 9px; padding: 14px 15px; outline: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.72); }
.contact-form select option { color: var(--text); }
.form-status { margin: 0; min-height: 20px; font-size: 13px; }

.site-footer { padding: 58px 0 20px; background: #050d1b; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid p, .footer-grid a, .footer-grid span { color: #9aa5b7; font-size: 13px; line-height: 1.7; }
.footer-brand { margin-bottom: 8px; }
.footer-logo { display: block; width: 105px; height: 82px; object-fit: contain; margin: -10px 0 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; margin-top: 40px; color: #748096; font-size: 12px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 50; display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 30px rgba(37,211,102,.38); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-float svg { display: block; width: 31px; height: 31px; fill: currentColor; }
.whatsapp-float:hover { background: #20bd5a; transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 34px rgba(37,211,102,.48); }
.whatsapp-float:focus-visible { outline: 3px solid rgba(255,255,255,.9); outline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 140px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { margin-top: 25px; min-height: 510px; transform: scale(.92); transform-origin: left top; }
  .services-grid, .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: absolute; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #0a1830; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 10px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; }
  .hero { min-height: auto; padding: 130px 0 65px; }
  .hero h1 { font-size: 42px; letter-spacing: -1.8px; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .hero-visual { min-height: 390px; transform: scale(.66); width: 150%; margin-top: 0; }
  .section { padding: 65px 0; }
  .services-grid, .projects-grid, .benefits-strip, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .projects-heading { align-items: flex-start; flex-direction: column; }
  .benefits-strip { gap: 18px; }
  .contact-grid { gap: 35px; }
  .contact-cta h2 { font-size: 34px; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 36px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { transform: scale(.52); min-height: 305px; width: 190%; }
  .services-grid, .projects-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}


/* ===== HERO FUTURISTA V2 ===== */
.hero-future {
  min-height: 820px;
  padding: 155px 0 110px;
  background:
    radial-gradient(circle at 72% 42%, rgba(23,112,255,.20), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(111,58,255,.16), transparent 26%),
    linear-gradient(135deg, #020711 0%, #061225 48%, #071a34 100%);
}
.hero-future::before { display: none; }
.future-grid { position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(72,142,255,.18) 1px, transparent 1px),linear-gradient(90deg,rgba(72,142,255,.18) 1px,transparent 1px); background-size:52px 52px; mask-image:linear-gradient(to bottom,black 0%,transparent 92%); }
.future-grid::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,transparent 0%,rgba(26,112,255,.14) 50%,transparent 100%); transform:skewY(-8deg) translateY(40%); }
.future-orb { position:absolute; border-radius:50%; filter:blur(90px); opacity:.28; }
.orb-one { width:420px; height:420px; right:8%; top:20%; background:#126aff; }
.orb-two { width:260px; height:260px; left:35%; bottom:4%; background:#6a35ff; }
.future-beam { position:absolute; width:2px; height:520px; background:linear-gradient(transparent,#2d83ff,transparent); opacity:.25; transform:rotate(35deg); }
.beam-one { right:23%; top:-120px; }.beam-two { right:45%; top:140px; opacity:.12; }
.future-layout { grid-template-columns: .96fr 1.04fr; gap:55px; }
.future-badge { display:inline-flex; align-items:center; gap:9px; border:1px solid rgba(78,151,255,.28); background:rgba(20,91,185,.09); color:#83b7ff; padding:9px 13px; border-radius:999px; font-size:10px; font-weight:800; letter-spacing:1.35px; margin-bottom:22px; }
.future-badge span { width:7px; height:7px; border-radius:50%; background:#35f1a7; box-shadow:0 0 14px #35f1a7; }
.hero-future h1 { font-size:clamp(45px,5.1vw,70px); max-width:680px; }
.hero-future h1 span { color:transparent; background:linear-gradient(90deg,#58a6ff,#7b65ff,#45e4ff); -webkit-background-clip:text; background-clip:text; }
.btn-glow { box-shadow:0 0 0 1px rgba(82,158,255,.28),0 16px 42px rgba(16,112,255,.40); }
.trust-row { display:flex; gap:34px; margin-top:36px; padding-top:25px; border-top:1px solid rgba(255,255,255,.10); }
.trust-item { display:flex; flex-direction:column; gap:4px; }.trust-item strong{font-size:17px}.trust-item span{font-size:10px;color:#8796ac}
.tech-marquee { margin-top:28px; display:flex; flex-wrap:wrap; gap:9px; }
.tech-marquee span { border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.035); color:#8493aa; border-radius:6px; padding:7px 10px; font:600 9px/1 monospace; }
.future-stage { min-height:540px; perspective:1000px; }
.glass-panel { border:1px solid rgba(109,171,255,.24); background:linear-gradient(145deg,rgba(13,31,59,.88),rgba(5,14,29,.78)); backdrop-filter:blur(16px); box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 30px 80px rgba(0,0,0,.42),0 0 45px rgba(28,109,255,.07); }
.core-platform { position:absolute; width:430px; height:310px; left:58px; top:105px; border-radius:20px; transform:rotateY(-8deg) rotateX(3deg); overflow:hidden; z-index:4; }
.panel-topbar { height:49px; display:flex; align-items:center; justify-content:space-between; padding:0 19px; border-bottom:1px solid rgba(255,255,255,.08); }
.panel-title { font-size:11px; font-weight:700; color:#e7f0ff; }.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#34e5a1;margin-right:7px;box-shadow:0 0 12px #34e5a1}.system-status{font-size:8px;color:#52e4b0;letter-spacing:1px}
.platform-content { padding:26px; }.metric-main small{display:block;color:#6f87a9;font-size:8px;letter-spacing:1.2px}.metric-main strong{font-size:35px;display:inline-block;margin-top:7px}.metric-main span{font-size:10px;color:#44dba5;margin-left:8px}
.future-chart { height:112px; display:flex; align-items:end; gap:10px; border-bottom:1px solid rgba(255,255,255,.09); padding:17px 3px 0; background:linear-gradient(rgba(40,112,255,.035) 1px,transparent 1px); background-size:100% 28px; }
.future-chart i { width:34px; display:block; border-radius:5px 5px 1px 1px; background:linear-gradient(180deg,#54c6ff,#246dff); box-shadow:0 0 18px rgba(50,132,255,.28); animation:barPulse 3s ease-in-out infinite alternate; }.future-chart i:nth-child(even){animation-delay:.5s}
@keyframes barPulse { to { filter:brightness(1.35); transform:translateY(-3px); } }
.platform-footer { display:grid; grid-template-columns:repeat(3,1fr); padding-top:17px; }.platform-footer div{display:flex;flex-direction:column;gap:5px}.platform-footer span{font-size:8px;color:#6f819d}.platform-footer strong{font-size:13px}
.float-card { position:absolute; z-index:8; border-radius:13px; padding:13px 15px; display:flex; align-items:center; gap:11px; animation:floatCard 4.5s ease-in-out infinite; }
.float-card small{display:block;color:#70849f;font-size:7px;letter-spacing:.8px;margin-bottom:4px}.float-card strong{font-size:10px}.card-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:rgba(50,224,158,.12);color:#3be3a2}.card-icon.sale{background:rgba(52,123,255,.14);color:#5ba5ff}.card-icon.ai{background:rgba(138,88,255,.14);color:#a784ff}
.card-client{left:0;top:38px}.card-sale{right:-6px;top:73px;animation-delay:-1.3s}.card-ai{right:4px;bottom:43px;animation-delay:-2.3s}
@keyframes floatCard { 50% { transform:translateY(-9px); } }
.mobile-node { position:absolute; z-index:7; width:122px; height:235px; left:5px; bottom:4px; border-radius:24px; padding:23px 13px 13px; transform:rotate(-5deg); }.mobile-notch{position:absolute;left:38px;top:8px;width:46px;height:6px;border-radius:4px;background:#0a1020}.mobile-node span{display:block;font-size:7px;color:#629bff;margin-top:18px}.mobile-node strong{display:block;font-size:12px;line-height:1.3;margin:7px 0 18px}.mobile-line{height:22px;border-radius:6px;background:linear-gradient(90deg,rgba(52,121,255,.25),rgba(92,77,255,.08));margin-bottom:8px}.mobile-line.short{width:68%}.mobile-node button{width:100%;border:0;border-radius:7px;padding:8px;background:#176dff;color:white;font-size:8px}
.code-node { position:absolute; z-index:6; width:242px; right:18px; bottom:3px; border-radius:13px; padding:18px 19px; color:#bcc9dc; font:10px/1.75 monospace; transform:rotate(3deg); }.code-pink{color:#ff78ba}.code-green{color:#53e0a6}.code-blue{color:#66b6ff}
.system-ring { position:absolute; border:1px solid rgba(55,137,255,.18); border-radius:50%; animation:spinRing 18s linear infinite; }.ring-one{width:485px;height:485px;left:28px;top:27px}.ring-two{width:360px;height:360px;left:88px;top:90px;border-style:dashed;animation-direction:reverse;animation-duration:13s}@keyframes spinRing{to{transform:rotate(360deg)}}
.connection { position:absolute; height:1px; transform-origin:left; background:linear-gradient(90deg,rgba(45,132,255,.1),rgba(72,161,255,.85),rgba(45,132,255,.1)); z-index:2; box-shadow:0 0 8px rgba(68,151,255,.8); }.c1{width:190px;left:11px;top:145px;transform:rotate(17deg)}.c2{width:200px;right:22px;top:171px;transform:rotate(-15deg)}.c3{width:220px;left:155px;bottom:78px;transform:rotate(3deg)}
.node-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:#4ba4ff;box-shadow:0 0 14px #4ba4ff;z-index:9;animation:nodePulse 1.7s ease-in-out infinite}.n1{left:185px;top:194px}.n2{right:173px;top:217px}.n3{left:365px;bottom:72px}@keyframes nodePulse{50%{transform:scale(1.7);opacity:.45}}
.scroll-hint { position:absolute; left:50%; bottom:25px; transform:translateX(-50%); color:#71839f; font-size:9px; letter-spacing:1.2px; display:flex; align-items:center; gap:9px; }.scroll-hint span{width:18px;height:29px;border:1px solid rgba(255,255,255,.25);border-radius:9px;position:relative}.scroll-hint span::after{content:'';position:absolute;width:2px;height:6px;border-radius:3px;background:#55a5ff;left:7px;top:6px;animation:scrollDot 1.8s infinite}@keyframes scrollDot{to{transform:translateY(10px);opacity:0}}

@media (max-width:1020px){.future-layout{grid-template-columns:1fr}.future-stage{width:620px;max-width:100%;margin:10px auto 0}.hero-future{padding-bottom:90px}.scroll-hint{display:none}}
@media (max-width:760px){.hero-future{padding-top:125px}.trust-row{gap:20px;flex-wrap:wrap}.future-stage{transform:scale(.78);transform-origin:left top;width:128%;min-height:440px;margin-bottom:-80px}.core-platform{left:40px}.card-sale,.card-ai{right:15px}}
@media (max-width:520px){.hero-future h1{font-size:38px}.future-badge{font-size:8px}.future-stage{transform:scale(.58);width:172%;min-height:340px;margin-bottom:-125px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.trust-item span{font-size:8px}.tech-marquee{display:none}}

/* ===== Servicios premium V3 ===== */
.services-premium{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fbff 0%,#fff 45%,#f5f8ff 100%)}
.services-premium:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(53,111,255,.12),transparent 68%);top:-220px;right:-160px;pointer-events:none}
.services-intro{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end;margin-bottom:46px}
.services-intro h2{font-size:clamp(34px,4vw,58px);line-height:1.05;letter-spacing:-2px;margin:10px 0 0;color:#111a32}
.services-intro h2 span{background:linear-gradient(90deg,#275dff,#00aeea);-webkit-background-clip:text;background-clip:text;color:transparent}
.services-intro>p{font-size:16px;line-height:1.8;color:var(--muted);margin:0 0 6px}
.services-showcase{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.solution-card{grid-column:span 4;position:relative;min-height:430px;padding:26px;border:1px solid rgba(34,69,135,.12);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 20px 55px rgba(20,43,90,.07);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;backdrop-filter:blur(10px)}
.solution-card:before{content:"";position:absolute;inset:auto -40% -60% -40%;height:65%;background:radial-gradient(circle,rgba(52,103,255,.13),transparent 68%);opacity:0;transition:.35s}
.solution-card:hover{transform:translateY(-10px);box-shadow:0 28px 70px rgba(27,61,132,.16);border-color:rgba(53,104,255,.35)}
.solution-card:hover:before{opacity:1}
.solution-featured,.solution-ai{grid-column:span 6;background:linear-gradient(145deg,#07142e,#0d2450);color:#fff;border-color:rgba(99,151,255,.25)}
.solution-ai{background:linear-gradient(145deg,#10132f,#25175a)}
.solution-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;color:#6e7d9e}
.solution-topline span{font-size:12px;font-weight:800;letter-spacing:1px}
.solution-topline small{font-size:10px;font-weight:800;letter-spacing:1.3px}
.solution-featured .solution-topline,.solution-ai .solution-topline{color:#93b7ff}
.solution-symbol{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;margin-bottom:24px;background:linear-gradient(145deg,#eef4ff,#dce8ff);border:1px solid #d8e5ff;color:#2459e7;font-size:13px;font-weight:900;letter-spacing:1px;box-shadow:inset 0 1px 0 #fff,0 12px 25px rgba(43,93,220,.13)}
.solution-featured .solution-symbol,.solution-ai .solution-symbol{background:rgba(255,255,255,.08);border-color:rgba(120,172,255,.3);color:#8ec5ff;box-shadow:0 0 35px rgba(46,117,255,.22)}
.solution-card h3{font-size:25px;letter-spacing:-.6px;margin:0 0 13px;color:#111a32}
.solution-featured h3,.solution-ai h3{color:#fff;font-size:30px}
.solution-card p{font-size:14px;line-height:1.72;color:#65718a;margin:0 0 20px;min-height:72px}
.solution-featured p,.solution-ai p{color:#b8c7e4;max-width:560px}
.solution-card ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0 0 28px;list-style:none}
.solution-card li{font-size:11px;font-weight:700;padding:7px 10px;border-radius:999px;background:#f1f5fd;color:#53617d;border:1px solid #e5ebf7}
.solution-featured li,.solution-ai li{background:rgba(255,255,255,.07);color:#d6e3ff;border-color:rgba(255,255,255,.12)}
.solution-card a{position:absolute;left:26px;bottom:24px;color:#275dff;font-size:13px;font-weight:800}
.solution-featured a,.solution-ai a{color:#7fc7ff}
.solution-card a b{font-size:15px;margin-left:5px}
.services-cta{margin:24px 0 34px;padding:26px 30px;border-radius:20px;background:linear-gradient(90deg,#edf4ff,#f9fbff);border:1px solid #dce8ff;display:flex;justify-content:space-between;gap:25px;align-items:center}
.services-cta span{display:block;color:#5270a9;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}
.services-cta strong{font-size:18px;color:#162342}
@media(max-width:1024px){.services-intro{grid-template-columns:1fr;gap:20px}.solution-card{grid-column:span 6}.solution-featured,.solution-ai{grid-column:span 6}}
@media(max-width:720px){.services-showcase{grid-template-columns:1fr}.solution-card,.solution-featured,.solution-ai{grid-column:1;min-height:410px}.services-cta{align-items:flex-start;flex-direction:column}.services-intro h2{letter-spacing:-1.2px}.solution-featured h3,.solution-ai h3{font-size:26px}}

/* Servicios compactos V4 */
.services-compact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.service-compact-card{position:relative;padding:18px;min-height:410px;display:flex;flex-direction:column;border:1px solid rgba(34,69,135,.12);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 12px 32px rgba(20,43,90,.06);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;overflow:hidden}
.service-compact-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,#2f66ff,#33d2ff);transform:scaleX(.18);transform-origin:left;transition:transform .28s ease}
.service-compact-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(27,61,132,.12);border-color:rgba(53,104,255,.28)}
.service-compact-card:hover:before{transform:scaleX(1)}
.service-compact-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.service-icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#eef4ff,#dce8ff);border:1px solid #d8e5ff;color:#2459e7;font-size:10px;font-weight:900;letter-spacing:.7px}
.service-compact-head small{display:block;margin-bottom:3px;color:#7a87a2;font-size:9px;font-weight:800;letter-spacing:1px}
.service-compact-head h3{margin:0;color:#111a32;font-size:20px;line-height:1.1;letter-spacing:-.35px}
.service-mini-grid{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:17px}
.service-mini-grid span{min-width:0;padding:8px 9px;border:1px solid #e6ecf7;border-radius:10px;background:#f8faff;color:#53617d;font-size:11px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.22s ease}
.service-mini-grid span:hover{background:#eef4ff;border-color:#cfddff;color:#2459e7;transform:translateX(2px)}
.service-compact-card>a{display:inline-flex;margin-top:auto;align-items:center;gap:4px;color:#275dff;font-size:12px;font-weight:800}
.service-compact-card>a b{font-size:14px}
@media(max-width:1120px){.services-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.services-compact{grid-template-columns:1fr}}
@media(max-width:480px){.service-compact-card{padding:17px}.service-mini-grid{grid-template-columns:1fr 1fr;gap:6px}.service-mini-grid span{font-size:10px;padding:7px 8px}.service-compact-head h3{font-size:18px}}

.service-featured{border-color:rgba(53,104,255,.42);background:linear-gradient(160deg,#ffffff 0%,#f1f6ff 100%);box-shadow:0 18px 44px rgba(39,93,255,.14)}
.service-featured:before{height:3px;transform:scaleX(1);background:linear-gradient(90deg,#2459e7,#27c7ff)}
.service-featured .service-icon{background:linear-gradient(145deg,#2459e7,#36b9ff);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(36,89,231,.24)}
.service-card-badge{position:absolute;top:12px;right:12px;padding:5px 8px;border-radius:999px;background:#e8f0ff;color:#2459e7;font-size:8px;font-weight:900;letter-spacing:.8px}
@media(max-width:1120px){.service-compact-card{min-height:360px}.service-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.service-compact-card{min-height:auto}.service-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* ===== Servicios del index V6: tarjetas pequeñas con páginas internas ===== */
.index-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.index-service-card{position:relative;min-height:230px;padding:18px;border-radius:18px;border:1px solid rgba(34,69,135,.12);background:rgba(255,255,255,.92);box-shadow:0 12px 32px rgba(20,43,90,.06);display:flex;flex-direction:column;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;color:inherit}
.index-service-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0%,rgba(54,116,255,.12),transparent 44%);opacity:.5;transition:.28s ease}
.index-service-card:after{content:"";position:absolute;left:18px;right:18px;top:0;height:2px;background:linear-gradient(90deg,#2f66ff,#33d2ff);transform:scaleX(.22);transform-origin:left;transition:transform .28s ease}
.index-service-card:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(27,61,132,.14);border-color:rgba(53,104,255,.3)}
.index-service-card:hover:after{transform:scaleX(1)}
.index-service-card>*{position:relative;z-index:1}
.index-service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.index-service-code{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#eef4ff,#dce8ff);border:1px solid #d8e5ff;color:#2459e7;font-size:10px;font-weight:900;letter-spacing:.7px}
.index-service-top small{color:#9aa6bc;font-size:10px;font-weight:900;letter-spacing:1px}
.index-service-body>span{display:block;color:#74819b;font-size:8px;font-weight:900;letter-spacing:1.15px;margin-bottom:6px}
.index-service-body h3{margin:0 0 9px;color:#101a33;font-size:19px;line-height:1.1;letter-spacing:-.4px}
.index-service-body p{margin:0;color:#67738b;font-size:12px;line-height:1.55}
.index-service-link{margin-top:auto;padding-top:17px;color:#275dff;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf1f8}
.index-service-link b{font-size:14px;transition:transform .25s ease}
.index-service-card:hover .index-service-link b{transform:translate(3px,-3px)}
.index-service-featured{border-color:rgba(53,104,255,.42);background:linear-gradient(160deg,#fff,#f2f7ff);box-shadow:0 18px 44px rgba(39,93,255,.13)}
.index-service-featured .index-service-code{background:linear-gradient(145deg,#2459e7,#36b9ff);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(36,89,231,.22)}
.index-service-badge{position:absolute;top:13px;left:74px;padding:5px 8px;border-radius:999px;background:#e8f0ff;color:#2459e7;font-size:7px;font-weight:900;letter-spacing:.75px}
@media(max-width:1080px){.index-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.index-services-grid{grid-template-columns:1fr}.index-service-card{min-height:205px}}

/* ===== Páginas internas de categorías ===== */
.category-page{background:#f7f9fd;color:#111a32}
.category-header .main-nav a{color:#5f6d88}
.category-hero{position:relative;overflow:hidden;padding:150px 0 80px;background:linear-gradient(145deg,#061126,#0c2148 58%,#0f2b5c);color:#fff}
.category-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(110,151,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(110,151,255,.08) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent)}
.category-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-160px;top:-220px;background:radial-gradient(circle,rgba(41,137,255,.34),transparent 67%)}
.category-hero .container{position:relative;z-index:1}
.category-breadcrumb{display:flex;gap:9px;align-items:center;color:#91a9d7;font-size:11px;font-weight:800;letter-spacing:.8px;margin-bottom:24px}
.category-breadcrumb a{color:#aecdff}
.category-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.category-kicker{display:inline-flex;padding:7px 10px;border:1px solid rgba(134,182,255,.28);border-radius:999px;background:rgba(64,129,255,.09);color:#9fcbff;font-size:9px;font-weight:900;letter-spacing:1.2px;margin-bottom:18px}
.category-hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-3px;margin:0 0 22px}
.category-hero p{max-width:720px;color:#b9c8e5;font-size:17px;line-height:1.75;margin:0 0 30px}
.category-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.category-console{padding:22px;border-radius:22px;background:rgba(4,15,35,.66);border:1px solid rgba(120,171,255,.22);box-shadow:0 28px 70px rgba(0,0,0,.22);backdrop-filter:blur(16px)}
.category-console-top{display:flex;justify-content:space-between;color:#82a6de;font-size:9px;font-weight:900;letter-spacing:1px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.08)}
.category-console-main{padding:28px 0 12px}
.category-console-main span{display:block;color:#8ebcff;font-size:10px;font-weight:900;letter-spacing:1px;margin-bottom:8px}
.category-console-main strong{font-size:42px;display:block;letter-spacing:-2px}
.category-console-list{display:grid;gap:9px;margin-top:17px}
.category-console-list div{display:flex;justify-content:space-between;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.045);font-size:11px;color:#c6d5ee}
.category-console-list b{color:#6de0ad}
.category-services{padding:90px 0}
.category-section-head{display:grid;grid-template-columns:1fr .7fr;gap:50px;align-items:end;margin-bottom:36px}
.category-section-head h2{font-size:clamp(34px,4.2vw,56px);line-height:1.05;letter-spacing:-2px;margin:8px 0 0}
.category-section-head p{color:#6c7890;line-height:1.75;margin:0}
.category-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.category-service-card{position:relative;min-height:245px;padding:22px;border-radius:18px;background:#fff;border:1px solid #e5eaf3;box-shadow:0 12px 34px rgba(30,55,100,.06);transition:.28s ease;overflow:hidden}
.category-service-card:before{content:"";position:absolute;left:0;top:0;width:3px;height:38%;background:linear-gradient(#2f66ff,#35d2ff);transition:.28s ease}
.category-service-card:hover{transform:translateY(-6px);border-color:#cddaff;box-shadow:0 22px 48px rgba(35,71,145,.12)}
.category-service-card:hover:before{height:100%}
.category-service-number{font-size:9px;color:#8d9ab1;font-weight:900;letter-spacing:1px}
.category-service-card h3{font-size:21px;margin:20px 0 11px;letter-spacing:-.5px}
.category-service-card p{color:#68748c;font-size:13px;line-height:1.65;margin:0 0 28px}
.category-service-card a{position:absolute;left:22px;bottom:20px;color:#275dff;font-size:11px;font-weight:900}
.category-process{padding:0 0 90px}
.category-process-box{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-radius:22px;overflow:hidden;background:#dfe6f2;border:1px solid #dfe6f2}
.category-process-box div{padding:24px;background:#fff}
.category-process-box span{font-size:9px;color:#2b63ed;font-weight:900;letter-spacing:1px}
.category-process-box strong{display:block;margin:11px 0 7px;font-size:15px}
.category-process-box small{color:#77839a;line-height:1.5}
.category-cta{padding:70px 0;background:linear-gradient(135deg,#0b1c3f,#123a76);color:#fff}
.category-cta-grid{display:flex;justify-content:space-between;align-items:center;gap:30px}
.category-cta h2{font-size:clamp(30px,4vw,50px);margin:0 0 10px;letter-spacing:-1.5px}
.category-cta p{margin:0;color:#bfd0ed}
.category-footer-links{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:900px){.category-hero-grid,.category-section-head{grid-template-columns:1fr}.category-service-grid{grid-template-columns:repeat(2,1fr)}.category-process-box{grid-template-columns:repeat(2,1fr)}.category-console{max-width:540px}.category-cta-grid{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.category-hero{padding:120px 0 60px}.category-hero h1{letter-spacing:-2px}.category-service-grid{grid-template-columns:1fr}.category-process-box{grid-template-columns:1fr}.category-section-head h2{letter-spacing:-1px}}

/* ===== V7: tarjetas enlazadas a páginas de exhibición ===== */
.category-service-card:after{content:"EXHIBICIÓN";position:absolute;right:16px;top:16px;padding:5px 7px;border-radius:999px;background:#edf3ff;color:#2c62e8;font-size:7px;font-weight:900;letter-spacing:.75px}.category-service-card a{display:inline-flex;align-items:center;gap:5px}.category-service-card:hover a{color:#154edb}


/* V9 · Franja de personalización bajo las soluciones */
.category-personalization{padding:18px 0 68px;background:var(--bg-dark,#07101d)}
.category-personalization__bar{position:relative;display:grid;grid-template-columns:minmax(270px,1.3fr) minmax(360px,1.5fr) auto;gap:26px;align-items:center;padding:25px 28px;overflow:hidden;border:1px solid rgba(134,106,255,.32);border-radius:22px;background:linear-gradient(135deg,rgba(13,25,46,.94),rgba(8,20,36,.9));box-shadow:0 18px 60px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.07)}
.category-personalization__bar:after{content:"";position:absolute;right:-100px;bottom:-150px;width:300px;height:300px;border-radius:50%;background:rgba(116,74,255,.16);filter:blur(30px)}
.category-personalization__lead{position:relative;z-index:1;display:flex;gap:15px;align-items:flex-start}.category-personalization__icon{display:grid;place-items:center;flex:0 0 46px;height:46px;border:1px solid rgba(138,102,255,.55);border-radius:15px;background:rgba(118,75,255,.12);color:#aa8cff;font-size:22px}.category-personalization__lead strong{display:block;margin-bottom:5px;color:#fff;font-size:1rem}.category-personalization__lead p{margin:0;color:rgba(223,232,247,.66);font-size:.78rem;line-height:1.55}
.category-personalization__points{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px}.category-personalization__points span{padding-left:16px;position:relative;color:rgba(235,239,255,.8);font-size:.76rem}.category-personalization__points span:before{content:"";position:absolute;left:0;top:.42em;width:6px;height:6px;border-radius:50%;background:#8f6cff;box-shadow:0 0 12px #8f6cff}.category-personalization__points b{color:#b49cff}.category-personalization__bar .btn{position:relative;z-index:1;white-space:nowrap}
@media(max-width:1040px){.category-personalization__bar{grid-template-columns:1fr 1fr}.category-personalization__bar .btn{grid-column:1/-1;justify-self:start}}@media(max-width:700px){.category-personalization{padding-bottom:46px}.category-personalization__bar{grid-template-columns:1fr;padding:22px}.category-personalization__points{grid-template-columns:1fr}.category-personalization__bar .btn{grid-column:auto;width:100%;justify-content:center}}

/* V10 · Barra compacta antes de los tipos de servicio */
.solutions-showcase-note{margin:-58px 0 34px;position:relative;z-index:3;padding:13px 16px 12px;border:1px solid rgba(145,169,208,.42);border-radius:13px;background:linear-gradient(135deg,#071321 0%,#091b2e 58%,#071522 100%);box-shadow:0 18px 44px rgba(8,25,53,.18);color:#fff;overflow:hidden}
.solutions-showcase-note:after{content:"";position:absolute;right:-80px;top:-110px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.22),transparent 68%);pointer-events:none}
.solutions-showcase-note__top{position:relative;z-index:1;display:grid;grid-template-columns:1.45fr repeat(4,1fr);align-items:center;gap:0;padding-bottom:11px}
.solutions-showcase-note__intro,.solutions-showcase-note__item{display:flex;align-items:center;gap:10px;min-width:0;padding:0 12px;border-right:1px solid rgba(255,255,255,.12)}
.solutions-showcase-note__intro{padding-left:0}.solutions-showcase-note__item:last-child{border-right:0;padding-right:0}
.solutions-showcase-note__icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;border:1px solid #8958f5;background:rgba(126,74,240,.1);color:#fff;font-size:20px;transform:rotate(-45deg)}
.solutions-showcase-note__item>span{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;border:1px solid rgba(139,92,246,.72);background:rgba(111,53,214,.18);color:#a877ff;font-size:12px;font-weight:900}
.solutions-showcase-note strong{display:block;margin:0 0 3px;color:#fff;font-size:11px;line-height:1.25}.solutions-showcase-note small{display:block;color:#b6c1d4;font-size:8px;line-height:1.35}
.solutions-showcase-note__bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:22px;padding-top:10px;border-top:1px solid rgba(255,255,255,.14)}
.solutions-showcase-note__bottom p{margin:0 0 0 18px;color:#aeb9cc;font-size:9px;line-height:1.55}.solutions-showcase-note__bottom p b{color:#e8edf7;font-size:10px}
.solutions-showcase-note__button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:235px;padding:12px 18px;border-radius:7px;background:linear-gradient(135deg,#6840cf,#8c31d2);box-shadow:0 8px 20px rgba(113,48,204,.24);color:#fff;font-size:11px;font-weight:800;white-space:nowrap;transition:.25s ease}.solutions-showcase-note__button:hover{transform:translateY(-2px);filter:brightness(1.08)}
@media(max-width:1050px){.solutions-showcase-note{margin:-42px 0 30px}.solutions-showcase-note__top{grid-template-columns:repeat(2,1fr);row-gap:12px}.solutions-showcase-note__intro{grid-column:1/-1;border-right:0;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.solutions-showcase-note__item:nth-child(3){border-right:0}.solutions-showcase-note__bottom{align-items:flex-start}.solutions-showcase-note__bottom p{margin-left:0}}
@media(max-width:700px){.solutions-showcase-note{margin:-28px 0 28px;padding:16px}.solutions-showcase-note__top{grid-template-columns:1fr}.solutions-showcase-note__intro,.solutions-showcase-note__item{padding:8px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.solutions-showcase-note__item:last-child{border-bottom:0}.solutions-showcase-note__bottom{flex-direction:column}.solutions-showcase-note__button{width:100%;min-width:0}.solutions-showcase-note__bottom p{font-size:9px}}

/* V11 — distribución invertida de la barra de exhibición */
.solutions-showcase-note__top > *:first-child{
  padding-left:0;
}
.solutions-showcase-note__top > *:last-child{
  padding-right:0;
  border-right:0;
}
.solutions-showcase-note__top .solutions-showcase-note__intro{
  padding-left:12px;
  padding-right:0;
  border-right:0;
}
.solutions-showcase-note__bottom p{
  margin:0 18px 0 0;
  text-align:right;
}
@media(max-width:1050px){
  .solutions-showcase-note__top .solutions-showcase-note__intro{
    grid-column:1/-1;
    grid-row:1;
    padding:0 0 10px;
  }
  .solutions-showcase-note__bottom p{
    margin-right:0;
  }
}
@media(max-width:700px){
  .solutions-showcase-note__bottom{
    flex-direction:column;
  }
  .solutions-showcase-note__bottom p{
    text-align:left;
  }
}


/* V13 SWAPPED SHOWCASE: CYAN NOTE IN CATEGORY PAGES */
.category-showcase-note{position:relative;margin:-58px 0 34px;padding:15px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;overflow:hidden;border:1px solid rgba(65,203,230,.55);border-radius:17px;background:linear-gradient(135deg,#173047,#1d344a 58%,#244d63);box-shadow:0 14px 38px rgba(8,25,53,.16),inset 0 1px 0 rgba(255,255,255,.08);color:#fff}
.category-showcase-note .custom-showcase-note__glow{position:absolute;right:-100px;bottom:-145px;width:320px;height:320px;border-radius:50%;background:rgba(66,220,255,.15);filter:blur(26px);pointer-events:none}
.category-showcase-note .custom-showcase-note__icon{position:relative;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(112,238,255,.58);border-radius:14px;background:rgba(66,220,255,.08);color:#7eeeff;font-size:20px}
.category-showcase-note .custom-showcase-note__content{position:relative}.category-showcase-note .custom-showcase-note__content>span{display:block;margin-bottom:4px;color:#70e8ff;font-size:.62rem;font-weight:800;letter-spacing:.14em}.category-showcase-note h2{margin:0 0 5px;color:#fff;font-size:clamp(.98rem,1.55vw,1.28rem)}.category-showcase-note p{max-width:760px;margin:0;color:rgba(232,243,255,.75);font-size:.76rem;line-height:1.45}
.category-showcase-note .custom-showcase-note__features{display:flex;flex-wrap:wrap;gap:5px 14px;margin-top:8px}.category-showcase-note .custom-showcase-note__features span{color:#d9faff;font-size:.66rem}.category-showcase-note>a{position:relative;white-space:nowrap;padding:10px 14px;border:1px solid #63e9ff;border-radius:11px;color:#efffff;text-decoration:none;font-size:.71rem;font-weight:800;transition:.25s}.category-showcase-note>a:hover{transform:translateY(-2px);background:rgba(72,229,255,.1)}
@media(max-width:1000px){.category-showcase-note{margin:-42px 0 30px;grid-template-columns:auto 1fr;padding:14px 18px}.category-showcase-note>a{grid-column:1/-1;text-align:center}}@media(max-width:650px){.category-showcase-note{margin:-28px 0 28px;grid-template-columns:1fr;padding:17px}.category-showcase-note .custom-showcase-note__icon{width:42px;height:42px}.category-showcase-note>a{grid-column:auto}.category-showcase-note .custom-showcase-note__features{display:grid}}

.contact-form select:disabled {
  opacity: .68;
  cursor: not-allowed;
}

/* V17: tarjetas de proyectos enlazables */
a.project-card{display:block;color:inherit;text-decoration:none}.project-card-link{cursor:pointer}.project-card-link .project-open{display:inline-flex;align-items:center;gap:5px;margin-top:12px;color:var(--primary,#1473e6);font-size:12px;font-weight:700}.project-card-link:focus-visible{outline:3px solid #1485ff;outline-offset:4px}

/* V22: vista previa real del portal inmobiliario */
.realestate.project-preview-real{background:linear-gradient(rgba(4,13,29,.03),rgba(4,13,29,.16)),url('../img/proyecto-inmobiliario-preview.png') center top/cover no-repeat!important;}
.realestate.project-preview-real span{display:none!important;}

/* V24: vistas previas reales de proyectos destacados */
.crm.project-preview-real{background:linear-gradient(rgba(4,13,29,.02),rgba(4,13,29,.14)),url('../img/proyecto-crm-preview.png') center top/cover no-repeat!important;}
.ecommerce.project-preview-real{background:linear-gradient(rgba(4,13,29,.02),rgba(4,13,29,.14)),url('../img/proyecto-tienda-preview.png') center top/cover no-repeat!important;}

/* V27: sección de transparencia comercial */
.transparency-section{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 14% 18%,rgba(32,121,255,.18),transparent 30%),radial-gradient(circle at 88% 76%,rgba(90,76,244,.16),transparent 31%),linear-gradient(145deg,#050e1f 0%,#07172e 53%,#061225 100%)}
.transparency-grid-bg{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(94,157,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(94,157,255,.13) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent)}
.transparency-orb{position:absolute;width:320px;height:320px;border-radius:50%;filter:blur(90px);pointer-events:none}
.transparency-orb-one{top:70px;left:-180px;background:rgba(20,117,255,.22)}
.transparency-orb-two{right:-190px;bottom:20px;background:rgba(124,77,255,.19)}
.transparency-wrap{position:relative;z-index:1}
.transparency-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:42px}
.transparency-heading h2{max-width:760px;margin-bottom:0;font-size:clamp(36px,4.5vw,58px);line-height:1.08;letter-spacing:-2.4px}
.transparency-heading h2 span{color:var(--blue-2)}
.transparency-heading p{max-width:500px;margin:0 0 5px;color:#aebbd0;font-size:15px;line-height:1.75}
.truth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.truth-card{min-height:285px;padding:26px;border:1px solid rgba(115,163,237,.16);border-radius:16px;background:linear-gradient(145deg,rgba(17,41,76,.74),rgba(8,24,48,.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.truth-card:hover{transform:translateY(-5px);border-color:rgba(67,143,255,.55);box-shadow:0 22px 50px rgba(0,8,24,.28),inset 0 1px 0 rgba(255,255,255,.06)}
.truth-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}
.truth-number{color:#4c8df1;font-size:10px;font-weight:800;letter-spacing:1.6px}
.truth-icon{display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(69,145,255,.38);border-radius:11px;color:#6aa7ff;background:rgba(31,111,230,.09);font-size:18px}
.truth-card h3{margin:0 0 13px;color:#f4f8ff;font-size:17px;line-height:1.35}
.truth-card p{margin:0;color:#94a3b9;font-size:12.5px;line-height:1.7}
.truth-answer{display:flex;align-items:flex-start;gap:9px;margin-top:18px;color:#c6d8f5;font-size:11px;font-weight:600;line-height:1.5}
.truth-answer i{flex:0 0 auto;width:6px;height:6px;margin-top:5px;border-radius:50%;background:#2e8bff;box-shadow:0 0 12px #2e8bff}
.transparency-promise{display:grid;grid-template-columns:1.25fr .85fr auto;gap:36px;align-items:center;margin-top:22px;padding:31px 34px;border:1px solid rgba(72,151,255,.34);border-radius:18px;background:linear-gradient(100deg,rgba(15,52,99,.96),rgba(10,35,72,.94)),radial-gradient(circle at 80% 50%,rgba(71,141,255,.22),transparent 45%);box-shadow:0 22px 55px rgba(0,7,23,.25)}
.promise-kicker{color:#6ba9ff;font-size:9px;font-weight:800;letter-spacing:1.5px}
.promise-kicker b{display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:#29d69a;box-shadow:0 0 12px rgba(41,214,154,.75)}
.promise-copy h3{margin:8px 0 7px;font-size:21px}
.promise-copy p{max-width:570px;margin:0;color:#aebbd0;font-size:12px;line-height:1.65}
.promise-list{display:grid;grid-template-columns:1fr 1fr;gap:11px 22px;margin:0;padding:0;list-style:none;color:#d7e4f7;font-size:11px;font-weight:600}
.promise-list li{white-space:nowrap}
.promise-list span{margin-right:6px;color:#32d8a0}
.transparency-promise .btn{white-space:nowrap}
.promise-actions{display:grid;gap:10px;justify-items:stretch}
.promise-actions .btn{width:100%;justify-content:center}
@media(max-width:1020px){
  .truth-grid{grid-template-columns:repeat(2,1fr)}
  .transparency-promise{grid-template-columns:1fr 1fr}
  .transparency-promise .btn{grid-column:1/-1;justify-self:start}
}
@media(max-width:760px){
  .transparency-heading{grid-template-columns:1fr;gap:20px}
  .transparency-heading h2{font-size:38px;letter-spacing:-1.7px}
  .truth-grid{grid-template-columns:1fr}
  .truth-card{min-height:auto}
  .transparency-promise{grid-template-columns:1fr;gap:23px;padding:26px 22px}
  .transparency-promise .btn{grid-column:auto;width:100%}
  .promise-list{gap:10px 15px}
}
@media(max-width:430px){
  .promise-list{grid-template-columns:1fr}
}
