:root {
    --navy: #17304e;
    --navy-soft: #526272;
    --cyan: #43ccd6;
    --cyan-light: #77e5ec;
    --lime: #b9d30e;
    --white: #ffffff;
    --muted: #526272;
    --glass: rgba(255, 255, 255, .58);
    --glass-light: rgba(255, 255, 255, .34);
    --line: rgba(255, 255, 255, .88);
    --shadow: 0 24px 70px rgba(48, 88, 106, .13);
    --font-display: "Outfit", Arial, sans-serif;
    --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--navy);
    background: #f3f3f3;
    font-family: var(--font-body);
    line-height: 1.55;
}

body::before {
    position: fixed;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .25), rgba(243, 243, 243, .84)),
        url("generated/tecnocible-hero-world-light.png") center / cover no-repeat;
    content: "";
}

body::after {
    position: fixed;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 18% 36%, rgba(67, 204, 214, .1), transparent 28%),
        linear-gradient(180deg, transparent 0 31%, rgba(255, 255, 255, .26) 49%, rgba(243, 243, 243, .82) 100%);
    pointer-events: none;
    content: "";
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
section { scroll-margin-top: 86px; }

.shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.nav {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .28);
    box-shadow: 0 8px 28px rgba(42, 83, 100, .045);
    backdrop-filter: blur(12px) saturate(130%);
}

.nav-inner {
    display: grid;
    grid-template-columns: 230px 1fr 230px;
    align-items: center;
    gap: 24px;
}

.nav-original {
    position: absolute;
    padding: 0;
    border-top: 4px solid #26343a;
    border-bottom: 1px solid rgba(26, 44, 52, .08);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 18px rgba(32, 55, 64, .06);
    backdrop-filter: none;
}

.nav-original .nav-inner {
    display: flex;
    justify-content: center;
    min-height: 76px;
}

.nav-original-logo {
    position: absolute;
    left: 5vw;
    width: 205px;
}

.nav-original-logo img { width: 100%; height: auto; }

.nav-original .nav-links {
    gap: clamp(30px, 5.2vw, 82px);
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.original-nav-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6c7275;
    cursor: pointer;
    letter-spacing: inherit;
    transition: color .2s ease;
}

.original-nav-item:first-child,
.original-nav-item:nth-child(3) { color: #b5b8b9; }
.original-nav-item:hover,
.original-nav-item:focus-visible { color: var(--navy); }
.original-nav-item:focus-visible { outline: 2px solid var(--cyan); outline-offset: 6px; }
.original-nav-item svg { width: 13px; height: 13px; stroke-width: 3; }

.logo { width: 200px; }
.logo img { width: 100%; height: auto; }

.nav-links {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 3vw, 42px);
    font-size: .91rem;
    font-weight: 600;
}

.nav-links a {
    position: relative;
    padding: 9px 0;
    color: var(--navy);
    text-shadow: 0 1px 12px rgba(255, 255, 255, .8);
}

.nav-links a::after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 2px;
    background: var(--lime);
    box-shadow: 0 3px 10px rgba(185, 211, 14, .32);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
    content: "";
}

.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }

.nav-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 999px;
    background: linear-gradient(100deg, #16b9cc 0%, #43ccd6 52%, #b9d30e 100%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .58), 0 8px 22px rgba(67, 204, 214, .28), 0 0 18px rgba(185, 211, 14, .15);
    color: white;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}

.nav-cta { justify-self: end; padding: 0 20px; }
.button { min-width: 220px; padding: 0 28px; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: inset 0 1px 1px rgba(255, 255, 255, .72), 0 12px 28px rgba(67, 204, 214, .36), 0 0 22px rgba(185, 211, 14, .22); }

.menu-button {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, .76);
    color: var(--navy);
    box-shadow: 0 8px 22px rgba(41, 75, 91, .12);
    cursor: pointer;
}

.hero {
    position: relative;
    min-height: 920px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .48) 44%, rgba(255, 255, 255, .04) 72%),
        linear-gradient(180deg, rgba(255, 255, 255, .04) 67%, rgba(243, 243, 243, .8) 100%),
        url("generated/tecnocible-hero-world-light.png") center / cover no-repeat;
}

.hero::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, transparent, rgba(243, 243, 243, .92));
    pointer-events: none;
    content: "";
}

.hero-content {
    position: relative;
    z-index: 5;
    display: flex;
    min-height: 800px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 90px;
}

.kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--navy-soft);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .38em;
    text-transform: uppercase;
}

.kicker::after {
    width: 42px;
    height: 1px;
    background: var(--cyan-light);
    box-shadow: 0 0 10px var(--cyan);
    content: "";
}

h1, h2, h3, p { margin-top: 0; }

h1 {
    max-width: 720px;
    margin-bottom: 14px;
    font-family: var(--font-display);
    font-size: clamp(4.1rem, 7.4vw, 7.2rem);
    font-style: italic;
    font-weight: 900;
    line-height: .82;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 8px 24px rgba(39, 78, 96, .11), 0 1px 0 rgba(255, 255, 255, .9);
}

h1 span { display: block; }
h1 .accent {
    margin-top: .12em;
    background: linear-gradient(90deg, #009fb8 0 46%, #00b8c7 62%, #8eae00 94%);
    background-clip: text;
    color: transparent;
    filter: saturate(1.22) contrast(1.08);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 8px 22px rgba(23, 48, 78, .08);
}

.hero-subtitle {
    margin-bottom: 20px;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.85rem);
    font-weight: 600;
}

.hero-subtitle strong { color: var(--cyan); }

.benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
    font-size: .82rem;
    font-weight: 600;
}

.benefits li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.benefits svg { width: 19px; color: #12b4c4; filter: drop-shadow(0 3px 6px rgba(67, 204, 214, .24)); }

.rocket-rig {
    position: absolute;
    z-index: 4;
    top: 70px;
    right: clamp(50px, 10vw, 175px);
    width: clamp(300px, 33vw, 510px);
    aspect-ratio: 1133 / 1388;
    transform-style: preserve-3d;
    pointer-events: none;
    will-change: transform, opacity;
}

#rocket-particle-canvas,
.rocket-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#rocket-particle-canvas {
    inset: -20%;
    width: 140%;
    height: 140%;
    z-index: 2;
    display: block;
    overflow: visible;
    pointer-events: none;
}

.rocket-fallback {
    z-index: 1;
    object-fit: contain;
    filter: drop-shadow(0 20px 27px rgba(23, 48, 78, .2)) drop-shadow(0 0 14px rgba(67, 204, 214, .28));
    animation: rocket-float 4.2s ease-in-out infinite;
    transition: opacity .35s ease;
}

.rocket-rig.is-webgl .rocket-fallback { opacity: 0; animation: none; }

@keyframes rocket-float {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-16px) rotate(1.5deg); }
}

.hero-note {
    position: absolute;
    z-index: 4;
    top: 160px;
    right: clamp(18px, 3vw, 52px);
    color: var(--navy);
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.28;
    transform: rotate(-4deg);
    text-shadow: 0 2px 10px rgba(255, 255, 255, .95);
}

.hero-note::after {
    display: block;
    width: 78px;
    height: 2px;
    margin-top: 10px;
    background: var(--lime);
    box-shadow: 0 4px 10px rgba(185, 211, 14, .32);
    content: "";
}

.growth-journey {
    position: relative;
    z-index: 8;
    min-height: clamp(760px, 56.25vw, 945px);
    overflow: hidden;
    padding: clamp(14px, 1.2vw, 22px) 0 120px;
    color: var(--navy);
    background:
        linear-gradient(180deg, rgba(243, 243, 243, .04) 0%, transparent 55%, rgba(243, 243, 243, .18) 86%, #f3f3f3 100%),
        url("generated/growth-journey-scene-v1.png") center / cover no-repeat;
}

.growth-journey::after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
    background: linear-gradient(180deg, transparent, #f3f3f3 94%);
    pointer-events: none;
    content: "";
}

.growth-journey::before { display: none; }

.growth-shell { position: relative; z-index: 2; }
.growth-shell.shell { width: 100%; max-width: none; }
.growth-journey .reveal { opacity: 1; transform: none; }

.growth-heading {
    width: min(1020px, 92%);
    margin: 0 auto clamp(18px, 1.8vw, 32px);
    padding: 18px 36px 15px;
    border: 1px solid rgba(255, 255, 255, .84);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .64), rgba(214, 241, 255, .22) 58%, rgba(32, 115, 179, .25));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .98), inset 0 -16px 35px rgba(67, 204, 214, .08), 0 0 0 1px rgba(67, 204, 214, .2), 0 15px 38px rgba(4, 33, 70, .2), 0 0 34px rgba(67, 204, 214, .2);
    backdrop-filter: blur(21px) saturate(132%);
    -webkit-backdrop-filter: blur(21px) saturate(132%);
    text-align: center;
}

.growth-heading h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.3vw, 3.5rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .98;
}

.growth-heading h2 span { color: #182e4b; }
.growth-heading h2 strong { color: #10c7d5; }
.growth-heading p { margin: 8px 0 0; font-size: clamp(.92rem, 1.45vw, 1.2rem); font-weight: 600; }
.growth-heading::after { display: block; width: 108px; height: 5px; margin: 12px auto 0; border-radius: 8px; background: linear-gradient(90deg, #10c7d5 0 52%, #b9d30e 52%); content: ""; }

.growth-stage-grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 310px));
    justify-content: space-between;
    gap: clamp(24px, 3vw, 64px);
    width: min(1500px, calc(100% - 120px));
    margin: 0 auto;
    padding: 0;
}

.growth-stage {
    position: relative;
    min-height: clamp(208px, 14vw, 242px);
    padding: clamp(24px, 1.8vw, 30px) clamp(28px, 2vw, 34px);
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .54), rgba(229, 244, 255, .2));
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .95), inset 0 -24px 40px rgba(70, 202, 229, .08), 0 16px 40px rgba(5, 31, 68, .18), 0 0 24px rgba(72, 219, 232, .18);
    backdrop-filter: blur(18px) saturate(132%);
    -webkit-backdrop-filter: blur(18px) saturate(132%);
}

.growth-stage::before {
    position: absolute;
    top: 1px;
    right: 14px;
    left: 14px;
    height: 42%;
    border-radius: 24px 24px 58px 58px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, 0));
    pointer-events: none;
    content: "";
}

.growth-stage:nth-child(2) { background: linear-gradient(135deg, rgba(255, 255, 255, .58), rgba(176, 224, 255, .3)); }
.growth-stage:nth-child(3) { background: linear-gradient(135deg, rgba(96, 197, 234, .58), rgba(11, 96, 160, .36)); }
.growth-stage:nth-child(4) { color: white; background: linear-gradient(135deg, rgba(8, 28, 72, .8), rgba(3, 10, 40, .66)); box-shadow: inset 0 2px 0 rgba(255, 255, 255, .68), inset 0 -20px 36px rgba(27, 197, 219, .08), 0 18px 42px rgba(1, 12, 35, .28), 0 0 30px rgba(56, 216, 231, .24); }

.growth-number { display: block; color: rgba(23, 48, 78, .7); font-family: var(--font-display); font-size: clamp(3.15rem, 5.5vw, 4.7rem); font-weight: 900; line-height: .9; }
.growth-stage:nth-child(n + 2) .growth-number { color: #0bbfd0; }
.growth-stage h3 { margin: 8px 0 10px; font-family: var(--font-display); font-size: clamp(1.15rem, 1.9vw, 1.65rem); font-weight: 900; line-height: 1; }
.growth-stage h3::after { display: block; width: 68px; height: 5px; margin-top: 13px; border-radius: 8px; background: #12c9d9; content: ""; }
.growth-stage:nth-child(even) h3::after, .growth-stage:nth-child(4) h3::after { background: #b9d30e; }
.growth-stage p { margin: 14px 0 0; font-size: 1rem; font-weight: 500; line-height: 1.28; }

.growth-path { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.growth-path path, .growth-path use { fill: none; stroke-linecap: round; animation: none; }
.growth-path .growth-path__aura { stroke: #19d8e8; stroke-width: 15; opacity: .28; filter: url(#growth-flight-blur); }
.growth-path .growth-path__glow { stroke: #20ddeb; stroke-width: 7; opacity: .76; filter: drop-shadow(0 0 8px rgba(42, 231, 241, .98)) drop-shadow(0 0 20px rgba(42, 231, 241, .58)); }
.growth-path .growth-path__core { stroke: url(#growth-flight-gradient); stroke-width: 3; filter: drop-shadow(0 0 4px rgba(244, 255, 255, .96)); }
.growth-path .growth-path--mobile { display: none; }
.growth-path .growth-node__halo { fill: #24e1ed; opacity: .23; filter: url(#growth-node-blur); animation: node-pulse 2.4s ease-in-out infinite; }
.growth-path .growth-node__ring { fill: rgba(8, 108, 146, .3); stroke: #5af7ff; stroke-width: 3; filter: drop-shadow(0 0 8px #3ce1eb); animation: node-pulse 2.4s ease-in-out infinite; }
.growth-path .growth-node__core { fill: #f8ffff; filter: drop-shadow(0 0 5px #ffffff); animation: node-pulse 2.4s ease-in-out infinite; }
.growth-path .growth-node--two { animation-delay: .6s; }
.growth-path .growth-node--three { animation-delay: 1.2s; }

.growth-launch-deck { display: none; }

.growth-rocket { position: absolute; z-index: 5; width: clamp(96px, 11.5vw, 170px); filter: drop-shadow(0 16px 15px rgba(8, 31, 59, .35)); pointer-events: none; }
.growth-rocket--grounded { bottom: 92px; left: 2.6%; width: clamp(170px, 15vw, 230px); }
.growth-rocket--one { bottom: 118px; left: 32%; width: clamp(142px, 10vw, 178px); animation: rocket-drift 5.4s ease-in-out infinite; }
.growth-rocket--two { bottom: 88px; left: 53%; width: clamp(160px, 11.8vw, 205px); animation: rocket-drift 5.4s ease-in-out .7s infinite; }
.growth-rocket--three { bottom: 150px; left: 75%; width: clamp(154px, 11vw, 196px); animation: rocket-drift 5.4s ease-in-out 1.4s infinite; }

.growth-destination {
    position: absolute;
    z-index: 4;
    right: max(3%, calc((100% - 1180px) / 2));
    bottom: 190px;
    width: min(270px, 24vw);
    padding: 18px 24px;
    border: 1px solid rgba(98, 232, 242, .7);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(6, 23, 55, .78), rgba(16, 48, 91, .4));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 0 24px rgba(33, 211, 229, .26);
    backdrop-filter: blur(13px);
    color: white;
}

.growth-destination strong { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.8rem); font-style: italic; font-weight: 600; line-height: .85; }
.growth-destination span { display: block; margin-top: 14px; font-size: .75rem; font-weight: 800; }
.growth-destination span::after { display: block; width: 80px; height: 4px; margin-top: 9px; border-radius: 10px; background: var(--lime); content: ""; }

.growth-brand { position: absolute; z-index: 4; right: max(3%, calc((100% - 1180px) / 2)); bottom: 90px; width: min(210px, 19vw); filter: drop-shadow(0 5px 10px rgba(2, 18, 48, .42)); }
.growth-diagnostic {
    position: absolute;
    z-index: 7;
    bottom: 34px;
    left: 50%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 42%);
    gap: 8px;
    width: min(680px, calc(100% - 32px));
    min-height: 54px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .82), rgba(224, 247, 250, .7));
    box-shadow: inset 0 1px 0 white, 0 0 18px rgba(24, 218, 232, .72), 0 8px 24px rgba(4, 31, 55, .2);
    backdrop-filter: blur(14px) saturate(135%);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
    transform: translateX(-50%);
    transition: transform .25s ease, box-shadow .25s ease;
}

.growth-diagnostic::after {
    position: absolute;
    right: 8%;
    bottom: -9px;
    left: 8%;
    height: 5px;
    border-radius: 999px;
    background: #13d9e5;
    box-shadow: 0 0 14px rgba(19, 217, 229, .8);
    content: "";
}

.growth-diagnostic__question,
.growth-diagnostic__action {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: clamp(.62rem, .8vw, .78rem);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.growth-diagnostic__question {
    padding: 0 12px;
    color: white;
    text-shadow: 0 1px 5px rgba(6, 37, 70, .7);
}

.growth-diagnostic__action {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .95);
    background: linear-gradient(100deg, #b7dc0e 0%, #5ed665 45%, #18c8d5 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 3px 10px rgba(10, 115, 130, .24);
    color: #031b31;
}

.growth-diagnostic:hover,
.growth-diagnostic:focus-visible {
    box-shadow: inset 0 1px 0 white, 0 0 25px rgba(24, 218, 232, .9), 0 11px 28px rgba(4, 31, 55, .24);
    transform: translateX(-50%) translateY(-4px);
}

.growth-diagnostic:focus-visible { outline: 3px solid #15d9e8; outline-offset: 4px; }

@keyframes path-flow { to { stroke-dashoffset: -108; } }
@keyframes node-pulse { 50% { opacity: .58; transform: scale(1.26); } }
@keyframes rocket-drift { 50% { translate: 0 -9px; } }
@keyframes glass-float { 50% { translate: 0 -8px; } }
@keyframes planet-shift { to { rotate: 360deg; } }

.section-wrap { position: relative; z-index: 8; padding: 0 0 72px; }
.services-wrap {
    isolation: isolate;
    margin-top: -130px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 78% 18%, rgba(113, 208, 236, .18), transparent 31%),
        radial-gradient(ellipse at 20% 84%, rgba(185, 211, 14, .08), transparent 28%),
        linear-gradient(135deg, #f3f3f3 0%, #fff 46%, #e9f7fa 100%);
}
.services-wrap::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0 20%, rgba(255,255,255,.66) 21% 23%, transparent 24% 100%),
        repeating-linear-gradient(90deg, transparent 0 180px, rgba(67,204,214,.04) 181px 182px, transparent 183px 360px);
    content: "";
}
.growth-journey + .services-wrap { margin-top: 0; }

.glass-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(236, 249, 251, .24));
    box-shadow: inset 0 1px 0 white, inset 0 0 0 1px rgba(67, 204, 214, .08), inset 0 -18px 42px rgba(126, 225, 232, .08), 0 28px 70px rgba(48, 88, 106, .14);
    backdrop-filter: blur(30px) saturate(142%) contrast(104%);
    -webkit-backdrop-filter: blur(30px) saturate(142%) contrast(104%);
}

.glass-panel::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(118deg, rgba(255, 255, 255, .64), rgba(255, 255, 255, .08) 25%, transparent 47%, rgba(67, 204, 214, .09) 100%);
    pointer-events: none;
    content: "";
}

.glass-panel > * { position: relative; z-index: 1; }

.services-panel {
    z-index: 1;
    isolation: isolate;
    padding: 42px clamp(18px, 4vw, 52px) 66px;
    border-color: rgba(255, 255, 255, .82);
    background:
        radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, .97) 0 26%, rgba(226, 246, 250, .5) 54%, transparent 76%),
        linear-gradient(135deg, #f3f3f3 0%, #fbfdfd 38%, #eaf7fa 72%, #f3f3f3 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96), inset 0 -40px 80px rgba(65, 197, 219, .11), 0 24px 68px rgba(48, 88, 106, .12);
    backdrop-filter: blur(22px) saturate(125%);
    -webkit-backdrop-filter: blur(22px) saturate(125%);
}

/* The showroom is an immersive section, not a centered floating card. */
.services-panel.shell {
    width: 100%;
    max-width: none;
    min-height: clamp(720px, 48vw, 830px);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.services-panel::before {
    z-index: 0;
    background:
        repeating-linear-gradient(90deg, transparent 0 92px, rgba(76, 188, 210, .045) 93px 95px, transparent 96px 184px),
        linear-gradient(90deg, rgba(255,255,255,.58), transparent 32%, rgba(170,224,239,.19) 68%, rgba(255,255,255,.5));
    opacity: .78;
}

.services-panel::after {
    position: absolute;
    z-index: 0;
    right: -12%;
    bottom: -33%;
    left: -12%;
    height: 58%;
    border-top: 1px solid rgba(255, 255, 255, .88);
    border-radius: 50% 50% 0 0 / 34% 34% 0 0;
    background:
        repeating-linear-gradient(90deg, transparent 0 82px, rgba(67, 204, 214, .075) 83px 84px, transparent 85px 164px),
        repeating-linear-gradient(0deg, transparent 0 52px, rgba(255, 255, 255, .48) 53px 54px, transparent 55px 106px),
        linear-gradient(180deg, rgba(255,255,255,.14), rgba(185, 225, 232, .22));
    box-shadow: inset 0 26px 42px rgba(255,255,255,.62), 0 -16px 44px rgba(67, 204, 214, .09);
    transform: perspective(800px) rotateX(58deg);
    transform-origin: bottom;
    content: "";
}

.services-panel .section-heading,
.services-panel .service-grid { z-index: 2; }

.service-decor {
    position: absolute !important;
    z-index: 1 !important;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.service-glass-panel,
.service-bubble,
.service-star,
.service-planet,
.service-orbit { position: absolute; display: block; }

.service-glass-panel {
    width: 250px;
    height: 530px;
    border: 1px solid rgba(255,255,255,.84);
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(255,255,255,.38), rgba(178,231,242,.08));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.92), inset 18px 0 28px rgba(255,255,255,.19), 0 0 42px rgba(67,204,214,.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.service-glass-panel--left { top: 28px; left: -188px; transform: rotate(-4deg); }
.service-glass-panel--right { right: -188px; bottom: 12px; transform: rotate(4deg); }

.service-star {
    top: 48px;
    left: 2.4%;
    width: clamp(86px, 11vw, 176px);
    aspect-ratio: 1;
    clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 35%, 39% 34%);
    background: radial-gradient(circle at 34% 25%, rgba(255,255,255,.98), rgba(144,233,255,.86) 20%, rgba(57,181,235,.58) 48%, rgba(255,255,255,.18) 72%);
    filter: drop-shadow(0 10px 15px rgba(33, 166, 225, .22)) drop-shadow(0 0 20px rgba(154,238,255,.4));
    opacity: .7;
    animation: glass-float 8s ease-in-out infinite;
}

.service-planet {
    top: 24px;
    right: 3%;
    width: clamp(132px, 17vw, 270px);
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 50%;
    background: radial-gradient(circle at 32% 27%, rgba(255,255,255,.88), rgba(150,223,252,.67) 18%, rgba(45,126,194,.52) 48%, rgba(19,64,133,.34) 72%, rgba(255,255,255,.28));
    box-shadow: inset -18px -20px 34px rgba(4,49,113,.23), inset 10px 12px 24px rgba(255,255,255,.56), 0 0 25px rgba(116,216,248,.26);
    opacity: .62;
    animation: planet-shift 22s linear infinite;
}
.service-planet::before,
.service-planet::after {
    position: absolute;
    border: 4px solid rgba(230,250,255,.62);
    border-radius: 50%;
    box-shadow: 0 0 13px rgba(118,225,249,.35), inset 0 0 9px rgba(255,255,255,.6);
    content: "";
}
.service-planet::before { inset: 31% -35%; transform: rotate(16deg); }
.service-planet::after { inset: 43% -47%; border-color: rgba(185,211,14,.32); transform: rotate(16deg); }

.service-orbit {
    width: 110%;
    height: 42%;
    border: 2px solid rgba(67,204,214,.18);
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(67,204,214,.14), inset 0 0 12px rgba(255,255,255,.32);
    transform: rotate(-13deg);
}
.service-orbit--one { top: 24%; left: -7%; }
.service-orbit--two { top: 55%; left: -2%; border-color: rgba(185,211,14,.14); transform: rotate(9deg); }
.service-orbit--three { top: 7%; left: 24%; width: 88%; border-color: rgba(255,255,255,.48); transform: rotate(18deg); }

.service-bubble {
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.95), rgba(177,234,249,.24) 30%, rgba(51,170,214,.09) 63%, transparent 70%);
    box-shadow: inset -5px -6px 12px rgba(46,159,207,.12), 0 0 18px rgba(117,221,248,.16);
    opacity: .68;
    animation: glass-float 10s ease-in-out infinite reverse;
}
.service-bubble--one { top: 23%; left: 13%; width: 34px; height: 34px; }
.service-bubble--two { top: 15%; right: 18%; width: 22px; height: 22px; animation-delay: -3s; }
.service-bubble--three { right: 9%; bottom: 27%; width: 49px; height: 49px; animation-delay: -6s; }

.service-grid {
    position: relative;
    isolation: isolate;
    padding: 30px clamp(10px, 3vw, 48px) 24px;
}
.service-grid::before {
    position: absolute;
    z-index: -1;
    inset: 4% -3% -10%;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255,255,255,.42), rgba(159,227,239,.14) 58%, rgba(255,255,255,.22)),
        radial-gradient(ellipse at 50% 0%, rgba(67,204,214,.2), transparent 55%);
    box-shadow: inset 0 20px 28px rgba(255,255,255,.7), inset 0 -14px 26px rgba(67,204,214,.1), 0 15px 34px rgba(43,137,170,.11), 0 0 28px rgba(67,204,214,.1);
    transform: perspective(900px) rotateX(56deg) scaleX(1.03);
    transform-origin: bottom;
    content: "";
}

.services-panel .section-heading p { color: var(--navy-soft); }
.services-panel .section-heading h2 { color: var(--navy); text-shadow: none; }
.services-panel .section-heading strong { color: #12aebf; text-shadow: 0 6px 18px rgba(18, 174, 191, .13); }

.section-heading {
    max-width: 780px;
    margin: 0 auto 30px;
    text-align: center;
}

.section-heading .eyebrow {
    margin-bottom: 7px;
    color: var(--muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin-bottom: 8px;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.08;
}

.section-heading p {
    margin-bottom: 0;
    color: var(--navy-soft);
    font-size: clamp(1.05rem, 2vw, 1.5rem);
}

.section-heading strong { color: #12aebf; }

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: min(1180px, 100%);
    margin: 0 auto;
    gap: 30px 35px;
}

.service-card {
    --cube-filter: none;
    position: relative;
    width: min(100%, 205px);
    min-width: 0;
    aspect-ratio: 4 / 5;
    margin: 0;
    justify-self: center;
    isolation: auto;
    background: transparent;
    text-align: center;
    transition: transform .22s ease;
}

/* The render supplies the glass faces and pedestal; content stays accessible HTML. */
.service-card::before {
    position: absolute;
    inset: 0;
    background: url("services/glass-cube-transparent-v1.png") center / 125% auto no-repeat;
    mix-blend-mode: multiply;
    filter: var(--cube-filter);
    pointer-events: none;
    content: "";
}

.service-card > * { position: absolute; z-index: 1; }

.service-card:nth-child(2),
.service-card:nth-child(7) {
    --cube-filter: grayscale(1);
}

.service-card:nth-child(4),
.service-card:nth-child(5),
.service-card:nth-child(6),
.service-card:nth-child(10) {
    --cube-filter: hue-rotate(-85deg);
}

.service-card:hover {
    transform: translateY(-6px);
}

.service-icon {
    display: grid;
    top: 26%;
    left: 47%;
    width: 33%;
    height: 25%;
    transform: translateX(-50%);
    place-items: center;
    border: 0;
    border-radius: 0;
    color: white;
    background: transparent;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, .55));
}

.service-icon svg { width: 100%; height: 100%; stroke-width: 1.75; }
.service-icon img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
.service-icon img.service-image--color { filter: none; }
.service-card h3 {
    top: 53%;
    left: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72%;
    height: 14%;
    margin: 0;
    color: white;
    font-family: var(--font-display);
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.15;
    text-shadow: 0 2px 4px rgba(0, 4, 22, .6);
}

.process-panel {
    padding: 38px clamp(30px, 5vw, 72px) 52px;
    border-radius: 34px;
    box-shadow: inset 0 1px 0 white, inset 0 0 0 10px rgba(255, 255, 255, .2), 0 28px 70px rgba(48, 88, 106, .14);
}

.process-panel::after {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 9px;
    left: 12px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #17d4df, #9be000 52%, #17d4df);
    box-shadow: 0 0 14px rgba(23, 212, 223, .45);
    content: "";
}

.process-panel .section-heading { max-width: 900px; margin-bottom: 28px; }
.process-panel .section-heading h2 { font-size: clamp(2.35rem, 4vw, 4rem); line-height: .98; }

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(54px, 6vw, 78px);
    width: min(1040px, 100%);
    margin: 0 auto;
}

.process-grid::before {
    position: absolute;
    z-index: 0;
    top: 128px;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(90deg, #18d4df, #b5dc14 55%, #18d4df);
    box-shadow: 0 0 9px rgba(24, 212, 223, .45);
    content: "";
}

.process-card {
    position: relative;
    z-index: 1;
    min-height: 280px;
    padding: 28px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(220, 246, 249, .3));
    box-shadow: inset 0 1px 0 white, inset 0 0 0 1px rgba(67, 204, 214, .07), inset 0 -18px 40px rgba(67, 204, 214, .09), 0 18px 34px rgba(48, 88, 106, .1);
    backdrop-filter: blur(22px) saturate(142%);
    -webkit-backdrop-filter: blur(22px) saturate(142%);
}

.process-card:not(:last-child)::after {
    position: absolute;
    z-index: 3;
    top: 109px;
    right: -52px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(123, 224, 234, .42));
    box-shadow: inset 0 1px 0 white, 0 0 15px rgba(67, 204, 214, .4);
    content: "";
}

.process-card__top {
    display: flex;
    min-height: 66px;
    align-items: center;
    gap: 10px;
}

.process-number {
    display: grid;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #d9ff37, #84d900);
    color: white;
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 0 22px rgba(164, 226, 0, .62), 0 8px 18px rgba(88, 145, 0, .18);
}

.process-card:nth-child(2) .process-number {
    background: linear-gradient(145deg, #55e1eb, #08aec2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 0 22px rgba(20, 203, 218, .62), 0 8px 18px rgba(8, 116, 134, .2);
}

.process-icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .94);
    border-radius: 15px;
    background: rgba(255, 255, 255, .46);
    box-shadow: inset 0 1px 0 white, 0 8px 20px rgba(48, 88, 106, .08);
    color: #0bb9c8;
}

.process-icon svg { width: 31px; height: 31px; stroke-width: 2.4; }
.process-card:nth-child(2) .process-icon { color: #84bf00; }

.process-copy { margin-top: 20px; }
.process-copy h3 { margin-bottom: 7px; font-family: var(--font-display); font-size: 1.55rem; }
.process-copy p { margin-bottom: 0; color: var(--navy-soft); font-size: .96rem; line-height: 1.4; }

.future {
    position: relative;
    min-height: clamp(680px, 54vw, 900px);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .9);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .09), transparent 52%, rgba(4, 20, 67, .12)),
        url("generated/future-space-city-v2.png") center / cover no-repeat;
}

.future::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 32%, rgba(255, 255, 255, .04) 76%, rgba(243, 243, 243, .38) 100%),
        radial-gradient(circle at 77% 66%, rgba(39, 214, 233, .16), transparent 22%);
    content: "";
}

.future::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 74%, rgba(255, 255, 255, .12));
    pointer-events: none;
    content: "";
}

.future-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(520px, .94fr) minmax(560px, 1.06fr);
    width: min(1480px, calc(100% - 70px));
    max-width: none;
    min-height: clamp(680px, 54vw, 900px);
    align-items: center;
}

.future-copy { position: relative; z-index: 3; max-width: 700px; margin-left: min(8vw, 128px); isolation: isolate; }

.future-copy::before {
    position: absolute;
    z-index: -1;
    inset: -42px -42px -36px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(236, 249, 251, .28) 54%, rgba(255, 255, 255, .14));
    box-shadow: inset 0 1px 0 white, inset 0 0 0 1px rgba(67, 204, 214, .1), 0 28px 70px rgba(48, 88, 106, .14), 0 0 36px rgba(67, 204, 214, .1);
    backdrop-filter: blur(25px) saturate(145%);
    -webkit-backdrop-filter: blur(25px) saturate(145%);
    content: "";
}
.future-copy h2 { margin-bottom: 16px; font-family: var(--font-display); font-size: clamp(3.2rem, 4vw, 4.35rem); line-height: .96; }
.future-copy h2 span { color: var(--cyan); }
.future-copy > p:not(.kicker) { max-width: 590px; margin-bottom: 30px; color: var(--navy-soft); font-size: 1.14rem; }

.future-copy .kicker::after {
    display: inline-block;
    width: 58px;
    height: 2px;
    margin-left: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cyan), var(--lime));
    vertical-align: middle;
    content: "";
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 24px;
    color: var(--navy-soft);
    font-size: .78rem;
    font-weight: 600;
}

.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: rgba(185, 211, 14, .18); color: #829d00; font-style: normal; }

.robot {
    position: absolute;
    z-index: 3;
    right: -5vw;
    bottom: -48px;
    width: min(52vw, 760px);
    transform: rotate(-2deg);
    filter: drop-shadow(0 34px 38px rgba(23, 48, 78, .28)) drop-shadow(0 0 26px rgba(67, 204, 214, .2));
}

.speech {
    position: absolute;
    z-index: 4;
    top: 148px;
    right: 31.5%;
    max-width: 280px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .94);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(225, 248, 250, .25));
    box-shadow: inset 0 1px 0 white, inset 0 0 0 1px rgba(67, 204, 214, .08), 0 14px 28px rgba(48, 88, 106, .12), 0 0 16px rgba(67, 204, 214, .12);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.speech::after {
    position: absolute;
    right: 22px;
    bottom: -15px;
    width: 28px;
    height: 28px;
    border-right: 1px solid rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .94);
    background: rgba(226, 248, 250, .36);
    transform: rotate(45deg);
    content: "";
}

.future-side-sign {
    position: absolute;
    z-index: 3;
    left: -6%;
    bottom: 170px;
    padding: 17px 16px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(20, 40, 72, .7), rgba(67, 204, 214, .16));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 0 22px rgba(67, 204, 214, .18);
    backdrop-filter: blur(12px);
    color: white;
    font-family: var(--font-display);
    font-size: clamp(.95rem, 1.25vw, 1.28rem);
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    transform: rotate(6deg);
    display: none;
}

.future-side-sign::after,
.future-note::after {
    display: block;
    width: 58px;
    height: 4px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--cyan);
    content: "";
}

.future-note {
    position: absolute;
    z-index: 4;
    right: -7%;
    top: 30%;
    width: 230px;
    color: white;
    font-family: "Comic Sans MS", "Segoe Print", cursive;
    font-size: clamp(1.55rem, 2vw, 2.2rem);
    line-height: .98;
    text-shadow: 0 3px 14px rgba(1, 16, 45, .55);
    transform: rotate(-8deg);
}

.future-note::after { background: var(--lime); margin-left: 22px; }

.future-flight-path {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: none;
}

.future-flight-path path {
    fill: none;
    stroke: #43d9e6;
    stroke-width: 5;
    stroke-linecap: round;
    filter: drop-shadow(0 0 8px rgba(67, 217, 230, .85)) drop-shadow(0 0 24px rgba(67, 217, 230, .32));
}

.future-flight-path polyline {
    fill: none;
    stroke: #43d9e6;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 8px rgba(67, 217, 230, .85));
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, .95);
    background: rgba(248, 251, 251, .9);
    box-shadow: 0 -12px 35px rgba(48, 88, 106, .07);
    backdrop-filter: blur(16px);
}

.footer-inner {
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 28px;
    min-height: 116px;
}

.footer-logo { width: 180px; }
.footer-nav { display: flex; justify-content: center; gap: 28px; font-size: .8rem; color: var(--navy); }
.footer-meta { display: flex; align-items: center; gap: 13px; color: var(--navy-soft); font-size: .68rem; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(67, 204, 214, .28); border-radius: 50%; background: rgba(255, 255, 255, .62); box-shadow: 0 5px 14px rgba(48, 88, 106, .08); }
.socials svg { width: 15px; height: 15px; }
.socials img { width: 15px; height: 15px; object-fit: contain; }
.socials .brand-glyph { font-size: .7rem; font-weight: 800; }

.whatsapp {
    position: fixed;
    z-index: 40;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border: 0;
    background: transparent;
    transition: transform .2s ease;
}

.whatsapp img { display: block; width: 100%; height: 100%; object-fit: contain; }
.whatsapp:hover { transform: translateY(-3px); }
.whatsapp:focus-visible { outline: 2px solid #12aebf; outline-offset: 4px; }
.whatsapp.is-hidden-on-growth { opacity: 0; pointer-events: none; }

@media (max-width: 520px) {
    .whatsapp { width: 72px; height: 72px; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
    .nav-inner { grid-template-columns: 190px 1fr auto; }
    .logo { width: 176px; }
    .nav-links { gap: 20px; }
    .nav-cta { padding-inline: 16px; font-size: .82rem; }
    .hero-content { min-height: 750px; }
    .hero { min-height: 860px; }
    .rocket-rig { top: 130px; right: 10px; width: 380px; opacity: .9; }
    .hero-note { display: none; }
    .growth-journey { min-height: 740px; padding-top: 68px; }
    .growth-stage-grid { gap: 15px; }
    .growth-stage { min-height: 200px; padding: 21px 19px; }
    .growth-rocket--grounded { bottom: 92px; left: 4%; width: 126px; }
    .growth-rocket--one { bottom: 104px; left: 31%; width: 120px; }
    .growth-rocket--two { right: auto; bottom: 84px; left: 53%; width: 145px; }
    .growth-rocket--three { right: auto; bottom: 86px; left: 75%; width: 132px; }
    .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .process-grid { gap: 46px; }
    .process-card:not(:last-child)::after { right: -42px; }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 96px; }

    .shell { width: min(100% - 28px, 680px); }
    .nav { position: fixed; padding: 12px 0; background: rgba(255, 255, 255, .78); border-bottom: 1px solid rgba(255, 255, 255, .95); backdrop-filter: blur(16px) saturate(130%); }
    .nav-inner { grid-template-columns: 1fr auto; }
    .nav-cta { display: none; }
    .menu-button { display: inline-flex; }
    .nav-links {
        position: absolute;
        top: 64px;
        right: 14px;
        left: 14px;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 14px 22px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: rgba(255, 255, 255, .92);
        box-shadow: var(--shadow);
    }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 12px 0; }
    .hero { min-height: 920px; background-position: 60% center; }
    .hero-content { min-height: 820px; justify-content: flex-start; padding-top: 155px; }
    h1 { max-width: 650px; font-size: clamp(3.45rem, 12vw, 5.6rem); }
    .hero-subtitle { max-width: 520px; }
    .rocket-rig { top: 435px; right: 4%; width: min(54vw, 350px); }
    .services-wrap { margin-top: -80px; }
    .growth-journey { min-height: 1100px; padding: 62px 0 148px; background-position: 40% center; }
    .growth-heading { margin-bottom: 22px; padding: 17px 21px; }
    .growth-stage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: min(680px, calc(100% - 36px)); }
    .growth-stage { min-height: 185px; padding: 20px; }
    .growth-stage p { font-size: .9rem; }
    .growth-path { inset: 430px 0 150px; height: calc(100% - 580px); }
    .growth-launch-deck { width: 46%; height: 170px; }
    .growth-rocket--grounded { bottom: 112px; left: 5%; width: 108px; }
    .growth-rocket--one { bottom: 126px; left: 30%; width: 102px; }
    .growth-rocket--two { right: auto; bottom: 118px; left: 52%; width: 112px; }
    .growth-rocket--three { right: auto; bottom: 120px; left: 74%; width: 102px; }
    .growth-destination { right: 3%; bottom: 135px; width: 210px; padding: 18px 21px; }
    .growth-brand { right: 3%; bottom: 64px; width: 164px; }
    .growth-diagnostic { bottom: 25px; width: min(680px, calc(100% - 28px)); }
    .services-panel { padding-top: 54px; }
    .service-star { top: 14px; left: 3%; width: 74px; opacity: .4; }
    .service-planet { top: 12px; right: -8%; width: 126px; opacity: .3; }
    .service-orbit { opacity: .5; }
    .service-bubble--two, .service-bubble--three { display: none; }
    .service-grid { padding-inline: 8px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid::before, .process-card:not(:last-child)::after { display: none; }
    .process-card { min-height: 0; }
    .future { min-height: 1040px; background-position: 58% center; }
    .future-inner { grid-template-columns: 1fr; width: min(100% - 28px, 680px); min-height: 1040px; padding: 78px 0 390px; }
    .future-copy { max-width: none; margin: 0; }
    .robot { right: 50%; bottom: 18px; width: min(92vw, 560px); transform: translateX(50%) rotate(-2deg); }
    .speech { top: auto; right: 7%; bottom: 560px; }
    .future-side-sign { left: 4%; bottom: 315px; font-size: .85rem; transform: rotate(4deg); }
    .future-note { right: 4%; top: 630px; width: 170px; font-size: 1.25rem; }
    .future-flight-path path { stroke-width: 4; }
    .footer-inner { grid-template-columns: 1fr; justify-items: center; padding: 28px 0; }
    .footer-nav { flex-wrap: wrap; }
    .footer-meta { flex-direction: column; }
}

@media (max-width: 520px) {
    .logo { width: 154px; }
    .hero { min-height: 820px; }
    .hero-content { min-height: 760px; padding-top: 125px; }
    h1 { font-size: clamp(3.05rem, 15vw, 4.35rem); line-height: .86; }
    .kicker { font-size: .62rem; letter-spacing: .25em; }
    .benefits { gap: 11px 16px; font-size: .72rem; }
    .button { min-width: 210px; }
    .rocket-rig { top: 455px; right: 36px; width: 250px; }
    .growth-journey { min-height: 1170px; padding: 52px 0 138px; background-position: 47% center; }
    .growth-heading { width: calc(100% - 28px); padding: 15px 14px 13px; border-radius: 18px; }
    .growth-heading h2 { font-size: 1.7rem; }
    .growth-heading p { margin-top: 8px; font-size: .79rem; line-height: 1.25; }
    .growth-heading::after { width: 74px; height: 4px; margin-top: 9px; }
    .growth-stage-grid { gap: 11px; width: calc(100% - 28px); }
    .growth-stage { min-height: 162px; padding: 17px 14px; border-radius: 18px; }
    .growth-number { font-size: 2.85rem; }
    .growth-stage h3 { margin: 5px 0 7px; font-size: .88rem; line-height: 1.05; }
    .growth-stage h3::after { width: 48px; height: 4px; margin-top: 8px; }
    .growth-stage p { margin-top: 9px; font-size: .78rem; }
    .growth-path { inset: 399px 0 140px; height: calc(100% - 539px); }
    .growth-path .growth-path--desktop, .growth-path circle { display: none; }
    .growth-path .growth-path--mobile { display: block; }
    .growth-launch-deck { width: 58%; height: 155px; }
    .growth-path path { stroke-width: 4; }
    .growth-rocket--grounded { bottom: 105px; left: 5%; width: 88px; }
    .growth-rocket--one { bottom: 120px; left: 24%; width: 80px; }
    .growth-rocket--two { right: auto; bottom: 112px; left: 50%; width: 88px; }
    .growth-rocket--three { right: auto; bottom: 114px; left: 73%; width: 80px; }
    .growth-destination { right: 3%; bottom: 120px; width: 156px; padding: 13px 16px; border-radius: 15px; }
    .growth-destination strong { font-size: 1.45rem; }
    .growth-destination span { margin-top: 9px; font-size: .52rem; }
    .growth-brand { right: 4%; bottom: 67px; width: 125px; }
    .growth-diagnostic { bottom: 20px; grid-template-columns: minmax(0, 1fr) 44%; width: calc(100% - 20px); min-height: 48px; padding: 5px; }
    .growth-diagnostic__question, .growth-diagnostic__action { font-size: clamp(.5rem, 2vw, .62rem); }
    .growth-diagnostic__question { padding-inline: 5px; }
    .growth-diagnostic__action { min-height: 36px; padding-inline: 7px; }
    .services-panel, .process-panel { border-radius: 22px; }
    .services-panel { padding-inline: 4px; }
    .service-star { width: 58px; opacity: .3; }
    .service-planet { width: 96px; opacity: .22; }
    .service-glass-panel--right { display: none; }
    .service-orbit--three { display: none; }
    .service-grid { gap: 8px 0; }
    .service-icon { top: 25%; height: 23%; }
    .service-card h3 { top: 50%; height: 18%; font-size: .75rem; }
    .process-panel { padding: 30px 16px 42px; }
    .process-panel .section-heading h2 { font-size: 2.1rem; }
    .process-card { padding: 22px 18px; }
    .process-number { width: 52px; height: 52px; flex-basis: 52px; }
    .process-icon { width: 54px; height: 54px; }
    .future { min-height: 990px; }
    .future-inner { min-height: 990px; padding: 70px 0 365px; }
    .future-copy h2 { font-size: 2.65rem; }
    .future-copy::before { inset: -22px -12px; border-radius: 20px; }
    .trust-row { gap: 10px; }
    .robot { width: 440px; bottom: 10px; }
    .speech { right: 5%; bottom: 240px; max-width: 155px; padding: 13px; font-size: .84rem; }
    .speech { bottom: 350px; }
    .future-side-sign { left: 3%; bottom: 300px; padding: 13px 12px; font-size: .72rem; }
    .future-note { top: 665px; right: 3%; width: 145px; font-size: 1.05rem; }
    .future-flight-path path { d: path("M 20 805 C 120 715, 205 640, 305 565 C 348 535, 365 485, 372 400"); }
    .future-flight-path polyline { transform: translate(-1180px, 222px) scale(.78); transform-origin: center; }
    .footer-nav { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .rocket-fallback { animation: none; }
}

@media (max-width: 820px) {
    .nav-original { padding: 9px 0; }
    .nav-original .nav-inner { justify-content: flex-end; min-height: 48px; }
    .nav-original-logo { left: 14px; width: 162px; }
    .nav-original .nav-links { display: none; }
    .nav-original .nav-links.open { display: flex; gap: 18px; }
    .nav-original .original-nav-item { justify-content: space-between; width: 100%; padding: 10px 2px; }
}

/* Soluciones: recorrido completo de invisible a imparable. */
.solutions-panel.shell {
    width: min(1280px, calc(100% - 28px));
    max-width: 1280px;
    min-height: 0;
    padding: 34px 20px 30px;
    border-right: 1px solid rgba(255, 255, 255, .92);
    border-left: 1px solid rgba(255, 255, 255, .92);
    border-radius: 30px;
}

.solutions-panel .service-decor { z-index: 0 !important; opacity: .48; }
.solutions-panel .service-planet { width: 170px; opacity: .25; }
.solutions-panel .service-star { width: 105px; opacity: .55; }

.solutions-heading {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 30px;
    text-align: center;
}

.solutions-heading > p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 11px;
    color: #40538e;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .32em;
    text-transform: uppercase;
}

.solutions-heading > p:first-child span { width: 54px; height: 1px; background: #40538e; }
.solutions-heading h2 { margin: 0; color: var(--navy); font-family: var(--font-display); font-size: clamp(2.25rem, 4vw, 4.15rem); line-height: .98; }
.solutions-heading h2 strong { color: #12bfd3; }
.solutions-heading .solutions-subtitle { margin: 12px 0 0; color: #68739a; font-size: clamp(.95rem, 1.55vw, 1.3rem); }

.diagnostic-feature,
.advisory-strip {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    width: min(1180px, 100%);
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, .94);
    border-radius: 26px;
    box-shadow: inset 0 1px 0 white, 0 15px 34px rgba(48, 88, 106, .1);
}

.diagnostic-feature {
    grid-template-columns: 260px 1fr 300px;
    min-height: 250px;
    padding: 12px 28px 12px 18px;
    background: linear-gradient(112deg, rgba(255,255,255,.74), rgba(196,241,248,.48));
}

.diagnostic-copy { padding-left: 28px; border-left: 2px solid #5c70ab; }
.diagnostic-copy p,
.advisory-copy p { margin: 0 0 5px; color: #586ba6; font-size: .72rem; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.diagnostic-copy h3 { margin: 0; color: #111f4e; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem); line-height: .98; }
.diagnostic-copy > strong { display: block; color: #10bbd0; font-family: var(--font-display); font-size: clamp(1.65rem, 2.5vw, 2.55rem); line-height: 1; }
.diagnostic-copy sup { font-size: .4em; vertical-align: top; }
.diagnostic-copy > span { display: block; margin-top: 13px; color: #687296; font-size: clamp(1.05rem, 1.65vw, 1.55rem); font-weight: 700; line-height: 1.14; }

.diagnostic-action,
.advisory-action { display: grid; justify-items: center; gap: 15px; }
.diagnostic-action a,
.advisory-action a {
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 800;
}
.diagnostic-action a { background: linear-gradient(100deg, #c6ee00, #99d900); color: #081943; box-shadow: 0 12px 24px rgba(139, 194, 0, .22); }
.diagnostic-action a svg,
.advisory-action a svg { width: 23px; height: 23px; }
.diagnostic-action small,
.advisory-action small { color: #586794; font-size: .68rem; font-weight: 700; letter-spacing: .25em; line-height: 1.45; text-align: center; text-transform: uppercase; }

.solution-paths {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: min(1180px, 100%);
    margin: 14px auto;
}

.solution-path {
    min-width: 0;
    min-height: 610px;
    padding: 18px 13px 20px;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 20px;
}
.solution-path--lime { background: linear-gradient(155deg, rgba(249,255,233,.88), rgba(221,247,195,.48)); }
.solution-path--cyan { background: linear-gradient(155deg, rgba(239,253,255,.9), rgba(198,241,248,.48)); }
.solution-path > header { min-height: 72px; }
.solution-path > header > span { float: left; display: grid; width: 50px; height: 50px; margin: 0 11px 6px 0; place-items: center; border-radius: 50%; background: #12b6d0; color: white; font-size: 1.2rem; font-weight: 900; }
.solution-path--lime > header > span { background: #b1df00; color: #12204c; }
.solution-path > header h3 { margin: 5px 0 0; color: #111f4e; font-family: var(--font-display); font-size: 1rem; line-height: 1.08; }
.solution-path > p { clear: both; min-height: 58px; margin: 4px 0 0; color: #68749a; font-size: .88rem; line-height: 1.28; }
.solution-items { display: grid; justify-items: center; gap: 0; }

.solution-cube {
    --solution-filter: none;
    position: relative;
    width: 128px;
    aspect-ratio: 4 / 5;
    color: white;
    text-align: center;
    transition: transform .2s ease;
}
.solution-cube:hover { transform: translateY(-3px); }
.solution-cube::before { position: absolute; inset: 0; background: url("services/glass-cube-transparent-v1.png") center / 125% auto no-repeat; mix-blend-mode: multiply; filter: var(--solution-filter); content: ""; }
.solution-cube--lime { --solution-filter: hue-rotate(-85deg); }
.solution-cube--silver { --solution-filter: grayscale(1); }
.solution-cube > svg,
.solution-cube > img { position: absolute; z-index: 1; top: 25%; left: 47%; width: 34%; height: 26%; object-fit: contain; color: white; filter: drop-shadow(0 0 3px rgba(255,255,255,.68)); transform: translateX(-50%); }
.solution-cube > img { filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 0 3px rgba(255,255,255,.68)); }
.solution-cube > svg { stroke-width: 1.8; }
.solution-cube > span { position: absolute; z-index: 1; top: 52%; left: 10%; display: flex; width: 74%; height: 17%; align-items: center; justify-content: center; color: white; font-family: var(--font-display); font-size: .72rem; font-weight: 700; line-height: 1.07; text-shadow: 0 2px 4px rgba(0,4,22,.72); }
.solution-cube > span sup { font-size: .55em; }
.solution-cube--featured { width: 220px; }
.solution-cube--featured > span { font-size: .94rem; }
.solution-cube--advisory { width: 190px; }
.solution-cube--advisory > span { font-size: .86rem; }

.advisory-strip {
    grid-template-columns: 235px 1fr 285px;
    min-height: 180px;
    padding: 0 28px 0 12px;
    overflow: hidden;
    background: linear-gradient(110deg, rgba(40,43,49,.95), rgba(68,70,73,.93));
    color: white;
}
.advisory-copy { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.78); }
.advisory-copy p { color: white; }
.advisory-copy h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.45rem, 2.4vw, 2.3rem); }
.advisory-copy > span { display: block; margin-top: 8px; color: #58e0e7; font-size: 1.12rem; line-height: 1.18; }
.advisory-action a { min-height: 52px; border: 2px solid #2dd7e2; color: #58e0e7; }
.advisory-action small { color: white; }

.solutions-signature { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 24px; width: min(950px, 92%); margin: 22px auto 0; color: #52629b; text-transform: uppercase; }
.solutions-signature > span { width: 135px; height: 1px; background: #52629b; }
.solutions-signature strong { letter-spacing: .34em; }
.solutions-signature em { margin-left: 42px; font-size: .72rem; font-style: normal; letter-spacing: .23em; }

@media (max-width: 980px) {
    .diagnostic-feature { grid-template-columns: 190px 1fr; }
    .diagnostic-action { grid-column: 1 / -1; grid-template-columns: 1fr auto; width: min(620px, 100%); margin: 0 auto 14px; }
    .solution-paths { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .solution-path { min-height: 580px; }
    .advisory-strip { grid-template-columns: 190px 1fr; padding-right: 20px; }
    .advisory-action { grid-column: 1 / -1; grid-template-columns: 1fr auto; width: min(620px, 100%); margin: 0 auto 18px; }
}

@media (max-width: 620px) {
    .solutions-panel.shell { width: calc(100% - 16px); padding: 28px 8px 24px; border-radius: 22px; }
    .solutions-heading h2 { font-size: 2.05rem; }
    .solutions-heading h2 br { display: none; }
    .solutions-heading > p:first-child { gap: 9px; font-size: .56rem; letter-spacing: .18em; }
    .solutions-heading > p:first-child span { width: 26px; }
    .diagnostic-feature { grid-template-columns: 1fr; padding: 14px; text-align: center; }
    .solution-cube--featured { margin: -8px auto -20px; }
    .diagnostic-copy { padding: 0; border: 0; }
    .diagnostic-copy h3 { font-size: 2rem; }
    .diagnostic-action { grid-column: auto; grid-template-columns: 1fr; }
    .solution-paths { grid-template-columns: 1fr; }
    .solution-path { min-height: 0; }
    .solution-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .advisory-strip { grid-template-columns: 1fr; padding: 12px; text-align: center; }
    .solution-cube--advisory { margin: -10px auto -20px; }
    .advisory-copy { padding: 0; border: 0; }
    .advisory-action { grid-column: auto; grid-template-columns: 1fr; }
    .solutions-signature { gap: 10px; }
    .solutions-signature > span { width: 30px; }
    .solutions-signature em { display: none; }
}

