/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --lidofiwhite-70: rgba(255, 255, 255, 0.7);
    --font-manrope: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

body {
    font-family: var(--font-manrope);
    background-color: #ffffff;
    color: #2c2c2c;
    overflow-x: hidden;
}

.page-container {
    background: white;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(13.5px) brightness(100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(180deg, rgba(255, 249, 249, 0.16) 37.5%, rgba(255, 249, 249, 0) 82.29%);
}

.header-logo {
    height: 44px;
    width: 40px;
    object-fit: contain;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100vw;
    background: white;
    overflow: hidden;
    margin-top: 68px;
    height: 782px;
}

.hero-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.hero-bg-image,
.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Desktop video - hidden on mobile */
.hero-bg-video-desktop {
    display: block;
}

/* Mobile video - hidden on desktop */
.hero-bg-video-mobile {
    display: none;
}

.hero-content-wrapper {
    position: absolute;
    width: 100%;
    padding: 0 24px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: start;
    justify-content: space-between;
    z-index: 2;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 64px;
}

.hero-title-wrapper {
    display: flex;
    flex-direction: column;
    width: 638px;
    align-items: start;
    gap: 187px;
}

.hero-title-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.hero-title-image {
    width: 100%;
}

.hero-subtitle {
    color: rgba(19, 18, 23, 0.72);
    font-size: 28px;
    line-height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    font-family: var(--font-manrope);
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 8px;
}

.hero-cta-section {
    display: flex;
    align-items: center;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    width: 290px;
    align-items: start;
    margin-right: 84px;
}

.stat-number {
    width: 145px;
    height: 48px;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-manrope);
    color: #2c2c2c;
    letter-spacing: 0;
}

.stat-description {
    color: rgba(19, 18, 23, 0.5);
    font-size: 24px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: var(--font-manrope);
    font-weight: 300;
    letter-spacing: 0;
}

.cta-button {
    width: 264px;
    height: 70px;
    background: #2c2c2c;
    border-radius: 60px;
    position: relative;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cta-button:hover {
    background: rgba(44, 44, 44, 0.9);
}

.cta-text {
    font-family: var(--font-manrope);
    font-weight: 600;
    color: white;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 26px;
}

.cta-arrow {
    width: 39px;
    height: 39px;
}

.hero-divider {
    width: 1px;
    height: 630px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 36%, rgba(0, 0, 0, 0) 93%);
}

/* Portfolio Title Section */
.portfolio-title-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: start;
    gap: 10px;
    padding-top: 194px;
    position: relative;
}

.gradient-circle-1 {
    position: absolute;
    top: -101px;
    left: 524px;
    width: 1400px;
    height: 1400px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 179, 255, 0.09) 0%, rgba(0, 179, 255, 0) 70%);
    pointer-events: none;
}

.portfolio-title-content {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 94px;
    position: relative;
    width: 100%;
}

.portfolio-header {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.portfolio-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 73px;
    -webkit-text-stroke: 1px rgba(44, 44, 44, 0.2);
    font-family: var(--font-manrope);
    font-weight: 400;
    color: #2c2c2c;
    font-size: 180px;
    letter-spacing: 0;
    line-height: 180px;
    white-space: nowrap;
}

.portfolio-year-section {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    position: relative;
}

.portfolio-year {
    -webkit-text-stroke: 1px rgba(44, 44, 44, 0.2);
    color: #2c2c2c;
    font-size: 76px;
    letter-spacing: 0;
    line-height: 76px;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-manrope);
    font-weight: 400;
}

.explore-button {
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid rgba(44, 44, 44, 0.2);
    border-radius: 60px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s;
}

.explore-button:hover {
    background: rgba(0, 0, 0, 0.05);
}

.explore-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--font-manrope);
    font-weight: 400;
    color: black;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0;
    line-height: 26px;
    white-space: nowrap;
}

/* Portfolio Items Section */
.portfolio-items-section {
    position: relative;
    width: 100%;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 66px;
    margin-bottom: 26px;
}

.portfolio-scroll-container {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: white;
    margin-left: calc((100% - 71.25rem) / 2);
    overflow-x: auto;
    /* Keep scrolling enabled */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.portfolio-scroll-container::-webkit-scrollbar {
    display: none;
}

.portfolio-spacer {
    width: 196px;
    flex-shrink: 0;
}

.portfolio-card {
    flex-shrink: 0;
    width: 280px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.portfolio-card:last-child {
    border-right: 0;
}

.portfolio-card-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    padding: 32px;
    height: 100%;
}

.portfolio-card-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    width: 100%;
    height: 100%;
}

.portfolio-card-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 64px;
    width: 100%;
}

.portfolio-logo-wrapper {
    position: relative;
}

.portfolio-curve {
    position: absolute;
    top: 18px;
    left: 17px;
    width: 66px;
    height: 72px;
}

.portfolio-logo {
    width: 100px;
    height: 100px;
}

.portfolio-logo-large {
    width: 176px;
    height: 100px;
}

.portfolio-logo-xlarge {
    width: 228px;
    height: 100px;
}

.portfolio-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    width: 100%;
}

.portfolio-name {
    font-family: var(--font-manrope);
    font-weight: 300;
    color: black;
    font-size: 24px;
    letter-spacing: -0.24px;
    line-height: 38px;
}

.portfolio-description {
    font-family: var(--font-manrope);
    font-weight: 400;
    color: rgba(19, 18, 23, 0.5);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}

.portfolio-badge {
    border: 1px solid rgba(19, 18, 23, 0.5);
    color: rgba(19, 18, 23, 0.5);
    border-radius: 60px;
    padding: 8px 32px;
    height: auto;
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: auto;
}

.portfolio-nav {
    position: absolute;
    bottom: -26px;
    left: 35px;
    display: flex;
    gap: 8px;
}

.nav-button {
    width: 52px;
    height: 52px;
    background-color: transparent;
    border: 1px solid #13121733;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.2s, border-color 0.2s;
}

.nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: #13121720;
}

/* Process Section */
.process-section {
    position: relative;
    padding-top: 194px;
}

.process-section-container {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    background: white;
    overflow: hidden;
}

.process-gradient-1 {
    position: absolute;
    width: 1400px;
    height: 1400px;
    margin-top: -60px;
    margin-bottom: -60px;
    margin-right: -76px;
    border-radius: 50%;
}

.process-left-column {
    position: relative;
}

.process-intro {
    position: relative;
    width: 100%;
}

.process-intro-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.process-logo {
    max-width: 100%;
    height: 96px;
}

.process-tagline {
    width: 457px;
    font-weight: 300;
    font-size: 34px;
    line-height: 48px;
    font-family: var(--font-manrope);
    color: #2c2c2c;
    letter-spacing: 0;
}

.process-dot-top {
    width: 92px;
    height: 92px;
}

.process-vertical-line {
    position: absolute;
    top: 92px;
    left: 45.5px;
    flex: 1;
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.process-vertical-line.bold {
    background: rgba(0, 0, 0, 0.1);
}

.process-right-column {
    position: relative;
    max-width: 511px;
}

.process-steps {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.process-step {
    display: flex;
    align-items: start;
    gap: 8px;
    width: 100%;
    position: relative;
    padding-bottom: 94px;
}

.process-step-text {
    display: flex;
    flex-direction: column;
    margin-left: 48px;
}

.step-title {
    margin-top: -1px;
    font-weight: 400;
    color: black;
    font-size: 64px;
    letter-spacing: -1px;
    line-height: 76px;
    font-family: var(--font-manrope);
    margin-bottom: 8px;
}

.step-description {
    font-weight: 300;
    color: rgba(19, 18, 23, 0.72);
    font-size: 22px;
    letter-spacing: 0;
    line-height: 40px;
    font-family: var(--font-manrope);
}

/* Team Section */
.team-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding-top: 194px;
    padding-bottom: 194px;
    background: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #e5e5e5;
}

.team-gradient-1 {
    position: absolute;
    top: -488px;
    left: 1239px;
    width: 1412px;
    height: 1412px;
    border-radius: 1248px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 84, 248, 0.1) 0%, rgba(255, 84, 248, 0) 60%);
    pointer-events: none;
}

.team-gradient-2 {
    position: absolute;
    top: 980px;
    left: -717px;
    width: 1400px;
    height: 1400px;
    border-radius: 1400px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 179, 255, 0.09) 0%, rgba(0, 179, 255, 0) 70%);
    pointer-events: none;
}

.team-content {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 64px;
    position: relative;
    width: 100%;
}

.team-header-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

.team-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 64px;
    position: relative;
    width: 100%;
}

.team-title-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    position: relative;
}

.team-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
    margin-left: -1px;
    font-family: var(--font-manrope);
    font-weight: 400;
    color: #212221;
    font-size: 180px;
    letter-spacing: -1px;
    line-height: normal;
    white-space: nowrap;
}

.team-subtitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--font-manrope);
    font-weight: 300;
    color: #212221;
    font-size: 34px;
    letter-spacing: 0;
    line-height: 48px;
    white-space: nowrap;
}

.team-map-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 24px;
    position: relative;
    background: white;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-bottom: 1px;
}

.team-map {
    position: relative;
    width: 100%;
    height: 665px;
}

.team-locations {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    padding: 24px;
    position: relative;
    width: 100%;
    background: white;
    border-top: 1px solid #e5e5e5;
}

.location-item {
    display: flex;
    width: 120px;
    align-items: center;
    gap: 5px;
    padding: 12px 24px;
    position: relative;
    border-radius: 40px;
}

.location-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    opacity: 0.35;
    flex-shrink: 0;
}

.location-hq {
    background: #00d0ff;
}

.location-office {
    background: #934ef2;
}

.location-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--font-manrope);
    font-weight: 400;
    color: black;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

/* Page Gradient Circle */
.page-gradient-circle {
    position: absolute;
    top: 2327px;
    left: -530px;
    width: 1400px;
    height: 1400px;
    border-radius: 1400px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 41, 255, 0.08) 0%, rgba(0, 41, 255, 0) 70%);
}

/* Footer */
.footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding-top: 32px;
    padding-bottom: 94px;
    background: white;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-logo-section {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
}

.footer-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    width: 155px;
    height: 48px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-manrope);
    font-weight: 400;
    color: rgba(19, 18, 23, 0.5);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Extra Large Screens and down (less than 1400px) */
@media (min-width: 87.5rem) {
    .container {
        max-width: 80rem;
    }

    .portfolio-scroll-container {
        margin-left: calc((100% - 75rem) / 2);
    }
}

@media (max-width: 1499px) {}

/* Extra Large Screens and down (less than 1400px) */
@media (max-width: 1399px) {
    .container {
        max-width: 71.25rem;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 60rem;
    }

    .portfolio-scroll-container {
        margin-left: calc((100% - 60rem) / 2);
    }

    .team-map {
        height: 500px;
    }

    .team-title {
        font-size: 100px;
    }

    .team-subtitle {
        font-size: 28px;
    }
}

/* Medium Screens and down (less than 992px) */
@media (max-width: 991px) {
    .container {
        max-width: 45rem;
    }

    .portfolio-scroll-container {
        margin-left: calc((100% - 45rem) / 2);
    }

    .process-section-container {
        flex-direction: column;
    }

    .process-right-column {
        margin-top: 64px;
    }

    .team-map {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 33.75rem;
    }

    .portfolio-scroll-container {
        margin-left: calc((100% - 33.75rem) / 2);
    }

    .header {
        height: 64px;
        padding: 0 24px;
    }

    .header-logo {
        height: 32px;
        width: 30px;
    }

    .hero-content {
        align-items: flex-start;
    }

    /* Switch to mobile video */
    .hero-bg-video-desktop {
        display: none;
    }

    .hero-bg-video-mobile {
        display: block;
    }

    .hero-title-image {
        height: 120px;
        width: auto;
    }

    .hero-cta-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-stat {
        margin-bottom: 24px;
        margin-right: 0;
    }

    .hero-subtitle {
        margin-top: 0;
    }

    .gradient-circle-1 {
        display: none;
    }

    .process-logo {
        height: 42px;
    }

    .process-step {
        padding-bottom: 64px;
    }

    .process-tagline {
        font-size: 24px;
        line-height: 1;
    }

    .process-dot-top {
        height: 42px;
        width: 42px;
    }

    .process-vertical-line {
        top: 42px;
        left: 20.5px;
    }

    .step-title {
        font-size: 22px;
        line-height: 100%;
    }

    .step-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .process-step-text {
        margin-left: 12px;
    }

    .team-section {
        padding: 64px 0;
    }

    .team-content {
        gap: 32px;
    }

    .team-map {
        height: 272px;
    }

    .team-title {
        font-size: 32px;
        line-height: normal;
    }

    .team-subtitle {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0 24px;
    }

    .portfolio-scroll-container {
        margin-left: 0;
    }

    .hero-section {
        height: calc(100vh - 64px);
    }

    .hero-bg-image {
        height: 100%;
    }

    .hero-content-wrapper {
        top: auto;
        bottom: 98px;
        transform: translate(0, 0);
    }

    .hero-title-image {
        height: 60px;
    }

    .portfolio-title-section {
        padding-top: 62px;
    }

    .portfolio-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .portfolio-heading {
        font-size: 84px;
        line-height: 84px;
    }

    .portfolio-year {
        font-size: 36px;
        line-height: 36px;
        margin-top: 14px;
    }

    .portfolio-items-section {
        margin-top: 24px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-copyright {
        margin-top: 8px;
    }
}