:root {
    --navy-950: #020916;
    --navy-900: #06152b;
    --navy-850: #081d3b;
    --navy-800: #0a2851;
    --blue-700: #0f4fa7;
    --blue-600: #1768cf;
    --blue-500: #2f7df6;
    --cyan: #52dff7;
    --gold: #f4c62f;
    --gold-bright: #ffd84a;
    --green: #22c767;
    --ink: #0b1930;
    --text: #53637a;
    --line: #dce5f0;
    --surface: #f4f8fd;
    --white: #fff;
    --shadow: 0 24px 70px rgba(5, 28, 59, .13);
    --radius-lg: 30px;
    --radius-md: 20px;
    --font-body: 'Manrope', sans-serif;
    --font-display: 'Sora', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { background: var(--white); color: var(--ink); font-family: var(--font-body); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { margin: 0 auto; max-width: 1240px; padding-inline: 32px; width: 100%; }
.section-padding { padding-block: 112px; }
.eyebrow { align-items: center; color: var(--gold-bright); display: inline-flex; font-size: .73rem; font-weight: 800; gap: 9px; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-blue { color: var(--blue-600); }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .89rem; font-weight: 800; gap: 10px; justify-content: center; min-height: 52px; padding: 0 24px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold-bright), #efb817); box-shadow: 0 14px 34px rgba(244, 198, 47, .26); color: #07162d; }
.button-primary:hover { box-shadow: 0 18px 42px rgba(244, 198, 47, .35); }
.button-ghost { border-color: rgba(255,255,255,.22); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.38); }
.button-dark { background: var(--navy-900); color: var(--white); }

/* Header */
.corporate-header { --nav-scroll-progress: 0; background: rgba(3, 14, 31, .8); border-bottom: 1px solid rgba(255,255,255,.08); left: 0; opacity: calc(1 - (var(--nav-scroll-progress) * .42)); position: fixed; right: 0; top: 0; transition: opacity .12s linear, background .25s ease, box-shadow .25s ease; z-index: 1000; backdrop-filter: blur(18px); }
.corporate-header.is-scrolled { background: rgba(3, 14, 31, .96); box-shadow: 0 12px 35px rgba(0,0,0,.24); }
.corporate-header:hover, .corporate-header:focus-within, body.menu-open .corporate-header { opacity: 1; }
.header-shell { align-items: center; display: flex; height: 80px; justify-content: space-between; max-width: none; padding: 10px clamp(22px, 4vw, 64px) 10px max(32px, calc((100vw - 1240px) / 2 + 32px)); }
.brand img { height: 54px; object-fit: contain; width: auto; }
#corporate-navigation { align-items: center; display: flex; gap: clamp(20px, 2vw, 34px); margin-left: auto; margin-right: clamp(18px, 2vw, 30px); }
#corporate-navigation a { color: #d7e1f0; font-size: .84rem; font-weight: 700; position: relative; transition: color .2s ease; }
#corporate-navigation a::after { background: var(--gold); border-radius: 2px; bottom: -9px; content: ''; height: 2px; left: 50%; position: absolute; transform: translateX(-50%) scaleX(0); transition: transform .2s ease; width: 22px; }
#corporate-navigation a:hover, #corporate-navigation a[aria-current="page"] { color: var(--white); }
#corporate-navigation a:hover::after, #corporate-navigation a[aria-current="page"]::after { transform: translateX(-50%) scaleX(1); }
.button-header { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: var(--white); min-height: 45px; padding-inline: 18px; }
.button-header i { color: #35dc7a; font-size: 1.05rem; }
.button-header:hover { background: rgba(255,255,255,.14); }
.menu-toggle { background: none; border: 0; cursor: pointer; display: none; height: 42px; padding: 8px; width: 44px; }
.menu-toggle span { background: var(--white); border-radius: 2px; display: block; height: 2px; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; width: 26px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { background: radial-gradient(circle at 80% 20%, rgba(19, 100, 206, .31), transparent 29%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 54%, #07214a); color: var(--white); min-height: 790px; overflow: hidden; padding: 168px 0 118px; position: relative; }
.hero::before { background-image: linear-gradient(rgba(95,181,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(95,181,255,.035) 1px, transparent 1px); background-size: 58px 58px; content: ''; inset: 0; mask-image: linear-gradient(to bottom, black, transparent 90%); position: absolute; }
.hero::after { background: linear-gradient(90deg, var(--gold), var(--cyan), transparent); content: ''; height: 2px; left: 0; opacity: .55; position: absolute; top: 80px; width: 38%; }
.hero-glow { border-radius: 50%; filter: blur(20px); pointer-events: none; position: absolute; }
.glow-one { background: rgba(47, 125, 246, .14); height: 420px; right: -120px; top: 80px; width: 420px; }
.glow-two { background: rgba(244, 198, 47, .07); bottom: -220px; height: 440px; left: 9%; width: 440px; }
.hero-grid { align-items: center; display: grid; gap: 75px; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); position: relative; z-index: 2; }
.hero-copy h1 { font-family: var(--font-display); font-size: clamp(2.85rem, 4.7vw, 5rem); letter-spacing: -.055em; line-height: 1.03; margin: 21px 0 25px; max-width: 760px; }
.hero-copy h1 .hero-highlight, .hero-copy h1 .highlight-letter { background: linear-gradient(100deg, var(--gold-bright), #fff3af); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-word { display: inline-block; white-space: nowrap; }
.hero-letter { animation: hero-letter-in .68s cubic-bezier(.2,.75,.2,1) forwards paused; animation-delay: calc(.16s + (var(--letter-index) * .035s)); display: inline-block; filter: blur(7px); opacity: 0; transform: translateY(30px) rotateX(-78deg) scale(.92); transform-origin: 50% 100%; will-change: transform, opacity, filter; }
.hero-copy.is-visible .hero-letter { animation-play-state: running; }
@keyframes hero-letter-in { 0% { filter: blur(7px); opacity: 0; transform: translateY(30px) rotateX(-78deg) scale(.92); } 72% { filter: blur(0); opacity: 1; transform: translateY(-3px) rotateX(5deg) scale(1.02); } 100% { filter: blur(0); opacity: 1; transform: translateY(0) rotateX(0) scale(1); } }
.hero-copy > p { color: #b8c7db; font-size: 1.08rem; line-height: 1.8; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-actions .button-primary { animation: proposal-button-glow 2.1s ease-in-out infinite; isolation: isolate; position: relative; }
.hero-actions .button-primary::after { animation: proposal-button-ring 2.1s ease-out infinite; border: 2px solid rgba(255,216,74,.62); border-radius: inherit; content: ''; inset: -2px; pointer-events: none; position: absolute; z-index: -1; }
.hero-actions .button-primary:hover::after, .hero-actions .button-primary:focus-visible::after { animation-play-state: paused; opacity: 0; }
@keyframes proposal-button-glow { 0%, 100% { box-shadow: 0 12px 28px rgba(244,198,47,.22); } 50% { box-shadow: 0 16px 42px rgba(244,198,47,.52), 0 0 24px rgba(255,216,74,.2); } }
@keyframes proposal-button-ring { 0% { opacity: .72; transform: scale(1); } 72%, 100% { opacity: 0; transform: scale(1.14, 1.38); } }
.hero-checks { display: flex; flex-wrap: wrap; gap: 24px; list-style: none; margin-top: 27px; }
.hero-checks li { color: #d7e3f3; font-size: .87rem; font-weight: 700; }
.hero-checks i { color: var(--cyan); margin-right: 7px; }
.hero-visual { align-content: center; display: grid; gap: 16px; grid-template-columns: repeat(2, max-content); justify-content: center; min-height: 570px; position: relative; }
.visual-orbit { border: 1px solid rgba(83, 223, 247, .13); border-radius: 50%; pointer-events: none; position: absolute; }
.orbit-one { height: 510px; left: 2%; top: -12px; width: 510px; }
.orbit-two { height: 400px; left: 12%; top: 45px; width: 400px; }
.network-card { background: linear-gradient(145deg, rgba(13,43,83,.92), rgba(6,22,46,.94)); border: 1px solid rgba(117,189,255,.2); border-radius: 28px; box-shadow: 0 45px 90px rgba(0,0,0,.35); grid-column: 1 / -1; justify-self: center; max-width: 445px; padding: 27px; position: relative; width: 445px; z-index: 2; backdrop-filter: blur(18px); }
.network-card::after { border: 1px solid rgba(244,198,47,.24); border-radius: 28px; content: ''; inset: 8px -8px -8px 8px; pointer-events: none; position: absolute; z-index: -1; }
.network-head { align-items: center; border-bottom: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; padding-bottom: 20px; }
.network-head div { display: grid; gap: 4px; }
.network-head span, .connection-score small { color: #8297b5; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.network-head strong { align-items: center; color: #e7f9ef; display: flex; font-size: .9rem; gap: 7px; }
.network-head strong i, .map-status i { background: #25dc7b; border-radius: 50%; box-shadow: 0 0 0 5px rgba(37,220,123,.12); height: 7px; width: 7px; }
.network-head img { height: 39px; width: 39px; }
.connection-score { align-items: flex-end; display: flex; justify-content: space-between; margin-top: 23px; }
.connection-score div { display: grid; }
.connection-score strong { color: var(--white); font-family: var(--font-display); font-size: 2.3rem; letter-spacing: -.06em; }
.connection-score > span { background: rgba(82,223,247,.1); border: 1px solid rgba(82,223,247,.16); border-radius: 999px; color: var(--cyan); font-size: .68rem; font-weight: 800; margin-bottom: 8px; padding: 6px 10px; }
.signal-chart { align-items: flex-end; background: linear-gradient(to top, rgba(47,125,246,.08), transparent); border-bottom: 1px solid rgba(99,174,255,.2); display: flex; gap: 10px; height: 118px; margin: 16px 0 24px; padding: 0 5px; }
.signal-chart span { animation: chart-bar-grow .9s cubic-bezier(.2,.8,.2,1) forwards; background: linear-gradient(to top, var(--blue-600), var(--cyan)); border-radius: 4px 4px 1px 1px; box-shadow: 0 0 14px rgba(82,223,247,.14); flex: 1; height: var(--bar); opacity: .2; transform: scaleY(0); transform-origin: center bottom; }
.signal-chart span:nth-child(3n) { background: linear-gradient(to top, #be8f08, var(--gold-bright)); }
.signal-chart span:nth-child(1) { animation-delay: .3s; }
.signal-chart span:nth-child(2) { animation-delay: .38s; }
.signal-chart span:nth-child(3) { animation-delay: .46s; }
.signal-chart span:nth-child(4) { animation-delay: .54s; }
.signal-chart span:nth-child(5) { animation-delay: .62s; }
.signal-chart span:nth-child(6) { animation-delay: .7s; }
.signal-chart span:nth-child(7) { animation-delay: .78s; }
.signal-chart span:nth-child(8) { animation-delay: .86s; }
.signal-chart span:nth-child(9) { animation-delay: .94s; }
.signal-chart span:nth-child(10) { animation-delay: 1.02s; }
@keyframes chart-bar-grow { 0% { opacity: .2; transform: scaleY(0); } 78% { opacity: 1; transform: scaleY(1.04); } 100% { opacity: 1; transform: scaleY(1); } }
.network-metrics { display: grid; gap: 9px; grid-template-columns: repeat(3, 1fr); }
.network-metrics > div { align-items: center; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; display: flex; gap: 8px; min-width: 0; padding: 10px 8px; }
.network-metrics i { color: var(--gold); font-size: .82rem; }
.network-metrics span { color: #8194ae; display: grid; font-size: .55rem; line-height: 1.35; }
.network-metrics strong { color: var(--white); font-size: .72rem; }
.floating-card { align-items: center; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 15px; box-shadow: 0 18px 40px rgba(0,0,0,.24); color: var(--ink); display: flex; gap: 10px; padding: 12px 15px; position: relative; z-index: 3; }
.floating-card > i { align-items: center; background: #eaf3ff; border-radius: 10px; color: var(--blue-600); display: flex; height: 34px; justify-content: center; width: 34px; }
.floating-card span { color: #66748a; display: grid; font-size: .62rem; line-height: 1.4; }
.floating-card strong { color: var(--ink); font-size: .72rem; }
.floating-speed { justify-self: end; }
.floating-support { justify-self: start; }
.scroll-hint { align-items: center; animation: scroll-arrow 1.8s ease-in-out infinite; background: linear-gradient(145deg, var(--gold-bright), #eeb817); border: 1px solid rgba(255,255,255,.48); border-radius: 50%; bottom: 24px; box-shadow: 0 10px 28px rgba(244,198,47,.28), 0 0 0 7px rgba(244,198,47,.08); color: var(--navy-950); display: flex; height: 46px; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); transition: box-shadow .2s ease, background .2s ease; width: 46px; z-index: 2; }
.scroll-hint:hover { animation-play-state: paused; background: var(--white); box-shadow: 0 14px 34px rgba(244,198,47,.38), 0 0 0 9px rgba(244,198,47,.11); }
.scroll-hint i { font-size: 1rem; }
@keyframes scroll-arrow { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* Trust strip */
.trust-strip { background: var(--white); border-bottom: 1px solid #e8eef6; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { align-items: center; display: flex; gap: 17px; min-height: 126px; padding: 26px 34px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item > i { align-items: center; background: #edf5ff; border-radius: 15px; color: var(--blue-600); display: flex; flex: 0 0 48px; font-size: 1.15rem; height: 48px; justify-content: center; }
.trust-item div { display: grid; gap: 3px; }
.trust-item strong { font-family: var(--font-display); font-size: .92rem; }
.trust-item span { color: var(--text); font-size: .75rem; }

/* Solutions */
.solutions { background: var(--surface); position: relative; }
.solutions::before { background: radial-gradient(circle, rgba(47,125,246,.12) 1px, transparent 1.5px); background-size: 24px 24px; content: ''; height: 270px; opacity: .45; position: absolute; right: 0; top: 40px; width: 250px; }
.section-heading { margin: 0 auto 52px; max-width: 720px; text-align: center; }
.section-heading h2, .performance h2, .events h2, .faq h2, .final-cta h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.2vw, 3.35rem); letter-spacing: -.045em; line-height: 1.15; }
.section-heading h2 { margin: 13px 0 15px; }
.section-heading p { color: var(--text); font-size: .98rem; }
.solutions-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.solution-card { background: var(--white); border: 1px solid #dbe5f1; border-radius: var(--radius-md); display: flex; flex-direction: column; min-height: 420px; overflow: hidden; padding: 34px; position: relative; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card::after { background: linear-gradient(90deg, var(--blue-600), var(--cyan)); bottom: 0; content: ''; height: 4px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
.solution-card:hover { border-color: #b7d0ed; box-shadow: var(--shadow); transform: translateY(-6px); }
.solution-card:hover::after { transform: scaleX(1); }
.solution-card.featured { background: linear-gradient(145deg, var(--navy-900), #0a3064); border-color: #164f94; color: var(--white); }
.solution-card.featured::before { background: radial-gradient(circle, rgba(82,223,247,.11), transparent 67%); content: ''; height: 340px; position: absolute; right: -130px; top: -140px; width: 340px; }
.card-icon { align-items: center; background: #eaf3ff; border-radius: 15px; color: var(--blue-600); display: flex; font-size: 1.25rem; height: 52px; justify-content: center; margin-bottom: 22px; overflow: visible; position: relative; width: 52px; }
.card-icon i { position: relative; transform-origin: center; z-index: 2; }
.featured .card-icon { background: rgba(255,216,74,.13); color: var(--gold-bright); }
.solution-card:nth-child(1) .card-icon i { animation: dedicated-core 2.5s ease-in-out infinite paused; }
.solution-card:nth-child(1) .card-icon::before, .solution-card:nth-child(1) .card-icon::after { animation: dedicated-wave 2.5s ease-out infinite paused; border: 1px solid currentColor; border-radius: 50%; content: ''; inset: 9px; opacity: 0; pointer-events: none; position: absolute; }
.solution-card:nth-child(1) .card-icon::after { animation-delay: 1.05s; }
.solution-card:nth-child(2) .card-icon i { animation: network-flow 2.8s ease-in-out infinite paused; }
.solution-card:nth-child(2) .card-icon::after { animation: network-scan 2.8s ease-in-out infinite paused; background: linear-gradient(90deg, transparent, currentColor, transparent); content: ''; height: 2px; left: 8px; opacity: 0; position: absolute; top: 50%; width: 36px; z-index: 1; }
.solution-card:nth-child(3) .card-icon i { animation: phone-ring 3s ease-in-out infinite paused; }
.solution-card:nth-child(3) .card-icon::before { animation: phone-signal 3s ease-out .25s infinite paused; border: 2px solid currentColor; border-radius: 50%; content: ''; inset: 11px; opacity: 0; pointer-events: none; position: absolute; }
.solution-card:nth-child(4) .card-icon i { animation: calendar-hop 2.8s ease-in-out infinite paused; }
.solution-card:nth-child(4) .card-icon::before { animation: calendar-glow 2.8s ease-out infinite paused; background: currentColor; border-radius: 50%; content: ''; inset: 8px; opacity: 0; position: absolute; }
.solution-card:nth-child(4) .card-icon::after { animation: calendar-check 2.8s ease-in-out infinite paused; border-bottom: 2px solid var(--white); border-right: 2px solid var(--white); bottom: 9px; content: ''; height: 8px; opacity: 0; position: absolute; right: 8px; transform: rotate(45deg) scale(0); width: 4px; z-index: 3; }
.solution-card.is-visible:nth-child(1) .card-icon i, .solution-card.is-visible:nth-child(1) .card-icon::before, .solution-card.is-visible:nth-child(1) .card-icon::after,
.solution-card.is-visible:nth-child(2) .card-icon i, .solution-card.is-visible:nth-child(2) .card-icon::after,
.solution-card.is-visible:nth-child(3) .card-icon i, .solution-card.is-visible:nth-child(3) .card-icon::before,
.solution-card.is-visible:nth-child(4) .card-icon i, .solution-card.is-visible:nth-child(4) .card-icon::before, .solution-card.is-visible:nth-child(4) .card-icon::after { animation-play-state: running; }
@keyframes dedicated-core { 0%, 100% { filter: drop-shadow(0 0 0 rgba(255,216,74,0)); transform: scale(1); } 45% { filter: drop-shadow(0 0 8px rgba(255,216,74,.7)); transform: scale(1.12); } }
@keyframes dedicated-wave { 0% { opacity: .7; transform: scale(.65); } 70%, 100% { opacity: 0; transform: scale(1.75); } }
@keyframes network-flow { 0%, 100% { filter: drop-shadow(0 0 0 rgba(47,125,246,0)); transform: translateY(0); } 45% { filter: drop-shadow(0 0 7px rgba(47,125,246,.5)); transform: translateY(-3px); } 65% { transform: translateY(1px); } }
@keyframes network-scan { 0%, 15% { opacity: 0; transform: translateY(-12px) scaleX(.5); } 35% { opacity: .75; } 75% { opacity: .2; transform: translateY(12px) scaleX(1); } 100% { opacity: 0; transform: translateY(12px) scaleX(.6); } }
@keyframes phone-ring { 0%, 68%, 100% { transform: rotate(0) scale(1); } 73% { transform: rotate(-12deg) scale(1.08); } 78% { transform: rotate(12deg) scale(1.08); } 83% { transform: rotate(-8deg) scale(1.05); } 88% { transform: rotate(8deg) scale(1.05); } 93% { transform: rotate(0) scale(1); } }
@keyframes phone-signal { 0%, 65% { opacity: 0; transform: scale(.65); } 72% { opacity: .55; } 100% { opacity: 0; transform: scale(1.65); } }
@keyframes calendar-hop { 0%, 100% { transform: translateY(0) rotate(0); } 38% { transform: translateY(-4px) rotate(-4deg); } 52% { transform: translateY(0) rotate(2deg); } 65% { transform: translateY(-1px) rotate(0); } }
@keyframes calendar-glow { 0%, 25% { opacity: 0; transform: scale(.55); } 45% { opacity: .15; } 75%, 100% { opacity: 0; transform: scale(1.45); } }
@keyframes calendar-check { 0%, 36% { opacity: 0; transform: rotate(45deg) scale(0); } 50%, 72% { opacity: 1; transform: rotate(45deg) scale(1); } 88%, 100% { opacity: 0; transform: rotate(45deg) scale(.7); } }
.card-label { color: var(--blue-600); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured .card-label { color: var(--gold-bright); }
.solution-card h3 { font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -.035em; margin: 6px 0 12px; }
.solution-card > p { color: var(--text); font-size: .87rem; line-height: 1.75; max-width: 490px; }
.featured > p { color: #b9c9dd; }
.solution-card ul { display: grid; gap: 7px; list-style: none; margin: 20px 0 28px; }
.solution-card li { color: #53657b; font-size: .79rem; font-weight: 600; }
.featured li { color: #d0dceb; }
.solution-card li i { color: var(--blue-500); font-size: .65rem; margin-right: 9px; }
.featured li i { color: var(--gold); }
.card-link { align-items: center; color: var(--blue-600); display: inline-flex; font-size: .8rem; font-weight: 800; gap: 9px; margin-top: auto; width: fit-content; }
.featured .card-link { color: var(--gold-bright); }
.card-link i { transition: transform .2s ease; }
.card-link:hover i { transform: translateX(4px); }

/* Performance */
.performance { background: linear-gradient(140deg, #06142c, #09295a); color: var(--white); overflow: hidden; position: relative; }
.performance::before { background: radial-gradient(circle at 50% 50%, rgba(47,125,246,.17), transparent 58%); content: ''; inset: 0 0 0 50%; position: absolute; }
.performance-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1fr .95fr; position: relative; }
.performance-copy h2 { margin: 15px 0 20px; }
.performance-copy > p { color: #aebfd4; font-size: .94rem; max-width: 600px; }
.benefits-list { display: grid; gap: 14px; margin-top: 32px; }
.benefit-item { align-items: center; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 15px; display: flex; gap: 15px; max-width: 560px; padding: 14px; }
.benefit-item > span { align-items: center; background: rgba(82,223,247,.1); border-radius: 12px; color: var(--cyan); display: flex; flex: 0 0 43px; height: 43px; justify-content: center; }
.benefit-item div { display: grid; }
.benefit-item strong { font-size: .86rem; }
.benefit-item p { color: #94a9c3; font-size: .72rem; }
.network-map { aspect-ratio: 1; margin: 0 auto; max-width: 490px; position: relative; width: 100%; }
.network-map::before, .network-map::after { animation: network-axis-glow 3.2s ease-in-out infinite alternate; content: ''; left: 50%; pointer-events: none; position: absolute; top: 50%; z-index: 0; }
.network-map::before { background: linear-gradient(to bottom, transparent, rgba(47,125,246,.55) 12%, rgba(82,223,247,.82) 50%, rgba(47,125,246,.55) 88%, transparent); box-shadow: 0 0 8px rgba(82,223,247,.15); height: 84%; transform: translate(-50%,-50%); width: 1px; }
.network-map::after { background: linear-gradient(to right, transparent, rgba(47,125,246,.55) 12%, rgba(82,223,247,.82) 50%, rgba(47,125,246,.55) 88%, transparent); box-shadow: 0 0 8px rgba(82,223,247,.15); height: 1px; transform: translate(-50%,-50%); width: 84%; }
.map-ring { border: 1px solid rgba(82,223,247,.14); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); }
.ring-a { height: 72%; width: 72%; }.ring-b { border-style: dashed; height: 94%; width: 94%; }
.map-center, .map-node { align-items: center; backdrop-filter: blur(12px); border: 1px solid rgba(120,194,255,.22); box-shadow: 0 18px 45px rgba(0,0,0,.25); display: flex; flex-direction: column; justify-content: center; position: absolute; z-index: 2; }
.map-center { background: linear-gradient(145deg, #10468e, #071b3c); border-radius: 50%; height: 136px; isolation: isolate; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 136px; }
.map-center::before, .map-center::after { border-radius: 50%; content: ''; inset: -14px; pointer-events: none; position: absolute; z-index: -1; }
.map-center::before { animation: sumer-halo 2.6s ease-out infinite; background: rgba(47,125,246,.2); box-shadow: 0 0 34px rgba(47,125,246,.3); }
.map-center::after { animation: sumer-ring 2.6s ease-out .7s infinite; border: 1px solid rgba(82,223,247,.65); }
.map-center img { animation: sumer-icon-breathe 2.6s ease-in-out infinite; filter: drop-shadow(0 0 10px rgba(244,198,47,.18)); height: 50px; margin-bottom: 5px; position: relative; width: 50px; z-index: 1; }.map-center span { font-family: var(--font-display); font-size: .8rem; position: relative; z-index: 1; }
.map-node { background: rgba(9,39,79,.9); border-radius: 17px; gap: 6px; height: 82px; width: 96px; }
.map-node i { color: var(--gold); filter: drop-shadow(0 0 8px rgba(244,198,47,.2)); font-size: 1.15rem; transform-origin: center; }.map-node span { color: #c5d4e8; font-size: .67rem; font-weight: 700; }
.node-cloud { left: 39%; top: 0; }.node-team { right: 0; top: 40%; }.node-data { bottom: 0; left: 40%; }.node-client { left: 0; top: 40%; }
.node-cloud i { animation: cloud-float 3s ease-in-out infinite; }
.node-team i { animation: team-pulse 2.4s ease-in-out .2s infinite; }
.node-data i { animation: data-bounce 2.7s ease-in-out .45s infinite; }
.node-client i { animation: client-wave 3.2s ease-in-out .15s infinite; }
.map-line { display: none; }
.line-a { transform: rotate(-90deg); }.line-b { transform: rotate(0deg); }.line-c { transform: rotate(90deg); }.line-d { transform: rotate(180deg); }
.map-status { align-items: center; animation: connected-badge-premium 3.4s ease-in-out infinite paused; background: linear-gradient(120deg, #fff, #f5fbff 62%, #fff8d9); border: 1px solid rgba(255,255,255,.92); border-radius: 999px; bottom: 16%; box-shadow: 0 12px 30px rgba(0,0,0,.25); color: var(--ink); display: flex; font-size: .68rem; font-weight: 800; gap: 8px; left: 6%; overflow: hidden; padding: 9px 13px; position: absolute; z-index: 4; }
.map-status::before { animation: connected-sheen 3.4s cubic-bezier(.25,.7,.25,1) infinite paused; background: linear-gradient(110deg, transparent, rgba(82,223,247,.38), rgba(255,216,74,.2), transparent); content: ''; height: 150%; left: -75%; pointer-events: none; position: absolute; top: -25%; transform: skewX(-20deg); width: 58%; }
.map-status i { animation: connected-dot 1.8s ease-in-out infinite paused; position: relative; z-index: 2; }
.network-map.is-visible .map-status, .network-map.is-visible .map-status::before, .network-map.is-visible .map-status i { animation-play-state: running; }
@keyframes network-axis-glow { 0% { filter: brightness(.8); opacity: .55; } 100% { filter: brightness(1.35); opacity: 1; } }
@keyframes connected-badge-premium { 0%, 100% { box-shadow: 0 12px 30px rgba(0,0,0,.24), 0 0 0 rgba(82,223,247,0); transform: translateY(0); } 50% { box-shadow: 0 16px 36px rgba(0,0,0,.3), 0 0 22px rgba(82,223,247,.2); transform: translateY(-4px); } }
@keyframes connected-sheen { 0%, 18% { left: -75%; opacity: 0; } 32% { opacity: 1; } 62% { left: 125%; opacity: .8; } 63%, 100% { left: 125%; opacity: 0; } }
@keyframes connected-dot { 0%, 100% { box-shadow: 0 0 0 5px rgba(37,220,123,.12), 0 0 0 rgba(37,220,123,0); transform: scale(1); } 50% { box-shadow: 0 0 0 7px rgba(37,220,123,.1), 0 0 15px rgba(37,220,123,.75); transform: scale(1.18); } }
@keyframes cloud-float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(4px, -4px); } }
@keyframes team-pulse { 0%, 100% { transform: scale(1); } 45% { transform: scale(1.18); } 65% { transform: scale(1.06); } }
@keyframes data-bounce { 0%, 100% { transform: translateY(0); } 45% { transform: translateY(-5px); } 60% { transform: translateY(-2px); } }
@keyframes client-wave { 0%, 100% { transform: rotate(0); } 35% { transform: rotate(-8deg); } 55% { transform: rotate(8deg); } 70% { transform: rotate(0); } }
@keyframes sumer-icon-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
@keyframes sumer-halo { 0% { opacity: .7; transform: scale(.82); } 70%, 100% { opacity: 0; transform: scale(1.42); } }
@keyframes sumer-ring { 0% { opacity: .75; transform: scale(.9); } 75%, 100% { opacity: 0; transform: scale(1.5); } }

/* Events */
.events { background: var(--white); }
.events-panel { align-items: stretch; background: #eef5fd; border: 1px solid #dbe7f4; border-radius: var(--radius-lg); display: grid; grid-template-columns: .95fr 1.05fr; min-height: 470px; overflow: hidden; }
.events-visual { background: radial-gradient(circle at 50% 35%, rgba(47,125,246,.65), transparent 24%), linear-gradient(145deg, #041126, #0a3471); min-height: 440px; overflow: hidden; position: relative; }
.events-visual::before { animation: projector-haze 5s ease-in-out infinite paused; background: radial-gradient(ellipse at 50% 36%, rgba(82,223,247,.18), transparent 48%); content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 0; }
.events-visual::after { background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 34px 34px; content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.stage-beam { animation-play-state: paused; background: linear-gradient(to bottom, rgba(82,223,247,.44), rgba(47,125,246,.12) 64%, transparent); clip-path: polygon(48% 0, 52% 0, 100% 100%, 0 100%); filter: blur(.2px); height: 112%; mix-blend-mode: screen; opacity: .45; position: absolute; top: -5%; transform-origin: 50% 0; width: 190px; z-index: 1; }
.beam-one { animation: projector-sweep-left 5.8s ease-in-out infinite paused; left: -15px; }.beam-two { animation: projector-sweep-right 6.4s ease-in-out .7s infinite paused; right: -15px; }
.event-screen { align-items: center; animation: projector-screen 4.8s ease-in-out infinite paused; background: linear-gradient(145deg, #0a2652, #082f68); border: 2px solid rgba(82,223,247,.48); box-shadow: 0 0 45px rgba(47,125,246,.35); color: var(--gold-bright); display: flex; flex-direction: column; gap: 7px; height: 180px; justify-content: center; left: 50%; overflow: hidden; position: absolute; top: 44%; transform: translate(-50%,-50%) perspective(500px) rotateX(2deg); width: 58%; z-index: 2; }
.event-screen::before { animation: projector-scan 3.6s linear infinite paused; background: linear-gradient(to bottom, transparent, rgba(82,223,247,.32), transparent); content: ''; height: 36px; left: 0; opacity: 0; position: absolute; top: -42px; width: 100%; }
.event-screen i { animation: wifi-project 2.4s ease-in-out infinite paused; color: var(--cyan); font-size: 2rem; position: relative; z-index: 1; }.event-screen span { animation: screen-title-glow 4.8s ease-in-out infinite paused; font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .12em; position: relative; z-index: 1; }
.events-panel.is-visible .events-visual::before, .events-panel.is-visible .stage-beam, .events-panel.is-visible .event-screen, .events-panel.is-visible .event-screen::before, .events-panel.is-visible .event-screen i, .events-panel.is-visible .event-screen span { animation-play-state: running; }
@keyframes projector-sweep-left { 0%, 100% { opacity: .28; transform: rotate(-14deg) translateX(-8px); } 50% { opacity: .58; transform: rotate(9deg) translateX(72px); } }
@keyframes projector-sweep-right { 0%, 100% { opacity: .3; transform: rotate(14deg) translateX(8px); } 50% { opacity: .6; transform: rotate(-9deg) translateX(-72px); } }
@keyframes projector-haze { 0%, 100% { opacity: .5; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes projector-screen { 0%, 100% { border-color: rgba(82,223,247,.42); box-shadow: 0 0 28px rgba(47,125,246,.26); filter: brightness(.96); } 45% { border-color: rgba(82,223,247,.78); box-shadow: 0 0 58px rgba(47,125,246,.48), inset 0 0 24px rgba(82,223,247,.06); filter: brightness(1.08); } }
@keyframes projector-scan { 0% { opacity: 0; transform: translateY(0); } 14% { opacity: .75; } 76% { opacity: .25; } 100% { opacity: 0; transform: translateY(220px); } }
@keyframes wifi-project { 0%, 100% { filter: drop-shadow(0 0 4px rgba(82,223,247,.25)); transform: scale(1); } 50% { filter: drop-shadow(0 0 15px rgba(82,223,247,.75)); transform: scale(1.14); } }
@keyframes screen-title-glow { 0%, 100% { filter: drop-shadow(0 0 0 rgba(255,216,74,0)); letter-spacing: .12em; } 50% { filter: drop-shadow(0 0 10px rgba(255,216,74,.45)); letter-spacing: .16em; } }
.crowd { align-items: flex-end; bottom: 0; display: flex; gap: 6%; height: 105px; justify-content: center; left: 0; position: absolute; right: 0; z-index: 3; }
.crowd i { background: #010712; border-radius: 50% 50% 0 0; height: 63px; position: relative; width: 36px; }.crowd i::before { background: #010712; border-radius: 50%; content: ''; height: 24px; left: 6px; position: absolute; top: -17px; width: 24px; }.crowd i:nth-child(even) { height: 48px; }
.events-copy { align-self: center; padding: 60px 62px; }
.events-copy h2 { margin: 14px 0 18px; }.events-copy > p { color: var(--text); font-size: .9rem; line-height: 1.8; }
.event-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 30px; }.event-tags span { background: var(--white); border: 1px solid #d9e5f2; border-radius: 999px; color: #4a5d75; font-size: .69rem; font-weight: 800; padding: 7px 12px; }

/* FAQ */
.faq { background: var(--surface); }
.faq-grid { align-items: start; display: grid; gap: 92px; grid-template-columns: .72fr 1.28fr; }
.faq-heading { position: sticky; top: 125px; }.faq-heading h2 { margin: 14px 0 18px; }.faq-heading p { color: var(--text); font-size: .9rem; max-width: 400px; }
.text-contact { align-items: center; color: var(--blue-600); display: inline-flex; font-size: .82rem; font-weight: 800; gap: 9px; margin-top: 25px; }.text-contact i { color: var(--green); font-size: 1.2rem; }
.faq-list { display: grid; }.faq-list details { border-bottom: 1px solid #d6e1ed; }.faq-list details:first-child { border-top: 1px solid #d6e1ed; }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--font-display); font-size: .92rem; justify-content: space-between; list-style: none; padding: 24px 0; }.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { align-items: center; background: #e4eef9; border-radius: 50%; color: var(--blue-600); display: flex; flex: 0 0 30px; height: 30px; justify-content: center; margin-left: 20px; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details p { color: var(--text); font-size: .84rem; line-height: 1.8; max-width: 680px; padding: 0 54px 24px 0; }

/* CTA + footer */
.final-cta { background: linear-gradient(110deg, #0b3470, #06172f); color: var(--white); overflow: hidden; padding-block: 70px; position: relative; }
.final-cta::before { background: radial-gradient(circle, rgba(255,216,74,.12) 1px, transparent 1.5px); background-size: 22px 22px; content: ''; inset: 0 0 0 58%; opacity: .65; position: absolute; }
.final-cta-inner { align-items: center; display: flex; gap: 60px; justify-content: space-between; position: relative; }.final-cta h2 { font-size: clamp(1.8rem, 3vw, 3rem); margin: 12px 0 10px; max-width: 750px; }.final-cta p { color: #afc0d6; font-size: .88rem; }
.final-cta .button { flex: 0 0 auto; }
.corporate-footer { background: var(--navy-950); color: var(--white); padding-top: 66px; }.footer-grid { display: grid; gap: 45px; grid-template-columns: 1.55fr 1fr 1.2fr 1.1fr; padding-bottom: 55px; }
.footer-brand img { height: 50px; width: auto; }.footer-brand p { color: #7f91aa; font-size: .78rem; margin-top: 17px; max-width: 300px; }
.footer-column { align-items: flex-start; display: flex; flex-direction: column; gap: 10px; }.footer-column strong { color: var(--white); font-family: var(--font-display); font-size: .77rem; margin-bottom: 7px; }.footer-column a, .footer-column span { color: #8192a9; font-size: .72rem; transition: color .2s ease; }.footer-column a:hover { color: var(--gold-bright); }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.08); color: #697b93; display: flex; font-size: .66rem; justify-content: space-between; min-height: 72px; }.footer-bottom a { align-items: center; display: flex; gap: 7px; }.footer-bottom a:hover { color: var(--white); }
.floating-whatsapp { align-items: center; background: var(--green); border: 3px solid rgba(255,255,255,.9); border-radius: 999px; bottom: 24px; box-shadow: 0 12px 35px rgba(0,0,0,.28); color: var(--white); display: flex; font-size: .73rem; font-weight: 800; gap: 9px; min-height: 52px; padding: 0 18px; position: fixed; right: 22px; transition: transform .2s ease; z-index: 900; }.floating-whatsapp:hover { transform: translateY(-3px); }.floating-whatsapp i { font-size: 1.35rem; }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.solutions-grid .reveal:nth-child(2), .trust-grid .reveal:nth-child(2) { transition-delay: .08s; }.solutions-grid .reveal:nth-child(3), .trust-grid .reveal:nth-child(3) { transition-delay: .16s; }.solutions-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1120px) {
    #corporate-navigation { gap: 20px; margin-right: 18px; }
    .button-header { font-size: .75rem; padding-inline: 14px; }
    .hero-grid { gap: 35px; grid-template-columns: minmax(0,1fr) minmax(400px,.85fr); }
    .floating-speed { justify-self: end; }.floating-support { justify-self: start; }
}

@media (max-width: 960px) {
    .shell { padding-inline: 24px; }
    .section-padding { padding-block: 88px; }
    .menu-toggle { display: block; margin-left: auto; position: relative; z-index: 4; }
    .button-header { display: none; }
    #corporate-navigation { align-items: stretch; background: rgba(3,14,31,.98); display: flex; flex-direction: column; gap: 0; left: 0; margin: 0; opacity: 0; padding: 106px 28px 35px; pointer-events: none; position: fixed; right: 0; top: 0; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
    #corporate-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    #corporate-navigation a { border-bottom: 1px solid rgba(255,255,255,.08); font-size: 1rem; padding: 18px 5px; }
    #corporate-navigation a::after { display: none; }
    .hero { padding: 145px 0 95px; }
    .hero-grid { grid-template-columns: 1fr; text-align: center; }.hero-copy > p { margin-inline: auto; }.hero-actions, .hero-checks { justify-content: center; }
    .hero-visual { margin: 15px auto 0; max-width: 570px; width: 100%; }
    .trust-item { padding-inline: 17px; }
    .performance-grid { gap: 60px; grid-template-columns: 1fr; }.performance-copy { max-width: 690px; }.network-map { max-width: 460px; }
    .events-panel { grid-template-columns: 1fr; }.events-visual { min-height: 390px; }.events-copy { padding: 48px; }
    .faq-grid { gap: 55px; grid-template-columns: 1fr; }.faq-heading { position: static; }.faq-heading p { max-width: 620px; }
    .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }.footer-column:last-child { display: none; }
}

@media (max-width: 700px) {
    .shell { padding-inline: 19px; }
    .header-shell { height: 76px; }.brand img { height: 42px; }.hero::after { top: 76px; width: 55%; }
    .hero { min-height: auto; padding: 126px 0 80px; }.hero-grid { gap: 25px; }.hero-copy h1 { font-size: clamp(2.35rem, 11vw, 3.55rem); }.hero-copy > p { font-size: .96rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-checks { gap: 10px 18px; }.hero-checks li { font-size: .75rem; }
    .hero-visual { display: block; min-height: 420px; }.network-card { left: 50%; padding: 20px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 95%; }.network-metrics { gap: 5px; }.network-metrics > div { justify-content: center; }.network-metrics i { display: none; }.floating-card { display: none; }.orbit-one { height: 420px; left: 4%; width: 92%; }.orbit-two { height: 330px; left: 14%; width: 72%; }.scroll-hint { display: none; }
    .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }.trust-item { min-height: 100px; padding: 19px 5px; }.trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
    .section-padding { padding-block: 70px; }.section-heading { margin-bottom: 35px; text-align: left; }.solutions-grid { grid-template-columns: 1fr; }.solution-card { min-height: 400px; padding: 28px; }
    .performance-grid { gap: 48px; }.network-map { max-width: 355px; }.map-center { height: 105px; width: 105px; }.map-center img { height: 40px; width: 40px; }.map-node { height: 68px; width: 78px; }.node-cloud { left: 38%; }.node-data { left: 39%; }.map-status { bottom: 13%; left: 1%; }
    .events-panel { border-radius: 22px; }.events-visual { min-height: 310px; }.events-copy { padding: 35px 25px; }.event-screen { height: 145px; width: 68%; }
    .faq-list summary { font-size: .82rem; padding-block: 21px; }.faq-list details p { padding-right: 15px; }
    .final-cta { padding-block: 58px; }.final-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }.final-cta .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; padding-block: 18px; }
    .floating-whatsapp { border-width: 2px; bottom: 15px; height: 52px; justify-content: center; padding: 0; right: 15px; width: 52px; }.floating-whatsapp span { display: none; }
}

@media (max-width: 430px) {
    .hero-copy h1 { font-size: 2.35rem; }.connection-score strong { font-size: 1.9rem; }.network-metrics span { font-size: .5rem; }.network-metrics strong { font-size: .65rem; }.signal-chart { height: 100px; }
    .map-node { height: 62px; width: 70px; }.map-node i { font-size: 1rem; }.map-node span { font-size: .58rem; }.map-center { height: 92px; width: 92px; }.map-center span { font-size: .68rem; }.map-center img { height: 35px; width: 35px; }
    .events-visual { min-height: 270px; }.crowd { transform: scale(.85); transform-origin: bottom; }
}

@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; }
    .signal-chart span { animation-delay: 0ms !important; opacity: 1; transform: scaleY(1); }
    .hero-letter { animation: none; filter: none; opacity: 1; transform: none; }
}
