:root{
    --bone:#f3efe6;
    --bone-2:#faf8f3;
    --paper:#fffdfa;
    --paper-2:#f7f5ef;
    --ink:#102d34;
    --ink-2:#234b51;
    --muted:#667c7e;
    --cyan:#1da9b4;
    --aqua:#46c8c1;
    --mint:#73cc93;
    --green:#3ebd78;
    --orange:#f19b4b;
    --line:rgba(18,68,74,.12);
    --line-strong:rgba(18,126,133,.22);
    --shadow:0 24px 70px rgba(20,72,76,.09);
    --shadow-soft:0 16px 36px rgba(20,72,76,.055);
    --radius:28px;
    --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    --serif:"Iowan Old Style","Baskerville",Georgia,serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bone)}
body{
    margin:0;
    background:var(--bone);
    color:var(--ink);
    font-family:var(--sans);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
}
body::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:-1;
    opacity:.55;
    background-image:radial-gradient(rgba(13,96,101,.055) .55px,transparent .55px);
    background-size:14px 14px;
    mask-image:linear-gradient(to bottom,black,transparent 82%);
}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
img{max-width:100%;display:block}
::selection{background:rgba(50,185,183,.22);color:var(--ink)}

.e33-shell{width:min(1380px,calc(100% - 72px));margin:0 auto}
.e33-kicker{
    margin:0 0 17px;
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.19em;
    color:#0d9ca5;
}
.e33-section-head h2,.e33-cap-head h2,.e33-eco-copy h2,.e33-closing h2{
    margin:0;
    letter-spacing:-.045em;
    font-weight:510;
    line-height:.98;
}
em{font-style:normal;color:#129da4}

.e33-progress{position:fixed;z-index:300;left:0;right:0;top:0;height:2px;background:transparent;pointer-events:none}
.e33-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--cyan),var(--aqua),var(--mint));box-shadow:0 0 14px rgba(55,193,184,.65)}
.e33-cursor-glow{
    position:fixed;
    z-index:0;
    left:0;top:0;
    width:360px;height:360px;
    border-radius:50%;
    transform:translate3d(-50%,-50%,0);
    pointer-events:none;
    opacity:.16;
    background:radial-gradient(circle,rgba(68,202,194,.24),rgba(68,202,194,.08) 42%,transparent 70%);
    filter:blur(18px);
    transition:opacity .25s ease;
}

/* NAV */
.e33-header{
    position:fixed;
    top:0;left:0;right:0;
    z-index:200;
    height:82px;
    border-bottom:1px solid transparent;
    transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.e33-header.is-scrolled{
    background:rgba(248,245,238,.88);
    backdrop-filter:blur(20px) saturate(130%);
    border-color:rgba(16,67,73,.08);
    box-shadow:0 8px 35px rgba(28,72,75,.045);
}
.e33-nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:34px}
.e33-brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.e33-brand .e33-brand-isotipo{display:block;width:38px;height:38px;object-fit:contain;flex:0 0 auto}
.e33-brand .e33-brand-wordmark{display:block;width:136px;height:auto;flex:0 0 auto}
.e33-menu{display:flex;align-items:center;gap:27px;font-size:12px;font-weight:720;color:#385a5f}
.e33-menu>a:not(.e33-btn){position:relative;padding:11px 0}
.e33-menu>a:not(.e33-btn)::after{
    content:"";position:absolute;left:0;right:100%;bottom:6px;height:1px;background:#159ca3;transition:right .22s ease;
}
.e33-menu>a:not(.e33-btn):hover::after{right:0}
.e33-login{padding:10px 15px!important;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.33)}
.e33-menu-button{display:none;width:46px;height:42px;border:1px solid var(--line);background:rgba(255,255,255,.56);border-radius:14px;padding:11px;cursor:pointer}
.e33-menu-button span{display:block;height:1px;background:var(--ink);margin:4px 0;transition:.22s ease}

.e33-btn{
    position:relative;
    isolation:isolate;
    min-height:48px;
    padding:0 20px;
    border:1px solid rgba(13,156,165,.25);
    border-radius:13px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    overflow:hidden;
    color:#fff;
    background:linear-gradient(115deg,#119fb0 0%,#37bbb0 52%,#79d28d 100%);
    box-shadow:0 16px 32px rgba(32,157,157,.17),inset 0 1px rgba(255,255,255,.3);
    font-weight:780;
    font-size:12px;
    transition:transform .2s ease,box-shadow .2s ease;
}
.e33-btn::before{
    content:"";position:absolute;z-index:-1;inset:0;transform:translateX(-115%);
    background:linear-gradient(100deg,transparent,rgba(255,255,255,.34),transparent);
    transition:transform .7s ease;
}
.e33-btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(32,157,157,.23),inset 0 1px rgba(255,255,255,.36)}
.e33-btn:hover::before{transform:translateX(115%)}
.e33-btn-small{min-height:40px;padding:0 16px;border-radius:11px}
.e33-btn-large{min-height:58px;padding:0 28px;font-size:13px}
.e33-btn-ghost{color:#234f54;background:rgba(255,255,255,.52);border-color:rgba(16,84,90,.16);box-shadow:none}
.e33-btn-ghost i{font-style:normal;width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(18,158,166,.35);border-radius:50%;font-size:8px;color:#0f9ba4}
.e33-btn-ghost:hover{box-shadow:0 14px 28px rgba(28,90,93,.08)}

/* HERO */
.e33-hero{
    position:relative;
    min-height:860px;
    overflow:hidden;
    padding:142px 0 86px;
    background:
        radial-gradient(circle at 79% 28%,rgba(50,197,189,.16),transparent 21%),
        radial-gradient(circle at 89% 53%,rgba(109,204,146,.105),transparent 19%),
        linear-gradient(105deg,#f1ece2 0%,#f7f4ed 48%,#fbfaf7 72%,#eef6f1 100%);
}
.e33-hero::before{
    content:"";position:absolute;left:-13%;right:-10%;bottom:-112px;height:215px;
    background:radial-gradient(ellipse at center,rgba(30,177,186,.10),transparent 70%);
    transform:rotate(-5deg);
}
.e33-hero-grid{position:relative;z-index:3;min-height:630px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:16px}
.e33-hero-copy{padding-left:2px;max-width:590px}

.e33-hero h1{margin:0;font-size:clamp(68px,6.25vw,102px);line-height:.95;letter-spacing:-.058em;font-weight:530}
.e33-hero h1 em{background:linear-gradient(100deg,#1099a7,#42baad,#6bc98c);-webkit-background-clip:text;background-clip:text;color:transparent}
.e33-lead{max-width:585px;margin:27px 0 0;font-size:15px;line-height:1.72;color:#516e71}
.e33-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.e33-trust{margin-top:35px;padding-top:19px;border-top:1px solid rgba(18,72,77,.11);display:flex;align-items:center;gap:11px;flex-wrap:wrap;color:#6d8082;font-size:9px;letter-spacing:.04em}
.e33-trust strong{color:#172f34;font-size:13px;letter-spacing:-.02em}
.e33-trust i{width:3px;height:3px;border-radius:50%;background:#3cb9b3}
.e33-hero-stage{position:relative;height:650px;display:flex;align-items:center;justify-content:center;perspective:1200px;isolation:isolate}
.e33-hero-motion{position:relative;z-index:3;width:100%;height:100%;display:grid;place-items:center;overflow:visible;pointer-events:none;will-change:transform;animation:e33-hero-drift 8s ease-in-out infinite}.e33-hero-art{display:block;position:relative;z-index:3;width:min(112%,900px);height:auto;max-width:none;max-height:620px;object-fit:contain;object-position:center;opacity:1!important;visibility:visible!important;filter:none!important;mix-blend-mode:normal!important;mask:none!important;-webkit-mask:none!important;background:transparent!important;box-shadow:none!important;will-change:transform;transform:translate3d(0,0,0);transition:transform .42s cubic-bezier(.2,.8,.2,1)}
.e33-hero-halo{position:absolute;z-index:1;width:570px;height:570px;border:1px solid rgba(16,165,173,.17);border-radius:50%;box-shadow:inset 0 0 100px rgba(65,196,187,.05),0 0 80px rgba(65,196,187,.05)}
.e33-hero-halo::before,.e33-hero-halo::after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(19,168,176,.12)}
.e33-hero-halo::before{inset:42px;animation:e33-spin 32s linear infinite}
.e33-hero-halo::after{inset:91px;animation:e33-spin 44s linear infinite reverse}
.e33-hero-orbit{position:absolute;border:1px solid rgba(26,177,182,.12);border-radius:50%;pointer-events:none}
.e33-hero-orbit-a{right:-190px;top:62px;width:660px;height:660px}
.e33-hero-orbit-b{right:-50px;top:154px;width:430px;height:430px;border-style:dashed;animation:e33-spin 48s linear infinite}
.e33-hero-particles{position:absolute;z-index:2;inset:7% 4%}
.e33-hero-particles i{position:absolute;width:5px;height:5px;border-radius:50%;background:#41bbb8;box-shadow:0 0 16px rgba(37,185,186,.66);animation:e33-float 7s ease-in-out infinite}
.e33-hero-particles i:nth-child(1){left:12%;top:18%}.e33-hero-particles i:nth-child(2){left:72%;top:12%;animation-delay:-2s}.e33-hero-particles i:nth-child(3){left:86%;top:39%;animation-delay:-4s}.e33-hero-particles i:nth-child(4){left:23%;top:75%;animation-delay:-1s}.e33-hero-particles i:nth-child(5){left:61%;top:84%;animation-delay:-3.4s}.e33-hero-particles i:nth-child(6){left:6%;top:49%;animation-delay:-5.2s}.e33-hero-particles i:nth-child(7){left:47%;top:6%;animation-delay:-4.1s}.e33-hero-particles i:nth-child(8){left:93%;top:69%;animation-delay:-2.8s}
.e33-float-label{position:absolute;z-index:4;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid rgba(18,123,130,.13);box-shadow:0 12px 28px rgba(34,91,94,.07);backdrop-filter:blur(12px);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#28747a}
.e33-float-label-a{right:2%;top:19%;animation:e33-float 6s ease-in-out infinite}.e33-float-label-b{left:10%;bottom:16%;animation:e33-float 7.4s ease-in-out infinite reverse}
.e33-scroll-cue{position:absolute;z-index:5;left:50%;bottom:25px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:7px;font-size:8px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#668083}
.e33-scroll-cue span{display:block;width:1px;height:29px;background:linear-gradient(#1ea8b0,transparent);animation:e33-scroll 1.8s ease-in-out infinite}

/* CONNECT */
.e33-connect{position:relative;padding:108px 0 112px;background:linear-gradient(180deg,#fbfaf7 0%,#f7f4ec 54%,#eef6f2 100%);overflow:hidden}
.e33-connect::before{content:"";position:absolute;left:-6%;right:-6%;top:54%;height:95px;background:radial-gradient(ellipse at center,rgba(36,193,191,.10),transparent 70%);filter:blur(8px)}
.e33-section-head{text-align:left}.e33-section-head-center{text-align:center;max-width:830px;margin:0 auto}
.e33-section-head h2{font-size:clamp(48px,4.5vw,74px)}
.e33-section-head>p:last-child{max-width:650px;margin:20px auto 0;color:#647b7d;font-size:13px;line-height:1.65}
.e33-flow{position:relative;margin-top:78px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.e33-flow-line{position:absolute;z-index:0;left:8.5%;right:8.5%;top:48px;height:2px;background:rgba(25,169,175,.16);overflow:visible}
.e33-flow-line::before{content:"";position:absolute;left:0;right:0;top:-16px;height:34px;background:radial-gradient(ellipse at center,rgba(40,193,191,.11),transparent 68%)}
.e33-flow-line i{position:absolute;left:0;top:-3px;width:8px;height:8px;border-radius:50%;background:#26b8ba;box-shadow:0 0 0 9px rgba(40,190,189,.09),0 0 24px rgba(40,190,189,.75);transition:left .6s cubic-bezier(.22,.8,.2,1)}
.e33-flow-step{position:relative;z-index:2;text-align:center;padding:0 30px;transition:transform .35s ease,opacity .35s ease}
.e33-flow-node{width:96px;height:96px;margin:0 auto 24px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 36% 30%,#fff 0%,rgba(255,255,255,.91) 40%,rgba(212,245,239,.72) 100%);border:1px solid rgba(23,170,177,.22);box-shadow:0 16px 34px rgba(22,123,127,.08),inset 0 0 0 10px rgba(53,191,187,.035);color:#159da5;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.e33-flow-step.is-active .e33-flow-node{transform:translateY(-6px) scale(1.045);border-color:rgba(16,165,172,.46);box-shadow:0 22px 44px rgba(22,123,127,.14),0 0 0 9px rgba(48,188,183,.055),inset 0 0 0 10px rgba(53,191,187,.045)}
.e33-flow-step>b{font-size:10px;letter-spacing:.15em;color:#1599a1}.e33-flow-step h3{margin:9px 0 10px;font-size:22px;font-weight:570;letter-spacing:-.035em}.e33-flow-step p{max-width:220px;margin:0 auto;font-size:11px;line-height:1.65;color:#667b7d}
.e33-icon-layers{position:relative;width:41px;height:31px;border:2px solid currentColor;border-radius:7px;transform:skewY(-6deg)}
.e33-icon-layers::before,.e33-icon-layers::after{content:"";position:absolute;left:5px;right:5px;height:100%;border:2px solid currentColor;border-radius:7px;background:rgba(255,255,255,.55)}
.e33-icon-layers::before{top:-9px}.e33-icon-layers::after{top:7px;z-index:-1}
.e33-icon-bolt{font-size:43px;line-height:1;font-weight:300}
.e33-icon-eye{width:43px;height:28px;border:2px solid currentColor;border-radius:70% 15% 70% 15%;transform:rotate(45deg);position:relative}.e33-icon-eye::after{content:"";position:absolute;inset:7px;border:2px solid currentColor;border-radius:50%}
.e33-icon-chart{width:42px;height:37px;position:relative;border-left:2px solid currentColor;border-bottom:2px solid currentColor}.e33-icon-chart::after{content:"";position:absolute;left:7px;right:0;bottom:7px;height:22px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:skewY(-28deg)}

/* CAPABILITY EXPLORER */
.e33-capabilities{padding:112px 0 108px;background:linear-gradient(180deg,#f2eee5 0%,#faf8f3 42%,#f5f2ea 100%);overflow:hidden}
.e33-cap-head{display:grid;grid-template-columns:1.05fr .55fr;gap:80px;align-items:end}
.e33-cap-head h2{font-size:clamp(51px,4.75vw,78px)}
.e33-cap-head>p{margin:0 0 8px;color:#62797b;font-size:13px;line-height:1.7;max-width:500px}
.e33-explorer{position:relative;margin-top:56px;min-height:590px;border:1px solid rgba(18,95,101,.13);border-radius:34px;background:
    radial-gradient(circle at 77% 39%,rgba(49,194,189,.14),transparent 27%),
    radial-gradient(circle at 88% 63%,rgba(117,205,146,.10),transparent 22%),
    rgba(255,255,255,.62);
    box-shadow:0 28px 80px rgba(24,82,85,.075);display:grid;grid-template-columns:.67fr 1.33fr;overflow:hidden;outline:none
}
.e33-explorer::after{content:"";position:absolute;left:45%;top:-20%;width:1px;height:140%;background:linear-gradient(transparent,rgba(23,121,127,.09),transparent);transform:rotate(11deg)}
.e33-explorer-copy{position:relative;z-index:4;padding:70px 40px 56px 60px;display:flex;flex-direction:column;align-items:flex-start}
.e33-module-index{display:flex;align-items:center;gap:12px;color:#159aa2;font-family:var(--serif);font-size:17px}.e33-module-index i{display:block;width:46px;height:1px;background:rgba(19,124,131,.22)}.e33-module-index span:last-child{color:#9aa9a9}
.e33-module-eyebrow{margin:62px 0 11px;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#159aa2}
.e33-explorer h3{margin:0;font-size:clamp(52px,5vw,80px);line-height:.94;letter-spacing:-.055em;font-weight:530}
.e33-module-desc{max-width:450px;margin:23px 0 0;color:#607678;font-size:13px;line-height:1.7}
.e33-module-link{margin-top:27px;font-size:11px;font-weight:900;color:#0e9199;display:inline-flex;align-items:center;gap:8px}.e33-module-link span{font-size:15px;transition:transform .2s ease}.e33-module-link:hover span{transform:translate(3px,-3px)}
.e33-explorer-arrows{margin-top:auto;padding-top:38px;display:flex;gap:8px}.e33-explorer-arrows button{width:46px;height:46px;border-radius:50%;border:1px solid rgba(15,118,124,.18);background:rgba(255,255,255,.62);cursor:pointer;transition:.2s ease}.e33-explorer-arrows button:hover{transform:translateY(-2px);border-color:rgba(15,155,163,.40);background:#fff}
.e33-explorer-art{position:relative;z-index:2;display:grid;place-items:center;min-height:590px;overflow:hidden}
.e33-explorer-art img{position:relative;z-index:4;width:min(70%,560px);height:auto;max-height:470px;object-fit:contain;object-position:center;background:transparent!important;box-shadow:none!important;border:0!important;filter:drop-shadow(0 24px 30px rgba(20,112,113,.10));transition:opacity .24s ease,transform .48s cubic-bezier(.2,.8,.2,1);will-change:transform,opacity}.e33-explorer-art.is-wide img{width:min(94%,780px);max-height:440px}
.e33-explorer-art.is-changing img{opacity:0;transform:translateY(18px) scale(.96)}
.e33-module-glow{position:absolute;width:510px;height:510px;border-radius:50%;background:radial-gradient(circle,rgba(60,197,191,.16),rgba(105,206,151,.06) 48%,transparent 70%);filter:blur(6px)}
.e33-module-orbit{position:absolute;width:485px;height:485px;border:1px solid rgba(20,160,167,.15);border-radius:50%;animation:e33-spin 36s linear infinite}.e33-module-orbit::before{content:"";position:absolute;inset:46px;border:1px dashed rgba(21,151,159,.12);border-radius:50%}.e33-module-orbit::after{content:"";position:absolute;right:38px;top:90px;width:9px;height:9px;background:#2db8b6;border-radius:50%;box-shadow:0 0 0 10px rgba(45,184,182,.07),0 0 25px rgba(45,184,182,.48)}
.e33-module-wordmark{position:absolute;z-index:1;left:51%;top:50%;transform:translate(-50%,-50%);font-size:clamp(94px,12vw,180px);font-weight:800;letter-spacing:-.08em;color:rgba(13,110,116,.035);white-space:nowrap;user-select:none;transition:opacity .3s ease}
.e33-module-rail{margin-top:18px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:4px 2px 11px;scroll-snap-type:x proximity}.e33-module-rail::-webkit-scrollbar{display:none}
.e33-module-chip{flex:0 0 auto;min-height:42px;padding:0 14px 0 10px;border:1px solid rgba(20,86,91,.11);border-radius:999px;background:rgba(255,255,255,.58);font-size:10px;font-weight:780;color:#49676a;cursor:pointer;display:flex;align-items:center;gap:8px;scroll-snap-align:center;transition:.2s ease}
.e33-module-chip span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(36,171,174,.07);font-family:var(--serif);font-size:9px;color:#169ba3}.e33-module-chip:hover,.e33-module-chip.is-active{border-color:rgba(18,159,165,.34);background:#fff;color:#156d73;box-shadow:0 10px 24px rgba(25,94,97,.07)}.e33-module-chip.is-active span{background:linear-gradient(135deg,#1ba8b0,#67ca91);color:#fff}

/* ECOSYSTEM */
.e33-ecosystem{position:relative;padding:116px 0 114px;overflow:hidden;background:
    radial-gradient(circle at 65% 46%,rgba(54,196,191,.13),transparent 30%),
    linear-gradient(180deg,#eef6f2 0%,#f8f6f0 100%)}
.e33-eco-grid{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:25px}
.e33-eco-copy{position:relative;z-index:4}.e33-eco-copy h2{font-size:clamp(58px,5.2vw,84px)}.e33-eco-copy>p{max-width:550px;margin:24px 0 0;color:#5e7678;font-size:13px;line-height:1.7}
.e33-eco-points{margin-top:28px;display:grid;gap:8px;max-width:520px}.e33-eco-points span{display:grid;grid-template-columns:27px auto 1fr;align-items:center;column-gap:10px;padding:11px 0;border-top:1px solid rgba(17,80,85,.09)}.e33-eco-points i{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(23,165,170,.28);font-style:normal;color:#159ba3;font-size:10px}.e33-eco-points b{font-size:11px;color:#285b60}.e33-eco-points small{font-size:10px;color:#718486}
.e33-eco-stage{position:relative;min-height:610px;display:flex;align-items:center;justify-content:center;perspective:1200px}.e33-eco-stage img{position:relative;z-index:3;width:112%;height:auto;max-width:none;opacity:1!important;visibility:visible!important;filter:none!important;object-fit:contain;object-position:center;background:transparent!important;box-shadow:none!important;will-change:transform;transition:transform .42s cubic-bezier(.2,.8,.2,1)}.e33-eco-ring{position:absolute;z-index:1;border-radius:50%;border:1px solid rgba(23,162,168,.14)}.e33-ring-a{width:600px;height:600px;animation:e33-spin 42s linear infinite}.e33-ring-b{width:440px;height:440px;border-style:dashed;animation:e33-spin 31s linear infinite reverse}.e33-eco-pulse{position:absolute;z-index:4;width:9px;height:9px;border-radius:50%;background:#30b8b6;box-shadow:0 0 0 10px rgba(48,184,182,.08),0 0 22px rgba(48,184,182,.62);animation:e33-pulse 2.5s ease-in-out infinite}.e33-pulse-a{left:23%;top:38%}.e33-pulse-b{right:16%;top:31%;animation-delay:-.8s}.e33-pulse-c{right:34%;bottom:20%;animation-delay:-1.6s}

/* RESULTS */
.e33-results{position:relative;padding:116px 0 126px;overflow:hidden;background:
    radial-gradient(circle at 50% 22%,rgba(40,185,181,.10),transparent 27%),
    linear-gradient(180deg,#f8f6f0 0%,#f1ede4 100%)}
.e33-results::before{content:"";position:absolute;left:-12%;right:-12%;top:38%;height:1px;background:linear-gradient(90deg,transparent,rgba(26,163,168,.12),transparent);transform:rotate(-2deg)}
.e33-results-intro{max-width:690px!important;margin:18px auto 0!important;color:#6a7d7f!important;font-size:12px!important;line-height:1.7!important}
.e33-results-experience{--result-progress:0;position:relative;margin-top:58px;border:1px solid rgba(18,95,100,.12);border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(250,249,246,.54));box-shadow:0 30px 80px rgba(29,77,80,.065);overflow:hidden;isolation:isolate}
.e33-results-experience::before{content:"";position:absolute;z-index:-1;inset:-18% 45% 42% -8%;background:radial-gradient(circle,rgba(46,188,184,.12),transparent 63%);filter:blur(10px);pointer-events:none}
.e33-results-experience::after{content:"";position:absolute;z-index:-1;right:-9%;bottom:-36%;width:430px;height:430px;border:1px solid rgba(28,164,168,.10);border-radius:50%;box-shadow:0 0 0 52px rgba(28,164,168,.025),0 0 0 104px rgba(28,164,168,.018);pointer-events:none}
.e33-results-path{position:absolute;z-index:5;left:5.8%;right:5.8%;top:58px;height:12px;pointer-events:none}
.e33-results-path-base,.e33-results-path-fill{position:absolute;left:0;top:5px;height:1px;border-radius:99px}.e33-results-path-base{right:0;background:linear-gradient(90deg,rgba(22,151,157,.10),rgba(22,151,157,.22),rgba(22,151,157,.10))}.e33-results-path-fill{width:calc(var(--result-progress) * 100%);background:linear-gradient(90deg,#189fa7,#43bdb3 58%,#73ca90);box-shadow:0 0 18px rgba(39,175,175,.28);transition:width .7s cubic-bezier(.2,.75,.2,1)}
.e33-results-runner{position:absolute;left:calc(var(--result-progress) * 100%);top:0;width:11px;height:11px;border-radius:50%;background:#24b2b2;box-shadow:0 0 0 8px rgba(36,178,178,.08),0 0 24px rgba(36,178,178,.55);transform:translateX(-50%);transition:left .7s cubic-bezier(.2,.75,.2,1)}
.e33-result-stations{display:grid;grid-template-columns:repeat(4,1fr);min-height:485px}
.e33-result-station{position:relative;padding:94px 31px 34px;display:flex;flex-direction:column;min-width:0;transition:background .45s ease,opacity .45s ease,transform .45s ease}
.e33-result-station:not(:last-child)::after{content:"";position:absolute;right:0;top:102px;bottom:38px;width:1px;background:linear-gradient(180deg,transparent,rgba(18,100,105,.10) 18%,rgba(18,100,105,.10) 82%,transparent)}
.e33-result-station::before{content:"";position:absolute;left:50%;top:54px;width:8px;height:8px;border-radius:50%;background:#f7f5ef;border:1.5px solid rgba(23,157,164,.36);transform:translate(-50%,-50%);transition:.4s ease;z-index:7}
.e33-result-station.is-active{background:linear-gradient(180deg,rgba(51,190,186,.055),transparent 52%)}
.e33-result-station.is-active::before,.e33-result-station.is-complete::before{background:#28b4b4;border-color:#28b4b4;box-shadow:0 0 0 7px rgba(40,180,180,.08),0 0 20px rgba(40,180,180,.35)}
.e33-result-meta{display:flex;align-items:center;gap:9px;margin-bottom:20px;font-family:var(--serif);font-weight:800;color:#169ba3;letter-spacing:.08em}.e33-result-meta span{font-size:11px}.e33-result-meta small{font-size:7px;letter-spacing:.17em;color:#8a9999}
.e33-result-icon{width:54px;height:54px;margin-bottom:26px;color:#149da5;transition:transform .42s cubic-bezier(.2,.8,.2,1),filter .42s ease}.e33-result-station.is-active .e33-result-icon{transform:translateY(-3px) scale(1.06);filter:drop-shadow(0 8px 12px rgba(25,166,168,.13))}
.e33-result-station h3{margin:0;font-size:clamp(24px,2vw,31px);font-weight:570;letter-spacing:-.045em}.e33-result-station p{margin:13px 0 0;min-height:78px;color:#617779;font-size:11px;line-height:1.68}
.e33-result-eye{position:relative;width:52px;height:31px;margin-top:8px;border:2px solid currentColor;border-radius:65% 18% 65% 18%;transform:rotate(45deg)}.e33-result-eye::after{content:"";position:absolute;inset:8px;border:2px solid currentColor;border-radius:50%}
.e33-result-station.is-active .e33-result-eye{transform:rotate(45deg) scale(1.06)}
.e33-result-people{position:relative;display:flex;gap:5px;align-items:center}.e33-result-people i{width:14px;height:14px;border:2px solid currentColor;border-radius:50%;position:relative}.e33-result-people i::after{content:"";position:absolute;width:18px;height:11px;left:-4px;top:15px;border:2px solid currentColor;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom:0}.e33-result-people i:nth-child(2){transform:translateY(-6px)}
.e33-result-shield{display:grid;place-items:center;width:47px;height:54px;border:2px solid currentColor;border-radius:17px 17px 23px 23px;font-size:19px}.e33-result-bolt{font-size:56px;font-weight:250;line-height:.9;color:#e9933e}
.e33-result-visual{position:relative;height:112px;margin-top:auto;overflow:hidden}
/* Claridad: ruido disperso se ordena en una lectura */
.e33-clarity-visual .e33-noise-line{position:absolute;left:5%;width:56%;height:1px;background:rgba(28,153,159,.15);transform-origin:left;transition:opacity .5s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.e33-clarity-visual .n1{top:24px;transform:rotate(8deg) translateX(9px)}.e33-clarity-visual .n2{top:42px;transform:rotate(-6deg) translateX(-3px)}.e33-clarity-visual .n3{top:60px;transform:rotate(4deg) translateX(15px)}.e33-clarity-visual .n4{top:77px;transform:rotate(-9deg) translateX(5px)}
.e33-clarity-visual i{position:absolute;bottom:11px;width:12%;border-radius:5px 5px 0 0;background:linear-gradient(#68cb8e,rgba(26,174,174,.10));transform:scaleY(.18);transform-origin:bottom;opacity:.25;transition:transform .65s cubic-bezier(.2,.8,.2,1),opacity .45s ease}.e33-clarity-visual i:nth-of-type(1){left:7%;height:22%}.e33-clarity-visual i:nth-of-type(2){left:24%;height:34%}.e33-clarity-visual i:nth-of-type(3){left:41%;height:30%}.e33-clarity-visual i:nth-of-type(4){left:58%;height:57%}.e33-clarity-visual i:nth-of-type(5){left:75%;height:78%}.e33-clarity-axis{position:absolute;left:6%;right:5%;bottom:10px;height:1px;background:linear-gradient(90deg,#21a4ad,#70c991);transform:scaleX(.18) rotate(-9deg);transform-origin:left;opacity:.25;transition:.7s ease}
.e33-result-station.is-active .e33-clarity-visual .e33-noise-line,.e33-result-station.is-complete .e33-clarity-visual .e33-noise-line{opacity:0;transform:rotate(0) translateX(35px)}.e33-result-station.is-active .e33-clarity-visual i,.e33-result-station.is-complete .e33-clarity-visual i{transform:scaleY(1);opacity:1}.e33-result-station.is-active .e33-clarity-axis,.e33-result-station.is-complete .e33-clarity-axis{transform:scaleX(1) rotate(-9deg);opacity:1}
/* Coordinación: nodos separados encuentran un mismo centro */
.e33-coordination-visual i{position:absolute;width:10px;height:10px;border-radius:50%;background:#28b2b4;box-shadow:0 0 0 7px rgba(40,178,180,.06);transition:.7s cubic-bezier(.2,.8,.2,1)}.e33-coordination-visual .p1{left:7%;top:58%}.e33-coordination-visual .p2{left:40%;top:14%;background:#70c98f}.e33-coordination-visual .p3{right:8%;top:61%}.e33-coordination-visual .p4{left:49%;top:56%;opacity:0;transform:scale(.4)}.e33-connect-line{position:absolute;left:50%;top:58%;height:1px;width:39%;background:linear-gradient(90deg,rgba(29,169,172,.08),rgba(29,169,172,.6));transform-origin:left;opacity:.15;transition:.7s ease}.e33-connect-line.l1{transform:rotate(165deg) scaleX(.25)}.e33-connect-line.l2{transform:rotate(236deg) scaleX(.25);width:36%}.e33-connect-line.l3{transform:rotate(14deg) scaleX(.25)}
.e33-result-station.is-active .e33-coordination-visual .p4,.e33-result-station.is-complete .e33-coordination-visual .p4{opacity:1;transform:scale(1);box-shadow:0 0 0 10px rgba(40,178,180,.08),0 0 25px rgba(40,178,180,.35)}.e33-result-station.is-active .e33-connect-line,.e33-result-station.is-complete .e33-connect-line{opacity:1}.e33-result-station.is-active .e33-connect-line.l1,.e33-result-station.is-complete .e33-connect-line.l1{transform:rotate(165deg) scaleX(1)}.e33-result-station.is-active .e33-connect-line.l2,.e33-result-station.is-complete .e33-connect-line.l2{transform:rotate(236deg) scaleX(1)}.e33-result-station.is-active .e33-connect-line.l3,.e33-result-station.is-complete .e33-connect-line.l3{transform:rotate(14deg) scaleX(1)}
/* Trazabilidad: el hilo deja evidencia de cada paso */
.e33-trace-base,.e33-trace-fill{position:absolute;left:7%;right:7%;top:56%;height:1px}.e33-trace-base{background:rgba(24,159,165,.18)}.e33-trace-fill{right:auto;width:0;background:linear-gradient(90deg,#22a6ad,#69ca91);box-shadow:0 0 16px rgba(35,170,172,.18);transition:width .8s cubic-bezier(.2,.8,.2,1)}.e33-trace-visual i{position:absolute;top:calc(56% - 6px);width:13px;height:13px;border-radius:50%;background:#f9f7f1;border:2px solid #27aaa9;opacity:.35;transform:scale(.75);transition:.45s ease}.e33-trace-visual .t1{left:7%}.e33-trace-visual .t2{left:35%;border-color:#e69a4f}.e33-trace-visual .t3{left:63%;border-color:#73c98e}.e33-trace-visual .t4{right:7%}.e33-result-station.is-active .e33-trace-fill,.e33-result-station.is-complete .e33-trace-fill{width:86%}.e33-result-station.is-active .e33-trace-visual i,.e33-result-station.is-complete .e33-trace-visual i{opacity:1;transform:scale(1);box-shadow:0 0 0 6px rgba(39,170,169,.04)}
/* Decisión: múltiples señales convergen y salen como acción */
.e33-decision-visual i{position:absolute;left:7%;width:9px;height:9px;border-radius:50%;background:#2baeb2;transition:.65s cubic-bezier(.2,.8,.2,1)}.e33-decision-visual .d1{top:17%}.e33-decision-visual .d2{top:48%;background:#e69a4f}.e33-decision-visual .d3{top:78%;background:#70ca8f}.e33-decision-core{position:absolute;left:49%;top:48%;width:15px;height:15px;border-radius:50%;background:#2bb3b4;box-shadow:0 0 0 0 rgba(43,179,180,.08);transform:translate(-50%,-50%) scale(.65);transition:.65s ease}.e33-decision-arrow{position:absolute;right:11%;top:31%;font-family:var(--serif);font-size:45px;line-height:1;color:#1aa2aa;opacity:.15;transform:translateX(-15px);transition:.65s cubic-bezier(.2,.8,.2,1)}
.e33-result-station.is-active .e33-decision-visual .d1,.e33-result-station.is-complete .e33-decision-visual .d1{left:44%;top:42%}.e33-result-station.is-active .e33-decision-visual .d2,.e33-result-station.is-complete .e33-decision-visual .d2{left:44%;top:48%}.e33-result-station.is-active .e33-decision-visual .d3,.e33-result-station.is-complete .e33-decision-visual .d3{left:44%;top:54%}.e33-result-station.is-active .e33-decision-core,.e33-result-station.is-complete .e33-decision-core{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 12px rgba(43,179,180,.08),0 0 28px rgba(43,179,180,.35)}.e33-result-station.is-active .e33-decision-arrow,.e33-result-station.is-complete .e33-decision-arrow{opacity:1;transform:translateX(0)}
.e33-results-conclusion{min-height:84px;padding:20px 34px 22px;border-top:1px solid rgba(18,91,96,.09);display:flex;align-items:center;justify-content:center;gap:13px;background:rgba(246,244,238,.6)}.e33-results-conclusion span{width:8px;height:8px;border-radius:50%;background:#28b2b3;box-shadow:0 0 0 7px rgba(40,178,179,.07)}.e33-results-conclusion p{margin:0;font-family:var(--serif);font-size:15px;font-weight:650;letter-spacing:-.015em;color:#315c60;text-align:center}

/* CLOSING */
.e33-closing{position:relative;overflow:hidden;padding:89px 0 86px;background:linear-gradient(100deg,#f3eee4 0%,#fbfaf7 58%,#eef7f2 100%);border-top:1px solid rgba(16,82,87,.09)}
.e33-closing-lines{position:absolute;right:-3%;bottom:-120px;width:62%;height:260px;border-top:1px solid rgba(26,180,183,.20);border-radius:50%;transform:rotate(-8deg)}.e33-closing-lines::before,.e33-closing-lines::after{content:"";position:absolute;inset:20px -10px auto;border-top:1px dashed rgba(26,180,183,.14);border-radius:50%;height:200px}.e33-closing-lines::after{inset:45px -40px auto}
.e33-closing-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:55px}.e33-closing h2{display:flex;align-items:baseline;gap:13px;flex-wrap:wrap;font-size:clamp(54px,5.2vw,84px)}.e33-closing h2 img{width:230px;transform:translateY(6px)}.e33-closing-grid>div:first-child>p:last-child{max-width:585px;color:#607678;font-size:13px;line-height:1.68}.e33-closing-actions{display:flex;flex-direction:column;align-items:flex-start;gap:19px}.e33-specialist{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:850;color:#11929a}.e33-specialist i{width:20px;height:17px;border:1.5px solid currentColor;border-radius:7px;position:relative}.e33-specialist i::after{content:"";position:absolute;left:2px;bottom:-5px;border-top:5px solid currentColor;border-right:5px solid transparent}

/* FOOTER */
.e33-footer{padding:58px 0 22px;background:#eee9df;border-top:1px solid rgba(14,74,79,.08)}
.e33-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,.55fr);gap:45px}.e33-footer-brand img{width:155px}.e33-footer-brand p{max-width:315px;margin:18px 0;color:#718183;font-size:10px;line-height:1.6}.e33-footer-brand span{font-size:9px;color:#738486}.e33-footer-brand a{font-weight:900;color:#172f34}.e33-footer-grid>div:not(.e33-footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:9px;color:#687b7d}.e33-footer-grid b{margin-bottom:6px;color:#2a5156;font-size:10px}.e33-footer-grid a:hover{color:#109ba3}.e33-footer-bottom{margin-top:42px;padding-top:18px;border-top:1px solid rgba(16,77,82,.09);display:flex;justify-content:space-between;font-size:8px;color:#829091}

/* REVEALS */
.e33-reveal{opacity:0;transform:translateY(24px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
.e33-reveal[data-delay="1"]{transition-delay:.12s}.e33-reveal[data-delay="2"]{transition-delay:.2s}.e33-reveal[data-delay="3"]{transition-delay:.28s}
.e33-reveal.is-visible{opacity:1;transform:none}

@keyframes e33-spin{to{transform:rotate(360deg)}}
@keyframes e33-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes e33-scroll{0%,100%{transform:scaleY(.45);transform-origin:top;opacity:.35}50%{transform:scaleY(1);opacity:1}}
@keyframes e33-pulse{0%,100%{transform:scale(.82);opacity:.55}50%{transform:scale(1.25);opacity:1}}
@keyframes e33-bars{from{transform:scaleY(.1);opacity:.2}to{transform:scaleY(1);opacity:1}}


.e33-closing-grid{position:relative;z-index:2}
@keyframes e33-hero-drift{0%,100%{transform:translate3d(0,-3px,0)}50%{transform:translate3d(0,9px,0)}}

@media (max-width:1180px){
    .e33-shell{width:min(100% - 46px,1180px)}
    .e33-menu{gap:17px}.e33-menu>a:not(.e33-btn){font-size:11px}
    .e33-hero{min-height:790px;padding-top:120px}.e33-hero-grid{grid-template-columns:.9fr 1.1fr;min-height:600px}.e33-hero-stage{height:590px}.e33-hero-art{width:min(108%,800px)}.e33-hero-halo{width:500px;height:500px}
    .e33-flow-step{padding:0 18px}
    .e33-cap-head{gap:40px}.e33-explorer-copy{padding:58px 28px 46px 42px}.e33-explorer-art img{width:min(72%,470px)}
    .e33-eco-grid{grid-template-columns:.88fr 1.12fr}.e33-eco-stage{min-height:540px}
}

@media (max-width:880px){
    .e33-shell{width:min(100% - 34px,760px)}
    .e33-header{height:72px}.e33-nav{height:72px}.e33-brand .e33-brand-isotipo{width:32px;height:32px}.e33-brand .e33-brand-wordmark{width:123px}.e33-menu-button{display:block;position:relative;z-index:203}
    .e33-menu{position:fixed;z-index:202;inset:0;display:flex;flex-direction:column;justify-content:center;gap:12px;padding:92px 30px 40px;background:rgba(247,244,237,.97);backdrop-filter:blur(24px);opacity:0;pointer-events:none;transform:translateY(-12px);transition:.25s ease}.e33-menu.open{opacity:1;pointer-events:auto;transform:none}.e33-menu>a:not(.e33-btn){font-size:20px;padding:10px}.e33-menu .e33-btn{margin-top:12px;min-height:50px}
    .e33-hero{padding:110px 0 52px;min-height:auto}.e33-hero-grid{grid-template-columns:1fr;gap:12px}.e33-hero-copy{max-width:none}.e33-hero h1{font-size:clamp(58px,12vw,86px)}.e33-lead{font-size:14px}.e33-hero-stage{height:550px;margin-top:8px}.e33-hero-art{width:min(100%,720px);max-height:530px}.e33-hero-halo{width:470px;height:470px}.e33-scroll-cue{display:none}
    .e33-connect{padding:86px 0}.e33-section-head h2{font-size:clamp(45px,8vw,65px)}.e33-flow{grid-template-columns:1fr 1fr;gap:44px 10px;margin-top:60px}.e33-flow-line{display:none}.e33-flow-step{padding:0 14px}
    .e33-capabilities{padding:88px 0}.e33-cap-head{grid-template-columns:1fr;gap:18px}.e33-cap-head h2{font-size:clamp(48px,9vw,70px)}.e33-cap-head>p{max-width:620px}.e33-explorer{grid-template-columns:1fr;min-height:auto}.e33-explorer::after{display:none}.e33-explorer-copy{padding:38px 34px 18px}.e33-module-eyebrow{margin-top:35px}.e33-explorer h3{font-size:clamp(52px,11vw,74px)}.e33-explorer-arrows{position:absolute;right:28px;top:27px;padding:0}.e33-explorer-art{min-height:430px}.e33-explorer-art img{width:min(65%,430px);max-height:350px}.e33-module-orbit{width:390px;height:390px}.e33-module-glow{width:430px;height:430px}
    .e33-ecosystem{padding:88px 0}.e33-eco-grid{grid-template-columns:1fr}.e33-eco-copy h2{font-size:clamp(52px,9vw,74px)}.e33-eco-stage{min-height:500px;margin-top:10px}.e33-eco-stage img{width:100%}.e33-ring-a{width:500px;height:500px}.e33-ring-b{width:370px;height:370px}
    .e33-results{padding:88px 0}.e33-result-stations{grid-template-columns:1fr 1fr}.e33-result-station:nth-child(2)::after{display:none}.e33-result-station{min-height:410px}.e33-results-path{display:none}.e33-closing-grid{grid-template-columns:1fr;gap:35px}.e33-footer-grid{grid-template-columns:1.2fr repeat(3,.7fr);gap:25px}
}

@media (max-width:580px){
    .e33-shell{width:min(100% - 26px,520px)}
    .e33-cursor-glow{display:none}
    .e33-hero{padding-top:98px}.e33-kicker{font-size:9px;letter-spacing:.16em}.e33-hero h1{font-size:clamp(49px,15vw,70px)}.e33-lead{font-size:13px;line-height:1.65}.e33-hero-actions{align-items:stretch}.e33-hero-actions .e33-btn{flex:1 1 100%}.e33-trust{gap:8px}.e33-hero-stage{height:390px}.e33-hero-art{width:min(105%,520px);max-width:none;max-height:370px}.e33-hero-halo{width:330px;height:330px}.e33-float-label{font-size:7px;padding:7px 9px}.e33-float-label-a{right:-3%;top:14%}.e33-float-label-b{left:2%;bottom:12%}
    .e33-connect{padding:72px 0}.e33-section-head h2{font-size:43px}.e33-section-head>p:last-child{font-size:12px}.e33-flow{grid-template-columns:1fr;gap:42px}.e33-flow-step{display:grid;grid-template-columns:82px 1fr;text-align:left;column-gap:17px;padding:0}.e33-flow-node{grid-row:1/5;width:78px;height:78px;margin:0}.e33-flow-step>b{align-self:end}.e33-flow-step h3{margin:4px 0}.e33-flow-step p{max-width:none;margin:0;font-size:10.5px}
    .e33-capabilities{padding:72px 0}.e33-cap-head h2{font-size:43px}.e33-cap-head>p{font-size:12px}.e33-explorer{margin-top:38px;border-radius:24px}.e33-explorer-copy{padding:31px 23px 12px}.e33-module-index{font-size:14px}.e33-module-eyebrow{margin-top:30px;font-size:8px}.e33-explorer h3{font-size:47px}.e33-module-desc{font-size:11.5px}.e33-explorer-arrows{right:18px;top:18px}.e33-explorer-arrows button{width:38px;height:38px}.e33-explorer-art{min-height:335px}.e33-explorer-art img{width:min(74%,325px);max-height:275px}.e33-module-orbit{width:300px;height:300px}.e33-module-glow{width:330px;height:330px}.e33-module-wordmark{font-size:86px}.e33-module-chip{font-size:9px}
    .e33-ecosystem{padding:74px 0}.e33-eco-copy h2{font-size:45px}.e33-eco-copy>p{font-size:11.5px}.e33-eco-points span{grid-template-columns:25px 1fr}.e33-eco-points small{grid-column:2}.e33-eco-stage{min-height:350px}.e33-eco-stage img{width:115%}.e33-ring-a{width:330px;height:330px}.e33-ring-b{width:240px;height:240px}
    .e33-results{padding:72px 0}.e33-results-intro{font-size:11px!important}.e33-results-experience{margin-top:36px;border-radius:25px}.e33-result-stations{grid-template-columns:1fr}.e33-result-station{min-height:360px;padding:36px 25px 26px}.e33-result-station::after{display:none!important}.e33-result-station:not(:last-child){border-bottom:1px solid rgba(18,100,105,.09)}.e33-result-station::before{display:none}.e33-result-station p{min-height:0;max-width:390px}.e33-result-visual{margin-top:28px}.e33-results-conclusion{padding:22px 24px}.e33-results-conclusion p{font-size:13px}.e33-closing{padding:70px 0}.e33-closing h2{font-size:47px;display:block}.e33-closing h2 img{width:175px;margin-top:8px}.e33-closing-grid>div:first-child>p:last-child{font-size:11.5px}.e33-closing-actions .e33-btn{width:100%}
    .e33-footer-grid{grid-template-columns:1fr 1fr;gap:30px 24px}.e33-footer-brand{grid-column:1/-1}.e33-footer-bottom{gap:20px}
}

@media (prefers-reduced-motion:reduce){
    .e33-hero-motion{animation:none!important}
    html{scroll-behavior:auto}
    *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
    .e33-cursor-glow{display:none}
    .e33-reveal{opacity:1;transform:none}
}
