.twobo-service-navigation{
  position:relative;
  width:100%;
  max-width:none;
  margin:0;
}
.twobo-service-page{
  position:relative;
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.twobo-service-navigation .twobo-top-navigation-mount{width:100%!important;max-width:none!important;margin:0!important;height:88px!important;min-height:88px!important;overflow:visible!important}
.twobo-service-page{background:#fff;color:#071a52;overflow:hidden}
.twobo-service-page *{box-sizing:border-box}
.twobo-service-universal-hero{margin-left:0;margin-right:0}
.twobo-service-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700;color:#b8925a;margin:0 0 22px}
.twobo-service-section,.twobo-service-order{padding:100px 0;background:#fff;color:#071a52}
.twobo-service-narrow{max-width:900px;text-align:center}
.twobo-service-section h2,.twobo-service-order h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.08;margin:0 0 28px;font-size:clamp(38px,4vw,62px);color:#071a52}
.twobo-service-section p,.twobo-service-order p{font-size:18px;line-height:1.8;margin:0;color:#59627a}
.twobo-service-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.twobo-service-grid ul{list-style:none;margin:0;padding:0}
.twobo-service-grid li{position:relative;padding:18px 0 18px 34px;border-bottom:1px solid rgba(0,56,255,.16);font-size:18px;line-height:1.5;color:#1b2440}
.twobo-service-grid li:before{content:'✦';position:absolute;left:0;color:#0038ff}
.twobo-service-section--blue{background:#eef3ff;color:#071a52}
.twobo-service-section--blue .twobo-service-eyebrow{color:#b8925a}
.twobo-service-section--ivory{background:#f7faff}
.twobo-service-heading{text-align:center;max-width:820px;margin:0 auto 52px}
.twobo-service-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.twobo-service-benefit{background:#fff;border:1px solid rgba(0,56,255,.18);padding:30px;min-height:145px;display:flex;gap:16px;align-items:flex-start;box-shadow:0 18px 42px -34px rgba(7,26,82,.35)}
.twobo-service-benefit span{color:#0038ff}
.twobo-service-benefit p{font-size:16px;line-height:1.55;color:#59627a}
.twobo-service-price{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}
.twobo-service-price__value{border:1px solid #0038ff;background:#f7faff;padding:48px;text-align:center;font-family:Georgia,serif;font-size:36px;color:#071a52}
.twobo-service-order{background:#eef3ff;text-align:center}
.twobo-service-order>div>p{color:#59627a}
.twobo-service-fapi{margin-top:44px;width:100%;background:#fff;color:#071a52;min-height:220px;padding:28px;text-align:left;box-shadow:0 18px 48px -36px rgba(7,26,82,.35)}
.twobo-service-fapi__placeholder{min-height:164px;border:1px dashed #0038ff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;background:#fff}
.twobo-service-fapi__placeholder strong{font-family:Georgia,serif;font-size:25px;color:#071a52}
.twobo-service-fapi__placeholder span{font-size:14px;color:#667085}
@media(max-width:900px){.twobo-service-grid,.twobo-service-price{grid-template-columns:1fr;gap:38px}.twobo-service-benefits{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.twobo-service-section,.twobo-service-order{padding:72px 0}.twobo-service-section>.twobo-container,.twobo-service-order>.twobo-container{width:calc(100% - 32px);margin-left:auto;margin-right:auto}.twobo-service-section h2,.twobo-service-order h2{font-size:36px}.twobo-service-section p,.twobo-service-order p{font-size:17px}.twobo-service-benefits{grid-template-columns:1fr}.twobo-service-price__value{padding:32px 18px;font-size:29px}.twobo-service-fapi{padding:12px}}


/* 7.4.3 — Light Hero is scoped only to service detail pages. Homepage Hero remains locked. */
.twobo-service-universal-hero,
.twobo-service-universal-hero *{box-sizing:border-box}
.twobo-service-universal-hero{
  --twobo-hero-blue:#0038ff;
  --twobo-hero-navy:#071a52;
  --twobo-hero-soft:#f4f7ff;
  --twobo-hero-gold:#b8925a;
  --twobo-hero-muted:#59627a;
  position:relative;
  isolation:isolate;
  width:100vw;
  max-width:none!important;
  min-height:720px;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  overflow:hidden;
  background:#fff;
  color:var(--twobo-hero-navy);
}
.twobo-service-universal-hero:before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-260px auto auto -280px;
  width:720px;
  height:720px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,56,255,.10),rgba(0,56,255,.035) 48%,transparent 72%);
  pointer-events:none;
}
.twobo-service-universal-hero:after{
  content:"";
  position:absolute;
  z-index:0;
  right:-360px;
  bottom:-420px;
  width:880px;
  height:880px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,56,255,.075),rgba(0,56,255,.02) 48%,transparent 72%);
  pointer-events:none;
}
.twobo-service-universal-hero .twobo-hero__content{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  min-height:720px;
  padding:84px 0 90px;
}
.twobo-service-universal-hero .twobo-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,520px);
  align-items:center;
  gap:clamp(64px,7vw,112px);
  width:min(calc(100% - 80px),1280px);
  margin:0 auto;
}
.twobo-service-universal-hero .twobo-hero__text{
  position:relative;
  z-index:3;
  width:100%;
  max-width:650px;
  padding:0;
}
.twobo-service-universal-hero .twobo-hero__eyebrow{
  display:flex!important;
  position:static!important;
  align-items:center;
  gap:14px;
  width:auto!important;
  margin:0 0 22px!important;
  padding:0!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.4!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
  color:var(--twobo-hero-gold)!important;
  opacity:0;
  transform:translateY(12px);
  animation:twoboHeroReveal .55s ease .05s forwards;
}
.twobo-service-universal-hero .twobo-hero__eyebrow:before{content:"";display:block;flex:0 0 38px;width:38px;height:1px;background:var(--twobo-hero-gold)}
.twobo-service-universal-hero .twobo-hero__headline{
  display:block!important;
  position:static!important;
  inset:auto!important;
  float:none!important;
  clear:both!important;
  width:100%!important;
  max-width:650px!important;
  height:auto!important;
  min-height:0!important;
  margin:0 0 25px!important;
  padding:0!important;
  overflow:visible!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(52px,4.8vw,74px)!important;
  font-style:normal!important;
  font-weight:400!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
  text-align:left!important;
  text-indent:0!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  color:var(--twobo-hero-navy)!important;
  text-shadow:none!important;
  opacity:0;
  transform:translateY(16px);
  animation:twoboHeroReveal .65s ease .14s forwards;
}
.twobo-service-universal-hero .twobo-hero__headline br{display:block!important;content:"";margin:0}
.twobo-service-universal-hero .twobo-hero__line-wrap,.twobo-service-universal-hero .twobo-hero__line-wrap>span{display:contents!important;position:static!important;opacity:1!important;transform:none!important;animation:none!important}
.twobo-service-universal-hero .twobo-hero__sub{
  display:block!important;
  position:static!important;
  width:100%!important;
  max-width:590px!important;
  margin:0 0 34px!important;
  padding:0!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:1.7!important;
  color:var(--twobo-hero-muted)!important;
  opacity:0;
  transform:translateY(14px);
  animation:twoboHeroReveal .6s ease .24s forwards;
}
.twobo-service-universal-hero .twobo-hero__buttons{display:flex;align-items:center;gap:14px;flex-wrap:wrap;opacity:0;transform:translateY(14px);animation:twoboHeroReveal .6s ease .34s forwards}
.twobo-service-universal-hero .twobo-hero__button{display:inline-flex!important;align-items:center;justify-content:center;min-height:52px;padding:0 27px!important;border:2px solid var(--twobo-hero-blue)!important;border-radius:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:.055em!important;text-transform:uppercase!important;text-decoration:none!important;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease}
.twobo-service-universal-hero .twobo-hero__button--primary{background:var(--twobo-hero-blue)!important;color:#fff!important;box-shadow:0 15px 30px -20px rgba(0,56,255,.75)}
.twobo-service-universal-hero .twobo-hero__button--primary:hover,.twobo-service-universal-hero .twobo-hero__button--primary:focus{background:#002dcc!important;border-color:#002dcc!important;color:#fff!important;transform:translateY(-2px)}
.twobo-service-universal-hero .twobo-hero__button--secondary{background:#fff!important;color:var(--twobo-hero-blue)!important}
.twobo-service-universal-hero .twobo-hero__media{
  position:relative;
  z-index:2;
  width:100%;
  max-width:520px;
  justify-self:end;
  opacity:0;
  transform:translateY(18px);
  animation:twoboHeroReveal .75s ease .12s forwards;
}
.twobo-service-universal-hero .twobo-hero__media:before{content:"";position:absolute;z-index:-1;left:-20px;bottom:-20px;width:58%;height:58%;background:var(--twobo-hero-blue)}
.twobo-service-universal-hero .twobo-hero__media:after{content:"";position:absolute;z-index:3;right:-12px;top:-12px;width:84px;height:84px;border-top:1px solid var(--twobo-hero-gold);border-right:1px solid var(--twobo-hero-gold);pointer-events:none}
.twobo-service-universal-hero .twobo-hero__media picture{display:block;position:relative;overflow:hidden;width:100%;aspect-ratio:4/5;background:var(--twobo-hero-soft);box-shadow:0 28px 62px -38px rgba(7,26,82,.45)}
.twobo-service-universal-hero .twobo-hero__media img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center 25%;transform:scale(1.005);transition:transform .8s ease}
.twobo-service-universal-hero.is-ready .twobo-service-universal-hero .twobo-hero__media:hover img{transform:scale(1.025)}
.twobo-service-universal-hero .twobo-hero__scrim,.twobo-service-universal-hero .twobo-hero__light,.twobo-service-universal-hero .twobo-hero__mist,.twobo-service-universal-hero .twobo-hero__line{display:none!important}
.twobo-service-universal-hero.twobo-hero--image-left .twobo-service-universal-hero .twobo-hero__inner{grid-template-columns:minmax(420px,520px) minmax(0,1fr)}
.twobo-service-universal-hero.twobo-hero--image-left .twobo-service-universal-hero .twobo-hero__media{grid-column:1;grid-row:1;justify-self:start}
.twobo-service-universal-hero.twobo-hero--image-left .twobo-service-universal-hero .twobo-hero__text{grid-column:2;grid-row:1}
@keyframes twoboHeroReveal{to{opacity:1;transform:translateY(0)}}
@media(max-width:1024px){
  .twobo-service-universal-hero,.twobo-service-universal-hero .twobo-hero__content{min-height:650px}
  .twobo-service-universal-hero .twobo-hero__inner,.twobo-service-universal-hero.twobo-hero--image-left .twobo-service-universal-hero .twobo-hero__inner{grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:48px;width:min(calc(100% - 56px),1120px)}
  .twobo-service-universal-hero .twobo-hero__headline{font-size:clamp(45px,5.6vw,62px)!important}
}
@media(max-width:767px){
  .twobo-service-universal-hero{min-height:auto}
  .twobo-service-universal-hero .twobo-hero__content{min-height:auto;padding:74px 0 70px}
  .twobo-service-universal-hero .twobo-hero__inner,.twobo-service-universal-hero.twobo-hero--image-left .twobo-service-universal-hero .twobo-hero__inner{display:flex;width:min(calc(100% - 32px),620px);flex-direction:column;gap:46px}
  .twobo-service-universal-hero .twobo-hero__text,.twobo-service-universal-hero.twobo-hero--image-left .twobo-service-universal-hero .twobo-hero__text{order:1;width:100%;max-width:none}
  .twobo-service-universal-hero .twobo-hero__media,.twobo-service-universal-hero.twobo-hero--image-left .twobo-service-universal-hero .twobo-hero__media{order:2;width:calc(100% - 16px);max-width:480px;align-self:center}
  .twobo-service-universal-hero .twobo-hero__headline{max-width:none!important;font-size:clamp(40px,11.5vw,54px)!important;line-height:1.03!important}
  .twobo-service-universal-hero .twobo-hero__sub{font-size:17px!important;line-height:1.62!important}
  .twobo-service-universal-hero .twobo-hero__buttons{display:grid;width:100%;grid-template-columns:1fr}
  .twobo-service-universal-hero .twobo-hero__button{width:100%;white-space:normal;text-align:center}
  .twobo-service-universal-hero .twobo-hero__media:before{left:-16px;bottom:-16px}
  .twobo-service-universal-hero .twobo-hero__media:after{right:-8px;top:-8px;width:62px;height:62px}
}
@media(prefers-reduced-motion:reduce){.twobo-service-universal-hero .twobo-hero__eyebrow,.twobo-service-universal-hero .twobo-hero__headline,.twobo-service-universal-hero .twobo-hero__sub,.twobo-service-universal-hero .twobo-hero__buttons,.twobo-service-universal-hero .twobo-hero__media{opacity:1!important;transform:none!important;animation:none!important}.twobo-service-universal-hero *{transition:none!important}}

/* 7.4.6 — Final compact Hero for Group Lessons only. Homepage Hero is untouched and locked. */
.twobo-service-universal-hero--group{
  min-height:auto;
  background:
    radial-gradient(circle at 10% 18%,rgba(0,56,255,.08),transparent 31%),
    linear-gradient(180deg,#fff 0%,#fbfcff 100%);
}
.twobo-service-universal-hero--group .twobo-hero__content{
  min-height:560px;
  padding:54px 0 48px;
}
.twobo-service-universal-hero--group .twobo-hero__inner{
  grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);
  gap:clamp(48px,6vw,88px);
  width:min(calc(100% - 72px),1320px);
}
.twobo-service-universal-hero--group .twobo-hero__text{max-width:700px}
.twobo-service-universal-hero--group .twobo-hero__headline{
  max-width:700px!important;
  margin-bottom:20px!important;
  font-size:clamp(48px,4.25vw,68px)!important;
  line-height:1.02!important;
}
.twobo-service-universal-hero--group .twobo-hero__sub{
  max-width:620px!important;
  margin-bottom:28px!important;
  font-size:18px!important;
  line-height:1.62!important;
}
.twobo-service-universal-hero--group .twobo-hero__media{
  max-width:560px;
}
.twobo-service-universal-hero--group .twobo-hero__media picture{
  aspect-ratio:4/3;
  border-radius:28px;
  box-shadow:0 30px 70px -42px rgba(7,26,82,.52);
}
.twobo-service-universal-hero--group .twobo-hero__media img{
  object-position:center 42%;
}
.twobo-service-universal-hero--group .twobo-hero__media:before{
  left:-18px;
  bottom:-18px;
  width:72%;
  height:52%;
  border-radius:26px;
  background:linear-gradient(135deg,#0038ff,#0b61ff);
}
.twobo-service-universal-hero--group .twobo-hero__media:after{
  right:-10px;
  top:-10px;
  width:72px;
  height:72px;
}
.twobo-group-hero-benefits{
  position:relative;
  z-index:4;
  border-top:1px solid rgba(0,56,255,.12);
  border-bottom:1px solid rgba(0,56,255,.12);
  background:rgba(247,250,255,.92);
  backdrop-filter:blur(8px);
}
.twobo-group-hero-benefits__inner{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:min(calc(100% - 72px),1320px);
  margin:0 auto;
}
.twobo-group-hero-benefit{
  display:flex;
  align-items:center;
  gap:15px;
  min-height:108px;
  padding:22px 28px;
  border-right:1px solid rgba(0,56,255,.12);
}
.twobo-group-hero-benefit:first-child{border-left:1px solid rgba(0,56,255,.12)}
.twobo-group-hero-benefit__icon{
  display:grid;
  flex:0 0 44px;
  width:44px;
  height:44px;
  place-items:center;
  border:1px solid rgba(0,56,255,.24);
  border-radius:50%;
  color:#0038ff;
  font-size:21px;
  line-height:1;
  background:#fff;
}
.twobo-group-hero-benefit strong{
  display:block;
  margin:0 0 5px;
  color:#071a52;
  font-family:Georgia,'Times New Roman',serif;
  font-size:17px;
  font-weight:400;
  line-height:1.15;
}
.twobo-group-hero-benefit small{
  display:block;
  color:#667085;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:1.4;
}
@media(max-width:1024px){
  .twobo-service-universal-hero--group .twobo-hero__content{min-height:520px;padding:48px 0 44px}
  .twobo-service-universal-hero--group .twobo-hero__inner{grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:42px;width:min(calc(100% - 48px),1120px)}
  .twobo-service-universal-hero--group .twobo-hero__headline{font-size:clamp(43px,5vw,58px)!important}
  .twobo-group-hero-benefits__inner{grid-template-columns:repeat(2,minmax(0,1fr));width:min(calc(100% - 48px),1120px)}
  .twobo-group-hero-benefit:nth-child(2){border-right:0}
  .twobo-group-hero-benefit:nth-child(-n+2){border-bottom:1px solid rgba(0,56,255,.12)}
  .twobo-group-hero-benefit:nth-child(3){border-left:1px solid rgba(0,56,255,.12)}
}
@media(max-width:767px){
  .twobo-service-universal-hero--group .twobo-hero__content{padding:58px 0 42px}
  .twobo-service-universal-hero--group .twobo-hero__inner{gap:34px;width:min(calc(100% - 32px),620px)}
  .twobo-service-universal-hero--group .twobo-hero__headline{font-size:clamp(39px,11vw,51px)!important}
  .twobo-service-universal-hero--group .twobo-hero__sub{font-size:17px!important}
  .twobo-service-universal-hero--group .twobo-hero__media{width:calc(100% - 12px);max-width:560px}
  .twobo-service-universal-hero--group .twobo-hero__media picture{border-radius:20px}
  .twobo-service-universal-hero--group .twobo-hero__media:before{left:-12px;bottom:-12px;border-radius:18px}
  .twobo-group-hero-benefits__inner{grid-template-columns:1fr;width:100%}
  .twobo-group-hero-benefit,.twobo-group-hero-benefit:first-child,.twobo-group-hero-benefit:nth-child(3){min-height:88px;padding:17px 24px;border-left:0;border-right:0;border-bottom:1px solid rgba(0,56,255,.12)}
  .twobo-group-hero-benefit:last-child{border-bottom:0}
}

/* 2BO Core 7.4.7 — FINAL service Hero. Homepage Hero remains locked and untouched. */
html:has(.twobo-service-page),
body:has(.twobo-service-page){margin-top:0!important;padding-top:0!important}
body:has(.twobo-service-page) .elementor-widget-shortcode,
body:has(.twobo-service-page) .elementor-widget-shortcode>.elementor-widget-container,
body:has(.twobo-service-page) .e-con:has(>.elementor-element .twobo-service-page),
body:has(.twobo-service-page) .elementor-section:has(.twobo-service-page){margin-top:0!important;padding-top:0!important;gap:0!important}
.twobo-service-navigation{margin-top:0!important;padding-top:0!important;line-height:0}
.twobo-service-navigation .twobo-top-navigation-mount{margin-top:0!important}
.twobo-service-universal-hero,
.twobo-service-universal-hero--group,
.twobo-service-universal-hero--individual{min-height:0!important;background:#f8f7f3!important}
.twobo-service-universal-hero:before,
.twobo-service-universal-hero:after{display:none!important}
.twobo-service-universal-hero .twobo-hero__content,
.twobo-service-universal-hero--group .twobo-hero__content,
.twobo-service-universal-hero--individual .twobo-hero__content{min-height:580px!important;padding:0!important;background:linear-gradient(90deg,#f8f7f3 0%,#fff 50%,#f7f8fa 100%)!important}
.twobo-service-universal-hero .twobo-hero__inner,
.twobo-service-universal-hero--group .twobo-hero__inner,
.twobo-service-universal-hero--individual .twobo-hero__inner{display:grid!important;grid-template-columns:50% 50%!important;gap:0!important;width:100%!important;max-width:none!important;margin:0!important;align-items:stretch!important}
.twobo-service-universal-hero .twobo-hero__text{display:flex!important;flex-direction:column!important;justify-content:center!important;max-width:none!important;min-height:580px!important;padding:58px clamp(44px,6vw,110px)!important}
.twobo-service-universal-hero .twobo-hero__eyebrow{margin:0 0 28px!important;font-size:13px!important;letter-spacing:.14em!important;color:#bd8d2b!important}
.twobo-service-universal-hero .twobo-hero__headline{max-width:720px!important;margin:0 0 26px!important;font-size:clamp(54px,4.8vw,78px)!important;line-height:1.03!important;letter-spacing:-.035em!important}
.twobo-service-universal-hero .twobo-hero__sub{max-width:650px!important;margin:0 0 34px!important;font-size:18px!important;line-height:1.75!important;color:#34405b!important}
.twobo-service-universal-hero .twobo-hero__button{min-height:56px!important;padding:0 31px!important;font-size:13px!important}
.twobo-service-universal-hero .twobo-hero__button--secondary{background:transparent!important}
.twobo-service-universal-hero .twobo-hero__media,
.twobo-service-universal-hero--group .twobo-hero__media{width:100%!important;max-width:none!important;height:580px!important;justify-self:stretch!important;align-self:stretch!important}
.twobo-service-universal-hero .twobo-hero__media:before{left:-14px!important;bottom:0!important;width:20px!important;height:43%!important;border-radius:0!important;background:#0038ff!important}
.twobo-service-universal-hero .twobo-hero__media:after{right:34px!important;top:34px!important;width:72px!important;height:72px!important;border-color:#bd8d2b!important}
.twobo-service-universal-hero .twobo-hero__media picture,
.twobo-service-universal-hero--group .twobo-hero__media picture{width:100%!important;height:100%!important;aspect-ratio:auto!important;border-radius:0!important;box-shadow:none!important}
.twobo-service-universal-hero .twobo-hero__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 42%!important}
.twobo-group-hero-benefits{border:0!important;background:#faf8f2!important;backdrop-filter:none!important}
.twobo-group-hero-benefits__inner{grid-template-columns:repeat(4,minmax(0,1fr))!important;width:min(calc(100% - 80px),1450px)!important}
.twobo-group-hero-benefit{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:12px!important;min-height:190px!important;padding:28px 38px!important;text-align:center!important;border-right:1px solid rgba(189,141,43,.28)!important}
.twobo-group-hero-benefit:first-child{border-left:0!important}
.twobo-group-hero-benefit:last-child{border-right:0!important}
.twobo-group-hero-benefit__icon{display:block!important;width:auto!important;height:auto!important;flex:none!important;border:0!important;border-radius:0!important;background:transparent!important;color:#bd8d2b!important;font-size:43px!important;line-height:1!important}
.twobo-group-hero-benefit strong{margin:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:15px!important;font-weight:800!important;line-height:1.25!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:#071a52!important}
.twobo-group-hero-benefit small{display:block!important;max-width:270px!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;line-height:1.55!important;color:#46516a!important}
@media(max-width:1024px){
 .twobo-service-universal-hero .twobo-hero__content{min-height:520px!important}
 .twobo-service-universal-hero .twobo-hero__text{min-height:520px!important;padding:48px 42px!important}
 .twobo-service-universal-hero .twobo-hero__media{height:520px!important}
 .twobo-service-universal-hero .twobo-hero__headline{font-size:clamp(46px,5.6vw,62px)!important}
 .twobo-group-hero-benefits__inner{width:100%!important}
 .twobo-group-hero-benefit{padding:24px 20px!important}
}
@media(max-width:767px){
 .twobo-service-universal-hero .twobo-hero__inner{display:flex!important;flex-direction:column!important}
 .twobo-service-universal-hero .twobo-hero__text{order:1!important;min-height:0!important;padding:56px 24px 44px!important}
 .twobo-service-universal-hero .twobo-hero__media{order:2!important;width:100%!important;max-width:none!important;height:410px!important}
 .twobo-service-universal-hero .twobo-hero__headline{font-size:clamp(42px,12vw,56px)!important}
 .twobo-service-universal-hero .twobo-hero__buttons{grid-template-columns:1fr!important}
 .twobo-group-hero-benefits__inner{grid-template-columns:1fr 1fr!important}
 .twobo-group-hero-benefit{min-height:180px!important;border-bottom:1px solid rgba(189,141,43,.28)!important}
 .twobo-group-hero-benefit:nth-child(2){border-right:0!important}
}
@media(max-width:480px){
 .twobo-service-universal-hero .twobo-hero__media{height:330px!important}
 .twobo-group-hero-benefits__inner{grid-template-columns:1fr!important}
 .twobo-group-hero-benefit{border-right:0!important}
}


/* 2BO Core 7.4.8 — locked service-page geometry from the approved reference.
   Homepage Hero is intentionally untouched. */
body:has(.twobo-service-page){
  margin:0!important;
  padding:0!important;
}
body:has(.twobo-service-page) .elementor,
body:has(.twobo-service-page) .elementor-section-wrap,
body:has(.twobo-service-page) .elementor-element:has(.twobo-service-page),
body:has(.twobo-service-page) .e-con:has(.twobo-service-page),
body:has(.twobo-service-page) .e-con-inner:has(.twobo-service-page),
body:has(.twobo-service-page) .elementor-widget:has(.twobo-service-page),
body:has(.twobo-service-page) .elementor-widget-container:has(.twobo-service-page),
body:has(.twobo-service-page) .elementor-shortcode:has(.twobo-service-page){
  display:block!important;
  min-height:0!important;
  height:auto!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  gap:0!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
}
.twobo-service-navigation{
  display:block!important;
  margin:0!important;
  padding:0!important;
  line-height:normal!important;
  overflow:visible!important;
}
.twobo-service-navigation .twobo-top-navigation-mount{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:88px!important;
  min-height:88px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
.twobo-service-page{
  display:block!important;
  margin-top:0!important;
  padding-top:0!important;
}
.twobo-service-universal-hero,
.twobo-service-universal-hero--individual,
.twobo-service-universal-hero--group{
  display:block!important;
  width:100vw!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f8f7f3!important;
}
.twobo-service-universal-hero .twobo-hero__content,
.twobo-service-universal-hero--individual .twobo-hero__content,
.twobo-service-universal-hero--group .twobo-hero__content{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
}
.twobo-service-universal-hero .twobo-hero__inner,
.twobo-service-universal-hero--individual .twobo-hero__inner,
.twobo-service-universal-hero--group .twobo-hero__inner{
  display:grid!important;
  grid-template-columns:50% 50%!important;
  align-items:stretch!important;
  gap:0!important;
  width:100%!important;
  max-width:none!important;
  min-height:546px!important;
  height:546px!important;
  margin:0!important;
  padding:0!important;
}
.twobo-service-universal-hero .twobo-hero__text{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  height:546px!important;
  margin:0!important;
  padding:48px clamp(54px,5vw,100px)!important;
}
.twobo-service-universal-hero .twobo-hero__eyebrow{
  margin:0 0 24px!important;
  font-size:12px!important;
  line-height:1.3!important;
}
.twobo-service-universal-hero .twobo-hero__headline{
  max-width:660px!important;
  margin:0 0 25px!important;
  font-size:clamp(51px,4.25vw,72px)!important;
  line-height:1.04!important;
}
.twobo-service-universal-hero .twobo-hero__sub{
  max-width:600px!important;
  margin:0 0 31px!important;
  font-size:17px!important;
  line-height:1.65!important;
}
.twobo-service-universal-hero .twobo-hero__buttons{
  gap:14px!important;
}
.twobo-service-universal-hero .twobo-hero__button{
  min-height:54px!important;
  padding:0 29px!important;
}
.twobo-service-universal-hero .twobo-hero__media,
.twobo-service-universal-hero--individual .twobo-hero__media,
.twobo-service-universal-hero--group .twobo-hero__media{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  height:546px!important;
  margin:0!important;
  padding:0!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
.twobo-service-universal-hero .twobo-hero__media picture{
  display:block!important;
  width:100%!important;
  height:546px!important;
  margin:0!important;
  padding:0!important;
}
.twobo-service-universal-hero .twobo-hero__media img{
  display:block!important;
  width:100%!important;
  height:546px!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}
.twobo-service-universal-hero .twobo-hero__media:before{
  left:-12px!important;
  bottom:0!important;
  width:18px!important;
  height:48%!important;
}
.twobo-service-universal-hero .twobo-hero__media:after{
  top:24px!important;
  right:24px!important;
  width:58px!important;
  height:58px!important;
}
.twobo-group-hero-benefits{display:none!important}
.twobo-service-intro{
  margin:0!important;
  padding:66px 0 70px!important;
  border-top:1px solid rgba(7,26,82,.06)!important;
}
.twobo-service-intro .twobo-service-eyebrow{margin-bottom:15px!important}
.twobo-service-intro h2{margin-bottom:20px!important;font-size:clamp(40px,3.4vw,56px)!important}
.twobo-service-intro p{max-width:840px!important;margin:0 auto!important;font-size:16px!important;line-height:1.7!important}
@media(max-width:1024px){
  .twobo-service-universal-hero .twobo-hero__inner{min-height:500px!important;height:500px!important}
  .twobo-service-universal-hero .twobo-hero__text{height:500px!important;padding:42px 38px!important}
  .twobo-service-universal-hero .twobo-hero__media,
  .twobo-service-universal-hero .twobo-hero__media picture,
  .twobo-service-universal-hero .twobo-hero__media img{height:500px!important}
  .twobo-service-universal-hero .twobo-hero__headline{font-size:clamp(43px,5.5vw,59px)!important}
}
@media(max-width:767px){
  .twobo-service-navigation .twobo-top-navigation-mount{height:76px!important;min-height:76px!important}
  .twobo-service-universal-hero .twobo-hero__inner{display:flex!important;flex-direction:column!important;height:auto!important;min-height:0!important}
  .twobo-service-universal-hero .twobo-hero__text{order:1!important;height:auto!important;padding:48px 24px 42px!important}
  .twobo-service-universal-hero .twobo-hero__media{order:2!important;height:390px!important}
  .twobo-service-universal-hero .twobo-hero__media picture,
  .twobo-service-universal-hero .twobo-hero__media img{height:390px!important}
  .twobo-service-universal-hero .twobo-hero__headline{font-size:clamp(39px,11vw,52px)!important}
  .twobo-service-intro{padding:54px 0 58px!important}
}
@media(max-width:480px){
  .twobo-service-universal-hero .twobo-hero__media,
  .twobo-service-universal-hero .twobo-hero__media picture,
  .twobo-service-universal-hero .twobo-hero__media img{height:310px!important}
}


/* Oprava: zachovat odsazeni pro WP admin listu u prihlasenych uzivatelu na strankach sluzeb */
body.admin-bar:has(.twobo-service-page){
margin-top:32px!important;
}
@media screen and (max-width:782px){
body.admin-bar:has(.twobo-service-page){
margin-top:46px!important;
}
}


/* Oprava: vystredit text a tlacitka v hero boxu vodorovne (na sirku) */
.twobo-service-universal-hero .twobo-hero__text{
align-items:center!important;
text-align:center!important;
}
.twobo-service-universal-hero .twobo-hero__buttons{
justify-content:center!important;
}


/* Oprava: nadpis (headline) se take vycentrovat, jinak zustaval doleva kvuli vlastnimu pravidlu text-align:left */
.twobo-service-universal-hero .twobo-hero__headline{
text-align:center!important;
}

/* 7.5.7 — Editable practical information list. */
.twobo-service-practical{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:10px}
.twobo-service-practical li{position:relative;padding:11px 0 11px 28px;border-bottom:1px solid rgba(0,56,255,.14);font-size:16px;line-height:1.5;color:#1b2440}
.twobo-service-practical li:before{content:'✦';position:absolute;left:0;color:#0038ff}

/* 7.5.11: rich-text fields keep the approved spacing and typography. */
.twobo-service-richtext > :first-child,
.twobo-hero__sub > :first-child { margin-top: 0; }
.twobo-service-richtext > :last-child,
.twobo-hero__sub > :last-child { margin-bottom: 0; }
.twobo-hero__sub p { color: inherit; font: inherit; line-height: inherit; }


/* 2BO Core 7.5.15 — Service detail Hero photo must always render on mobile. */
@media (max-width: 767px){
  .twobo-service-universal-hero .twobo-hero__media,
  .twobo-service-universal-hero .twobo-hero__media picture,
  .twobo-service-universal-hero .twobo-hero__media img{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .twobo-service-universal-hero .twobo-hero__media{
    transform:none!important;
    animation:none!important;
  }
  .twobo-service-universal-hero .twobo-hero__media img{
    width:100%!important;
    height:100%!important;
    min-height:1px!important;
    object-fit:cover!important;
    transform:none!important;
  }
}

/* 7.5.18 — Premium "Pro koho" section for Individual lessons. No decorative photo. */
.twobo-service-page--individual .twobo-service-for-premium{
  position:relative;
  overflow:hidden;
  padding:clamp(82px,8vw,132px) 0;
  background:
    radial-gradient(circle at 14% 22%,rgba(199,151,71,.10),transparent 28%),
    radial-gradient(circle at 86% 18%,rgba(0,56,255,.055),transparent 31%),
    linear-gradient(135deg,#fffdf9 0%,#f8faff 52%,#fff 100%);
}
.twobo-service-page--individual .twobo-service-for-premium:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.45;
  background-image:linear-gradient(rgba(7,26,82,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(7,26,82,.025) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,transparent,#000 22%,#000 78%,transparent);
}
.twobo-service-page--individual .twobo-service-for-premium__grid{
  position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);
  gap:clamp(58px,7vw,112px);align-items:center;width:min(calc(100% - 72px),1320px);
}
.twobo-service-page--individual .twobo-service-for-premium__intro{max-width:560px}
.twobo-service-page--individual .twobo-service-for-premium .twobo-service-eyebrow{
  margin:0 0 13px;color:#bd8b37;font-size:15px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;
}
.twobo-service-page--individual .twobo-service-for-premium__rule{display:flex;align-items:center;width:220px;height:18px;margin:0 0 24px}
.twobo-service-page--individual .twobo-service-for-premium__rule:before,.twobo-service-page--individual .twobo-service-for-premium__rule:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,#bd8b37,rgba(189,139,55,.25))}
.twobo-service-page--individual .twobo-service-for-premium__rule:after{background:linear-gradient(90deg,rgba(189,139,55,.25),#bd8b37)}
.twobo-service-page--individual .twobo-service-for-premium__rule span{width:11px;height:11px;margin:0 10px;background:#d3a24f;transform:rotate(45deg);box-shadow:0 0 0 4px rgba(211,162,79,.10)}
.twobo-service-page--individual .twobo-service-for-premium h2{
  max-width:590px;margin:0 0 28px;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,4.25vw,68px);font-weight:400;line-height:1.03;letter-spacing:-.035em;
}
.twobo-service-page--individual .twobo-service-for-premium__text{max-width:520px;color:#405070;font-size:18px;line-height:1.75}
.twobo-service-page--individual .twobo-service-for-premium__text p:last-child{margin-bottom:0}
.twobo-service-page--individual .twobo-service-for-premium__signature{display:flex;align-items:center;gap:14px;width:310px;margin:38px auto 0;color:#c39443}
.twobo-service-page--individual .twobo-service-for-premium__signature span{height:1px;flex:1;background:linear-gradient(90deg,transparent,#c39443)}
.twobo-service-page--individual .twobo-service-for-premium__signature span:last-child{background:linear-gradient(90deg,#c39443,transparent)}
.twobo-service-page--individual .twobo-service-for-premium__signature b{font-size:19px;font-weight:400}
.twobo-service-page--individual .twobo-service-for-premium__cards{display:grid;gap:16px}
.twobo-service-page--individual .twobo-service-for-card{
  position:relative;display:grid;grid-template-columns:80px 1px minmax(0,1fr) 24px;gap:24px;align-items:center;min-height:116px;padding:17px 26px 17px 18px;
  border:1px solid rgba(7,26,82,.075);border-radius:20px;background:rgba(255,255,255,.93);box-shadow:0 20px 45px -32px rgba(7,26,82,.4),0 5px 18px rgba(7,26,82,.045);backdrop-filter:blur(10px);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.twobo-service-page--individual .twobo-service-for-card:hover{transform:translateY(-4px);border-color:rgba(195,148,67,.34);box-shadow:0 30px 58px -32px rgba(7,26,82,.48),0 8px 24px rgba(7,26,82,.07)}
.twobo-service-page--individual .twobo-service-for-card__icon{display:grid;width:72px;height:72px;place-items:center;border:1px solid rgba(195,148,67,.35);border-radius:50%;background:#fff;color:#c39443;box-shadow:0 10px 24px -18px rgba(7,26,82,.5);transition:transform .3s ease,background-color .3s ease}
.twobo-service-page--individual .twobo-service-for-card:hover .twobo-service-for-card__icon{transform:scale(1.045);background:#fffdf8}
.twobo-service-page--individual .twobo-service-for-card__icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.twobo-service-page--individual .twobo-service-for-card__line{align-self:stretch;width:1px;background:linear-gradient(to bottom,transparent,#d7ad66 22%,#d7ad66 78%,transparent)}
.twobo-service-page--individual .twobo-service-for-card p{margin:0;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(20px,1.55vw,25px);line-height:1.32}
.twobo-service-page--individual .twobo-service-for-card__spark{color:#c39443;font-size:18px;line-height:1;text-align:center;opacity:.9}
@media(max-width:1024px){
  .twobo-service-page--individual .twobo-service-for-premium__grid{grid-template-columns:1fr;gap:54px;width:min(calc(100% - 56px),900px)}
  .twobo-service-page--individual .twobo-service-for-premium__intro{max-width:720px}
  .twobo-service-page--individual .twobo-service-for-premium h2{max-width:760px}
  .twobo-service-page--individual .twobo-service-for-premium__text{max-width:680px}
  .twobo-service-page--individual .twobo-service-for-premium__signature{margin-left:0}
}
@media(max-width:767px){
  .twobo-service-page--individual .twobo-service-for-premium{padding:72px 0}
  .twobo-service-page--individual .twobo-service-for-premium__grid{width:min(calc(100% - 32px),620px);gap:42px}
  .twobo-service-page--individual .twobo-service-for-premium h2{font-size:clamp(40px,11vw,52px);line-height:1.02}
  .twobo-service-page--individual .twobo-service-for-premium__text{font-size:17px;line-height:1.68}
  .twobo-service-page--individual .twobo-service-for-premium__signature{width:240px;margin-top:30px}
  .twobo-service-page--individual .twobo-service-for-card{grid-template-columns:58px 1px minmax(0,1fr);gap:15px;min-height:96px;padding:14px 16px 14px 13px;border-radius:16px}
  .twobo-service-page--individual .twobo-service-for-card__icon{width:54px;height:54px}
  .twobo-service-page--individual .twobo-service-for-card__icon svg{width:28px;height:28px}
  .twobo-service-page--individual .twobo-service-for-card p{font-size:18px;line-height:1.38}
  .twobo-service-page--individual .twobo-service-for-card__spark{display:none}
}
@media(prefers-reduced-motion:reduce){.twobo-service-page--individual .twobo-service-for-card,.twobo-service-page--individual .twobo-service-for-card__icon{transition:none}}

/* 2BO Core 7.5.19 — FINAL premium intro for Individual lessons. */
.twobo-service-page--individual .twobo-service-intro-premium{
  --twobo-intro-bg:#fffdf8;
  --twobo-intro-pt:108px;
  --twobo-intro-pb:112px;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin:0!important;
  padding:var(--twobo-intro-pt) 0 var(--twobo-intro-pb)!important;
  border:0!important;
  border-bottom:1px solid rgba(190,145,65,.72)!important;
  background:
    radial-gradient(ellipse at 18% 36%,rgba(255,255,255,.96),transparent 44%),
    radial-gradient(ellipse at 84% 25%,rgba(214,225,255,.28),transparent 42%),
    linear-gradient(118deg,var(--twobo-intro-bg) 0%,#fff 48%,#f6f9ff 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.96),inset 0 -22px 48px -42px rgba(7,26,82,.18);
}
.twobo-service-page--individual .twobo-service-intro-premium:before,
.twobo-service-page--individual .twobo-service-intro-premium:after{
  content:"";position:absolute;z-index:-1;pointer-events:none;border-radius:50%;filter:blur(1px);
}
.twobo-service-page--individual .twobo-service-intro-premium:before{
  width:70%;height:235%;left:-22%;top:-88%;transform:rotate(-12deg);
  border:1px solid rgba(255,255,255,.86);box-shadow:0 0 70px 22px rgba(255,255,255,.54),0 0 0 22px rgba(255,255,255,.18);
}
.twobo-service-page--individual .twobo-service-intro-premium:after{
  width:65%;height:190%;right:-23%;bottom:-118%;transform:rotate(12deg);
  border:1px solid rgba(211,220,242,.42);box-shadow:0 0 78px 22px rgba(220,229,250,.24);
}
.twobo-service-page--individual .twobo-service-intro-premium__glow{
  position:absolute;inset:0;z-index:-2;pointer-events:none;opacity:.78;
  background:linear-gradient(105deg,transparent 5%,rgba(255,255,255,.72) 34%,transparent 60%),radial-gradient(circle at 50% 52%,rgba(255,255,255,.92),transparent 38%);
}
.twobo-service-page--individual .twobo-service-intro-premium__inner{
  position:relative;z-index:1;width:min(calc(100% - 72px),1180px);margin:0 auto;text-align:center;
}
.twobo-service-page--individual .twobo-service-intro-premium__eyebrow{
  display:flex;align-items:center;justify-content:center;gap:13px;width:min(100%,530px);margin:0 auto 30px;color:#b88738;
}
.twobo-service-page--individual .twobo-service-intro-premium__eyebrow span{width:92px;height:1px;background:linear-gradient(90deg,transparent,#c89a4d)}
.twobo-service-page--individual .twobo-service-intro-premium__eyebrow span:last-child{background:linear-gradient(90deg,#c89a4d,transparent)}
.twobo-service-page--individual .twobo-service-intro-premium__eyebrow b{font-size:14px;font-weight:400;line-height:1}
.twobo-service-page--individual .twobo-service-intro-premium__eyebrow p{
  margin:0!important;color:#b88738!important;font-family:Arial,Helvetica,sans-serif!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.24em!important;text-transform:uppercase!important;white-space:nowrap;
}
.twobo-service-page--individual .twobo-service-intro-premium h2{
  max-width:1000px;margin:0 auto 31px!important;color:#071a52!important;font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(52px,5.15vw,78px)!important;font-weight:400!important;line-height:1.02!important;letter-spacing:-.04em!important;text-align:center!important;text-wrap:balance;
}
.twobo-service-page--individual .twobo-service-intro-premium__text{
  max-width:930px;margin:0 auto;color:#52617e!important;font-family:Arial,Helvetica,sans-serif;font-size:17px!important;line-height:1.78!important;text-align:center;
}
.twobo-service-page--individual .twobo-service-intro-premium__text p{max-width:none!important;margin-left:auto!important;margin-right:auto!important;color:inherit!important;font:inherit!important;line-height:inherit!important}
.twobo-service-page--individual .twobo-service-intro-premium__signature{display:flex;align-items:center;justify-content:center;gap:15px;width:260px;margin:43px auto 0;color:#c39443}
.twobo-service-page--individual .twobo-service-intro-premium__signature span{height:1px;flex:1;background:linear-gradient(90deg,transparent,#c39443)}
.twobo-service-page--individual .twobo-service-intro-premium__signature span:last-child{background:linear-gradient(90deg,#c39443,transparent)}
.twobo-service-page--individual .twobo-service-intro-premium__signature b{font-size:17px;font-weight:400;line-height:1}
.twobo-service-page--individual .twobo-service-intro-premium.no-decorations:before,
.twobo-service-page--individual .twobo-service-intro-premium.no-decorations:after,
.twobo-service-page--individual .twobo-service-intro-premium.no-decorations .twobo-service-intro-premium__glow,
.twobo-service-page--individual .twobo-service-intro-premium.no-decorations .twobo-service-intro-premium__eyebrow span,
.twobo-service-page--individual .twobo-service-intro-premium.no-decorations .twobo-service-intro-premium__eyebrow b,
.twobo-service-page--individual .twobo-service-intro-premium.no-decorations .twobo-service-intro-premium__signature{display:none}
.twobo-service-page--individual .twobo-service-intro-premium.no-bottom-line{border-bottom-color:transparent!important}
@media(max-width:767px){
  .twobo-service-page--individual .twobo-service-intro-premium{padding:max(72px,calc(var(--twobo-intro-pt) * .72)) 0 max(76px,calc(var(--twobo-intro-pb) * .72))!important}
  .twobo-service-page--individual .twobo-service-intro-premium__inner{width:min(calc(100% - 32px),620px)}
  .twobo-service-page--individual .twobo-service-intro-premium__eyebrow{gap:8px;margin-bottom:24px}
  .twobo-service-page--individual .twobo-service-intro-premium__eyebrow span{width:38px}
  .twobo-service-page--individual .twobo-service-intro-premium__eyebrow p{font-size:11px!important;letter-spacing:.18em!important;white-space:normal}
  .twobo-service-page--individual .twobo-service-intro-premium h2{margin-bottom:25px!important;font-size:clamp(41px,11.7vw,57px)!important;line-height:1.01!important}
  .twobo-service-page--individual .twobo-service-intro-premium__text{font-size:16px!important;line-height:1.7!important}
  .twobo-service-page--individual .twobo-service-intro-premium__signature{width:210px;margin-top:34px}
}

/* 2BO Core 7.5.20 — FINAL premium timeline for Individual lessons. */
.twobo-service-page--individual .twobo-service-process-premium{
  position:relative;overflow:hidden;padding:clamp(82px,8vw,124px) 0;background:linear-gradient(135deg,#fffdf8 0%,#fbfaf6 54%,#fff 100%);border-bottom:1px solid rgba(190,145,65,.48)
}
.twobo-service-page--individual .twobo-service-process-premium:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 14%,rgba(198,151,72,.08),transparent 28%),radial-gradient(circle at 88% 24%,rgba(0,56,255,.04),transparent 30%)}
.twobo-service-page--individual .twobo-service-process-premium__inner{position:relative;z-index:1;width:min(calc(100% - 72px),1320px)}
.twobo-service-page--individual .twobo-service-process-premium__top{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(60px,8vw,130px);align-items:end;padding-bottom:clamp(58px,6vw,86px);border-bottom:1px solid rgba(184,139,62,.28)}
.twobo-service-page--individual .twobo-service-process-premium .twobo-service-eyebrow{margin:0 0 18px;color:#b88738;font-size:14px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}
.twobo-service-page--individual .twobo-service-process-premium h2{margin:0;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(50px,5vw,76px);font-weight:400;line-height:1.02;letter-spacing:-.04em}
.twobo-service-page--individual .twobo-service-process-premium__intro{color:#51617e;font-size:17px;line-height:1.8}
.twobo-service-page--individual .twobo-service-process-premium__timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:clamp(58px,6vw,82px)}
.twobo-service-page--individual .twobo-service-process-step{position:relative;padding:0 34px 0 0;min-width:0}
.twobo-service-page--individual .twobo-service-process-step:not(:first-child){padding-left:34px}
.twobo-service-page--individual .twobo-service-process-step__number{margin-bottom:18px;color:#c49342;font-family:Georgia,'Times New Roman',serif;font-size:clamp(58px,5vw,82px);line-height:.9;font-weight:400}
.twobo-service-page--individual .twobo-service-process-step__rail{display:flex;align-items:center;height:18px;margin-bottom:24px;color:#c49342}
.twobo-service-page--individual .twobo-service-process-step__rail span{height:1px;flex:1;background:linear-gradient(90deg,#c49342,rgba(196,147,66,.25))}
.twobo-service-page--individual .twobo-service-process-step__rail b{margin-left:10px;font-size:15px;font-weight:400}
.twobo-service-page--individual .twobo-service-process-step h3{margin:0;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(24px,2vw,31px);font-weight:400;line-height:1.18}
.twobo-service-page--individual .twobo-service-process-step>i{display:block;width:72px;height:1px;margin:18px 0;background:#c49342}
.twobo-service-page--individual .twobo-service-process-step p{margin:0;color:#52617e;font-size:15.5px;line-height:1.72}
@media(max-width:1024px){.twobo-service-page--individual .twobo-service-process-premium__top{grid-template-columns:1fr;gap:28px}.twobo-service-page--individual .twobo-service-process-premium__timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:54px 0}.twobo-service-page--individual .twobo-service-process-step:nth-child(odd){padding-left:0}}
@media(max-width:767px){.twobo-service-page--individual .twobo-service-process-premium{padding:72px 0}.twobo-service-page--individual .twobo-service-process-premium__inner{width:min(calc(100% - 32px),620px)}.twobo-service-page--individual .twobo-service-process-premium h2{font-size:clamp(42px,11vw,56px)}.twobo-service-page--individual .twobo-service-process-premium__timeline{grid-template-columns:1fr;gap:42px}.twobo-service-page--individual .twobo-service-process-step,.twobo-service-page--individual .twobo-service-process-step:not(:first-child){padding:0}.twobo-service-page--individual .twobo-service-process-step__rail{max-width:240px}.twobo-service-page--individual .twobo-service-process-step__number{font-size:64px}}


/* 2BO Core 7.6.1 — Premium timeline fix for Group lessons. */
.twobo-service-page--group .twobo-service-process-premium{
  position:relative;overflow:hidden;padding:clamp(82px,8vw,124px) 0;background:linear-gradient(135deg,#fffdf8 0%,#fbfaf6 54%,#fff 100%);border-bottom:1px solid rgba(190,145,65,.48)
}
.twobo-service-page--group .twobo-service-process-premium:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 14%,rgba(198,151,72,.08),transparent 28%),radial-gradient(circle at 88% 24%,rgba(0,56,255,.04),transparent 30%)}
.twobo-service-page--group .twobo-service-process-premium__inner{position:relative;z-index:1;width:min(calc(100% - 72px),1320px)}
.twobo-service-page--group .twobo-service-process-premium__top{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(60px,8vw,130px);align-items:end;padding-bottom:clamp(58px,6vw,86px);border-bottom:1px solid rgba(184,139,62,.28)}
.twobo-service-page--group .twobo-service-process-premium .twobo-service-eyebrow{margin:0 0 18px;color:#b88738;font-size:14px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}
.twobo-service-page--group .twobo-service-process-premium h2{margin:0;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(50px,5vw,76px);font-weight:400;line-height:1.02;letter-spacing:-.04em}
.twobo-service-page--group .twobo-service-process-premium__intro{color:#51617e;font-size:17px;line-height:1.8}
.twobo-service-page--group .twobo-service-process-premium__timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:clamp(58px,6vw,82px)}
.twobo-service-page--group .twobo-service-process-step{position:relative;padding:0 34px 0 0;min-width:0}
.twobo-service-page--group .twobo-service-process-step:not(:first-child){padding-left:34px}
.twobo-service-page--group .twobo-service-process-step__number{margin-bottom:18px;color:#c49342;font-family:Georgia,'Times New Roman',serif;font-size:clamp(58px,5vw,82px);line-height:.9;font-weight:400}
.twobo-service-page--group .twobo-service-process-step__rail{display:flex;align-items:center;height:18px;margin-bottom:24px;color:#c49342}
.twobo-service-page--group .twobo-service-process-step__rail span{height:1px;flex:1;background:linear-gradient(90deg,#c49342,rgba(196,147,66,.25))}
.twobo-service-page--group .twobo-service-process-step__rail b{margin-left:10px;font-size:15px;font-weight:400}
.twobo-service-page--group .twobo-service-process-step h3{margin:0;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(24px,2vw,31px);font-weight:400;line-height:1.18}
.twobo-service-page--group .twobo-service-process-step>i{display:block;width:72px;height:1px;margin:18px 0;background:#c49342}
.twobo-service-page--group .twobo-service-process-step p{margin:0;color:#52617e;font-size:15.5px;line-height:1.72}
@media(max-width:1024px){.twobo-service-page--group .twobo-service-process-premium__top{grid-template-columns:1fr;gap:28px}.twobo-service-page--group .twobo-service-process-premium__timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:54px 0}.twobo-service-page--group .twobo-service-process-step:nth-child(odd){padding-left:0}}
@media(max-width:767px){.twobo-service-page--group .twobo-service-process-premium{padding:72px 0}.twobo-service-page--group .twobo-service-process-premium__inner{width:min(calc(100% - 32px),620px)}.twobo-service-page--group .twobo-service-process-premium h2{font-size:clamp(42px,11vw,56px)}.twobo-service-page--group .twobo-service-process-premium__timeline{grid-template-columns:1fr;gap:42px}.twobo-service-page--group .twobo-service-process-step,.twobo-service-page--group .twobo-service-process-step:not(:first-child){padding:0}.twobo-service-page--group .twobo-service-process-step__rail{max-width:240px}.twobo-service-page--group .twobo-service-process-step__number{font-size:64px}}


/* 7.5.26 — Final premium benefits section for Individual lessons. */
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:112px 0 124px;
  background:
    radial-gradient(circle at 50% 3%,rgba(255,255,255,.98) 0,rgba(255,255,255,.72) 35%,transparent 67%),
    radial-gradient(circle at 12% 72%,rgba(0,56,255,.055),transparent 34%),
    radial-gradient(circle at 88% 72%,rgba(0,56,255,.045),transparent 36%),
    linear-gradient(135deg,#fbfdff 0%,#f5f8ff 48%,#eef4ff 100%);
  color:#071a52;
}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 0 38%,rgba(255,255,255,.55) 50%,transparent 62%);
  opacity:.55;
}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium>.twobo-container{width:min(calc(100% - 72px),1450px);margin-inline:auto}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__heading{max-width:980px;margin:0 auto 68px;text-align:center}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__heading .twobo-service-eyebrow{margin:0 0 17px;color:#c5943e;font-size:14px;font-weight:800;letter-spacing:.29em;text-transform:uppercase}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__ornament{display:flex;align-items:center;justify-content:center;gap:9px;width:205px;margin:0 auto 25px;color:#c5943e}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__ornament span{display:block;width:80px;height:1px;background:linear-gradient(90deg,transparent,#d5aa52)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__ornament span:last-child{transform:scaleX(-1)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__ornament b{font-size:15px;font-weight:400;line-height:1}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__heading h2{max-width:920px;margin:0 auto;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,5.25vw,79px);font-weight:400;line-height:1.03;letter-spacing:-.035em}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__heading>i{display:block;margin-top:30px;color:#c5943e;font-size:13px;font-style:normal}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:1380px;margin:0 auto}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card{
  position:relative;
  display:grid;
  grid-template-columns:126px minmax(0,1fr);
  align-items:center;
  gap:28px;
  min-height:264px;
  padding:36px 34px 36px 28px;
  border:1px solid rgba(0,56,255,.27);
  border-radius:18px 4px 18px 4px;
  background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(255,255,255,.91));
  box-shadow:0 26px 64px -46px rgba(0,56,255,.58),inset 0 1px 0 rgba(255,255,255,.98);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background-color .3s ease;
}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card:before,
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card:after{content:"";position:absolute;width:25px;height:25px;pointer-events:none}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card:before{left:-1px;top:-1px;border-left:2px solid #0038ff;border-top:2px solid #0038ff;border-radius:17px 0 0 0}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card:after{right:-1px;bottom:-1px;border-right:2px solid rgba(197,148,62,.85);border-bottom:2px solid rgba(197,148,62,.85);border-radius:0 0 17px 0}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card:hover{transform:translateY(-7px);border-color:rgba(0,56,255,.5);background:#fff;box-shadow:0 35px 78px -47px rgba(0,56,255,.82),0 12px 26px -22px rgba(7,26,82,.32)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__icon{position:relative;display:grid;width:116px;height:116px;place-items:center;border:1px solid rgba(0,56,255,.18);border-radius:50%;background:radial-gradient(circle at 38% 32%,#fff 0,#f9fbff 52%,#eaf1ff 100%);box-shadow:0 17px 35px -25px rgba(0,56,255,.78),inset 0 0 0 7px rgba(255,255,255,.55)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__icon svg{width:58px;height:58px;fill:none;stroke:#071a52;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__icon span{position:absolute;right:-2px;bottom:5px;color:#c5943e;font-size:13px}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__content{min-width:0}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__content h3{margin:0;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(25px,2vw,31px);font-weight:400;line-height:1.12;letter-spacing:-.015em}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__content>i{display:block;width:37px;height:1px;margin:19px 0 16px;background:#c5943e}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__content p{margin:0;color:#53627e;font-size:15.5px;font-weight:400;line-height:1.62}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__corner{position:absolute;color:#0038ff;font-size:10px;font-weight:400;line-height:1;background:#fff;padding:2px}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__corner--top{top:-7px;left:50%;transform:translateX(-50%)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__corner--bottom{bottom:-7px;right:50%;transform:translateX(50%);color:#c5943e}
@media(max-width:1180px){
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card{grid-template-columns:96px minmax(0,1fr);gap:22px;padding:32px 27px;min-height:240px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__icon{width:92px;height:92px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__icon svg{width:47px;height:47px}
}
@media(max-width:1024px){
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium{padding:96px 0 106px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card{min-height:225px}
}
@media(max-width:680px){
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium{padding:76px 0 84px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium>.twobo-container{width:calc(100% - 32px)}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__heading{margin-bottom:46px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__heading .twobo-service-eyebrow{font-size:12px;letter-spacing:.23em}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__heading h2{font-size:clamp(39px,11vw,52px)}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__grid{grid-template-columns:1fr;gap:18px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card{grid-template-columns:82px minmax(0,1fr);gap:19px;min-height:178px;padding:25px 21px;border-radius:15px 4px 15px 4px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__icon{width:78px;height:78px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__icon svg{width:40px;height:40px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__content h3{font-size:23px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__content>i{margin:14px 0 12px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__content p{font-size:14.5px;line-height:1.55}
}
@media(max-width:420px){
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card{grid-template-columns:1fr;text-align:center;padding:28px 22px}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__icon{margin:0 auto}
  :is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__content>i{margin-left:auto;margin-right:auto}
}
@media(prefers-reduced-motion:reduce){:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-benefits-premium__card{transition:none}}


/* 7.6.3 — Premium pricing section shared by Individual and Group lessons. */
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium{
  position:relative;
  overflow:hidden;
  padding:clamp(88px,8vw,126px) 0;
  background:
    radial-gradient(circle at 82% 28%,rgba(0,56,255,.07),transparent 31%),
    radial-gradient(circle at 9% 76%,rgba(197,148,62,.07),transparent 28%),
    linear-gradient(135deg,#fff 0%,#fbfcff 48%,#f4f8ff 100%);
  border-bottom:1px solid rgba(197,148,62,.52);
}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 39%,rgba(255,255,255,.72) 50%,transparent 62%);opacity:.62}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);gap:clamp(64px,8vw,132px);align-items:center;width:min(calc(100% - 72px),1420px)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__content{max-width:720px}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium .twobo-service-eyebrow{margin:0 0 15px;color:#c5943e;font-size:14px;font-weight:800;letter-spacing:.27em;text-transform:uppercase}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__ornament{display:flex;align-items:center;gap:9px;width:230px;margin:0 0 27px;color:#c5943e}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__ornament span{display:block;width:98px;height:1px;background:linear-gradient(90deg,#d9b15f,transparent)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__ornament span:first-child{display:none}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__ornament b{font-size:14px;font-weight:400}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium h2{max-width:670px;margin:0;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,5.4vw,82px);font-weight:400;line-height:1.01;letter-spacing:-.04em}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__note{max-width:650px;margin-top:34px;color:#55627d;font-size:17px;line-height:1.78}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__details{margin:47px 0 0;padding:0;border-top:1px solid rgba(0,56,255,.35)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__details>div{display:grid;grid-template-columns:minmax(170px,.62fr) minmax(0,1fr);gap:28px;padding:22px 0;border-bottom:1px solid rgba(0,56,255,.28)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__details dt,:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__details dd{margin:0}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__details dt{color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:20px}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__details dd{color:#55627d;font-size:16.5px}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card{position:relative;display:flex;min-height:410px;flex-direction:column;align-items:center;justify-content:center;padding:64px 52px;text-align:center;border:1px solid rgba(0,56,255,.38);border-radius:4px 24px 4px 24px;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(239,245,255,.94));box-shadow:0 34px 82px -48px rgba(0,56,255,.78),inset 0 1px 0 #fff;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card:before,:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card:after{content:"";position:absolute;width:48px;height:48px;pointer-events:none}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card:before{top:-1px;left:-1px;border-top:2px solid #0038ff;border-left:2px solid #0038ff}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card:after{right:-1px;bottom:-1px;border-right:2px solid #c5943e;border-bottom:2px solid #c5943e}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card:hover{transform:translateY(-6px);border-color:rgba(0,56,255,.58);box-shadow:0 42px 92px -48px rgba(0,56,255,.88),0 16px 34px -28px rgba(7,26,82,.38)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__icon{display:grid;width:104px;height:104px;place-items:center;margin-bottom:32px;border:1px solid rgba(0,56,255,.24);border-radius:50%;background:radial-gradient(circle at 36% 31%,#fff,#eef4ff 68%,#e2ebff);box-shadow:0 20px 38px -28px rgba(0,56,255,.8),inset 0 0 0 8px rgba(255,255,255,.62)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__icon svg{width:55px;height:55px;fill:none;stroke:#071a52;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__value{max-width:430px;color:#071a52;font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,3.4vw,54px);font-weight:400;line-height:1.08;letter-spacing:-.025em}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card>i{display:block;width:96px;height:1px;margin:28px 0 22px;background:linear-gradient(90deg,transparent,#c5943e,transparent)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card>p{margin:0;color:#56637e;font-size:15.5px;line-height:1.6}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__corner{position:absolute;color:#0038ff;font-size:10px;font-weight:400;line-height:1;background:#f8fbff;padding:3px}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__corner--top{top:-8px;left:50%;transform:translateX(-50%)}
:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__corner--bottom{right:50%;bottom:-8px;transform:translateX(50%);color:#c5943e}
@media(max-width:980px){:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__grid{grid-template-columns:1fr;gap:56px}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__content{max-width:none}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card{min-height:360px}}
@media(max-width:680px){:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium{padding:76px 0 84px}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__grid{width:calc(100% - 32px);gap:44px}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium h2{font-size:clamp(42px,11vw,56px)}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__note{margin-top:26px;font-size:16px}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__details{margin-top:36px}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__details>div{grid-template-columns:1fr;gap:7px;padding:18px 0}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card{min-height:330px;padding:48px 24px;border-radius:4px 18px 4px 18px}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__icon{width:88px;height:88px;margin-bottom:26px}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__icon svg{width:47px;height:47px}:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__value{font-size:36px}}
@media(prefers-reduced-motion:reduce){:is(.twobo-service-page--individual,.twobo-service-page--group) .twobo-service-price-premium__card{transition:none}}

/* 7.5.28 — Final premium page polish for Individual lessons.
 * Establishes one visual rhythm for all approved premium sections without redesigning them.
 */
.twobo-service-page--individual{
  --twobo-premium-navy:#071a52;
  --twobo-premium-blue:#0038ff;
  --twobo-premium-gold:#c39443;
  --twobo-premium-muted:#52617e;
  --twobo-premium-section-space:clamp(88px,8vw,126px);
  --twobo-premium-motion:220ms cubic-bezier(.2,.7,.2,1);
}
.twobo-service-page--individual .twobo-container{width:min(calc(100% - 72px),1420px)}
:is(.twobo-service-page--individual,.twobo-service-page--group) :is(.twobo-service-for-premium,.twobo-service-process-premium,.twobo-service-benefits-premium,.twobo-service-price-premium){padding-top:var(--twobo-premium-section-space);padding-bottom:var(--twobo-premium-section-space)}
:is(.twobo-service-page--individual,.twobo-service-page--group) :is(.twobo-service-for-premium,.twobo-service-process-premium,.twobo-service-benefits-premium,.twobo-service-price-premium) .twobo-service-eyebrow{margin-bottom:14px;color:var(--twobo-premium-gold);font-size:13px;font-weight:800;line-height:1.25;letter-spacing:.24em}
:is(.twobo-service-page--individual,.twobo-service-page--group) :is(.twobo-service-for-premium,.twobo-service-process-premium,.twobo-service-benefits-premium,.twobo-service-price-premium) h2{color:var(--twobo-premium-navy);text-wrap:balance}
.twobo-service-page--individual :is(.twobo-service-for-premium__text,.twobo-service-process-premium__intro,.twobo-service-price-premium__note){color:var(--twobo-premium-muted);line-height:1.75}

/* One interaction language across all premium cards. */
:is(.twobo-service-page--individual,.twobo-service-page--group) :is(.twobo-service-for-card,.twobo-service-benefits-premium__card,.twobo-service-price-premium__card){
  transition:transform var(--twobo-premium-motion),box-shadow var(--twobo-premium-motion),border-color var(--twobo-premium-motion),background-color var(--twobo-premium-motion);
  will-change:transform;
}
:is(.twobo-service-page--individual,.twobo-service-page--group) :is(.twobo-service-for-card,.twobo-service-benefits-premium__card,.twobo-service-price-premium__card):hover{
  transform:translateY(-5px);
}
:is(.twobo-service-page--individual,.twobo-service-page--group) :is(.twobo-service-for-card__icon,.twobo-service-benefits-premium__icon,.twobo-service-price-premium__icon){
  transition:transform var(--twobo-premium-motion),box-shadow var(--twobo-premium-motion),border-color var(--twobo-premium-motion);
}
:is(.twobo-service-page--individual,.twobo-service-page--group) :is(.twobo-service-for-card,.twobo-service-benefits-premium__card,.twobo-service-price-premium__card):hover :is(.twobo-service-for-card__icon,.twobo-service-benefits-premium__icon,.twobo-service-price-premium__icon){
  transform:translateY(-1px) scale(1.035);
}

/* Timeline: improve rhythm and keep visual weight consistent with neighbouring sections. */
.twobo-service-page--individual .twobo-service-process-premium__top{gap:clamp(48px,7vw,112px);margin-bottom:clamp(58px,6vw,92px)}
.twobo-service-page--individual .twobo-service-process-premium__intro{font-size:17px}
.twobo-service-page--individual .twobo-service-process-step h3{line-height:1.2;text-wrap:balance}
.twobo-service-page--individual .twobo-service-process-step p{color:var(--twobo-premium-muted);line-height:1.62}

/* Order/FAPI section: bring the final conversion block to the same premium level. */
.twobo-service-page--individual .twobo-service-order{
  position:relative;
  overflow:hidden;
  padding:var(--twobo-premium-section-space) 0;
  background:
    radial-gradient(circle at 15% 18%,rgba(197,148,62,.08),transparent 30%),
    radial-gradient(circle at 88% 22%,rgba(0,56,255,.08),transparent 31%),
    linear-gradient(135deg,#fffdf9 0%,#f7f9ff 56%,#eef3ff 100%);
  border-top:1px solid rgba(197,148,62,.28);
  border-bottom:1px solid rgba(0,56,255,.14);
}
.twobo-service-page--individual .twobo-service-order:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(112deg,transparent 0 40%,rgba(255,255,255,.68) 51%,transparent 63%);opacity:.55}
.twobo-service-page--individual .twobo-service-order>.twobo-container{position:relative;z-index:1;max-width:1120px}
.twobo-service-page--individual .twobo-service-order h2{max-width:900px;margin-left:auto;margin-right:auto;font-size:clamp(46px,4.7vw,70px);letter-spacing:-.035em;text-wrap:balance}
.twobo-service-page--individual .twobo-service-order>div>p{max-width:760px;margin-left:auto;margin-right:auto;color:var(--twobo-premium-muted);line-height:1.75}
.twobo-service-page--individual .twobo-service-fapi{
  margin-top:52px;
  padding:clamp(22px,3vw,38px);
  border:1px solid rgba(0,56,255,.20);
  border-radius:4px 22px 4px 22px;
  background:rgba(255,255,255,.96);
  box-shadow:0 34px 76px -48px rgba(7,26,82,.46),inset 0 1px 0 #fff;
}
.twobo-service-page--individual .twobo-service-fapi__placeholder{min-height:190px;border:1px dashed rgba(0,56,255,.42);border-radius:2px 14px 2px 14px;background:linear-gradient(145deg,#fff,#f7faff)}

/* Keyboard focus and accessibility polish. */
.twobo-service-page--individual :is(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(0,56,255,.35);outline-offset:3px}

@media(max-width:1024px){
  .twobo-service-page--individual .twobo-container{width:min(calc(100% - 56px),980px)}
}
@media(max-width:680px){
  .twobo-service-page--individual{--twobo-premium-section-space:76px}
  .twobo-service-page--individual .twobo-container{width:calc(100% - 32px)}
  :is(.twobo-service-page--individual,.twobo-service-page--group) :is(.twobo-service-for-premium,.twobo-service-process-premium,.twobo-service-benefits-premium,.twobo-service-price-premium) .twobo-service-eyebrow{font-size:11.5px;letter-spacing:.20em}
  .twobo-service-page--individual .twobo-service-process-premium__top{margin-bottom:48px}
  .twobo-service-page--individual .twobo-service-order h2{font-size:clamp(40px,10.8vw,54px)}
  .twobo-service-page--individual .twobo-service-fapi{margin-top:38px;padding:16px;border-radius:3px 16px 3px 16px}
}
@media(prefers-reduced-motion:reduce){
  .twobo-service-page--individual :is(.twobo-service-for-card,.twobo-service-benefits-premium__card,.twobo-service-price-premium__card,.twobo-service-for-card__icon,.twobo-service-benefits-premium__icon,.twobo-service-price-premium__icon){transition:none!important;transform:none!important}
}

/* 7.6.0 — Premium Services / Group Lessons */
.twobo-service-page--group{--twobo-premium-blue:#0038ff;--twobo-premium-navy:#071a52;--twobo-premium-gold:#b8925a;--twobo-premium-ivory:#fffdf8;--twobo-premium-text:#52607d}
.twobo-group-intro-premium,.twobo-group-cards-premium,.twobo-group-participant{position:relative;padding:clamp(84px,8vw,126px) 0;background:linear-gradient(135deg,#fffdf8 0%,#f7faff 100%)}
.twobo-group-intro-premium__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(48px,7vw,104px);align-items:center}
.twobo-group-intro-premium__content h2,.twobo-premium-heading h2,.twobo-group-atmosphere h2{margin:18px 0 24px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,4.5vw,68px);font-weight:400;line-height:1.08;letter-spacing:-.035em;color:var(--twobo-premium-navy)}
.twobo-group-intro-premium__content .twobo-service-richtext,.twobo-premium-heading .twobo-service-richtext{max-width:720px;color:var(--twobo-premium-text);font-size:18px;line-height:1.75}
.twobo-premium-ornament{display:flex;align-items:center;gap:10px;width:180px;color:var(--twobo-premium-gold)}
.twobo-premium-ornament span{height:1px;flex:1;background:linear-gradient(90deg,transparent,var(--twobo-premium-gold))}.twobo-premium-ornament span:last-child{background:linear-gradient(90deg,var(--twobo-premium-gold),transparent)}
.twobo-group-intro-premium__panel{position:relative;padding:34px 34px 28px;border:1px solid rgba(0,56,255,.18);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 28px 70px -44px rgba(0,56,255,.42);overflow:hidden}
.twobo-group-intro-premium__panel:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--twobo-premium-gold),var(--twobo-premium-blue))}
.twobo-group-intro-premium__panel h3{margin:0 0 24px;font-family:Georgia,'Times New Roman',serif;font-size:30px;color:var(--twobo-premium-navy)}
.twobo-group-highlight{display:grid;grid-template-columns:48px 1fr;gap:17px;padding:18px 0;border-top:1px solid rgba(7,26,82,.1)}
.twobo-group-highlight:first-of-type{border-top:0}.twobo-group-highlight>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(0,56,255,.28);border-radius:50%;background:#fff;color:var(--twobo-premium-blue);font-weight:700;font-size:12px}
.twobo-group-highlight strong{display:block;margin:0 0 5px;color:var(--twobo-premium-navy);font-size:17px}.twobo-group-highlight p{margin:0;color:var(--twobo-premium-text);line-height:1.55}
.twobo-premium-heading{max-width:920px;margin:0 auto 52px;text-align:center}.twobo-premium-heading .twobo-service-richtext{margin-inline:auto}
.twobo-group-cards-premium__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.twobo-group-premium-card{position:relative;min-height:260px;padding:34px 30px;border:1px solid rgba(0,56,255,.16);border-radius:24px;background:linear-gradient(145deg,#fff 0%,#f8fbff 100%);box-shadow:0 22px 52px -40px rgba(7,26,82,.55);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.twobo-group-premium-card:hover{transform:translateY(-5px);border-color:rgba(0,56,255,.42);box-shadow:0 30px 66px -38px rgba(0,56,255,.35)}
.twobo-group-premium-card__icon{display:grid;width:50px;height:50px;margin-bottom:24px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#0038ff,#4f7cff);color:#fff;font-weight:800;font-size:12px;box-shadow:0 14px 28px -16px rgba(0,56,255,.8)}
.twobo-group-premium-card h3,.twobo-group-participant h3{margin:0 0 12px;font-family:Georgia,'Times New Roman',serif;font-size:25px;font-weight:400;line-height:1.2;color:var(--twobo-premium-navy)}
.twobo-group-premium-card i{display:block;width:44px;height:2px;margin:0 0 16px;background:linear-gradient(90deg,var(--twobo-premium-gold),transparent)}
.twobo-group-premium-card p,.twobo-group-participant p{margin:0;color:var(--twobo-premium-text);line-height:1.65}
.twobo-group-atmosphere{position:relative;display:flex;min-height:640px;align-items:center;background-image:var(--twobo-atmosphere-image);background-position:center;background-size:cover;overflow:hidden}
.twobo-group-atmosphere__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,53,.94) 0%,rgba(3,15,53,.78) 48%,rgba(3,15,53,.2) 100%)}
.twobo-group-atmosphere__content{position:relative;z-index:2;margin-block:90px}.twobo-group-atmosphere__content>*{max-width:720px}.twobo-group-atmosphere .twobo-service-eyebrow{color:#e2c484}.twobo-group-atmosphere h2{color:#fff}.twobo-group-atmosphere .twobo-service-richtext{color:rgba(255,255,255,.82);font-size:18px;line-height:1.75}
.twobo-group-atmosphere__button{display:inline-flex;min-height:52px;margin-top:22px;padding:0 28px;align-items:center;justify-content:center;border:1px solid #fff;color:#fff!important;text-transform:uppercase;text-decoration:none!important;font-size:12px;font-weight:700;letter-spacing:.07em;transition:.22s ease}.twobo-group-atmosphere__button:hover{background:#fff;color:var(--twobo-premium-navy)!important;transform:translateY(-2px)}
.twobo-group-participant{background:#fff}.twobo-group-participant__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.twobo-group-participant__grid article{position:relative;padding:34px 28px 30px;border:1px solid rgba(184,146,90,.26);border-radius:24px;background:linear-gradient(180deg,#fff,#fffaf1);box-shadow:0 20px 44px -38px rgba(7,26,82,.5);transition:.22s ease}.twobo-group-participant__grid article:hover{transform:translateY(-5px);border-color:rgba(0,56,255,.3)}
.twobo-group-participant__grid article>span{display:block;margin-bottom:20px;color:var(--twobo-premium-blue);font-size:13px;font-weight:800;letter-spacing:.12em}
.twobo-service-page--group .twobo-service-process-premium,.twobo-service-page--group .twobo-service-benefits-premium,.twobo-service-page--group .twobo-service-price-premium{border-top:1px solid rgba(0,56,255,.08)}
.twobo-service-page--group .twobo-service-order{padding:clamp(84px,8vw,124px) 0;background:linear-gradient(135deg,#f7faff,#fffdf8)}
.twobo-service-page--group .twobo-service-fapi{border:1px solid rgba(0,56,255,.16);border-radius:26px;box-shadow:0 28px 64px -46px rgba(0,56,255,.4)}
@media(max-width:1024px){.twobo-group-intro-premium__grid{grid-template-columns:1fr}.twobo-group-cards-premium__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.twobo-group-participant__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.twobo-group-intro-premium,.twobo-group-cards-premium,.twobo-group-participant{padding:72px 0}.twobo-group-intro-premium__panel{padding:28px 22px}.twobo-group-cards-premium__grid,.twobo-group-participant__grid{grid-template-columns:1fr}.twobo-group-atmosphere{min-height:580px}.twobo-group-atmosphere__overlay{background:linear-gradient(90deg,rgba(3,15,53,.94),rgba(3,15,53,.72))}.twobo-group-atmosphere__content{margin-block:70px}.twobo-group-intro-premium__content h2,.twobo-premium-heading h2,.twobo-group-atmosphere h2{font-size:clamp(36px,10vw,48px)}}
@media(prefers-reduced-motion:reduce){.twobo-group-premium-card,.twobo-group-participant__grid article,.twobo-group-atmosphere__button{transition:none!important}}


/* 7.6.2 — Premium Benefits support and hard layout guard for Group lessons. */
.twobo-service-page--group .twobo-service-benefits-premium,
.twobo-service-page--group .twobo-service-benefits-premium *{box-sizing:border-box}
.twobo-service-page--group .twobo-service-benefits-premium__heading h2{position:relative;float:none!important;clear:none!important;width:auto!important;height:auto!important;overflow:visible!important}
.twobo-service-page--group .twobo-service-benefits-premium__icon svg{display:block!important;max-width:58px!important;max-height:58px!important;min-width:0!important;min-height:0!important;position:static!important;transform:none!important}
.twobo-service-page--group .twobo-service-benefits-premium__card{overflow:visible}
@media(max-width:1180px){.twobo-service-page--group .twobo-service-benefits-premium__icon svg{max-width:47px!important;max-height:47px!important}}
@media(max-width:680px){.twobo-service-page--group .twobo-service-benefits-premium__icon svg{max-width:40px!important;max-height:40px!important}}

/* 7.6.12 — Final page polish for Group Lessons. Locked premium rhythm and responsive consistency. */
.twobo-service-page--group{
  --twobo-group-space:clamp(96px,8.2vw,132px);
  --twobo-group-space-mobile:72px;
  --twobo-group-radius:24px;
  --twobo-group-shadow:0 24px 58px -42px rgba(7,26,82,.46);
  --twobo-group-transition:220ms cubic-bezier(.2,.7,.2,1);
}
.twobo-service-page--group :is(
  .twobo-group-intro-premium,
  .twobo-group-cards-premium,
  .twobo-service-process-premium,
  .twobo-group-participant,
  .twobo-service-benefits-premium,
  .twobo-service-price-premium,
  .twobo-service-order
){
  padding-top:var(--twobo-group-space);
  padding-bottom:var(--twobo-group-space);
  margin:0;
}
.twobo-service-page--group :is(
  .twobo-group-intro-premium,
  .twobo-group-cards-premium,
  .twobo-service-process-premium,
  .twobo-group-participant,
  .twobo-service-benefits-premium,
  .twobo-service-price-premium,
  .twobo-service-order
)+section{
  margin-top:0!important;
}
.twobo-service-page--group :is(
  .twobo-group-intro-premium,
  .twobo-group-cards-premium,
  .twobo-service-process-premium,
  .twobo-group-participant,
  .twobo-service-benefits-premium,
  .twobo-service-price-premium,
  .twobo-service-order
){
  border-top:1px solid rgba(0,56,255,.07);
}
.twobo-service-page--group .twobo-group-intro-premium{border-top:0}
.twobo-service-page--group .twobo-group-atmosphere{margin:0;border-top:1px solid rgba(0,56,255,.07);border-bottom:1px solid rgba(0,56,255,.07)}
.twobo-service-page--group :is(.twobo-service-eyebrow,.twobo-premium-heading .twobo-service-eyebrow){
  margin-bottom:18px;
  line-height:1.35;
}
.twobo-service-page--group :is(
  .twobo-group-intro-premium__content h2,
  .twobo-premium-heading h2,
  .twobo-service-process-premium h2,
  .twobo-service-benefits-premium__heading h2,
  .twobo-service-price-premium h2,
  .twobo-service-order h2
){
  text-wrap:balance;
}
.twobo-service-page--group :is(
  .twobo-group-intro-premium__content .twobo-service-richtext,
  .twobo-premium-heading .twobo-service-richtext,
  .twobo-service-process-premium__intro,
  .twobo-service-benefits-premium__heading .twobo-service-richtext,
  .twobo-service-price-premium .twobo-service-richtext,
  .twobo-service-order>div>p
){
  line-height:1.72;
}
.twobo-service-page--group :is(
  .twobo-group-premium-card,
  .twobo-group-participant__grid article,
  .twobo-service-benefits-premium__card,
  .twobo-service-price-premium__card,
  .twobo-service-fapi
){
  transition:transform var(--twobo-group-transition),box-shadow var(--twobo-group-transition),border-color var(--twobo-group-transition),background-color var(--twobo-group-transition);
}
.twobo-service-page--group :is(
  .twobo-group-premium-card,
  .twobo-group-participant__grid article,
  .twobo-service-benefits-premium__card,
  .twobo-service-price-premium__card
):hover{
  transform:translateY(-6px);
  border-color:rgba(0,56,255,.38);
  box-shadow:0 34px 72px -43px rgba(0,56,255,.48),0 14px 28px -24px rgba(7,26,82,.32);
}
.twobo-service-page--group :is(
  .twobo-group-premium-card__icon,
  .twobo-group-highlight>span,
  .twobo-service-benefits-premium__icon,
  .twobo-service-price-premium__icon
){
  transition:transform var(--twobo-group-transition),box-shadow var(--twobo-group-transition);
}
.twobo-service-page--group :is(
  .twobo-group-premium-card,
  .twobo-group-participant__grid article,
  .twobo-service-benefits-premium__card,
  .twobo-service-price-premium__card
):hover :is(
  .twobo-group-premium-card__icon,
  .twobo-service-benefits-premium__icon,
  .twobo-service-price-premium__icon
){
  transform:translateY(-2px) scale(1.025);
}
.twobo-service-page--group .twobo-service-order>.twobo-container{width:min(calc(100% - 72px),1180px);margin-inline:auto}
.twobo-service-page--group .twobo-service-fapi{overflow:hidden;background:#fff}
.twobo-service-page--group :is(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(0,56,255,.34);outline-offset:3px}
@media(max-width:1024px){
  .twobo-service-page--group{--twobo-group-space:88px}
  .twobo-service-page--group .twobo-service-order>.twobo-container{width:min(calc(100% - 48px),900px)}
}
@media(max-width:700px){
  .twobo-service-page--group{--twobo-group-space:var(--twobo-group-space-mobile)}
  .twobo-service-page--group :is(
    .twobo-group-intro-premium,
    .twobo-group-cards-premium,
    .twobo-service-process-premium,
    .twobo-group-participant,
    .twobo-service-benefits-premium,
    .twobo-service-price-premium,
    .twobo-service-order
  ){
    padding-top:var(--twobo-group-space-mobile);
    padding-bottom:var(--twobo-group-space-mobile);
  }
  .twobo-service-page--group .twobo-service-order>.twobo-container{width:min(calc(100% - 32px),620px)}
  .twobo-service-page--group :is(.twobo-group-premium-card,.twobo-group-participant__grid article,.twobo-service-benefits-premium__card,.twobo-service-price-premium__card){min-height:0}
}
@media(prefers-reduced-motion:reduce){
  .twobo-service-page--group *{scroll-behavior:auto!important}
  .twobo-service-page--group :is(.twobo-group-premium-card,.twobo-group-participant__grid article,.twobo-service-benefits-premium__card,.twobo-service-price-premium__card,.twobo-service-fapi,.twobo-group-premium-card__icon,.twobo-group-highlight>span,.twobo-service-benefits-premium__icon,.twobo-service-price-premium__icon){transition:none!important;transform:none!important}
}

/* 8.1.44 — Online course frontend polish from full-page visual review. */
:is(.twobo-service-page--course,.twobo-service-page--workshop){
  --twobo-group-space:clamp(76px,6.2vw,104px);
  --twobo-group-space-mobile:64px;
}
:is(.twobo-service-page--course,.twobo-service-page--workshop) .twobo-service-hero__media img{
  object-position:center 30%;
}
:is(.twobo-service-page--course,.twobo-service-page--workshop) .twobo-service-fapi__placeholder{
  display:flex!important;
  min-height:164px;
  padding:30px;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  text-align:center!important;
}
:is(.twobo-service-page--course,.twobo-service-page--workshop) .twobo-service-fapi__placeholder strong,
:is(.twobo-service-page--course,.twobo-service-page--workshop) .twobo-service-fapi__placeholder span{
  position:static!important;
  display:block!important;
  width:auto!important;
  max-width:680px;
  margin:0!important;
  transform:none!important;
  line-height:1.45!important;
}
:is(.twobo-service-page--course,.twobo-service-page--workshop) .twobo-service-fapi__placeholder strong{font-size:clamp(21px,2vw,27px)}
@media(max-width:700px){
  :is(.twobo-service-page--course,.twobo-service-page--workshop){--twobo-group-space-mobile:60px}
  :is(.twobo-service-page--course,.twobo-service-page--workshop) .twobo-service-fapi__placeholder{min-height:150px;padding:24px 18px}
}

/* 8.1.46 — Responsive service video shared by every service type. */
.twobo-service-page .twobo-service-video{position:relative;padding:var(--twobo-group-space,clamp(76px,6.2vw,104px)) 0;background:linear-gradient(135deg,#fffdf8 0%,#f7f9ff 100%);border-top:1px solid rgba(0,56,255,.08)}
.twobo-service-page .twobo-service-video__frame{position:relative;width:min(100%,1120px);margin:48px auto 0;aspect-ratio:16/9;overflow:hidden;border:1px solid rgba(0,56,255,.22);border-radius:4px 26px 4px 26px;background:#071a52;box-shadow:0 32px 70px -42px rgba(7,26,82,.55)}
.twobo-service-page .twobo-service-video__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media(max-width:700px){.twobo-service-page .twobo-service-video{padding:60px 0}.twobo-service-page .twobo-service-video__frame{margin-top:32px;border-radius:3px 17px 3px 17px}}
