/* ─────────────────────────────────────────────
   Theme: Renfort
   Conversion douce : confiance via chiffres et
   témoignages, accents or/ambre, layout liste.
   ───────────────────────────────────────────── */

/* === Variables === */
:root {
    --renfort-accent-gold: #F59E0B;
    --renfort-accent-gold-dark: #D97706;
    --renfort-accent-gold-light: #FEF3C7;
    --renfort-accent-amber: #FBBF24;
    --renfort-radius: 0.5rem;
    --renfort-radius-lg: 0.75rem;
    --renfort-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --renfort-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
    --renfort-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
    --renfort-gradient-gold: linear-gradient(135deg, var(--renfort-accent-gold) 0%, var(--renfort-accent-gold-dark) 100%);
    --renfort-gradient-gold-warm: linear-gradient(135deg, var(--renfort-accent-amber) 0%, var(--renfort-accent-gold) 100%);
    --renfort-dark: #0f172a;
    --renfort-dark-lighter: #1e293b;
}

/* ═══════════════════════════════════════════════
   TOP BAR — Info band above header
   ═══════════════════════════════════════════════ */
.header__top-bar {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.8125rem;
    color: #475569;
    padding: 0.4rem 0;
}

.header__top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.header__top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    text-decoration: none;
    color: #475569;
    transition: color 0.2s ease;
}

a.header__top-bar-item:hover {
    color: var(--renfort-accent-gold-dark);
}

/* ═══════════════════════════════════════════════
   HEADER — White, clean, CTA gold
   ═══════════════════════════════════════════════ */
.header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.header--scrolled {
    box-shadow: var(--renfort-shadow-sm);
}

.header__cta {
    background: var(--renfort-gradient-gold);
    color: #78350f;
    border-radius: var(--renfort-radius);
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
    padding: 0.5rem 1.25rem;
}

.header__cta:hover {
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.45);
    transform: translateY(-1px);
    filter: brightness(1.05);
    color: #78350f;
}

/* Mobile nav */
.header__nav.is-open {
    background: #fff;
}

/* ═══════════════════════════════════════════════
   HERO — Centered stacked + trust bar
   ═══════════════════════════════════════════════ */
.hero {
    padding: 3rem 0 2.5rem;
}

.hero__overlay {
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.88) 0%, rgba(30, 41, 59, 0.82) 50%, rgba(15, 23, 42, 0.75) 100%);
}

.hero__stack,
.hero__split {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.hero__content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.hero__title {
    font-size: 2rem;
    letter-spacing: -0.02em;
}

.hero__subtitle {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Trust bar — 3 metrics (below form) */
.hero__trust-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1rem 0 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--renfort-radius-lg);
    padding: 1.25rem 1rem;
}

.hero__trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.hero__trust-value {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--renfort-accent-amber);
    line-height: 1.1;
}

.hero__trust-label {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

/* Hero form wrapper */
.hero__form-wrapper {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

/* Hero proof — subtle pill */
.hero__proof {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-radius: 100px;
    padding: 0.4rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hero__proof-star {
    color: var(--renfort-accent-amber);
}

/* Hero reassurance items */
.hero__reassurance {
    gap: 0.75rem;
}

.hero__reassurance-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--renfort-radius);
    padding: 0.625rem 0.875rem;
    transition: background 0.2s ease;
}

.hero__reassurance-item:hover {
    background: rgba(255, 255, 255, 0.14);
}

/* Hero form */
.hero__form {
    border-radius: var(--renfort-radius-lg);
}

/* ═══════════════════════════════════════════════
   SECTIONS — Alternate white / light gray
   ═══════════════════════════════════════════════ */
.section {
    background: #ffffff;
}

.section--gray {
    background: #f8fafc;
}

.section__title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.section__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--renfort-gradient-gold);
    border-radius: 3px;
}

.section__title[style*="text-align:left"]::after,
.section__title[style*="text-align: left"]::after {
    left: 0;
    transform: none;
}

/* ═══════════════════════════════════════════════
   BUTTONS — Gold gradient, 0.5rem radius
   ═══════════════════════════════════════════════ */
.btn {
    border-radius: var(--renfort-radius);
    transition: all 0.2s ease;
    font-weight: 600;
}

.btn--primary {
    background: var(--renfort-gradient-gold);
    color: #78350f;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.25);
}

.btn--primary:hover {
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
    transform: translateY(-1px);
    filter: brightness(1.05);
    color: #78350f;
}

.btn--accent {
    background: var(--renfort-gradient-gold);
    color: #78350f;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.25);
}

.btn--accent:hover {
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.4);
    transform: translateY(-1px);
    filter: brightness(1.05);
    color: #78350f;
}

.btn--outline {
    border-radius: var(--renfort-radius);
    border-width: 2px;
}

.btn--outline:hover {
    background: var(--renfort-gradient-gold);
    border-color: transparent;
    color: #78350f;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.25);
}

/* ═══════════════════════════════════════════════
   GRID OVERRIDE — Force single column for biz-cards
   Keep 2 cols for card--horizontal (expertises)
   ═══════════════════════════════════════════════ */
.grid--2:has(.biz-card) {
    grid-template-columns: 1fr;
}

/* Fallback for browsers without :has — biz-card grids */
.grid--2 .biz-card {
    grid-column: 1 / -1;
}

/* ═══════════════════════════════════════════════
   BUSINESS CARD — Info left + Actions right
   ═══════════════════════════════════════════════ */
.biz-card.biz-card--horizontal {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    border-radius: var(--renfort-radius-lg);
    border: 1px solid #e2e8f0;
    border-left: 4px solid transparent;
    background: #ffffff;
    box-shadow: var(--renfort-shadow-sm);
    transition: all 0.25s ease;
    align-items: center;
}

.biz-card.biz-card--horizontal:hover {
    border-left-color: var(--renfort-accent-gold);
    transform: translateX(4px);
    box-shadow: var(--renfort-shadow-md);
}

/* Info zone (left) */
.biz-card__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.biz-card--horizontal .biz-card__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.biz-card--horizontal .biz-card__name {
    font-size: 1.125rem;
    margin: 0;
}

.biz-card--horizontal .biz-card__name a {
    color: #0f172a;
    text-decoration: none;
}

.biz-card--horizontal .biz-card__name a:hover {
    color: var(--renfort-accent-gold-dark);
}

.biz-card--horizontal .biz-card__rating {
    font-size: 0.875rem;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.biz-card--horizontal .biz-card__rating-star {
    color: var(--renfort-accent-gold);
}

/* Info row */
.biz-card__info-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #64748b;
}

.biz-card__info-row .biz-card__address,
.biz-card__info-row .biz-card__hours {
    margin: 0;
}

/* Status */
.biz-card--horizontal .biz-card__status {
    align-self: flex-start;
}

/* Badges */
.biz-card--horizontal .biz-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

/* Actions zone (right, stacked) */
.biz-card__actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.375rem;
    width: 160px;
    text-align: center;
}

.biz-card__actions .btn {
    white-space: nowrap;
}

.biz-card--horizontal .biz-card__fiche-link {
    font-size: 0.8125rem;
    color: var(--renfort-accent-gold-dark);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
}

.biz-card--horizontal .biz-card__fiche-link:hover {
    color: var(--renfort-accent-gold);
}

.biz-card__action-link {
    font-size: 0.8125rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.biz-card__action-link:hover {
    color: var(--renfort-accent-gold-dark);
}

/* ═══════════════════════════════════════════════
   BADGES — Colored gradients by type
   ═══════════════════════════════════════════════ */
.badge {
    border-radius: var(--renfort-radius);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    border: none;
}

.badge--artisan {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
}

.badge--garantie {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #166534;
}

.badge--showroom {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
}

.badge--franchise {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    color: #5b21b6;
}

.badge--rge {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
}

.badge--devis {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
}

.badge--urgence {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
}

/* ═══════════════════════════════════════════════
   TESTIMONIALS — 3-column grid
   ═══════════════════════════════════════════════ */
.testimonials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.testimonial-card {
    background: #ffffff;
    border-radius: var(--renfort-radius-lg);
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--renfort-accent-gold);
    padding: 1.5rem;
    box-shadow: var(--renfort-shadow-sm);
    transition: all 0.25s ease;
}

.testimonial-card:hover {
    box-shadow: var(--renfort-shadow-md);
    transform: translateY(-2px);
}

.testimonial-card__quote {
    font-style: italic;
    color: #334155;
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.testimonial-card__rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.testimonial-card__stars {
    color: var(--renfort-accent-gold);
    font-size: 1rem;
    letter-spacing: 1px;
}

.testimonial-card__score {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #475569;
}

.testimonial-card__author {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9375rem;
}

.testimonial-card__location {
    font-size: 0.8125rem;
    color: #94a3b8;
    margin-top: 0.125rem;
}

.testimonials__cta {
    text-align: center;
    margin-top: 2rem;
}

/* ═══════════════════════════════════════════════
   FAQ — Gold left border + chevron
   ═══════════════════════════════════════════════ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--renfort-accent-gold);
    border-radius: var(--renfort-radius);
    transition: all 0.25s ease;
    overflow: hidden;
    background: #ffffff;
}

.faq-item summary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

/* Hide default +/- from base CSS */
.faq-item summary::after {
    display: none;
}

.faq-item__question {
    flex: 1;
    font-weight: 600;
    font-size: 1rem;
    color: #0f172a;
}

.faq-item__icon {
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #94a3b8;
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
}

.faq-item:hover {
    border-left-width: 6px;
    box-shadow: var(--renfort-shadow-sm);
}

.faq-item[open] {
    border-left-color: var(--renfort-accent-gold-dark);
    box-shadow: var(--renfort-shadow-sm);
}

.faq-item[open] .faq-item__icon {
    transform: rotate(180deg);
    color: var(--renfort-accent-gold-dark);
}

.faq-item__answer {
    padding: 0 1.25rem 1rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #475569;
}

/* ═══════════════════════════════════════════════
   FOOTER — Dark navy, angled top, gold accents
   ═══════════════════════════════════════════════ */
.footer {
    background: linear-gradient(180deg, var(--renfort-dark) 0%, #0a0f1e 100%);
    position: relative;
    margin-top: 3rem;
}

.footer__angle {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(180deg, var(--renfort-dark) 0%, #0a0f1e 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    pointer-events: none;
}

.footer__grid {
    grid-template-columns: 1fr;
}

.footer__title {
    position: relative;
    padding-bottom: 0.75rem;
}

.footer__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--renfort-gradient-gold);
    border-radius: 2px;
}

.footer__links a {
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer__links a:hover {
    color: var(--renfort-accent-gold);
    padding-left: 0.25rem;
}

.footer__bottom {
    border-top-color: rgba(255, 255, 255, 0.06);
}

/* ═══════════════════════════════════════════════
   CARDS — Subtle, warm accents
   ═══════════════════════════════════════════════ */
.card {
    border-radius: var(--renfort-radius-lg);
    border: 1px solid #e2e8f0;
    box-shadow: var(--renfort-shadow-sm);
    transition: all 0.25s ease;
    background: #ffffff;
}

.card:hover {
    box-shadow: var(--renfort-shadow-md);
    transform: translateY(-3px);
}

/* ═══════════════════════════════════════════════
   REGION CARD — Gold left accent
   ═══════════════════════════════════════════════ */
.card.region-card,
.region-card {
    border-radius: var(--renfort-radius-lg);
    border: 1px solid #e2e8f0;
    box-shadow: var(--renfort-shadow-sm);
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

.card.region-card::before,
.region-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--renfort-gradient-gold);
}

.card.region-card:hover,
.region-card:hover {
    box-shadow: var(--renfort-shadow-md);
    transform: translateY(-2px) translateX(2px);
}

/* ═══════════════════════════════════════════════
   REASSURANCE — Override for default items
   (when not using testimonials partial)
   ═══════════════════════════════════════════════ */
.reassurance__item {
    background: #ffffff;
    border-radius: var(--renfort-radius-lg);
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--renfort-accent-gold);
    box-shadow: var(--renfort-shadow-sm);
    padding: 1.5rem;
    transition: all 0.25s ease;
}

.reassurance__item:hover {
    box-shadow: var(--renfort-shadow-md);
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════
   BUSINESS HERO (fiche artisan) — Centered
   ═══════════════════════════════════════════════ */
.hero--business .hero__content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.hero--business .biz-hero__badges {
    justify-content: center;
}

.hero--business .hero__meta {
    justify-content: center;
}

.hero--business .hero__info-link {
    text-align: center;
}

.hero--business .hero__desc {
    text-align: center;
}

.hero--business .hero__reassurance {
    justify-content: center;
}

.biz-hero__badges--below-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
}

/* ═══════════════════════════════════════════════
   BREADCRUMB
   ═══════════════════════════════════════════════ */
.breadcrumb {
    background: #f8fafc;
}

.breadcrumb__current {
    color: var(--renfort-accent-gold-dark);
    font-weight: 600;
}

/* ═══════════════════════════════════════════════
   CTA STICKY — Gold button
   ═══════════════════════════════════════════════ */
.cta-sticky {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}

.cta-sticky__btn {
    background: var(--renfort-gradient-gold);
    color: #78350f;
    border-radius: var(--renfort-radius);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.cta-sticky__btn:hover {
    background: var(--renfort-gradient-gold);
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.45);
    color: #78350f;
}

/* ═══════════════════════════════════════════════
   SERVICES GRID — Gold active state
   ═══════════════════════════════════════════════ */
.service-link {
    border-radius: var(--renfort-radius);
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.service-link:hover {
    border-color: var(--renfort-accent-gold);
    background: var(--renfort-accent-gold-light);
    color: #92400e;
    box-shadow: var(--renfort-shadow-sm);
}

.service-link--active {
    background: var(--renfort-accent-gold-light);
    border-color: var(--renfort-accent-gold);
    color: #92400e;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.15);
}

.service-link--active:hover {
    background: var(--renfort-accent-gold-light);
    color: #92400e;
}

/* ═══════════════════════════════════════════════
   SERVICE INTRO — Gold left border (legacy)
   ═══════════════════════════════════════════════ */
.service-intro {
    border-left: 4px solid var(--renfort-accent-gold);
    background: #fffbeb;
    border-radius: 0 var(--renfort-radius-lg) var(--renfort-radius-lg) 0;
    padding: 1.25rem;
}

/* ═══════════════════════════════════════════════
   CITY ABOUT — Card + why section
   ═══════════════════════════════════════════════ */
.city-about {
    border-radius: var(--renfort-radius-lg);
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.city-about__why {
    background: #fffbeb;
    border-radius: var(--renfort-radius);
}

/* ═══════════════════════════════════════════════
   NEARBY LINKS
   ═══════════════════════════════════════════════ */
.nearby-links__item {
    border-radius: var(--renfort-radius);
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.nearby-links__item:hover {
    border-color: var(--renfort-accent-gold);
    background: var(--renfort-accent-gold-light);
    box-shadow: var(--renfort-shadow-sm);
}

/* ═══════════════════════════════════════════════
   STEPS — Gold top accent
   ═══════════════════════════════════════════════ */
.steps__item {
    border-radius: var(--renfort-radius-lg);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    position: relative;
    box-shadow: var(--renfort-shadow-sm);
    transition: all 0.25s ease;
}

.steps__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--renfort-gradient-gold);
}

.steps__item:hover {
    box-shadow: var(--renfort-shadow-md);
    transform: translateY(-3px);
}

.steps__number {
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
}

/* ═══════════════════════════════════════════════
   BUSINESS DETAIL
   ═══════════════════════════════════════════════ */
.biz-detail__cta-box {
    border-radius: var(--renfort-radius-lg);
    border: 1px solid #e2e8f0;
    box-shadow: var(--renfort-shadow-sm);
    background: #fffbeb;
}

.biz-detail__cta-box .btn {
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.biz-detail__map {
    border-radius: var(--renfort-radius-lg);
    box-shadow: var(--renfort-shadow-sm);
}

.biz-detail__info-item {
    background: #f8fafc;
    padding: 0.875rem;
    border-radius: var(--renfort-radius);
    transition: background 0.2s ease;
}

.biz-detail__info-item:hover {
    background: var(--renfort-accent-gold-light);
}

/* ═══════════════════════════════════════════════
   SEARCH BAR
   ═══════════════════════════════════════════════ */
.search-bar {
    border-radius: var(--renfort-radius-lg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.search-bar__submit {
    border-radius: var(--renfort-radius);
    background: var(--renfort-gradient-gold);
    color: #78350f;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

/* ═══════════════════════════════════════════════
   SERVICE DEPT — City links
   ═══════════════════════════════════════════════ */
.service-dept__city {
    border-radius: var(--renfort-radius);
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.service-dept__city:hover {
    background: var(--renfort-accent-gold-light);
    border-color: var(--renfort-accent-gold);
    color: #92400e;
}

/* ═══════════════════════════════════════════════
   HOME DEVIS SECTION
   ═══════════════════════════════════════════════ */
.home-devis__point {
    background: #ffffff;
    padding: 0.625rem 0.875rem;
    border-radius: var(--renfort-radius);
    border: 1px solid #e2e8f0;
}

/* ═══════════════════════════════════════════════
   BIZ-CARD STATUS
   ═══════════════════════════════════════════════ */
.biz-card__status {
    border-radius: var(--renfort-radius);
    padding: 0.2rem 0.625rem;
    font-size: 0.75rem;
}

/* ═══════════════════════════════════════════════
   404 PAGE
   ═══════════════════════════════════════════════ */
.page-404__title {
    color: var(--renfort-accent-gold);
}

/* ═══════════════════════════════════════════════
   Tablet (768px)
   ═══════════════════════════════════════════════ */
@media (min-width: 768px) {
    /* Hero stays stacked */
    .hero__stack,
    .hero__split {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-template-columns: none;
    }

    .hero {
        padding: 3.5rem 0 3rem;
    }

    .hero__title {
        font-size: 2.5rem;
    }

    .hero__content {
        text-align: center;
        padding-top: 0;
    }

    .hero__form-wrapper,
    .hero__split .hero__form {
        max-width: 560px;
        width: 100%;
    }

    .hero__reassurance {
        grid-template-columns: repeat(4, 1fr);
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Expertises: keep 2 columns for card--horizontal */
    .grid--2:has(.card--horizontal) {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Testimonials grid */
    .testimonials {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Footer grid */
    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ═══════════════════════════════════════════════
   Desktop (1024px)
   ═══════════════════════════════════════════════ */
@media (min-width: 1024px) {
    .hero__stack,
    .hero__split {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-template-columns: none;
    }

    .hero {
        padding: 4rem 0 3rem;
    }

    .hero__content {
        text-align: center;
        max-width: 780px;
    }

    .hero__title {
        font-size: 2.875rem;
        letter-spacing: -0.03em;
    }

    .hero__form-wrapper,
    .hero__split .hero__form {
        max-width: 580px;
        width: 100%;
    }

    /* Footer 4 cols */
    .footer__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ═══════════════════════════════════════════════
   Mobile — small screens
   ═══════════════════════════════════════════════ */
@media (max-width: 767px) {
    /* Hide top bar on mobile */
    .header__top-bar {
        display: none;
    }

    /* Trust bar full-width on mobile */
    .hero__trust-bar {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 1rem 0.75rem;
    }

    .hero__trust-value {
        font-size: 1.25rem;
    }

    .hero__trust-label {
        font-size: 0.6875rem;
    }

    /* Business card stacks on mobile */
    .biz-card.biz-card--horizontal {
        flex-direction: column;
        align-items: stretch;
    }

    .biz-card__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        margin-top: 0.5rem;
        border-top: 1px solid #f1f5f9;
        padding-top: 0.75rem;
    }

    .biz-card__actions .btn {
        width: 100%;
        text-align: center;
    }

    .biz-card--horizontal .biz-card__fiche-link,
    .biz-card__action-link {
        text-align: center;
    }

    /* Testimonials stack */
    .testimonials {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════════
   Reduced Motion
   ═══════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
    .faq-item__icon,
    .testimonial-card,
    .biz-card.biz-card--horizontal,
    .card,
    .steps__item,
    .reassurance__item,
    .hero__reassurance-item {
        transition: none;
    }
}
