/* =====================================================
   VIDENT — Porseleinen Facings Antwerpen (NL)
   File target: css/pages/porseleinen-facings-antwerpen.css
   Page-specific styling ONLY. The reveal-on-scroll mechanism
   and the FAQ accordion mechanism are NOT defined here —
   both are handled by the sitewide global.css / global.js
   (see brief section 0). This file only contains this page's
   own visual choices: colors, spacing, card layout, etc.
===================================================== */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
    --bg:#f9f7f4;
    --white:#ffffff;
    --navy:#1a2e4a;
    --teal:#2a7d7b;
    --teal-light:#3a9a98;
    --gold:#b8965a;
    --gold-light:#c9a96e;
    --coral:#c0614a;
    --slate:#4a5568;
    --slate-light:#718096;
    --border:#e5dfd6;
    --shadow-sm:0 2px 12px rgba(26,46,74,.07);
    --shadow-md:0 8px 32px rgba(26,46,74,.11);
    --shadow-lg:0 20px 56px rgba(26,46,74,.15);
    --radius-sm:8px;
    --radius-md:16px;
    --radius-lg:24px;
    --radius-xl:36px;
    --font-body:'Inter',sans-serif;
    --font-display:'Playfair Display',serif;
    --ease:all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* Note: html{scroll-behavior:smooth} is intentionally NOT repeated here
   — global.css already sets it sitewide (see brief section 0). Only
   this page's own rem-basis is page-specific. */
html{font-size:16px}
body{font-family:var(--font-body);background:var(--bg);color:var(--slate);line-height:1.72;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
ul{list-style:none}

.wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}
.wrap--wide{max-width:1240px}
.section{padding:88px 0}
.section--white{background:var(--white)}
.section--bg{background:var(--bg)}
.divider{height:1px;background:linear-gradient(to right,transparent,var(--border),transparent)}

h1{font-family:var(--font-display);font-weight:700;color:var(--navy);line-height:1.18}
h2{font-family:var(--font-display);font-weight:600;color:var(--teal);line-height:1.2}
h3{font-size:1.1rem;font-weight:600;color:var(--navy);line-height:1.3}
h4{font-size:.95rem;font-weight:600;color:var(--gold);line-height:1.3}
p{color:var(--slate);line-height:1.75}

.eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}
.section-label{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--teal);background:rgba(42,125,123,.09);border-radius:50px;padding:5px 14px;margin-bottom:16px}
.section-label--gold{color:var(--gold);background:rgba(184,150,90,.1)}
.section-label--coral{color:var(--coral);background:rgba(192,97,74,.09)}

.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:600;font-size:.9rem;letter-spacing:.01em;border:none;cursor:pointer;transition:var(--ease);text-decoration:none !important;white-space:nowrap;border-radius:50px}
.btn--teal{background:var(--teal) !important;color:#ffffff !important;padding:14px 30px !important;box-shadow:0 4px 18px rgba(42,125,123,.35) !important}
.btn--teal:hover{background:var(--teal-light) !important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(42,125,123,.45) !important}
.btn--gold{background:var(--gold) !important;color:#ffffff !important;padding:14px 30px !important;box-shadow:0 4px 18px rgba(184,150,90,.35) !important}
.btn--gold:hover{background:var(--gold-light) !important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(184,150,90,.45) !important}
.btn--outline-white{background:transparent !important;color:#ffffff !important;padding:13px 28px !important;border:2px solid rgba(255,255,255,.55) !important}
.btn--outline-white:hover{background:rgba(255,255,255,.12) !important;border-color:#fff !important;transform:translateY(-2px)}
.btn svg{width:17px;height:17px;flex-shrink:0}

.hero{background:linear-gradient(150deg,#111f32 0%,#1a3a52 50%,#1a3a3a 100%);padding:72px 0 80px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 65% at 75% 50%,rgba(42,125,123,.16) 0%,transparent 65%),radial-gradient(ellipse 35% 45% at 10% 80%,rgba(184,150,90,.1) 0%,transparent 60%);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:64px;background:var(--bg);clip-path:ellipse(55% 100% at 50% 100%)}
.hero__grid{display:grid;grid-template-columns:1fr;gap:48px;position:relative;z-index:1}
.hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(184,150,90,.18);border:1px solid rgba(184,150,90,.3);border-radius:50px;padding:5px 15px;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#d4b87a;margin-bottom:20px}
.hero__dot{width:6px;height:6px;background:#d4b87a;border-radius:50%;animation:blink 2s infinite}
@keyframes blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}
.hero-headline{font-size:clamp(1.85rem,3.4vw,2.85rem);color:#ffffff;margin-bottom:18px}
.hero-headline span{color:#d4b87a}
.hero-subline{font-size:1rem;color:rgba(255,255,255,.75);margin-bottom:32px;max-width:700px}
.hero__cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px}
.hero__trust{display:flex;align-items:center;flex-wrap:wrap;gap:18px}
.hero__stars-badge{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:50px;padding:8px 16px}
.hero__stars-badge .stars{color:#fbbf24;font-size:.95rem;letter-spacing:2px}
.hero__stars-badge span{font-size:.8rem;color:rgba(255,255,255,.8);font-weight:500}
.hero__trust-pill{font-size:.78rem;color:rgba(255,255,255,.62);display:flex;align-items:center;gap:5px}
/* B9 fix: plain-text "✓" glyph replaced with an inline SVG check icon (data-URI background) */
.hero__trust-pill::before{content:'';width:12px;height:12px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233a9a98' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}
.hero__summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:8px}
.hero__summary-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:24px 22px;backdrop-filter:blur(6px);transition:var(--ease);display:flex;flex-direction:column;gap:10px}
.hero__summary-card:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);transform:translateY(-3px)}
.hero__sc-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hero__sc-icon svg{width:26px;height:26px}
.hero__sc-icon--teal{background:rgba(42,125,123,.25);color:#7fd4d2}
.hero__sc-icon--gold{background:rgba(184,150,90,.2);color:#e5d3ad}
.hero__sc-icon--coral{background:rgba(192,97,74,.2);color:#e8a794}
.hero__sc-icon--navy{background:rgba(26,46,74,.35);color:#9fb8d4}
.hero__sc-title{font-size:.82rem;font-weight:700;color:#ffffff;line-height:1.3}
.hero__sc-text{font-size:.8rem;color:rgba(255,255,255,.68);line-height:1.6;flex:1}
.hero__sc-tag{display:inline-flex;align-items:center;gap:4px;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#d4b87a;background:rgba(184,150,90,.15);border-radius:50px;padding:3px 10px;margin-top:auto;width:fit-content}
.hero__bottom-bar{margin-top:32px;background:rgba(184,150,90,.12);border:1px solid rgba(184,150,90,.25);border-radius:var(--radius-md);padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.hero__bb-left{display:flex;align-items:center;gap:16px}
.hero__bb-icon{width:48px;height:48px;background:rgba(184,150,90,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hero__bb-icon svg{width:24px;height:24px;stroke:rgba(184,150,90,.7);stroke-width:1.5;fill:none}
.hero__bb-label{font-size:.74rem;color:rgba(255,255,255,.5)}
.hero__bb-value{font-size:1.3rem;font-weight:700;color:#d4b87a;line-height:1.2}
.hero__bb-sub{font-size:.72rem;color:rgba(255,255,255,.4);margin-top:1px}
.hero__bb-right{text-align:right}
.hero__bb-right .hero__bb-label{margin-bottom:2px}
.hero__bb-right .hero__bb-value{font-size:1.1rem}

.intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.section-headline{font-size:clamp(1.5rem,2.8vw,2.15rem);margin-bottom:18px}
.intro__lead{font-size:.97rem;line-height:1.78;margin-bottom:16px}
.intro__quote{font-style:italic;font-weight:500;color:var(--teal);border-left:3px solid var(--gold);padding-left:16px;margin:20px 0 28px;font-size:.95rem;line-height:1.65}
.feature-list{display:flex;flex-direction:column;gap:10px}
.fl-item{display:flex;align-items:flex-start;gap:13px;padding:14px 16px;background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border);transition:var(--ease)}
.fl-item:hover{border-color:var(--teal);box-shadow:var(--shadow-sm);transform:translateX(3px)}
.fl-icon{width:34px;height:34px;background:var(--teal);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}
.fl-icon svg{width:20px;height:20px}
.fl-title{font-size:.88rem;font-weight:600;color:var(--navy);margin-bottom:1px}
.fl-desc{font-size:.79rem;color:var(--slate-light);line-height:1.5}

.doctor-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);position:sticky;top:20px}
.doctor-card__head{background:linear-gradient(140deg,#111f32 0%,#1e3d5a 100%);padding:28px 24px;text-align:center}
.doctor-card__photo{width:96px;height:96px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid rgba(255,255,255,.25);margin:0 auto 14px;display:block}
.doctor-card__name{font-family:var(--font-display);font-size:1.2rem;color:#fff;margin-bottom:4px}
.doctor-card__role{font-size:.78rem;color:rgba(255,255,255,.65)}
.doctor-card__body{padding:22px 22px}
.dc-stat{display:flex;align-items:flex-start;gap:11px;padding:11px 0;border-bottom:1px solid var(--border)}
.dc-stat:last-of-type{border-bottom:none}
.dc-stat__icon{color:var(--teal);flex-shrink:0;margin-top:1px}
.dc-stat__icon svg{width:18px;height:18px}
.dc-stat__label{font-size:.72rem;color:var(--slate-light);margin-bottom:2px}
.dc-stat__value{font-size:.87rem;font-weight:600;color:var(--navy);line-height:1.4}
.dc-tags{margin-top:16px;padding:14px;background:rgba(42,125,123,.06);border-radius:var(--radius-sm)}
.dc-tags__title{font-size:.68rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.09em;margin-bottom:9px}
.dc-tags__wrap{display:flex;flex-wrap:wrap;gap:5px}
.dc-tag{font-size:.7rem;font-weight:500;color:var(--navy);background:var(--white);border:1px solid var(--border);border-radius:50px;padding:3px 10px}

.reviews__header{text-align:center;margin-bottom:44px}
.reviews__grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.rating-bar{display:flex;align-items:center;justify-content:center;gap:16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:18px 24px;margin-bottom:20px}
.rating-big{font-size:2.6rem;font-weight:700;color:var(--navy);line-height:1}
.rating-stars{color:#f59e0b;font-size:1.05rem;letter-spacing:3px;margin-bottom:2px}
.rating-count{font-size:.78rem;color:var(--slate-light)}
.google-logo{display:flex;align-items:center;gap:6px;font-size:.74rem;font-weight:600;color:var(--slate)}
.google-logo img{width:48px}

.gd-review-slider{all:initial;display:block;max-width:100% !important;margin:0 !important;position:relative;font-family:'Inter',sans-serif !important;direction:ltr;padding-bottom:68px !important;box-sizing:border-box}
.gd-review-slider *{box-sizing:border-box}
.gd-review-slider .gd-card{position:relative;border-radius:20px !important;padding:26px !important;background:#0d1f35;border:2px solid transparent !important;background-image:linear-gradient(#0d1f35,#0d1f35),linear-gradient(135deg,rgba(42,125,123,1) 0%,rgba(184,150,90,1) 50%,rgba(42,125,123,1) 100%) !important;background-origin:padding-box,border-box;background-clip:padding-box,border-box;box-shadow:0 14px 40px rgba(13,31,53,.5) !important;min-height:240px !important;display:none;flex-direction:column;justify-content:space-between}
.gd-review-slider .gd-card.active{display:flex !important}
.gd-review-slider .gd-quote{font-size:.95rem !important;line-height:1.72 !important;color:rgba(255,255,255,.88) !important;margin:0 0 22px !important;font-weight:300 !important}
.gd-review-slider .gd-meta{display:flex;align-items:center;gap:11px;border-left:2px solid var(--gold) !important;padding-left:13px}
.gd-review-slider .gd-avatar{width:40px !important;height:40px !important;background:var(--teal) !important;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}
.gd-review-slider .gd-stars{display:flex;gap:2px;color:#f59e0b !important;font-size:.9rem}
.gd-review-slider .gd-name{margin-left:auto;color:#c9a96e !important;font-size:.88rem !important;font-weight:600 !important}
.gd-review-slider .gd-google{display:block;margin:14px auto 0;width:42px !important}
.gd-review-slider .gd-arrow{all:initial !important;position:absolute !important;bottom:6px;height:44px !important;width:44px !important;border-radius:50% !important;border:2px solid rgba(255,255,255,.6) !important;background:rgba(42,125,123,.55) !important;display:flex !important;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:var(--ease)}
.gd-review-slider .gd-arrow:hover{background:var(--teal) !important;border-color:var(--teal) !important}
.gd-review-slider .gd-arrow svg{width:18px !important;height:18px !important;stroke:#ffffff !important;stroke-width:2.5 !important;fill:none !important}
.gd-review-slider .gd-prev{left:8% !important}
.gd-review-slider .gd-next{right:8% !important}

.ba-section-title{font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:12px}
.img-compare{position:relative;width:100%;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);cursor:col-resize;user-select:none;aspect-ratio:4/3}
.img-compare img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;pointer-events:none}
.img-compare__after{clip-path:inset(0 50% 0 0)}
.img-compare__handle{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;transform:translateX(-50%);z-index:10;cursor:col-resize}
.img-compare__btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(0,0,0,.28);z-index:11;pointer-events:none;font-size:.75rem;font-weight:700;color:var(--navy)}
.ba-label-wrap{display:flex;justify-content:space-between;margin-top:8px}
.ba-label{font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:3px 11px;border-radius:50px}
.ba-label--before{background:rgba(26,46,74,.9);color:#fff}
.ba-label--after{background:var(--teal);color:#fff}
.ba-note{font-size:.75rem;color:var(--slate-light);margin-top:8px;line-height:1.5}

.rfy__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.checklist{display:flex;flex-direction:column;gap:9px}
.cl-item{display:flex;align-items:flex-start;gap:11px;padding:13px 15px;background:var(--white);border-radius:var(--radius-sm);border:1px solid var(--border);font-size:.9rem;color:var(--slate);transition:var(--ease)}
.cl-item:hover{border-color:var(--teal);box-shadow:var(--shadow-sm)}
.cl-check{width:20px;height:20px;background:var(--teal);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}
.cl-check svg{width:12px;height:12px}
.cl-item--not .cl-check{background:var(--coral)}

.assess-box{background:var(--navy);border-radius:var(--radius-lg);padding:34px 30px}
.assess-box h3{color:#fff;font-size:1.1rem;margin-bottom:12px}
.assess-box p{color:rgba(255,255,255,.75);font-size:.9rem;margin-bottom:18px;line-height:1.72}
.assess-list{display:flex;flex-direction:column;gap:9px;margin-bottom:24px}
.assess-list li{display:flex;align-items:flex-start;gap:9px;font-size:.87rem;color:rgba(255,255,255,.82);line-height:1.5}
.assess-list li::before{content:'';width:15px;height:15px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:9px;background-position:center;background-repeat:no-repeat}
.assess-note{font-size:.78rem;color:rgba(255,255,255,.45);margin-top:10px;text-align:center;font-style:italic}

.process-intro{text-align:center;max-width:620px;margin:0 auto 60px}
.process-step{display:grid;grid-template-columns:56px 1fr;gap:0;position:relative}
.ps-left{display:flex;flex-direction:column;align-items:center}
.ps-num{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0;position:relative;z-index:1;box-shadow:0 4px 14px rgba(42,125,123,.3)}
.ps-num--teal{background:var(--teal)}
.ps-num--gold{background:var(--gold)}
.ps-num--coral{background:var(--coral)}
.ps-num--green{background:#4a8a7a}
.ps-num--navy{background:var(--navy)}
.ps-line{width:2px;flex:1;background:linear-gradient(to bottom,var(--teal),var(--border));margin:6px 0}
.process-step:last-child .ps-line{display:none}
.ps-content{padding:0 0 48px 20px;min-width:0}
.process-step:last-child .ps-content{padding-bottom:0}
.ps-label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:5px}
.ps-title{font-size:clamp(1rem,2.5vw,1.18rem);font-weight:700;color:var(--navy);margin-bottom:11px;line-height:1.3}
.ps-text{font-size:.93rem;color:var(--slate);line-height:1.75;margin-bottom:12px}
.ps-intro-label{font-size:.88rem;font-weight:600;color:var(--navy);margin-bottom:8px;margin-top:4px}
.ps-bullets{display:flex;flex-direction:column;gap:7px;margin-bottom:14px;padding-left:0}
.ps-bullet{display:flex;align-items:flex-start;gap:9px;font-size:.88rem;color:var(--slate);line-height:1.55}
.ps-bullet::before{content:'→';color:var(--teal);font-weight:700;flex-shrink:0;margin-top:1px;font-size:.88rem}
.ps-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:22px}
.ps-compare-grid .img-compare{aspect-ratio:4/3}
.ps-compare-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:8px}
.ps-photo{margin-top:18px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);max-width:50%}
.ps-photo img{width:100%;display:block;height:auto}
.ps-photo figcaption{font-size:.73rem;color:var(--slate-light);padding:9px 13px;background:var(--bg);line-height:1.5}
.comfort-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px;margin-bottom:14px}
.comfort-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px;text-align:center}
.comfort-card__icon{margin-bottom:7px;color:var(--teal);display:flex;justify-content:center}
.comfort-card__icon svg{width:22px;height:22px}
.comfort-card__title{font-size:.8rem;font-weight:600;color:var(--navy);margin-bottom:3px}
.comfort-card__text{font-size:.74rem;color:var(--slate-light);line-height:1.4}
.ps-callout{font-style:italic;font-weight:600;color:var(--teal);font-size:.93rem;border-left:3px solid var(--gold);padding-left:14px;margin-top:14px;line-height:1.6}

.questions__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.q-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px;transition:var(--ease)}
.q-card:hover{border-color:var(--teal);box-shadow:var(--shadow-sm)}
.q-card__q{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:10px}
.q-card__a{font-size:.88rem;color:var(--slate);line-height:1.7}

.cost__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.cost-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 32px;box-shadow:var(--shadow-md)}
.cost-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:5px}
.cost-amount{font-size:2rem;font-weight:700;color:var(--navy);line-height:1.25}
.cost-note{font-size:.8rem;color:var(--slate-light);margin-bottom:24px}
.cost-factors{display:flex;flex-direction:column;gap:8px;margin-bottom:22px}
.cost-factor{display:flex;align-items:center;gap:9px;font-size:.87rem;color:var(--slate);padding:9px 13px;background:var(--bg);border-radius:var(--radius-sm)}
.cost-dot{width:7px;height:7px;background:var(--gold);border-radius:50%;flex-shrink:0}
.consult-box{background:linear-gradient(135deg,var(--teal) 0%,var(--navy) 100%);border-radius:var(--radius-lg);padding:36px 32px;color:#fff}
.consult-box h3{color:#fff;font-size:1.1rem;margin-bottom:12px}
.consult-box p{color:rgba(255,255,255,.78);font-size:.9rem;margin-bottom:18px;line-height:1.72}
.consult-includes{display:flex;flex-direction:column;gap:9px;margin-bottom:20px}
.consult-includes li{display:flex;align-items:center;gap:9px;font-size:.87rem;color:rgba(255,255,255,.84)}
.consult-includes li span{color:#d4b87a;font-weight:700;flex-shrink:0}
.insurance-note{background:rgba(255,255,255,.09);border-radius:var(--radius-sm);padding:13px 15px;font-size:.8rem;color:rgba(255,255,255,.72);border-left:3px solid #d4b87a;line-height:1.6;margin-bottom:22px}

.who__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.who-cards{display:flex;flex-direction:column;gap:10px}
.who-card{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:var(--white);border-radius:var(--radius-sm);border:1px solid var(--border);transition:var(--ease)}
.who-card:hover{border-color:var(--gold);transform:translateX(3px)}
.who-num{font-size:.72rem;font-weight:700;color:#fff;background:var(--gold);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.who-num svg{width:12px;height:12px}
.who-card--not .who-num{background:var(--coral)}
.who-text{font-size:.9rem;color:var(--slate);line-height:1.55}

.confidence-box{background:var(--navy);border-radius:var(--radius-lg);padding:34px 30px}
.confidence-box h3{color:#fff;font-size:1.1rem;margin-bottom:12px}
.confidence-box p{color:rgba(255,255,255,.72);font-size:.9rem;margin-bottom:14px;line-height:1.72}
.conf-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.conf-list li{display:flex;align-items:center;gap:9px;font-size:.87rem;color:rgba(255,255,255,.82)}
/* B9 fix: plain-text "✓" glyph replaced with an inline SVG check icon (data-URI background),
   same technique already used correctly by .assess-list li::before */
.conf-list li::before{content:'';width:14px;height:14px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233a9a98' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}

.book-section{background:linear-gradient(135deg,#0d1f35 0%,#1a3a38 55%,#0d1f35 100%);padding:88px 0}
.book__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.book__content h2{font-family:var(--font-display);font-size:clamp(1.7rem,3.2vw,2.45rem);color:#fff;margin-bottom:16px;line-height:1.18}
.book__content h2 span{color:#d4b87a}
.book__content p{color:rgba(255,255,255,.72);font-size:.95rem;margin-bottom:20px;line-height:1.75}
.book-clarity{display:flex;flex-direction:column;gap:8px;margin-bottom:30px}
.book-clarity li{display:flex;align-items:flex-start;gap:9px;font-size:.88rem;color:rgba(255,255,255,.82);line-height:1.5}
.book-clarity li::before{content:'→';color:#d4b87a;font-weight:700;flex-shrink:0;margin-top:1px}
.book-btns{display:flex;flex-wrap:wrap;gap:12px}

.contact-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:var(--radius-lg);padding:32px;backdrop-filter:blur(8px)}
.contact-card__label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#d4b87a;margin-bottom:18px}
.ct-item{display:flex;align-items:flex-start;gap:13px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.ct-item:last-of-type{border-bottom:none}
.ct-icon{width:36px;height:36px;background:rgba(42,125,123,.25);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#3a9a98}
.ct-icon svg{width:20px;height:20px}
.ct-title{font-size:.68rem;color:rgba(255,255,255,.45);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}
.ct-value{font-size:.88rem;color:rgba(255,255,255,.86);font-weight:500;line-height:1.5}
.ct-value a{color:var(--teal-light)}
.ct-value a:hover{color:#d4b87a}
.ct-sub{font-size:.73rem;color:rgba(255,255,255,.45);margin-top:2px}
.contact-card__footer{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);text-align:center}
.contact-card__footer .stars{color:#f59e0b;font-size:.9rem;letter-spacing:2px}
.contact-card__footer p{font-size:.74rem;color:rgba(255,255,255,.4);margin-top:3px}

.faq-header{text-align:center;margin-bottom:52px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:var(--ease)}
.faq-item:hover{border-color:var(--teal)}
.faq-q{width:100%;background:none;border:none;text-align:left;padding:18px 20px;font-family:var(--font-body);font-size:.92rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;line-height:1.4}
.faq-q__icon{width:24px;height:24px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff !important;font-size:.95rem;font-weight:400;transition:var(--ease)}

/* ---------- B6 fix: FAQ answer mechanism ----------
   The page no longer ships its own accordion script (see page.js) or
   its own ".open" state. The sitewide global.js accordion (see brief
   section 0) toggles the ".active" class and sets
   answer.style.maxHeight = scrollHeight + 'px' inline via JS — this
   CSS only supplies the base collapsed state and the transition, and
   never sets a competing max-height value on the active state. */
.faq-a{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1);padding:0 20px;font-size:.88rem;color:var(--slate);line-height:1.75}
.faq-item.active .faq-a{border-top:1px solid var(--border);padding-top:14px;padding-bottom:18px}
.faq-item.active .faq-q__icon{transform:rotate(45deg);background:var(--coral)}

/* ---------- B5 fix: NO page-level .reveal{opacity:0...} rule here.
   The sitewide global.css already makes .reveal fully visible by
   default and only hides it (behind body.vd-anim-ready) once
   global.js confirms IntersectionObserver support — see brief
   section 0. Re-declaring ".reveal{opacity:0}" here would re-create
   the exact JS-dependency bug the sitewide fix was built to remove,
   so it is intentionally absent. The .reveal-d1..d4 transition-delay
   utilities are likewise NOT redefined here — they are promoted to
   global-css-additions.css since this is now the second page that
   needs them (see brief section 4/6). */

@media(max-width:1100px){
    .hero__summary-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:900px){
    .hero{padding:60px 0 68px}
    .hero__summary-grid{grid-template-columns:repeat(2,1fr)}
    .intro__grid{grid-template-columns:1fr;gap:36px}
    .doctor-card{position:static}
    .reviews__grid{grid-template-columns:1fr;gap:28px}
    .rfy__grid{grid-template-columns:1fr;gap:28px}
    .cost__grid{grid-template-columns:1fr;gap:24px}
    .who__grid{grid-template-columns:1fr;gap:28px}
    .book__grid{grid-template-columns:1fr;gap:36px}
    .faq-grid{grid-template-columns:1fr}
    .questions__grid{grid-template-columns:1fr}
    .ps-compare-grid{grid-template-columns:1fr;gap:16px}
}

@media(max-width:600px){
    .section{padding:60px 0}
    .wrap{padding:0 16px}
    .book-section{padding:60px 0}
    .hero-headline{font-size:1.7rem}
    .hero__cta-row{flex-direction:column}
    .hero__cta-row .btn{justify-content:center}
    .hero__summary-grid{grid-template-columns:1fr}
    .hero__bottom-bar{flex-direction:column;align-items:flex-start;gap:14px}
    .hero__bb-right{text-align:left}
    .book-btns{flex-direction:column}
    .book-btns .btn{justify-content:center}
    .process-step{grid-template-columns:44px 1fr}
    .ps-num{width:38px;height:38px;font-size:.85rem}
    .ps-content{padding:0 0 36px 14px}
    .ps-text{font-size:.88rem}
    .ps-bullet{font-size:.84rem}
    .ps-photo{max-width:100%}
    .hero__trust{gap:10px}
}

@media(max-width:480px){
    .cost-card{padding:24px 18px}
    .consult-box{padding:24px 20px}
    .assess-box{padding:24px 20px}
    .confidence-box{padding:24px 20px}
    .contact-card{padding:22px 18px}
    .doctor-card__body{padding:16px}
    .rating-bar{flex-wrap:wrap;gap:10px}
}

@media (prefers-reduced-motion:reduce){
    .hero__dot{animation:none}
}