/* /sedation/ — Figma 1920 / 768 / 375 responsive implementation */
.sedation{
  --sed-navy:#0f2d44;
  --sed-navy-dark:#113a59;
  --sed-mint:#02bab4;
  --sed-mint-hover:#02a7a2;
  --sed-mint-active:#029590;
  --sed-ink:#1b1d1f;
  --sed-gray-800:#232529;
  --sed-gray-700:#2d3035;
  --sed-gray-600:#3a3e43;
  --sed-gray-500:#40444a;
  --sed-gray-400:#66696e;
  --sed-gray-300:#7f8286;
  --sed-light-1:#fcfcfc;
  --sed-light-2:#f7f7f9;
  --sed-light-3:#f0f1f4;
  padding-top:120px;
  padding-bottom:0;
  background:#fff;
  font-family:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo",sans-serif;
  width:100%;
  max-width:none;
  margin:0;
  overflow-x:hidden;
}
html,body{overflow-x:hidden;}
.sedation *{box-sizing:border-box;}
.sedation a{text-decoration:none;}
#top_btn{
  position:fixed !important;
  right:40px !important;
  bottom:40px !important;
  top:auto !important;
  left:auto !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:0;
  padding:0;
  border:1px solid #0f3552;
  border-radius:50% !important;
  background:#113a59 !important;
  color:#fff;
  text-indent:0 !important;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  box-shadow:1px 4px 8px rgba(100,100,111,.2);
  z-index:1000;
  transition:opacity .25s ease,visibility .25s ease;
}
#top_btn.is-visible{opacity:1;visibility:visible;pointer-events:auto;}
#top_btn .fa{display:none !important;}
#top_btn .sound_only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  margin:-1px !important;
  padding:0 !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
}
#top_btn::before{
  content:"";
  display:block;
  width:12px;
  height:12px;
  border-top:3px solid #fff;
  border-left:3px solid #fff;
  transform:translateY(2px) rotate(45deg);
}
.sed-container{width:min(1400px,calc(100% - 40px));margin:0 auto;}
.sed-container--review{width:min(1240px,calc(100% - 40px));}
.sed-eyebrow{margin:0;color:var(--sed-mint-hover);font-size:16px;font-weight:500;line-height:1;letter-spacing:1.6px;text-transform:uppercase;opacity:.86;}
.sed-eyebrow--light{color:rgba(255,255,255,.8);}
.sed-copy{display:block;}
.sed-copy--mobile{display:none;}
.pc-only{display:inline;}
.ta-only,.mo-only{display:none;}

.sed-hero{position:relative;height:540px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#d9d9d9;}
.sed-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;}
.sed-hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(1px);}
.sed-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px;width:min(760px,calc(100% - 120px));text-align:center;}
.sed-hero h1{margin:0;color:#fff;font-size:52px;font-weight:700;line-height:1.3;letter-spacing:-1.56px;}
.sed-hero__line{display:block;width:100%;height:1px;background:rgba(255,255,255,.9);}

.sed-intro{display:flex;flex-direction:column;align-items:center;gap:60px;padding:100px 20px;background:#fff;text-align:center;}
.sed-intro__text{display:flex;flex-direction:column;align-items:center;gap:20px;width:min(1400px,100%);}
.sed-intro h2{margin:0;color:var(--sed-ink);font-size:50px;font-weight:700;line-height:1.3;letter-spacing:-1.5px;}
.sed-intro-copy{display:block;}
.sed-intro-copy--tablet,.sed-intro-desc--tablet,.sed-intro-desc--mobile{display:none;}
.sed-intro p:not(.sed-eyebrow){margin:0;color:var(--sed-gray-400);font-size:26px;font-weight:500;line-height:1.3;letter-spacing:-.78px;}
.sed-actions{display:flex;align-items:center;justify-content:center;gap:10px;}
.sed-actions--xl{gap:40px;}
.sed-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;border:1px solid transparent;font-weight:700;line-height:1.3;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;}
.sed-btn svg{flex:0 0 auto;width:28px;height:28px;}
.sed-btn--primary{background:var(--sed-navy);border-color:var(--sed-navy);color:#fff;}
.sed-btn--outline{background:#fff;border-color:var(--sed-gray-800);color:var(--sed-gray-800);}
.sed-btn--light{background:#fff;border-color:#ececed;color:var(--sed-gray-600);}
.sed-btn--small{padding:15px 26px;border-radius:10px;font-size:17px;font-weight:600;line-height:1.2;letter-spacing:-.68px;}
.sed-btn--small svg{width:24px;height:24px;}
.sed-actions--xl .sed-btn{padding:20px 40px;font-size:26px;letter-spacing:-.78px;}
@media (hover:hover) and (pointer:fine){
  .sed-btn--primary:hover{background:var(--sed-mint-hover);border-color:var(--sed-mint-hover);}
  .sed-btn--outline:hover,.sed-btn--light:hover{border-color:var(--sed-mint-hover);color:var(--sed-mint-hover);box-shadow:0 10px 24px rgba(2,167,162,.12);}
}

.sed-experience{position:relative;height:502px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;padding:60px 260px 120px;background:#1f1f1f;}
.sed-experience__bg{position:absolute;inset:0;background-size:cover;background-position:center 44%;filter:grayscale(1);}
.sed-experience::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.52);}
.sed-experience::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 49% 35%,rgba(0,0,0,0) 0,rgba(0,0,0,.28) 72%);}
.sed-experience__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;width:100%;}
.sed-experience img{display:block;width:204px;height:120px;object-fit:contain;filter:drop-shadow(0 3px 4px rgba(0,0,0,.24));}
.sed-experience p{margin:0;color:rgba(255,255,255,.8);font-size:70px;font-weight:700;line-height:1.3;letter-spacing:2.1px;}

.sed-zone{padding:130px 0 160px;background:#f7f7f9;}
.sed-zone--top{padding-top:130px;}
.sed-zone--reviews{padding-bottom:160px;}
.sed-zone--white{background:#fff;}
.sed-section-head{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:80px;text-align:left;}
.sed-section-head--center{align-items:center;text-align:center;}
.sed-section-head h2{margin:0;color:var(--sed-navy-dark);font-size:40px;font-weight:700;line-height:1.4;letter-spacing:-1.2px;}
.sed-section-head p{margin:0;color:var(--sed-gray-500);font-size:24px;font-weight:500;line-height:1.35;letter-spacing:-.48px;}
.sed-section-head--center p{color:var(--sed-gray-400);}
.sed-zone--reviews .sed-section-head h2{color:var(--sed-ink);}

.sed-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:40px;}
.sed-stat-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;padding:51px 20px;background:rgba(255,255,255,.6);border:1px solid var(--sed-light-1);border-radius:16px;box-shadow:15px 15px 20px rgba(0,0,0,.03);}
.sed-stat-card__check{position:absolute;left:14px;top:-16px;display:block;width:60px;height:60px;}
.sed-stat-card__check svg{display:block;width:100%;height:100%;}
.sed-stat-card h3{margin:0 0 5px;color:var(--sed-gray-700);font-size:22px;font-weight:700;line-height:1.3;letter-spacing:-.44px;text-align:center;}
.sed-stat-card p{display:flex;align-items:flex-end;margin:0;color:var(--sed-ink);}
.sed-stat-card strong{font-size:52px;font-weight:700;line-height:1.3;letter-spacing:-1.56px;}
.sed-stat-card p > span{display:block;padding-bottom:10px;width:25px;font-size:34px;font-weight:700;line-height:1.4;letter-spacing:-1.02px;text-align:center;}
.sed-info{display:flex;flex-direction:column;gap:10px;width:100%;color:var(--sed-gray-300);}
.sed-info--center{align-items:center;text-align:center;}
.sed-info p{display:flex;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:500;line-height:1.6;letter-spacing:0;}
.sed-info p span{white-space:nowrap;}
.sed-info svg{width:18px;height:18px;flex:0 0 18px;}

.sed-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:80px 40px;}
.sed-step-card{display:flex;flex-direction:column;align-items:flex-start;gap:20px;}
.sed-step-card__media{position:relative;overflow:hidden;width:100%;aspect-ratio:440/320;border-radius:10px;background:#d9d9d9;}
.sed-step-card__media > img,
.sed-step-card__media picture{position:absolute;inset:0;width:100%;height:100%;border-radius:10px;}
.sed-step-card__media img{display:block;width:100%;height:100%;object-fit:cover;border-radius:10px;}
.sed-step-card__media .layer-2{z-index:1;}
.sed-step-card:nth-child(2) .sed-step-card__media img{object-position:center bottom;}
.sed-step-card:nth-child(6) .sed-step-card__media img{object-position:center;}
.sed-step-card span{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;border:1px solid var(--sed-light-3);border-radius:100px;background:#fff;color:var(--sed-mint-active);font-size:24px;font-weight:500;line-height:1.3;letter-spacing:-.48px;}
.sed-step-card h3{margin:0;color:var(--sed-gray-800);font-size:28px;font-weight:700;line-height:1.4;letter-spacing:-1.4px;}
.sed-step-card p{margin:-15px 0 0;color:var(--sed-gray-500);font-size:22px;font-weight:400;line-height:1.34;letter-spacing:-.88px;}

.sed-review-list{display:flex;flex-direction:column;gap:60px;margin-bottom:60px;}
.sed-review-card{display:flex;flex-direction:column;gap:60px;padding:60px;background:#fff;border:1px solid #eee;border-radius:20px;}
.sed-review-card__title{display:flex;align-items:flex-start;gap:20px;}
.sed-review-card__title span{flex:0 0 auto;padding:8px 20px;background:var(--sed-light-2);border:1px solid var(--sed-light-3);border-radius:100px;color:var(--sed-mint-active);font-size:24px;font-weight:500;line-height:1.3;letter-spacing:-.48px;}
.sed-review-card__title h3{margin:0;display:flex;align-items:center;min-height:47px;color:var(--sed-gray-800);font-size:32px;font-weight:700;line-height:1.2;letter-spacing:-.96px;}
.sed-review-card__body{display:flex;flex-direction:column;gap:10px;}
.sed-review-card__body h4{display:flex;align-items:center;gap:10px;margin:0;color:var(--sed-gray-600);font-size:24px;font-weight:700;line-height:1.3;letter-spacing:-.48px;}
.sed-review-card__body h4 svg{width:24px;height:24px;flex:0 0 24px;}
.sed-review-card__body h4 span{display:block;min-width:0;}
.sed-review-card__body p{margin:0;color:var(--sed-gray-400);font-size:22px;font-weight:500;line-height:1.3;letter-spacing:-.44px;}
.sed-patient{position:relative;display:flex;gap:100px;align-items:flex-start;padding:50px 30px;background:#fff;border:1px solid var(--sed-light-2);border-radius:20px;box-shadow:6px 4px 10px rgba(0,0,0,.03);overflow:visible;}
.sed-patient img{position:relative;z-index:1;width:100px;height:100px;flex:0 0 100px;border-radius:1000px;object-fit:cover;background:#eee;}
.sed-patient > div{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px;min-width:0;}
.sed-patient p{margin:0;color:#78716c;font-size:21px;font-weight:500;line-height:31px;letter-spacing:-.84px;}
.sed-patient__meta{display:flex;align-items:center;gap:12px;color:var(--sed-gray-500) !important;}
.sed-patient__meta strong{font-size:21px;font-weight:700;line-height:31px;letter-spacing:-1.05px;}
.sed-patient__meta span{width:2px;height:19px;background:var(--sed-gray-500);}
.sed-patient i{position:absolute;left:157px;top:29px;z-index:0;width:56px;height:49px;overflow:hidden;background:url("img/review-quote.png") center/contain no-repeat;font-size:0;line-height:0;text-indent:-9999px;pointer-events:none;}
.sed-zone--reviews .sed-info{margin-bottom:60px;}

.sed-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:80px;margin-bottom:40px;}
.sed-compare-card{position:relative;overflow:hidden;min-height:753px;padding:36px 36px 60px;border-radius:20px;background:#d9d9d9;color:#fff;}
.sed-compare-card__bg{position:absolute;inset:0;}
.sed-compare-card__bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;max-width:none;}
.sed-compare-card.is-sedation .sed-compare-card__bg .layer-1{width:173.96%;left:-69.39%;}
.sed-compare-card.is-sedation .sed-compare-card__bg .layer-2{width:210.31%;height:120.85%;left:-33.55%;top:-20.89%;}
.sed-compare-card.is-sedation::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,45,68,.8) 20.437%,rgba(15,45,68,0) 64.103%),rgba(15,45,68,.6);}
.sed-compare-card.is-general::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.8) 20.437%,rgba(0,0,0,0) 64.103%),rgba(0,0,0,.5);backdrop-filter:blur(2px);}
.sed-compare-card__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:30px;height:100%;}
.sed-compare-card__content > span{align-self:flex-start;padding:8px 20px;border-radius:100px;background:#fff;color:var(--sed-navy);font-size:24px;font-weight:700;line-height:1.3;letter-spacing:-.48px;}
.sed-compare-card.is-general .sed-compare-card__content > span{background:var(--sed-gray-700);color:#fff;}
.sed-compare-row{display:flex;flex-direction:column;gap:12px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.24);}
.sed-compare-row:last-child{padding-bottom:0;border-bottom:0;}
.sed-compare-row p{margin:0;color:rgba(255,255,255,.8);font-size:17px;font-weight:600;line-height:1.2;letter-spacing:-.68px;}
.sed-compare-row strong{color:#fff;font-size:26px;font-weight:700;line-height:1.3;letter-spacing:-.78px;}
.sed-compare-card.is-general .sed-compare-row strong{color:rgba(255,255,255,.8);font-weight:500;}
.sed-note-box{display:flex;flex-direction:column;gap:5px;margin:0;padding:20px 36px;background:var(--sed-light-2);border:1px solid var(--sed-light-1);border-radius:20px;list-style:none;}
.sed-note-box li{position:relative;padding-left:14px;color:var(--sed-gray-400);font-size:17px;font-weight:500;line-height:1.3;letter-spacing:-.68px;}
.sed-note-box li::before{content:"";position:absolute;left:0;top:.65em;width:4px;height:4px;margin-top:-2px;border-radius:50%;background:var(--sed-gray-300);}

.sed-chip-cloud{display:flex;flex-direction:column;gap:50px;align-items:stretch;}
.sed-chip-cloud--tablet,.sed-chip-cloud--mobile{display:none;}
.sed-chip-row{display:flex;align-items:center;gap:40px;width:100%;}
.sed-chip-row--center{justify-content:center;}
.sed-chip{position:relative;display:flex;align-items:center;gap:10px;}
.sed-chip::before{content:"";position:absolute;left:0;top:0;z-index:1;width:100px;height:100px;border-radius:1000px;background:rgba(0,0,0,.2);pointer-events:none;}
.sed-chip img{position:relative;z-index:0;width:100px;height:100px;border-radius:1000px;object-fit:cover;background:#eee;}
.sed-chip span{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:60px;padding:20px 26px;border-radius:100px;background:rgba(230,248,248,.5);color:#01413f;font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-.68px;white-space:nowrap;}

.sed-care-list{display:flex;flex-direction:column;gap:40px;}
#sedCareTitle{color:var(--sed-navy);}
.sed-care-card{display:grid;grid-template-columns:600px 1fr;min-height:480px;overflow:hidden;border:1px solid #ececed;border-radius:10px;background:#f4f7f9;}
.sed-care-card:nth-child(2){background:#e9ecf9;}
.sed-care-card:nth-child(3){background:#e8f2f5;}
.sed-care-card__media{position:relative;overflow:hidden;min-height:480px;}
.sed-care-card__media img{width:100%;height:100%;object-fit:cover;object-position:center;}
.sed-care-card__text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:40px;}
.sed-care-card h3{margin:0 0 28px;color:var(--sed-gray-800);font-size:24px;font-weight:500;line-height:1.3;letter-spacing:-.48px;}
.sed-care-card p{margin:0;color:var(--sed-gray-500);font-size:17px;font-weight:500;line-height:1.3;letter-spacing:-.68px;}
.sed-care-card .sed-btn{align-self:flex-end;margin-top:auto;}

.sed-caution{padding-top:100px;padding-bottom:130px;}
.sed-check-columns{display:flex;flex-direction:column;gap:80px;}
.sed-check-group{display:grid;grid-template-columns:261px 1fr;gap:339px;align-items:start;}
.sed-check-group--after{grid-template-columns:201px 1fr;gap:399px;}
.sed-check-group h3{margin:20px 0 0;color:var(--sed-gray-800);font-size:32px;font-weight:700;line-height:1.2;letter-spacing:-.96px;white-space:nowrap;}
.sed-check-group div{display:flex;flex-direction:column;gap:20px;width:100%;}
.sed-check-group p{display:flex;align-items:flex-start;gap:18px;width:100%;margin:0;padding:36px 40px;border-radius:20px;background:var(--sed-light-2);}
.sed-check-group--after p{background:rgba(230,248,248,.5);}
.sed-check-group svg{width:24px;height:24px;flex:0 0 24px;margin-top:5px;}
.sed-check-group strong{color:var(--sed-gray-700);font-size:26px;font-weight:700;line-height:1.3;letter-spacing:-.78px;white-space:nowrap;}

.sed-qa{padding:60px 0 160px;background:#fff;}
.sed-qa__head{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:60px;text-align:center;}
.sed-qa h2{margin:0;color:var(--sed-ink);font-size:50px;font-weight:700;line-height:1.3;letter-spacing:-1.5px;}
.sed-qa-list{display:flex;flex-direction:column;gap:20px;width:min(1400px,100%);margin:0 auto 60px;}
.sed-qa-item{overflow:hidden;border-radius:10px;}
.sed-qa-item h3{display:flex;align-items:center;gap:10px;margin:0;padding:15px 25px;background:rgba(230,248,248,.5);color:var(--sed-ink);font-size:21px;font-weight:700;line-height:31px;letter-spacing:-1.05px;}
.sed-qa-item h3 span{width:24px;flex:0 0 24px;}
.sed-qa-item p{margin:0;padding:25px;background:rgba(247,247,247,.5);color:rgba(0,0,0,.7);font-size:17px;font-weight:500;line-height:1.3;letter-spacing:-.68px;}
.sed-qa-cta__mobile{display:none;}

@media (max-width:1199px){
  .sedation{padding-top:85px;}
  .sed-container,.sed-container--review{width:708px;max-width:calc(100% - 60px);}
  .pc-only{display:none;}
  .sedation br{display:block !important;}
  .sedation br.pc-only,.sedation br.mo-only{display:none !important;}
  .sedation br.ta-only{display:block !important;}
  .sed-hero{height:540px;}
  .sed-hero__inner{width:min(648px,calc(100% - 80px));}
  .sed-intro{padding:100px 30px;}
  .sed-intro__text{width:708px;max-width:100%;}
  .sed-intro-copy--default,.sed-intro-desc--default,.sed-intro-desc--mobile{display:none !important;}
  .sed-intro-copy--tablet{display:block !important;}
  .sed-intro-desc--tablet{display:block !important;}
  .sed-actions--xl{gap:10px;}
  .sed-actions--xl .sed-btn{min-width:0;padding:20px 40px;}
  .sed-experience{height:440px;padding:60px 30px 120px;}
  .sed-experience p{font-size:46px;letter-spacing:1.38px;}
  .sed-experience img{width:204px;height:120px;}
  .sed-zone{padding:130px 0 160px;}
  .sed-stats{grid-template-columns:repeat(2,minmax(0,1fr));}
  .sed-info--center{align-items:flex-start;text-align:left;}
  .sed-step-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
  .sed-review-card{padding:60px;}
  .sed-patient{gap:100px;}
  .sed-compare-grid{grid-template-columns:1fr;gap:20px;}
  .sed-chip-cloud{gap:40px;}
  .sed-chip-cloud--default{display:none;}
  .sed-chip-cloud--tablet{display:flex;gap:50px;}
  .sed-chip-cloud--mobile{display:none;}
  .sed-chip-cloud--tablet .sed-chip-row{flex-wrap:nowrap;justify-content:flex-start;gap:20px;width:100%;}
  .sed-chip-cloud--tablet .sed-chip-row--tablet-2{padding-left:40px;}
  .sed-chip-cloud--tablet .sed-chip-row--tablet-3,
  .sed-chip-cloud--tablet .sed-chip-row--tablet-6{justify-content:center;}
  .sed-care-card{grid-template-columns:1fr 1fr;min-height:400px;}
  .sed-care-card__media{min-height:400px;}
  .sed-check-group,.sed-check-group--after{display:flex;flex-direction:column;gap:40px;}
  .sed-check-group h3{margin:0;}
  .sed-qa-list{width:708px;max-width:100%;}
}

@media (max-width:767px){
  .sedation{padding-top:80px;}
  #top_btn{right:20px !important;bottom:20px !important;width:44px;height:44px;}
  .sed-container,.sed-container--review{width:335px;max-width:calc(100% - 40px);}
  .sedation br{display:block !important;}
  .sedation br.pc-only{display:none !important;}
  .sedation br.ta-only{display:block !important;}
  .sedation br.mo-only{display:block !important;}
  .sed-copy--default{display:none !important;}
  .sed-copy--mobile{display:block !important;}
  .sed-intro h2 br,
  .sed-intro-desc--mobile br{display:block !important;}
  .sed-eyebrow{font-size:13px;letter-spacing:1.3px;}
  .sed-hero{height:320px;}
  .sed-hero__inner{gap:20px;width:335px;max-width:calc(100% - 40px);}
  .sed-hero h1{font-size:40px;letter-spacing:-1.2px;}
  .sed-intro{gap:40px;padding:60px 20px;}
  .sed-intro-copy--default{display:block !important;}
  .sed-intro-copy--tablet,.sed-intro-desc--default,.sed-intro-desc--tablet{display:none !important;}
  .sed-intro-desc--mobile{display:block !important;}
  .sed-intro h2{font-size:36px;letter-spacing:-1.08px;}
  .sed-intro p:not(.sed-eyebrow){font-size:20px;letter-spacing:-.6px;}
  .sed-actions,.sed-actions--xl{flex-direction:column;width:100%;gap:10px;}
  .sed-actions--xl .sed-btn{width:100%;padding:16px 20px;font-size:22px;letter-spacing:-.66px;}
  .sed-btn--small{width:243px;max-width:100%;padding:12px 16px;font-size:13px;letter-spacing:-.52px;}
  .sed-btn svg{width:24px;height:24px;}
  .sed-btn--small svg{width:18px;height:18px;}
  .sed-experience{height:282px;padding:40px 20px 70px;}
  .sed-experience p{font-size:30px;letter-spacing:.9px;}
  .sed-experience img{width:110px;height:66px;}
  .sed-zone{padding:60px 0;}
  .sed-section-head{gap:16px;margin-bottom:40px;}
  .sed-section-head h2{font-size:30px;line-height:1.3;letter-spacing:-1.2px;}
  .sed-section-head p{font-size:18px;line-height:24px;letter-spacing:-.72px;}
  .sed-stats{grid-template-columns:1fr;gap:20px;}
  .sed-stat-card{min-height:118px;padding:22px 20px;}
  .sed-stat-card__check{left:14px;top:-16px;width:60px;height:60px;}
  .sed-stat-card h3{font-size:18px;line-height:24px;letter-spacing:-.36px;}
  .sed-stat-card strong{font-size:28px;font-weight:800;letter-spacing:-.84px;}
  .sed-stat-card p > span{width:auto;padding-bottom:5px;font-size:20px;letter-spacing:-.6px;}
  .sed-info{gap:8px;}
  .sed-info p{align-items:flex-start;gap:8px;font-size:14px;line-height:1.3;letter-spacing:-.56px;}
  .sed-info p span{white-space:normal;}
  .sed-info svg{width:15px;height:18px;flex-basis:15px;}
  .sed-step-grid{grid-template-columns:1fr;gap:20px;}
  .sed-step-card{gap:12px;}
  .sed-step-card span{padding:6px 15px;font-size:18px;line-height:24px;letter-spacing:-.72px;}
  .sed-step-card h3{font-size:20px;line-height:1.3;letter-spacing:-.6px;}
  .sed-step-card p{margin:-7px 0 0;font-size:16px;line-height:1.3;letter-spacing:-.32px;}
  .sed-review-list{gap:20px;margin-bottom:20px;}
  .sed-review-card{gap:20px;padding:20px 16px;border-radius:16px;}
  .sed-review-card__title{flex-direction:column;gap:12px;}
  .sed-review-card__title span{font-size:14px;font-weight:600;letter-spacing:-.56px;padding:6px 14px;}
  .sed-review-card__title h3{min-height:auto;font-size:24px;line-height:1.3;letter-spacing:-.72px;}
  .sed-review-card__body h4{align-items:flex-start;gap:5px;font-size:20px;letter-spacing:-.4px;}
  .sed-review-card__body h4 svg{width:20px;height:20px;flex-basis:20px;margin-top:3px;}
  .sed-review-card__body p{font-size:16px;letter-spacing:-.32px;}
  .sed-patient{flex-direction:column;gap:30px;width:100%;max-width:100%;padding:30px 14px;border-radius:16px;}
  .sed-patient img{width:100px;height:100px;flex-basis:100px;}
  .sed-patient__meta{gap:5px;}
  .sed-patient__meta strong{font-size:14px;line-height:1.5;letter-spacing:-.5px;}
  .sed-patient__meta span{height:14px;}
  .sed-patient p{font-size:13px;line-height:1.3;letter-spacing:-.52px;}
  .sed-patient i{left:157px;top:29px;width:56px;height:49px;overflow:hidden;background:url("img/review-quote.png") center/contain no-repeat;font-size:0;line-height:0;letter-spacing:0;text-indent:-9999px;color:transparent;}
  .sed-zone--reviews .sed-info{margin-bottom:40px;}
  .sed-compare-grid{gap:20px;}
  .sed-compare-card{min-height:auto;padding:22px 22px 34px;border-radius:16px;}
  .sed-compare-card__content{gap:30px;}
  .sed-compare-card__content > span{font-size:18px;line-height:24px;letter-spacing:-.36px;padding:6px 15px;}
  .sed-compare-row{gap:5px;padding-bottom:0;}
  .sed-compare-row p{font-size:13px;line-height:1;letter-spacing:1.3px;}
  .sed-compare-row strong{font-size:18px;line-height:24px;letter-spacing:-.36px;}
  .sed-note-box{gap:5px;padding:16px 20px;border-radius:16px;}
  .sed-note-box li{padding-left:9px;font-size:13px;line-height:1.3;letter-spacing:-.52px;white-space:nowrap;}
  .sed-chip-cloud{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;}
  .sed-chip-cloud--default,.sed-chip-cloud--tablet{display:none;}
  .sed-chip-cloud--mobile{display:flex;}
  .sed-chip-row{flex-direction:column;align-items:center;gap:20px;}
  .sed-chip{justify-content:flex-start;gap:7px;width:auto;max-width:none;flex:0 0 auto;}
  .sed-chip img{width:60px;height:60px;}
  .sed-chip::before{width:60px;height:60px;}
  .sed-chip span{display:block;min-height:auto;max-width:none;flex:0 0 auto;padding:14px 20px;font-size:14px;letter-spacing:-.56px;white-space:nowrap;text-align:center;}
  .sed-care-card{display:flex;flex-direction:column;min-height:456px;border-radius:8px;}
  .sed-care-card__media{min-height:240px;height:240px;}
  .sed-care-card__text{min-height:216px;padding:20px;gap:20px;}
  .sed-care-card h3{margin:0 0 16px;font-size:20px;letter-spacing:-.4px;}
  .sed-care-card p{font-size:14px;letter-spacing:-.56px;}
  .sed-care-card p br{display:none !important;}
  .sed-care-card .sed-btn{align-self:stretch;width:100%;font-size:14px;letter-spacing:-.56px;border-radius:8px;}
  .sed-caution{padding-top:60px;padding-bottom:60px;}
  .sed-check-columns{gap:40px;}
  .sed-check-group{gap:10px;}
  .sed-check-group h3{font-size:24px;letter-spacing:-.72px;}
  .sed-check-group div{gap:10px;}
  .sed-check-group p{min-height:61px;padding:20px 18px;border-radius:12px;gap:10px;}
  .sed-check-group svg{width:18px;height:18px;flex-basis:18px;margin-top:2px;}
  .sed-check-group strong{font-size:16px;letter-spacing:-.32px;white-space:normal;}
  .sed-qa{padding:60px 0 80px;}
  .sed-qa__head{gap:16px;margin-bottom:40px;}
  .sed-qa__head .sed-eyebrow{line-height:1;}
  .sed-qa h2{font-size:36px;line-height:1.3;letter-spacing:-1.08px;}
  .sed-qa-list{width:335px;max-width:100%;gap:20px;margin-bottom:40px;}
  .sed-qa-item{border-radius:8px;}
  .sed-qa-item h3{align-items:flex-start;gap:5px;padding:14px 16px;font-size:17px;line-height:1.2;letter-spacing:-.34px;}
  .sed-qa-item h3 span{width:19px;flex-basis:19px;line-height:1.2;}
  .sed-qa-item p{padding:16px;font-size:14px;line-height:1.5;letter-spacing:-1px;}
  .sed-qa-cta__default{display:none;}
  .sed-qa-cta__mobile{display:inline;}
  .sed-btn--small{padding:11px 20px;border-radius:8px;font-size:14px;letter-spacing:-.56px;gap:6px;}
}
