html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
    box-sizing: inherit;
}


img {
    max-width: 100%;
    height: auto;
}
/* Shell + notch */
.cyber-shell {
    position: relative;
    background: #000;
    padding: 28px 28px 0;
}

.nav-notch {
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: 30;
    width: 492px;
    height: 38px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-notch-bg {
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
}

.nav {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 46px;
    align-items: center;
    justify-content: center;
    transform: translateY(-4px);
}

.nav li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav li a:hover {
    color: #fff;
}

/* Hero */
.cyber-hero {
    position: relative;
    width: 100%;
    min-height: 480px;
    background: #000;
    border-radius: 28px 28px 0 0;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 72px;
}

.cyber-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 480px;
    background: url("../assets/C-Subtract.png") center top / 100% auto no-repeat;
    border-radius: 28px 28px 0 0;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
    pointer-events: none;
}

.cyber-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 56px 0;
    min-height: 38px;
}

.nex {
    width: 213px;
    height: auto;
    display: block;
}

.btn2 {
    color: white;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.08);
    min-width: 171px;
    height: 52px;
    padding: 0 24px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    flex-shrink: 0;
}

.btn2 img {
    width: 14px;
    height: 14px;
}

.cyber-hero-bottom {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 0 56px;
    text-align: left;
    align-self: stretch;
}

.cyber-hero-bottom .cyber-pill {
    margin-bottom: 24px;
}

.cyber-intro {
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 32px;
    overflow: visible;
}

.intro-copy {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 48px;
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cyber-lead {
    margin: 0;
    width: 100%;
    max-width: 1240px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: clamp(23px, 3.6vw, 45px);
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
}

.layers-scene {
    position: relative;
    width: 100%;
    max-width: 1240px;
    height: 510px;
    margin: 0 auto;
    flex-shrink: 0;
}

.layers-wires {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
}

.layers-wires line {
    stroke: #fff;
    stroke-width: 1;
    stroke-linecap: round;
    opacity: 0.3;
}

.layer-stack {
    position: absolute;
    z-index: 2;
    width: 30%;
    aspect-ratio: 450 / 278;
}

.layer-stack--left {
    left: -24%;
    top: -18%;
}

.layer-stack--right {
    right: -24%;
    top: -18%;
}

.layer-stack--center {
    left: 50%;
    top: 36%;
    width: 32%;
    transform: translateX(-50%);
}

.layer-plate {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.layer-plate--front {
    top: 0;
    z-index: 2;
}

.layer-plate--back {
    top: 11.5%;
    z-index: 1;
}

.layer-stack--center .layer-plate--front {
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
}

.layer-stack--center .layer-plate--back {
    width: 112%;
    left: 50%;
    transform: translateX(-50%);
    top: 13%;
}

.cyber-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 32px;
    padding: 0 16px;
    border-radius: 80px;
    background: rgb(25, 25, 25);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 10px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-bottom: 28px;
    cursor: default;
}

.cyber-pill .dot {
    width: 8px;
    height: 8px;
}

.cyber-pill-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.cyber-title {
    margin: 0;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.12;
    color: #fff;
    max-width: 1200px;
    width: 100%;
}

.cyber-title-line {
    display: block;
    white-space: normal;
}

/* What we deliver */
.cyber-deliver {
    position: relative;
    background: #000;
    padding: 48px 56px 100px;
    margin-top: 0;
    overflow: hidden;
}

.deliver-inner {
    position: relative;
    z-index: 1;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0;
}

.deliver-inner::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%) scale(1.06);
    transform-origin: center top;
    width: 100%;
    height: 320px;
    background: url("../assets/bg-eclipse.png") center top / 100% auto no-repeat;
    filter: blur(32px);
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.35) 35%,
        rgba(0, 0, 0, 0.85) 65%,
        rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.35) 35%,
        rgba(0, 0, 0, 0.85) 65%,
        rgba(0, 0, 0, 0) 100%
    );
}

.deliver-inner > * {
    position: relative;
    z-index: 1;
}

.cyber-deliver .cyber-pill {
    margin-bottom: 20px;
}

.deliver-heading {
    margin: 0 0 12px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #fff;
    max-width: 1200px;
    white-space: normal;
}

.deliver-sub {
    margin: 0 0 48px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
}

.deliver-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.deliver-list li {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
}

.deliver-list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.deliver-num {
    flex-shrink: 0;
    min-width: 2.2em;
    font-family: 'DM Mono', monospace;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.12em;
}

/* REACTOR framework */
.cyber-reactor {
    background: #000;
    padding: 40px 28px 80px;
    display: flex;
    justify-content: center;
}

.reactor-img {
    width: 100%;
    max-width: 1380px;
    height: auto;
    display: block;
}

/* Footer */
.footer {
    position: relative;
    width: calc(100% - 56px);
    margin: 0 auto 28px;
    padding: 48px 56px 36px;
    background: url("../assets/home-footer-1.png") center/cover no-repeat;
    border-radius: 30px;
    color: white;
}

.footer-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px 48px;
}

.footer-top {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.footer-text {
    grid-column: 1 / -1;
    font-size: 14px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    line-height: 1.7;
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.88);
}

.footer-logo {
    width: 180px;
    display: block;
}

.footer-links {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.footer-middle {
    grid-column: 1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-self: start;
}

.social-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-info {
    grid-column: 2;
    display: flex;
    gap: 80px;
    align-self: start;
    justify-self: end;
    margin: 0;
}

.contact-info,
.location {
    line-height: 1.8;
    font-size: 12px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
}

.footer-bottom {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    opacity: 0.75;
}

.footer-bottom p {
    margin: 0;
}

@media (max-width: 1100px) {
    .cyber-header,
    .cyber-hero-bottom {
        padding-left: 40px;
        padding-right: 40px;
    }

    .cyber-deliver {
        padding-left: 40px;
        padding-right: 40px;
    }

    .layers-scene {
        max-width: 92%;
        height: 460px;
    }

    .layer-stack--left {
        left: -18%;
        top: -14%;
        width: 32%;
    }

    .layer-stack--right {
        right: -18%;
        top: -14%;
        width: 32%;
    }

    .layer-stack--center {
        width: 34%;
        top: 34%;
    }
}

@media (max-width: 900px) {
    .cyber-title-line {
        white-space: normal;
    }

    .nav-notch {
        width: min(92vw, 492px);
    }

    .nav {
        gap: 28px;
    }

    .cyber-deliver,
    .cyber-intro,
    .cyber-hero-bottom {
        padding-left: 28px;
        padding-right: 28px;
    }

    .cyber-intro {
        padding-top: 56px;
        padding-bottom: 24px;
    }

    .intro-copy {
        margin-bottom: 32px;
        padding: 0 16px;
    }

    .cyber-header {
        padding-left: 28px;
        padding-right: 28px;
    }

    .nex {
        width: min(180px, 42vw);
    }

    .cyber-hero {
        min-height: 420px;
        padding-bottom: 56px;
    }

    .cyber-title {
        font-size: clamp(36px, 6vw, 52px);
    }

    .layers-scene {
        height: 420px;
        max-width: 100%;
    }

    .layer-stack--left {
        left: -14%;
        top: -10%;
        width: 34%;
    }

    .layer-stack--right {
        right: -14%;
        top: -10%;
        width: 34%;
    }

    .layer-stack--center {
        width: 36%;
        top: 33%;
    }

    .footer {
        width: calc(100% - 32px);
        padding: 40px 28px 28px;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-info {
        grid-column: 1;
        justify-self: start;
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 720px) {
    .cyber-shell {
        padding: 16px 16px 0;
    }

    .nav-notch {
        top: 16px;
        width: min(96vw, 492px);
    }

    .nav {
        gap: 16px;
    }

    .nav li a {
        font-size: 12px;
    }

    .cyber-header {
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 10px;
    }

    .btn2 {
        min-width: 140px;
        height: 44px;
        font-size: 13px;
    }

    .cyber-hero {
        min-height: auto;
        padding-bottom: 40px;
        border-radius: 20px 20px 0 0;
    }

    .cyber-hero-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cyber-deliver {
        padding: 32px 20px 64px;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 16px 24px;
    }

    .deliver-list li {
        font-size: 20px;
        gap: 16px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .layers-scene {
        height: 360px;
        margin-top: 0;
    }

    .layer-stack--left {
        left: -10%;
        top: -6%;
        width: 38%;
    }

    .layer-stack--right {
        right: -10%;
        top: -6%;
        width: 38%;
    }

    .layer-stack--center {
        width: 40%;
        top: 30%;
    }

    .layer-plate--back {
        top: 11.5%;
    }

    .cyber-deliver {
        margin-top: 0;
        padding-top: 32px;
    }

    .deliver-inner::before {
        top: -80px;
        height: 260px;
    }

    .cyber-title-line,
    .deliver-heading {
        white-space: normal;
    }

    .cyber-lead {
        font-size: clamp(20px, 5vw, 28px);
        line-height: 1.45;
    }

    .cyber-reactor {
        padding: 24px 16px 56px;
    }
}
