:root {
  --blue: #046EB4;
  --sky: #079BD8;
  --deep: #1C5A8E;
  --ink: #071827;
  --text: #17283A;
  --muted: #627489;
  --line: #DDE8F2;
  --soft: #F5F9FD;
  --panel: #FFFFFF;
  --shadow: 0 28px 90px rgba(10, 49, 86, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 48px, 1200px); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: #fff; padding: 10px 12px; border-radius: 10px; z-index: 999; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(221,232,242,.84);
}
.nav-shell { height: 112px; display: flex; align-items: center; gap: 24px; }
.brand { display:flex; align-items:center; align-self:stretch; }
.brand img { height: 172px; width: auto; max-width: 456px; object-fit: contain; transform: translateY(28px); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex: 1; }
.nav-item { position: relative; }
.nav-link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 14px 12px;
  color: #26394C;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.nav-link:hover { color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 13px; background: #fff; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.menu-toggle span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 999px; font-size: 15px; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(4,110,180,.24); }
.btn-primary:hover { background: #035F9D; }
.btn-secondary { background: #fff; color: var(--text); border-color: var(--line); }
.btn-light { background: #fff; color: var(--blue); box-shadow: 0 12px 34px rgba(0,0,0,.14); }

.mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .18s ease;
  background: rgba(255,255,255,.98);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 18px;
  z-index: 20;
}
.nav-item:hover .mega-menu,
.nav-item.open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega-wide { width: min(860px, calc(100vw - 48px)); display: grid; grid-template-columns: 280px 1fr; gap: 18px; }
.mega-compact { width: 310px; display: grid; gap: 8px; }
.right-menu { left: auto; right: 0; transform: translateY(8px); }
.nav-item:hover .right-menu,
.nav-item.open .right-menu { transform: translateY(0); }
.mega-panel { background: linear-gradient(135deg, #F2F8FE, #FFFFFF); border: 1px solid #E4EFF9; border-radius: 20px; padding: 20px; }
.mega-kicker { display: inline-block; color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; }
.mega-panel h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.15; }
.mega-panel p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.mega-link, .accent-link { color: var(--blue)!important; font-weight: 900!important; }
.mega-grid { display: grid; gap: 10px; }
.solutions-mega { grid-template-columns: 1fr 1fr; }
.solutions-mega a, .mega-compact a, .integrations-list a { display: block; border-radius: 16px; padding: 12px; color: var(--text); border: 1px solid transparent; }
.solutions-mega a:hover, .mega-compact a:hover, .integrations-list a:hover { background: #F5FAFE; border-color: #E3EEF8; }
.solutions-mega span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-right: 8px; background: #EEF7FF; border-radius: 9px; }
.solutions-mega b { display: inline-block; font-size: 14px; }
.solutions-mega small { display: block; margin-top: 6px; color: var(--muted); line-height: 1.35; }
.integrations-mega { grid-template-columns: 330px 1fr; align-items: center; }
.integration-map { position: relative; min-height: 245px; border-radius: 22px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(7,155,216,.18), transparent 42%), linear-gradient(135deg,#F4FAFF,#FFFFFF); border: 1px solid #E2EDF7; }
.integration-map::before, .integration-map::after { content: ""; position: absolute; inset: 50%; width: 260px; height: 1px; background: rgba(4,110,180,.18); transform: translate(-50%,-50%) rotate(22deg); }
.integration-map::after { transform: translate(-50%,-50%) rotate(-22deg); }
.integration-map .core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--blue); color:#fff; border-radius: 999px; padding: 13px 18px; font-size: 14px; font-weight: 900; box-shadow: 0 12px 30px rgba(4,110,180,.22); }
.integration-map .node { position: absolute; background:#fff; border: 1px solid #DCE8F2; border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 900; color:#31506A; box-shadow:0 10px 24px rgba(31,75,112,.08); }
.n1{left:25px;top:34px}.n2{right:34px;top:28px}.n3{left:42px;bottom:38px}.n4{right:45px;bottom:40px}.n5{left:16px;top:112px}.n6{right:15px;top:115px}.n7{left:50%;bottom:18px;transform:translateX(-50%)}
.integrations-list { grid-template-columns: 1fr 1fr; }
.integrations-list a { font-weight: 900; color: #26394C; }

.section-pad { padding: 98px 0; }
.section-pad.compact { padding: 76px 0; }
.soft-section { background: var(--soft); }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,h4,p { margin-top: 0; }
h1 { font-size: clamp(44px, 6vw, 78px); line-height: .96; letter-spacing: -.06em; margin-bottom: 26px; color: var(--ink); }
h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.03; letter-spacing: -.05em; margin-bottom: 22px; color: var(--ink); }
h3 { font-size: 21px; line-height: 1.2; margin-bottom: 12px; }
.hero-text, .section-head p, .section-head.left p, .experience-card p, .about-strip p, .cta-card p { color: var(--muted); font-size: 18px; line-height: 1.72; }
.section-head { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.section-head.left { text-align: left; margin: 0; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(7,155,216,.12), transparent 30%), linear-gradient(180deg,#FFFFFF 0%,#F7FBFF 100%); }
.hero-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 44px; align-items: center; min-height: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.metrics-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.metrics-row div { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 20px; padding: 18px 15px; box-shadow: 0 14px 34px rgba(10,49,86,.07); }
.metrics-row strong { display:block; color: var(--ink); font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.metrics-row span { display:block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.28; }
.hero-visual { position: relative; min-height: 560px; }
.visual-card, .app-card { background: rgba(255,255,255,.92); border: 1px solid rgba(220,232,242,.96); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.dashboard-preview { background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, #F3FAFF 40%, #E5F4FF 78%, rgba(7,155,216,.14) 100%); border-color: rgba(4,110,180,.30); box-shadow: 0 30px 90px rgba(4,110,180,.18); }
.dashboard-preview { position:absolute; inset: 54px 20px 38px 42px; border-radius: 30px; padding: 22px; }
.browser-dots { display:flex; gap:7px; margin-bottom: 18px; }
.browser-dots span { width:10px; height:10px; border-radius:50%; background:#D6E3EF; }
.dashboard-header { display:flex; justify-content:space-between; gap:16px; margin-bottom:18px; padding:12px 14px; border-radius:18px; background:linear-gradient(90deg, rgba(4,110,180,.10), rgba(7,155,216,.04)); border:1px solid rgba(4,110,180,.12); }
.dashboard-header b { display:block; color: var(--ink); }
.dashboard-header small { display:block; color: var(--muted); margin-top:3px; }
.dashboard-header em { height: 28px; display:inline-flex; align-items:center; padding:0 10px; border-radius:999px; background:linear-gradient(135deg,var(--blue),var(--sky)); color:#fff; font-style:normal; font-size:12px; font-weight:900; box-shadow:0 8px 18px rgba(4,110,180,.16); }
.dashboard-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.dashboard-metrics div { background:rgba(255,255,255,.78); border:1px solid #D5EAF8; border-radius:18px; padding:13px; box-shadow:0 10px 24px rgba(4,110,180,.05); }
.dashboard-metrics b { display:block; color: var(--ink); font-size:23px; }
.dashboard-metrics span { display:block; color:var(--muted); font-size:12px; }
.dashboard-chart { position:relative; height: 150px; margin:18px 0; border-radius:20px; border:1px solid #C7E5F7; overflow:hidden; background: radial-gradient(circle at 25% 25%, rgba(7,155,216,.16), transparent 38%), linear-gradient(180deg,#EAF7FF,#FFFFFF); }
.dashboard-chart::before { content:""; position:absolute; inset:18px; background: repeating-linear-gradient(to right, transparent, transparent 54px, rgba(28,90,142,.07) 55px), repeating-linear-gradient(to bottom, transparent, transparent 36px, rgba(28,90,142,.06) 37px); }
.dashboard-chart span { position:absolute; left:8%; right:8%; top:58%; height:4px; border-radius:999px; background:linear-gradient(90deg,var(--deep),var(--sky)); transform:skewY(-6deg); box-shadow:0 -24px 0 rgba(7,155,216,.08), 0 24px 0 rgba(4,110,180,.06); }
.module-tags { display:flex; flex-wrap:wrap; gap:8px; }
.module-tags span { background:#EEF7FF; color:#174D79; padding:8px 10px; border-radius:999px; font-size:12px; font-weight:900; }
.app-card { position:absolute; width: 206px; border-radius:30px; padding:18px; }
.app-card b { display:block; margin-bottom:15px; color: var(--ink); }
.app-card small { display:block; color: var(--muted); margin-top: 13px; }
.app-residence { left: 0; bottom: 8px; }
.app-tracking { right: 0; top: 98px; }
.app-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.app-grid span { min-height:48px; display:flex; align-items:center; justify-content:center; border-radius:14px; background:#F1F8FE; color:var(--deep); font-size:11px; font-weight:900; }
.app-tracking strong { display:block; font-size: 16px; margin: 10px 0 0; }
.progress { height:8px; border-radius:999px; background:#E8F1F8; margin:18px 0; }
.progress span { display:block; width:72%; height:100%; border-radius:999px; background:var(--blue); }
.dust i { position:absolute; width:7px; height:7px; background:var(--sky); opacity:.16; border-radius:2px; animation:float 7s ease-in-out infinite; }
.dust i:nth-child(1){left:16%;top:8%}.dust i:nth-child(2){left:70%;top:5%;animation-delay:.6s}.dust i:nth-child(3){left:86%;top:70%;animation-delay:1.2s}.dust i:nth-child(4){left:8%;top:66%;animation-delay:1.6s}.dust i:nth-child(5){left:58%;top:86%;animation-delay:2s}.dust i:nth-child(6){left:92%;top:34%;animation-delay:3s}
@keyframes float { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-12px) } }

.solution-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.solution-card { position:relative; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:26px; padding:26px; box-shadow:0 10px 30px rgba(16,53,92,.06); min-height: 286px; display:flex; flex-direction:column; transition:.22s ease; }
.solution-card::before { content:""; position:absolute; right:-54px; top:-54px; width:142px; height:142px; border-radius:50%; background:linear-gradient(135deg, rgba(7,155,216,.18), rgba(4,110,180,.06)); }
.solution-card::after { content:""; position:absolute; right:-26px; top:-22px; width:92px; height:92px; border-radius:50%; background:#fff; opacity:.9; }
.solution-card > * { position:relative; z-index:1; }
.solution-card:hover { transform:translateY(-5px); box-shadow: var(--shadow); }
.card-mark { display:inline-flex; align-items:center; justify-content:center; width:46px; height:46px; border-radius:15px; background:linear-gradient(135deg,#EAF7FF,#FFFFFF); color:var(--blue); border:1px solid #D5EAF8; font-weight:900; margin-bottom:20px; box-shadow:0 10px 24px rgba(4,110,180,.08); }
.solution-card p { color:var(--muted); font-size:15px; line-height:1.65; flex:1; }
.solution-card a { color:var(--blue); font-weight:900; }
.industries-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:50px; align-items:center; }
.industry-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.industry-list div { background:#fff; border:1px solid var(--line); border-radius:18px; padding:16px 18px; font-weight:900; color:#21374D; box-shadow:0 10px 28px rgba(10,49,86,.04); }
.integration-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.integration-grid article { background:#fff; border:1px solid var(--line); border-radius:20px; padding:20px; box-shadow:0 12px 30px rgba(16,53,92,.05); }
.integration-grid b { display:block; font-size:18px; color:var(--ink); }
.integration-grid span { display:block; color:var(--muted); font-size:13px; margin-top:6px; line-height:1.45; }
.experience-card { background:linear-gradient(135deg,#071827,#0C2747 58%,#0E426B); color:#fff; border-radius:34px; padding:52px; display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; overflow:hidden; }
.experience-card .eyebrow { color:#8ED9FF; }
.experience-card h2 { color:#fff; }
.experience-card p { color:#C9D8E7; }
.pillars-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.pillars-grid span { background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.14); border-radius:17px; padding:16px; font-weight:900; }
.about-strip { max-width: 920px; margin: 0 auto; text-align:center; }
.engineering-grid { display:grid; grid-template-columns:.98fr 1.02fr; gap:50px; align-items:center; }
.code-card { background:#071827; border:1px solid #173A59; border-radius:28px; box-shadow:0 30px 90px rgba(7,24,39,.22); padding:22px; color:#D7E7F6; overflow:hidden; }
.code-card pre { margin:0; overflow:auto; font-size:13px; line-height:1.75; }
.code-card code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; }
.code-badges, .tech-stack { display:flex; flex-wrap:wrap; gap:9px; margin-top:20px; }
.code-badges span { background:#0B385F; color:#BFEAFF; border:1px solid #175A8D; border-radius:999px; padding:7px 10px; font-size:12px; font-weight:900; }
.tech-stack span { border:1px solid var(--line); border-radius:999px; padding:8px 12px; color:#33516C; background:#fff; font-size:13px; font-weight:900; }
.team-section { background:#F7FBFF; }
.team-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.team-card { background:#fff; border:1px solid var(--line); border-radius:26px; padding:24px; text-align:center; box-shadow:0 10px 30px rgba(16,53,92,.05); }
.avatar { width:76px; height:76px; margin:0 auto 18px; border-radius:50%; background:linear-gradient(135deg,var(--blue),var(--sky)); display:flex; align-items:center; justify-content:center; color:#fff; font-weight:900; font-size:20px; letter-spacing:-.03em; }
.team-card h3 { font-size:18px; margin-bottom:6px; }
.team-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.45; }
.cta-card { position:relative; overflow:hidden; background:linear-gradient(135deg,var(--blue),#043F73); color:#fff; border-radius:34px; padding:52px; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.cta-card::after { content:""; position:absolute; right:-90px; bottom:-105px; width:245px; height:245px; border-radius:50%; background:rgba(255,255,255,.10); }
.cta-card h2 { color:#fff; max-width: 780px; }
.cta-card p { color:#E4F6FF; max-width:760px; }
.cta-card small { display:block; color:#CDEFFF; margin-top:16px; font-weight:800; }
.cta-card .btn { position:relative; z-index:1; white-space:nowrap; }
.site-footer { background:#071827; color:#DCEBFA; padding:57px 0 18px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr .95fr .85fr; gap:38px; }
.footer-brand img { width:265px; filter:brightness(0) invert(1); margin-bottom:18px; }
.site-footer h3 { color:#fff; font-size:24px; line-height:1.15; margin-bottom:12px; letter-spacing:-.035em; }
.site-footer h4 { color:#fff; margin:0 0 16px; font-size:15px; text-transform:uppercase; letter-spacing:.12em; }
.site-footer p, .site-footer span, .site-footer a { color:#AFC2D5; font-size:14px; line-height:1.55; }
.site-footer a, .site-footer span { display:block; margin:8px 0; }
.site-footer strong { color:#fff; }
.social-links { display:flex; gap:9px; margin-top:18px; }
.social-links a { width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#0E2B48; color:#fff; font-weight:900; text-transform:uppercase; font-size:12px; }
.regional-note { margin-top:14px!important; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:38px; padding-top:20px; display:flex; justify-content:space-between; gap:20px; }
.footer-bottom p { margin:0; }
.footer-bottom a { display:inline; }
.whatsapp-float { position:fixed; right:24px; bottom:22px; z-index:80; display:flex; align-items:center; gap:8px; background:#25D366; color:#fff; border-radius:999px; padding:12px 16px; font-weight:900; box-shadow:0 18px 42px rgba(37,211,102,.32); }
.whatsapp-float svg { width:23px; height:23px; fill:#fff; }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 1060px) {
  .nav-shell { min-height: 96px; height:auto; flex-wrap:wrap; padding:8px 0; }
  .brand img { height:120px; max-width:330px; transform: translateY(12px); }
  .menu-toggle { display:flex; margin-left:auto; }
  .nav-cta { display:none; }
  .main-nav { display:none; order:5; flex-direction:column; align-items:stretch; width:100%; gap:0; padding:8px 0 12px; }
  .main-nav.open { display:flex; }
  .nav-link { width:100%; text-align:left; padding:14px 0; }
  .mega-menu, .right-menu { position:static; transform:none!important; opacity:1; visibility:visible; pointer-events:auto; display:none; width:100%; box-shadow:none; margin:0 0 12px; padding:12px; border-radius:18px; }
  .nav-item.open .mega-menu { display:grid; }
  .nav-item:hover .mega-menu { transform:none; }
  .mega-wide, .integrations-mega { grid-template-columns:1fr; }
  .integration-map { display:none; }
  .hero-grid, .industries-grid, .engineering-grid, .experience-card { grid-template-columns:1fr; }
  .hero-grid { min-height:0; }
  .hero-visual { min-height:520px; }
  .metrics-row { grid-template-columns:1fr 1fr; }
  .solution-grid, .integration-grid { grid-template-columns:1fr 1fr; }
  .team-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-bottom { flex-direction:column; }
}
@media (max-width: 680px) {
  .container { width:min(100% - 28px, 1200px); }
  .section-pad, .section-pad.compact { padding:64px 0; }
  .brand img { height:96px; max-width:260px; transform: translateY(6px); }
  h1 { font-size:42px; }
  h2 { font-size:34px; }
  .hero-text, .section-head p, .section-head.left p, .experience-card p, .about-strip p, .cta-card p { font-size:16px; }
  .metrics-row, .solution-grid, .integration-grid, .industry-list, .pillars-grid, .team-grid, .footer-grid, .solutions-mega { grid-template-columns:1fr; }
  .hero-visual { min-height:420px; }
  .dashboard-preview { inset:18px 0 70px; padding:18px; }
  .dashboard-metrics { grid-template-columns:1fr; }
  .dashboard-chart { height:82px; }
  .app-card { width:154px; padding:14px; border-radius:24px; }
  .app-residence { left:0; bottom:10px; }
  .app-tracking { right:0; top:92px; }
  .app-grid span { min-height:42px; font-size:10px; }
  .experience-card, .cta-card { padding:32px; }
  .cta-card { flex-direction:column; align-items:flex-start; }
  .footer-brand img { width:225px; }
  .whatsapp-float { right:14px; bottom:14px; padding:12px; }
  .whatsapp-float span { display:none; }
}


/* ===== Residence 2.0 product template ===== */
.product-hero { position:relative; overflow:hidden; background:radial-gradient(circle at 82% 12%, rgba(7,155,216,.14), transparent 32%), linear-gradient(180deg,#fff 0%,#F7FBFF 100%); }
.product-hero-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:54px; align-items:center; min-height:690px; }
.product-hero h1 { font-size:clamp(45px,5.2vw,70px); max-width:650px; }
.product-hero h1 span { color:var(--blue); }
.product-hero-copy .hero-text { max-width:620px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin:32px 0 26px; }
.hero-badges { display:flex; flex-wrap:wrap; gap:10px; }
.hero-badges span { border:1px solid var(--line); background:#fff; border-radius:999px; padding:9px 13px; color:#36536C; font-size:12px; font-weight:900; }
.showcase { min-height:590px; position:relative; }
.showcase-slide { position:absolute; inset:0; display:grid; grid-template-rows:auto 1fr; opacity:0; transform:translateX(24px) scale(.99); transition:opacity .75s ease, transform .75s ease; pointer-events:none; }
.showcase-slide.is-active { opacity:1; transform:translateX(0) scale(1); pointer-events:auto; }
.showcase-label { display:flex; align-items:center; gap:14px; margin:0 0 14px 22px; }
.showcase-label > span { width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:var(--blue); color:#fff; font-weight:900; font-size:12px; }
.showcase-label b,.showcase-label small { display:block; }
.showcase-label b { color:var(--ink); font-size:18px; }
.showcase-label small { color:var(--muted); margin-top:3px; }
.showcase-media { height:510px; border:1px solid var(--line); border-radius:30px; background:#fff; padding:18px; box-shadow:var(--shadow); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.showcase-media img { width:100%; height:100%; object-fit:contain; transform:scale(1); transition:transform 6s linear; }
.showcase-slide.is-active .showcase-media img { transform:scale(1.02); }
.phone-media { background:linear-gradient(135deg,#F8FBFF,#EEF6FC); }
.phone-media img { width:auto; max-width:68%; }
.showcase-dots { position:absolute; left:50%; bottom:-20px; transform:translateX(-50%); display:flex; gap:8px; z-index:5; }
.showcase-dots button { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:#C6D7E5; cursor:pointer; }
.showcase-dots button.is-active { width:28px; border-radius:999px; background:var(--blue); }
.philosophy { background:#fff; }
.philosophy-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:56px; align-items:center; }
.section-copy p { color:var(--muted); font-size:17px; line-height:1.7; }
.cards-three { display:grid; gap:16px; }
.cards-three article,.cap-card,.steps article { position:relative; background:#fff; border:1px solid var(--line); border-radius:25px; padding:27px; box-shadow:0 14px 40px rgba(10,49,86,.06); overflow:hidden; }
.cards-three article > span { color:var(--blue); font-size:12px; font-weight:900; }
.cards-three article i,.cap-card i { position:absolute; right:20px; bottom:16px; color:rgba(4,110,180,.15); font-size:42px; font-style:normal; font-weight:900; }
.trust-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; border:1px solid var(--line); border-radius:22px; overflow:hidden; margin-top:48px; background:var(--line); }
.trust-strip span { background:#F8FBFE; padding:18px; text-align:center; color:#36536C; font-weight:900; font-size:13px; }
.brand-first { background:linear-gradient(135deg,#071827,#0C2747 62%,#0D426C); color:#fff; overflow:hidden; }
.brand-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.light h2,.light p { color:#fff; }
.light p { opacity:.78; }
.light .eyebrow { color:#A9DFFF; }
.brand-proof { min-height:470px; position:relative; display:flex; align-items:center; justify-content:center; }
.brand-phone { width:270px; height:455px; border-radius:38px; overflow:hidden; background:#fff; padding:8px; box-shadow:0 36px 90px rgba(0,0,0,.35); transform:rotate(-2deg); }
.brand-phone img { width:100%; height:100%; object-fit:cover; object-position:top; border-radius:31px; }
.brand-note { position:absolute; right:0; bottom:60px; width:260px; background:#fff; color:var(--ink); border-radius:22px; padding:20px; box-shadow:0 18px 50px rgba(0,0,0,.24); }
.brand-note b,.brand-note span { display:block; }
.brand-note b { font-size:21px; color:var(--blue); margin-bottom:7px; }
.brand-note span { color:var(--muted); line-height:1.5; }
.capability-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.cap-card { min-height:255px; }
.cap-card > span { display:inline-flex; align-items:center; min-height:30px; padding:0 12px; border-radius:999px; background:rgba(4,110,180,.09); color:var(--blue); font-size:12px; font-weight:900; margin-bottom:18px; }
.cap-card p { color:var(--muted); font-size:14px; line-height:1.65; }
.features { background:var(--soft); }
.feature-list { display:flex; flex-wrap:wrap; gap:11px; justify-content:center; }
.feature-list span { background:#fff; border:1px solid var(--line); border-radius:999px; padding:11px 16px; font-size:13px; font-weight:800; color:#30465E; }
.connected-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:58px; align-items:center; }
.orbit-map { min-height:430px; position:relative; border-radius:34px; background:linear-gradient(135deg,#F8FBFF,#EEF7FF); border:1px solid var(--line); box-shadow:var(--shadow); overflow:hidden; }
.orbit-map::before { content:""; position:absolute; width:300px; height:300px; border:1px solid #CFE0ED; border-radius:50%; left:50%; top:50%; transform:translate(-50%,-50%); }
.orbit-core { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:145px; height:145px; border-radius:50%; background:var(--blue); color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; font-weight:900; box-shadow:0 24px 50px rgba(4,110,180,.28); }
.orbit-map span { position:absolute; background:#fff; border:1px solid var(--line); border-radius:999px; padding:12px 17px; font-weight:900; color:#20344C; box-shadow:0 12px 30px rgba(7,27,51,.08); }
.orbit-map span:nth-of-type(1){left:11%;top:17%}.orbit-map span:nth-of-type(2){right:14%;top:17%}.orbit-map span:nth-of-type(3){right:8%;bottom:25%}.orbit-map span:nth-of-type(4){left:12%;bottom:20%}.orbit-map span:nth-of-type(5){left:5%;top:52%}.orbit-map span:nth-of-type(6){right:5%;top:52%}
.experience { background:#FBFDFF; }
.experience-tabs { border:1px solid var(--line); border-radius:32px; background:#fff; box-shadow:var(--shadow); overflow:hidden; }
.experience-nav { display:grid; grid-template-columns:repeat(3,1fr); border-bottom:1px solid var(--line); }
.experience-nav button { border:0; background:#fff; padding:20px 16px; color:#65798E; font:inherit; font-weight:900; cursor:pointer; }
.experience-nav button.is-active { color:var(--blue); box-shadow:inset 0 -3px 0 var(--blue); background:#F8FCFF; }
.experience-stage { min-height:570px; position:relative; }
.experience-pane { position:absolute; inset:0; display:grid; grid-template-columns:.72fr 1.28fr; gap:42px; align-items:center; padding:46px; opacity:0; transform:translateY(16px); transition:.55s ease; pointer-events:none; }
.experience-pane.is-active { opacity:1; transform:translateY(0); pointer-events:auto; }
.experience-copy h3 { font-size:34px; color:var(--ink); }
.experience-copy p { color:var(--muted); font-size:17px; line-height:1.7; }
.experience-image { height:450px; border-radius:24px; overflow:hidden; border:1px solid var(--line); background:#F8FBFF; padding:14px; }
.experience-image img { width:100%; height:100%; object-fit:contain; }
.experience-image.portrait img { width:auto; margin:auto; }
.videos { background:#fff; }
.video-grid { display:grid; grid-template-columns:1.35fr .825fr .825fr; gap:18px; }
.video-card { border:1px solid var(--line); border-radius:26px; overflow:hidden; background:#fff; box-shadow:0 14px 42px rgba(10,49,86,.06); }
.video-frame,.video-placeholder { aspect-ratio:16/9; background:#F2F7FB; }
.video-frame iframe { width:100%; height:100%; border:0; }
.video-placeholder { display:flex; align-items:center; justify-content:center; gap:10px; color:#B3C6D5; }
.video-placeholder span { font-size:12px; letter-spacing:.18em; font-weight:900; }
.video-placeholder b { font-size:52px; color:#D1DEE8; }
.video-copy { padding:22px; }
.video-copy > span { color:var(--blue); font-size:11px; font-weight:900; letter-spacing:.14em; }
.video-copy h3 { margin:9px 0 7px; }
.video-copy p { margin:0; color:var(--muted); font-size:14px; }
.steps { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.steps b { color:var(--blue); display:block; margin-bottom:12px; }
.steps p { color:var(--muted); font-size:14px; }
.faq { background:#FBFDFF; }
.faq-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:56px; }
.faq-list details { background:#fff; border:1px solid var(--line); border-radius:19px; padding:21px 23px; margin-bottom:12px; }
.faq-list summary { cursor:pointer; font-weight:900; }
.faq-list p { color:var(--muted); font-size:15px; line-height:1.6; margin:12px 0 0; }
@media (max-width:1060px){
  .product-hero-grid,.philosophy-grid,.brand-grid,.connected-grid,.faq-grid{grid-template-columns:1fr}
  .product-hero-grid{min-height:0}
  .showcase{min-height:620px}
  .capability-grid{grid-template-columns:repeat(2,1fr)}
  .video-grid{grid-template-columns:1fr 1fr}.video-featured{grid-column:1/-1}
  .trust-strip{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .product-hero h1{font-size:42px}.showcase{min-height:500px}.showcase-media{height:420px}.phone-media img{max-width:92%}
  .showcase-label{margin-left:6px}.capability-grid,.video-grid,.trust-strip,.experience-nav,.steps{grid-template-columns:1fr}
  .brand-proof{min-height:520px}.brand-note{right:0;bottom:40px;width:220px}
  .experience-stage{min-height:720px}.experience-pane{grid-template-columns:1fr;padding:26px}.experience-image{height:410px}
  .experience-nav button{padding:15px 12px}.orbit-map{min-height:500px}.video-featured{grid-column:auto}
}


/* Residence 2.0 V3 — visual direction approved July 2026 */
.product-hero-grid{grid-template-columns:.88fr 1.12fr;gap:42px;min-height:690px}
.product-hero h1{font-size:clamp(48px,5.3vw,76px);max-width:690px}
.product-hero-copy .hero-text{max-width:650px;margin-bottom:0}
.brand-showcase{position:relative;min-height:610px;display:flex;align-items:center;justify-content:center;padding:34px 0 64px}
.brand-showcase::before,.brand-showcase::after{content:"";position:absolute;border:1px solid rgba(4,110,180,.11);border-radius:50%;width:620px;height:620px;z-index:0}
.brand-showcase::after{width:460px;height:460px}
.brand-phone-demo{--app:#315f3d;position:absolute;width:236px;height:490px;border:7px solid #1b2229;border-radius:42px;background:#f7f8fa;padding:17px 13px 15px;box-shadow:0 28px 70px rgba(10,49,86,.18);transition:transform .75s ease,opacity .75s ease,filter .75s ease;z-index:2;overflow:hidden}
.brand-phone-demo:nth-of-type(1){transform:translateX(-185px) rotate(-5deg) scale(.92);opacity:.68;filter:saturate(.78)}
.brand-phone-demo:nth-of-type(2){transform:translateX(0) scale(1.04);z-index:4}
.brand-phone-demo:nth-of-type(3){transform:translateX(185px) rotate(5deg) scale(.92);opacity:.68;filter:saturate(.78)}
.brand-phone-demo.is-focus{opacity:1!important;filter:none!important;z-index:5!important;transform:translateX(var(--focus-x,0)) rotate(0) scale(1.055)!important}
.brand-phone-demo[data-brand-phone="0"]{--focus-x:-175px}.brand-phone-demo[data-brand-phone="1"]{--focus-x:0}.brand-phone-demo[data-brand-phone="2"]{--focus-x:175px}
.demo-status{font-size:9px;font-weight:800;color:#33475a;margin:0 4px 14px}
.demo-brand{text-align:center;min-height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--app)}
.demo-brand b{font-size:20px;line-height:1.02;letter-spacing:-.03em}.demo-brand small{font-size:7px;letter-spacing:.2em;font-weight:900;margin-top:5px}
.demo-grid,.identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.demo-grid span,.identity-grid span{min-height:70px;border-radius:9px;background:var(--app);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:22px}.demo-grid .wide,.identity-grid .wide{grid-column:1/-1;min-height:84px}.demo-grid b,.identity-grid b{font-size:9px;margin-top:7px}.theme-nova{--app:#315f3d}.theme-yours{--app:#075ca8}.theme-urbana{--app:#8a6a2d}
.showcase-caption{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);z-index:8;margin:0;color:#61758a;font-size:14px;white-space:nowrap}.showcase-caption b{color:var(--ink)}
.brand-first{background:linear-gradient(135deg,#071827,#0C2747 62%,#0D426C)}
.brand-proof{min-height:510px}
.identity-app{--app:#075ca8;width:280px;height:485px;border-radius:38px;background:#f8fafc;border:7px solid #e9eef3;padding:18px 15px;box-shadow:0 36px 90px rgba(0,0,0,.3);transform:rotate(-1.5deg);transition:.5s ease}
.identity-top{display:flex;justify-content:space-between;color:#42566a;font-size:9px;font-weight:900;margin:0 4px 14px}.identity-brand{text-align:center;color:var(--app);font-size:21px;font-weight:900;line-height:1.05;min-height:25px;transition:opacity .25s ease}.identity-sub{text-align:center;color:var(--app);font-size:8px;letter-spacing:.22em;font-weight:900;margin:5px 0 16px;transition:opacity .25s ease}.identity-grid span{background:var(--app);transition:background .45s ease}
.identity-message{position:absolute;right:-8px;bottom:62px;width:270px;background:#fff;color:var(--ink);border-radius:22px;padding:21px;box-shadow:0 18px 50px rgba(0,0,0,.24)}.identity-message b,.identity-message span{display:block}.identity-message b{font-size:20px;color:var(--blue);margin-bottom:7px}.identity-message span{color:var(--muted)}
.orbit-map::after{content:"";position:absolute;width:145px;height:145px;border:2px solid rgba(4,110,180,.12);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);animation:orbitPulse 3s ease-out infinite}
.orbit-core{animation:coreBeat 3s ease-in-out infinite;z-index:2}
@keyframes coreBeat{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.035)}}
@keyframes orbitPulse{0%{transform:translate(-50%,-50%) scale(.96);opacity:.7}70%,100%{transform:translate(-50%,-50%) scale(1.7);opacity:0}}
.experience-image{position:relative;background:linear-gradient(145deg,#f9fbfd,#eef5fb);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.experience-image.portrait img{filter:drop-shadow(0 20px 28px rgba(7,24,39,.16));transform:rotate(-1deg);border-radius:18px}
.browser-frame{padding-top:32px}.browser-frame::before{content:"";position:absolute;left:16px;top:12px;width:8px;height:8px;border-radius:50%;background:#c8d5df;box-shadow:14px 0 #c8d5df,28px 0 #c8d5df}
.browser-frame img{border-radius:8px;filter:drop-shadow(0 18px 28px rgba(7,24,39,.12))}
@media (prefers-reduced-motion:reduce){.brand-phone-demo,.identity-app,.identity-grid span,.orbit-core,.orbit-map::after{animation:none!important;transition:none!important}}
@media (max-width:1060px){.brand-showcase{min-height:620px}.brand-phone-demo{width:220px;height:460px}.brand-phone-demo:nth-of-type(1){transform:translateX(-155px) rotate(-5deg) scale(.9)}.brand-phone-demo:nth-of-type(3){transform:translateX(155px) rotate(5deg) scale(.9)}.brand-phone-demo[data-brand-phone="0"]{--focus-x:-145px}.brand-phone-demo[data-brand-phone="2"]{--focus-x:145px}}
@media (max-width:680px){.brand-showcase{min-height:510px;transform:scale(.78);margin:-40px -70px}.brand-phone-demo{width:210px;height:440px}.brand-phone-demo:nth-of-type(1){transform:translateX(-130px) rotate(-5deg) scale(.86)}.brand-phone-demo:nth-of-type(3){transform:translateX(130px) rotate(5deg) scale(.86)}.brand-phone-demo[data-brand-phone="0"]{--focus-x:-120px}.brand-phone-demo[data-brand-phone="2"]{--focus-x:120px}.identity-message{right:0;width:225px}.identity-app{width:250px;height:455px}}


/* ===== Residence V4 visual refinements ===== */
.brand-first-v4{overflow:hidden}
.brand-v4-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:center}
.brand-v4-copy{position:relative;z-index:3}
.brand-v4-points{display:grid;gap:15px;margin-top:28px}
.brand-v4-points span{display:block;padding-left:28px;position:relative;color:rgba(255,255,255,.82);line-height:1.5}
.brand-v4-points span:before{content:"✓";position:absolute;left:0;top:0;color:#7fc6f2;font-weight:800}
.brand-v4-points b{color:#fff}
.brand-v4-visual{min-height:570px;position:relative;display:flex;align-items:center;justify-content:center;padding-top:20px}
.brand-v4-orbit{position:absolute;width:560px;height:560px;border:1px solid rgba(120,196,241,.18);border-radius:50%}
.brand-v4-orbit:after,.brand-v4-orbit:before{content:"";position:absolute;border:1px solid rgba(120,196,241,.12);border-radius:50%;inset:55px}
.brand-v4-orbit:after{inset:115px}
.brand-v4-phone{position:absolute;width:225px;height:470px;border:7px solid #d8dee6;border-radius:42px;background:#f7f9fc;padding:25px 12px 14px;box-shadow:0 28px 70px rgba(0,0,0,.22);overflow:hidden;transition:transform .5s ease,opacity .5s ease}
.brand-v4-phone:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:74px;height:19px;border-radius:14px;background:#111827}
.brand-v4-phone-left{transform:translateX(-185px) translateY(22px) scale(.88);z-index:1;opacity:.88}
.brand-v4-phone-main{z-index:3;transform:scale(1.05)}
.brand-v4-phone-right{transform:translateX(185px) translateY(22px) scale(.88);z-index:1;opacity:.88}
.brand-v4-phone .demo-status{font-size:10px;color:#111827;margin-bottom:14px}
.brand-v4-phone .demo-brand{text-align:center;margin-bottom:16px;min-height:47px}
.brand-v4-phone .demo-brand b{display:block;font-size:16px;line-height:1.05}
.brand-v4-phone .demo-brand small{font-size:8px;letter-spacing:.08em}
.brand-v4-phone .demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.brand-v4-phone .demo-grid span{min-height:70px;border-radius:7px;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px}
.brand-v4-phone .demo-grid b{font-size:9px;margin-top:5px}
.brand-v4-phone.theme-nova .demo-grid span{background:#285f3b}
.brand-v4-phone.theme-nova .demo-brand{color:#285f3b}
.brand-v4-phone.theme-yours .demo-grid span{background:#0c5596}
.brand-v4-phone.theme-yours .demo-brand{color:#0c5596}
.brand-v4-phone.theme-urbana .demo-grid span{background:#64309b}
.brand-v4-phone.theme-urbana .demo-brand{color:#64309b}
.brand-v4-caption{position:absolute;bottom:3px;left:50%;transform:translateX(-50%);margin:0;color:#fff;font-size:16px;white-space:nowrap}
.brand-v4-caption b{color:#8fd2fb}

.experience-v4-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
.experience-v4-card{min-width:0}
.experience-v4-label{font-weight:800;color:#0a5ca7;text-align:center;padding:0 0 14px;border-bottom:2px solid rgba(10,92,167,.12);margin-bottom:18px}
.experience-v4-media{height:390px;background:#f5f9fc;border:1px solid #e1eaf2;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 16px 45px rgba(19,55,89,.07)}
.experience-v4-card h3{font-size:22px;margin:22px 0 8px;color:#0b1830}
.experience-v4-card>p{color:#536278;line-height:1.65;margin:0}
.resident-media{display:flex;align-items:center;justify-content:center}
.phone-shell{height:350px;width:180px;border:6px solid #202833;border-radius:32px;overflow:hidden;box-shadow:0 18px 38px rgba(17,34,52,.22);transform:translateX(-38px) rotate(-1.5deg);background:#fff}
.phone-shell img{width:100%;height:100%;object-fit:cover;object-position:top}
.browser-editorial{padding:45px 0 0}
.browser-dots{position:absolute;top:16px;left:20px;display:flex;gap:7px}
.browser-dots i{width:9px;height:9px;background:#c8d5e1;border-radius:50%}
.browser-editorial img{width:132%;height:72%;object-fit:cover;object-position:left center;transform:translateX(-7%);transition:transform 7s ease}
.browser-editorial:hover img{transform:translateX(-13%) scale(1.035)}
.media-note{position:absolute;right:15px;bottom:17px;width:205px;background:rgba(255,255,255,.96);border:1px solid #e2eaf1;border-radius:13px;padding:15px;box-shadow:0 12px 30px rgba(22,57,91,.12)}
.media-note b{display:block;color:#0b5fac;font-size:14px;line-height:1.25;margin-bottom:7px}
.media-note span{display:block;color:#536278;font-size:12px;line-height:1.45}
.experience-v4-summary{margin-top:38px;border:1px dashed #b9d3e7;border-radius:18px;padding:22px 30px;display:flex;gap:25px;align-items:center;justify-content:center}
.experience-v4-summary b{color:#0a5ca7;font-size:18px}
.experience-v4-summary span{color:#536278}

@media(max-width:980px){
  .brand-v4-grid{grid-template-columns:1fr}
  .brand-v4-visual{min-height:520px}
  .experience-v4-grid{grid-template-columns:1fr}
  .experience-v4-media{height:430px}
}
@media(max-width:620px){
  .brand-v4-visual{min-height:430px;transform:scale(.78);transform-origin:center top;margin-bottom:-80px}
  .brand-v4-phone-left{transform:translateX(-155px) translateY(25px) scale(.82)}
  .brand-v4-phone-right{transform:translateX(155px) translateY(25px) scale(.82)}
  .experience-v4-media{height:360px}
  .experience-v4-summary{display:block;text-align:center}
  .experience-v4-summary span{display:block;margin-top:8px}
}


/* ===== Residence V5 Premium final refinements ===== */
.brand-premium{overflow:hidden}
.brand-premium-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:center}
.brand-premium-copy{position:relative;z-index:2}
.brand-premium-points{display:grid;gap:15px;margin-top:28px}
.brand-premium-points span{display:block;padding-left:29px;position:relative;color:rgba(255,255,255,.84);line-height:1.5}
.brand-premium-points span:before{content:"✓";position:absolute;left:0;top:0;color:#7fc6f2;font-weight:800}
.brand-premium-points b{color:#fff}
.brand-premium-visual{min-width:0}
.premium-switch{display:flex;justify-content:center;gap:8px;margin-bottom:18px}
.premium-switch-btn{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.07);color:rgba(255,255,255,.72);padding:11px 18px;border-radius:999px;font:inherit;font-weight:700;cursor:pointer;transition:.25s ease}
.premium-switch-btn.active{background:#fff;color:#0b5fa8;border-color:#fff;box-shadow:0 8px 28px rgba(0,0,0,.14)}
.premium-stage{height:590px;position:relative;display:flex;align-items:center;justify-content:center}
.premium-view{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px) scale(.985);pointer-events:none;transition:opacity .5s ease,transform .5s ease}
.premium-view-active{opacity:1;transform:none;pointer-events:auto}
.premium-view img{height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(0 28px 55px rgba(0,0,0,.25))}
.standard-phone{width:290px;height:575px;border:8px solid #d8dee6;border-radius:48px;background:#f7f9fc;padding:38px 18px 18px;box-shadow:0 28px 70px rgba(0,0,0,.25);position:relative;overflow:hidden}
.standard-phone:before{content:"";position:absolute;top:10px;left:50%;transform:translateX(-50%);width:90px;height:23px;border-radius:14px;background:#111827}
.standard-phone .demo-status{font-size:11px;color:#111827;margin-bottom:16px}
.standard-phone .demo-brand{text-align:center;color:#0c5596;margin-bottom:18px;min-height:54px}
.standard-phone .demo-brand b{display:block;font-size:20px;line-height:1.05}
.standard-phone .demo-brand small{font-size:9px;letter-spacing:.09em}
.standard-phone .demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.standard-phone .demo-grid span{min-height:82px;border-radius:8px;background:#0c5596;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:20px}
.standard-phone .demo-grid b{font-size:10px;margin-top:6px}
.premium-caption{text-align:center;color:#fff;margin:6px 0 0;font-size:17px}
.premium-caption b{color:#8fd2fb}

/* No overlay cards on product screenshots */
.experience-v4-media .media-note{display:none!important}
.experience-v4-media{height:410px}
.resident-media .phone-shell{transform:none;height:365px;width:188px}
.browser-editorial img{width:122%;height:78%;transform:translateX(-4%);object-position:left center}
.browser-editorial:hover img{transform:translateX(-8%) scale(1.025)}

@media(max-width:980px){
  .brand-premium-grid{grid-template-columns:1fr}
  .premium-stage{height:560px}
}
@media(max-width:620px){
  .premium-stage{height:500px}
  .premium-switch{flex-wrap:wrap}
  .premium-switch-btn{font-size:13px}
  .standard-phone{transform:scale(.82)}
}


/* ===== Residence V6: approved visual-only corrections ===== */

/* Premium: approved image only; no selector, no CSS phone, no extra white card */
.brand-premium-visual .premium-switch{display:none!important}
.premium-stage-single{
  height:650px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.premium-single{
  position:relative;
  inset:auto;
  width:100%;
  height:100%;
  opacity:1;
  transform:none;
  pointer-events:auto;
}
.premium-single img{
  display:block;
  width:auto;
  height:100%;
  max-width:100%;
  object-fit:contain;
  filter:drop-shadow(0 22px 45px rgba(0,0,0,.20));
}
.premium-caption{
  margin-top:8px;
}

/* Residents: use the real screenshot itself, no invented device shell */
.resident-clean{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 26px;
}
.resident-real-shot{
  display:block;
  height:100%;
  width:auto;
  max-width:100%;
  object-fit:contain;
  object-position:center;
  border-radius:0;
  box-shadow:0 18px 36px rgba(17,34,52,.10);
}

/* Web panels: preserve the complete left menu and show the full screen cleanly */
.admin-full-view,
.security-full-view{
  padding:42px 14px 14px;
}
.admin-full-view img,
.security-full-view img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:100%;
  object-fit:contain!important;
  object-position:left center!important;
  transform:none!important;
  transition:transform .5s ease;
}
.admin-full-view:hover img,
.security-full-view:hover img{
  transform:scale(1.01)!important;
}

@media(max-width:980px){
  .premium-stage-single{height:600px}
}
@media(max-width:620px){
  .premium-stage-single{height:500px}
  .resident-clean{padding:12px}
}


/* ===== Residence V7: final image treatment ===== */

/* Premium: transparent source, exactly 10% smaller than V6 */
.premium-stage-single{height:650px}
.premium-single img{
  height:90%!important;
  width:auto!important;
  max-width:90%!important;
  object-fit:contain!important;
  background:transparent!important;
  filter:drop-shadow(0 22px 45px rgba(0,0,0,.20))!important;
}

/* Resident: real screenshot in a thin, realistic device frame */
.resident-clean{
  padding:18px 22px!important;
  overflow:hidden;
}
.resident-device{
  height:96%;
  aspect-ratio:590/1280;
  position:relative;
  overflow:hidden;
  border:3px solid #1b2027;
  border-radius:28px;
  background:#111;
  box-shadow:0 20px 42px rgba(17,34,52,.18);
}
.resident-device:before{
  content:"";
  position:absolute;
  top:7px;
  left:50%;
  transform:translateX(-50%);
  width:58px;
  height:14px;
  border-radius:10px;
  background:#111;
  z-index:2;
}
.resident-real-shot{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center top!important;
  box-shadow:none!important;
}

/* Web screenshots: editorial crop. Full left menu visible, unused right side cropped. */
.admin-full-view,
.security-full-view{
  padding:42px 0 0!important;
  overflow:hidden!important;
}
.admin-full-view img,
.security-full-view img{
  width:auto!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:left center!important;
  transform:none!important;
  transition:transform .5s ease!important;
}
.admin-full-view img{
  height:92%!important;
}
.security-full-view img{
  height:112%!important;
}
.admin-full-view:hover img,
.security-full-view:hover img{
  transform:scale(1.012)!important;
  transform-origin:left center!important;
}

@media(max-width:620px){
  .premium-single img{height:90%!important;max-width:90%!important}
  .resident-device{height:94%}
}

/* ===== V9 VISUAL FIX — equal web panels + clean premium ===== */
.premium-stage-single{height:650px!important;overflow:visible!important}
.premium-single{display:flex!important;align-items:center!important;justify-content:center!important}
.premium-single img{height:63%!important;width:auto!important;max-width:70%!important;object-fit:contain!important;background:transparent!important;filter:drop-shadow(0 18px 34px rgba(0,0,0,.18))!important}
.admin-full-view,.security-full-view{height:410px!important;padding:42px 14px 14px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}
.admin-full-view img,.security-full-view img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:2.1/1!important;max-width:100%!important;object-fit:cover!important;object-position:left center!important;transform:none!important}
.admin-full-view:hover img,.security-full-view:hover img{transform:scale(1.01)!important}


/* ===== FINAL approved Premium size and caption ===== */
.premium-single img{
  height:80%!important;
  width:auto!important;
  max-width:88%!important;
}
.premium-caption{
  margin:26px auto 0!important;
  max-width:1280px!important;
  padding:0 24px!important;
  text-align:center!important;
  color:#fff!important;
  font-size:clamp(24px,2vw,38px)!important;
  line-height:1.22!important;
  font-weight:400!important;
}
.premium-caption b{
  color:#86cdf5!important;
  font-weight:700!important;
}

/* Final media integration */
.video-frame video{display:block;width:100%;height:100%;object-fit:cover;background:#0b2743}
.brand-video-placeholder{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 75% 25%,rgba(103,190,239,.18),transparent 34%),linear-gradient(135deg,#0a223b,#123f68)}
.brand-placeholder-content{width:100%;height:100%;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}
.brand-kicker{color:#86cdf5;font-size:13px;font-weight:800;letter-spacing:.18em}.brand-play{width:58px;height:58px;margin:18px 0;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;padding-left:4px;font-size:20px;background:rgba(255,255,255,.08)}
.brand-placeholder-content strong{max-width:420px;font-size:clamp(20px,2vw,30px);line-height:1.15}.brand-placeholder-content small{margin-top:12px;color:rgba(255,255,255,.68);text-transform:uppercase;letter-spacing:.12em}
.residence-download-section{padding:28px 0 78px;background:#fff}.residence-download-card{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:34px 38px;border:1px solid #dbe7f1;border-radius:22px;background:#f7fafc}.residence-download-card h2{margin:7px 0 8px;font-size:clamp(28px,3vw,42px)}.residence-download-card p{margin:0;max-width:720px;color:#66788b}.residence-pdf-btn{flex:0 0 auto;white-space:nowrap}@media(max-width:760px){.residence-download-card{align-items:flex-start;flex-direction:column;padding:28px 24px}}

/* Residence — CTA premium para presentación ejecutiva */
.residence-presentation-cta{padding:34px 0 74px;background:#fff}.residence-presentation-cta .container{display:flex;justify-content:center}.residence-presentation-btn{position:relative;isolation:isolate;display:inline-flex;align-items:center;gap:17px;min-width:min(100%,470px);padding:18px 24px;border-radius:999px;color:#fff;text-decoration:none;background:linear-gradient(135deg,#075b9c,#0b7ec1);border:1px solid rgba(255,255,255,.22);box-shadow:0 16px 38px rgba(7,91,156,.23);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease;animation:residencePresentationPulse 5s ease-in-out infinite}.residence-presentation-btn::before{content:"";position:absolute;z-index:-1;top:-80%;left:-35%;width:28%;height:260%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),rgba(255,255,255,.42),rgba(255,255,255,.10),transparent);transform:rotate(18deg) translateX(-250%);animation:residencePresentationShine 5.6s ease-in-out infinite}.residence-presentation-btn:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(7,91,156,.30)}.residence-presentation-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.20);font-size:18px}.residence-presentation-copy{display:flex;flex:1;flex-direction:column;text-align:left}.residence-presentation-copy strong{font-size:17px;line-height:1.15;letter-spacing:-.01em}.residence-presentation-copy small{margin-top:4px;color:rgba(255,255,255,.72);font-size:12px;letter-spacing:.02em}.residence-presentation-arrow{font-size:24px;transition:transform .28s ease}.residence-presentation-btn:hover .residence-presentation-arrow{transform:translateX(6px)}@keyframes residencePresentationPulse{0%,100%{box-shadow:0 16px 38px rgba(7,91,156,.23)}50%{box-shadow:0 18px 46px rgba(11,126,193,.34)}}@keyframes residencePresentationShine{0%,68%{transform:rotate(18deg) translateX(-260%)}82%,100%{transform:rotate(18deg) translateX(620%)}}@media(max-width:620px){.residence-presentation-cta{padding:26px 18px 60px}.residence-presentation-btn{min-width:100%;padding:16px 19px}.residence-presentation-copy strong{font-size:15px}}

.about-hero{min-height:760px;display:flex;align-items:center;padding:90px 0 70px;background:radial-gradient(circle at 82% 25%,rgba(7,155,216,.16),transparent 30%),linear-gradient(180deg,#fff,#f5faff);overflow:hidden}.about-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.about-hero h1{font-size:64px;line-height:1.02;letter-spacing:-.055em;margin:18px 0 26px}.about-hero h1 em{font-style:normal;color:#046EB4}.about-hero p{font-size:21px;line-height:1.65;color:#5f7286}.about-actions{display:flex;gap:14px;margin-top:30px}.innovation-orbit{position:relative;width:470px;height:470px;border-radius:50%;border:1px solid rgba(4,110,180,.18);margin:auto}.innovation-orbit:before,.innovation-orbit:after{content:"";position:absolute;inset:45px;border-radius:50%;border:1px dashed rgba(4,110,180,.24);animation:spin 18s linear infinite}.innovation-orbit:after{inset:100px;animation-direction:reverse;animation-duration:13s}.innovation-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:220px;height:220px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#052d50,#079bd8);color:#fff;box-shadow:0 30px 80px rgba(4,110,180,.3);animation:pulse 4s ease-in-out infinite}.innovation-core strong{font-size:30px}.innovation-core span{margin-top:8px;color:#d5edff}.innovation-node{position:absolute;padding:12px 18px;border-radius:999px;background:#fff;border:1px solid #d9e8f4;box-shadow:0 15px 38px rgba(10,49,86,.1);font-weight:900;color:#173d5e}.n1{left:-20px;top:105px}.n2{right:-22px;top:105px}.n3{left:5px;bottom:82px}.n4{right:-4px;bottom:82px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{transform:translate(-50%,-50%) scale(1.045)}}.metrics-band{background:#071827;color:#fff;padding:36px 0}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.metrics-grid article{text-align:center;padding:12px 20px;border-right:1px solid rgba(255,255,255,.1)}.metrics-grid article:last-child{border-right:0}.metrics-grid strong{display:block;font-size:46px}.metrics-grid span{color:#a9c0d3;font-weight:800}.section-pad{padding:100px 0}.alt-bg{background:#f6faff}.story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.story-grid h2,.section-heading h2,.brand-first h2,.infrastructure h2{font-size:48px;line-height:1.08;letter-spacing:-.045em}.story-copy p,.section-heading p{font-size:19px;line-height:1.7;color:#607488}.section-heading.centered{text-align:center;max-width:900px;margin:0 auto 50px}.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.model-grid article,.timeline article{background:#fff;border:1px solid #dfeaf4;border-radius:26px;padding:28px;box-shadow:0 16px 42px rgba(13,54,91,.06)}.model-grid article>span,.timeline article>span{color:#079bd8;font-size:14px;font-weight:900}.model-grid h3,.timeline h3{font-size:23px;margin:20px 0 10px}.model-grid p,.timeline p{margin:0;color:#65778a;line-height:1.55}.brand-first,.infrastructure{background:linear-gradient(135deg,#071827,#0c4775);color:#fff}.brand-first-grid,.infrastructure-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}.brand-first p,.infrastructure p{color:#cee2f2;font-size:20px;line-height:1.65}.brand-first-points{display:grid;gap:14px}.brand-first-points article{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.06)}.brand-first-points strong,.brand-first-points span{display:block}.brand-first-points span{margin-top:7px;color:#c3d8e8}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.infra-map{position:relative;min-height:420px}.infra-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#046eb4,#079bd8);font-weight:900}.infra-node{position:absolute;padding:13px 18px;border-radius:999px;background:#fff;color:#173a58;font-weight:900}.i1{left:5%;top:16%}.i2{right:8%;top:17%}.i3{left:0;bottom:20%}.i4{right:0;bottom:20%}.i5{left:38%;bottom:0}@media(max-width:1000px){.about-hero-grid,.story-grid,.brand-first-grid,.infrastructure-grid{grid-template-columns:1fr}.about-hero h1{font-size:54px}.model-grid,.timeline,.metrics-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.about-hero h1{font-size:42px}.innovation-orbit{width:330px;height:330px}.innovation-core{width:160px;height:160px}.section-pad{padding:72px 0}.model-grid,.timeline,.metrics-grid{grid-template-columns:1fr}}

/* ===== Ajustes Nosotros V2 ===== */
.brand-first h2,.infrastructure h2{color:#fff!important}
.brand-first .section-label,.infrastructure .section-label{color:#eaf5ff!important}
.brand-first p,.infrastructure p{color:#d7e8f5!important}
.cta-card{grid-template-columns:1fr!important}

.infra-visual{position:relative;min-height:470px;display:grid;place-items:center;isolation:isolate}
.infra-screen{position:relative;width:min(100%,620px);min-height:390px;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));box-shadow:0 35px 90px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(10px);overflow:hidden;z-index:2}
.screen-top{height:54px;display:flex;align-items:center;gap:8px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.10);background:rgba(1,17,31,.32)}
.screen-top span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.32)}
.screen-top small{margin-left:auto;color:#b9d9ee;font-size:11px;font-weight:800;letter-spacing:.14em}
.architecture-map{position:relative;height:335px}
.arch-cloud{position:absolute;left:50%;top:28px;transform:translateX(-50%);width:190px;padding:18px;text-align:center;border-radius:18px;background:linear-gradient(135deg,#087dcc,#15b5e5);color:#fff;font-weight:900;box-shadow:0 18px 45px rgba(7,155,216,.28)}
.arch-cloud small,.arch-card small{display:block;margin-top:5px;font-size:11px;font-weight:700;opacity:.76}
.arch-card{position:absolute;width:155px;padding:15px 13px;text-align:center;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.08);color:#fff;font-weight:850;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.app-card{left:24px;top:150px}.api-card{left:50%;top:140px;transform:translateX(-50%)}.db-card{right:24px;top:150px}.backup-card{left:50%;bottom:30px;transform:translateX(-50%)}
.arch-line{position:absolute;background:linear-gradient(90deg,transparent,#19b5e7,transparent);height:1px;transform-origin:left center;filter:drop-shadow(0 0 7px #15b5e5)}
.line-a{width:160px;left:143px;top:130px;transform:rotate(26deg)}.line-b{width:115px;left:252px;top:126px;transform:rotate(90deg)}.line-c{width:160px;right:143px;top:130px;transform:rotate(154deg)}
.arch-status{position:absolute;right:18px;bottom:12px;color:#bfe8f8;font-size:11px;font-weight:800}.arch-status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#37d99b;box-shadow:0 0 12px #37d99b;margin-right:7px;animation:statusPulse 1.8s ease-in-out infinite}
.infra-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(7,155,216,.3),transparent 68%);filter:blur(20px);z-index:1}
@keyframes statusPulse{50%{opacity:.35;transform:scale(.75)}}
@media(max-width:650px){.infra-screen{min-height:500px}.architecture-map{height:445px}.arch-cloud{top:24px}.arch-card{width:140px}.app-card{left:14px;top:140px}.api-card{right:14px;left:auto;top:140px;transform:none}.db-card{left:14px;right:auto;top:245px}.backup-card{right:14px;left:auto;bottom:auto;top:245px;transform:none}.arch-line{display:none}.arch-status{left:18px;right:auto;bottom:18px}}


/* ===== INDUSTRIAS V1 ===== */
.industries-hero{min-height:760px;display:flex;align-items:center;padding:92px 0 76px;background:radial-gradient(circle at 82% 24%,rgba(7,155,216,.17),transparent 31%),linear-gradient(180deg,#fff,#f4faff);overflow:hidden}.industries-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:64px;align-items:center}.industries-copy h1{font-size:66px;line-height:1.02;letter-spacing:-.055em;margin:18px 0 26px}.industries-copy h1 em{font-style:normal;color:#046eb4}.industries-copy p{font-size:21px;line-height:1.65;color:#5e7287;max-width:740px}.industries-actions{display:flex;gap:14px;margin-top:30px}
.industry-network{position:relative;min-height:540px}.industry-network:before,.industry-network:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px dashed rgba(4,110,180,.25);border-radius:50%}.industry-network:before{width:460px;height:460px;animation:industrySpin 26s linear infinite}.industry-network:after{width:330px;height:330px;animation:industrySpin 18s linear infinite reverse}.network-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:210px;height:210px;border-radius:50%;background:linear-gradient(135deg,#062d4d,#079bd8);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 30px 80px rgba(4,110,180,.32)}.network-core strong{font-size:29px}.network-core span{font-size:14px;color:#d7eeff;margin-top:7px}.network-card{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:18px;background:#fff;border:1px solid #dae8f3;box-shadow:0 16px 42px rgba(8,53,91,.12);font-weight:900;color:#173d5e}.network-card span{font-size:25px}.nc1{left:0;top:78px}.nc2{right:0;top:98px}.nc3{right:2px;bottom:80px}.nc4{left:-28px;bottom:95px}.nc5{left:42%;bottom:0}@keyframes industrySpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.section-pad{padding:100px 0}.section-heading.centered{text-align:center;max-width:900px;margin:0 auto 50px}.section-heading h2{font-size:48px;line-height:1.08;letter-spacing:-.045em}.section-heading p{font-size:19px;color:#617589;line-height:1.65}.sector-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.sector-card{position:relative;overflow:hidden;display:grid;grid-template-columns:130px 1fr;gap:24px;min-height:340px;padding:34px;border-radius:30px;color:#fff;box-shadow:0 24px 60px rgba(11,52,88,.13)}.sector-card:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-90px;bottom:-110px;background:rgba(255,255,255,.1)}.sector-card>div{position:relative;z-index:1}.sector-icon{font-size:64px;width:112px;height:112px;display:grid;place-items:center;border-radius:26px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px)}.sector-card span{font-size:12px;font-weight:900;letter-spacing:.12em;color:rgba(255,255,255,.78)}.sector-card h3{font-size:31px;margin:12px 0}.sector-card p{line-height:1.55;color:rgba(255,255,255,.88)}.sector-card ul{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:0;margin:20px 0 22px;list-style:none}.sector-card li:before{content:"✓";margin-right:8px;color:#fff}.sector-card a{color:#fff;font-weight:900;text-decoration:none}.condominios{background:linear-gradient(135deg,#035a98,#079bd8)}.seguridad{background:linear-gradient(135deg,#172534,#445a70)}.veterinarias{background:linear-gradient(135deg,#14795f,#2ba57f)}.colegios{background:linear-gradient(135deg,#55418a,#8571bb)}.empresas{grid-column:1/-1;background:linear-gradient(135deg,#9b4b13,#f08a28)}
.process-section{background:#071827;color:#fff}.light-heading h2{color:#fff}.process-line{display:grid;grid-template-columns:1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr;align-items:center}.process-line article{text-align:center;padding:25px 12px}.process-line article span{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 16px;border-radius:50%;background:#079bd8;font-weight:900}.process-line b,.process-line small{display:block}.process-line b{font-size:20px}.process-line small{color:#a9bfd1;margin-top:7px}.process-line i{height:1px;background:linear-gradient(90deg,#079bd8,rgba(7,155,216,.15));position:relative}.process-line i:after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;border-radius:50%;background:#079bd8}
.capabilities{background:#f6faff}.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cap-grid article{background:#fff;border:1px solid #deebf5;border-radius:24px;padding:28px;box-shadow:0 16px 42px rgba(13,54,91,.055)}.cap-grid article>span{font-size:36px}.cap-grid h3{font-size:22px;margin:18px 0 10px}.cap-grid p{margin:0;color:#66798c;line-height:1.55}
.ecosystem-section{background:linear-gradient(135deg,#071827,#0b4775);color:#fff}.ecosystem-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.ecosystem-grid h2{font-size:48px;line-height:1.08;letter-spacing:-.045em}.ecosystem-grid p{font-size:19px;color:#c7ddec;line-height:1.7}.ecosystem-visual{position:relative;min-height:490px}.ecosystem-visual:before,.ecosystem-visual:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px dashed rgba(255,255,255,.22)}.ecosystem-visual:before{width:420px;height:420px}.ecosystem-visual:after{width:300px;height:300px}.eco-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:170px;height:170px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#046eb4,#079bd8);font-size:24px;font-weight:900;box-shadow:0 25px 70px rgba(7,155,216,.25)}.eco-node{position:absolute;padding:12px 17px;border-radius:999px;background:#fff;color:#173d5d;font-weight:900;box-shadow:0 14px 34px rgba(0,0,0,.18)}.e1{left:5%;top:13%}.e2{right:5%;top:14%}.e3{right:0;top:48%}.e4{right:8%;bottom:10%}.e5{left:2%;bottom:11%}.e6{left:0;top:48%}
.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.use-grid article{border:1px solid #dfeaf4;border-radius:26px;padding:28px;background:#fff;box-shadow:0 16px 42px rgba(13,54,91,.055)}.case-kicker{font-size:12px;font-weight:900;letter-spacing:.1em;color:#079bd8}.use-grid h3{font-size:25px;margin:13px 0 22px}.case-flow{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.case-flow b{padding:9px 12px;border-radius:999px;background:#eaf6fd;color:#046eb4}.case-flow i{font-style:normal;color:#91a8bb}.use-grid p{color:#66798c;line-height:1.55;margin-bottom:0}.final-industry-cta{background:#f6faff}
@media(max-width:1050px){.industries-hero-grid,.ecosystem-grid{grid-template-columns:1fr}.industry-network{min-height:500px}.sector-grid{grid-template-columns:1fr}.empresas{grid-column:auto}.process-line{grid-template-columns:1fr 30px 1fr 30px 1fr}.process-line article:nth-of-type(4),.process-line article:nth-of-type(5),.process-line i:nth-of-type(4){margin-top:20px}.cap-grid,.use-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.industries-hero{padding-top:55px}.industries-copy h1{font-size:42px}.industries-copy p{font-size:18px}.industries-actions{flex-direction:column;align-items:flex-start}.industry-network{min-height:410px;transform:scale(.82);margin:-35px}.section-pad{padding:72px 0}.section-heading h2,.ecosystem-grid h2{font-size:37px}.sector-card{grid-template-columns:1fr;padding:26px}.sector-card ul{grid-template-columns:1fr}.process-line{display:grid;grid-template-columns:1fr}.process-line i{width:1px;height:30px;margin:auto;background:linear-gradient(#079bd8,rgba(7,155,216,.15))}.process-line i:after{right:-3px;top:auto;bottom:0}.cap-grid,.use-grid{grid-template-columns:1fr}.ecosystem-visual{min-height:410px;transform:scale(.82);margin:-30px}.network-card,.eco-node{font-size:12px}}


/* ===== INDUSTRIAS FINAL — BUSINESS ECOSYSTEM COMMAND CENTER ===== */
.ecosystem-command-section{background:linear-gradient(135deg,#061a2d 0%,#0a3558 54%,#0c4e7e 100%);color:#fff;overflow:hidden}
.command-heading{max-width:920px;margin-bottom:42px}.command-heading p{color:#c8deed!important}
.industry-command-center{position:relative;max-width:1180px;margin:0 auto;border:1px solid rgba(170,219,247,.26);border-radius:30px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:0 34px 90px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.13);backdrop-filter:blur(14px)}
.command-topbar{height:78px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid rgba(255,255,255,.13);background:rgba(4,25,43,.32);letter-spacing:.2em;color:#c8e4f5}.command-topbar strong{font-size:14px}.command-dots{position:absolute;left:30px;display:flex;gap:12px}.command-dots i{width:14px;height:14px;border-radius:50%;background:#718ba0}
.command-canvas{position:relative;min-height:610px;padding:35px;overflow:hidden;background:radial-gradient(circle at 50% 37%,rgba(22,174,231,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.035),transparent)}
.command-canvas:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent)}
.command-glow{position:absolute;left:50%;top:43%;width:460px;height:460px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(12,151,216,.26),transparent 67%);filter:blur(18px)}
.command-core{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);z-index:5;width:290px;height:145px;border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:linear-gradient(125deg,#092d53,#0c8fd1,#07345e);background-size:220% 220%;box-shadow:0 22px 68px rgba(0,126,196,.38),inset 0 1px rgba(255,255,255,.2);animation:commandCoreShift 8s ease-in-out infinite}
.command-core strong{font-size:34px;letter-spacing:.03em}.command-core small{margin-top:8px;font-size:15px;color:#d5efff}
@keyframes commandCoreShift{0%,100%{background-position:0 50%;transform:translate(-50%,-50%) scale(1)}50%{background-position:100% 50%;transform:translate(-50%,-50%) scale(1.025)}}
.industry-tile{position:absolute;z-index:4;display:flex;align-items:center;gap:13px;min-width:230px;padding:17px 19px;border-radius:20px;border:1px solid rgba(190,225,247,.2);background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055));box-shadow:0 18px 46px rgba(0,0,0,.2);backdrop-filter:blur(12px);transition:transform .35s ease,border-color .35s ease,background .35s ease}
.industry-tile:hover{transform:translateY(-5px);border-color:rgba(71,191,240,.55);background:rgba(255,255,255,.14)}
.industry-tile>span{font-size:31px}.industry-tile strong,.industry-tile small{display:block}.industry-tile strong{font-size:17px;color:#fff}.industry-tile small{margin-top:4px;font-size:12px;color:#bad5e7}
.tile-condo{left:6%;top:11%}.tile-security{right:5%;top:13%}.tile-college{left:4%;bottom:15%}.tile-vet{right:5%;bottom:14%}.tile-services{left:50%;bottom:5%;transform:translateX(-50%)}.tile-services:hover{transform:translateX(-50%) translateY(-5px)}
.command-line{position:absolute;z-index:2;height:1px;background:linear-gradient(90deg,transparent,#29b7ee,transparent);filter:drop-shadow(0 0 6px #29b7ee);transform-origin:left center;opacity:.72}
.line-condo{width:305px;left:25%;top:31%;transform:rotate(13deg)}.line-security{width:300px;right:25%;top:31%;transform:rotate(167deg)}.line-college{width:310px;left:24%;bottom:31%;transform:rotate(-17deg)}.line-vet{width:310px;right:24%;bottom:30%;transform:rotate(197deg)}.line-services{width:190px;left:50%;bottom:19%;transform:translateX(-50%) rotate(90deg)}
.command-pulse{position:absolute;z-index:3;width:8px;height:8px;border-radius:50%;background:#5bd5ff;box-shadow:0 0 14px #5bd5ff;animation:commandPulse 4.5s linear infinite}.pulse-1{left:31%;top:31%}.pulse-2{right:31%;top:31%;animation-delay:1.4s}.pulse-3{left:50%;bottom:28%;animation-delay:2.6s}
@keyframes commandPulse{0%{opacity:0;transform:scale(.5)}20%{opacity:1}70%{opacity:1;transform:scale(1.3)}100%{opacity:0;transform:scale(.5)}}
.command-status{position:absolute;right:28px;bottom:22px;color:#b9d9eb;font-size:13px;font-weight:800}.command-status i{display:inline-block;width:9px;height:9px;margin-right:8px;border-radius:50%;background:#39d99d;box-shadow:0 0 14px #39d99d;animation:statusPulse 1.8s ease-in-out infinite}
@media(max-width:900px){.command-canvas{min-height:760px}.command-core{top:38%}.tile-condo{left:4%;top:10%}.tile-security{right:4%;top:10%}.tile-college{left:4%;bottom:25%}.tile-vet{right:4%;bottom:25%}.tile-services{bottom:7%}.command-line,.command-pulse{display:none}}
@media(max-width:650px){.command-topbar{height:64px}.command-topbar strong{font-size:10px;letter-spacing:.12em}.command-dots{left:18px;gap:7px}.command-dots i{width:9px;height:9px}.command-canvas{min-height:840px;padding:22px}.command-core{top:19%;width:230px;height:125px}.command-core strong{font-size:28px}.industry-tile{left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:88%;min-width:0}.industry-tile:hover{transform:translateX(-50%) translateY(-4px)!important}.tile-condo{top:36%}.tile-security{top:48%}.tile-college{top:60%;bottom:auto}.tile-vet{top:72%;bottom:auto}.tile-services{top:84%;bottom:auto}.command-status{display:none}}


/* ===== INDUSTRIAS FINAL V3 — COMMAND CENTER EN HERO ===== */
.industries-hero-grid{grid-template-columns:.92fr 1.08fr;gap:48px}
.industries-hero .industry-command-center{max-width:none;width:100%;border-radius:25px;box-shadow:0 28px 70px rgba(6,35,61,.16),inset 0 1px rgba(255,255,255,.35);background:linear-gradient(145deg,rgba(9,62,104,.96),rgba(7,35,62,.98));border-color:rgba(65,176,231,.28)}
.industries-hero .command-topbar{height:58px;background:rgba(2,19,35,.34)}
.industries-hero .command-canvas{min-height:470px;padding:26px;background:radial-gradient(circle at 50% 38%,rgba(24,171,225,.19),transparent 36%),linear-gradient(135deg,rgba(255,255,255,.028),transparent)}
.industries-hero .command-core{top:40%;width:245px;height:120px;border-radius:24px}
.industries-hero .command-core strong{font-size:30px}
.industries-hero .industry-tile{min-width:182px;padding:14px 16px}
.industries-hero .industry-tile span{width:39px;height:39px;font-size:20px}
.industries-hero .industry-tile strong{font-size:14px}.industries-hero .industry-tile small{font-size:11px}
.industries-hero .tile-condo{left:3%;top:9%}.industries-hero .tile-security{right:3%;top:9%}.industries-hero .tile-college{left:2%;bottom:20%}.industries-hero .tile-vet{right:2%;bottom:20%}.industries-hero .tile-services{bottom:5%}
.industries-hero .command-status{right:20px;bottom:14px}
@media(max-width:1100px){.industries-hero-grid{grid-template-columns:1fr}.industries-hero .industry-command-center{max-width:900px;margin:0 auto}}
@media(max-width:650px){.industries-hero .command-canvas{min-height:800px}.industries-hero .command-core{top:18%}.industries-hero .tile-condo{top:35%}.industries-hero .tile-security{top:47%}.industries-hero .tile-college{top:59%;bottom:auto}.industries-hero .tile-vet{top:71%;bottom:auto}.industries-hero .tile-services{top:83%;bottom:auto}}


/* ===== BASE MAESTRA INDEX: HEADER / FOOTER / RESPONSIVE ===== */
:root {
  --blue: #046EB4;
  --sky: #079BD8;
  --deep: #1C5A8E;
  --ink: #071827;
  --text: #17283A;
  --muted: #627489;
  --line: #DDE8F2;
  --soft: #F5F9FD;
  --panel: #FFFFFF;
  --shadow: 0 28px 90px rgba(10, 49, 86, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 48px, 1200px); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: #fff; padding: 10px 12px; border-radius: 10px; z-index: 999; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(221,232,242,.84);
}
.nav-shell { height: 112px; display: flex; align-items: center; gap: 24px; }
.brand { display:flex; align-items:center; align-self:stretch; }
.brand img { height: 172px; width: auto; max-width: 456px; object-fit: contain; transform: translateY(28px); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex: 1; }
.nav-item { position: relative; }
.nav-link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 14px 12px;
  color: #26394C;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.nav-link:hover { color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 13px; background: #fff; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.menu-toggle span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 999px; font-size: 15px; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(4,110,180,.24); }
.btn-primary:hover { background: #035F9D; }
.btn-secondary { background: #fff; color: var(--text); border-color: var(--line); }
.btn-light { background: #fff; color: var(--blue); box-shadow: 0 12px 34px rgba(0,0,0,.14); }

.mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .18s ease;
  background: rgba(255,255,255,.98);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 18px;
  z-index: 20;
}
.nav-item:hover .mega-menu,
.nav-item.open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega-wide { width: min(860px, calc(100vw - 48px)); display: grid; grid-template-columns: 280px 1fr; gap: 18px; }
.mega-compact { width: 310px; display: grid; gap: 8px; }
.right-menu { left: auto; right: 0; transform: translateY(8px); }
.nav-item:hover .right-menu,
.nav-item.open .right-menu { transform: translateY(0); }
.mega-panel { background: linear-gradient(135deg, #F2F8FE, #FFFFFF); border: 1px solid #E4EFF9; border-radius: 20px; padding: 20px; }
.mega-kicker { display: inline-block; color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; }
.mega-panel h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.15; }
.mega-panel p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.mega-link, .accent-link { color: var(--blue)!important; font-weight: 900!important; }
.mega-grid { display: grid; gap: 10px; }
.solutions-mega { grid-template-columns: 1fr 1fr; }
.solutions-mega a, .mega-compact a, .integrations-list a { display: block; border-radius: 16px; padding: 12px; color: var(--text); border: 1px solid transparent; }
.solutions-mega a:hover, .mega-compact a:hover, .integrations-list a:hover { background: #F5FAFE; border-color: #E3EEF8; }
.solutions-mega span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-right: 8px; background: #EEF7FF; border-radius: 9px; }
.solutions-mega b { display: inline-block; font-size: 14px; }
.solutions-mega small { display: block; margin-top: 6px; color: var(--muted); line-height: 1.35; }
.integrations-mega { grid-template-columns: 330px 1fr; align-items: center; }
.integration-map { position: relative; min-height: 245px; border-radius: 22px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(7,155,216,.18), transparent 42%), linear-gradient(135deg,#F4FAFF,#FFFFFF); border: 1px solid #E2EDF7; }
.integration-map::before, .integration-map::after { content: ""; position: absolute; inset: 50%; width: 260px; height: 1px; background: rgba(4,110,180,.18); transform: translate(-50%,-50%) rotate(22deg); }
.integration-map::after { transform: translate(-50%,-50%) rotate(-22deg); }
.integration-map .core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--blue); color:#fff; border-radius: 999px; padding: 13px 18px; font-size: 14px; font-weight: 900; box-shadow: 0 12px 30px rgba(4,110,180,.22); }
.integration-map .node { position: absolute; background:#fff; border: 1px solid #DCE8F2; border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 900; color:#31506A; box-shadow:0 10px 24px rgba(31,75,112,.08); }
.n1{left:25px;top:34px}.n2{right:34px;top:28px}.n3{left:42px;bottom:38px}.n4{right:45px;bottom:40px}.n5{left:16px;top:112px}.n6{right:15px;top:115px}.n7{left:50%;bottom:18px;transform:translateX(-50%)}
.integrations-list { grid-template-columns: 1fr 1fr; }
.integrations-list a { font-weight: 900; color: #26394C; }

.section-pad { padding: 98px 0; }
.section-pad.compact { padding: 76px 0; }
.soft-section { background: var(--soft); }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,h4,p { margin-top: 0; }
h1 { font-size: clamp(44px, 6vw, 78px); line-height: .96; letter-spacing: -.06em; margin-bottom: 26px; color: var(--ink); }
h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.03; letter-spacing: -.05em; margin-bottom: 22px; color: var(--ink); }
h3 { font-size: 21px; line-height: 1.2; margin-bottom: 12px; }
.hero-text, .section-head p, .section-head.left p, .experience-card p, .about-strip p, .cta-card p { color: var(--muted); font-size: 18px; line-height: 1.72; }
.section-head { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.section-head.left { text-align: left; margin: 0; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(7,155,216,.12), transparent 30%), linear-gradient(180deg,#FFFFFF 0%,#F7FBFF 100%); }
.hero-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 44px; align-items: center; min-height: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.metrics-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.metrics-row div { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 20px; padding: 18px 15px; box-shadow: 0 14px 34px rgba(10,49,86,.07); }
.metrics-row strong { display:block; color: var(--ink); font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.metrics-row span { display:block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.28; }
.hero-visual { position: relative; min-height: 560px; }
.visual-card, .app-card { background: rgba(255,255,255,.92); border: 1px solid rgba(220,232,242,.96); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.dashboard-preview { background: linear-gradient(145deg, rgba(255,255,255,.98) 0%, #F3FAFF 40%, #E5F4FF 78%, rgba(7,155,216,.14) 100%); border-color: rgba(4,110,180,.30); box-shadow: 0 30px 90px rgba(4,110,180,.18); }
.dashboard-preview { position:absolute; inset: 54px 20px 38px 42px; border-radius: 30px; padding: 22px; }
.browser-dots { display:flex; gap:7px; margin-bottom: 18px; }
.browser-dots span { width:10px; height:10px; border-radius:50%; background:#D6E3EF; }
.dashboard-header { display:flex; justify-content:space-between; gap:16px; margin-bottom:18px; padding:12px 14px; border-radius:18px; background:linear-gradient(90deg, rgba(4,110,180,.10), rgba(7,155,216,.04)); border:1px solid rgba(4,110,180,.12); }
.dashboard-header b { display:block; color: var(--ink); }
.dashboard-header small { display:block; color: var(--muted); margin-top:3px; }
.dashboard-header em { height: 28px; display:inline-flex; align-items:center; padding:0 10px; border-radius:999px; background:linear-gradient(135deg,var(--blue),var(--sky)); color:#fff; font-style:normal; font-size:12px; font-weight:900; box-shadow:0 8px 18px rgba(4,110,180,.16); }
.dashboard-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.dashboard-metrics div { background:rgba(255,255,255,.78); border:1px solid #D5EAF8; border-radius:18px; padding:13px; box-shadow:0 10px 24px rgba(4,110,180,.05); }
.dashboard-metrics b { display:block; color: var(--ink); font-size:23px; }
.dashboard-metrics span { display:block; color:var(--muted); font-size:12px; }
.dashboard-chart { position:relative; height: 150px; margin:18px 0; border-radius:20px; border:1px solid #C7E5F7; overflow:hidden; background: radial-gradient(circle at 25% 25%, rgba(7,155,216,.16), transparent 38%), linear-gradient(180deg,#EAF7FF,#FFFFFF); }
.dashboard-chart::before { content:""; position:absolute; inset:18px; background: repeating-linear-gradient(to right, transparent, transparent 54px, rgba(28,90,142,.07) 55px), repeating-linear-gradient(to bottom, transparent, transparent 36px, rgba(28,90,142,.06) 37px); }
.dashboard-chart span { position:absolute; left:8%; right:8%; top:58%; height:4px; border-radius:999px; background:linear-gradient(90deg,var(--deep),var(--sky)); transform:skewY(-6deg); box-shadow:0 -24px 0 rgba(7,155,216,.08), 0 24px 0 rgba(4,110,180,.06); }
.module-tags { display:flex; flex-wrap:wrap; gap:8px; }
.module-tags span { background:#EEF7FF; color:#174D79; padding:8px 10px; border-radius:999px; font-size:12px; font-weight:900; }
.app-card { position:absolute; width: 206px; border-radius:30px; padding:18px; }
.app-card b { display:block; margin-bottom:15px; color: var(--ink); }
.app-card small { display:block; color: var(--muted); margin-top: 13px; }
.app-residence { left: 0; bottom: 8px; }
.app-tracking { right: 0; top: 98px; }
.app-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.app-grid span { min-height:48px; display:flex; align-items:center; justify-content:center; border-radius:14px; background:#F1F8FE; color:var(--deep); font-size:11px; font-weight:900; }
.app-tracking strong { display:block; font-size: 16px; margin: 10px 0 0; }
.progress { height:8px; border-radius:999px; background:#E8F1F8; margin:18px 0; }
.progress span { display:block; width:72%; height:100%; border-radius:999px; background:var(--blue); }
.dust i { position:absolute; width:7px; height:7px; background:var(--sky); opacity:.16; border-radius:2px; animation:float 7s ease-in-out infinite; }
.dust i:nth-child(1){left:16%;top:8%}.dust i:nth-child(2){left:70%;top:5%;animation-delay:.6s}.dust i:nth-child(3){left:86%;top:70%;animation-delay:1.2s}.dust i:nth-child(4){left:8%;top:66%;animation-delay:1.6s}.dust i:nth-child(5){left:58%;top:86%;animation-delay:2s}.dust i:nth-child(6){left:92%;top:34%;animation-delay:3s}
@keyframes float { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-12px) } }

.solution-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.solution-card { position:relative; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:26px; padding:26px; box-shadow:0 10px 30px rgba(16,53,92,.06); min-height: 286px; display:flex; flex-direction:column; transition:.22s ease; }
.solution-card::before { content:""; position:absolute; right:-54px; top:-54px; width:142px; height:142px; border-radius:50%; background:linear-gradient(135deg, rgba(7,155,216,.18), rgba(4,110,180,.06)); }
.solution-card::after { content:""; position:absolute; right:-26px; top:-22px; width:92px; height:92px; border-radius:50%; background:#fff; opacity:.9; }
.solution-card > * { position:relative; z-index:1; }
.solution-card:hover { transform:translateY(-5px); box-shadow: var(--shadow); }
.card-mark { display:inline-flex; align-items:center; justify-content:center; width:46px; height:46px; border-radius:15px; background:linear-gradient(135deg,#EAF7FF,#FFFFFF); color:var(--blue); border:1px solid #D5EAF8; font-weight:900; margin-bottom:20px; box-shadow:0 10px 24px rgba(4,110,180,.08); }
.solution-card p { color:var(--muted); font-size:15px; line-height:1.65; flex:1; }
.solution-card a { color:var(--blue); font-weight:900; }
.industries-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:50px; align-items:center; }
.industry-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.industry-list div { background:#fff; border:1px solid var(--line); border-radius:18px; padding:16px 18px; font-weight:900; color:#21374D; box-shadow:0 10px 28px rgba(10,49,86,.04); }
.integration-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.integration-grid article { background:#fff; border:1px solid var(--line); border-radius:20px; padding:20px; box-shadow:0 12px 30px rgba(16,53,92,.05); }
.integration-grid b { display:block; font-size:18px; color:var(--ink); }
.integration-grid span { display:block; color:var(--muted); font-size:13px; margin-top:6px; line-height:1.45; }
.experience-card { background:linear-gradient(135deg,#071827,#0C2747 58%,#0E426B); color:#fff; border-radius:34px; padding:52px; display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; overflow:hidden; }
.experience-card .eyebrow { color:#8ED9FF; }
.experience-card h2 { color:#fff; }
.experience-card p { color:#C9D8E7; }
.pillars-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.pillars-grid span { background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.14); border-radius:17px; padding:16px; font-weight:900; }
.about-strip { max-width: 920px; margin: 0 auto; text-align:center; }
.engineering-grid { display:grid; grid-template-columns:.98fr 1.02fr; gap:50px; align-items:center; }
.code-card { background:#071827; border:1px solid #173A59; border-radius:28px; box-shadow:0 30px 90px rgba(7,24,39,.22); padding:22px; color:#D7E7F6; overflow:hidden; }
.code-card pre { margin:0; overflow:auto; font-size:13px; line-height:1.75; }
.code-card code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; }
.code-badges, .tech-stack { display:flex; flex-wrap:wrap; gap:9px; margin-top:20px; }
.code-badges span { background:#0B385F; color:#BFEAFF; border:1px solid #175A8D; border-radius:999px; padding:7px 10px; font-size:12px; font-weight:900; }
.tech-stack span { border:1px solid var(--line); border-radius:999px; padding:8px 12px; color:#33516C; background:#fff; font-size:13px; font-weight:900; }
.team-section { background:#F7FBFF; }
.team-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.team-card { background:#fff; border:1px solid var(--line); border-radius:26px; padding:24px; text-align:center; box-shadow:0 10px 30px rgba(16,53,92,.05); }
.avatar { width:76px; height:76px; margin:0 auto 18px; border-radius:50%; background:linear-gradient(135deg,var(--blue),var(--sky)); display:flex; align-items:center; justify-content:center; color:#fff; font-weight:900; font-size:20px; letter-spacing:-.03em; }
.team-card h3 { font-size:18px; margin-bottom:6px; }
.team-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.45; }
.cta-card { position:relative; overflow:hidden; background:linear-gradient(135deg,var(--blue),#043F73); color:#fff; border-radius:34px; padding:52px; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.cta-card::after { content:""; position:absolute; right:-90px; bottom:-105px; width:245px; height:245px; border-radius:50%; background:rgba(255,255,255,.10); }
.cta-card h2 { color:#fff; max-width: 780px; }
.cta-card p { color:#E4F6FF; max-width:760px; }
.cta-card small { display:block; color:#CDEFFF; margin-top:16px; font-weight:800; }
.cta-card .btn { position:relative; z-index:1; white-space:nowrap; }
.site-footer { background:#071827; color:#DCEBFA; padding:57px 0 18px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr .95fr .85fr; gap:38px; }
.footer-brand img { width:265px; filter:brightness(0) invert(1); margin-bottom:18px; }
.site-footer h3 { color:#fff; font-size:24px; line-height:1.15; margin-bottom:12px; letter-spacing:-.035em; }
.site-footer h4 { color:#fff; margin:0 0 16px; font-size:15px; text-transform:uppercase; letter-spacing:.12em; }
.site-footer p, .site-footer span, .site-footer a { color:#AFC2D5; font-size:14px; line-height:1.55; }
.site-footer a, .site-footer span { display:block; margin:8px 0; }
.site-footer strong { color:#fff; }
.social-links { display:flex; gap:9px; margin-top:18px; }
.social-links a { width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#0E2B48; color:#fff; font-weight:900; text-transform:uppercase; font-size:12px; }
.regional-note { margin-top:14px!important; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:38px; padding-top:20px; display:flex; justify-content:space-between; gap:20px; }
.footer-bottom p { margin:0; }
.footer-bottom a { display:inline; }
.whatsapp-float { position:fixed; right:24px; bottom:22px; z-index:80; display:flex; align-items:center; gap:8px; background:#25D366; color:#fff; border-radius:999px; padding:12px 16px; font-weight:900; box-shadow:0 18px 42px rgba(37,211,102,.32); }
.whatsapp-float svg { width:23px; height:23px; fill:#fff; }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 1060px) {
  .nav-shell { min-height: 96px; height:auto; flex-wrap:wrap; padding:8px 0; }
  .brand img { height:120px; max-width:330px; transform: translateY(12px); }
  .menu-toggle { display:flex; margin-left:auto; }
  .nav-cta { display:none; }
  .main-nav { display:none; order:5; flex-direction:column; align-items:stretch; width:100%; gap:0; padding:8px 0 12px; }
  .main-nav.open { display:flex; }
  .nav-link { width:100%; text-align:left; padding:14px 0; }
  .mega-menu, .right-menu { position:static; transform:none!important; opacity:1; visibility:visible; pointer-events:auto; display:none; width:100%; box-shadow:none; margin:0 0 12px; padding:12px; border-radius:18px; }
  .nav-item.open .mega-menu { display:grid; }
  .nav-item:hover .mega-menu { transform:none; }
  .mega-wide, .integrations-mega { grid-template-columns:1fr; }
  .integration-map { display:none; }
  .hero-grid, .industries-grid, .engineering-grid, .experience-card { grid-template-columns:1fr; }
  .hero-grid { min-height:0; }
  .hero-visual { min-height:520px; }
  .metrics-row { grid-template-columns:1fr 1fr; }
  .solution-grid, .integration-grid { grid-template-columns:1fr 1fr; }
  .team-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-bottom { flex-direction:column; }
}
@media (max-width: 680px) {
  .container { width:min(100% - 28px, 1200px); }
  .section-pad, .section-pad.compact { padding:64px 0; }
  .brand img { height:96px; max-width:260px; transform: translateY(6px); }
  h1 { font-size:42px; }
  h2 { font-size:34px; }
  .hero-text, .section-head p, .section-head.left p, .experience-card p, .about-strip p, .cta-card p { font-size:16px; }
  .metrics-row, .solution-grid, .integration-grid, .industry-list, .pillars-grid, .team-grid, .footer-grid, .solutions-mega { grid-template-columns:1fr; }
  .hero-visual { min-height:420px; }
  .dashboard-preview { inset:18px 0 70px; padding:18px; }
  .dashboard-metrics { grid-template-columns:1fr; }
  .dashboard-chart { height:82px; }
  .app-card { width:154px; padding:14px; border-radius:24px; }
  .app-residence { left:0; bottom:10px; }
  .app-tracking { right:0; top:92px; }
  .app-grid span { min-height:42px; font-size:10px; }
  .experience-card, .cta-card { padding:32px; }
  .cta-card { flex-direction:column; align-items:flex-start; }
  .footer-brand img { width:225px; }
  .whatsapp-float { right:14px; bottom:14px; padding:12px; }
  .whatsapp-float span { display:none; }
}


/* ===== INDEX V25 — Ecosistema dinámico ===== */
.hero .hero-grid{align-items:center}
.hero-copy .hero-actions{display:none!important}

.ecosystem-deck{position:relative;width:100%;min-height:560px;perspective:1700px}
.ecosystem-stage{position:relative;height:485px;transform-style:preserve-3d}
.product-panel{
  position:absolute;top:30px;left:50%;width:min(600px,82%);height:390px;
  border-radius:22px;overflow:hidden;background:#fff;border:1px solid #dce8f0;
  box-shadow:0 32px 80px rgba(20,55,90,.14);
  transform-origin:center center;transition:
    transform .9s cubic-bezier(.22,.61,.36,1),
    opacity .7s ease,filter .7s ease,z-index 0s;
  opacity:0;pointer-events:none;will-change:transform,opacity;
}
.panel-top{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #e6eef4;background:#fbfdfe}
.panel-brand{font-size:12px;font-weight:800;letter-spacing:.16em;color:#0b5fa8}
.panel-name{font-size:22px;font-weight:800;color:#10243a}
.panel-body{height:calc(100% - 58px);display:grid;grid-template-columns:148px 1fr}
.panel-body aside{padding:22px 18px;background:#0c3152;color:#fff;display:flex;flex-direction:column;gap:16px}
.panel-body aside b{font-size:19px}.panel-body aside span{font-size:12px;opacity:.72}
.panel-body main{padding:25px;background:#fff}.panel-body main h3{margin:0 0 20px;font-size:24px;color:#10243a}
.mini-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-kpis i{font-style:normal;padding:15px;border-radius:12px;background:#f1f7fb;display:flex;flex-direction:column}.mini-kpis b{font-size:22px;color:#0b67b2}.mini-kpis small{color:#6c7e90}
.mini-chart{height:118px;margin-top:22px;border-radius:14px;background:linear-gradient(180deg,#f7fbfd,#eef6fa);position:relative;overflow:hidden}
.mini-chart:before,.mini-chart:after{content:"";position:absolute;left:7%;right:7%;height:2px;background:#d8e8f2;transform:rotate(-6deg);top:58%}
.mini-chart:after{background:#0b78bc;top:52%}
.route-map{height:175px;border-radius:14px;background:linear-gradient(135deg,#f4f8fb,#eaf2f7);position:relative;overflow:hidden}
.route-map span{position:absolute;left:15%;right:12%;top:48%;height:3px;background:#0b78bc;transform:rotate(-9deg)}
.route-map i{position:absolute;width:17px;height:17px;border:4px solid #0b78bc;border-radius:50%;background:#fff;z-index:2}
.route-map i:nth-child(1){left:18%;top:53%}.route-map i:nth-child(2){left:40%;top:41%}.route-map i:nth-child(3){left:63%;top:50%}.route-map i:nth-child(4){left:82%;top:31%}
.tracking-ui .mini-kpis,.rrhh-ui .mini-kpis,.axis-ui .mini-kpis{grid-template-columns:repeat(2,1fr);margin-top:15px}
.people-list,.invoice-lines{display:grid;gap:11px;margin-top:22px}.people-list span,.invoice-lines span{height:34px;border-radius:8px;background:linear-gradient(90deg,#e5eff5 32%,#f5f8fa 32%)}
.digital-id-card,.pet-card{height:245px;border-radius:18px;background:#f4f8fb;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#15344f}
.id-avatar,.pet-avatar{width:72px;height:72px;border-radius:50%;background:#d8e9f4;margin-bottom:15px}.pet-avatar{display:grid;place-items:center;font-size:30px;font-weight:800;color:#0b67b2}
.fake-qr{width:70px;height:70px;margin-top:18px;background:repeating-linear-gradient(45deg,#163650 0 5px,#fff 5px 10px)}
.product-panel.is-active{z-index:10;opacity:1;pointer-events:auto;transform:translateX(-50%) translateZ(110px) scale(1);filter:none}
.product-panel.is-next{z-index:8;opacity:.82;transform:translateX(-4%) translateZ(20px) scale(.88) rotateY(-8deg);filter:saturate(.9) brightness(1.03)}
.product-panel.is-next2{z-index:6;opacity:.58;transform:translateX(27%) translateZ(-80px) scale(.78) rotateY(-12deg);filter:saturate(.75) brightness(1.08)}
.product-panel.is-prev{z-index:7;opacity:.72;transform:translateX(-96%) translateZ(-20px) scale(.84) rotateY(8deg);filter:saturate(.85) brightness(1.05)}
.product-panel.is-prev2{z-index:5;opacity:.45;transform:translateX(-122%) translateZ(-100px) scale(.74) rotateY(12deg);filter:saturate(.7) brightness(1.1)}
.product-panel.is-hidden{z-index:1;opacity:0;transform:translateX(-50%) scale(.65)}
.ecosystem-controls{position:absolute;left:50%;bottom:62px;transform:translateX(-50%);display:flex;align-items:center;gap:16px;z-index:20}
.ecosystem-prev,.ecosystem-next{width:42px;height:42px;border-radius:50%;border:1px solid #d8e5ed;background:#fff;color:#0b67b2;font-size:24px;cursor:pointer;box-shadow:0 8px 22px rgba(20,55,90,.08)}
.ecosystem-dots{display:flex;gap:8px}.ecosystem-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#c8d6e0;cursor:pointer;transition:.25s}.ecosystem-dots button.active{width:27px;border-radius:999px;background:#0b67b2}
.ecosystem-caption{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);margin:0;color:#263c53;font-size:16px;white-space:nowrap}.ecosystem-caption strong{color:#0b67b2}

/* Team photos */
.team-photo-card{overflow:hidden}
.team-photo{height:245px;margin:-1px -1px 18px;border-radius:18px 18px 0 0;overflow:hidden;background:#eef4f8}
.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:saturate(.92) contrast(1.02)}
.team-photo-card h3,.team-photo-card p{padding-left:18px;padding-right:18px}
.team-photo-card p{padding-bottom:18px}

/* WhatsApp: verde clásico ↔ azul profundo Vikingoz */
.whatsapp-float{
  animation:whatsappVikingoz 7s ease-in-out infinite;
  transition:transform .25s ease,box-shadow .25s ease;
}
.whatsapp-float:hover{transform:translateY(-3px) scale(1.02)}
@keyframes whatsappVikingoz{
  0%,100%{background:#25D366;box-shadow:0 14px 34px rgba(37,211,102,.24)}
  48%,52%{background:#0b3152;box-shadow:0 14px 36px rgba(11,49,82,.24)}
}

/* Mobile ecosystem */
@media(max-width:980px){
  .ecosystem-deck{min-height:520px}
  .ecosystem-stage{height:445px}
  .product-panel{width:88%;height:360px}
}
@media(max-width:700px){
  .ecosystem-deck{min-height:450px;overflow:hidden}
  .ecosystem-stage{height:385px}
  .product-panel{width:92%;height:315px;top:18px}
  .panel-body{grid-template-columns:105px 1fr}
  .panel-body aside{padding:16px 11px;gap:11px}
  .panel-body main{padding:16px}
  .mini-kpis{grid-template-columns:1fr 1fr}
  .mini-kpis i:nth-child(3){display:none}
  .product-panel.is-next{transform:translateX(4%) scale(.92)}
  .product-panel.is-next2,.product-panel.is-prev2{opacity:0}
  .product-panel.is-prev{transform:translateX(-104%) scale(.88)}
  .ecosystem-controls{bottom:48px}
  .ecosystem-caption{bottom:8px;font-size:14px}
}


/* ===== FINAL REVIEWED OVERRIDES ===== */
/* Hero: fixed line breaks and guaranteed separation from the rotating deck */
.hero-grid{
  grid-template-columns:minmax(0,.74fr) minmax(0,1.26fr)!important;
  gap:72px!important;
}
.hero-copy{max-width:610px!important;position:relative;z-index:12}
.hero-copy h1{max-width:600px!important;font-size:clamp(58px,5.2vw,86px)!important;line-height:.98!important;letter-spacing:-.045em!important}
.hero-copy h1>span{display:block!important;white-space:nowrap!important}
.hero-copy h1 .hero-blue-line{color:var(--blue)!important;margin-top:.05em}
.hero-visual{min-width:0!important;position:relative;z-index:2}
.ecosystem-deck{transform:translateX(12px)}

/* Team: compact, consistent and approximately 25% smaller than the original cards */
.team-grid{
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.team-card{
  border-radius:20px!important;
  padding:14px 12px 16px!important;
  min-height:250px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.team-photo-card{padding-top:12px!important}
.team-photo{
  width:100%!important;
  height:150px!important;
  margin:0 0 12px!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#eef4f8!important;
}
.team-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 22%!important;
  filter:none!important;
  transform:none!important;
}
.team-card .avatar{
  width:78px!important;height:78px!important;
  font-size:25px!important;margin:18px auto 20px!important;
}
.team-card h3,.team-photo-card h3{
  font-size:15px!important;
  line-height:1.25!important;
  margin:0 0 6px!important;
  padding:0!important;
}
.team-card p,.team-photo-card p{
  font-size:11.5px!important;
  line-height:1.35!important;
  margin:0!important;
  padding:0!important;
}

@media(max-width:1350px){
  .hero-grid{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;gap:48px!important}
  .hero-copy h1{font-size:clamp(54px,5vw,76px)!important}
  .team-grid{grid-template-columns:repeat(4,1fr)!important}
}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr!important;gap:24px!important}
  .hero-copy{max-width:none!important}
  .hero-copy h1{max-width:none!important}
  .hero-copy h1>span{white-space:normal!important}
  .ecosystem-deck{transform:none}
  .team-grid{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:620px){.team-grid{grid-template-columns:1fr!important}}


/* ===== FINAL DECK CONTAINMENT — preserve motion, no overlap, no right clipping ===== */
@media (min-width: 981px){
  .hero-grid{
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    gap:42px!important;
  }
  .hero-copy{
    max-width:560px!important;
    position:relative!important;
    z-index:20!important;
  }
  .hero-copy h1{
    max-width:560px!important;
    font-size:clamp(58px,4.35vw,78px)!important;
    line-height:.99!important;
  }
  .hero-copy h1>span{display:block!important;white-space:nowrap!important}
  .hero-visual{
    min-width:0!important;
    width:100%!important;
    position:relative!important;
    z-index:2!important;
  }
  .ecosystem-deck{
    width:100%!important;
    max-width:650px!important;
    margin:0 auto!important;
    transform:none!important;
  }
  .ecosystem-stage{
    width:100%!important;
    overflow:visible!important;
  }
  .product-panel{
    width:min(500px,76%)!important;
  }
  .product-panel.is-active{transform:translateX(-50%) translateZ(110px) scale(1)!important}
  .product-panel.is-prev{transform:translateX(-62%) translateZ(-20px) scale(.84) rotateY(8deg)!important}
  .product-panel.is-prev2{transform:translateX(-68%) translateZ(-100px) scale(.74) rotateY(12deg)!important}
  .product-panel.is-next{transform:translateX(-38%) translateZ(20px) scale(.88) rotateY(-8deg)!important}
  .product-panel.is-next2{transform:translateX(-32%) translateZ(-80px) scale(.78) rotateY(-12deg)!important}
}
@media (min-width:981px) and (max-width:1250px){
  .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;gap:28px!important}
  .hero-copy h1{font-size:clamp(52px,5vw,66px)!important}
  .product-panel{width:min(460px,74%)!important}
}

/* ===== FINAL ECOSYSTEM DEPTH FIX — restore visible layered carousel ===== */
@media (min-width: 981px){
  .ecosystem-deck{
    max-width:760px!important;
  }
  .product-panel{
    width:min(500px,68%)!important;
  }
  .product-panel.is-active{
    transform:translateX(-50%) translateZ(110px) scale(1)!important;
  }
  .product-panel.is-prev{
    transform:translateX(-84%) translateZ(-20px) scale(.84) rotateY(8deg)!important;
  }
  .product-panel.is-prev2{
    transform:translateX(-108%) translateZ(-100px) scale(.74) rotateY(12deg)!important;
  }
  .product-panel.is-next{
    transform:translateX(-16%) translateZ(20px) scale(.88) rotateY(-8deg)!important;
  }
  .product-panel.is-next2{
    transform:translateX(8%) translateZ(-80px) scale(.78) rotateY(-12deg)!important;
  }
}
@media (min-width:981px) and (max-width:1250px){
  .ecosystem-deck{max-width:680px!important}
  .product-panel{width:min(450px,68%)!important}
  .product-panel.is-prev{transform:translateX(-80%) translateZ(-20px) scale(.84) rotateY(8deg)!important}
  .product-panel.is-prev2{transform:translateX(-100%) translateZ(-100px) scale(.74) rotateY(12deg)!important}
  .product-panel.is-next{transform:translateX(-20%) translateZ(20px) scale(.88) rotateY(-8deg)!important}
  .product-panel.is-next2{transform:translateX(0%) translateZ(-80px) scale(.78) rotateY(-12deg)!important}
}


/* ===== Franja continua de tecnologías — adición aislada ===== */
.technology-marquee-section{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#fff;
  padding:24px 0 30px;
  border-top:1px solid rgba(16,53,92,.07);
  border-bottom:1px solid rgba(16,53,92,.07);
}
.technology-marquee-heading{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto 18px;
  text-align:center;
}
.technology-marquee-heading .eyebrow{
  margin:0;
  font-size:12px;
  letter-spacing:.18em;
}
.technology-marquee{
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.technology-marquee-track{
  display:flex;
  width:max-content;
  animation:technology-marquee-scroll 38s linear infinite;
  will-change:transform;
}
.technology-marquee:hover .technology-marquee-track{
  animation-play-state:paused;
}
.technology-marquee-group{
  display:flex;
  align-items:center;
  gap:74px;
  padding-right:74px;
  flex-shrink:0;
}
.technology-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex:0 0 auto;
  min-width:180px;
  height:68px;
  white-space:nowrap;
}
.technology-logo img{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
}
.technology-logo span{
  color:#203A57;
  font-size:19px;
  line-height:1;
  font-weight:850;
  letter-spacing:-.025em;
}
@keyframes technology-marquee-scroll{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media (max-width:900px){
  .technology-marquee-section{padding:21px 0 25px}
  .technology-marquee-heading{margin-bottom:14px}
  .technology-marquee-group{gap:48px;padding-right:48px}
  .technology-logo{min-width:154px;height:60px;gap:11px}
  .technology-logo img{width:40px;height:40px}
  .technology-logo span{font-size:16px}
}
@media (max-width:560px){
  .technology-marquee-group{gap:34px;padding-right:34px}
  .technology-logo{min-width:136px;height:56px}
  .technology-logo img{width:36px;height:36px}
  .technology-logo span{font-size:15px}
}
@media (prefers-reduced-motion:reduce){
  .technology-marquee-track{animation:none;transform:none}
  .technology-marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}
}


/* QA PRODUCCIÓN INDEX — correcciones generales y específicas */
body{font-family:Manrope,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.site-header{overflow:visible}
.nav-shell{height:104px;gap:18px}
.brand{flex:0 0 auto;align-self:auto;min-width:184px}
.brand img{width:184px;height:auto;max-width:none;transform:none;object-fit:contain}
.main-nav{gap:2px;overflow:visible}
.nav-item{padding-bottom:14px;margin-bottom:-14px}
.nav-link{position:relative;padding:14px 10px;font-family:Aptos,"Segoe UI",Arial,sans-serif;font-size:15px;font-weight:900;color:#26394C;white-space:nowrap}
.nav-link::after{content:"";position:absolute;left:10px;right:10px;bottom:3px;height:3px;border-radius:999px;background:var(--sky);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.nav-link:hover,.nav-item:hover>.nav-link,.nav-item.open>.nav-link{color:var(--blue)}
.nav-link:hover::after,.nav-item:hover>.nav-link::after,.nav-item.open>.nav-link::after{transform:scaleX(1)}
.nav-cta{font-family:Aptos,"Segoe UI",Arial,sans-serif;font-size:15px;white-space:nowrap;padding-inline:18px}
.mega-menu{top:100%;margin-top:0}
.nav-item::after{content:"";position:absolute;left:0;right:0;top:100%;height:18px}
.hero.section-pad{padding-top:112px}
.hero-copy{padding-top:18px}
.solution-card[data-href]{cursor:pointer}
.solution-card[data-href]:focus{outline:3px solid rgba(7,155,216,.35);outline-offset:4px}
.footer-grid{align-items:start}
.footer-grid>div{padding-top:0}
.site-footer h4{margin-top:0;min-height:24px}
.footer-brand img{width:245px;margin-bottom:16px}
.social-links a{width:38px;height:38px}
.social-links svg{width:18px;height:18px;fill:#fff;display:block}
.country-row{display:flex!important;align-items:center;gap:8px}
.country-row b{display:inline-flex;align-items:center;justify-content:center;width:25px;height:18px;border:1px solid rgba(255,255,255,.22);border-radius:4px;color:#fff;font-size:9px;letter-spacing:.06em}
.anchor-offset{position:relative;top:-120px;visibility:hidden}
.whatsapp-float{background:#0D7DBA;box-shadow:0 18px 42px rgba(13,125,186,.32)}
.whatsapp-float:hover{background:#086FA8}
@media (max-width:1180px) and (min-width:1061px){
  .container{width:min(100% - 28px,1200px)}
  .nav-shell{gap:10px}
  .brand{min-width:152px}.brand img{width:152px}
  .nav-link{padding-inline:7px;font-size:14px}
  .nav-link::after{left:7px;right:7px}
  .nav-cta{padding-inline:14px;font-size:14px}
}
@media (max-width:1060px){
  .nav-shell{min-height:88px;height:auto;padding:8px 0}
  .brand{min-width:0}.brand img{width:154px;height:auto;max-width:none;transform:none}
  .nav-item{padding-bottom:0;margin-bottom:0}
  .nav-link{font-size:15px;padding:14px 4px}
  .nav-link::after{left:4px;right:4px;bottom:4px}
  .nav-item::after{display:none}
  .mega-menu,.right-menu{max-height:62vh;overflow:auto}
  .hero.section-pad{padding-top:72px}
}
@media (max-width:680px){
  .brand img{width:142px;height:auto;transform:none}
  .footer-brand img{width:210px}
}


.nav-success{display:inline-flex;align-items:center;padding:10px 18px;border:1px solid #079BD8;border-radius:999px;color:#0b2740;text-decoration:none;font-weight:700;background:#fff;transition:all .3s ease;position:relative;overflow:hidden}
.nav-success::after{content:'→';margin-left:8px;transition:transform .3s ease}
.nav-success::before{content:'';position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);transform:skewX(-20deg);animation:shine 6s infinite}
.nav-success:hover{background:#079BD8;color:#fff;box-shadow:0 8px 20px rgba(7,155,216,.25)}
.nav-success:hover::after{transform:translateX(4px)}
@keyframes shine{0%,85%{left:-120%}100%{left:180%}}


/* Index base bilingue: language switch + new solution states */
.language-switch{display:inline-flex;align-items:center;gap:5px;margin-left:-7px;font-family:Aptos,"Segoe UI",Arial,sans-serif;font-size:13px;font-weight:800;color:#6d7f91;white-space:nowrap}
.language-switch a{color:#557086;text-decoration:none;transition:color .18s ease}
.language-switch a:hover{color:var(--blue)}
.language-switch .lang-current{color:var(--blue)}
.language-switch .lang-sep{color:#b7c5d0;font-weight:500}
.coming-soon-link small::after{content:""}
@media(max-width:1060px){.language-switch{margin-left:auto;margin-right:54px;order:3;font-size:14px}.nav-success{order:2}.menu-toggle{order:4}.main-nav{order:5}}
@media(max-width:520px){.language-switch{margin-right:4px}.nav-success{padding:9px 12px;font-size:13px}}

/* ===== RESPONSIVE + QA FINAL MASTER BASE ===== */
/* Keep the first mega-menu fully inside the viewport on desktop. */
@media (min-width:1061px){
  .main-nav > .nav-item:first-child > .mega-menu{
    left:0;
    transform:translateY(8px);
  }
  .main-nav > .nav-item:first-child:hover > .mega-menu,
  .main-nav > .nav-item:first-child.open > .mega-menu{
    transform:translateY(0);
  }
}

@media (max-width:1060px){
  .nav-shell{
    flex-wrap:wrap;
    row-gap:6px;
  }
  .brand{order:1;}
  .language-switch{
    order:2;
    margin-left:auto;
    margin-right:0;
    flex:0 0 auto;
  }
  .nav-success{
    order:3;
    flex:0 0 auto;
  }
  .menu-toggle{
    order:4;
    margin-left:0;
    flex:0 0 42px;
  }
  .main-nav{
    order:5;
    flex:0 0 100%;
    width:100%;
    min-width:0;
    padding:8px 0 14px;
  }
  .main-nav .nav-link{
    display:block;
    width:100%;
    padding:13px 6px;
  }
  .mega-menu,
  .right-menu{
    left:auto;
    right:auto;
    width:100%!important;
    max-width:none;
    margin:0 0 8px;
  }
  .mega-panel{padding:18px;}
  .solutions-mega a,
  .mega-compact a,
  .integrations-list a{padding:11px 10px;}
}

@media (max-width:680px){
  .site-header{backdrop-filter:blur(14px);}
  .nav-shell{column-gap:10px;}
  .brand img{width:132px;}
  .language-switch{font-size:13px;}
  .nav-success{display:none;}
  .mobile-success-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    margin:8px 0 2px;
    padding:13px 15px;
    border:1px solid var(--sky);
    border-radius:16px;
    color:var(--ink);
    font-family:Aptos,"Segoe UI",Arial,sans-serif;
    font-size:15px;
    font-weight:800;
    background:#fff;
  }
  .mobile-success-link::after{content:'→';color:var(--blue);font-size:20px;line-height:1;}
  .main-nav{padding-top:4px;}
  .mega-wide,.integrations-mega,.solutions-mega,.integrations-list{grid-template-columns:1fr!important;}
  .mega-menu{max-height:58vh;}
  .mega-panel h3{font-size:20px;}
  .mega-panel p{font-size:13px;}
  .hero.section-pad{padding-top:56px;}
  .hero-copy{padding-top:0;}
  .hero-copy h1{font-size:clamp(38px,10.4vw,44px);line-height:1.02;}
  .hero-copy h1>span{white-space:normal!important;}
  .hero-text{line-height:1.62;}
  .metrics-row{gap:10px;}
  .ecosystem-deck{min-height:450px;overflow:hidden;}
  .ecosystem-stage{height:405px;overflow:hidden;}
  .product-panel{width:min(330px,86vw)!important;}
  .product-panel.is-prev,
  .product-panel.is-prev2,
  .product-panel.is-next,
  .product-panel.is-next2{opacity:.18!important;pointer-events:none;}
  .product-panel.is-active{opacity:1!important;}
  .footer-bottom{gap:10px;}
}

@media (max-width:420px){
  .container{width:min(100% - 24px,1200px);}
  .brand img{width:124px;}
  .menu-toggle{width:40px;height:40px;flex-basis:40px;}
  .language-switch{font-size:12px;gap:4px;}
  .hero-copy h1{font-size:clamp(36px,10vw,40px);}
  .section-pad,.section-pad.compact{padding:56px 0;}
  .whatsapp-float{right:10px;bottom:10px;}
}


/* ===== HEADER ACTIONS FIX — no duplicate Success Stories + stable language switch ===== */
.nav-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto;white-space:nowrap}
.nav-actions .language-switch{margin:0}
.mobile-success-link{display:none!important}
.nav-success{white-space:nowrap;flex-shrink:0}

@media (max-width:1060px){
  .nav-shell{display:flex;align-items:center;flex-wrap:wrap;column-gap:10px;row-gap:8px}
  .brand{order:1;flex:1 1 auto}
  .menu-toggle{order:2;margin-left:auto}
  .nav-actions{order:3;flex:0 0 100%;width:100%;justify-content:flex-end;padding:0 0 4px}
  .main-nav{order:4}
}

@media (max-width:680px){
  .nav-shell{padding:8px 0 10px}
  .brand{min-width:0}
  .brand img{width:124px;height:auto;max-width:124px}
  .nav-actions{justify-content:flex-end;gap:10px}
  .nav-success{display:inline-flex!important;padding:8px 13px;min-height:40px;font-size:13px;line-height:1;border-radius:999px;white-space:nowrap}
  .nav-success::after{margin-left:7px}
  .language-switch{font-size:13px!important;gap:4px!important;margin:0!important}
}

@media (max-width:420px){
  .brand img{width:116px;max-width:116px}
  .nav-actions{gap:8px}
  .nav-success{padding:8px 11px;font-size:12.5px;min-height:38px}
  .language-switch{font-size:12.5px!important}
}
/* Brand assets localizados para evitar dependencias externas en el carrusel */
.technology-logo img[src$="aws.svg"],
.technology-logo img[src$="azure.svg"],
.technology-logo img[src$="asterisk.svg"] {
  width: 92px;
  max-width: 92px;
  height: 42px;
  object-fit: contain;
  display: block;
}


/* ===== INDUSTRIAS FINAL OVERRIDES ===== */
.nav-link.active{color:#079BD8!important}
.country-row{display:flex!important;align-items:center;gap:9px}
.country-row b{display:inline-flex;min-width:26px;height:20px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:5px;font-size:10px;letter-spacing:.06em;color:#dceafa;background:#0d2b48}
@media(max-width:1060px){.industries-hero{padding-top:32px}.industry-command-center{max-width:680px;margin:0 auto}}
@media(max-width:760px){.industries-hero-grid,.sector-grid,.cap-grid,.use-grid{grid-template-columns:1fr!important}.industry-command-center{transform:none!important}.command-canvas{min-height:520px}.process-line{grid-template-columns:1fr!important;gap:12px}.process-line>i{display:none}.cta-card{flex-direction:column;align-items:flex-start}}

/* ===== INDUSTRIAS FINAL — ECOSISTEMA VISUAL APROBADO ===== */
.industry-ecosystem-visual{margin:0;width:100%;border-radius:24px;overflow:hidden;background:#fff;border:1px solid #e3edf5;box-shadow:0 28px 70px rgba(6,35,61,.13)}
.industry-ecosystem-visual img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;background:#fff}
@media(max-width:1100px){.industry-ecosystem-visual{max-width:960px;margin:0 auto}}
@media(max-width:650px){.industry-ecosystem-visual{border-radius:18px}.industry-ecosystem-visual img{width:100%;height:auto}}
