/* Montserrat Font Family */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Default body font */
html {
    background: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: none;
    overflow-x: hidden;
}

/* Container */
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    height: 100%;
}

.container.nav-container {
    padding: 0;
}

/* Navigation */
.navigation {
    background: url('../images/headerBg.png') no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 100;
    height: 442px;
    display: flex;
    flex-direction: column;
    min-width: 1140px;
}

/* About Us Navigation Background */
.navigation.about-nav {
    background: url('../images/aboutUsNavBg.png') no-repeat center top;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    min-width: 1140px;
}

.nav-content::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -118px;
    right: -118px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

/* Hero Section */
.hero {
    background: rgba(0, 0, 0, 1);
    padding: 100px 0;
    position: relative;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
    gap: 140px;
}

/* Left Block */
.hero-left {
    max-width: 500px;
}

.hero-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 68px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.infrastructure {
    color: rgba(255, 255, 255, 0.5);
}

/* Right Block */
.hero-right {
    max-width: 500px;
    text-align: right;
}

.hero-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 180px 0;
    text-align: left;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 16px;
}

.btn {
    font-weight: 600;
    font-size: 17px;
    border-radius: 4px;
    padding: 19.5px 0;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    padding-left: 61px;
    padding-right: 61px;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 1);
    padding-left: 64px;
    padding-right: 64px;
}

/* Logo */
.logo img {
    height: 40px;
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 62px;
}

.nav-item {
    position: relative;
}

.nav-item a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

/* Active Indicator */
.active-indicator {
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: rgba(202, 255, 0, 1);
    border-radius: 2px;
}

/* Language Switcher */
.language-switcher {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3.5px;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.current-lang {
    color: white;
    font-weight: 500;
    font-size: 14px;
}

.switcher-chevron {
    width: 12px;
    height: 12px;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 8px 0;
    min-width: 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1000;
    margin-top: 5px;
    transition: all 0.3s ease;
}

.language-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    padding: 8px 16px;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.lang-option:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Transparent Block */
.transparent-block {
    height: 54px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
}

/* Glitch rectangles */
.glitch-rect {
    position: absolute;
    background: rgba(0, 0, 0, 1);
    animation: glitch 0.6s infinite;
}

@keyframes glitch {
    0% { opacity: 0; transform: translateX(0) translateY(0); }
    25% { opacity: 1; transform: translateX(2px) translateY(-1px); }
    50% { opacity: 0.7; transform: translateX(-1px) translateY(1px); }
    75% { opacity: 1; transform: translateX(1px) translateY(-2px); }
    100% { opacity: 0; transform: translateX(0) translateY(0); }
}

/* Generate 450 rectangles with random positions and sizes */
.glitch-rect:nth-child(1) { width: 3px; height: 2px; top: 10px; left: 5%; animation-delay: 0s; }
.glitch-rect:nth-child(2) { width: 2px; height: 4px; top: 15px; left: 8%; animation-delay: 0.1s; }
.glitch-rect:nth-child(3) { width: 4px; height: 3px; top: 8px; left: 12%; animation-delay: 0.2s; }
.glitch-rect:nth-child(4) { width: 2px; height: 2px; top: 20px; left: 18%; animation-delay: 0.3s; }
.glitch-rect:nth-child(5) { width: 3px; height: 5px; top: 12px; left: 25%; animation-delay: 0.4s; }
.glitch-rect:nth-child(6) { width: 5px; height: 2px; top: 18px; left: 32%; animation-delay: 0.5s; }
.glitch-rect:nth-child(7) { width: 2px; height: 3px; top: 6px; left: 40%; animation-delay: 0.6s; }
.glitch-rect:nth-child(8) { width: 4px; height: 4px; top: 22px; left: 48%; animation-delay: 0.7s; }
.glitch-rect:nth-child(9) { width: 3px; height: 2px; top: 14px; left: 55%; animation-delay: 0.8s; }
.glitch-rect:nth-child(10) { width: 2px; height: 5px; top: 9px; left: 62%; animation-delay: 0.9s; }
.glitch-rect:nth-child(11) { width: 5px; height: 3px; top: 16px; left: 70%; animation-delay: 1s; }
.glitch-rect:nth-child(12) { width: 3px; height: 4px; top: 11px; left: 78%; animation-delay: 1.1s; }
.glitch-rect:nth-child(13) { width: 4px; height: 2px; top: 19px; left: 85%; animation-delay: 1.2s; }
.glitch-rect:nth-child(14) { width: 2px; height: 3px; top: 7px; left: 92%; animation-delay: 1.3s; }
.glitch-rect:nth-child(15) { width: 3px; height: 5px; top: 13px; left: 98%; animation-delay: 1.4s; }

/* Our Vision Section */
.our-vision {
    background: rgba(255, 255, 255, 1);
    padding: 100px 0;
    opacity: 0;
    transform: translateX(100px);
}

/* Our Vision animation keyframes */
@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Our Services animation keyframes */
@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Let's Build animation keyframes */
@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.vision-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.vision-left {
    max-width: 435px;
    opacity: 0;
    transform: translateX(50px);
}

.vision-left img {
    width: 100%;
    height: auto;
}

.vision-right {
    max-width: 625px;
    opacity: 0;
    transform: translateX(50px);
}

/* Badge styles - reusable component */
.badge {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    padding: 6px 24px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-bottom: 16px;
}

.vision-title {
    font-weight: 500;
    font-size: 52px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 32px 0;
}

.vision-title .highlight {
    color: rgba(0, 0, 0, 0.5);
}

.vision-description {
    max-width: 401px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

/* Our Impact in Numbers Section */
.our-impact {
    background: rgba(255, 255, 255, 1);
    padding: 100px 0;
}

.impact-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 33.5px;
}

.impact-title {
    font-weight: 500;
    font-size: 52px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.impact-btn {
    font-weight: 600;
    font-size: 17px;
    color: white;
    background: rgba(0, 0, 0, 1);
    border: none;
    padding: 19.5px 61px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.impact-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.impact-divider {
    height: 1.5px;
    background: rgba(231, 231, 231, 1);
    margin-bottom: 80px;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.impact-item {
    background: rgba(246, 246, 246, 1);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 80px 32px;
    transition: all 0.3s ease;
}

.impact-item:hover .impact-number,
.impact-item:hover .impact-label {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.impact-item .impact-number,
.impact-item .impact-label {
    transition: transform 0.3s ease;
}

/* Our Services Section */
.our-services {
    background: rgba(246, 246, 246, 1);
    padding: 100px 0;
}

.services-content {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.services-left {
    max-width: 600px;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
}

.services-image {
    width: 100%;
    height: auto;
}

.services-overlay {
    position: absolute;
    bottom: 44px;
    left: 44px;
    right: 64px;
}

.services-badge {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    padding: 6px 24px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-bottom: 22px;
    background: rgba(255, 255, 255, 0.9);
}

.services-title {
    font-weight: 500;
    font-size: 52px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.services-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    opacity: 0;
    transform: translateX(-50px);
}

.service-item {
    background: rgba(255, 255, 255, 1);
    border-radius: 14px;
    padding: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-item.active {
    background: linear-gradient(180deg, #3F3F3F 0%, #080808 100%);
}

.service-content {
    position: relative;
}

.service-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 24px 0;
}

.service-item.active .service-title {
    color: rgba(255, 255, 255, 1);
}

.service-subtitle {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.service-item.active .service-subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.service-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 49px;
    margin-top: 24px;
}

.service-arrow {
    width: 32px;
    height: 32px;
}

.impact-item-dark {
    background: linear-gradient(180deg, #3E3E3E 0%, #070707 100%);
    margin-top: 50px;
}

.impact-item:nth-child(1) {
    margin-bottom: 50px;
}

.impact-item:nth-child(3) {
    margin-bottom: 50px;
}

.impact-item:nth-child(4) {
    margin-top: 50px;
}

.impact-number {
    font-weight: 500;
    font-size: 52px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 32px;
}

.impact-item-dark .impact-number {
    color: rgba(255, 255, 255, 1);
}

.impact-label {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}

.impact-item-dark .impact-label {
    color: rgba(255, 255, 255, 1);
}

/* FAQ Section */
.faq-section {
    background: rgba(255, 255, 255, 1);
    padding: 100px 0;
    opacity: 0;
    transform: translateX(100px);
}

.faq-header {
    display: flex;
    gap: 64px;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateX(50px);
}

.faq-left {
    max-width: 478px;
}

.faq-badge {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    padding: 6px 24px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-bottom: 16px;
    background: rgba(246, 246, 246, 1);
}

.faq-title {
    font-weight: 500;
    font-size: 52px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.faq-title-accent {
    color: rgba(0, 0, 0, 0.5);
}

.faq-right {
    max-width: 424px;
}

.faq-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.faq-divider {
    height: 1.5px;
    background: rgba(231, 231, 231, 1);
    margin-bottom: 80px;
}

.faq-content {
    display: flex;
    gap: 80px;
    align-items: flex-end;
    opacity: 0;
    transform: translateX(50px);
}

.faq-list {
    max-width: 598px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.faq-item {
    background: rgba(246, 246, 246, 1);
    border-radius: 14px;
    padding: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.faq-item.active {
    background: rgba(246, 246, 246, 1);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.faq-question-title {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
    flex: 1;
}

.faq-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    margin-top: 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    opacity: 1;
}

.faq-answer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.faq-image {
    max-width: 462px;
    flex-shrink: 0;
}

.faq-image img {
    width: 100%;
    height: auto;
}

/* Let's Build Section */
.lets-build {
    background: rgba(255, 255, 255, 1);
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lets-build-content {
    background: url('../images/ctaBg.png') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.lets-build-title {
    font-weight: 500;
    font-size: 52px;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 16px 0;
    max-width: 730px;
    opacity: 0;
    transform: translateY(50px);
}

.lets-build-accent {
    color: rgba(255, 255, 255, 0.5);
}

.lets-build-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 24px 0;
    max-width: 398px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(50px);
}

.lets-build-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 4px;
    padding: 19.5px 64px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
}

.lets-build-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: rgba(0, 0, 0, 1);
    padding: 80px 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-nav {
    display: flex;
    gap: 62px;
}

.footer-link {
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 32px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-description {
    max-width: 407px;
}

.footer-description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.footer-company-info {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

/* Our Mission Section */
.our-mission {
    background: rgba(255, 255, 255, 1);
    padding: 100px 0;
    opacity: 0;
    transform: translateX(100px);
}

.mission-content {
    text-align: left;
    opacity: 0;
    transform: translateX(50px);
}

.mission-badge {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    padding: 6px 24px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-bottom: 22px;
    background: rgba(246, 246, 246, 1);
    opacity: 0;
    transform: translateX(50px);
}

.mission-title {
    font-weight: 500;
    font-size: 52px;
    line-height: 160%;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 32px 0;
    opacity: 0;
    transform: translateX(50px);
}

.mission-accent {
    color: rgba(0, 0, 0, 0.5);
}

.mission-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 1);
    border: none;
    border-radius: 4px;
    padding: 19.5px 64px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 80px;
    opacity: 0;
    transform: translateX(50px);
}

.mission-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-2px);
}

.mission-images {
    display: flex;
    gap: 12px;
    justify-content: center;
    opacity: 0;
    transform: translateX(50px);
}

.mission-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 16px;
}

/* Additional blur square for Contact page */
.blur-square-12 {
    position: absolute;
    top: 15px;
    right: -22px;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: linear-gradient(316.12deg, rgba(255, 255, 255, 0.06) 12.01%, rgba(255, 255, 255, 0.02) 98.98%);
    backdrop-filter: blur(10px);
}

/* Why Choose Us Section */
.why-choose-us {
    background: rgba(246, 246, 246, 1);
    padding: 100px 0;
    opacity: 1;
    transform: none;
}

.why-choose-header {
    background-image: url('../images/whyChoseUs.png');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 44px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
}

.why-choose-badge {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: white;
    padding: 6px 24px;
    border-radius: 100px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 16px;
}

.why-choose-title {
    font-weight: 500;
    font-size: 52px;
    color: white;
    margin: 0;
}

.why-choose-cards {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.why-choose-card {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    padding: 44px 32px;
    position: relative;
    flex: 1;
    max-width: 350px;
    transition: transform 0.3s ease;
}

.why-choose-card:hover {
    transform: scale(1.05);
}

.why-choose-card.dark {
    background: linear-gradient(180deg, #3F3F3F 0%, #080808 100%);
}

.card-arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
}

.card-image {
    width: 200px;
    height: 200px;
    margin-bottom: 44px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 16px 0;
}

.why-choose-card.dark .card-title {
    color: white;
}

.card-description {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -3%;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    line-height: 1.4;
}

.why-choose-card.dark .card-description {
    color: rgba(255, 255, 255, 0.5);
}

/* Our History Section */
.our-history {
    background: rgba(255, 255, 255, 1);
    padding: 100px 0;
    opacity: 0;
    transform: translateX(-100px);
}

.history-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    opacity: 0;
    transform: translateX(-50px);
}

.history-left {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-50px);
}

.history-image {
    max-width: 550px;
    width: 100%;
    height: auto;
}

.history-right {
    flex: 1;
    opacity: 0;
    transform: translateX(-50px);
}

.history-badge {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    padding: 6px 24px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-bottom: 22px;
    background: rgba(246, 246, 246, 1);
}

.history-title {
    font-weight: 500;
    font-size: 52px;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 57px 0;
    line-height: 1.2;
}

.history-title-accent {
    color: rgba(0, 0, 0, 0.5);
}

.history-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -3%;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 24px 0;
}

.history-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: white;
    background: rgba(0, 0, 0, 1);
    border: none;
    padding: 19.5px 64px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.history-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-2px);
}

/* Contact Navigation - Black Background */
.navigation.contact-nav {
    background: rgba(0, 0, 0, 1);
    height: auto;
    padding: 0;
}

/* Contact Page - Black Background */
body.contact-page {
    background: black;
}

/* Consultation Section */
.consultation-section {
    background: black;
    padding: 100px 0;
}

.consultation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

/* Left Content Block */
.content-block {
    max-width: 423px;
}

.consultation-title {
    font-weight: 500;
    font-size: 52px;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

.consultation-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.7);
}

/* Right Form Block */
.form-block {
    flex: 1;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.input-group {
    position: relative;
}

.input-row {
    display: flex;
    gap: 24px;
}

.input-row .input-group {
    flex: 1;
}

.consultation-form input,
.consultation-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 0;
    font-weight: 500;
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    outline: none;
    transition: border-color 0.3s ease;
}

.consultation-form input::placeholder,
.consultation-form textarea::placeholder {
    font-weight: 500;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
}

.consultation-form input:focus,
.consultation-form textarea:focus {
    border-bottom-color: rgba(255, 255, 255, 1);
}

.consultation-form textarea {
    resize: vertical;
    min-height: 100px;
}

/* Error Messages */
.error-message {
    display: none;
    color: #ff6b6b;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
}

.error-message.show {
    display: block;
}

/* Send Button */
.send-button {
    background: rgba(255, 255, 255, 1);
    color: black;
    font-weight: 600;
    font-size: 17px;
    border: none;
    border-radius: 4px;
    padding: 19.5px 96px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 44px;
    width: fit-content;
    display: inline-block;
}

.send-button:hover {
    background: rgba(255, 255, 255, 0.9);
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal.show {
    display: flex;
}

.modal-content {
    background: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
}

.modal-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.ok-button {
    background: #333;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.ok-button:hover {
    background: #555;
}

.navigation.contact-nav .nav-content {
    height: auto;
    min-height: 81px;
    padding: 0;
}

/* Let's Talk Section */
.lets-talk {
    background: black;
    padding: 80px 0 0 0;
    border: none;
    outline: none;
}

.lets-talk-content {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 80px;
    border: none;
    outline: none;
}

.lets-talk::before,
.lets-talk::after {
    display: none;
}

.lets-talk-image {
    width: 116px;
    height: 116px;
}

.lets-talk-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

/* Green Glitch Rectangles for Let's Talk Section */
.lets-talk-transparent {
    position: relative;
    overflow: hidden;
}

.lets-talk-transparent .glitch-rect {
    background: rgba(202, 255, 0, 1);
}
