/**
 * @file pages/services.css
 * @project Nails-Manucure-v1
 * @description Styles partages des pages internes (services, tarifs, avis, galerie, communes).
 * @version 1.0.0
 * @updated 2026-07-18
 */

body { background: #FBF9F7; line-height: 1.5; }
/* header : fixed par defaut (04-components), on force juste le fond opaque */
header { background: #FBF9F7; border-bottom: 1px solid var(--border-light, #F0EAE5); }

/* scroll-margin pour ancres sous header sticky */
[id] { scroll-margin-top: 88px; }

/* ═══ HERO ═══ */
.svc-hero {
  position: relative; padding: var(--sp-hero-pt) clamp(20px, 3vw, 48px) var(--sp-hero-pb); text-align: center;
  background: linear-gradient(160deg, #2D1B28 0%, #4A2040 50%, #5C2A48 100%); overflow: hidden;
}
.svc-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 20%, rgba(139,58,82,0.3) 0%, transparent 100%);
  pointer-events: none;
}
.svc-hero-inner { position: relative; z-index: 2; max-width: var(--content-text); margin: 0 auto; }
.svc-hero .label { font-size: var(--fs-label); font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #C4869A; margin-bottom: clamp(12px, 1.5vw, 20px); }
.svc-hero h1 { font-family: "Playfair Display", Georgia, serif; font-size: var(--fs-h1); font-weight: 400; line-height: 1.15; color: #FBF9F7; margin-bottom: clamp(8px, 1vw, 16px); letter-spacing: -0.01em; }
.svc-hero h1 span { display: block; color: #C4869A; font-style: italic; font-size: 0.7em; margin-top: 4px; }
.svc-hero .sub { font-size: var(--fs-body); color: rgba(250,247,244,0.82); margin-bottom: clamp(20px, 3vw, 32px); line-height: 1.6; }

/* Variantes hero par service */
.svc-hero : gel { background: linear-gradient(160deg, #1B282D 0%, #20404A 50%, #2A5C48 100%); }
.svc-hero : nailart { background: linear-gradient(160deg, #281B2D 0%, #40204A 50%, #482A5C 100%); }
.svc-hero : russe { background: linear-gradient(160deg, #2D281B 0%, #4A4020 50%, #5C482A 100%); }
.svc-hero : soin { background: linear-gradient(160deg, #1B2D28 0%, #204A40 50%, #2A5C48 100%); }
.svc-hero : depose { background: linear-gradient(160deg, #2D1B1B 0%, #4A2020 50%, #5C2A2A 100%); }
.svc-hero : extension { background: linear-gradient(160deg, #1B1B2D 0%, #20204A 50%, #2A2A5C 100%); }

.svc-price { font-family: "Playfair Display", Georgia, serif; font-size: var(--fs-price); font-weight: 400; color: #C4869A; line-height: 1; margin-bottom: 8px; letter-spacing: -0.02em; }
.svc-price small { font-size: 0.4em; color: rgba(250,247,244,0.72); font-family: "Nunito Sans", sans-serif; font-weight: 300; letter-spacing: 0; }
.svc-price-sub { font-size: var(--fs-small); color: rgba(250,247,244,0.72); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: clamp(24px, 3vw, 32px); }

.btn-hero { display: inline-flex; align-items: center; gap: clamp(6px, 1vw, 10px); padding: clamp(14px, 2vw, 18px) clamp(32px, 5vw, 48px); background: #8B3A52; color: #FBF9F7; border-radius: 100px; font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.06em; transition: background-color 0.35s var(--ease-e, cubic-bezier(0.34,1.56,0.64,1)), box-shadow 0.35s var(--ease-e, cubic-bezier(0.34,1.56,0.64,1)), transform 0.35s var(--ease-e, cubic-bezier(0.34,1.56,0.64,1)); box-shadow: var(--sh-berry, 0 10px 36px rgba(139,58,82,0.28)); }
.btn-hero:hover { background: #6D2A3E; transform: scale(1.03); box-shadow: 0 14px 44px rgba(139,58,82,0.35); }
.btn-hero:active { transform: scale(0.97); transition: background-color 0.1s var(--ease-q, cubic-bezier(0.25,1,0.5,1)), transform 0.1s var(--ease-q, cubic-bezier(0.25,1,0.5,1)); }

/* ═══ CONTENU ═══ */
.content { max-width: var(--container); margin: 0 auto; padding: var(--sp-section) clamp(20px, 3vw, 48px); }
/* Paragraphes et titres : largeur de lecture */
.content p, .content h2, .content h3, .content .intro-block, .content .first-graf,
.content .faq-mini, .content .steps, .content .testimonial-inline { max-width: var(--content-text); }
/* Grilles fluides auto-fit   s'adaptent de 320px à 4K sans breakpoints */
.content h2 { font-family: "Playfair Display", Georgia, serif; font-size: var(--fs-h3); font-weight: 500; color: #2D1B28; margin: 2.4em 0 0.8em; line-height: 1.25; }
.content h2::before { display: block; content: ""; width: clamp(30px, 3vw, 40px); height: 2px; background: #C4869A; margin-bottom: clamp(10px, 1.2vw, 16px); }
.content p { font-size: var(--fs-body); line-height: 1.85; color: #4A3A44; margin-bottom: 1em; }
.content strong { color: #2D1B28; font-weight: 600; }
.content i, .content em { font-style: italic; color: #8B3A52; }
.content ul { list-style: none; padding: 0; margin: 1em 0; }
.content ul li { padding: 8px 0 8px 24px; position: relative; font-size: var(--fs-body); color: #4A3A44; line-height: 1.6; }
.content ul li::before { content: "\2713"; position: absolute; left: 0; color: #8B3A52; font-weight: 700; }
.crosslink-block ul li::before, .faq-mini .faq-item::before { content: none; }

/* ═══ BENEFITS (pages service) ═══ */
.benefits { display: grid; grid-template-columns: var(--grid-2); gap: clamp(10px, 1.5vw, 16px); margin: 2em 0; }
.ben { background: #F5EDEF; border-radius: 12px; padding: 20px; font-size: 0.85rem; color: #4A3A44; line-height: 1.6; box-shadow: var(--sh-sm), inset 0 1px 0 rgba(255,255,255,0.7); transition: transform 0.3s var(--ease-q), box-shadow 0.3s var(--ease-q); }
.ben:hover { transform: translateY(-2px); box-shadow: var(--sh-md), inset 0 1px 0 rgba(255,255,255,0.7); }
.ben strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 0.95rem; color: #2D1B28; font-weight: 500; margin-bottom: 4px; }

/* ═══ ETAPES (pages service) ═══ */
.steps { margin: 2em 0; }
.step { display: flex; gap: clamp(12px, 1.5vw, 16px); padding: clamp(12px, 1.5vw, 16px) 0; border-bottom: 1px solid #F0EAE5; }
.step:last-child { border-bottom: none; }
.step-num { flex-shrink: 0; width: clamp(32px, 3vw, 36px); height: clamp(32px, 3vw, 36px); border-radius: 50%; background: #8B3A52; color: #FBF9F7; display: flex; align-items: center; justify-content: center; font-size: var(--fs-small); font-weight: 700; }
.step-text { font-size: var(--fs-body); color: #4A3A44; line-height: 1.7; padding-top: 4px; }
.step-text strong { color: #2D1B28; }

/* ═══ FAQ MINI (pages service) ═══ */
.faq-mini { margin: 2em 0; }
.faq-mini .faq-item { padding: clamp(12px, 1.5vw, 16px) 0; border-bottom: 1px solid #F0EAE5; }
.faq-mini .faq-item:last-child { border-bottom: none; }
.faq-mini .faq-q { font-size: var(--fs-body); font-weight: 600; color: #2D1B28; margin-bottom: 6px; }
.faq-mini .faq-a { font-size: var(--fs-body); color: #6A5A64; line-height: 1.7; }

/* ═══ TABLEAU TARIFS ═══ */
.p-table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 0.92rem; }
.p-table th, .p-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid #F0EAE5; }
.p-table th { background: #2D1B28; color: #FBF9F7; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; }
.p-table td { color: #4A3A44; }
.p-table tr:nth-child(even) td { background: #F5EDEF; }
.p-table .prix { font-weight: 700; color: #8B3A52; font-size: 1.05rem; }
.p-table .prix small { font-weight: 400; font-size: 0.75rem; color: #8B3A52; }

/* ═══ OFFRES / WHY GRID (tarifs) ═══ */
.offers-grid { display: grid; grid-template-columns: var(--grid-2); gap: clamp(10px, 1.5vw, 16px); margin: 2em 0; }
.offer-card { background: #F5EDEF; border-radius: 12px; padding: 24px; }
.offer-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; font-weight: 500; color: #2D1B28; margin-bottom: 8px; }
.offer-card p { font-size: 0.88rem; color: #4A3A44; line-height: 1.7; margin-bottom: 12px; }
.offer-card .offer-price { font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; color: #8B3A52; font-weight: 500; }
.offer-card .offer-price small { font-size: 0.5em; color: #8B3A52; font-weight: 300; }
.offer-card.supps { background: #FBF9F7; border: 1px solid #F0EAE5; }

.why-grid { display: grid; grid-template-columns: var(--grid-2); gap: clamp(10px, 1.5vw, 16px); margin: 2em 0; }
.why-item { background: #F5EDEF; border-radius: 12px; padding: 20px; font-size: 0.85rem; color: #4A3A44; line-height: 1.6; }
.why-item strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 0.95rem; color: #2D1B28; font-weight: 500; margin-bottom: 4px; }

/* ═══ SUPPLEMENTS (tarifs) ═══ */
.supp-list { display: flex; flex-direction: column; gap: 10px; margin: 1.5em 0; }
.supp-item { display: flex; justify-content: space-between; padding: 12px 16px; background: #F5EDEF; border-radius: 8px; font-size: 0.88rem; color: #4A3A44; }
.supp-item .sp { color: #2D1B28; font-weight: 600; }
.supp-item .sp-p { color: #8B3A52; font-weight: 700; }

/* ═══ AVIS ═══ */
.rating-global { text-align: center; margin: 2em 0; padding: 32px; background: #F5EDEF; border-radius: 16px; }
.rating-global .rg-stars { font-size: 2.2rem; color: #C4869A; letter-spacing: 6px; margin-bottom: 8px; }
.rating-global .rg-score { font-family: "Playfair Display", Georgia, serif; font-size: 3rem; color: #2D1B28; font-weight: 500; line-height: 1; }
.rating-global .rg-count { font-size: 0.85rem; color: #6A5A64; margin-top: 4px; }

.reviews { margin: 2em 0; }
.review-card { padding: 24px; background: #FBF9F7; border: 1px solid #F0EAE5; border-radius: 12px; margin-bottom: 16px; }
.rc-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.rc-name { font-weight: 700; color: #2D1B28; font-size: 0.95rem; }
.rc-meta { font-size: 0.78rem; color: #8B3A52; }
.rc-text { font-size: 0.9rem; color: #4A3A44; line-height: 1.7; }
.rc-stars { color: #C4869A; font-size: 1rem; letter-spacing: 3px; margin-bottom: 6px; }

.leave-review { background: #F0EAE5; border-radius: 12px; padding: 32px; text-align: center; margin: 2em 0; }
.leave-review h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; color: #2D1B28; margin-bottom: 8px; }
.leave-review p { font-size: 0.88rem; color: #6A5A64; margin-bottom: 16px; }
.leave-review a { color: #8B3A52; font-weight: 600; text-decoration: underline; }

/* ═══ GALERIE ═══ */
.gallery { margin: 2em 0; }
.gallery .g-section { margin-bottom: clamp(32px, 4vw, 48px); }
.gallery .g-section h3 { font-family: "Playfair Display", Georgia, serif; font-size: var(--fs-h3); font-weight: 500; color: #2D1B28; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid #F0EAE5; }
.gallery-grid { display: grid; grid-template-columns: var(--grid-3); gap: clamp(10px, 1.5vw, 16px); }
.gallery-grid figure { margin: 0; border-radius: 12px; overflow: hidden; background: #F5EDEF; }
.gallery-grid figure img { width: 100%; aspect-ratio: 4/3; height: auto; object-fit: cover; display: block; }
.gallery-grid figure figcaption { font-size: var(--fs-small); color: #6A5A64; padding: 10px 12px; line-height: 1.4; font-style: italic; }
.gallery-grid figure figcaption strong { font-style: normal; display: block; color: #2D1B28; }

/* ═══ SERVICES LIST (communes) ═══ */
.svc-list { display: grid; grid-template-columns: var(--grid-2); gap: clamp(8px, 1.2vw, 12px); margin: 1.5em 0; }
.svc-item { background: #F5EDEF; border-radius: 12px; padding: 16px 20px; font-size: 0.85rem; color: #4A3A44; line-height: 1.6; min-width: 0; overflow-wrap: anywhere; box-shadow: var(--sh-sm, 0 2px 8px rgba(44,32,40,0.07)), inset 0 1px 0 rgba(255,255,255,0.7); transition: transform 0.3s var(--ease-q, cubic-bezier(0.25,1,0.5,1)), box-shadow 0.3s var(--ease-q, cubic-bezier(0.25,1,0.5,1)); }
.svc-item:hover { transform: translateY(-2px); box-shadow: var(--sh-md, 0 8px 28px rgba(44,32,40,0.10)), inset 0 1px 0 rgba(255,255,255,0.7); }
.svc-item a { color: #2D1B28; font-weight: 600; text-decoration: none; }
.svc-item a:hover { color: #8B3A52; }
.svc-item a:focus-visible { outline: 2px solid #8B3A52; outline-offset: 3px; border-radius: 4px; }
.svc-item small { display: block; font-size: 0.8rem; color: #6A5A64; margin-top: 2px; }

/* ═══ CROSSLINKS (communes) ═══ */
.crosslink-block p { font-size: 0.85rem; color: #6A5A64; margin-bottom: 8px; }
.crosslink-block ul { list-style: none; padding: 0; margin: 0; }
.crosslink-block ul li { padding: 4px 0; }
.crosslink-block ul li a { color: #8B3A52; text-decoration: none; font-size: 0.88rem; }
.crosslink-block ul li a:hover { text-decoration: underline; }

/* ═══ TRUST BAR ═══ */
.trust-bar { background: #F0EAE5; padding: clamp(24px, 3vw, 40px) clamp(20px, 3vw, 48px); text-align: center; }
.trust-inner { max-width: var(--content-text); margin: 0 auto; display: flex; justify-content: center; gap: clamp(20px, 3vw, 40px); flex-wrap: wrap; }
.trust-item { font-size: var(--fs-small); color: #6A5A64; line-height: 1.5; }
.trust-item strong { color: #2D1B28; display: block; font-size: var(--fs-body); }

/* ═══ CTA SECTION ═══ */
.cta-section { background: #FBF9F7; padding: var(--sp-section) clamp(20px, 3vw, 48px); text-align: center; }
.cta-inner { max-width: var(--content-text); margin: 0 auto; }
.cta-section h2 { font-family: "Playfair Display", Georgia, serif; font-size: var(--fs-h2); font-weight: 400; color: #2D1B28; margin-bottom: clamp(8px, 1vw, 16px); }
.cta-section h2 em { font-style: italic; color: #8B3A52; }
.cta-section p { font-size: var(--fs-body); color: #6A5A64; line-height: 1.7; margin-bottom: clamp(20px, 2.5vw, 28px); }

.btn-cta { display: inline-flex; align-items: center; gap: clamp(6px, 1vw, 10px); padding: clamp(14px, 2vw, 16px) clamp(32px, 5vw, 44px); background: #8B3A52; color: #FBF9F7; border-radius: 100px; font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.06em; transition: background-color 0.35s var(--ease-e, cubic-bezier(0.34,1.56,0.64,1)), box-shadow 0.35s var(--ease-e, cubic-bezier(0.34,1.56,0.64,1)), transform 0.35s var(--ease-e, cubic-bezier(0.34,1.56,0.64,1)); box-shadow: var(--sh-berry, 0 10px 36px rgba(139,58,82,0.28)); }
.btn-cta:hover { background: #6D2A3E; transform: scale(1.03); box-shadow: 0 14px 44px rgba(139,58,82,0.35); }
.btn-cta:active { transform: scale(0.97); transition: background-color 0.1s var(--ease-q, cubic-bezier(0.25,1,0.5,1)), transform 0.1s var(--ease-q, cubic-bezier(0.25,1,0.5,1)); }

/* ═══ TECHNIQUES GRID (pose gel, nail art) ═══ */
.tech-grid { display: grid; grid-template-columns: var(--grid-2); gap: clamp(8px, 1.2vw, 12px); margin: 1.5em 0; }
.tech-item { background: #F5EDEF; border-radius: 12px; padding: 20px; font-size: 0.85rem; color: #4A3A44; line-height: 1.6; }
.tech-item h3 { font-family: "Playfair Display", Georgia, serif; font-size: 0.95rem; color: #2D1B28; font-weight: 500; margin-bottom: 4px; }

.techniques { display: flex; flex-direction: column; gap: 16px; margin: 1.5em 0; }
.tech-card { background: #F5EDEF; border-radius: 12px; padding: 24px; }
.tech-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.05rem; font-weight: 500; color: #2D1B28; margin-bottom: 8px; }
.tech-card p { font-size: 0.88rem; color: #4A3A44; line-height: 1.7; margin: 0; }

/* ═══ PRICE TABLE (tarifs, nail art) ═══ */
.price-table { margin: 1.5em 0; }
.price-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #F0EAE5; font-size: 0.9rem; color: #4A3A44; }
.price-row:last-child { border-bottom: none; }
.price-row span:last-child { font-weight: 700; color: #8B3A52; white-space: nowrap; margin-left: 16px; }
.price-row em { font-style: italic; color: #8B3A52; }

/* ═══ SCENARIOS (nail art, tarifs) ═══ */
.scenarios { display: grid; grid-template-columns: var(--grid-2); gap: clamp(8px, 1.2vw, 12px); margin: 1.5em 0; }
.scenario { background: #F5EDEF; border-radius: 12px; padding: 20px; }
.scenario h3 { font-family: "Playfair Display", Georgia, serif; font-size: 0.95rem; font-weight: 500; color: #2D1B28; margin-bottom: 6px; }
.scenario p { font-size: 0.85rem; color: #4A3A44; line-height: 1.6; margin: 0; }

/* ═══ FIRST GRAF / DROP CAP ═══ */
.first-graf { font-size: 1.08rem; line-height: 1.9; color: #3A2A34; margin-bottom: 2em; }
.first-graf .drop { float: left; font-family: "Playfair Display", Georgia, serif; font-size: 4.2rem; line-height: 0.85; padding-top: 8px; padding-right: 12px; color: #8B3A52; font-weight: 500; }

/* ═══ HERO ACTIONS (communes) ═══ */
.hero-actions-inline { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.btn-hero-ghost { display: inline-flex; align-items: center; gap: 6px; padding: 16px 32px; color: rgba(251,249,247,0.75); border: 1px solid rgba(251,249,247,0.2); border-radius: 100px; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em; transition: all 0.3s var(--ease-q); }
.btn-hero-ghost:hover { color: #FBF9F7; border-color: rgba(251,249,247,0.5); background: rgba(251,249,247,0.06); }

/* ═══ INTRO BLOCK ═══ */
.intro-block { margin-bottom: 2em; }
.intro-lede { font-size: 1.08rem; line-height: 1.85; color: #3A2A34; }

/* ═══ CTA ROW ═══ */
.content-cta-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 1.5em 0 2em; }
.pill-link { display: inline-flex; align-items: center; padding: 10px 24px; border-radius: 100px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; background: #F0EAE5; color: #2D1B28; transition: all 0.3s var(--ease-q); }
.pill-link:hover { background: #E6DDD4; transform: translateY(-1px); }
.pill-link : primary { background: #8B3A52; color: #FBF9F7; box-shadow: var(--sh-berry); }
.pill-link : primary:hover { background: #6D2A3E; transform: translateY(-1px); }

/* ═══ ACCESS GRID (communes) ═══ */
.access-grid { display: grid; grid-template-columns: var(--grid-2); gap: clamp(10px, 1.5vw, 16px); margin: 1.5em 0; }
.access-card { background: #F5EDEF; border-radius: 16px; padding: 24px; box-shadow: var(--sh-sm), inset 0 1px 0 rgba(255,255,255,0.7); transition: transform 0.3s var(--ease-q), box-shadow 0.3s var(--ease-q); }
.access-card:hover { transform: translateY(-2px); box-shadow: var(--sh-md), inset 0 1px 0 rgba(255,255,255,0.7); }
.access-icon { font-size: 1.8rem; margin-bottom: 10px; }
.access-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.05rem; font-weight: 500; color: #2D1B28; margin-bottom: 6px; }
.access-card p { font-size: 0.88rem; color: #4A3A44; line-height: 1.7; margin: 0; }
.access-card strong { color: #2D1B28; }

/* ═══ TESTIMONIAL INLINE ═══ */
.testimonial-inline { margin: 2em 0; padding: 28px 32px; background: linear-gradient(135deg, #F5EDEF 0%, #FDF5F0 100%); border-radius: 16px; border: 1px solid #F0EAE5; }
.testimonial-inline blockquote { margin: 0; }
.testimonial-inline .stars { font-size: 1.1rem; color: #C4869A; letter-spacing: 2px; margin-bottom: 8px; }
.testimonial-inline p { font-size: 0.95rem; line-height: 1.75; color: #4A3A44; font-style: italic; margin-bottom: 12px; }
.testimonial-inline footer { font-size: 0.82rem; color: #6A5A64; font-style: normal; }

/* ═══ CROSSLINK SECTION (remplace .crosslink-block) ═══ */
.crosslink-section { background: #F5EDEF; padding: 48px 24px; }
.crosslink-label { text-align: center; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #8B3A52; margin-bottom: 24px; }
.crosslink-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.crosslink-card { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: #FBF9F7; border: 1px solid #F0EAE5; border-radius: 12px; font-size: 0.9rem; color: #2D1B28; font-weight: 500; transition: all 0.3s var(--ease-q); box-shadow: var(--sh-sm), inset 0 1px 0 rgba(255,255,255,0.7); }
.crosslink-card:hover { transform: translateY(-2px); box-shadow: var(--sh-md), inset 0 1px 0 rgba(255,255,255,0.7); border-color: #C4869A; }
.crosslink-card span { color: #8B3A52; font-size: 0.8rem; opacity: 0; transform: translateX(-4px); transition: all 0.3s var(--ease-e); }
.crosslink-card:hover span { opacity: 1; transform: translateX(0); }

/* ═══ DECO CITY (hero decorative elements) ═══ */
.deco-city { position: absolute; border-radius: 50%; pointer-events: none; }
.deco-city.c1 { width: 120px; height: 120px; background: radial-gradient(circle, rgba(196,134,154,0.12) 0%, transparent 70%); top: 15%; right: 10%; }
.deco-city.c2 { width: 80px; height: 80px; background: radial-gradient(circle, rgba(212,165,116,0.10) 0%, transparent 70%); bottom: 20%; left: 8%; }

/* ═══ PRICE ROW FIX (overflow mobile) ═══ */
.price-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.price-row span:first-child { min-width: 0; overflow-wrap: anywhere; }

/* ═══ TABLE SCROLL (p-table mobile) ═══ */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.p-table { min-width: 560px; }

/* ═══ GALLERY ASPECT RATIO ═══ */
.gallery-grid figure img { aspect-ratio: 4 / 3; height: auto; }

/* ═══ BTN HERO GHOST CONTRAST ═══ */
.btn-hero-ghost { color: rgba(251,249,247,0.82); }

/* ═══ REDUCED MOTION ═══ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .btn-hero:hover, .btn-cta:hover, .pill-link:hover, .ben:hover, .access-card:hover, .crosslink-card:hover { transform: none; }
}

/* ═══ MOBILE   uniquement les ajustements qui cassent sans ═══ */
@media (max-width: 480px) {
  .hero-actions-inline { flex-direction: column; align-items: center; }
  .testimonial-inline { padding: clamp(16px, 4vw, 20px) clamp(16px, 4vw, 24px); }
  .trust-inner { gap: 16px; flex-direction: column; align-items: center; }
  .crosslink-grid { grid-template-columns: 1fr; }
}
