@charset "UTF-8";
/* ============ Banners section ============ */
.banners{padding:56px 40px 72px;background:#fff}
.banner-grid{
  max-width:1040px;margin:0 auto;
  display:grid;grid-template-columns:repeat(2,1fr);gap:24px 32px;
}
.banner{
  display:block;position:relative;overflow:hidden;
  border:1px solid var(--ink-100);
  aspect-ratio:16/7;background:#f8f8f8;
  transition:opacity .2s;
}
.banner:hover{opacity:0.88}
.banner.media { background: url('../img/sec04_brn01.png') no-repeat center/cover; }
.banner.dexcom { background: url('../img/sec04_brn02.png') no-repeat center/cover; }
.banner.pit { background: url('../img/sec04_brn03.png') no-repeat center/cover; }
.banner.online { background: url('../img/sec04_brn04.png') no-repeat center/cover; }
.banner.herpes { background: url('../img/sec04_brn05.png') no-repeat center/cover; }
.banner.exosome { background: url('../img/sec04_brn06.png') no-repeat center/cover; }
.banner.hifu { background: url('../img/sec04_brn07.png') no-repeat center/cover; }
.banner.hpv { background: url('../img/sec04_brn08.png') no-repeat center/cover; }
.banner.botox { background: linear-gradient(135deg,#e8ccb0,#c9a887); }

.doctors-file{margin-top:16px;display:grid;grid-template-columns:1fr;gap:10px}
.doctors-file a{
  display:flex;align-items:center;gap:14px;
  border:1px solid var(--ink-200);padding:10px 14px;background:#fff;
  font-size:11.5px;line-height:1.5;
}
.doctors-file a .ph{
  width:78px;height:44px;flex-shrink:0;
  background:linear-gradient(135deg,#cfd8cc,#aab8a5);
}
.doctors-file a .tag{
  background:var(--green-700);color:#fff;font-size:10px;padding:2px 8px;
  display:inline-block;margin-top:4px;letter-spacing:0.08em;
}

@media (max-width:860px){
  .banner-grid{grid-template-columns:1fr}
  .hours{overflow-x:auto;}
  .hours table{min-width:500px;}
}
