.intensive-page{
  background:#f3f3f3;
  position:relative;
  overflow:hidden;
}

.intensive-page::after{
  content:"";
  position:absolute;
  right:-10px;
  top:0;
  width:260px;
  height:100%;
  opacity:.55;
  pointer-events:none;
  background-repeat:no-repeat;
  background-position:right 40px;
  background-size:260px auto;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='520' viewBox='0 0 260 520'%3E%3Cg fill='none' stroke='%23d8d8d8' stroke-width='1'%3E%3Cpath d='M210 40l20 12v24l-20 12-20-12V52z'/%3E%3Cpath d='M235 84l20 12v24l-20 12-20-12V96z'/%3E%3Cpath d='M210 128l20 12v24l-20 12-20-12v-24z'/%3E%3Cpath d='M235 172l20 12v24l-20 12-20-12v-24z'/%3E%3Cpath d='M210 216l20 12v24l-20 12-20-12v-24z'/%3E%3Cpath d='M235 260l20 12v24l-20 12-20-12v-24z'/%3E%3Cpath d='M210 304l20 12v24l-20 12-20-12v-24z'/%3E%3Cpath d='M235 348l20 12v24l-20 12-20-12v-24z'/%3E%3Cpath d='M210 392l20 12v24l-20 12-20-12v-24z'/%3E%3Cpath d='M185 16l70 60'/%3E%3Cpath d='M180 120l78 64'/%3E%3Cpath d='M182 238l76 64'/%3E%3Cpath d='M180 356l78 64'/%3E%3C/g%3E%3C/svg%3E");
}

.intensive-head{ max-width:560px; }

.intensive-title{
  font-size:18px;
  font-weight:800;
  color:#1a1a1a;
  letter-spacing:-0.02em;
}

.intensive-sub{
  font-size:11px;
  color:#7a7a7a;
  line-height:1.6;
}

.intensive-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  padding:10px;
}

.intensive-imgwrap{
  border-radius:14px;
  overflow:hidden;
  height: 250px;
  background:#f2f2f2;
}

.intensive-imgwrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
}

.intensive-body{ padding:12px 12px 10px; }

.intensive-card-title{
  font-size:12px;
  font-weight:800;
  color:#1d1d1d;
  margin-top:2px;
}

.intensive-card-desc{
  margin-top:8px;
  font-size:10px;
  color:#8a8a8a;
  line-height:1.55;
  max-width:260px;
}

.intensive-meta-label{
  font-size:9px;
  color:#b0b0b0;
  font-weight:700;
}

.intensive-meta-value{
  margin-top:2px;
  font-size:10px;
  color:#222;
  font-weight:600;
}

.intensive-meta-date{
  color:var(--brand-red,#e0312d);
  font-weight:800;
  margin-left:4px;
}

.intensive-btn{
  display:block;
  width:100%;
  text-align:center;
  text-decoration:none;
  border:1px solid rgba(224,49,45,.6);
  color:var(--brand-red,#e0312d);
  font-size:10px;
  font-weight:800;
  padding:7px 12px;
  border-radius:999px;
  background:transparent;
}

.intensive-btn:hover{
  background:rgba(224,49,45,.06);
  color:var(--brand-red,#e0312d);
}

@media (max-width: 575.98px){
  .intensive-title{ font-size:17px; }
  .intensive-imgwrap{ height:140px; }
}

  .prebook-section{
    padding: 56px 0;
    background: #fff;
  }

  .prebook-section .container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .prebook-grid{
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: start;
  }

  .prebook-title{
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
    margin: 0 0 14px;
    max-width: 560px;
  }

  .prebook-sub{
    margin: 0 0 14px;
    color: #444;
    font-size: 14px;
    font-weight: 600;
  }

  .prebook-checklist{
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    gap: 10px;
    max-width: 520px;
  }

  .prebook-checklist li{
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.5;
  }

  .prebook-check{
    width: 14px;
    height: 14px;
    margin-top: 3px;
    border-radius: 50%;
    background: #e0312d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
  }

  .prebook-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #e0312d;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease, background .15s ease;
    box-shadow: 0 10px 20px rgba(224,49,45,.18);
  }

  .prebook-btn:hover{
    background: #c92724;
    transform: translateY(-1px);
    color: #fff;
  }

  .prebook-arrow{
    font-size: 16px;
    line-height: 1;
    transform: translateY(-1px);
  }

  .prebook-right{
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 18px 18px;
    box-shadow: 0 10px 22px rgba(17,17,17,.06);
  }

  .prebook-notes{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
  }

  .prebook-notes li{
    position: relative;
    padding-left: 18px;
    color: #666;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .prebook-notes li::before{
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #e0312d;
    font-weight: 900;
  }

  .prebook-phone{
    color: #e0312d;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  @media (max-width: 991.98px){
    .prebook-grid{
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .prebook-title{
      font-size: 22px;
      max-width: none;
    }
  }
