/**
 * Retraide Pure Custom Layouts Stylesheet
 * Charte graphique premium, bleue et luxueuse, optimisée pour le SEO et le responsive.
 */

:root {
    --primary-color: #009bfe;
    --primary-hover: #0083da;
    --accent-blue-light: #f0f8ff;
    --bg-blue-light: #f4faff;
    --accent-green: #61ce70;
    --accent-green-hover: #39c94d;
    --title-color: #0f172a;
    --text-color: #324a6d;
    --muted-color: #64748b;
    --white: #ffffff;
    --border-radius-lg: 16px;
    --border-radius-md: 10px;
    --border-radius-sm: 8px;
    --font-heading: 'Poppins', 'Roboto', 'Inter', sans-serif;
    --font-body: 'Open Sans', system-ui, -apple-system, sans-serif;
    --container-width: 1200px;
}

/* Base resets & layouts for full-width templates */
.site-content-full {
    width: 100%;
    overflow: hidden;
}

.rp-section {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

.rp-section.bg-white {
    background-color: var(--white);
}

.rp-section.bg-light {
    background-color: var(--bg-blue-light);
}

.rp-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
}

/* --- HERO BANNER STYLING --- */
.rp-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 24px;
    box-sizing: border-box;
    overflow: hidden;
    color: var(--white);
    text-align: center;
}

/*.rp-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(201deg, rgba(7, 36, 86, 0.6) 0%, rgba(0, 155, 254, 0.4) 100%);
    z-index: 1;
}*/

.rp-hero > * {
    position: relative;
    z-index: 2;
}

.rp-hero-title {
    font-family: var(--font-heading);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 850px;
    margin: 0 auto 30px auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: var(--white);
}

.rp-hero-subtitle {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    max-width: 750px;
    margin: 0 auto 30px auto;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
}

.rp-hero-search-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

/* --- BUTTONS STYLING --- */
.rp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: var(--border-radius-sm);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.rp-btn-primary {
    background-color: var(--primary-color);
    color: var(--white) !important;
    box-shadow: 0 4px 10px rgba(0, 155, 254, 0.2);
}

.rp-btn-primary:hover {
    background-color: var(--primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 155, 254, 0.3);
}

.rp-btn-green {
    background-color: var(--accent-green);
    color: var(--white) !important;
    box-shadow: 0 4px 10px rgba(97, 206, 112, 0.2);
}

.rp-btn-green:hover {
    background-color: var(--accent-green-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(97, 206, 112, 0.3);
}

.rp-btn-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* --- SECTION HEADINGS --- */
.rp-section-title {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    color: var(--title-color);
    text-align: center;
    margin: 0 auto 40px auto;
    position: relative;
    max-width: 800px;
}

.rp-section-title span {
    color: var(--primary-color);
}

/* --- TWO COLUMN FLEX LAYOUT (BENEFITS & FAQ) --- */
.rp-split-layout {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 20px;
}

.rp-split-layout.reverse {
    flex-direction: row-reverse;
}

.rp-split-col {
    flex: 1;
    width: 100%;
}

.rp-split-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.rp-split-image {
    max-width: 80%;
    height: auto;
    border: 10px solid var(--white);
    border-radius: var(--border-radius-md);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Item block lists (Advantages/FAQ) */
.rp-item-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.rp-item-block h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 10px 0;
}

.rp-item-block p {
    font-family: var(--font-body);
    font-size: 14.5px;
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
}

/* --- STATS COUNTERS GRID --- */
.rp-stats-wrapper {
    margin-top: -60px;
    position: relative;
    z-index: 10;
    width: 100%;
}

.rp-stats-grid {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    box-shadow: rgba(7, 36, 86, 0.08) 0px 4px 20px 0px;
    padding: 30px 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.rp-stat-card {
    text-align: center;
}

.rp-stat-number {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.rp-stat-label {
    font-family: var(--font-body);
    font-size: 13.5px;
    color: var(--muted-color);
    font-weight: 600;
    line-height: 1.4;
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 1024px) {
    .rp-split-layout {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .rp-hero {
        min-height: 550px;
        padding: 50px 16px;
    }
    
    .rp-hero-title {
        font-size: 26px;
    }
    
    .rp-hero-subtitle {
        font-size: 16px;
    }

    .rp-stats-wrapper {
        margin-top: -30px;
    }
    
    .rp-stats-grid {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
        max-width: 90%;
    }

    .rp-section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .rp-split-layout,
    .rp-split-layout.reverse {
        flex-direction: column;
        gap: 30px;
    }

    .rp-split-image {
        max-width: 100%;
    }

    .rp-btn {
        width: 100%;
    }
    
    .rp-btn-group {
        flex-direction: column;
        gap: 15px;
    }
}

/* --- BLOCKQUOTE STYLING --- */
.rp-blockquote {
    background-color: var(--accent-blue-light);
    border-left: 8px solid var(--primary-color);
    padding: 30px 40px;
    border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
    margin: 30px auto;
    max-width: 900px;
}
.rp-blockquote p {
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.7;
    margin: 0;
}
.rp-blockquote p span {
    color: var(--primary-color);
}

/* --- THREE CARDS GRID --- */
.rp-three-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    width: 100%;
}
.rp-card {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    border: 1px solid rgba(0, 155, 254, 0.08);
    box-shadow: rgba(7, 36, 86, 0.04) 0px 10px 30px -5px;
    padding: 30px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rp-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(7, 36, 86, 0.08) 0px 15px 35px -5px;
    border-color: rgba(0, 155, 254, 0.15);
}
.rp-card h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    margin-top: 0;
    margin-bottom: 15px;
}
.rp-card p {
    font-family: var(--font-body);
    font-size: 14.5px;
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .rp-three-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* --- HISTOIRE & ABOUT STYLING --- */
.retraide-about-wrapper {
    max-width: var(--container-width);
    margin: 40px auto;
    font-family: var(--font-heading);
    color: var(--text-color);
    line-height: 1.7;
    padding: 0 24px;
    box-sizing: border-box;
}

.retraide-about-wrapper *,
.retraide-about-wrapper *::before,
.retraide-about-wrapper *::after {
    box-sizing: border-box;
}

.retraide-about-header {
    text-align: center;
    margin-bottom: 50px;
}

.retraide-about-header .tagline {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.retraide-about-header h1 {
    font-size: 38px;
    color: var(--title-color);
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
}

.retraide-about-header h1 span {
    color: var(--primary-color);
}

.retraide-about-header .divider {
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    margin: 20px auto 0;
    border-radius: 2px;
}

.retraide-about-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    margin-bottom: 70px;
    align-items: start;
}

.retraide-about-card {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(0, 155, 254, 0.08);
    box-shadow: 0 10px 30px -5px rgba(7, 36, 86, 0.04);
    padding: 35px 24px;
    text-align: center;
    position: sticky;
    top: 20px;
}

.retraide-about-avatar-container {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
}

.retraide-about-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    object-fit: cover;
    border: 4px solid var(--white);
    box-shadow: 0 8px 24px rgba(0, 155, 254, 0.12);
}

.retraide-about-card h2 {
    font-size: 22px;
    color: var(--title-color);
    margin: 0 0 6px 0;
    font-weight: 700;
}

.retraide-about-card .title {
    font-size: 14px;
    color: var(--muted-color);
    margin: 0 0 24px 0;
    font-style: italic;
}

.retraide-about-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.retraide-about-badge {
    background: var(--accent-blue-light);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(0, 155, 254, 0.08);
    width: 100%;
    max-width: 220px;
    display: inline-block;
    text-align: center;
}

.retraide-about-content {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(0, 155, 254, 0.08);
    box-shadow: 0 10px 30px -5px rgba(7, 36, 86, 0.04);
    padding: 40px;
}

.retraide-about-content h3 {
    font-size: 24px;
    color: var(--title-color);
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.retraide-about-content p {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.75;
}

.retraide-about-content p:last-child {
    margin-bottom: 0;
}

.retraide-about-steps-section {
    margin-bottom: 70px;
    text-align: center;
}

.retraide-about-steps-section h3 {
    font-size: 28px;
    color: var(--title-color);
    margin: 0 0 10px 0;
    font-weight: 800;
}

.retraide-about-steps-section .section-subtitle {
    font-size: 16px;
    color: var(--muted-color);
    margin: 0 0 40px 0;
}

.retraide-about-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.retraide-about-step-card {
    background: var(--white);
    border: 1px solid rgba(0, 155, 254, 0.08);
    border-radius: 20px;
    padding: 35px 24px;
    box-shadow: 0 10px 30px -5px rgba(7, 36, 86, 0.04);
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.retraide-about-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px -5px rgba(7, 36, 86, 0.08);
}

.retraide-about-step-card .step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    color: var(--white);
    font-size: 20px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 15px rgba(0, 155, 254, 0.25);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.retraide-about-step-card:hover .step-number {
    transform: scale(1.1);
}

.retraide-about-step-card h4 {
    font-size: 18px;
    color: var(--title-color);
    margin: 0 0 12px 0;
    font-weight: 700;
}

.retraide-about-step-card p {
    font-size: 14px;
    color: var(--muted-color);
    margin: 0;
    line-height: 1.6;
}

.retraide-about-values-section,
.retraide-about-benefits-section {
    margin-bottom: 70px;
    text-align: center;
}

.retraide-about-values-section h3,
.retraide-about-benefits-section h3 {
    font-size: 28px;
    color: var(--title-color);
    margin: 0 0 10px 0;
    font-weight: 800;
}

.retraide-about-values-section .section-subtitle,
.retraide-about-benefits-section .section-subtitle {
    font-size: 16px;
    color: var(--muted-color);
    margin: 0 0 40px 0;
}

.retraide-about-values-grid,
.retraide-about-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.retraide-about-value-box {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(0, 155, 254, 0.08);
    box-shadow: 0 10px 30px -5px rgba(7, 36, 86, 0.04);
    padding: 35px 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    --accent-color: #009bfe;
    --accent-bg: #f0f8ff;
}

.accent-security { --accent-color: #f59e0b; --accent-bg: #fef3c7; }
.accent-savings { --accent-color: #10b981; --accent-bg: #d1fae5; }
.accent-social { --accent-color: #ec4899; --accent-bg: #fce7f3; }
.accent-comfort { --accent-color: #06b6d4; --accent-bg: #ecfeff; }
.accent-health { --accent-color: #8b5cf6; --accent-bg: #ede9fe; }
.accent-solidarity { --accent-color: #009bfe; --accent-bg: #f0f8ff; }

.retraide-about-value-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-color);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.retraide-about-value-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -10px rgba(7, 36, 86, 0.08);
    border-color: rgba(0, 155, 254, 0.15);
}

.retraide-about-value-box:hover::before {
    opacity: 1;
}

.retraide-about-value-icon {
    font-size: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--accent-bg);
    color: var(--accent-color);
    border-radius: 50%;
    margin-bottom: 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.retraide-about-value-box:hover .retraide-about-value-icon {
    transform: scale(1.1) rotate(5deg);
}

.retraide-about-value-box h4 {
    font-size: 19px;
    color: var(--title-color);
    margin: 0 0 12px 0;
    font-weight: 700;
}

.retraide-about-value-box p {
    font-size: 14.5px;
    color: var(--muted-color);
    margin: 0;
    line-height: 1.65;
}

.retraide-about-impact-section {
    background: linear-gradient(135deg, #f0f8ff, #e1f2ff);
    border-radius: 20px;
    border: 1px solid rgba(129, 140, 248, 0.15);
    padding: 40px;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(7, 36, 86, 0.04);
}

.retraide-about-impact-section::before {
    content: '🌍';
    position: absolute;
    right: 20px;
    bottom: -10px;
    font-size: 100px;
    opacity: 0.06;
    pointer-events: none;
}

.retraide-about-impact-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.retraide-about-impact-content h3 {
    font-size: 24px;
    color: #0b2240;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 800;
}

.retraide-about-impact-content p {
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
    line-height: 1.7;
}

.retraide-about-cta {
    background: linear-gradient(135deg, #0b2240 0%, #0083da 100%);
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    color: var(--white);
    box-shadow: 0 20px 40px -15px rgba(0, 131, 218, 0.3);
}

.retraide-about-cta h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 800;
    color: var(--white);
}

.retraide-about-cta p {
    font-size: 16px;
    margin: 0 0 32px 0;
    opacity: 0.9;
}

.retraide-about-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.retraide-about-btn {
    padding: 15px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.retraide-about-btn-secondary {
    background: var(--white);
    color: #0b2240;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.retraide-about-btn-secondary:hover {
    background: #f1f5f9;
    color: #0083da;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
}

@media (max-width: 991px) {
    .retraide-about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .retraide-about-card {
        position: static;
        max-width: 100%;
    }

    .retraide-about-steps-grid,
    .retraide-about-values-grid,
    .retraide-about-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .retraide-about-wrapper {
        padding: 0 16px;
        margin: 20px auto;
    }

    .retraide-about-header h1 {
        font-size: 28px;
    }

    .retraide-about-content {
        padding: 25px 20px;
    }

    .retraide-about-steps-section h3,
    .retraide-about-values-section h3,
    .retraide-about-benefits-section h3 {
        font-size: 22px;
    }

    .retraide-about-steps-grid,
    .retraide-about-values-grid,
    .retraide-about-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .retraide-about-cta h3 {
        font-size: 24px;
    }

    .retraide-about-cta {
        padding: 40px 20px;
    }

    .retraide-about-btn {
        width: 100%;
        text-align: center;
    }
}

/* --- BLOC PROMO HOME - ESPACE FAMILLE & INVESTISSEURS --- */
.rt-home-promo-wrapper *, .rt-invest-promo-wrapper * {
    box-sizing: border-box !important;
}

.rt-home-promo-wrapper, .rt-invest-promo-wrapper {
    width: 100%;
    margin: 30px auto;
    padding: 0 15px;
    max-width: 900px;
}

.rt-home-promo-card, .rt-invest-promo-card {
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
    border: 1px solid rgba(0, 155, 254, 0.12);
    border-radius: 16px;
    padding: 30px 40px;
    box-shadow: rgba(7, 36, 86, 0.05) 0px 4px 12px 0px;
    display: flex;
    align-items: center;
    gap: 35px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rt-home-promo-card:hover, .rt-invest-promo-card:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 155, 254, 0.1) 0px 8px 20px 0px;
    border-color: rgba(0, 155, 254, 0.25);
}

.rt-promo-visual, .rt-invest-visual {
    flex-shrink: 0;
}

.rt-promo-avatar-bg, .rt-invest-icon-bg {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 155, 254, 0.15) 0px 4px 10px 0px;
    border: 3px solid #009bfe;
}

.rt-promo-icon, .rt-invest-icon {
    font-size: 38px;
    line-height: 1;
}

.rt-promo-info, .rt-invest-info {
    flex-grow: 1;
    text-align: left;
}

.rt-promo-tagline, .rt-invest-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #009bfe;
    letter-spacing: 1px;
    background: rgba(0, 155, 254, 0.08);
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rt-promo-title, .rt-invest-title {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.rt-promo-desc, .rt-invest-desc {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.rt-promo-action, .rt-invest-action {
    display: flex;
}

.rt-btn-promo-action, .rt-btn-invest-action {
    background: #009bfe !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 10px rgba(0, 155, 254, 0.2) !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.rt-btn-promo-action:hover, .rt-btn-invest-action:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 15px rgba(0, 155, 254, 0.3) !important;
    background: #0083da !important;
}

.rt-arrow, .rt-invest-arrow {
    transition: transform 0.2s ease;
    display: inline-block;
}

.rt-btn-promo-action:hover .rt-arrow, .rt-btn-invest-action:hover .rt-invest-arrow {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .rt-home-promo-card, .rt-invest-promo-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 20px;
    }
    
    .rt-promo-info, .rt-invest-info {
        text-align: center;
    }
    
    .rt-promo-action, .rt-invest-action {
        justify-content: center;
    }
}

/* --- LUXURY & PREMIUM ENHANCEMENTS FOR INVESTISSEURS --- */
.rp-hero-badge {
    background: rgba(0, 155, 254, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-block;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.rp-hero-glass-card {
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--border-radius-lg);
    padding: 35px;
    max-width: 900px;
    width: 100%;
    margin: 20px auto 30px auto;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.rp-btn-glow-green {
    background: linear-gradient(135deg, var(--accent-green) 0%, #48b857 100%);
    color: var(--white) !important;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(97, 206, 112, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 36px;
    border-radius: var(--border-radius-sm);
    font-size: 16.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.rp-btn-glow-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(97, 206, 112, 0.6);
    background: linear-gradient(135deg, #48b857 0%, var(--accent-green-hover) 100%);
}

.rp-stats-grid-luxury {
    background: #ffffff;
    border: 1px solid rgba(0, 155, 254, 0.12);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(7, 36, 86, 0.05);
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
}

.rp-stat-card-luxury {
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.rp-stat-card-luxury:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, rgba(0, 155, 254, 0) 0%, rgba(0, 155, 254, 0.2) 50%, rgba(0, 155, 254, 0) 100%);
}

.rp-stat-card-luxury .rp-stat-number {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color) 0%, #00b8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.rp-stat-card-luxury .rp-stat-label {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-color);
    font-weight: 700;
    letter-spacing: 0.2px;
}

.rp-section-badge {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-align: center;
}

.rp-blockquote-luxury {
    background: linear-gradient(135deg, #0f172a 0%, #0b2240 100%);
    border-left: 6px solid var(--primary-color);
    padding: 45px 50px;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
    margin: 40px auto;
    max-width: 950px;
    position: relative;
    overflow: hidden;
}

.rp-blockquote-luxury::before {
    content: '“';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 200px;
    color: rgba(255, 255, 255, 0.05);
    font-family: 'Outfit', sans-serif;
    pointer-events: none;
    line-height: 1;
}

.rp-blockquote-luxury p {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 500;
    color: #e2e8f0;
    line-height: 1.8;
    margin: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.rp-blockquote-luxury p span {
    color: #38bdf8;
    font-weight: 700;
}

.rp-simulateur-luxury-card {
    background: #ffffff;
    border: 1px solid rgba(0, 155, 254, 0.1);
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(7, 36, 86, 0.06);
    padding: 40px;
    margin-top: 30px;
}

/* --- Process step cards (luxury) --- */
.rp-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.rp-step-luxury-card {
    background: var(--white);
    border: 1px solid rgba(0, 155, 254, 0.08);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(7, 36, 86, 0.03);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.rp-step-luxury-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(7, 36, 86, 0.08);
    border-color: rgba(0, 155, 254, 0.2);
}

.rp-step-luxury-card .step-num {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #00b8ff 100%);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    box-shadow: 0 8px 20px rgba(0, 155, 254, 0.25);
}

.rp-step-luxury-card h4 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 12px;
}

.rp-step-luxury-card p {
    font-family: var(--font-body);
    font-size: 14.5px;
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
}

/* RESPONSIVE FOR NEW LUXURY ELEMENTS */
@media (max-width: 991px) {
    .rp-stats-grid-luxury {
        grid-template-columns: 1fr;
        padding: 30px 20px;
        gap: 30px;
        max-width: 90%;
    }
    
    .rp-stat-card-luxury:not(:last-child)::after {
        display: none;
    }
    
    .rp-process-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .rp-blockquote-luxury {
        padding: 30px;
        max-width: 90%;
    }
    
    .rp-blockquote-luxury p {
        font-size: 17px;
    }
    
    .rp-hero-glass-card {
        padding: 20px;
        max-width: 90%;
    }
}

/* ==========================================================================
   FAVORITES PAGE LUXURY STYLE
   ========================================================================== */
.retraide-favorites-page-luxury-card {
    background: #ffffff;
    border: 1px solid rgba(0, 155, 254, 0.1);
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(7, 36, 86, 0.06);
    padding: 50px 40px;
    margin-top: 30px;
}

.retraide-favorites-title {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 10px;
    text-align: center;
}

.retraide-favorites-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--muted-color);
    text-align: center;
    margin-bottom: 40px;
}

.retraide-no-favorites-card {
    text-align: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px dashed rgba(0, 155, 254, 0.3) !important;
    border-radius: 20px !important;
    max-width: 550px;
    margin: 40px auto;
    box-shadow: 0 15px 35px rgba(7, 36, 86, 0.04) !important;
}

.retraide-no-favorites-card .heart-icon {
    font-size: 54px;
    display: block;
    margin-bottom: 25px;
    animation: heartbeat 1.5s infinite;
}

.retraide-no-favorites-card h3 {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 12px;
}

.retraide-no-favorites-card p {
    font-family: var(--font-body);
    color: var(--text-color);
    font-size: 15.5px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.retraide-favorites-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%) !important;
    color: #ffffff !important;
    padding: 14px 32px !important;
    border-radius: var(--border-radius-sm) !important;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 155, 254, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.retraide-favorites-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 155, 254, 0.4) !important;
}

@keyframes heartbeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.15); }
    28% { transform: scale(1); }
    42% { transform: scale(1.15); }
    70% { transform: scale(1); }
}

/* ==========================================================================
   LANDING PAGES COMMON LAYOUTS (BAILLEURS & GUIDE FAMILLE)
   ========================================================================== */
.rt-premium-landing * {
    box-sizing: border-box !important;
}

.rt-premium-landing {
    background-color: #ffffff;
    color: var(--text-color);
    line-height: 1.7;
    width: 100%;
}

.rt-breakout {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.rt-container-v2 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.rt-section-v2 {
    padding: 80px 0;
}

.rt-bg-white {
    background-color: #ffffff;
}

.rt-bg-v2-light {
    background: linear-gradient(180deg, #f4faff 0%, #ffffff 100%);
    border-top: 1px solid rgba(0, 155, 254, 0.08);
    border-bottom: 1px solid rgba(0, 155, 254, 0.08);
}

/* En-têtes */
.rt-header-v2 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.rt-sub-title {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 1.5px;
    background: rgba(0, 155, 254, 0.08);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(0, 155, 254, 0.1);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.rt-header-v2 h2 {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    color: var(--title-color);
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.rt-header-v2 p {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--muted-color);
    margin: 0;
}

/* Grille de cartes classiques */
.rt-grid-v2-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.rt-card-v2 {
    background: #ffffff;
    border: 1px solid rgba(0, 155, 254, 0.08);
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: 0 10px 30px rgba(7, 36, 86, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    flex: 1 1 300px;
}

.rt-card-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rt-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 155, 254, 0.08);
    border-color: rgba(0, 155, 254, 0.2);
}

.rt-card-v2:hover::before {
    opacity: 1;
}

.rt-card-v2-icon {
    font-size: 36px;
    margin-bottom: 20px;
}

.rt-card-v2 h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 12px 0;
}

.rt-card-v2 p {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-color);
    margin: 0;
    line-height: 1.6;
}

/* ==========================================================================
   HERO BANNER PRESTIGE (BAILLEURS & GUIDE FAMILLE)
   ========================================================================== */
.rt-hero-v2 {
    position: relative;
    background: linear-gradient(135deg, #0b2240 0%, #081220 100%) !important;
    color: #ffffff !important;
    padding: 100px 24px !important;
    text-align: center;
    border-bottom: 1px solid rgba(0, 155, 254, 0.15);
    overflow: hidden;
}

.rt-hero-v2::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(0, 155, 254, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 10% 80%, rgba(97, 206, 112, 0.1) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.rt-hero-v2-container {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
}

.rt-tag-premium {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    background: rgba(0, 155, 254, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 25px;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.rt-hero-v2 h1 {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 20px 0;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.rt-hero-v2-lead {
    font-family: var(--font-body);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    line-height: 1.6;
}

.rt-hero-v2-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.rt-btn-gradient {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 15px 36px !important;
    border-radius: var(--border-radius-sm) !important;
    box-shadow: 0 5px 15px rgba(0, 155, 254, 0.3) !important;
    font-weight: 700 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    display: inline-block;
}

.rt-btn-gradient:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(0, 155, 254, 0.45) !important;
}

.rt-btn-outline {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    padding: 15px 36px !important;
    border-radius: var(--border-radius-sm) !important;
    font-weight: 700 !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block;
}

.rt-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* ==========================================================================
   LANDING BAILLEURS PAGE SPECIFIC STYLES
   ========================================================================== */
.rt-comparison-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.rt-comp-card {
    flex: 1 1 340px;
    background: #ffffff;
    border: 1px solid rgba(0, 155, 254, 0.08);
    border-radius: 20px;
    padding: 45px 35px;
    box-shadow: 0 10px 30px rgba(7, 36, 86, 0.02);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rt-comp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(7, 36, 86, 0.05);
}

.rt-comp-card.rt-comp-senior {
    border: 2px solid var(--primary-color);
    background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
    box-shadow: 0 20px 45px rgba(0, 155, 254, 0.08);
}

.rt-comp-card h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    color: var(--title-color);
    margin: 0 0 15px 0;
}

.rt-badge-recommande {
    position: absolute;
    top: -14px;
    right: 30px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 155, 254, 0.2);
}

.rt-comp-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin-bottom: 25px;
}

.rt-comp-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rt-comp-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.rt-comp-list li:last-child {
    margin-bottom: 0;
}

.rt-comp-icon {
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.rt-comp-list strong {
    font-family: var(--font-heading);
    font-size: 15px;
    color: var(--title-color);
    display: block;
    margin-bottom: 4px;
}

.rt-comp-list p {
    font-family: var(--font-body);
    font-size: 13.5px;
    color: var(--text-color);
    margin: 0;
    line-height: 1.5;
}

/* Grille 2 colonnes pour le Dashboard */
.rt-grid-v2-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.rt-dashboard-text {
    flex: 1.2;
    min-width: 320px;
}

.rt-dashboard-preview {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.rt-dashboard-text h2 {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    color: var(--title-color);
    margin: 10px 0 15px 0;
}

.rt-dashboard-lead {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 25px;
}

.rt-dashboard-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rt-dashboard-features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-family: var(--font-body);
    font-size: 14.5px;
    color: var(--text-color);
    line-height: 1.6;
}

.rt-dashboard-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 18px;
    top: -2px;
}

/* Aperçu Interactif du Dashboard */
.rt-preview-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 155, 254, 0.1);
    border-radius: 16px;
    padding: 28px;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 20px 50px rgba(7, 36, 86, 0.08);
    transition: transform 0.3s ease;
}

.rt-preview-card:hover {
    transform: translateY(-3px) scale(1.01);
}

.rt-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.rt-preview-header h4 {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 4px 0;
}

.rt-preview-header p {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--muted-color);
    margin: 0;
}

.rt-score-badge {
    background-color: var(--accent-green);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
}

.rt-preview-tags {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}

.rt-tag-dash {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    color: #ffffff;
}

.rt-tag-dash.green { background-color: var(--accent-green); }
.rt-tag-dash.orange { background-color: #f39c12; }
.rt-tag-dash.blue { background-color: var(--primary-color); }

.rt-preview-details {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--text-color);
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
    margin-bottom: 15px;
}

.rt-preview-details p {
    margin: 0 0 6px 0;
}

.rt-preview-actions {
    display: flex;
    gap: 8px;
}

.rt-btn-dash-primary {
    flex: 1.5;
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 8px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rt-btn-dash-primary:hover {
    background-color: var(--primary-hover);
}

.rt-btn-dash-secondary {
    flex: 1;
    background-color: #f39c12;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 8px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.rt-btn-dash-secondary:hover {
    opacity: 0.9;
}

/* Appel à l'action final Bailleurs */
.rt-cta-prestige {
    background: linear-gradient(135deg, #0b2240 0%, #081220 100%) !important;
    color: #ffffff !important;
    border-top: 1px solid rgba(0, 155, 254, 0.15);
    text-align: center;
    padding: 90px 24px;
}

.rt-cta-prestige-container {
    max-width: 900px;
    margin: 0 auto;
}

.rt-cta-prestige h2 {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #ffffff;
}

.rt-cta-prestige p {
    font-family: var(--font-body);
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
}

.rt-btn-large-v2 {
    background: #009bfe !important;
    color: #ffffff !important;
    border: none !important;
    padding: 18px 40px !important;
    border-radius: var(--border-radius-sm) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(0, 155, 254, 0.2) !important;
    display: inline-block;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.rt-btn-large-v2:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 155, 254, 0.3) !important;
    background: var(--primary-hover) !important;
}

/* ==========================================================================
   GUIDE FAMILLE PAGE SPECIFIC STYLES
   ========================================================================== */
.rt-timeline-v2 {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-left: 55px;
}

.rt-timeline-v2::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, var(--primary-color) 0%, rgba(0, 155, 254, 0.15) 100%);
}

.rt-timeline-v2-step {
    position: relative;
    margin-bottom: 45px;
}

.rt-timeline-v2-step:last-child {
    margin-bottom: 0;
}

.rt-timeline-v2-badge {
    position: absolute;
    left: -55px;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #00b8ff 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 155, 254, 0.3);
    z-index: 2;
    transition: transform 0.3s ease;
}

.rt-timeline-v2-step:hover .rt-timeline-v2-badge {
    transform: scale(1.15);
}

.rt-timeline-v2-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 155, 254, 0.08);
    box-shadow: 0 10px 30px rgba(7, 36, 86, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rt-timeline-v2-step:hover .rt-timeline-v2-content {
    transform: translateX(4px);
    box-shadow: 0 15px 35px rgba(7, 36, 86, 0.05);
    border-color: rgba(0, 155, 254, 0.15);
}

.rt-timeline-v2-content h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 10px 0;
}

.rt-timeline-v2-content p {
    font-family: var(--font-body);
    font-size: 14.5px;
    color: var(--text-color);
    margin: 0;
}

/* Encart Recherche Guide Famille */
.rt-promo-search-box {
    background: linear-gradient(135deg, #ffffff 0%, #f4faff 100%);
    border: 1px solid rgba(0, 155, 254, 0.15);
    border-radius: 28px;
    padding: 60px 40px;
    box-shadow: 0 25px 55px rgba(7, 36, 86, 0.05);
    position: relative;
    overflow: hidden;
}

.rt-promo-tag {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 700;
    background: rgba(0, 155, 254, 0.08);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.rt-promo-search-box h2 {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 800;
    color: var(--title-color);
    margin: 0 0 10px 0;
}

.rt-promo-search-box p {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-color);
    margin: 0 0 30px 0;
}

.rt-shortcode-v2-wrapper {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
}

/* ==========================================================================
   COMMON RESPONSIVE LAYOUT FOR BAILLEURS & GUIDE FAMILLE
   ========================================================================== */
@media (max-width: 768px) {
    .rt-hero-v2 h1 {
        font-size: 28px !important;
    }
    .rt-hero-v2-lead {
        font-size: 15px !important;
    }
    .rt-hero-v2-actions {
        flex-direction: column;
        align-items: center;
    }
    .rt-hero-v2-actions .button {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    .rt-section-v2 {
        padding: 50px 0;
    }
    .rt-header-v2 h2 {
        font-size: 24px;
    }
    .rt-promo-search-box {
        padding: 30px 15px;
    }

    /* Modif Timeline sur Mobile */
    .rt-timeline-v2 {
        padding-left: 0;
    }
    .rt-timeline-v2::before {
        display: none;
    }
    .rt-timeline-v2-step {
        margin-bottom: 30px;
    }
    .rt-timeline-v2-badge {
        position: static;
        margin-bottom: 10px;
    }
    .rt-timeline-v2-content {
        padding: 20px;
    }
}



