:root {
    --spz-bg: #060a11;
    --spz-surface: #0b111c;
    --spz-surface-2: #101927;
    --spz-line: rgba(255, 255, 255, .1);
    --spz-text: #f5f7fb;
    --spz-muted: #9aa7bb;
    --spz-cyan: #5ee7f2;
    --spz-blue: #6d7cff;
    --spz-violet: #a56dff;
}

.spz-home {
    color: var(--spz-text);
    background:
        radial-gradient(circle at 14% 28%, rgba(60, 116, 255, .08), transparent 26rem),
        radial-gradient(circle at 88% 60%, rgba(137, 82, 255, .07), transparent 28rem),
        var(--spz-bg);
    font-family: 'Manrope', sans-serif;
    overflow: hidden;
}

.spz-home *, .spz-home *::before, .spz-home *::after { box-sizing: border-box; }
.spz-home h1, .spz-home h2, .spz-home h3, .spz-home p { margin-top: 0; }
.spz-shell { width: min(100% - 48px, 1240px); margin-inline: auto; }
.spz-section { padding: 118px 0; position: relative; }

.spz-hero { position: relative; min-height: 760px; background: #07101c; }
.spz-hero-slider, .spz-hero-slide { min-height: 760px; }
.spz-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .85s ease, visibility .85s ease; }
.spz-hero-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.spz-hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.025); transition: transform 7s ease; }
.spz-hero-slide.is-active > img { transform: scale(1); }
.spz-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,14,.99) 0%, rgba(4,8,14,.93) 32%, rgba(4,8,14,.47) 61%, rgba(4,8,14,.16) 100%), linear-gradient(0deg, rgba(4,8,14,.76), transparent 42%); }
.spz-hero-copy { position: relative; z-index: 3; min-height: 760px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 76px; padding-bottom: 112px; }
.spz-eyebrow, .spz-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--spz-cyan); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.spz-eyebrow { margin-bottom: 26px; }
.spz-eyebrow i { width: 24px; height: 1px; background: var(--spz-cyan); box-shadow: 0 0 12px var(--spz-cyan); }
.spz-hero h1, .spz-hero h2 { max-width: 850px; margin-bottom: 26px; color: #fff; font-size: clamp(3.1rem, 6.15vw, 5.8rem); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
.spz-hero h1 em, .spz-hero h2 em { display: block; color: transparent; background: linear-gradient(105deg, #fff 5%, #83eff7 50%, #9a8cff 100%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.spz-hero-copy > p { max-width: 660px; margin-bottom: 36px; color: #c0cada; font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.75; }
.spz-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.spz-button { min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .02em; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.spz-button:hover { color: #fff; transform: translateY(-3px); }
.spz-button-primary { color: #061018; background: var(--spz-cyan); box-shadow: 0 14px 40px rgba(94, 231, 242, .18); }
.spz-button-primary:hover { color: #061018; box-shadow: 0 18px 46px rgba(94, 231, 242, .3); }
.spz-button-ghost { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.17); backdrop-filter: blur(14px); }
.spz-button-ghost:hover { border-color: var(--spz-cyan); background: rgba(94,231,242,.08); }
.spz-hero-controls { position: absolute; z-index: 8; left: 50%; bottom: 35px; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; }
.spz-slider-arrow { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: rgba(5,9,16,.62); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; backdrop-filter: blur(12px); cursor: pointer; transition: .25s ease; }
.spz-slider-arrow:hover { color: #061018; background: var(--spz-cyan); border-color: var(--spz-cyan); }
.spz-slider-dots { display: flex; align-items: center; gap: 9px; }
.spz-slider-dots button { position: relative; width: 56px; height: 43px; padding: 0; color: #8f9bad; background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 800; }
.spz-slider-dots button::after { content: ''; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: rgba(255,255,255,.2); }
.spz-slider-dots button::before { content: ''; position: absolute; z-index: 2; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--spz-cyan); transition: width .4s ease; }
.spz-slider-dots button.is-active { color: #fff; }
.spz-slider-dots button.is-active::before { width: 100%; }

/* Premium CSS-3D command centre */
.spz-hero-ambient { position: absolute; inset: 0; background: radial-gradient(circle at 77% 43%, rgba(94,231,242,.12), transparent 25%), radial-gradient(circle at 92% 72%, rgba(109,124,255,.13), transparent 24%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, auto, 54px 54px, 54px 54px; -webkit-mask-image: linear-gradient(90deg, transparent 4%, #000 48%, #000); mask-image: linear-gradient(90deg, transparent 4%, #000 48%, #000); }
.spz-hero-slide:first-child .spz-hero-shade { background: radial-gradient(circle at 76% 46%, rgba(94,231,242,.12), transparent 30%), linear-gradient(90deg, rgba(4,8,14,.99) 0%, rgba(4,8,14,.94) 45%, rgba(4,8,14,.74) 100%); }
.spz-hero-layout { width: 100%; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); align-items: center; gap: clamp(36px, 5vw, 76px); }
.spz-hero-message h1 { max-width: 720px; font-size: clamp(3rem, 5.2vw, 5.15rem); }
.spz-hero-message > p { max-width: 610px; margin-bottom: 33px; color: #c0cada; font-size: clamp(1rem, 1.5vw, 1.14rem); line-height: 1.75; }
.spz-hero-assurance { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 9px 17px; color: #9eabba; font-size: 10px; font-weight: 700; }
.spz-hero-assurance span { display: inline-flex; align-items: center; gap: 7px; }
.spz-hero-assurance i { width: 16px; height: 16px; display: grid; place-items: center; color: #061018; background: rgba(94,231,242,.9); border-radius: 50%; font-size: 7px; }

.spz-command-scene { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; width: 100%; height: 500px; perspective: 1100px; transform-style: preserve-3d; }
.spz-command-panel { position: absolute; z-index: 3; inset: 67px 18px 68px 12px; background: linear-gradient(145deg, rgba(19,31,48,.98), rgba(8,14,24,.98)); border: 1px solid rgba(143,229,244,.22); border-radius: 20px; box-shadow: -30px 38px 80px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.07), 28px -18px 90px rgba(73,109,255,.1); overflow: hidden; transform: rotateX(calc(7deg + var(--tilt-x))) rotateY(calc(-11deg + var(--tilt-y))) rotateZ(-1deg) translateZ(25px); transform-style: preserve-3d; transition: transform .22s ease-out; }
.spz-panel-top { height: 52px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; color: #eefaff; background: rgba(255,255,255,.026); border-bottom: 1px solid rgba(255,255,255,.08); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.spz-panel-top span { display: inline-flex; align-items: center; gap: 9px; }
.spz-panel-top span i { width: 9px; height: 9px; background: var(--spz-cyan); border-radius: 50%; box-shadow: 0 0 18px var(--spz-cyan); animation: spzPulse 2s ease-in-out infinite; }
.spz-panel-top b { padding: 5px 8px; color: #6ef5b5; background: rgba(63,222,149,.08); border: 1px solid rgba(63,222,149,.18); border-radius: 999px; font-size: 7px; letter-spacing: .1em; }
.spz-panel-grid { min-height: 310px; display: grid; grid-template-columns: 54px 1fr; }
.spz-panel-nav { padding: 20px 0; display: flex; align-items: center; flex-direction: column; gap: 18px; background: rgba(3,8,14,.42); border-right: 1px solid rgba(255,255,255,.06); }
.spz-panel-nav i { width: 17px; height: 4px; background: rgba(156,173,194,.32); border-radius: 5px; }
.spz-panel-nav i:first-child { width: 24px; height: 24px; background: linear-gradient(135deg, var(--spz-cyan), var(--spz-blue)); border-radius: 7px; box-shadow: 0 7px 20px rgba(94,231,242,.2); }
.spz-panel-main { padding: 20px 21px; }
.spz-mini-heading { display: flex; justify-content: space-between; color: #e9f1fb; font-size: 11px; font-weight: 700; }
.spz-mini-heading small { color: #738197; font-size: 8px; font-weight: 600; }
.spz-metric-row { margin-top: 16px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.spz-metric-row div { min-width: 0; padding: 11px; display: flex; flex-direction: column; gap: 3px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.065); border-radius: 8px; }
.spz-metric-row small { color: #758499; font-size: 6px; white-space: nowrap; }
.spz-metric-row strong { color: #eff7ff; font-size: 13px; }
.spz-metric-row div:nth-child(2) strong { color: var(--spz-cyan); }
.spz-chart-card { position: relative; height: 126px; margin-top: 10px; padding: 11px; background: linear-gradient(180deg, rgba(94,231,242,.045), rgba(255,255,255,.012)); border: 1px solid rgba(255,255,255,.065); border-radius: 9px; overflow: hidden; }
.spz-chart-card > span { color: #8492a7; font-size: 7px; }
.spz-chart-card svg { position: absolute; left: 8px; right: 8px; bottom: 0; width: calc(100% - 16px); }
.spz-chart-fill { fill: url(#spzChartFill); }
.spz-chart-line { fill: none; stroke: var(--spz-cyan); stroke-width: 2; filter: drop-shadow(0 0 5px rgba(94,231,242,.55)); stroke-dasharray: 520; stroke-dashoffset: 520; animation: spzDraw 3.6s ease forwards infinite alternate; }
.spz-pipeline { margin-top: 10px; display: grid; grid-template-columns: 1.3fr .9fr .72fr .5fr; gap: 6px; }
.spz-pipeline span { height: 7px; background: linear-gradient(90deg, rgba(109,124,255,.7), rgba(94,231,242,.25)); border-radius: 999px; }
.spz-float-chip { position: absolute; z-index: 6; min-width: 146px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; color: #eefaff; background: rgba(10,19,31,.89); border: 1px solid rgba(255,255,255,.14); border-radius: 13px; backdrop-filter: blur(16px); box-shadow: 0 20px 40px rgba(0,0,0,.32); transform: translateZ(80px); }
.spz-float-chip > i { width: 31px; height: 31px; display: grid; place-items: center; color: var(--spz-cyan); background: rgba(94,231,242,.08); border: 1px solid rgba(94,231,242,.16); border-radius: 9px; font-size: 11px; }
.spz-float-chip span { display: flex; flex-direction: column; font-size: 9px; font-weight: 800; }
.spz-float-chip small { margin-bottom: 2px; color: #758499; font-size: 6px; text-transform: uppercase; letter-spacing: .1em; }
.spz-chip-api { top: 32px; right: -2px; animation: spzFloat 4.8s ease-in-out infinite; }
.spz-chip-secure { left: -12px; bottom: 28px; animation: spzFloat 5.4s .7s ease-in-out infinite reverse; }
.spz-orbit { position: absolute; z-index: 1; border: 1px solid rgba(94,231,242,.15); border-radius: 50%; transform: rotateX(67deg); }
.spz-orbit::after { content: ''; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; background: var(--spz-cyan); border-radius: 50%; box-shadow: 0 0 15px var(--spz-cyan); }
.spz-orbit-one { width: 475px; height: 475px; left: 8px; top: 22px; animation: spzOrbit 14s linear infinite; }
.spz-orbit-two { width: 350px; height: 350px; left: 69px; top: 80px; border-color: rgba(165,109,255,.17); animation: spzOrbit 11s linear infinite reverse; }
.spz-depth-shadow { position: absolute; z-index: 0; left: 11%; right: 3%; bottom: 42px; height: 80px; background: rgba(35,101,167,.24); filter: blur(38px); border-radius: 50%; transform: rotate(-4deg); }
@keyframes spzFloat { 0%,100% { transform: translate3d(0,0,80px); } 50% { transform: translate3d(0,-12px,80px); } }
@keyframes spzPulse { 50% { opacity: .45; transform: scale(.78); } }
@keyframes spzOrbit { to { transform: rotateX(67deg) rotateZ(360deg); } }
@keyframes spzDraw { to { stroke-dashoffset: 0; } }

.spz-proof-strip { position: relative; z-index: 4; border-top: 1px solid var(--spz-line); border-bottom: 1px solid var(--spz-line); background: rgba(9,15,25,.92); }
.spz-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.spz-proof-grid > div { min-height: 118px; padding: 26px 24px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--spz-line); }
.spz-proof-grid > div:first-child { border-left: 1px solid var(--spz-line); }
.spz-proof-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--spz-cyan); background: rgba(94,231,242,.07); border: 1px solid rgba(94,231,242,.16); border-radius: 12px; }
.spz-proof-grid p { display: flex; flex-direction: column; margin-bottom: 0; }
.spz-proof-grid strong { color: #fff; font-size: 13px; }
.spz-proof-grid small { margin-top: 4px; color: var(--spz-muted); font-size: 11px; }

.spz-section-heading { margin-bottom: 52px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); align-items: end; gap: 55px; }
.spz-kicker { margin-bottom: 18px; }
.spz-section-heading h2, .spz-founder-copy h2 { margin-bottom: 0; color: #fff; font-size: clamp(2.35rem, 4.5vw, 4.15rem); line-height: 1.06; letter-spacing: -.045em; font-weight: 800; }
.spz-section-heading h2 span, .spz-founder-copy h2 span { color: #8995aa; }
.spz-section-heading > p { margin-bottom: 5px; color: var(--spz-muted); font-size: 15px; line-height: 1.75; }

.spz-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--spz-line); border-left: 1px solid var(--spz-line); }
.spz-capability { position: relative; min-height: 320px; padding: 38px; color: inherit; background: rgba(255,255,255,.018); border-right: 1px solid var(--spz-line); border-bottom: 1px solid var(--spz-line); text-decoration: none; overflow: hidden; transition: background .35s ease; }
.spz-capability::before { content: ''; position: absolute; width: 240px; height: 240px; right: -120px; top: -140px; border-radius: 50%; background: rgba(94,231,242,.1); filter: blur(45px); opacity: 0; transition: opacity .35s ease; }
.spz-capability:hover { color: inherit; background: rgba(255,255,255,.045); }
.spz-capability:hover::before { opacity: 1; }
.spz-capability-number { position: absolute; top: 31px; right: 33px; color: #566276; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.spz-capability > i { width: 49px; height: 49px; margin-bottom: 45px; display: grid; place-items: center; color: var(--spz-cyan); background: rgba(94,231,242,.065); border: 1px solid rgba(94,231,242,.17); border-radius: 14px; font-size: 19px; }
.spz-capability h3 { margin-bottom: 14px; color: #fff; font-size: 20px; font-weight: 700; }
.spz-capability p { min-height: 68px; margin-bottom: 25px; color: var(--spz-muted); font-size: 13px; line-height: 1.75; }
.spz-capability strong { color: #c8d2e0; font-size: 12px; }
.spz-capability strong span { display: inline-block; margin-left: 4px; color: var(--spz-cyan); transition: transform .2s ease; }
.spz-capability:hover strong span { transform: translate(3px,-3px); }

.spz-control-section { padding-top: 70px; background: linear-gradient(180deg, transparent, rgba(12,19,31,.68)); }
.spz-control-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.spz-control-copy h2, .spz-faq-intro h2 { margin-bottom: 24px; color: #fff; font-size: clamp(2.3rem, 4.3vw, 4rem); line-height: 1.06; letter-spacing: -.045em; font-weight: 800; }
.spz-control-copy h2 span, .spz-faq-intro h2 span { color: #8995aa; }
.spz-control-copy > p, .spz-faq-intro > p { color: var(--spz-muted); font-size: 14px; line-height: 1.8; }
.spz-control-points { margin: 31px 0 20px; display: grid; gap: 10px; }
.spz-control-points > div { padding: 15px 16px; display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.024); border: 1px solid rgba(255,255,255,.075); border-radius: 12px; }
.spz-control-points i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: var(--spz-cyan); background: rgba(94,231,242,.07); border-radius: 9px; font-size: 11px; }
.spz-control-points span { display: flex; flex-direction: column; gap: 3px; }
.spz-control-points strong { color: #eaf1fa; font-size: 11px; }
.spz-control-points small { color: #7f8da2; font-size: 9px; line-height: 1.5; }
.spz-system-map { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 510px; perspective: 1000px; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform .22s ease-out; }
.spz-map-grid { position: absolute; inset: 32px 8px 10px; background-image: linear-gradient(rgba(94,231,242,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(94,231,242,.055) 1px, transparent 1px); background-size: 38px 38px; border: 1px solid rgba(94,231,242,.11); border-radius: 26px; transform: rotateX(57deg) rotateZ(-2deg) translateZ(-45px); -webkit-mask-image: radial-gradient(circle, #000 28%, transparent 74%); mask-image: radial-gradient(circle, #000 28%, transparent 74%); }
.spz-map-lines { position: absolute; z-index: 1; inset: 18px 0 0; width: 100%; height: 470px; overflow: visible; }
.spz-map-lines path { fill: none; stroke: rgba(94,231,242,.3); stroke-width: 1.5; stroke-dasharray: 6 8; filter: drop-shadow(0 0 4px rgba(94,231,242,.45)); animation: spzFlow 12s linear infinite; }
.spz-map-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 126px; height: 126px; display: grid; place-items: center; align-content: center; gap: 5px; color: #071019; background: radial-gradient(circle at 35% 25%, #d7fbff, var(--spz-cyan) 34%, #596eff 100%); border: 7px solid rgba(255,255,255,.07); border-radius: 30px; box-shadow: 0 28px 60px rgba(63,108,228,.32), 0 0 0 15px rgba(94,231,242,.035); transform: translate(-50%,-50%) rotate(45deg) translateZ(60px); animation: spzCore 5s ease-in-out infinite; }
.spz-map-core span, .spz-map-core small { transform: rotate(-45deg); }
.spz-map-core span { font-size: 28px; font-weight: 900; letter-spacing: -.08em; }
.spz-map-core small { font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.spz-map-node { position: absolute; z-index: 3; min-width: 106px; padding: 13px 15px; display: flex; align-items: center; gap: 9px; color: #dfe9f6; background: rgba(13,23,38,.9); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; backdrop-filter: blur(13px); box-shadow: 0 17px 38px rgba(0,0,0,.28); transform: translateZ(30px); font-size: 9px; font-weight: 800; }
.spz-map-node i { color: var(--spz-cyan); }
.spz-node-leads { left: 2%; top: 14%; }
.spz-node-sales { right: 0; top: 11%; }
.spz-node-ops { right: -1%; bottom: 16%; }
.spz-node-mobile { left: 1%; bottom: 13%; }
.spz-node-reports { left: 50%; top: 1%; transform: translateX(-50%) translateZ(30px); }
@keyframes spzFlow { to { stroke-dashoffset: -140; } }
@keyframes spzCore { 0%,100% { transform: translate(-50%,-50%) rotate(45deg) translateZ(60px) translateY(0); } 50% { transform: translate(-50%,-50%) rotate(45deg) translateZ(60px) translateY(-8px); } }

.spz-software-section { background: linear-gradient(180deg, rgba(14,22,35,.8), rgba(6,10,17,0)); border-top: 1px solid rgba(255,255,255,.055); }
.spz-software-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.spz-software-card { min-width: 0; background: #0b121e; border: 1px solid var(--spz-line); border-radius: 20px; overflow: hidden; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.spz-software-card:hover { transform: translateY(-8px); border-color: rgba(94,231,242,.35); box-shadow: 0 28px 65px rgba(0,0,0,.28); }
.spz-software-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #0a1422; }
.spz-software-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,9,16,.78), transparent 55%); }
.spz-software-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.spz-software-card:hover .spz-software-media img { transform: scale(1.045); }
.spz-software-media > span { position: absolute; z-index: 2; left: 20px; bottom: 17px; padding: 7px 11px; color: #dffcff; background: rgba(5,12,22,.72); border: 1px solid rgba(94,231,242,.25); border-radius: 999px; backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.spz-media-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--spz-cyan); font-size: 44px; background: radial-gradient(circle, rgba(94,231,242,.12), transparent 55%); }
.spz-software-body { padding: 27px; }
.spz-software-body h3 { margin-bottom: 12px; color: #fff; font-size: 19px; font-weight: 750; }
.spz-software-body p { min-height: 70px; margin-bottom: 20px; color: var(--spz-muted); font-size: 13px; line-height: 1.75; }
.spz-tags { min-height: 29px; display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 23px; }
.spz-tags span { padding: 5px 9px; color: #9ca9bc; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 6px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.spz-software-body > a { display: inline-flex; align-items: center; gap: 9px; color: var(--spz-cyan); font-size: 12px; font-weight: 800; text-decoration: none; }
.spz-software-body > a i { transition: transform .2s ease; }
.spz-software-body > a:hover i { transform: translateX(4px); }
.spz-demo-cta { margin-top: 24px; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(105deg, rgba(94,231,242,.07), rgba(109,124,255,.07)); border: 1px solid rgba(94,231,242,.16); border-radius: 16px; }
.spz-demo-cta > div { display: flex; align-items: center; gap: 15px; }
.spz-demo-cta > div > i { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; color: var(--spz-cyan); background: rgba(94,231,242,.08); border: 1px solid rgba(94,231,242,.15); border-radius: 50%; }
.spz-demo-cta span { display: flex; flex-direction: column; gap: 4px; }
.spz-demo-cta strong { color: #fff; font-size: 13px; }
.spz-demo-cta small { color: var(--spz-muted); font-size: 10px; }
.spz-demo-cta .spz-button { min-height: 46px; white-space: nowrap; }

.spz-founder-section { background: #080d16; border-top: 1px solid rgba(255,255,255,.055); border-bottom: 1px solid rgba(255,255,255,.055); }
.spz-founder-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 112px); align-items: center; }
.spz-founder-visual { position: relative; max-width: 475px; }
.spz-founder-frame { position: relative; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; background: #a3a3a3; border: 1px solid rgba(255,255,255,.12); }
.spz-founder-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,9,15,.48), transparent 50%); }
.spz-founder-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.84) contrast(1.04); }
.spz-founder-note { position: absolute; right: -38px; bottom: 34px; width: 245px; padding: 19px 21px; display: flex; flex-direction: column; background: rgba(10,18,29,.88); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; backdrop-filter: blur(16px); box-shadow: 0 22px 55px rgba(0,0,0,.35); }
.spz-founder-note span { margin-bottom: 5px; color: var(--spz-cyan); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.spz-founder-note strong { color: #fff; font-size: 17px; }
.spz-founder-note small { margin-top: 6px; color: var(--spz-muted); font-size: 10px; }
.spz-founder-copy h2 { margin-bottom: 27px; }
.spz-founder-copy > p { color: var(--spz-muted); font-size: 14px; line-height: 1.85; }
.spz-founder-copy .spz-founder-lead { color: #d8e0eb; font-size: 17px; line-height: 1.75; }
.spz-founder-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 30px 0 35px; }
.spz-founder-points > div { padding: 17px; display: flex; gap: 13px; background: rgba(255,255,255,.025); border: 1px solid var(--spz-line); border-radius: 12px; }
.spz-founder-points i { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; color: #061018; background: var(--spz-cyan); border-radius: 50%; font-size: 9px; }
.spz-founder-points span { display: flex; flex-direction: column; color: var(--spz-muted); font-size: 10px; line-height: 1.55; }
.spz-founder-points strong { color: #fff; font-size: 12px; }
.spz-text-link { padding: 14px 8px; display: inline-flex; align-items: center; gap: 9px; color: #d7deea; font-size: 12px; font-weight: 800; text-decoration: none; }
.spz-text-link:hover { color: var(--spz-cyan); }

.spz-process-section { padding-bottom: 130px; }
.spz-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.spz-process-grid::before { content: ''; position: absolute; left: 5%; right: 5%; top: 25px; height: 1px; background: linear-gradient(90deg, transparent, rgba(94,231,242,.34), transparent); }
.spz-process-step { position: relative; padding: 75px 25px 0 0; }
.spz-process-step > span { position: absolute; z-index: 2; top: 10px; left: 0; width: 31px; height: 31px; display: grid; place-items: center; color: #051018; background: var(--spz-cyan); border: 6px solid var(--spz-bg); border-radius: 50%; box-sizing: content-box; font-size: 8px; font-weight: 800; }
.spz-process-step > i { margin-bottom: 21px; color: #7c899d; font-size: 20px; }
.spz-process-step h3 { margin-bottom: 11px; color: #fff; font-size: 17px; }
.spz-process-step p { max-width: 235px; color: var(--spz-muted); font-size: 12px; line-height: 1.75; }

.spz-faq-section { padding-top: 35px; }
.spz-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 112px); align-items: start; }
.spz-faq-intro { position: sticky; top: 125px; }
.spz-accordion { border-top: 1px solid var(--spz-line); }
.spz-accordion details { border-bottom: 1px solid var(--spz-line); }
.spz-accordion summary { min-height: 88px; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #eaf1f9; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.spz-accordion summary::-webkit-details-marker { display: none; }
.spz-accordion summary i { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; color: var(--spz-cyan); background: rgba(94,231,242,.06); border-radius: 50%; font-size: 9px; transition: transform .25s ease; }
.spz-accordion details[open] summary i { transform: rotate(45deg); }
.spz-accordion details p { max-width: 670px; margin: -6px 50px 25px 4px; color: var(--spz-muted); font-size: 13px; line-height: 1.75; }

.spz-cta-section { padding: 0 0 110px; }
.spz-cta { position: relative; min-height: 290px; padding: 58px clamp(30px, 6vw, 74px); display: flex; align-items: center; justify-content: space-between; gap: 55px; background: linear-gradient(120deg, #6075ff 0%, #765df0 52%, #8d5cdc 100%); border-radius: 24px; overflow: hidden; box-shadow: 0 30px 100px rgba(91,82,223,.25); }
.spz-cta::before { content: ''; position: absolute; width: 440px; height: 440px; right: -180px; top: -250px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.spz-cta > * { position: relative; z-index: 2; }
.spz-cta .spz-kicker { color: #fff; opacity: .75; }
.spz-cta h2 { max-width: 710px; margin-bottom: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 800; }
.spz-button-light { color: #202442; background: #fff; white-space: nowrap; }
.spz-button-light:hover { color: #202442; box-shadow: 0 16px 40px rgba(22,18,66,.24); }
.spz-cta-call { display: flex; flex-direction: column; color: #fff; text-decoration: none; white-space: nowrap; }
.spz-cta-call:hover { color: #fff; }
.spz-cta-call small { color: rgba(255,255,255,.65); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.spz-cta-call strong { margin-top: 3px; font-size: 13px; }

.spz-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.spz-reveal.is-visible { opacity: 1; transform: none; }
.spz-capability-grid .spz-reveal:nth-child(2), .spz-software-grid .spz-reveal:nth-child(2), .spz-process-grid .spz-reveal:nth-child(2) { transition-delay: .08s; }
.spz-capability-grid .spz-reveal:nth-child(3), .spz-software-grid .spz-reveal:nth-child(3), .spz-process-grid .spz-reveal:nth-child(3) { transition-delay: .16s; }
.spz-capability-grid .spz-reveal:nth-child(4), .spz-process-grid .spz-reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1100px) {
    .spz-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(370px, .78fr); gap: 25px; }
    .spz-command-scene { height: 450px; transform: scale(.9); transform-origin: right center; }
    .spz-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .spz-proof-grid > div:nth-child(3) { border-left: 1px solid var(--spz-line); border-top: 1px solid var(--spz-line); }
    .spz-proof-grid > div:nth-child(4) { border-top: 1px solid var(--spz-line); }
    .spz-capability-grid { grid-template-columns: repeat(2, 1fr); }
    .spz-software-grid { grid-template-columns: repeat(2, 1fr); }
    .spz-control-grid { grid-template-columns: .9fr 1.1fr; gap: 45px; }
    .spz-founder-grid { grid-template-columns: .9fr 1.1fr; gap: 65px; }
    .spz-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
    .spz-shell { width: min(100% - 32px, 1240px); }
    .spz-section { padding: 84px 0; }
    .spz-hero, .spz-hero-slider, .spz-hero-slide { min-height: 720px; }
    .spz-hero-slide > img { object-position: 67% center; }
    .spz-hero-shade { background: linear-gradient(90deg, rgba(4,8,14,.98), rgba(4,8,14,.74)), linear-gradient(0deg, rgba(4,8,14,.86), transparent 48%); }
    .spz-hero-copy { min-height: 720px; padding-top: 110px; padding-bottom: 120px; }
    .spz-hero h1, .spz-hero h2 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
    .spz-hero-layout { grid-template-columns: 1fr; gap: 6px; }
    .spz-hero-message h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
    .spz-command-scene { display: none; }
    .spz-hero-assurance { margin-top: 20px; }
    .spz-hero-copy > p { font-size: 15px; line-height: 1.65; }
    .spz-hero-controls { bottom: 26px; }
    .spz-slider-dots button { width: 40px; }
    .spz-proof-grid { grid-template-columns: 1fr; padding-top: 8px; padding-bottom: 8px; }
    .spz-proof-grid > div { min-height: 88px; padding: 18px 8px; border: 0 !important; border-bottom: 1px solid var(--spz-line) !important; }
    .spz-proof-grid > div:last-child { border-bottom: 0 !important; }
    .spz-section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
    .spz-section-heading h2, .spz-founder-copy h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
    .spz-capability-grid { grid-template-columns: 1fr; }
    .spz-capability { min-height: auto; padding: 30px; }
    .spz-capability > i { margin-bottom: 32px; }
    .spz-capability p { min-height: 0; }
    .spz-software-grid { grid-template-columns: 1fr; }
    .spz-software-body p { min-height: 0; }
    .spz-control-section { padding-top: 20px; }
    .spz-control-grid { grid-template-columns: 1fr; gap: 38px; }
    .spz-system-map { min-height: 430px; transform: scale(.88); transform-origin: center top; margin-bottom: -52px; }
    .spz-map-node { min-width: 94px; padding: 11px; }
    .spz-demo-cta { align-items: flex-start; flex-direction: column; }
    .spz-demo-cta .spz-button { width: 100%; }
    .spz-founder-grid { grid-template-columns: 1fr; gap: 72px; }
    .spz-founder-visual { width: calc(100% - 20px); }
    .spz-founder-note { right: -20px; bottom: -32px; }
    .spz-founder-points { grid-template-columns: 1fr; }
    .spz-process-grid { grid-template-columns: 1fr; }
    .spz-process-grid::before { left: 20px; right: auto; top: 20px; bottom: 20px; width: 1px; height: auto; }
    .spz-process-step { min-height: 150px; padding: 17px 0 20px 82px; }
    .spz-process-step > span { top: 0; }
    .spz-process-step p { max-width: none; }
    .spz-faq-grid { grid-template-columns: 1fr; gap: 35px; }
    .spz-faq-intro { position: static; }
    .spz-accordion summary { min-height: 78px; font-size: 13px; }
    .spz-cta-section { padding-bottom: 75px; }
    .spz-cta { min-height: 0; padding: 42px 27px; border-radius: 18px; gap: 35px; }
    .spz-cta .spz-actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
    .spz-hero h1, .spz-hero h2 { letter-spacing: -.045em; }
    .spz-actions { width: 100%; }
    .spz-hero-copy .spz-button { width: 100%; }
    .spz-hero-controls .spz-slider-arrow { display: none; }
    .spz-software-body { padding: 23px; }
    .spz-system-map { width: 112%; margin-left: -6%; transform: scale(.78); transform-origin: center top; margin-bottom: -94px; }
    .spz-hero-assurance span { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .spz-hero-slide, .spz-hero-slide > img, .spz-reveal, .spz-software-card, .spz-button { transition: none !important; }
    .spz-reveal { opacity: 1; transform: none; }
    .spz-command-panel, .spz-command-scene, .spz-system-map { transform: none !important; transition: none !important; }
    .spz-orbit, .spz-float-chip, .spz-panel-top span i, .spz-chart-line, .spz-map-lines path, .spz-map-core { animation: none !important; }
}
