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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Geologica', sans-serif;
    background: #0b2458;
    color: #0B180B;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

header .logo img {
    height: 40px;
    width: auto;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
}

header nav a {
    text-decoration: none;
    font-family: 'Geologica', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}


.banner {
    padding-top: 100px;
    color: #FFFFFF;
}

.banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}

.banner-content {
    flex: 1; 
    max-width: 600px;
    width: 100%;
    margin-right: 20px;
}

.banner h1 {
    font-family: 'Krona One', sans-serif;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;

}

.banner h2 {
    font-family: 'Geologica', sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner-illustration {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.banner-illustration img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

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

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.stars {
    color: #E2BF47;
}
.buttons {
    display: flex;
    gap: 20px;
}
.btn {
    display: inline-block;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 16px 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.btn-primary {
    background: #71F26D;
    color: #0B180B;
}
.btn-secondary {
    background: #0B180B;
    color: #71F26D;
}

.services {
    background: #FFFFFF;
    padding: 80px 20px;
}
.services h2 {
    font-family: 'Geologica', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}
.services .intro {
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #0B180B;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.card {
    border: 5px solid #71F26D;
    border-radius: 20px;
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.card .icon img {
    max-width: 200px;
    margin-bottom: 16px;
}
.card h3 {
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
}
.card p {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

.why-kynexis {
    background: #F1F5FF;
    padding: 80px 20px;
}
.why-kynexis .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.why-content {
    flex: 1;
    min-width: 280px;
    margin-right: 40px;
}
.why-illustration {
    flex: 1;
    max-width: 380px;
    text-align: center;
}
.why-illustration img {
    max-width: 100%;
    height: auto;
}
.why-kynexis h2 {
    font-family: 'Geologica', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}
.advantages {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.advantages li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #000000;
}
.advantages li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #71F26D;
    font-weight: 700;
}
.advantages li strong {
    font-weight: 600;
}

.why-kynexis .btn-primary {
    display: inline-block;
    background: #71F26D;
    color: #0B180B;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 16px 24px;
    border-radius: 10px;
}

/* Section Tarifs */
.pricing {
    background: #F1F5FF;
    padding: 80px 20px;
    text-align: center;
}

.pricing h2 {
    font-family: 'Geologica', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}

.pricing .intro {
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #0B180B;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pricing-card {
    background: #F9F9F9;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card h3 {
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0B180B;
    margin-bottom: 20px;
}

.pricing-card .price {
    font-family: 'Geologica', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #71F26D;
    margin-bottom: 20px;
}

.pricing-card .description {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #0B180B;
    margin-bottom: 20px;
}

.pricing-card .btn {
    display: inline-block;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 10px;
    background: #71F26D;
    color: #0B180B;
    transition: background 0.3s ease;
}

.pricing-card .btn:hover {
    background: #0B180B;
    color: #71F26D;
}

@media (max-width: 992px) {
    .pricing-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }
}

/* Section Contact */
.contact {
    background: #FFFFFF;
    padding: 80px 20px;
}

.contact h2 {
    font-family: 'Geologica', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.contact .intro {
    font-family: 'Geologica', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #0B180B;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact-mascot {
    flex: 1;
    max-width: 450px;
    text-align: center;
    margin-right: 40px;
}

.contact-mascot img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.contact-info {
    flex: 2;
    max-width: 600px;
}

.contact-details {
    margin-top: 30px;
    font-family: 'Geologica', sans-serif;
    color: #0B180B;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 24px;
    margin-right: 15px;
    color: #71F26D;
}

.contact-item p {
    font-size: 18px;
}

.contact-item a {
    text-decoration: none;
    color: #0B180B;
    font-weight: 700;
}

.contact-item a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
        align-items: center;
    }

    .contact-mascot {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .contact-info {
        max-width: 90%;
    }
}


footer {
    background: #0B180B;
    color: #FFFFFF;
    padding: 40px 20px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer-col {
    min-width: 150px;
    margin-bottom: 20px;
}
.footer-logo {
    font-family: 'Dongle', sans-serif;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
footer h4 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    margin-bottom: 8px;
}
footer ul li a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
    opacity: 0.8;
}
footer ul li a:hover {
    opacity: 1;
}

@media (max-width: 992px) {
    .service-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-col {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .banner-content {
        max-width: 100%;
    }
    .footer-col {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .service-cards {
        grid-template-columns: 1fr;
    }
    .footer-container {
        flex-direction: column;
    }
    .footer-col {
        width: 100%;
    }
}

@media (max-width: 768px) {
    header nav ul {
        flex-direction: column;
        gap: 10px;
        background: #0B180B;
        position: absolute;
        top: 60px;
        right: 20px;
        padding: 20px;
        border-radius: 10px;
        display: none;
    }

    header nav ul.active {
        display: flex;
    }

    .banner h1 {
        font-size: 32px;
    }

    .banner h2 {
        font-size: 24px;
    }

    .buttons {
        flex-direction: column;
        gap: 10px;
    }
}
