.ccp-wrap {
  --ccp-bg-1: #155f44;
  --ccp-bg-2: #155f44;
  --ccp-ink: #172333;
  --ccp-muted: #617287;
  --ccp-line: #d5deea;
  --ccp-soft: #f4f7fc;
  --ccp-card: #ffffff;
  --ccp-accent: #198754;
  --ccp-accent-2: #157347;
  --ccp-warning-bg: #fff9e4;
  --ccp-warning-line: #e3c75c;
  --ccp-container-min-height: 680px;
  height: 100%;
  min-height: 100%;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  color: var(--ccp-ink);
}

.ccp-booker {
  display: grid;
  grid-template-columns: 250px 1fr;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  height: 100%;
  min-height: max(100%, var(--ccp-container-min-height));
}

.ccp-sidebar {
  background: linear-gradient(180deg, var(--ccp-bg-1), var(--ccp-bg-2));
  color: #effaf4;
  padding: 16px;
  height: auto;
  border-radius: 14px 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ccp-brand h2 {
  margin: 0;
  font-size: 1.15rem !important;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 800;
  color: #ffffff;
}

.ccp-brand p {
  margin: 10px 0 12px;
  color: #cce9db;
  font-size: 0.84rem;
  text-align: justify;
  text-justify: inter-word;
}

.ccp-step-indicators {
  display: grid;
  gap: 10px;
}

.ccp-step-indicator {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(19, 88, 62, 0.6);
  color: #e8fff4;
  border-radius: 9px;
  padding: 8px 9px;
  cursor: pointer;
  text-align: left;
}

.ccp-step-indicator.is-active {
  background: #ffffff;
  color: #123a2e;
}

.ccp-step-indicator.is-done {
  border-color: #9ce5c0;
}

.ccp-step-index {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.74rem;
}

.ccp-step-indicator.is-active .ccp-step-index {
  background: #d9f7e8;
}

.ccp-step-copy {
  font-size: 0.83rem;
  font-weight: 600;
}

.ccp-warning {
  border: 1px solid var(--ccp-warning-line);
  background: var(--ccp-warning-bg);
  color: #664e07;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.86rem;
  text-align: justify;
  text-justify: inter-word;
}

.ccp-sidebar-contact {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(210, 242, 224, 0.2);
  display: grid;
  gap: 6px;
  text-align: center;
}

.ccp-sidebar-contact h4 {
  margin: 0;
  font-size: 0.86rem;
  color: #9ddac0;
  font-weight: 500;
}

.ccp-sidebar-contact a {
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 0.84rem;
  line-height: 1.35;
  opacity: 0.92;
}

.ccp-sidebar-contact a:hover {
  text-decoration: none !important;
  color: #ffffff;
}

.ccp-content {
  background: #fbfcff;
  padding: 16px;
  height: 100%;
  min-height: 100%;
  border-radius: 0 14px 14px 0;
  display: flex;
}

.ccp-wizard-form {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.ccp-step-panel {
  height: auto;
}

.ccp-step-panel {
  display: block;
}

.ccp-step-panel.is-active {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
}

.ccp-step-panel[hidden] {
  display: none !important;
}

.ccp-step-panel h3 {
  margin: 0 0 6px;
  font-size: 1.05rem !important;
}

.ccp-panel-lead {
  margin: 0 0 10px;
  color: var(--ccp-muted);
  font-size: 0.9rem;
}

.ccp-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ccp-field,
.ccp-fieldset,
.ccp-payment-box {
  border: 1px solid var(--ccp-line);
  border-radius: 10px;
  background: #ffffff;
  padding: 10px;
}

.ccp-field label,
.ccp-fieldset legend {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.93rem;
}

.ccp-field input,
.ccp-field textarea,
.ccp-field select {
  width: 100%;
  border: 1px solid #bac7da;
  border-radius: 8px;
  padding: 9px;
  font-size: 0.9rem;
}

.ccp-field textarea {
  resize: vertical;
}

.ccp-fieldset {
  margin-top: 12px;
}

.ccp-fieldset label {
  display: block;
  margin: 6px 0;
  font-weight: 400;
  font-size: 0.92rem;
}

.ccp-fieldset input[type="radio"] {
  margin-right: 6px;
}

.ccp-shift-range {
  margin-left: 6px;
  color: #6b7f94;
  font-size: 0.78rem;
}

.ccp-service-price {
  margin: 8px 0 0;
  color: #0f7a47;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1.45;
}

.ccp-service-price-prefix {
  color: #35526c;
  font-weight: 600;
}

.ccp-service-price-current {
  color: #0f7a47;
}

.ccp-service-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 0.72rem;
  font-weight: 800;
  margin-left: 4px;
}

.ccp-service-price-previous {
  color: #6b7280;
  font-weight: 500;
  margin-left: 4px;
}

.ccp-slot-summary {
  margin: 4px 0 10px;
  font-size: 0.8rem;
  color: #55708a;
  font-weight: 600;
}

.ccp-calendar-wrap {
  border: 1px solid var(--ccp-line);
  border-radius: 12px;
  background: #ffffff;
  padding: 8px;
}

.ccp-calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 8px;
  max-width: 680px;
}

.ccp-calendar-toolbar h4 {
  margin: 0;
  font-size: 1rem;
}

.ccp-cal-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  border: 1px solid #c3d0e7;
  background: #f5f8ff;
  color: #1d3658;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.ccp-cal-nav:hover {
  background: #eaf0fb;
}

.ccp-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin: 0 auto 5px;
  max-width: 680px;
}

.ccp-weekday {
  text-align: center;
  color: var(--ccp-muted);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 4px 0;
}

.ccp-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  max-width: 680px;
  margin: 0 auto;
}

.ccp-cal-day {
  min-height: 44px;
  border: 1px solid #d0dbec;
  border-radius: 8px;
  background: #ffffff;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ccp-cal-day.is-empty {
  border-color: transparent;
  background: transparent;
  pointer-events: none;
}

.ccp-cal-day.is-disabled {
  color: #8a97ab;
  background: #f4f7fb;
  cursor: not-allowed;
}

.ccp-cal-day.is-full {
  color: #9f3d3d;
  background: #fcecec;
  border-color: #efc2c2;
  cursor: not-allowed;
}

.ccp-cal-day.is-locked {
  color: #785a2f;
  background: #fff5de;
  border-color: #f2d6a0;
  cursor: not-allowed;
}

.ccp-cal-day.is-available {
  background: #f7fffb;
  border-color: #9ec9ba;
}

.ccp-cal-day.is-available:hover {
  border-color: #4d9a80;
}

.ccp-cal-day.is-selected {
  border-color: #0f7f58;
  box-shadow: 0 0 0 2px rgba(15, 127, 88, 0.14);
}

.ccp-cal-number {
  font-weight: 700;
  line-height: 1;
  font-size: 0.9rem;
}

.ccp-cal-meta {
  margin-top: 3px;
  font-size: 0.72rem;
  color: #587085;
}

.ccp-days-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

.ccp-day-btn {
  border: 1px solid var(--ccp-line);
  border-radius: 10px;
  background: #ffffff;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}

.ccp-day-btn:hover {
  border-color: #84b2ff;
}

.ccp-day-btn.is-selected {
  border-color: #1d68d1;
  box-shadow: 0 0 0 2px rgba(29, 104, 209, 0.15);
}

.ccp-day-btn.is-full {
  opacity: 0.55;
  cursor: not-allowed;
}

.ccp-day-date {
  font-weight: 700;
  display: block;
}

.ccp-day-meta {
  color: var(--ccp-muted);
  font-size: 0.82rem;
}

.ccp-day-badge {
  display: inline-block;
  margin-top: 6px;
  color: #a02a2a;
  font-size: 0.78rem;
  font-weight: 700;
}

.ccp-selected-day {
  min-height: 20px;
  font-weight: 700;
  margin: 10px 0 5px;
  font-size: 0.86rem;
}

.ccp-payment-box {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.ccp-deposit-note {
  margin: 0;
  color: #1f3f35;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
}



.ccp-payment-hint {
  margin: 0;
  color: #5e7388;
  font-size: 0.82rem;
}

.ccp-check-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.ccp-check-inline input[type="checkbox"] {
  width: auto;
}

.ccp-transfer-data {
  border: 1px solid #cdd9ef;
  background: var(--ccp-soft);
  border-radius: 10px;
  padding: 10px;
}

.ccp-transfer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.ccp-transfer-data h4 {
  margin: 0;
}

.ccp-transfer-copy {
  border: 1px solid #b8d7c8;
  background: #ffffff;
  color: #155f44;
  border-radius: 999px;
  min-width: 0;
  height: 34px;
  padding: 0 12px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ccp-transfer-copy:hover,
.ccp-transfer-copy:focus {
  background: #eef8f2;
  border-color: #8bbca5;
  color: #114936;
}

.ccp-transfer-copy.is-copied {
  background: #198754;
  border-color: #198754;
  color: #ffffff;
}

.ccp-transfer-copy-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ccp-transfer-copy-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.ccp-transfer-copy-feedback {
  margin: 0 0 8px;
  color: #0f7a47;
  font-size: 0.8rem;
  font-weight: 600;
}

.ccp-transfer-data ul {
  margin: 0 0 8px 18px;
}

.ccp-transfer-data p {
  margin: 0;
}

.ccp-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--ccp-line);
}

.ccp-step-panel.is-active .ccp-nav {
  margin-top: auto;
}

.ccp-nav .ccp-btn-ghost {
  margin-right: auto;
}

.ccp-btn {
  border: none;
  border-radius: 10px;
  min-width: 128px;
  height: 40px;
  padding: 0 18px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ccp-btn:hover,
.ccp-btn:focus {
  color: inherit !important;
}

.ccp-btn-primary {
  background: linear-gradient(135deg, var(--ccp-accent), var(--ccp-accent-2));
  color: #ffffff;
}

.ccp-btn-primary:hover,
.ccp-btn-primary:focus,
.ccp-btn-primary:active {
  background: #0f6f4a !important;
  color: #ffffff !important;
}

.ccp-btn-ghost {
  background: #e9eef7;
  color: #1b2d43;
}

.ccp-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.ccp-notice {
  border-radius: 10px;
  padding: 10px 12px;
  margin: 0 0 14px;
  border: 1px solid;
}

.ccp-notice.success {
  background: #e8f7ef;
  color: #0d5c34;
  border-color: #90d4af;
}

.ccp-notice.error {
  background: #ffe9e9;
  color: #7d1a1a;
  border-color: #e3a2a2;
}

.ccp-empty {
  color: var(--ccp-muted);
}

@media (max-width: 960px) {
  .ccp-booker {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ccp-sidebar {
    padding: 16px;
    border-radius: 14px 14px 0 0;
  }

  .ccp-grid-2 {
    grid-template-columns: 1fr;
  }

  .ccp-content {
    display: block;
    border-radius: 0 0 14px 14px;
  }

  .ccp-wizard-form {
    display: block;
  }

  .ccp-step-panel.is-active {
    min-height: 0;
  }

  .ccp-step-panel.is-active .ccp-nav {
    margin-top: 10px;
  }

  .ccp-sidebar-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    flex-wrap: wrap;
    text-align: center;
  }

  .ccp-sidebar-contact h4,
  .ccp-sidebar-contact a {
    margin: 0;
    white-space: normal;
    line-height: 1.25;
    font-size: 0.83rem;
  }
}

@media (max-width: 768px) {
  .ccp-sidebar-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "phone"
      "email";
    justify-items: center;
    align-items: center;
    gap: 6px;
    text-align: center;
  }

  .ccp-sidebar-contact h4 {
    grid-area: title;
    font-size: 0.83rem;
    width: 100%;
  }

  .ccp-sidebar-contact a {
    font-size: 0.83rem;
    font-weight: 400;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center;
  }

  .ccp-sidebar-contact a:nth-of-type(1) {
    grid-area: phone;
  }

  .ccp-sidebar-contact a:nth-of-type(2) {
    grid-area: email;
  }

  .ccp-transfer-header {
    flex-direction: column;
    align-items: stretch;
  }

  .ccp-transfer-copy {
    width: 100%;
  }
}




