:root {
    --arg-navy: #0f172a;
    --arg-graphite: #1e293b;
    --arg-gold: #c8a96b;
    --arg-smoke: #f8fafc;
    --arg-ink: #d9e2f2;
    --arg-muted: rgba(15, 23, 42, 0.66);
    --arg-line: rgba(200, 169, 107, 0.18);
    --arg-glass: rgba(15, 23, 42, 0.72);
    --arg-glow: rgba(200, 169, 107, 0.28);
    --arg-neon: rgba(120, 180, 255, 0.18);
}

html {
    scroll-behavior: smooth;
}

body.argelysys-body {
    margin: 0;
    min-height: 100vh;
    color: var(--arg-navy);
    font-family: 'Manrope', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(200, 169, 107, 0.18), transparent 24%),
        radial-gradient(circle at 85% 15%, rgba(86, 144, 255, 0.22), transparent 22%),
        radial-gradient(circle at 52% 54%, rgba(74, 169, 255, 0.09), transparent 18%),
        linear-gradient(180deg, #ffffff 0%, #f6f8fc 34%, #eaf1fb 100%);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.page-shell {
    position: relative;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 56px;
}

.ambient {
    position: fixed;
    inset: auto;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.8;
    z-index: 0;
}

.ambient-a {
    top: 80px;
    left: -80px;
    width: 240px;
    height: 240px;
    background: rgba(200, 169, 107, 0.26);
}

.ambient-b {
    top: 240px;
    right: -60px;
    width: 280px;
    height: 280px;
    background: rgba(75, 136, 255, 0.2);
}

.ambient-c {
    bottom: 90px;
    left: 30%;
    width: 260px;
    height: 260px;
    background: rgba(125, 182, 255, 0.14);
}

.topbar,
.hero,
.cards-grid,
.split-section,
.spotlight,
.cta-band {
    position: relative;
    z-index: 1;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.68);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 50px rgba(15, 23, 42, 0.08);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--arg-navy);
}

.brand-symbol {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    color: var(--arg-smoke);
    background: linear-gradient(145deg, var(--arg-navy), var(--arg-graphite));
    box-shadow:
        0 0 0 1px rgba(200, 169, 107, 0.34),
        0 14px 28px rgba(15, 23, 42, 0.25),
        0 0 30px rgba(200, 169, 107, 0.18);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-copy strong {
    letter-spacing: 0.18em;
    font-size: 0.8rem;
}

.brand-copy small {
    color: var(--arg-muted);
    font-size: 0.86rem;
}

.topnav {
    display: flex;
    gap: 24px;
}

.topnav a {
    color: rgba(15, 23, 42, 0.8);
    font-size: 0.94rem;
}

.topnav a:hover,
.topnav a:focus-visible {
    color: var(--arg-gold);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

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

.button-primary {
    color: #fdfdfd;
    background: linear-gradient(135deg, var(--arg-navy), #243b63);
    box-shadow:
        0 20px 40px rgba(15, 23, 42, 0.22),
        0 0 28px rgba(120, 180, 255, 0.14);
}

.button-outline,
.button-ghost {
    color: var(--arg-navy);
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.48);
}

.button-outline:hover,
.button-ghost:hover,
.button-outline:focus-visible,
.button-ghost:focus-visible {
    border-color: rgba(200, 169, 107, 0.42);
    box-shadow: 0 0 0 1px rgba(200, 169, 107, 0.12), 0 12px 30px rgba(15, 23, 42, 0.08);
}

.section {
    margin-bottom: 34px;
    scroll-margin-top: 120px;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 40px;
    align-items: center;
    padding: 28px 0 48px;
}

.eyebrow {
    margin-bottom: 16px;
    color: var(--arg-gold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 700;
}

.hero h1,
.section-heading h2,
.spotlight h2,
.cta-band h2 {
    margin: 0;
    color: var(--arg-navy);
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 1.04;
}

.hero h1 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 4.3vw, 3.9rem);
    letter-spacing: 0;
}

.hero h1 span {
    color: var(--arg-gold);
    text-shadow: 0 0 18px rgba(200, 169, 107, 0.18);
}

.hero-text,
.service-card p,
.timeline-item p,
.spotlight p,
.mini-stat span,
.cta-band p {
    color: var(--arg-muted);
    line-height: 1.72;
    font-size: 0.98rem;
}

.hero-text {
    max-width: 58ch;
    margin: 18px 0 22px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.metrics li,
.service-card,
.timeline-item,
.mini-stat,
.cta-band,
.hero-panel,
.floating-note {
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 18px 50px rgba(15, 23, 42, 0.09);
}

.metrics li {
    padding: 16px 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(12px);
}

.metrics strong,
.panel-head,
.service-card h3,
.timeline-item strong,
.mini-stat strong {
    color: var(--arg-navy);
}

.metrics span {
    display: block;
    margin-top: 6px;
    color: var(--arg-muted);
    line-height: 1.58;
    font-size: 0.89rem;
}

.glass-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54)),
        linear-gradient(135deg, rgba(200, 169, 107, 0.1), rgba(120, 180, 255, 0.11));
    backdrop-filter: blur(20px);
}

.hero-visual {
    position: relative;
    min-height: 560px;
}

.hero-panel {
    position: relative;
    padding: 28px;
    border-radius: 8px;
    overflow: hidden;
}

.hero-panel::before {
    content: '';
    position: absolute;
    inset: -30% auto auto -10%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 169, 107, 0.24), transparent 72%);
    filter: blur(8px);
}

.hero-panel::after {
    content: '';
    position: absolute;
    inset: auto -40px -40px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(104, 164, 255, 0.18), transparent 66%);
    filter: blur(12px);
}

.panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}

.panel-kicker,
.status-pill,
.service-card span {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 700;
}

.status-pill {
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--arg-ink);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.9));
    box-shadow: 0 0 24px var(--arg-neon);
}

.signal-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
}

.signal-card {
    padding: 20px 22px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.83);
    border: 1px solid rgba(200, 169, 107, 0.12);
    color: var(--arg-ink);
}

.signal-card span {
    display: block;
    color: rgba(200, 169, 107, 0.84);
    margin-bottom: 8px;
    font-size: 0.76rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.signal-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.18rem;
    font-weight: 700;
}

.signal-card p {
    margin: 0;
    color: rgba(217, 226, 242, 0.72);
    line-height: 1.7;
}

.signal-highlight {
    box-shadow:
        0 0 0 1px rgba(200, 169, 107, 0.08),
        0 0 42px rgba(200, 169, 107, 0.18),
        0 0 54px rgba(120, 180, 255, 0.16);
}

.hero-wave {
    display: flex;
    gap: 12px;
    align-items: end;
    height: 88px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.hero-wave span {
    flex: 1;
    border-radius: 999px 999px 14px 14px;
    background: linear-gradient(180deg, rgba(200, 169, 107, 0.9), rgba(15, 23, 42, 0.12));
    animation: pulseRise 4.8s ease-in-out infinite;
}

.hero-wave span:nth-child(1) {
    height: 54%;
}

.hero-wave span:nth-child(2) {
    height: 100%;
    animation-delay: 0.3s;
}

.hero-wave span:nth-child(3) {
    height: 72%;
    animation-delay: 0.6s;
}

.floating-note {
    position: absolute;
    right: -18px;
    bottom: 54px;
    width: min(260px, 72%);
    padding: 18px 20px;
    border-radius: 8px;
}

.floating-note p {
    margin: 0 0 8px;
    color: var(--arg-gold);
    font-size: 0.76rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.floating-note strong {
    font-size: 1.05rem;
    color: var(--arg-navy);
}

.showcase-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 22px;
    padding: 28px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.showcase-shell::before {
    content: '';
    position: absolute;
    inset: -10% -5% auto auto;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 169, 107, 0.22), transparent 70%);
    filter: blur(8px);
    pointer-events: none;
}

.showcase-copy {
    position: relative;
    z-index: 1;
}

.showcase-text {
    max-width: 48ch;
    color: var(--arg-muted);
    line-height: 1.76;
}

.carousel {
    position: relative;
    z-index: 1;
}

.carousel-track {
    position: relative;
    min-height: 360px;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(40px) scale(0.98);
    pointer-events: none;
    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
}

.carousel-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

.slide-surface {
    height: 100%;
    min-height: 360px;
    padding: 28px;
    border-radius: 8px;
    color: #f8fbff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 26px 70px rgba(15, 23, 42, 0.24);
}

.slide-strategy {
    background:
        radial-gradient(circle at 20% 20%, rgba(200, 169, 107, 0.42), transparent 28%),
        linear-gradient(135deg, #0f172a 5%, #23395d 52%, #486b9a 100%);
}

.slide-experience {
    background:
        radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.16), transparent 20%),
        radial-gradient(circle at 18% 74%, rgba(200, 169, 107, 0.24), transparent 24%),
        linear-gradient(135deg, #10213f 0%, #274878 45%, #6296c5 100%);
}

.slide-execution {
    background:
        radial-gradient(circle at 50% 16%, rgba(200, 169, 107, 0.24), transparent 24%),
        radial-gradient(circle at 75% 72%, rgba(117, 197, 255, 0.2), transparent 26%),
        linear-gradient(135deg, #172033 0%, #314159 48%, #435d82 100%);
}

.slide-tag {
    display: inline-flex;
    align-self: flex-start;
    padding: 9px 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
}

.slide-surface h3 {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 2.6vw, 2.2rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.slide-surface p {
    margin: 0;
    max-width: 42ch;
    color: rgba(248, 251, 255, 0.8);
    line-height: 1.74;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.carousel-button {
    min-width: 88px;
    padding: 12px 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: var(--arg-navy);
    cursor: pointer;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.carousel-button:hover,
.carousel-button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(200, 169, 107, 0.42);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.carousel-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.carousel-dot {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.18);
    cursor: pointer;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.carousel-dot.is-active {
    background: linear-gradient(135deg, var(--arg-gold), #f1d3a0);
    transform: scale(1.2);
    box-shadow: 0 0 18px rgba(200, 169, 107, 0.28);
}

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

.section-heading h2,
.spotlight h2,
.cta-band h2 {
    font-size: clamp(1.65rem, 2.8vw, 2.6rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-card,
.timeline-item,
.mini-stat {
    padding: 22px;
    border-radius: 8px;
}

.service-card h3,
.timeline-item strong,
.mini-stat strong {
    display: block;
    margin: 14px 0 8px;
    font-size: 1.02rem;
    line-height: 1.35;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
    align-items: start;
}

.timeline {
    display: grid;
    gap: 16px;
}

.timeline-item {
    position: relative;
    overflow: hidden;
}

.timeline-item::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(200, 169, 107, 0.85), transparent);
}

.spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
    gap: 20px;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(200, 169, 107, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(240, 245, 252, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.09);
}

.spotlight-points {
    display: grid;
    gap: 14px;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    border-radius: 8px;
}

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

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

.js-ready [data-parallax] {
    transition: transform 0.3s ease-out;
    will-change: transform;
}

@keyframes pulseRise {
    0%,
    100% {
        transform: scaleY(0.92);
        opacity: 0.78;
    }
    50% {
        transform: scaleY(1.06);
        opacity: 1;
    }
}

@media (max-width: 1100px) {
    .hero,
    .showcase-shell,
    .split-section,
    .spotlight {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: auto;
    }

    .floating-note {
        position: static;
        width: 100%;
        margin-top: 16px;
    }
}

@media (max-width: 920px) {
    .topbar,
    .cta-band {
        flex-direction: column;
        align-items: stretch;
    }

    .topnav,
    .hero-actions,
    .metrics,
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .topnav {
        display: grid;
        gap: 12px;
    }

    .metrics,
    .cards-grid {
        display: grid;
    }
}

@media (max-width: 720px) {
    .page-shell {
        width: min(100% - 28px, 1180px);
        padding-top: 14px;
    }

    .topbar,
    .hero-panel,
    .showcase-shell,
    .slide-surface,
    .service-card,
    .timeline-item,
    .mini-stat,
    .spotlight,
    .cta-band {
        border-radius: 8px;
    }

    .hero {
        padding-top: 12px;
    }

    .hero h1 {
        max-width: none;
        font-size: clamp(2rem, 9.8vw, 3rem);
    }

    .section-heading h2,
    .spotlight h2,
    .cta-band h2 {
        font-size: clamp(1.5rem, 7.2vw, 2.2rem);
    }

    .carousel-track,
    .slide-surface {
        min-height: 410px;
    }

    .carousel-controls {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Neon metal redesign */
:root {
    --arg-navy: #07111f;
    --arg-graphite: #111827;
    --arg-gold: #f3c76a;
    --arg-smoke: #f8fafc;
    --arg-ink: #eaf3ff;
    --arg-muted: rgba(226, 232, 240, 0.72);
    --arg-line: rgba(115, 232, 255, 0.24);
    --arg-glass: rgba(8, 18, 33, 0.78);
    --arg-glow: rgba(243, 199, 106, 0.34);
    --arg-neon: rgba(32, 229, 255, 0.32);
    --arg-pink: rgba(255, 78, 205, 0.24);
    --arg-green: rgba(52, 255, 177, 0.22);
}

* {
    box-sizing: border-box;
}

body.argelysys-body {
    color: var(--arg-ink);
    background:
        linear-gradient(115deg, rgba(32, 229, 255, 0.1), transparent 24%),
        linear-gradient(245deg, rgba(255, 78, 205, 0.12), transparent 28%),
        linear-gradient(180deg, #030713 0%, #07111f 42%, #0b1020 100%);
}

body.argelysys-body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(115, 232, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(115, 232, 255, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.2));
}

.cursor-reflection {
    position: fixed;
    left: 0;
    top: 0;
    width: 340px;
    height: 340px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.72;
    transform: translate3d(var(--reflection-x, 60vw), var(--reflection-y, 20vh), 0);
    background:
        linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.3) 34%, transparent 48%),
        radial-gradient(circle, rgba(32, 229, 255, 0.24), transparent 58%);
    filter: blur(26px);
    mix-blend-mode: screen;
    transition: transform 0.18s ease-out;
}

.scanlines {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.22;
    background: repeating-linear-gradient(180deg, transparent 0 7px, rgba(255, 255, 255, 0.06) 8px);
}

.ambient {
    border-radius: 0;
    filter: blur(16px);
    opacity: 0.55;
    transform: skew(-18deg);
}

.ambient-a {
    top: 140px;
    left: -120px;
    width: 440px;
    height: 32px;
    background: linear-gradient(90deg, transparent, rgba(32, 229, 255, 0.54), transparent);
    animation: beamDrift 9s ease-in-out infinite;
}

.ambient-b {
    top: 52%;
    right: -180px;
    width: 520px;
    height: 36px;
    background: linear-gradient(90deg, transparent, rgba(255, 78, 205, 0.46), transparent);
    animation: beamDrift 11s ease-in-out infinite reverse;
}

.ambient-c {
    bottom: 120px;
    left: 20%;
    width: 420px;
    height: 28px;
    background: linear-gradient(90deg, transparent, rgba(243, 199, 106, 0.38), transparent);
    animation: beamDrift 12s ease-in-out infinite;
}

.page-shell {
    width: min(1220px, calc(100% - 40px));
}

.topbar,
.metrics li,
.service-card,
.timeline-item,
.mini-stat,
.cta-band,
.hero-panel,
.floating-note,
.showcase-shell,
.spotlight,
.matrix-card,
.tech-chip,
.industry-strip {
    border-radius: 8px;
    border: 1px solid rgba(115, 232, 255, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(10, 22, 41, 0.92), rgba(7, 12, 25, 0.82));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        inset 0 -1px 0 rgba(32, 229, 255, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.03),
        0 24px 70px rgba(0, 0, 0, 0.32),
        0 0 34px rgba(32, 229, 255, 0.1);
}

.topbar {
    position: sticky;
    top: 14px;
    z-index: 20;
}

.brand-mark,
.topnav a,
.button-outline,
.button-ghost,
.metrics strong,
.panel-head,
.service-card h3,
.timeline-item strong,
.mini-stat strong,
.floating-note strong,
.hero h1,
.section-heading h2,
.spotlight h2,
.cta-band h2 {
    color: var(--arg-ink);
}

.brand-symbol {
    border-radius: 8px;
    color: #04111f;
    background: linear-gradient(135deg, #20e5ff, #f3c76a 56%, #ff4ecd);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.36),
        0 0 30px rgba(32, 229, 255, 0.32),
        0 0 42px rgba(255, 78, 205, 0.2);
}

.brand-copy small,
.hero-text,
.service-card p,
.timeline-item p,
.spotlight p,
.mini-stat span,
.cta-band p,
.metrics span,
.showcase-text,
.tech-copy p,
.tech-chip span,
.matrix-card p {
    color: var(--arg-muted);
}

.hero h1,
.section-heading h2,
.spotlight h2,
.cta-band h2,
.slide-surface h3 {
    letter-spacing: 0;
}

.hero h1 {
    max-width: 13ch;
    text-shadow: 0 0 34px rgba(32, 229, 255, 0.14);
}

.hero h1 span {
    color: #73e8ff;
    text-shadow:
        0 0 18px rgba(32, 229, 255, 0.52),
        0 0 28px rgba(255, 78, 205, 0.22);
}

.eyebrow,
.panel-kicker,
.status-pill,
.service-card span,
.slide-tag,
.floating-note p,
.timeline-item span,
.matrix-card span {
    color: #73e8ff;
    letter-spacing: 0.14em;
}

.button {
    border-radius: 8px;
    font-weight: 800;
}

.button-primary {
    color: #03111f;
    background: linear-gradient(135deg, #73e8ff, #f3c76a 58%, #ff4ecd);
    box-shadow:
        0 0 28px rgba(32, 229, 255, 0.32),
        0 0 52px rgba(255, 78, 205, 0.16);
}

.button-outline,
.button-ghost {
    border-color: rgba(115, 232, 255, 0.28);
    background: rgba(8, 18, 33, 0.72);
}

.button-outline:hover,
.button-ghost:hover,
.button-outline:focus-visible,
.button-ghost:focus-visible {
    border-color: rgba(243, 199, 106, 0.7);
    box-shadow:
        0 0 0 1px rgba(243, 199, 106, 0.12),
        0 0 30px rgba(243, 199, 106, 0.18);
}

.glass-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(9, 22, 42, 0.92), rgba(8, 11, 24, 0.84));
    backdrop-filter: blur(18px);
}

.hero-panel,
.showcase-shell,
.spotlight,
.solutions-lab,
.tech-section {
    position: relative;
    overflow: hidden;
}

.hero-panel::before,
.showcase-shell::before,
.spotlight::before,
.solutions-lab::before,
.tech-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.16) 35%, transparent 48%);
    transform: translateX(-120%);
    animation: metalSweep 7s ease-in-out infinite;
    pointer-events: none;
}

.hero-panel::after {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(243, 199, 106, 0.18);
    border-radius: 6px;
    pointer-events: none;
}

.metal-orbit {
    position: relative;
    z-index: 1;
    height: 146px;
    margin-bottom: 18px;
    border: 1px solid rgba(115, 232, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(115, 232, 255, 0.08), transparent 38%, rgba(255, 78, 205, 0.12)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 24px);
    overflow: hidden;
}

.metal-orbit::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(115, 232, 255, 0.38);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotateX(68deg);
    box-shadow: 0 0 32px rgba(32, 229, 255, 0.26);
}

.metal-orbit span {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #73e8ff;
    box-shadow: 0 0 20px rgba(32, 229, 255, 0.78);
    animation: nodeFloat 5s ease-in-out infinite;
}

.metal-orbit span:nth-child(1) {
    left: 18%;
    top: 30%;
}

.metal-orbit span:nth-child(2) {
    right: 22%;
    top: 24%;
    background: #ff4ecd;
    box-shadow: 0 0 22px rgba(255, 78, 205, 0.72);
    animation-delay: 0.7s;
}

.metal-orbit span:nth-child(3) {
    left: 48%;
    bottom: 18%;
    background: #f3c76a;
    box-shadow: 0 0 22px rgba(243, 199, 106, 0.72);
    animation-delay: 1.4s;
}

.signal-grid-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signal-card {
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(115, 232, 255, 0.13), rgba(255, 78, 205, 0.05)),
        rgba(4, 12, 26, 0.88);
    border-color: rgba(115, 232, 255, 0.18);
}

.signal-highlight {
    border-color: rgba(243, 199, 106, 0.46);
}

.signal-accent {
    border-color: rgba(255, 78, 205, 0.34);
    box-shadow: 0 0 42px rgba(255, 78, 205, 0.12);
}

.hero-wave span {
    background: linear-gradient(180deg, rgba(115, 232, 255, 0.96), rgba(255, 78, 205, 0.2), rgba(243, 199, 106, 0.12));
}

.floating-note {
    right: -4px;
    border-color: rgba(243, 199, 106, 0.32);
}

.slide-surface {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.slide-strategy {
    background:
        linear-gradient(115deg, transparent 14%, rgba(255, 255, 255, 0.16) 34%, transparent 50%),
        linear-gradient(135deg, #04111f 5%, #12365f 46%, #20e5ff 100%);
}

.slide-experience {
    background:
        linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.14) 30%, transparent 46%),
        linear-gradient(135deg, #0b1020 0%, #3a1559 48%, #ff4ecd 100%);
}

.slide-execution {
    background:
        linear-gradient(115deg, transparent 16%, rgba(255, 255, 255, 0.13) 34%, transparent 50%),
        linear-gradient(135deg, #07111f 0%, #314159 46%, #f3c76a 100%);
}

.carousel-button,
.carousel-dot {
    border-radius: 8px;
}

.cards-grid-large {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
    position: relative;
    overflow: hidden;
}

.service-card::before,
.matrix-card::before,
.tech-chip::before,
.mini-stat::before {
    content: '';
    position: absolute;
    inset: 0;
    border-left: 2px solid rgba(115, 232, 255, 0.58);
    pointer-events: none;
}

.service-card ul {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.service-card li {
    color: rgba(234, 243, 255, 0.78);
    line-height: 1.5;
    font-size: 0.91rem;
}

.service-card li::before {
    content: '>';
    margin-right: 8px;
    color: #73e8ff;
    font-weight: 800;
}

.solutions-lab {
    padding: 30px;
    border: 1px solid rgba(115, 232, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(32, 229, 255, 0.1), rgba(255, 78, 205, 0.08)),
        rgba(6, 14, 29, 0.86);
}

.solution-matrix {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.matrix-card,
.tech-chip {
    position: relative;
    padding: 22px;
}

.matrix-card strong,
.tech-chip strong {
    display: block;
    margin: 10px 0 8px;
    color: var(--arg-ink);
    font-size: 1.06rem;
}

.tech-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid rgba(255, 78, 205, 0.18);
    background:
        linear-gradient(135deg, rgba(255, 78, 205, 0.1), rgba(52, 255, 177, 0.08)),
        rgba(6, 14, 29, 0.86);
}

.tech-copy {
    position: relative;
    z-index: 1;
}

.tech-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tech-chip {
    min-height: 128px;
}

.timeline-item span {
    font-weight: 800;
}

.industry-strip {
    padding: 24px;
    overflow: hidden;
}

.industry-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.industry-row span {
    display: inline-flex;
    padding: 12px 14px;
    border-radius: 8px;
    color: var(--arg-ink);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(115, 232, 255, 0.18);
}

@keyframes metalSweep {
    0%,
    42% {
        transform: translateX(-130%);
    }
    58%,
    100% {
        transform: translateX(130%);
    }
}

@keyframes nodeFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(18px) scale(1.18);
    }
}

@keyframes beamDrift {
    0%,
    100% {
        transform: translateX(0) skew(-18deg);
    }
    50% {
        transform: translateX(80px) skew(-18deg);
    }
}

@media (max-width: 1100px) {
    .signal-grid-expanded,
    .solution-matrix,
    .tech-section {
        grid-template-columns: 1fr;
    }

    .cards-grid-large {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .topbar {
        position: relative;
        top: auto;
    }

    .cards-grid-large,
    .tech-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .cursor-reflection {
        display: none;
    }

    .topbar,
    .hero-panel,
    .showcase-shell,
    .slide-surface,
    .service-card,
    .timeline-item,
    .mini-stat,
    .spotlight,
    .cta-band,
    .solutions-lab,
    .tech-section {
        border-radius: 8px;
    }

    .hero h1 {
        max-width: none;
    }

    .metal-orbit {
        height: 118px;
    }

    .solution-matrix,
    .tech-section {
        padding: 20px;
    }
}
