.code9-dentistry{
  --bg:#efebe4;
  --bg-soft:#f7f3ec;
  --paper:rgba(255,255,255,.62);
  --paper-strong:rgba(255,255,255,.78);
  --ink:#090909;
  --muted:#5c5a55;
  --line:rgba(0,0,0,.15);
  --line-soft:rgba(0,0,0,.08);
  --shadow:0 24px 80px rgba(0,0,0,.08);
  --radius:28px;
  --radius-soft:22px;
  --page-width:1540px;
  --display:"Avenir Next","Helvetica Neue","Segoe UI",sans-serif;
  --mono:"SFMono-Regular","IBM Plex Mono","Menlo",monospace;
  width:100%;
  padding-top:60px;
  color:var(--ink);
  font-family:var(--display);
  background:
    radial-gradient(circle at top left, rgba(0,0,0,.04), transparent 24%),
    radial-gradient(circle at right 18%, rgba(0,0,0,.035), transparent 18%),
    linear-gradient(180deg, #f7f5ef 0%, var(--bg) 100%);
}

.code9-dentistry__amo-frame{
  margin-top:18px;
  border:1px solid rgba(9,9,9,.08);
  border-radius:26px;
  background:#edf1f4;
  overflow:hidden;
  box-shadow:0 20px 54px rgba(0,0,0,.08);
}

.code9-dentistry__amo-shell{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  min-height:980px;
}

.code9-dentistry__amo-deal{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:18px 0 0;
  background:#1f4253;
  color:#f4f7fb;
}

.code9-dentistry__amo-deal-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:0 18px;
}

.code9-dentistry__amo-deal-kicker{
  display:block;
  margin-bottom:8px;
  color:rgba(244,247,251,.58);
  font-family:var(--mono);
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.code9-dentistry__amo-deal-head h3{
  margin:0;
  font-size:38px;
  line-height:.92;
  letter-spacing:-.06em;
}

.code9-dentistry__amo-deal-stage{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  font-family:var(--mono);
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
}

.code9-dentistry__amo-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0 18px;
}

.code9-dentistry__amo-tabs span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  color:rgba(244,247,251,.72);
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.code9-dentistry__amo-tabs .is-active{
  background:#fff;
  color:#113041;
  border-color:#fff;
}

.code9-dentistry__amo-fields{
  display:grid;
  gap:0;
  padding:0 0 18px;
}

.code9-dentistry__amo-field{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:10px 18px;
  border-top:1px solid rgba(255,255,255,.08);
}

.code9-dentistry__amo-field span{
  color:rgba(244,247,251,.62);
  font-size:13px;
  line-height:1.45;
}

.code9-dentistry__amo-field strong{
  font-size:15px;
  line-height:1.48;
  font-weight:600;
}

.code9-dentistry__amo-main{
  display:grid;
  grid-template-rows:auto auto 1fr;
  min-width:0;
  background:#f5f7fb;
}

.code9-dentistry__amo-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px 14px;
  border-bottom:1px solid rgba(9,9,9,.08);
  background:#fff;
}

.code9-dentistry__amo-search{
  flex:1 1 auto;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(9,9,9,.08);
  background:#fbfcfd;
  color:#8b95a3;
  display:flex;
  align-items:center;
  font-size:15px;
}

.code9-dentistry__amo-today-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(9,9,9,.1);
  background:#fff;
  font-size:12px;
  color:#6a7280;
}

.code9-dentistry__amo-feed{
  display:grid;
  gap:12px;
  padding:16px 20px;
}

.code9-dentistry__amo-feed-card{
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(9,9,9,.08);
  background:#fff;
}

.code9-dentistry__amo-feed-card--accent{
  border-color:rgba(255,80,140,.34);
  box-shadow:inset 0 0 0 1px rgba(255,80,140,.08);
}

.code9-dentistry__amo-feed-card strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  line-height:1.08;
  letter-spacing:-.03em;
}

.code9-dentistry__amo-feed-card p{
  margin:0;
  color:#4d5562;
  font-size:15px;
  line-height:1.58;
}

.code9-dentistry__amo-workspace{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:16px;
  padding:0 20px 20px;
  align-items:start;
}

.code9-dentistry__widget-rail{
  display:grid;
  gap:12px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(9,9,9,.08);
  background:#fff;
  position:sticky;
  top:82px;
}

.code9-dentistry__widget-rail-title{
  font-size:30px;
  line-height:.95;
  letter-spacing:-.05em;
}

.code9-dentistry__widget-button{
  appearance:none;
  border:none;
  width:100%;
  min-height:46px;
  padding:0 16px;
  border-radius:14px;
  background:#f4f6f9;
  color:#1b2733;
  text-align:left;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}

.code9-dentistry__widget-button.is-active{
  background:#f4cf53;
  color:#090909;
}

.code9-dentistry__widget-button:disabled{
  opacity:.65;
  cursor:default;
}

.code9-dentistry__widget-note{
  margin:0;
  color:#626c79;
  font-size:14px;
  line-height:1.55;
}

.code9-dentistry__scheduler{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:16px;
  align-items:start;
}

.code9-dentistry__scheduler-main,
.code9-dentistry__calendar-card,
.code9-dentistry__selection-card,
.code9-dentistry__service-card,
.code9-dentistry__record-card,
.code9-dentistry__success-card{
  border:1px solid rgba(9,9,9,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.04);
}

.code9-dentistry__scheduler-side{
  display:grid;
  gap:14px;
}

.code9-dentistry__planner-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 18px 14px;
}

.code9-dentistry__planner-toolbar-left,
.code9-dentistry__planner-legend{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.code9-dentistry__planner-nav,
.code9-dentistry__calendar-nav,
.code9-dentistry__calendar-today{
  appearance:none;
  border:none;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease;
}

.code9-dentistry__planner-nav,
.code9-dentistry__calendar-nav{
  width:34px;
  height:34px;
  border-radius:12px;
  background:#edf2f6;
  color:#213241;
  font-size:22px;
  line-height:1;
}

.code9-dentistry__planner-toolbar-left strong{
  font-size:18px;
  line-height:1.05;
  letter-spacing:-.03em;
}

.code9-dentistry__planner-clinic{
  color:#6b7380;
  font-size:14px;
}

.code9-dentistry__planner-legend span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#6b7380;
  font-size:13px;
}

.code9-dentistry__planner-legend i{
  width:12px;
  height:12px;
  border-radius:999px;
  display:inline-block;
}

.code9-dentistry__planner-legend .is-free{background:#dfe8ef;border:1px solid #b8c9d5;}
.code9-dentistry__planner-legend .is-booked{background:#ffdca8;border:1px solid #f4b859;}
.code9-dentistry__planner-legend .is-selected{background:#1f8dc5;}

.code9-dentistry__planner-board{
  padding:0 18px 18px;
  overflow:auto;
}

.code9-dentistry__planner-grid{
  min-width:980px;
  display:grid;
  grid-template-columns:84px repeat(5,minmax(160px,1fr));
  gap:0;
  border:1px solid rgba(9,9,9,.08);
  border-radius:18px;
  overflow:hidden;
}

.code9-dentistry__planner-head{
  min-height:78px;
  padding:12px 12px 14px;
  border-right:1px solid rgba(9,9,9,.08);
  border-bottom:1px solid rgba(9,9,9,.08);
  background:#f8fafc;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:10px;
}

.code9-dentistry__planner-head--time{
  align-items:center;
  justify-content:center;
  font-family:var(--mono);
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#657081;
}

.code9-dentistry__planner-doctor-badge{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
  flex:0 0 34px;
}

.code9-dentistry__planner-head strong{
  display:block;
  font-size:15px;
  line-height:1.08;
  letter-spacing:-.02em;
}

.code9-dentistry__planner-head span{
  display:block;
  margin-top:4px;
  color:#6b7380;
  font-size:12px;
  line-height:1.35;
}

.code9-dentistry__planner-time{
  min-height:72px;
  padding:10px 12px;
  border-right:1px solid rgba(9,9,9,.08);
  border-bottom:1px solid rgba(9,9,9,.08);
  background:#fafbfc;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  color:#5f6977;
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.08em;
}

.code9-dentistry__planner-slot{
  min-height:72px;
  padding:8px;
  border-right:1px solid rgba(9,9,9,.08);
  border-bottom:1px solid rgba(9,9,9,.08);
  background:#fff;
}

.code9-dentistry__planner-slot:last-child,
.code9-dentistry__planner-head:last-child{
  border-right:none;
}

.code9-dentistry__planner-cell{
  width:100%;
  min-height:100%;
  padding:10px;
  border:none;
  border-radius:14px;
  text-align:left;
  background:#f4f7fa;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}

.code9-dentistry__planner-cell:hover{
  transform:translateY(-1px);
}

.code9-dentistry__planner-cell.is-free{
  background:#f4f7fa;
  color:#4e5663;
}

.code9-dentistry__planner-cell.is-selected{
  background:#1f8dc5;
  color:#fff;
  box-shadow:0 12px 24px rgba(31,141,197,.25);
}

.code9-dentistry__planner-cell.is-booked{
  background:var(--cell-color, #ffe1ae);
  color:#25190d;
  cursor:default;
}

.code9-dentistry__planner-cell strong{
  display:block;
  font-size:13px;
  line-height:1.18;
  letter-spacing:-.01em;
}

.code9-dentistry__planner-cell span{
  display:block;
  margin-top:5px;
  font-size:12px;
  line-height:1.34;
  color:inherit;
  opacity:.84;
}

.code9-dentistry__calendar-card,
.code9-dentistry__selection-card,
.code9-dentistry__service-card,
.code9-dentistry__record-card,
.code9-dentistry__success-card{
  padding:18px;
}

.code9-dentistry__calendar-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.code9-dentistry__calendar-head strong{
  font-size:18px;
  line-height:1.05;
  letter-spacing:-.03em;
}

.code9-dentistry__calendar-weekdays,
.code9-dentistry__calendar-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:6px;
}

.code9-dentistry__calendar-weekdays{
  margin-bottom:8px;
}

.code9-dentistry__calendar-weekdays span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  color:#7b8490;
  font-family:var(--mono);
  font-size:11px;
  text-transform:uppercase;
}

.code9-dentistry__calendar-day{
  appearance:none;
  border:none;
  min-height:42px;
  border-radius:12px;
  background:#f4f7fa;
  color:#1b2733;
  font-size:14px;
  cursor:pointer;
}

.code9-dentistry__calendar-day.is-muted{
  color:#b0b8c3;
  background:#fafbfd;
}

.code9-dentistry__calendar-day.is-selected{
  background:#1f8dc5;
  color:#fff;
}

.code9-dentistry__calendar-day.is-today{
  box-shadow:inset 0 0 0 2px rgba(244,207,83,.95);
}

.code9-dentistry__calendar-today{
  margin-top:12px;
  width:100%;
  min-height:42px;
  border-radius:12px;
  background:#f4cf53;
  color:#090909;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__selection-label{
  display:block;
  margin-bottom:8px;
  color:#6c7580;
  font-family:var(--mono);
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.code9-dentistry__selection-card strong{
  display:block;
  font-size:20px;
  line-height:1.06;
  letter-spacing:-.03em;
}

.code9-dentistry__selection-card p,
.code9-dentistry__service-head span,
.code9-dentistry__success-card p{
  margin:8px 0 0;
  color:#69717d;
  font-size:14px;
  line-height:1.55;
}

.code9-dentistry__service-head,
.code9-dentistry__record-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:14px;
}

.code9-dentistry__service-head strong,
.code9-dentistry__record-head strong,
.code9-dentistry__success-card strong{
  font-size:20px;
  line-height:1.05;
  letter-spacing:-.03em;
}

.code9-dentistry__service-list{
  display:grid;
  gap:10px;
}

.code9-dentistry__service-item{
  appearance:none;
  width:100%;
  border:none;
  border-radius:14px;
  background:#f4f7fa;
  padding:12px 14px;
  text-align:left;
  cursor:pointer;
  transition:transform .16s ease,background .16s ease;
}

.code9-dentistry__service-item:hover,
.code9-dentistry__service-item.is-active{
  background:#e5f2f9;
  transform:translateY(-1px);
}

.code9-dentistry__service-item strong{
  display:block;
  font-size:15px;
  line-height:1.22;
}

.code9-dentistry__service-item span{
  display:block;
  margin-top:4px;
  color:#69717d;
  font-size:13px;
}

.code9-dentistry__record-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.code9-dentistry__record-field{
  display:grid;
  gap:8px;
}

.code9-dentistry__record-field--full{
  margin-top:12px;
}

.code9-dentistry__record-field span,
.code9-dentistry__duration > span{
  color:#6c7580;
  font-size:13px;
  font-weight:600;
}

.code9-dentistry__record-field input,
.code9-dentistry__record-field select,
.code9-dentistry__record-field textarea{
  width:100%;
  border:1px solid rgba(9,9,9,.09);
  border-radius:14px;
  background:#f8fafc;
  padding:13px 14px;
  font:inherit;
  color:#17212c;
  outline:none;
}

.code9-dentistry__record-field textarea{
  resize:vertical;
  min-height:92px;
}

.code9-dentistry__duration{
  margin:14px 0;
  display:grid;
  gap:10px;
}

.code9-dentistry__duration-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.code9-dentistry__duration-chip{
  appearance:none;
  border:none;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#f3f6f9;
  color:#1f2c37;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.code9-dentistry__duration-chip.is-active{
  background:#1f8dc5;
  color:#fff;
}

.code9-dentistry__success-card{
  background:linear-gradient(135deg, rgba(244,207,83,.24), rgba(255,255,255,.92));
}

.code9-dentistry__audience{
  margin-top:16px;
  padding:24px;
}

.code9-dentistry__audience-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}

.code9-dentistry__audience h2{
  margin:10px 0 0;
  font-size:clamp(2rem,3.4vw,3rem);
  line-height:.92;
  letter-spacing:-.06em;
}

.code9-dentistry__audience-copy{
  margin:16px 0 0;
  max-width:860px;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.62;
}

.code9-dentistry__audience-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.code9-dentistry__audience-card{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}

.code9-dentistry__audience-card strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  line-height:1.06;
  letter-spacing:-.02em;
}

.code9-dentistry__audience-card span{
  display:block;
  color:rgba(255,255,255,.74);
  font-size:15px;
  line-height:1.56;
}

@media (max-width:1280px){
  .code9-dentistry__amo-shell{
    grid-template-columns:280px minmax(0,1fr);
  }

  .code9-dentistry__amo-workspace{
    grid-template-columns:220px minmax(0,1fr);
  }

  .code9-dentistry__scheduler{
    grid-template-columns:minmax(0,1fr) 320px;
  }
}

@media (max-width:1080px){
  .code9-dentistry__amo-shell{
    grid-template-columns:1fr;
  }

  .code9-dentistry__amo-workspace,
  .code9-dentistry__scheduler,
  .code9-dentistry__audience-grid{
    grid-template-columns:1fr;
  }

  .code9-dentistry__widget-rail{
    position:static;
  }
}

@media (max-width:760px){
  .code9-dentistry__amo-toolbar,
  .code9-dentistry__amo-feed,
  .code9-dentistry__amo-workspace{
    padding-left:14px;
    padding-right:14px;
  }

  .code9-dentistry__amo-workspace{
    padding-bottom:14px;
  }

  .code9-dentistry__amo-field{
    grid-template-columns:1fr;
    gap:4px;
  }

  .code9-dentistry__planner-toolbar,
  .code9-dentistry__calendar-card,
  .code9-dentistry__selection-card,
  .code9-dentistry__service-card,
  .code9-dentistry__record-card,
  .code9-dentistry__success-card{
    padding:14px;
  }

  .code9-dentistry__planner-grid{
    min-width:820px;
  }

  .code9-dentistry__record-grid,
  .code9-dentistry__audience-grid{
    grid-template-columns:1fr;
  }

  .code9-dentistry__audience-head{
    flex-direction:column;
  }
}

.code9-dentistry,
.code9-dentistry *,
.code9-dentistry *::before,
.code9-dentistry *::after{
  box-sizing:border-box;
}

.code9-dentistry img{
  display:block;
  max-width:100%;
}

.code9-dentistry a{
  color:inherit;
  text-decoration:none;
}

.code9-dentistry__header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:20;
  height:60px;
  width:100%;
  background:#000;
  color:#f9f8f6;
}

.code9-dentistry__header-inner{
  position:relative;
  height:100%;
  padding:0 3%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.code9-dentistry__brand{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

.code9-dentistry__brand-mark-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 50px;
  width:50px;
  height:50px;
  padding:6px;
  border-radius:16px;
  background:#1c1c1c;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.25);
  overflow:hidden;
}

.code9-dentistry__brand-mark{
  width:100%;
  height:100%;
  border-radius:8px;
  object-fit:contain;
  object-position:center;
}

.code9-dentistry__brand-copy strong{
  display:block;
  font-size:32px;
  font-weight:700;
  line-height:.95;
  letter-spacing:-.06em;
}

.code9-dentistry__brand-copy span{
  display:block;
  margin-top:6px;
  color:#bdbdbd;
  font-family:var(--mono);
  font-size:12px;
  line-height:1;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.code9-dentistry__section-nav{
  position:absolute;
  top:50%;
  left:50%;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:0;
  transform:translate(-50%, -50%);
}

.code9-dentistry__section-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 9px;
  line-height:28px;
  font-size:18px;
  color:#f9f8f6;
  transition:background .18s ease, color .18s ease;
}

.code9-dentistry__section-link:hover,
.code9-dentistry__section-link:focus-visible,
.code9-dentistry__section-link.is-active{
  background:#f9f8f6;
  color:#000;
}

.code9-dentistry__shell{
  max-width:var(--page-width);
  margin:0 auto;
  padding:34px 24px 56px;
}

.code9-dentistry__local-nav-panel,
.code9-dentistry__panel{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--paper);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}

.code9-dentistry__local-nav-panel{
  margin-bottom:18px;
  padding:20px 22px;
}

.code9-dentistry__local-nav-eyebrow,
.code9-dentistry__eyebrow{
  margin:0;
  color:var(--muted);
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.code9-dentistry__local-nav-title{
  margin:10px 0 0;
  font-size:clamp(1.95rem, 4.2vw, 2.65rem);
  line-height:.9;
  letter-spacing:-.08em;
}

.code9-dentistry__local-nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:14px;
}

.code9-dentistry__local-nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:999px;
  background:rgba(255,255,255,.75);
  color:var(--ink);
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:background .18s ease, color .18s ease, border-color .18s ease;
}

.code9-dentistry__local-nav-link:hover,
.code9-dentistry__local-nav-link:focus-visible,
.code9-dentistry__local-nav-link.is-active{
  background:#050505;
  border-color:#050505;
  color:#fff;
}

.code9-dentistry__panel--dark{
  background:#080808;
  border-color:#080808;
  color:#fff;
}

.code9-dentistry__panel--dark .code9-dentistry__eyebrow{
  color:rgba(255,255,255,.58);
}

.code9-dentistry__hero{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) 360px;
  gap:16px;
  align-items:stretch;
}

.code9-dentistry__hero-copy{
  padding:28px;
}

.code9-dentistry__title{
  margin:12px 0 0;
  font-size:clamp(3rem, 5.2vw, 5rem);
  line-height:.88;
  letter-spacing:-.08em;
  text-wrap:balance;
}

.code9-dentistry__copy{
  margin:16px 0 0;
  max-width:900px;
  font-size:17px;
  line-height:1.62;
  color:rgba(255,255,255,.82);
}

.code9-dentistry__copy--light{
  color:rgba(0,0,0,.78);
}

.code9-dentistry__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.code9-dentistry__chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#fff;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.code9-dentistry__action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid currentColor;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.code9-dentistry__action:hover,
.code9-dentistry__action:focus-visible{
  transform:translateY(-1px);
}

.code9-dentistry__action--accent,
.code9-dentistry__action--accent:link,
.code9-dentistry__action--accent:visited{
  background:#f4cf53 !important;
  border-color:#f4cf53 !important;
  color:#050505 !important;
}

.code9-dentistry__action--accent:hover,
.code9-dentistry__action--accent:focus-visible{
  background:#050505 !important;
  border-color:#050505 !important;
  color:#f4cf53 !important;
}

.code9-dentistry__action--light,
.code9-dentistry__action--light:link,
.code9-dentistry__action--light:visited{
  background:#fff !important;
  border-color:#050505 !important;
  color:#050505 !important;
}

.code9-dentistry__action--light:hover,
.code9-dentistry__action--light:focus-visible{
  background:#050505 !important;
  border-color:#050505 !important;
  color:#fff !important;
}

.code9-dentistry__hero-side{
  display:grid;
  gap:16px;
}

.code9-dentistry__info-chip{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:22px;
}

.code9-dentistry__info-chip strong{
  font-size:17px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.code9-dentistry__info-chip{
  color:rgba(0,0,0,.76);
  font-size:15px;
  line-height:1.6;
}

.code9-dentistry__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}

.code9-dentistry__card{
  padding:24px;
}

.code9-dentistry__card--dark{
  background:#080808;
  border-color:#080808;
  color:#fff;
}

.code9-dentistry__card--dark .code9-dentistry__eyebrow{
  color:rgba(255,255,255,.58);
}

.code9-dentistry__card h2,
.code9-dentistry__integrations-copy h2,
.code9-dentistry__workflow-copy h2,
.code9-dentistry__offer-main h2,
.code9-dentistry__faq h2{
  margin:12px 0 0;
  font-size:clamp(1.8rem, 3vw, 2.5rem);
  line-height:.96;
  letter-spacing:-.06em;
}

.code9-dentistry__list{
  display:grid;
  gap:12px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}

.code9-dentistry__list li{
  position:relative;
  padding-left:18px;
  color:rgba(0,0,0,.78);
  font-size:15px;
  line-height:1.62;
}

.code9-dentistry__card--dark .code9-dentistry__list li,
.code9-dentistry__list--light li{
  color:rgba(255,255,255,.86);
}

.code9-dentistry__list li::before{
  content:"";
  position:absolute;
  top:.7em;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#050505;
  transform:translateY(-50%);
}

.code9-dentistry__card--dark .code9-dentistry__list li::before,
.code9-dentistry__list--light li::before{
  background:#f4cf53;
}

.code9-dentistry__integrations,
.code9-dentistry__offer,
.code9-dentistry__workflow{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,420px);
  gap:16px;
  align-items:stretch;
  margin-top:16px;
}

.code9-dentistry__integrations-copy,
.code9-dentistry__offer-main,
.code9-dentistry__workflow-copy{
  padding:26px;
}

.code9-dentistry__integrations-visual,
.code9-dentistry__offer-side{
  padding:26px;
}

.code9-dentistry__logo-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:14px;
  align-items:center;
}

.code9-dentistry__logo-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:190px;
  padding:18px;
  border:1px solid var(--line-soft);
  border-radius:24px;
  background:#fff;
}

.code9-dentistry__logo-card img{
  width:110px;
  height:110px;
  object-fit:contain;
}

.code9-dentistry__logo-card span{
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.code9-dentistry__logo-card--one-c img{
  width:120px;
  height:120px;
}

.code9-dentistry__link-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#050505;
  color:#fff;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}

.code9-dentistry__metrics{
  display:grid;
  gap:12px;
  margin-top:18px;
}

.code9-dentistry__metric{
  padding:16px 18px;
  border:1px solid var(--line-soft);
  border-radius:20px;
  background:rgba(255,255,255,.76);
}

.code9-dentistry__metric strong{
  display:block;
  font-size:16px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.code9-dentistry__metric span{
  display:block;
  margin-top:8px;
  color:rgba(0,0,0,.72);
  font-size:14px;
  line-height:1.56;
}

.code9-dentistry__workflow-grid{
  display:grid;
  gap:16px;
}

.code9-dentistry__slot-card{
  padding:20px;
}

.code9-dentistry__slot-card strong{
  display:block;
  font-size:17px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.code9-dentistry__slot-card p{
  margin:10px 0 0;
  color:rgba(0,0,0,.76);
  font-size:15px;
  line-height:1.6;
}

.code9-dentistry__offer-copy{
  margin:14px 0 0;
  max-width:860px;
  font-size:16px;
  line-height:1.62;
  color:rgba(0,0,0,.78);
}

.code9-dentistry__segment{
  margin-top:22px;
  padding:12px;
  border:1px solid var(--line-soft);
  border-radius:24px;
  background:rgba(255,255,255,.74);
}

.code9-dentistry__segment-title{
  margin:2px 0 14px;
  padding:0 6px;
  color:var(--muted);
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.code9-dentistry__advantages{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.code9-dentistry__advantage{
  display:flex;
  gap:12px;
  align-items:flex-start;
  min-height:98px;
  padding:18px;
  border:1px solid var(--line-soft);
  border-radius:18px;
  background:#fff;
  color:var(--ink);
  font-size:15px;
  line-height:1.54;
  font-weight:700;
}

.code9-dentistry__advantage strong{
  font-weight:800;
}

.code9-dentistry__advantage-num{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  background:#050505;
  color:#fff;
  font-family:var(--mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

.code9-dentistry__offer-side{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.code9-dentistry__offer-side-title{
  margin-top:10px;
  font-size:clamp(2rem, 4.2vw, 3rem);
  line-height:.95;
  letter-spacing:-.06em;
  font-weight:800;
  color:#fff;
}

.code9-dentistry__offer-side-copy{
  margin:12px 0 0;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.58;
}

.code9-dentistry__section-copy{
  margin:14px 0 0;
  max-width:980px;
  color:rgba(0,0,0,.76);
  font-size:16px;
  line-height:1.62;
}

.code9-dentistry__features,
.code9-dentistry__sync,
.code9-dentistry__demo{
  margin-top:16px;
  padding:26px;
}

.code9-dentistry__features-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}

.code9-dentistry__feature-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:220px;
  padding:22px;
  border:1px solid var(--line-soft);
  border-radius:24px;
  background:rgba(255,255,255,.74);
}

.code9-dentistry__feature-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:999px;
  background:#050505;
  color:#fff;
  font-family:var(--mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

.code9-dentistry__feature-card h3{
  margin:0;
  font-size:24px;
  line-height:1;
  letter-spacing:-.05em;
}

.code9-dentistry__feature-card p{
  margin:0;
  color:rgba(0,0,0,.76);
  font-size:15px;
  line-height:1.6;
}

.code9-dentistry__sync-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}

.code9-dentistry__bridge{
  margin-bottom:24px;
  padding:22px;
  border:1px solid var(--line-soft);
  border-radius:24px;
  background:rgba(255,255,255,.52);
}

.code9-dentistry__bridge-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
  align-items:stretch;
}

.code9-dentistry__bridge-node,
.code9-dentistry__bridge-arrow{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:168px;
  padding:18px;
  border:1px solid var(--line-soft);
  border-radius:20px;
  background:#fff;
}

.code9-dentistry__bridge-node strong{
  display:block;
  margin-top:14px;
  font-size:24px;
  line-height:1;
  letter-spacing:-.05em;
}

.code9-dentistry__bridge-node span{
  display:block;
  margin-top:8px;
  color:rgba(0,0,0,.72);
  font-size:14px;
  line-height:1.58;
}

.code9-dentistry__bridge-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  padding:8px;
  border:1px solid var(--line-soft);
  border-radius:16px;
  background:#fff;
}

.code9-dentistry__bridge-logo--onec{
  border-radius:50%;
}

.code9-dentistry__bridge-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.code9-dentistry__bridge-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#050505;
  color:#fff;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__bridge-node--center{
  background:#0f0f0f;
  border-color:#0f0f0f;
}

.code9-dentistry__bridge-node--center strong,
.code9-dentistry__bridge-node--center span{
  color:#fff;
}

.code9-dentistry__bridge-node--center span{
  color:rgba(255,255,255,.7);
}

.code9-dentistry__bridge-arrow{
  gap:12px;
  background:#fbfaf7;
}

.code9-dentistry__bridge-arrow span{
  display:block;
  color:#5f5a53;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.6;
  text-transform:uppercase;
}

.code9-dentistry__sync-col{
  padding:22px;
  border:1px solid var(--line-soft);
  border-radius:24px;
  background:rgba(255,255,255,.74);
}

.code9-dentistry__sync-head{
  display:flex;
  align-items:center;
  gap:14px;
}

.code9-dentistry__sync-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  padding:7px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--line-soft);
  overflow:hidden;
}

.code9-dentistry__sync-logo--onec{
  border-radius:50%;
}

.code9-dentistry__sync-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.code9-dentistry__sync-name{
  font-size:22px;
  line-height:1;
  letter-spacing:-.05em;
  font-weight:800;
}

.code9-dentistry__sync-dir{
  margin-top:6px;
  color:var(--muted);
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__sync-list{
  display:grid;
  gap:12px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.code9-dentistry__sync-list li{
  position:relative;
  padding-left:18px;
  color:rgba(0,0,0,.76);
  font-size:15px;
  line-height:1.62;
}

.code9-dentistry__sync-list li::before{
  content:"";
  position:absolute;
  top:.72em;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f4cf53;
  transform:translateY(-50%);
}

.code9-dentistry__demo-frame{
  overflow:hidden;
  margin-top:20px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow);
}

.code9-dentistry__demo-chrome{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 18px;
  background:#101010;
  color:#d5d0c8;
}

.code9-dentistry__demo-dots{
  display:flex;
  gap:8px;
}

.code9-dentistry__demo-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
}

.code9-dentistry__demo-dots span:nth-child(1){background:#ff5f57;}
.code9-dentistry__demo-dots span:nth-child(2){background:#febc2e;}
.code9-dentistry__demo-dots span:nth-child(3){background:#28c840;}

.code9-dentistry__demo-url{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-family:var(--mono);
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__demo-app{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  min-height:760px;
}

.code9-dentistry__demo-sidebar{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:20px;
  border-right:1px solid var(--line-soft);
  background:linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.01));
}

.code9-dentistry__demo-tag-row{
  display:flex;
}

.code9-dentistry__demo-tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  background:#0f0f0f;
  color:#fff;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.code9-dentistry__demo-stage{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:14px;
  border:1px solid var(--line-soft);
  border-radius:16px;
  background:#fff;
}

.code9-dentistry__demo-stage-name{
  font-size:15px;
  font-weight:700;
}

.code9-dentistry__demo-stage-date{
  margin-left:6px;
  color:var(--muted);
  font-size:12px;
}

.code9-dentistry__demo-stage-drop{
  color:#8f8a83;
  font-size:14px;
}

.code9-dentistry__demo-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.code9-dentistry__demo-tabs span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(0,0,0,.04);
  color:#67625a;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__demo-tabs .is-active{
  background:#0f0f0f;
  color:#fff;
}

.code9-dentistry__demo-fields,
.code9-dentistry__demo-contact{
  padding:16px;
  border:1px solid var(--line-soft);
  border-radius:18px;
  background:#fff;
}

.code9-dentistry__demo-fields{
  display:grid;
  gap:10px;
}

.code9-dentistry__demo-field-row,
.code9-dentistry__demo-contact-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:14px;
  line-height:1.5;
}

.code9-dentistry__demo-field-row span,
.code9-dentistry__demo-contact-row span{
  color:var(--muted);
}

.code9-dentistry__demo-field-row strong,
.code9-dentistry__demo-contact-row a{
  color:var(--ink);
  font-weight:700;
}

.code9-dentistry__demo-contact-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.code9-dentistry__demo-contact-head strong{
  display:block;
  font-size:15px;
}

.code9-dentistry__demo-contact-head span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12px;
}

.code9-dentistry__demo-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:14px;
  background:#e9eef7;
  color:#3258a8;
  font-family:var(--mono);
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
}

.code9-dentistry__demo-booked{
  padding:16px;
  border:1px dashed rgba(0,0,0,.16);
  border-radius:18px;
  background:rgba(255,255,255,.46);
  color:#5f5a52;
  font-size:14px;
  line-height:1.58;
}

.code9-dentistry__demo-booked.is-active{
  border-style:solid;
  border-color:rgba(45,140,79,.24);
  background:#f3fbf4;
  color:#225c33;
}

.code9-dentistry__demo-main{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:20px;
  background:#fff;
}

.code9-dentistry__demo-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.code9-dentistry__demo-toolbar-left,
.code9-dentistry__demo-legend{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.code9-dentistry__demo-nav,
.code9-dentistry__demo-today,
.code9-dentistry__demo-success button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid var(--line-soft);
  border-radius:12px;
  background:#fff;
  color:#090909;
  cursor:pointer;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__demo-date{
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.code9-dentistry__demo-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#5e5952;
  font-size:12px;
}

.code9-dentistry__demo-legend i{
  display:block;
  width:12px;
  height:12px;
  border-radius:3px;
}

.code9-dentistry__demo-legend .is-free{background:#f6ffed;border:1px solid #52c41a;}
.code9-dentistry__demo-legend .is-busy{background:#fff2f0;border:1px solid #ff7875;}
.code9-dentistry__demo-legend .is-selected{background:#1890ff;}

.code9-dentistry__demo-range{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  min-height:36px;
  padding:10px 12px;
  border-radius:14px;
  background:#f7f5ef;
  color:#777167;
  font-size:12px;
  line-height:1.45;
}

.code9-dentistry__demo-range-pill{
  display:none;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line-soft);
  color:#090909;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.code9-dentistry__demo-range-pill.is-active{
  display:inline-flex;
}

.code9-dentistry__demo-success{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  border:1px solid rgba(82,196,26,.24);
  border-radius:16px;
  background:#f6ffed;
}

.code9-dentistry__demo-success strong{
  display:block;
  font-size:15px;
  line-height:1.2;
  color:#225c33;
}

.code9-dentistry__demo-success span{
  display:block;
  margin-top:6px;
  color:#356844;
  font-size:13px;
  line-height:1.52;
}

.code9-dentistry__demo-grid-wrap{
  overflow:auto;
  border:1px solid var(--line-soft);
  border-radius:20px;
}

.code9-dentistry__demo-grid{
  min-width:900px;
  background:#fff;
}

.code9-dentistry__demo-grid-row{
  display:grid;
  grid-template-columns:110px repeat(5,minmax(0,1fr));
}

.code9-dentistry__demo-grid-row--head{
  position:sticky;
  top:0;
  z-index:1;
  background:#fbfaf7;
}

.code9-dentistry__demo-time-head,
.code9-dentistry__demo-time-cell{
  display:flex;
  align-items:center;
  min-height:58px;
  padding:10px 12px;
  border-right:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
  background:#fbfaf7;
  color:#6d675f;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__demo-time-cell{
  justify-content:flex-start;
  min-height:54px;
  background:#fff;
}

.code9-dentistry__demo-doctor-head{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:10px 12px;
  border-right:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}

.code9-dentistry__demo-doctor-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:12px;
  font-family:var(--mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
}

.code9-dentistry__demo-doctor-name{
  font-size:13px;
  font-weight:700;
  line-height:1.2;
}

.code9-dentistry__demo-doctor-spec{
  margin-top:3px;
  color:#7c756b;
  font-size:11px;
  line-height:1.2;
}

.code9-dentistry__demo-slot{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:8px;
  border:0;
  border-right:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
  background:#fff;
  cursor:pointer;
  transition:background .18s ease, border-color .18s ease, color .18s ease;
}

.code9-dentistry__demo-slot span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:36px;
  padding:0 8px;
  border-radius:10px;
  font-size:11px;
  font-weight:700;
}

.code9-dentistry__demo-slot.is-free span{
  background:#f6ffed;
  color:#237804;
  border:1px solid #b7eb8f;
}

.code9-dentistry__demo-slot.is-busy{
  cursor:default;
}

.code9-dentistry__demo-slot.is-busy span{
  background:#fff2f0;
  color:#a8071a;
  border:1px solid #ffa39e;
}

.code9-dentistry__demo-slot.is-selected span{
  background:#1890ff;
  color:#fff;
  border:1px solid #1890ff;
}

.code9-dentistry__demo-booking{
  display:grid;
  gap:16px;
  padding:18px;
  border:1px solid var(--line-soft);
  border-radius:20px;
  background:#fbfaf7;
}

.code9-dentistry__demo-booking-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}

.code9-dentistry__demo-booking-label{
  display:block;
  color:#7d776d;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.code9-dentistry__demo-booking-head strong{
  display:block;
  margin-top:8px;
  font-size:24px;
  line-height:1;
  letter-spacing:-.05em;
}

.code9-dentistry__demo-booking-head p{
  margin:8px 0 0;
  color:#615c54;
  font-size:13px;
  line-height:1.52;
}

.code9-dentistry__demo-booking-total{
  min-width:180px;
  text-align:right;
  font-size:16px;
  font-weight:800;
  line-height:1.35;
}

.code9-dentistry__demo-services{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:10px;
}

.code9-dentistry__demo-service{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:14px;
  border:1px solid var(--line-soft);
  border-radius:16px;
  background:#fff;
  cursor:pointer;
  text-align:left;
  transition:border-color .18s ease, background .18s ease, transform .18s ease;
}

.code9-dentistry__demo-service:hover,
.code9-dentistry__demo-service:focus-visible{
  border-color:rgba(0,0,0,.18);
  transform:translateY(-1px);
}

.code9-dentistry__demo-service.is-active{
  border-color:#050505;
  background:#0f0f0f;
  color:#fff;
}

.code9-dentistry__demo-service-name{
  display:block;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}

.code9-dentistry__demo-service-meta{
  display:block;
  margin-top:4px;
  color:#787167;
  font-size:11px;
}

.code9-dentistry__demo-service.is-active .code9-dentistry__demo-service-meta{
  color:rgba(255,255,255,.66);
}

.code9-dentistry__demo-service-price{
  white-space:nowrap;
  font-size:13px;
  font-weight:800;
}

.code9-dentistry__demo-booking-actions{
  display:flex;
  justify-content:flex-end;
}

.code9-dentistry__faq{
  margin-top:16px;
  padding:26px;
}

.code9-dentistry__tariffs-head h2{
  margin:12px 0 0;
  font-size:clamp(1.8rem, 3vw, 2.6rem);
  line-height:.96;
  letter-spacing:-.06em;
}

.code9-dentistry__faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}

.code9-dentistry__faq-item{
  padding:22px;
  border:1px solid var(--line-soft);
  border-radius:22px;
  background:rgba(255,255,255,.76);
}

.code9-dentistry__faq-item h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.code9-dentistry__faq-item p{
  margin:0;
  color:rgba(0,0,0,.76);
  font-size:14px;
  line-height:1.64;
}

@media (max-width:1200px){
  .code9-dentistry__hero,
  .code9-dentistry__integrations,
  .code9-dentistry__workflow,
  .code9-dentistry__offer{
    grid-template-columns:1fr;
  }

  .code9-dentistry__grid,
  .code9-dentistry__features-grid,
  .code9-dentistry__bridge-flow,
  .code9-dentistry__sync-grid,
  .code9-dentistry__advantages,
  .code9-dentistry__faq-grid{
    grid-template-columns:1fr;
  }

  .code9-dentistry__demo-app{
    grid-template-columns:1fr;
  }

  .code9-dentistry__demo-sidebar{
    border-right:0;
    border-bottom:1px solid var(--line-soft);
  }
}

@media (max-width:760px){
  .code9-dentistry{
    padding-top:132px;
  }

  .code9-dentistry__header{
    height:auto;
  }

  .code9-dentistry__header-inner{
    padding:8px 12px 10px;
    height:auto;
    min-height:0;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:10px 0;
  }

  .code9-dentistry__brand{
    width:100%;
    gap:12px;
  }

  .code9-dentistry__brand-mark-wrap{
    flex-basis:44px;
    width:44px;
    height:44px;
    padding:5px;
    border-radius:14px;
  }

  .code9-dentistry__brand-copy strong{
    font-size:26px;
  }

  .code9-dentistry__brand-copy span{
    margin-top:4px;
    font-size:10px;
    line-height:1.2;
    letter-spacing:.18em;
  }

  .code9-dentistry__section-nav{
    position:static;
    margin-left:0;
    transform:none;
    overflow-x:auto;
    width:100%;
    max-width:100%;
    justify-content:flex-start;
    padding-bottom:2px;
    scrollbar-width:none;
  }

  .code9-dentistry__section-nav::-webkit-scrollbar{
    display:none;
  }

  .code9-dentistry__section-link{
    flex:0 0 auto;
    padding:0 10px;
    font-size:16px;
    line-height:30px;
    white-space:nowrap;
  }

  .code9-dentistry__shell{
    padding:16px 12px 34px;
  }

  .code9-dentistry__local-nav-panel{
    padding:18px 16px;
    margin-bottom:14px;
  }

  .code9-dentistry__local-nav-title{
    margin-top:8px;
    font-size:clamp(1.7rem, 11vw, 2.5rem);
  }

  .code9-dentistry__local-nav-links{
    gap:8px;
    margin-top:12px;
  }

  .code9-dentistry__local-nav-link{
    min-height:42px;
    padding:0 14px;
    font-size:10px;
    letter-spacing:.07em;
  }

  .code9-dentistry__hero-copy,
  .code9-dentistry__card,
  .code9-dentistry__info-chip,
  .code9-dentistry__integrations-copy,
  .code9-dentistry__integrations-visual,
  .code9-dentistry__workflow-copy,
  .code9-dentistry__slot-card,
  .code9-dentistry__offer-main,
  .code9-dentistry__offer-side,
  .code9-dentistry__features,
  .code9-dentistry__sync,
  .code9-dentistry__demo,
  .code9-dentistry__faq,
  .code9-dentistry__faq-item,
  .code9-dentistry__advantage,
  .code9-dentistry__bridge,
  .code9-dentistry__bridge-node,
  .code9-dentistry__bridge-arrow,
  .code9-dentistry__feature-card,
  .code9-dentistry__sync-col{
    padding:18px;
    border-radius:var(--radius-soft);
  }

  .code9-dentistry__title{
    font-size:clamp(2.45rem, 13vw, 4rem);
  }

  .code9-dentistry__copy{
    font-size:16px;
    line-height:1.56;
  }

  .code9-dentistry__section-copy{
    font-size:15px;
    line-height:1.56;
  }

  .code9-dentistry__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .code9-dentistry__action{
    width:100%;
  }

  .code9-dentistry__logo-row{
    grid-template-columns:1fr;
  }

  .code9-dentistry__link-badge{
    justify-self:flex-start;
  }

  .code9-dentistry__feature-card{
    min-height:0;
  }

  .code9-dentistry__feature-card h3,
  .code9-dentistry__sync-name{
    font-size:20px;
  }

  .code9-dentistry__demo-frame{
    border-radius:22px;
  }

  .code9-dentistry__demo-chrome,
  .code9-dentistry__demo-sidebar,
  .code9-dentistry__demo-main{
    padding:16px;
  }

  .code9-dentistry__demo-grid{
    min-width:780px;
  }

  .code9-dentistry__demo-booking-head{
    flex-direction:column;
  }

  .code9-dentistry__demo-booking-total{
    min-width:0;
    text-align:left;
  }

  .code9-dentistry__demo-services{
    grid-template-columns:1fr;
  }

  .code9-dentistry__demo-booking-actions{
    justify-content:stretch;
  }

  .code9-dentistry__demo-booking-actions .code9-dentistry__action{
    width:100%;
  }
}

.code9-dentistry__planner-cell{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.code9-dentistry__planner-cell.is-booked{
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}

.code9-dentistry__planner-cell.is-booked strong{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.code9-dentistry__widget-button:not(:disabled):hover,
.code9-dentistry__widget-button:not(:disabled):focus-visible{
  background:#dff0ff;
  color:#0f5d86;
  transform:translateY(-1px);
}

.code9-dentistry__widget-button.is-active:hover,
.code9-dentistry__widget-button.is-active:focus-visible{
  background:#f4cf53;
  color:#090909;
}

.code9-dentistry__record-card .code9-dentistry__action--accent{
  width:100%;
  margin-top:16px;
}

.code9-dentistry__service-item.is-active{
  background:#0f2f41;
  color:#fff;
}

.code9-dentistry__service-item.is-active span{
  color:rgba(255,255,255,.74);
}

.code9-dentistry__record-field select,
.code9-dentistry__record-field input,
.code9-dentistry__record-field textarea{
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.code9-dentistry__record-field select:focus,
.code9-dentistry__record-field input:focus,
.code9-dentistry__record-field textarea:focus{
  border-color:rgba(31,141,197,.42);
  box-shadow:0 0 0 3px rgba(31,141,197,.08);
  background:#fff;
}

.code9-dentistry__success-card{
  border-color:rgba(244,207,83,.42);
}

@media (max-width:1080px){
  .code9-dentistry__widget-rail{
    position:static;
    top:auto;
  }

  .code9-dentistry__scheduler-side{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .code9-dentistry__amo-deal-head h3{
    font-size:30px;
  }

  .code9-dentistry__amo-tabs{
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:2px;
  }

  .code9-dentistry__amo-tabs span{
    flex:0 0 auto;
  }

  .code9-dentistry__widget-rail-title{
    font-size:24px;
  }

  .code9-dentistry__service-head,
  .code9-dentistry__record-head{
    flex-direction:column;
  }
}

.code9-dentistry__amo-main{
  grid-template-rows:auto 1fr;
}

.code9-dentistry__amo-workspace{
  grid-template-columns:minmax(0,1fr) 244px;
  gap:18px;
  min-height:0;
}

.code9-dentistry__amo-stage{
  position:relative;
  min-height:820px;
  border:1px solid rgba(9,9,9,.08);
  border-radius:22px;
  background:#eef2f6;
  overflow:hidden;
}

.code9-dentistry__amo-feed{
  padding:16px;
}

.code9-dentistry__amo-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 16px 16px;
  padding:14px 16px;
  border:1px solid rgba(9,9,9,.08);
  border-radius:16px;
  background:#fff;
  color:#5e6673;
  font-size:14px;
  line-height:1.6;
}

.code9-dentistry__amo-note span{
  flex:0 0 auto;
  color:#1f8dc5;
  font-family:var(--mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.code9-dentistry__widget-rail{
  position:static;
  top:auto;
  align-self:start;
}

.code9-dentistry__scheduler-modal{
  position:absolute;
  inset:8px 8px 8px 8px;
  display:none;
  align-items:stretch;
  justify-content:stretch;
  padding:10px;
  background:rgba(16, 28, 40, .22);
  backdrop-filter:blur(3px);
  z-index:4;
}

.code9-dentistry__scheduler-modal.is-open{
  display:flex;
}

.code9-dentistry__scheduler-window{
  width:100%;
  height:100%;
  min-height:0;
  display:grid;
  grid-template-rows:auto 1fr;
  border:1px solid rgba(9,9,9,.1);
  border-radius:12px;
  background:#f3f6fa;
  box-shadow:0 20px 42px rgba(0,0,0,.14);
  overflow:hidden;
}

.code9-dentistry__scheduler-window-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px 11px;
  border-bottom:1px solid rgba(9,9,9,.08);
  background:#fff;
}

.code9-dentistry__scheduler-window-kicker{
  display:block;
  color:#75808e;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.code9-dentistry__scheduler-window-head strong{
  display:block;
  margin-top:4px;
  font-size:22px;
  line-height:.96;
  letter-spacing:-.05em;
}

.code9-dentistry__scheduler-close{
  appearance:none;
  border:none;
  width:34px;
  height:34px;
  border-radius:8px;
  background:#edf2f6;
  color:#1f2d38;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.code9-dentistry__scheduler-window-body{
  min-height:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 292px;
  gap:10px;
  padding:10px;
}

.code9-dentistry__scheduler{
  display:block;
}

.code9-dentistry__scheduler-main{
  min-height:0;
  display:grid;
  grid-template-rows:auto 1fr;
}

.code9-dentistry__planner-board{
  min-height:0;
  max-height:100%;
  overflow:auto;
}

.code9-dentistry__scheduler-side{
  min-height:0;
  display:grid;
  align-content:start;
  gap:10px;
  overflow:auto;
  padding-right:2px;
}

.code9-dentistry__calendar-card,
.code9-dentistry__selection-card,
.code9-dentistry__service-card,
.code9-dentistry__record-card,
.code9-dentistry__success-card{
  box-shadow:none;
  border-radius:12px;
}

.code9-dentistry__record-card{
  padding-bottom:14px;
}

.code9-dentistry__record-card .code9-dentistry__action--accent{
  margin-top:10px;
}

@media (max-width:1280px){
  .code9-dentistry__amo-workspace{
    grid-template-columns:minmax(0,1fr) 220px;
  }

  .code9-dentistry__scheduler-window-body{
    grid-template-columns:minmax(0,1fr) 280px;
  }
}

@media (max-width:1080px){
  .code9-dentistry__amo-workspace{
    grid-template-columns:1fr;
  }

  .code9-dentistry__amo-stage{
    min-height:760px;
  }

  .code9-dentistry__scheduler-modal{
    inset:10px;
    padding:8px;
  }

  .code9-dentistry__scheduler-window-body{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .code9-dentistry__amo-stage{
    min-height:700px;
  }

  .code9-dentistry__scheduler-modal{
    position:fixed;
    inset:84px 10px 10px;
    padding:0;
    z-index:70;
  }

  .code9-dentistry__scheduler-window{
    border-radius:14px;
  }

  .code9-dentistry__scheduler-window-head{
    padding:12px;
  }

  .code9-dentistry__scheduler-window-head strong{
    font-size:20px;
  }

  .code9-dentistry__scheduler-window-body{
    padding:10px;
  }

  .code9-dentistry__widget-rail{
    margin-top:14px;
  }
}

.code9-dentistry__widget-rail{
  gap:10px;
  padding:14px;
  border-radius:14px;
}

.code9-dentistry__widget-rail-title{
  font-size:24px;
  line-height:.94;
}

.code9-dentistry__widget-button{
  min-height:40px;
  padding:0 12px;
  border-radius:8px;
  font-size:14px;
}

.code9-dentistry__widget-note{
  font-size:13px;
  line-height:1.48;
}

.code9-dentistry__amo-workspace{
  position:relative;
  grid-template-columns:minmax(0,1fr) 244px;
  gap:18px;
  min-height:640px;
  transition:grid-template-columns .24s ease, gap .24s ease;
}

.code9-dentistry__amo-workspace.is-scheduler-open{
  grid-template-columns:1fr;
  gap:0;
}

.code9-dentistry__amo-workspace.is-scheduler-open .code9-dentistry__widget-rail{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(20px);
}

.code9-dentistry__amo-stage{
  position:relative;
  min-height:640px;
  border-radius:14px;
}

.code9-dentistry__widget-rail{
  gap:10px;
  padding:14px;
  border-radius:14px;
  transition:opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.code9-dentistry__widget-rail-title{
  font-size:24px;
  line-height:.94;
}

.code9-dentistry__widget-button{
  min-height:40px;
  padding:0 12px;
  border-radius:8px;
  font-size:14px;
}

.code9-dentistry__planner-toolbar{
  gap:10px;
  padding:10px 12px 8px;
}

.code9-dentistry__planner-nav,
.code9-dentistry__calendar-nav{
  width:28px;
  height:28px;
  border-radius:4px;
  font-size:18px;
}

.code9-dentistry__planner-toolbar-left strong,
.code9-dentistry__calendar-head strong{
  font-size:15px;
}

.code9-dentistry__planner-clinic,
.code9-dentistry__planner-legend span{
  font-size:11px;
}

.code9-dentistry__planner-board{
  padding:0 10px 10px;
}

.code9-dentistry__planner-grid{
  min-width:760px;
  grid-template-columns:52px repeat(5,minmax(110px,1fr));
  border-radius:8px;
}

.code9-dentistry__planner-head{
  min-height:52px;
  padding:7px 7px 8px;
  gap:7px;
}

.code9-dentistry__planner-doctor-badge{
  width:24px;
  height:24px;
  border-radius:4px;
  flex-basis:24px;
  font-size:9px;
}

.code9-dentistry__planner-head strong{
  font-size:11px;
  line-height:1.02;
}

.code9-dentistry__planner-head span{
  margin-top:2px;
  font-size:9px;
  line-height:1.2;
}

.code9-dentistry__planner-time{
  min-height:38px;
  padding:6px 4px;
  font-size:10px;
}

.code9-dentistry__planner-slot{
  min-height:38px;
  padding:3px;
}

.code9-dentistry__planner-cell{
  padding:5px 6px;
  border-radius:5px;
}

.code9-dentistry__planner-cell strong{
  font-size:10px;
  line-height:1.05;
}

.code9-dentistry__planner-cell span{
  margin-top:2px;
  font-size:9px;
  line-height:1.15;
}

.code9-dentistry__calendar-card,
.code9-dentistry__selection-card,
.code9-dentistry__service-card,
.code9-dentistry__record-card,
.code9-dentistry__success-card{
  padding:10px;
  border-radius:8px;
}

.code9-dentistry__calendar-head{
  margin-bottom:8px;
}

.code9-dentistry__calendar-weekdays,
.code9-dentistry__calendar-grid{
  gap:3px;
}

.code9-dentistry__calendar-weekdays span{
  min-height:16px;
  font-size:9px;
}

.code9-dentistry__calendar-day{
  min-height:28px;
  border-radius:4px;
  font-size:11px;
}

.code9-dentistry__calendar-today{
  margin-top:8px;
  min-height:30px;
  border-radius:6px;
  font-size:10px;
}

.code9-dentistry__selection-card strong{
  font-size:16px;
}

.code9-dentistry__selection-card p,
.code9-dentistry__service-head span,
.code9-dentistry__success-card p{
  margin-top:5px;
  font-size:11px;
  line-height:1.4;
}

.code9-dentistry__service-head,
.code9-dentistry__record-head{
  margin-bottom:8px;
}

.code9-dentistry__service-head strong,
.code9-dentistry__record-head strong,
.code9-dentistry__success-card strong{
  font-size:16px;
}

.code9-dentistry__service-list{
  gap:6px;
}

.code9-dentistry__service-item{
  border-radius:6px;
  padding:8px 9px;
}

.code9-dentistry__service-item strong{
  font-size:12px;
}

.code9-dentistry__service-item span{
  font-size:10px;
}

.code9-dentistry__record-grid{
  gap:8px;
}

.code9-dentistry__record-field{
  gap:5px;
}

.code9-dentistry__record-field span,
.code9-dentistry__duration > span{
  font-size:11px;
}

.code9-dentistry__record-field input,
.code9-dentistry__record-field select,
.code9-dentistry__record-field textarea{
  border-radius:6px;
  padding:8px 10px;
  font-size:12px;
}

.code9-dentistry__record-field textarea{
  min-height:62px;
}

.code9-dentistry__duration{
  margin:8px 0;
  gap:6px;
}

.code9-dentistry__duration-list{
  gap:5px;
}

.code9-dentistry__duration-chip{
  min-height:28px;
  padding:0 9px;
  font-size:10px;
  border-radius:5px;
}

.code9-dentistry__record-card .code9-dentistry__action--accent{
  width:100%;
  min-height:36px;
  border-radius:6px;
  font-size:10px;
}

.code9-dentistry__scheduler-modal{
  position:absolute;
  inset:0;
  display:none;
  align-items:stretch;
  justify-content:stretch;
  padding:0;
  background:rgba(238,242,246,.94);
  backdrop-filter:none;
  z-index:6;
}

.code9-dentistry__scheduler-modal.is-open{
  display:flex;
}

.code9-dentistry__scheduler-window{
  width:100%;
  height:100%;
  min-height:0;
  display:grid;
  grid-template-rows:auto 1fr;
  border:1px solid rgba(9,9,9,.08);
  border-radius:14px;
  background:#eef2f6;
  box-shadow:none;
  overflow:hidden;
}

.code9-dentistry__scheduler-window-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-bottom:1px solid rgba(9,9,9,.08);
  background:#f8fafc;
}

.code9-dentistry__scheduler-window-kicker{
  display:block;
  color:#75808e;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.code9-dentistry__scheduler-window-head strong{
  display:block;
  margin-top:3px;
  font-size:20px;
  line-height:.96;
  letter-spacing:-.04em;
}

.code9-dentistry__scheduler-close{
  appearance:none;
  border:none;
  width:30px;
  height:30px;
  border-radius:4px;
  background:#e7edf3;
  color:#1f2d38;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}

.code9-dentistry__scheduler-window-body{
  min-height:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:8px;
  padding:8px;
}

.code9-dentistry__scheduler{
  display:block;
}

.code9-dentistry__scheduler-main{
  min-height:0;
  display:grid;
  grid-template-rows:auto 1fr;
  border:1px solid rgba(9,9,9,.08);
  border-radius:8px;
  background:#fff;
}

.code9-dentistry__scheduler-side{
  min-height:0;
  display:grid;
  align-content:start;
  gap:8px;
  overflow:auto;
  padding-right:2px;
}

@media (max-width:1280px){
  .code9-dentistry__amo-workspace{
    grid-template-columns:minmax(0,1fr) 218px;
  }

  .code9-dentistry__scheduler-window-body{
    grid-template-columns:minmax(0,1fr) 280px;
  }
}

@media (max-width:1080px){
  .code9-dentistry__amo-workspace,
  .code9-dentistry__amo-workspace.is-scheduler-open{
    grid-template-columns:1fr;
    min-height:620px;
  }

  .code9-dentistry__widget-rail,
  .code9-dentistry__amo-workspace.is-scheduler-open .code9-dentistry__widget-rail{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }

  .code9-dentistry__amo-stage{
    min-height:520px;
  }

  .code9-dentistry__scheduler-window-body{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .code9-dentistry__amo-stage{
    min-height:420px;
  }

  .code9-dentistry__scheduler-modal{
    position:fixed;
    inset:84px 10px 10px;
    padding:0;
    z-index:70;
  }

  .code9-dentistry__scheduler-window{
    border-radius:12px;
  }

  .code9-dentistry__scheduler-window-head{
    padding:10px;
  }

  .code9-dentistry__scheduler-window-head strong{
    font-size:18px;
  }

  .code9-dentistry__scheduler-window-body{
    gap:8px;
    padding:8px;
  }

  .code9-dentistry__planner-grid{
    min-width:620px;
    grid-template-columns:50px repeat(5,minmax(100px,1fr));
  }

  .code9-dentistry__widget-rail{
    padding:12px;
    border-radius:12px;
  }
}
