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

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #1a1548;
    overflow-x: hidden;
}

/* Navigation */
.navbar {
    background-color: #1a1548;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.nav-logo span {
    font-weight: 600;
    font-size: 1.2rem;
    color: #FE4F4F !important;
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

.nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #ff6b6b;
}

/* Hero Section */
.hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #1a1548 0%, #2d1b69 100%);
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 0 2rem;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* CTA Button */
.cta-button, .submit-button {
    background-color: #ff6b6b;
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover, .submit-button:hover {
    background-color: #ff5252;
}

/* Why Section */
.why-section {
    padding: 80px 0;
    background-color: #1a1548;
}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 0 2rem;
}

.why-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.why-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.why-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Insight Section */
.insight-section {
    padding: 80px 0;
    background-color: #1a1548;
}

.insight-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.insight-container h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.insight-container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.insight-container p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.insight-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.insight-card {
    background-color: #ff6b6b;
    padding: 2rem;
    border-radius: 8px;
    color: #ffffff;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.insight-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.insight-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background-color: #1a1548;
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 0 2rem;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
    padding-top: 90px;
}

.team-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.team-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.team-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Difference Section */
.difference-section {
    padding: 80px 0;
    background-color: #1a1548;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.difference-container {
    max-width: 600px;
    padding: 0 2rem;
}

.difference-container h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.difference-container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.difference-container p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.difference-image {
    padding: 0 2rem;
}

.difference-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background-color: #1a1548;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 0 2rem;
}

.contact-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.contact-form {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #ff6b6b;
}

.submit-button {
    width: 100%;
    margin-top: 1rem;
}

/* Footer */
.footer {
    background-color: #0f0a35;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-logo span {
    font-weight: 600;
    font-size: 1.2rem;
    color: #FE4F4F !important;
    
}

.footer-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ff6b6b;
}

/* Cookie Popup */
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    z-index: 10000;
    padding: 2rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-popup.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    color: #333;
}

.cookie-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.cookie-content h3 {
    color: #ff6b6b;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cookie-content p {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accept-all {
    background-color: #ff6b6b;
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.accept-all:hover {
    background-color: #ff5252;
}

.reject-non-essential {
    background-color: transparent;
    color: #ff6b6b;
    border: 2px solid #ff6b6b;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.reject-non-essential:hover {
    background-color: #ff6b6b;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-container,
    .why-container,
    .team-container,
    .contact-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .difference-section {
        grid-template-columns: 1fr;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .insight-cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }
    
    .nav-menu {
        gap: 1rem;
    }
    
    .hero {
        padding: 100px 0 60px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-container,
    .why-container,
    .team-container,
    .contact-container {
        padding: 0 1rem;
        gap: 2rem;
    }
    
    .difference-container {
        padding: 0 1rem;
    }
    
    .difference-image {
        padding: 0 1rem;
    }
    
    .insight-cards {
        grid-template-columns: 1fr;
    }
    
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cookie-buttons {
        flex-direction: column;
    }
    
    .cookie-popup {
        padding: 1rem;
    }
    
    .cookie-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .why-content h2,
    .team-content h2,
    .contact-content h2,
    .difference-container h2 {
        font-size: 2rem;
    }
    
    .insight-container h2 {
        font-size: 2rem;
    }
    
    .hero-content p,
    .why-content p,
    .team-content p,
    .contact-content p,
    .difference-container p {
        font-size: 1rem;
    }
    
    .nav-menu {
        font-size: 0.9rem;
    }
    
    .cookie-content h3 {
        font-size: 1.5rem;
    }
}