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 + nav */
.about-shell {
    position: relative;
    background: #000;
    padding: 28px 28px 0;
    overflow: visible;
}

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

.nav-notch-bg {
    position: absolute;
    inset: 0;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 93.089% 100%, 6.911% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 93.089% 100%, 6.911% 100%);
    pointer-events: none;
}

.nav {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0 28px;
    width: 100%;
    display: flex;
    gap: clamp(16px, 4vw, 46px);
    align-items: center;
    justify-content: center;
    transform: translateY(-3px);
    pointer-events: auto;
}

.nav li {
    flex-shrink: 0;
}

.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 */
.about-hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 56px);
    background: #000 url("../assets/globe.png") center 30% / cover no-repeat;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    isolation: isolate;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, #000 100%);
    pointer-events: none;
    z-index: 0;
}

.about-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;
}

.about-hero-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr minmax(300px, 420px);
    grid-template-rows: auto auto;
    align-content: end;
    column-gap: 60px;
    padding: 100px 56px 80px;
}

.hero-left {
    grid-column: 1;
    display: contents;
}

.about-hero-title {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(44px, 5.2vw, 72px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: 820px;
}

.hero-btn {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-top: 28px;
    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: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-btn img {
    width: 14px;
    height: 14px;
}

.hero-right {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: end;
    padding-bottom: 2px;
}

.hero-right p {
    margin: 0;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
}

.hero-right-line {
    display: block;
    white-space: normal;
}

/* Shared pill */
.about-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;
}

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

.about-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.06em;
    margin-bottom: 32px;
}

.section-heading {
    margin: 0 0 16px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(40px, 4.5vw, 56px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #fff;
}

.section-sub {
    margin: 0 0 48px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
}

/* Intro + Partners */
.about-intro-partners {
    position: relative;
    background: #000;
    padding: 120px 28px 140px;
    text-align: center;
    overflow: visible;
}

.about-intro-inner,
.about-partners-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.about-partners-wrap {
    position: relative;
    margin: 140px -28px 0;
    width: calc(100% + 56px);
    padding: 0;
    overflow: visible;
}

.about-partners-wrap::before,
.about-partners-wrap::after {
    content: "";
    position: absolute;
    top: -50px;
    bottom: -110px;
    width: min(420px, 38vw);
    pointer-events: none;
    z-index: 0;
    filter: blur(24px);
}

.about-partners-wrap::before {
    left: 0;
    background: radial-gradient(
        360px 520px at 0% 56%,
        rgba(170, 205, 255, 0.24) 0%,
        rgba(140, 185, 255, 0.09) 42%,
        rgba(110, 160, 255, 0.03) 58%,
        transparent 72%
    );
}

.about-partners-wrap::after {
    right: 0;
    background: radial-gradient(
        360px 520px at 100% 56%,
        rgba(170, 205, 255, 0.24) 0%,
        rgba(140, 185, 255, 0.09) 42%,
        rgba(110, 160, 255, 0.03) 58%,
        transparent 72%
    );
}

.about-lead {
    margin: 0 0 36px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(28px, 3.6vw, 45px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.01em;
    background: linear-gradient(90deg, #fff 45%, #888 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-inline-image {
    display: inline-block;
    width: clamp(140px, 16vw, 180px);
    height: clamp(28px, 3.2vw, 40px);
    object-fit: cover;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 10px;
    -webkit-text-fill-color: initial;
}

.about-desc {
    max-width: 100%;
    margin: 0 auto 36px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
}

.about-desc-line {
    display: block;
    white-space: nowrap;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 155px;
    height: 48px;
    padding: 0 24px;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 14px;
    margin-bottom: 130px;
}
    text-decoration: none;
}

.about-btn img {
    width: 14px;
    height: 14px;
}

.partners-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.partner-card {
    width: min(320px, 100%);
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.partner-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.partner-card--cyan::after { background: #22d3ee; }
.partner-card--blue::after { background: #3b82f6; }
.partner-card--red::after { background: #ef4444; }

.partner-card img {
    max-width: 140px;
    height: auto;
    opacity: 0.9;
}

/* Vision & Mission */
.about-vision-mission {
    background: #000;
    padding: 140px 28px 160px;
    text-align: center;
}

.vision-block,
.mission-block {
    max-width: 960px;
    margin: 0 auto;
}

.mission-block {
    margin-top: 160px;
    max-width: 1280px;
}

.vm-heading {
    margin: 0 auto 24px;
    max-width: 1000px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(32px, 3.8vw, 44px);
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #fff;
}

.vm-heading-line {
    display: block;
    white-space: normal;
}

.vm-sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

.mission-tags {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 40px;
}

.mission-tag {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 12px 20px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.4;
}

/* Team */
.about-team {
    width: calc(100% - 56px);
    margin: 40px auto 60px;
    background: #000;
}

.about-team-inner {
    position: relative;
    min-height: 540px;
    background: url("../assets/Subtract (1).png") center/cover no-repeat;
    border-radius: 32px;
    padding: 80px 48px 32px;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.about-team-header {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.team-heading {
    margin: 0 0 16px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #fff;
    white-space: normal;
}

.team-sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.team-robot {
    position: absolute;
    right: 10px;
    top: -130px;
    width: min(520px, 48%);
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.team-cards {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 32px;
    position: relative;
    z-index: 2;
}

.team-card {
    flex: 1;
    min-width: 0;
    height: 250px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 18px 16px;
    position: relative;
    overflow: hidden;
}

.team-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.team-card img {
    position: absolute;
    top: 18px;
    right: 0;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.team-card p {
    position: absolute;
    bottom: 16px;
    left: 16px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
}

/* Philosophy */
.about-philosophy {
    background: #000;
    padding: 140px 56px 160px;
}

.about-philosophy-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.philosophy-layout {
    display: grid;
    grid-template-columns: minmax(160px, 220px) 1fr;
    gap: 48px 72px;
    align-items: start;
}

.philosophy-tag {
    margin: 8px 0 0 -56px;
    align-self: start;
    justify-self: start;
    width: fit-content;
    padding: 8px 14px;
    white-space: nowrap;
}

.philosophy-content {
    min-width: 0;
}

.philosophy-heading {
    margin: 0 0 40px;
    max-width: 920px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #fff;
    text-align: left;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: left;
}

.philosophy-item {
    padding: 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
}

.philosophy-item h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.philosophy-item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

/* Clients */
.about-clients {
    position: relative;
    background: #000;
    padding: 140px 28px 160px;
    overflow: visible;
}

.about-clients::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%) scale(1.15);
    transform-origin: center top;
    width: 100%;
    max-width: 100%;
    height: 420px;
    background: url("../assets/bg-eclipse.png") center top / cover no-repeat;
    filter: blur(48px);
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: radial-gradient(
        ellipse 92% 72% at 50% 38%,
        #000 0%,
        #000 38%,
        transparent 78%
    );
    mask-image: radial-gradient(
        ellipse 92% 72% at 50% 38%,
        #000 0%,
        #000 38%,
        transparent 78%
    );
}

.about-clients-inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
}

.clients-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 48px;
}

.clients-copy {
    max-width: 640px;
}

.clients-heading {
    margin: 0 0 16px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #fff;
}

.clients-sub {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
}

.clients-nav {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    padding-top: 48px;
}

.clients-nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.client-cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
}

.client-cards::-webkit-scrollbar {
    display: none;
}

.client-card {
    flex: 0 0 220px;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.client-card img {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

.client-card h4 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 500;
}

.client-stars {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fbbf24;
}

.client-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
}

/* Footer */
.footer {
    position: relative;
    width: calc(100% - 56px);
    margin: 0 auto 28px;
    padding: 48px 56px 36px;
    background: url("../assets/about-footer.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;
}

/* Responsive */
@media (max-width: 1100px) {
    .team-cards {
        flex-wrap: wrap;
    }

    .team-card {
        flex: 1 1 calc(33.333% - 10px);
        min-width: 160px;
    }
}

@media (max-width: 900px) {
    .mission-tags {
        flex-wrap: wrap;
    }

    .mission-tag {
        white-space: normal;
    }

    .nav-notch {
        width: min(420px, calc(100% - 40px));
        height: 36px;
    }

    .nav {
        gap: clamp(14px, 3.5vw, 28px);
        padding: 0 22px;
    }

    .about-header,
    .about-hero-content {
        padding-left: 28px;
        padding-right: 28px;
    }

    .about-hero-content {
        grid-template-columns: 1fr;
        row-gap: 28px;
        padding-top: 72px;
        padding-bottom: 56px;
    }

    .hero-right {
        grid-column: 1;
        grid-row: auto;
    }

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

    .hero-right-line {
        white-space: normal;
    }

    .about-desc-line {
        white-space: normal;
    }

    .vm-heading-line {
        white-space: normal;
    }

    .team-heading {
        white-space: normal;
    }

    .about-team {
        width: calc(100% - 32px);
    }

    .about-team-inner {
        padding: 64px 24px 24px;
    }

    .team-robot {
        position: relative;
        top: 0;
        right: auto;
        width: min(360px, 80%);
        margin: 0 auto 24px;
        display: block;
    }

    .philosophy-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .philosophy-tag {
        margin: 0;
    }

    .philosophy-grid {
        grid-template-columns: 1fr;
    }

    .clients-header {
        flex-direction: column;
    }

    .clients-nav {
        padding-top: 0;
    }

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

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

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

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

    .nav-notch {
        top: 16px;
        width: min(340px, calc(100% - 24px));
        height: 34px;
    }

    .nav {
        gap: 12px;
        padding: 0 16px;
        transform: translateY(-2px);
    }

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

    .about-header {
        flex-wrap: wrap;
        gap: 12px;
        padding: 10px 20px 0;
    }

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

    .about-hero {
        min-height: auto;
        border-radius: 20px;
    }

    .about-header,
    .about-hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .about-hero-title {
        font-size: clamp(36px, 9vw, 48px);
    }

    .team-card {
        flex: 1 1 calc(50% - 10px);
        height: 200px;
    }

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

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