:root {
    --bg: #03070d;
    --bg-soft: #07111d;
    --panel: rgba(10, 25, 38, 0.72);
    --panel-strong: rgba(14, 32, 48, 0.9);
    --border: rgba(148, 163, 184, 0.18);
    --text: #ecfdf5;
    --muted: #9fb2c7;
    --green: #27f5a7;
    --green-2: #00b982;
    --cyan: #52d7ff;
    --blue: #3b82f6;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
    --radius: 8px;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.container {
    width: min(100% - 40px, var(--max));
    margin-inline: auto;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    padding: 18px 0;
    border-bottom: 1px solid transparent;
    transition: 0.25s ease;
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(3, 7, 13, 0.82), rgba(3, 7, 13, 0.15));
    transition: 0.25s ease;
}

.site-header.is-scrolled {
    padding: 12px 0;
    border-bottom-color: var(--border);
}

.site-header.is-scrolled::before {
    background: rgba(3, 7, 13, 0.86);
    backdrop-filter: blur(18px);
}

.nav-shell {
    width: min(100% - 40px, var(--max));
    min-height: 56px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand img {
    height: 44px;
    width: auto;
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-menu a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 16px;
    color: rgba(236, 253, 245, 0.82);
    font-size: 0.94rem;
    font-weight: 600;
    border-radius: 999px;
    transition: 0.2s ease;
}

.primary-menu a:hover,
.primary-menu a.is-active {
    color: var(--green);
    background: rgba(39, 245, 167, 0.08);
}

.primary-menu .menu-cta {
    color: #00130d;
    background: linear-gradient(135deg, var(--green), var(--cyan));
    box-shadow: 0 12px 32px rgba(39, 245, 167, 0.18);
}

.primary-menu .menu-cta:hover {
    color: #00130d;
    transform: translateY(-1px);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: currentColor;
    border-radius: 4px;
    transition: 0.25s ease;
}

.menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 68% 34%, rgba(39, 245, 167, 0.18), transparent 32%),
        radial-gradient(circle at 30% 70%, rgba(59, 130, 246, 0.2), transparent 34%),
        linear-gradient(135deg, #02050a 0%, #071624 55%, #03120d 100%);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 7, 13, 0.88) 0%, rgba(3, 7, 13, 0.54) 45%, rgba(3, 7, 13, 0.72) 100%);
    z-index: -1;
}

.hero-network,
.hero-grid,
.hero-orbit {
    position: absolute;
    z-index: -2;
}

.hero-network {
    opacity: 0.5;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
}

.hero-grid {
    background-image:
        radial-gradient(circle, rgba(39, 245, 167, 0.22) 1.2px, transparent 1.4px),
        linear-gradient(rgba(39, 245, 167, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(39, 245, 167, 0.06) 1px, transparent 1px);
    background-size: 52px 52px, 64px 64px, 64px 64px;
    inset: -12%;
    opacity: 0.9;
    mask-image: radial-gradient(ellipse at 36% 46%, black 0%, black 44%, transparent 78%);
    animation: gridDrift 18s linear infinite;
}

.hero-orbit {
    width: 460px;
    height: 460px;
    border: 1px solid rgba(39, 245, 167, 0.18);
    border-radius: 50%;
    inset: 18% 8% auto auto;
    box-shadow: inset 0 0 80px rgba(39, 245, 167, 0.05);
    animation: rotate 26s linear infinite;
}

.hero-orbit-two {
    width: 280px;
    height: 280px;
    inset: auto 18% 14% auto;
    border-color: rgba(82, 215, 255, 0.16);
    animation-duration: 18s;
    animation-direction: reverse;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 92px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    gap: 52px;
    align-items: center;
}

.hero-text {
    position: relative;
    z-index: 2;
}

.hero-text::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -130px;
    top: -118px;
    width: min(980px, 105vw);
    height: 620px;
    background:
        radial-gradient(circle, rgba(82, 215, 255, 0.2) 1.2px, transparent 1.5px),
        radial-gradient(ellipse at 65% 58%, rgba(39, 245, 167, 0.16), transparent 54%),
        radial-gradient(ellipse at 28% 36%, rgba(82, 215, 255, 0.11), transparent 46%);
    background-size: 62px 62px, 100% 100%, 100% 100%;
    mask-image: radial-gradient(ellipse at 44% 54%, black 0%, black 46%, transparent 76%);
    opacity: 0.82;
    pointer-events: none;
    animation: dottedDrift 20s ease-in-out infinite alternate;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

.hero-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--green);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 880px;
    margin: 0;
    color: white;
    font-size: clamp(2.65rem, 6.4vw, 5.8rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.hero h1 span,
.section-heading h2 span {
    color: transparent;
    background: linear-gradient(135deg, var(--green), var(--cyan));
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-copy {
    max-width: 660px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-graphic {
    position: relative;
    min-height: 300px;
    display: grid;
    place-items: center;
    opacity: 0;
    transform: translateX(30px) scale(0.98);
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.hero-slide.is-active .hero-graphic {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.orbit-graphic {
    font-size: clamp(12px, 1.35vw, 17px);
    width: 25em;
    height: 25em;
}

.orbit-graphic::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90%;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(39, 245, 167, 0.16), transparent 60%),
        conic-gradient(from 90deg, rgba(39, 245, 167, 0.35), rgba(82, 215, 255, 0.05), rgba(59, 130, 246, 0.28), rgba(39, 245, 167, 0.35));
    filter: blur(6px);
    opacity: 0.55;
}

.orbit-track {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border: 1px dashed rgba(39, 245, 167, 0.24);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.track-near {
    width: 16em;
    height: 16em;
    animation: rotate 60s linear infinite;
}

.track-far {
    width: 22em;
    height: 22em;
    border-color: rgba(82, 215, 255, 0.18);
    animation: rotate 85s linear infinite reverse;
}

.orbit-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 9em;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    gap: 0.3em;
    padding: 0.9em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background:
        radial-gradient(circle at 34% 28%, rgba(39, 245, 167, 0.3), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), inset 0 0 2.5em rgba(39, 245, 167, 0.1);
    backdrop-filter: blur(16px);
    transform: translate(-50%, -50%);
}

.orbit-core svg {
    width: 2.4em;
    height: 2.4em;
    stroke: var(--green);
    filter: drop-shadow(0 0 0.5em rgba(39, 245, 167, 0.6));
}

.orbit-slot {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: calc(var(--orbit-radius) * 2);
    height: calc(var(--orbit-radius) * 2);
    transform: translate(-50%, -50%) rotate(var(--start));
}

.orbit-spin {
    position: absolute;
    inset: 0;
    animation: rotate var(--dur) linear infinite;
    animation-delay: var(--delay, 0s);
}

.orbit-spin::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: calc(var(--orbit-radius) - 4.5em);
    background: linear-gradient(180deg, transparent, rgba(39, 245, 167, 0.55));
    transform: translate(-50%, calc(-100% - 4.5em));
}

.orbit-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3.2em;
    height: 3.2em;
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--start)));
    animation: orbitKeep var(--dur) linear infinite;
    animation-delay: var(--delay, 0s);
}

.orbit-icon-inner {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
}

.orbit-icon svg {
    width: 1.5em;
    height: 1.5em;
    stroke: var(--cyan);
}

.orbit-icon.is-green svg {
    stroke: var(--green);
}

@keyframes orbitKeep {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--start))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--start) - 360deg)); }
}

.flow-graphic {
    font-size: clamp(12px, 1.35vw, 17px);
    width: 23em;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5em;
}

.flow-graphic::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 2.9em;
    top: 2.6em;
    bottom: 2.6em;
    width: 2px;
    background: linear-gradient(180deg, var(--green), var(--cyan));
    opacity: 0.4;
}

.flow-step {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.1em;
    padding: 1em 1.3em;
    border-radius: 1em;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
}

.flow-badge {
    flex: none;
    display: grid;
    place-items: center;
    width: 3.2em;
    height: 3.2em;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(180deg, rgba(39, 245, 167, 0.2), rgba(82, 215, 255, 0.06));
}

.flow-badge svg {
    width: 1.5em;
    height: 1.5em;
    stroke: var(--green);
}

.flow-step:nth-child(even) .flow-badge svg {
    stroke: var(--cyan);
}

.flow-copy span {
    display: block;
    margin-bottom: 0.25em;
    color: var(--green);
    font-size: 0.64em;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.flow-copy strong {
    font-size: 1.05em;
    color: var(--text);
}

.device-graphic {
    font-size: clamp(12px, 1.35vw, 17px);
    width: 25em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1.4em;
}

.device-desktop,
.device-mobile {
    position: relative;
    border-radius: 1em;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(14px);
}

.device-desktop {
    width: 15em;
    padding: 1.1em;
}

.device-tag {
    position: absolute;
    top: -1.1em;
    left: 1.1em;
    padding: 0.4em 0.8em;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(3, 7, 13, 0.8);
    color: var(--green);
    font-size: 0.6em;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.device-tag-alt {
    color: var(--cyan);
}

.device-dots {
    display: flex;
    gap: 0.4em;
    margin-bottom: 1em;
}

.device-dots span {
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.device-dots span:first-child {
    background: var(--green);
}

.device-bars {
    display: flex;
    align-items: flex-end;
    gap: 0.6em;
    height: 5em;
    margin-bottom: 1em;
}

.device-bars span {
    flex: 1;
    height: var(--h);
    border-radius: 0.3em 0.3em 0 0;
    background: linear-gradient(180deg, var(--green), rgba(39, 245, 167, 0.12));
}

.device-bars span:nth-child(even) {
    background: linear-gradient(180deg, var(--cyan), rgba(82, 215, 255, 0.12));
}

.device-rows {
    display: grid;
    gap: 0.55em;
}

.device-rows span {
    height: 0.55em;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.device-rows span:last-child {
    width: 65%;
}

.device-mobile {
    width: 7.6em;
    padding: 1.6em 0.9em 1.1em;
    border-radius: 1.6em;
}

.device-mobile-notch {
    position: absolute;
    top: 0.7em;
    left: 50%;
    width: 2.4em;
    height: 0.35em;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    transform: translateX(-50%);
}

.device-mobile-lines {
    display: grid;
    gap: 0.7em;
}

.device-mobile-lines span {
    height: 2.4em;
    border-radius: 0.6em;
    background: linear-gradient(135deg, rgba(39, 245, 167, 0.22), rgba(82, 215, 255, 0.1));
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.22s ease;
}

.button-primary {
    color: #00130d;
    background: linear-gradient(135deg, var(--green), var(--cyan));
    box-shadow: 0 18px 45px rgba(39, 245, 167, 0.22);
}

.button-secondary {
    color: var(--text);
    border-color: var(--border);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

.button:hover {
    transform: translateY(-2px);
}

.hero-dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 42px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero-dots button {
    width: 34px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
    cursor: pointer;
}

.hero-dots button.is-active {
    background: var(--green);
}

.scroll-cue {
    position: absolute;
    right: 38px;
    bottom: 34px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.scroll-cue i {
    position: relative;
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.22);
}

.scroll-cue i::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    animation: scrollCue 1.8s ease infinite;
}

.section {
    position: relative;
    padding: 40px 0;
    background:
        radial-gradient(circle at top left, rgba(39, 245, 167, 0.08), transparent 30%),
        linear-gradient(180deg, var(--bg), #06101b);
}

.services-section,
.contact-section {
    background:
        radial-gradient(circle at top right, rgba(82, 215, 255, 0.08), transparent 34%),
        linear-gradient(180deg, #06101b, var(--bg));
}

.section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.section-lead {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 1.1rem;
}

.glass-panel,
.service-card,
.office-card,
.metric-card,
.product-card {
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 24px;
    align-items: stretch;
}

.about-copy {
    padding: 34px;
    border-radius: var(--radius);
}

.about-copy p {
    margin: 0 0 18px;
    color: #c5d4e3;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

.about-metrics {
    display: grid;
    align-content: center;
    gap: 20px;
}

.metric-card {
    padding: 28px;
    border-radius: var(--radius);
}

.metric-card-icon {
    display: inline-grid;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    place-items: center;
    border: 1px solid rgba(39, 245, 167, 0.28);
    border-radius: 8px;
    color: var(--green);
    background: rgba(39, 245, 167, 0.08);
}

.metric-card-icon svg {
    width: 20px;
    height: 20px;
}

.metric-card strong {
    display: block;
    color: var(--green);
    font-size: 1.45rem;
    line-height: 1;
}

.metric-card span {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    line-height: 1.55;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.service-card {
    position: relative;
    overflow: hidden;
    min-height: 236px;
    padding: 28px;
    border-radius: var(--radius);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(39, 245, 167, 0.16), transparent 38%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.service-card:hover,
.office-card:hover,
.product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(39, 245, 167, 0.45);
}

.service-card:hover::before {
    opacity: 1;
}

.service-visual {
    position: relative;
    z-index: 1;
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(39, 245, 167, 0.28);
    border-radius: 8px;
    color: var(--green);
    background: rgba(39, 245, 167, 0.08);
    font-weight: 900;
}

.service-card h3 {
    position: relative;
    z-index: 1;
    margin: 22px 0 10px;
    font-size: 1.15rem;
}

.service-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--muted);
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.client-grid figure {
    display: grid;
    height: 100px;
    place-items: center;
    margin: 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    background: #eef2f6;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.client-grid figure:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(39, 245, 167, 0.25);
}

.client-grid img {
    max-height: 56px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(1) contrast(1.05) opacity(0.85);
    transition: 0.25s ease;
}

.client-grid figure:hover img {
    filter: none;
    transform: scale(1.05);
}

.service-visual {
    width: 100%;
    height: 132px;
    justify-content: center;
    color: rgba(236, 253, 245, 0.95);
    background:
        linear-gradient(135deg, rgba(39, 245, 167, 0.24), rgba(82, 215, 255, 0.08)),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.22), transparent 24%);
}

.service-visual svg {
    width: 52px;
    height: 52px;
    stroke: rgba(236, 253, 245, 0.9);
    filter: drop-shadow(0 0 12px rgba(39, 245, 167, 0.45));
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 28px;
}

.product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius);
}

.product-image {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: #07111d;
    cursor: pointer;
}

.product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(3, 7, 13, 0.92) 100%);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 26px 28px;
}

.product-copy h3 {
    margin: 0;
    font-size: 1.28rem;
    line-height: 1.28;
}

.product-copy p:not(.eyebrow) {
    flex: 1;
    color: var(--muted);
    margin: 12px 0 20px;
    font-size: 0.92rem;
    line-height: 1.55;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 24px;
    align-items: start;
}

.contact-form {
    padding: 32px;
    border-radius: var(--radius);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 16px;
}

.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form span {
    color: #d7e5f2;
    font-weight: 700;
    font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    color: var(--text);
    background: rgba(3, 7, 13, 0.54);
    outline: none;
    padding: 14px 15px;
    transition: 0.2s ease;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: rgba(39, 245, 167, 0.65);
    box-shadow: 0 0 0 4px rgba(39, 245, 167, 0.08);
}

.contact-form label.has-error input,
.contact-form label.has-error textarea {
    border-color: rgba(248, 113, 113, 0.8);
}

.contact-form small {
    min-height: 18px;
    color: #fca5a5;
    font-size: 0.78rem;
}

.form-note {
    margin: 16px 0 0;
    color: var(--green);
    font-weight: 700;
}

.contact-cards {
    display: grid;
    gap: 18px;
}

.office-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 28px;
    border-radius: var(--radius);
    transition: 0.25s ease;
}

.office-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 8px;
    color: var(--green);
    background: rgba(39, 245, 167, 0.08);
}

.office-icon svg,
.contact-link svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.office-card h3 {
    margin: 0 0 8px;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.84rem;
}

.office-card strong {
    display: block;
    margin-bottom: 12px;
}

.office-card address {
    color: var(--muted);
    font-style: normal;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--text);
    font-weight: 800;
}

.site-footer {
    padding: 70px 0 0;
    background: #02050a;
    border-top: 1px solid var(--border);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.75fr 1fr;
    gap: 42px;
}

.footer-brand p {
    max-width: 360px;
    color: var(--muted);
}

.site-footer h3 {
    margin: 0 0 14px;
    font-size: 1rem;
}

.site-footer a {
    display: block;
    width: fit-content;
    margin: 8px 0;
    color: var(--muted);
    transition: 0.2s ease;
}

.site-footer a:hover {
    color: var(--green);
}

.footer-bottom {
    margin-top: 48px;
    padding: 20px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
}

.reveal {
    opacity: 1;
    transform: translateY(0);
}

.animations-ready .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes rotate {
    to { transform: rotate(360deg); }
}

@keyframes scrollCue {
    to { top: 40px; opacity: 0; }
}

@keyframes gridDrift {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(64px, 64px, 0); }
}

@keyframes dottedDrift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.62;
    }
    100% {
        transform: translate3d(38px, 18px, 0) scale(1.08);
        opacity: 0.86;
    }
}

@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 22px 70px rgba(39, 245, 167, 0.18);
    }
}

@media (max-width: 980px) {
    .menu-toggle {
        display: block;
        position: relative;
        z-index: 1002;
    }

    .primary-menu {
        position: fixed;
        inset: 0;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 12px;
        padding: 34px;
        background: rgba(3, 7, 13, 0.96);
        backdrop-filter: blur(18px);
        transform: translateX(100%);
        transition: transform 0.28s ease;
    }

    .primary-menu.is-open {
        transform: translateX(0);
    }

    .primary-menu a {
        justify-content: center;
        min-height: 58px;
        font-size: 1.2rem;
    }

    .about-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-text::before {
        left: -42px;
        top: -58px;
        width: min(680px, 110vw);
        height: 360px;
    }

    .hero-graphic {
        min-height: 0;
        max-width: 380px;
        width: 100%;
        justify-self: center;
        transform: translateY(20px) scale(0.98);
    }

    .hero-slide.is-active .hero-graphic {
        transform: translateY(0) scale(1);
    }

    .orbit-graphic,
    .flow-graphic,
    .device-graphic {
        font-size: clamp(10px, 3.4vw, 14px);
    }

    .services-grid,
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .scroll-cue {
        display: none;
    }
}

@media (max-width: 680px) {
    .container,
    .nav-shell {
        width: min(100% - 28px, var(--max));
    }

    .hero {
        min-height: 760px;
    }

    .hero-content {
        padding-top: 118px;
        padding-bottom: 56px;
    }

    .hero h1 {
        font-size: clamp(2.15rem, 11.5vw, 3.6rem);
        line-height: 1.06;
    }

    .hero-text::before {
        left: -24px;
        top: -40px;
        width: 112vw;
        height: 300px;
        opacity: 0.56;
    }

    .hero-copy {
        margin-top: 20px;
    }

    .hero-actions {
        margin-top: 24px;
    }

    .hero-graphic {
        min-height: 0;
        margin-top: 6px;
    }

    .orbit-graphic,
    .flow-graphic,
    .device-graphic {
        font-size: clamp(9px, 2.7vw, 12px);
    }

    .section {
        padding: 60px 0;
    }

    .about-copy,
    .contact-form,
    .product-copy,
    .office-card {
        padding: 22px;
    }

    .services-grid,
    .products-grid,
    .form-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .client-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-grid figure {
        height: 86px;
    }

    .office-card {
        grid-template-columns: 1fr;
    }
}

.ai-bot {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 68px;
    height: 68px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-9999px, -9999px);
}

.ai-bot.is-visible {
    opacity: 1;
    transition: opacity 0.6s ease;
}

.ai-bot.can-move {
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-bot-inner {
    position: relative;
    width: 100%;
    height: 100%;
    animation: botBob 4.2s ease-in-out infinite;
}

.ai-bot-ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(39, 245, 167, 0.35), transparent 70%);
    animation: botRingPulse 2.6s ease-in-out infinite;
}

.ai-bot-orb {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background:
        radial-gradient(circle at 32% 28%, rgba(39, 245, 167, 0.35), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.45), 0 0 24px rgba(39, 245, 167, 0.25);
    backdrop-filter: blur(14px);
    cursor: pointer;
    pointer-events: auto;
}

.ai-bot-orb svg {
    width: 42px;
    height: 42px;
    color: var(--green);
    filter: drop-shadow(0 0 6px rgba(39, 245, 167, 0.65));
}

.ai-bot-eye {
    transform-box: fill-box;
    transform-origin: center;
    animation: botBlink 4.6s ease-in-out infinite;
}

.ai-bot-antenna {
    transform-box: fill-box;
    transform-origin: center;
    animation: botAntennaPulse 2s ease-in-out infinite;
}

.ai-bot-eyes {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.ai-bot-mouth {
    transform-box: fill-box;
    transform-origin: center;
    transition: opacity 0.2s ease;
}

.ai-bot-mouth-flat,
.ai-bot-think-dots,
.ai-bot-waves {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ai-bot-think-dots circle {
    transform-box: fill-box;
    transform-origin: center;
    animation: botDotBounce 1s ease-in-out infinite;
}

.ai-bot-think-dots circle:nth-child(2) {
    animation-delay: 0.15s;
}

.ai-bot-think-dots circle:nth-child(3) {
    animation-delay: 0.3s;
}

.ai-bot-wave-l,
.ai-bot-wave-r {
    transform-box: fill-box;
    transform-origin: center;
    animation: botWavePulse 1s ease-out infinite;
}

.ai-bot-wave-r {
    animation-delay: 0.3s;
}

.ai-bot.is-listening .ai-bot-eyes {
    transform: scale(1.14);
}

.ai-bot.is-listening .ai-bot-waves {
    opacity: 1;
}

.ai-bot.is-listening .ai-bot-ring {
    animation-duration: 1.1s;
}

.ai-bot.is-thinking .ai-bot-eyes {
    transform: translateY(-2px);
}

.ai-bot.is-thinking .ai-bot-mouth {
    opacity: 0;
}

.ai-bot.is-thinking .ai-bot-mouth-flat {
    opacity: 1;
}

.ai-bot.is-thinking .ai-bot-think-dots {
    opacity: 1;
}

.ai-bot.is-thinking .ai-bot-ring {
    background: radial-gradient(circle, rgba(82, 215, 255, 0.4), transparent 70%);
}

.ai-bot.is-speaking .ai-bot-mouth {
    animation: botTalk 0.35s ease-in-out infinite;
}

.ai-bot.is-speaking .ai-bot-ring {
    animation-duration: 0.8s;
}

.ai-bot.is-celebrating .ai-bot-ring {
    background: radial-gradient(circle, rgba(39, 245, 167, 0.55), transparent 70%);
    animation-duration: 0.6s;
}

.ai-bot.is-celebrating .ai-bot-inner {
    animation: botCelebrate 0.6s ease-in-out infinite;
}

.ai-bot.is-celebrating .ai-bot-antenna {
    animation: botAntennaPulse 0.5s ease-in-out infinite;
}

@keyframes botCelebrate {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-14px) rotate(-6deg); }
    75% { transform: translateY(-14px) rotate(6deg); }
}

@keyframes botBob {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes botRingPulse {
    0%, 100% { transform: scale(1); opacity: 0.55; }
    50% { transform: scale(1.18); opacity: 0.15; }
}

@keyframes botBlink {
    0%, 92%, 100% { transform: scaleY(1); }
    96% { transform: scaleY(0.15); }
}

@keyframes botAntennaPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

@keyframes botDotBounce {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
    30% { transform: translateY(-3px); opacity: 1; }
}

@keyframes botWavePulse {
    0% { opacity: 0.9; transform: scale(0.7); }
    100% { opacity: 0; transform: scale(1.3); }
}

@keyframes botTalk {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(0.4); }
}

.ai-bot-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9997;
    background: rgba(3, 7, 13, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.ai-bot-backdrop.is-visible {
    opacity: 1;
}

.ai-bot-bubbles {
    position: fixed;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: min(300px, calc(100vw - 32px));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(39, 245, 167, 0.35) transparent;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px) scale(0.97);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.ai-bot-bubbles::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.ai-bot-bubbles::-webkit-scrollbar-track {
    background: transparent;
}

.ai-bot-bubbles::-webkit-scrollbar-thumb {
    background: rgba(39, 245, 167, 0.35);
    border-radius: 999px;
}

.ai-bot-bubbles::-webkit-scrollbar-thumb:hover {
    background: rgba(39, 245, 167, 0.55);
}

.ai-bot-bubbles.is-below {
    flex-direction: column-reverse;
}

.ai-bot-bubbles.is-open {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.ai-bot-bubble {
    position: relative;
    padding: 18px 30px 18px 20px;
    border-radius: 22px;
    border: 2px solid rgba(39, 245, 167, 0.55);
    background: linear-gradient(180deg, rgba(6, 16, 27, 0.55), rgba(6, 16, 27, 0.32));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    color: var(--text);
}

.ai-bot-bubble-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.06);
    color: var(--muted);
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}

.ai-bot-bubble-text {
    margin: 0 0 14px;
    font-size: 0.92rem;
    line-height: 1.5;
}

.ai-bot-bubble-text strong {
    color: var(--green);
}

.ai-bot-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ai-bot-ask {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.ai-bot-ask-input {
    flex: 1;
    min-width: 0;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-size: 0.8rem;
    font-family: inherit;
}

.ai-bot-ask-input::placeholder {
    color: var(--muted);
}

.ai-bot-ask-input:focus {
    outline: none;
    border-color: rgba(39, 245, 167, 0.5);
}

.ai-bot-ask-submit {
    flex: none;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(39, 245, 167, 0.4);
    background: rgba(39, 245, 167, 0.12);
    color: var(--green);
    cursor: pointer;
}

.ai-bot-ask-submit svg {
    width: 16px;
    height: 16px;
}

.ai-bot-ask-submit:hover {
    background: rgba(39, 245, 167, 0.22);
}

.ai-bot-bubble-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 10px;
}

.ai-bot-bubble-header .ai-bot-bubble-title {
    margin: 0;
}

.ai-bot-bubble-refresh {
    flex: none;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin-top: 1px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.05);
    color: var(--muted);
    cursor: pointer;
}

.ai-bot-bubble-refresh:hover {
    color: var(--cyan);
    border-color: rgba(82, 215, 255, 0.5);
}

.ai-bot-bubble-refresh svg {
    width: 13px;
    height: 13px;
}

.ai-bot-bubble-refresh.is-spinning svg {
    animation: botRefreshSpin 0.7s linear infinite;
}

.ai-bot-bubble-note {
    margin: -4px 0 12px;
    font-size: 0.72rem;
    color: var(--muted);
    font-style: italic;
}

@keyframes botRefreshSpin {
    to { transform: rotate(360deg); }
}

.ai-bot-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ai-bot-chip svg {
    flex: none;
    width: 14px;
    height: 14px;
    stroke: var(--cyan);
}

.ai-bot-chip.is-active svg {
    stroke: var(--green);
}

.ai-bot-chip:hover {
    border-color: rgba(39, 245, 167, 0.5);
}

.ai-bot-chip.is-active {
    border-color: var(--green);
    background: rgba(39, 245, 167, 0.14);
    color: var(--green);
}

.ai-bot-bubble-tail {
    position: absolute;
    bottom: -10px;
    left: var(--tail-x, 32px);
    width: 18px;
    height: 18px;
    background: #0a1420;
    border-right: 2px solid rgba(39, 245, 167, 0.55);
    border-bottom: 2px solid rgba(39, 245, 167, 0.55);
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 4px 0;
    transform: translateX(-50%) rotate(45deg);
}

.ai-bot-bubbles.is-below .ai-bot-bubble-tail {
    top: -10px;
    bottom: auto;
    border-right: 0;
    border-bottom: 0;
    border-left: 2px solid rgba(39, 245, 167, 0.55);
    border-top: 2px solid rgba(39, 245, 167, 0.55);
    border-radius: 4px 0 0 0;
}

.ai-bot-bubble-result {
    border-color: rgba(82, 215, 255, 0.55);
}

.ai-bot-bubble-result[hidden] {
    display: none;
}

.ai-bot-bubble-title {
    margin: 0 0 10px;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--cyan);
}

.ai-bot-bubble-list {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.ai-bot-bubble-list li {
    position: relative;
    padding-left: 18px;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--muted);
}

.ai-bot-bubble-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
}

.ai-bot-bubble-cta,
.ai-bot-lead-toggle,
.ai-bot-lead-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 16px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--green), var(--cyan));
    color: #03070d;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
}

.ai-bot-lead-submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.ai-bot-thinking {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 4px 4px;
}

.ai-bot-thinking-dot {
    flex: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
    animation: botDotBounce 1s ease-in-out infinite;
}

.ai-bot-thinking-dot:nth-child(2) {
    animation-delay: 0.15s;
}

.ai-bot-thinking-dot:nth-child(3) {
    animation-delay: 0.3s;
}

.ai-bot-thinking-text {
    margin: 0;
    font-size: 0.85rem;
    font-style: italic;
    color: var(--muted);
}

.ai-bot-lead {
    margin: 4px 0 14px;
}

.ai-bot-lead-form {
    display: grid;
    gap: 8px;
    margin-top: 4px;
}

.ai-bot-lead-form[hidden] {
    display: none;
}

.ai-bot-lead-form input {
    padding: 9px 12px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-size: 0.8rem;
    font-family: inherit;
}

.ai-bot-lead-form input::placeholder {
    color: var(--muted);
}

.ai-bot-lead-form input:focus {
    outline: none;
    border-color: rgba(39, 245, 167, 0.5);
}

.ai-bot-lead-status {
    margin: 2px 0 0;
    font-size: 0.74rem;
    color: var(--muted);
}

.ai-bot-lead-status.is-error {
    color: #fca5a5;
}

.ai-bot-lead-success {
    margin: 4px 0 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(39, 245, 167, 0.12);
    border: 1px solid rgba(39, 245, 167, 0.35);
    color: var(--green);
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
}

.ai-bot-bubble-change {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    color: var(--muted);
    font-size: 0.74rem;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.ai-bot-bubble-change:hover {
    color: var(--cyan);
}

@media (max-width: 680px) {
    .ai-bot-bubble {
        padding: 16px 26px 16px 16px;
    }

    .ai-bot-bubble-text {
        font-size: 0.86rem;
    }
}

@media (max-width: 680px) {
    .ai-bot {
        width: 56px;
        height: 56px;
    }

    .ai-bot-orb svg {
        width: 36px;
        height: 36px;
    }
}

.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 40px;
    background: rgba(3, 7, 13, 0.9);
    backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.image-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.image-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
    transform: scale(0.96);
    transition: transform 0.25s ease;
}

.image-lightbox.is-open img {
    transform: scale(1);
}

.image-lightbox-close {
    position: fixed;
    top: 22px;
    right: 26px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(3, 7, 13, 0.7);
    color: var(--text);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.image-lightbox-close:hover {
    border-color: rgba(39, 245, 167, 0.5);
    color: var(--green);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
