/* ======================================================================
   ELÇİ V3.2 — TEK ÜST KABUK
   Bütün ana sayfaları aynı header/hero koordinatında tutar.
   Bu dosya sayfa içi eski stillerden SONRA yüklenir.
   ====================================================================== */
:root{
  --elci-v32-container:1240px;
  --elci-v32-header-top:36px;
  --elci-v32-header-main:108px;
  --elci-v32-hero-min:632px;
  --elci-v32-card-w:400px;
  --elci-v32-card-h:432px;
}

body .container{
  width:min(var(--elci-v32-container),calc(100% - 48px))!important;
  max-width:var(--elci-v32-container)!important;
  margin-inline:auto!important;
  padding-inline:0!important;
  box-sizing:border-box!important;
}

/* Header: bütün sayfalarda aynı koordinat ve ölçü */
body>header:first-of-type{
  height:calc(var(--elci-v32-header-top) + var(--elci-v32-header-main))!important;
  min-height:calc(var(--elci-v32-header-top) + var(--elci-v32-header-main))!important;
  background:linear-gradient(104deg,#5a1fa8 0%,#44127f 48%,#260943 100%)!important;
  border:0!important;
  box-shadow:0 10px 28px rgba(26,7,50,.18)!important;
}
body .header-top{
  height:var(--elci-v32-header-top)!important;
  min-height:var(--elci-v32-header-top)!important;
  padding:0!important;
  background:rgba(255,255,255,.035)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
}
body .header-top>.container{height:100%!important;min-height:100%!important}
body .header-main{
  height:var(--elci-v32-header-main)!important;
  min-height:var(--elci-v32-header-main)!important;
  padding:0!important;background:transparent!important;border:0!important;
}
body .header-main>.container{
  height:100%!important;min-height:100%!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:40px!important;
}
body .header-main .logo-text{width:356px!important;min-width:356px!important;max-width:356px!important;flex:0 0 356px!important}
body .header-main .brand-lockup{
  width:356px!important;min-width:356px!important;height:84px!important;min-height:84px!important;
  box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:14px!important;
  padding:10px 16px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:22px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.055))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10)!important;
  transform:none!important;
}
body .header-main .brand-lockup:hover{transform:translateY(-2px)!important;border-color:rgba(192,243,255,.52)!important}
body .header-main .brand-mark{
  width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;flex:0 0 62px!important;
  padding:4px!important;border-radius:18px!important;background:#fff!important;display:grid!important;place-items:center!important;
}
body .header-main .brand-mark img{
  width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;max-width:54px!important;max-height:54px!important;
  border-radius:14px!important;object-fit:contain!important;
}
body .header-main .brand-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:3px!important;line-height:1!important}
body .header-main .brand-copy strong{
  margin:0!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:21px!important;font-weight:850!important;line-height:1.18!important;letter-spacing:-.025em!important;white-space:nowrap!important;
}
body .header-main .header-signature{
  margin:0!important;color:#e8fbff!important;-webkit-text-fill-color:#e8fbff!important;
  font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:12.5px!important;font-weight:750!important;font-style:normal!important;line-height:1.25!important;letter-spacing:0!important;transform:none!important;
}
body .header-main .header-signature::after{display:none!important}
body .header-main nav,body .header-main .main-nav{margin-left:auto!important;align-self:stretch!important;display:flex!important;align-items:center!important}
body .header-main nav>ul{
  height:100%!important;display:flex!important;align-items:center!important;gap:25px!important;margin:0!important;padding:0!important;
}
body .header-main nav>ul>li{height:100%!important;display:flex!important;align-items:center!important;position:relative!important}
body .header-main nav>ul>li>a{
  position:relative!important;height:44px!important;min-height:44px!important;padding:0!important;
  display:flex!important;align-items:center!important;color:#fff!important;
  font-family:"Manrope",sans-serif!important;font-size:14.5px!important;font-weight:760!important;line-height:1!important;letter-spacing:-.01em!important;
}
body .header-main nav>ul>li>a::after{
  content:""!important;position:absolute!important;left:0!important;right:auto!important;bottom:2px!important;
  width:100%!important;height:3px!important;border-radius:999px!important;
  background:linear-gradient(90deg,#54e6f3,#fff)!important;
  transform:scaleX(0)!important;transform-origin:left center!important;
  transition:transform .24s cubic-bezier(.22,.78,.24,1)!important;
}
body .header-main nav>ul>li>a:hover::after,
body .header-main nav>ul>li>a:focus-visible::after,
body .header-main nav>ul>li>a.active::after,
body .header-main nav>ul>li>a[aria-current="page"]::after{transform:scaleX(1)!important}

/* Hero dış kabuk */
body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero){
  position:relative!important;overflow:hidden!important;
  min-height:var(--elci-v32-hero-min)!important;height:auto!important;padding:68px 0!important;border:0!important;color:#fff!important;
  background:
    radial-gradient(620px 420px at 84% 16%,rgba(61,219,235,.20),transparent 70%),
    radial-gradient(520px 380px at 15% 110%,rgba(122,54,211,.18),transparent 72%),
    linear-gradient(112deg,#25103f 0%,#381068 49%,#176f8f 118%)!important;
  box-sizing:border-box!important;
}
body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero)::before{
  content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;
  opacity:.16!important;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px)!important;
  background-size:58px 58px!important;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.45) 55%,transparent 94%)!important;
}
body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero)::after{
  content:""!important;position:absolute!important;width:430px!important;height:430px!important;right:-170px!important;top:-210px!important;
  border:1px solid rgba(255,255,255,.10)!important;border-radius:50%!important;
  box-shadow:0 0 0 58px rgba(255,255,255,.025),0 0 0 118px rgba(255,255,255,.018)!important;
  background:none!important;opacity:1!important;pointer-events:none!important;
}
body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero)>.container{
  position:relative!important;z-index:2!important;min-height:calc(var(--elci-v32-hero-min) - 136px)!important;
  display:flex!important;align-items:center!important;
}
body :is(.hero-layout,.patient-hero-grid){
  width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) var(--elci-v32-card-w)!important;
  align-items:center!important;gap:56px!important;margin:0!important;
}
body :is(.hero-copy,.patient-hero-copy){
  width:100%!important;max-width:760px!important;min-width:0!important;
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;margin:0!important;padding:0!important;
  opacity:1!important;transform:none!important;filter:none!important;
}
body :is(.hero-copy,.patient-hero-copy)>.hero-eyebrow{
  min-height:38px!important;height:38px!important;box-sizing:border-box!important;
  display:inline-flex!important;align-items:center!important;gap:8px!important;
  margin:0 0 20px!important;padding:8px 14px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;
  background:rgba(255,255,255,.09)!important;color:#fff!important;
  font-family:"Manrope",sans-serif!important;font-size:12.5px!important;font-weight:850!important;line-height:1.2!important;letter-spacing:.02em!important;text-transform:none!important;
}
body :is(.hero-copy,.patient-hero-copy)>h1,
body .blog-hero .hero-copy .elci-page-title,
body .faq-hero .hero-copy .elci-page-title,
body .premium-hero h1{
  width:100%!important;max-width:760px!important;height:72px!important;min-height:72px!important;
  display:flex!important;align-items:flex-end!important;margin:0!important;padding:0!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(52px,4.1vw,66px)!important;font-weight:900!important;font-style:normal!important;
  line-height:1.02!important;letter-spacing:-.052em!important;white-space:nowrap!important;text-wrap:nowrap!important;
  text-shadow:0 3px 20px rgba(0,0,0,.26)!important;
  opacity:1!important;transform:none!important;filter:none!important;animation:none!important;
}
body :is(.hero-copy,.patient-hero-copy)>.hero-signature{
  width:max-content!important;height:64px!important;min-height:64px!important;
  display:flex!important;align-items:center!important;margin:7px 0 0!important;padding:0!important;
  color:#e7fbff!important;-webkit-text-fill-color:#e7fbff!important;
  font-family:"Great Vibes",cursive!important;font-size:clamp(50px,4vw,62px)!important;font-weight:400!important;font-style:normal!important;
  line-height:1!important;letter-spacing:0!important;transform:rotate(-1.2deg)!important;
}
body :is(.hero-copy,.patient-hero-copy)>.hero-signature::after{bottom:4px!important}
body :is(.hero-copy,.patient-hero-copy)>.hero-divider{
  flex:0 0 auto!important;width:128px!important;height:4px!important;margin:18px 0 20px!important;border-radius:999px!important;
  background:linear-gradient(90deg,#31d9e9 0%,#d7fbff 48%,#31d9e9 100%)!important;background-size:220% 100%!important;background-position:0 0!important;
  opacity:1!important;transform-origin:left center!important;transform:scaleX(1)!important;
  box-shadow:0 0 0 rgba(49,217,233,0)!important;
  transition:width .34s cubic-bezier(.22,.78,.24,1),background-position .45s ease,transform .34s cubic-bezier(.22,.78,.24,1),box-shadow .34s ease!important;
  animation:elciV32DividerIn .62s cubic-bezier(.22,.78,.24,1) .25s both!important;
}
body :is(.hero-copy,.patient-hero-copy):hover>.hero-divider,
body :is(.hero-copy,.patient-hero-copy):focus-within>.hero-divider{
  width:190px!important;background-position:100% 0!important;transform:translateX(4px) scaleX(1)!important;
  box-shadow:0 0 20px rgba(49,217,233,.34)!important;
}
body :is(.hero-copy,.patient-hero-copy)>.hero-sub{
  width:100%!important;max-width:740px!important;height:58px!important;min-height:58px!important;max-height:58px!important;
  display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;
  margin:0!important;padding:0!important;color:#f3f7fb!important;
  font-family:"Manrope",sans-serif!important;font-size:16.5px!important;font-weight:500!important;line-height:1.7!important;letter-spacing:-.012em!important;
}
body :is(.hero-copy,.patient-hero-copy)>.hero-cta{
  height:50px!important;min-height:50px!important;margin:24px 0 0!important;gap:12px!important;
  display:flex!important;align-items:center!important;flex-wrap:nowrap!important;
}
body :is(.hero-copy,.patient-hero-copy)>.hero-cta .btn{
  height:50px!important;min-height:50px!important;padding:0 22px!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  font-family:"Manrope",sans-serif!important;font-size:14px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;
}
body :is(.hero-copy,.patient-hero-copy)>.hero-notice{
  height:22px!important;min-height:22px!important;margin:18px 0 0!important;padding:0!important;
  display:flex!important;align-items:flex-start!important;gap:9px!important;color:#eaf6fb!important;
  font-family:"Manrope",sans-serif!important;font-size:13px!important;line-height:1.55!important;
}

/* Sağ kart: aynı dış ölçü, aynı logo/başlık/list koordinatı */
body :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card,.service-hero-card){
  position:relative!important;width:var(--elci-v32-card-w)!important;min-width:var(--elci-v32-card-w)!important;max-width:var(--elci-v32-card-w)!important;
  height:var(--elci-v32-card-h)!important;min-height:var(--elci-v32-card-h)!important;max-height:var(--elci-v32-card-h)!important;
  box-sizing:border-box!important;margin:0!important;padding:32px!important;
  display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;
  border:1px solid rgba(255,255,255,.29)!important;border-radius:32px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(43,171,207,.16))!important;
  box-shadow:0 24px 60px rgba(12,8,38,.22)!important;backdrop-filter:blur(12px)!important;overflow:hidden!important;
  opacity:1!important;transform:none!important;filter:none!important;animation:none!important;
  transition:transform .28s cubic-bezier(.22,.78,.24,1),border-color .28s ease,box-shadow .28s ease!important;
}
body :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card,.service-hero-card):hover{
  transform:translateY(-4px)!important;border-color:rgba(189,248,255,.46)!important;box-shadow:0 30px 72px rgba(12,8,38,.28)!important;
}
body :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card,.service-hero-card)>.brand-orbit{
  position:absolute!important;z-index:0!important;right:-86px!important;top:-102px!important;width:260px!important;height:260px!important;
  border:1px solid rgba(255,255,255,.13)!important;border-radius:50%!important;background:transparent!important;pointer-events:none!important;
}
body :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card,.service-hero-card)>.brand-orbit::after{
  content:""!important;position:absolute!important;inset:42px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:50%!important;
}
body :is(.about-card-logo,.hero-card-logo,.service-card-logo){
  position:relative!important;z-index:1!important;width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;
  margin:0 0 20px!important;padding:7px!important;box-sizing:border-box!important;border-radius:25px!important;background:#fff!important;
  box-shadow:0 12px 26px rgba(19,10,45,.15)!important;display:grid!important;place-items:center!important;
}
body :is(.about-card-logo,.hero-card-logo,.service-card-logo) img{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;border-radius:18px!important}
body :is(.about-card-kicker,.hero-card-kicker,.service-card-kicker){
  position:relative!important;z-index:1!important;display:block!important;height:17px!important;min-height:17px!important;
  margin:0 0 10px!important;padding:0!important;border:0!important;background:none!important;
  color:#bdf8ff!important;font-family:"Manrope",sans-serif!important;font-size:12px!important;font-weight:850!important;line-height:1.35!important;letter-spacing:.09em!important;text-transform:uppercase!important;
}
body :is(.about-card-title,.hero-card-title,.service-card-title){
  position:relative!important;z-index:1!important;display:block!important;height:78px!important;min-height:78px!important;max-height:78px!important;overflow:hidden!important;
  margin:0!important;padding:0!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-family:"Manrope",sans-serif!important;font-size:28px!important;font-weight:900!important;line-height:1.22!important;letter-spacing:-.035em!important;
}
body :is(.about-card-list,.hero-card-list,.service-card-list){
  position:relative!important;z-index:1!important;display:grid!important;gap:0!important;margin:auto 0 0!important;padding:0!important;
}
body :is(.about-card-list,.hero-card-list,.service-card-list)>span,
body .patient-card-links>a{
  min-height:52px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:12px!important;
  margin:0!important;padding:12px 0!important;border:0!important;border-top:1px solid rgba(255,255,255,.18)!important;border-radius:0!important;
  background:transparent!important;color:#f6fbff!important;text-decoration:none!important;
  font-family:"Manrope",sans-serif!important;font-size:13.5px!important;font-weight:650!important;line-height:1.45!important;
  transition:padding-left .22s ease,color .22s ease,background-color .22s ease!important;
}
body .patient-card-links>a{min-height:42px!important;padding:8px 0!important}
body .patient-card-links>a:hover,body .patient-card-links>a:focus-visible{padding-left:8px!important;color:#bdf8ff!important;background:rgba(255,255,255,.035)!important}
body :is(.about-card-list,.hero-card-list,.service-card-list) i{width:22px!important;min-width:22px!important;color:#bdf8ff!important;text-align:center!important}

@keyframes elciV32DividerIn{
  from{opacity:0;transform:scaleX(.14);background-position:0 0}
  to{opacity:1;transform:scaleX(1);background-position:38% 0}
}
@keyframes elciV32Enter{
  from{opacity:0;transform:translate3d(0,14px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@media (prefers-reduced-motion:no-preference){
  body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero) :is(.hero-copy,.patient-hero-copy){animation:elciV32Enter .52s cubic-bezier(.22,.8,.24,1) both!important}
  body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero) :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card,.service-hero-card){animation:elciV32Enter .58s .08s cubic-bezier(.22,.8,.24,1) both!important}
}

@media (max-width:1180px){
  :root{--elci-v32-container:1040px;--elci-v32-card-w:350px;--elci-v32-card-h:420px}
  body .header-main>.container{gap:24px!important}
  body .header-main .logo-text{width:318px!important;min-width:318px!important;max-width:318px!important;flex-basis:318px!important}
  body .header-main .brand-lockup{width:318px!important;min-width:318px!important}
  body .header-main .brand-copy strong{font-size:19px!important}
  body .header-main nav>ul{gap:16px!important}
  body .header-main nav>ul>li>a{font-size:13.5px!important}
  body :is(.hero-layout,.patient-hero-grid){gap:38px!important}
  body :is(.hero-copy,.patient-hero-copy)>h1,body .blog-hero .hero-copy .elci-page-title,body .faq-hero .hero-copy .elci-page-title,body .premium-hero h1{font-size:clamp(46px,4.9vw,60px)!important}
  body :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card,.service-hero-card){padding:28px!important}
  body :is(.about-card-title,.hero-card-title,.service-card-title){font-size:25px!important}
}

@media (max-width:1080px){
  :root{--elci-v32-header-main:112px;--elci-v32-header-top:0px;--elci-v32-hero-min:580px}
  body .header-top{display:none!important}
  body .header-main{height:112px!important;min-height:112px!important}
  body .header-main .logo-text{width:300px!important;min-width:300px!important;max-width:300px!important;flex-basis:300px!important}
  body .header-main .brand-lockup{width:300px!important;min-width:300px!important;height:78px!important;min-height:78px!important;padding:8px 13px!important}
  body .header-main .brand-mark{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;flex-basis:58px!important}
  body .header-main .brand-mark img{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important}
  body .header-main nav>ul{gap:13px!important}
  body .header-main nav>ul>li>a{font-size:13px!important}
  body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero){padding:58px 0!important}
  body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero)>.container{min-height:calc(var(--elci-v32-hero-min) - 116px)!important}
}

@media (max-width:900px){
  :root{--elci-v32-header-main:82px;--elci-v32-header-top:0px;--elci-v32-hero-min:auto;--elci-v32-card-w:100%;--elci-v32-card-h:auto}
  body .container{width:min(100% - 28px,var(--elci-v32-container))!important}
  body>header:first-of-type,body .header-main{height:82px!important;min-height:82px!important}
  body .header-main>.container{gap:12px!important}
  body .header-main .logo-text{width:auto!important;min-width:0!important;max-width:none!important;flex:1 1 auto!important}
  body .header-main .brand-lockup{width:max-content!important;max-width:calc(100vw - 92px)!important;min-width:0!important;height:62px!important;min-height:62px!important;padding:6px 9px!important;border-radius:16px!important;gap:10px!important}
  body .header-main .brand-mark{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;flex-basis:48px!important;border-radius:13px!important}
  body .header-main .brand-mark img{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}
  body .header-main .brand-copy strong{font-size:15px!important}
  body .header-main .header-signature{font-size:10px!important}
  body .header-main nav,body .header-main .main-nav{align-self:center!important}
  body :is(.hero-layout,.patient-hero-grid){grid-template-columns:1fr!important;gap:32px!important}
  body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero){min-height:0!important;padding:48px 0!important}
  body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero)>.container{min-height:0!important;display:block!important}
  body :is(.hero-copy,.patient-hero-copy){max-width:none!important}
  body :is(.hero-copy,.patient-hero-copy)>h1,body .blog-hero .hero-copy .elci-page-title,body .faq-hero .hero-copy .elci-page-title,body .premium-hero h1{
    height:auto!important;min-height:0!important;font-size:clamp(40px,11vw,58px)!important;white-space:normal!important;text-wrap:balance!important;
  }
  body :is(.hero-copy,.patient-hero-copy)>.hero-signature{height:auto!important;min-height:0!important;font-size:clamp(40px,12vw,56px)!important}
  body :is(.hero-copy,.patient-hero-copy)>.hero-sub{height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:visible!important;font-size:16px!important}
  body :is(.hero-copy,.patient-hero-copy)>.hero-cta{height:auto!important;min-height:0!important;flex-wrap:wrap!important}
  body :is(.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card,.service-hero-card){width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;padding:25px!important;border-radius:26px!important}
  body :is(.about-card-title,.hero-card-title,.service-card-title){height:auto!important;min-height:0!important;max-height:none!important}
}

@media (max-width:520px){
  body .header-main .brand-copy strong{font-size:13.5px!important}
  body .header-main .header-signature{display:none!important}
  body :is(.hero-copy,.patient-hero-copy)>.hero-eyebrow{max-width:100%!important;height:auto!important;min-height:36px!important;font-size:11.5px!important}
  body :is(.hero-copy,.patient-hero-copy)>.hero-cta{width:100%!important}
  body :is(.hero-copy,.patient-hero-copy)>.hero-cta .btn{width:100%!important}
}

@media (prefers-reduced-motion:reduce){
  body :is(.hero-copy,.patient-hero-copy)>.hero-divider,
  body :is(section.premium-hero,section.about-hero,section.blog-hero,section.patient-hero,section.services-hero,section.faq-hero) :is(.hero-copy,.patient-hero-copy,.hero-brand-card,.about-hero-card,.editorial-hero-card,.patient-hero-card,.services-hero-card,.service-hero-card){
    animation:none!important;transition:none!important;transform:none!important;opacity:1!important;filter:none!important;
  }
}
