.clb-booking {
  --clb-ink: var(--the7-title-color, #333333);
  --clb-muted: var(--the7-base-color, #555555);
  --clb-line: #e4e4e4;
  --clb-soft: #f7f7f7;
  --clb-accent: var(--the7-accent-color, #2271b1);
  --clb-accent-dark: #1a5f96;
  --clb-body-font: var(--the7-base-font-family, "Lato", Helvetica, Arial, Verdana, sans-serif);
  --clb-heading-font: var(--the7-h2-font-family, "Montserrat", Helvetica, Arial, Verdana, sans-serif);
  --clb-body-size: var(--the7-base-font-size, 15px);
  --clb-body-line: var(--the7-base-line-height, 28px);
  color: var(--clb-ink);
  font-family: var(--clb-body-font);
  font-size: var(--clb-body-size);
  font-weight: 400;
  line-height: var(--clb-body-line);
  max-width: 1180px;
  margin: 5px auto;
  padding: 10px 16px 30px;
}

.clb-booking * {
  box-sizing: border-box;
}

.clb-payment-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 99999;
}

.clb-payment-modal[hidden] {
  display: none;
}

.clb-payment-modal__panel {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  max-width: 480px;
  padding: 28px;
  position: relative;
  width: 100%;
}

.clb-payment-modal__panel--success {
  border-top: 4px solid #2f9d66;
}

.clb-payment-modal__panel--error {
  border-top: 4px solid #c93535;
}

.clb-payment-modal__panel--pending {
  border-top: 4px solid #dba617;
}

.clb-payment-modal__close {
  background: transparent;
  border: 0;
  color: #333333;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 4px;
  position: absolute;
  right: 12px;
  top: 10px;
}

.clb-payment-modal h3 {
  color: var(--clb-ink);
  font-family: var(--the7-h3-font-family, var(--clb-heading-font));
  font-size: var(--the7-h3-font-size, 24px);
  font-weight: 400;
  line-height: var(--the7-h3-line-height, 34px);
  margin: 0 28px 10px 0;
  text-transform: var(--the7-h3-text-transform, none);
}

.clb-payment-modal p {
  color: var(--clb-muted);
  font-family: var(--clb-body-font);
  font-size: var(--clb-body-size);
  line-height: var(--clb-body-line);
  margin: 0 0 10px;
}

.clb-payment-modal__order {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 8px 10px;
}

.clb-booking p,
.clb-booking span,
.clb-booking input,
.clb-booking select,
.clb-booking textarea {
  font-family: var(--clb-body-font);
}

.clb-booking-layout {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 430px);
}

.clb-content-column {
  display: flex;
  min-width: 0;
}

.clb-intro {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  display: grid;
  flex: 1;
  grid-template-columns: 1fr;
  margin: 0;
  max-width: none;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.clb-intro-copy {
  padding: 30px 30px 22px;
}

.clb-kicker {
  color: var(--clb-accent);
  font-family: var(--the7-h6-font-family, var(--clb-heading-font));
  font-size: var(--the7-h6-font-size, 17px);
  font-weight: var(--the7-h6-font-weight, 700);
  line-height: var(--the7-h6-line-height, 27px);
  letter-spacing: 0;
  margin: 0 0 7px;
  text-transform: var(--the7-h6-text-transform, none);
}

.clb-intro h2 {
  color: var(--clb-ink);
  font-family: var(--the7-h2-font-family, var(--clb-heading-font));
  font-size: var(--the7-h2-font-size, 34px);
  font-weight: 400;
  line-height: var(--the7-h2-line-height, 44px);
  margin: 0 0 12px;
  text-transform: var(--the7-h2-text-transform, none);
}

.clb-intro p {
  color: var(--clb-muted);
  font-family: var(--clb-body-font);
  font-size: var(--clb-body-size);
  font-weight: 400;
  line-height: var(--clb-body-line);
  margin: 0 0 10px;
  max-width: 620px;
}

.clb-notes {
  background: #f8fbff;
  border-left: 3px solid var(--clb-accent);
  border-radius: 6px;
  margin: 18px 0 0;
  max-width: 560px;
  padding: 12px 14px;
  text-align: left;
}

.clb-notes p {
  color: var(--clb-muted);
  font-family: var(--clb-body-font);
  font-size: var(--clb-body-size);
  line-height: var(--clb-body-line);
  margin: 0 0 8px;
}

.clb-notes p:last-child {
  margin-bottom: 0;
}

.clb-intro-visual {
  background: #f2f0eb;
  margin: 0 30px 30px;
  min-height: 320px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.clb-intro-visual::before {
  background:
    linear-gradient(180deg, rgba(46, 43, 54, 0.02) 0%, rgba(46, 43, 54, 0.46) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.clb-intro-visual::after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.clb-intro-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  transform: scale(1.02);
  width: 100%;
}

.clb-visual-card {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-left: 4px solid var(--clb-accent);
  bottom: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  color: var(--clb-ink);
  left: 24px;
  min-width: 170px;
  padding: 12px 16px;
  position: absolute;
  z-index: 3;
}

.clb-visual-card span {
  color: var(--clb-muted);
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.clb-visual-card strong {
  color: var(--clb-ink);
  display: block;
  font-family: var(--the7-h6-font-family, var(--clb-heading-font));
  font-size: var(--the7-h6-font-size, 17px);
  line-height: var(--the7-h6-line-height, 27px);
}

.clb-visual-card::after {
  /* background: var(--clb-accent); */
  content: "";
  height: 6px;
  position: absolute;
  right: 14px;
  top: 16px;
  width: 6px;
}

.clb-service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px auto;
  max-width: none;
}

.clb-service-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-top: 4px solid var(--clb-accent);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  min-height: 176px;
  overflow: hidden;
  padding: 24px 24px 22px;
  position: relative;
}

.clb-service-card::after {
  border: 1px solid rgba(151, 159, 163, 0.35);
  content: "";
  height: 72px;
  position: absolute;
  right: -22px;
  top: 20px;
  transform: rotate(38deg);
  width: 120px;
}

.clb-service-card h3 {
  color: var(--clb-ink);
  font-family: var(--the7-h5-font-family, var(--clb-heading-font));
  font-size: var(--the7-h5-font-size, 20px);
  font-weight: 400;
  line-height: var(--the7-h5-line-height, 30px);
  margin: 0 0 7px;
  position: relative;
  text-transform: var(--the7-h5-text-transform, none);
  z-index: 1;
}

.clb-service-card p {
  color: var(--clb-muted);
  font-family: var(--clb-body-font);
  font-size: var(--clb-body-size);
  line-height: var(--clb-body-line);
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}

.clb-service-card strong {
  color: #000000;
  display: block;
  font-family: var(--the7-h5-font-family, var(--clb-heading-font));
  font-size: var(--the7-h5-font-size, 20px);
  font-weight: 400;
  line-height: var(--the7-h5-line-height, 30px);
  position: relative;
  z-index: 1;
}

.clb-form {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  margin: 0;
  max-width: none;
  padding: 24px;
  align-self: start;
}

.clb-field,
.clb-consent,
.clb-alert {
  grid-column: 1 / -1;
}

.clb-field-wide,
.clb-consent,
.clb-alert {
  grid-column: 1 / -1;
}

.clb-field label {
  display: block;
  color: #333333;
  font-family: var(--the7-h6-font-family, var(--clb-heading-font));
  font-size: 14px;
  font-weight: var(--the7-h6-font-weight, 700);
  line-height: 21px;
  margin-bottom: 6px;
}

.clb-required {
  color: #c93535;
}

.clb-field input,
.clb-field select,
.clb-field textarea {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  color: #333333;
  font-family: var(--clb-body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  min-height: 40px;
  outline: none;
  padding: 8px 11px;
  width: 100%;
}

.clb-field input::placeholder,
.clb-field textarea::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.clb-field textarea {
  min-height: 96px;
  resize: vertical;
}

.clb-field-error {
  color: #8a2d22;
  font-size: 13px;
  line-height: 19px;
  margin: 6px 0 0;
}

.clb-consent-error {
  grid-column: 1 / -1;
  margin-top: -8px;
}

.clb-field input:focus,
.clb-field select:focus,
.clb-field textarea:focus {
  border-color: var(--clb-accent);
  box-shadow: none;
  outline: none;
}

.clb-consent {
  align-items: flex-start;
  background: #fff8e6;
  border-left: 3px solid #dba617;
  border-radius: 6px;
  color: #333333;
  display: flex;
  font-family: var(--clb-body-font);
  font-size: 13px;
  font-weight: 400;
  gap: 10px;
  line-height: 21px;
  padding: 11px 13px;
}

.clb-consent input {
  margin-top: 4px;
}

.clb-pay-button {
  align-items: center;
  background: #000000;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--the7-btn-m-font-family, var(--clb-heading-font));
  font-size: 14px;
  font-weight: 400;
  line-height: var(--the7-btn-m-line-height, 16px);
  justify-content: center;
  grid-column: 1 / -1;
  min-height: 44px;
  padding: 12px 14px;
  transition: background 0.2s ease;
  width: 100%;
}

.clb-pay-button:hover,
.clb-pay-button:focus {
  background: var(--clb-accent-dark);
  color: #fff;
}

.clb-pay-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.clb-alert {
  border-radius: 6px;
  font-family: var(--clb-body-font);
  font-size: 13px;
  line-height: 20px;
  padding: 10px 12px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.clb-alert div + div {
  margin-top: 6px;
}

.clb-alert-error {
  background: #fff4f2;
  border: 1px solid #e5b3aa;
  color: #8a2d22;
}

.clb-alert-info {
  background: #f2f8ff;
  border: 1px solid #b8d4ef;
  color: #254f77;
}

@media (max-width: 980px) {
  .clb-booking-layout,
  .clb-intro {
    grid-template-columns: 1fr;
  }

  .clb-content-column {
    display: block;
  }

  .clb-form {
    position: static;
  }
}

@media (max-width: 720px) {
  .clb-intro-copy {
    padding: 24px 20px 0;
  }

  .clb-intro-visual {
    margin: 0 20px 20px;
    min-height: 260px;
  }

  .clb-visual-card {
    bottom: 18px;
    left: 18px;
  }

  .clb-service-grid,
  .clb-form {
    grid-template-columns: 1fr;
  }

  .clb-field,
  .clb-consent,
  .clb-alert {
    grid-column: 1 / -1;
  }

  .clb-form {
    padding: 18px;
  }

  .clb-pay-button {
    width: 100%;
  }
}
