
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Inter:wght@400;500;600&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
img{max-width:100%;display:block}
a{text-decoration:none}

:root{
  --blue:       #1a4a9b;
  --blue-dark:  #123578;
  --blue-light: #e8eef8;
  --blue-mid:   #b8cbe8;
  --teal:       #0d7b5f;
  --teal-light: #e6f4f0;
  --teal-mid:   #c2e0d8;
  --red:        #cc2222;
  --red-light:  #fdeaea;
  --off-white:  #f5f7fc;
  --white:      #ffffff;
  --dark:       #111827;
  --muted:      #6b7280;
  --border:     #e5e7eb;
  --font-display:'Playfair Display',Georgia,serif;
  --font-body:'Inter',system-ui,sans-serif;
  --radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-pill:100px;
  --shadow-card:0 4px 24px rgba(26,74,155,0.10);
  --max-w:1100px;--section-py:80px;
}

body{font-family:var(--font-body);font-size:16px;color:var(--dark);
  background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}

.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}
.section{padding:var(--section-py) 0}
.section--tinted{background:var(--off-white)}

.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;
  font-weight:600;letter-spacing:.10em;text-transform:uppercase;
  color:var(--blue);margin-bottom:16px}
.eyebrow::before{content:'';display:block;width:24px;height:2px;
  background:var(--blue);border-radius:2px;flex-shrink:0}

.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);
  font-weight:700;line-height:1.15;color:var(--dark);margin-bottom:16px}
.section-sub{font-size:17px;color:var(--muted);line-height:1.7;max-width:560px}
.text-center{text-align:center}
.text-center .section-sub{margin:0 auto}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);
  font-size:15px;font-weight:600;padding:13px 28px;border-radius:var(--radius-pill);
  cursor:pointer;border:none;transition:background .2s,transform .15s}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:var(--blue);color:var(--white)}
.btn--primary:hover{background:var(--blue-dark)}
.btn--red{background:var(--red);color:var(--white)}
.btn--red:hover{background:#a81c1c}
.btn--outline{background:transparent;color:var(--blue);border:2px solid var(--blue)}
.btn--outline:hover{background:var(--blue-light)}
.btn--white{background:var(--white);color:var(--blue)}
.btn--white:hover{background:var(--off-white)}
.btn--ghost{background:none;color:var(--dark);padding:0;
  border-bottom:1.5px solid var(--dark);border-radius:0;font-size:15px}
.btn--ghost:hover{color:var(--blue);border-color:var(--blue);transform:none}
.btn--wa{background:#25d366;color:var(--white)}
.btn--wa:hover{background:#1da851}

/* NAV */
.nav{position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,0.97);backdrop-filter:blur(8px);
  border-bottom:1px solid var(--border);height:70px;display:flex;align-items:center}
.nav__inner{display:flex;align-items:center;justify-content:space-between;
  width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}
.nav__logo{display:flex;align-items:center;gap:12px}
.nav__logo img{height:42px;width:42px;object-fit:contain}
.nav__clinic-name{font-family:var(--font-display);font-size:17px;font-weight:700;
  color:var(--dark);display:block;line-height:1.2}
.nav__tagline{font-size:10px;font-weight:500;color:var(--blue);
  letter-spacing:.07em;text-transform:uppercase;display:block}
.nav__links{display:flex;align-items:center;gap:32px;list-style:none}
.nav__links a{font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}
.nav__links a:hover,.nav__links a.active{color:var(--blue)}
.nav__cta{font-size:14px;padding:9px 22px}
.nav__hamburger{display:none;flex-direction:column;gap:5px;
  background:none;border:none;cursor:pointer;padding:4px}
.nav__hamburger span{display:block;width:22px;height:2px;
  background:var(--dark);border-radius:2px;transition:transform .3s,opacity .3s}
.nav__drawer{position:fixed;inset:70px 0 0 0;background:var(--white);z-index:99;
  padding:32px 24px;border-top:1px solid var(--border);
  flex-direction:column;gap:4px;display:none}
.nav__drawer.open{display:flex}
.nav__drawer a{font-size:18px;font-weight:500;color:var(--dark);
  padding:14px 0;border-bottom:1px solid var(--border)}
.nav__drawer a.active,.nav__drawer a:hover{color:var(--blue)}
.nav__drawer .btn--primary{margin-top:16px;width:100%;justify-content:center;font-size:16px}

/* FOOTER */
.footer{background:#0f1f45;color:rgba(255,255,255,.7);padding:64px 0 32px}
.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.footer__logo img{height:38px;width:38px;object-fit:contain}
.footer__clinic-name{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--white)}
.footer__desc{font-size:14px;line-height:1.7;margin-bottom:20px}
.footer__contact-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;margin-bottom:10px}
.footer__contact-icon{color:var(--blue-mid);flex-shrink:0;margin-top:2px}
.footer__col-title{font-size:12px;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;color:var(--white);margin-bottom:20px}
.footer__links{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer__links a{font-size:14px;color:rgba(255,255,255,.65);transition:color .2s}
.footer__links a:hover{color:var(--blue-mid)}
.footer__hours{display:flex;flex-direction:column;gap:10px}
.footer__hour-row{display:flex;justify-content:space-between;font-size:13px;gap:12px}
.footer__hour-row span:last-child{color:var(--blue-mid);font-weight:500}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;
  display:flex;align-items:center;justify-content:space-between;
  font-size:12px;color:rgba(255,255,255,.4)}

/* ARC MOTIF — now in blue */
.arc{position:absolute;pointer-events:none}
.arc-ring{position:absolute;border-radius:50%;border:1.5px solid var(--blue)}

/* HERO */
.hero{background:var(--off-white);position:relative;overflow:hidden;padding:0}
.hero__inner{display:grid;grid-template-columns:1fr 1fr;min-height:580px}
.hero__content{display:flex;flex-direction:column;justify-content:center;
  padding:72px 48px 72px 0;position:relative;z-index:2}
.hero__headline{font-family:var(--font-display);font-size:clamp(36px,5vw,56px);
  font-weight:700;line-height:1.1;color:var(--dark);margin-bottom:20px}
.hero__headline em{font-style:italic;color:var(--blue)}
.hero__sub{font-size:17px;color:var(--muted);line-height:1.75;margin-bottom:36px}
.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hero__stats{display:flex;gap:36px;margin-top:48px;
  padding-top:36px;border-top:2px solid var(--blue-mid)}
.hero__stat-val{font-family:var(--font-display);font-size:30px;
  font-weight:700;color:var(--blue);line-height:1}
.hero__stat-label{font-size:12px;color:var(--muted);margin-top:5px}

/* Hero photo panel */
.hero__photo{position:relative;overflow:hidden}
.hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero__photo-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to right, var(--off-white) 0%, transparent 18%)}

/* Arc decorations on hero */
.hero__arcs{position:absolute;right:-80px;top:-80px;
  width:420px;height:420px;pointer-events:none;z-index:3}
.hero__arcs div{position:absolute;border-radius:50%;border:1.5px solid var(--blue)}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:20px;margin-top:48px}
.service-card{background:var(--white);border:1px solid var(--border);
  border-radius:var(--radius-md);padding:28px 24px;
  transition:box-shadow .2s,transform .2s,border-color .2s}
.service-card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px);
  border-color:var(--blue-mid)}
.service-card__icon{width:52px;height:52px;background:var(--blue-light);
  border-radius:var(--radius-sm);display:flex;align-items:center;
  justify-content:center;margin-bottom:18px}
.service-card__icon svg{width:26px;height:26px;stroke:var(--blue);fill:none;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-card__name{font-size:16px;font-weight:600;color:var(--dark);margin-bottom:8px}
.service-card__desc{font-size:14px;color:var(--muted);line-height:1.6}

/* TRUST */
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:32px;margin-top:48px}
.trust-item{display:flex;align-items:flex-start;gap:16px}
.trust-icon{width:44px;height:44px;flex-shrink:0;background:var(--blue-light);
  border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}
.trust-icon svg{width:22px;height:22px;stroke:var(--blue);fill:none;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trust-item__title{font-size:15px;font-weight:600;color:var(--dark);margin-bottom:4px}
.trust-item__desc{font-size:13px;color:var(--muted);line-height:1.6}

/* TESTIMONIALS */
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;margin-top:48px}
.testimonial-card{background:var(--white);border:1px solid var(--border);
  border-radius:var(--radius-md);padding:28px}
.testimonial-card__stars{color:#f59e0b;font-size:16px;margin-bottom:14px;letter-spacing:2px}
.testimonial-card__text{font-size:15px;line-height:1.7;color:var(--dark);
  margin-bottom:20px;font-style:italic}
.testimonial-card__author{display:flex;align-items:center;gap:12px}
.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;
  background:var(--blue-light);display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:700;color:var(--blue)}
.testimonial-card__name{font-size:14px;font-weight:600;color:var(--dark)}
.testimonial-card__location{font-size:12px;color:var(--muted)}

/* CTA BANNER */
.cta-banner{background:var(--blue);padding:72px 0;
  text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;right:-80px;top:-80px;
  width:320px;height:320px;border-radius:50%;border:60px solid rgba(255,255,255,.07)}
.cta-banner::after{content:'';position:absolute;left:-60px;bottom:-60px;
  width:240px;height:240px;border-radius:50%;border:40px solid rgba(255,255,255,.05)}
.cta-banner__title{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);
  font-weight:700;color:var(--white);margin-bottom:12px}
.cta-banner__sub{font-size:17px;color:rgba(255,255,255,.82);margin-bottom:36px}
.cta-banner__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn--outline-white{background:transparent;color:var(--white);
  border:2px solid rgba(255,255,255,.5);border-radius:var(--radius-pill);
  padding:13px 28px;font-size:15px;font-weight:600;
  display:inline-flex;align-items:center;gap:8px;transition:background .2s}
.btn--outline-white:hover{background:rgba(255,255,255,.12)}

/* PAGE HEADER */
.page-header{background:var(--off-white);padding:72px 0 64px;
  position:relative;overflow:hidden;border-bottom:3px solid var(--blue)}
.page-header__title{font-family:var(--font-display);
  font-size:clamp(36px,5vw,54px);font-weight:700;color:var(--dark);margin-bottom:12px}
.page-header__sub{font-size:17px;color:var(--muted);max-width:520px;line-height:1.7}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.about-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}
.about-img img{width:100%;height:100%;object-fit:cover}
.value-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:24px}
.value-list li{display:flex;align-items:flex-start;gap:12px;
  font-size:15px;color:var(--dark);line-height:1.5}
.value-list li::before{content:'✓';display:flex;align-items:center;justify-content:center;
  width:22px;height:22px;flex-shrink:0;background:var(--blue-light);
  border-radius:50%;color:var(--blue);font-size:11px;font-weight:700;margin-top:1px}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:24px;margin-top:48px}
.team-card{text-align:center;background:var(--white);border:1px solid var(--border);
  border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .2s}
.team-card:hover{box-shadow:var(--shadow-card)}
.team-card__img{aspect-ratio:3/4;overflow:hidden}
.team-card__img img{width:100%;height:100%;object-fit:cover;object-position:top}
.team-card__body{padding:20px}
.team-card__name{font-size:16px;font-weight:600;color:var(--dark)}
.team-card__role{font-size:13px;color:var(--blue);margin-top:4px}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}
.contact-info{display:flex;flex-direction:column;gap:28px}
.contact-info-item{display:flex;gap:16px;align-items:flex-start}
.contact-info-item__icon{width:44px;height:44px;flex-shrink:0;
  background:var(--blue-light);border-radius:var(--radius-sm);
  display:flex;align-items:center;justify-content:center}
.contact-info-item__icon svg{width:20px;height:20px;stroke:var(--blue);fill:none;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-info-item__label{font-size:12px;font-weight:600;color:var(--muted);
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}
.contact-info-item__val{font-size:15px;color:var(--dark);line-height:1.6}
.contact-form{background:var(--white);border:1px solid var(--border);
  border-radius:var(--radius-lg);padding:40px}
.form-title{font-family:var(--font-display);font-size:24px;font-weight:700;
  color:var(--dark);margin-bottom:28px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:13px;font-weight:600;
  color:var(--dark);margin-bottom:6px}
.form-group input,.form-group select,.form-group textarea{
  width:100%;padding:11px 14px;border:1.5px solid var(--border);
  border-radius:var(--radius-sm);font-family:var(--font-body);
  font-size:14px;color:var(--dark);background:var(--white);
  transition:border-color .2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{
  border-color:var(--blue)}
.form-group textarea{resize:vertical;min-height:120px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-submit{width:100%;justify-content:center;margin-top:8px}
.map-placeholder{background:var(--blue-light);border-radius:var(--radius-md);
  height:280px;display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:10px;color:var(--blue);
  font-size:14px;font-weight:500;margin-top:32px}

/* WA FLOAT BUTTON */
.wa-float{position:fixed;bottom:24px;right:24px;z-index:200;
  width:56px;height:56px;border-radius:50%;background:#25d366;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(37,211,102,.4);
  transition:transform .2s,box-shadow .2s}
.wa-float:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(37,211,102,.5)}
.wa-float svg{width:28px;height:28px;fill:white}

/* RESPONSIVE */
@media(max-width:900px){
  :root{--section-py:56px}
  .hero__inner{grid-template-columns:1fr}
  .hero__photo{min-height:320px}
  .hero__content{padding:56px 0 40px}
  .hero__photo-overlay{background:linear-gradient(to bottom,var(--off-white) 0%,transparent 20%)}
  .about-grid{grid-template-columns:1fr;gap:40px}
  .contact-grid{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr 1fr}
  .footer__brand{grid-column:1/-1}
}
@media(max-width:640px){
  :root{--section-py:48px}
  .nav__links,.nav__cta{display:none}
  .nav__hamburger{display:flex}
  .hero__stats{gap:20px;flex-wrap:wrap}
  .form-row{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .footer__bottom{flex-direction:column;gap:8px;text-align:center}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{transition:none!important;animation:none!important}
}


/* ── Page load animations ── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}

.anim-hero-content { animation: fadeSlideUp 0.7s cubic-bezier(.22,.68,0,1.2) both; }
.anim-hero-photo   { animation: slideInRight 0.8s cubic-bezier(.22,.68,0,1.2) 0.15s both; }
.anim-eyebrow      { animation: fadeSlideUp 0.5s ease 0.05s both; }
.anim-headline     { animation: fadeSlideUp 0.6s ease 0.12s both; }
.anim-sub          { animation: fadeSlideUp 0.6s ease 0.22s both; }
.anim-actions      { animation: fadeSlideUp 0.6s ease 0.32s both; }
.anim-stats        { animation: fadeSlideUp 0.6s ease 0.44s both; }
.anim-page-header  { animation: fadeSlideUp 0.65s cubic-bezier(.22,.68,0,1.2) both; }

/* Scroll-triggered sections — start invisible, JS adds .visible */
.anim-section {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.anim-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile nav fixes */
@media(max-width:640px){
  .nav__inner { gap: 8px; }
  .nav__clinic-name { font-size: 14px; }
  .nav__tagline { font-size: 9px; letter-spacing: .04em; }
  .nav__logo img { height: 36px; width: 36px; }
  .nav__hamburger { margin-left: auto; }
}

/* ════════════════════════════════════════════════════════
   MOBILE FIXES — all inline-grid sections + button fixes
   ════════════════════════════════════════════════════════ */

/* Fix Book appointment button — consistent pill style everywhere */
.btn--primary {
  white-space: nowrap;
}
.nav__cta {
  border-radius: 100px !important;
}

/* Fix outline button shape — was stretching into pill on narrow screens */
.btn--outline {
  border-radius: 100px;
  white-space: nowrap;
  display: inline-flex;
  width: auto;
}

/* WhatsApp float — lift above mobile browser chrome */
.wa-float {
  bottom: 28px;
  right: 20px;
  z-index: 300;
}

@media (max-width: 768px) {

  /* ── Stack ALL inline 2-col grids on mobile ── */
  /* These target the inline style="display:grid;grid-template-columns:1fr 1fr" sections */
  section .container > [style*="grid-template-columns:1fr 1fr"],
  section .container > [style*="grid-template-columns: 1fr 1fr"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
  }

  /* Images in stacked sections — full width, reasonable height */
  section .container > [style*="grid-template-columns"] .about-img,
  section .container > [style*="grid-template-columns"] > div > .about-img {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16/9 !important;
  }

  /* About grid (class-based) */
  .about-grid {
    grid-template-columns: 1fr !important;
    direction: ltr !important;
  }
  .about-grid > [style*="direction:ltr"] {
    direction: ltr !important;
  }

  /* Services equipment double-image column — stack them */
  .services-equipment-imgs {
    flex-direction: column;
  }

  /* Trust grid on mobile — keep single column */
  .trust-grid[style*="grid-template-columns:1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* ── Get directions button — fix broken pill shape ── */
  .btn--outline {
    padding: 12px 24px !important;
    font-size: 14px !important;
    border-radius: 100px !important;
    width: auto !important;
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;      /* remove arrow gap on mobile */
  }

  /* Hide arrows on outline buttons on mobile to prevent wrapping */
  .btn--outline .btn-arrow {
    display: none;
  }

  /* ── Book appointment — match desktop pill style on mobile ── */
  .btn--primary {
    padding: 13px 24px !important;
    border-radius: 100px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  /* Nav CTA button — keep consistent */
  .nav__cta {
    padding: 9px 18px !important;
    font-size: 13px !important;
    border-radius: 100px !important;
  }

  /* Mobile drawer book button */
  .nav__drawer .btn--primary {
    padding: 14px 24px !important;
    border-radius: 100px !important;
    font-size: 15px !important;
  }

  /* ── CTA banner buttons on mobile ── */
  .cta-banner__actions {
    flex-direction: column;
    align-items: center;
  }
  .cta-banner__actions .btn--white,
  .cta-banner__actions .btn--outline-white {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  /* ── Testimonial grid ── */
  .testimonial-grid {
    grid-template-columns: 1fr !important;
  }

  /* ── Services grid — 1 col on very small screens ── */
  .services-grid {
    grid-template-columns: 1fr !important;
  }

  /* ── Page header — less padding on mobile ── */
  .page-header {
    padding: 48px 0 40px !important;
  }

  /* ── Hero stats — wrap nicely ── */
  .hero__stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }

  /* ── Footer bottom ── */
  .footer__bottom {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  /* Extra small phones */
  .hero__headline {
    font-size: 34px !important;
  }
  .section-title {
    font-size: 26px !important;
  }
  .cta-banner__title {
    font-size: 26px !important;
  }
  .page-header__title {
    font-size: 32px !important;
  }
  .services-grid {
    grid-template-columns: 1fr !important;
  }
  .trust-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Two column sections — stack on mobile */
@media (max-width: 768px) {
  .two-col-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
  }
  .two-col-section .about-img {
    aspect-ratio: 4/3 !important;
    width: 100% !important;
  }
  /* Reverse-direction sections — reset on mobile */
  .about-grid[style*="direction:rtl"],
  .two-col-section[style*="direction:rtl"] {
    direction: ltr !important;
  }
}

/* ════════════════════════════════════════════════════════
   FINAL MOBILE POLISH
   ════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* All 2-col sections — stack image on top, text below */
  .two-col-section,
  .about-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    direction: ltr !important;
  }

  /* Images always go full width, good aspect ratio */
  .two-col-section .about-img,
  .about-grid .about-img,
  .two-col-section > div > .about-img {
    width: 100% !important;
    aspect-ratio: 4/3 !important;
    border-radius: 16px !important;
  }

  /* Reset any rtl direction on mobile */
  .about-grid[style],
  .two-col-section[style] {
    direction: ltr !important;
  }

  /* Reverse sections — image goes after text on mobile 
     (we use order to keep image below text) */
  .about-grid .about-img,
  .two-col-section .about-img {
    order: 2;
  }
  .about-grid > div:not(.about-img),
  .two-col-section > div:not(.about-img) {
    order: 1;
  }

  /* Services equipment images — stack */
  .services-equipment-imgs {
    width: 100% !important;
  }
  .services-equipment-imgs .about-img {
    aspect-ratio: 4/3 !important;
    width: 100% !important;
  }

  /* Get directions button — clean pill, no wrapping */
  .btn--outline {
    padding: 11px 22px !important;
    font-size: 14px !important;
    border-radius: 100px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
  }

  /* Book appointment — same pill everywhere */
  .btn--primary,
  a.btn--primary,
  button.btn--primary {
    border-radius: 100px !important;
    white-space: nowrap !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
  }

  /* Hero section — no side padding compression */
  .hero__content {
    padding: 48px 0 32px !important;
  }

  /* Section body text — better line length on mobile */
  .section-sub,
  .hero__sub {
    font-size: 15px !important;
  }

  /* Trust items on mobile — proper single column */
  .trust-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Centered trust items on about values section */
  .trust-item[style*="flex-direction:column"] {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
}
