/* =========================================================
   NZTour Custom Consultation — Visual Design Layer
   v0.1.59
   Presentation only. Functional/layout logic remains in style.css.
   ========================================================= */

.nztcc-wrap {
  --nztcc-accent: #62bdb6;
  --nztcc-accent-dark: #267f79;
  --nztcc-accent-deep: #1f6964;
  --nztcc-ink: #1d2a2d;
  --nztcc-muted: #677678;
  --nztcc-line: #dbe6e4;
  --nztcc-soft: #f6faf9;
  --nztcc-soft-strong: #eef7f5;
  --nztcc-white: #fff;
  --nztcc-shadow: 0 14px 42px rgba(25, 55, 55, .07);
  --nztcc-shadow-soft: 0 7px 22px rgba(25, 55, 55, .045);
}

/* Hero: calm, concise and clearly separate from the form itself. */
.nztcc-hero {
  padding: 18px 12px 24px;
}
.nztcc-eyebrow {
  margin-bottom: 8px;
  color: var(--nztcc-accent-dark);
  font-size: 11px;
  letter-spacing: .15em;
}
.nztcc-hero h1 {
  color: #152326;
  font-size: clamp(31px, 3.4vw, 43px);
  letter-spacing: -.025em;
}
.nztcc-hero p {
  max-width: 720px;
  margin-top: 11px;
  color: #6d7a7c;
  font-size: 15px;
  line-height: 1.7;
}

/* Overall consultation journey: intentionally lighter than the form STEP markers. */
.nztcc-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 24px;
  padding: 10px;
  border: 1px solid #e4eceb;
  border-radius: 15px;
  background: #f8fbfa;
  box-shadow: none;
}
.nztcc-process-arrow { display: none; }
.nztcc-process-item {
  padding: 9px 6px;
  border-radius: 10px;
}
.nztcc-process-item span {
  display: inline-flex;
  width: 27px;
  height: 27px;
  margin: 0 auto 5px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe0de;
  border-radius: 50%;
  background: #fff;
  color: #54847f;
  font-size: 11px;
}
.nztcc-process-item strong {
  color: #314144;
  font-size: 13px;
}
.nztcc-process-item small {
  margin-top: 2px;
  color: #8b9899;
  font-size: 11px;
}

/* Main form shell */
.nztcc-card {
  border-color: #dce6e4;
  border-radius: 20px;
  box-shadow: var(--nztcc-shadow);
}
.nztcc-card-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  padding: 27px 30px 25px;
  border-bottom: 1px solid #e5edec;
  background: linear-gradient(180deg, #fbfdfd 0%, #f6faf9 100%);
  text-align: left;
}
.nztcc-step-badge {
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 52px;
  height: 52px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--nztcc-accent-dark);
  color: #fff;
  box-shadow: 0 7px 16px rgba(38,127,121,.16);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .03em;
}
.nztcc-card-head h2 {
  grid-column: 2;
  margin: 0 0 5px;
  color: #1a292b;
  font-size: 24px;
  letter-spacing: -.015em;
}
.nztcc-card-head p {
  grid-column: 2;
  margin: 0;
  color: #6c797b;
  font-size: 13px;
  line-height: 1.55;
}
.nztcc-form {
  padding: 24px 30px 38px;
}

/* Travel type cards: obvious selection without looking like large buttons everywhere. */
.nztcc-type-grid {
  gap: 11px !important;
  margin: 0 0 22px !important;
}
.nztcc-type-card {
  min-height: 96px;
  padding: 16px 16px 15px;
  border-color: #d9e4e2;
  border-radius: 13px;
  box-shadow: none;
}
.nztcc-type-card:hover {
  border-color: #b7d5d2;
  background: #fbfdfd;
  box-shadow: var(--nztcc-shadow-soft);
}
.nztcc-type-card strong {
  margin-right: 32px;
  color: #263638;
  font-size: 15px;
}
.nztcc-type-card small {
  color: #758284;
  font-size: 12px;
}
.nztcc-type-check {
  width: 23px;
  height: 23px;
  background: #edf3f2;
}
.nztcc-type-card.is-active {
  border-color: #79beb8;
  background: #f0f8f7;
  box-shadow: 0 0 0 2px rgba(98,189,182,.10);
}
.nztcc-type-card.is-active .nztcc-type-check {
  background: var(--nztcc-accent-dark);
}

/* Major form steps: the number and header are the strongest navigation cue. */
.nztcc-section {
  margin-top: 16px;
  padding: 0 22px 24px;
  border: 1px solid #dce6e4;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(28,57,57,.035);
}
.nztcc-section + .nztcc-section { margin-top: 16px; }
.nztcc-section-title {
  align-items: center;
  gap: 14px;
  margin: 0 -22px 22px;
  padding: 17px 22px;
  border-bottom: 1px solid #e3ecea;
  border-radius: 17px 17px 0 0;
  background: #f7faf9;
}
.nztcc-section-title > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 13px;
  background: var(--nztcc-accent-dark);
  color: #fff;
  box-shadow: 0 5px 13px rgba(38,127,121,.13);
  font-size: 13px;
  font-weight: 850;
}
.nztcc-section-title h3 {
  margin: 0 0 3px;
  color: #1f2e30;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.nztcc-section-title p {
  margin: 0;
  color: #748183;
  font-size: 12.5px;
  line-height: 1.5;
}

/* Input hierarchy */
.nztcc-form label {
  color: #344447;
  font-size: 13px;
  font-weight: 750;
}
.nztcc-form input[type="text"],
.nztcc-form input[type="email"],
.nztcc-form input[type="tel"],
.nztcc-form input[type="number"],
.nztcc-form input[type="date"],
.nztcc-form input[type="datetime-local"],
.nztcc-form select,
.nztcc-form textarea {
  margin-top: 7px;
  border-color: #cfdad8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(24,48,48,.025);
}
.nztcc-form input[type="text"]:hover,
.nztcc-form input[type="email"]:hover,
.nztcc-form input[type="tel"]:hover,
.nztcc-form input[type="number"]:hover,
.nztcc-form input[type="date"]:hover,
.nztcc-form input[type="datetime-local"]:hover,
.nztcc-form select:hover,
.nztcc-form textarea:hover {
  border-color: #aecac7;
}
.nztcc-form input:focus,
.nztcc-form select:focus,
.nztcc-form textarea:focus {
  border-color: var(--nztcc-accent-dark);
  box-shadow: 0 0 0 3px rgba(98,189,182,.13);
}
.nztcc-duration {
  border-color: #deebe8;
  background: #f6faf9;
}
.nztcc-duration-value { color: var(--nztcc-accent-dark); }

/* Choice controls */
.nztcc-chip-grid { gap: 8px; }
.nztcc-chip span,
.nztcc-mini-checks span,
.nztcc-region-scope-option span {
  border-color: #ccd9d7;
  background: #fff;
  color: #405052;
  box-shadow: none;
}
.nztcc-chip span:hover,
.nztcc-mini-checks span:hover,
.nztcc-region-scope-option span:hover {
  border-color: #8dc5c0;
  background: #f8fcfb;
}
.nztcc-chip input:checked + span,
.nztcc-mini-checks input:checked + span,
.nztcc-region-scope-option input:checked + span,
.nztcc-region-scope-option.is-active span {
  border-color: #69b7b0;
  background: #eaf6f4;
  color: #216f69;
  box-shadow: 0 0 0 2px rgba(98,189,182,.08);
}

/* Consultation scope should feel like one decision block, not another major section. */
.nztcc-plan-scope {
  border-color: #dbe8e6;
  border-radius: 12px;
  background: #f8fbfa;
}
.nztcc-plan-scope {
  margin-top: 0;
  padding: 15px;
}
.nztcc-plan-scope-title {
  color: #263638;
  font-size: 13px;
}
.nztcc-service-choice-heading {
  border-color: #e2eae9;
  background: #fbfdfd;
}

/* Region selector */
.nztcc-region-block {
  margin-top: 19px;
  padding-top: 18px;
  border-top-color: #e6edec;
}
.nztcc-region-heading strong { color: #2f3f42; }
.nztcc-region-details {
  border-color: #dde8e6;
  background: #fbfdfd;
}

/* Service details are visually subordinate to the main numbered step header. */
.nztcc-service-details { background: #fff; }
.nztcc-service-panel {
  border-color: #dce7e5;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 17px rgba(28,57,57,.035);
}
.nztcc-service-panel-head {
  border-bottom-color: #e3ecea;
  background: #f5faf9;
}
.nztcc-service-panel-head strong {
  color: #223335;
  font-size: 17px;
}
.nztcc-service-panel-title span { color: #748183; }
.nztcc-service-remove {
  border-color: #d4e0de;
  border-radius: 8px;
  color: #6b797b;
}
.nztcc-service-remove:hover,
.nztcc-service-remove:focus-visible {
  border-color: #8fc6c1;
  background: #f3faf8;
  color: #216f69;
}
.nztcc-service-empty {
  border-color: #cbdad7;
  border-radius: 11px;
  background: #fafcfc;
}

/* Package cards and informational boxes */
.nztcc-group-package-card {
  border-color: #d8e4e2;
  border-radius: 12px;
}
.nztcc-group-package-card:hover {
  border-color: #a8cfcb;
  box-shadow: var(--nztcc-shadow-soft);
}
.nztcc-group-package-card.is-active {
  border-color: #69b7b0;
  background: #eef8f6;
}
.nztcc-selection-confirm,
.nztcc-info-box,
.nztcc-skyline-option,
.nztcc-flight-route,
.nztcc-intercity-route,
.nztcc-airport-transfer-group {
  border-color: #dce7e5;
  background: #f8fbfa;
}

/* Primary actions */
.nztcc-service-next {
  margin-top: 17px;
  padding-top: 17px;
  border-top-color: #e6edec;
}
.nztcc-service-next-button {
  min-height: 47px;
  border-radius: 10px;
  background: #347f79;
  box-shadow: 0 5px 13px rgba(38,127,121,.12);
}
.nztcc-service-next-button:hover,
.nztcc-service-next-button:focus-visible {
  background: #286f69;
}
.nztcc-submit-wrap {
  padding: 28px 0 2px;
}
.nztcc-submit {
  min-width: 340px;
  min-height: 56px;
  border-radius: 12px;
  background: #237b75;
  box-shadow: 0 9px 22px rgba(35,123,117,.18);
  font-size: 16px;
  letter-spacing: -.01em;
}
.nztcc-submit:hover {
  background: #1d6b66;
  transform: translateY(-1px);
}
.nztcc-submit:disabled {
  opacity: .7;
  cursor: wait;
  transform: none;
}
.nztcc-submit-wrap p {
  margin-top: 10px;
  color: #849092;
}

/* Reset / guidance notices stay visible without competing with major steps. */
.nztcc-type-reset-note,
.nztcc-scope-reset-note {
  border-color: #d6e6e3;
  background: #f5faf9;
  color: #47635f;
}

@media (max-width: 820px) {
  .nztcc-process {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .nztcc-process-item strong { font-size: 12px; }
  .nztcc-process-item small { display: none; }
}

@media (max-width: 600px) {
  .nztcc-wrap { padding: 0 10px; }
  .nztcc-hero { padding: 10px 8px 18px; }
  .nztcc-hero h1 { font-size: 29px; }
  .nztcc-hero p { font-size: 13px; line-height: 1.65; }

  .nztcc-process {
    grid-template-columns: repeat(5, minmax(74px, 1fr));
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: thin;
  }
  .nztcc-process-item {
    display: block;
    min-width: 74px;
    padding: 7px 4px;
    text-align: center;
  }
  .nztcc-process-item span {
    display: inline-flex;
    margin-bottom: 4px;
  }
  .nztcc-process-item small { display: none; }

  .nztcc-card { border-radius: 15px; }
  .nztcc-card-head {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
    padding: 21px 17px 20px;
  }
  .nztcc-step-badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 13px;
  }
  .nztcc-card-head h2 { font-size: 20px; }
  .nztcc-card-head p { font-size: 12px; }
  .nztcc-form { padding: 17px 12px 28px; }

  .nztcc-section {
    padding: 0 13px 19px;
    border-radius: 14px;
  }
  .nztcc-section-title {
    gap: 10px;
    margin: 0 -13px 17px;
    padding: 14px 13px;
    border-radius: 14px 14px 0 0;
  }
  .nztcc-section-title > span {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
    border-radius: 11px;
    font-size: 12px;
  }
  .nztcc-section-title h3 { font-size: 18px; }
  .nztcc-section-title p { font-size: 11.5px; }

  .nztcc-type-grid { gap: 9px !important; }
  .nztcc-type-card { padding: 14px; }
  .nztcc-type-card strong { font-size: 14px; }
  .nztcc-type-card small { font-size: 11.5px; }

  .nztcc-chip span,
  .nztcc-mini-checks span { min-height: 40px; }
  .nztcc-submit {
    width: 100%;
    min-width: 0;
  }
}

/* v0.1.59 — one consistent service-choice heading for all travel types. */
.nztcc-service-choice-heading {
  align-items: flex-start;
  gap: 5px;
  margin: 2px 0 4px;
  padding: 0 0 7px;
  border-top: 0;
  border-bottom: 1px solid #e6efed;
}
.nztcc-service-choice-heading strong {
  font-size: 13.5px;
  line-height: 1.45;
}
.nztcc-service-choice-heading span {
  line-height: 1.55;
}
@media (max-width: 600px) {
  .nztcc-service-choice-heading {
    display: block;
  }
  .nztcc-service-choice-heading span {
    margin-top: 4px;
  }
}

/* v0.1.59 — structural UX polish after full-form review. */
.nztcc-type-item { min-width: 0; }
.nztcc-group-package-section > .nztcc-region-block {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #dce7e5;
  border-radius: 12px;
  background: #fbfdfd;
}
.nztcc-customer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
@media (max-width: 600px) {
  .nztcc-customer-grid { grid-template-columns: 1fr !important; }
}
