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

body {
    font-family: 'Poppins', sans-serif;
    color: #0c3c3b;
    line-height: 1.6;
}

.nav {
    background-color: #0c3c3b;
    padding: 32px 100px;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

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

.nav-links a {
    color: #f9f3f1;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s;
}

.nav-links a:hover {
    opacity: 0.8;
}

.btn {
    padding: 16px 32px;
    border-radius: 32px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #ffc53e;
    color: #f9f3f1;
}

.btn-primary:hover {
    background-color: #e6b038;
    transform: translateY(-2px);
}

.header {
    background-color: #0c3c3b;
    padding: 68px 100px 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    gap: 64px;
}

.header-content {
    max-width: 610px;
}

.subtitle {
    color: #ffc53e;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
}

.header h1 {
    font-size: 61px;
    font-weight: 800;
    color: #f9f3f1;
    line-height: 60px;
    margin-bottom: 32px;
}

.description {
    color: #f9f3f1;
    font-size: 16px;
    margin-bottom: 64px;
}

.app-badges {
    display: flex;
    gap: 16px;
}

.app-badge {
    height: 47px;
}

.header-image {
    position: relative;
}

.phone-mockup {
    max-width: 412px;
    height: auto;
}

.section {
    padding: 100px;
}

.section-light {
    background-color: #f9f3f1;
}

.section-dark {
    background-color: #0c3c3b;
    flex-direction: column;
    gap: 32px;
}

.section-dark h2,
.section-dark h3 {
    color: #f9f3f1;
}

.section-dark p {
    color: #f9f3f1;
}

.section-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    
}

.section-row {
    align-items: center;
}

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

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

.content-left {
    max-width: 610px;
}

.section-label {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
    color: #0c3c3b;
}

.section-label-yellow {
    color: #ffc53e;
}

h2 {
    font-size: 49px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 32px;
}

.section-description {
    font-size: 16px;
    margin-bottom: 32px;
}

.stats {
    display: flex;
    gap: 32px;
    align-items: center;
    margin: 64px 0;
}

.stat-item h3 {
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 20px;
}

.stat-item p {
    font-size: 16px;
}

.stat-divider {
    width: 5px;
    height: 100px;
    background-color: #ffc53e;
    border-radius: 30px;
}

.image-grid {
    display: flex;
    gap: 20px;
    max-width: 610px;
}

.grid-image {
    border-radius: 32px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.grid-image-large {
    width: 295px;
    height: 508px;
}

.grid-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grid-column .grid-image:first-child {
    height: 169px;
}

.grid-column .grid-image:last-child {
    height: 319px;
}

.rounded-image {
    border-radius: 32px;
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.merch-header {
    display: flex;
    justify-content: space-between;
    margin-right: -80px;
}

.merch-description {
    max-width: 420px;
    line-height: 1.5;
}

.merch-carousel {
    width: 100%;
}

.carousel-controls {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.carousel-btn {
    padding: 12px 32px;
    border: 2px solid #ffc53e;
    background: transparent;
    color: #ffc53e;
    border-radius: 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.carousel-btn.active {
    background-color: #ffc53e;
    color: #f9f3f1;
}

.carousel-btn:hover {
    background-color: #ffc53e;
    color: #f9f3f1;
}

.merch-cards {
    display: flex;
    gap: 32px;
}

.merch-card {
    flex: 1;
    max-width: auto;
}

.merch-image {
    background-color: #f9f3f1;
    border-radius: 20px;
    height: 400px;
    width: 300px;
    margin-bottom: 32px;
    overflow: hidden;
}

.merch-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.merch-card h3 {
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 16px;
}

.merch-card p {
    font-size: 16px;
}

.faq-header {
    text-align: center;
    max-width: 650px;
    margin-bottom: 64px;
}

.faq-intro {
    font-size: 16px;
    margin-top: 16px;
}

.accordion {
    width: 100%;
    max-width: 820px;
    margin-top: -80px;
}

.accordion-item {
    border-bottom: 1px solid #0c3c3b;
    padding: 24px 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

.accordion-icon {
    font-size: 20px;
    font-weight: 300;
    color: #0c3c3b;
    transition: transform 0.3s;
}

.accordion-item:hover .accordion-icon {
    transform: rotate(45deg);
}

.footer {
    background-color: #0c3c3b;
    color: #f9f3f1;
    padding: 100px;
}

.footer-container {
    max-width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

.footer-brand {
    max-width: 400px;
}

.footer-brand p {
    margin: 32px 0;
    font-size: 16px;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9f3f1;
    text-decoration: none;
    font-size: 20px;
}

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

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

.footer-column h4 {
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-column a {
    color: #f9f3f1;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s;
}

.footer-column a:hover {
    opacity: 0.7;
}

.footer-bottom {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding-top: 64px;
    font-size: 16px;
}

.translate {
    margin-left: auto;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .nav,
    .header,
    .section,
    .footer {
        padding: 64px 50px;
    }

    .section-container,
    .header-container {
        flex-direction: column;
    }

    .content-left,
    .content-right {
        max-width: 100%;
    }

    .rounded-image {
        width: 100%;
        max-width: 500px;
    }

    .image-grid {
        max-width: 100%;
    }

    .merch-header {
        flex-direction: column;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        flex-wrap: wrap;
        gap: 16px;
    }

    h1 {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .stats {
        flex-wrap: wrap;
    }

    .merch-cards {
        flex-direction: column;
    }

    .merch-card {
        max-width: 100%;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-links {
        flex-direction: column;
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .nav,
    .header,
    .section,
    .footer {
        padding: 32px 20px;
    }

    .btn {
        width: 100%;
    }

    .app-badges {
        flex-direction: column;
    }

    .image-grid {
        flex-direction: column;
    }
}
