
* * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}


@font-face {
  font-family: 'MuseoSansRounded';
  src: url('./fonts/MuseoSansRounded900.otf') format('opentype');
  font-weight: 900;
}

.headline {
  font-family: 'MuseoSansRounded', Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
}

@font-face {
  font-family: 'MuseoSansRounded-700';
  src: url('./fonts/MuseoSansRounded700.otf') format('opentype');
}

.subheadline {
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
}

@font-face {
  font-family: 'MuseoSansRounded-500';
  src: url('./fonts/MuseoSansRounded500.otf') format('opentype');
}

.subheadlines {
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
}

@font-face {
  font-family: 'MuseoSansRounded-300';
  src: url('./fonts/MuseoSansRounded300.otf') format('opentype');
}

.subheadlinese {
  font-family: 'MuseoSansRounded-300', Arial, sans-serif;
}

@font-face {
  font-family: 'BwModelicaSS01-Bold';
  src: url('./fonts/BwModelicaSS01-Bold.otf') format('opentype');
}

.subheadlinesebw {
  font-family: 'BwModelicaSS01-Bold', Arial, sans-serif;
}

@font-face {
  font-family: 'BwModelicaSS01-Medium';
  src: url('./fonts/BwModelicaSS01-Medium.otf') format('opentype');
}

.subheadlinesebwm {
  font-family: 'BwModelicaSS01-Medium', Arial, sans-serif;
}


@font-face {
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d';
  src: url('./fonts/GT-Walsheim-Regular-Trial-BF651b7fc71a47d.otf') format('opentype');
}

.subheadlinesebwmK {
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}


@font-face {
  font-family: 'GT-Walsheim-Bold-Trial-BF651b7fc737c57';
  src: url('./fonts/GT-Walsheim-Bold-Trial-BF651b7fc737c57.otf') format('opentype');
}

.subheadlinesebwmKK {
  font-family: 'GT-Walsheim-Bold-Trial-BF651b7fc737c57', Arial, sans-serif;
}


@font-face {
  font-family: 'Goo1-Regular';
  src: url('./fonts/Goo1-Regular.ttf') format('opentype');
}

.goo1 {
  font-family: 'Goo1-Regular', Arial, sans-serif;
}



@font-face {
  font-family: 'Goo2-Regular';
  src: url('./fonts/Goo2-Regular.ttf') format('opentype');
}

.goo2 {
  font-family: 'Goo2-Regular', Arial, sans-serif;
}

body {
    font-family: 'Goo1-Regular', 'Inter', Arial, sans-serif;
    background-color: #fff;
    display: flex;             
    flex-direction: column;   
    overflow-y: auto; 
    height: 100%;        
}


body::-webkit-scrollbar {
    width: 14px; 
}


body::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='5 5 14 14' fill='%23e0e0e0'><path d='M7 14l5-5 5 5z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    display: block;
    background-color: transparent;
}


body::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='5 5 14 14' fill='%23e0e0e0'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    display: block;
    background-color: transparent;
}


body::-webkit-scrollbar-button:single-button:hover {
    filter: brightness(0.5); 
}


body::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 4px;
    margin-bottom: 4px;
}


body::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 10px;
    min-height: 100px; 
    border: 3px solid transparent; 
    background-clip: content-box;
}


body::-webkit-scrollbar-thumb:hover {
    background-color: #5a5a5a;
    border: 3px solid transparent;
    background-clip: content-box;
}


body.is-scrolling::-webkit-scrollbar-thumb {
    background-color: #5a5a5a !important;
    border: 3px solid transparent;
    background-clip: content-box;
}




.privacy-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;   
  padding: 0 20px;

  text-align: left;
  font-family: 'Goo1-Regular', 'Inter', Arial, sans-serif;
  color: #353740;
  line-height: 1.6;
}



.privacy-intro p {
  margin-bottom: 1.5rem;
  font-size: 16px;
  text-align: left; 
}

.privacy-intro a {
  color: #684fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-divider {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 40px 0;
  width: 100%; 
}


.article-item {
  margin-bottom: 30px;
  width: 100%;
}

.article-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  text-align: left; 
}


.article-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start; 
  justify-content: flex-start; 
  gap: 12px;
  text-align: left;
}


.icon-box {
  flex-shrink: 0;
  margin-top: 4px;
  color: #6e6e80;
  display: flex;       
  align-items: center;
  justify-content: center;
}

.article-content p {
  margin: 0;
  font-size: 16px;
  text-align: left;
}


.article-content ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
  text-align: left;
}


.login-container {
    text-align: center;
    width: 100%;
    padding: 20px;
    margin: 100px auto 40px auto;
    flex: 1;
}

.login-containers { text-align: center; max-width: 600px; padding: 20px; margin: 100px auto 40px auto; flex: 1; }



.text-slider-wrapper { margin-bottom: 30px; min-height: 80px; }


#dynamic-title {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}


.ai-loading-text {
    font-size: 18px; 
    font-weight: 500;
    font-family: 'Goo1-Regular', Arial, sans-serif;
    
    background: linear-gradient(
        110deg,
        #7a7a7a 20%,
        #8a8a8a 35%,
        #dcdcdc 45%,
        #f5f5f5 50%,
        #dcdcdc 55%,
        #8a8a8a 65%,
        #7a7a7a 80%
    );
    background-size: 420% 100%;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    animation: shimmer 3.2s linear infinite;
    
    
    transition: opacity 0.5s ease, transform 0.5s ease;
}


@keyframes shimmer {
    from { background-position: 200% 0; }
    to { background-position: -200% 0; }
}


.fade-out-up {
    opacity: 0 !important;
    transform: translateY(-20px) !important; 
}

.fade-in-up {
    opacity: 0;
    transform: translateY(20px); 
    animation: slideUpEnter 0.5s forwards;
}

@keyframes slideUpEnter {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.auth-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

.btn-auth {
    background-color: #000000; 
    color: #ffffff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 50px; 
    font-size: 15px;
    font-weight: 500;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-auth:hover {
    opacity: 0.8;
    transform: scale(1.02);
}


.login-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px; 
    display: flex;
    background: transparent;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; 
    z-index: 1000;
}

@media (min-width: 768px) {
    .login-header { padding: 0 40px; }
}

.header-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    color: #000;
}

.header-logo {
    width: 32px;
    height: 32px;
}

.header-text {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.btn-try {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 30px;
    background: #000000;
    transition: opacity 0.2s;
}

.btn-try:hover {
    opacity: 0.7;
}



.header-actions {
    display: flex;
    align-items: center;
    gap: 0; 
}


.btn-menu-trigger {
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    white-space: nowrap;
    border-radius: 9px;
    padding: 8px;
    
    width: 0; 
    opacity: 0;
    margin-left: 0;
    
    
    transition: width 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
                opacity 0.5s ease,
                margin-left 0.8s ease;
}

.btn-menu-trigger:hover {
    background: #f6f6f6;
}

.btn-menu-trigger.visible {
    width: 40px; 
    opacity: 1;
    margin-left: 10px; 
}


.menu-dropdown {
    position: fixed;
    top: 70px; 
    left: 0;
    width: 100%;
    
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    z-index: 990; 
}

.menu-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    
    flex-direction: column; 
}

.menu-list a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: block;
    transition: color 0.2s;
}

.menu-list a:hover {
    color: #666;
}






@media (min-width: 769px) {
    .menu-dropdown {
        
        position: absolute; 
        top: 0;
        height: 100%; 
        right: 250px; 
        width: auto;
        left: auto; 
        
        
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: none;
        box-shadow: none;
        padding: 0;
        
        
        display: flex;
        align-items: center;

        
        
        opacity: 0;
        visibility: hidden;
        transform: translateX(30px); 
        transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
        pointer-events: none;
    }

    

    
    .login-header.header-active {
        border-bottom: 1px solid #ccc;
        
        background: rgba(255, 255, 255, 0.8); 
        transition: border-bottom 0.3s ease, background 0.3s ease;
    }

    
    .menu-dropdown {
        
        
        border-bottom: none; 
    }



    
    .menu-dropdown.is-open {
        opacity: 1;
        visibility: visible;
        
        transform: translateX(0); 
        pointer-events: auto;
    }

    .menu-list {
        flex-direction: row; 
        align-items: center;
        gap: 30px; 
        margin: 0;
    }

    .menu-list a {
        font-size: 15px; 
        font-weight: 500;
        color: #000;
        white-space: nowrap; 
    }
    
    
    .menu-list a:hover {
        opacity: 0.6;
        transform: none; 
    }
}

@media (max-width: 768px) {
    .menu-dropdown {
        
        height: calc(100vh - 70px); 
        padding: 30px 20px; 
        overflow-y: auto;
    }

    .menu-list {
        flex-direction: column; 
        gap: 25px;
        align-items: flex-start; 
    }

    .menu-list a {
        font-size: 17px; 
        
        padding-left: 5px; 
    }
}





.btn-search-icon {
    background: transparent;
    border: none;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-right: 10px;
    transition: opacity 0.2s;
}

.btn-search-icon:hover {
    background: #f6f6f6;
    border-radius: 8px;
}


.search-modal-wrapper {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 900;
    pointer-events: none; 
    
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), bottom 0.4s ease-out;
}

.search-modal-wrapper.lift-up {
    
    bottom: 250px !important; 
}

.search-modal-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.search-card {
    background: #e6e6e6;
    padding: 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    pointer-events: auto;
    gap: 8px;
    border: none;
    max-width: 95%;
}


.expandable-input {
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    font-size: 15px;
    color: #000;
    padding: 8px 12px;
    line-height: 20px;
    border-radius: 20px;
    margin-left: 5px;
    font-family: 'Goo1-Regular', 'Inter', Arial, sans-serif;
    
    width: 170px;
    transition: width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);

    
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}


.expandable-input:focus {
    width: 300px;
    white-space: normal; 
    overflow: visible;
     border: none;
     box-shadow: none;
}


.btn-search-send {
    background: #000;
    color: #fff;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s ease;
    margin-right: 4px;
}



.btn-search-send:disabled {
    background: #8a8a8a; 
    color: #d0d0d0;      
    cursor: not-allowed;
    transform: none;
}



.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
    border: none;
    
}


.search-placeholder-animated {
    position: absolute;
    
    left: 17px; 
    top: 50%;
    transform: translateY(-50%); 
    z-index: 10;
    pointer-events: none; 
    border: none;
    color: #525252 !important;
    font-size: 15px; 
    font-weight: 500;
    font-family: 'Goo1-Regular', 'Inter', Arial, sans-serif;
    white-space: nowrap;
    
}



@keyframes search-shimmer {
    from { background-position: 200% 0; }
    to { background-position: -200% 0; }
}


.search-anim-exit {
    animation: searchSlideUpExit 0.5s forwards;
}

.search-anim-enter {
    animation: searchSlideUpEnter 0.5s forwards;
}

@keyframes searchSlideUpExit {
    to {
        opacity: 0;
        transform: translateY(-20px); 
    }
}

@keyframes searchSlideUpEnter {
    from {
        opacity: 0;
        transform: translateY(20px); 
    }
    to {
        opacity: 1;
        transform: translateY(-50%); 
    }
}




@media (max-width: 480px) {
    
    .expandable-input {
        width: 190px; 
    }

    
    .expandable-input:focus {
        width: 250px; 
    }
    
    .search-card {
        padding: 4px; 
    }
}




.login-footer {
    margin-top: 60px;
    width: 100%;
    padding-bottom: 20px;
    background: #fff;
}

.lang-btn {
    position: relative;
    z-index: 300;
    box-shadow: none !important;
}

.login-footer { position: relative; z-index: 100; }


.footer-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-links {
    font-size: 13px;
    color: #666;
}

.footer-links a {
    color: #666;
    text-decoration: none;
}

.footer-links a:hover { text-decoration: underline; }
.separator { margin: 0 8px; color: #ccc; }


.footer-divider {
    width: 90%;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto 20px auto; 
}


.footer-bottom {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
    gap: 15px;
}

/* --- STYLE JENERAL --- */
.footer-left {
    display: flex;
    /* Sou Desktop, sa a ap fè "Top" ak "Bottom" vin kòt a kòt si gen plas.
       Men nan Mobile nou pral chanje l anba a. */
    flex-direction: row; 
    gap: 15px;
    align-items: center;
    font-size: 15px;
    color: #000000;
    flex-wrap: wrap;
}

/* NOUVO KLAS: Kenbe Haichat ak Cookies ansanm */
.footer-left-top {
    display: flex;
    align-items: center;
    gap: 15px; /* Espas ant Haichat ak Manage Cookies */
}

/* --- TEXT NAVS (Kòd ou a) --- */
.text-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: #000;
}

.text-navs {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: #000;
    /* Si ou vle li gen yon ti pwa diferan ou ka ajoute font-weight isit */
}

/* --- COPYRIGHT SYMBOL (Kòd ou a) --- */
.copyright-symbol {
    font-size: 25px; 
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 3px; 
}

.cookie-link {
    color: #000;
    text-decoration: none;
    white-space: nowrap; /* Pou li pa koupe */
}
.cookie-link:hover { text-decoration: underline; }


/* --- RESPONSIVITE (Mobile) --- */
@media (max-width: 768px) {
    
    /* 1. Nou fòse Footer Left vin yon KOLÒN */
    .footer-left {
        flex-direction: column; /* Mete blòk anlè a sou blòk anba a */
        align-items: flex-start; /* Tout bagay kòmanse a gòch */
        gap: 10px; /* Espas ant liy anlè a ak liy anba a */
    }

    /* 2. Men nou fòse "Top Row" la rete an LIGNE */
    .footer-left-top {
        display: flex;
        flex-direction: row; /* Rete kòt a kòt */
        align-items: center;
        width: 100%;
        flex-wrap: wrap; /* Jis prekosyon si ekran an piti anpil */
    }
    
    /* 3. Tèks Affiliates la pran tout lajè a */
    .text-navs {
        width: 100%;
        line-height: 1.4;
    }
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icons a {
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.social-icons a:hover { opacity: 1; }



@media (max-width: 768px) {
    .login-header { padding: 15px 20px; }
    .footer-bottom {
        flex-direction: column-reverse; 
        gap: 20px;
    }
}




/* --- Style pou Lang Button ak Help Button (Nou re-itilize menm lojik) --- */
.lang-btn, 
.help-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e0e0e0;  
    color: #181818;       
    
    border: none; /* Nou retire border estanda a */
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #e4e4e4;
    
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 300;
}
/* Wrapper pou yo ka pozisyone dropdown la */
.footer-lang-wrapper,
.footer-help-wrapper {
    position: relative;
}

/* --- Style espesifik pou Help Dropdown --- */
.footer-help-dropdown {
    position: absolute;
    bottom: calc(100% + 10px); /* Li louvri anlè (Bottom-up) */
    right: 0;
    min-width: 220px;
    
    background: transparent;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 21474836 !important; 
    padding: 8px 0;
}

/* Klas pou louvri l */
.footer-help-dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Style pou lis anndan Help la */
.help-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.help-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.help-item-text {
    flex-grow: 1; /* Sa a pouse icon-right la tout kote adwat */
}

/* Style pou icon a dwat la */
.icon-right {
    opacity: 0.5; /* Fè li yon ti jan transparan pou li pa domine */
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Efè lè ou pase sourit sou liy lan */
.help-list li:hover .icon-right {
    opacity: 1; /* Vin pi vizib */
    transform: translateX(3px); /* Bouje yon ti kras a dwat */
}

.help-list li:hover {
    background: rgba(0,0,0,0.05);
}




/* Wotasyon flèch la lè li louvri */
.help-btn .chevron-down {
    transition: transform 0.2s ease;
}
.help-btn.active .chevron-down {
    transform: rotate(180deg);
}

/* --- MOBILE RESPONSIVE (Pati enpòtan an) --- */
@media (max-width: 768px) {
    .login-header { padding: 15px 20px; }
    
    .footer-bottom {
        flex-direction: column-reverse; /* Sa a mete Left anba Right */
        gap: 25px;
    }

    /* Nou modifye Footer Right pou l vin yon kolòn */
    .footer-right {
        flex-direction: column; /* Pile eleman yo youn sou lòt */
        width: 100%;
        gap: 20px;
        align-items: center;
    }

    /* Bouton Help la dwe pran 95% lajè ak anba nèt nan gwoup la */
    .footer-help-wrapper {
        width: 95%; /* 95% lajè */
        order: 3;   /* Fòse li desann anba sosyal ak lang */
    }

    .help-btn {
        width: 100%; /* Bouton an ranpli wrapper a */
        justify-content: space-between; /* Ecarte icon yo */
    }

    /* Dropdown lan sou mobil */
    .footer-help-dropdown {
        width: 100%; /* Pran tout lajè wrapper a */
        right: auto;
        left: 0;
    }
}










.pricing-wrapper {
    width: 100%;
    max-width: 1000px; 
    margin: 0 auto;
    padding: 40px 20px 80px 20px; 
    font-family: 'Goo1-Regular', Arial, sans-serif;
}


.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.brand-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #666; 
    margin-bottom: 10px;
}

.brand-labels {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000000; 
    margin-bottom: 35px;
}

.page-title {
    font-size: 30px; 
    font-weight: 600; 
    color: #000;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.page-subtitle {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin: 0;
}


.page-subtitles {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
}


.pricing-grid {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
}

.pricing-card {
    flex: 1 1 0;          
    max-width: 680px;     
    width: 100%;

    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 32px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.card-title {
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #000;
    text-align: left;
}

.card-desc {
    font-size: 14px;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 1.4;
    text-align: left;
}


.card-price {
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
}

.amount {
    font-size: 42px;
    font-weight: 500;
    color: #000;
}

.period {
    font-size: 16px;
    color: #666;
    margin-left: 5px;
}


.card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 11px 20px;
    border-radius: 999px; 
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    transition: opacity 0.2s;
}

.card-btn:hover {
    opacity: 0.85;
}


.feature-group-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1; 
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #222;
    line-height: 1.5;
}


.icon-placeholder {
    width: 20px;
    flex-shrink: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}


.card-footer-link {
    margin-top: 30px;
    font-size: 13px;
    color: #666;
}

.card-footer-link a {
    color: #666;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .pricing-grid {
        flex-direction: column; 
        align-items: center;
    }
    
    .pricing-card {
        width: 100%;
        max-width: 100%;
    }

    .page-title {
        font-size: 30px; 
    }
}




.lang-select-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 45px;
    position: relative;
    font-family: 'Goo1-Regular', Arial, sans-serif;
}


.lang-wrapper,
.footer-lang-wrapper {
    position: relative;
}



.lang-select {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    font-size: 15px;
    color: #111;
}

.lang-select:hover {
    background: #fafafa;
}

.lang-selected-text {
    text-align: left;
}


.lang-icon {
    display: flex;
    align-items: center;
    transition: transform 0.25s ease;
}


.lang-select.open .lang-icon,
.lang-btn.open .lang-icon {
    transform: rotate(180deg);
}


.lang-dropdown,
.footer-lang-dropdown {
    position: absolute;

    background: transparent;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);

    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}


.lang-dropdown {
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    transform: translateY(-6px);
    z-index: 50;
}

.lang-dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.lang-dropdown.top {
    top: auto;
    bottom: calc(100% + 8px);
}


.footer-lang-dropdown {
    bottom: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    transform: translateY(6px);
    z-index: 1100;
}

.footer-lang-dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



.lang-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.lang-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 12px 18px;
    font-size: 14px;
    color: #111;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
}

.lang-list li:hover {
    background: rgba(0,0,0,0.05);
}


.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;

    background: #000;
    border: none;
    cursor: pointer;

    font-size: 13px;
    font-weight: 500;
    color: #fff;

    padding: 6px 15px;
    border-radius: 30px;
    flex-shrink: 0;
}

.lang-btn .lang-icon {
    margin-left: 4px;
    opacity: 0.85;
}











.sticky-nav {
  position: fixed;
  top: 85px; 
  left: 0;
  width: 100%;
  
  
  height: auto; 
  max-height: 50px; 
  overflow: hidden; 
  
  
  background: rgba(255, 255, 255, 0.85); 
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-bottom: 1px solid #ccc;
  
  z-index: 900;
  
  
  transition: max-height 0.4s ease-in-out, opacity 0.3s;
  
  
  opacity: 0;
  pointer-events: none;
}


.sticky-nav.visible {
  opacity: 1;
  pointer-events: auto;
}


.sticky-nav.open {
  max-height: 70vh; 
  overflow-y: auto; 
}


.nav-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  height: 50px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  
  cursor: pointer;
}

.nav-content:hover {
  background: rgba(0,0,0,0.02); 
}

#current-section-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.nav-btn {
  background: none;
  border: none;
  pointer-events: none; 
  padding: 5px;
  display: flex;
  align-items: center;
  color: #333;
}



.nav-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 900px;          
}


.nav-list li {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.nav-list li:last-child {
  border-bottom: none;
}

.nav-list li a {
  display: block;

  
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;

  
  padding: 15px 20px;

  
  text-align: left;

  transition: background 0.2s, color 0.2s;
}

.nav-list li a:hover {
  background: rgba(0,0,0,0.03);
}









.haichat-hero-container {
  font-family: 'Goo1-Regular', Arial, sans-serif;
  color: #000;
  max-width: 800px; 
  margin: 60px auto; 
  padding: 0 20px;
}


.hero-title {
  font-size: 26px; 
  font-weight: 600; 
  letter-spacing: -0.02em; 
  margin-bottom: 30px;
  line-height: 1.1;
}


.hero-titles {
  font-size: 35px; 
  font-weight: 500; 
  letter-spacing: -0.02em; 
  margin-bottom: 30px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .hero-titles {
    font-size: 22px;
    line-height: 1.25; 
    margin-bottom: 20px;
  }
}

.hero-actions {
  display: flex;
  justify-content: center;   
  align-items: center;       
  gap: 20px; 
  margin-bottom: 30px; 
}


.btn-primary {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 6px;
  border: none;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 999px; 
  font-weight: 500;
  font-size: 14px;
  transition: opacity 0.2s;
  font-family: 'Goo1-Regular', Arial, sans-serif;
}




.link-secondary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.link-secondary:hover {
  text-decoration: underline;
}


.hero-divider {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5; 
  margin-bottom: 20px;
}


.hero-footer {
  display: flex;
  justify-content: space-between; 
  align-items: center;
}


.play-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #f0f0f0; 
  color: #888; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.play-btn:hover {
  background-color: #e0e0e0;
  color: #000;
}

.play-btn svg {
  fill: currentColor;
  
}


.share-btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}

.share-btn:hover {
  opacity: 0.7;
}



@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .hero-actions .btn-primary,
  .hero-actions .link-secondary {
    width: 100%;              
    max-width: 320px;         
    justify-content: center;  
    text-align: center;
  }
}




@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1.4s linear infinite; 
  transform-origin: center center;
  display: block;
  margin: auto;
}


.play-btn svg.spinner-ring {
  color: #333; 
}





.notify-container {
    position: fixed;
    top: -100px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 2147483647
 !important; 
    
    
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    
    
    height: 40px;
    width: 40px; 
    border-radius: 50px; 
    
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    overflow: hidden; 
    
    
    transition: top 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), 
                width 0.4s ease-in-out,
                padding 0.4s ease-in-out;
    
    padding: 0; 
}


.notify-container.slide-down {
    top: 60px; 
}


.notify-container.expand {
    width: auto;           
    min-width: unset;      
    
    padding-left: 1px;
    padding-right: 15px;       
    
    max-width: 90%;        
    justify-content: center;
}


.notify-icon {
    min-width: 40px; 
    height: 40px;    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}


.notify-message {
    white-space: nowrap;
    opacity: 0;
    margin-left: -4px; 
    font-family: 'Goo1-Regular', Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    transition: opacity 0.3s ease;
    pointer-events: none;
}


.notify-container.expand .notify-message {
    opacity: 1;
    
    margin-left: -6px; 
    transition-delay: 0.2s; 
}





.scroll-container {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #fff;
  
  
  
  
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}


.scroll-row {
  display: flex;
  margin-bottom: 20px;
  white-space: nowrap;
}


.scroll-track {
  display: flex;
  gap: 20px;
  
}


.info-card {
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 16px 20px;
  min-width: 300px;
  max-width: 300px;
  
  
  display: flex;
  flex-direction: row;      
  align-items: flex-start;  
  gap: 7px;                
  
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.2s;
}

.info-card:hover {
  background-color: #e0e0e0;
}


.card-icon {
  
  margin-bottom: 0; 
  
  
  margin-top: 2px;  
  
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  
  
  flex-shrink: 0; 
}

.card-text {
  margin: 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.5; 
  white-space: normal;
  text-align: left; 
}


.move-right {
  animation: scrollRight 40s linear infinite;
}

.move-left {
  animation: scrollLeft 40s linear infinite;
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.scroll-row:hover .scroll-track {
  animation-play-state: paused;
}


.container {
    width: 100%;
    max-width: 1100px;
    
    
    margin: 0 auto; 
    
    
    padding-left: 20px;
    padding-right: 20px;
    
    
    box-sizing: border-box; 

    font-family: 'Goo1-Regular', Arial, sans-serif;
}


.hero {
    padding-top: 10px;
    text-align: center;
    background: #fff;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-family: 'Goo1-Regular', Arial, sans-serif;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.80rem;
  }
}

.subtitle {
    font-size: 1.2rem;
    opacity: 0.85;
    margin-bottom: 30px;
    font-family: 'Goo1-Regular', Arial, sans-serif;
}


.features {
    padding-top: 40px;
    padding-bottom: 0;
}


.feature {
    display: flex;
    gap: 40px;
    align-items: center;
    
    
    margin-bottom: 140px; 
}


.feature:last-child {
    margin-bottom: 45px;
}

.feature.reverse {
    flex-direction: row-reverse;
}


@media (max-width: 768px) {
  .feature {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    
    
    margin-bottom: 0; 
  }
  
  .feature:last-child {
      margin-bottom: 0;
  }
}

.feature.reverse {
    flex-direction: row-reverse;
}

.feature-text h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Goo1-Regular', Arial, sans-serif;
}

.feature-image {
    height: 260px;
    background: #ffffff;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
  .feature-image img {
    width: 100%;
    height: auto;
  }
}


.use-cases {
    background: #ffffff;
    padding: 80px 0;
    
    
    text-align: left;
}

.use-cases ul {
    list-style: none;
    margin-top: 30px;
    text-align: left;
}

.use-cases li {
    margin: 10px 0;
    opacity: 0.9;
    text-align: left;
}


@media (max-width: 768px) {

  .feature {
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }

  .feature.reverse {
    flex-direction: column; 
  }

  .feature-image {
    width: 100%;
    height: 220px;
  }

  .feature-text h2 {
    text-align: left;
  }

  .use-cases {
    text-align: left;
  }

  .use-cases ul {
    padding-left: 0;
  }

  .use-cases li {
    text-align: left;
  }
}


.plans-preview {
    padding-top: 0;
}

.plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.plan {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #ccc;
}

.plan h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.note {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.7;
}



/* --- DOWNLOAD SECTION SETUP --- */
.download-section {
    padding: 40px 0;
    background: #ffffff;
}

/* --- 1. TABS / SWITCHER (Capsule Style) --- */
.tabs-wrapper {
    display: flex;
    justify-content: center; /* Santre switcher la nan paj la */
    margin-bottom: 60px; /* Espas ant bouton yo ak kontni an */
}

.tab-switcher {
    display: inline-flex; /* Adapte lajè a ak kontni an */
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 9999px; /* Sa a fè l won nèt (Pill shape) */
    padding: 5px; /* Ti espas ant bòdi a ak bouton yo */
}



.tab-btn {
    border: none;
    background: transparent;
    padding: 8px 25px;
    font-size: 1rem;
    font-family: 'Goo1-Regular', Arial, sans-serif;
    color: #333;
    cursor: pointer;
    border-radius: 9999px; /* Bouton yo won tou pou antre nan switcher la */
    transition: all 0.3s ease;
    outline: none;
}

/* Hover Effect */
.tab-btn:hover {
    background-color: #e0e0e0;
}

/* Active State (Koulè ou mande a: #f5f5f5) */
.tab-btn.active {
    background-color: #f5f5f5;
}

/* --- 2. GRID LAYOUT (Pati Goch / Dwat) --- */
.download-content {
    display: none;
    align-items: center; /* Santre vètikal */
    justify-content: space-between;
    gap: 50px; /* Espas ant tèks la ak telefòn nan */
}

.download-content.active {
    display: flex;
}

/* --- LEFT COLUMN (Text & QR) --- */
.content-left {
    flex: 1; /* Pran mwatye espas la */
    text-align: left;
}

.download-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #111;
}

.download-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
    max-width: 450px; /* Pou liy yo pa twò long */
}

/* QR Code Area */
.scan-area {
    display: flex;
    gap: 20px;
    justify-content: center; /* Ou mande pou l santre */
    margin-bottom: 20px;
    
}

.scan-areaa {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.scan-area {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.scan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 10px 25px;
    background: #000;
    color: #fff;

    border: none;
    border-radius: 999px; /* byen won net */
    cursor: pointer;

    min-width: 220px; /* pou yo gen menm longè */
    font-size: 15px;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 600px) {
    .scan-area {
        flex-direction: column;
    }

    .scan-btn {
        width: 100%;
    }
}


.qr-code img {
    width: 120px; /* Gwosè QR yo */
    height: 120px;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 12px;
}

/* Store Icons */
.store-badges {
    display: flex;
    gap: 10px;
    justify-content: center; /* Santre anba QR yo */
    align-items: center;
    box-sizing: border-box;
    padding: 0;
}

.content-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-right img {
    width: 100%;
    max-width: 500px;   /* ← sa kontwole gwosè a sou desktop */
    height: auto;
    display: block;
    mix-blend-mode: multiply;
    image-rendering: auto;

    border-radius: 20px 20px 0 0;

}


/* --- RESPONSIVE / MOBILE --- */
@media (max-width: 768px) {
    .download-content {
        flex-direction: column; /* Pile yo youn sou lòt */
        text-align: center;
    }

    .content-left {
        order: 1; /* Tèks an premye */
        text-align: center; /* Tout tèks santre sou mobil */
    }
    
    .download-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .content-right {
        order: 2; /* Imaj an dezyèm */
        margin-top: 40px;
    }

    .tab-switcher {
        width: 100%; /* Switcher la pran tout lajè sou mobil */
        justify-content: space-between;
    }
    
    .tab-btn {
        padding: 10px 15px; /* Bouton pi piti sou mobil */
        font-size: 0.9rem;
        flex: 1; /* Pataje espas la egal ego */
    }
}


/* Definisyon animasyon an */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- MOBILE AJUSTEMAN (Ou deja genyen l, jis asire w li la) --- */
@media (max-width: 768px) {
    .download-content.active {
        flex-direction: column;
    }
}



/* 1. Seksyon prensipal la (Non an chanje) */
.haichat-section-tools {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* 2. Style Bwat la (Gwo background gri a) */
.cta-content {
    background-color: #f9f9f9;
    width: 100%;
    max-width: 1200px;
    border-radius: 24px;
    padding: 48px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* 3. Style Teks la */
.cta-text {
    font-family: 'Goo1-Regular', Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin: 0;
    max-width: 600px;
    line-height: 1.3;
}

.brand-font {
    font-family: serif; 
}

/* 4. Veso pou bouton yo */
.cta-buttons {
    display: flex;
    gap: 16px;
}

/* 5. Style Bouton Nwa yo (Modifye pou <button>) */
.btn-black {
    background-color: #000;
    color: #fff;
    
    /* Nouvo liy sa yo enpòtan pou <button> */
    border: none;         /* Retire bordure gri defo a */
    cursor: pointer;      /* Fè men an parèt lè sourit pase */
    font-family: inherit; /* Pou li pran menm font ak rès la */
    
    padding: 9px 24px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.btn-black:hover {
    background-color: #333;
}

/* =========================================
   6. RESPONSIVITE (Mobile Version)
   ========================================= */
@media (max-width: 768px) {
    .cta-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px;
        text-align: left;
    }

    .cta-text {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .cta-buttons {
        width: 100%;
        flex-direction: column; 
    }

    .btn-black {
        width: 100%; 
        justify-content: center;
    }
}




/* --- LAYOUT JENERAL --- */
.contact-sales-section {
    padding: 60px 20px;
    background: #fff;
    display: flex;
    justify-content: center; /* Sa a santre Bwat la nan ekran an, men tèks anndan l ap rete a gòch */
    font-family: 'Goo1-Regular', Arial, sans-serif;
}

/* RÈG POU FÒSE TOUT TÈKS A GÒCH (Correctif la) */
.contact-sales-section * {
    text-align: left !important;
}

.contact-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

/* --- PATI GÒCH (Info) --- */
.contact-info {
    flex: 1;
    padding-top: 20px;
}

.contact-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #000;
    /* text-align: left; (deja kouvri pa règ global la) */
}

.contact-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.contact-desc {
    font-size: 18px;
    color: #444;
    margin-bottom: 32px;
    line-height: 1.5;
}

.btn-learn-more {
    background: #f0f0f0;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 40px;
    font-size: 15px;
    display: inline-block; /* Pou li pa pran tout lajè a si tèks la kout */
}

.features-title {
    color: #888;
    font-weight: 400;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    justify-content: flex-start; /* Asire items yo kòmanse a gòch */
}

.feature-icon {
    color: #6d28d9;
    display: flex;
    align-items: center;
}

.trusted-text {
    margin-top: 60px;
    color: #888;
}

/* --- PATI DWAT (Form - CARD AJISTE) --- */
.contact-form-wrapper {
    flex: 1;
    
    /* MODIFIKASYON CARD LA */
    background: #f9f9f9;       /* Background gri pal */
    border: 1px solid #e5e5e5; /* Liy fen toutotou */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;       /* Kwen won */
    padding: 40px;             /* Espas anndan */
    
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Fòse tout bagay anndan l aliyen a gòch */
}

.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    align-items: flex-start; /* Label ak Input yo ap rete a gòch */
}

.full-width {
    width: 100%;
    margin-bottom: 20px;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    display: block;
    width: 100%;
}

/* Style Inputs */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    background-color: #fff;
    padding: 10px 18px;
    border: 1px solid #e5e5e5; /* toujou rete border */
    border-radius: 50px;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    transition: border 0.2s ease, box-shadow 0.2s ease; /* smooth transition */
}

/* Focus state */
input:focus,
textarea:focus {
    border: 2px solid #ccc; /* border pi gwo */
    box-shadow: 0 0 4px rgba(0,0,0,0.1); /* opsyonèl pou fè li leve */
}

/* Textarea styling */
textarea {
    resize: vertical;
    border-radius: 9px !important; /* fòse kwen kare pou textarea */
}


/* --- CUSTOM DROPDOWN STYLE --- */
.custom-select-wrapper {
    position: relative;
    width: 100%;
    font-family: inherit;
}

.custom-select {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 10px 18px;
    
    display: flex;
    align-items: center;
    justify-content: space-between; /* Sa a pèmèt icon nan rete a dwat, tèks a gòch */
    
    cursor: pointer;
    font-size: 15px;
    color: #111;
    box-sizing: border-box;
}

.custom-select:hover {
    background: #fafafa;
}

.select-icon {
    display: flex;
    align-items: center;
    transition: transform 0.25s ease;
}

.custom-select-wrapper.open .select-icon {
    transform: rotate(180deg);
}

.custom-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    z-index: 100;
    transition: all 0.25s ease;
    
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.custom-select-wrapper.open .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-dropdown li {
    padding: 12px 18px;
    font-size: 14px;
    color: #111;
    cursor: pointer;
    text-align: left; /* Fòse tèks lis la a gòch */
}

.custom-dropdown li:hover {
    background: rgba(0,0,0,0.05);
}

/* Submit Button */
.btn-submit {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
    text-align: center !important; 
}

.btn-submit:hover {
    background: #333;
}

.form-footer-link {
    font-size: 13px;
    color: #666;
    margin-top: 16px;
    width: 100%;
}

.form-footer-link a {
    color: #666;
    text-decoration: underline;
}

/* --- RESPONSIVITE (Mobile) --- */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .contact-form-wrapper {
        padding: 24px; 
    }
    
    .contact-title {
        font-size: 36px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}