.elementor-19309 .elementor-element.elementor-element-1b926a0{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-19309 .elementor-element.elementor-element-1b926a0{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}}/* Start custom CSS for html, class: .elementor-element-b770aab *//* =====================================================
   FAQ QUESTION 1 - Grille 2x2 + Roboto + Bordures colorées
   ===================================================== */

.faq-reponse-koh-samui {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    line-height: 1.6;
    padding: 8px 0;
}

/* Introduction */
.faq-intro {
    margin-bottom: 28px;
}

.faq-intro-text {
    font-size: 16px;
    color: #333333;
    margin: 0;
    line-height: 1.7;
}

.faq-intro-text strong {
    color: #000000;
    font-weight: 500;
}

/* Grille 2x2 */
.avantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

@media (max-width: 768px) {
    .avantages-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Carte avantage - Sans hover */
.avantage-card {
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #EDE6DB;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Box 1 avec bordure orange */
.avantage-card.rentabilite-card {
    border: 2px solid #FFE0B1;
}

/* Box 3 avec bordure verte kaki */
.avantage-card.marche-card {
    border: 2px solid #C8C7A8;
}

/* Box 4 avec bordure marron */
.avantage-card.infra-card {
    border: 2px solid #D4C4B5;
}

/* Header de carte */
.avantage-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #EDE6DB;
    flex-shrink: 0;
}

.avantage-header.rentabilite {
    background: #FFF2E0;
    color: #EE7B4A;
}

.avantage-header.rentabilite .avantage-icon {
    background: #FFE0B1;
    color: #EE7B4A;
}

.avantage-header.prix {
    background: #FBF9F5;
    color: #A88561;
}

.avantage-header.prix .avantage-icon {
    background: #EDE6DB;
    color: #A88561;
}

.avantage-header.marche {
    background: rgba(164, 163, 127, 0.12);
    color: #A4A37F;
}

.avantage-header.marche .avantage-icon {
    background: rgba(164, 163, 127, 0.25);
    color: #A4A37F;
}

.avantage-header.infra {
    background: #FBF9F5;
    color: #8C7E71;
}

.avantage-header.infra .avantage-icon {
    background: #EDE6DB;
    color: #8C7E71;
}

.avantage-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avantage-icon svg {
    stroke: currentColor;
}

.avantage-title {
    font-weight: 500;
    font-size: 14px;
}

/* Contenu carte */
.avantage-content {
    padding: 20px 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Chiffre principal */
.avantage-chiffre {
    font-size: 36px;
    font-weight: 700;
    color: #EE7B4A;
    line-height: 1;
    margin-bottom: 6px;
}

.avantage-chiffre.infra-chiffre {
    color: #8C7E71;
}

.avantage-label {
    font-size: 13px;
    color: #8C7E71;
    margin-bottom: 14px;
    font-weight: 500;
}

.avantage-desc {
    font-size: 14px;
    color: #333333;
    margin: 0 0 16px 0;
    line-height: 1.6;
    flex: 1;
}

.avantage-desc strong {
    color: #000000;
    font-weight: 500;
}

/* Badge appréciation */
.avantage-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px dashed #EDE6DB;
    margin-top: auto;
}

.badge-appreciation {
    background: #EE7B4A;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
}

.badge-label {
    font-size: 12px;
    color: #8C7E71;
}

/* Comparaison prix */
.avantage-comparaison {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 14px;
}

.comparaison-pourcent {
    font-size: 32px;
    font-weight: 700;
    color: #A88561;
}

.comparaison-text {
    font-size: 14px;
    color: #8C7E71;
    font-weight: 500;
}

/* Liste */
.avantage-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px dashed #EDE6DB;
    margin-top: auto;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #333333;
}

.list-dot {
    width: 6px;
    height: 6px;
    background: #A88561;
    border-radius: 50%;
    flex-shrink: 0;
}

.list-dot.infra-dot {
    background: #8C7E71;
}

/* Stats marché */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #EDE6DB;
}

.stat-box {
    background: #FBF9F5;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #EDE6DB;
}

.stat-chiffre {
    font-size: 18px;
    font-weight: 700;
    color: #A4A37F;
    line-height: 1.2;
    display: block;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 11px;
    color: #8C7E71;
    line-height: 1.4;
    display: block;
}

.stat-label em {
    color: #A88561;
    font-style: normal;
    font-weight: 500;
}

/* Section zones */
.zones-section {
    background: #FBF9F5;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 0px;
    border: 2px solid #EDE6DB;
}

.zones-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.zones-icon {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A88561;
    border: 1px solid #EDE6DB;
}

.zones-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

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

.zones-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Boutons zones - Bordure 1px + Liens */
.zone-tag {
    display: inline-block;
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #EDE6DB;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.zone-tag:hover {
    color: #A88561;
    border-color: #A88561;
    background: #ffffff;
}

.zones-occupation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #EDE6DB;
}

.occupation-label {
    font-size: 14px;
    color: #8C7E71;
}

.occupation-value {
    font-size: 24px;
    font-weight: 700;
    color: #A88561;
}

/* Signature */
.faq-signature {
    padding-top: 20px;
    border-top: 2px solid #EDE6DB;
}

.signature-text {
    font-size: 15px;
    color: #333333;
    margin: 0;
    font-style: italic;
    line-height: 1.7;
}

.signature-text strong {
    color: #000000;
    font-style: normal;
    font-weight: 500;
}/* End custom CSS */