.custom-hero-section{
    background-image: url("../img/cyber_banner_img.png");
}
.professional-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    color: #fff;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 100px;
    font-size: 22px;
    margin-bottom: 38px;
    letter-spacing: 0.09em;
    box-shadow: 0 4px 24px rgba(71,206,255,0.18);
    border: 2px solid #fff2;
    animation: badgeFloat 2.8s ease-in-out infinite alternate;
    pointer-events: auto;
}
.professional-title {
    font-size: clamp(3.2rem, 7vw, 5.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #fff;
}
.professional-title .hero-dark-highlight {
    color: #47ceff;
    font-weight: 900;
    letter-spacing: 0.04em;
}
.professional-subtitle {
    font-size: 1.35rem;
    color: #b6b6c7;
    margin-bottom: 36px;
    font-weight: 500;
    line-height: 1.5;
}
.professional-labels {
    display: flex;
    flex-direction: row;
    gap: 18px;
    margin-top: 8px;
}
.professional-labels .hero-dark-label {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #181828;
    color: #47ceff;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 100px;
    font-size: 1.05rem;
    box-shadow: 0 2px 8px rgba(71,206,255,0.08);
    border: 1px solid #47ceff33;
}
.hero-dark-badge {
    display: inline-block;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    color: #fff;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 100px;
    font-size: 19px;
    margin-bottom: 38px;
    letter-spacing: 0.09em;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
    animation: badgeFloat 2.8s ease-in-out infinite alternate;
    pointer-events: auto;
}
.hero-dark-title {
    font-size: clamp(2.8rem, 7vw, 5.2rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 24px;
    color: #fff;
    letter-spacing: 0.01em;
    text-align: left;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-dark-highlight {
    font-size: 1.2em;
    font-weight: 900;
    color: #8d5dff;
    background: linear-gradient(90deg, #8d5dff 0%, #47ceff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-dark-subtitle {
    font-size: 22px;
    color: #bfc8d4;
    margin-bottom: 36px;
    font-weight: 500;
    text-align: left;
    animation: subtitleFloat 3.2s ease-in-out infinite alternate;
    pointer-events: auto;
}
.hero-dark-labels {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 12px;
}
.hero-dark-label {
    display: inline-block;
    background: linear-gradient(90deg, #fff 0%, #bfc8d4 100%);
    color: #47ceff;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 100px;
    font-size: 16px;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
    animation: labelFloat 2.8s ease-in-out infinite alternate;
    pointer-events: auto;
}
@media (max-width: 991px) {
    .hero-dark-content {
        height: 80vh;
        padding-left: 4vw;
    }
    .hero-dark-title {
        font-size: clamp(1.6rem, 10vw, 2.5rem);
    }
    .hero-dark-subtitle {
        font-size: 16px;
    }
    .hero-dark-label {
        font-size: 13px;
        padding: 7px 14px;
    }
}
.hero-float-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}
.hero-float-badge {
    display: inline-block;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    color: #fff;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 100px;
    font-size: 19px;
    margin-bottom: 38px;
    letter-spacing: 0.09em;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
    animation: badgeFloat 2.8s ease-in-out infinite alternate;
    pointer-events: auto;
}
.hero-float-title {
    font-size: clamp(2.8rem, 7vw, 5.2rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 24px;
    color: #fff;
    letter-spacing: 0.01em;
    text-align: center;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-float-highlight {
    font-size: 1.2em;
    font-weight: 900;
    color: #8d5dff;
    background: linear-gradient(90deg, #8d5dff 0%, #47ceff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-float-subtitle {
    font-size: 22px;
    color: #bfc8d4;
    margin-bottom: 36px;
    font-weight: 500;
    text-align: center;
    animation: subtitleFloat 3.2s ease-in-out infinite alternate;
    pointer-events: auto;
}
.hero-float-labels {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 12px;
}
.hero-float-label {
    display: inline-block;
    background: linear-gradient(90deg, #fff 0%, #bfc8d4 100%);
    color: #47ceff;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 100px;
    font-size: 16px;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
    animation: labelFloat 2.8s ease-in-out infinite alternate;
    pointer-events: auto;
}
@keyframes badgeFloat {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.08); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes subtitleFloat {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-10px) scale(1.04); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes labelFloat {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-6px) scale(1.06); }
    100% { transform: translateY(0) scale(1); }
}
@media (max-width: 991px) {
    .hero-float-content {
        height: 80vh;
    }
    .hero-float-title {
        font-size: clamp(1.6rem, 10vw, 2.5rem);
    }
    .hero-float-subtitle {
        font-size: 16px;
    }
    .hero-float-label {
        font-size: 13px;
        padding: 7px 14px;
    }
}
.hero-modern-bg {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}
.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.18;
    animation: heroShapeMove 7s ease-in-out infinite alternate;
}
.hero-shape-one {
    width: 320px;
    height: 320px;
    top: 12%;
    left: 8%;
    background: radial-gradient(circle, #47ceff 60%, #fff 0%, transparent 100%);
    animation-delay: 0s;
}
.hero-shape-two {
    width: 220px;
    height: 220px;
    bottom: 18%;
    right: 12%;
    background: radial-gradient(circle, #8d5dff 60%, #fff 0%, transparent 100%);
    animation-delay: 2s;
}
.hero-shape-three {
    width: 180px;
    height: 180px;
    top: 40%;
    left: 55%;
    background: radial-gradient(circle, #fff 60%, #47ceff 0%, transparent 100%);
    animation-delay: 4s;
}
@keyframes heroShapeMove {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.08); }
    100% { transform: translateY(0) scale(1); }
}
.hero-modern-center {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    width: 100vw;
    height: 100vh;
}
.hero-glass-card {
    background: rgba(255,255,255,0.18);
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(71,206,255,0.13);
    backdrop-filter: blur(18px);
    border: 1.5px solid rgba(255,255,255,0.22);
    padding: 60px 48px 48px 48px;
    max-width: 520px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: glassCardFloat 3.2s ease-in-out infinite alternate;
}
.hero-modern-badge {
    display: inline-block;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    color: #fff;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 100px;
    font-size: 17px;
    margin-bottom: 32px;
    letter-spacing: 0.09em;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
}
.hero-modern-title {
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 28px;
    color: #fff;
    letter-spacing: 0.01em;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-modern-desc {
    font-size: 20px;
    color: #bfc8d4;
    margin-bottom: 38px;
    font-weight: 500;
}
.hero-modern-actions {
    display: flex;
    gap: 18px;
    justify-content: center;
}
.hero-modern-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    color: #fff;
    border: none;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
    transition: background 0.3s, color 0.3s, transform 0.3s;
    text-decoration: none;
}
.hero-modern-btn.secondary {
    background: linear-gradient(90deg, #fff 0%, #bfc8d4 100%);
    color: #47ceff;
}
.hero-modern-btn:hover {
    background: linear-gradient(90deg, #8d5dff 0%, #47ceff 100%);
    color: #fff;
    transform: scale(1.06);
}
@keyframes glassCardFloat {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-18px) scale(1.04); }
    100% { transform: translateY(0) scale(1); }
}
@media (max-width: 991px) {
    .hero-modern-center {
        min-height: 420px;
        height: 80vh;
    }
    .hero-glass-card {
        padding: 32px 18px 28px 18px;
        max-width: 98vw;
    }
    .hero-modern-title {
        font-size: clamp(1.6rem, 10vw, 2.5rem);
    }
}
.hero-new-layout {
    align-items: stretch;
    min-height: 520px;
}
.hero-content-block {
    padding: 60px 0 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero-badge-new {
    display: inline-block;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    color: #fff;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 100px;
    font-size: 15px;
    margin-bottom: 28px;
    letter-spacing: 0.08em;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
}
.hero-title-new {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.08;
    margin-bottom: 22px;
    color: #fff;
}
.highlight-gradient {
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-desc-new {
    font-size: 18px;
    color: #bfc8d4;
    margin-bottom: 32px;
    max-width: 480px;
}
.hero-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.hero-timeline li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #8d5dff;
    font-weight: 500;
}
.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #47ceff;
    margin-right: 12px;
    box-shadow: 0 0 0 6px rgba(71,206,255,0.12);
}
.hero-cards-stack {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 18px;
}
.hero-card-new {
    position: relative;
    width: 260px;
    height: 110px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(71,206,255,0.09), rgba(141,93,255,0.08));
    box-shadow: 0 8px 32px rgba(71,206,255,0.13);
    display: flex;
    align-items: center;
    margin-bottom: 0;
    animation: cardStackFloat 3.2s ease-in-out infinite alternate;
}
.hero-card-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 14px;
    margin-left: 18px;
    margin-right: 18px;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
}
.hero-card-label {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.hero-badge-floating {
    position: absolute;
    right: -18px;
    top: 0;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    color: #fff;
    font-weight: 600;
    padding: 7px 18px;
    border-radius: 100px;
    font-size: 14px;
    box-shadow: 0 2px 12px rgba(71,206,255,0.12);
    animation: badgeFloat 2.8s ease-in-out infinite alternate;
}
@keyframes cardStackFloat {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-12px) scale(1.04); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes badgeFloat {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.08); }
    100% { transform: translateY(0) scale(1); }
}
@media (max-width: 991px) {
    .hero-new-layout {
        flex-direction: column;
        min-height: 420px;
    }
    .hero-content-block {
        padding: 40px 0 24px 0;
    }
    .hero-cards-stack {
        min-height: 320px;
        align-items: center;
    }
    .hero-card-new {
        width: 180px;
        height: 80px;
    }
    .hero-card-img {
        width: 56px;
        height: 56px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
body.bg-dark {
    background: #070714;
}

.about-hero-area {
    padding: 180px 0 120px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #070714 60%, #47ceff 2%, #8d5dff 0%);
}
.hero-bg-animated {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.hero-svg-blob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.hero-svg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.floating-chip {
    animation: chipFloat 3.2s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes chipFloat {
    0% { transform: translateY(0) scale(1); filter: blur(0px); }
    50% { transform: translateY(-18px) scale(1.08); filter: blur(1px); }
    100% { transform: translateY(0) scale(1); filter: blur(0px); }
}
.hero-morph-title {
    font-weight: 700;
    letter-spacing: 0.01em;
    background: linear-gradient(90deg, #47ceff 0%, #8d5dff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: morphTitle 2.8s cubic-bezier(.77,0,.18,1) infinite alternate;
}
@keyframes morphTitle {
    0% { filter: blur(0px); letter-spacing: 0.01em; }
    50% { filter: blur(2px); letter-spacing: 0.08em; }
    100% { filter: blur(0px); letter-spacing: 0.01em; }
}

.hero-spotlight {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(71, 206, 255, 0.26), rgba(71, 206, 255, 0));
    top: 90px;
    left: 52%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

.hero-badge {
    display: inline-block;
    border: 1px solid rgba(71, 206, 255, 0.45);
    color: #47ceff;
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.split-title {
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 1.08;
    margin-bottom: 20px;
    color: #fff;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #bfc8d4;
    max-width: 700px;
}

.hero-chips {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.hero-chip {
    display: inline-flex;
    flex-direction: column;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    min-width: 145px;
}

.hero-chip strong {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.hero-chip span {
    font-size: 13px;
    color: #9ca8b8;
    margin-top: 6px;
}

.hero-visual {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    min-height: 520px;
    background: radial-gradient(circle at 50% 30%, rgba(141, 93, 255, 0.16), rgba(10, 10, 28, 0.96));
    isolation: isolate;
}

.hero-core {
    position: absolute;
    width: 72%;
    left: 14%;
    top: 16%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
    z-index: 4;
}

.hero-core img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.05);
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle at center, #000 48%, transparent 96%);
    z-index: 1;
}

.hero-ring {
    position: absolute;
    border: 1px solid rgba(71, 206, 255, 0.45);
    border-radius: 50%;
    z-index: 2;
}

.ring-one {
    width: 340px;
    height: 340px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ring-two {
    width: 410px;
    height: 410px;
    left: 50%;
    top: 50%;
    border-color: rgba(141, 93, 255, 0.35);
    transform: translate(-50%, -50%);
}

.ring-three {
    width: 470px;
    height: 470px;
    left: 50%;
    top: 50%;
    border-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
}

.hero-float-card {
    position: absolute;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(7, 7, 20, 0.68);
    border-radius: 10px;
    z-index: 5;
}

.card-one {
    top: 11%;
    right: 8%;
}

.card-two {
    left: 8%;
    bottom: 14%;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0.65;
    pointer-events: none;
}

.orb-one {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(71, 206, 255, 0.35), rgba(71, 206, 255, 0));
    top: 120px;
    left: -80px;
}

.orb-two {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(132, 99, 255, 0.32), rgba(132, 99, 255, 0));
    right: -50px;
    top: 260px;
}

.about-capabilities {
    position: relative;
}

.section-head {
    margin-bottom: 48px;
}

.capability-card {
    height: 100%;
    padding: 34px 30px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.capability-card i {
    font-size: 28px;
    color: #47ceff;
    margin-bottom: 18px;
}

.capability-card h4 {
    margin-bottom: 12px;
    color: #fff;
}

.capability-card p {
    margin-bottom: 0;
    color: #a9b2c0;
}

.capability-card:hover {
    transform: translateY(-8px);
    border-color: rgba(71, 206, 255, 0.45);
}

.journey-track {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    padding-left: 42px;
}

.journey-progress-wrap {
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: calc(100% - 16px);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 99px;
}

.journey-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, #47ceff, #8d5dff);
    border-radius: 99px;
}

.journey-step {
    padding: 28px 28px 26px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    margin-bottom: 18px;
    position: relative;
}

.journey-step::before {
    content: "";
    position: absolute;
    left: -46px;
    top: 34px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #47ceff;
    box-shadow: 0 0 0 8px rgba(71, 206, 255, 0.16);
}

.journey-step h4 {
    color: #fff;
    margin-bottom: 10px;
}

.journey-step p {
    margin-bottom: 0;
    color: #a8b3c4;
}

.tech-orbit-section {
    position: relative;
}

.tech-orbit-wrap {
    position: relative;
    width: min(820px, 100%);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border-radius: 50%;
}

.tech-center-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(71, 206, 255, 0.5);
    background: radial-gradient(circle, rgba(71, 206, 255, 0.2), rgba(7, 7, 20, 0.95));
    box-shadow: 0 0 35px rgba(71, 206, 255, 0.25);
    z-index: 4;
}

.tech-center-core strong {
    color: #fff;
    font-size: 21px;
    line-height: 1;
}

.tech-center-core span {
    color: #a8b7c8;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.orbit-track {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.orbit-track-one {
    width: 330px;
    height: 330px;
    --orbit-radius: 165px;
}

.orbit-track-two {
    width: 510px;
    height: 510px;
    border-color: rgba(71, 206, 255, 0.28);
    --orbit-radius: 255px;
}

.orbit-track-three {
    width: 700px;
    height: 700px;
    border-color: rgba(141, 93, 255, 0.3);
    --orbit-radius: 350px;
}

.tech-node {
    position: absolute;
    left: 50%;
    top: 50%;
    --node-scale: 1;
    transform: translate(-50%, -50%) rotate(calc((360deg / var(--total)) * var(--i))) translateY(calc(var(--orbit-radius) * -1)) rotate(calc((360deg / var(--total)) * var(--i) * -1)) scale(var(--node-scale));
    background: rgba(8, 12, 28, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
    z-index: 3;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    pointer-events: auto;
}

.tech-node img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.25s ease;
    pointer-events: none;
}

.tech-node:hover {
    --node-scale: 1.24;
    border-color: rgba(71, 206, 255, 0.8);
    box-shadow: 0 16px 28px rgba(71, 206, 255, 0.25);
    background: rgba(10, 16, 36, 0.95);
}

.tech-node:hover img {
    transform: scale(1.12);
}

.tech-orbit-wrap .tech-node:focus-visible {
    --node-scale: 1.24;
    border-color: rgba(71, 206, 255, 0.8);
    box-shadow: 0 16px 28px rgba(71, 206, 255, 0.25);
}

.cta-panel {
    border: 1px solid rgba(71, 206, 255, 0.25);
    border-radius: 22px;
    text-align: center;
    padding: 70px 40px;
    background: linear-gradient(160deg, rgba(71, 206, 255, 0.09), rgba(141, 93, 255, 0.08));
}

.cta-panel .split-title {
    margin-bottom: 16px;
}

.cta-panel p {
    color: #ced6e2;
    margin-bottom: 30px;
}

.about-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 30px 0;
}

.footer-logo {
    max-height: 40px;
}

.about-footer p {
    margin: 0;
    color: #8f9bad;
}

@media (max-width: 991px) {
    .about-hero-area {
        padding: 140px 0 80px;
    }

    .hero-visual {
        min-height: 460px;
    }

    .ring-three {
        width: 420px;
        height: 420px;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 1.75;
    }

    .journey-track {
        padding-left: 28px;
    }

    .journey-step::before {
        left: -31px;
    }

    .cta-panel {
        padding: 50px 24px;
    }

    .tech-orbit-wrap {
        aspect-ratio: auto;
        min-height: 560px;
    }

    .orbit-track-one {
        width: 240px;
        height: 240px;
        --orbit-radius: 120px;
    }

    .orbit-track-two {
        width: 360px;
        height: 360px;
        --orbit-radius: 180px;
    }

    .orbit-track-three {
        width: 500px;
        height: 500px;
        --orbit-radius: 250px;
    }

    .tech-node {
        width: 48px;
        height: 48px;
        padding: 8px;
    }
}

@media (max-width: 767px) {
    .hero-chip {
        min-width: calc(50% - 7px);
    }

    .split-title {
        font-size: clamp(1.7rem, 10vw, 2.5rem);
    }

    .hero-spotlight {
        width: 280px;
        height: 280px;
        left: 55%;
    }

    .hero-visual {
        min-height: 390px;
    }

    .ring-one {
        width: 250px;
        height: 250px;
    }

    .ring-two {
        width: 300px;
        height: 300px;
    }

    .ring-three {
        width: 350px;
        height: 350px;
    }

    .hero-float-card {
        font-size: 11px;
        letter-spacing: 0.04em;
        padding: 8px 10px;
    }

    .tech-orbit-wrap {
        min-height: 430px;
    }

    .tech-center-core {
        width: 120px;
        height: 120px;
    }

    .tech-center-core strong {
        font-size: 16px;
    }

    .tech-center-core span {
        font-size: 10px;
    }

    .orbit-track-one {
        width: 180px;
        height: 180px;
        --orbit-radius: 90px;
    }

    .orbit-track-two {
        width: 280px;
        height: 280px;
        --orbit-radius: 140px;
    }

    .orbit-track-three {
        width: 390px;
        height: 390px;
        --orbit-radius: 195px;
    }

    .tech-node {
        width: 40px;
        height: 40px;
        padding: 7px;
    }
}

/* ============================================
   Light Mode Overrides (when bg-dark is removed)
   ============================================ */
body:not(.bg-dark) {
    background: #f4f6f9;
    color: #1a1a2e;
}

body:not(.bg-dark) .split-title {
    color: #1a1a2e;
}

body:not(.bg-dark) .hero-badge {
    border-color: rgba(71, 206, 255, 0.6);
    color: #0077be;
}

body:not(.bg-dark) .hero-desc {
    color: #444;
}

body:not(.bg-dark) .hero-chip {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.04);
}

body:not(.bg-dark) .hero-chip strong {
    color: #1a1a2e;
}

body:not(.bg-dark) .hero-chip span {
    color: #555;
}

/* Capabilities section */
body:not(.bg-dark) .about-capabilities {
    background: #f4f6f9;
}

body:not(.bg-dark) .capability-card {
    background: #fff;
    border-color: #dde3ec;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

body:not(.bg-dark) .capability-card h4 {
    color: #1a1a2e;
}

body:not(.bg-dark) .capability-card p {
    color: #555;
}

/* Journey section */
body:not(.bg-dark) .journey-area {
    background: #fff;
}

body:not(.bg-dark) .journey-progress-wrap {
    background: rgba(0, 0, 0, 0.12);
}

body:not(.bg-dark) .journey-step {
    background: #f8f9fb;
    border-color: #dde3ec;
}

body:not(.bg-dark) .journey-step h4 {
    color: #1a1a2e;
}

body:not(.bg-dark) .journey-step p {
    color: #555;
}

/* Tech orbit section */
body:not(.bg-dark) .tech-orbit-section {
    background: #f4f6f9;
}

body:not(.bg-dark) .tech-orbit-section .section-head h2,
body:not(.bg-dark) .tech-orbit-section .section-head h5 {
    color: #1a1a2e;
}

body:not(.bg-dark) .tech-center-core {
    background: radial-gradient(circle, rgba(71, 206, 255, 0.15), #fff);
}

body:not(.bg-dark) .tech-center-core strong {
    color: #1a1a2e;
}

body:not(.bg-dark) .tech-center-core span {
    color: #555;
}

body:not(.bg-dark) .orbit-track {
    border-color: rgba(0, 0, 0, 0.15);
}

body:not(.bg-dark) .tech-node {
    background: #fff;
    border-color: #ccd3de;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

body:not(.bg-dark) .tech-node:hover {
    border-color: rgba(71, 206, 255, 0.8);
    background: #f0fbff;
}

/* CTA section */
body:not(.bg-dark) .about-cta {
    background: #fff;
}

body:not(.bg-dark) .cta-panel {
    background: linear-gradient(160deg, rgba(71, 206, 255, 0.1), rgba(141, 93, 255, 0.08));
    border-color: rgba(71, 206, 255, 0.35);
}

body:not(.bg-dark) .cta-panel .split-title {
    color: #1a1a2e;
}

body:not(.bg-dark) .cta-panel p {
    color: #444;
}

/* Section head sub-title */
body:not(.bg-dark) .section-head .sub-title {
    color: #0077be;
}

body:not(.bg-dark) .section-head h2.split-title {
    color: #1a1a2e;
}
