/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 1100px) {
    .offers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

:root {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --accent-color: #d4af37; /* Gold color */
    --accent-light: #f4e5c2;
    --text-primary: #000000;
    --text-secondary: #666666;
    --text-light: #999999;
    --bg-primary: #ffffff;
    --bg-secondary: #f8f9fa;
    --bg-dark: #1a1a1a;
    --bg-darker: #0d0d0d;
    --border-color: #e0e0e0;
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
    --shadow-xl: 0 20px 25px rgba(0,0,0,0.1);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: var(--bg-primary);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: 'Inter', 'Nunito Sans', 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--bg-primary);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.875rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.125rem; }

p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

.gold {
    color: var(--accent-color);
}

/* Container */
.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 8rem;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(13, 13, 13, 0.92);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    height: 80px;
}

.nav-logo-link {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

.nav-logo-link:hover {
    color: var(--accent-color);
}

.nav-logo-link:hover .brand-name {
    color: var(--accent-color);
}

.nav-logo-link:hover .brand-name {
    color: var(--accent-color);
}

.nav-logo {
    display: flex;
    align-items: center;
    height: 60px;
    margin-top: 0 !important;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.nav-logo:hover {
    transform: scale(1.05);
}

.brand-name {
    font-family: "Pacifico", "Georgia", serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: white;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    font-display: swap;
    visibility: visible;
}

.footer-brand {
    font-family: "Pacifico", "Georgia", serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: var(--accent-color);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    font-display: swap;
    position: relative;
    top: -10px;
}

.footer-brand:hover {
    color: white;
    transform: scale(1.02);
}

.footer-logo-link {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

/* Services Scroll Indicator */
.services {
    padding: 6rem 0;
    background: var(--bg-primary);
}

.nav-logo:hover .brand-name {
    color: var(--accent-color);
    transform: scale(1.02);
}

.nav-logo {
    display: flex;
    align-items: center;
    height: 50px;
}

.nav-logo-link:hover .brand-name {
    color: var(--accent-color);
}

.nav-logo .brand-name {
    letter-spacing: 0.02em;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.nav-link {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--accent-color);
    background: rgba(212, 175, 55, 0.12);
    transform: translateY(-1px);
}

.nav-cta {
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 45%, #16a34a 100%) !important;
    box-shadow: 0 16px 30px rgba(30, 64, 175, 0.28);
    color: #fff !important;
    padding: 0.72rem 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}

.nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(30, 64, 175, 0.34);
    color: #fff !important;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.85);
    transition: var(--transition);
}

/* Hero Section */
.hero {
    position: relative;
    height: 70vh;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.78), rgba(0,0,0,0.45)),
                url('../img_hero/hero-luxury-apartment-3.avif');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0.6), rgba(212,175,55,0.1));
}

.hero-content {
    position: relative;
    text-align: center;
    color: white;
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--accent-light);
    display: block;
    margin-top: 0.5rem;
}

.hero-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    z-index: 10;
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.875rem;
    text-decoration: none;
    transition: var(--transition);
}

.scroll-indicator:hover {
    color: var(--accent-color);
    transform: scale(1.1);
}

.scroll-arrow {
    width: 24px;
    height: 24px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    animation: scrollDown 1.5s infinite;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    text-decoration: none;
    min-width: 150px;
}

.btn-primary {
    background: var(--accent-color);
    color: white;
}

.btn-primary:hover {
    background: #b8941f;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: var(--text-primary);
    transform: translateY(-2px);
}

.cta .btn-secondary,
.application .btn-secondary,
.cta .cta-buttons .btn-secondary {
    color: var(--text-primary) !important;
    border-color: #1f2937 !important;
    background: transparent;
}

.cta .btn-secondary:hover,
.application .btn-secondary:hover,
.cta .cta-buttons .btn-secondary:hover {
    background: #1f2937 !important;
    color: #ffffff !important;
    border-color: #1f2937 !important;
}

.btn-outline {
    background: transparent;
    color: var(--text-primary);
    border: 2px solid var(--accent-color);
}

.btn-outline:hover {
    background: var(--accent-color);
    color: white;
    transform: translateY(-2px);
}

.btn-large {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
}

/* Statistics Section */
.statistics {
    padding: 4rem 0;
    background: var(--bg-dark);
    color: white;
}

body.index-page .statistics {
    background: linear-gradient(135deg, #fafafa 0%, #f1f2f4 100%);
    color: var(--text-primary);
}

body.index-page .statistics .stat-item {
    background: #ffffff;
    border: 1px solid #e0e4e9;
    box-shadow: var(--shadow-sm);
}

body.index-page .statistics .stat-item:hover {
    background: #f9fafb;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

body.index-page .statistics .stat-label {
    color: #4b5563;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item {
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.stat-item:hover {
    transform: translateY(-8px) scale(1.05);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-color);
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Services Section */
.services {
    padding: 6rem 0;
    background: var(--bg-primary);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.25rem;
    color: var(--text-secondary);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
    min-height: 550px;
}

.service-card:hover {
    transform: translateY(-20px) scale(1.08);
    box-shadow: 0 35px 70px rgba(0,0,0,0.25);
    border-color: var(--accent-color);
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--accent-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
}

.service-card h3 {
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.service-card p {
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
}

.service-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

.service-benefits {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-benefits li {
    padding: 0.25rem 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 200px;
}

.service-benefits li:before {
    content: "✓";
    color: var(--accent-color);
    font-weight: bold;
    margin-right: 0.5rem;
    font-size: 1rem;
    flex-shrink: 0;
}

.service-card .btn {
    margin-top: auto;
}

/* Offers Section */
.offers {
    padding: 5rem 0;
    background: var(--bg-primary);
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.offer-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.offer-card:hover {
    transform: translateY(-15px) scale(1.04);
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    border-color: var(--accent-color);
}

.offer-header {
    background: var(--bg-dark);
    color: white;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-header h3 {
    margin: 0;
    font-size: 1.25rem;
}

.offer-badge {
    background: var(--accent-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.offer-content {
    padding: 2rem;
}

.offer-content ul {
    list-style: none;
    padding: 0;
}

.offer-content li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    padding-left: 1.5rem;
}

.offer-content li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.offer-footer {
    padding: 1.5rem 2rem;
    background: var(--bg-secondary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--accent-color);
}

/* Trust Section */
.trust {
    padding: 5rem 0;
    background: var(--bg-dark);
    color: white;
}

.trust-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.trust-text h2 {
    margin-bottom: 2rem;
}

.trust-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.stars {
    font-size: 1.5rem;
    color: var(--accent-color);
}

.rating-info {
    display: flex;
    flex-direction: column;
}

.rating-score {
    font-size: 1.25rem;
    font-weight: 700;
    color: black;
}

.rating-reviews {
    font-size: 0.875rem;
    color: black;
}

.testimonials {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.testimonial {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--accent-color);
    transition: var(--transition);
}

.testimonial:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.testimonial p {
    margin-bottom: 1rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: var(--accent-color);
}

.author-title {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

.trust-logos h3 {
    text-align: center;
    margin-bottom: 2rem;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    text-align: center;
}

.logo-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
}

.logo-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* CTA Section */
.cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--bg-dark), var(--bg-darker));
    color: white;
    text-align: center;
}

.cta-content h2 {
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
}

.cta-microcopy {
    margin: 0.7rem 0 0;
    font-size: 0.82rem !important;
    letter-spacing: 0.01em;
    opacity: 0.85;
}

.cta-partners {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.partner-logos {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-logo {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
}

/* Brand logos (image files) */
.brand-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.brand-logo {
    height: 30px;
    width: auto;
    opacity: 0.9;
    transition: var(--transition);
}

.trust .brand-logo {
    filter: grayscale(100%) contrast(1.1) brightness(1.2);
}

.cta .brand-logo {
    filter: grayscale(100%) contrast(1.1) brightness(1.25);
}

.brand-logo:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* Gerant Section */
.gerant-section {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

.gerant-text h3 {
    margin-bottom: 1rem;
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
}

.gerant-text p {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1rem;
}

.gerant-name {
    color: var(--accent-color);
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.gerant-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: var(--shadow-lg);
}

/* Footer */
.footer {
    background: var(--bg-darker);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section .contact-info {
    margin-bottom: 1rem;
}

.footer-section .contact-info p {
    margin: 0.25rem 0;
    color: white;
    font-size: 0.9rem;
}

.footer-section .contact-info p strong {
    color: white;
}

.footer-section .social-icons {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.footer-section .social-icons a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.footer-section .social-icons a:hover {
    color: var(--accent-color);
}

.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
}

.footer-section a:hover {
    color: var(--accent-color);
}

.footer-services-list {
    display: grid;
    gap: 0.6rem;
    overflow: visible;
}

.footer-service-group {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    width: max-content;
}

.footer-service-group::after {
    content: "";
    position: absolute;
    left: 100%;
    top: -0.35rem;
    width: 18px;
    height: calc(100% + 0.7rem);
}

.footer-service-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 1.35rem;
}

.footer-service-trigger::after {
    content: "▸";
    font-size: 0.75rem;
    opacity: 0.8;
}

.footer-service-cities {
    display: none;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    min-width: 220px;
    background: #111722;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 0.75rem;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
    z-index: 8;
}

.footer-service-cities li {
    margin: 0;
}

.footer-service-cities a {
    display: block;
    padding: 0.4rem 0.45rem;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
}

.footer-service-cities a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.footer-service-group:hover .footer-service-cities,
.footer-service-group:focus-within .footer-service-cities {
    display: block;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    border-radius: 6px;
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--accent-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

/* Local SEO silo pages */
.local-silo-page {
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f9 45%, #ffffff 100%);
}

.local-silo-page #simulateur {
    scroll-margin-top: 118px;
}

.local-hero {
    position: relative;
    overflow: hidden;
    padding: 7rem 0 4.5rem;
    background: linear-gradient(135deg, var(--bg-darker) 0%, var(--bg-dark) 50%, #2a2a2a 100%);
    color: var(--secondary-color);
}

.local-hero::before {
    content: none;
}

.local-hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 2.2rem;
    align-items: center;
}

.local-hero .service-badge {
    display: table !important;
    background: var(--accent-color) !important;
    color: var(--bg-dark) !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1.35;
    max-width: 100%;
    margin: 0 auto 1.2rem !important;
    animation: pulse 4.8s infinite ease-in-out;
}

.local-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #4f5f79;
}

.local-hero-copy h1 {
    margin-bottom: 1rem;
    font-size: clamp(1.95rem, 3.8vw, 3.1rem);
    line-height: 1.15;
    color: #ffffff;
}

.local-hero-copy p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 0.95rem;
}

.local-promise-list {
    margin: 0.2rem 0 0.35rem 1rem;
    color: #2f4059;
    line-height: 1.65;
}

.local-promise-list li {
    margin-bottom: 0.34rem;
}

.local-mode-focus {
    margin-top: 0.65rem;
    border-left: 4px solid var(--accent-color);
    padding-left: 0.9rem;
    font-weight: 600;
    color: #ffffff;
}

.local-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.1rem;
    justify-content: center;
    align-items: center;
}

.local-hero-actions .btn-primary {
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 45%, #16a34a 100%) !important;
    box-shadow: 0 16px 30px rgba(30, 64, 175, 0.28);
    color: #fff !important;
}

.local-hero-actions .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(30, 64, 175, 0.34);
}

.local-hero-actions .btn-secondary {
    color: #111827 !important;
    border: 2px solid #111827 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
}

.local-hero-actions .btn-secondary:hover {
    background: #111827 !important;
    color: #ffffff !important;
    border-color: #111827 !important;
}

.local-proof-line {
    margin-top: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.local-hero-media {
    background: #fff;
    border: 1px solid rgba(34, 45, 70, 0.08);
    border-radius: 16px;
    padding: 0.7rem;
    box-shadow: 0 24px 48px rgba(14, 20, 32, 0.12);
}

.local-hero-media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.local-hero-media figcaption {
    margin-top: 0.75rem;
    font-size: 0.93rem;
    color: #4b556a;
}

.local-market-section {
    padding: 3.8rem 0 1.5rem;
}

.local-market-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.local-market-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.15rem;
    border: 1px solid rgba(20, 26, 40, 0.08);
    box-shadow: 0 8px 28px rgba(14, 20, 32, 0.06);
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
}

.local-market-title {
    margin: 0;
    color: #4a576f;
    font-size: 0.9rem;
}

.local-market-value {
    margin: 0;
    color: #10192b;
    font-size: 1.55rem;
    font-weight: 800;
}

.local-market-note {
    margin: 0.45rem 0 0;
    color: #627089;
    font-size: 0.85rem;
}

.local-source-note {
    margin-top: 0.95rem;
    color: #64748b;
    font-size: 0.85rem;
}

.local-plan-section {
    padding: 2.6rem 0 3.6rem;
}

.local-angles-section {
    padding: 0.4rem 0 2.2rem;
}

.local-angles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.local-angle-card {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
    border: 1px solid rgba(20, 26, 40, 0.08);
    border-radius: 14px;
    padding: 1.15rem;
    box-shadow: 0 10px 28px rgba(14, 20, 32, 0.06);
}

.local-angle-card h3 {
    font-size: 1.06rem;
    margin-bottom: 0.55rem;
}

.local-angle-card p {
    margin: 0;
    color: #4b5b74;
    line-height: 1.65;
}

.local-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.local-plan-card {
    background: #fff;
    border: 1px solid rgba(20, 26, 40, 0.08);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 8px 26px rgba(14, 20, 32, 0.05);
}

.local-plan-card h3 {
    margin-bottom: 0.8rem;
}

.local-plan-card ul,
.local-plan-card ol {
    margin: 0 0 1rem 1rem;
    color: #384559;
    line-height: 1.7;
}

.local-faq-section {
    padding: 3rem 0 4.4rem;
}

.local-faq-list {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.4rem;
}

.local-faq-item {
    background: #fff;
    border: 1px solid rgba(20, 26, 40, 0.1);
    border-radius: 12px;
    padding: 0.85rem 1rem;
}

.local-faq-item summary {
    cursor: pointer;
    font-weight: 700;
    color: #1d2940;
}

.local-faq-item p {
    margin-top: 0.8rem;
    color: #49566e;
    line-height: 1.6;
}

.local-silo-page .simulator-widget-shell--top {
    padding-top: 4.2rem;
    padding-bottom: 2.8rem;
    background: linear-gradient(135deg, #f5f5f5 0%, #ececec 100%);
}

.local-silo-page .simulator-widget-shell--top .simulator-ribbon {
    margin-bottom: 0.9rem;
}

.local-silo-page .faq.section-pad {
    padding-top: 2.4rem;
}

.local-silo-page--estimation .simulator-widget-shell--top {
    padding-top: 7rem;
    padding-bottom: 0.15rem;
    background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%);
}

.local-silo-page--estimation .simulator-widget-shell--top .simulator-ribbon {
    display: table;
    margin: 0.25rem auto 1.5rem;
    animation: zoomPulse 4s infinite ease-in-out;
}

.local-silo-page--estimation #fixed-estimation-root .fixed-estimation-section {
    background: transparent;
    padding: 0;
}

.local-silo-page--estimation #fixed-estimation-root .fixed-estimation-section .container {
    padding: 0;
}

.local-silo-page--estimation .local-market-section {
    margin-top: -0.65rem;
    padding: 0.1rem 0 4.9rem;
}

.local-silo-page--estimation .local-source-note {
    margin-bottom: 2.7rem;
}

.local-silo-page--estimation .local-source-note.local-source-note--extra-space {
    margin-bottom: 4.1rem;
}

.local-silo-page--estimation .local-angles-section {
    padding: 2.15rem 0 5rem;
}

.local-silo-page--estimation .local-angle-card p.local-angle-note-spaced {
    margin-bottom: 1.65rem;
}

.local-silo-page--estimation .statistics .local-realvia-heading {
    margin-bottom: 1.15rem;
}

.local-silo-page--estimation .statistics .local-realvia-heading h2 {
    margin: 0;
    color: rgba(248, 250, 252, 0.98);
}

.local-silo-page--conciergerie .local-market-section,
.local-silo-page--colocation .local-market-section {
    padding: 2.35rem 0 4.9rem;
}

.local-silo-page--conciergerie .local-angles-section,
.local-silo-page--colocation .local-angles-section {
    padding: 2.15rem 0 5rem;
}

.local-silo-page--conciergerie .local-photo-section,
.local-silo-page--colocation .local-photo-section {
    padding: 2.15rem 0 4.4rem;
}

.local-photo-section {
    padding: 2.15rem 0 4.4rem;
}

.local-photo-section .section-header {
    min-height: 2.6rem;
    margin-bottom: 1.1rem;
}

.local-photo-section .section-header p {
    margin: 0 auto;
}

.local-silo-page--estimation section:not(.simulator-widget-shell--top):not(.statistics):not(.cta):nth-of-type(odd) {
    background: #ffffff;
}

.local-silo-page--estimation section:not(.simulator-widget-shell--top):not(.statistics):not(.cta):nth-of-type(even) {
    background: #f6f6f7;
}

body.local-silo-page--conciergerie section:not(.statistics):not(.cta):not(.simulator-widget-shell--top):not(#application):nth-of-type(odd),
body.local-silo-page--colocation section:not(.statistics):not(.cta):not(.simulator-widget-shell--top):not(#application):nth-of-type(odd) {
    background: #ffffff;
}

body.local-silo-page--conciergerie section:not(.statistics):not(.cta):not(.simulator-widget-shell--top):not(#application):nth-of-type(even),
body.local-silo-page--colocation section:not(.statistics):not(.cta):not(.simulator-widget-shell--top):not(#application):nth-of-type(even) {
    background: #e9eef6;
}

.local-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.local-photo-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(20, 26, 40, 0.08);
    box-shadow: 0 8px 24px rgba(14, 20, 32, 0.08);
}

.local-photo-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    image-rendering: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
    display: block;
}

.local-photo-copy {
    padding: 0.9rem 1rem 1rem;
}

.local-photo-copy h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    color: #0f172a;
}

.local-photo-copy p {
    margin: 0;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.5;
}

.local-silo-page .comparison-courte-table thead .highlight-col {
    background: #111827;
    color: #ffffff;
}

.local-silo-page #application > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
}

.local-silo-page #application #fixed-estimation-root {
    --estimation-min-height: clamp(440px, 54vh, 600px);
}

.local-silo-page #application #fixed-estimation-root .fixed-estimation-section {
    margin: 0;
    background: transparent !important;
    padding: 1rem 0 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.local-silo-page #application #fixed-estimation-root .fixed-modal-step {
    max-width: none;
    padding: 0 1.5rem;
}

/* Services Comparison Layout */
.services-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.services-left {
    padding-right: 2rem;
}

.services-right {
    padding-left: 2rem;
}

/* Benefits List (replacing service rows) */
.benefits-list {
    padding: 0;
}

.benefits-list h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.benefits-list p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.cta-section {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

/* Estimation Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal.show {
    display: block;
}

.modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-content {
    position: relative;
    background: white;
    margin: 5% auto;
    padding: 2rem;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: var(--shadow-lg);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: var(--text-primary);
}

.modal-header {
    text-align: center;
    margin-bottom: 2rem;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-group label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
}

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.progress-step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
    transition: var(--transition);
}

.progress-step.active {
    background: var(--accent-color);
    color: white;
}

.progress-line {
    width: 60px;
    height: 2px;
    background: #e0e0e0;
    margin: 0 1rem;
}

.progress-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.modal-logos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.platform-logo {
    height: 40px;
    width: auto;
    opacity: 0.8;
}

.local-info {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    color: var(--accent-color);
}

.modal-step {
    display: none;
}

.modal-step.active {
    display: block;
}

.estimation-back-button {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    background: #ffffff;
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    margin-bottom: 1.25rem;
}

.estimation-back-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    background: #f8f9fa;
}

.estimation-back-button:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

.back-arrow-icon {
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.modal-step .estimation-back-button,
.fixed-modal-step .estimation-back-button {
    display: flex;
    margin-left: 0;
}

.estimation-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.growth-icon {
    flex-shrink: 0;
    animation: growthAppear 1s ease-out forwards;
}

.growth-icon {
    filter: drop-shadow(0 2px 4px rgba(40, 167, 69, 0.3));
}

body.index-page #fixed-estimation-root .growth-icon {
    opacity: 0;
    transform: translateY(8px) scale(0.8);
    animation: none;
}

body.index-page #fixed-estimation-root.in-view .growth-icon {
    animation: growthAppear 1s ease-out forwards;
}

@keyframes growthAppear {
    0% {
        transform: translateY(8px) scale(0.8);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.fixed-estimation-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin: 0;
}

#fixed-estimation-root {
    --estimation-min-height: clamp(520px, 62vh, 680px);
}

body.index-page #fixed-estimation-root {
    --estimation-min-height: clamp(460px, 56vh, 620px);
}

body.index-page #fixed-estimation-root .fixed-estimation-section {
    background: linear-gradient(135deg, #fbfdff 0%, #f7fbff 100%);
    border: 0;
}

body.index-page .trust {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

#fixed-estimation-root .fixed-estimation-section {
    min-height: var(--estimation-min-height);
}

#fixed-estimation-root .fixed-estimation-section > .container {
    min-height: var(--estimation-min-height);
}

#fixed-estimation-root .fixed-modal-step.active {
    min-height: var(--estimation-min-height);
}

#fixed-estimation-root .fixed-modal-step {
    min-height: var(--estimation-min-height);
}

.fixed-modal-step {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fixed-modal-step.active {
    display: block;
}

.fixed-modal-step .estimation-title {
    margin-bottom: 3rem;
    justify-content: center;
    gap: 2rem;
}

.fixed-modal-step .growth-icon {
    margin-left: 1rem;
}

.fixed-modal-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 0.9rem;
    display: none;
}

.fixed-modal-footer.show {
    display: block;
}

.estimation-form select,
.estimation-form input,
.estimation-form button {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.estimation-form select {
    min-width: 150px;
}

.estimation-form .form-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5rem;
    align-items: flex-end;
}

.estimation-form .field-group {
    min-width: 170px;
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.estimation-form .field-group label {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    min-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top-color: var(--accent-color);
    margin: 2rem auto;
    animation: spin 0.8s linear infinite;
}

.loading-spinner.show {
    display: block;
}

.loading-text {
    display: none;
    text-align: center;
    margin: -0.5rem 0 1.5rem;
    color: var(--text-secondary);
    font-size: 0.95rem;
    font-weight: 600;
}

.loading-text.show {
    display: block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.estimation-result {
    text-align: center;
    margin: 0 auto 1rem;
    max-width: 940px;
}

.result-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #28a745;
    animation: fadeInUp 0.5s ease-out;
}

.warning-text {
    text-align: center;
    margin: 0 auto 1rem;
    max-width: 940px;
    color: #856404;
    background: #fff3cd;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #ffeaa7;
}

.estimation-comparison {
    margin: 0 auto 1.2rem;
    max-width: 940px;
    text-align: left;
    padding: 1.15rem 1.2rem;
    border-radius: 14px;
    border: 1px solid #dbeafe;
    background:
        radial-gradient(120% 180% at 100% 0%, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0) 48%),
        radial-gradient(120% 180% at 0% 100%, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0) 52%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.comparison-headline {
    margin-bottom: 0.9rem;
}

.comparison-kicker {
    margin: 0 0 0.25rem;
    color: #1d4ed8;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.comparison-subtitle {
    margin: 0;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}

.comparison-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.comparison-metrics--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comparison-metric {
    border-radius: 10px;
    padding: 0.8rem 0.85rem;
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.86);
}

.comparison-metric h4 {
    margin: 0 0 0.35rem;
    color: #0f172a;
    font-size: 0.9rem;
}

.comparison-value {
    margin: 0 0 0.35rem;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.comparison-note {
    margin: 0;
    color: #475569;
    font-size: 0.8rem;
    line-height: 1.4;
}

.comparison-metric--classic .comparison-value {
    color: #475569;
}

.comparison-metric--optimized {
    border-color: #93c5fd;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.95));
}

.comparison-metric--optimized .comparison-value {
    color: #0369a1;
}

.comparison-metric--classic-concierge {
    border-color: #fecaca;
    background: linear-gradient(180deg, rgba(254, 242, 242, 0.95), rgba(255, 255, 255, 0.95));
}

.comparison-metric--classic-concierge .comparison-value {
    color: #b91c1c;
}

.comparison-metric--gain {
    border-color: #86efac;
    background: linear-gradient(180deg, rgba(236, 253, 245, 0.95), rgba(255, 255, 255, 0.95));
}

.comparison-metric--gain .comparison-value {
    color: #15803d;
}

.estimation-proof-stack {
    margin: 1.75rem auto 3.1rem;
    max-width: 940px;
    width: 100%;
    display: grid;
    gap: 1rem;
    box-sizing: border-box;
    overflow-x: clip;
}

.proof-stats-title {
    margin: 0 0 0.35rem;
    text-align: center;
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 700;
}

.proof-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    padding: 0.1rem 0.2rem 0.2rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.55rem;
}

.proof-stat {
    border: 0;
    background: transparent;
    padding: 0.2rem 0.35rem;
    text-align: center;
}

.proof-stat strong {
    display: block;
    color: #0f172a;
    font-size: 1.15rem;
    line-height: 1.1;
}

.proof-stat span {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #475569;
}

.proof-slideshow-shell {
    border-radius: 12px;
    border: 1px solid #dbeafe;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.85), rgba(255, 255, 255, 0.95));
    padding: 0.85rem;
    box-sizing: border-box;
}

.proof-slideshow-title {
    margin: 0 0 0.6rem;
    text-align: center;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
}

.proof-slideshow {
    position: relative;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, #e2e8f0, #f8fafc);
}

.proof-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62%;
    height: 86%;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.22);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.45s ease, filter 0.45s ease;
    transform: translate(-50%, -50%) scale(0.9);
    filter: saturate(0.85);
    pointer-events: none;
    cursor: pointer;
}

.proof-slide.is-current {
    opacity: 1;
    z-index: 3;
    transform: translate(-50%, -50%) scale(1);
    filter: saturate(1);
    pointer-events: auto;
}

.proof-slide.is-next {
    opacity: 0.95;
    z-index: 2;
    transform: translate(-20%, -46%) scale(0.9) rotate(3deg);
    pointer-events: auto;
}

.proof-slide.is-prev {
    opacity: 0.95;
    z-index: 1;
    transform: translate(-80%, -54%) scale(0.9) rotate(-3deg);
    pointer-events: auto;
}

.proof-slide.is-hidden {
    opacity: 0;
    z-index: 0;
    transform: translate(-50%, -50%) scale(0.82);
}

.proof-slide-counter {
    margin-top: 0.55rem;
    text-align: center;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.proof-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.65rem;
}

.proof-testimonial {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.proof-testimonial p {
    margin: 0 0 0.32rem;
    color: #0f172a;
    font-size: 0.92rem;
    line-height: 1.5;
    font-style: italic;
}

.proof-testimonial span {
    color: #475569;
    font-size: 0.82rem;
    font-weight: 600;
}

.future-projection {
    margin-top: 2.6rem;
    border: 0;
    border-radius: 0;
    padding: 0.35rem 0 0.35rem;
    background: transparent;
}

.future-vision-intro {
    margin: 0 0 0.55rem;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
}

.future-vision-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
    justify-content: stretch;
    width: 100%;
    box-sizing: border-box;
}

.future-vision-item {
    border: 1px solid #bfd7ff;
    border-radius: 999px;
    padding: 0.5rem 0.75rem;
    font-size: 0.83rem;
    color: #0f2f78;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(180deg, #ffffff, #eaf3ff);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
    white-space: normal;
    line-height: 1.25;
}

.future-vision-outro {
    margin: 1rem 0 2.45rem;
    color: #0b1220;
    font-size: 1.02rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.01em;
}

.future-vision-outro-icon {
    margin-left: 0.25rem;
    filter: drop-shadow(0 2px 4px rgba(2, 132, 199, 0.25));
}

.explanation-text {
    margin: 0 auto 1.35rem;
    max-width: 940px;
    background: linear-gradient(135deg, #eef6ff, #f8fbff);
    border: 1px solid #bfdbfe;
    border-left: 5px solid #2563eb;
    border-radius: 10px;
    padding: 0.9rem 1rem;
    color: #1e3a8a;
    font-size: 1rem;
    line-height: 1.55;
}

.explanation-text strong {
    color: #0f172a;
}

.estimation-result-block > :not(:last-child),
#estimation-result-block > :not(:last-child),
#fixed-estimation-result-block > :not(:last-child) {
    margin-bottom: 2.35rem;
}

.audit-next-step {
    margin: 0 auto 1rem;
    max-width: 940px;
    padding: 0.2rem 0 0.6rem;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.audit-step-info {
    margin-bottom: 1.5rem;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1f2937;
}

.audit-step-info p {
    margin: 0 0 0.35rem;
    color: #334155;
    line-height: 1.45;
}

.audit-step-info p:last-child {
    margin-bottom: 0;
}

.audit-step-info strong {
    color: #111827;
}

.audit-next-step h4 {
    margin: 0 0 0.4rem;
    color: #0f172a;
    font-size: 1.05rem;
}

.audit-next-step-copy {
    margin: 0;
    color: #334155;
    font-size: 0.95rem;
}

.audit-trust-inline {
    width: 100%;
    margin: 0.2rem 0 0;
    text-align: center;
    color: #475569;
    font-size: 0.78rem;
    line-height: 1.45;
}

.audit-cta-premium {
    width: min(100%, 620px);
    border: 0 !important;
    border-radius: 14px !important;
    padding: 0.85rem 1rem !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 45%, #16a34a 100%) !important;
    box-shadow: 0 16px 30px rgba(30, 64, 175, 0.28);
    color: #fff !important;
}

.audit-cta-premium:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(30, 64, 175, 0.34);
}

.audit-cta-main,
.audit-cta-sub {
    display: block;
    text-align: center;
}

.audit-cta-main {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.audit-cta-sub {
    margin-top: 0.22rem;
    font-size: 0.88rem;
    font-weight: 700;
    opacity: 0.98;
}

.index-page .cta .cta-estimation-btn {
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 45%, #16a34a 100%) !important;
    box-shadow: 0 16px 30px rgba(30, 64, 175, 0.28);
    color: #fff !important;
}

.local-silo-page--estimation .cta .cta-estimation-btn {
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 45%, #16a34a 100%) !important;
    box-shadow: 0 16px 30px rgba(30, 64, 175, 0.28);
    color: #fff !important;
}

.index-page .cta .cta-estimation-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(30, 64, 175, 0.34);
}

.local-silo-page--estimation .cta .cta-estimation-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(30, 64, 175, 0.34);
}

.audit-channel-grid {
    margin: 0.7rem 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    justify-items: center;
}

.audit-channel-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    font-weight: 500;
    font-size: 0.9rem;
    color: #1e293b;
    text-align: center;
}

.audit-channel-option input {
    margin: 0;
}

.audit-inline-form-row {
    margin: 0 0 1.35rem;
    width: 100%;
    display: grid;
    grid-template-columns: 180px minmax(260px, 420px);
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.65rem;
}

.audit-inline-form-row .audit-input-label {
    width: 180px;
    flex: none;
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

.audit-inline-form-row input[type="tel"],
.audit-inline-form-row input[type="email"] {
    width: min(100%, 420px);
    padding: 0.62rem 0.7rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.93rem;
}

.audit-inline-checkbox {
    margin: 0.1rem 0 0 !important;
    width: min(100%, 540px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    color: #334155;
    white-space: nowrap;
    grid-column: 1 / -1;
    justify-self: center;
    text-align: center;
}

.audit-calendar-shell {
    width: 100%;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    padding: 0.9rem;
    background: #fff;
}

.audit-calendar-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
    color: #0f172a;
    font-size: 0.9rem;
}

.audit-calendar-timezone {
    color: #64748b;
    font-size: 0.8rem;
}

.audit-day-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 0.9rem;
}

.audit-day-btn {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #1e293b;
    border-radius: 8px;
    padding: 0.55rem 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.audit-day-btn.active {
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.16);
    color: #111827;
}

.audit-slots-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.audit-slot-btn {
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
    border-radius: 8px;
    padding: 0.55rem 0.4rem;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.audit-slot-btn.active {
    border-color: #15803d;
    background: #dcfce7;
    color: #14532d;
}

.audit-slot-feedback {
    margin-top: 0.8rem;
    font-size: 0.88rem;
    color: #334155;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 0.6rem 0.7rem;
}

.audit-slot-feedback.success {
    border-style: solid;
    border-color: #86efac;
    background: #ecfdf3;
    color: #14532d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.audit-feedback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #dcfce7;
    animation: auditPopIn 0.22s ease-out;
    flex-shrink: 0;
}

@keyframes auditPopIn {
    from { transform: scale(0.6); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.audit-calendar-actions .btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.audit-open-chat.btn-secondary {
    background: #ffffff;
    border: 1px solid #111827;
    color: #111827;
}

.audit-open-chat.btn-secondary:hover {
    background: #f8fafc;
    border-color: #0f172a;
    color: #0f172a;
}

.audit-week-shell {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #f7fbff;
    padding: 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.audit-week-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
    color: #0f172a;
}

.audit-week-nav {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
}

.audit-week-nav:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.audit-week-days {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.45rem;
    margin-bottom: 0.6rem;
}

.audit-week-day-btn,
.audit-week-slot-btn {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    border-radius: 8px;
    padding: 0.5rem 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}

.audit-week-day-btn.disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.audit-week-day-btn.active {
    border-color: #2563eb;
    background: #e0ecff;
}

.audit-week-slots {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
}

.audit-week-slot-btn.active {
    border-color: #16a34a;
    background: #dcfce7;
    color: #14532d;
}

.audit-week-empty {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.86rem;
    color: #64748b;
}

.audit-calendar-frame {
    width: 100%;
    min-height: 1px;
    border: 0;
}

.audit-calendar-actions {
    margin-top: 3.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
}

.contact-form.audit-fallback-form {
    margin-top: 1.2rem;
    max-width: 100%;
    border: 1px solid #cbdcf6;
    border-radius: 12px;
    padding: 1.1rem;
    background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.audit-fallback-title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    color: #1e3a8a;
}

.audit-fallback-hint {
    margin: 0 0 0.65rem;
    font-size: 0.88rem;
    color: #334155;
}

.audit-input-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.audit-input-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    width: 120px;
    text-align: left;
    flex: 0 0 120px;
}

.audit-input-help {
    margin: -0.35rem auto 0.1rem;
    font-size: 0.82rem;
    color: #475569;
    width: min(100%, 440px);
    text-align: center;
    align-self: center;
}

.contact-form.audit-fallback-form input[type="tel"],
.contact-form.audit-fallback-form input[type="email"] {
    width: min(100%, 300px);
    align-self: auto;
}

.contact-form.audit-fallback-form button[type="submit"] {
    width: fit-content;
    min-width: 0;
    align-self: center;
    padding: 0.65rem 1rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    max-width: 400px;
    margin: 0 auto;
}

.contact-form input,
.contact-form button {
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 1rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.checkbox-label .audit-consent-text {
    line-height: 1.4;
}

.checkbox-label--email-only .audit-consent-text {
    font-size: 0.9rem;
    font-weight: 400;
    color: #334155;
}

.success-message {
    text-align: center;
}

.success-icon {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-icon svg {
    animation: checkmark 0.6s ease-in-out;
}

@keyframes checkmark {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.success-message h3 {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.success-message .btn-secondary {
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.modal-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-content {
        margin: 2rem auto;
        padding: 1rem;
        width: 95%;
    }
    
    .estimation-form {
        flex-direction: column;
        align-items: center;
    }
    
    .estimation-form select,
    .estimation-form button {
        width: 100%;
        max-width: 300px;
    }
    
    .modal-logos {
        flex-direction: column;
        align-items: center;
    }

    .audit-channel-grid {
        grid-template-columns: 1fr;
        justify-items: stretch;
        gap: 0.55rem;
    }

    .audit-channel-option {
        justify-content: flex-start;
        text-align: left;
        width: 100%;
    }

    .audit-inline-form-row {
        grid-template-columns: 1fr;
        justify-content: stretch;
        gap: 0.4rem;
        width: 100%;
    }

    .audit-inline-form-row .audit-input-label {
        width: 100%;
        text-align: left;
    }

    .audit-inline-form-row input[type="tel"],
    .audit-inline-form-row input[type="email"] {
        width: 100%;
        max-width: 100%;
    }

    .audit-inline-checkbox {
        width: 100%;
        white-space: normal;
        justify-content: flex-start;
        text-align: left;
        font-size: 0.85rem;
        overflow-wrap: anywhere;
    }

    .audit-week-shell {
        width: 100%;
        max-width: 100%;
    }

    .comparison-metrics {
        grid-template-columns: 1fr;
    }

    .proof-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-slideshow {
        height: 185px;
    }

    .proof-slide {
        width: 86%;
        height: 84%;
    }

    .proof-slide.is-next {
        transform: translate(-34%, -46%) scale(0.9) rotate(2deg);
    }

    .proof-slide.is-prev {
        transform: translate(-66%, -54%) scale(0.9) rotate(-2deg);
    }

    .future-vision-grid {
        grid-template-columns: 1fr;
    }

    .audit-trust-inline {
        font-size: 0.8rem;
    }

    .audit-day-list,
    .audit-slots-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audit-week-days,
    .audit-week-slots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audit-calendar-frame {
        min-height: 1px;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.section-header .scroll-indicator {
    text-align: center;
    margin-top: 1rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.section-header .scroll-indicator:hover {
    transform: scale(1.1);
}

.section-header .scroll-indicator svg {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0.7;
        transform: translateY(5px);
    }
}

/* Alternating section backgrounds */
.trust {
    background: var(--bg-primary);
}

.cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: var(--text-primary);
}

.cta h2,
.cta p {
    color: var(--text-primary);
}

.cta .btn-primary {
    background: var(--accent-color);
    color: white;
}

.cta .btn-primary:hover {
    background: #b8941f;
}

/* Enhanced animations */
.offer-card .offer-content ul {
    list-style: none;
    padding: 0;
}

.offer-card .offer-content li {
    padding: 0.25rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.offer-card .offer-content li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

/* Show discover buttons for main 3 offers */
.offer-card .offer-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: var(--bg-light);
    border-top: 1px solid var(--border-color);
}
/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
    }

    .nav-container {
        justify-content: space-between;
        gap: 0;
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
    }

    .nav-logo {
        padding: 0;
    }
    
    .hero {
        padding-top: 80px;
    }
    
    .hero-scroll {
        bottom: 6rem;
        z-index: 100;
    }
    
    .hero-content {
        padding: 0 2rem;
    }
    
    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        background: rgba(13, 13, 13, 0.98);
        flex-direction: column;
        padding: 2rem;
        box-shadow: var(--shadow-lg);
        transition: var(--transition);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .hero-title {
        font-size: 2.5rem;
        white-space: normal;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        max-width: 100%;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .hero-description {
        font-size: 1.125rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .trust-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .gerant-section {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.5rem; }
}

@media (max-width: 480px) {
    .offers-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .partner-logos {
        gap: 1rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .container {
        padding-left: max(0.85rem, env(safe-area-inset-left));
        padding-right: max(0.85rem, env(safe-area-inset-right));
    }
}

/* Simple Hero (no background image) */
.hero-simple {
    padding: 7rem 0 4rem;
    background: var(--bg-primary);
    background-size: cover;
    background-position: center;
}

/* Hero background images (pages hors index) - overlay sombre comme index pour lisibilité du texte */
.hero-simple.hero-bg-1 {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.5)), url("../img_hero/hero-luxury-apartment-1.avif") center/cover no-repeat;
}
.hero-simple.hero-bg-2 {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.5)), url("../img_hero/hero-luxury-apartment-2.avif") center/cover no-repeat;
}
.hero-simple.hero-bg-4 {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.5)), url("../img_hero/hero-luxury-apartment-4.avif") center/cover no-repeat;
}
.hero-simple.hero-bg-5 {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.5)), url("../img_hero/hero-luxury-apartment-5.avif") center/cover no-repeat;
}
.hero-simple.hero-bg-6 {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.5)), url("../img_hero/hero-luxury-apartment-6.avif") center/cover no-repeat;
}
.hero-simple.hero-bg-7 {
    background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.5)), url("../img_hero/hero-luxury-apartment-7.avif") center/cover no-repeat;
}

.hero-simple.hero-bg-1 h1,
.hero-simple.hero-bg-2 h1,
.hero-simple.hero-bg-4 h1,
.hero-simple.hero-bg-5 h1,
.hero-simple.hero-bg-6 h1,
.hero-simple.hero-bg-7 h1 {
    color: #fff;
}
.hero-simple.hero-bg-1 .hero-subtitle,
.hero-simple.hero-bg-2 .hero-subtitle,
.hero-simple.hero-bg-4 .hero-subtitle,
.hero-simple.hero-bg-5 .hero-subtitle,
.hero-simple.hero-bg-6 .hero-subtitle,
.hero-simple.hero-bg-7 .hero-subtitle {
    color: rgba(255,255,255,0.95);
}
.hero-simple.hero-bg-1 .hero-description,
.hero-simple.hero-bg-2 .hero-description,
.hero-simple.hero-bg-4 .hero-description,
.hero-simple.hero-bg-5 .hero-description,
.hero-simple.hero-bg-6 .hero-description,
.hero-simple.hero-bg-7 .hero-description {
    color: rgba(255,255,255,0.9);
}

.hero-simple-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-simple .service-badge {
    display: inline-block;
    background: var(--accent-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.hero-simple h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-primary);
    color: var(--text-primary);
}

.hero-simple .hero-subtitle {
    font-size: 1.25rem;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.hero-simple .hero-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-simple .hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hero-simple h1 {
        font-size: 2.5rem;
    }
    
    .hero-simple .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease-out;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease-out;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-out;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Simulator Landing Pages */
.simulator-page .hero-simple {
    padding: 7.5rem 0 4.5rem;
}

.simulator-ribbon {
    display: inline-block;
    background: linear-gradient(120deg, #d4af37, #f2d071);
    color: #111;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    box-shadow: 0 10px 24px rgba(212, 175, 55, 0.35);
}

.simulator-hero-note {
    max-width: 860px;
    margin: 0 auto 1.75rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.05rem;
}

.simulator-proof-strip {
    padding: 2.5rem 0;
    background: #0f1115;
}

.simulator-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.simulator-proof-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    color: #fff;
}

.simulator-proof-item strong {
    color: var(--accent-color);
}

.simulator-widget-shell {
    padding: 4rem 0 5rem;
    background: #fff;
}

.simulator-widget-shell--top {
    padding-top: 7rem;
    background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%);
}

.simulator-widget-shell--top .simulator-ribbon {
    display: table;
    margin: 0.25rem auto 1.5rem;
    animation: zoomPulse 4s infinite ease-in-out;
}

.index-page .home-simulator-ribbon {
    text-align: center;
    margin: 0.4rem 0 0.9rem;
}

.index-page .home-simulator-ribbon .simulator-ribbon {
    display: table;
    margin: 0 auto 1.35rem;
    animation: zoomPulse 4s infinite ease-in-out;
}

body.index-page.fixed-step2-active .home-simulator-ribbon .simulator-ribbon {
    margin-bottom: 0.2rem;
}

body.index-page:not(.fixed-step2-active) .home-simulator-ribbon .simulator-ribbon {
    margin-bottom: 1.35rem;
}

body.index-page:not(.fixed-step2-active) #fixed-step1 {
    padding-top: 1rem;
}

body.index-page.fixed-step2-active #fixed-step2 {
    margin-top: -0.7rem;
}

body.index-page.fixed-step2-active #fixed-step2 .estimation-back-button {
    margin-bottom: 0.2rem;
}

.simulator-page.fixed-step2-active .simulator-widget-shell--top .simulator-ribbon {
    margin-bottom: 0.45rem;
}

.simulator-page.fixed-step2-active #fixed-step2 {
    margin-top: -0.85rem;
}

.simulator-page.fixed-step2-active #fixed-step2 .estimation-back-button {
    margin-bottom: 0.35rem;
}

.test-funnel-page .simulator-widget-shell--top .simulator-ribbon {
    margin: 0.1rem auto 0.25rem !important;
}

.test-funnel-page #fixed-estimation-result-block {
    margin-top: 0.2rem;
}

.test-funnel-page #fixed-estimation-result-block > .estimation-result,
.test-funnel-page #fixed-estimation-result-block > .warning-text,
.test-funnel-page #fixed-estimation-result-block > .explanation-text,
.test-funnel-page #fixed-estimation-result-block > .audit-next-step {
    margin-bottom: 2.45rem;
}

.test-funnel-page #fixed-estimation-result-block > .audit-step-info {
    margin-top: 0.45rem;
}

.test-funnel-page #fixed-estimation-result-block > .audit-next-step {
    margin-top: 0;
}

.test-funnel-page #fixed-estimation-result-block > .contact-form.audit-fallback-form {
    margin-top: 2.45rem;
    margin-bottom: 2.45rem;
    max-width: 940px;
}

.simulator-page #fixed-estimation-root .fixed-estimation-section {
    background: transparent;
    padding: 0;
    min-height: var(--estimation-min-height);
}

.simulator-page #fixed-estimation-root .fixed-estimation-section .container {
    padding: 0;
    min-height: var(--estimation-min-height);
}

.simulator-page #fixed-step1 .estimation-form button[type="submit"] {
    margin-bottom: 0;
}

.simulator-page #fixed-step1 {
    padding-bottom: 2rem;
}

.local-silo-page--estimation #fixed-step1 {
    padding-bottom: 0.1rem;
}

body.page-courte-duree #application.section-pad,
body.page-colocation #application.section-pad,
body.page-loyer-garanti #application.section-pad {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

body.page-courte-duree #application > .container,
body.page-colocation #application > .container,
body.page-loyer-garanti #application > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
}

body.page-courte-duree #application #fixed-estimation-root,
body.page-colocation #application #fixed-estimation-root,
body.page-loyer-garanti #application #fixed-estimation-root {
    --estimation-min-height: clamp(440px, 54vh, 600px);
}

body.page-courte-duree #application #fixed-estimation-root .fixed-estimation-section,
body.page-colocation #application #fixed-estimation-root .fixed-estimation-section,
body.page-loyer-garanti #application #fixed-estimation-root .fixed-estimation-section {
    margin: 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #ececec 100%) !important;
    padding: 1.6rem 0 0.25rem !important;
    border-top: none !important;
    border-bottom: none !important;
}

body.page-courte-duree #application #fixed-estimation-root .fixed-modal-step,
body.page-colocation #application #fixed-estimation-root .fixed-modal-step,
body.page-loyer-garanti #application #fixed-estimation-root .fixed-modal-step {
    max-width: none;
    padding: 0 6rem;
}

body.page-courte-duree #application #fixed-step1 .estimation-title,
body.page-colocation #application #fixed-step1 .estimation-title,
body.page-loyer-garanti #application #fixed-step1 .estimation-title {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

body:not(.index-page):not(.simulator-page) .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(odd) {
    background: #ffffff;
}

body:not(.index-page):not(.simulator-page) .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(even) {
    background: #f6f6f7;
}

body.page-courte-duree .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(odd),
body.page-colocation .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(odd),
body.page-loyer-garanti .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(odd) {
    background: #ffffff !important;
    border-top: none !important;
}

body.page-partners .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(odd) {
    background: #ffffff !important;
    border-top: 1px solid #ececec !important;
}

body.page-courte-duree .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(even),
body.page-colocation .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(even),
body.page-loyer-garanti .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(even) {
    background: #f4f4f5 !important;
    border-top: none !important;
}

body.page-partners .section-pad:not(.statistics):not(.cta):not(#application):nth-of-type(even) {
    background: #f4f4f5 !important;
    border-top: 1px solid #e3e3e3 !important;
}

body.page-loyer-garanti .statistics,
body.page-colocation .statistics,
body.page-courte-duree .statistics {
    background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%) !important;
    color: var(--text-primary);
}

body.page-loyer-garanti .stats-bar .stat-item,
body.page-colocation .stats-bar .stat-item,
body.page-courte-duree .stats-bar .stat-item {
    background: #ffffff;
    border: 1px solid #d7dde6;
    border-radius: 14px;
    padding: 0.9rem 1.25rem;
    box-shadow: var(--shadow-sm);
}

body.page-loyer-garanti .statistics .stat-label,
body.page-colocation .statistics .stat-label,
body.page-courte-duree .statistics .stat-label {
    color: #4b5563 !important;
}

body.page-courte-duree .comparison-courte-table thead .highlight-col,
body.page-colocation .comparison-courte-table thead .highlight-col,
body.page-loyer-garanti .comparison-courte-table thead .highlight-col {
    background: #f2d27a !important;
    color: #1a1f2b !important;
}

@media (max-width: 992px) {
    body.page-courte-duree #application #fixed-estimation-root .fixed-modal-step,
    body.page-colocation #application #fixed-estimation-root .fixed-modal-step,
    body.page-loyer-garanti #application #fixed-estimation-root .fixed-modal-step {
        padding: 0 2rem;
    }
}

@media (max-width: 576px) {
    body.page-courte-duree #application #fixed-estimation-root .fixed-modal-step,
    body.page-colocation #application #fixed-estimation-root .fixed-modal-step,
    body.page-loyer-garanti #application #fixed-estimation-root .fixed-modal-step {
        padding: 0 1rem;
    }
}

@keyframes zoomPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

.simulator-widget-intro {
    max-width: 920px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.simulator-widget-intro h2 {
    margin-bottom: 0.75rem;
}

.simulator-widget-intro p {
    margin-bottom: 0;
}

.simulator-benefits {
    padding: 4rem 0;
    background: #f8f9fa;
}

.simulator-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.simulator-benefit-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.simulator-benefit-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.2rem;
}

.simulator-seo-content {
    padding: 4rem 0;
    background: #fff;
}

.simulator-seo-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.25rem;
}

.simulator-seo-panel {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.simulator-city-links {
    margin-top: 1rem;
    display: grid;
    gap: 0.65rem;
}

.simulator-city-links a {
    color: var(--text-primary);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    background: #fff;
}

.simulator-city-links a:hover {
    border-color: var(--accent-color);
    background: #fffaf0;
}

.simulator-faq {
    padding: 4rem 0 5rem;
    background: #f8f9fa;
}

.simulator-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.simulator-faq-item {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 1.1rem 1.2rem;
    box-shadow: var(--shadow-sm);
}

.simulator-faq-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.45rem;
}

@media (max-width: 1000px) {
    .simulator-proof-grid,
    .simulator-benefits-grid,
    .simulator-faq-grid {
        grid-template-columns: 1fr;
    }

    .simulator-seo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .local-hero-grid,
    .local-two-cols {
        grid-template-columns: 1fr;
    }

    .local-market-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .local-angles-grid {
        grid-template-columns: 1fr;
    }

    .local-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .local-hero {
        padding: 8.15rem 0 3rem;
    }

    .local-market-grid {
        grid-template-columns: 1fr;
    }

    .local-photo-grid {
        grid-template-columns: 1fr;
    }

    .local-hero-media img {
        height: 240px;
    }

    .footer-service-trigger::after {
        content: "";
    }

    .footer-service-group::after {
        display: none;
    }

    .footer-service-cities {
        display: block;
        position: static;
        left: auto;
        top: auto;
        transform: none;
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0.3rem 0 0.2rem 0.65rem;
        min-width: 0;
    }

    .footer-service-cities a {
        padding: 0.2rem 0;
    }
}


.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
