.tzp-page {
  min-height: 70vh;
  padding: 150px 0 80px;
  background: transparent;
  color: #172126;
}

.tzp-hero {
  padding: 48px 0 54px;
  border-bottom: 1px solid #d8e0e3;
  background: #eef3f5;
}

.tzp-bc {
  display: flex;
  gap: 9px;
  margin-bottom: 22px;
  color: #64737b;
  font-size: 13px;
}

.tzp-bc a { color: inherit; text-decoration: none; }
.tzp-kicker { margin: 0 0 10px; color: #087f98; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.tzp-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.02; }
.tzp-lead { max-width: 780px; margin: 20px 0 0; color: #53636c; font-size: 18px; line-height: 1.65; }

.tzp-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
  padding-top: 56px;
}

.tzp-nav {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 5px;
  padding: 8px;
  border: 1px solid #d8e0e3;
  border-radius: 8px;
  background: #fff;
}

.tzp-nav a {
  padding: 11px 12px;
  border-radius: 6px;
  color: #394950;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.tzp-nav a:hover,
.tzp-nav a[aria-current="page"] { background: #e7f2f4; color: #075d70; }

.tzp-content { min-width: 0; }
.tzp-section { padding: 0 0 54px; }
.tzp-section + .tzp-section { padding-top: 52px; border-top: 1px solid #d8e0e3; }
.tzp-section h2 { max-width: 760px; margin: 0 0 18px; font-size: clamp(1.85rem, 3vw, 2.7rem); line-height: 1.12; }
.tzp-section > p { max-width: 820px; margin: 0 0 25px; color: #53636c; font-size: 16px; line-height: 1.7; }

.tzp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.tzp-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tzp-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid #d8e0e3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 33, 38, .05);
}

a.tzp-card { color: inherit; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
a.tzp-card:hover { transform: translateY(-2px); border-color: #aac4cb; }
.tzp-card-num { margin-bottom: auto; color: #087f98; font-size: 12px; font-weight: 700; }
.tzp-card h3 { margin: 30px 0 8px; font-size: 19px; line-height: 1.25; }
.tzp-card p { margin: 0; color: #697880; font-size: 14px; line-height: 1.55; }

.tzp-note {
  padding: 22px 24px;
  border-left: 3px solid #087f98;
  background: #e7f2f4;
  color: #354850;
  line-height: 1.65;
}

.tzp-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.tzp-steps li { counter-increment: step; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid #d8e0e3; }
.tzp-steps li::before { content: counter(step, decimal-leading-zero); color: #087f98; font-weight: 700; }
.tzp-steps h3 { margin: 0 0 5px; font-size: 18px; }
.tzp-steps p { margin: 0; color: #64737b; line-height: 1.55; }
.tzp-steps li > div { display: grid; grid-template-columns: minmax(190px, .42fr) 1fr; gap: 18px; align-items: start; }
.tzp-steps li strong { font-family: "Manrope Local", Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 1.5; }
.tzp-steps li span { color: #64737b; font-size: 14px; line-height: 1.55; }

.tzp-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px; border: 1px solid #cbd8dc; border-radius: 8px; background: #fff; }
.tzp-cta h2 { margin: 0 0 8px; font-size: 28px; }
.tzp-cta p { margin: 0; color: #63737b; }
.tzp-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid #075d70; border-radius: 6px; background: #075d70; color: #fff; font: inherit; font-weight: 650; text-decoration: none; cursor: pointer; white-space: nowrap; }
.tzp-button:hover { background: #064c5b; }
.tzp-button--secondary { margin-top: 8px; border-color: #aac4cb; background: #fff; color: #075d70; }
.tzp-button--secondary:hover { background: #e7f2f4; }

.tzp-dialog { width: min(620px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 8px; background: #fff; color: #172126; box-shadow: 0 28px 80px rgba(5, 20, 34, .28); }
.tzp-dialog::backdrop { background: rgba(15, 26, 35, .55); backdrop-filter: blur(4px); }
.tzp-dialog-head { display: flex; justify-content: space-between; gap: 20px; padding: 24px 26px; border-bottom: 1px solid #d8e0e3; }
.tzp-dialog-head h2 { margin: 0; font-size: 25px; }
.tzp-dialog-close { width: 38px; height: 38px; border: 1px solid #d8e0e3; border-radius: 50%; background: #fff; color: #172126; font-size: 22px; cursor: pointer; }
.tzp-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 24px 26px 28px; }
.tzp-field { display: grid; gap: 7px; color: #42545c; font-size: 13px; }
.tzp-field--wide, .tzp-consent, .tzp-form-actions { grid-column: 1 / -1; }
.tzp-field input, .tzp-field textarea { width: 100%; padding: 12px 13px; border: 1px solid #cbd8dc; border-radius: 6px; background: #fff; color: #172126; font: inherit; }
.tzp-field input[type="file"] { padding: 10px; }
.tzp-options { margin: 0; padding: 14px; border: 1px solid #cbd8dc; border-radius: 6px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tzp-options legend { padding: 0 5px; font-weight: 650; }
.tzp-options label { display: flex; gap: 8px; align-items: center; }
.tzp-options input { width: 17px; height: 17px; padding: 0; }
.tzp-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #617079; font-size: 12px; line-height: 1.45; }
.tzp-consent input { width: 18px; height: 18px; margin: 1px 0 0; }
.tzp-consent a { color: #075d70; }
.tzp-form-actions { display: flex; justify-content: flex-end; }

.tzp-status { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; border: 1px solid #cbd8dc; border-radius: 6px; background: #fff; color: #52636b; font-size: 12px; font-weight: 650; }

.tzp-error-visual { max-width: 520px; margin: 0 auto 36px; text-align: center; }
.tzp-error-visual img { width: min(340px, 82vw); max-height: 330px; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(31, 60, 78, .12)); }

@media (max-width: 900px) {
  .tzp-page { padding-top: 92px; }
  .tzp-layout { grid-template-columns: 1fr; gap: 28px; }
  .tzp-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tzp-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .tzp-page { padding-bottom: 58px; }
  .tzp-hero { padding: 34px 0 40px; }
  .tzp-lead { font-size: 16px; }
  .tzp-nav, .tzp-grid, .tzp-grid--three { grid-template-columns: 1fr; }
  .tzp-card { min-height: 160px; }
  .tzp-cta { align-items: flex-start; flex-direction: column; }
  .tzp-button { width: 100%; }
  .tzp-form { grid-template-columns: 1fr; }
  .tzp-field, .tzp-field--wide, .tzp-consent, .tzp-form-actions { grid-column: 1; }
  .tzp-steps li > div { grid-template-columns: 1fr; gap: 4px; }
}
