@font-face {
    font-family: 'Stolzl';
    src: url('public/fonts/stolzl-100.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('public/fonts/stolzl-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('public/fonts/stolzl-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('public/fonts/stolzl-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('public/fonts/stolzl-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('public/fonts/stolzl-book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

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

body {
    font-family: 'Stolzl', 'Arial', sans-serif;
    line-height: 1.6;
    color: white;
    background: radial-gradient(52.68% 52.68% at 50% 47.32%, #00116D 0%, #000C36 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    padding: 20px 0;
}

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

.hero {
    padding: 100px 0;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-text {
    flex: 3;
}

.hero-title {
    color: #FFF;
    font-family: Stolzl;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 4em;
    font-weight: 500;
    color: #ffd700;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-description {
    color: #5191F1;
    font-family: Stolzl;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
}

.download-buttons {
    display: flex;
    gap: 20px;
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 100px;
    border: 2px solid #FCEE22;
    background: linear-gradient(0deg, #FFC700 4.29%, #FCEE21 100%, #FFEF00 100%), #FFF;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Stolzl', 'Arial', sans-serif;
    cursor: pointer;
}

.download-btn.ios {
    color: #000;
}

.download-btn.android {
    color: #000;
}


.download-icon {
    width: 20px;
    height: 20px;
}

.hero-character {
    flex: 2;
    text-align: center;
}

.character-img {
    max-width: 100%;
    width: 490px;
    height: 500px;
    object-fit: contain;
}

.features {
    padding: 60px 60px;
    background: #032867;
    border-radius: 50px;
    margin: 40px 0;
}

.features-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.features-text {
    flex: 1;
}

.features-title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
}

.features-list {
    list-style: none;
}

.features-list li {
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    color: #5191F1;
}

.features-list li::before {
    content: "●";
    color: #5191F1;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}

.features-image {
    flex: 1;
    text-align: center;
}

.games-img {
    max-width: 100%;
    width: 490px;
    height: 490px;
    object-fit: contain;
}

.about {
    padding: 100px 0;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-character {
    flex: 1;
    text-align: center;
}

.soldier-img {
    max-width: 100%;
    width: 490px;
    height: 490px;
    object-fit: contain;
}

.about-text {
    flex: 1;
}

.about-title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5191F1;
}

.final {
    padding: 100px 60px;
    background: #032867;
    border-radius: 50px;
    margin: 80px 0;
}

.final-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.final-text {
    flex: 1;
}

.final-title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
}

.final-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5191F1;
}

.tagline {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffd700;
}

.motto {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffd700;
}

.final-characters {
    flex: 1;
    text-align: center;
    position: relative;
}

.duo-img {
    max-width: 100%;
    width: 490px;
    height: 490px;
    object-fit: contain;
}

.footer {
    padding: 60px 0 30px;
    text-align: center;
    border-top: 1px solid #002BC3;
    border-bottom: 1px solid #002BC3;
    background: #000E4E;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.footer-downloads {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-downloads .download-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.download-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.playstore-note {
    font-size: 0.9rem;
    color: #e3f2fd;
}

.social-links h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: white;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-link {
    display: inline-block;
    text-decoration: none;
}


.social-icon {
    width: 40px;
    height: 40px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.footer-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #ffffff;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #b0bec5;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }
    
    .hero-content,
    .features-content,
    .about-content,
    .final-content {
        gap: 50px;
    }
    
    .character-img,
    .games-img,
    .soldier-img,
    .duo-img {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .features-content,
    .about-content,
    .final-content {
        flex-direction: column;
        text-align: left;
        gap: 40px;
    }

    .hero {
        padding: 60px 0;
    }
    
    .features,
    .final {
        padding: 60px 30px;
        margin: 30px 0;
    }
    
    .about {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 36px;
        line-height: 36px;
    }

    .hero-subtitle {
        font-size: 42px;
        line-height: 42px;
    }
    
    .hero-description {
        font-size: 18px;
        line-height: 32px;
    }

    .features-title,
    .about-title,
    .final-title {
        font-size: 36px;
        line-height: 36px;
    }
    
    .features-list li,
    .about-description,
    .final-description {
        font-size: 16px;
        line-height: 28px;
    }

    .download-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .download-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .container {
        padding: 0 20px;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
        margin: 15px 0;
    }

    .footer-link {
        font-size: 0.9rem;
    }

    .character-img,
    .games-img,
    .soldier-img,
    .duo-img {
        width: 300px;
        height: 300px;
    }
    
    .features-image,
    .about-character,
    .final-characters {
        text-align: center;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .footer-downloads .download-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .download-btn-wrapper {
        width: 100%;
        max-width: 280px;
    }
    
    .download-btn {
        width: 100%;
    }
    
    .social-icons {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 40px 0;
    }
    
    .features,
    .final {
        padding: 40px 20px;
        margin: 20px 0;
        border-radius: 30px;
        text-align: left;
    }
    
    .about {
        padding: 40px 0;
        text-align: left;
    }

    .hero-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .hero-subtitle {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    
    .hero-description {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .features-title,
    .about-title,
    .final-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    
    .features-list li,
    .about-description,
    .final-description {
        font-size: 14px;
        line-height: 24px;
    }
    
    .features-list li {
        margin-bottom: 15px;
    }

    .download-btn {
        padding: 12px 25px;
        font-size: 14px;
        width: 100%;
        max-width: 250px;
    }
    
    .download-icon {
        width: 18px;
        height: 18px;
    }

    .container {
        padding: 0 15px;
    }

    .character-img,
    .games-img,
    .soldier-img,
    .duo-img {
        width: 250px;
        height: 250px;
    }
    
    .logo-img {
        height: 45px;
    }
    
    .footer-logo-img {
        height: 60px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
    }
    
    .tagline,
    .motto {
        font-size: 16px;
    }
    
    .footer-bottom p {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .hero-title {
        font-size: 24px;
        line-height: 24px;
    }

    .hero-subtitle {
        font-size: 28px;
        line-height: 28px;
    }
    
    .features-title,
    .about-title,
    .final-title {
        font-size: 24px;
        line-height: 24px;
    }
    
    .character-img,
    .games-img,
    .soldier-img,
    .duo-img {
        width: 200px;
        height: 200px;
    }
    
    .download-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
}