/* THERVIQ Booking v18 — customer-facing */
.thv18-booking{
  padding:38px 0 70px;
  background:
    radial-gradient(circle at 88% 7%,rgba(24,199,119,.12),transparent 27%),
    linear-gradient(180deg,#f3f7fa,#fff);
}
.thv18-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:20px;
  margin-bottom:22px;
}
.thv18-hero-text{
  padding:34px;
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 12%,rgba(24,199,119,.18),transparent 29%),
    linear-gradient(135deg,#020609,#0c2132);
  box-shadow:0 22px 58px rgba(5,18,30,.14);
}
.thv18-label{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(24,199,119,.13);
  border:1px solid rgba(24,199,119,.24);
  color:#c9ffe4;
  font-weight:900;
  margin-bottom:16px;
}
.thv18-hero-text h1{
  margin:0 0 12px;
  font-size:clamp(31px,4vw,50px);
  line-height:1.18;
}
.thv18-hero-text p{
  margin:0;
  color:#d7e2e9;
  line-height:1.95;
  font-size:17px;
  max-width:760px;
}
.thv18-steps{
  display:grid;
  gap:12px;
}
.thv18-steps > div{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border-radius:23px;
  background:#fff;
  border:1px solid #dce8f0;
  box-shadow:0 14px 36px rgba(5,18,30,.07);
}
.thv18-steps i{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  font-style:normal;
  font-weight:900;
  color:#03140b;
  background:linear-gradient(135deg,#18c777,#0a9d56);
}
.thv18-steps b{
  display:block;
  color:#0b1e2d;
  font-size:17px;
}
.thv18-steps small{
  display:block;
  color:#617688;
  line-height:1.6;
  margin-top:3px;
}
.thv18-alert{
  padding:15px 17px;
  border-radius:18px;
  margin-bottom:18px;
  font-weight:900;
}
.thv18-success{
  background:#e6f8ee;
  color:#0a6d3d;
  border:1px solid #cdeedc;
}
.thv18-error{
  background:#fff0f0;
  color:#a62d2d;
  border:1px solid #ffd1d1;
}
.thv18-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 370px;
  gap:22px;
  align-items:start;
}
.thv18-form,
.thv18-summary,
.thv18-note{
  background:#fff;
  border:1px solid #dce8f0;
  border-radius:28px;
  box-shadow:0 16px 42px rgba(5,18,30,.07);
}
.thv18-form{
  padding:24px;
  display:grid;
  gap:18px;
}
.thv18-form-block{
  padding:18px;
  border-radius:23px;
  background:#f8fbfd;
  border:1px solid #e5edf3;
}
.thv18-block-head{
  margin-bottom:15px;
}
.thv18-block-head h2{
  margin:0;
  color:#0b1e2d;
  font-size:21px;
}
.thv18-block-head p{
  margin:5px 0 0;
  color:#617688;
  line-height:1.6;
}
.thv18-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.thv18-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.thv18-full{
  grid-column:1/-1;
}
.thv18-field span{
  color:#122a3c;
  font-weight:900;
}
.thv18-field input,
.thv18-field select,
.thv18-field textarea{
  width:100%;
  min-height:52px;
  border:1px solid #d4e1ea;
  background:#fff;
  border-radius:16px;
  padding:13px 14px;
  color:#0d2131;
  font-family:inherit;
  font-size:15px;
  outline:none;
  transition:.18s;
}
.thv18-field textarea{
  min-height:118px;
  resize:vertical;
}
.thv18-field input:focus,
.thv18-field select:focus,
.thv18-field textarea:focus{
  border-color:#18c777;
  box-shadow:0 0 0 4px rgba(24,199,119,.12);
}
.thv18-submit{
  min-height:56px;
  border:0;
  border-radius:18px;
  background:linear-gradient(135deg,#18c777,#0a9d56);
  color:#03140b;
  font-family:inherit;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 16px 38px rgba(24,199,119,.22);
}
.thv18-side{
  display:grid;
  gap:16px;
  position:sticky;
  top:105px;
}
.thv18-summary,
.thv18-note{
  padding:22px;
}
.thv18-summary h2,
.thv18-note h3{
  margin:0 0 8px;
  color:#0b1e2d;
}
.thv18-summary > p,
.thv18-note p{
  margin:0 0 16px;
  color:#617688;
  line-height:1.8;
}
.thv18-summary-list{
  display:grid;
  gap:10px;
}
.thv18-summary-list div{
  padding:14px;
  border-radius:16px;
  background:#f8fbfd;
  border:1px solid #e5edf3;
}
.thv18-summary-list span{
  display:block;
  color:#617688;
  font-size:13px;
  margin-bottom:5px;
}
.thv18-summary-list b{
  display:block;
  color:#0b1e2d;
  overflow-wrap:anywhere;
}
@media(max-width:1050px){
  .thv18-hero,
  .thv18-layout{
    grid-template-columns:1fr;
  }
  .thv18-steps{
    grid-template-columns:repeat(3,1fr);
  }
  .thv18-steps > div{
    align-items:flex-start;
  }
  .thv18-side{
    position:static;
  }
}
@media(max-width:720px){
  .thv18-booking{
    padding:24px 0 52px;
  }
  .thv18-hero-text{
    padding:24px;
    border-radius:24px;
  }
  .thv18-hero-text h1{
    font-size:30px;
  }
  .thv18-hero-text p{
    font-size:15.5px;
  }
  .thv18-steps,
  .thv18-grid{
    grid-template-columns:1fr;
  }
  .thv18-form{
    padding:15px;
    border-radius:24px;
  }
  .thv18-form-block{
    padding:15px;
    border-radius:20px;
  }
  .thv18-full{
    grid-column:auto;
  }
  .thv18-summary,
  .thv18-note{
    padding:18px;
    border-radius:24px;
  }
}
