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

body {
    font-family: 'PP Pangram Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #FFFFFF;
    color: #000000;
    overflow-x: hidden;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 91px;
    background: #FFFFFF;
    z-index: 1000;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 80px;
    height: 100%;
}

.logo img {
    height: 63px;
    width: auto;
}

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

.btn-learn-more {
    padding: 11px 40px;
    background: #FFFFFF;
    border: 1px solid #2150E3;
    border-radius: 5px;
    font-size: 21px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-learn-more:hover {
    background: #2150E3;
    color: #FFFFFF;
}

.nav-title {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

/* Main Content */
.main {
    margin-top: 91px;
}

/* Hero Section */
.hero-section {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}

.bg-hero {
    background: #C8E5ED;
}

.hero-section .content-wrapper {
    padding: 56px 100px 56px 310px;
}

.hero-heading {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
}

.hero-text {
    font-size: 85px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 6.8px;
    color: #000000;
    display: block;
    margin: 0 0 45px 0;
    padding: 0;
}

.hero-text:last-child {
    margin-bottom: 0;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.54px;
    color: #000000;
    max-width: 387px;
    margin: 0;
    padding: 0;
}

/* Section Common Styles */
section {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.section-split {
    display: flex;
    min-height: 386px;
    margin: 0;
}

.section-left,
.section-right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.bg-white {
    background: #FFFFFF;
}

.bg-black {
    background: #000000;
}

.content-wrapper {
    padding: 56px 310px;
    width: 100%;
}

.section-label {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 3px;
    margin-bottom: 42px;
}

.section-label.blue {
    color: #2151E4;
}

.section-label.center {
    text-align: center;
}

.section-text {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 24px;
}

.section-text-small {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.blue-text {
    color: #2151E4;
}

.blue-cta-text {
    color: #2150E3;
}

.section-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Game Section */
.section-game {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}

/* Ecology Section */
.section-ecology {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}

/* Solution Section */
.section-solution {
    min-height: 526px;
    margin: 0;
    padding: 0;
}

.solution-text {
    margin-top: 23px;
}

.solution-text p {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin: 0 0 34px 0;
    padding: 0;
}

.solution-intro {
    margin-bottom: 34px !important;
}

/* MVP Section */
.section-mvp {
    padding: 66px 0;
    background: #FFFFFF;
    margin: 0;
}

.mvp-container {
    display: flex;
    justify-content: center;
    gap: 100px;
    max-width: 1920px;
    margin: 0 auto;
}

.mvp-item {
    text-align: center;
}

.mvp-screenshot {
    margin-top: 30px;
    max-width: 480px;
    border-radius: 10px;
}

/* Why Section */
.section-why {
    min-height: 440px;
    margin: 0;
    padding: 0;
}

/* Team Section */
.section-team {
    padding: 60px 0;
    background: #FFFFFF;
    margin: 0;
}

.team-container {
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}

.team-slider {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 61px;
}

.team-photo {
    width: 268px;
    height: 268px;
    border-radius: 134px;
    object-fit: cover;
}

/* Mission Section */
.section-mission {
    min-height: 376px;
    margin: 0;
    padding: 0;
}

/* Goals Section */
.section-goals {
    min-height: 376px;
    margin: 0;
    padding: 0;
}

/* CTA Section */
.section-cta {
    background: #AADBE7;
    padding: 30px 0 40px;
    text-align: center;
    margin: 0;
}

.cta-container {
    max-width: 1920px;
    margin: 0 auto;
}

.cta-title {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 16px;
}

.cta-subtitle {
    font-size: 22px;
    line-height: 29px;
    color: #2150E3;
    margin-bottom: 33px;
}

.btn-cta {
    display: inline-block;
    padding: 10px 40px;
    background: #2150E3;
    border-radius: 7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #1a3fb5;
}

/* Footer */
.footer {
    background: #FFFFFF;
    padding: 45px 0 0;
    margin: 0;
}

.footer-container {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 310px 45px;
}

.footer-left,
.footer-right {
    flex: 1;
}

.footer-logo {
    height: 62px;
    margin-bottom: 54px;
}

.footer-tagline {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    max-width: 308px;
    margin-bottom: 44px;
}

.btn-footer {
    display: inline-block;
    padding: 15px 35px;
    background: #2150E3;
    border-radius: 7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-footer:hover {
    background: #1a3fb5;
}

.footer-right {
    padding-left: 40px;
}

.footer-heading {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 3px;
    margin-bottom: 38px;
}

.footer-heading.blue {
    color: #2151E4;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
}

.footer-link-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-link-group span {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.64px;
    color: #000000;
    min-width: 70px;
}

.footer-link-group a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.64px;
    color: #000000;
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 56px;
    margin-bottom: 17px;
}

.social-link img {
    width: 24px;
    height: 24px;
}

.footer-partner {
    margin-bottom: 17px;
}

.footer-partner p {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #000000;
    margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .content-wrapper {
        padding: 56px 100px;
    }

    .hero-section .content-wrapper {
        padding: 56px 60px 56px 100px;
    }

    .footer-container {
        padding: 0 100px 45px;
    }
}

@media (max-width: 1024px) {
    .section-split {
        flex-direction: column;
        min-height: auto;
    }

    .section-left,
    .section-right {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        height: auto;
    }

    .section-left {
        padding: 0;
    }

    .section-right {
        padding: 0;
    }

    .section-image {
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: contain;
        position: relative;
    }

    .content-wrapper {
        padding: 40px 60px;
    }

    .hero-section .content-wrapper {
        padding: 40px 60px;
    }

    .hero-text {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .mvp-container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .mvp-screenshot {
        max-width: 100%;
        height: auto;
    }

    .footer-container {
        flex-direction: column;
        padding: 0 60px 45px;
    }

    .footer-right {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 14px 30px;
    }

    .logo img {
        height: 50px;
    }

    .btn-learn-more {
        padding: 8px 25px;
        font-size: 18px;
    }

    .nav-title {
        font-size: 16px;
    }

    .section-left,
    .section-right {
        display: block;
        height: auto;
    }

    .section-image {
        width: 100%;
        height: auto;
        max-height: 350px;
        object-fit: contain;
        display: block;
    }

    .content-wrapper {
        padding: 30px 30px;
    }

    .hero-section .content-wrapper {
        padding: 30px 30px;
    }

    .hero-text {
        font-size: 42px;
        line-height: 1;
        letter-spacing: 3px;
        margin-bottom: 25px;
    }

    .hero-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .section-label {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .section-text {
        font-size: 18px;
        line-height: 28px;
    }

    .section-text-small {
        font-size: 16px;
        line-height: 26px;
    }

    .mvp-container {
        gap: 30px;
        padding: 0 20px;
    }

    .mvp-screenshot {
        max-width: 100%;
        height: auto;
    }

    .team-slider {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .team-photo {
        width: 200px;
        height: 200px;
        border-radius: 100px;
    }

    .cta-title,
    .cta-subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .btn-cta {
        font-size: 18px;
        padding: 8px 30px;
    }

    .footer-container {
        padding: 0 30px 30px;
    }

    .footer-logo {
        height: 50px;
        margin-bottom: 30px;
    }

    .footer-tagline {
        font-size: 18px;
        line-height: 28px;
    }

    .btn-footer {
        font-size: 14px;
        padding: 12px 25px;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 10px 20px;
    }

    .logo img {
        height: 40px;
    }

    .btn-learn-more {
        padding: 6px 20px;
        font-size: 16px;
    }

    .nav-title {
        display: none;
    }

    .section-left,
    .section-right {
        display: block;
        height: auto;
    }

    .section-image {
        width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: contain;
        display: block;
    }

    .content-wrapper {
        padding: 25px 20px;
    }

    .hero-section .content-wrapper {
        padding: 25px 20px;
    }

    .hero-text {
        font-size: 32px;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .section-label {
        font-size: 16px;
    }

    .section-text {
        font-size: 16px;
        line-height: 26px;
    }

    .section-text-small {
        font-size: 14px;
        line-height: 22px;
    }

    .mvp-container {
        padding: 0 15px;
    }

    .mvp-screenshot {
        max-width: 100%;
        height: auto;
    }

    .team-photo {
        width: 180px;
        height: 180px;
        border-radius: 90px;
    }

    .footer-container {
        padding: 0 20px 20px;
    }

    .footer-social {
        gap: 30px;
    }
}
