/* Témoignages Section */
.testimonials-section { background: linear-gradient(135deg,#f7f9fc,#eef2f8); padding: 60px 0; }
.testimonial-carousel { position: relative; display: flex; align-items: center; justify-content: center; margin-top: 24px; }
.carousel-viewport { overflow: hidden; width: 100%; max-width: 520px; }
.carousel-track { display: flex; transition: transform 0.45s cubic-bezier(.22,1,.36,1); }
.carousel-slide { min-width: 100%; flex: 0 0 100%; display: flex; justify-content: center; }
.testimonial-card { background: #fff; border-radius: 14px; box-shadow: 0 8px 30px rgba(12,20,40,0.04); padding: 32px 24px; max-width: 420px; width: 100%; text-align: center; }
.testimonial-stars { margin-bottom: 12px; }
.star { font-size: 1.4rem; color: #e0e4ea; transition: color .18s; }
.star.filled { color: #FFD700; /* or gold */ }
.testimonial-text { font-size: 1.08rem; color: #687185; margin-bottom: 16px; }
.testimonial-author {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 1.25rem;
    margin-top: 10px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(255,215,0,0.08);
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg,#FFD700 60%,#FF6242 100%);
    color: #fff;
    border: 3px solid #FFD700;
    outline: none;
    box-shadow: 0 12px 30px rgba(11,26,43,0.18), 0 0 0 6px rgba(255,215,0,0.08);
    cursor: pointer;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 900;
    opacity: 1;
    transition: transform .18s, box-shadow .18s, background .18s;
}
.carousel-btn.prev { left: -38px; }
.carousel-btn.next { right: -38px; }
.carousel-btn:hover {
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 18px 40px rgba(255,215,0,0.22), 0 0 0 10px rgba(255,215,0,0.13);
    background: linear-gradient(135deg,#FF6242 0%,#FFD700 100%);
}
.carousel-btn:focus {
    outline: none;
    box-shadow: 0 20px 46px rgba(255,215,0,0.26), 0 0 0 12px rgba(255,215,0,0.18);
}
.add-testimonial-btn { background: linear-gradient(135deg,#FF6242,#200DFF); color: #fff; padding: 14px 32px; font-size: 1.1rem; border: none; border-radius: 10px; box-shadow: 0 8px 30px rgba(12,20,40,0.08); cursor: pointer; font-weight: 600; transition: background .18s; }
.add-testimonial-btn:hover { background: linear-gradient(135deg,#200DFF,#FF6242); }
.testimonial-popup {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(11,26,43,0.18);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: fadeInBg .25s;
}
@keyframes fadeInBg {
    from { background: rgba(11,26,43,0.01); }
    to { background: rgba(11,26,43,0.18); }
}
.popup-content {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    max-width: 420px;
    width: 90vw;
    box-shadow: 0 18px 40px rgba(11,26,43,0.22);
    position: relative;
    animation: popupAppear .22s cubic-bezier(.22,1,.36,1);
}
@keyframes popupAppear {
    from { transform: scale(0.85) translateY(40px); opacity: 0; }
    to { transform: scale(1) translateY(0); opacity: 1; }
}
.close-popup {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 2.1rem;
    color: #FF6242;
    cursor: pointer;
    font-weight: bold;
    transition: color .18s;
}
.close-popup:hover { color: #FFD700; }
.star-rating-input .star { font-size: 1.3rem; color: #e0e4ea; cursor: pointer; transition: color .18s; }
.star-rating-input .star.selected, .star-rating-input .star:hover, .star-rating-input .star:hover ~ .star { color: #FF6242; }
@media (max-width: 700px) {
    .testimonial-card { padding: 22px 8px; }
    .carousel-viewport { max-width: 98vw; }
}
/* Sleeky Pro - Premium Photography Template Styles */

/*

TemplateMo 598 Sleeky Pro

https://templatemo.com/tm-598-sleeky-pro

*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-svg {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.logo-text {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #FF6B6B, #7FFFD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1px;
}

.nav-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 8px;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 25px;
    position: relative;
    display: block;
}

.nav-menu a:hover {
    color: #FF6B6B;
    background: rgba(255, 107, 107, 0.1);
}

.nav-menu a.active {
    color: white;
    background: linear-gradient(135deg, #FF6242, #200DFF);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
}

/* Bouton ayant l'apparence d'un élément de menu sélectionné */
.menu-selected-button {
    color: white;
    background: linear-gradient(135deg, #FF6242, #200DFF);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.menu-selected-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.45);
}

.menu-selected-button:focus {
    outline: 3px solid rgba(255, 98, 66, 0.18);
    outline-offset: 2px;
}

/* Afficher l'apparence "hover" avant survol pour certains boutons */
.btn-inscription.prehover {
    color: white;
    background: linear-gradient(135deg, #FF6242, #200DFF);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    opacity: 1;
}

.btn-inscription.prehover:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.45);
}

.btn-inscription.prehover:focus {
    outline: 3px solid rgba(255, 98, 66, 0.18);
    outline-offset: 2px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.hamburger:hover {
    background: rgba(255, 107, 107, 0.1);
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #555;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Hero Section with Slider */
/* Décalage pour ne pas être caché sous le header moderne */
.hero {
    margin-top: 80px;
    min-height: 100vh;
    background: linear-gradient(135deg, #FF6242 0%, #FFB0A0 50%, #200DFF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.slider-container {
    width: 1197px; /* 1200px set as 1197px to prevent showing up some slicing lines */
    height: 700px;
    position: relative;
    perspective: 1500px;
    transform-style: preserve-3d;
    overflow: visible;
}

.slider-stage {
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    transform-style: preserve-3d;
}

.slice-container {
    flex: 1;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
}

.slice-cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center center;
}

.slice-cube {
    transform: translateZ(-300px) rotateX(0deg);
}

.slice-cube.rotate-1 {
    transform: translateZ(-300px) rotateX(90deg);
}

.slice-cube.rotate-2 {
    transform: translateZ(-300px) rotateX(180deg);
}

.slice-cube.rotate-3 {
    transform: translateZ(-300px) rotateX(270deg);
}

.slice-face {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
}

.slice-face.face-1 {
    transform: rotateX(0deg) translateZ(300px);
}

.slice-face.face-2 {
    transform: rotateX(-90deg) translateZ(300px);
}

.slice-face.face-3 {
    transform: rotateX(-180deg) translateZ(300px);
}

.slice-face.face-4 {
    transform: rotateX(-270deg) translateZ(300px);
}

.slice-image {
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slice-container:nth-child(1) .slice-cube { transition-delay: 0s; }
.slice-container:nth-child(2) .slice-cube { transition-delay: 0.04s; }
.slice-container:nth-child(3) .slice-cube { transition-delay: 0.08s; }
.slice-container:nth-child(4) .slice-cube { transition-delay: 0.12s; }
.slice-container:nth-child(5) .slice-cube { transition-delay: 0.16s; }
.slice-container:nth-child(6) .slice-cube { transition-delay: 0.20s; }
.slice-container:nth-child(7) .slice-cube { transition-delay: 0.24s; }
.slice-container:nth-child(8) .slice-cube { transition-delay: 0.28s; }
.slice-container:nth-child(9) .slice-cube { transition-delay: 0.32s; }
.slice-container:nth-child(10) .slice-cube { transition-delay: 0.36s; }

.text-overlay {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    height: 120px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    z-index: 102;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.text-overlay.hiding {
    opacity: 0;
    transform: translateY(10px);
}

.slide-title {
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 8px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slide-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 15px;
    z-index: 103;
}

.control-btn {
    width: 65px;
    height: 65px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: white;
    font-size: 26px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    padding: 0;
    position: relative;
}

.control-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.4);
    border-color: white;
}

.nav-arrow {
    position: absolute;
    top: 300px;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: white;
    z-index: 102;
    opacity: 0.8;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.nav-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: transform 0.2s ease;
}

.nav-arrow.prev:before {
    border-width: 13px 15px 13px 0;
    border-color: transparent white transparent transparent;
    margin-right: 2px;
}

.nav-arrow.next:before {
    border-width: 13px 0 13px 15px;
    border-color: transparent transparent transparent white;
    margin-left: 2px;
}

.nav-arrow:hover:not(:disabled) {
    opacity: 1;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.4);
    border-color: white;
}

.nav-arrow.prev {
    left: 40px;
}

.nav-arrow.next {
    right: 40px;
}

.play-pause-btn {
    position: relative;
}

.play-pause-btn::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    opacity: 0;
    z-index: -1;
    animation: rotate 1.5s linear infinite;
}

.play-pause-btn:not(.paused)::before {
    opacity: 1;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.play-icon, .pause-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.play-icon:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent white;
    margin-left: 4px;
}

.pause-icon:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: linear-gradient(to right, white 35%, transparent 35%, transparent 65%, white 65%);
}

.play-icon {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}

.pause-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.play-pause-btn.paused .play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.play-pause-btn.paused .pause-icon {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}

.dots {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 103;
}

.thumbnails-container {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 104;
}

.thumbnail {
    width: 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    background-size: cover;
    background-position: center;
    position: relative;
}

.thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.thumbnail:hover::after {
    background: rgba(0, 0, 0, 0.1);
}

.thumbnail.active {
    border-color: white;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.thumbnail.active::after {
    background: rgba(0, 0, 0, 0);
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    cursor: pointer;
    transition: all 0.2s ease;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.3);
}

.dot.active {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 101;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #FF6B6B, #FFAB91, #7FFFD4);
    width: 0;
    animation: none;
    box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

.progress-bar.active {
    animation: fillProgress 3.5s linear forwards;
}

@keyframes fillProgress {
    from { width: 0%; }
    to { width: 100%; }
}

.progress-bar.reset {
    animation: none;
    width: 0;
}

/* Section Styles */
.section {
    padding: 120px 20px;
    position: relative;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #FF6242, #FFB0A0, #200DFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 20px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Services Section */
.services {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%231e3c72" opacity="0.05"/><circle cx="80" cy="80" r="1" fill="%230ea5e9" opacity="0.05"/><circle cx="40" cy="60" r="1" fill="%231e3c72" opacity="0.03"/><circle cx="70" cy="30" r="1" fill="%230ea5e9" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.services-container {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 60px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.services-tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-tab {
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 107, 107, 0.1);
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.service-tab::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #FF6242, #200DFF);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.service-tab:hover::before,
.service-tab.active::before {
    transform: scaleY(1);
}

.service-tab:hover {
    transform: translateX(10px);
    border-color: rgba(255, 107, 107, 0.3);
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.15);
}

.service-tab.active {
    background: rgba(229, 115, 115, 0.08);
    border-color: rgba(144, 144, 207, 0.3);
    transform: translateX(15px);
    box-shadow: 0 15px 40px rgba(144, 144, 207, 0.2);
}

.service-tab-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.service-tab h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #FF6B6B;
    font-weight: 600;
}

.service-tab p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.services-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 60px 50px;
    border: 1px solid rgba(255, 107, 107, 0.1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.services-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(127, 255, 212, 0.1));
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.service-content {
    display: none;
    position: relative;
    z-index: 2;
}

.service-content.active {
    display: block;
    animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-content-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FF6B6B, #FF8A65);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
}

.service-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #FF6B6B;
    font-weight: 700;
}

.service-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    margin-top: 30px;
}

.service-features li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #555;
    font-size: 16px;
}

.service-features li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #7FFFD4;
    font-weight: bold;
    font-size: 18px;
}

/* About Section - Futuristic Design */
.about {
    background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(127, 255, 212, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, transparent 30%, rgba(255, 171, 145, 0.03) 50%, transparent 70%);
}

.about .section-title {
    background: linear-gradient(135deg, #7FFFD4, #FFAB91, #FF6B6B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about .section-subtitle {
    color: #94a3b8;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.about-timeline {
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #1e3c72, #0ea5e9, #38bdf8);
}

.timeline-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 50px;
}

.timeline-dot {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    border-radius: 50%;
    border: 3px solid #0f172a;
    box-shadow: 0 0 20px rgba(14, 165, 233, 0.5);
}

.timeline-year {
    font-size: 14px;
    color: #0ea5e9;
    font-weight: 600;
    margin-bottom: 8px;
}

.timeline-title {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-description {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
}

.about-tech {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tech-card {
    background: rgba(255, 107, 107, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(127, 255, 212, 0.2);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(127, 255, 212, 0.1), transparent);
    transition: left 0.8s ease;
}

.tech-card:hover::before {
    left: 100%;
}

.tech-card:hover {
    border-color: rgba(127, 255, 212, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(127, 255, 212, 0.1);
}

.tech-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF6B6B, #FF8A65);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

.tech-title {
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}

.tech-description {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
}

.stats-futuristic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.stat-futuristic {
    text-align: center;
    padding: 30px 20px;
    background: rgba(127, 255, 212, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(127, 255, 212, 0.2);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.stat-futuristic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF6B6B, #FFAB91, #7FFFD4);
}

.stat-futuristic h4 {
    font-size: 32px;
    background: linear-gradient(135deg, #FFAB91, #7FFFD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    font-weight: 700;
}

.stat-futuristic p {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    font-weight: 500;
}

/* Contact Section */
.contact {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 60px;
}

.contact-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 60px 50px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid rgba(30, 60, 114, 0.1);
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #FF6B6B;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
    background: white;
}

.form-group textarea {
    height: 140px;
    resize: vertical;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
}

.submit-btn {
    background: linear-gradient(135deg, #FF6B6B, #FF8A65);
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 107, 107, 0.4);
}

.contact-info {
    padding: 60px 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF6B6B, #FF8A65);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.contact-details h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
}

.contact-details p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%);
    color: white;
    padding: 60px 20px 30px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(127, 255, 212, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 171, 145, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-logo-text {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #FF6B6B, #7FFFD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-description {
    color: #B0BEC5;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B0BEC5;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: linear-gradient(135deg, #FF6B6B, #7FFFD4);
    color: white;
    transform: translateY(-3px);
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-section h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #FF6B6B, #7FFFD4);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    color: #B0BEC5;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
}

.footer-link:hover {
    color: #7FFFD4;
    padding-left: 10px;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #7FFFD4;
    transition: width 0.3s ease;
}

.footer-link:hover::before {
    width: 8px;
}

.footer-newsletter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
    max-width: 420px;
}

.footer-newsletter-input {
    flex: 1 1 220px;
    min-width: 0;
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.98rem;
    outline: none;
    transition: border 0.2s ease;
}

.footer-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.footer-newsletter-btn {
    padding: 12px 18px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(135deg, #FF6242, #200DFF);
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.footer-newsletter-btn:hover {
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    font-size: 14px;
    color: #90A4AE;
}

.footer-credits {
    font-size: 14px;
    color: #90A4AE;
}

.footer-credits a {
    color: #FF6B6B;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-credits a:hover {
    color: #7FFFD4;
    text-decoration: underline;
}

/* Ajoute dans templatemo-sleeky-pro.css */
.btn-inscription {
    margin-left: 20px;
    padding: 12px 24px;
    background: #fff;
    border: 2px solid;
    border-image: linear-gradient(135deg, #FF6242, #200DFF), 1;
    border-radius: 25px;
    color: #3a8dde;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}
.btn-inscription a:hover{
    color: #fff
}
.btn-inscription:hover {
    background: linear-gradient(135deg, #FF6242, #200DFF);
    color: #fff;
    border-image: none;
}

/* Connexion button style (placed next to inscription) */
.btn-connexion {
    margin-left: 8px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #0085ff, #00a3ff);
    border: none;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-connexion:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,133,255,0.25);
}

/* ===== MOBILE STYLES ===== */

/* Styles for Tablets and Small Screens (max-width: 1024px) */
@media (max-width: 1024px) {
    body { font-size: 14px; }
    
    .section { padding: 80px 15px; }
    .section-container { max-width: 95%; }
    .section-title { font-size: 36px; }
    .section-subtitle { font-size: 16px; }
    
    .services-container { 
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .services-tabs { gap: 15px; }
    .service-tab { padding: 20px 25px; }
    .services-content { padding: 40px 30px; }
    .service-content h2 { font-size: 28px; }
    .service-content p { font-size: 16px; }
    
    .about-grid { 
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .stats-futuristic {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .slider-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16/10;
    }
    
    .slider-stage {
        height: auto;
        aspect-ratio: 16/8;
    }
}

/* Styles for Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
    body { font-size: 13px; }
    
    .header {
        padding: 0 12px;
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    
    .hero {
        margin-top: 65px;
        min-height: 70vh;
    }
    
    .section { 
        padding: 60px 15px;
    }
    
    .section-container { max-width: 100%; }
    
    .section-title { 
        font-size: 28px;
        margin-bottom: 16px;
    }
    
    .section-subtitle { 
        font-size: 14px;
    }
    
    .section-header {
        margin-bottom: 50px;
    }
    
    /* Header Navigation Mobile */
    .nav-container{ 
        max-width: 100%;
        padding: 10px 8px;
        gap: 8px;
    }
    
    .logo-img { height: 40px; }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 65px;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(25px);
        width: 100%;
        text-align: left;
        transition: 0.3s;
        gap: 0;
        padding: 30px 20px;
        border-radius: 0;
        border: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1200;
    }
    
    .nav-menu.open {
        left: 0;
    }
    
    .nav-menu li {
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .nav-link {
        display: block;
        padding: 14px 12px;
        text-align: left;
        font-size: 14px;
    }
    
    .auth-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .hamburger { display: flex; }
    
    /* Hero Section Mobile */
    .slider-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16/10;
        max-width: 100%;
        perspective: 1000px;
    }
    
    .slider-stage {
        height: auto;
        aspect-ratio: 16/9;
    }
    
    .text-overlay {
        bottom: 30px;
        height: auto;
        padding: 20px 15px;
        background: rgba(0, 0, 0, 0.65);
    }
    
    .slide-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    
    .slide-description {
        font-size: 13px;
        line-height: 1.3;
    }
    
    .controls {
        top: 12px;
        right: 12px;
        gap: 10px;
    }
    
    .control-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
        border-width: 1px;
    }
    
    .nav-arrow {
        width: 50px;
        height: 50px;
        font-size: 18px;
        border-width: 1px;
        opacity: 0.6;
    }
    
    .nav-arrow.prev { left: 12px; }
    .nav-arrow.next { right: 12px; }
    
    .thumbnails-container {
        gap: 8px;
        bottom: 10px;
    }
    
    .thumbnail {
        width: 80px;
        height: 60px;
        border-radius: 6px;
    }
    
    /* Services Section Mobile */
    .services-container {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .services-tabs { gap: 12px; }
    
    .service-tab {
        padding: 16px 18px;
        border-radius: 12px;
        font-size: 13px;
    }
    
    .service-tab h3 { 
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .service-tab p { 
        font-size: 12px;
    }
    
    .service-tab-icon { font-size: 24px; }
    
    .services-content {
        padding: 30px 20px;
        border-radius: 18px;
    }
    
    .service-content-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .service-content h2 { 
        font-size: 22px;
        margin-bottom: 16px;
    }
    
    .service-content p { 
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .service-features li { 
        font-size: 13px;
        padding-left: 24px;
    }
    
    /* About Section Mobile */
    .about .section-title {
        font-size: 26px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 50px;
    }
    
    .timeline-line { left: 12px; }
    
    .timeline-item {
        padding-left: 50px;
        margin-bottom: 35px;
    }
    
    .timeline-year { font-size: 12px; }
    .timeline-title { font-size: 16px; }
    .timeline-description { font-size: 13px; }
    
    .tech-card {
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .tech-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .tech-title { font-size: 18px; }
    .tech-description { font-size: 13px; }
    
    .stats-futuristic {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 50px;
    }
    
    .stat-futuristic {
        padding: 20px 15px;
    }
    
    .stat-futuristic h4 { font-size: 24px; }
    .stat-futuristic p { font-size: 12px; }
    
    /* Contact Section Mobile */
    .contact-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .contact-form {
        padding: 30px 20px;
        border-radius: 18px;
    }
    
    .form-group { margin-bottom: 18px; }
    
    .form-group label { 
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 14px 16px;
        font-size: 14px;
        border-radius: 10px;
    }
    
    .form-group textarea { height: 110px; }
    
    .submit-btn {
        padding: 14px 24px;
        font-size: 15px;
        border-radius: 10px;
    }
    
    .contact-info { padding: 20px 0; }
    
    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .contact-details h4 { font-size: 16px; }
    .contact-details p { font-size: 13px; }
    
    /* Footer Mobile */
    .footer { padding: 40px 15px 24px; }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 28px;
    }
    
    .footer-brand,
    .footer-section {
        padding: 24px 20px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.05);
    }
    
    .footer-logo-text { font-size: 24px; }
    .footer-description {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.76);
        max-width: 100%;
        margin-bottom: 16px;
    }
    
    .footer-social {
        margin-top: 10px;
        gap: 12px;
    }
    
    .footer-section h4 { font-size: 16px; }
    .footer-link { font-size: 13px; }
    
    .footer-newsletter {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
        margin-top: 16px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-newsletter-input {
        flex: 1 1 180px;
        min-width: 0;
        padding: 14px 16px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 0.95rem;
        outline: none;
    }
    
    .footer-newsletter-input::placeholder {
        color: rgba(255, 255, 255, 0.65);
    }
    
    .footer-newsletter-btn {
        flex: none;
        min-width: 120px;
        padding: 14px 18px;
        border-radius: 16px;
        border: none;
        background: linear-gradient(135deg, #FF6242, #200DFF);
        color: white;
        font-weight: 700;
        cursor: pointer;
        transition: transform 0.25s ease;
    }
    
    .footer-newsletter-btn:hover {
        transform: translateY(-1px);
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }
    
    .footer-copyright,
    .footer-credits {
        font-size: 12px;
        width: 100%;
    }
    
    /* Testimonials Mobile */
    .carousel-viewport { max-width: 100%; }
    .testimonial-card { padding: 18px 12px; }
    .testimonial-text { font-size: 14px; }
    .testimonial-author { font-size: 16px; }
    
    .carousel-btn {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
    
    .carousel-btn.prev { left: 8px; }
    .carousel-btn.next { right: 8px; }
    
    /* Buttons */
    .btn-inscription {
        margin-left: 0;
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .btn-connexion {
        margin-left: 0;
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* Extra Small Screens (max-width: 480px) */
@media (max-width: 480px) {
    body { 
        font-size: 12px;
        line-height: 1.5;
    }
    
    .header {
        padding: 0 8px;
    }
    
    .hero { 
        margin-top: 60px;
        min-height: 60vh;
    }
    
    .section { 
        padding: 40px 10px;
    }
    
    .section-title { 
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .section-subtitle { 
        font-size: 12px;
    }
    
    .section-header {
        margin-bottom: 35px;
    }
    
    /* Header Mobile XS */
    .nav-container { 
        padding: 8px 4px;
    }
    
    .logo-img { height: 35px; }
    
    .learn-more-wrap { margin-top: 50px; }
    
    /* Hero XS */
    .slider-container {
        aspect-ratio: 16/12;
    }
    
    .slider-stage {
        aspect-ratio: 16/10;
    }
    
    .text-overlay {
        bottom: 15px;
        padding: 12px 10px;
    }
    
    .slide-title {
        font-size: 16px;
        margin-bottom: 4px;
    }
    
    .slide-description {
        font-size: 11px;
    }
    
    .controls {
        top: 8px;
        right: 8px;
        gap: 5px;
    }
    
    .control-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-width: 1px;
    }
    
    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 50%;
    }
    
    .nav-arrow.prev { left: 5px; }
    .nav-arrow.next { right: 5px; }
    
    .thumbnail {
        width: 60px;
        height: 45px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
    
    .progress-ring { height: 3px; }
    
    /* Services XS */
    .services-container { gap: 15px; }
    
    .service-tab {
        padding: 12px 12px;
        border-radius: 10px;
    }
    
    .service-tab-icon { font-size: 18px; }
    
    .service-tab h3 { 
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .service-tab p { 
        font-size: 11px;
    }
    
    .services-content {
        padding: 20px 12px;
        border-radius: 14px;
    }
    
    .service-content-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .service-content h2 { 
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .service-content p { 
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .service-features li { 
        font-size: 11px;
        padding-left: 20px;
    }
    
    /* About XS */
    .about-grid {
        gap: 30px;
    }
    
    .timeline-line { left: 8px; }
    
    .timeline-item {
        padding-left: 40px;
        margin-bottom: 25px;
    }
    
    .timeline-year { font-size: 11px; }
    .timeline-title { font-size: 14px; }
    .timeline-description { font-size: 12px; }
    
    .tech-card {
        padding: 16px;
        margin-bottom: 12px;
    }
    
    .tech-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .tech-title { font-size: 15px; }
    .tech-description { font-size: 12px; }
    
    .stats-futuristic {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .stat-futuristic {
        padding: 15px 10px;
    }
    
    .stat-futuristic h4 { font-size: 20px; }
    .stat-futuristic p { font-size: 11px; }
    
    /* Contact XS */
    .contact-form {
        padding: 20px 12px;
        border-radius: 14px;
    }
    
    .form-group { margin-bottom: 12px; }
    
    .form-group label { 
        font-size: 12px;
        margin-bottom: 4px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 12px;
        border-radius: 8px;
    }
    
    .form-group textarea { height: 90px; }
    
    .submit-btn {
        padding: 11px 18px;
        font-size: 13px;
    }
    
    .contact-item {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .contact-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .contact-details h4 { font-size: 14px; }
    .contact-details p { font-size: 11px; }
    
    /* Footer XS */
    .footer { 
        padding: 28px 12px 18px;
    }
    
    .footer-main {
        gap: 22px;
    }
    
    .footer-brand,
    .footer-section {
        padding: 18px 16px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.06);
    }
    
    .footer-logo-text { font-size: 20px; }
    .footer-description { font-size: 11px; }
    
    .footer-section h4 { 
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .footer-link { font-size: 11px; }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .footer-newsletter {
        gap: 10px;
    }
    
    .footer-newsletter-input {
        padding: 12px 14px;
        font-size: 0.9rem;
    }
    
    .footer-newsletter-btn {
        min-width: 110px;
        padding: 12px 14px;
        font-size: 0.92rem;
    }
    
    /* Testimonials XS */
    .testimonial-card { 
        padding: 12px;
    }
    
    .testimonial-text { font-size: 12px; }
    .testimonial-author { font-size: 14px; }
    .testimonial-stars { margin-bottom: 8px; }
    .star { font-size: 1.2rem; }
    
    .carousel-btn {
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
        border-width: 1px;
    }
    
    .carousel-btn.prev { left: 4px; }
    .carousel-btn.next { right: 4px; }
    
    /* Buttons XS */
    .btn-inscription,
    .btn-connexion {
        padding: 8px 12px;
        font-size: 11px;
    }
}

/* ===== ADDITIONAL MOBILE OPTIMIZATIONS ===== */

/* Ensure forms are mobile-friendly */
@media (max-width: 768px) {
    /* Contact Form Optimization */
    .contact-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 15px;
    }
    
    .contact-form {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .contact-form label {
        font-size: 13px;
        margin-bottom: 6px;
    }
    
    .contact-form input,
    .contact-form textarea {
        padding: 12px 12px;
        margin-bottom: 20px;
        font-size: 16px; /* Prevents zoom on iOS */
        border-radius: 8px;
    }
    
    /* Contact Info */
    .contact-info-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .contact-info-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
    }
    
    .contact-info-icon {
        font-size: 24px;
        flex-shrink: 0;
    }
    
    /* Course List Optimization */
    .course-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .course {
        padding: 15px;
        border-radius: 10px;
    }
    
    .course h3 {
        font-size: 16px;
    }
    
    .course-description {
        font-size: 13px;
    }
    
    .course-info,
    .course-coaches,
    .course-pricing {
        font-size: 12px;
    }
    
    /* Table Optimization for Mobile */
    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 13px;
    }
    
    table th,
    table td {
        padding: 10px 8px;
        text-align: left;
    }
    
    table th {
        background: linear-gradient(135deg, rgba(255, 98, 66, 0.1), rgba(32, 13, 255, 0.1));
        font-weight: 600;
        font-size: 12px;
    }
    
    table tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.5);
    }
    
    /* Pricing Cards */
    .pricing-card {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 15px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #eee;
    }
    
    .pricing-amount {
        font-size: 18px;
        font-weight: bold;
    }
    
    .pricing-duration {
        font-size: 12px;
        color: #666;
    }
}

@media (max-width: 480px) {
    /* Contact Form XS */
    .contact-form {
        padding: 12px 10px;
    }
    
    .contact-form input,
    .contact-form textarea {
        padding: 10px 10px;
        font-size: 16px;
        margin-bottom: 14px;
    }
    
    /* Course List XS */
    .course-list {
        gap: 10px;
    }
    
    .course {
        padding: 12px;
    }
    
    .course h3 {
        font-size: 14px;
    }
    
    /* Table XS */
    table {
        font-size: 11px;
    }
    
    table th,
    table td {
        padding: 8px 6px;
    }
    
    /* Pricing Cards XS */
    .pricing-card {
        padding: 12px;
        gap: 8px;
    }
    
    .pricing-amount {
        font-size: 16px;
    }
    
    .pricing-duration {
        font-size: 11px;
    }
}

/* ===== ACCESSIBILITY & TOUCH OPTIMIZATION ===== */
@media (hover: none) and (pointer: coarse) {
    /* Touch devices: increase touch targets */
    button, a {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    input, textarea, select {
        min-height: 44px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
}


/* ===== PRINT STYLES ===== */
@media print {
    body {
        background: white;
    }
    
    .header,
    .footer,
    .navigation {
        display: none;
    }
    
    .section {
        padding: 20px 0;
        page-break-inside: avoid;
    }
    
    button {
        display: none;
    }
}
