@font-face{
  font-family:"Alistair Signature";
  src:url("fonts/AlistairSignature.woff2") format("woff2"),
      url("fonts/AlistairSignature.woff") format("woff");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Bergamasco Regular";
  src:url("fonts/Bergamasco Regular.woff2") format("woff2"),
      url("fonts/Bergamasco Regular.woff") format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

html { 
  scroll-behavior: smooth; 
  scroll-padding-top: calc(var(--header-h) + 12px);
}

#risultati,
#programma,
#formato,
#maestra,
#prezzo,
#faq,
#acquista {
  scroll-margin-top: 96px;
}

:root{
  --ui-font: Montserrat;
  --grey-0:#FFF;
  --header-bg: rgba(255, 248, 239, 0.10);
  --cc-bg: #fff;
  --cc-text: #0f0f12;
  --cc-btn-bg: #1f1f22;
  --cc-btn-text: #fff;
  --cc-radius: 18px;
  --cc-shadow: 0 8px 30px rgba(0,0,0,.25);
  --cc-gap: 20px;
}

.title-row{
  position: relative;
  display: flex;
  align-items: center;
  --right-out: 120px;
  margin-bottom: 40px;
  gap: 32px;
}

.title-rule{
  flex: 1 1 auto;
  height: 2px;
  background: #F2EBE3;
  position: relative;
  margin-right: calc(-1 * var(--right-out));
}

.title-rule::after{
  content:"";
  position:absolute;
  top:50%;
  right:0;
  width: 14px;
  height: 14px;
  background:#F2EBE3;
  transform: translateY(-50%) rotate(45deg);
}

.title-row::before{
  content:"";
  position:absolute;
  top:50%;
  left:calc(-96px - 12px - 12px);
  width: 96px;
  height: 2px;
  background:#F2EBE3;
  transform: translateY(-50%);
}

.title-row::after{
  content:"";
  position:absolute;
  top:50%;
  left: calc(-12px - 96px - 12px);
  width: 14px;
  height: 14px;
  background:#F2EBE3;
  transform: translateY(-50%) rotate(45deg);
}

.title-row--benifits {
  margin-bottom: 32px;
}



*{box-sizing:border-box}
html,body{height:100%}
body{
    overflow-x: hidden;
    background: #FFF8EF;
    margin:0
}

:root{
  --header-h: 96px;
  --rails-gap: 1520px;
  --rail-width: 2px;
  --rail-color: #F2EBE3;
}

body::before,
body::after{
  content:"";
  position: fixed; 
  top:0; bottom:0;
  width: var(--rail-width);
  background: var(--rail-color);
  pointer-events: none;
  z-index: 1;
}

body::before{
  left: calc(50% - (var(--rails-gap) / 2) - var(--rail-width) / 2);
}
body::after{
  left: calc(50% + (var(--rails-gap) / 2) - var(--rail-width) / 2);
}
@media (max-width: 1440px){
  body::before, body::after{ display:none; }
}

.site-header{
  width:100%;
  position:absolute;
  top: 0;
  z-index:3;
  background:var(--header-bg);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}


.alt .site-header{ 
  position: relative; 
  border-bottom: 2px solid #F2EBE3;
}

.header-inner{
  display:flex;
  width: 1920px;
  padding:12px 260px;
  justify-content:space-between;
  align-items:center;
  margin:0 auto;
}
.logo img{display:block;width:222px;height:72px}

.nav-list{
  display:flex;
  align-items:center;
  gap:24px;
  list-style:none;
  margin:0;
  padding:0;
}



.nav-list a{
  color:var(--grey-0);
  font-family:Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  font-size:18px;
  font-style:normal;
  font-weight:500;
  line-height:140%;
  text-decoration:none;
}

.alt .nav-list a{
  color: #202020;
}

.btn-primary{
  display:flex;
  height:60px;
  padding:16px 28px;
  justify-content:center;
  align-items:center;
  gap:8px;
  color:var(--grey-0);
  font-family:Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  font-size:22px;
  font-style:normal;
  font-weight:600;
  line-height:120%;
  text-transform:uppercase;
  text-decoration:none;
  background:#B70101;
  border:0;
  border-radius:8px;
}

.btn-primary:hover{
  background: #980505;
}

@keyframes btnPulse {
  0%   { opacity: 1; }
  50%  { opacity: .72; }
  100% { opacity: 1; }
}

.cta-form.is-processing button[type="submit"],
.cta-form.is-processing button[data-paylater-btn],
.modal-form.is-processing button[type="submit"],
.modal-form.is-processing button[data-paylater-btn]{
  animation: btnPulse 1.35s cubic-bezier(.4, 0, .2, 1) infinite;
  cursor: wait;
}

.hero{
  z-index: 2;
  position:relative;
  width:100vw;
  height:100vh;
  overflow:hidden;
  color:var(--grey-0);
}
.hero-bg{
  position:absolute;
  inset:0;
  display:flex;
}
.hero-bg__half{
  flex:1 0 50%;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.hero-bg__left{background-image:url("img/LeftSidePhoto.jpg")}
.hero-bg__right{background-image:url("img/RightSidePhoto.jpg")}

.hero-subtitle{
    position:absolute;
    top:19%;
    left:40%;
    width:50vw;
    transform:translateY(-50%);
    text-align:center;
    color:var(--grey-0);
    font-family:"Alistair Signature", serif;
    font-size:30px;
    font-style:normal;
    font-weight:500;
    line-height:105%;
}

.hero-second-subtitle{
    position:absolute;
    top:25%;
    left:52%;
    width:50vw;
    transform:translateY(-50%);
    text-align:center;
    color:var(--grey-0);
    font-family:"Alistair Signature", serif;
    font-size:30px;
    font-style:normal;
    font-weight:500;
    line-height:105%;
}

.hero-heading{
  position:absolute;
  bottom:24px;
  left:0;
  right:0;
  margin:0;
  color:var(--grey-0);
  text-align:center;
  font-family:"Bergamasco Regular", serif;
  font-size:113px;
  font-style:normal;
  font-weight:400;
  line-height:normal;
  text-transform:uppercase;
}

@media (max-width:1919px){
  .header-inner{
    width:100%;
    padding:12px 24px;
  }
}

.benefits { 
    width: 1400px;
    margin: 180px auto;
}


.benefits-title{
  color:#202020;
  font-family:"Bergamasco Regular", serif;
  font-size:64px;
  font-weight:400;
  line-height:120%;
  text-transform:uppercase;
  text-align:left;
}
.benefits-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(335px, 1fr));
  gap:20px;
}
.benefits-card{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
}

.benefits-grid .benefits-card:nth-child(3){
  background:
    url("img/back_face.png") right 0 bottom 0 / contain no-repeat,
    rgba(0,0,0,0.05);
}

.benefits-grid .benefits-card:nth-child(6){
  background:
    url("img/rose.png") right 0 bottom 0 / contain no-repeat,
    rgba(0,0,0,0.05);
}

.benefits-card p{
  color:#202020;
  font-family:Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  font-size:18px;
  font-weight:400;
  line-height:140%;
  margin:0;
}
.benefits-card img{ width:auto; height:auto; }


.showcase{
  width: 1400px;
  margin: 160px auto 120px;
  position: relative;
}

.sowcase-titles {
  width: 50%;
  position: absolute;
  right: 0;
  top: 100px;
}

.showcase-title{
  color: #202020;
  font-family: "Bergamasco Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}

.showcase-subtitle{
  color: #B70101;
  font-family: "Alistair Signature";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  align-self: flex-end;
  margin: 0 0 40px 0;
  text-align: start;
}

.showcase-row{
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.showcase-item{
  display:flex;
  flex-direction:column;
  flex:0 1 216px;
  border-radius:16px;
  overflow:hidden;
  cursor:pointer;
  transition:flex-basis .35s ease, transform .35s ease, box-shadow .35s ease;
  margin:0;
  min-width:0;
  background: #FFF8EF;
}

.showcase-item.is-active{
  flex:1 1 453px;
  cursor:default;
}

.showcase-item-media{
  position:relative;
  width:100%;
  aspect-ratio: 3 / 4;
  overflow:hidden;
  border-radius: 16px;
}

.showcase-item img,
.showcase-item video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.showcase-item-caption{
  display:none;
}

.showcase-item.is-active  .showcase-item-caption{ display:block; }

.showcase-caption{
  width:1400px;
  margin:16px auto 0;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  
}

.showcase-caption .showcase-item-name{
  margin:0 0 6px;
  font-family:Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  font-size:16px;
  font-weight:600;
  color:#202020;
  
}

.showcase-caption .showcase-item-desc{
  color: #535353;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.course-format{
  background:#1B1B23;
  padding:0;
  z-index: 10;
  position: relative;
}

.container {
  width:1400px;
  margin: 0 auto;
  padding: 120px 0;
}

.alt  .main-container {
  width: 926px;
  padding: 60px 0 180px 0;
}

.testimonials-container{
  padding-bottom: 60px;
}

.container-pricing {
  padding-bottom: 60px;
}

.course-format .section-title{
  color: #FFF;
  font-family: "Bergamasco Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.format-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.format-card{
  display: flex;
  width: 335px;
  padding: 20px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: #FFF8EF;
}


.format-icon img{
  display:block;
  width:40px;
  height:40px;
}

.format-line{
  margin:0;
  color:#202020;
  font:400 18px/140% Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}
.format-line strong{
  font-weight:600;
}

.course-program{
  background:#FFF8EF;
  position:relative;
}
.program-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width: 1400px;
  /* margin-bottom:40px; */
}
.course-program .section-title{
  color: #202020;
  font-family: "Bergamasco Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin:0;
}
.program-note{
  color: #B70101;
  font-family: "Alistair Signature";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
}

.program-tabs{
  display:flex;
  gap:12px;
  margin-bottom:30px;
  width: 100%;
  align-items: center;
  align-self: stretch;
}

.program-tab{
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 100px;
  border: none;
  color: #B5B5B5;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  background: #F2EBE3;
}


.program-tab:hover{ 
  border: 1px solid #202020;
  cursor: pointer;
}
.program-tab.is-active{
  color: #202020;
  border: 1px solid #202020;
  background: #FFF8EF;
}

.program-content{
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:20px;
  align-items:start;
}

.program-copy{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.program-copy .program-title{
  color: #202020;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 6px 0 0 0;
}
.program-subtitle{
  color: var(--Grey-700, #535353);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.program-list{
  margin:32px 0 0 20px;
  padding:0;
  color:#202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.program-list li {
  margin-bottom: 6px;
}

.program-cta{
  margin-top: auto;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--Grey-0, #FFF);
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.program-media__inner{
  border-radius:8px;
  overflow:hidden;
  background:#000;
}
.program-media video{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:cover;
}


.teacher{
  background:#1B1B23;
  color:#EDEDED;
  position:relative;
  z-index: 2;
}
.teacher-titles {
  gap: 40px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.teacher-title{
  width: calc(50% - 10px);
  margin:0;
  color: #FFF;
  font-family: "Bergamasco Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.teacher-topnote{
  color: #FFF;
  font-family: "Alistair Signature";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  display: flex;
  flex-direction: column;
  gap:20px;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.teacher-topnote p {
  margin: 0;
}

.teacher-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:128px;
  align-items:start;
  margin-top:60px;
}

/* photos */
.teacher-media{
  display:grid;
  grid-template-columns:.85fr auto;
  gap:20px;
  align-items:start;
}
.shot{
  margin:0;
  border-radius:12px;
  overflow:hidden;
  background:#FFF8EF;
}
.shot--large{
  width: 335px;
  height:516px;
}
.shot--small{
  width: 217px;
  height:300px;
  background:#B70101;
}
.shot img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.teacher-subheading{
  color: var(--Grey-0, #FFF);
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 6px;
}
.teacher-lead{
  color: var(--Grey-300, #DDD);
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 36px;
}

.teacher-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.teacher-list li{
  color: #DDD;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-bottom: 1px solid #535353;
  padding: 20px 0;
}
.teacher-list li strong{ 
  color: var(--Grey-0, #FFF);
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; 
}

/* TESTIMONIALS */
.testimonials{
  background:#FFF8EF;
}

.testimonials-head{
  display:flex;
  flex-direction: column;
  align-items:center;
  gap:32px;
  margin-bottom:48px;
}
.testimonials .section-title{
  color: #202020;
  font-family: "Bergamasco Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin:0;
}

.testimonials-note{
  margin:0;
  color: #B70101;
  text-align: center;
  font-family: "Alistair Signature";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  margin-bottom: 40px;
}

.testimonials-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.testimonial-card{
  display:flex;
  flex-direction:column;
  justify-content: space-between;
  gap: 20px;
  background:#F7F0E8;
  border-radius:12px;
  padding:20px 24px;
}

.testimonial-quote img{
  display:block;
  opacity: 1;
}

.testimonial-text{
  margin: 0;
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.testimonial-footer{
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:20px;
  border-top:1px solid rgba(0,0,0,.1);
}

.testimonial-avatar{
  width:64px; height:64px;
  border-radius:50%;
  object-fit:cover;
  flex:0 0 64px;
}

.testimonial-meta{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.testimonial-name{
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.testimonial-city{
  color: #535353;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* PRICING */
.pricing{
  background:#FFF8EF;
}
.pricing .section-title{
  color: #202020;
  font-family: "Bergamasco Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  /* margin-bottom: 40px; */
}

.pricing-grid{
  display:grid;
  grid-template-columns:572px 1fr;
  gap:20px;
  align-items:start;
  overflow: clip; 
}

.pricing-visual{
  position:sticky;
  top: calc(50vh - 423px);        
  transform:none;
  align-self:start;
  margin:0;
  border-radius:12px;
  overflow:hidden;
  height:846px;
  background:#000;
  will-change:transform;
}
.pricing-visual img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.pricing-plans{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.plan-card{
  background: rgba(0, 0, 0, 0.05);
  border-radius:8px;
  padding:40px;
  display:flex;
  flex-direction:column;
  justify-content: space-between;
  height: 520px;
}
.plan-card--accent{ background:#F3EAE1; position:relative; }
.plan-card--dark{ background:#1B1B23; color:#FFF; }

.plan-badge{
  position:absolute;
  top:14px; left:0;
  background:#0F172A;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  padding:6px 8px;
  border-radius: 0 4px 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.badgeText{
  margin-top: 2px;
}

.plan-card--dark .plan-head{ border-color:rgba(255,255,255,.12); }

.plan-title{
  color: #202020;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
.plan-card--dark .plan-title{ color:#FFF; }

.plan-meta{
  margin-top: 8px;
  margin-bottom: 24px;
  color: #B70101;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.plan-card--dark .plan-meta{ color:#C9C9C9; }

.plan-body{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 20px;
}
.plan-includes,
.plan-moduli{
  margin:0;
}

.plan-list{ 
  margin: 0 0 4px 0;
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.plan-includes p{ 
  margin-bottom: 8px;
}

.plan-card--dark .plan-list { color:#FFF; }

.plan-list-sub{
  color: #535353;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 8px 0;
}

.plan-card--dark .plan-list-sub{
  color: #B5B5B5;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.plan-foot{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:flex-end;
  gap:16px;
  justify-content:space-between;
  margin-top:8px;
}

.text-strike{
  color: #8D8D8D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: line-through;
  text-decoration-color: currentColor;
}

.plan-price{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.price-old{
  color: #B5B5B5;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: line-through;
}
.price-new{
  color: #B70101;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.plan-card--dark .price-new{ color:#FFF; }

.plan-cta{
  min-width:220px;
}
.plan-card--dark .plan-cta{
  display: flex;
  height: 60px;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.plan-note{
  color: #B5B5B5;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 12px;
}

/* FAQ */
.faq{ 
  background:#FFF8EF; 
}

.faq .section-title{
  color: var(--Grey-900, #202020);
  font-family: "Bergamasco Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.faq-grid{
  display:grid; 
  grid-template-columns:1fr 572px; 
  gap:20px; 
  align-items:start;
  overflow:clip;
}


.faq-list{ 
  display:flex; 
  flex-direction:column; 
  gap:16px; 
}

.faq-toggle{
  width:100%; 
  display:flex; 
  align-items:center; 
  gap:30px;
  padding:20px 24px; 
  border-radius: 8px;
  background: transparent;
  border: none;
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.faq-title {
  margin: 0 !important;
}

.faq-ico{ 
  width:28px; 
  height:28px; 
  flex:0 0 18px; 
}

.faq-answer{
  margin:0;     
  padding: 0 24px 24px 24px;          
  border:0;              
  background:transparent; 
  color: #535353;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.faq-answer p {
  margin: 0 0 8px 0 ;
}
.faq-answer ul{ 
  padding-left: 20px;
}

.faq-answer li{
  margin-left: 0;
}

.faq-answer li::marker{ content: "•  ";}

.faq-item{
  border-radius:12px;
  overflow:hidden;
  background: rgba(0, 0, 0, 0.05);
}

.faq-item.is-open .faq-answer{ display:block; }
.faq-item.is-open .faq-ico{ 
  content:""; 
}

.faq-toggle:hover .faq-ico,
.faq-toggle:focus-visible .faq-ico{
  transform: scale(1.12);
}

.faq-item.is-open .faq-ico{
  width:20px;
  height:20px;
  flex-basis:20px;
}

.faq-visual{
  --ph: 824px;
  position:sticky; 
  top:calc(50vh - var(--ph)/2);
  margin:0; 
  height:var(--ph); 
  align-self:start;
  border-radius:12px; 
  overflow:hidden; 
  background:#000;
}

.faq-visual img{ 
  display:block; 
  width:100%; 
  height:100%; 
  object-fit:cover; 
}

/* CTA footer */
.cta-footer{
  z-index: 2;
  position: relative;
  background:#1B1B23;
  color:#EDEDED;
}
.cta-grid{
  padding: 120px 0 80px 0 ;
  display:grid;
  grid-template-columns: 1.05fr 572px;
  gap:40px;
  align-items:start;
}

.cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.cta-copy .cta-title{
  margin:0 0 40px 0;
  color: #FFF;
  font-family: "Bergamasco Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.cta-lead{
  margin:0 0 12px 0;
  color: #E6E6E6;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.cta-avatarRow{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:24px;
}
.cta-avatar{
  width:168px; height:168px;
  border-radius:50%;
  object-fit:cover;
  display:block;
}
.cta-arrow{
  margin-left: -50px;
  opacity: .3;
  width:168px; height:168px;
  border-radius:50%;
  background:#2A2A33;
  display:grid; place-items:center;
}
.cta-arrow img{ display:block; width:168px; height:168px; }

/* form card */
.cta-form{
  background:#fff;
  border-radius:12px;
  padding:40px 48px;
  color:#202020;
}
.cta-form-title{
  margin:0 0 32px 0;
  color: #202020;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.f-label{
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.f-input{
  width:100%;
  height:56px;
  padding: 6px 12px;
  border-radius:8px;
  border:1px solid rgba(0,0,0,.15);
  background:#FFF;
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 14px 0;
}
.f-input::placeholder{ color: #CACACA; }

.page-backbar{
    display: none;
  }

.f-check{
  display:flex; align-items:center; gap:10px;
  margin-top:10px;
  color: #B5B5B5;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}
.f-check input{
  border: 1px solid #B5B5B5;
  width:20px; height:20px; accent-color:#1B1B23;
}
.f-check a{ 
 text-decoration:underline; 
  color: #B5B5B5;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}

.f-check a:hover{ 
  color:#000000; 
}

.cta-submit{
  width:100%;
  display: flex;
  height: 60px;
  padding: 16px 28px;
  margin-top: 16px;
  cursor: pointer;
}

/* footer */
.site-footer{
  z-index: 2;
  position: relative;
  background:#1B1B23;
  color:#CCC;
  border-top:1px solid rgba(255,255,255,.08);
  padding: 0;
}
.footer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top: 48px;
  padding-bottom:24px;
}
.email-chip{
  display: flex;
  height: 96px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  border: 1.5px solid #8D8D8D;
  color: var(--Grey-0, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition:transform .15s ease, filter .15s ease, border-color .15s ease;
}
.email-chip:hover{ 
  transform:translateY(-2px);
  filter:brightness(1.1);
  border-color:#565665;
}

.social{
  display:flex; gap:16px;
}
.social a{
  width:96px; height:96px;
  border-radius:50%;
  display:grid; place-items:center;
  border: 1.5px solid #8D8D8D;
  transition:transform .15s ease, filter .15s ease, border-color .15s ease;
}
.social a:hover{
  transform:translateY(-2px);
  filter:brightness(1.1);
  border-color:#565665;
}
.social img{ width:40px; height:40px; display:block; }

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top:0px;
  padding-bottom: 48px;
  color:  #8D8D8D;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.legal a{
  color: var(--Grey-600, #8D8D8D);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.legal a:hover{ text-decoration:underline; }
.legal .dot{ margin:0 10px; color:#6E6E74; }

.f-input.is-invalid{
  border-color:#B70101 !important;
}

.f-check.is-invalid input{
  border-color:#B70101;
}
.f-check.is-invalid{ color:#B70101; }


/* ===== MODAL ===== */
.modal[aria-hidden="true"] { display: none; }

.modal{
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
}

.modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(2px);
}

.modal__panel{
  position: relative;
  width: 900px;
  max-height: 98vh;
  overflow: auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.03);
  padding: 20px
}

.modal__close{
  position: absolute;
  top: 12px; right: 28px;
  width: 22px; height: 22px;
  border: 0;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 28px;
  line-height: 40px;
}

.modal__close:hover img,
.modal__close:focus-visible img{
  transform: scale(1.08);
}
.modal-grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
}


.modal__title{
  margin: 0 0 18px 0;
  color: #202020;
  font-family: "Bergamasco Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.modal__lead{
  margin: 0 0 18px 0;
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.modal-form .modal-submit{
  width: 100%;
  margin-top: 16px;
  height: 60px;
  display:flex; align-items:center; justify-content:center;
}

.f-input.is-invalid{ border-color:#C81812; outline: 0; box-shadow: 0 0 0 2px rgba(200,24,18,.12); }
.f-check.is-invalid{ color:#C81812; }
.f-check.is-invalid a{ color:#C81812; text-decoration: underline; }

body.modal-open{ overflow: hidden; }


.cc-banner{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: none;
}

.cc-banner[aria-hidden="false"]{
  display: block;
  pointer-events: auto;
}


.cc-banner[hidden] { 
  display: none !important; 
  pointer-events: none !important; 
}


.cc-inner{
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 565px;
  margin: 0 auto;
  background: var(--cc-bg);
  color: var(--cc-text);
  border-radius: var(--cc-radius);
  box-shadow: var(--cc-shadow);
  padding: 14px 20px;
  transform: translateY(16px);
  opacity: 0;
  animation: cc-in .35s ease forwards;
}

@keyframes cc-in{
  from { transform: translateY(16px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}


.cc-text{
  margin: 0;
  color: #202020;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}


.cc-btn{
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 96px;
  height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: var(--Grey-900, #202020);
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .12s ease, opacity .12s ease;
}
.cc-btn:hover{ transform: scale(1.03); }
.cc-btn:active{ transform: scale(0.99); }

.cc-link{ color: inherit; text-decoration: underline; }


/* ===== LEGAL DOC ===== */
.legal-doc__wrap {
  max-width: 926px;
  margin: 0 auto;
}

.legal-title{
  margin: 0 0 16px 0;
  color:  #202020;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.legal-meta{
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 16px 0;
}

.legal-lead{
  margin: 0 0 40px;
  color: #535353;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.legal-doc__wrap h3{
  color: #202020;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 32px 0 12px 0;
}

.legal-doc__wrap p {
  color: #535353;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 16px 0 8px 0;

}

.legal-doc__wrap ul{
  margin: 8px 0 0 0;
  padding-left: 18px;
}

.legal-doc__wrap ul:not(.numbered-list) > li::marker{
  content: "•  ";
}

.legal-doc__wrap li{
  color: var(--Grey-700, #535353);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 6px 0;
}

.legal-doc__wrap a{
  color: var(--Primary-Red-base, #B70101);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}


.error404{
  position: relative;
  background: #FFF8EF;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 140px 24px 160px;
  overflow: hidden;
}



.error404-title{
  margin: 0 0 16px;
  color: #B70101;
  text-align: center;
  font-family: "Alistair Signature";
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
}

.error404-lead{
  margin: 0 0 8px;
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.error404-actions .btn-primary{
  margin-top: 28px;
  height: 60px;
  padding: 16px 32px;
  font-size: 22px;
}

/* === THANK YOU SECTION === */
.thanks{
  background: #FFF8EF;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 76px 0 180px;
}

.thanks .thanks-wrap{
  width: 962px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.thanks-title{
  position: relative;
  margin: 0 0 48px;
  color: #202020;
  text-align: center;
  font-family: "Bergamasco Regular";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.thanks-avatar{
  margin: 0 auto 48px;
  width: 248px; height: 248px;
  border-radius: 50%;
  overflow: hidden;
  background:#00000010;
}
.thanks-avatar img{
  display:block; width:100%; height:100%; object-fit:cover;
}

.thanks-hand{
  margin: 0 0 28px;
  color: #B70101;
  text-align: center;
  font-family: "Alistair Signature";
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
}


.thanks-lead{
  margin: 0 0 16px;
  color: #202020;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.thanks-text{
  margin: 0 0 28px;
  color: #202020;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.thanks-link a{
  color: var(--Primary-Red-base, #B70101);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0 0 48px;
}

.thanks-actions .btn-primary{
  margin-top: 18px;
  display: flex;
  height: 60px;
  padding: 16px 28px;
  /* width: 294px; */
  align-self: center;
}


.thanks::after{
  content:"";
  position:absolute;
  right: max(20vw, 80px);
  top: 43%;
  width: 160px; height: 120px;
  background: url("img/kiss.svg") center/contain no-repeat;
  pointer-events:none;
}

ul.numbered-list {
  list-style: none;
  counter-reset: numbered-counter;
  padding-left: 20px;
}

ul.numbered-list > li {
  counter-increment: numbered-counter;
}

ul.numbered-list > li::before {
  content: counter(numbered-counter) ". ";
  margin-right: 8px;
}

ul.numbered-list ul {
  list-style: disc;
  counter-reset: none;
  margin-top: 8px;
}

ul.numbered-list ul li::before {
  content: none;
}

.f-select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  background-image: url("img/down.png");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}


.btn-paylater{
  background: #000000;
  color: #ffffff;
}
.btn-paylater:hover{
  background: #191919;
}

/* =========================
   MOBILE / TABLET ADAPTIVE
   ========================= */

html { overflow-x: visible; }
body { overflow-x: clip; }
@supports not (overflow: clip){
  body { overflow-x: hidden; }
}

@media (max-width: 900px){

  :root{
    --header-h: 76px; 
    --rails-gap: 99999px; 
  }

  body::before,
  body::after{ display:none; }

  .header-inner,
  .benefits,
  .showcase,
  .showcase-caption,
  .container,
  .program-head,
  .legal-doc__wrap,
  .thanks .thanks-wrap{
    width: 100% !important;
    max-width: 100% !important;
  }

  

  .benefits,
  .showcase,
  .container,
  .showcase-caption,
  .thanks {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .legal-doc__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .thanks-wrap{
    padding-left: 20px;
    padding-right: 20px;
  }

  .container{
    padding: 40px 0;
  }

  /* ===== HEADER  ===== */
  .site-header{
    position: fixed; 
    left: 0; right: 0; top: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.10);
  }

  .header-inner{
    padding: 8px 20px !important;
    height: var(--header-h);
  }

  .logo img{
    width: 148px;
    height: auto;
  }

  .main-nav,
  .header-inner > .btn-primary{
    display: none;
  }

  .hero{
    width: 100% !important;    
    height: 100svh;
    min-height: 100svh;
    padding: calc(var(--header-h) + 14px) 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-bg__right{ display:none; }
  .hero-bg__half{
    flex: 1 0 100%;
    background-image: url("img/half-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 30%;
  }

  .hero-bg{ z-index: 0; pointer-events:none; }
  .hero > :not(.hero-bg){
    position: relative;
    z-index: 1;
  }

  .hero-subtitle,
  .hero-second-subtitle,
  .hero-heading{
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    text-align: left;
    margin: 0;
  }

  .hero-heading{
    color: #FFF;
    font-family: "Bergamasco Regular";
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    align-self: stretch;
    text-align: center;
  }
  .hero-subtitle,
  .hero-second-subtitle{
    font-size: 22px;
    line-height: 110%;
  }


  .title-row{
    --right-out: 0px;
    gap: 16px;
    margin: 0;
  }
  .title-row::before,
  .title-row::after{
    display:none;
  }
  .title-rule{
    margin-right: 0;
  }

  /* ===== BENEFITS ===== */
  .benefits{
    margin: 68px auto 68px !important;
  }
  .benefits-title{
    color: var(--Grey-900, #202020);
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
  }
  .benefits-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .benefits-card {
    padding: 20px 16px;
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  /* ===== SHOWCASE ===== */
  .showcase{
    margin: 68px auto 48px !important;
  }
  .sowcase-titles{
    width: 100%;
    position: static;
    margin-bottom: 18px;
  }
  .showcase-title{
    color: var(--Grey-900, #202020);
    text-align: center;
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    width: 100%;
  }
  .showcase-subtitle{
    color: var(--Primary-Red-base, #B70101);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
    margin: 16px 0;
  
  }


  .showcase-row{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
  }
  
  .showcase-caption{
    margin-top: 12px;
  }


  .pricing .section-title {
    color: var(--Grey-900, #202020);
    text-align: center;
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
  }

  .pricing-visual {
    display: none;
  }

  .testimonials .section-title{
    color: var(--Grey-900, #202020);
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
  }

  .course-format .section-title {
    color: var(--Grey-0, #FFF);
    text-align: center;
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .course-program .section-titl {
    color: var(--Grey-900, #202020);
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
  }

  .format-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .format-card{
    flex-direction: row;
    gap: 0;
    width: auto;
    padding: 16px;
  }

  .format-icon img {
    width: 28px;
    height: 28px;
  }

  .format-line {
    color: var(--Grey-800, #353535);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .program-head{
    padding: 0;
    width: 100% !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .program-note{
    color: var(--Primary-Red-base, #B70101);
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
    margin: 0 0 0 0;
  }

  .program-tabs{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    gap: 10px;
  }
  .program-tab{
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 12px 16px;
    font-size: 16px;
  }

  .program-content{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .program-copy .program-title{
    font-size: 34px;
  }
  .program-list{
    font-size: 16px;
  }

  /* ===== TEACHER ===== */
  .teacher-titles{
    flex-direction: column;
    gap: 14px;
  }
  .teacher-title{
    width: 100%;
    color: var(--Grey-0, #FFF);
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
  }
  .teacher-topnote{
    margin: 20px 0 32px;
    gap: 12px;
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
  }

  .teacher-grid{
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }

  .teacher-media{
    grid-template-columns: 1fr .6fr;
    gap: 12px;
  }
  .shot--large,
  .shot--small{
    width: 100%;
    height: auto;
    aspect-ratio: 2.5 / 4;
  }

  .teacher-list {
    gap: 0;
  }

  .teacher-list li,
  .teacher-list li strong{
    color: var(--Grey-300, #DDD);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 10px 0;
  }

  .ico-star {
    margin-right: 10px;
  }

  .teacher-subheading {
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
  }

  .teacher-lead {
    margin: 6px 0 16px 0;
    color: var(--Grey-300, #DDD);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  /* ===== TESTIMONIALS ===== */
  .testimonials-head{
    gap: 18px;
    margin-bottom: 28px;
  }
  .testimonials-note{
    color: var(--Primary-Red-base, #B70101);
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
    text-align: left;
    margin-bottom: 20px;
  }
  .testimonials-grid{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: x mandatory;
    padding: 0 20px 10px;
    overscroll-behavior-x: contain;
  }

  .testimonial-card{
    flex: 0 0 84%;
    scroll-snap-align: start;
    gap: 12px;
  }

  .testimonial-text {
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .testimonials-grid{
    scrollbar-width: none;
  }
  .testimonials-grid::-webkit-scrollbar{
    display: none;
  }

  /* ===== PRICING ===== */
  .container-pricing {
    padding-top: 28px;
  }

  .pricing-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
  }
  .pricing-visual{
    position: static;
    top: auto;
    height: auto;
    aspect-ratio: 4 / 5;
  }
  .plan-card{
    position: relative;
    padding: 20px;
    height: auto;
  }

  .plan-price{
    position: absolute;
    top: 22px;
    right: 22px;
    align-items: flex-end;
    text-align: right;
    gap: 6px;
  }

  .plan-title{ 
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
  }

  .plan-meta {
    color: var(--Primary-Red-base, #B70101);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }


  .plan-list {
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .plan-list-sub{
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .text-strike{
    color: var(--Grey-600, #8D8D8D);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    text-decoration-line: line-through;
  }

  .price-old {
    color: var(--Grey-600, #8D8D8D);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    text-decoration-line: line-through;
  }

  .price-new{ 
    color: var(--Primary-Red-base, #B70101);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .plan-card--dark .price-new{ color:#B70101; }

  .plan-body{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .plan-card--accent{
    padding-top: 50px;
  }

  .plan-card--accent .plan-price {
    top: 52px;
  }

  
  .plan-badge{
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
  }

  .plan-badge img {
    width: 12px;
    height: 12px;
  }

  .plan-foot{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .plan-cta{
    height: 48px;
    border-radius: 8px;
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    min-width: 0;
    width: 100%;
  }

  /* ===== FAQ ===== */
  .faq .container{
    padding-top: 20px;
  }

  .faq .section-title{
    color: var(--Grey-900, #202020);
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
  }

  .course-program .section-title{
    color: var(--Grey-900, #202020);
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
  }

  .faq-grid{
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
    overflow: visible;
  }

  .faq-toggle {
    padding: 16px;
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    gap: 8px;
  }

  .faq-ico{
    width: 20px;
    height: 20px;
  }

  .faq-answer {
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .faq-visual{
    display: none;
  }

  .cc-banner{
    right: 0;
    bottom: 0;
  }

  .cc-inner {
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    border-radius: 8px 8px 0 0;
    padding: 8px 20px;
    gap: 12px;
  }

  .cc-text{
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
  }

  .cc-btn{
    height: 48px;
  }

  /* ===== CTA FOOTER ===== */
  .cta-grid{
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 0 28px 0;
  }
  .cta-copy .cta-title{
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 16px;
  }
  .cta-lead {
    color: var(--Grey-200, #E6E6E6);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
  }

  .cta-avatarRow{
    display: none;
  }
  .cta-form{
    padding: 22px 16px;
    background: #FFF8EF;
  }

  .cta-form-title{
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .f-label {
    margin-bottom: 4px;
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .f-input{ 
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: #FFF8EF;
  }
  .cta-submit {
    height: 48px;
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
  }

  /* ===== FOOTER ===== */
  .site-footer{
    background: #1B1B23;
    border-top: 1px solid rgba(255,255,255,.10);
  }

  .footer-top{
    display: flex;
    flex-direction: column;
    padding-top: 28px;
    padding-bottom: 18px;
    gap: 14px;
    align-items: stretch; 
  }

  /* EMAIL pill */
  .email-chip{
    width: 100%;
    height: 64px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1.5px solid rgba(255,255,255,.35);
    font-size: 18px;
    justify-content: center;
  }

  /* SOCIAL pills row */
  .social{
    width: 100%;
    display: flex;
    gap: 12px;
  }

  .social a{
    flex: 1 1 0;
    height: 56px;
    border-radius: 999px;
    border: 1.5px solid rgba(255,255,255,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
  }

  .social img{
    width: 24px;
    height: 24px;
  }

  .footer-bottom{
    display: flex;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 28px;
    gap: 10px;
    align-items: flex-start;
  }

  .copyright{
    font-size: 16px;
    color: rgba(255,255,255,.45);
  }

  .legal{
    flex-direction: column;
    align-items: flex-start;
  }

  .legal .dot{ display:none; }

  .legal a{
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: rgba(255,255,255,.40);
  }
  /* ===== MODAL ===== */
  .modal__panel{
    width: calc(100% - 24px);
    max-height: 92vh;
    border-radius: 18px;
    padding: 18px;
  }
  .modal-grid{
    flex-direction: column;
  }
  .modal__title{
    font-size: 34px;
  }

  .title-rule,
  .title-row::before,
  .title-row::after,
  .title-rule::after{
    display: none;
    content: none;
  }

  .title-rule{ margin-right: 0; }
  .title-row{ --right-out: 0px; }
}

@media (max-width: 390px){
  .hero-heading{ font-size: 56px; }
  .hero-subtitle,
  .hero-second-subtitle{ font-size: 20px; }
  .btn-primary{ font-size: 18px; }
}

/* ===== MOBILE NAV UI ===== */
.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  cursor:pointer;
  border-radius:10px;
}

.nav-toggle span{
  display:block;
  width:25px;
  height:2px;
  background:#fff;
  border-radius:2px;
  margin:0;
}

/* drawer */
.mobile-nav{
  position:fixed;
  inset:0;
  z-index:999;
}
.mobile-nav__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
}

.mobile-nav__panel{
  box-sizing: border-box;
  justify-content: space-between;
  position:absolute;
  top:0;
  right:0;
  width:min(320px, 88vw);
  height:100%;
  background:#1B1B23;
  color:#fff;
  padding:22px 0;
  transform:translateX(100%);
  transition:transform .24s ease;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.mobile-nav.is-open .mobile-nav__panel{
  transform:translateX(0);
}

.mobile-nav__head {
  padding: 0 20px;
}

.mobile-nav__copy {
  color: var(--Grey-600, #8D8D8D);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}

.mobile-nav__close{
    right: 10px;
    position: absolute;
    top: 10px;
    align-self: flex-end;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #8D8D8D;
    font-size: 18px;
    cursor: pointer;
}

.mobile-nav__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.mobile-nav__list a{
  color: var(--Grey-0, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.mobile-nav__cta{
  margin-top:auto;
}

.mobile-nav__footer {
  padding: 20px 20px 0 20px;
  border-top: 1px solid var(--Grey-800, #353535);
}

.email-chip--nav {
  border-radius: 200px;
  border: 1px solid var(--Grey-600, #8D8D8D);
  color: var(--Grey-0, #FFF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 10px 16px;
  margin-bottom: 16px;
}

.social--nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 12px;
}

.social--nav a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Grey-600, #8D8D8D);
  height: 48px;
  width: 82px;
}
.social--nav img{
  width: 24px;
  height: 24px;
  display: block;
}

.legal--nav a {
  margin-top: 8px;
  color: var(--Grey-600, #8D8D8D);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

  
/* lock scroll when nav open */
body.nav-open{ overflow:hidden; }

/* ===== MOBILE BREAKPOINT ===== */
@media (max-width: 900px){
  .main-nav{ display:none; }
  .header-inner > .btn-primary{ display:none; }
  .nav-toggle{ 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    flex-direction: column;
    gap:6px;
  }
}

.hero-cta{ display:none; }

@media (max-width: 900px){
  .hero-cta{
    display:flex;
    width:100%;
    height:48px;
    border-radius:12px;
    justify-content:center;
    margin-bottom: 36px;
    position: relative;
    z-index: 5;
    background:#1B1B23;
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
  }

  .hero-bg{ z-index:0; pointer-events:none; }
  .hero > :not(.hero-bg){ position:relative; z-index:1; }
}

.hero-lead-mobile{ display:none; }


@media (max-width: 900px){
  .hero-subtitle,
  .hero-second-subtitle{ display:none !important; }

  .hero-lead-mobile{
    display:block;
    margin: 24px 0 36px 0;
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
  }
}

@media (max-width: 900px){

  .showcase-caption{ display:none; }

  .showcase-slider{
    position: relative;
    overflow: hidden;
  }

  .showcase-row{
    display:flex;
    gap: 0;
    overflow: visible;
    padding: 0;     
    transform: translateX(0);
    transition: transform .35s ease;
    will-change: transform;
    touch-action: pan-y;     
  }

  .showcase-item{
    flex: 0 0 100%;
    min-width: 100%;
    cursor: default;
    transition: none;
    padding: 0 32px 0 32px;
  }
  .showcase-item.is-active{
    flex: 0 0 100%;
  }

  .showcase-item-name{
    margin: 12px 0 4px 0;
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .showcase-item-desc{
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
  }

  .showcase-item-caption{
    display:block;
  }

  .showcase-arrow{
    font-size: 28px;
    position: absolute;
    top: calc(36% - 22px);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
  }
  .showcase-arrow--prev{ left: -8px; }
  .showcase-arrow--next{ right: -8px; }

  .showcase-arrow[disabled]{
    opacity:.35;
    cursor: default;
  }
}

@media (min-width: 901px){
  .showcase-arrow{ display:none !important; }
}

@media (max-width: 900px){
  .showcase-arrow{ display:flex; }
}

.program-mobile{ display:none; }

@media (max-width: 900px){
  .course-program .program-tabs,
  .course-program .program-content{
    display:none !important;
  }

  .program-mobile{
    display:block;
  }

  .program-mcard{
    display:flex;
    flex-direction:column;
    gap:14px;
  }

  .program-mcard__title{
    margin: 24px 0 0 0;
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .program-mcard__subtitle{
    margin: 0;
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .program-mcard__media{
    border-radius: 8px;
    overflow:hidden;
    background:#000;
  }

  .program-mcard__media video{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .program-mcard__list{
    margin: 0;
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 20px;
  }

  .program-mcard__cta{
    width:100%;
    border-radius: 8px;
    height: 48px;
  }

  .program-mobile__toggle{
    margin-top: 16px;
    width:100%;
    height:40px;
    border-radius: 100px;
    border: 1px solid var(--Grey-300, #DDD);
    background: transparent;
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
  }

  .program-mobile__chev{
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
    margin-top: -2px;
  }

  .program-mobile__toggle[aria-expanded="true"] .program-mobile__chev{
    transform: rotate(-135deg);
    margin-top: 2px;
  }

  .program-mobile__list{
    margin-top: 14px;
    display:flex;
    flex-direction:column;
    gap: 26px;
  }
}

.program-mobile__list[hidden]{
  display: none !important;
}

.showcase,
.showcase-caption{
  width: min(1400px, 100%);
}

.modal__mhead{ 
  display: none;
  background: #FFF8EF;
  border-bottom: 1px solid var(--Grey-300, #DDD);;
}
.modal__mhead-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}
.modal__mbrand{ display: inline-flex; align-items: center; text-decoration: none; }
.modal__mbrand img{ display: block; width: 160px; height: auto; }

.modal__mnav{
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 10px;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 6px;
  padding: 10px;
}
.modal__mnav span{
  display: block;
  width: 25px;
  height: 2px;
  background: #202020;
  border-radius: 2px;
}
.modal__mnav:hover,
.modal__mnav:focus-visible{
  background: rgba(0,0,0,0.05);
}

.modal__back{
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  color: var(--Grey-700, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-top: 1px solid var(--Grey-300, #DDD);
}
.modal__back-ico{
  font-size: 26px;
  line-height: 1;
  margin-top: -4px;
}

@media (max-width: 900px){
    /* ===== MODAL ===== */
  .modal{ place-items: stretch; }

  .modal__panel{
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
    padding: 0;
    background: #FFF8EF;
    box-shadow: none;
    overflow: auto;

    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto 1fr;
    align-items: start;
  }

  .modal__close{ display: none; } 

  .modal__mhead{
    display: block;
    grid-column: 1 / -1;
    grid-row: 1;
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .modal__title{
    grid-column: 1;
    grid-row: 2;
    padding: 28px 12px 14px 20px;
    margin: 0;
    color: var(--Grey-900, #202020);
    font-family: "Bergamasco Regular";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
  }

  .modal__lead{
    grid-column: 1;
    grid-row: 3;
    padding: 0 12px 0 20px;
    margin: 0;
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  #modalPhoto{
    grid-column: 2;
    grid-row: 2 / 4;
    justify-self: end;
    width: min(124px, 32vw);
    height: min(124px, 32vw);
    border-radius: 999px;
    object-fit: cover;
    margin: 28px 20px 0 0;
  }

  .modal-grid{ display: contents; } 

  .modal-form{
    grid-column: 1 / -1;
    grid-row: 4;
    padding: 18px 20px 28px 20px;
  }

  .thanks-wrap {
    padding: 0;
  }

  .thanks-title {
    color: var(--Grey-900, #202020);
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .thanks-avatar {
    width: 180px;
    height: 180px;
    margin-bottom: 24px;
  }

  .thanks::after{
    display: none;
  }

  .thanks-hand{
    color: var(--Primary-Red-base, #B70101);
    text-align: center;
    font-family: "Alistair Signature";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    margin-bottom: 24px;
  }

  .thanks-lead {
    color: var(--Grey-900, #202020);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
  }

  .thanks-text {
    color: var(--Grey-900, #202020);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
  }

  .thanks-actions .btn-primary{
    color: var(--Grey-0, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    height: 48px;
    padding: 16px 28px;
  }

  .page-backbar{
    display: block;
  }
  .page-backlink{
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-bottom: 1px solid var(--Grey-300, #DDD);
    border-top: 1px solid var(--Grey-300, #DDD);
    text-decoration: none;
  }
  .page-backlink__ico{
    font-size:26px;
    line-height:1;
    margin-top:-5px;
  }
  .alt .site-header{ 
    position: relative; 
    border-bottom: none;
    background-color: #FFF8EF;
  }

  .error404 img {
    width: 300px;
  }

  .error404{
    margin: 120px 0;

  }

  .error404-title{
    color: var(--Primary-Red-base, #B70101);
    text-align: center;
    font-family: "Alistair Signature";
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%; 
  }

  .error404-lead{
    color: var(--Grey-900, #202020);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .error404-actions .btn-primary{
    margin-top: 28px;
    height: 48px;
    padding: 16px 28px;
    font-size: 22px;
  }

  .legal-doc__wrap{
    padding: 0;
  }

  .alt  .main-container {
    padding: 40px 20px;
  }

  .legal-title{
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .legal-meta {
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
  }

  .legal-lead {
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .legal-doc__wrap h3 {
    color: var(--Grey-900, #202020);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .legal-doc__wrap p {
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .legal-doc__wrap li {
    color: var(--Grey-700, #535353);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .f-select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px;
    background-image: url("img/down.png");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px 18px;
  }
}
.alt .nav-toggle span{ background:#202020; }

/* =========================
   MID (901–1399px)
   ========================= */
@media (min-width: 901px) and (max-width: 1399px) {
  :root { --mid-pad: 24px; }

  .container,
  .benefits,
  .showcase,
  .showcase-caption {
    width: 100%;
    max-width: 1400px;
    padding-left: var(--mid-pad);
    padding-right: var(--mid-pad);
  }

  .plan-card{
    height: fit-content;
  }

  .program-head { width: 100%; }

  .format-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .format-card { width: auto; } 

  .testimonials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .pricing-grid { grid-template-columns: clamp(360px, 42vw, 572px) 1fr; }

  .teacher-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 48px;
  }
  .teacher-media { grid-template-columns: 1fr 0.65fr; }

  .shot--large,
  .shot--small {
    width: 100%;
    height: auto;
  }
  .shot--large { aspect-ratio: 335 / 516; }
  .shot--small { aspect-ratio: 217 / 300; }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .nav-list{
    display: none;
  }
}

