/* SkiinOBS V80 — unified SaaS visual system
   Homepage content below Hero is normalized. Preview internals are intentionally untouched. */

:root{
  --saas-content:1120px;
  --saas-narrow:820px;
  --saas-section:104px;
  --saas-ink:#0f172a;
  --saas-text:#334155;
  --saas-muted:#64748b;
  --saas-line:#e2e8f0;
  --saas-soft:#f8fafc;
  --saas-blue:#2563eb;
  --saas-blue-dark:#1d4ed8;
  --saas-blue-soft:#eff6ff;
  --saas-card:#ffffff;
  --saas-radius:18px;
  --saas-shadow:0 14px 38px rgba(15,23,42,.055);
}

/* ---------- Shared homepage typography below Hero ---------- */
.hero-experience :is(.product-section,.workflow-section-head,.core-technology,#faq,.pricing,.home-clinic,.clinic-support) .eyebrow,
.hero-experience .clinic-lite-eyebrow{
  display:inline-block!important;
  margin:0 0 12px!important;
  color:var(--saas-blue)!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.3!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

.hero-experience :is(.product-head,.workflow-section-head,.core-tech-head,#faq .head,.pricing .head,.home-clinic-head) h2,
.hero-experience .clinic-support h2{
  margin:0!important;
  color:var(--saas-ink)!important;
  font-size:clamp(34px,3.35vw,44px)!important;
  font-weight:800!important;
  line-height:1.22!important;
  letter-spacing:-.035em!important;
  text-wrap:balance!important;
}

.hero-experience :is(.product-head,.core-tech-copy,.home-clinic-head,.clinic-support-copy) p,
.hero-experience #faq details p{
  color:var(--saas-muted)!important;
  font-size:15.5px!important;
  font-weight:400!important;
  line-height:1.82!important;
  letter-spacing:0!important;
}

.hero-experience :is(.product-section.beauty-focus,.core-technology,#faq,.pricing,.home-clinic){
  margin:0!important;
  padding:var(--saas-section) 0!important;
}

.hero-experience :is(.product-section.beauty-focus,#faq,.home-clinic){background:#fff!important}
.hero-experience :is(.core-technology,.pricing){background:var(--saas-soft)!important}

/* ---------- Beauty / product overview ---------- */
.hero-experience .product-section.beauty-focus>.wrap{
  width:min(calc(100% - 48px),var(--saas-content))!important;
}
.hero-experience .product-head{
  max-width:820px!important;
  margin:0 auto 48px!important;
  text-align:center!important;
}
.hero-experience .product-head h2 span{display:block!important}
.hero-experience .product-head p{
  max-width:760px!important;
  margin:18px auto 0!important;
}
.hero-experience .product-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.hero-experience .product-card{
  min-height:218px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding:28px!important;
  border:1px solid var(--saas-line)!important;
  border-radius:var(--saas-radius)!important;
  background:var(--saas-card)!important;
  box-shadow:var(--saas-shadow)!important;
}
.hero-experience .product-card .kicker{
  margin:0 0 22px!important;
  color:var(--saas-blue)!important;
  font-size:10.5px!important;
  font-weight:800!important;
  line-height:1.3!important;
  letter-spacing:.14em!important;
  opacity:1!important;
}
.hero-experience .product-card h3{
  margin:0 0 10px!important;
  color:var(--saas-ink)!important;
  font-size:19px!important;
  font-weight:750!important;
  line-height:1.45!important;
  letter-spacing:-.015em!important;
}
.hero-experience .product-card p{
  margin:0!important;
  color:var(--saas-muted)!important;
  font-size:14.5px!important;
  font-weight:400!important;
  line-height:1.76!important;
}

/* ---------- Workflow: two balanced SaaS cards ---------- */
.hero-experience .hero-workflow-wrap{
  width:min(calc(100% - 48px),var(--saas-content))!important;
  margin:0 auto!important;
  padding:96px 0!important;
  display:block!important;
}
.hero-experience .workflow-section-head{
  max-width:760px!important;
  margin:0 auto 40px!important;
  text-align:center!important;
}
.hero-experience .workflow-after-preview{margin:0!important}
.hero-experience .workflow-after-preview .workflow-pair.workflow-simple-stack{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
}
.hero-experience .workflow-simple-stack .workflow-panel{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  min-height:214px!important;
  padding:28px!important;
  border:1px solid var(--saas-line)!important;
  border-radius:var(--saas-radius)!important;
  background:#fff!important;
  box-shadow:var(--saas-shadow)!important;
  text-align:left!important;
}
.hero-experience .workflow-simple-stack .workflow-panel+.workflow-panel{
  border-top:1px solid var(--saas-line)!important;
}
.hero-experience .workflow-simple-stack .workflow-new{
  border-color:#cbdcf8!important;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
}
.hero-experience .workflow-simple-stack .workflow-label{
  width:auto!important;
  margin:0 0 22px!important;
  padding:0!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.3!important;
  letter-spacing:.08em!important;
  text-align:left!important;
}
.hero-experience .workflow-simple-stack .workflow-new .workflow-label{color:var(--saas-blue)!important}
.hero-experience .workflow-simple-stack .workflow-chain{
  width:100%!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  text-align:left!important;
}
.hero-experience .workflow-simple-stack .workflow-chain span{
  width:auto!important;
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 12px!important;
  border:1px solid #dbe3ed!important;
  border-radius:10px!important;
  background:#f8fafc!important;
  color:#334155!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.35!important;
  text-align:center!important;
}
.hero-experience .workflow-simple-stack .workflow-new .workflow-chain span{
  border-color:#cbdcf8!important;
  background:var(--saas-blue-soft)!important;
  color:#244a7c!important;
}
.hero-experience .workflow-simple-stack .workflow-chain b{
  display:inline!important;
  width:auto!important;
  height:auto!important;
  color:#94a3b8!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1!important;
}
.hero-experience .workflow-simple-stack .workflow-chain b::before{content:none!important}

/* ---------- Core technology: editorial, not a wall of centered copy ---------- */
.hero-experience .core-technology{
  padding-left:0!important;
  padding-right:0!important;
}
.hero-experience .core-tech-inner{
  width:min(calc(100% - 48px),var(--saas-content))!important;
  max-width:none!important;
  margin:0 auto!important;
}
.hero-experience .core-tech-head{
  max-width:780px!important;
  margin:0 auto 44px!important;
  text-align:center!important;
}
.hero-experience .core-tech-copy{
  max-width:1000px!important;
  margin:0 auto 36px!important;
  columns:2!important;
  column-gap:52px!important;
  column-rule:1px solid var(--saas-line)!important;
}
.hero-experience .core-tech-copy p{
  break-inside:avoid!important;
  margin:0 0 20px!important;
  text-align:left!important;
}
.hero-experience .core-tech-copy p:last-child{margin-bottom:0!important}
.hero-experience .core-tech-pillars,
.hero-experience .core-tech-capabilities{
  max-width:1000px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
.hero-experience .core-tech-capabilities{margin-top:10px!important}
.hero-experience .core-tech-pillars span,
.hero-experience .core-tech-capabilities span{
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 12px!important;
  border:1px solid var(--saas-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:650!important;
  line-height:1.4!important;
  text-align:center!important;
  box-shadow:none!important;
}

/* ---------- FAQ / OBS Doctor accordions share one system ---------- */
.hero-experience #faq>.wrap,
.hero-experience .home-clinic>.wrap{
  width:min(calc(100% - 48px),var(--saas-content))!important;
}
.hero-experience #faq .head,
.hero-experience .home-clinic-head{
  max-width:780px!important;
  margin:0 auto 42px!important;
  text-align:center!important;
}
.hero-experience .home-clinic-head p{
  max-width:720px!important;
  margin:16px auto 0!important;
}
.hero-experience #faq .faq,
.hero-experience #obs-clinic-home .clinic-problem-groups{
  width:min(100%,920px)!important;
  max-width:920px!important;
  margin:0 auto!important;
  display:grid!important;
  gap:10px!important;
}
.hero-experience #faq .faq details,
.hero-experience #obs-clinic-home .clinic-problem-accordion{
  margin:0!important;
  border:1px solid var(--saas-line)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.hero-experience #faq .faq details[open],
.hero-experience #obs-clinic-home .clinic-problem-accordion[open]{
  border-color:#cbdcf8!important;
  box-shadow:0 8px 24px rgba(37,99,235,.05)!important;
}
.hero-experience #faq .faq summary,
.hero-experience #obs-clinic-home .clinic-problem-summary{
  min-height:62px!important;
  padding:17px 20px!important;
  gap:12px!important;
  color:#1e293b!important;
  background:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.55!important;
  letter-spacing:-.01em!important;
}
.hero-experience #faq .faq details[open] summary,
.hero-experience #obs-clinic-home .clinic-problem-accordion[open] .clinic-problem-summary{
  color:#1d4ed8!important;
  background:#f8fbff!important;
}
.hero-experience #faq .faq details p,
.hero-experience #obs-clinic-home .clinic-problem-body{
  padding:0 20px 20px!important;
  background:#fff!important;
  color:var(--saas-muted)!important;
  font-size:14px!important;
  line-height:1.78!important;
}
.hero-experience #obs-clinic-home .clinic-problem-group-num{
  min-width:32px!important;
  height:22px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  color:#2563eb!important;
  font-size:10.5px!important;
  font-weight:800!important;
}
.hero-experience #obs-clinic-home .clinic-problem-title{
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.5!important;
}
.hero-experience #obs-clinic-home .clinic-problem-list{
  gap:6px!important;
  margin:0!important;
}
.hero-experience #obs-clinic-home .clinic-problem-list li{
  color:var(--saas-muted)!important;
  font-size:14px!important;
  line-height:1.7!important;
}

/* ---------- Pricing: one clear two-column conversion card ---------- */
.hero-experience .pricing>.wrap{
  width:min(calc(100% - 48px),var(--saas-content))!important;
}
.hero-experience .pricing .head{
  max-width:780px!important;
  margin:0 auto 42px!important;
  text-align:center!important;
}
.hero-experience .compact-pricing-grid{
  width:min(100%,980px)!important;
  margin:0 auto!important;
  display:block!important;
}
.hero-experience .compact-pricecard{
  display:grid!important;
  grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr)!important;
  grid-template-areas:
    "price features"
    "cta features"
    "note features"!important;
  column-gap:44px!important;
  row-gap:16px!important;
  align-items:start!important;
  padding:38px!important;
  border:1px solid var(--saas-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:var(--saas-shadow)!important;
}
.hero-experience .compact-pricecard .price{
  grid-area:price!important;
  margin:0!important;
  color:var(--saas-ink)!important;
  font-size:clamp(44px,4.4vw,58px)!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.hero-experience .compact-pricecard .price small{
  color:var(--saas-muted)!important;
  font-size:14px!important;
  font-weight:600!important;
  letter-spacing:0!important;
}
.hero-experience .compact-pricecard .pricing-value-grid{
  grid-area:features!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0!important;
}
.hero-experience .compact-pricecard .pricing-value-item{
  min-height:104px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:18px!important;
  border:1px solid #e5eaf1!important;
  border-radius:14px!important;
  background:#f8fafc!important;
  box-shadow:none!important;
}
.hero-experience .compact-pricecard .pricing-value-label{
  margin-bottom:8px!important;
  color:var(--saas-blue)!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1.3!important;
  letter-spacing:.12em!important;
}
.hero-experience .compact-pricecard .pricing-value-item strong{
  color:#27364b!important;
  font-size:14.5px!important;
  font-weight:700!important;
  line-height:1.55!important;
}
.hero-experience .compact-pricecard>.btn{
  grid-area:cta!important;
  width:100%!important;
  min-height:48px!important;
  margin:0!important;
  border-radius:12px!important;
  box-shadow:none!important;
}
.hero-experience .compact-pricecard .trial-payment-note{
  grid-area:note!important;
  margin:0!important;
  color:var(--saas-muted)!important;
  font-size:12.5px!important;
  line-height:1.7!important;
  text-align:left!important;
}

/* ---------- One-to-one support: compact SaaS CTA ---------- */
.hero-experience>.clinic-support{
  width:min(calc(100% - 48px),var(--saas-content))!important;
  max-width:var(--saas-content)!important;
  margin:88px auto!important;
  padding:38px 42px!important;
  border:1px solid #d7e5ff!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#f7faff 0%,#edf5ff 100%)!important;
  box-shadow:none!important;
  text-align:left!important;
}
.hero-experience .clinic-support-grid{
  max-width:none!important;
  margin:0!important;
  display:block!important;
}
.hero-experience .clinic-support-grid>div:first-child{
  max-width:none!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:"copy action"!important;
  gap:36px!important;
  align-items:center!important;
}
.hero-experience .clinic-support-copy{
  grid-area:copy!important;
  max-width:720px!important;
}
.hero-experience .clinic-support .clinic-lite-eyebrow,
.hero-experience .clinic-support h2,
.hero-experience .clinic-support-lead,
.hero-experience .clinic-support-note{
  text-align:left!important;
  margin-left:0!important;
  margin-right:0!important;
}
.hero-experience .clinic-support h2{
  font-size:clamp(30px,2.8vw,38px)!important;
}
.hero-experience .clinic-support-lead{
  max-width:680px!important;
  margin:14px 0 0!important;
  font-size:15px!important;
  line-height:1.78!important;
}
.hero-experience .clinic-support-note{
  max-width:680px!important;
  margin:8px 0 0!important;
  color:#718096!important;
  font-size:13px!important;
  line-height:1.7!important;
}
.hero-experience .clinic-support-actions{
  grid-area:action!important;
  margin:0!important;
  justify-content:flex-end!important;
}
.hero-experience .clinic-support-btn{
  min-height:48px!important;
  padding:0 20px!important;
  border-radius:12px!important;
  background:#2563eb!important;
  color:#fff!important;
  border:1px solid #2563eb!important;
  box-shadow:none!important;
  font-size:14px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.hero-experience .clinic-support-btn:hover{background:#1d4ed8!important;border-color:#1d4ed8!important}

/* ---------- Footer: conventional overseas SaaS structure ---------- */
.footer.footer-saas{
  margin:0!important;
  padding:64px 0 24px!important;
  background:#07111f!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
  color:#cbd5e1!important;
}
.footer.footer-saas>.wrap{
  width:min(calc(100% - 48px),1120px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.footer-saas-top{
  display:grid!important;
  grid-template-columns:minmax(300px,1.6fr) minmax(150px,.7fr) minmax(220px,.9fr)!important;
  gap:64px!important;
  align-items:start!important;
  padding:0 0 46px!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:340px!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:20px 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:8px!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}
.footer.footer-saas .social-link{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  border:1px solid rgba(148,163,184,.16)!important;
  border-radius:9px!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}

/* ---------- Responsive ---------- */
@media(max-width:900px){
  :root{--saas-section:84px}
  .hero-experience .product-grid{grid-template-columns:1fr!important}
  .hero-experience .product-card{min-height:0!important}
  .hero-experience .workflow-after-preview .workflow-pair.workflow-simple-stack{grid-template-columns:1fr!important}
  .hero-experience .workflow-simple-stack .workflow-panel{min-height:0!important}
  .hero-experience .core-tech-copy{columns:1!important;column-rule:0!important;max-width:760px!important}
  .hero-experience .core-tech-pillars,
  .hero-experience .core-tech-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hero-experience .compact-pricecard{
    grid-template-columns:1fr!important;
    grid-template-areas:"price" "features" "cta" "note"!important;
    gap:22px!important;
  }
  .hero-experience .clinic-support-grid>div:first-child{
    grid-template-columns:1fr!important;
    grid-template-areas:"copy" "action"!important;
    gap:24px!important;
  }
  .hero-experience .clinic-support-actions{justify-content:flex-start!important}
  .footer-saas-top{grid-template-columns:1.3fr 1fr 1fr!important;gap:36px!important}
}

@media(max-width:620px){
  :root{--saas-section:68px}
  .hero-experience .product-section.beauty-focus>.wrap,
  .hero-experience .hero-workflow-wrap,
  .hero-experience .core-tech-inner,
  .hero-experience #faq>.wrap,
  .hero-experience .pricing>.wrap,
  .hero-experience .home-clinic>.wrap{
    width:min(calc(100% - 28px),var(--saas-content))!important;
  }
  .hero-experience :is(.product-head,.workflow-section-head,.core-tech-head,#faq .head,.pricing .head,.home-clinic-head) h2,
  .hero-experience .clinic-support h2{
    font-size:28px!important;
    line-height:1.3!important;
  }
  .hero-experience .product-head,
  .hero-experience .workflow-section-head,
  .hero-experience .core-tech-head,
  .hero-experience #faq .head,
  .hero-experience .pricing .head,
  .hero-experience .home-clinic-head{margin-bottom:30px!important}
  .hero-experience .product-head p,
  .hero-experience .home-clinic-head p{font-size:14.5px!important;line-height:1.75!important}
  .hero-experience .product-card{padding:22px!important}
  .hero-experience .hero-workflow-wrap{padding:68px 0!important}
  .hero-experience .workflow-simple-stack .workflow-panel{padding:22px!important}
  .hero-experience .workflow-simple-stack .workflow-chain{display:grid!important;grid-template-columns:1fr!important;gap:0!important}
  .hero-experience .workflow-simple-stack .workflow-chain span{width:100%!important}
  .hero-experience .workflow-simple-stack .workflow-chain b{
    display:block!important;
    height:24px!important;
    font-size:0!important;
    text-align:center!important;
  }
  .hero-experience .workflow-simple-stack .workflow-chain b::before{
    content:'↓'!important;
    display:block!important;
    color:#94a3b8!important;
    font-size:15px!important;
    line-height:24px!important;
  }
  .hero-experience .core-tech-pillars,
  .hero-experience .core-tech-capabilities{grid-template-columns:1fr!important}
  .hero-experience #faq .faq summary,
  .hero-experience #obs-clinic-home .clinic-problem-summary{padding:15px!important;font-size:14px!important}
  .hero-experience #faq .faq details p,
  .hero-experience #obs-clinic-home .clinic-problem-body{padding:0 15px 17px!important;font-size:13.5px!important}
  .hero-experience .compact-pricecard{padding:24px!important;border-radius:18px!important}
  .hero-experience .compact-pricecard .pricing-value-grid{grid-template-columns:1fr!important}
  .hero-experience>.clinic-support{
    width:min(calc(100% - 28px),var(--saas-content))!important;
    margin:56px auto!important;
    padding:26px 22px!important;
    border-radius:18px!important;
  }
  .hero-experience .clinic-support-actions{display:block!important}
  .hero-experience .clinic-support-btn{width:100%!important}
  .footer.footer-saas{padding:46px 0 20px!important}
  .footer.footer-saas>.wrap{width:min(calc(100% - 28px),1120px)!important}
  .footer-saas-top{grid-template-columns:1fr!important;gap:30px!important;padding-bottom:34px!important}
  .footer-saas-brand{max-width:none!important}
  .footer-saas-tagline{max-width:360px!important}
  .footer-saas-bottom{
    flex-direction:column-reverse!important;
    align-items:flex-start!important;
    gap:16px!important;
  }
  .footer.footer-saas .footer-brand-socials{justify-content:flex-start!important}
}

/* V81 — SaaS polish refinements requested */

/* 1) Workflow cards: make the white boxes feel lighter and cleaner */
.hero-experience .workflow-simple-stack .workflow-panel{
  border-color:#e8eef5!important;
  box-shadow:0 10px 28px rgba(15,23,42,.045)!important;
}
.hero-experience .workflow-simple-stack .workflow-panel+.workflow-panel{
  border-top-color:#e8eef5!important;
}
.hero-experience .workflow-simple-stack .workflow-new{
  border-color:#dbe8fb!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
}
.hero-experience .workflow-simple-stack .workflow-chain span{
  min-height:40px!important;
  padding:8px 13px!important;
  border:1px solid #e7edf4!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#334155!important;
  font-size:13px!important;
  font-weight:600!important;
}
.hero-experience .workflow-simple-stack .workflow-new .workflow-chain span{
  border-color:#d9e5fb!important;
  background:#f7faff!important;
  color:#244a7c!important;
}
.hero-experience .workflow-simple-stack .workflow-chain b{
  color:#a3afbf!important;
}

/* 2) Pricing: make the 4 feature boxes roomier and easier to scan */
.hero-experience .compact-pricecard{
  column-gap:48px!important;
  row-gap:18px!important;
  padding:42px!important;
}
.hero-experience .compact-pricecard .pricing-value-grid{
  gap:14px!important;
}
.hero-experience .compact-pricecard .pricing-value-item{
  min-height:124px!important;
  padding:22px 20px!important;
  border:1px solid #e3eaf3!important;
  border-radius:16px!important;
  background:#f8fafc!important;
}
.hero-experience .compact-pricecard .pricing-value-label{
  margin-bottom:9px!important;
  font-size:10.5px!important;
  letter-spacing:.13em!important;
}
.hero-experience .compact-pricecard .pricing-value-item strong{
  font-size:15.5px!important;
  line-height:1.6!important;
}

/* 3) One-to-one support: align CTA with the content, not floating on the right */
.hero-experience>.clinic-support{
  padding:40px 42px!important;
}
.hero-experience .clinic-support-grid>div:first-child{
  display:block!important;
}
.hero-experience .clinic-support-copy{
  max-width:760px!important;
}
.hero-experience .clinic-support-lead{
  max-width:720px!important;
}
.hero-experience .clinic-support-note{
  max-width:720px!important;
}
.hero-experience .clinic-support-actions{
  display:flex!important;
  justify-content:flex-start!important;
  margin:22px 0 0!important;
}
.hero-experience .clinic-support-btn{
  width:auto!important;
  min-width:196px!important;
  padding:0 22px!important;
}

/* 4) Footer: make it feel more like a polished overseas SaaS footer */
.footer.footer-saas{
  padding:62px 0 24px!important;
  background:#0a1424!important;
}
.footer-saas-top{
  grid-template-columns:minmax(320px,1.45fr) minmax(170px,.78fr) minmax(190px,.84fr)!important;
  gap:48px!important;
  padding:0 0 42px!important;
}
.footer-saas-brand{max-width:380px!important}
.footer-saas-tagline{
  max-width:356px!important;
  margin:16px 0 0!important;
  color:#93a4bb!important;
  font-size:13.5px!important;
  line-height:1.8!important;
}
.footer-saas-heading{
  margin:0 0 14px!important;
  color:#eef3fa!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.4!important;
  letter-spacing:.01em!important;
}
.footer.footer-saas .footer-saas-column>a{
  padding:7px 0!important;
  color:#94a6bc!important;
  font-size:13.5px!important;
  line-height:1.58!important;
}
.footer-saas-bottom{
  min-height:54px!important;
  gap:22px!important;
  padding:18px 0 0!important;
}
.footer.footer-saas .legal-copy{
  color:#7f90a6!important;
  font-size:11.5px!important;
}
.footer.footer-saas .footer-brand-socials{
  gap:9px!important;
}
.footer.footer-saas .social-link{
  width:36px!important;
  height:36px!important;
  border-radius:10px!important;
  color:#99abc0!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:28px!important;
  }
}

@media(max-width:620px){
  .hero-experience .compact-pricecard{
    padding:26px!important;
  }
  .hero-experience .compact-pricecard .pricing-value-item{
    min-height:112px!important;
    padding:20px 18px!important;
  }
  .hero-experience>.clinic-support{
    padding:28px 22px!important;
  }
  .hero-experience .clinic-support-actions{
    display:block!important;
    margin-top:18px!important;
  }
  .hero-experience .clinic-support-btn{
    width:100%!important;
    min-width:0!important;
  }
  .footer.footer-saas{
    padding:46px 0 20px!important;
  }
  .footer-saas-top{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding-bottom:32px!important;
  }
  .footer-saas-bottom{
    flex-direction:column-reverse!important;
    align-items:flex-start!important;
    gap:16px!important;
  }
  .footer.footer-saas .footer-brand-socials{
    justify-content:flex-start!important;
  }
}

/* V82 — Stripe-inspired polish */

:root{
  --saas-content:1140px;
  --saas-section:112px;
  --saas-line:#e7edf5;
  --saas-soft:#f6f9fc;
  --saas-shadow:0 18px 48px rgba(15,23,42,.05);
}

.hero-experience :is(.product-head,.workflow-section-head,.core-tech-head,#faq .head,.pricing .head,.home-clinic-head){
  max-width:760px!important;
}
.hero-experience :is(.product-head,.workflow-section-head,.core-tech-head,#faq .head,.pricing .head,.home-clinic-head) h2,
.hero-experience .clinic-support h2{
  font-size:clamp(36px,3.5vw,48px)!important;
  line-height:1.18!important;
  letter-spacing:-.04em!important;
}
.hero-experience :is(.product-head,.core-tech-copy,.home-clinic-head,.clinic-support-copy) p,
.hero-experience #faq details p{
  color:#5b6b80!important;
  font-size:16px!important;
  line-height:1.84!important;
}
.hero-experience :is(.product-section.beauty-focus,.core-technology,#faq,.pricing,.home-clinic){
  padding:112px 0!important;
}
.hero-experience .core-technology,
.hero-experience .pricing{
  background:linear-gradient(180deg,#f7fafe 0%,#f5f8fc 100%)!important;
}

/* Product cards */
.hero-experience .product-head{margin:0 auto 52px!important}
.hero-experience .product-grid{gap:20px!important}
.hero-experience .product-card{
  min-height:228px!important;
  padding:32px!important;
  border:1px solid #e8eef6!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 14px 40px rgba(15,23,42,.045)!important;
}
.hero-experience .product-card .kicker{
  margin:0 0 18px!important;
  font-size:10px!important;
  letter-spacing:.15em!important;
}
.hero-experience .product-card h3{
  margin:0 0 12px!important;
  font-size:20px!important;
  font-weight:760!important;
  line-height:1.42!important;
}
.hero-experience .product-card p{
  font-size:14.5px!important;
  line-height:1.78!important;
}

/* Workflow */
.hero-experience .hero-workflow-wrap{
  width:min(calc(100% - 48px),1080px)!important;
  padding:104px 0!important;
}
.hero-experience .workflow-section-head{margin:0 auto 44px!important}
.hero-experience .workflow-after-preview .workflow-pair.workflow-simple-stack{gap:20px!important}
.hero-experience .workflow-simple-stack .workflow-panel{
  min-height:230px!important;
  padding:32px!important;
  border:1px solid #e8eef6!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 14px 40px rgba(15,23,42,.04)!important;
}
.hero-experience .workflow-simple-stack .workflow-new{
  border-color:#dfe9fb!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)!important;
}
.hero-experience .workflow-simple-stack .workflow-label{
  margin:0 0 18px!important;
  color:#64748b!important;
  font-size:11px!important;
  letter-spacing:.12em!important;
}
.hero-experience .workflow-simple-stack .workflow-new .workflow-label{color:#2563eb!important}
.hero-experience .workflow-simple-stack .workflow-chain{
  gap:10px!important;
}
.hero-experience .workflow-simple-stack .workflow-chain span{
  min-height:40px!important;
  padding:8px 14px!important;
  border:1px solid #ebf1f7!important;
  border-radius:999px!important;
  background:#fbfcfe!important;
  color:#334155!important;
  font-size:13px!important;
  font-weight:620!important;
  line-height:1.35!important;
}
.hero-experience .workflow-simple-stack .workflow-new .workflow-chain span{
  border-color:#dce8fb!important;
  background:#f5f9ff!important;
  color:#244a7c!important;
}
.hero-experience .workflow-simple-stack .workflow-chain b{
  color:#a8b4c3!important;
  font-size:14px!important;
}

/* Core tech */
.hero-experience .core-tech-head{margin:0 auto 48px!important}
.hero-experience .core-tech-copy{
  max-width:1020px!important;
  column-gap:56px!important;
}
.hero-experience .core-tech-pillars,
.hero-experience .core-tech-capabilities{
  max-width:1020px!important;
  gap:12px!important;
}
.hero-experience .core-tech-pillars span,
.hero-experience .core-tech-capabilities span{
  min-height:56px!important;
  border:1px solid #e8eef6!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#334155!important;
  font-size:13.5px!important;
  font-weight:600!important;
  box-shadow:0 8px 24px rgba(15,23,42,.028)!important;
}

/* FAQ / doctor */
.hero-experience #faq .head,
.hero-experience .home-clinic-head{margin:0 auto 44px!important}
.hero-experience #faq .faq,
.hero-experience #obs-clinic-home .clinic-problem-groups{gap:12px!important}
.hero-experience #faq .faq details,
.hero-experience #obs-clinic-home .clinic-problem-accordion{
  border:1px solid #e7edf5!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
}
.hero-experience #faq .faq summary,
.hero-experience #obs-clinic-home .clinic-problem-summary{
  min-height:66px!important;
  padding:18px 22px!important;
  font-size:15px!important;
}
.hero-experience #faq .faq details p,
.hero-experience #obs-clinic-home .clinic-problem-body{
  padding:0 22px 22px!important;
}

/* Pricing */
.hero-experience .pricing .head{margin:0 auto 46px!important}
.hero-experience .compact-pricing-grid{width:min(100%,1000px)!important}
.hero-experience .compact-pricecard{
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)!important;
  column-gap:52px!important;
  row-gap:18px!important;
  padding:46px!important;
  border:1px solid #e7edf5!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 20px 52px rgba(15,23,42,.055)!important;
}
.hero-experience .compact-pricecard .price{
  font-size:clamp(48px,4.5vw,60px)!important;
}
.hero-experience .compact-pricecard .pricing-value-grid{gap:16px!important}
.hero-experience .compact-pricecard .pricing-value-item{
  min-height:132px!important;
  padding:24px 22px!important;
  border:1px solid #e6ecf4!important;
  border-radius:18px!important;
  background:#fbfcfe!important;
}
.hero-experience .compact-pricecard .pricing-value-item:nth-child(2n){
  background:#f8fbff!important;
}
.hero-experience .compact-pricecard .pricing-value-label{
  margin-bottom:10px!important;
  font-size:10.5px!important;
  letter-spacing:.14em!important;
}
.hero-experience .compact-pricecard .pricing-value-item strong{
  font-size:15.5px!important;
  line-height:1.62!important;
}
.hero-experience .compact-pricecard>.btn{
  min-height:50px!important;
  border-radius:14px!important;
}
.hero-experience .compact-pricecard .trial-payment-note{
  font-size:12.5px!important;
  line-height:1.72!important;
}

/* Support CTA */
.hero-experience>.clinic-support{
  width:min(calc(100% - 48px),1040px)!important;
  margin:92px auto!important;
  padding:44px 46px!important;
  border:1px solid #dfe9fb!important;
  border-radius:26px!important;
  background:radial-gradient(circle at 100% 0%,rgba(191,219,254,.55) 0,rgba(191,219,254,0) 30%),linear-gradient(180deg,#f9fbff 0%,#eff5ff 100%)!important;
}
.hero-experience .clinic-support-copy{max-width:760px!important}
.hero-experience .clinic-support h2{
  font-size:clamp(32px,3vw,40px)!important;
  line-height:1.2!important;
}
.hero-experience .clinic-support-lead{
  margin:14px 0 0!important;
  font-size:15.5px!important;
  line-height:1.82!important;
}
.hero-experience .clinic-support-note{
  margin:8px 0 0!important;
  font-size:13.5px!important;
  line-height:1.74!important;
}
.hero-experience .clinic-support-actions{
  margin:24px 0 0!important;
}
.hero-experience .clinic-support-btn{
  min-height:50px!important;
  min-width:204px!important;
  padding:0 22px!important;
  border-radius:14px!important;
}

/* Footer */
.footer.footer-saas{
  padding:72px 0 26px!important;
  background:#0b1220!important;
}
.footer.footer-saas>.wrap{width:min(calc(100% - 48px),1140px)!important}
.footer-saas-top{
  grid-template-columns:minmax(340px,1.55fr) minmax(170px,.72fr) minmax(210px,.84fr)!important;
  gap:56px!important;
  padding:0 0 48px!important;
}
.footer.footer-saas .footbrand{
  font-size:26px!important;
}
.footer-saas-tagline{
  max-width:360px!important;
  margin:18px 0 0!important;
  color:#8ea0b8!important;
  font-size:13.5px!important;
  line-height:1.82!important;
}
.footer-saas-heading{
  margin:0 0 16px!important;
  color:#f1f5f9!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
}
.footer.footer-saas .footer-saas-column>a{
  padding:7px 0!important;
  color:#8ea0b8!important;
  font-size:13.5px!important;
  line-height:1.6!important;
}
.footer-saas-bottom{
  min-height:58px!important;
  gap:24px!important;
  padding:20px 0 0!important;
}
.footer.footer-saas .legal-copy{
  color:#77889d!important;
  font-size:11.5px!important;
}
.footer.footer-saas .footer-brand-socials{gap:10px!important}
.footer.footer-saas .social-link{
  width:38px!important;
  height:38px!important;
  border:1px solid rgba(148,163,184,.14)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.01)!important;
  color:#94a7bb!important;
}
.footer.footer-saas .social-link:hover{
  border-color:rgba(96,165,250,.42)!important;
  background:rgba(37,99,235,.12)!important;
}

@media(max-width:900px){
  :root{--saas-section:92px}
  .hero-experience .hero-workflow-wrap{width:min(calc(100% - 48px),var(--saas-content))!important}
  .footer-saas-top{gap:34px!important}
}

@media(max-width:620px){
  :root{--saas-section:72px}
  .hero-experience :is(.product-section.beauty-focus,.core-technology,#faq,.pricing,.home-clinic){
    padding:72px 0!important;
  }
  .hero-experience :is(.product-head,.workflow-section-head,.core-tech-head,#faq .head,.pricing .head,.home-clinic-head) h2,
  .hero-experience .clinic-support h2{
    font-size:30px!important;
    line-height:1.26!important;
  }
  .hero-experience .product-card,
  .hero-experience .workflow-simple-stack .workflow-panel{padding:24px!important}
  .hero-experience .hero-workflow-wrap{padding:74px 0!important}
  .hero-experience .workflow-simple-stack .workflow-chain span{
    border-radius:12px!important;
  }
  .hero-experience .compact-pricecard{
    padding:28px!important;
    border-radius:22px!important;
  }
  .hero-experience .compact-pricecard .pricing-value-item{
    min-height:116px!important;
    padding:20px 18px!important;
  }
  .hero-experience>.clinic-support{
    width:min(calc(100% - 28px),1040px)!important;
    margin:60px auto!important;
    padding:30px 22px!important;
    border-radius:20px!important;
  }
  .footer.footer-saas{
    padding:50px 0 20px!important;
  }
  .footer.footer-saas>.wrap{width:min(calc(100% - 28px),1140px)!important}
  .footer-saas-top{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding-bottom:34px!important;
  }
}

/* V83 — narrative flow refinements */
.hero-experience .workflow-section-copy,
.hero-experience .pricing-intro{
  max-width:680px!important;
  margin:16px auto 0!important;
  color:#5b6b80!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.82!important;
  text-align:center!important;
  text-wrap:balance!important;
}
.hero-experience .home-clinic-head p + p{
  max-width:720px!important;
  margin:10px auto 0!important;
}
.hero-experience #faq{
  border-top:1px solid rgba(231,237,245,.9)!important;
}
@media(max-width:620px){
  .hero-experience .workflow-section-copy,
  .hero-experience .pricing-intro{
    font-size:14.5px!important;
    line-height:1.78!important;
  }
}

/* V84 — mobile fix after narrative reorder */
@media(max-width:620px){
  .hero-experience .workflow-after-preview .workflow-pair.workflow-simple-stack{
    gap:16px!important;
  }
  .hero-experience .workflow-section-head{margin-bottom:22px!important}
  .hero-experience .workflow-simple-stack .workflow-panel{
    padding:18px!important;
    border-radius:18px!important;
  }
  .hero-experience .workflow-simple-stack .workflow-label{
    margin:0 0 14px!important;
    font-size:11px!important;
  }
  .hero-experience .workflow-simple-stack .workflow-chain{
    gap:0!important;
  }
  .hero-experience .workflow-simple-stack .workflow-chain span{
    min-height:56px!important;
    padding:0 14px!important;
    border-radius:14px!important;
    font-size:12.5px!important;
    line-height:1.45!important;
  }
  .hero-experience .workflow-simple-stack .workflow-chain b{
    position:relative!important;
    display:block!important;
    height:18px!important;
    margin:6px 0!important;
    color:transparent!important;
    font-size:0!important;
    overflow:hidden!important;
  }
  .hero-experience .workflow-simple-stack .workflow-chain b::before{
    content:'↓'!important;
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#9aa7b8!important;
    font-size:14px!important;
    line-height:18px!important;
  }
}
