/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #131210;
    color: #ffffff;
    overflow-x: hidden;
}

/* Ensure hero section doesn't clip centered content */
.hero-section {
    overflow: visible !important;
}

.about-page {
    width: 100%;
    background-color: #131210;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 902px;
    overflow: visible;
    background-color: #131210;
}

/* Decorative Elements */
.decorative-circles {
    position: absolute;
    width: 1503px;
    height: 1503px;
    left: -31px;
    top: -74px;
}

.circle-outer {
    position: absolute;
    width: 1503px;
    height: 1503px;
    left: 0;
    top: 0;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.circle-inner {
    position: absolute;
    width: 805px;
    height: 805px;
    left: 348px;
    top: 349px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.line {
    display: none;
}

.line-h1 {
    display: none;
}

.line-h2 {
    display: none;
}

.line-h3 {
    display: none;
}

.line-v1 {
    display: none;
}

.line-v2 {
    display: none;
}

/* Header Navigation - Homepage Style */
.main-nav {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 60px;
    background-color: rgba(18, 18, 18, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: calc(100% - 80px);
    max-width: none;
    height: 80px;
    box-sizing: border-box;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.content-icon {
    height: 60px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 100px;
}

.nav-links a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-links a.active {
    background-color: transparent;
}

.demo-button {
    background-color: #ffffff;
    color: #000000 !important;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease;
    display: inline-block;
}

.demo-button:hover {
    background-color: #e0e0e0;
    opacity: 1;
    color: #000000 !important;
    text-decoration: none !important;
}

/* Desktop/Mobile Toggle Classes */
.desktop-only {
    display: flex;
}

.mobile-only {
    display: none;
}

/* Hero Titles */
.hero-title-about {
    position: absolute;
    right: 60%;
    top: 200px;
    color: white;
    font-size: 200px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    z-index: 5;
    white-space: nowrap;
}

.hero-title-koda {
    position: absolute;
    right: 55%;
    top: 500px;
    color: white;
    font-size: 200px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    z-index: 5;
    white-space: nowrap;
}

/* Spanish language: stack titles vertically */
html[lang="es"] .hero-title-about {
    top: 350px;
}

html[lang="es"] .hero-title-koda {
    left: 40px;
    top: 520px;
}

/* Hero XY Image */
.hero-section .hero-xy-image {
    position: absolute;
    right: -350px;
    top: 340px;
    transform: none;
    width: 1200px !important;
    max-width: none !important;
    height: auto !important;
    opacity: 1;
    z-index: 1;
}

/* Since 2025 Section */
.since-section {
    padding: 112px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

.since-tag {
    color: white;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

.since-message {
    width: 100%;
    max-width: none;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 52.80px;
    letter-spacing: 0.96px;
}

.text-grey {
    color: rgba(255, 255, 255, 0.60);
}

.text-white {
    color: white;
}

/* Mockup Section */
.mockup-section {
    position: relative;
    width: 100%;
    max-width: none;
    height: 931px;
    overflow: hidden;
}

.mockup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gradient-top {
    position: absolute;
    width: 100%;
    height: 243px;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #131210 0%, rgba(19, 18, 16, 0) 100%);
    z-index: 1;
}

.gradient-bottom {
    position: absolute;
    width: 100%;
    height: 243px;
    left: 0;
    top: 688px;
    background: linear-gradient(180deg, rgba(19, 18, 16, 0) 0%, #131210 100%);
    z-index: 1;
}

.decorative-elements {
    position: absolute;
    width: 1503px;
    height: 3790px;
    left: -31px;
    top: -1423px;
}

.circle-large-bg {
    display: none;
}

.line-v-left {
    display: none;
}

.line-v-right {
    display: none;
}

.mockup-description {
    position: absolute;
    width: 463px;
    left: 489px;
    top: 161px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    z-index: 2;
}

/* Mission, Vision, Values Section - Horizontal Layout */
.mvv-section {
    padding: 40px 0 112px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
}

.mvv-item {
    position: relative;
    height: 254px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    overflow: visible;
}

/* Gradient fade overlays for smooth transitions between sections */
/* Top fade: Makes the top of each section transparent */
.mvv-item::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
        to bottom,
        rgba(19, 18, 16, 0) 0%,
        rgba(19, 18, 16, 1) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Bottom fade: Makes the bottom of each section transparent */
.mvv-item::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(
        to top,
        rgba(19, 18, 16, 0) 0%,
        rgba(19, 18, 16, 1) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Remove top fade from first section */
.mvv-item:first-child::before {
    display: none;
}

/* Add top border to first mvv-item */
.mvv-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

/* Remove bottom fade from last section */
.mvv-item:last-child::after {
    display: none;
}

.mvv-number {
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    z-index: 3;
}

.mvv-image {
    position: absolute;
    width: 434px;
    height: 255px;
    right: 70%;
    top: 0;
    z-index: 3;
}

.mvv-item:nth-child(2) .mvv-image {
    width: 200px;
    height: auto;
    top: 30px;
}

.mvv-title {
    position: absolute;
    left: 150px;
    top: 100px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 44px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.68px;
    z-index: 3;
}

.mvv-description {
    position: absolute;
    width: auto;
    max-width: 752px;
    left: 608px;
    right: 0;
    top: 103px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    z-index: 3;
}

/* Why KODA Section */
.why-koda-section {
    position: relative;
    height: 816px;
    padding: 0;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: visible;
    margin-left: calc(-50vw + 50%);
}

.why-header {
    position: absolute;
    width: auto;
    max-width: 645px;
    left: 0;
    top: 84px;
    display: flex;
    flex-direction: column;
    gap: 175px;
}

.why-header h2 {
    font-size: 120px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 52.80px;
    text-align: center;
}

.why-header p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
}

.why-cards {
    position: absolute;
    height: 584px;
    top: 232px;
    display: flex;
    align-items: flex-end;
    padding: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
}

.why-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    flex: 1 1 0;
    min-width: 0;
}

/* Extend lines to left edge */
.why-card-1::before {
    content: '';
    position: absolute;
    left: -100vw;
    top: -1px;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}

.why-card-1::after {
    content: '';
    position: absolute;
    left: -100vw;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}

/* Extend lines to right edge */
.why-card-3::before {
    content: '';
    position: absolute;
    right: -100vw;
    top: -1px;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}

.why-card-3::after {
    content: '';
    position: absolute;
    right: -100vw;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}

.why-card h3 {
    color: rgba(255, 255, 255, 0.70);
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 37.40px;
    letter-spacing: 0.68px;
    text-align: center;
}

.why-card-1 {
    flex: 1;
    height: 352px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-card-1 h3 {
    transform: translateX(0px);
}

.why-card-2 {
    flex: 1;
    height: 482px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.why-card-2 h3 {
}

.why-card-3 {
    flex: 1;
    height: 584px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-card-3 h3 {
    transform: translateX(70px);
}

/* Join Section */
.join-section {
    position: relative;
    padding: 112px 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 30px;
}

.join-image {
    position: relative;
    width: 400px;
    height: auto;
    opacity: 0.8;
    z-index: 2;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.15))
            drop-shadow(0 0 40px rgba(255, 255, 255, 0.08));
    clip-path: inset(0 0 0 5%);
    transform: translateY(-5%);
}

.join-gradient {
    position: absolute;
    width: 100%;
    height: 243px;
    left: 0;
    top: 221px;
    background: linear-gradient(180deg, rgba(19, 18, 16, 0) 0%, #131210 100%);
}

.join-content {
    width: auto;
    max-width: 895px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
    z-index: 2;
}

.join-content h2 {
    font-size: 64px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 70.40px;
}

.join-content .demo-button {
    background-color: #ffffff;
    color: #000000 !important;
    width: 166px;
    height: 52px;
    padding: 0;
    border-radius: 100px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.join-content .demo-button:hover {
    background-color: #e0e0e0;
    text-decoration: none !important;
}

/* Footer - Homepage Style */
.site-footer {
    position: relative;
    width: 100%;
    background-color: #121212;
    color: #E0E0E0;
    padding: 80px 60px 40px 60px;
    overflow: hidden;
    box-sizing: border-box;
}

/* Background Watermark */
.site-footer::after {
    content: "";
    background-image: url("assets/images/logo copy.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 50px;
    bottom: 20px;
    width: 300px;
    height: 300px;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
}

/* Footer Main Layout */
.footer-main {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    max-width: none;
    width: 100%;
    margin: 0 0 40px 0;
}

/* Left Side: Logo, Newsletter, Copyright */
.footer-left {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

/* Newsletter Form */
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newsletter-form input[type="email"] {
    width: 100%;
    padding: 18px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-sizing: border-box;
}

.newsletter-form input[type="email"]::placeholder {
    color: #757575;
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    border-bottom-color: #ffffff;
}

/* Newsletter Submit Button with Circular Arrow */
.newsletter-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #E0E0E0;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.newsletter-submit:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.newsletter-submit span {
    flex: 1;
    text-align: left;
}

/* Circular Arrow Button */
.arrow-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.newsletter-submit:hover .arrow-circle {
    transform: translateX(4px);
}

.arrow-circle img {
    width: 20px;
    height: 20px;
}

/* Footer Copyright */
.footer-copyright {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    color: #9E9E9E;
    flex-wrap: wrap;
}

.footer-copyright a {
    color: #E0E0E0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-copyright a:hover {
    color: #ffffff;
}

.footer-copyright .divider {
    color: #555555;
}

/* Right Side: Navigation Links */
.footer-nav {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

.nav-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nav-column h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-column a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #B0B0B0;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: color 0.3s ease;
}

.nav-column a:hover {
    color: #ffffff;
}

.nav-column a img {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-column a:hover img {
    opacity: 1;
    transform: translateX(2px);
}

/* Back to Top Link */
.back-to-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 40px 0 0 0;
    color: #B0B0B0;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-to-top:hover {
    color: #ffffff;
}

.back-to-top img {
    width: 16px;
    height: 16px;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-to-top:hover img {
    opacity: 1;
    transform: translateY(-2px);
}

/* Desktop Responsive Styles - For screens larger than 1440px */
@media (min-width: 1441px) {
    .about-page {
        max-width: none;
        width: 100%;
    }

    /* Hero Section - Scale for larger screens */
    .hero-section {
        height: auto;
        min-height: 900px;
    }

    .decorative-circles {
        width: 100vw;
        height: 100vw;
        max-width: none;
        max-height: none;
        left: 50%;
        transform: translateX(-50%);
    }

    .circle-outer {
        width: 100%;
        height: 100%;
    }

    .circle-inner {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    /* Navigation - Full width */
    .main-nav {
        max-width: none;
        width: calc(100% - 80px);
    }

    /* Hero Titles - Better positioning for wide screens */
    .hero-title-about {
        right: 60%;
        font-size: 200px;
    }

    .hero-title-koda {
        right: 55%;
        top: 500px;
        font-size: 200px;
    }

    /* Hero XY Image - Adjust for wide screens */
    .hero-section .hero-xy-image {
        right: -50px;
        top: 174px;
        width: min(1100px, 50vw);
    }

    /* Since Section - Full width */
    .since-section {
        max-width: none;
        width: 100%;
    }

    .since-message {
        max-width: none;
        width: 100%;
    }

    /* Mockup Section - Full width */
    .mockup-section {
        max-width: none;
        width: 100%;
    }

    /* MVV Section - Full width */
    .mvv-section {
        max-width: none;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .mvv-item {
        height: auto;
        min-height: 254px;
        padding-bottom: 64px;
    }

    .mvv-image {
        width: auto;
        max-width: 500px;
        height: auto;
        right: 60%;
    }

    .mvv-description {
        max-width: 800px;
        left: auto;
        right: 0;
    }

    /* Why Section - Full width */
    .why-koda-section {
        height: auto;
        min-height: 816px;
        padding: 0 60px;
        max-width: none;
        width: 100%;
    }

    .why-header {
        position: relative;
        width: 100%;
        max-width: none;
        left: 0;
        top: 0;
        margin-bottom: 120px;
        padding-top: 112px;
    }

    .why-cards {
        position: relative;
        width: 100%;
        max-width: none;
        height: auto;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 0;
    }

    .why-card {
        flex: 1;
        max-width: none;
    }

    .why-card-1 {
        min-height: 352px;
    }

    .why-card-2 {
        min-height: 482px;
    }

    .why-card-3 {
        min-height: 584px;
    }

    /* Join Section - Full width */
    .join-section {
        max-width: none;
        width: 100%;
    }

    /* Footer - Full width */
    .footer-main {
        max-width: none;
        width: 100%;
    }
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
    /* Body and Container */
    body {
        -webkit-tap-highlight-color: transparent;
        -webkit-text-size-adjust: 100%;
        overflow-y: visible !important;
    }

    .about-page {
        font-size: 16px;
        overflow-x: hidden;
        overflow-y: visible;
    }

    /* Hero Section Mobile */
    .hero-section {
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 80px 16px 40px 16px;
    }

    /* Navigation - Mobile (matching index page style) */
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: transparent;
        padding: 12px 16px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: none;
        padding: 12px 20px;
        background: rgba(33, 32, 30, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        left: auto;
        top: auto;
        transform: none !important;
        height: auto;
    }

    .nav-links {
        display: none !important;
    }

    .nav-links.desktop-only {
        display: none !important;
    }

    /* Mobile Menu Button */
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        padding: 8px;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1001;
        flex-shrink: 0;
    }

    .mobile-menu-toggle .menu-line {
        display: block;
        width: 22px;
        height: 2px;
        background: white;
        transition: all 0.3s ease;
        border-radius: 2px;
    }

    .mobile-menu-toggle.active .menu-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-toggle.active .menu-line:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active .menu-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-menu-toggle .menu-icon,
    .hamburger-icon {
        display: none;
    }

    /* Full-Screen Overlay Menu */
    .mobile-menu {
        position: fixed;
        top: 76px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #21201E;
        visibility: hidden;
        opacity: 0;
        display: none;
        transition: all 0.3s ease;
        z-index: 999;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mobile-menu.active {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .mobile-menu-content {
        padding: 0 20px 40px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        min-height: calc(100vh - 76px);
        position: relative;
    }

    /* Menu Items */
    .mobile-menu-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        flex: 1;
        width: 100%;
    }

    .mobile-menu-link {
        color: white;
        text-decoration: none;
        font-size: 36px;
        font-weight: 500;
        background: transparent;
        border: none;
        padding: 20px 0;
        cursor: pointer;
        font-family: 'Plus Jakarta Sans', sans-serif;
        transition: opacity 0.3s ease;
        text-align: center;
        width: 100%;
    }

    .mobile-menu-link:last-child {
        border-bottom: none;
    }

    .mobile-menu-link:active {
        opacity: 0.6;
    }

    .mobile-lang-dropdown {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        text-align: center;
        padding: 20px 0 10px 0 !important;
        font-size: 36px !important;
        font-weight: 500 !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        color: white !important;
    }

    .mobile-lang-dropdown .lang-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-flag-icon {
        width: 28px;
        height: 28px;
        object-fit: contain;
        vertical-align: middle;
    }

    .mobile-lang-dropdown .lang-arrow {
        font-size: 20px;
        opacity: 0.6;
        transition: transform 0.3s ease;
    }

    .mobile-lang-dropdown.expanded .lang-arrow {
        transform: rotate(180deg);
    }

    .mobile-lang-dropdown::after {
        display: none;
    }

    /* Language Options */
    .mobile-language-options {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
        margin-top: 0;
        width: 100%;
    }

    .mobile-language-options.show {
        display: flex;
    }

    .mobile-lang-btn {
        padding: 10px 20px;
        background: transparent;
        color: rgba(255, 255, 255, 0.8);
        border: none;
        font-size: 28px !important;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Plus Jakarta Sans', sans-serif;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }

    .mobile-lang-btn .mobile-flag-icon {
        width: 24px;
        height: 24px;
    }

    .mobile-lang-btn:active {
        color: white;
        background: rgba(255, 255, 255, 0.05);
    }

    .mobile-lang-btn.active {
        color: white;
        font-weight: 600;
    }

    /* Try Koda Button - positioned at bottom */
    .mobile-cta-btn,
    .mobile-menu-content .demo-button {
        display: block;
        width: 100%;
        padding: 18px 20px;
        background: white;
        color: #131313 !important;
        text-decoration: none;
        text-align: center;
        border-radius: 100px;
        font-size: 18px;
        font-weight: 600;
        transition: all 0.3s ease;
        margin-top: auto;
        margin-bottom: 40px;
        line-height: 1.5;
    }

    .mobile-cta-btn:active,
    .mobile-menu-content .demo-button:active {
        background: #f0f0f0;
        transform: scale(0.98);
    }

    /* Prevent body scroll when menu open */
    body.mobile-menu-open {
        overflow: hidden;
    }

    /* Logo */
    .logo img,
    .content-icon {
        height: 60px;
        width: auto;
    }

    .hero-title-about,
    .hero-title-koda {
        position: relative;
        left: 0;
        top: 0;
        font-size: 56px;
        line-height: 1.1;
        text-align: center;
        margin-top: 40px;
    }

    .hero-title-koda {
        margin-top: 16px;
    }

    /* Hero XY Image - Center on mobile */
    .hero-section .hero-xy-image {
        position: relative;
        right: auto;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        width: 90%;
        max-width: 400px;
        margin: 40px auto;
        opacity: 0.6;
    }

    /* Since Section Mobile */
    .since-section {
        padding: 60px 20px;
    }

    .since-tag {
        font-size: 20px;
        line-height: 1.4;
    }

    .since-message {
        width: 100%;
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0.48px;
    }

    /* Mockup Section Mobile */
    .mockup-section {
        width: 100%;
        height: auto;
        min-height: 500px;
        padding: 40px 0;
    }

    .mockup-description {
        width: 90%;
        left: 5%;
        top: 100px;
        font-size: 14px;
        line-height: 1.6;
    }

    /* MVV Section Mobile */
    .mvv-section {
        padding: 60px 20px;
        gap: 80px;
    }

    .mvv-item {
        height: auto;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 40px;
    }

    .mvv-number {
        position: relative;
        margin-bottom: 20px;
    }

    .mvv-image {
        position: relative;
        width: 200px;
        height: auto;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }

    .mvv-title {
        position: relative;
        left: 0;
        top: 0;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .mvv-description {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        font-size: 14px;
        line-height: 1.6;
    }

    /* Why Section Mobile */
    .why-koda-section {
        height: auto;
        padding: 60px 20px;
    }

    .why-header {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin-bottom: 40px;
    }

    .why-header h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    .why-header p {
        font-size: 14px;
        line-height: 1.6;
    }

    .why-cards {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .why-card {
        width: 100% !important;
        height: 280px !important;
        border-left: 1px solid rgba(255, 255, 255, 0.20) !important;
        border-right: 1px solid rgba(255, 255, 255, 0.20) !important;
    }

    .why-card h3 {
        width: 100% !important;
        font-size: 24px;
        padding: 0 20px;
    }

    /* Join Section Mobile */
    .join-section {
        padding: 60px 20px;
        flex-direction: column;
        justify-content: center;
    }

    .join-image {
        width: 80%;
        height: auto;
        left: 10%;
        top: 20px;
        opacity: 0.3;
    }

    .join-content {
        width: 100%;
    }

    .join-content h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    /* Footer Mobile */
    .site-footer {
        padding: 40px 16px 30px 16px;
        overflow: hidden;
    }

    /* Hide or resize watermark on mobile */
    .site-footer::after {
        width: 200px;
        height: 200px;
        right: 50%;
        bottom: 50%;
        transform: translate(50%, 50%);
        opacity: 0.03;
    }

    .footer-main {
        flex-direction: column !important;
        gap: 40px;
        width: 100%;
    }

    .footer-left {
        width: 100%;
        padding-right: 0;
        flex: none;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-nav {
        width: 100%;
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .nav-column {
        width: 100%;
    }

    .nav-column h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .nav-column a {
        font-size: 14px;
        justify-content: flex-start;
    }

    .newsletter-form input {
        font-size: 14px;
    }

    .newsletter-submit {
        font-size: 14px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .back-to-top {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px;
        justify-content: flex-end;
    }

    /* Hide decorative elements on mobile */
    .decorative-circles,
    .decorative-elements {
        opacity: 0.3;
    }
}

/* Get Started button text must be black */
.demo-button { color: #000 !important; }

