/* =========================================================================
   VIDENT - General Dentistry (pillar service page) - PAGE-SPECIFIC CSS
   Load only on the 3 language URLs of this page via the Site Assets Manager
   "Asset key" field (one shared key, e.g. gdent-general-dentistry, used on
   all three language pages so they compile to one shared, cached file):
     NL  /algemene-tandheelkunde/           (root language)
     EN  /en/general-dentistry-antwerp/
     FR  /fr/dentisterie-generale/

   Everything is scoped under .gdent-page so nothing here can leak onto, or
   be overridden by, any other Elementor widget or page (Master Rule
   Sec33/34). Page prefix is "gdent-" (General DENTistry), deliberately NOT
   "gd-" -- this site's shared review-carousel component (used identically
   on every VIDENT service page: #gdSlider / .gd-card / .gd-quote / .gd-
   arrow etc.) already uses "gd-" as ITS OWN component prefix, unrelated to
   any one page. Reusing that exact component verbatim here (Master Rule
   Sec35/36: reusability, no duplicate functionality) while giving the page
   wrapper itself a distinct "gdent-" prefix avoids any naming confusion
   between "the page called General Dentistry" and "the gd- review widget".

   Relies on the sitewide global.css for, and intentionally does NOT
   redeclare: the .reveal/.image-reveal scroll-reveal system (incl.
   .reveal-d1..d4 stagger utilities), the body.vd-anim-ready gate, the
   .faq-item/.faq-q/.faq-a accordion (state class "active", driven by
   inline max-height, NOT display:none/block), .btn magnetic-hover host
   classes, the custom cursor, the scroll-progress bar, and .icon-ui /
   .icon-ui-sm (the sitewide "luxury line-icon" sizing utility, used below
   in place of every emoji glyph the content brief used for decoration).
   (Master Rule Sec36: no duplicate functionality.)

   Component library below is intentionally the same proven set already
   shipped on the Crowns & Bridges / Pediatric Dentistry pillar pages
   (.hero, .intro__grid, .doctor-card, .feature-list, .who-cards,
   .checklist, .book-section, .faq-*, .gd-review-slider), re-namespaced to
   --gdent- tokens, plus two genuinely new page-specific components this
   page's content requires: .svc-grid/.svc-card (the 6-item "Comprehensive
   General Dentistry Services" list) and .media-card (the self-hosted GBP
   video block). Master Rule Sec54: no new pattern invented where an
   existing one already fits.
   ========================================================================= */

.gdent-page,
.gdent-page *,
.gdent-page *::before,
.gdent-page *::after{box-sizing:border-box}

.gdent-page{
  --gdent-bg:#f8f7f3;
  --gdent-white:#ffffff;
  --gdent-navy:#1c2d3f;
  --gdent-teal:#2f7e6f;
  --gdent-teal-light:#3f9a89;
  --gdent-gold:#b8925a;
  --gdent-gold-light:#c9a96e;
  --gdent-gold-ink:#d8bb84;
  --gdent-coral:#bd5f45;
  --gdent-slate:#4b5768;
  --gdent-slate-light:#75808f;
  --gdent-border:#e4dfd4;
  --gdent-shadow-sm:0 2px 12px rgba(28,45,63,.07);
  --gdent-shadow-md:0 8px 32px rgba(28,45,63,.11);
  --gdent-shadow-lg:0 20px 56px rgba(28,45,63,.15);
  --gdent-radius-sm:8px;
  --gdent-radius-md:16px;
  --gdent-radius-lg:24px;
  --gdent-radius-xl:36px;
  --gdent-font-body:'Inter',sans-serif;
  --gdent-font-display:'Playfair Display',serif;
  --gdent-ease:all .3s cubic-bezier(.4,0,.2,1);
  font-family:var(--gdent-font-body);
  background:var(--gdent-bg);
  color:var(--gdent-slate);
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  display:block;
}
.gdent-page img{display:block;max-width:100%;height:auto}
.gdent-page a{text-decoration:none;color:inherit}
.gdent-page ul{list-style:none}
.gdent-page :focus-visible{outline:2px solid var(--gdent-teal);outline-offset:2px}

/* LAYOUT */
.gdent-page .wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}
.gdent-page .section{padding:88px 0}
.gdent-page .section--white{background:var(--gdent-white)}
.gdent-page .section--bg{background:var(--gdent-bg)}

/* TYPOGRAPHY */
.gdent-page h1{font-family:var(--gdent-font-display);font-weight:700;color:var(--gdent-navy);line-height:1.18}
.gdent-page h2{font-family:var(--gdent-font-display);font-weight:600;color:var(--gdent-teal);line-height:1.2}
.gdent-page h3{font-size:1.1rem;font-weight:600;color:var(--gdent-navy);line-height:1.3}
.gdent-page h4{font-size:.95rem;font-weight:600;color:var(--gdent-gold);line-height:1.3}
.gdent-page p{color:var(--gdent-slate);line-height:1.75}
.gdent-page .section-headline{font-size:clamp(1.5rem,2.8vw,2.15rem);margin-bottom:18px}
.gdent-page .section-label{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--gdent-teal);background:rgba(47,126,111,.09);border-radius:50px;padding:5px 14px;margin-bottom:16px}
.gdent-page .section-label--gold{color:var(--gdent-gold);background:rgba(184,146,90,.1)}
.gdent-page .eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gdent-gold-ink);margin-bottom:12px}

.gdent-page .icon-chip{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gdent-teal)}

/* BUTTONS */
.gdent-page .btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--gdent-font-body);font-weight:600;font-size:.9rem;letter-spacing:.01em;border:none;cursor:pointer;transition:var(--gdent-ease);text-decoration:none;white-space:nowrap;border-radius:50px}
.gdent-page .btn svg{width:17px;height:17px;flex-shrink:0}
.gdent-page .btn--teal{background:var(--gdent-teal);color:#fff;padding:14px 30px;box-shadow:0 4px 18px rgba(47,126,111,.35)}
.gdent-page .btn--teal:hover,.gdent-page .btn--teal:focus-visible{background:var(--gdent-teal-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(47,126,111,.45)}
.gdent-page .btn--gold{background:var(--gdent-gold);color:#fff;padding:14px 30px;box-shadow:0 4px 18px rgba(184,146,90,.35)}
.gdent-page .btn--gold:hover,.gdent-page .btn--gold:focus-visible{background:var(--gdent-gold-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(184,146,90,.45)}
.gdent-page .btn--outline-white{background:transparent;color:#fff;padding:13px 28px;border:2px solid rgba(255,255,255,.55)}
.gdent-page .btn--outline-white:hover,.gdent-page .btn--outline-white:focus-visible{background:rgba(255,255,255,.12);border-color:#fff;transform:translateY(-2px)}

/* HERO */
.gdent-page .hero{background:linear-gradient(150deg,#111f2c 0%,#1a3446 50%,#183a35 100%);padding:72px 0 80px;position:relative;overflow:hidden}
.gdent-page .hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 65% at 75% 50%,rgba(47,126,111,.16) 0%,transparent 65%),radial-gradient(ellipse 35% 45% at 10% 80%,rgba(184,146,90,.1) 0%,transparent 60%);pointer-events:none}
.gdent-page .hero::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:64px;background:var(--gdent-bg);clip-path:ellipse(55% 100% at 50% 100%)}
.gdent-page .hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;z-index:1}
.gdent-page .hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(184,146,90,.18);border:1px solid rgba(184,146,90,.3);border-radius:50px;padding:5px 15px;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gdent-gold-ink);margin-bottom:20px}
.gdent-page .hero__dot{width:6px;height:6px;background:var(--gdent-gold-ink);border-radius:50%;animation:gdent-blink 2s infinite}
@keyframes gdent-blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}
@media (prefers-reduced-motion:reduce){.gdent-page .hero__dot{animation:none}}
.gdent-page .hero-headline{font-size:clamp(1.85rem,3.4vw,2.85rem);color:#fff;margin-bottom:18px}
.gdent-page .hero-headline span{color:var(--gdent-gold-ink)}
.gdent-page .hero-subline{font-size:1.02rem;color:rgba(255,255,255,.78);margin-bottom:32px;max-width:500px}
.gdent-page .hero__cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px}
.gdent-page .hero__trust{display:flex;align-items:center;flex-wrap:wrap;gap:18px}
.gdent-page .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}
.gdent-page .hero__stars-badge .stars{color:#fbbf24;font-size:.95rem;letter-spacing:2px}
.gdent-page .hero__stars-badge span{font-size:.8rem;color:rgba(255,255,255,.8);font-weight:500}
.gdent-page .hero__trust-pill{font-size:.78rem;color:rgba(255,255,255,.62);display:flex;align-items:center;gap:5px}
.gdent-page .hero__trust-pill::before{content:"";width:13px;height:13px;flex-shrink:0;background:var(--gdent-teal-light);-webkit-mask: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") center/contain no-repeat;mask: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") center/contain no-repeat}
.gdent-page .hero__card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--gdent-radius-lg);padding:28px 26px;backdrop-filter:blur(8px)}
.gdent-page .hero__card-title{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gdent-gold-ink);margin-bottom:18px;display:flex;align-items:center;gap:10px}
.gdent-page .hero__card-title::after{content:'';flex:1;height:1px;background:rgba(216,187,132,.3)}
.gdent-page .hero__summary-list{display:flex;flex-direction:column;gap:0}
.gdent-page .hero__summary-list li{display:flex;align-items:flex-start;gap:12px;font-size:.875rem;color:rgba(255,255,255,.85);line-height:1.6;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.gdent-page .hero__summary-list li:last-child{border-bottom:none;padding-bottom:0}
.gdent-page .hero__summary-list li:first-child{padding-top:0}
.gdent-page .hero__summary-list li::before{content:'';width:18px;height:18px;min-width:18px;background:var(--gdent-teal);border-radius:50%;flex-shrink:0;margin-top:1px;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:10px;background-position:center;background-repeat:no-repeat}
.gdent-page .hero__summary-list li strong{color:var(--gdent-gold-ink);font-weight:600}

/* INTRO / TWO-COLUMN WITH DOCTOR CARD */
.gdent-page .intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.gdent-page .intro__lead{font-size:.97rem;line-height:1.78;margin-bottom:16px}

/* DOCTOR CARD */
.gdent-page .doctor-card{background:var(--gdent-white);border:1px solid var(--gdent-border);border-radius:var(--gdent-radius-lg);overflow:hidden;box-shadow:var(--gdent-shadow-md);position:sticky;top:20px}
.gdent-page .doctor-card__head{background:linear-gradient(140deg,#111f2c 0%,#1e3d4f 100%);padding:28px 24px;text-align:center}
.gdent-page .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}
.gdent-page .doctor-card__name{font-family:var(--gdent-font-display);font-size:1.2rem;color:#fff;margin-bottom:4px}
.gdent-page .doctor-card__role{font-size:.78rem;color:rgba(255,255,255,.65)}
.gdent-page .doctor-card__body{padding:22px}
.gdent-page .dc-stat{display:flex;align-items:flex-start;gap:11px;padding:11px 0;border-bottom:1px solid var(--gdent-border)}
.gdent-page .dc-stat:last-of-type{border-bottom:none}
.gdent-page .dc-stat__icon{color:var(--gdent-teal);flex-shrink:0;margin-top:1px;display:flex}
.gdent-page .dc-stat__icon svg{width:18px;height:18px}
.gdent-page .dc-stat__label{font-size:.72rem;color:var(--gdent-slate-light);margin-bottom:2px}
.gdent-page .dc-stat__value{font-size:.87rem;font-weight:600;color:var(--gdent-navy);line-height:1.4}
.gdent-page .dc-tags{margin-top:16px;padding:14px;background:rgba(47,126,111,.06);border-radius:var(--gdent-radius-sm)}
.gdent-page .dc-tags__title{font-size:.68rem;font-weight:700;color:var(--gdent-teal);text-transform:uppercase;letter-spacing:.09em;margin-bottom:9px}
.gdent-page .dc-tags__wrap{display:flex;flex-wrap:wrap;gap:5px}
.gdent-page .dc-tag{font-size:.7rem;font-weight:500;color:var(--gdent-navy);background:var(--gdent-white);border:1px solid var(--gdent-border);border-radius:50px;padding:3px 10px}

/* REVIEWS + VIDEO (side by side: real Google reviews carousel, real
   self-hosted clinic video) */
.gdent-page .proof__header{text-align:center;margin-bottom:44px}
.gdent-page .proof__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:stretch}
.gdent-page .rating-bar{display:flex;align-items:center;gap:16px;background:var(--gdent-white);border:1px solid var(--gdent-border);border-radius:var(--gdent-radius-md);padding:16px 22px;margin-bottom:18px;flex-wrap:wrap}
.gdent-page .rating-big{font-size:2.2rem;font-weight:700;color:var(--gdent-navy);line-height:1}
.gdent-page .rating-stars{color:#f59e0b;font-size:1rem;letter-spacing:3px;margin-bottom:2px}
.gdent-page .rating-count{font-size:.76rem;color:var(--gdent-slate-light)}
.gdent-page .google-logo{display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:600;color:var(--gdent-slate);margin-left:auto}
.gdent-page .google-logo img{width:44px}

/* Shared review-carousel component - class/id names kept identical to
   every other VIDENT service page (see file header note) so this is a
   genuine reuse, not a re-implementation, of the sitewide widget. */
.gdent-page .gd-review-slider{display:block;max-width:100%;margin:0;position:relative;direction:ltr;padding-bottom:68px;box-sizing:border-box}
.gdent-page .gd-review-slider *{box-sizing:border-box}
.gdent-page .gd-review-slider .gd-card{position:relative;border-radius:20px;padding:26px;background:#0d1f2b;border:2px solid transparent;background-image:linear-gradient(#0d1f2b,#0d1f2b),linear-gradient(135deg,rgba(47,126,111,1) 0%,rgba(184,146,90,1) 50%,rgba(47,126,111,1) 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;box-shadow:0 14px 40px rgba(13,31,43,.5);min-height:230px;display:none;flex-direction:column;justify-content:space-between}
.gdent-page .gd-review-slider .gd-card.active{display:flex}
.gdent-page .gd-review-slider .gd-quote{font-size:.94rem;line-height:1.72;color:rgba(255,255,255,.88);margin:0 0 22px;font-weight:300}
.gdent-page .gd-review-slider .gd-meta{display:flex;align-items:center;gap:11px;border-left:2px solid var(--gdent-gold);padding-left:13px}
.gdent-page .gd-review-slider .gd-avatar{width:40px;height:40px;background:var(--gdent-teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}
.gdent-page .gd-review-slider .gd-stars{display:flex;gap:2px;color:#f59e0b;font-size:.9rem}
.gdent-page .gd-review-slider .gd-name{margin-left:auto;color:var(--gdent-gold-light);font-size:.87rem;font-weight:600}
.gdent-page .gd-review-slider .gd-arrow{position:absolute;bottom:6px;height:44px;width:44px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:rgba(47,126,111,.55);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:var(--gdent-ease)}
.gdent-page .gd-review-slider .gd-arrow:hover,.gdent-page .gd-review-slider .gd-arrow:focus-visible{background:var(--gdent-teal);border-color:var(--gdent-teal)}
.gdent-page .gd-review-slider .gd-arrow svg{width:18px;height:18px;stroke:#fff;stroke-width:2.5;fill:none}
.gdent-page .gd-review-slider .gd-prev{left:8%}
.gdent-page .gd-review-slider .gd-next{right:8%}
@media (prefers-reduced-motion:reduce){.gdent-page .gd-review-slider .gd-arrow{transition:none}}

/* Self-hosted clinic video card (Google Business Profile video,
   downloaded and re-hosted - see PAGE ARCHITECTURE / ASSETS notes in the
   audit package for why the raw googleusercontent.com link is not used
   directly as the video src). Fixed aspect-ratio box sized from the
   video's own real dimensions (360x640, portrait) so nothing shifts
   during load (Master Rule Sec28/Sec32 CLS). */
.gdent-page .media-card{background:var(--gdent-navy);border-radius:var(--gdent-radius-lg);padding:20px;display:flex;flex-direction:column;box-shadow:var(--gdent-shadow-md)}
.gdent-page .media-card__label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gdent-gold-ink);margin-bottom:14px}
.gdent-page .media-card__frame{position:relative;width:100%;max-width:230px;aspect-ratio:360/640;margin:0 auto;border-radius:var(--gdent-radius-md);overflow:hidden;background:#000;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.gdent-page .media-card__frame video{width:100%;height:100%;object-fit:cover;display:block}
.gdent-page .media-card__caption{margin-top:16px;font-size:.8rem;color:rgba(255,255,255,.68);text-align:center;line-height:1.6}

/* FEATURE LIST ("A Different Kind of Dental Experience") */
.gdent-page .feature-list{display:flex;flex-direction:column;gap:10px}
.gdent-page .fl-item{display:flex;align-items:flex-start;gap:13px;padding:14px 16px;background:var(--gdent-bg);border-radius:var(--gdent-radius-sm);border:1px solid var(--gdent-border);transition:var(--gdent-ease)}
.gdent-page .fl-item:hover,.gdent-page .fl-item:focus-within{border-color:var(--gdent-teal);box-shadow:var(--gdent-shadow-sm);transform:translateX(3px)}
.gdent-page .fl-icon{width:34px;height:34px;background:var(--gdent-teal);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}
.gdent-page .fl-icon svg{width:16px;height:16px}
.gdent-page .fl-title{font-size:.88rem;font-weight:600;color:var(--gdent-navy);margin-bottom:1px}
.gdent-page .fl-desc{font-size:.79rem;color:var(--gdent-slate-light);line-height:1.5}
.gdent-page .highlight-box{background:rgba(184,146,90,.08);border:1px solid rgba(184,146,90,.22);border-radius:var(--gdent-radius-sm);padding:18px 20px;margin-top:22px}
.gdent-page .highlight-box p{font-size:.92rem;color:var(--gdent-navy);line-height:1.7;margin:0;font-style:italic}

/* SERVICE GRID ("Comprehensive General Dentistry Services") */
.gdent-page .svc-intro{max-width:720px;margin:0 auto 48px;text-align:center}
.gdent-page .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gdent-page .svc-card{background:var(--gdent-white);border:1px solid var(--gdent-border);border-radius:var(--gdent-radius-md);padding:26px 22px;transition:var(--gdent-ease)}
.gdent-page .svc-card:hover,.gdent-page .svc-card:focus-within{border-color:var(--gdent-teal);box-shadow:var(--gdent-shadow-md);transform:translateY(-3px)}
.gdent-page .svc-card__icon{width:42px;height:42px;background:rgba(47,126,111,.1);border-radius:11px;display:flex;align-items:center;justify-content:center;color:var(--gdent-teal);margin-bottom:14px}
.gdent-page .svc-card__icon svg{width:21px;height:21px}
.gdent-page .svc-card h3{font-size:1rem;margin-bottom:8px}
.gdent-page .svc-card p{font-size:.85rem;line-height:1.68;margin:0}
.gdent-page .svc-card__link{display:inline-flex;align-items:center;gap:5px;margin-top:12px;font-size:.8rem;font-weight:600;color:var(--gdent-teal)}
.gdent-page .svc-card__link svg{width:13px;height:13px}
.gdent-page .svc-card__link:hover,.gdent-page .svc-card__link:focus-visible{color:var(--gdent-coral)}
.gdent-page .svc-footnote{margin-top:36px;background:var(--gdent-white);border:1px solid var(--gdent-border);border-radius:var(--gdent-radius-md);padding:26px 28px}
.gdent-page .svc-footnote h3{margin-bottom:8px}
.gdent-page .svc-footnote p{margin:0}

/* WHO-CARDS (numbered highlight list - "Why Patients Choose VIDENT") */
.gdent-page .who-cards{display:flex;flex-direction:column;gap:10px}
.gdent-page .who-card{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:var(--gdent-white);border-radius:var(--gdent-radius-sm);border:1px solid var(--gdent-border);transition:var(--gdent-ease)}
.gdent-page .who-card:hover{border-color:var(--gdent-gold);transform:translateX(3px)}
.gdent-page .who-num{font-size:.72rem;font-weight:700;color:#fff;background:var(--gdent-gold);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.gdent-page .who-body h3{font-size:.95rem;margin-bottom:4px}
.gdent-page .who-body p{font-size:.87rem;line-height:1.6;margin:0}

/* CHECKLIST ("Your First Visit to VIDENT") */
.gdent-page .checklist{display:flex;flex-direction:column;gap:9px}
.gdent-page .cl-item{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;background:var(--gdent-bg);border-radius:var(--gdent-radius-sm);border:1px solid var(--gdent-border);font-size:.9rem;color:var(--gdent-slate);transition:var(--gdent-ease)}
.gdent-page .cl-item:hover{border-color:var(--gdent-teal);box-shadow:var(--gdent-shadow-sm)}
.gdent-page .cl-check{width:22px;height:22px;background:var(--gdent-teal);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}
.gdent-page .cl-check svg{width:12px;height:12px}
.gdent-page .visit__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}

/* BOOK / CONTACT */
.gdent-page .book-section{background:linear-gradient(135deg,#0d1f2b 0%,#183a35 55%,#0d1f2b 100%);padding:88px 0}
.gdent-page .book__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.gdent-page .book__content h2{font-family:var(--gdent-font-display);font-size:clamp(1.7rem,3.2vw,2.45rem);color:#fff;margin-bottom:16px;line-height:1.18}
.gdent-page .book__content h2 span{color:var(--gdent-gold-ink)}
.gdent-page .book__content p{color:rgba(255,255,255,.72);font-size:.95rem;margin-bottom:20px;line-height:1.75}
.gdent-page .book-btns{display:flex;flex-wrap:wrap;gap:12px}
.gdent-page .contact-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:var(--gdent-radius-lg);padding:32px;backdrop-filter:blur(8px)}
.gdent-page .contact-card__label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gdent-gold-ink);margin-bottom:18px}
.gdent-page .ct-item{display:flex;align-items:flex-start;gap:13px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.gdent-page .ct-item:last-of-type{border-bottom:none}
.gdent-page .ct-icon{width:36px;height:36px;background:rgba(47,126,111,.25);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}
.gdent-page .ct-icon svg{width:17px;height:17px}
.gdent-page .ct-title{font-size:.68rem;color:rgba(255,255,255,.45);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}
.gdent-page .ct-value{font-size:.88rem;color:rgba(255,255,255,.86);font-weight:500;line-height:1.5}
.gdent-page .ct-value a{color:var(--gdent-teal-light)}
.gdent-page .ct-value a:hover,.gdent-page .ct-value a:focus-visible{color:var(--gdent-gold-ink)}
.gdent-page .ct-sub{font-size:.73rem;color:rgba(255,255,255,.45);margin-top:2px}
.gdent-page .contact-card__footer{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);text-align:center}
.gdent-page .contact-card__footer .stars{color:#f59e0b;font-size:.9rem;letter-spacing:2px}
.gdent-page .contact-card__footer p{font-size:.74rem;color:rgba(255,255,255,.4);margin-top:3px}

/* FAQ (visual styling only - open/close state, icon rotate and content
   height are entirely handled by the sitewide global.css/.js ".active"
   class; this file never redeclares display:none/block or a competing
   max-height default). */
.gdent-page .faq-header{text-align:center;margin-bottom:52px}
.gdent-page .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.gdent-page .faq-item{background:var(--gdent-bg);border:1px solid var(--gdent-border);border-radius:var(--gdent-radius-md);overflow:hidden;transition:var(--gdent-ease)}
.gdent-page .faq-item:hover{border-color:var(--gdent-teal)}
.gdent-page .faq-q{width:100%;background:none;border:none;text-align:left;padding:18px 20px;font-family:var(--gdent-font-body);font-size:.92rem;font-weight:600;color:var(--gdent-navy);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;line-height:1.4}
.gdent-page .faq-q__icon{width:24px;height:24px;background:var(--gdent-teal);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:.95rem;font-weight:400;transition:var(--gdent-ease)}
.gdent-page .faq-a{padding:0 20px 18px;font-size:.88rem;color:var(--gdent-slate);line-height:1.75;border-top:1px solid var(--gdent-border);padding-top:14px}
.gdent-page .faq-item.active .faq-q__icon{transform:rotate(45deg);background:var(--gdent-coral)}

/* RESPONSIVE - TABLET (<=900px) */
@media(max-width:900px){
  .gdent-page .hero__grid{grid-template-columns:1fr;gap:36px}
  .gdent-page .hero{padding:60px 0 68px}
  .gdent-page .intro__grid{grid-template-columns:1fr;gap:36px}
  .gdent-page .doctor-card{position:static}
  .gdent-page .proof__grid{grid-template-columns:1fr}
  .gdent-page .svc-grid{grid-template-columns:repeat(2,1fr)}
  .gdent-page .visit__grid{grid-template-columns:1fr;gap:28px}
  .gdent-page .book__grid{grid-template-columns:1fr;gap:36px}
  .gdent-page .faq-grid{grid-template-columns:1fr}
}

/* RESPONSIVE - MOBILE (<=600px) */
@media(max-width:600px){
  .gdent-page .section{padding:60px 0}
  .gdent-page .wrap{padding:0 16px}
  .gdent-page .book-section{padding:60px 0}
  .gdent-page .hero-headline{font-size:1.7rem}
  .gdent-page .hero__cta-row{flex-direction:column}
  .gdent-page .hero__cta-row .btn{justify-content:center}
  .gdent-page .book-btns{flex-direction:column}
  .gdent-page .book-btns .btn{justify-content:center}
  .gdent-page .svc-grid{grid-template-columns:1fr}
  .gdent-page .rating-bar{flex-wrap:wrap;gap:10px}
  .gdent-page .google-logo{margin-left:0}
}

/* RESPONSIVE - SMALL MOBILE (<=480px) */
@media(max-width:480px){
  .gdent-page .contact-card{padding:22px 18px}
  .gdent-page .doctor-card__body{padding:16px}
  .gdent-page .media-card{padding:16px}
  .gdent-page .svc-footnote{padding:20px 18px}
}