.tz-about-page {
  background: linear-gradient(180deg, #f6faff 0%, #ffffff 52%, #f8fbff 100%);
  color: #0a2d5f;
  overflow: hidden;
}

.tz-about-shell {
  width: min(890px, calc(100% - 48px));
  margin: 0 auto;
}

.tz-about-hero {
  position: relative;
  min-height: 262px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.tz-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #072f61 0%, #072f61 38%, rgba(7, 47, 97, 0.95) 48%, rgba(7, 47, 97, 0.5) 62%, rgba(7, 47, 97, 0.12) 78%);
}

.tz-about-hero-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 262px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0.95;
  pointer-events: none;
}

.tz-about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 460px;
  padding: 24px 0 38px;
}

.tz-about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.tz-about-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.tz-about-breadcrumb a::after {
  content: ">";
  margin-left: 7px;
}

body.tz-itc-template .tz-about-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0;
}

.tz-about-title-rule,
.tz-about-section-rule {
  display: block;
  width: 44px;
  height: 3px;
  border-radius: 10px;
  background: #f1842f;
}

.tz-about-title-rule {
  margin: 14px 0 16px;
}

body.tz-itc-template .tz-about-hero p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 500;
}

.tz-about-content {
  padding: 0 0 16px;
}

.tz-about-agency-card {
  position: relative;
  z-index: 3;
  margin-top: -32px;
  padding: 24px 18px;
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr) 246px;
  gap: 28px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(214, 226, 240, 0.92);
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(22, 54, 92, 0.12);
}

.tz-about-agency-image {
  width: 252px;
  height: 232px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(10, 45, 95, 0.1);
}

.tz-about-agency-label {
  margin: 0 0 8px;
  color: #0a2d5f;
  font-family: "Oswald", "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

body.tz-itc-template .tz-about-agency-details h2 {
  margin: 0 0 17px;
  color: #07316c;
  font-family: "Oswald", "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 700;
}

.tz-about-contact-list {
  display: grid;
  gap: 14px;
}

.tz-about-contact-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.tz-about-contact-icon {
  color: #1d1d24;
  font-size: 18px;
  line-height: 1;
}

.tz-about-contact-icon--whatsapp {
  color: #25d366;
}

body.tz-itc-template .tz-about-contact-row p {
  margin: 0;
  color: #183a69;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.tz-about-newsletter {
  box-sizing: border-box;
  height: 235px;
  min-height: 0;
  padding: 28px 22px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #eff7ff 0%, #e9f3ff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tz-about-newsletter img {
  width: 178px;
  height: auto;
  margin: -3px auto 18px;
  display: block;
}

body.tz-itc-template .tz-about-newsletter h3 {
  margin: 0;
  color: #0a2d5f;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 800;
  text-transform: uppercase;
}

.tz-about-newsletter a {
  margin-top: 17px;
  min-height: 34px;
  padding: 9px 18px;
  border-radius: 7px;
  background: #0b356c;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(6, 37, 79, 0.18);
}

.tz-about-newsletter a:hover,
.tz-about-newsletter a:focus-visible {
  color: #ffffff;
  background: #f1842f;
  text-decoration: none;
}

.tz-about-story {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 459px;
  gap: 58px;
  align-items: center;
  padding: 0 12px;
}

body.tz-itc-template .tz-about-story-copy h2 {
  margin: 0;
  color: #0a2d5f;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.tz-about-section-rule {
  margin: 14px 0 22px;
}

.tz-about-story-text p {
  margin: 0;
  color: #17345f;
  font-size: 13px;
  line-height: 1.72;
  font-weight: 500;
}

.tz-about-story-image {
  width: 459px;
  height: 188px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(19, 59, 101, 0.08);
}

.tz-about-benefits {
  margin-top: 14px;
}

body.tz-itc-template .tz-about-benefits h2 {
  margin: 0 0 10px;
  color: #0a2d5f;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.tz-about-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.tz-about-benefit-card {
  min-height: 132px;
  padding: 14px 16px 12px;
  border: 1px solid #d9e4f1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  box-shadow: 0 10px 22px rgba(19, 59, 101, 0.04);
}

.tz-about-benefit-card i {
  min-height: 42px;
  color: #0b356c;
  font-size: 39px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

body.tz-itc-template .tz-about-benefit-card h3 {
  margin: 8px 0 6px;
  color: #0a2d5f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

body.tz-itc-template .tz-about-benefit-card p {
  margin: 0 auto;
  max-width: 145px;
  color: #17345f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.tz-about-trust-band {
  box-sizing: border-box;
  height: 85px;
  min-height: 85px;
  margin: 19px 0 0;
  padding: 12px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #edf7ff 0%, #e6f2ff 100%);
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: center;
  overflow: hidden;
}

.tz-about-iata-lockup {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.tz-about-iata-lockup img {
  width: 86px;
  height: auto;
  display: block;
}

.tz-about-iata-lockup strong {
  color: #0a2d5f;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

body.tz-itc-template .tz-about-trust-band > p {
  margin: 0;
  padding-left: 28px;
  border-left: 1px solid #b8cbe1;
  color: #0a2d5f;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 800;
}

.tz-about-signature-plane {
  width: 230px;
  max-width: none;
  height: auto;
  justify-self: end;
  display: block;
}

@media (max-width: 991px) {
  .tz-about-agency-card,
  .tz-about-story,
  .tz-about-trust-band {
    grid-template-columns: 1fr;
  }

  .tz-about-agency-card {
    gap: 22px;
  }

  .tz-about-agency-image,
  .tz-about-story-image {
    width: 100%;
    height: auto;
    aspect-ratio: 459 / 232;
  }

  .tz-about-newsletter {
    min-height: 220px;
  }

  .tz-about-story {
    gap: 24px;
    padding: 0;
  }

  .tz-about-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tz-itc-template .tz-about-trust-band > p {
    padding-left: 0;
    border-left: 0;
  }

  .tz-about-signature-plane {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .tz-about-shell {
    width: min(100% - 32px, 520px);
  }

  .tz-about-hero {
    min-height: 300px;
    background-position: center top;
  }

  .tz-about-hero::before {
    background: linear-gradient(90deg, rgba(7, 47, 97, 0.98) 0%, rgba(7, 47, 97, 0.95) 58%, rgba(7, 47, 97, 0.55) 100%);
  }

  .tz-about-hero-content {
    padding: 42px 0 54px;
  }

  body.tz-itc-template .tz-about-hero h1 {
    font-size: 38px;
  }

  .tz-about-agency-card {
    margin-top: -42px;
    padding: 18px;
  }

  .tz-about-agency-label {
    font-size: 24px;
  }

  body.tz-itc-template .tz-about-agency-details h2 {
    font-size: 30px;
  }

  .tz-about-contact-row {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .tz-about-story {
    margin-top: 28px;
  }

  .tz-about-benefits {
    margin-top: 28px;
  }

  .tz-about-benefits-grid {
    grid-template-columns: 1fr;
  }

  .tz-about-benefit-card {
    min-height: 0;
  }

  .tz-about-trust-band {
    gap: 20px;
    padding: 20px;
  }

  .tz-about-iata-lockup {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .tz-about-iata-lockup img {
    width: 82px;
  }

  body.tz-itc-template .tz-about-trust-band > p {
    font-size: 17px;
  }

  .tz-about-signature-plane {
    width: min(300px, 100%);
  }

}
