:root { --navy:#293376; --blue:#293376; --red:#ff2800; --ink:#293376; --muted:#60698f; --line:#e2e4ef; --paper:#f8f8fb; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#fff; color:var(--ink); font-family:var(--font-manrope),Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
main { min-height:100vh; overflow:hidden; }

.siteHeader { width:min(1400px,calc(100% - 64px)); height:108px; margin:auto; display:grid; grid-template-columns:310px 1fr auto; align-items:center; gap:20px; position:relative; z-index:10; }
.brand { display:block; width:300px; height:78px; overflow:hidden; }
.brand img { display:block; width:334px; max-width:none; height:auto; transform:translate(-23px,-8px); }
nav { display:flex; align-items:center; justify-content:center; gap:clamp(12px,1.35vw,22px); }
nav a { font-size:17px; font-weight:700; color:#465080; transition:.2s; }
nav a:hover { color:var(--blue); }
.headerCta,.primary { background:var(--red); color:white; border-radius:8px; font-weight:750; box-shadow:0 10px 25px rgba(255,40,0,.18); }
.headerCta { padding:13px 18px; font-size:13px; }
.headerCta span,.primary span { margin-left:8px; }

.hero { width:min(1400px,calc(100% - 64px)); min-height:650px; margin:0 auto; display:grid; grid-template-columns:47% 53%; align-items:center; position:relative; }
.heroBackdrop { position:absolute; width:640px; height:640px; right:-180px; top:-100px; border-radius:50%; background:radial-gradient(circle,rgba(23,105,224,.09),rgba(255,255,255,0) 68%); z-index:-1; }
.heroBackdrop:after { content:""; position:absolute; inset:100px; background-image:radial-gradient(#a8c6de 1px,transparent 1px); background-size:24px 24px; opacity:.45; mask-image:linear-gradient(130deg,transparent 10%,#000,transparent 74%); }
.heroCopy { max-width:650px; padding:50px 0 70px; margin-top:-42px; animation:rise .75s ease both; }
.eyebrow { text-transform:uppercase; letter-spacing:.13em; font-size:11px; font-weight:800; color:var(--blue); display:flex; align-items:center; gap:10px; margin:0 0 23px; }
.eyebrow span { width:26px; height:2px; background:var(--red); }
h1 { margin:0; font-size:clamp(48px,4.15vw,70px); line-height:1.04; letter-spacing:-.045em; font-weight:780; color:var(--navy); }
h1 em { font-style:normal; color:var(--blue); position:relative; white-space:nowrap; }
h1 em:after { content:""; position:absolute; height:5px; border-radius:5px; background:var(--red); left:2px; right:0; bottom:-2px; transform:rotate(-1deg); opacity:.85; }
.lede { font-size:17px; line-height:1.7; color:var(--muted); max-width:610px; margin:30px 0 29px; }
.actions { display:flex; align-items:center; gap:16px; }
.primary,.secondary { padding:16px 21px; font-size:14px; transition:.2s transform,.2s box-shadow; }
.primary:hover { transform:translateY(-2px); box-shadow:0 14px 30px rgba(255,40,0,.24); }
.secondary { border:1px solid #bfd0dd; color:var(--navy); font-weight:750; border-radius:8px; background:rgba(255,255,255,.7); }
.secondary span { margin-left:8px; }
.microcopy { margin:18px 0 0; font-size:11px; color:#718596; }
.microcopy span { color:#26a66f; font-weight:900; margin-right:5px; }

.heroVisual { position:relative; align-self:stretch; display:flex; align-items:center; justify-content:center; animation:visualIn .9s .12s ease both; }
.heroVisual img { width:115%; max-width:none; height:auto; transform:translateX(2%); filter:drop-shadow(0 24px 36px rgba(20,66,108,.10)); }
.visualLabel { position:absolute; right:5%; top:17%; z-index:2; background:rgba(255,255,255,.86); backdrop-filter:blur(12px); border:1px solid rgba(178,204,225,.7); padding:11px 16px; border-radius:10px; box-shadow:0 14px 28px rgba(16,45,73,.1); display:flex; flex-direction:column; font-size:11px; color:var(--muted); }
.visualLabel b { font-size:14px; color:var(--navy); }

.trust { width:min(1400px,calc(100% - 64px)); margin:-12px auto 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); display:grid; grid-template-columns:repeat(4,1fr); padding:27px 0; background:rgba(255,255,255,.92); }
.trust article { display:flex; align-items:center; gap:14px; padding:0 28px; min-height:48px; border-right:1px solid var(--line); }
.trust article:first-child { padding-left:0; }.trust article:last-child { border:0; }
.trust strong { font-size:27px; color:var(--navy); letter-spacing:-.04em; min-width:65px; }
.trust article:nth-child(2) strong { color:var(--blue);font-size:20px}.trust article:nth-child(4) strong { color:var(--red); }
.trust span { color:#687d8e; font-size:11px; line-height:1.45; font-weight:600; }

.why { width:min(1400px,calc(100% - 64px)); margin:110px auto 120px; display:grid; grid-template-columns:38% 62%; gap:80px; align-items:center; }
.whyIntro { max-width:470px; }
.sectionEyebrow { margin:0 0 20px; display:flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:.12em; color:var(--red); font-size:14px; font-weight:800; }
.sectionEyebrow span { width:26px; height:2px; background:var(--red); }
.why h2 { margin:0; color:var(--navy); font-size:clamp(36px,3.35vw,52px); line-height:1.09; letter-spacing:-.04em; }
.whyIntro>p:not(.sectionEyebrow) { margin:25px 0 28px; color:var(--muted); font-size:15px; line-height:1.8; }
.textLink { color:var(--navy); font-size:13px; font-weight:800; border-bottom:2px solid var(--red); padding-bottom:6px; }
.textLink span { color:var(--red); margin-left:7px; }
.whyGrid { display:grid; grid-template-columns:1fr 1fr; gap:18px; position:relative; }
.whyGrid:before { content:""; position:absolute; inset:13% -12% -14% 22%; background:radial-gradient(circle,rgba(41,51,118,.07),transparent 68%); z-index:-1; }
.whyCard { min-height:275px; padding:30px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.94); position:relative; overflow:hidden; transition:.25s transform,.25s box-shadow,.25s border-color; }
.whyCard:hover { transform:translateY(-5px); border-color:#c8cbe0; box-shadow:0 20px 45px rgba(41,51,118,.09); }
.whyCard.featured { background:var(--navy); border-color:var(--navy); }
.whyCard.featured:after { content:""; width:155px; height:155px; border:1px solid rgba(255,255,255,.12); border-radius:50%; position:absolute; right:-62px; bottom:-62px; box-shadow:0 0 0 28px rgba(255,255,255,.035); }
.cardNumber { position:absolute; right:22px; top:20px; color:#c7cadb; font-size:11px; font-weight:800; letter-spacing:.12em; }
.featured .cardNumber { color:rgba(255,255,255,.42); }
.cardIcon { width:48px; height:48px; margin-bottom:27px; border-radius:13px; background:#f2f3f9; position:relative; }
.featured .cardIcon { background:rgba(255,255,255,.1); }
.whyCard h3 { margin:0 0 12px; color:var(--navy); font-size:18px; letter-spacing:-.02em; }
.whyCard p { margin:0; color:#66738f; font-size:13px; line-height:1.7; }
.featured h3 { color:#fff; }.featured p { color:rgba(255,255,255,.7); }
.experience i { position:absolute; bottom:11px; width:7px; background:var(--red); border-radius:4px 4px 1px 1px; }.experience i:nth-child(1){height:12px;left:12px}.experience i:nth-child(2){height:20px;left:21px}.experience i:nth-child(3){height:28px;left:30px}
.rigor:before,.rigor:after { content:""; position:absolute; border-radius:50%; inset:11px; border:2px solid var(--navy); }.rigor:after { inset:19px; background:var(--red); border:0; }.rigor i { position:absolute; width:12px; height:2px; background:var(--navy); right:5px; top:13px; transform:rotate(-38deg); }
.coverage i { position:absolute; width:7px; height:7px; background:var(--navy); border-radius:50%; }.coverage i:nth-child(1){left:10px;top:25px}.coverage i:nth-child(2){left:24px;top:11px;background:var(--red)}.coverage i:nth-child(3){right:8px;bottom:9px}.coverage:after { content:""; position:absolute; width:28px; height:22px; left:11px; top:14px; border-top:1px solid #9399bd; border-bottom:1px solid #9399bd; transform:rotate(-7deg); }
.tech:before { content:""; position:absolute; inset:11px; border:2px solid var(--navy); border-radius:6px; }.tech:after { content:""; position:absolute; width:10px; height:10px; background:var(--red); border-radius:3px; left:19px; top:19px; box-shadow:-14px 0 0 -3px var(--navy),14px 0 0 -3px var(--navy),0 -14px 0 -3px var(--navy),0 14px 0 -3px var(--navy); }

.solutions { background:var(--paper); padding:110px max(32px,calc((100vw - 1400px)/2)); position:relative; }
.solutions:before { content:""; position:absolute; top:0; left:0; right:0; height:1px; background:linear-gradient(90deg,transparent,var(--line),transparent); }
.solutionsHead { display:grid; grid-template-columns:1.1fr .9fr; gap:90px; align-items:end; margin-bottom:50px; }
.solutionsHead h2 { margin:0; font-size:clamp(40px,4vw,60px); color:var(--navy); letter-spacing:-.045em; line-height:1; }
.solutionsHead>p { margin:0 0 4px; max-width:590px; color:#555f86; font-size:18px; line-height:1.7; font-weight:600; }
.solutionGrid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.solutionCard { min-height:325px; padding:28px; background:#fff; border:1px solid var(--line); border-radius:15px; position:relative; display:flex; flex-direction:column; transition:.25s transform,.25s box-shadow,.25s border-color; }
.solutionCard:hover { transform:translateY(-6px); border-color:#c8cbe0; box-shadow:0 20px 42px rgba(41,51,118,.09); }
.solutionIndex { position:absolute; top:23px; right:24px; color:#aeb3cc; font-size:10px; font-weight:800; letter-spacing:.14em; }
.solutionGlyph { width:52px; height:52px; border-radius:14px; margin-bottom:40px; background:#f1f2f8; position:relative; }
.solutionCard h3 { color:var(--navy); font-size:21px; line-height:1.2; letter-spacing:-.025em; margin:0 0 13px; }
.solutionCard>p { color:#68738d; font-size:13px; line-height:1.7; margin:0 0 25px; }
.solutionCard b { margin-top:auto; color:var(--navy); font-size:12px; }
.solutionCard b span { margin-left:7px; color:var(--red); font-size:16px; }
.market i { position:absolute; bottom:12px; width:6px; border-radius:4px 4px 1px 1px; background:var(--navy); }.market i:nth-child(1){left:13px;height:11px}.market i:nth-child(2){left:23px;height:20px;background:var(--red)}.market i:nth-child(3){left:33px;height:29px}
.listen i { position:absolute; width:8px; border:2px solid var(--navy); border-radius:7px; bottom:13px; }.listen i:nth-child(1){height:18px;left:11px}.listen i:nth-child(2){height:27px;left:22px;border-color:var(--red)}.listen i:nth-child(3){height:14px;left:33px}
.cx:before { content:""; position:absolute; inset:12px; border:2px solid var(--navy); border-radius:50%; }.cx:after { content:""; position:absolute; left:19px; top:20px; width:14px; height:7px; border-left:2px solid var(--red); border-bottom:2px solid var(--red); transform:rotate(-45deg); }.cx i { position:absolute; width:4px; height:4px; border-radius:50%; background:var(--navy); left:18px; top:18px; }
.audit i { position:absolute; left:14px; width:24px; height:2px; background:var(--navy); }.audit i:before { content:""; position:absolute; width:7px; height:7px; left:-3px; top:-3px; background:#fff; border:2px solid var(--red); border-radius:2px; }.audit i:nth-child(1){top:15px}.audit i:nth-child(2){top:25px}.audit i:nth-child(3){top:35px}
.launch:before { content:""; position:absolute; width:22px; height:29px; background:var(--navy); border-radius:50% 50% 45% 45%; left:15px; top:9px; transform:rotate(22deg); }.launch:after { content:""; position:absolute; border-left:6px solid transparent; border-right:6px solid transparent; border-top:15px solid var(--red); left:16px; bottom:2px; transform:rotate(22deg); }.launch i { position:absolute; width:7px; height:7px; background:white; border-radius:50%; left:24px; top:17px; z-index:2; }
.accentCard { background:var(--navy); border-color:var(--navy); overflow:hidden; }
.accentCard:after { content:""; position:absolute; width:220px; height:220px; border:1px solid rgba(255,255,255,.1); border-radius:50%; right:-95px; bottom:-110px; box-shadow:0 0 0 42px rgba(255,255,255,.025); }
.accentCard .solutionIndex { color:rgba(255,255,255,.35); }.accentCard .smallLabel { align-self:flex-start; color:#fff; background:var(--red); border-radius:7px; padding:9px 13px; text-transform:none; letter-spacing:.01em; font-size:16px; line-height:1.35; font-weight:800; margin:4px 0 27px; box-shadow:0 8px 20px rgba(255,40,0,.2); }.accentCard h3 { color:#fff; font-size:27px; max-width:300px; }.accentCard>p:not(.smallLabel) { color:rgba(255,255,255,.68); }.accentCard b { color:#fff; z-index:1; }

.process { width:min(1400px,calc(100% - 64px)); margin:0 auto; padding:120px 0 110px; }
.processHead { display:grid; grid-template-columns:1.2fr .8fr; gap:100px; align-items:end; margin-bottom:75px; }
.processHead h2 { margin:0; max-width:760px; color:var(--navy); font-size:clamp(39px,3.9vw,58px); line-height:1.08; letter-spacing:-.045em; }
.processPromise { display:flex; gap:17px; align-items:flex-start; border-left:1px solid var(--line); padding:8px 0 8px 30px; }
.promiseMark { flex:0 0 33px; height:33px; display:grid; place-items:center; border-radius:50%; background:var(--red); color:#fff; font-size:15px; font-weight:900; box-shadow:0 7px 16px rgba(255,40,0,.18); }
.processPromise p { margin:0; color:#66718d; font-size:14px; line-height:1.7; }.processPromise b { display:block; color:var(--navy); font-size:15px; margin-bottom:4px; }
.processFlow { display:grid; grid-template-columns:repeat(6,1fr); gap:16px; position:relative; padding-top:20px; }
.flowLine { position:absolute; left:5%; right:5%; top:41px; height:2px; background:#e0e3ee; z-index:-1; overflow:hidden; }
.flowLine i { display:block; width:84%; height:100%; background:linear-gradient(90deg,var(--navy),#6972a5,var(--red)); }
.processStep { min-height:300px; padding:0 18px 24px; border-bottom:3px solid #e5e7ef; position:relative; }
.stepDot { width:44px; height:44px; border:5px solid #fff; border-radius:50%; background:var(--navy); color:#fff; display:grid; place-items:center; margin:0 0 34px -5px; box-shadow:0 0 0 1px #dfe2ed; font-size:10px; font-weight:800; letter-spacing:.05em; }
.stepStage { color:var(--red); text-transform:uppercase; letter-spacing:.13em; font-size:10px!important; font-weight:800; margin:0 0 11px!important; }
.processStep h3 { color:var(--navy); font-size:17px; line-height:1.3; letter-spacing:-.02em; margin:0 0 12px; }
.processStep>p:last-child { color:#6a7590; font-size:12px; line-height:1.7; margin:0; }
.finalStep { background:var(--navy); border:0; border-radius:13px; padding:0 21px 24px; transform:translateY(-5px); box-shadow:0 18px 38px rgba(41,51,118,.15); }
.finalStep .stepDot { background:var(--red); box-shadow:0 0 0 1px var(--red); }.finalStep .stepStage { color:#ff8b76; }.finalStep h3 { color:#fff; }.finalStep>p:last-child { color:rgba(255,255,255,.7); }
.processFooter { margin-top:40px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid var(--line); padding-top:26px; }
.processFooter>p { margin:0; color:#66718c; font-size:13px; }.processFooter>p span { color:var(--navy); font-weight:800; letter-spacing:.09em; margin-right:5px; }

.industries { background:var(--navy); color:#fff; padding:115px max(32px,calc((100vw - 1400px)/2)) 80px; position:relative; overflow:hidden; }
.industryGlow { position:absolute; width:720px; height:720px; right:-260px; top:-330px; border-radius:50%; background:radial-gradient(circle,rgba(97,111,189,.3),transparent 67%); pointer-events:none; }
.industryGlow:after { content:""; position:absolute; inset:100px; border-radius:50%; border:1px solid rgba(255,255,255,.07); box-shadow:0 0 0 60px rgba(255,255,255,.018),0 0 0 120px rgba(255,255,255,.012); }
.industriesHead { display:grid; grid-template-columns:1.08fr .92fr; gap:100px; align-items:end; position:relative; z-index:1; }
.lightEyebrow { color:#ff7359; }.lightEyebrow span { background:var(--red); }
.industriesHead h2 { margin:0; max-width:720px; color:#fff; font-size:clamp(42px,4vw,60px); line-height:1.05; letter-spacing:-.045em; }
.industriesHead>div:last-child>p { color:rgba(255,255,255,.7); font-size:16px; line-height:1.75; margin:0 0 20px; max-width:570px; }
.industriesHead>div:last-child>a { color:#fff; font-size:13px; font-weight:800; border-bottom:2px solid var(--red); padding-bottom:6px; }.industriesHead a span { color:#ff7359; margin-left:7px; }
.industryGrid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:65px; border-top:1px solid rgba(255,255,255,.14); border-left:1px solid rgba(255,255,255,.14); position:relative; z-index:1; }
.industryCard { min-height:310px; padding:32px; border-right:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); position:relative; background:rgba(255,255,255,.018); transition:.25s background,.25s transform; }
.industryCard:hover { background:rgba(255,255,255,.075); transform:translateY(-3px); }
.industryNo { position:absolute; right:20px; top:18px; color:rgba(255,255,255,.28); font-size:10px; font-weight:800; letter-spacing:.14em; }
.industryIcon { width:50px; height:50px; margin:12px 0 50px; position:relative; color:#fff; transform:scale(1.12); transform-origin:left center; }
.industryCard h3 { color:#fff; margin:0 0 13px; font-size:23px; line-height:1.2; letter-spacing:-.025em; }
.industryCard p { color:rgba(255,255,255,.64); margin:0; font-size:14px; line-height:1.65; max-width:275px; }
.highlightIndustry { background:var(--red); }.highlightIndustry:hover { background:#ec3211; }.highlightIndustry .industryNo,.highlightIndustry p { color:rgba(255,255,255,.72); }
.autoIcon:before { content:""; position:absolute; left:4px; top:20px; width:40px; height:16px; border:2px solid #fff; border-radius:9px 12px 5px 5px; }.autoIcon:after { content:""; position:absolute; left:12px; top:12px; width:25px; height:17px; border:2px solid #ff7359; transform:skew(-24deg); border-radius:4px; }.autoIcon i:before,.autoIcon i:after { content:""; position:absolute; width:8px; height:8px; border-radius:50%; background:#fff; top:34px; }.autoIcon i:before{left:10px}.autoIcon i:after{right:6px}
.consumerIcon i { position:absolute; bottom:8px; width:9px; border:2px solid #fff; border-radius:7px 7px 2px 2px; }.consumerIcon i:before { content:""; position:absolute; width:7px; height:7px; border-radius:50%; background:#ff7359; left:-1px; top:-12px; }.consumerIcon i:nth-child(1){height:18px;left:6px}.consumerIcon i:nth-child(2){height:26px;left:21px}.consumerIcon i:nth-child(3){height:15px;left:36px}
.retailIcon:before { content:""; position:absolute; left:7px; top:15px; width:36px; height:28px; border:2px solid #fff; }.retailIcon:after { content:""; position:absolute; left:4px; top:8px; width:42px; height:11px; border:2px solid #ff7359; border-radius:4px 4px 1px 1px; }.retailIcon i { position:absolute; width:8px; height:18px; border:2px solid #fff; left:21px; top:25px; }
.financeIcon:before { content:""; position:absolute; left:5px; top:10px; border-left:20px solid transparent; border-right:20px solid transparent; border-bottom:10px solid #ff7359; }.financeIcon:after { content:""; position:absolute; left:5px; bottom:5px; width:40px; height:3px; background:#fff; }.financeIcon i { position:absolute; top:22px; width:3px; height:20px; background:#fff; }.financeIcon i:nth-child(1){left:12px}.financeIcon i:nth-child(2){left:24px}.financeIcon i:nth-child(3){left:36px}
.telecomIcon i { position:absolute; border:2px solid transparent; border-top-color:#fff; border-radius:50%; left:50%; transform:translateX(-50%); }.telecomIcon i:nth-child(1){width:42px;height:42px;top:9px}.telecomIcon i:nth-child(2){width:28px;height:28px;top:16px;border-top-color:#ff7359}.telecomIcon i:nth-child(3){width:6px;height:6px;top:25px;background:#fff;border:0}
.healthIcon:before,.healthIcon:after { content:""; position:absolute; background:#fff; border-radius:2px; }.healthIcon:before{width:15px;height:42px;left:18px;top:4px}.healthIcon:after{width:42px;height:15px;left:4px;top:18px}.healthIcon i { position:absolute; width:10px; height:10px; background:var(--red); left:20px; top:20px; z-index:1; }
.energyIcon:before { content:""; position:absolute; left:16px; top:3px; border-left:12px solid transparent; border-right:3px solid transparent; border-top:26px solid #ff7359; transform:skew(-12deg); }.energyIcon:after { content:""; position:absolute; left:15px; top:21px; border-left:3px solid transparent; border-right:12px solid transparent; border-bottom:26px solid #fff; transform:skew(-12deg); }
.impactIcon i { position:absolute; border-radius:50%; border:2px solid #fff; }.impactIcon i:nth-child(1){width:36px;height:36px;left:7px;top:7px}.impactIcon i:nth-child(2){width:22px;height:22px;left:14px;top:14px}.impactIcon i:nth-child(3){width:8px;height:8px;left:21px;top:21px;background:#fff}.impactIcon:after { content:""; position:absolute; height:43px; width:2px; background:#fff; left:24px; top:3px; transform:rotate(45deg); opacity:.65; }
.industriesFoot { display:flex; align-items:center; justify-content:space-between; gap:40px; margin-top:34px; position:relative; z-index:1; }
.industriesFoot p { margin:0; color:rgba(255,255,255,.66); font-size:13px; }.industriesFoot p b { color:#fff; }
.industryButton { padding:14px 18px; border:1px solid rgba(255,255,255,.28); border-radius:8px; color:#fff; font-size:13px; font-weight:800; }.industryButton span { color:#ff7359; margin-left:9px; }

.coverage { width:min(1400px,calc(100% - 64px)); margin:0 auto; padding:120px 0 85px; display:grid; grid-template-columns:55% 45%; align-items:center; gap:55px; }
.coverageVisual { min-height:630px; position:relative; display:flex; align-items:center; justify-content:center; }
.coverageVisual:before { content:""; position:absolute; width:580px; height:580px; border-radius:50%; background:radial-gradient(circle,rgba(41,51,118,.08),transparent 70%); z-index:-1; }
.coverageVisual img { display:block; width:118%; max-width:none; height:auto; transform:translateX(-7%); filter:drop-shadow(0 20px 35px rgba(41,51,118,.09)); }
.ecuadorBadge { position:absolute; left:3%; bottom:13%; display:flex; align-items:center; gap:12px; background:#fff; border:1px solid var(--line); border-radius:11px; padding:13px 17px; box-shadow:0 14px 35px rgba(41,51,118,.12); }
.ecuadorBadge>span { width:12px; height:12px; background:var(--red); border-radius:50%; box-shadow:0 0 0 5px rgba(255,40,0,.13); }
.ecuadorBadge div { display:flex; flex-direction:column; }.ecuadorBadge small { color:#78819d; font-size:9px; text-transform:uppercase; letter-spacing:.12em; }.ecuadorBadge b { color:var(--navy); font-size:15px; }
.coverageCopy h2 { margin:0; color:var(--navy); font-size:clamp(39px,3.6vw,55px); line-height:1.08; letter-spacing:-.045em; }
.coverageLead { margin:25px 0 32px; color:#5e6888; font-size:17px; font-weight:600; line-height:1.72; }
.coveragePoints { border-top:1px solid var(--line); }
.coveragePoints article { display:grid; grid-template-columns:42px 1fr; gap:14px; padding:19px 0; border-bottom:1px solid var(--line); }
.coveragePoints article>span { width:30px; height:30px; border-radius:50%; display:grid; place-items:center; background:#f1f2f7; color:var(--navy); font-size:9px; font-weight:800; }
.coveragePoints h3 { color:var(--navy); font-size:15px; margin:0 0 4px; }.coveragePoints p { color:#707a96; font-size:12px; line-height:1.6; margin:0; }
.regionTags { display:flex; flex-wrap:wrap; gap:8px; margin:25px 0; }.regionTags span { padding:8px 11px; background:#f3f4f8; border:1px solid #e5e7ef; border-radius:100px; color:#565f85; font-size:10px; font-weight:700; }
.coverageCta { display:inline-flex; align-items:center; padding:15px 18px; border-radius:8px; background:var(--red); color:#fff; font-size:13px; font-weight:800; box-shadow:0 10px 25px rgba(255,40,0,.17); }.coverageCta span { margin-left:9px; }
.coverageBand { width:min(1400px,calc(100% - 64px)); margin:0 auto 20px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); display:grid; grid-template-columns:repeat(3,1fr); }
.coverageBand>div { padding:26px 30px; border-right:1px solid var(--line); display:flex; flex-direction:column; gap:5px; }.coverageBand>div:first-child{padding-left:0}.coverageBand>div:last-child{border:0}
.coverageBand b { color:var(--navy); font-size:16px; }.coverageBand span { color:#7b849d; font-size:11px; }

.evidence { width:min(1400px,calc(100% - 64px)); margin:0 auto; padding:115px 0 110px; }
.evidenceHead { display:grid; grid-template-columns:1.08fr .92fr; gap:95px; align-items:end; }
.evidenceHead h2 { color:var(--navy); font-size:clamp(40px,3.8vw,58px); line-height:1.07; letter-spacing:-.045em; margin:0; max-width:760px; }
.evidenceHead>p { color:#5f6989; font-size:17px; line-height:1.75; font-weight:600; margin:0 0 4px; max-width:580px; }
.evidencePanel { margin-top:60px; display:grid; grid-template-columns:37% 63%; border-radius:18px; overflow:hidden; box-shadow:0 24px 55px rgba(41,51,118,.1); }
.yearsProof { background:var(--navy); padding:48px; color:#fff; position:relative; overflow:hidden; }
.yearsProof:after { content:""; width:260px; height:260px; position:absolute; right:-100px; bottom:-120px; border:1px solid rgba(255,255,255,.12); border-radius:50%; box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018); }
.yearsProof>p:first-child { text-transform:uppercase; color:#ff7359; font-size:13px; letter-spacing:.12em; font-weight:800; margin:0 0 25px; }
.yearsProof strong { display:block; font-size:115px; line-height:.9; letter-spacing:-.075em; color:#fff; }.yearsProof strong span { color:var(--red); font-size:.45em; vertical-align:top; margin-left:5px; }
.yearsProof h3 { color:#fff; font-size:22px; margin:13px 0 35px; }.yearsProof .proofText { color:rgba(255,255,255,.65); font-size:13px; line-height:1.75; max-width:330px; margin:0; position:relative; z-index:1; }
.proofList { background:#f7f7fa; padding:20px 46px; }
.proofList article { min-height:150px; padding:27px 0; border-bottom:1px solid #dde0ea; display:grid; grid-template-columns:62px 1fr; gap:22px; align-items:start; }.proofList article:last-child{border:0}
.proofList small { color:var(--red); font-size:12px; text-transform:uppercase; letter-spacing:.11em; font-weight:800; }.proofList h3 { color:var(--navy); font-size:21px; margin:7px 0 8px; }.proofList p { color:#646e8b; font-size:14px; line-height:1.65; margin:0; max-width:620px; }
.proofIcon { width:55px; height:55px; border-radius:14px; background:#fff; border:1px solid #e1e3ec; position:relative; }.proofIcon:before { content:""; position:absolute; width:28px; height:21px; left:13px; top:16px; border-left:3px solid var(--navy); border-bottom:3px solid var(--navy); transform:skew(-12deg); }.proofIcon:after { content:""; position:absolute; width:18px; height:3px; background:var(--red); left:23px; top:20px; transform:rotate(-40deg); }.proofIcon i { position:absolute; width:7px; height:7px; border-radius:50%; background:var(--navy); left:11px; bottom:11px; }
.analysisProof:before { width:30px;height:30px;border:2px solid var(--navy);border-radius:50%;left:11px;top:10px;transform:none }.analysisProof:after { width:18px;height:2px;left:35px;top:40px;transform:rotate(46deg);background:var(--red) }.analysisProof i{left:24px;bottom:23px;background:var(--red)}
.techProof:before { width:28px;height:28px;border:2px solid var(--navy);border-radius:7px;left:12px;top:12px;transform:none }.techProof:after { width:10px;height:10px;left:22px;top:22px;transform:none;border-radius:3px }.techProof i{left:8px;bottom:24px;box-shadow:39px 0 var(--navy),19px 19px var(--navy),19px -19px var(--navy)}
.outcomesHead { margin-top:90px; display:grid; grid-template-columns:1.1fr .9fr; gap:90px; align-items:end; }.outcomesHead h3 { color:var(--navy); font-size:34px; letter-spacing:-.035em; margin:0; }.outcomesHead>p { color:#727b94; font-size:14px; line-height:1.7; max-width:480px; margin:0 0 3px; }
.outcomeGrid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:38px; border:1px solid var(--line); border-radius:15px; overflow:hidden; }
.outcomeGrid article { min-height:285px; padding:29px; border-right:1px solid var(--line); display:flex; flex-direction:column; background:#fff; }.outcomeGrid article:last-child{border:0}
.outcomeGrid article>span { color:#9da3bf; font-size:12px; font-weight:800; letter-spacing:.13em; }.outcomeGrid h3 { color:var(--navy); font-size:26px; margin:42px 0 14px; }.outcomeGrid p { color:#626c89; font-size:14px; line-height:1.7; margin:0; }.outcomeGrid b { margin-top:auto; color:var(--navy); font-size:14px; }.outcomeGrid b i { color:var(--red); font-style:normal; margin-left:6px; }
.outcomeGrid .outcomeAccent { background:var(--red); }.outcomeAccent>span,.outcomeAccent p{color:rgba(255,255,255,.72)!important}.outcomeAccent h3,.outcomeAccent b{color:#fff!important}.outcomeAccent b i{color:#fff}
.caseNote { margin-top:22px; padding:17px 20px; border-left:3px solid var(--red); background:#f7f7fa; display:flex; align-items:center; gap:20px; }.caseNote span { color:var(--navy); text-transform:uppercase; letter-spacing:.11em; font-size:12px; font-weight:800; white-space:nowrap; }.caseNote p { color:#69738f; font-size:13px; line-height:1.6; margin:0; }

.knowledge { background:var(--paper); padding:115px max(32px,calc((100vw - 1400px)/2)) 90px; position:relative; }
.knowledge:before { content:""; position:absolute; inset:0; background-image:radial-gradient(rgba(41,51,118,.09) 1px,transparent 1px); background-size:27px 27px; mask-image:linear-gradient(120deg,transparent 20%,#000 68%,transparent 95%); opacity:.38; pointer-events:none; }
.knowledgeHead { display:grid; grid-template-columns:1.1fr .9fr; gap:90px; align-items:end; position:relative; }
.knowledgeHead h2 { margin:0; max-width:730px; color:var(--navy); font-size:clamp(41px,3.9vw,59px); line-height:1.07; letter-spacing:-.045em; }
.knowledgeIntro p { margin:0 0 19px; max-width:540px; color:#616b88; font-size:16px; line-height:1.75; font-weight:600; }
.knowledgeIntro a { color:var(--navy); border-bottom:2px solid var(--red); padding-bottom:6px; font-size:13px; font-weight:800; }.knowledgeIntro a span { color:var(--red); margin-left:7px; }
.knowledgeGrid { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; margin-top:55px; position:relative; }
.resourceCard { min-height:505px; background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; display:flex; flex-direction:column; transition:.25s transform,.25s box-shadow; }
.resourceCard:hover { transform:translateY(-5px); box-shadow:0 20px 40px rgba(41,51,118,.09); }
.resourceVisual { height:205px; background:#e9ebf3; position:relative; overflow:hidden; }
.resourceVisual:before { content:""; position:absolute; width:260px; height:260px; border-radius:50%; background:rgba(41,51,118,.08); right:-80px; top:-100px; box-shadow:0 0 0 35px rgba(41,51,118,.025); }
.resourceBody { padding:28px; display:flex; flex:1; flex-direction:column; }
.resourceType { color:var(--red); text-transform:uppercase; letter-spacing:.09em; font-size:15px!important; line-height:1.45; font-weight:800; margin:0 0 18px!important; }
.resourceBody h3 { color:var(--navy); font-size:24px; line-height:1.25; letter-spacing:-.025em; margin:0 0 14px; }
.resourceBody>p:not(.resourceType) { color:#66708d; font-size:14px; line-height:1.7; margin:0 0 24px; }
.resourceBody>a { margin-top:auto; color:var(--navy); font-size:13px; font-weight:800; }.resourceBody>a span { color:var(--red); margin-left:7px; }
.surveyVisual { background:linear-gradient(145deg,var(--navy),#4a5593); }.surveyVisual>span { position:absolute; width:150px; height:108px; background:#fff; border-radius:14px; left:50%; top:50%; transform:translate(-50%,-50%) rotate(-4deg); box-shadow:0 17px 35px rgba(12,20,67,.25); }.surveyVisual>span:before { content:""; position:absolute; width:18px;height:18px;border-radius:50%;background:var(--red);left:20px;top:21px;box-shadow:0 30px #dfe2ed,0 60px #dfe2ed }.surveyVisual i { position:absolute; height:7px; background:#c5cadc; border-radius:8px; left:calc(50% - 35px); z-index:2; }.surveyVisual i:nth-child(2){top:calc(50% - 28px);width:62px}.surveyVisual i:nth-child(3){top:calc(50% + 2px);width:78px}.surveyVisual i:nth-child(4){top:calc(50% + 32px);width:52px}
.cxVisual>span { position:absolute; width:102px;height:102px;border:18px solid var(--navy);border-right-color:var(--red);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-28deg) }.cxVisual i { position:absolute; width:38px;height:18px;border-left:5px solid #fff;border-bottom:5px solid #fff;left:50%;top:47%;transform:translate(-50%,-50%) rotate(-45deg);z-index:2 }
.launchResource { background:#f0f1f6; }.launchResource>span { position:absolute; width:70px;height:104px;background:var(--navy);border-radius:50% 50% 44% 44%;left:50%;top:42%;transform:translate(-50%,-50%) rotate(32deg);box-shadow:16px 12px 0 rgba(41,51,118,.12) }.launchResource>span:after { content:""; position:absolute; width:25px;height:25px;background:#fff;border-radius:50%;left:22px;top:27px }.launchResource i { position:absolute; border-left:17px solid transparent;border-right:17px solid transparent;border-top:47px solid var(--red);left:calc(50% - 34px);bottom:8px;transform:rotate(32deg) }
.insightStrip { margin-top:24px; padding:22px 25px; background:var(--navy); border-radius:12px; color:#fff; display:flex; align-items:center; justify-content:space-between; gap:35px; position:relative; }
.insightStrip>div { display:flex; align-items:center; gap:14px; }.insightStrip p { margin:0; color:rgba(255,255,255,.72); font-size:13px; }.insightStrip p b{color:#fff}.insightStrip>a{color:#fff;font-size:12px;font-weight:800;white-space:nowrap}.insightStrip>a span{color:#ff7359;margin-left:7px}
.insightPulse { width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 6px rgba(255,40,0,.16);flex:0 0 auto; }

.contact { width:min(1400px,calc(100% - 64px)); margin:120px auto 0; display:grid; grid-template-columns:47% 53%; background:var(--navy); border-radius:20px; overflow:hidden; box-shadow:0 28px 65px rgba(41,51,118,.16); }
.contactPitch { padding:65px 58px; color:#fff; position:relative; overflow:hidden; }
.contactPitch:after { content:""; position:absolute; width:330px; height:330px; border:1px solid rgba(255,255,255,.09); border-radius:50%; left:-160px; bottom:-180px; box-shadow:0 0 0 50px rgba(255,255,255,.02),0 0 0 100px rgba(255,255,255,.012); }
.contactPitch h2 { color:#fff; font-size:clamp(40px,3.6vw,55px); line-height:1.07; letter-spacing:-.045em; margin:0; }
.contactLead { color:rgba(255,255,255,.68); font-size:16px; line-height:1.75; margin:25px 0 35px; max-width:560px; }
.contactBenefits { border-top:1px solid rgba(255,255,255,.14); }
.contactBenefits article { display:grid; grid-template-columns:31px 1fr; gap:13px; border-bottom:1px solid rgba(255,255,255,.14); padding:16px 0; }.contactBenefits article>span { width:25px; height:25px; background:rgba(255,255,255,.1); color:#ff7359; display:grid; place-items:center; border-radius:50%; font-size:11px; font-weight:900; }
.contactBenefits b { color:#fff; font-size:14px; }.contactBenefits p { color:rgba(255,255,255,.56); font-size:11px; line-height:1.55; margin:3px 0 0; }
.directContact { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:28px; position:relative; z-index:1; }
.directContact>a,.officeData { min-height:78px; padding:14px; border:1px solid rgba(255,255,255,.15); border-radius:10px; display:flex; align-items:center; gap:11px; background:rgba(255,255,255,.035); }
.directContact>a>i { font-style:normal; color:#ff7359; margin-left:auto; }.directContact small,.officeData small { display:block; color:rgba(255,255,255,.5); font-size:9px; text-transform:uppercase; letter-spacing:.08em; }.directContact b,.officeData b { display:block; color:#fff; font-size:12px; line-height:1.35; }.whatsappIcon { width:30px;height:30px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-weight:900; }
.officeData { display:block; padding-top:16px; }
.contactForm { background:#fff; margin:18px; border-radius:14px; padding:43px; display:flex; flex-direction:column; gap:19px; }
.formHead>span { color:var(--red); text-transform:uppercase; letter-spacing:.11em; font-size:12px; font-weight:800; }.formHead>b { display:block; color:var(--navy); font-size:28px; margin:8px 0 7px; }.formHead>p { color:#727b95; font-size:12px; margin:0; }
.formRow { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.contactForm label { color:var(--navy); font-size:11px; font-weight:800; display:flex; flex-direction:column; gap:8px; }
.contactForm input,.contactForm textarea { width:100%; border:1px solid #dfe2eb; border-radius:8px; padding:13px 14px; color:var(--navy); background:#fafafd; font:500 12px var(--font-manrope),Arial,sans-serif; outline:none; transition:.2s border-color,.2s box-shadow; resize:vertical; }
.contactForm input:focus,.contactForm textarea:focus { border-color:var(--navy); box-shadow:0 0 0 3px rgba(41,51,118,.08); }
.contactForm input::placeholder,.contactForm textarea::placeholder { color:#a3a9bc; }
.contactForm .consent { flex-direction:row; align-items:flex-start; gap:9px; color:#7a829a; font-size:10px; font-weight:600; line-height:1.45; }.consent input { width:15px;height:15px;margin:0;accent-color:var(--navy); }
.contactForm button { border:0; border-radius:8px; background:var(--red); color:#fff; padding:17px 20px; font:800 17px var(--font-manrope),Arial,sans-serif; letter-spacing:-.01em; cursor:pointer; box-shadow:0 11px 24px rgba(255,40,0,.2); }.contactForm button span{margin-left:8px}
.formNote { text-align:center; margin:0; color:#9399ad; font-size:9px; }.formNote span { color:#e7a718; margin-right:5px; }
.siteFooter { width:min(1400px,calc(100% - 64px)); margin:85px auto 0; }
.footerMain { display:grid; grid-template-columns:1.5fr 1fr .9fr 1.15fr; gap:65px; padding-bottom:55px; }
.footerLogo { display:block; width:210px; height:60px; overflow:hidden; }.footerLogo img { width:235px; max-width:none; transform:translate(-16px,-6px); }
.footerBrand>p { color:#6d7690; font-size:13px; line-height:1.7; max-width:300px; margin:18px 0 15px; }.footerBrand>span { color:var(--red); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.11em; }
.footerColumn { display:flex; flex-direction:column; gap:11px; }.footerColumn h3 { color:var(--navy); font-size:13px; margin:4px 0 8px; }.footerColumn>a,.footerColumn>p { color:#717a94; font-size:11px; line-height:1.6; margin:0; }.footerColumn>a:hover{color:var(--red)}
.footerContact .footerAction { display:inline-flex; align-self:flex-start; color:#fff; background:var(--navy); border-radius:7px; padding:11px 13px; font-weight:800; margin-top:8px; }.footerAction span{color:#ff7359;margin-left:7px}
.footerBottom { padding:20px 0 28px; border-top:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; }.footerBottom p,.footerBottom a { color:#8a91a7; font-size:10px; margin:0; }.footerBottom>div{display:flex;gap:22px}.footerBottom a:last-child{color:var(--navy);font-weight:800}

@keyframes rise { from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none} }
@keyframes visualIn { from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:none} }

@media (max-width:1100px){
  .siteHeader { grid-template-columns:300px 1fr; }.siteHeader nav{display:none}.headerCta{justify-self:end}
  .hero{grid-template-columns:52% 48%;min-height:590px}.heroVisual img{width:135%}.visualLabel{display:none}
  h1{font-size:48px}.trust article{padding:0 16px}.trust strong{font-size:22px;min-width:auto}
  .why{grid-template-columns:1fr;gap:50px}.whyIntro{max-width:700px}.whyCard{min-height:250px}
  .solutionGrid{grid-template-columns:1fr 1fr}.solutionsHead{gap:45px}
  .processHead{gap:45px}.processFlow{grid-template-columns:repeat(3,1fr);row-gap:45px}.flowLine{display:none}.processStep{min-height:260px}.finalStep{transform:none}
  .industriesHead{gap:50px}.industryGrid{grid-template-columns:repeat(2,1fr)}
  .coverage{grid-template-columns:1fr;gap:10px}.coverageVisual{min-height:520px}.coverageVisual img{width:100%;transform:none}.coverageCopy{max-width:760px}.coverageBand>div{padding:24px 18px}
  .evidencePanel{grid-template-columns:42% 58%}.outcomeGrid{grid-template-columns:1fr 1fr}.outcomeGrid article:nth-child(2){border-right:0}.outcomeGrid article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .knowledgeGrid{grid-template-columns:repeat(3,1fr)}.knowledgeHead{gap:50px}.resourceBody{padding:24px}.resourceBody h3{font-size:21px}.resourceType{font-size:13px!important}
  .contact{grid-template-columns:1fr}.contactPitch{padding:55px}.contactForm{margin:0 18px 18px}.footerMain{grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footerBrand{grid-column:1/-1}
}
@media (max-width:760px){
  .siteHeader,.hero,.trust{width:min(100% - 36px,620px)}.siteHeader{height:90px;grid-template-columns:1fr auto}.brand{width:205px;height:58px}.brand img{width:230px;transform:translate(-16px,-6px)}.headerCta{padding:11px 13px;font-size:0}.headerCta:before{content:"Cotizar";font-size:12px}.headerCta span{font-size:12px}
  .hero{grid-template-columns:1fr;min-height:auto}.heroCopy{padding:38px 0 20px;margin-top:-18px;text-align:center}.eyebrow{justify-content:center;font-size:9px}.eyebrow span{display:none}h1{font-size:clamp(39px,11vw,54px)}.lede{font-size:15px;line-height:1.65;margin:25px auto}.actions{justify-content:center;flex-direction:column;align-items:stretch}.microcopy{line-height:1.5}
  .heroVisual{min-height:340px}.heroVisual img{width:118%;transform:none}.trust{margin:0 auto 30px;grid-template-columns:1fr 1fr;padding:15px 0}.trust article{padding:16px 12px!important;border-bottom:1px solid var(--line)}.trust article:nth-child(2){border-right:0}.trust article:nth-child(3),.trust article:nth-child(4){border-bottom:0}.trust strong{min-width:52px}.trust span{font-size:9px}
  .why{width:min(100% - 36px,620px);margin:80px auto;gap:36px}.whyIntro{text-align:center}.sectionEyebrow{justify-content:center}.sectionEyebrow span{display:none}.why h2{font-size:36px}.whyGrid{grid-template-columns:1fr}.whyCard{min-height:auto;padding:27px}.whyCard p{font-size:12px}.textLink{display:inline-block}
  .solutions{padding:80px 18px}.solutionsHead{grid-template-columns:1fr;gap:20px;text-align:center}.solutionsHead .sectionEyebrow{justify-content:center}.solutionsHead>p{margin:auto}.solutionGrid{grid-template-columns:1fr}.solutionCard{min-height:290px}.solutionsHead h2{font-size:42px}
  .process{width:min(100% - 36px,620px);padding:82px 0}.processHead{grid-template-columns:1fr;gap:28px;text-align:center;margin-bottom:48px}.processHead .sectionEyebrow{justify-content:center}.processPromise{border-left:0;border-top:1px solid var(--line);padding:24px 5px 0;text-align:left}.processFlow{grid-template-columns:1fr;gap:20px}.processStep{min-height:auto;border:1px solid var(--line);border-radius:13px;padding:22px 24px 25px}.stepDot{margin:0 0 22px}.finalStep{border:0}.processFooter{align-items:flex-start;gap:25px;flex-direction:column}.processFooter .textLink{align-self:flex-start}
  .industries{padding:80px 18px 60px}.industriesHead{grid-template-columns:1fr;gap:25px;text-align:center}.industriesHead .sectionEyebrow{justify-content:center}.industriesHead>div:last-child>p{margin:0 auto 20px}.industryGrid{grid-template-columns:1fr;margin-top:45px}.industryCard{min-height:275px}.industriesFoot{align-items:stretch;flex-direction:column;text-align:center}.industryButton{text-align:center}
  .coverage{width:min(100% - 36px,620px);padding:75px 0 55px}.coverageVisual{min-height:340px}.coverageVisual img{width:115%}.ecuadorBadge{left:0;bottom:4%;padding:10px 13px}.coverageCopy{text-align:center}.coverageCopy .sectionEyebrow{justify-content:center}.coverageLead{font-size:15px}.coveragePoints{text-align:left}.regionTags{justify-content:center}.coverageBand{width:min(100% - 36px,620px);grid-template-columns:1fr;margin-bottom:30px}.coverageBand>div,.coverageBand>div:first-child{padding:18px 0;border-right:0;border-bottom:1px solid var(--line)}.coverageBand>div:last-child{border-bottom:0}
  .evidence{width:min(100% - 36px,620px);padding:80px 0}.evidenceHead,.outcomesHead{grid-template-columns:1fr;gap:22px;text-align:center}.evidenceHead .sectionEyebrow,.outcomesHead .sectionEyebrow{justify-content:center}.evidencePanel{grid-template-columns:1fr;margin-top:42px}.yearsProof{padding:38px}.yearsProof strong{font-size:95px}.proofList{padding:12px 25px}.proofList article{grid-template-columns:55px 1fr;gap:15px}.outcomesHead{margin-top:65px}.outcomeGrid{grid-template-columns:1fr}.outcomeGrid article{min-height:250px;border-right:0;border-bottom:1px solid var(--line)!important}.outcomeGrid article:last-child{border-bottom:0!important}.caseNote{align-items:flex-start;flex-direction:column;gap:8px}
  .knowledge{padding:80px 18px 60px}.knowledgeHead{grid-template-columns:1fr;gap:22px;text-align:center}.knowledgeHead .sectionEyebrow{justify-content:center}.knowledgeIntro p{margin:0 auto 18px}.knowledgeGrid{grid-template-columns:1fr;margin-top:42px}.resourceVisual{height:205px}.resourceCard{min-height:505px}.resourceBody{padding:28px}.resourceBody h3{font-size:24px}.resourceType{font-size:15px!important}.insightStrip{align-items:flex-start;flex-direction:column}.insightStrip>div{align-items:flex-start}
  .contact{width:min(100% - 36px,620px);margin-top:80px}.contactPitch{padding:42px 25px;text-align:center}.contactPitch .sectionEyebrow{justify-content:center}.contactLead{font-size:14px}.contactBenefits{text-align:left}.directContact{grid-template-columns:1fr;text-align:left}.contactForm{margin:0;padding:30px 22px;border-radius:0}.formRow{grid-template-columns:1fr}.siteFooter{width:min(100% - 36px,620px);margin-top:65px}.footerMain{grid-template-columns:1fr 1fr;gap:42px 30px}.footerBrand{grid-column:1/-1}.footerContact{grid-column:1/-1}.footerBottom{align-items:flex-start;flex-direction:column;gap:13px}.footerBottom>div{flex-wrap:wrap}
}
@media (prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}


/* Página: Estudios de mercado */
.serviceHero{width:min(1400px,calc(100% - 64px));margin:0 auto;padding:80px 0 90px;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center;position:relative}.serviceHero:before{content:"";position:absolute;width:620px;height:620px;right:-250px;top:-170px;border-radius:50%;background:radial-gradient(circle,rgba(41,51,118,.09),transparent 68%);z-index:-1}.serviceHeroCopy{max-width:780px}.serviceHero h1{font-size:clamp(49px,5vw,78px)}.serviceDecisionCard{background:var(--navy);color:#fff;border-radius:20px;padding:42px;box-shadow:0 25px 55px rgba(41,51,118,.18);position:relative;overflow:hidden}.serviceDecisionCard:after{content:"";position:absolute;width:250px;height:250px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-120px;bottom:-120px;box-shadow:0 0 0 45px rgba(255,255,255,.025)}.serviceDecisionCard>span{color:#ff8069;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}.serviceDecisionCard h2{font-size:34px;letter-spacing:-.04em;margin:12px 0 24px}.serviceDecisionCard ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.serviceDecisionCard li{border-top:1px solid rgba(255,255,255,.12);padding-top:14px;color:rgba(255,255,255,.78);font-size:14px}.serviceDecisionCard li:before{content:"→";color:var(--red);font-weight:900;margin-right:10px}.serviceProof{width:min(1400px,calc(100% - 64px));margin:0 auto 105px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden}.serviceProof article{padding:25px 28px;display:flex;gap:14px;align-items:center;border-right:1px solid var(--line)}.serviceProof article:last-child{border-right:0}.serviceProof strong{font-size:25px;color:var(--navy)}.serviceProof span{font-size:11px;color:#68738d;font-weight:700}.serviceScope,.deliverables{width:min(1400px,calc(100% - 64px));margin:0 auto;padding:20px 0 115px}.serviceSectionIntro{max-width:780px;margin-bottom:48px}.serviceSectionIntro h2{font-size:clamp(38px,4vw,58px);line-height:1.08;letter-spacing:-.045em;margin:0;color:var(--navy)}.serviceSectionIntro>p:last-child{font-size:16px;line-height:1.75;color:var(--muted);margin:22px 0 0;max-width:700px}.scopeGrid,.deliverableGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.scopeGrid article,.deliverableGrid article{border:1px solid var(--line);border-radius:15px;padding:30px;min-height:210px;background:#fff}.scopeGrid article>span{font-size:10px;letter-spacing:.14em;color:var(--red);font-weight:800}.scopeGrid h3{font-size:20px;color:var(--navy);margin:35px 0 12px}.scopeGrid p,.deliverableGrid p{color:#68738d;font-size:13px;line-height:1.7;margin:0}.serviceMethod{background:var(--navy);padding:105px max(32px,calc((100vw - 1400px)/2));display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;color:#fff;margin-bottom:105px}.serviceMethod h2{font-size:clamp(38px,4vw,58px);line-height:1.08;letter-spacing:-.045em;margin:0}.serviceMethod>div>p:last-child{color:rgba(255,255,255,.7);font-size:15px;line-height:1.75}.serviceMethod ol{list-style:none;padding:0;margin:0;display:grid}.serviceMethod li{display:grid;grid-template-columns:140px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.13)}.serviceMethod li:first-child{border-top:1px solid rgba(255,255,255,.13)}.serviceMethod li b{color:#fff}.serviceMethod li span{color:rgba(255,255,255,.66);font-size:13px}.deliverableGrid article{min-height:150px;background:var(--paper)}.deliverableGrid b{display:block;color:var(--navy);font-size:16px;margin-bottom:11px}
@media(max-width:900px){.serviceHero,.serviceMethod{grid-template-columns:1fr;gap:45px}.serviceProof{grid-template-columns:1fr 1fr}.serviceProof article:nth-child(2){border-right:0}.serviceProof article:nth-child(-n+2){border-bottom:1px solid var(--line)}.scopeGrid,.deliverableGrid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.serviceHero,.serviceProof,.serviceScope,.deliverables{width:min(100% - 36px,620px)}.serviceHero{padding:35px 0 65px;text-align:center}.serviceHero .eyebrow{justify-content:center}.serviceHero .actions{justify-content:center}.serviceDecisionCard{text-align:left;padding:30px}.serviceProof{grid-template-columns:1fr;margin-bottom:75px}.serviceProof article{border-right:0;border-bottom:1px solid var(--line)!important}.serviceProof article:last-child{border-bottom:0!important}.scopeGrid,.deliverableGrid{grid-template-columns:1fr}.serviceScope,.deliverables{padding-bottom:80px}.serviceSectionIntro{text-align:center}.serviceSectionIntro .sectionEyebrow{justify-content:center}.serviceMethod{padding:80px 18px;text-align:center;margin-bottom:75px}.serviceMethod ol{text-align:left}.serviceMethod li{grid-template-columns:1fr;gap:6px}.scopeGrid article{min-height:auto}.deliverableGrid article{min-height:auto}}


/* Arquitectura multipágina */
.siteHeader nav a.active{color:var(--navy);font-weight:800}.siteHeader nav a.active:after{content:"";display:block;height:2px;background:var(--red);margin-top:5px;border-radius:2px}.pageHero{width:min(1400px,calc(100% - 64px));margin:0 auto;padding:95px 0 78px;text-align:center;position:relative}.pageHero:before{content:"";position:absolute;inset:-90px 12% auto;height:360px;background:radial-gradient(circle,rgba(41,51,118,.09),transparent 68%);z-index:-1}.pageHero .sectionEyebrow{justify-content:center}.pageHero h1{max-width:980px;margin:16px auto 22px;font-size:clamp(45px,5.5vw,78px);line-height:1.04;letter-spacing:-.055em;color:var(--navy)}.pageHero>p:last-child{max-width:790px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.75}.pageHero+section{margin-top:20px}.pageHero+.solutions,.pageHero+.industries,.pageHero+.knowledge{padding-top:75px}.pageHero+.process,.pageHero+.why,.pageHero+.contact,.pageHero+.evidence{padding-top:45px}.pageHero+.contact{margin-top:10px}@media(max-width:760px){.pageHero{width:min(100% - 36px,620px);padding:55px 0 45px}.pageHero h1{font-size:42px}.pageHero>p:last-child{font-size:15px}.siteHeader nav a.active:after{display:none}}

/* V6: rendimiento, móvil, sectores y formularios */
:root{--font-sans:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{font-family:var(--font-sans)}img{max-width:100%;height:auto}.menuToggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:9px;cursor:pointer}.menuToggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:2px}.industryCard[href]{text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.industryCard[href]:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(41,51,118,.12)}.realEvidence{margin-top:70px}.realEvidenceGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.realEvidenceGrid article{border:1px solid var(--line);border-radius:16px;padding:28px;background:#fff}.realEvidenceGrid strong{font-size:38px;color:var(--navy);letter-spacing:-.05em}.realEvidenceGrid h3{font-size:17px;color:var(--navy);margin:18px 0 10px}.realEvidenceGrid p{font-size:12px;line-height:1.7;color:#68738d}.capabilityList{margin-top:25px;background:var(--navy);color:#fff;border-radius:16px;padding:32px}.capabilityList h3{margin:0 0 20px}.capabilityList>div{display:flex;flex-wrap:wrap;gap:10px}.capabilityList span{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 14px;font-size:12px}.contactForm button{cursor:pointer}.contactForm button:focus-visible,.menuToggle:focus-visible,a:focus-visible{outline:3px solid rgba(255,40,0,.35);outline-offset:3px}
@media(max-width:980px){.siteHeader{position:relative}.menuToggle{display:block;margin-left:auto}.siteHeader nav{display:none;position:absolute;left:18px;right:18px;top:78px;z-index:30;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:0 20px 45px rgba(41,51,118,.16);flex-direction:column;align-items:stretch}.siteHeader.menuOpen nav{display:flex}.siteHeader nav a{padding:12px}.siteHeader .headerCta{display:none}.realEvidenceGrid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.siteHeader{width:calc(100% - 36px);padding:14px 0}.brand img{width:160px}.menuToggle{display:block}.realEvidenceGrid{grid-template-columns:1fr}.realEvidence{margin-top:45px}.capabilityList{padding:24px}.serviceHero h1{font-size:42px}.serviceHeroCopy .heroLead{font-size:15px}.contactForm input,.contactForm textarea{font-size:16px}.siteFooter{overflow:hidden}}


/* ===== V7 PREMIUM ===== */
:root{--premium-navy:#071a33;--premium-blue:#0b3264;--premium-red:#e52b37;--premium-ice:#f4f8fc;--premium-line:#dce7f2;--premium-shadow:0 24px 70px rgba(7,26,51,.12)}
html{scroll-behavior:smooth}body{background:#fff;color:#10233d}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;background:linear-gradient(110deg,transparent 0 47%,rgba(255,255,255,.14) 50%,transparent 53%);transform:translateX(-120%);animation:premiumSheen 1.2s ease .15s both}@keyframes premiumSheen{to{transform:translateX(120%)}}
.siteHeader{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(13,50,92,.08);box-shadow:0 8px 30px rgba(7,26,51,.04)}
.siteHeader nav a{position:relative}.siteHeader nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--premium-red);transition:.25s}.siteHeader nav a:hover:after,.siteHeader nav a.active:after{right:0}
.headerCta,.primary,.contactForm button,.footerAction{box-shadow:0 12px 28px rgba(229,43,55,.2);transition:transform .25s,box-shadow .25s}.headerCta:hover,.primary:hover,.contactForm button:hover,.footerAction:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(229,43,55,.28)}
.hero{min-height:710px;overflow:hidden;background:radial-gradient(circle at 76% 22%,rgba(62,140,220,.13),transparent 32%),linear-gradient(135deg,#fff 0%,#f6faff 58%,#edf5fc 100%)}
.hero:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(14,72,126,.08);border-radius:50%;right:-190px;top:-210px;box-shadow:0 0 0 70px rgba(14,72,126,.025),0 0 0 140px rgba(14,72,126,.018)}
.heroCopy{position:relative;z-index:2}.hero h1{font-size:clamp(3rem,5.1vw,5.75rem);letter-spacing:-.055em;line-height:.98;max-width:820px}.hero h1 em{font-style:normal;background:linear-gradient(100deg,#0b3264,#155c9f 55%,#e52b37);-webkit-background-clip:text;color:transparent}.hero .lede{font-size:1.19rem;line-height:1.75;max-width:720px}.heroVisual{filter:drop-shadow(0 30px 45px rgba(7,26,51,.18));transform:translateY(8px)}.heroVisual img{transition:transform .8s cubic-bezier(.2,.8,.2,1)}.heroVisual:hover img{transform:translateY(-8px) scale(1.015)}
.authorityStatement{padding:92px max(6vw,24px) 48px;text-align:center;background:#fff}.authorityStatement p{text-transform:uppercase;letter-spacing:.2em;font-weight:800;font-size:.75rem;color:#e52b37}.authorityStatement h2{max-width:980px;margin:16px auto 0;font-size:clamp(2rem,3.5vw,3.7rem);letter-spacing:-.04em;line-height:1.08;color:#071a33}
.trust{margin-top:0;padding-top:45px;padding-bottom:86px}.trust article{background:#fff;border:1px solid var(--premium-line);border-radius:22px;padding:30px 22px;box-shadow:0 14px 35px rgba(7,26,51,.06);transition:.3s}.trust article:hover{transform:translateY(-6px);box-shadow:var(--premium-shadow);border-color:#bfd3e7}.trust strong{font-size:2.35rem}
.why,.solutions,.industries,.knowledge,.contact,.method,.coverage,.outcomes{padding-top:110px;padding-bottom:110px}.sectionEyebrow{letter-spacing:.16em}.whyCard,.solutionCard,.industryCard,.resourceCard{border-radius:24px!important;overflow:hidden;box-shadow:0 16px 45px rgba(7,26,51,.07);transition:transform .35s,box-shadow .35s,border-color .35s}.whyCard:hover,.solutionCard:hover,.industryCard:hover,.resourceCard:hover{transform:translateY(-8px);box-shadow:var(--premium-shadow);border-color:#bdd2e7}
.solutions{background:linear-gradient(180deg,#f5f9fd,#fff)}.solutionCard h3{font-size:1.45rem}.solutionCard a{font-weight:800}.solutionCard a span{transition:transform .25s;display:inline-block}.solutionCard:hover a span{transform:translate(4px,-2px)}
.decisionBand{padding:96px max(6vw,24px);display:flex;align-items:end;justify-content:space-between;gap:45px;background:radial-gradient(circle at 85% 25%,rgba(38,113,181,.38),transparent 30%),linear-gradient(135deg,#071a33,#0c3567);color:white;position:relative;overflow:hidden}.decisionBand: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:36px 36px}.decisionBand>div,.decisionBand>a{position:relative}.decisionBand h2{max-width:920px;font-size:clamp(2rem,3.3vw,3.8rem);line-height:1.08;letter-spacing:-.045em;margin:18px 0 0}.lightButton{background:#fff!important;color:#071a33!important;white-space:nowrap;box-shadow:none!important}
.contact{background:radial-gradient(circle at 10% 15%,rgba(28,102,174,.3),transparent 30%),linear-gradient(145deg,#06182f,#0c3769)}.contactForm{border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.siteFooter{background:#051425}.footerMain{padding-top:80px;padding-bottom:70px}.footerColumn a{transition:.2s}.footerColumn a:hover{color:white;transform:translateX(3px)}
.floatingWhatsapp{position:fixed;right:22px;bottom:22px;z-index:1100;display:flex;align-items:center;gap:9px;padding:13px 18px;border-radius:999px;background:#0b3264;color:#fff;text-decoration:none;box-shadow:0 18px 40px rgba(7,26,51,.28);font-size:.9rem;transition:.25s}.floatingWhatsapp span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#23c763;font-size:1.05rem}.floatingWhatsapp:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(7,26,51,.35)}
.pageHero{background:radial-gradient(circle at 82% 16%,rgba(39,118,192,.16),transparent 32%),linear-gradient(135deg,#fff,#eff6fc);padding-top:110px;padding-bottom:110px}.pageHero h1{font-size:clamp(2.8rem,5vw,5rem);letter-spacing:-.052em;line-height:1.02}.pageHero p{font-size:1.14rem;line-height:1.75}.serviceCard,.sectorCard,.capabilityCard,.applicationCard,.deliverableCard{border-radius:22px!important;box-shadow:0 13px 38px rgba(7,26,51,.07);transition:.3s}.serviceCard:hover,.sectorCard:hover,.capabilityCard:hover,.applicationCard:hover,.deliverableCard:hover{transform:translateY(-6px);box-shadow:var(--premium-shadow)}
@media(max-width:900px){.hero{min-height:auto;padding-top:72px}.hero h1{font-size:clamp(2.65rem,12vw,4.4rem)}.authorityStatement{padding-top:70px}.decisionBand{align-items:flex-start;flex-direction:column}.decisionBand h2{font-size:2.35rem}.floatingWhatsapp b{display:none}.floatingWhatsapp{padding:12px}.why,.solutions,.industries,.knowledge,.contact,.method,.coverage,.outcomes{padding-top:78px;padding-bottom:78px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}


/* ===== V7.1 AJUSTES DE REVISIÓN ===== */
/* Logotipo superior completo, sin recortes */
.brand{width:250px;height:auto;min-height:70px;overflow:visible;display:flex;align-items:center}
.brand img{display:block;width:230px;max-width:100%;height:auto;transform:none!important;object-fit:contain}

/* Logotipo blanco para fondo oscuro */
.footerLogo{width:230px;height:auto;overflow:visible}
.footerLogo img{display:block;width:220px;max-width:100%;height:auto;transform:none!important;object-fit:contain}

/* CTA: propuesta como concepto principal */
.headerCta,.footerAction{white-space:nowrap}

/* Formularios enviados por correo y WhatsApp opcional */
.contactForm select{width:100%;border:1px solid #d8dce8;border-radius:9px;background:#fff;color:var(--navy);padding:14px 13px;font:inherit;margin-top:8px}
.formActions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:4px}
.formActions button{width:100%;min-height:52px;border-radius:9px;font-weight:800;font-family:inherit}
.emailSubmit{background:var(--red);color:#fff;border:0}
.whatsappFormButton{background:#25D366;color:#fff;border:0;box-shadow:0 12px 28px rgba(37,211,102,.22)!important}
.whatsappFormButton:hover{box-shadow:0 18px 34px rgba(37,211,102,.32)!important}
.formTrap{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.formNote{margin-top:13px!important}

/* WhatsApp: verde oficial y teléfono visible */
.floatingWhatsapp{background:#25D366;color:#fff;box-shadow:0 18px 40px rgba(37,211,102,.3)}
.floatingWhatsapp span{background:rgba(255,255,255,.2);color:#fff;font-size:1rem;font-weight:900}
.floatingWhatsapp:hover{box-shadow:0 24px 50px rgba(37,211,102,.4)}
.whatsappIcon{display:grid;place-items:center;background:#25D366!important;color:#fff!important;border-radius:50%;font-size:18px}
.directContact>a{border-color:rgba(37,211,102,.38)}

/* Estudios de mercado y Focus Groups: tarjetas ilustradas */
.illustratedScope article{position:relative;overflow:hidden;padding-top:26px!important}
.illustratedScope article>span:first-child{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:#fff1ee;color:var(--red);font-size:23px!important;letter-spacing:-.03em!important;font-weight:900!important;position:absolute;right:22px;top:22px}
.illustratedScope .scopeIcon{width:64px;height:64px;border-radius:18px;background:#f2f5fa;position:relative;margin:4px 0 24px}
.illustratedScope .scopeIcon:before,.illustratedScope .scopeIcon:after,.illustratedScope .scopeIcon i:before,.illustratedScope .scopeIcon i:after{content:"";position:absolute}
.illustratedScope h3{margin-top:16px!important}
/* Estudios: gráfico, persona, competencia, ubicación, producto, B2B */
.studiesScope .scopeType1 .scopeIcon:before{left:14px;right:14px;bottom:15px;height:2px;background:var(--navy)}
.studiesScope .scopeType1 .scopeIcon:after{left:17px;bottom:17px;width:7px;height:18px;background:var(--red);box-shadow:12px -8px var(--navy),24px -19px #4e79a7}
.studiesScope .scopeType2 .scopeIcon:before{width:22px;height:22px;border:3px solid var(--navy);border-radius:50%;left:19px;top:10px}
.studiesScope .scopeType2 .scopeIcon:after{width:34px;height:19px;border:3px solid var(--red);border-bottom:0;border-radius:22px 22px 0 0;left:12px;bottom:9px}
.studiesScope .scopeType3 .scopeIcon:before{width:36px;height:26px;border-left:3px solid var(--navy);border-bottom:3px solid var(--navy);left:13px;top:14px}
.studiesScope .scopeType3 .scopeIcon:after{width:27px;height:3px;background:var(--red);left:23px;top:27px;transform:rotate(-35deg)}
.studiesScope .scopeType4 .scopeIcon:before{width:25px;height:34px;background:var(--navy);border-radius:50% 50% 50% 0;transform:rotate(-45deg);left:19px;top:10px}
.studiesScope .scopeType4 .scopeIcon:after{width:9px;height:9px;background:#fff;border-radius:50%;left:27px;top:18px}
.studiesScope .scopeType5 .scopeIcon:before{width:30px;height:38px;border:3px solid var(--navy);border-radius:7px;left:15px;top:10px}
.studiesScope .scopeType5 .scopeIcon:after{width:17px;height:3px;background:var(--red);left:23px;top:25px;box-shadow:0 8px var(--red)}
.studiesScope .scopeType6 .scopeIcon:before{width:38px;height:27px;border:3px solid var(--navy);border-radius:5px;left:11px;top:18px}
.studiesScope .scopeType6 .scopeIcon:after{width:18px;height:7px;border:3px solid var(--red);border-bottom:0;border-radius:8px 8px 0 0;left:21px;top:11px}
/* Focus: conversación, concepto, comunicación, marca, producto, co-creación */
.focusScope .scopeType1 .scopeIcon:before,.focusScope .scopeType2 .scopeIcon:before,.focusScope .scopeType3 .scopeIcon:before{width:35px;height:24px;border:3px solid var(--navy);border-radius:12px;left:11px;top:13px}
.focusScope .scopeType1 .scopeIcon:after,.focusScope .scopeType2 .scopeIcon:after,.focusScope .scopeType3 .scopeIcon:after{border-top:9px solid var(--red);border-right:9px solid transparent;left:19px;top:35px}
.focusScope .scopeType2 .scopeIcon i:before{width:17px;height:3px;background:var(--red);left:21px;top:24px}
.focusScope .scopeType3 .scopeIcon i:before{width:5px;height:5px;border-radius:50%;background:var(--red);left:20px;top:23px;box-shadow:9px 0 var(--red),18px 0 var(--red)}
.focusScope .scopeType4 .scopeIcon:before{width:36px;height:36px;border:3px solid var(--navy);border-radius:50%;left:12px;top:11px}
.focusScope .scopeType4 .scopeIcon:after{width:18px;height:8px;border-bottom:3px solid var(--red);border-radius:50%;left:21px;top:28px}
.focusScope .scopeType5 .scopeIcon:before{width:29px;height:38px;border:3px solid var(--navy);border-radius:6px;left:15px;top:10px}
.focusScope .scopeType5 .scopeIcon:after{width:13px;height:13px;background:var(--red);border-radius:50%;left:25px;top:22px}
.focusScope .scopeType6 .scopeIcon:before{width:34px;height:34px;border:3px dashed var(--navy);border-radius:50%;left:13px;top:12px}
.focusScope .scopeType6 .scopeIcon:after{width:18px;height:3px;background:var(--red);left:22px;top:28px;box-shadow:0 -8px var(--red),0 8px var(--red)}

/* Nosotros */
.whyCard .cardIcon{width:54px;height:54px;min-width:54px;margin-bottom:26px}
.whyCard .cardIcon.coverage{transform:none!important}
.outcomeGrid article>span{font-size:29px!important;line-height:1;color:var(--red)!important;letter-spacing:-.04em!important;font-weight:900!important}
.outcomeGrid .outcomeAccent>span{color:#fff!important}
.capabilityList{background:#fff;border:1px solid var(--line);color:var(--navy);box-shadow:0 16px 40px rgba(7,26,51,.07)}
.capabilityList span{background:#fff4f1;border:1px solid rgba(229,43,55,.35);color:var(--red);font-weight:800;border-radius:10px}

/* Mapa de oficina */
.officeMap{margin-top:24px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 45px rgba(0,0,0,.16);height:310px}
.officeMap iframe{width:100%;height:100%;border:0;display:block}

.thankYou{width:min(900px,calc(100% - 36px));margin:80px auto 110px;text-align:center;padding:80px 45px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,#fff,#f3f8fc);box-shadow:var(--premium-shadow)}
.thankYou .sectionEyebrow{justify-content:center}.thankYou h1{font-size:clamp(45px,6vw,74px)}.thankYou>p:not(.sectionEyebrow){font-size:18px;color:var(--muted);line-height:1.75;max-width:650px;margin:25px auto 35px}.thankYou .actions{justify-content:center}

@media(max-width:760px){
 .brand{width:178px;min-height:58px}.brand img{width:168px!important}
 .footerLogo{width:205px}.footerLogo img{width:195px}
 .formActions{grid-template-columns:1fr}
 .illustratedScope article>span:first-child{width:46px;height:46px;font-size:20px!important;right:18px;top:18px}
 .officeMap{height:260px}
}


/* V7.2 ajustes visuales */
.footerColumn .footerHeading{color:#fff!important;font-size:14px;letter-spacing:.02em}
.floatingWhatsapp{background:#fff!important;padding:9px 13px!important;border:1px solid rgba(37,211,102,.28);border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:174px!important}
.floatingWhatsapp img{display:block;width:151px;height:auto;max-width:none}
.whatsappFormButton{display:flex;align-items:center;justify-content:center;gap:7px;background:#fff!important;border:1px solid #25D366!important;color:#149b4a!important}
.whatsappFormButton img{width:103px;height:auto}.whatsappFormButton span{font-weight:800}
.serviceIllustrations article{min-height:275px}
.serviceIllustrations .scopeIcon{display:block}
/* Ilustraciones universales para aplicaciones */
.serviceIllustrations .scopeType1 .scopeIcon:before{width:34px;height:34px;border:3px solid var(--navy);border-radius:50%;left:12px;top:11px}.serviceIllustrations .scopeType1 .scopeIcon:after{width:15px;height:3px;background:var(--red);left:24px;top:27px;box-shadow:0 -8px var(--red),0 8px var(--red)}
.serviceIllustrations .scopeType2 .scopeIcon:before{width:35px;height:27px;border-left:3px solid var(--navy);border-bottom:3px solid var(--navy);left:12px;top:13px}.serviceIllustrations .scopeType2 .scopeIcon:after{width:29px;height:3px;background:var(--red);left:20px;top:27px;transform:rotate(-35deg)}
.serviceIllustrations .scopeType3 .scopeIcon:before{width:32px;height:38px;border:3px solid var(--navy);border-radius:6px;left:14px;top:9px}.serviceIllustrations .scopeType3 .scopeIcon:after{width:18px;height:3px;background:var(--red);left:22px;top:22px;box-shadow:0 8px var(--red)}
.serviceIllustrations .scopeType4 .scopeIcon:before{width:37px;height:24px;border:3px solid var(--navy);border-radius:12px;left:10px;top:13px}.serviceIllustrations .scopeType4 .scopeIcon:after{border-top:10px solid var(--red);border-right:10px solid transparent;left:18px;top:36px}
.serviceIllustrations .scopeType5 .scopeIcon:before{width:25px;height:34px;background:var(--navy);border-radius:50% 50% 50% 0;transform:rotate(-45deg);left:19px;top:10px}.serviceIllustrations .scopeType5 .scopeIcon:after{width:9px;height:9px;background:#fff;border-radius:50%;left:27px;top:18px}
.serviceIllustrations .scopeType6 .scopeIcon:before{width:38px;height:27px;border:3px solid var(--navy);border-radius:5px;left:11px;top:18px}.serviceIllustrations .scopeType6 .scopeIcon:after{width:18px;height:7px;border:3px solid var(--red);border-bottom:0;border-radius:8px 8px 0 0;left:21px;top:11px}
.regionalCard .cardIcon.coverage{width:54px!important;height:54px!important;min-width:54px!important;max-width:54px!important;overflow:hidden!important;margin:0 0 26px!important}
.digitalQuestionCard{padding:0!important}.digitalQuestionCard .cardExternalLink{display:block;padding:34px 30px;height:100%;color:inherit;text-decoration:none}.digitalQuestionCard:hover{border-color:#e52b37}.externalBadge{display:inline-flex;margin-top:17px;color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.coverageEcuadorHero{background:radial-gradient(circle at 85% 20%,rgba(229,43,55,.12),transparent 28%),linear-gradient(135deg,#f8fbff,#fff)}
.nationalProof{width:min(1180px,calc(100% - 40px));margin:-35px auto 90px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--premium-shadow);position:relative;z-index:2}.nationalProof article{padding:28px;text-align:center;border-right:1px solid var(--line)}.nationalProof article:last-child{border:0}.nationalProof strong{display:block;color:var(--red);font-size:28px}.nationalProof span{font-size:12px;color:var(--muted);font-weight:700}
.coverageNational,.nationalServices{width:min(1180px,calc(100% - 40px));margin:0 auto 110px}.ecuadorRegions{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:45px}.ecuadorRegions article{padding:34px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(7,26,51,.06)}.regionMark{display:inline-flex;background:#fff1ee;color:var(--red);border-radius:999px;padding:7px 11px;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.ecuadorRegions h3{font-size:23px;margin:20px 0 12px}.ecuadorRegions p{color:var(--muted);line-height:1.7}.cityTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.cityTags span{background:#f3f6fa;color:var(--navy);padding:7px 10px;border-radius:7px;font-size:11px;font-weight:800}.coverageSeo{width:min(1180px,calc(100% - 40px));margin:0 auto 100px;background:var(--navy);border-radius:24px;padding:55px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff}.coverageSeo>div{max-width:720px}.coverageSeo h2{color:#fff;font-size:38px}.coverageSeo p{color:#bcc8d7;line-height:1.75}.coverageSeo .primary.light{background:#fff;color:var(--navy);white-space:nowrap}.coverageLink{display:inline-flex;margin-top:25px}
@media(max-width:900px){.nationalProof{grid-template-columns:1fr 1fr}.nationalProof article:nth-child(2){border-right:0}.nationalProof article:nth-child(-n+2){border-bottom:1px solid var(--line)}.ecuadorRegions{grid-template-columns:1fr}.coverageSeo{flex-direction:column;align-items:flex-start}.floatingWhatsapp{min-width:auto!important;padding:8px!important}.floatingWhatsapp img{width:42px;object-fit:cover;object-position:left}}
@media(max-width:600px){.nationalProof{grid-template-columns:1fr;margin-top:20px}.nationalProof article{border-right:0!important;border-bottom:1px solid var(--line)!important}.nationalProof article:last-child{border-bottom:0!important}.coverageSeo{padding:38px 25px}.coverageSeo h2{font-size:30px}.digitalQuestionCard .cardExternalLink{padding:28px 24px}}

/* V7.3: deliverables, FAQs, opinion public and icon consistency */
.deliverableGrid article{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.deliverableGrid article:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(26,40,92,.09);border-color:rgba(238,50,37,.28)}
.deliverableIcon{width:58px;height:58px;border-radius:14px;background:#fff;border:1px solid #e5e8f2;margin-bottom:23px;position:relative;display:grid;place-items:center;overflow:hidden}
.deliverableIcon i{position:absolute;display:block;background:var(--navy)}
.deliverableIcon:after{content:"";position:absolute;background:var(--red)}
.deliverableIcon.report i:nth-child(1),.deliverableIcon.methodology i:nth-child(1){width:26px;height:33px;border:2px solid var(--navy);background:transparent;border-radius:3px}
.deliverableIcon.report i:nth-child(2),.deliverableIcon.methodology i:nth-child(2){width:14px;height:2px;top:24px;left:22px}.deliverableIcon.report i:nth-child(3),.deliverableIcon.methodology i:nth-child(3){width:14px;height:2px;top:31px;left:22px}.deliverableIcon.report:after{width:7px;height:7px;border-radius:50%;right:12px;top:12px}
.deliverableIcon.database i{width:30px;height:11px;border-radius:50%;border:2px solid var(--navy);background:#fff}.deliverableIcon.database i:nth-child(1){top:13px}.deliverableIcon.database i:nth-child(2){top:23px}.deliverableIcon.database i:nth-child(3){top:33px}.deliverableIcon.database:after{width:7px;height:7px;border-radius:50%;right:10px;bottom:10px}
.deliverableIcon.dashboard i:nth-child(1){width:31px;height:26px;border:2px solid var(--navy);background:transparent;border-radius:3px}.deliverableIcon.dashboard i:nth-child(2){width:4px;height:13px;left:19px;bottom:15px}.deliverableIcon.dashboard i:nth-child(3){width:4px;height:20px;right:19px;bottom:15px}.deliverableIcon.dashboard:after{width:4px;height:9px;left:27px;bottom:15px}
.deliverableIcon.presentation i:nth-child(1){width:34px;height:24px;border:2px solid var(--navy);background:transparent;border-radius:3px;top:12px}.deliverableIcon.presentation i:nth-child(2){width:2px;height:11px;bottom:10px}.deliverableIcon.presentation i:nth-child(3){width:18px;height:2px;bottom:10px}.deliverableIcon.presentation:after{width:8px;height:8px;border-radius:50%;right:9px;top:8px}
.deliverableIcon.recommendation i:nth-child(1){width:29px;height:29px;border:2px solid var(--navy);background:transparent;border-radius:50%}.deliverableIcon.recommendation i:nth-child(2){width:15px;height:2px;transform:rotate(-45deg)}.deliverableIcon.recommendation i:nth-child(3){width:8px;height:8px;border-radius:50%;right:13px;top:13px}.deliverableIcon.recommendation:after{width:7px;height:7px;border-radius:50%;left:11px;bottom:10px}
.deliverableIcon.methodology:after{width:9px;height:9px;border-radius:50%;right:10px;bottom:10px}
.serviceFaq{width:min(1400px,calc(100% - 64px));margin:0 auto;padding:0 0 110px}.faqGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faqGrid details{border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 24px}.faqGrid summary{cursor:pointer;list-style:none;color:var(--navy);font-weight:800;font-size:15px;padding:22px 34px 22px 0;position:relative}.faqGrid summary::-webkit-details-marker{display:none}.faqGrid summary:after{content:"+";position:absolute;right:0;top:17px;color:var(--red);font-size:25px}.faqGrid details[open] summary:after{content:"−"}.faqGrid details p{color:#68738d;font-size:13px;line-height:1.75;margin:0;padding:0 0 22px}.solutionGlyph.opinion i:nth-child(1){width:28px;height:20px;border:2px solid var(--navy);border-radius:12px;background:transparent}.solutionGlyph.opinion i:nth-child(2){width:6px;height:6px;border-radius:50%;background:var(--red);left:17px}.solutionGlyph.opinion i:nth-child(3){width:6px;height:6px;border-radius:50%;background:var(--navy);right:17px}.solutionGlyph.opinion:after{content:"";position:absolute;width:8px;height:8px;border-left:2px solid var(--navy);border-bottom:2px solid var(--navy);bottom:13px;left:23px;transform:rotate(-35deg)}
.regionalCard .cardIcon.coverage,.whyCard .cardIcon.coverage{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;min-height:58px!important;max-height:58px!important;margin:0 0 26px!important;transform:none!important;overflow:hidden!important}
@media(max-width:760px){.serviceFaq{width:min(100% - 36px,620px);padding-bottom:80px}.faqGrid{grid-template-columns:1fr}.deliverableIcon{margin-left:auto;margin-right:auto}.deliverableGrid article{text-align:center}}
