/* PALETTE OFFICIELLE */
:root {
    --bleu: #001F3F;
    --or: #BFA169;
    --white: #FFFFFF;
    --light: #F4F7F9;
    --dark-text: #1A1A1A;
}

* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Inter', sans-serif; color: var(--bleu); overflow-x: hidden; }
h1, h2, h3 { font-family: 'Playfair Display', serif; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 80px 0; }
.text-center { text-align: center; }
.bg-light { background: var(--light); }
.bg-dark { background: var(--bleu); }
.text-white { color: var(--white); }
.gold-text { color: var(--or); }

/* HEADER */
.header-top { display: flex; justify-content: center; padding: 25px 0; background: var(--white); }
.brand-logo { width: 400px; height: auto; }
.main-nav { background: var(--bleu); padding: 15px 0; position: sticky; top: 0; z-index: 1000; }
.nav-links {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 8px 14px;
    border-radius: 8px;
}

.nav-links a:hover {
    background: var(--or) !important;
    color: #fff;
}

.gold-link {
    background: var(--or) !important;
    color: #fff;
}
p {
    text-align: justify;
}
/* HERO */
.hero { 
    background: linear-gradient(rgba(0,31,63,0.22), rgba(0,31,63,0.82)), url('http://chartres-immo.fr/vue-aerienne-chartres.jpg') center/cover;
    height: 60vh; display: flex; align-items: center; text-align: center; color: var(--white);
}
.hero h1 { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; }
.hero h1 span { color: var(--or); }
.tagline { color: var(--or); text-transform: uppercase; letter-spacing: 3px; font-weight: 600; font-size: 0.9rem; }

/* BOUTONS */
.btn-gold { background: var(--or); color: var(--white); padding: 15px 35px; border: none; font-weight: 600; cursor: pointer; text-decoration: none; transition: 0.3s; display: inline-block; }
.btn-gold:hover { background: #a68b58; transform: translateY(-2px); }
.btn-outline { border: 1px solid var(--white); color: var(--white); padding: 15px 35px; text-decoration: none; margin-left: 10px; transition: 0.3s; display: inline-block; }
.btn-outline:hover { background: var(--white); color: var(--bleu); }

/* CARDS BIENS */
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.property-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.property-card { background: var(--white); border: 1px solid #eee; transition: 0.3s; cursor: pointer; }
.property-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
.prop-img { height: 250px; background-size: cover; background-position: center; }
.prop-content { padding: 25px; }
.prop-price { display: block; font-size: 1.5rem; font-weight: bold; color: var(--or); margin-bottom: 10px; }
.prop-details { margin-top: 15px; font-size: 0.85rem; color: #666; border-top: 1px solid #eee; padding-top: 15px; }

/* MAILLAGE ELONIS */
.group-grid-full { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-top: 40px; }
.group-card { background: var(--white); padding: 20px; width: 190px; text-decoration: none; color: var(--bleu); border: 1px solid #ddd; text-align: center; transition: 0.3s; }
.group-card span { display: block; font-size: 0.7rem; color: var(--or); margin-top: 5px; }
.group-card:hover { border-color: var(--or); background: var(--bleu); color: var(--white); }

/* FOOTER */
footer { background: var(--bleu); color: var(--white); padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-logo { width: 180px; filter: brightness(0) invert(1); margin-bottom: 20px; }
.footer-col h4 { color: var(--or); margin-bottom: 25px; }
.footer-col a { color: #aaa; display: block; text-decoration: none; margin-bottom: 12px; transition: 0.3s; }
.footer-col a:hover { color: var(--or); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 20px; text-align: center; font-size: 0.8rem; color: #777; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .brand-logo { width: 80%; }
    .hero h1 { font-size: 2.2rem; }
    .grid-2 { grid-template-columns: 1fr; }
    .nav-links { gap: 15px; font-size: 0.7rem; }
}
/* REGLAGES SPECIFIQUES MODULE ESTIMATION */
.estimation-premium {
    margin-top: -80px; /* Chevauchement sur le Hero pour le style */
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
}

.est-card-ultra {
    background: var(--white);
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 30px 60px rgba(0, 31, 63, 0.15); /* Ombre bleutée profonde */
    border-top: 6px solid var(--or);
}

.gold-tag {
    color: var(--or);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 15px;
}

.est-form-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    align-items: end;
}

.input-group {
    text-align: left;
}

.input-group label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
    font-weight: 600;
}

.input-group input, .input-group select {
    width: 100%;
    padding: 15px;
    border: 1px solid #E0E0E0;
    background: #F9F9F9;
    font-family: 'Inter', sans-serif;
}
/* BOUTON AFFINÉ */
.btn-gold-premium {
    background: var(--or);
    color: var(--white);
    padding: 18px 35px; /* On réduit la largeur ici */
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 2px;
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
}

.btn-gold-premium:hover {
    background: var(--bleu);
    box-shadow: 0 10px 20px rgba(0, 31, 63, 0.2);
    transform: translateY(-3px);
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .prop-price-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .btn-gold-premium {
        width: 100%;
        text-align: center;
    }
}
.btn-gold-big {
    background: var(--or);
    color: var(--white);
    padding: 18px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.4s;
}

.btn-gold-big:hover {
    background: var(--bleu);
    letter-spacing: 1px;
}

.est-footer {
    margin-top: 25px;
    font-size: 0.85rem;
    color: #666;
    font-style: italic;
}

/* GRILLE SEO */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.seo-block h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.seo-block h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--or);
}

.link-gold {
    color: var(--or);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .est-form-grid {
        grid-template-columns: 1fr;
    }
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .est-card-ultra {
        padding: 30px;
    }
}

/* WRAPPER PRINCIPAL */
.expertise-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

/* TEXTE & FEATURES */
.expertise-text h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    line-height: 1.2;
}

.expertise-text p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 35px;
}

.expertise-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dot-gold {
    width: 8px;
    height: 8px;
    background: var(--or);
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-item p {
    margin-bottom: 0;
    font-size: 0.95rem;
    font-weight: 300;
}

/* STATS CARDS */
.expertise-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.05); /* Fond subtil */
    border: 1px solid rgba(191, 161, 105, 0.3); /* Bordure Or subtile */
    padding: 30px;
    text-align: center;
    border-radius: 4px;
    transition: 0.4s;
}

.stat-card:hover {
    background: rgba(191, 161, 105, 0.1);
    transform: translateX(-10px);
}

.stat-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--or);
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .expertise-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .stat-card:hover {
        transform: translateY(-5px);
    }
}
/* DESIGN BIEN D'EXCEPTION (HOME) */
.exceptional-property {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    background: var(--white);
    box-shadow: 0 40px 80px rgba(0,0,0,0.08);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 40px;
}

.exp-img-box { position: relative; height: 500px; }
.exp-img-box img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.exp-img-box:hover img { transform: scale(1.05); }
.prop-badge { position: absolute; top: 20px; left: 20px; background: var(--or); color: white; padding: 8px 15px; font-weight: 600; font-size: 0.8rem; }
.exp-content { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.exp-content h3 { font-size: 2.2rem; margin-bottom: 10px; }
.prop-loc { color: var(--or); font-weight: 600; margin-bottom: 20px; }
.prop-description { margin-bottom: 30px; font-size: 1.05rem; color: #555; }
.prop-features-mini { display: flex; gap: 20px; margin-bottom: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.prop-price-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* Aligne le bas du prix et du bouton */
    margin-top: auto; /* Pousse vers le bas de la carte */
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}
.prop-price-box .price {
    font-size: 2.4rem; /* Plus grand pour l'impact */
    font-weight: 800;
    color: var(--bleu);
    line-height: 1;
    font-family: 'Playfair Display', serif;
}
.price-wrapper {
    display: flex;
    flex-direction: column;
}
.label-price {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
/* PAGE PRODUIT SPECIFIQUE */
.product-page { padding: 40px 0 80px; }
.breadcrumb { font-size: 0.8rem; color: #888; margin-bottom: 30px; }
.breadcrumb a { color: var(--bleu); text-decoration: none; }

.product-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 60px; }

/* GALERIE */
.main-img-container { height: 550px; overflow: hidden; border-radius: 4px; margin-bottom: 20px; background: #eee; }
.main-img-container img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; transition: 0.3s; }
.thumbnails { display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 12px;
}
.thumbnails img { width: 100px; height: 70px; object-fit: cover; cursor: pointer; opacity: 0.6; transition: 0.3s; border-radius: 2px; }
.thumbnails img.active, .thumbnails img:hover { opacity: 1; border: 2px solid var(--or); }

/* INFOS */
.ref-num { color: #888; font-size: 0.8rem; margin-bottom: 15px; }
.product-price { font-size: 2.5rem; color: var(--or); font-weight: bold; margin-bottom: 30px; }
.product-specs { display: flex; gap: 30px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 20px 0; margin-bottom: 30px; }
.description h3, .energy-section h3 { margin-bottom: 15px; font-size: 1.2rem; }

/* DPE / GSE */
.energy-grid { display: flex; gap: 20px; margin-bottom: 40px; }
.energy-box { flex: 1; background: #f9f9f9; padding: 15px; text-align: center; border: 1px solid #eee; }
.letter-badge { width: 45px; height: 45px; line-height: 45px; margin: 10px auto; color: white; font-weight: bold; font-size: 1.2rem; border-radius: 4px; }
.dpe-c { background: #E2CA00; } /* Couleur standard DPE C */
.ges-b { background: #3FB980; } /* Couleur standard GES B */

@media (max-width: 992px) {
    .exceptional-property, .product-grid { grid-template-columns: 1fr; }
    .exp-img-box { height: 350px; }
    .main-img-container { height: 400px; }
}
.prop-footer-action {
    display: flex;
    justify-content: space-between; /* Pousse le prix à gauche et le bouton à droite */
    align-items: center; /* Aligne verticalement au centre */
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #ECECEC;
    width: 100%;
}

.price-container {
    display: flex;
    flex-direction: column;
    min-width: 160px; /* Assure que le prix a la place de s'afficher */
}

.price-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.price-value {
    font-size: 1.8rem; /* Taille réduite pour éviter le saut de ligne */
    font-weight: 800;
    color: #001F3F; /* Bleu profond */
    white-space: nowrap; /* INTERDIT le retour à la ligne du prix */
    font-family: 'Playfair Display', serif;
}

.btn-gold-action {
    background-color: #BFA169; /* Votre OR */
    color: #FFFFFF;
    padding: 14px 24px; /* Padding réduit pour un bouton plus chic et moins massif */
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    white-space: nowrap;
}

.btn-gold-action:hover {
    background-color: #001F3F;
    transform: translateY(-2px);
}

/* Ajustement pour tablette/petit écran */
@media (max-width: 1024px) {
    .price-value {
        font-size: 1.5rem;
    }
}
/* CORRECTION PAGE ESTIMATION : Texte sombre sur fond clair */
.expertise-wrapper .expertise-text h2.bleu-text {
    color: #001F3F !important; /* Bleu Marine Chartres Immo */
}

.expertise-wrapper .expertise-text p, 
.expertise-wrapper .expertise-text .feature-item p {
    color: #333333 !important; /* Gris très foncé pour la lecture */
}

.expertise-wrapper .expertise-text strong {
    color: #001F3F;
}

/* On s'assure que les puces restent dorées */
.dot-gold {
    background-color: #BFA169 !important;
}
.form-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}
.step-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.btn-outline-small {
    background: none;
    border: 1px solid #ddd;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 0.8rem;
}
.progress-bar {
    height: 4px;
    background: #eee;
    margin-top: 30px;
    border-radius: 2px;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    background: var(--or);
    transition: width 0.4s ease;
}
/* Correction lisibilité formulaire Estimation sur fond clair */
.estimation-premium .est-content h2 {
    color: #001F3F !important; /* Bleu Marine Chartres Immo */
}

.estimation-premium .input-group label {
    color: #333333 !important; /* Gris foncé pour les labels */
    font-weight: 600;
}

.estimation-premium .form-step p {
    color: #444444 !important;
}

/* On s'assure que le captcha et les instructions sont visibles */
.captcha-box label {
    color: #001F3F !important;
}
/* Amélioration de la lisibilité pour le texte sur fond sombre */
.bg-dark, .bg-dark p, .bg-dark .expertise-text p {
    color: #f8f9fa !important; /* Un blanc cassé plus doux pour les yeux */
    line-height: 1.8;
    font-weight: 400;
}

.bg-dark .gold-tag {
    color: #BFA169;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

/* Style des points dorés et du texte des caractéristiques */
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.feature-item p {
    margin: 0;
    color: #f8f9fa !important;
}

.dot-gold {
    width: 8px;
    height: 8px;
    background-color: #BFA169;
    border-radius: 50%;
    flex-shrink: 0;
}
/* Amélioration visuelle section Expertise */
.bg-dark {
    background-color: #001F3F; /* Votre bleu marine */
}

.readable-text {
    color: #E0E0E0 !important; /* Blanc cassé pour éviter l'éblouissement tout en étant lisible */
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 600px;
}

.gold-text {
    color: #BFA169;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.expertise-features {
    margin-top: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.feature-item p {
    color: #FFFFFF !important;
    margin: 0;
    font-weight: 400;
}

.dot-gold {
    width: 8px;
    height: 8px;
    background-color: #BFA169;
    border-radius: 50%;
    flex-shrink: 0; /* Empêche le point de s'écraser si le texte est long */
}

.gold-tag {
    color: #BFA169;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
/* Bouton Hamburger (caché sur PC) */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1100;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: var(--white);
    transition: all 0.3s ease;
}

/* MEDIA QUERIES (TABLETTES ET MOBILES) */
@media (max-width: 992px) {
    .exceptional-property, .expertise-wrapper { flex-direction: column; }
    .grid-3 { grid-template-columns: 1fr; }
    .hero h1 { font-size: 2.5rem; }
}

@media (max-width: 768px) {
    /* Menu Mobile */
    .hamburger { display: flex; }
    .nav-wrapper { display: flex; justify-content: flex-end; align-items: center; position: relative; }
    
    .nav-links {
        display: none; /* Cache le menu */
        flex-direction: column;
        position: absolute;
        top: 45px;
        left: -20px;
        width: calc(100% + 40px);
        background: var(--bleu);
        padding: 30px;
        text-align: center;
        gap: 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }

    .nav-links.active { display: flex; } /* Affiche au clic JS */

    /* Animation Hamburger */
    .hamburger.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

    /* Ajustements sections pour qu'elles restent lisibles sans rien supprimer */
    .hero-btns { flex-direction: column; gap: 15px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .expertise-stats { grid-template-columns: 1fr; }
    .est-card-ultra { padding: 20px; }
    .brand-logo { width: 250px; }
}
@media (max-width: 768px) {
    .exp-content {
        padding: 25px 20px;
        width: 100%;
        overflow: hidden;
    }

    .exp-content h3 {
        font-size: 1.6rem;
        line-height: 1.25;
    }

    .prop-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .prop-features-mini {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .prop-footer-action {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .price-container {
        min-width: 0;
        width: 100%;
    }

    .price-value {
        font-size: 1.6rem;
        white-space: normal;
    }

    .button-container {
        width: 100%;
    }

    .btn-gold-action {
        display: block;
        width: 100%;
        text-align: center;
        white-space: normal;
    }
}
.description-short {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.description-short p {
    line-height: 1.8;
    color: #444;
}

.description-full {
    margin-top: 60px;
    width: 100%;
    max-width: 100%;
}

.description-full h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #001F3F;
}

.description-full p {
    line-height: 1.9;
    margin-bottom: 20px;
    color: #333;
    max-width: 1000px;
}
.property-location-section {
    padding: 20px 0 80px;
}

.location-block h2 {
    font-size: 2.2rem;
    color: #001F3F;
    margin-bottom: 30px;
    line-height: 1.2;
}

.location-map-wrapper {
    width: 100%;
}

.location-map-card {
    position: relative;
    width: 100%;
    height: 460px;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f4f4;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.location-map-card iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.location-map-btn {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 16px 24px;
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.location-map-btn:hover {
    background: #BFA169;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .property-location-section {
        padding: 10px 0 60px;
    }

    .location-block h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .location-map-card {
        height: 320px;
        border-radius: 6px;
    }

    .location-map-btn {
        top: 14px;
        left: 14px;
        font-size: 0.9rem;
        padding: 12px 18px;
    }
}
/* CTA bas de page - quartiers */
.cta-area {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 10px;
}

.cta-area .gold-tag {
    display: inline-block;
    margin-bottom: 18px;
    color: #BFA169;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    font-weight: 700;
}

.cta-area h2,
.cta-area .gold-text {
    color: #BFA169 !important;
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 22px;
}

.cta-area p,
.cta-area .readable-text {
    max-width: 760px;
    margin: 0 auto;
    color: #FFFFFF !important;
    font-size: 1.15rem;
    line-height: 1.85;
    font-weight: 400;
    text-align: center;
}

.cta-actions {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.cta-actions .btn-gold,
.cta-actions .btn-outline {
    min-width: 230px;
    text-align: center;
    padding: 16px 28px;
    border-radius: 0;
}

.cta-actions .btn-outline {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: transparent;
}

.cta-actions .btn-outline:hover {
    background: #FFFFFF;
    color: #001F3F;
}

@media (max-width: 768px) {
    .cta-area h2,
    .cta-area .gold-text {
        font-size: 1.9rem;
    }

    .cta-area p,
    .cta-area .readable-text {
        font-size: 1rem;
        max-width: 100%;
    }

    .cta-actions {
        flex-direction: column;
        gap: 14px;
    }

    .cta-actions .btn-gold,
    .cta-actions .btn-outline {
        width: 100%;
        min-width: 0;
    }
}