.footer{
box-sizing:border-box !important;
width:100% !important;
margin:0 !important;
padding:56px 0 22px !important;
background:#0f172a !important;
color:#94a3b8 !important;
border:0 !important;
font-family:var(--page-font) !important;
}
.footer *{box-sizing:border-box !important}
.footer>.wrap:not(.legal),.footer .wrap:not(.legal){
width:min(calc(100% - 48px),1180px) !important;
max-width:1180px !important;
margin:0 auto !important;
padding-left:0 !important;
padding-right:0 !important;
}
.footer .foot{
display:grid !important;
grid-template-columns:1.5fr repeat(3,1fr) !important;
gap:40px !important;
width:100% !important;
margin:0 !important;
padding:0 !important;
align-items:start !important;
}
.footer .footer-brand-block{grid-column:auto !important}
.footer .brand.footbrand,.footer .footbrand,.footer .brand-text-only{
display:inline-flex !important;
align-items:center !important;
gap:0 !important;
margin:0 !important;
padding:0 !important;
color:#fff !important;
font-size:22px !important;
font-weight:900 !important;
line-height:1.2 !important;
letter-spacing:-.03em !important;
text-decoration:none !important;
}
.footer .preview-disclaimer{
margin:10px 0 0 !important;
max-width:300px !important;
padding:0 !important;
color:#94a3b8 !important;
font-size:13px !important;
font-weight:400 !important;
line-height:1.7 !important;
}
.footer .footer-group h3{
margin:0 0 13px !important;
padding:0 !important;
color:#f8fafc !important;
font-size:14px !important;
font-weight:700 !important;
line-height:1.4 !important;
letter-spacing:.06em !important;
}
.footer .footer-group>a{
display:block !important;
margin:8px 0 !important;
padding:0 !important;
color:#94a3b8 !important;
font-size:14px !important;
font-weight:400 !important;
line-height:1.6 !important;
text-decoration:none !important;
}
.footer .footer-group>a:hover{color:#fff !important}
.footer .social-links{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin:0 !important;padding:0 !important}
.footer .social-link{
width:40px !important;height:40px !important;margin:0 !important;padding:0 !important;
border:1px solid #334155 !important;border-radius:12px !important;
display:grid !important;place-items:center !important;color:#a8b3c3 !important;
background:transparent !important;line-height:1 !important;
transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease !important;
}
.footer .social-link:hover{color:#fff !important;border-color:#64748b !important;background:#1e293b !important;transform:translateY(-2px) !important}
.footer .social-link svg{width:20px !important;height:20px !important;display:block !important;fill:currentColor !important;stroke:none !important}
.footer .social-link.youtube svg{width:22px !important}.footer .social-link.tiktok svg{width:19px !important}
.footer .social-link.instagram svg{fill:none !important;stroke:currentColor !important;stroke-width:1.9 !important}
.footer>.legal.wrap,.footer .legal.wrap{
box-sizing:border-box !important;
display:flex !important;
flex-direction:row !important;
justify-content:flex-start !important;
align-items:center !important;
width:min(calc(100% - 48px),1180px) !important;
max-width:1180px !important;
min-height:41px !important;
margin:40px auto 0 !important;
padding:20px 0 0 0 !important;
border-top:1px solid #243044 !important;
color:#7f8da3 !important;
text-align:left !important;
}
.footer .legal-copy{
display:block !important;
width:auto !important;
margin:0 !important;
padding:0 !important;
color:#7f8da3 !important;
font-family:var(--page-font) !important;
font-size:12px !important;
font-weight:400 !important;
line-height:20px !important;
letter-spacing:0 !important;
text-align:left !important;
white-space:normal !important;
}
@media(max-width:780px){
.footer{padding:48px 0 20px !important}
.footer>.wrap:not(.legal),.footer .wrap:not(.legal){width:min(calc(100% - 28px),1180px) !important}
.footer .foot{grid-template-columns:1fr !important;gap:30px !important}
.footer>.legal.wrap,.footer .legal.wrap{
width:min(calc(100% - 28px),1180px) !important;
margin-top:36px !important;
padding:18px 0 0 0 !important;
min-height:39px !important;
}
.footer .legal-copy{font-size:11px !important;line-height:20px !important}
}


.social-link.discord svg,.social-link.threads svg{width:20px;height:20px;fill:currentColor;stroke:none}


.footer .social-links{display:grid !important;grid-template-columns:repeat(3,40px) !important;grid-auto-rows:40px !important;gap:10px !important;width:max-content !important;}






#faq .faq,
#obs-clinic-home .clinic-problem-groups{
  width:min(100%,900px)!important;
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:grid!important;
  gap:12px!important;
}
#faq .faq details,
#obs-clinic-home .clinic-problem-accordion{
  margin:0!important;
  border:1px solid #e2e8f0!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(15,23,42,.035)!important;
  overflow:hidden!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
#obs-clinic-home .clinic-problem-accordion:first-child{border-top:1px solid #e2e8f0!important}
#faq .faq details[open],
#obs-clinic-home .clinic-problem-accordion[open]{
  border-color:#cbdcf8!important;
  box-shadow:0 8px 24px rgba(37,99,235,.07)!important;
}
#faq .faq summary,
#obs-clinic-home .clinic-problem-summary{
  min-height:60px!important;
  padding:17px 20px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  cursor:pointer!important;
  list-style:none!important;
  background:#fff!important;
  color:#172033!important;
  font-size:15.5px!important;
  font-weight:700!important;
  line-height:1.55!important;
  letter-spacing:-.015em!important;
}
#faq .faq summary::-webkit-details-marker,
#obs-clinic-home .clinic-problem-summary::-webkit-details-marker{display:none!important}
#faq .faq details[open] summary,
#obs-clinic-home .clinic-problem-accordion[open] .clinic-problem-summary{
  color:#1d4ed8!important;
  background:#f8fbff!important;
}
#faq .faq summary:after{
  content:'+'!important;
  margin-left:auto!important;
  flex:0 0 auto!important;
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  color:#2563eb!important;
  font-size:18px!important;
  font-weight:500!important;
  line-height:1!important;
}
#faq .faq details[open] summary:after{content:'−'!important}
#obs-clinic-home .clinic-accordion-toggle{
  margin-left:auto!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  position:relative!important;
}
#obs-clinic-home .clinic-accordion-toggle:before,
#obs-clinic-home .clinic-accordion-toggle:after{
  content:''!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:11px!important;
  height:1.5px!important;
  background:#2563eb!important;
  transform:translate(-50%,-50%)!important;
  border-radius:2px!important;
}
#obs-clinic-home .clinic-accordion-toggle:after{transform:translate(-50%,-50%) rotate(90deg)!important}
#obs-clinic-home .clinic-problem-accordion[open] .clinic-accordion-toggle:after{opacity:0!important}
#obs-clinic-home .clinic-problem-group-num{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:34px!important;
  height:24px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  color:#2563eb!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
}
#obs-clinic-home .clinic-problem-title{font:inherit!important;color:inherit!important}
#faq .faq details p,
#obs-clinic-home .clinic-problem-body{
  margin:0!important;
  padding:0 20px 19px!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.75!important;
  background:#fff!important;
}
#obs-clinic-home .clinic-problem-list{
  margin:0!important;
  padding:2px 0 0 20px!important;
  display:grid!important;
  gap:7px!important;
  color:#64748b!important;
}
#obs-clinic-home .clinic-problem-list li{margin:0!important;font-size:14px!important;line-height:1.7!important}


.footer>.wrap:not(.legal),.footer .wrap:not(.legal){width:min(calc(100% - 40px),1080px)!important}
.footer .foot{
  display:grid!important;
  grid-template-columns:minmax(220px,1.15fr) minmax(190px,.9fr) minmax(240px,1fr)!important;
  align-items:center!important;
  justify-content:center!important;
  gap:48px!important;
  padding:8px 0 18px!important;
}
.footer .footer-brand-block,
.footer .footer-link-column{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  min-width:0!important;
}
.footer .brand.footbrand,.footer .footbrand,.footer .brand-text-only{
  margin:0!important;
  font-size:24px!important;
  line-height:1.2!important;
}
.footer .footer-brand-socials{
  display:grid!important;
  grid-template-columns:repeat(3,40px)!important;
  grid-template-rows:repeat(2,40px)!important;
  gap:9px!important;
  width:max-content!important;
  margin:18px auto 0!important;
  padding:0!important;
}
.footer .footer-link-column>a{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:7px 8px!important;
  text-align:center!important;
  color:#94a3b8!important;
  font-size:13.5px!important;
  font-weight:400!important;
  line-height:1.5!important;
  text-decoration:none!important;
}
.footer .footer-link-column>a:hover{color:#fff!important}
.footer .footer-group h3,
.footer .footer-social,
.footer .preview-disclaimer{display:none!important}
.footer>.legal.wrap,.footer .legal.wrap{
  margin-top:22px!important;
  padding-top:18px!important;
  justify-content:center!important;
  text-align:center!important;
}
.footer .legal-copy{text-align:center!important;margin:0 auto!important}

@media(max-width:820px){
  .footer .foot{
    grid-template-columns:1fr 1fr!important;
    gap:30px 20px!important;
  }
  .footer .footer-brand-block{grid-column:1/-1!important}
}
@media(max-width:620px){
  #faq .faq,
  #obs-clinic-home .clinic-problem-groups{gap:10px!important}
  #faq .faq summary,
  #obs-clinic-home .clinic-problem-summary{
    min-height:56px!important;
    padding:15px 15px!important;
    font-size:14.5px!important;
    gap:9px!important;
  }
  #faq .faq details p,
  #obs-clinic-home .clinic-problem-body{padding:0 15px 17px!important;font-size:13.5px!important}
  #obs-clinic-home .clinic-problem-list li{font-size:13.5px!important}
  .footer{padding-top:42px!important}
  .footer .foot{grid-template-columns:1fr!important;gap:24px!important}
  .footer .footer-brand-block{grid-column:auto!important}
  .footer .footer-link-column{width:min(100%,320px)!important;margin:0 auto!important}
  .footer .footer-link-column>a{padding:6px 8px!important}
}




header.nav,
.subpage-nav{
  background:rgba(255,255,255,.84)!important;
  backdrop-filter:blur(20px) saturate(180%)!important;
  -webkit-backdrop-filter:blur(20px) saturate(180%)!important;
  border-bottom:1px solid rgba(226,232,240,.92)!important;
  box-shadow:0 8px 28px rgba(15,23,42,.04)!important;
}
header.nav>.wrap.navin,
.subpage-nav>.wrap.navin,
header.nav .wrap.navin,
.subpage-nav .wrap.navin{
  width:min(calc(100% - 48px),1180px)!important;
  min-height:72px!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:20px!important;
}
header.nav .brand,
.subpage-nav .brand{
  justify-self:start!important;
  margin:0!important;
  font-size:22px!important;
  line-height:1.1!important;
  color:#0f172a!important;
}
header.nav .right,
.subpage-nav .nav-actions{
  justify-self:end!important;
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
header.nav .langbox,
.subpage-nav .lang-switch{position:relative!important}
header.nav .langbtn,
.subpage-nav .lang-switch summary{
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:0 14px!important;
  border:1px solid #d8e1ec!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.96)!important;
  color:#334155!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1!important;
  box-shadow:0 2px 8px rgba(15,23,42,.03)!important;
}
header.nav .langbtn:hover,
.subpage-nav .lang-switch summary:hover{
  border-color:#bfdbfe!important;
  background:#fff!important;
}
header.nav .langmenu,
.subpage-nav .lang-menu{
  top:calc(100% + 10px)!important;
  border:1px solid #d8e1ec!important;
  border-radius:14px!important;
  padding:8px!important;
  box-shadow:0 18px 40px rgba(15,23,42,.10)!important;
}
header.nav .btn.primary{
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:12px!important;
  box-shadow:0 12px 24px rgba(37,99,235,.18)!important;
}
.subpage-nav .back-link{
  color:#475467!important;
  font-weight:700!important;
}
.subpage-nav .back-link:hover{color:#1d4ed8!important}


.hero-experience .hero{
  min-height:auto!important;
  display:block!important;
  padding:84px 0 38px!important;
  background:
    radial-gradient(circle at 82% 14%, rgba(191,219,254,.72) 0, rgba(191,219,254,0) 32%),
    linear-gradient(180deg,#fbfdff 0%,#f7fbff 100%)!important;
}
.hero-experience .hero-grid{
  display:block!important;
  max-width:1180px!important;
}
.hero-experience .hero-copy-center{
  max-width:1120px!important;
  padding:0 24px!important;
}
.hero-experience .hero h1{
  max-width:1120px!important;
  font-size:clamp(46px,4.7vw,68px)!important;
  line-height:1.12!important;
  letter-spacing:-.048em!important;
}
.hero-experience .hero .hero-title-line.accent{margin-top:.12em!important}
.hero-experience .hero-workflow-wrap{padding-bottom:64px!important}
.hero-experience .hero-preview-wrap{padding-bottom:72px!important}


.footer{
  background:linear-gradient(180deg,#081327 0%,#091a33 100%)!important;
  border-top:1px solid rgba(148,163,184,.14)!important;
  padding:64px 0 24px!important;
}
.footer>.wrap:not(.legal),
.footer .wrap:not(.legal){
  width:min(calc(100% - 48px),1160px)!important;
}
.footer .foot{
  display:grid!important;
  grid-template-columns:minmax(220px,1.25fr) minmax(180px,.85fr) minmax(220px,1fr)!important;
  align-items:start!important;
  justify-content:space-between!important;
  gap:56px!important;
  padding:0 0 26px!important;
}
.footer .footer-brand-block,
.footer .footer-link-column{
  align-items:flex-start!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.footer .brand.footbrand,
.footer .footbrand,
.footer .brand-text-only{
  color:#f8fbff!important;
  font-size:25px!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
}
.footer .footer-brand-socials{
  display:grid!important;
  grid-template-columns:repeat(3,44px)!important;
  grid-template-rows:repeat(2,44px)!important;
  gap:12px!important;
  width:max-content!important;
  margin:20px 0 0!important;
}
.footer .social-link{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
  border:1px solid rgba(148,163,184,.18)!important;
  background:rgba(15,23,42,.18)!important;
  color:#dbeafe!important;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease!important;
}
.footer .social-link:hover{
  color:#fff!important;
  background:rgba(29,78,216,.20)!important;
  border-color:rgba(96,165,250,.48)!important;
  transform:translateY(-2px)!important;
}
.footer .footer-link-column{
  position:relative!important;
  padding-top:30px!important;
}
.footer .footer-link-column::before{
  display:block!important;
  margin:0 0 14px!important;
  color:#93c5fd!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
body.lang-ja .footer .footer-link-column:nth-child(2)::before{content:'サポート'!important}
body.lang-ja .footer .footer-link-column:nth-child(3)::before{content:'法的情報'!important}
body.lang-ko .footer .footer-link-column:nth-child(2)::before{content:'지원'!important}
body.lang-ko .footer .footer-link-column:nth-child(3)::before{content:'법적 정보'!important}
body.lang-en .footer .footer-link-column:nth-child(2)::before{content:'Support'!important}
body.lang-en .footer .footer-link-column:nth-child(3)::before{content:'Legal'!important}
body.lang-zh .footer .footer-link-column:nth-child(2)::before{content:'支持'!important}
body.lang-zh .footer .footer-link-column:nth-child(3)::before{content:'法律信息'!important}
.footer .footer-link-column>a{
  width:auto!important;
  padding:7px 0!important;
  color:#c7d2e3!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.55!important;
}
.footer .footer-link-column>a:hover{
  color:#fff!important;
  transform:translateX(2px)!important;
}
.footer>.legal.wrap,
.footer .legal.wrap{
  width:min(calc(100% - 48px),1160px)!important;
  margin-top:0!important;
  padding-top:20px!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.footer .legal-copy{
  color:#94a3b8!important;
  font-size:12px!important;
  line-height:1.7!important;
  text-align:left!important;
  margin:0!important;
}

@media (max-width: 900px){
  .footer .foot{
    grid-template-columns:1fr 1fr!important;
    gap:34px 28px!important;
  }
  .footer .footer-brand-block{grid-column:1 / -1!important}
}

@media (max-width: 620px){
  header.nav>.wrap.navin,
  .subpage-nav>.wrap.navin,
  header.nav .wrap.navin,
  .subpage-nav .wrap.navin{
    width:min(calc(100% - 28px),1180px)!important;
    min-height:64px!important;
    grid-template-columns:auto auto!important;
    gap:12px!important;
  }
  header.nav .brand,
  .subpage-nav .brand{font-size:20px!important}
  header.nav .right,
  .subpage-nav .nav-actions{gap:8px!important}
  .subpage-nav .back-link span{display:none!important}
  header.nav .langbtn,
  .subpage-nav .lang-switch summary{
    min-height:40px!important;
    padding:0 12px!important;
    font-size:12.5px!important;
  }
  header.nav .btn.primary{display:none!important}

  .hero-experience .hero{padding:64px 0 26px!important}
  .hero-experience .hero-copy-center{padding:0 10px!important}
  .hero-experience .hero h1{
    font-size:clamp(36px,10vw,50px)!important;
    line-height:1.18!important;
  }
  .hero-experience .hero .hero-title-line{white-space:normal!important}
  .hero-experience .hero-workflow-wrap{padding-bottom:48px!important}
  .hero-experience .hero-preview-wrap{padding-bottom:56px!important}

  .footer{padding:44px 0 20px!important}
  .footer>.wrap:not(.legal),
  .footer .wrap:not(.legal),
  .footer>.legal.wrap,
  .footer .legal.wrap{width:min(calc(100% - 28px),1160px)!important}
  .footer .foot{grid-template-columns:1fr!important;gap:28px!important}
  .footer .footer-brand-block,
  .footer .footer-link-column{
    align-items:center!important;
    text-align:center!important;
  }
  .footer .footer-link-column{padding-top:18px!important}
  .footer .footer-link-column::before{margin-bottom:10px!important}
  .footer .footer-link-column>a{width:100%!important}
  .footer .footer-brand-socials{margin:18px auto 0!important}
  .footer>.legal.wrap,
  .footer .legal.wrap,
  .footer .legal-copy{text-align:center!important;justify-content:center!important}
}




header.nav,
.subpage-nav{
  background:rgba(255,255,255,.78)!important;
  backdrop-filter:blur(18px) saturate(160%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(160%)!important;
  border-bottom:1px solid rgba(226,232,240,.88)!important;
  box-shadow:none!important;
}
header.nav>.wrap.navin,
.subpage-nav>.wrap.navin,
header.nav .wrap.navin,
.subpage-nav .wrap.navin{
  width:min(calc(100% - 48px),1200px)!important;
  min-height:68px!important;
  gap:16px!important;
}
header.nav .brand,
.subpage-nav .brand{
  font-size:21px!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
}
header.nav .langbtn,
.subpage-nav .lang-switch summary{
  min-height:40px!important;
  padding:0 13px!important;
  border:1px solid #e2e8f0!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.9)!important;
  box-shadow:none!important;
}
header.nav .btn.primary{
  min-height:40px!important;
  padding:0 16px!important;
  border-radius:10px!important;
  background:#2563eb!important;
  box-shadow:none!important;
}
header.nav .btn.primary:hover{
  background:#1d4ed8!important;
  transform:none!important;
}
header.nav .langmenu,
.subpage-nav .lang-menu{
  border:1px solid #e2e8f0!important;
  border-radius:12px!important;
  box-shadow:0 12px 32px rgba(15,23,42,.08)!important;
}


.hero-experience .hero{
  padding:72px 0 28px!important;
  background:
    linear-gradient(180deg,#fbfdff 0%,#f8fbff 58%,#ffffff 100%)!important;
}
.hero-experience .hero-copy-center{
  max-width:1080px!important;
}
.hero-experience .hero h1{
  max-width:1080px!important;
  font-size:clamp(44px,4.55vw,64px)!important;
  line-height:1.1!important;
  font-weight:820!important;
  letter-spacing:-.05em!important;
}
.hero-experience .hero .hero-title-line{
  width:auto!important;
}
.hero-experience .hero .hero-title-line.neutral{
  color:#0f172a!important;
}
.hero-experience .hero .hero-title-line.accent{
  margin-top:.1em!important;
  color:#2563eb!important;
}
.hero-experience .hero-workflow-wrap{padding-bottom:56px!important}
.hero-experience .hero-preview-wrap{padding-bottom:64px!important}


.footer{
  background:#071426!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
  padding:56px 0 22px!important;
}
.footer>.wrap:not(.legal),
.footer .wrap:not(.legal),
.footer>.legal.wrap,
.footer .legal.wrap{
  width:min(calc(100% - 48px),1120px)!important;
}
.footer .foot{
  grid-template-columns:minmax(220px,1.15fr) minmax(170px,.78fr) minmax(220px,.92fr)!important;
  gap:44px!important;
  padding:0 0 22px!important;
}
.footer .footer-brand-block,
.footer .footer-link-column{
  align-items:flex-start!important;
  text-align:left!important;
}
.footer .brand.footbrand,
.footer .footbrand,
.footer .brand-text-only{
  font-size:24px!important;
  color:#f8fafc!important;
}
.footer .footer-brand-socials{
  grid-template-columns:repeat(3,40px)!important;
  grid-template-rows:repeat(2,40px)!important;
  gap:10px!important;
  margin:16px 0 0!important;
}
.footer .social-link{
  width:40px!important;
  height:40px!important;
  border-radius:10px!important;
  border:1px solid rgba(148,163,184,.16)!important;
  background:transparent!important;
  color:#cbd5e1!important;
  box-shadow:none!important;
}
.footer .social-link:hover{
  background:rgba(37,99,235,.10)!important;
  border-color:rgba(96,165,250,.42)!important;
  color:#fff!important;
  transform:none!important;
}
.footer .footer-link-column{
  padding-top:22px!important;
}
.footer .footer-link-column::before{
  margin:0 0 12px!important;
  color:#7dd3fc!important;
  font-size:10.5px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
}
.footer .footer-link-column>a{
  padding:6px 0!important;
  color:#b8c4d5!important;
  font-size:13.5px!important;
  line-height:1.5!important;
}
.footer .footer-link-column>a:hover{
  color:#fff!important;
  transform:none!important;
}
.footer>.legal.wrap,
.footer .legal.wrap{
  padding-top:18px!important;
  border-top:1px solid rgba(148,163,184,.10)!important;
}
.footer .legal-copy{
  color:#8091a7!important;
  font-size:11.5px!important;
  line-height:1.7!important;
}

@media (max-width: 620px){
  header.nav>.wrap.navin,
  .subpage-nav>.wrap.navin,
  header.nav .wrap.navin,
  .subpage-nav .wrap.navin{
    width:min(calc(100% - 28px),1200px)!important;
    min-height:62px!important;
  }
  header.nav .brand,
  .subpage-nav .brand{font-size:19px!important}
  .hero-experience .hero{padding:58px 0 20px!important}
  .hero-experience .hero h1{
    font-size:clamp(34px,9.8vw,48px)!important;
    line-height:1.16!important;
  }
  .footer{
    padding:42px 0 18px!important;
  }
  .footer>.wrap:not(.legal),
  .footer .wrap:not(.legal),
  .footer>.legal.wrap,
  .footer .legal.wrap{width:min(calc(100% - 28px),1120px)!important}
  .footer .footer-brand-block,
  .footer .footer-link-column{
    align-items:center!important;
    text-align:center!important;
  }
  .footer .footer-brand-socials{margin:16px auto 0!important}
}




.hero-experience .hero{
  min-height:calc(100svh - 68px)!important;
  padding:64px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:radial-gradient(circle at 82% 15%,#dbeafe 0,rgba(219,234,254,0) 34%),linear-gradient(#fff,#f8fbff)!important;
}
.hero-experience .hero-grid{
  width:100%!important;
  max-width:var(--ui-content)!important;
  display:block!important;
  margin:auto!important;
}
.hero-experience .hero-copy-center{
  width:100%!important;
  max-width:none!important;
  margin:auto!important;
  padding:0 20px!important;
  text-align:center!important;
}
.hero-experience .hero h1{
  margin:0!important;
  max-width:none!important;
  font-size:clamp(48px,4.9vw,68px)!important;
  font-weight:800!important;
  line-height:1.17!important;
  letter-spacing:-.045em!important;
}
.hero-experience .hero .hero-title-line{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  white-space:nowrap!important;
}
.hero-experience .hero .hero-title-line.accent{
  margin-top:.16em!important;
}
.hero-experience .hero-workflow-wrap{padding:0 0 var(--ui-section)!important}
.hero-experience .hero-preview-wrap{padding:0 20px var(--ui-section)!important}
@media (max-width: 620px){
  .hero-experience .hero{
    min-height:calc(100svh - 62px)!important;
    padding:40px 0 28px!important;
  }
  .hero-experience .hero h1{
    font-size:clamp(38px,10vw,52px)!important;
    line-height:1.18!important;
  }
  .hero-experience .hero .hero-title-line{white-space:normal!important}
}


.footer{
  background:#081427!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
  padding:56px 0 24px!important;
}
.footer>.wrap:not(.legal),
.footer .wrap:not(.legal),
.footer>.legal.wrap,
.footer .legal.wrap{
  width:min(calc(100% - 48px),1120px)!important;
}
.footer .foot{
  display:grid!important;
  grid-template-columns:minmax(360px,1.35fr) minmax(170px,.7fr) minmax(190px,.78fr)!important;
  align-items:start!important;
  gap:42px!important;
  padding:0 0 24px!important;
}
.footer .footer-brand-block{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  min-width:0!important;
  text-align:left!important;
}
.footer .footer-link-column{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  text-align:left!important;
  min-width:0!important;
  padding-top:2px!important;
}
.footer .brand.footbrand,
.footer .footbrand,
.footer .brand-text-only{
  margin:0!important;
  color:#f8fbff!important;
  font-size:25px!important;
  line-height:1.15!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
}
.footer .footer-brand-socials{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
}
.footer .social-link{
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:11px!important;
  border:1px solid rgba(148,163,184,.16)!important;
  background:rgba(15,23,42,.16)!important;
  color:#dbe7f5!important;
  box-shadow:none!important;
  transition:border-color .18s ease, background .18s ease, color .18s ease!important;
}
.footer .social-link:hover{
  background:rgba(37,99,235,.12)!important;
  border-color:rgba(96,165,250,.40)!important;
  color:#fff!important;
  transform:none!important;
}
.footer .footer-link-column::before{
  display:block!important;
  margin:0 0 12px!important;
  color:#8ec5ff!important;
  font-size:10.5px!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}
body.lang-ja .footer .footer-link-column:nth-child(2)::before{content:'サポート'!important}
body.lang-ja .footer .footer-link-column:nth-child(3)::before{content:'法的情報'!important}
body.lang-ko .footer .footer-link-column:nth-child(2)::before{content:'지원'!important}
body.lang-ko .footer .footer-link-column:nth-child(3)::before{content:'법적 정보'!important}
body.lang-en .footer .footer-link-column:nth-child(2)::before{content:'Support'!important}
body.lang-en .footer .footer-link-column:nth-child(3)::before{content:'Legal'!important}
body.lang-zh .footer .footer-link-column:nth-child(2)::before{content:'支持'!important}
body.lang-zh .footer .footer-link-column:nth-child(3)::before{content:'法律信息'!important}
.footer .footer-link-column>a{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:7px 0!important;
  color:#bdcadd!important;
  font-size:13.5px!important;
  font-weight:400!important;
  line-height:1.55!important;
  text-decoration:none!important;
}
.footer .footer-link-column>a:hover{
  color:#fff!important;
}
.footer .footer-group h3,
.footer .footer-social,
.footer .preview-disclaimer{display:none!important}
.footer>.legal.wrap,
.footer .legal.wrap{
  margin-top:0!important;
  padding-top:18px!important;
  border-top:1px solid rgba(148,163,184,.10)!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.footer .legal-copy{
  color:#8493a8!important;
  font-size:11.5px!important;
  line-height:1.7!important;
  text-align:left!important;
  margin:0!important;
}

@media (max-width: 900px){
  .footer .foot{
    grid-template-columns:1fr 1fr!important;
    gap:30px 28px!important;
  }
  .footer .footer-brand-block{
    grid-column:1/-1!important;
    justify-content:space-between!important;
  }
}
@media (max-width: 620px){
  .footer{
    padding:42px 0 20px!important;
  }
  .footer>.wrap:not(.legal),
  .footer .wrap:not(.legal),
  .footer>.legal.wrap,
  .footer .legal.wrap{
    width:min(calc(100% - 28px),1120px)!important;
  }
  .footer .foot{
    grid-template-columns:1fr!important;
    gap:26px!important;
  }
  .footer .footer-brand-block{
    grid-column:auto!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:16px!important;
    text-align:center!important;
  }
  .footer .footer-brand-socials{
    justify-content:center!important;
  }
  .footer .footer-link-column{
    align-items:center!important;
    text-align:center!important;
  }
  .footer .footer-link-column>a{width:100%!important}
  .footer>.legal.wrap,
  .footer .legal.wrap,
  .footer .legal-copy{
    text-align:center!important;
    justify-content:center!important;
  }
}


:root{--clinic-bg:#f6f8fc;--clinic-card:#fff;--clinic-text:#0f172a;--clinic-muted:#64748b;--clinic-line:#e2e8f0;--clinic-blue:#2563eb;--clinic-blue-soft:#eff6ff;--clinic-dark:#0b1220;--clinic-dark2:#111827;--clinic-green:#0f766e}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.clinic-page{margin:0;background:var(--clinic-bg);color:var(--clinic-text);font-family:Inter,"Noto Sans JP",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.clinic-page a{text-decoration:none}.clinic-nav{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.9)}.clinic-navin{width:min(calc(100% - 40px),1180px);height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between}.clinic-brand{font-size:22px;font-weight:900;letter-spacing:-.04em;color:#0f172a}.clinic-brand span{color:#2563eb}.clinic-navlinks{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}.clinic-navlinks a{color:#475569}.clinic-navlinks .clinic-nav-cta{background:#2563eb;color:white;padding:11px 16px;border-radius:10px}.clinic-hero{background:radial-gradient(circle at 86% 10%,rgba(59,130,246,.18),transparent 30%),linear-gradient(180deg,#fff 0%,#f7f9fd 100%);border-bottom:1px solid var(--clinic-line)}.clinic-wrap{width:min(calc(100% - 40px),1180px);margin:auto}.clinic-hero-inner{padding:92px 0 84px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:54px;align-items:center}.clinic-kicker{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--clinic-blue);margin-bottom:18px}.clinic-hero h1{font-size:clamp(40px,5vw,68px);line-height:1.08;letter-spacing:-.055em;margin:0 0 24px}.clinic-hero h1 em{font-style:normal;color:var(--clinic-blue)}.clinic-hero-lead{font-size:18px;line-height:1.9;color:#475569;max-width:720px;margin:0 0 30px}.clinic-actions{display:flex;gap:12px;flex-wrap:wrap}.clinic-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:11px;font-size:15px;font-weight:800}.clinic-btn.primary{background:#2563eb;color:#fff}.clinic-btn.secondary{border:1px solid #cbd5e1;background:#fff;color:#0f172a}.clinic-stat-panel{background:var(--clinic-dark);color:white;border-radius:24px;padding:34px;box-shadow:0 24px 70px rgba(15,23,42,.16)}.clinic-stat-eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;color:#93c5fd;text-transform:uppercase}.clinic-stat-number{font-size:82px;font-weight:900;line-height:1;letter-spacing:-.07em;margin:16px 0 8px}.clinic-stat-number span{font-size:30px;color:#60a5fa}.clinic-stat-title{font-size:18px;font-weight:800}.clinic-stat-copy{color:#94a3b8;font-size:14px;line-height:1.75;margin:12px 0 0}.clinic-mini-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}.clinic-mini-tags span{font-size:11px;font-weight:700;color:#cbd5e1;border:1px solid #334155;background:#172033;border-radius:999px;padding:6px 9px}.clinic-section{padding:88px 0}.clinic-section.white{background:#fff}.clinic-section.dark{background:var(--clinic-dark);color:#fff}.clinic-head{max-width:840px;margin:0 auto 42px;text-align:center}.clinic-head.left{margin-left:0;text-align:left}.clinic-head .eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;color:#2563eb;text-transform:uppercase}.clinic-section.dark .clinic-head .eyebrow{color:#60a5fa}.clinic-head h2{font-size:clamp(32px,4vw,48px);line-height:1.16;letter-spacing:-.045em;margin:12px 0 16px}.clinic-head p{font-size:16px;line-height:1.85;color:#64748b;margin:0}.clinic-section.dark .clinic-head p{color:#94a3b8}.clinic-symptom-cloud{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:1060px;margin:auto}.clinic-symptom-cloud span{background:#fff;border:1px solid #dbe3ef;color:#334155;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700;box-shadow:0 4px 14px rgba(15,23,42,.03)}.clinic-symptom-cloud span.hot{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.clinic-compare{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.clinic-case{background:#fff;border:1px solid var(--clinic-line);border-radius:20px;padding:26px}.clinic-case-num{font-size:12px;font-weight:800;color:#2563eb;letter-spacing:.1em}.clinic-case h3{font-size:21px;letter-spacing:-.025em;margin:10px 0 16px}.clinic-cause-list{display:flex;flex-wrap:wrap;gap:7px}.clinic-cause-list span{font-size:12px;font-weight:700;padding:7px 9px;border-radius:8px;background:#f1f5f9;color:#475569}.clinic-map{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.clinic-category{background:#fff;border:1px solid var(--clinic-line);border-radius:18px;padding:22px;min-height:220px}.clinic-category.featured{border-color:#93c5fd;background:#f8fbff}.clinic-category-top{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.clinic-category h3{font-size:18px;letter-spacing:-.02em;margin:0}.clinic-category-count{font-size:11px;font-weight:800;color:#2563eb;background:#eff6ff;padding:5px 8px;border-radius:999px;white-space:nowrap}.clinic-category p{font-size:13px;line-height:1.7;color:#64748b;margin:0 0 14px}.clinic-tags{display:flex;flex-wrap:wrap;gap:7px}.clinic-tags span{font-size:11.5px;font-weight:700;color:#475569;background:#f1f5f9;border-radius:7px;padding:6px 8px}.clinic-category.featured .clinic-tags span{background:#eaf3ff;color:#315988}.clinic-scale{margin-top:34px;border:1px solid #cbd5e1;border-radius:16px;padding:18px 20px;background:#fff;display:flex;align-items:center;gap:18px}.clinic-scale strong{font-size:30px;letter-spacing:-.04em}.clinic-scale p{margin:0;color:#64748b;font-size:14px;line-height:1.7}.clinic-message-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center}.clinic-quote{font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1.18;letter-spacing:-.05em}.clinic-quote em{font-style:normal;color:#60a5fa}.clinic-message-copy p{color:#cbd5e1;font-size:16px;line-height:1.9;margin:0 0 18px}.clinic-message-copy ul{margin:20px 0 0;padding:0;list-style:none;display:grid;gap:11px}.clinic-message-copy li{position:relative;padding-left:26px;color:#e2e8f0;font-size:14px;line-height:1.65}.clinic-message-copy li:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;border-radius:50%;background:#3b82f6;box-shadow:0 0 0 5px rgba(59,130,246,.14)}.clinic-cta{padding:86px 0;background:#fff}.clinic-cta-card{background:linear-gradient(135deg,#eff6ff,#fff 56%,#f8fafc);border:1px solid #bfdbfe;border-radius:26px;padding:54px;text-align:center}.clinic-cta-card h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.045em;margin:0 0 16px}.clinic-cta-card p{max-width:780px;margin:0 auto 28px;color:#64748b;font-size:16px;line-height:1.85}.clinic-note{font-size:12px!important;margin-top:16px!important;color:#94a3b8!important}.footer.footer-saas{margin-top:0}.clinic-page .footer-saas-top,.clinic-page .footer-saas-bottom{font-family:Inter,"Noto Sans JP",sans-serif}
@media(max-width:960px){.clinic-hero-inner{grid-template-columns:1fr}.clinic-stat-panel{max-width:620px}.clinic-map{grid-template-columns:repeat(2,1fr)}.clinic-compare{grid-template-columns:1fr}.clinic-message-grid{grid-template-columns:1fr}.clinic-navlinks a:not(.clinic-nav-cta){display:none}}
@media(max-width:640px){.clinic-navin,.clinic-wrap{width:min(calc(100% - 28px),1180px)}.clinic-navin{height:64px}.clinic-brand{font-size:19px}.clinic-nav-cta{padding:9px 12px!important;font-size:12px!important}.clinic-hero-inner{padding:64px 0 58px;gap:30px}.clinic-hero h1{font-size:40px}.clinic-hero-lead{font-size:15px;line-height:1.85}.clinic-stat-panel{padding:26px;border-radius:20px}.clinic-stat-number{font-size:66px}.clinic-section{padding:66px 0}.clinic-head{margin-bottom:30px}.clinic-head h2{font-size:31px}.clinic-head p{font-size:14px}.clinic-map{grid-template-columns:1fr}.clinic-category{min-height:0}.clinic-scale{align-items:flex-start;flex-direction:column}.clinic-cta{padding:64px 0}.clinic-cta-card{padding:38px 20px}.clinic-actions{display:grid}.clinic-btn{width:100%}}

.clinic-navlinks{gap:0}.clinic-navlinks .clinic-nav-cta{display:inline-flex;align-items:center;justify-content:center}


.clinic-header-right{display:flex;align-items:center;gap:14px}.clinic-home-link{color:#475569!important;font-size:14px;font-weight:700;white-space:nowrap;transition:color .18s ease}.clinic-home-link:hover{color:#2563eb!important}.clinic-page .langbox{position:relative;z-index:120}.clinic-page .langbtn{min-width:104px;height:40px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;color:#334155;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.clinic-page .langbtn:hover{border-color:#bfdbfe;background:#f8fbff}.clinic-page .lang-chevron{width:16px;height:16px;transition:transform .18s ease}.clinic-page .langbtn[aria-expanded="true"] .lang-chevron{transform:rotate(180deg)}.clinic-page .langmenu{position:absolute;right:0;top:calc(100% + 8px);min-width:150px;padding:6px;background:#fff;border:1px solid #dbe3ee;border-radius:12px;box-shadow:0 16px 40px rgba(15,23,42,.12);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px);transition:.18s ease}.clinic-page .langmenu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.clinic-page .langmenu a{display:flex;align-items:center;min-height:40px;padding:0 10px;border-radius:8px;color:#475569;font-size:13px;font-weight:650;white-space:nowrap}.clinic-page .langmenu a:hover,.clinic-page .langmenu a.active{background:#eff6ff;color:#2563eb}.clinic-page .langmenu a.active::after{content:'✓';margin-left:auto;font-weight:900}.clinic-page .langbtn:focus-visible,.clinic-page .langmenu a:focus-visible,.clinic-home-link:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}@media(max-width:640px){.clinic-header-right{gap:9px}.clinic-home-link{font-size:12px}.clinic-page .langbtn{min-width:88px;height:38px;padding:0 10px;font-size:12px}}


.clinic-page .moved-message{margin-bottom:40px}
.clinic-page .clinic-hero h1 em{white-space:nowrap}
@media (max-width:720px){
  .clinic-page .moved-message{margin-bottom:28px}
  .clinic-page .clinic-hero h1{line-height:1.18}
}



.clinic-section.white .moved-message .clinic-quote{color:#0f172a}
.clinic-section.white .moved-message .clinic-quote em{color:#0f172a;font-style:normal}
.clinic-section.white .moved-message .clinic-message-copy p{color:#475569}
.clinic-section.white .moved-message .clinic-message-copy li{color:#334155}


.footer.footer-saas{
  margin:0!important;
  padding:68px 0 24px!important;
  background:#0b1220!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
  color:#cbd5e1!important;
}
.footer.footer-saas>.wrap{
  width:min(calc(100% - 48px),1140px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.footer-saas-top{
  display:grid!important;
  grid-template-columns:minmax(340px,1.5fr) minmax(160px,.7fr) minmax(210px,.85fr)!important;
  gap:52px!important;
  align-items:start!important;
  padding:0 0 44px!important;
}
.footer-saas-brand{max-width:360px!important}
.footer.footer-saas .footbrand{
  display:inline-flex!important;
  margin:0!important;
  color:#f8fafc!important;
  font-size:24px!important;
  font-weight:800!important;
  line-height:1.15!important;
  letter-spacing:-.04em!important;
  text-decoration:none!important;
}
.footer-saas-tagline{
  max-width:360px!important;
  margin:14px 0 0!important;
  color:#8fa0b7!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.75!important;
}
.footer-saas-column{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:0!important;
}
.footer-saas-heading{
  margin:0 0 13px!important;
  color:#f1f5f9!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.4!important;
}
.footer.footer-saas .footer-saas-column>a{
  display:block!important;
  margin:0!important;
  padding:6px 0!important;
  color:#8fa0b7!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.55!important;
  text-decoration:none!important;
  transition:color .15s ease!important;
}
.footer.footer-saas .footer-saas-column>a:hover{color:#fff!important}
.footer-saas-bottom{
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  padding:18px 0 0!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
}
.footer.footer-saas .legal-copy{
  margin:0!important;
  color:#718096!important;
  font-size:11px!important;
  font-weight:400!important;
  line-height:1.6!important;
  text-align:left!important;
}
.footer.footer-saas .footer-brand-socials{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:9px!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}
.footer.footer-saas .social-link{
  width:36px!important;
  height:36px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  border:1px solid rgba(148,163,184,.16)!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#93a4b8!important;
  box-shadow:none!important;
  transition:color .15s ease,border-color .15s ease,background .15s ease!important;
}
.footer.footer-saas .social-link:hover{
  color:#fff!important;
  border-color:rgba(96,165,250,.45)!important;
  background:rgba(37,99,235,.10)!important;
  transform:none!important;
}
.footer.footer-saas .social-link svg{width:17px!important;height:17px!important}
.footer.footer-saas .social-link.youtube svg{width:19px!important}
@media(max-width:900px){
  .footer-saas-top{grid-template-columns:1.2fr 1fr 1fr!important;gap:30px!important}
}
@media(max-width:620px){
  .footer.footer-saas{padding:46px 0 20px!important}
  .footer.footer-saas>.wrap{width:min(calc(100% - 28px),1140px)!important}
  .footer-saas-top{grid-template-columns:1fr 1fr!important;gap:28px 24px!important;padding-bottom:32px!important}
  .footer-saas-brand{grid-column:1/-1!important;max-width:none!important}
  .footer-saas-tagline{max-width:340px!important}
  .footer-saas-bottom{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}
  .footer.footer-saas .footer-brand-socials{order:1!important;justify-content:flex-start!important}
  .footer.footer-saas .legal-copy{order:2!important}
}
@media(max-width:360px){
  .footer-saas-top{grid-template-columns:1fr!important}
  .footer-saas-brand{grid-column:auto!important}
}


html[lang="ko"] body.clinic-page,html[lang="ko"] .clinic-page .footer-saas-top,html[lang="ko"] .clinic-page .footer-saas-bottom{font-family:Inter,"Noto Sans KR",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
html[lang="zh-CN"] body.clinic-page,html[lang="zh-CN"] .clinic-page .footer-saas-top,html[lang="zh-CN"] .clinic-page .footer-saas-bottom{font-family:Inter,"Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
html[lang="en"] body.clinic-page,html[lang="en"] .clinic-page .footer-saas-top,html[lang="en"] .clinic-page .footer-saas-bottom{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.clinic-category.featured{border-color:var(--clinic-line);background:#fff}.clinic-category.featured .clinic-tags span{background:#f1f5f9;color:#475569}

.clinic-cause-note{display:inline-block;margin-top:10px;font-size:.92em;line-height:1.65;opacity:.78}


@media (min-width:961px){
  .clinic-section.white .moved-message{
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
    gap:64px;
    align-items:center;
    margin-bottom:46px;
  }
  .clinic-section.white .moved-message .clinic-quote{
    max-width:500px;
    font-size:clamp(38px,3.35vw,50px);
    line-height:1.2;
  }
  .clinic-section.white .moved-message .clinic-message-copy{
    width:100%;
    max-width:610px;
    justify-self:end;
  }
  .clinic-section.white .moved-message .clinic-message-copy p{
    line-height:1.85;
  }
  .clinic-section.white .clinic-compare{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
    width:min(100%,1080px);
    margin-left:auto;
    margin-right:auto;
  }
  .clinic-section.white .clinic-case{
    padding:28px 30px;
    min-height:168px;
  }
  .clinic-section.white .clinic-case h3{
    margin-top:4px;
    margin-bottom:18px;
  }
}


.clinic-service-note{max-width:760px;margin:24px auto 26px;padding:20px 22px;border:1px solid #dce6f5;border-radius:16px;background:#f8fbff;text-align:left;line-height:1.85;}
.clinic-service-note p{margin:0;}
.clinic-service-note p+p{margin-top:10px;}
.clinic-service-note strong{font-weight:800;color:#0f172a;}
.clinic-service-note-small{font-size:.9em;color:#64748b;}
@media(max-width:720px){.clinic-service-note{margin:20px 0 22px;padding:17px 16px;border-radius:14px;line-height:1.75;}}



.clinic-section.white .clinic-compare{width:min(100%,1120px);margin-left:auto;margin-right:auto;}
.clinic-section.white .clinic-case{display:flex;align-items:center;justify-content:flex-start;min-height:112px;padding:26px 28px;}
.clinic-section.white .clinic-case h3{margin:0;font-size:20px;line-height:1.45;}
@media (min-width:961px){
  .clinic-section.white .clinic-compare{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
}
@media (min-width:641px) and (max-width:960px){
  .clinic-section.white .clinic-compare{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
}
@media (max-width:640px){
  .clinic-section.white .clinic-compare{grid-template-columns:1fr;gap:12px;}
  .clinic-section.white .clinic-case{min-height:88px;padding:20px 22px;}
  .clinic-section.white .clinic-case h3{font-size:18px;}
}



.clinic-support-method-note{max-width:820px;margin:14px auto 0;color:#334155;font-size:15px;line-height:1.85;font-weight:600}
.clinic-support-process{padding:0 0 88px;background:#fff}
.clinic-support-process .clinic-wrap{background:linear-gradient(135deg,#eff6ff,#fff 56%,#f8fafc);border:1px solid #bfdbfe;border-radius:26px;padding:54px;box-shadow:0 20px 64px rgba(15,23,42,.06)}
.clinic-process-head{max-width:820px;margin-left:auto;margin-right:auto;text-align:center}
.clinic-process-head h2{font-size:clamp(30px,4vw,46px);line-height:1.18;letter-spacing:-.045em;margin-bottom:14px}
.clinic-process-head p{max-width:760px;margin:0 auto;color:#64748b;font-size:16px;line-height:1.85}
.clinic-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:36px}
.clinic-process-card{position:relative;padding:30px 26px 26px;border:1px solid #dbeafe;border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 12px 32px rgba(37,99,235,.08);overflow:hidden}
.clinic-process-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#2563eb 0%,#60a5fa 55%,#bfdbfe 100%)}
.clinic-process-num{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:32px;padding:0 12px;margin-bottom:18px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:900;letter-spacing:.08em;box-shadow:inset 0 0 0 1px rgba(37,99,235,.08)}
.clinic-process-card h3{margin:0 0 10px;color:#0f172a;font-size:20px;line-height:1.42;letter-spacing:-.02em}
.clinic-process-card p{margin:0;color:#64748b;font-size:14px;line-height:1.8}
.clinic-complex-box{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);gap:34px;align-items:start;margin-top:24px;padding:32px;border:1px solid #dbeafe;border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(15,23,42,.05)}
.clinic-complex-copy h3{margin:0 0 10px;color:#0f172a;font-size:24px;line-height:1.36;letter-spacing:-.02em}
.clinic-complex-copy p{margin:0;color:#64748b;font-size:14px;line-height:1.8}
.clinic-complex-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.clinic-complex-list li{position:relative;margin:0;padding:14px 16px 14px 36px;border:1px solid #e3ecfb;border-radius:14px;background:#f8fbff;color:#334155;font-size:14px;line-height:1.6;box-shadow:0 4px 14px rgba(15,23,42,.03)}
.clinic-complex-list li:before{content:"";position:absolute;left:16px;top:22px;width:8px;height:8px;border-radius:50%;background:#3b82f6;box-shadow:0 0 0 5px rgba(59,130,246,.12)}
@media(max-width:980px){.clinic-support-process .clinic-wrap{padding:42px 28px}.clinic-process-grid{grid-template-columns:1fr}.clinic-complex-box{grid-template-columns:1fr;gap:22px}.clinic-complex-list{grid-template-columns:1fr}}
@media(max-width:640px){.clinic-support-process{padding:0 0 64px}.clinic-support-method-note{font-size:14px;line-height:1.75}.clinic-support-process .clinic-wrap{padding:38px 20px;border-radius:22px}.clinic-process-head h2{font-size:31px}.clinic-process-head p{font-size:14px}.clinic-process-grid{margin-top:26px;gap:12px}.clinic-process-card{padding:24px 20px 20px;border-radius:16px}.clinic-process-card h3{font-size:18px}.clinic-complex-box{margin-top:16px;padding:22px 20px;border-radius:17px}.clinic-complex-copy h3{font-size:20px}.clinic-complex-list li{padding:12px 14px 12px 34px}}


.clinic-complex-box{display:flex;align-items:center;gap:26px;margin-top:24px;padding:24px 28px;border:1px solid #dbeafe;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(15,23,42,.04)}
.clinic-complex-badge{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:11px;font-weight:900;letter-spacing:.1em;white-space:nowrap;box-shadow:inset 0 0 0 1px rgba(37,99,235,.08)}
.clinic-complex-copy{min-width:0}
.clinic-complex-copy h3{margin:0 0 6px;color:#0f172a;font-size:21px;line-height:1.4;letter-spacing:-.02em}
.clinic-complex-copy p{margin:0;color:#64748b;font-size:14px;line-height:1.75}
.clinic-complex-list{display:none!important}
.clinic-cta-card>p:first-of-type{max-width:700px;margin-bottom:24px}
@media(max-width:720px){.clinic-complex-box{align-items:flex-start;flex-direction:column;gap:14px;padding:22px 20px}.clinic-complex-copy h3{font-size:19px}}


.clinic-pain-points{display:grid;gap:10px;margin:20px 0 22px}.clinic-pain-points div{position:relative;padding:13px 16px 13px 38px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;color:#334155;font-size:14px;font-weight:700;line-height:1.55}.clinic-pain-points div:before{content:"";position:absolute;left:17px;top:50%;width:8px;height:8px;border-radius:50%;background:#3b82f6;transform:translateY(-50%);box-shadow:0 0 0 5px rgba(59,130,246,.10)}.clinic-doctor-lead{margin:0!important;padding-top:4px;color:#334155!important;font-weight:600}.clinic-doctor-lead strong{color:#2563eb;font-weight:800}@media(max-width:640px){.clinic-pain-points{margin:16px 0 18px}.clinic-pain-points div{padding:12px 14px 12px 36px;font-size:13px}.clinic-doctor-lead{font-size:14px!important}}



.clinic-support-unified{padding-top:26px;padding-bottom:88px;background:#fff}
.clinic-support-unified .clinic-wrap{position:relative;border:none;box-shadow:0 24px 72px rgba(15,23,42,.07);overflow:hidden}
.clinic-support-unified .clinic-complex-inline{margin-top:22px}
.clinic-support-about{margin-top:24px;padding:30px 32px 28px;border-top:1px solid rgba(219,234,254,.9);border-radius:0 0 18px 18px;background:rgba(255,255,255,.62);text-align:center}
.clinic-support-about-head{margin-bottom:14px;color:#2563eb;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.clinic-support-about>p{max-width:790px;margin:0 auto;color:#64748b;font-size:14px;line-height:1.85}
.clinic-support-about>p+p{margin-top:10px}
.clinic-support-about .clinic-support-paid{color:#0f172a;font-size:15px}
.clinic-support-about .clinic-support-paid strong{font-weight:800}
.clinic-support-actions{margin-top:24px;text-align:center}
.clinic-support-actions .clinic-btn{min-width:260px}
.clinic-support-actions .clinic-note{max-width:760px;margin:14px auto 0!important}
@media(max-width:640px){.clinic-support-unified{padding-top:18px;padding-bottom:64px}.clinic-support-unified .clinic-wrap{box-shadow:0 18px 42px rgba(15,23,42,.06)}.clinic-support-about{margin-top:18px;padding:24px 0 0;background:transparent;border-radius:0}.clinic-support-about>p{font-size:13.5px}.clinic-support-actions .clinic-btn{width:100%;min-width:0}.clinic-support-actions{margin-top:20px}}




.clinic-navin{
  width:min(calc(100% - 48px),1200px)!important;
  height:68px!important;
  min-height:68px!important;
}
.clinic-nav .clinic-brand{
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
  font-size:21px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:-.035em!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  color:#0f172a!important;
}
html[lang="ja"] .clinic-nav .clinic-brand{font-family:"Noto Sans JP",sans-serif!important}
html[lang="ko"] .clinic-nav .clinic-brand{font-family:"Noto Sans KR",sans-serif!important}
html[lang="zh-CN"] .clinic-nav .clinic-brand{font-family:"Noto Sans SC",sans-serif!important}
html[lang="en"] .clinic-nav .clinic-brand{font-family:Inter,sans-serif!important}

@media(max-width:640px){
  .clinic-navin{
    width:min(calc(100% - 28px),1200px)!important;
    height:62px!important;
    min-height:62px!important;
  }
  .clinic-nav .clinic-brand{font-size:19px!important}
}



.home-doctor-bridge{
  padding:88px 0;
  background:#fff;
}
.home-doctor-bridge .clinic-wrap{
  width:min(calc(100% - 40px),1180px);
  margin:auto;
}
.home-doctor-bridge .clinic-message-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:42px;
  align-items:center;
}
.home-doctor-bridge .clinic-quote{
  color:#0f172a;
  font-size:clamp(32px,4vw,52px);
  font-weight:900;
  line-height:1.18;
  letter-spacing:-.05em;
}
.home-doctor-bridge .clinic-quote em{
  color:#0f172a;
  font-style:normal;
}
.home-doctor-bridge .clinic-message-copy p{
  color:#475569;
  font-size:16px;
  line-height:1.9;
  margin:0 0 18px;
}
.home-doctor-bridge .clinic-pain-points{
  display:grid;
  gap:10px;
  margin:20px 0 22px;
}
.home-doctor-bridge .clinic-pain-points div{
  position:relative;
  padding:13px 16px 13px 38px;
  border:1px solid #dbe3ee;
  border-radius:12px;
  background:#fff;
  color:#334155;
  font-size:14px;
  font-weight:700;
  line-height:1.55;
}
.home-doctor-bridge .clinic-pain-points div:before{
  content:"";
  position:absolute;
  left:17px;
  top:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#3b82f6;
  transform:translateY(-50%);
  box-shadow:0 0 0 5px rgba(59,130,246,.10);
}
.home-doctor-bridge .clinic-doctor-lead{
  margin:0!important;
  padding-top:4px;
  color:#334155!important;
  font-weight:600;
}
.home-doctor-bridge .clinic-doctor-lead strong{
  color:#2563eb;
  font-weight:800;
}
.home-doctor-bridge .clinic-doctor-lead a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(37,99,235,.35);
  transition:border-color .18s ease,opacity .18s ease;
}
.home-doctor-bridge .clinic-doctor-lead a:hover{
  border-bottom-color:#2563eb;
}
@media(max-width:960px){
  .home-doctor-bridge .clinic-message-grid{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .home-doctor-bridge{padding:64px 0;}
  .home-doctor-bridge .clinic-wrap{width:min(calc(100% - 28px),1180px);}
  .home-doctor-bridge .clinic-message-grid{gap:28px;}
  .home-doctor-bridge .clinic-quote{font-size:clamp(30px,9vw,40px);}
  .home-doctor-bridge .clinic-message-copy p{font-size:14px;line-height:1.8;}
  .home-doctor-bridge .clinic-pain-points{margin:16px 0 18px;}
  .home-doctor-bridge .clinic-pain-points div{padding:12px 14px 12px 36px;font-size:13px;}
  .home-doctor-bridge .clinic-doctor-lead{font-size:14px!important;}
}



.clinic-section.white.home-doctor-bridge .clinic-message-grid.moved-message{
  grid-template-columns:minmax(0,1fr);
  gap:0;
  width:min(100%,860px);
  margin:0 auto;
}
.clinic-section.white.home-doctor-bridge .moved-message .clinic-message-copy{
  width:100%;
  max-width:820px;
  margin:0 auto;
  justify-self:center;
}
.clinic-section.white.home-doctor-bridge .moved-message .clinic-message-copy p{
  max-width:none;
}
@media(max-width:640px){
  .clinic-section.white.home-doctor-bridge .clinic-message-grid.moved-message{
    width:100%;
    margin:0;
  }
  .clinic-section.white.home-doctor-bridge .moved-message .clinic-message-copy{
    max-width:none;
  }
}


.home-doctor-bridge .moved-message .clinic-message-copy h2{
  margin:0 0 26px;
  color:#0f172a;
  font-size:clamp(30px,4vw,46px);
  line-height:1.18;
  letter-spacing:-.04em;
}
.home-doctor-bridge .moved-message .clinic-message-copy p:first-of-type{
  color:#0f172a;
  font-size:17px;
}
.home-doctor-bridge .moved-message .clinic-doctor-disclaimer{
  margin-bottom:0;
  padding-top:4px;
  color:#64748b;
  font-size:14px;
}
.clinic-causes-note{
  max-width:860px;
  margin:0 auto 32px;
  padding:14px 16px;
  border:1px solid #dbe3ee;
  border-radius:12px;
  background:#f8fafc;
  color:#64748b;
  font-size:13px;
  line-height:1.75;
  text-align:center;
}
@media(max-width:640px){
  .home-doctor-bridge .moved-message .clinic-message-copy h2{margin-bottom:20px;font-size:30px;}
  .home-doctor-bridge .moved-message .clinic-message-copy p:first-of-type{font-size:15px;}
  .home-doctor-bridge .moved-message .clinic-doctor-disclaimer{font-size:13px;}
  .clinic-causes-note{margin-bottom:24px;padding:13px 14px;text-align:left;}
}


.home-doctor-bridge .moved-message .clinic-doctor-reassurance{
  margin:24px 0 0;
  padding-top:20px;
  border-top:1px solid #e2e8f0;
  color:#475569;
}
.home-doctor-bridge .moved-message .clinic-doctor-reassurance strong{
  color:#334155;
  font-weight:700;
}
@media(max-width:640px){
  .home-doctor-bridge .moved-message .clinic-doctor-reassurance{
    margin-top:20px;
    padding-top:18px;
  }
}



.home-doctor-bridge .moved-message .clinic-doctor-lead{
  margin-top:2px!important;
}
.home-doctor-bridge .moved-message .clinic-doctor-disclaimer{
  margin:14px 0 0;
  padding-top:0;
  color:#475569;
  font-size:16px;
}
.home-doctor-bridge .moved-message .clinic-doctor-reassurance{
  margin:20px 0 0;
  padding-top:18px;
}
.home-doctor-bridge .moved-message .clinic-causes-note-inline{
  max-width:none;
  margin:24px 0 0;
  padding:14px 16px;
  text-align:left;
}
@media(max-width:640px){
  .home-doctor-bridge .moved-message .clinic-doctor-disclaimer{
    margin-top:12px;
    font-size:14px;
  }
  .home-doctor-bridge .moved-message .clinic-causes-note-inline{
    margin-top:20px;
    padding:13px 14px;
  }
}




.clinic-support-simplified .clinic-wrap{padding:50px 48px}
.clinic-support-simplified .clinic-process-head p{max-width:700px;margin-left:auto;margin-right:auto}
.clinic-support-simplified .clinic-process-grid{margin-top:30px;gap:14px}
.clinic-support-simplified .clinic-process-card{padding:26px 24px 24px}
.clinic-support-simplified .clinic-process-card p{margin-top:8px}
.clinic-advanced-note{display:flex;align-items:center;justify-content:center;gap:10px 18px;flex-wrap:wrap;margin:22px auto 0;padding:18px 22px;max-width:900px;border:1px solid #dbeafe;border-radius:16px;background:#fff;text-align:center}
.clinic-advanced-note strong{font-size:15px;color:#0f172a}
.clinic-advanced-note span{font-size:14px;line-height:1.7;color:#64748b}
.clinic-support-compact{max-width:840px;margin:24px auto 0;padding-top:24px;border-top:1px solid #e2e8f0;text-align:center}
.clinic-support-compact>p{margin:0 auto;color:#64748b;font-size:14px;line-height:1.8}
.clinic-support-compact>p+p{margin-top:8px}
.clinic-support-compact .clinic-support-paid{color:#0f172a;font-size:15px}
.clinic-support-compact .clinic-support-actions{margin-top:22px}
@media(max-width:640px){
 .clinic-support-simplified .clinic-wrap{padding:36px 20px}
 .clinic-support-simplified .clinic-process-grid{margin-top:24px}
 .clinic-support-simplified .clinic-process-card{padding:22px 20px}
 .clinic-advanced-note{align-items:flex-start;flex-direction:column;text-align:left;margin-top:16px;padding:18px 18px;gap:4px}
 .clinic-support-compact{margin-top:20px;padding-top:20px;text-align:left}
 .clinic-support-compact>p{font-size:13.5px}
 .clinic-support-compact .clinic-support-actions{text-align:center}
}


.clinic-creator-note{max-width:840px;margin:26px auto 0;padding:18px 20px;border-radius:14px;background:#f8fafc;text-align:center}
.clinic-creator-title{display:block;margin-bottom:5px;color:#334155;font-size:14px;font-weight:800;line-height:1.5}
.clinic-creator-note p{margin:0;color:#64748b;font-size:13.5px;line-height:1.75}
@media(max-width:640px){.clinic-creator-note{margin-top:22px;padding:16px 17px;text-align:left}.clinic-creator-title{font-size:13.5px}.clinic-creator-note p{font-size:13px}}




.home-doctor-bridge{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);border-bottom:1px solid #e7eef8}
.clinic-page .moved-message{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:34px;align-items:start;margin-bottom:0}
.clinic-message-copy h2{font-size:clamp(40px,4.6vw,64px);line-height:1.12;letter-spacing:-.055em;margin:10px 0 18px;color:#0f172a;max-width:12ch}
.clinic-message-copy p{font-size:17px;line-height:1.9;color:#475569;margin:0 0 16px}
.clinic-message-copy p strong{color:#0f172a}
.clinic-page .clinic-doctor-lead{margin-top:16px}
.clinic-page .clinic-doctor-reassurance{margin-bottom:18px}
.clinic-page .clinic-causes-note-inline{display:flex;align-items:flex-start;gap:12px;max-width:680px;margin-top:22px;padding:16px 18px;border:1px solid #dbeafe;border-radius:16px;background:#f8fbff;color:#1d4ed8;font-size:14px;line-height:1.8}
.clinic-page .clinic-causes-note-inline::before{content:'i';display:inline-grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;font-weight:900;color:#2563eb;margin-top:2px}
.clinic-overview-panel{background:#fff;border:1px solid #e5edf7;border-radius:26px;padding:28px 28px 24px;box-shadow:0 16px 42px rgba(37,99,235,.06)}
.clinic-overview-heading{margin:0 0 22px;text-align:center;font-size:15px;line-height:1.7;font-weight:800;color:#0f172a}
.clinic-overview-stats{display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;gap:22px;margin-bottom:20px}
.clinic-overview-divider{width:1px;height:96px;background:#e5e7eb;justify-self:center}
.clinic-overview-stat{text-align:center}
.clinic-overview-number{display:block;font-size:88px;line-height:1;font-weight:900;letter-spacing:-.07em;color:#2563eb}
.clinic-overview-label{display:block;margin-top:8px;font-size:18px;line-height:1.35;font-weight:800;color:#0f172a}
.clinic-overview-quick{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.clinic-overview-pill{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;font-size:13px;font-weight:700;color:#334155}
.clinic-overview-pill::before{content:attr(data-icon);display:inline-grid;place-items:center;width:18px;height:18px;font-size:14px;line-height:1}
#causes{padding-top:56px}
.clinic-catalog-intro{display:flex;align-items:flex-start;gap:18px;margin:0 0 28px;padding:0 4px}
.clinic-catalog-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;font-size:24px;font-weight:700}
.clinic-catalog-copy h2{margin:0 0 6px;font-size:clamp(30px,3.2vw,42px);line-height:1.2;letter-spacing:-.045em;color:#0f172a}
.clinic-catalog-copy p{margin:0;color:#64748b;font-size:15px;line-height:1.8}
.clinic-map{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}
.clinic-category{position:relative;display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #dde6f0;border-radius:22px;padding:22px 22px 20px;min-height:0;box-shadow:0 8px 24px rgba(15,23,42,.035);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.clinic-category:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.07);border-color:#cfe0f6}
.clinic-category-top{align-items:flex-start;gap:16px;margin-bottom:12px}
.clinic-title-group{display:flex;align-items:center;gap:12px;min-width:0}
.clinic-card-icon{display:inline-grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;font-size:21px;line-height:1;font-weight:700;background:#eff6ff;color:#2563eb;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}
.clinic-category h3{font-size:18px;line-height:1.35;letter-spacing:-.02em;margin:0;color:#0f172a}
.clinic-category-count{min-width:40px;height:40px;display:inline-grid;place-items:center;padding:0 12px;border-radius:999px;font-size:12px;font-weight:900;color:#2563eb;background:#eff6ff;border:1px solid #dbeafe}
.clinic-category p{font-size:14px;line-height:1.8;color:#64748b;margin:0 0 14px}
.clinic-tags{gap:8px}
.clinic-tags span{font-size:11.5px;font-weight:700;line-height:1.35;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;padding:7px 10px}
.clinic-category.tone-blue .clinic-card-icon,.clinic-overview-pill.icon-blue::before{background:#eff6ff;color:#2563eb}
.clinic-category.tone-green .clinic-card-icon{background:#eefbf0;color:#3d9b34}
.clinic-category.tone-purple .clinic-card-icon{background:#f5efff;color:#7c3aed}
.clinic-category.tone-orange .clinic-card-icon{background:#fff3ea;color:#ea7a2f}
.clinic-category.tone-yellow .clinic-card-icon{background:#fff9e8;color:#d97706}
.clinic-category.tone-slate .clinic-card-icon{background:#f1f5f9;color:#475569}
.clinic-category.tone-pink .clinic-card-icon{background:#fff1f5;color:#db2777}
.clinic-category.tone-teal .clinic-card-icon{background:#ecfeff;color:#0f766e}
.clinic-category.tone-indigo .clinic-card-icon{background:#eef2ff;color:#4f46e5}
.clinic-category.tone-cyan .clinic-card-icon{background:#ecfeff;color:#0891b2}
.clinic-category.tone-amber .clinic-card-icon{background:#fffbeb;color:#b45309}
.clinic-category.tone-sky .clinic-card-icon{background:#f0f9ff;color:#0284c7}
.clinic-category.tone-violet .clinic-card-icon{background:#f5f3ff;color:#7c3aed}
.clinic-category.tone-rose .clinic-card-icon{background:#fff1f2;color:#e11d48}
.clinic-category.tone-brown .clinic-card-icon{background:#f8f3ee;color:#9a6b3a}
.clinic-category.special-case{grid-column:span 2;border:2px solid #2563eb;box-shadow:0 14px 34px rgba(37,99,235,.10);background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.clinic-category.special-case .clinic-card-icon{background:#2563eb;color:#fff}
.clinic-category.special-case .clinic-category-count{background:#fff;color:#2563eb;border-color:#bfdbfe}
.clinic-category.special-case .clinic-tags span{background:#fff;border-color:#bfd6ff;color:#1d4ed8}
.clinic-category.featured{border-color:#dde6f0;background:#fff}
.clinic-category.featured .clinic-tags span{background:#f8fafc;color:#475569}
.clinic-category.featured .clinic-card-icon{background:#eff6ff;color:#2563eb}
.clinic-support-simplified{padding-top:34px}
.clinic-support-simplified .clinic-wrap{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dce7f5;border-radius:28px;padding:38px 40px}
.clinic-support-simplified .clinic-process-head{max-width:none;text-align:left;margin:0 0 16px}
.clinic-support-simplified .clinic-process-head h2{margin:0 0 10px;font-size:clamp(30px,3.2vw,42px);line-height:1.2;letter-spacing:-.045em;color:#0f172a}
.clinic-support-simplified .clinic-process-head p{margin:0;max-width:880px;color:#64748b;font-size:15px;line-height:1.85}
.clinic-support-compact{max-width:none;margin:0;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:22px;text-align:left}
.clinic-support-compact .clinic-support-actions{margin-top:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.clinic-support-compact .clinic-support-paid{margin:0;max-width:560px;color:#0f172a;font-size:15px;line-height:1.8}
.clinic-btn.primary{min-width:230px;height:56px;border-radius:16px;font-size:17px;box-shadow:0 12px 24px rgba(37,99,235,.2)}
.clinic-note{margin-top:0!important;max-width:540px;color:#64748b!important;font-size:12.5px!important;line-height:1.7!important}
.clinic-creator-note{max-width:none;margin:24px 0 0;padding:18px 20px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;text-align:left}
@media(max-width:1080px){
  .clinic-page .moved-message{grid-template-columns:1fr;gap:20px}
  .clinic-message-copy h2{max-width:none}
  .clinic-overview-panel{max-width:760px}
  .clinic-map{grid-template-columns:repeat(2,minmax(0,1fr))}
  .clinic-category.special-case{grid-column:span 2}
  .clinic-support-compact{flex-direction:column;align-items:flex-start}
}
@media(max-width:720px){
  .clinic-section.white .clinic-wrap,.clinic-wrap{width:min(calc(100% - 28px),1180px)}
  .clinic-page .moved-message{gap:18px}
  .clinic-message-copy h2{font-size:42px;line-height:1.14}
  .clinic-message-copy p{font-size:15px;line-height:1.82}
  .clinic-page .clinic-causes-note-inline{padding:14px 14px;font-size:13px}
  .clinic-overview-panel{padding:22px 18px 18px;border-radius:22px}
  .clinic-overview-heading{font-size:14px;margin-bottom:18px}
  .clinic-overview-stats{gap:14px;margin-bottom:16px}
  .clinic-overview-divider{height:74px}
  .clinic-overview-number{font-size:60px}
  .clinic-overview-label{font-size:15px}
  #causes{padding-top:42px}
  .clinic-catalog-intro{gap:14px;margin-bottom:22px}
  .clinic-catalog-icon{width:42px;height:42px;flex-basis:42px;font-size:20px}
  .clinic-catalog-copy h2{font-size:32px}
  .clinic-catalog-copy p{font-size:14px}
  .clinic-map{grid-template-columns:1fr;gap:14px}
  .clinic-category,.clinic-category.special-case{grid-column:auto;padding:18px;border-radius:18px}
  .clinic-title-group{gap:10px}
  .clinic-card-icon{width:40px;height:40px;flex-basis:40px;font-size:18px;border-radius:12px}
  .clinic-category h3{font-size:17px}
  .clinic-category p{font-size:13px}
  .clinic-support-simplified .clinic-wrap{padding:28px 22px}
  .clinic-support-simplified .clinic-process-head h2{font-size:30px}
  .clinic-support-simplified .clinic-process-head p{font-size:14px}
  .clinic-support-compact{padding-top:20px;gap:16px}
  .clinic-support-compact .clinic-support-actions{width:100%;align-items:stretch}
  .clinic-btn.primary{width:100%;min-width:0;height:52px;font-size:16px}
}




.clinic-message-copy h2,.clinic-catalog-copy h2,.clinic-support-simplified .clinic-process-head h2,.clinic-category h3,.clinic-overview-heading{text-wrap:balance}
.home-doctor-bridge .clinic-wrap{padding-top:8px;padding-bottom:10px}
.clinic-message-copy p{max-width:620px}
.clinic-overview-panel{position:relative;overflow:hidden}
.clinic-overview-panel::after{content:'';position:absolute;right:-44px;top:-44px;width:160px;height:160px;border-radius:999px;background:radial-gradient(circle,rgba(37,99,235,.14) 0%, rgba(37,99,235,.06) 40%, rgba(37,99,235,0) 72%);pointer-events:none}
.clinic-overview-quick{justify-content:flex-start}
.clinic-overview-pill{box-shadow:0 4px 14px rgba(15,23,42,.03);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.clinic-overview-pill:hover{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 10px 18px rgba(37,99,235,.08)}
#causes .clinic-wrap{position:relative}
.clinic-catalog-intro{margin-bottom:30px}
.clinic-map{grid-auto-flow:row dense}
.clinic-category{min-height:282px}
.clinic-category-top{margin-bottom:14px}
.clinic-title-group{min-height:44px}
.clinic-category p{min-height:76px}
.clinic-category .clinic-tags{margin-top:auto}
.clinic-category.featured::before,.clinic-category.special-case::before,.clinic-category[class*='tone-']::before{content:'';position:absolute;left:0;right:0;top:0;height:4px;border-radius:22px 22px 0 0;background:#e2e8f0}
.clinic-category.tone-blue::before{background:#93c5fd}
.clinic-category.tone-green::before{background:#86efac}
.clinic-category.tone-purple::before{background:#c4b5fd}
.clinic-category.tone-orange::before{background:#fdba74}
.clinic-category.tone-yellow::before{background:#fcd34d}
.clinic-category.tone-slate::before{background:#cbd5e1}
.clinic-category.tone-pink::before{background:#f9a8d4}
.clinic-category.tone-teal::before{background:#67e8f9}
.clinic-category.tone-indigo::before{background:#a5b4fc}
.clinic-category.tone-cyan::before{background:#67e8f9}
.clinic-category.tone-amber::before{background:#fcd34d}
.clinic-category.tone-sky::before{background:#7dd3fc}
.clinic-category.tone-violet::before{background:#c4b5fd}
.clinic-category.tone-rose::before{background:#fda4af}
.clinic-category.tone-brown::before{background:#d6b08b}
.clinic-category.special-case::before{background:#2563eb}
.clinic-category.tone-green .clinic-category-count{background:#eefbf0;border-color:#ccefd0;color:#2f8e35}
.clinic-category.tone-purple .clinic-category-count{background:#f6f0ff;border-color:#e8ddff;color:#7c3aed}
.clinic-category.tone-orange .clinic-category-count{background:#fff3ea;border-color:#ffd9bd;color:#ea7a2f}
.clinic-category.tone-yellow .clinic-category-count{background:#fff9e8;border-color:#fde68a;color:#d97706}
.clinic-category.tone-slate .clinic-category-count{background:#f8fafc;border-color:#e2e8f0;color:#475569}
.clinic-category.tone-pink .clinic-category-count{background:#fff1f5;border-color:#fbcfe8;color:#db2777}
.clinic-category.tone-teal .clinic-category-count{background:#ecfeff;border-color:#a5f3fc;color:#0f766e}
.clinic-category.tone-indigo .clinic-category-count{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}
.clinic-category.tone-cyan .clinic-category-count{background:#ecfeff;border-color:#a5f3fc;color:#0891b2}
.clinic-category.tone-amber .clinic-category-count{background:#fffbeb;border-color:#fde68a;color:#b45309}
.clinic-category.tone-sky .clinic-category-count{background:#f0f9ff;border-color:#bae6fd;color:#0284c7}
.clinic-category.tone-violet .clinic-category-count{background:#f5f3ff;border-color:#ddd6fe;color:#7c3aed}
.clinic-category.tone-rose .clinic-category-count{background:#fff1f2;border-color:#fecdd3;color:#e11d48}
.clinic-category.tone-brown .clinic-category-count{background:#f8f3ee;border-color:#e7d9ca;color:#9a6b3a}
.clinic-category.special-case{min-height:206px}
.clinic-category.special-case p{min-height:0;max-width:92%}
.clinic-category.special-case .clinic-tags{margin-top:8px}
.clinic-support-simplified{padding-top:36px;padding-bottom:88px}
.clinic-support-simplified .clinic-wrap{position:relative;overflow:hidden}
.clinic-support-simplified .clinic-wrap::before{content:'';position:absolute;left:-30px;bottom:-50px;width:230px;height:230px;border-radius:999px;background:radial-gradient(circle,rgba(147,197,253,.28) 0%, rgba(147,197,253,.14) 38%, rgba(147,197,253,0) 72%);pointer-events:none}
.clinic-support-simplified .clinic-wrap::after{content:'';position:absolute;left:18px;bottom:18px;width:100px;height:60px;background-image:radial-gradient(rgba(37,99,235,.18) 1.1px, transparent 1.1px);background-size:10px 10px;pointer-events:none}
.clinic-support-compact{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);align-items:center;gap:26px;padding-top:18px;border-top:1px solid #dbe6f2}
.clinic-support-paid{position:relative;padding-left:96px;min-height:76px;display:flex;align-items:center}
.clinic-support-paid::before{content:'🎧';position:absolute;left:0;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:72px;height:72px;border-radius:22px;background:#eff6ff;border:1px solid #dbeafe;font-size:32px;box-shadow:0 10px 22px rgba(37,99,235,.08)}
.clinic-support-actions{padding:18px;border-radius:22px;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);box-shadow:0 20px 34px rgba(37,99,235,.18)}
.clinic-support-actions .clinic-btn.primary{background:#fff;color:#1d4ed8;box-shadow:none;min-width:0;width:100%}
.clinic-support-actions .clinic-btn.primary:hover{background:#f8fbff}
.clinic-support-trust{display:flex;align-items:center;gap:8px;margin:10px 0 0;color:#eff6ff;font-size:13px;font-weight:700;line-height:1.65}
.clinic-support-trust::before{content:'✓';display:inline-grid;place-items:center;flex:0 0 18px;width:18px;height:18px;border-radius:999px;background:rgba(255,255,255,.18);font-size:11px;font-weight:900}
.clinic-support-actions .clinic-note{margin-top:10px!important;color:rgba(255,255,255,.85)!important;max-width:none}
.clinic-creator-note{margin-top:18px;background:rgba(248,250,252,.92)}
@media(max-width:1080px){
  .clinic-category{min-height:294px}
  .clinic-category p{min-height:88px}
  .clinic-support-compact{grid-template-columns:1fr}
  .clinic-support-actions{max-width:420px}
}
@media(max-width:720px){
  .home-doctor-bridge .clinic-wrap{padding-top:0;padding-bottom:2px}
  .clinic-overview-quick{justify-content:center}
  .clinic-catalog-intro{margin-bottom:22px}
  .clinic-category,.clinic-category.special-case{min-height:0}
  .clinic-title-group{min-height:0}
  .clinic-category p,.clinic-category.special-case p{min-height:0}
  .clinic-support-simplified{padding-top:24px;padding-bottom:68px}
  .clinic-support-compact{gap:16px;padding-top:16px}
  .clinic-support-paid{padding-left:0;min-height:0;display:block}
  .clinic-support-paid::before{display:none}
  .clinic-support-actions{width:100%;max-width:none;padding:16px}
  .clinic-support-trust{font-size:12.5px}
  .clinic-creator-note{margin-top:16px}
}




.clinic-card-icon,
.clinic-catalog-icon,
.clinic-overview-pill::before,
.clinic-support-paid::before,
.clinic-support-trust::before{display:none!important;content:none!important}

.clinic-title-group{display:block!important;min-height:0!important}
.clinic-category-top{align-items:center!important}
.clinic-category h3{padding-right:6px}

.clinic-catalog-intro{display:block!important;padding:0 4px}
.clinic-catalog-copy h2{margin-bottom:8px}

.clinic-overview-quick{gap:8px}
.clinic-overview-pill{padding:11px 14px!important;gap:0!important}

.clinic-support-paid{padding-left:0!important;min-height:0!important;display:block!important}
.clinic-support-trust{gap:0!important}

.clinic-category.special-case{border-width:1px!important}
.clinic-category.special-case::before{height:3px!important}

.clinic-page .langbtn{padding-right:14px!important}

@media(max-width:720px){
  .clinic-catalog-intro{padding:0}
  .clinic-overview-pill{padding:10px 12px!important}
}




.clinic-support-context{min-width:0}
.clinic-support-context .clinic-support-paid{padding-left:0;min-height:0;display:block;margin:0 0 22px;font-size:15px;line-height:1.8;color:#0f172a}
.clinic-support-context .clinic-support-paid::before{display:none!important}
.clinic-support-context-copy{margin:0 0 15px;color:#475569;font-size:14.5px;line-height:1.85}
.clinic-support-context-opening{color:#0f172a}
.clinic-support-context-opening strong{display:block;font-weight:800}
.clinic-support-context-doctor{margin-top:20px;color:#0f172a;font-weight:800}
.clinic-support-context .clinic-support-context-copy:last-child{margin-bottom:0}
.clinic-support-compact{align-items:start}
#causes{padding-top:58px}
@media(max-width:720px){
 .clinic-support-context .clinic-support-paid{margin-bottom:18px;font-size:14px}
 .clinic-support-context-copy{font-size:13.5px;line-height:1.82;margin-bottom:13px}
 .clinic-support-context-doctor{margin-top:17px}
 #causes{padding-top:42px}
}



.clinic-support-actions{
  align-items:stretch!important;
  text-align:center!important;
}
.clinic-support-trust{
  display:block!important;
  width:100%!important;
  text-align:center!important;
}
.clinic-support-actions .clinic-note{
  width:100%!important;
  text-align:center!important;
}



.clinic-catalog-intro{
  margin:0 0 28px!important;
  padding:0 4px!important;
}
.clinic-catalog-copy p{
  margin:0!important;
  max-width:920px!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.85!important;
}
.clinic-support-actions{
  min-height:228px!important;
  padding:28px 24px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:stretch!important;
  text-align:center!important;
}
.clinic-support-actions .clinic-btn.primary{
  margin:0!important;
}
.clinic-support-trust{
  margin:14px 0 0!important;
  text-align:center!important;
}
.clinic-support-actions .clinic-note{
  margin:14px auto 0!important;
  text-align:center!important;
  line-height:1.8!important;
}
@media(max-width:720px){
  .clinic-catalog-intro{margin-bottom:20px!important;padding:0!important}
  .clinic-catalog-copy p{font-size:13px!important;line-height:1.8!important}
  .clinic-support-actions{min-height:0!important;padding:22px 18px!important}
  .clinic-support-trust{margin-top:12px!important}
  .clinic-support-actions .clinic-note{margin-top:12px!important}
}



header a.brand,
header a.clinic-brand,
header .brand.brand-text-only,
.subpage-nav a.brand,
.clinic-nav a.clinic-brand{
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  font-size:22px!important;
  font-weight:800!important;
  font-style:normal!important;
  line-height:1.2!important;
  letter-spacing:-.035em!important;
  font-kerning:normal!important;
  font-synthesis:none!important;
  color:#0f172a!important;
}
@media(max-width:640px){
  header a.brand,
  header a.clinic-brand,
  header .brand.brand-text-only,
  .subpage-nav a.brand,
  .clinic-nav a.clinic-brand{
    font-size:20px!important;
  }
}




.skiinobs-brand-lock,
header .skiinobs-brand-lock,
footer .skiinobs-brand-lock,
.clinic-nav .skiinobs-brand-lock,
.footer .skiinobs-brand-lock,
.footer-saas .skiinobs-brand-lock{
  font-family:Inter,Arial,"Helvetica Neue",sans-serif!important;
  font-size:22px!important;
  font-style:normal!important;
  font-weight:800!important;
  font-stretch:normal!important;
  line-height:1.15!important;
  letter-spacing:-0.04em!important;
  text-transform:none!important;
  color:#2563eb!important;
  -webkit-text-fill-color:#2563eb!important;
  text-decoration:none!important;
  opacity:1!important;
}
.skiinobs-brand-lock:link,
.skiinobs-brand-lock:visited,
.skiinobs-brand-lock:hover,
.skiinobs-brand-lock:active,
.skiinobs-brand-lock:focus{
  color:#2563eb!important;
  -webkit-text-fill-color:#2563eb!important;
  font-family:Inter,Arial,"Helvetica Neue",sans-serif!important;
  font-weight:800!important;
  letter-spacing:-0.04em!important;
  opacity:1!important;
}
.skiinobs-brand-lock *{
  font:inherit!important;
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
@media(max-width:640px){
  .skiinobs-brand-lock,
  header .skiinobs-brand-lock,
  footer .skiinobs-brand-lock,
  .clinic-nav .skiinobs-brand-lock,
  .footer .skiinobs-brand-lock,
  .footer-saas .skiinobs-brand-lock{font-size:20px!important}
}



:root{--font-th:"Noto Sans Thai","Noto Sans",Arial,sans-serif}

html[lang="th"] body{font-family:var(--font-th)}







html[lang="th"] :where(h1,h2,h3,h4,h5,h6,.marketing-title){word-break:normal;overflow-wrap:break-word;text-wrap:balance;line-height:1.25}
html[lang="es"],html[lang="pt-BR"],html[lang="fr"],html[lang="ru"],html[lang="de"]{hyphens:none}
html[lang="es"] :where(h1,h2,h3,h4,h5,h6,.marketing-title),html[lang="pt-BR"] :where(h1,h2,h3,h4,h5,h6,.marketing-title),html[lang="fr"] :where(h1,h2,h3,h4,h5,h6,.marketing-title),html[lang="ru"] :where(h1,h2,h3,h4,h5,h6,.marketing-title),html[lang="de"] :where(h1,h2,h3,h4,h5,h6,.marketing-title){word-break:normal;overflow-wrap:normal;text-wrap:balance}
html[lang="th"] :where(p,li,dd,dt,summary),html[lang="es"] :where(p,li,dd,dt,summary),html[lang="pt-BR"] :where(p,li,dd,dt,summary),html[lang="fr"] :where(p,li,dd,dt,summary),html[lang="ru"] :where(p,li,dd,dt,summary),html[lang="de"] :where(p,li,dd,dt,summary){overflow-wrap:break-word;text-wrap:pretty}
.langmenu,.lang-menu{max-height:min(70vh,520px);overflow:auto;overscroll-behavior:contain}
.langmenu a,.lang-menu a{white-space:nowrap}
@media(max-width:640px){
  html[lang="es"] .hero-experience .hero h1 .hero-title-line,
  html[lang="pt-BR"] .hero-experience .hero h1 .hero-title-line,
  html[lang="fr"] .hero-experience .hero h1 .hero-title-line,
  html[lang="ru"] .hero-experience .hero h1 .hero-title-line,
  html[lang="de"] .hero-experience .hero h1 .hero-title-line,
  html[lang="th"] .hero-experience .hero h1 .hero-title-line{
    white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;text-wrap:balance!important;width:auto!important;max-width:100%!important;
  }
  
  html[lang="th"] .hero-experience .hero-copy-center h1,
  html[lang="es"] .hero-experience .hero-copy-center h1,
  html[lang="pt-BR"] .hero-experience .hero-copy-center h1,
  html[lang="fr"] .hero-experience .hero-copy-center h1,
  html[lang="ru"] .hero-experience .hero-copy-center h1,
  html[lang="de"] .hero-experience .hero-copy-center h1{font-size:clamp(28px,8.2vw,38px)!important;line-height:1.14!important}
  .contact-card,.legal-card,.clinic-card{min-width:0}
  .contact-card :where(input,select,textarea,button),.review-card :where(button){max-width:100%}
  .footer-saas-column a,.footer-saas-heading{overflow-wrap:break-word}
}


.contact-honey{
  position:absolute!important;
  left:auto!important;right:auto!important;top:0!important;
  inset-inline-start:0!important;
  width:1px!important;height:1px!important;min-width:0!important;
  padding:0!important;margin:0!important;border:0!important;
  overflow:hidden!important;clip-path:inset(50%)!important;
  white-space:nowrap!important;opacity:0!important;pointer-events:none!important;
}


@media(max-width:640px){
  html[lang="en"] .hero-experience .hero h1 .hero-title-line,
  html[lang="ko-KR"] .hero-experience .hero h1 .hero-title-line{
    white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;text-wrap:balance!important;width:auto!important;max-width:100%!important;
  }
  html[lang="en"] .hero-experience .hero-copy-center h1,
  html[lang="ko-KR"] .hero-experience .hero-copy-center h1{
    font-size:clamp(28px,8.2vw,38px)!important;line-height:1.14!important;
  }
  html[lang="ko-KR"] .hero-experience .hero h1 .hero-title-line{word-break:keep-all!important;overflow-wrap:break-word!important}
}




.hero-mobile-break{display:none!important}
@media(max-width:640px){
  .hero-experience .hero h1 .hero-mobile-break{display:block!important}
}



@media(max-width:640px){
  .hero-experience .hero-copy-center h1{
    font-size:clamp(28px,8.2vw,38px)!important;
    line-height:1.14!important;
  }
  .hero-experience .hero h1 .hero-title-line{
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    text-wrap:nowrap!important;
  }
  .hero-experience .hero h1 .hero-mobile-break{
    display:block!important;
    width:0!important;
    height:0!important;
  }
}

@media(max-width:640px){
  html[lang] .hero-experience .hero-copy-center h1{
    font-size:clamp(28px,8.2vw,38px)!important;
    line-height:1.14!important;
  }
  html[lang] .hero-experience .hero h1 .hero-title-line{
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    text-wrap:nowrap!important;
  }
}



body.modal-open{overflow:hidden}
.site-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}
.site-modal.open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(7,15,28,.62);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.modal-dialog{position:relative;width:min(100%,500px);padding:36px 34px 30px;border-radius:24px;background:#fff;border:1px solid #dfe6f1;box-shadow:0 28px 90px rgba(2,8,23,.28);text-align:center;animation:modalCommonIn .2s ease-out}
.modal-icon{width:58px;height:58px;margin:0 auto 18px;border-radius:18px;background:#eaf2ff;color:#2f6ce5;display:grid;place-items:center}
.modal-icon svg{display:block;width:28px!important;height:28px!important;fill:none!important;stroke:currentColor!important;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.modal-icon svg circle,.modal-icon svg path{fill:none!important;stroke:currentColor!important}
.modal-dialog h2{margin:0 0 12px;font-size:23px;line-height:1.45;letter-spacing:-.025em;color:#0f172a}
.modal-dialog p{margin:0 auto 25px;max-width:410px;color:#64748b;font-size:15px;line-height:1.82;white-space:pre-line}
.modal-close-x{position:absolute;top:13px;right:13px;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#8793a4;font-size:25px;line-height:1;cursor:pointer}
.modal-close-x:hover{background:#f2f6fb;color:#0f172a}
.modal-action{display:inline-flex;align-items:center;justify-content:center;min-width:132px;border:0;border-radius:12px;padding:12px 22px;background:#2f6ce5;color:#fff;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}
.modal-action:hover{filter:brightness(.97)}
@keyframes modalCommonIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:560px){.modal-dialog{padding:34px 22px 26px;border-radius:20px}.modal-dialog h2{font-size:20px}.modal-dialog p{font-size:14px}}



.clinic-page .doctor-service-v261{background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);padding:76px 0 72px;border-bottom:1px solid #e7eef8}
.clinic-page .doctor-service-v261 .doctor-hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);gap:42px;align-items:start}
.clinic-page .doctor-service-v261 .doctor-eyebrow,.clinic-page .doctor-section-kicker{font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin:0 0 14px}
.clinic-page .doctor-service-v261 h1{font-size:clamp(42px,5.2vw,70px);line-height:1.08;letter-spacing:-.055em;margin:0;color:#0f172a;max-width:900px}

.clinic-page .doctor-service-v261 h1 .doctor-title-line{display:block}
.clinic-page .doctor-service-v261 .doctor-lead{font-size:clamp(20px,2.1vw,28px);font-weight:800;line-height:1.45;letter-spacing:-.025em;color:#1e293b;margin:22px 0 24px;max-width:860px}
.clinic-page .doctor-service-v261 .doctor-opening{font-size:16px;font-weight:800;line-height:1.8;color:#0f172a;margin:0 0 14px}
.clinic-page .doctor-service-v261 .doctor-copy{font-size:15px;line-height:1.9;color:#475569;margin:0 0 14px}
.clinic-page .doctor-service-v261 .doctor-copy strong{color:#0f172a}
.clinic-page .doctor-service-v261 .doctor-tool-highlight{margin-top:20px;padding:20px 22px;border:1px solid #bfdbfe;border-radius:18px;background:#fff;color:#1e3a5f;font-size:15px;line-height:1.85;font-weight:700;box-shadow:0 14px 40px rgba(37,99,235,.06)}
.clinic-page .doctor-service-v261 .doctor-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.clinic-page .doctor-service-v261 .doctor-badge{padding:9px 12px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:12px;font-weight:850}
.clinic-page .doctor-service-v261 .doctor-action-card{background:#fff;border:1px solid #dbe7f5;border-radius:24px;padding:28px;box-shadow:0 20px 60px rgba(15,23,42,.07);position:sticky;top:96px}
.clinic-page .doctor-service-v261 .doctor-action-title{font-size:18px;font-weight:850;line-height:1.5;color:#0f172a;margin:0 0 14px}
.clinic-page .doctor-service-v261 .doctor-paid{font-size:14px;line-height:1.8;color:#475569;margin:0 0 20px}
.clinic-page .doctor-service-v261 .doctor-action-card .clinic-btn{width:100%;min-height:52px}
.clinic-page .doctor-service-v261 .doctor-trust{text-align:center;font-size:12px;font-weight:800;color:#334155;margin:12px 0 0}
.clinic-page .doctor-service-v261 .doctor-note{font-size:11.5px;line-height:1.7;color:#94a3b8;margin:16px 0 0}
.clinic-page .doctor-info-section{padding:78px 0;background:#fff}
.clinic-page .doctor-info-section.alt{background:#f8fafc;border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7}
.clinic-page .doctor-section-head{max-width:850px;margin:0 auto 36px;text-align:center}
.clinic-page .doctor-section-head h2{font-size:clamp(30px,3.8vw,46px);line-height:1.18;letter-spacing:-.042em;color:#0f172a;margin:0 0 14px}
.clinic-page .doctor-section-head p{font-size:15px;line-height:1.85;color:#64748b;margin:0}
.clinic-page .doctor-what-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1040px;margin:auto}
.clinic-page .doctor-text-card{border:1px solid #e2e8f0;border-radius:20px;padding:26px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.025)}
.clinic-page .doctor-text-card p{font-size:14.5px;line-height:1.9;color:#475569;margin:0}
.clinic-page .doctor-callout{max-width:1040px;margin:18px auto 0;padding:18px 22px;border-radius:16px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:15px;line-height:1.8;font-weight:800;text-align:center}
.clinic-page .doctor-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.clinic-page .doctor-flow-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;min-height:190px}
.clinic-page .doctor-flow-card h3{font-size:18px;line-height:1.45;color:#0f172a;margin:0 0 12px;letter-spacing:-.02em}
.clinic-page .doctor-flow-card p{font-size:14px;line-height:1.8;color:#64748b;margin:0}
.clinic-page .doctor-symptoms{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:1040px;margin:auto}
.clinic-page .doctor-symptom{display:inline-flex;align-items:center;min-height:42px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid #dbe3ef;color:#334155;font-size:13px;font-weight:750;cursor:default;user-select:text}
.clinic-page #causes{padding-top:78px}
.clinic-page #causes .clinic-catalog-intro{display:block;text-align:center;max-width:900px;margin:0 auto 34px;padding:0}
.clinic-page #causes .clinic-catalog-copy h2{font-size:clamp(30px,3.8vw,46px);line-height:1.18;letter-spacing:-.042em;color:#0f172a;margin:0 0 14px}
.clinic-page #causes .clinic-catalog-copy .doctor-catalog-body{font-size:15px;line-height:1.85;color:#64748b;margin:0 auto 14px;max-width:850px}
.clinic-page #causes .clinic-catalog-copy .doctor-catalog-note{font-size:13px;line-height:1.8;color:#64748b;margin:0 auto;max-width:820px}
.clinic-page .clinic-tags span{cursor:default!important;user-select:text!important}
.clinic-page .clinic-category{cursor:default!important}
.clinic-page .clinic-category:hover{transform:none!important;box-shadow:0 8px 24px rgba(15,23,42,.035)!important;border-color:#dde6f0!important}
.clinic-page .doctor-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1040px;margin:auto}
.clinic-page .doctor-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:22px}
.clinic-page .doctor-faq-item h3{font-size:16px;line-height:1.55;color:#0f172a;margin:0 0 9px}
.clinic-page .doctor-faq-item p{font-size:13.5px;line-height:1.8;color:#64748b;margin:0}
.clinic-page .doctor-final-cta{padding:76px 0;background:#fff}
.clinic-page .doctor-final-card{max-width:1040px;margin:auto;text-align:center;padding:46px 34px;border:1px solid #bfdbfe;border-radius:26px;background:linear-gradient(135deg,#eff6ff 0%,#ffffff 60%,#f8fafc 100%)}
.clinic-page .doctor-final-card h2{font-size:clamp(28px,3.7vw,44px);line-height:1.2;letter-spacing:-.04em;color:#0f172a;margin:0 0 14px}
.clinic-page .doctor-final-card p{font-size:15px;line-height:1.85;color:#64748b;max-width:760px;margin:0 auto 24px}
@media(max-width:900px){
 .clinic-page .doctor-service-v261 .doctor-hero-grid{grid-template-columns:1fr;gap:28px}
 .clinic-page .doctor-service-v261 .doctor-action-card{position:static}
 .clinic-page .doctor-flow-grid{grid-template-columns:1fr}
 .clinic-page .doctor-what-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
 .clinic-page .doctor-service-v261{padding:58px 0 56px}
 .clinic-page .doctor-service-v261 h1{font-size:36px;line-height:1.15}
 .clinic-page.lang-ja .doctor-service-v261 h1{font-size:32px;line-height:1.18}
 

.clinic-page .doctor-service-v261 .doctor-lead{font-size:19px}
 .clinic-page .doctor-service-v261 .doctor-action-card{padding:22px 20px;border-radius:20px}
 .clinic-page .doctor-info-section{padding:60px 0}
 .clinic-page .doctor-section-head{margin-bottom:28px}
 .clinic-page .doctor-flow-card,.clinic-page .doctor-text-card{padding:21px 19px;min-height:0}
 .clinic-page .doctor-faq-grid{grid-template-columns:1fr}
 .clinic-page .doctor-final-cta{padding:60px 0}
 .clinic-page .doctor-final-card{padding:36px 20px}
 .clinic-page #causes{padding-top:60px}
}



.clinic-page .doctor-service-unified-v266{padding:60px 0 64px;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);border-bottom:1px solid #e7eef8}
.clinic-page .doctor-service-unified-v266 .doctor-unified-card{max-width:1080px;margin:0 auto;background:#fff;border:1px solid #dbe7f5;border-radius:26px;padding:34px 36px 28px;box-shadow:0 20px 60px rgba(15,23,42,.065)}
.clinic-page .doctor-service-unified-v266 .doctor-unified-copy{max-width:930px}
.clinic-page .doctor-service-unified-v266 .doctor-eyebrow{margin-bottom:12px;font-size:13px;letter-spacing:.055em;text-transform:none}
.clinic-page .doctor-service-unified-v266 .doctor-opening{font-size:19px;line-height:1.65;margin:0 0 12px;letter-spacing:-.018em}
.clinic-page .doctor-service-unified-v266 .doctor-copy{font-size:14.5px;line-height:1.82;margin:0;color:#526174}
.clinic-page .doctor-service-unified-v266 .doctor-unified-symptoms{margin-top:25px;padding-top:22px;border-top:1px solid #e8eef5}
.clinic-page .doctor-service-unified-v266 .doctor-unified-label{margin:0 0 12px;font-size:12px;font-weight:850;letter-spacing:.06em;color:#64748b;text-transform:uppercase}
.clinic-page .doctor-service-unified-v266 .doctor-symptoms{justify-content:flex-start;max-width:none;margin:0;gap:8px}
.clinic-page .doctor-service-unified-v266 .doctor-symptom{min-height:36px;padding:7px 11px;background:#f8fafc;border-color:#e2e8f0;font-size:12.5px;font-weight:700}
.clinic-page .doctor-service-unified-v266 .doctor-unified-action{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:22px 0 0;border-top:1px solid #e8eef5}
.clinic-page .doctor-service-unified-v266 .doctor-unified-action-copy{min-width:0;flex:1}
.clinic-page .doctor-service-unified-v266 .doctor-paid{font-size:13.5px;line-height:1.65;color:#475569;margin:0 0 5px}
.clinic-page .doctor-service-unified-v266 .doctor-trust{text-align:start;font-size:12px;font-weight:800;color:#334155;margin:0}
.clinic-page .doctor-service-unified-v266 .clinic-btn{flex:0 0 auto;min-width:230px;min-height:50px}
.clinic-page .doctor-service-unified-v266 .doctor-note{font-size:11px;line-height:1.65;color:#94a3b8;margin:17px 0 0}

@media(max-width:760px){
 .clinic-page .doctor-service-unified-v266{padding:38px 0 44px}
 .clinic-page .doctor-service-unified-v266 .doctor-unified-card{padding:25px 20px 22px;border-radius:21px}
 .clinic-page .doctor-service-unified-v266 .doctor-opening{font-size:17px;line-height:1.65}
 .clinic-page .doctor-service-unified-v266 .doctor-copy{font-size:14px;line-height:1.78}
 .clinic-page .doctor-service-unified-v266 .doctor-unified-symptoms{margin-top:20px;padding-top:18px}
 .clinic-page .doctor-service-unified-v266 .doctor-symptom{font-size:12px;min-height:34px;padding:6px 10px}
 .clinic-page .doctor-service-unified-v266 .doctor-unified-action{align-items:stretch;flex-direction:column;gap:15px;padding-top:19px}
 .clinic-page .doctor-service-unified-v266 .clinic-btn{width:100%;min-width:0}
}



.clinic-page .doctor-service-unified-v266{
  padding:44px 0 50px;
  background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);
  border-bottom:1px solid #e7eef8;
}
.clinic-page .doctor-service-unified-v266 .doctor-unified-card{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  grid-template-areas:
    "head head"
    "symptoms action"
    "note note";
  column-gap:30px;
  row-gap:20px;
  background:#fff;
  border:1px solid #dce7f3;
  border-radius:20px;
  padding:26px 30px 22px;
  box-shadow:0 12px 34px rgba(15,23,42,.055);
}
.clinic-page .doctor-service-unified-v266 .doctor-unified-copy{
  grid-area:head;
  max-width:none;
  padding-bottom:16px;
  border-bottom:1px solid #e7edf5;
}
.clinic-page .doctor-service-unified-v266 .doctor-eyebrow{
  margin:0;
  font-size:15px;
  line-height:1.35;
  font-weight:850;
  letter-spacing:-.01em;
  color:#2563eb;
}
.clinic-page .doctor-service-unified-v266 .doctor-unified-symptoms{
  grid-area:symptoms;
  margin:0;
  padding:0;
  border:0;
  min-width:0;
}
.clinic-page .doctor-service-unified-v266 .doctor-unified-label{
  margin:0 0 11px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.075em;
  color:#64748b;
  text-transform:uppercase;
}
.clinic-page .doctor-service-unified-v266 .doctor-symptoms{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:7px;
  max-width:none;
  margin:0;
}
.clinic-page .doctor-service-unified-v266 .doctor-symptom{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:9px;
  font-size:12px;
  line-height:1.3;
  font-weight:700;
  color:#334155;
}
.clinic-page .doctor-service-unified-v266 .doctor-unified-action{
  grid-area:action;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
  gap:15px;
  min-width:0;
  margin:0;
  padding:0 0 0 26px;
  border:0;
  border-left:1px solid #e7edf5;
}
.clinic-page .doctor-service-unified-v266 .doctor-unified-action-copy{
  min-width:0;
  flex:none;
}
.clinic-page .doctor-service-unified-v266 .doctor-paid{
  margin:0;
  font-size:12.5px;
  line-height:1.65;
  color:#475569;
}
.clinic-page .doctor-service-unified-v266 .clinic-btn{
  width:100%;
  min-width:0;
  min-height:46px;
  padding:11px 18px;
  border-radius:11px;
  font-size:14px;
  box-shadow:none;
}
.clinic-page .doctor-service-unified-v266 .doctor-note{
  grid-area:note;
  margin:0;
  padding-top:16px;
  border-top:1px solid #e7edf5;
  font-size:10.5px;
  line-height:1.65;
  color:#94a3b8;
}


@media(max-width:820px){
  .clinic-page .doctor-service-unified-v266{padding:34px 0 40px}
  .clinic-page .doctor-service-unified-v266 .doctor-unified-card{
    grid-template-columns:1fr;
    grid-template-areas:"head" "symptoms" "action" "note";
    gap:17px;
    padding:23px 20px 20px;
    border-radius:17px;
  }
  .clinic-page .doctor-service-unified-v266 .doctor-unified-copy{padding-bottom:14px}
  .clinic-page .doctor-service-unified-v266 .doctor-eyebrow{font-size:14px}
  .clinic-page .doctor-service-unified-v266 .doctor-symptom{font-size:11.5px;min-height:31px;padding:6px 9px}
  .clinic-page .doctor-service-unified-v266 .doctor-unified-action{
    padding:16px 0 0;
    border-left:0;
    border-right:0;
    border-top:1px solid #e7edf5;
    gap:13px;
  }
  .clinic-page .doctor-service-unified-v266 .doctor-note{padding-top:14px}
}



.clinic-page .clinic-map{align-items:start}
.clinic-page .clinic-category,
.clinic-page .clinic-category.special-case{min-height:0!important}
.clinic-page .clinic-category>p,
.clinic-page .clinic-category.special-case>p{min-height:0!important;margin-bottom:16px!important}
.clinic-page .clinic-parameter-details{width:100%;margin-top:auto;border-top:1px solid #e8eef5;padding-top:10px}
.clinic-page .clinic-parameter-details>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:38px;margin:0;padding:4px 2px;list-style:none;cursor:pointer;color:#475569;font-size:12px;font-weight:800;line-height:1.45;user-select:none;-webkit-tap-highlight-color:transparent}
.clinic-page .clinic-parameter-details>summary::-webkit-details-marker{display:none}
.clinic-page .clinic-parameter-details>summary::marker{display:none;content:""}
.clinic-page .clinic-parameter-details>summary:hover{color:#2563eb}
.clinic-page .clinic-parameter-details>summary:focus-visible{outline:2px solid #93c5fd;outline-offset:4px;border-radius:6px}
.clinic-page .clinic-details-chevron{width:9px;height:9px;flex:0 0 9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}
.clinic-page .clinic-parameter-details[open] .clinic-details-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.clinic-page .clinic-details-label-open{display:none}
.clinic-page .clinic-parameter-details[open] .clinic-details-label-closed{display:none}
.clinic-page .clinic-parameter-details[open] .clinic-details-label-open{display:inline}
.clinic-page .clinic-parameter-details .clinic-tags{margin-top:8px!important;padding-top:2px}
.clinic-page .clinic-parameter-details[open] .clinic-tags{animation:clinicDetailsIn .16s ease-out}
@keyframes clinicDetailsIn{from{opacity:.3;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){.clinic-page .clinic-details-chevron{transition:none}.clinic-page .clinic-parameter-details[open] .clinic-tags{animation:none}}
@media (max-width:640px){
  .clinic-page .clinic-parameter-details{padding-top:8px}
  .clinic-page .clinic-parameter-details>summary{min-height:42px;font-size:12.5px}
}





.hero-experience-redesign{padding:0;background:transparent}
.jp-hero-redesign{padding:0 0 18px}
.jp-hero-redesign>.wrap{width:calc(100% - 32px)!important;max-width:none!important;margin:0 auto!important;padding:0!important}
.jp-hero-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:48px;min-height:700px;padding:48px 64px;background:#eef1fb;overflow:hidden}
.jp-hero-copy{max-width:760px;padding:0 0 0 10px}
.jp-hero-copy h1{margin:0 0 48px;font-family:Inter,"Noto Sans JP",sans-serif;font-size:78px;line-height:1.05;font-weight:900;letter-spacing:-.055em;color:#111111!important;-webkit-text-fill-color:#111111!important;white-space:nowrap}.jp-hero-title-line{display:block;color:#111111!important;-webkit-text-fill-color:#111111!important}
.jp-hero-lead{margin:0 0 14px;font-size:21px;line-height:1.65;font-weight:800;color:#3566f4!important;-webkit-text-fill-color:#3566f4!important;white-space:normal}
.jp-hero-desc{margin:0;color:#111111!important;-webkit-text-fill-color:#111111!important;font-size:28px;line-height:1.42;font-weight:800;white-space:normal}
.jp-hero-cta-group{margin-top:50px}
.jp-hero-download.btn.primary{display:inline-flex;align-items:center;justify-content:center;min-width:275px;height:82px;padding:0 38px;border-radius:18px;font-size:22px;font-weight:800;box-shadow:0 16px 32px rgba(37,99,235,.16)}
.jp-hero-meta{margin:24px 0 0;color:#7a859c;font-size:17px;line-height:1.6;font-weight:600;white-space:nowrap}
.jp-hero-preview-stage{display:flex;align-items:center;justify-content:center;min-width:0}
.jp-hero-preview-card{display:block;width:100%;min-height:0;padding:0;background:transparent!important;border-radius:0!important;box-shadow:none!important}
.jp-hero-preview-card .hero-preview-wrap,.jp-hero-preview-card .hero-preview-wrap>div{width:100%;margin:0 auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.jp-hero-preview-card .skiin-preview{width:100%!important;max-width:680px!important;margin:0 auto!important}
.jp-hero-preview-card .skdemo-preview-body{max-height:none}
.jp-hero-nav{border-top:1px solid rgba(37,99,235,.08);background:#fff}
.jp-hero-nav>.wrap{width:calc(100% - 32px)!important;max-width:none!important;padding:0!important}
.jp-hero-nav-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:12px;padding:24px 0 22px}
.jp-hero-nav-row span{display:block;text-align:center;color:#22365f;font-size:17px;line-height:1.4;font-weight:800}
@media (max-width:1300px){.jp-hero-shell{gap:32px;padding:42px 40px;min-height:640px}.jp-hero-copy{padding-left:0}.jp-hero-copy h1{font-size:64px;margin-bottom:36px}.jp-hero-lead{font-size:23px}.jp-hero-desc{font-size:18px}.jp-hero-preview-card .skiin-preview{max-width:610px!important}.jp-hero-download.btn.primary{height:74px;min-width:240px;font-size:20px}.jp-hero-meta{font-size:15px}}
@media (max-width:980px){.jp-hero-redesign>.wrap{width:calc(100% - 20px)!important}.jp-hero-shell{grid-template-columns:1fr;gap:34px;padding:34px 26px}.jp-hero-copy{max-width:none}.jp-hero-copy h1{font-size:54px;white-space:normal;margin-bottom:28px}.jp-hero-lead,.jp-hero-desc,.jp-hero-meta{white-space:normal}.jp-hero-preview-card .skiin-preview{max-width:620px!important}}
@media (max-width:767px){.jp-hero-redesign>.wrap{width:100%!important}.jp-hero-shell{gap:24px;padding:28px 18px 22px}.jp-hero-copy h1{font-size:42px}.jp-hero-lead{font-size:18px}.jp-hero-desc{font-size:15px}.jp-hero-cta-group{margin-top:26px}.jp-hero-download.btn.primary{width:100%;min-width:0;height:62px;font-size:20px}.jp-hero-meta{font-size:14px;margin-top:16px}.jp-hero-preview-card .skiin-preview{max-width:100%!important}}
.jp-difference-flow{padding-top:18px;padding-bottom:18px}.jp-difference-flow .product-head h2{margin-bottom:22px}.jp-difference-flow .jp-simple-flow{margin-top:0}@media (max-width:767px){.jp-difference-flow{padding-top:4px;padding-bottom:8px}.jp-difference-flow .product-head h2{margin-bottom:16px}}.jp-difference-flow{padding-top:14px;padding-bottom:20px}.jp-difference-flow .product-head h2{margin-bottom:20px}.jp-difference-flow .jp-simple-flow{margin-top:0}.jp-difference-flow .native-workflow{padding:26px;border-radius:28px}.jp-difference-flow .native-workflow-row{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.jp-difference-flow .native-workflow-label{min-width:160px;text-align:center}.jp-difference-flow .native-workflow-chain{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.jp-difference-flow .jp-difference-note{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#e9f1ff;color:#2563eb;font-size:15px;font-weight:800;line-height:1.35;white-space:nowrap}.jp-streaming-scenarios{padding-top:22px!important;padding-bottom:18px!important;margin-top:0!important}.jp-streaming-scenarios .jp-scenario-head{margin-bottom:22px!important}.jp-streaming-scenarios .jp-scenario-head h2{margin-bottom:0!important}.jp-scenario-grid{gap:0!important}.jp-conversion-section.jp-conversion-compact{padding-top:28px!important;padding-bottom:34px!important;margin-top:0!important}.jp-conversion-section .jp-conversion-head h2{margin-bottom:14px!important}.jp-conversion-section .jp-conversion-head p{margin-bottom:18px!important}@media (max-width:980px){.jp-difference-flow .native-workflow{padding:20px;border-radius:22px}.jp-difference-flow .native-workflow-row{gap:14px}.jp-difference-flow .native-workflow-label{min-width:auto;width:100%}.jp-difference-flow .jp-difference-note{font-size:14px;padding:9px 14px}.jp-streaming-scenarios{padding-top:16px!important}.jp-conversion-section.jp-conversion-compact{padding-top:22px!important;padding-bottom:28px!important}}@media (max-width:767px){.jp-difference-flow{padding-top:8px;padding-bottom:12px}.jp-difference-flow .product-head h2{margin-bottom:14px}.jp-difference-flow .native-workflow{padding:14px;border-radius:18px}.jp-difference-flow .native-workflow-row{gap:10px}.jp-difference-flow .native-workflow-chain{gap:8px}.jp-difference-flow .jp-difference-note{width:100%;white-space:normal;text-align:center}.jp-streaming-scenarios{padding-top:10px!important;padding-bottom:12px!important}.jp-streaming-scenarios .jp-scenario-head{margin-bottom:14px!important}.jp-conversion-section.jp-conversion-compact{padding-top:16px!important;padding-bottom:22px!important}}
.jp-difference-flow{padding-top:8px!important;padding-bottom:20px!important}
.jp-difference-flow .wrap{max-width:1120px!important}
.jp-difference-flow .product-head{margin-bottom:18px!important}
.jp-difference-flow .product-head h2{margin:0!important}
.jp-difference-flow .jp-simple-flow{margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.jp-difference-flow .native-workflow{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.jp-difference-flow .native-workflow-row{display:grid!important;grid-template-columns:170px minmax(0,1fr);align-items:center!important;gap:16px!important;padding:24px 28px!important;border:1px solid #dbe5f2!important;border-radius:22px!important;background:#f8fbff!important;margin:0 0 12px!important}
.jp-difference-flow .native-workflow-row:last-child{margin-bottom:0!important;background:#edf4ff!important}
.jp-difference-flow .native-workflow-label{min-width:0!important;width:auto!important;text-align:center!important;font-weight:800!important;color:#1f2937!important}
.jp-difference-flow .native-workflow-chain{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important}
.jp-difference-flow .jp-skiinobs-flow{grid-template-columns:170px minmax(0,1fr) auto!important}
.jp-difference-flow .jp-difference-note{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 16px!important;border-radius:999px!important;background:#dfeaff!important;color:#2563eb!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;white-space:nowrap!important}
.jp-streaming-scenarios{padding-top:18px!important;padding-bottom:18px!important;margin-top:0!important}
.jp-streaming-scenarios .wrap{max-width:1120px!important}
.jp-streaming-scenarios .jp-scenario-head{margin-bottom:18px!important}
.jp-streaming-scenarios .jp-scenario-head h2{margin:0!important}
.jp-scenario-grid{gap:0!important}
.jp-conversion-section.jp-conversion-compact{padding-top:18px!important;padding-bottom:28px!important;margin-top:0!important}
.jp-conversion-section .jp-conversion-inner{max-width:980px!important;margin:0 auto!important}
.jp-conversion-section .jp-conversion-head h2{margin-bottom:12px!important}
.jp-conversion-section .jp-conversion-head p{margin-bottom:14px!important}
.jp-conversion-section .jp-doctor-cta{margin-top:0!important}
@media (max-width:980px){
  .jp-difference-flow .wrap,.jp-streaming-scenarios .wrap{max-width:none!important}
  .jp-difference-flow .native-workflow-row{grid-template-columns:1fr!important;gap:10px!important;padding:18px 16px!important}
  .jp-difference-flow .jp-skiinobs-flow{grid-template-columns:1fr!important}
  .jp-difference-flow .native-workflow-label{text-align:center!important}
  .jp-difference-flow .jp-difference-note{justify-self:center!important}
  .jp-streaming-scenarios{padding-top:14px!important;padding-bottom:14px!important}
  .jp-conversion-section.jp-conversion-compact{padding-top:14px!important;padding-bottom:22px!important}
}
@media (max-width:767px){
  .jp-difference-flow{padding-top:6px!important;padding-bottom:12px!important}
  .jp-difference-flow .product-head{margin-bottom:12px!important}
  .jp-difference-flow .native-workflow-row{padding:14px 12px!important;border-radius:18px!important;margin-bottom:10px!important}
  .jp-difference-flow .native-workflow-chain{gap:8px!important}
  .jp-difference-flow .jp-difference-note{width:100%!important;white-space:normal!important;text-align:center!important}
  .jp-streaming-scenarios .jp-scenario-head{margin-bottom:12px!important}
}



.jp-difference-flow{padding-top:0!important;padding-bottom:8px!important}
.jp-difference-flow .product-head{margin-bottom:14px!important}
.jp-difference-flow .native-workflow-row{padding:18px 24px!important;border-radius:18px!important;margin:0 0 10px!important}
.jp-difference-flow .native-workflow-row:last-child{margin-bottom:0!important}
.jp-difference-flow .jp-difference-note{padding:9px 14px!important}
.jp-streaming-scenarios{padding-top:12px!important;padding-bottom:36px!important;margin-top:0!important}
.jp-streaming-scenarios .jp-scenario-head{margin-bottom:22px!important}
.jp-conversion-section.jp-conversion-compact{padding-top:36px!important;padding-bottom:32px!important;margin-top:0!important}
.jp-conversion-section .jp-conversion-head h2{margin-bottom:14px!important}
.jp-conversion-section .jp-conversion-head p{margin-bottom:18px!important}
@media (max-width:980px){
  .jp-difference-flow{padding-bottom:10px!important}
  .jp-streaming-scenarios{padding-top:12px!important;padding-bottom:28px!important}
  .jp-conversion-section.jp-conversion-compact{padding-top:28px!important;padding-bottom:26px!important}
}
@media (max-width:767px){
  .jp-difference-flow{padding-top:0!important;padding-bottom:8px!important}
  .jp-difference-flow .native-workflow-row{padding:14px 12px!important;margin-bottom:8px!important}
  .jp-streaming-scenarios{padding-top:10px!important;padding-bottom:22px!important}
  .jp-streaming-scenarios .jp-scenario-head{margin-bottom:14px!important}
  .jp-conversion-section.jp-conversion-compact{padding-top:22px!important;padding-bottom:20px!important}
}




.hero-tech-nowrap{display:inline!important;white-space:nowrap!important}
.hero-mobile-safe-break{display:none}


html:not([lang="ja-JP"]) .jp-hero-copy h1{
  white-space:normal!important;
  font-size:clamp(48px,4.7vw,70px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
}
html[lang="en"] .jp-hero-copy h1,
html[lang="es"] .jp-hero-copy h1,
html[lang="pt-BR"] .jp-hero-copy h1,
html[lang="fr"] .jp-hero-copy h1,
html[lang="de"] .jp-hero-copy h1,
html[lang="ru"] .jp-hero-copy h1{font-family:Inter,Arial,"Helvetica Neue",sans-serif!important}
html[lang="ko-KR"] .jp-hero-copy h1{font-family:Inter,"Noto Sans KR",sans-serif!important;word-break:keep-all!important}
html[lang="zh-CN"] .jp-hero-copy h1{font-family:Inter,"Noto Sans SC",sans-serif!important;word-break:auto-phrase!important;line-break:strict!important}

html[lang="th"] .jp-hero-copy h1{font-family:"Noto Sans Thai",Inter,sans-serif!important;letter-spacing:-.02em!important;line-height:1.16!important}







@media (max-width:1024px){
  :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2){
    text-wrap:balance!important;
    overflow-wrap:normal!important;
  }
  html[lang="ja-JP"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2),
  html[lang="zh-CN"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2){
    word-break:auto-phrase!important;
    line-break:strict!important;
  }
  html[lang="ko-KR"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2){
    word-break:keep-all!important;
  }
  html[lang="en"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2),
  html[lang="es"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2),
  html[lang="pt-BR"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2),
  html[lang="fr"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2),
  html[lang="de"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2),
  html[lang="ru"] :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2){
    word-break:normal!important;
  }
}

@media (max-width:980px){
  html:not([lang="ja-JP"]) .jp-hero-copy h1{font-size:46px!important;margin-bottom:26px!important}
  html[lang="ru"] .jp-hero-copy h1,html[lang="de"] .jp-hero-copy h1,html[lang="fr"] .jp-hero-copy h1{font-size:43px!important}
  html[lang="th"] .jp-hero-copy h1{font-size:44px!important}
  .jp-hero-shell{min-height:0!important}
}

@media (max-width:767px){
  .jp-hero-copy h1{margin-bottom:24px!important;text-wrap:balance!important}
  html[lang="ja-JP"] .jp-hero-copy h1{font-size:clamp(34px,10.4vw,40px)!important;line-height:1.08!important;letter-spacing:-.05em!important}
  html:not([lang="ja-JP"]) .jp-hero-copy h1{font-size:clamp(30px,8.8vw,36px)!important;line-height:1.12!important}
  html[lang="ko-KR"] .jp-hero-copy h1,html[lang="zh-CN"] .jp-hero-copy h1{font-size:clamp(32px,9.2vw,38px)!important}
  html[lang="ru"] .jp-hero-copy h1,html[lang="de"] .jp-hero-copy h1,html[lang="fr"] .jp-hero-copy h1{font-size:clamp(28px,8vw,34px)!important}
  html[lang="th"] .jp-hero-copy h1{font-size:clamp(29px,8.4vw,35px)!important}
  .jp-hero-title-line{max-width:100%!important}
  .jp-hero-lead{line-height:1.55!important;text-wrap:pretty!important}
  .jp-hero-desc{line-height:1.5!important;text-wrap:pretty!important}
  .jp-hero-meta{text-wrap:pretty!important}
  .jp-difference-flow .native-workflow-chain span{white-space:nowrap!important}
  .jp-difference-flow .native-workflow-chain{row-gap:8px!important}
}

@media (max-width:600px){
  html[lang="ja-JP"] .hero-mobile-safe-break{display:block!important}
}

@media (max-width:380px){
  .jp-hero-shell{padding-left:14px!important;padding-right:14px!important}
  html[lang="ja-JP"] .jp-hero-copy h1{font-size:33px!important}
  html:not([lang="ja-JP"]) .jp-hero-copy h1{font-size:29px!important}
  .jp-hero-lead{font-size:16px!important}
  .jp-hero-download.btn.primary{font-size:18px!important}
}



@media (max-width:980px){
  html:not([lang="ja-JP"]) .jp-hero-copy h1{font-size:42px!important;line-height:1.1!important}
  html[lang="ru"] .jp-hero-copy h1,html[lang="de"] .jp-hero-copy h1,html[lang="fr"] .jp-hero-copy h1{font-size:40px!important}
  html[lang="th"] .jp-hero-copy h1{font-size:41px!important}
}
@media (max-width:767px){
  html:not([lang="ja-JP"]) .jp-hero-copy h1{font-size:clamp(29px,8.3vw,34px)!important}
  html[lang="ko-KR"] .jp-hero-copy h1,html[lang="zh-CN"] .jp-hero-copy h1{font-size:clamp(31px,8.8vw,36px)!important}
  html[lang="ru"] .jp-hero-copy h1,html[lang="de"] .jp-hero-copy h1,html[lang="fr"] .jp-hero-copy h1{font-size:clamp(27px,7.7vw,32px)!important}
  html[lang="th"] .jp-hero-copy h1{font-size:clamp(28px,8vw,33px)!important}
}

@media (max-width:767px){html[lang="zh-CN"] .jp-hero-title-line{white-space:nowrap!important;text-wrap:nowrap!important}}


@media (max-width:1024px){
  :is(h1,h2,h3,.marketing-title,.product-head h2,.jp-scenario-head h2,.jp-conversion-head h2,.page-hero h1,.policy-card h1,.policy-card h2){
    white-space:normal!important;
  }
}
@media (max-width:900px){
  .footer-saas-top{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:28px 24px!important;
  }
  .footer-saas-brand{
    grid-column:1/-1!important;
    max-width:none!important;
  }
  .footer-saas-column{min-width:0!important;width:auto!important}
  .footer.footer-saas .footer-saas-column>a{
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
  }
}
@media (max-width:480px){
  .page-hero h1{
    font-size:clamp(28px,8vw,32px)!important;
    line-height:1.18!important;
    letter-spacing:-.035em!important;
  }
}
@media (max-width:480px){
  html[lang="ja-JP"] .jp-scenario-head h2,
  html[lang="ja-JP"] .jp-conversion-head h2{font-size:28px!important;line-height:1.3!important}
  html[lang="de"] .page-hero h1,
  html[lang="ru"] .page-hero h1{font-size:28px!important;line-height:1.2!important}
}




:root{--sc-blue:#2563eb;--sc-text:#0f172a;--sc-body:#475569;--sc-muted:#64748b;--sc-line:#dbe3ee;--sc-soft:#f8fafc;--sc-bg:#fff}
.system-check-main{background:#fff;color:var(--sc-text)}
.system-check-wrap{width:min(calc(100% - 40px),1120px);margin:0 auto}
.system-check-hero{padding:92px 0 58px;text-align:center;border-bottom:1px solid #eef2f7}
.system-check-eyebrow{margin:0 0 14px;color:var(--sc-blue);font-size:12px;font-weight:800;letter-spacing:.14em}
.system-check-hero h1{max-width:900px;margin:0 auto;color:var(--sc-text);font-size:clamp(36px,5vw,58px);line-height:1.08;letter-spacing:-.045em;font-weight:900}
.system-check-lead{max-width:720px;margin:20px auto 0;color:var(--sc-body);font-size:17px;line-height:1.8}
.system-check-picker{padding:64px 0 44px}
.sc-step{padding:28px 0;border-top:1px solid var(--sc-line)}
.sc-step:first-child{border-top:0;padding-top:0}
.sc-step-head{display:flex;align-items:baseline;gap:14px;margin-bottom:17px}.sc-step-no{color:var(--sc-blue);font-size:11px;font-weight:900;letter-spacing:.12em}.sc-step h2{margin:0;font-size:22px;line-height:1.3;letter-spacing:-.025em}
.sc-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sc-options.platforms{grid-template-columns:repeat(6,minmax(0,1fr))}
.sc-option{appearance:none;width:100%;min-height:78px;padding:16px 14px;border:1px solid var(--sc-line);border-radius:14px;background:#fff;color:var(--sc-text);text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.sc-option strong{display:block;font-size:15px;line-height:1.35}.sc-option small{display:block;margin-top:5px;color:var(--sc-muted);font-size:12px;line-height:1.45}.sc-option:hover{border-color:#b9c8dc}.sc-option.is-active{border-color:var(--sc-blue);box-shadow:0 0 0 2px rgba(37,99,235,.08);background:#fbfdff}.sc-options.platforms .sc-option{text-align:center;min-height:54px;padding:14px 10px}.sc-options.platforms .sc-option strong{font-size:14px}
.sc-result{margin-top:30px;border:1px solid var(--sc-line);border-radius:20px;overflow:hidden;background:#fff}.sc-result-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;padding:28px 30px;border-bottom:1px solid var(--sc-line);background:var(--sc-soft)}.sc-result-kicker{margin:0 0 7px;color:var(--sc-muted);font-size:12px;font-weight:800;letter-spacing:.08em}.sc-result-name{margin:0;color:var(--sc-text);font-size:30px;line-height:1.15;letter-spacing:-.035em}.sc-result-tip{max-width:520px;margin:0;color:var(--sc-body);font-size:14px;line-height:1.7;text-align:right}.sc-result-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding:0}.sc-result-cell{padding:22px 18px;border-right:1px solid var(--sc-line)}.sc-result-cell:last-child{border-right:0}.sc-result-cell span{display:block;color:var(--sc-muted);font-size:11px;font-weight:700;line-height:1.35}.sc-result-cell strong{display:block;margin-top:7px;color:var(--sc-text);font-size:17px;line-height:1.35}.sc-platform-note{padding:17px 30px;border-top:1px solid var(--sc-line);color:var(--sc-body);font-size:13px;line-height:1.7}.sc-platform-note strong{color:var(--sc-text)}.sc-result-disclaimer{margin:13px 2px 0;color:var(--sc-muted);font-size:12px;line-height:1.7}
.sc-section{padding:70px 0}.sc-section.alt{background:var(--sc-soft);border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7}.sc-section-head{max-width:760px;margin:0 0 30px}.sc-section-head h2{margin:0;color:var(--sc-text);font-size:clamp(28px,3vw,38px);line-height:1.2;letter-spacing:-.035em}.sc-section-head p{margin:12px 0 0;color:var(--sc-body);font-size:15px;line-height:1.75}
.sc-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sc-preset{padding:25px;border:1px solid var(--sc-line);border-radius:18px;background:#fff}.sc-preset .sc-preset-label{margin:0 0 12px;color:var(--sc-blue);font-size:11px;font-weight:900;letter-spacing:.1em}.sc-preset h3{margin:0 0 15px;font-size:18px}.sc-preset-values{display:grid;gap:8px}.sc-preset-values div{display:flex;justify-content:space-between;gap:16px;padding-top:8px;border-top:1px solid #eef2f7;font-size:13px}.sc-preset-values span{color:var(--sc-muted)}.sc-preset-values strong{color:var(--sc-text);text-align:right}
.sc-tip-card{padding:32px;border:1px solid var(--sc-line);border-radius:20px;background:#fff}.sc-tip-card h2{margin:0;font-size:26px;line-height:1.25;letter-spacing:-.03em}.sc-tip-card p{max-width:830px;margin:13px 0 0;color:var(--sc-body);font-size:15px;line-height:1.8}.sc-tip-flow{display:flex;gap:10px;align-items:stretch;margin-top:24px}.sc-tip-flow div{flex:1;padding:18px;border:1px solid var(--sc-line);border-radius:14px;background:var(--sc-soft)}.sc-tip-flow span{display:block;color:var(--sc-muted);font-size:11px;font-weight:700}.sc-tip-flow strong{display:block;margin-top:5px;font-size:18px}.sc-tip-plus{display:flex!important;align-items:center;justify-content:center!important;flex:0 0 30px!important;border:0!important;background:transparent!important;color:var(--sc-muted);font-weight:800}
.sc-platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sc-platform-card{padding:22px;border:1px solid var(--sc-line);border-radius:16px;background:#fff}.sc-platform-card h3{margin:0 0 12px;font-size:17px}.sc-platform-main{margin:0;color:var(--sc-text);font-size:14px;font-weight:800;line-height:1.5}.sc-platform-card p:last-child{margin:8px 0 0;color:var(--sc-body);font-size:12px;line-height:1.65}
.sc-doctor{padding:72px 0 84px}.sc-doctor-card{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:32px;border-top:1px solid var(--sc-line);border-bottom:1px solid var(--sc-line)}.sc-doctor-card h2{margin:0;font-size:26px;letter-spacing:-.025em}.sc-doctor-card p{max-width:680px;margin:10px 0 0;color:var(--sc-body);font-size:14px;line-height:1.75}.sc-doctor-copy-line{display:block}.sc-doctor-note{margin-top:7px;font-size:12.5px;line-height:1.7;color:#748196}.sc-doctor-link{flex:none;display:inline-flex;align-items:center;gap:8px;color:var(--sc-blue);font-size:14px;font-weight:800;text-decoration:none}.sc-doctor-link:hover{text-decoration:underline}
.jp-doctor-cta-group{display:flex;justify-content:center;align-items:center;gap:28px;flex-wrap:wrap;margin-top:28px}.jp-doctor-cta-group .jp-doctor-cta{margin:0!important;text-align:center}.jp-doctor-cta-group .jp-doctor-cta a{display:inline-flex;align-items:center;gap:8px;color:#2563eb;text-decoration:none;font-size:14px;font-weight:800}.jp-doctor-cta-group .jp-doctor-cta a:hover{text-decoration:underline}
html[dir="rtl"] .sc-option{text-align:right}html[dir="rtl"] .sc-result-tip{text-align:left}html[dir="rtl"] .sc-result-cell{border-right:0;border-left:1px solid var(--sc-line)}html[dir="rtl"] .sc-result-cell:last-child{border-left:0}
@media(max-width:980px){.sc-options.platforms{grid-template-columns:repeat(3,1fr)}.sc-result-grid{grid-template-columns:repeat(3,1fr)}.sc-result-cell:nth-child(3){border-right:0}.sc-result-cell:nth-child(-n+3){border-bottom:1px solid var(--sc-line)}html[dir="rtl"] .sc-result-cell:nth-child(3){border-left:0}.sc-platform-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.system-check-wrap{width:min(calc(100% - 28px),1120px)}.system-check-hero{padding:70px 0 44px}.system-check-hero h1{font-size:36px}.system-check-lead{font-size:15px}.system-check-picker{padding:46px 0 32px}.sc-options{grid-template-columns:1fr}.sc-options.platforms{grid-template-columns:repeat(2,1fr)}.sc-result-head{display:block;padding:24px 20px}.sc-result-tip{margin-top:12px;text-align:left}.sc-result-grid{grid-template-columns:repeat(2,1fr)}.sc-result-cell{border-bottom:1px solid var(--sc-line)}.sc-result-cell:nth-child(2n){border-right:0}.sc-result-cell:nth-last-child(-n+2){border-bottom:0}.sc-result-cell:nth-child(3){border-right:1px solid var(--sc-line)}html[dir="rtl"] .sc-result-cell:nth-child(2n){border-left:0}html[dir="rtl"] .sc-result-cell:nth-child(3){border-left:1px solid var(--sc-line)}.sc-platform-note{padding:16px 20px}.sc-section{padding:54px 0}.sc-presets,.sc-platform-grid{grid-template-columns:1fr}.sc-tip-card{padding:24px 20px}.sc-tip-flow{display:grid;grid-template-columns:1fr}.sc-tip-plus{min-height:20px}.sc-doctor-card{display:block;padding:26px 0}.sc-doctor-link{margin-top:18px}.jp-doctor-cta-group{gap:13px 22px;margin-top:22px;flex-direction:column}.jp-doctor-cta-group .jp-doctor-cta{width:100%}}



.hero-experience #comparison .jp-scenario-grid-conversion{
  margin-top:28px;
}
.hero-experience #comparison .jp-scenario-grid-conversion + .jp-doctor-cta-group{
  margin-top:28px;
}
@media(max-width:720px){
  .hero-experience #comparison .jp-scenario-grid-conversion{margin-top:22px}
  .hero-experience #comparison .jp-scenario-grid-conversion + .jp-doctor-cta-group{margin-top:22px}
}


.sc-options.sc-options-pc{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:720px){.sc-options.sc-options-pc{grid-template-columns:1fr}}




.sc-advanced-wrap{border-top:1px solid var(--sc-line);background:#fff;padding:28px 30px 26px}
.sc-advanced-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}
.sc-advanced-kicker{margin:0 0 6px;color:var(--sc-blue);font-size:10px;font-weight:900;letter-spacing:.12em}
.sc-advanced-head h3{margin:0;font-size:20px;line-height:1.3;letter-spacing:-.02em;color:var(--sc-text)}
.sc-advanced-path,.sc-advanced-subpath{margin:6px 0 0;color:var(--sc-muted);font-size:11px;line-height:1.55;font-weight:600}
.sc-advanced-columns{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;align-items:start}
.sc-advanced-group{border:1px solid var(--sc-line);border-radius:14px;background:#fff;overflow:hidden}
.sc-advanced-group h4{margin:0;padding:14px 16px 10px;font-size:13px;line-height:1.4;color:var(--sc-text)}
.sc-advanced-group>.sc-advanced-subpath{padding:0 16px 10px;margin:-6px 0 0}
.sc-advanced-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 16px;border-top:1px solid #eef2f7;min-height:42px}
.sc-advanced-row span{color:var(--sc-muted);font-size:11px;line-height:1.45;font-weight:650}
.sc-advanced-row strong{color:var(--sc-text);font-size:12px;line-height:1.45;font-weight:800;text-align:right;overflow-wrap:anywhere}
.sc-advanced-color-title{display:flex;justify-content:space-between;gap:12px;align-items:baseline;padding:14px 16px 8px;border-top:1px solid var(--sc-line);background:var(--sc-soft)}
.sc-advanced-color-title strong{font-size:12px;color:var(--sc-text)}.sc-advanced-color-title span{font-size:10px;color:var(--sc-muted);text-align:right}
.sc-advanced-note{margin:14px 2px 0;color:var(--sc-muted);font-size:11px;line-height:1.7}
html[dir="rtl"] .sc-advanced-row strong,html[dir="rtl"] .sc-advanced-color-title span{text-align:left}
@media(max-width:820px){.sc-advanced-columns{grid-template-columns:1fr}.sc-advanced-wrap{padding:24px 20px}.sc-advanced-head{display:block}}
@media(max-width:520px){.sc-advanced-wrap{padding:22px 16px}.sc-advanced-row{align-items:flex-start;gap:12px;padding:10px 13px}.sc-advanced-row span{max-width:47%}.sc-advanced-row strong{max-width:53%;font-size:11.5px}.sc-advanced-color-title{display:block;padding:13px}.sc-advanced-color-title span{display:block;margin-top:4px;text-align:left}.sc-advanced-head h3{font-size:18px}}



.footer.footer-saas>.footer-saas-top{
  display:grid!important;
  grid-template-columns:minmax(210px,1.1fr) minmax(180px,.95fr) minmax(150px,.72fr) minmax(230px,1.15fr)!important;
  gap:44px!important;
  align-items:start!important;
}
.footer.footer-saas .footer-saas-brand{max-width:300px!important}
.footer.footer-saas .footer-saas-column{min-width:0!important}
.footer.footer-saas .footer-saas-column>a{overflow-wrap:normal!important;word-break:normal!important}
@media(max-width:980px){
  .footer.footer-saas>.footer-saas-top{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:34px 30px!important;
  }
  .footer.footer-saas .footer-saas-brand{grid-column:1/-1!important;max-width:none!important}
}
@media(max-width:700px){
  .footer.footer-saas{padding-top:52px!important}
  .footer.footer-saas>.footer-saas-top{
    grid-template-columns:1fr!important;
    gap:30px!important;
    padding-bottom:38px!important;
  }
  .footer.footer-saas .footer-saas-brand{grid-column:auto!important}
  .footer.footer-saas .footer-saas-column{padding-top:2px!important}
  .footer.footer-saas .footer-saas-heading{margin-bottom:10px!important}
  .footer.footer-saas .footer-saas-column>a{padding:5px 0!important}
}





.footer.footer-saas{
  box-sizing:border-box!important;
  width:100%!important;
  margin:0!important;
  padding:64px 0 24px!important;
  background:#0b1220!important;
  color:#8fa0b7!important;
  border:0!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.55!important;
  letter-spacing:0!important;
  font-synthesis:none!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.footer.footer-saas[lang="ko"]{font-family:"Noto Sans KR",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.footer.footer-saas[lang="ja"]{font-family:"Noto Sans JP",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.footer.footer-saas[lang="zh-CN"]{font-family:"Noto Sans SC",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}

.footer.footer-saas[lang="th"]{font-family:"Noto Sans Thai",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.footer.footer-saas[lang="en"],
.footer.footer-saas[lang="es"],
.footer.footer-saas[lang="ru"],
.footer.footer-saas[lang="pt-BR"],
.footer.footer-saas[lang="de"],
.footer.footer-saas[lang="fr"]{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.footer.footer-saas *,
.footer.footer-saas *::before,
.footer.footer-saas *::after{box-sizing:border-box!important}

.footer.footer-saas>.wrap{
  width:min(calc(100% - 48px),1180px)!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
.footer.footer-saas>.footer-saas-top{
  display:grid!important;
  grid-template-columns:minmax(210px,1.1fr) minmax(180px,.95fr) minmax(150px,.72fr) minmax(230px,1.15fr)!important;
  gap:44px!important;
  align-items:start!important;
  padding:0 0 42px!important;
}
.footer.footer-saas .footer-saas-brand{
  display:block!important;
  max-width:300px!important;
  margin:0!important;
  padding:0!important;
}
.footer.footer-saas .brand.footbrand,
.footer.footer-saas .footbrand,
.footer.footer-saas .brand-text-only,
.footer.footer-saas .skiinobs-brand-lock{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
  font-family:Inter,Arial,"Helvetica Neue",sans-serif!important;
  font-size:22px!important;
  font-style:normal!important;
  font-weight:800!important;
  line-height:1.15!important;
  letter-spacing:-.04em!important;
  text-transform:none!important;
  text-decoration:none!important;
  opacity:1!important;
}
.footer.footer-saas .footer-saas-column{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  gap:0!important;
  font-size:inherit!important;
  font-weight:400!important;
  line-height:inherit!important;
}
.footer.footer-saas .footer-saas-heading{
  display:block!important;
  margin:0 0 12px!important;
  padding:0!important;
  color:#f1f5f9!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1.4!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
.footer.footer-saas .footer-saas-column>a{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:6px 0!important;
  color:#8fa0b7!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:400!important;
  line-height:1.55!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  transition:color .15s ease!important;
}
.footer.footer-saas .footer-saas-column>a:hover,
.footer.footer-saas .footer-saas-column>a:focus-visible{
  color:#fff!important;
  font-weight:400!important;
}
.footer.footer-saas>.footer-saas-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:56px!important;
  margin:0 auto!important;
  padding:18px 0 0!important;
  gap:28px!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
}
.footer.footer-saas .legal-copy{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#718096!important;
  font-family:Inter,Arial,"Helvetica Neue",sans-serif!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:400!important;
  line-height:1.6!important;
  letter-spacing:0!important;
  text-align:left!important;
  white-space:normal!important;
}








@media(max-width:980px){
  .footer.footer-saas>.footer-saas-top{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:34px 30px!important;
  }
  .footer.footer-saas .footer-saas-brand{
    grid-column:1/-1!important;
    max-width:none!important;
  }
}
@media(max-width:700px){
  .footer.footer-saas{padding:50px 0 20px!important}
  .footer.footer-saas>.wrap{width:min(calc(100% - 28px),1180px)!important}
  .footer.footer-saas>.footer-saas-top{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding-bottom:34px!important;
  }
  .footer.footer-saas .footer-saas-brand{grid-column:auto!important}
  .footer.footer-saas .footer-saas-column{
    align-items:flex-start!important;
    text-align:left!important;
  }
  
  
  .footer.footer-saas>.footer-saas-bottom{
    min-height:0!important;
    padding-top:18px!important;
  }
  .footer.footer-saas .footer-saas-heading{margin-bottom:9px!important}
  .footer.footer-saas .footer-saas-column>a{padding:5px 0!important;font-size:13px!important}
  .footer.footer-saas .legal-copy{font-size:11px!important}
}


.footer.footer-saas>.footer-saas-top,
.footer.footer-saas .footer-saas-brand,
.footer.footer-saas .footer-saas-column,
.footer.footer-saas .footer-saas-heading,
.footer.footer-saas .footer-saas-column>a,
.footer.footer-saas>.footer-saas-bottom{
  font-family:inherit!important;
}
.footer.footer-saas .footbrand,
.footer.footer-saas .skiinobs-brand-lock,
.footer.footer-saas .legal-copy{
  font-family:Inter,Arial,"Helvetica Neue",sans-serif!important;
}



.sc-gpu-entry{margin:0 0 42px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.sc-gpu-entry-head{max-width:760px;margin:0 auto 20px;text-align:center}
.sc-gpu-entry-head h2{margin:0;color:var(--sc-text);font-size:clamp(24px,2.5vw,32px);line-height:1.25;letter-spacing:-.03em}
.sc-gpu-entry-head p{display:none!important}
.sc-gpu-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:780px;margin:0 auto}
.sc-gpu-option{appearance:none;min-height:82px;padding:18px 24px;border:1px solid var(--sc-line);border-radius:16px;background:#fff;color:var(--sc-text);text-align:center;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}
.sc-gpu-option:hover{border-color:#b9c8dc;box-shadow:0 8px 24px rgba(15,23,42,.05);transform:translateY(-1px)}
.sc-gpu-option.is-active{border-color:var(--sc-blue);background:#fbfdff;box-shadow:0 0 0 2px rgba(37,99,235,.08)}
.sc-gpu-option strong{display:block;font-size:18px;line-height:1.3;font-weight:800;white-space:nowrap}
.sc-gpu-option small{display:none!important}
.sc-gpu-badge{display:inline-flex;align-items:center;margin:7px 0 0;padding:5px 9px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:rgba(37,99,235,.06);color:var(--sc-blue);font-size:10.5px;font-weight:800;line-height:1.2;letter-spacing:.01em}
.sc-advanced-row[hidden]{display:none!important}
.system-check-main[data-gpu-vendor="amd"] .sc-result{--sc-blue:#2563eb}
.system-check-main[data-gpu-vendor="amd"] .sc-gpu-badge{background:rgba(37,99,235,.06);border-color:rgba(37,99,235,.18);color:var(--sc-blue)}


.sc-hardware-note.sc-hardware-note-top{margin:0 0 38px;padding:22px 24px;border:1px solid var(--sc-line);border-radius:16px;background:var(--sc-soft);box-shadow:none}
.sc-hardware-note.sc-hardware-note-top h3{margin:0 0 16px;font-size:15px;line-height:1.35;font-weight:800;letter-spacing:-.015em;color:var(--sc-text)}
.sc-hardware-note.sc-hardware-note-top ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}
.sc-hardware-note.sc-hardware-note-top li{position:relative;margin:0;padding:0 0 0 16px;font-size:13px;line-height:1.68;color:var(--sc-body);font-weight:500}
.sc-hardware-note.sc-hardware-note-top li:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:999px;background:var(--sc-blue)}
html[dir="rtl"] .sc-gpu-option{text-align:center}
html[dir="rtl"] .sc-hardware-note.sc-hardware-note-top li{padding-left:0;padding-right:16px}
html[dir="rtl"] .sc-hardware-note.sc-hardware-note-top li:before{left:auto;right:0}

@media(max-width:980px){
  .sc-hardware-note.sc-hardware-note-top ul{grid-template-columns:1fr;gap:10px}
}
@media(max-width:720px){
  .sc-hardware-note.sc-hardware-note-top{margin-bottom:30px;padding:18px;border-radius:14px}
  .sc-hardware-note.sc-hardware-note-top h3{margin-bottom:13px;font-size:14px}
  .sc-hardware-note.sc-hardware-note-top li{font-size:13px;line-height:1.65}
  .sc-gpu-entry{margin-bottom:34px}
  .sc-gpu-entry-head{margin-bottom:16px}
  .sc-gpu-entry-head h2{font-size:24px}
  .sc-gpu-options{grid-template-columns:1fr;gap:10px}
  .sc-gpu-option{min-height:72px;padding:16px 18px}
  .sc-gpu-option strong{font-size:17px}
}
@media(max-width:390px){.sc-gpu-option strong{white-space:normal}}
@media(min-width:981px){.sc-options.platforms{grid-template-columns:repeat(auto-fit,minmax(95px,1fr))!important;gap:8px}.sc-options.platforms .sc-option strong{white-space:nowrap}}



.sc-hardware-compact{max-width:900px;margin:0 auto 34px;color:var(--sc-muted);font-size:13px;line-height:1.75;text-align:center;font-weight:500}
@media(max-width:720px){.sc-hardware-compact{margin-bottom:28px;font-size:12.5px;line-height:1.7;text-align:left}}
html[dir="rtl"] .sc-hardware-compact{text-align:center}
@media(max-width:720px){html[dir="rtl"] .sc-hardware-compact{text-align:right}}



.sc-top-tip{max-width:900px;margin:0 auto 18px;display:flex;align-items:flex-start;justify-content:center;gap:9px;color:var(--sc-body);font-size:13px;line-height:1.65;text-align:left}
.sc-top-tip-label{flex:0 0 auto;margin-top:1px;color:var(--sc-blue);font-size:11px;font-weight:800;letter-spacing:.04em;white-space:nowrap}
.sc-top-tip p{margin:0;font:inherit;color:inherit}
.sc-hardware-compact.sc-hardware-lines{max-width:900px;margin:0 auto 34px;color:var(--sc-muted);font-size:13px;line-height:1.6;text-align:center;font-weight:600}
.sc-hardware-compact.sc-hardware-lines span{display:block;margin:2px 0}
html[dir="rtl"] .sc-top-tip{direction:rtl;text-align:right}
html[dir="rtl"] .sc-hardware-compact.sc-hardware-lines{text-align:center}
@media(max-width:720px){
  .sc-top-tip{margin-bottom:17px;justify-content:flex-start;font-size:12.5px;line-height:1.62;text-align:left}
  .sc-hardware-compact.sc-hardware-lines{margin-bottom:28px;font-size:12.5px;line-height:1.58;text-align:left}
  .sc-hardware-compact.sc-hardware-lines span{margin:3px 0}
  html[dir="rtl"] .sc-top-tip,html[dir="rtl"] .sc-hardware-compact.sc-hardware-lines{text-align:right}
}




:root{-webkit-text-size-adjust:100%;text-size-adjust:100%}


main :where(h1,h2,h3,h4,h5,h6){
  text-wrap:balance;
  overflow-wrap:normal;
}
main :where(p,li,dd,blockquote){
  text-wrap:pretty;
}
html[lang="ja-JP"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote){
  word-break:normal;
  line-break:strict;
}
html[lang="ko-KR"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote){
  word-break:keep-all;
  overflow-wrap:break-word;
}
html[lang="zh-CN"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote){
  word-break:normal;
  line-break:strict;
}
html[lang="en"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote),
html[lang="es"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote),
html[lang="pt-BR"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote),
html[lang="fr"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote),
html[lang="de"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote),
html[lang="ru"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote),
html[lang="th"] main :where(h1,h2,h3,h4,h5,h6,p,li,dd,blockquote){
  word-break:normal;
}


.hero-mobile-break{display:none}

@media (max-width:767px){
  
  .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  .lang-de .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  .lang-fr .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  .lang-es .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  .lang-pt-br .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  .lang-ru .hero-experience .jp-hero-redesign .jp-hero-copy h1{
    max-width:100%!important;
    margin-inline:auto!important;
    font-size:clamp(28px,8vw,34px)!important;
    line-height:1.12!important;
    letter-spacing:-.035em!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    text-wrap:balance!important;
  }
  .hero-experience .jp-hero-redesign .jp-hero-title-line{
    display:block!important;
    width:100%!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    text-wrap:balance!important;
  }
  .hero-mobile-break{display:block}

  
  html[lang="ja-JP"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{
    font-size:clamp(31px,8.6vw,36px)!important;
    line-height:1.14!important;
  }
  html[lang="ja-JP"] .hero-experience .jp-hero-redesign .hero-title-line-2{
    white-space:nowrap!important;
    word-break:keep-all!important;
  }

  
  html[lang="zh-CN"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{
    font-size:clamp(30px,8.3vw,35px)!important;
  }
  html[lang="zh-CN"] .hero-experience .jp-hero-redesign .jp-hero-title-line{
    word-break:keep-all!important;
  }

  
  html[lang="ko-KR"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{
    font-size:clamp(28px,7.7vw,32px)!important;
    line-height:1.18!important;
    letter-spacing:-.025em!important;
  }
  html[lang="ko-KR"] .hero-experience .jp-hero-redesign .jp-hero-title-line{
    word-break:keep-all!important;
    overflow-wrap:normal!important;
  }

  
  html[lang="en"] .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  html[lang="es"] .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  html[lang="pt-BR"] .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  html[lang="fr"] .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  html[lang="ru"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{
    font-size:clamp(27px,7.35vw,31px)!important;
    line-height:1.17!important;
    letter-spacing:-.025em!important;
  }
  html[lang="de"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{
    font-size:clamp(25px,6.9vw,29px)!important;
    line-height:1.18!important;
    letter-spacing:-.02em!important;
  }
  html[lang="th"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{
    font-size:clamp(28px,7.7vw,32px)!important;
    line-height:1.27!important;
    letter-spacing:0!important;
  }

  .hero-experience .jp-hero-redesign .jp-hero-kicker{
    font-size:13px!important;
    line-height:1.2!important;
    margin-bottom:18px!important;
  }

  
  main :where(.page-hero h1,.updates-hero h1,.policy-card h1,.policy-card h2,.contact-shell h1,
               .kr-section-head h2,.core-tech-section-head h2,.marketing-title){
    max-width:100%;
    overflow-wrap:normal!important;
    text-wrap:balance!important;
  }
}

@media (max-width:390px){
  html[lang="ja-JP"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{font-size:31px!important}
  html[lang="ko-KR"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{font-size:27px!important}
  html[lang="en"] .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  html[lang="es"] .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  html[lang="pt-BR"] .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  html[lang="fr"] .hero-experience .jp-hero-redesign .jp-hero-copy h1,
  html[lang="ru"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{font-size:26px!important}
  html[lang="de"] .hero-experience .jp-hero-redesign .jp-hero-copy h1{font-size:24px!important}
}



.compare-label-compact{display:none}
@media (max-width:1024px){
  
  main :where(section,article,div,header,footer,nav,form,fieldset,label){min-width:0}
  main :where(h1,h2,h3,h4,h5,h6,p,li,dd,dt,blockquote,a,button,label){max-width:100%}
  main :where(img,video,canvas,svg){max-width:100%;height:auto}
  :where(.btn,.back-link,.footer a,.nav a){overflow-wrap:break-word}

  
  .kr-direct-obs .ski-solution-table .compare-label-wide{display:none!important}
  .kr-direct-obs .ski-solution-table .compare-label-compact{
    display:inline-block!important;
    max-width:100%;
    line-height:1.35;
    white-space:normal;
    text-align:inherit;
    overflow-wrap:normal;
  }
  .kr-direct-obs .ski-solution-table tbody th{
    line-height:1.35;
    white-space:normal!important;
    overflow:hidden;
  }
  html[lang="ja-JP"] .kr-direct-obs .ski-solution-table tbody th,
  html[lang="ko-KR"] .kr-direct-obs .ski-solution-table tbody th,
  html[lang="zh-CN"] .kr-direct-obs .ski-solution-table tbody th{
    word-break:keep-all!important;
    overflow-wrap:normal!important;
  }
}
@media (max-width:767px){
  .kr-direct-obs .ski-solution-table .ski-feature-head,
  .kr-direct-obs .ski-solution-table tbody th{
    min-width:104px!important;
    width:104px!important;
    padding-left:9px!important;
    padding-right:9px!important;
    font-size:11.5px!important;
  }
  .kr-direct-obs .ski-solution-table .compare-label-compact{font-size:11.5px}
}
@media (max-width:390px){
  .kr-direct-obs .ski-solution-table .ski-feature-head,
  .kr-direct-obs .ski-solution-table tbody th{
    min-width:100px!important;
    width:100px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
}



header.nav .langbox,
.clinic-page .langbox,
.subpage-nav .lang-switch {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible !important;
}


header.nav .langbtn,
.clinic-page .langbtn {
  width: max-content !important;
  min-width: 104px !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}
header.nav .lang-current,
.clinic-page .lang-current {
  display: inline-block !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  line-height: 1.25 !important;
}
header.nav .lang-chevron,
.clinic-page .lang-chevron {
  flex: 0 0 auto !important;
}


.subpage-nav .lang-switch summary {
  width: max-content !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}


header.nav .langmenu,
.clinic-page .langmenu,
.subpage-nav .lang-menu {
  width: max-content !important;
  min-width: 170px !important;
  max-width: calc(100vw - 24px) !important;
  box-sizing: border-box !important;
}
header.nav .langmenu a,
.clinic-page .langmenu a,
.subpage-nav .lang-menu a {
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}


header.nav .right,
.clinic-header-right,
.subpage-nav .nav-actions {
  min-width: 0 !important;
}

@media (max-width: 820px) {
  header.nav .langbtn,
  .clinic-page .langbtn {
    min-width: 96px !important;
  }
  .subpage-nav .lang-switch summary {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 620px) {
  header.nav .langbtn,
  .clinic-page .langbtn {
    min-width: 92px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    gap: 6px !important;
    font-size: 12px !important;
  }
  header.nav .langmenu,
  .clinic-page .langmenu {
    right: 14px !important;
    left: auto !important;
    width: max-content !important;
    min-width: 170px !important;
    max-width: calc(100vw - 28px) !important;
  }
  .subpage-nav .lang-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 170px !important;
    max-width: calc(100vw - 28px) !important;
  }
}


@media (max-width: 520px) {
  .clinic-header-right .clinic-home-link {
    display: none !important;
  }
  .clinic-page .clinic-navin {
    gap: 10px !important;
  }
}


@media (max-width: 390px) {
  header.nav .langbtn,
  .clinic-page .langbtn {
    min-width: 0 !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    font-size: 11.5px !important;
  }
  .subpage-nav .lang-switch summary {
    font-size: 12px !important;
    padding: 7px 9px !important;
  }
}
