.nztcc-wrap {
  --nztcc-accent: #6fc2bb;
  --nztcc-accent-dark: #3c9e97;
  --nztcc-ink: #1f2b2d;
  --nztcc-muted: #667476;
  --nztcc-line: #dfe9e8;
  --nztcc-soft: #f4f9f8;
  --nztcc-white: #fff;
  max-width: 1180px;
  margin: 36px auto 70px;
  padding: 0 20px;
  color: var(--nztcc-ink);
  box-sizing: border-box;
}
.nztcc-wrap *, .nztcc-wrap *::before, .nztcc-wrap *::after { box-sizing: border-box; }
.nztcc-hero { text-align: center; padding: 28px 12px 24px; }
.nztcc-eyebrow { display: inline-block; margin-bottom: 10px; font-size: 12px; font-weight: 800; letter-spacing: .13em; color: var(--nztcc-accent-dark); }
.nztcc-hero h1 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.2; font-weight: 800; }
.nztcc-hero p { max-width: 760px; margin: 15px auto 0; font-size: 16px; line-height: 1.75; color: var(--nztcc-muted); }
.nztcc-process { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 12px; align-items: center; margin: 18px 0 34px; padding: 22px 26px; border: 1px solid var(--nztcc-line); border-radius: 18px; background: var(--nztcc-white); box-shadow: 0 10px 35px rgba(31,43,45,.06); }
.nztcc-process-item { text-align: center; min-width: 0; }
.nztcc-process-item span { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 800; color: var(--nztcc-accent-dark); }
.nztcc-process-item strong { display: block; font-size: 15px; }
.nztcc-process-item small { display: block; margin-top: 4px; color: #8b9798; font-size: 12px; }
.nztcc-process-arrow { color: #a9b9b8; font-size: 20px; }
.nztcc-card { max-width: 1000px; margin: 0 auto; background: #fff; border: 1px solid var(--nztcc-line); border-radius: 22px; overflow: hidden; box-shadow: 0 16px 50px rgba(31,43,45,.08); }
.nztcc-card-head { text-align: center; padding: 34px 30px 18px; }
.nztcc-step-badge { display: inline-flex; align-items: center; justify-content: center; height: 28px; padding: 0 12px; border-radius: 999px; background: #eaf6f4; color: var(--nztcc-accent-dark); font-size: 12px; font-weight: 800; }
.nztcc-card-head h2 { margin: 12px 0 7px; font-size: 27px; line-height: 1.3; }
.nztcc-card-head p { margin: 0; color: var(--nztcc-muted); }
.nztcc-form { padding: 8px 36px 40px; }
.nztcc-type-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 18px 0 30px !important;
  padding: 0 !important;
}
.nztcc-type-grid > .nztcc-type-card {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}
.nztcc-type-card { position: relative; min-height: 104px; padding: 18px 17px; border: 1px solid var(--nztcc-line); border-radius: 14px; cursor: pointer; background: #fff; transition: .18s ease; }
.nztcc-type-card:hover { transform: translateY(-1px); border-color: #b8deda; box-shadow: 0 8px 24px rgba(31,43,45,.06); }
.nztcc-type-card input { position: absolute; opacity: 0; pointer-events: none; }
.nztcc-type-card strong { display: block; margin: 0 34px 7px 0; font-size: 16px; line-height: 1.35; }
.nztcc-type-card small { display: block; margin-right: 20px; line-height: 1.5; color: var(--nztcc-muted); }
.nztcc-type-check { position: absolute; top: 12px; right: 12px; display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 50%; background: #edf3f2; color: transparent; font-size: 13px; font-weight: 900; }
.nztcc-type-card.is-active { border-color: var(--nztcc-accent); background: #f2fbf9; box-shadow: 0 0 0 2px rgba(111,194,187,.12); }
.nztcc-type-card.is-active .nztcc-type-check { background: var(--nztcc-accent); color: #fff; }
.nztcc-section { padding: 28px 0; border-top: 1px solid #edf1f1; }
.nztcc-section[hidden] { display: none !important; }
.nztcc-section-title { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.nztcc-section-title > span { display: inline-flex; width: 34px; height: 34px; flex: 0 0 34px; align-items: center; justify-content: center; border-radius: 50%; background: #eaf6f4; color: var(--nztcc-accent-dark); font-weight: 800; font-size: 13px; }
.nztcc-section-title h3 { margin: 1px 0 4px; font-size: 20px; }
.nztcc-section-title p { margin: 0; color: var(--nztcc-muted); font-size: 14px; }
.nztcc-grid { display: grid; gap: 16px; }
.nztcc-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nztcc-form label { display: block; font-size: 14px; font-weight: 700; color: #3c4a4c; }
.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 { width: 100%; margin-top: 8px; padding: 12px 13px; border: 1px solid #cfdad9; border-radius: 9px; background: #fff; color: var(--nztcc-ink); font: inherit; font-weight: 400; outline: none; transition: border-color .18s, box-shadow .18s; }
.nztcc-form textarea { resize: vertical; min-height: 120px; }
.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(111,194,187,.14); }
.nztcc-full { margin-top: 16px; }
.nztcc-chip-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.nztcc-chip input { position: absolute; opacity: 0; pointer-events: none; }
.nztcc-chip span { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border: 1px solid #cedbd9; border-radius: 999px; background: #fff; cursor: pointer; font-weight: 600; transition: .15s ease; }
.nztcc-chip input:checked + span { background: #eaf7f5; border-color: var(--nztcc-accent); color: #267c76; }
.nztcc-consent { display: flex !important; align-items: flex-start; gap: 9px; margin-top: 16px; font-weight: 500 !important; line-height: 1.5; }
.nztcc-consent input { margin-top: 3px; }
.nztcc-submit-wrap { text-align: center; padding-top: 10px; }
.nztcc-submit { min-width: 300px; min-height: 52px; padding: 0 26px; border: 0; border-radius: 10px; background: var(--nztcc-accent-dark); color: #fff; font-size: 16px; font-weight: 800; cursor: pointer; transition: transform .15s, background .15s; }
.nztcc-submit:hover { transform: translateY(-1px); background: #328c86; }
.nztcc-submit-wrap p { margin: 12px 0 0; color: #7b8889; font-size: 12px; }
.nztcc-notice { margin: 0 36px 18px; padding: 14px 16px; border-radius: 10px; font-size: 14px; }
.nztcc-success { background: #edf9f0; color: #2f6940; border: 1px solid #cfe8d5; }
.nztcc-error { background: #fff2f2; color: #923f3f; border: 1px solid #f0cccc; }
.nztcc-hp { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

@media (max-width: 820px) {
  .nztcc-process { grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 18px 12px; }
  .nztcc-process-arrow { display: none; }
  .nztcc-process-item small { display: none; }
  .nztcc-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 600px) {
  .nztcc-wrap { margin-top: 18px; padding: 0 12px; }
  .nztcc-hero { padding-top: 14px; }
  .nztcc-hero p { font-size: 14px; }
  .nztcc-process { grid-template-columns: 1fr; border-radius: 14px; }
  .nztcc-process-item { display: grid; grid-template-columns: 36px 1fr; text-align: left; align-items: center; padding: 6px 4px; }
  .nztcc-process-item span { grid-row: 1 / span 2; margin: 0; }
  .nztcc-process-item small { display: block; }
  .nztcc-card { border-radius: 16px; }
  .nztcc-card-head { padding: 26px 18px 14px; }
  .nztcc-card-head h2 { font-size: 23px; }
  .nztcc-form { padding: 6px 18px 30px; }
  .nztcc-type-grid, .nztcc-grid-2 { grid-template-columns: 1fr !important; }
  .nztcc-type-card { min-height: auto; }
  .nztcc-submit { width: 100%; min-width: 0; }
  .nztcc-notice { margin-left: 18px; margin-right: 18px; }
}
