﻿/*
  ZoTracker promo section for DMS Services
  Built for Bootstrap 3.3.4 pages. All custom classes are zt-* scoped.
*/
.zt-home-section,
.zt-home-section * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.zt-home-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 900px;
  padding: 70px 0 76px;
  color: #071f48;
  
  background:
    radial-gradient(circle at 70% 54%, rgba(38, 147, 236, 0.13) 0, rgba(38, 147, 236, 0.05) 22%, rgba(38, 147, 236, 0) 46%),
    linear-gradient(148deg, #f8fcff 0%, #eef7ff 50%, #f8fbff 100%);
}

.zt-home-section:before {
  content: '';
  position: absolute;
  right: -150px;
  bottom: 44px;
  width: 740px;
  height: 535px;
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(circle, rgba(22, 117, 220, 0.17) 1.4px, transparent 1.6px);
  background-size: 13px 13px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 68%);
          mask-image: radial-gradient(ellipse at center, #000 0%, transparent 68%);
}

.zt-home-section:after {
  content: '';
  position: absolute;
  left: -230px;
  top: -270px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: rgba(33, 138, 233, 0.055);
  pointer-events: none;
}

.zt-home-section a,
.zt-home-section a:hover,
.zt-home-section a:focus {
  text-decoration: none;
}

.zt-home-section p,
.zt-home-section h1,
.zt-home-section h2,
.zt-home-section h3,
.zt-home-section h4,
.zt-home-section ul {
  padding: 0;
}

.zt-home-section ul { list-style: none; }

.zt-section-inner {
  position: relative;
  z-index: 2;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 58px;
}

.zt-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.zt-copy-col {
  position: relative;
  z-index: 5;
  padding-top: 16px;
}

.zt-brand-logo {
  display: block;
  width: 350px;
  max-width: 100%;
  height: auto;
  margin: 0 0 56px;
}

.zt-heading {
  color: #061f49;
  font-size: 72px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -3.8px;
  margin: 0 0 34px;
}

.zt-heading .zt-blue { color: #0875ed; }

.zt-intro {
  max-width: 580px;
  color: #122846;
  font-size: 20px;
  line-height: 1.56;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin-bottom: 26px;
}

.zt-free-pill {
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 22px;
  color: #0a834b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-radius: 28px;
  background: #dff5e9;
  box-shadow: inset 0 0 0 1px rgba(38, 160, 96, 0.06);
}

.zt-free-pill svg {
  width: 24px;
  height: 24px;
  display: block;
  color: #0d934f;
}

.zt-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin: 30px 0 36px;
}

.zt-cta-btn {
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 185px;
  height: 58px;
  border-radius: 8px;
  border: 2px solid #0875ed;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.zt-cta-btn:hover,
.zt-cta-btn:focus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 16px 24px rgba(4, 98, 207, 0.15);
}

.zt-cta-primary {
  color: #fff !important;
  border-color: transparent;
  background: linear-gradient(180deg, #0d82fb 0%, #0366df 100%);
  box-shadow: 0 12px 22px rgba(6, 103, 225, 0.22);
}

.zt-cta-outline {
  color: #0875ed !important;
  background: rgba(255,255,255,0.72);
}

.zt-cta-outline:hover,
.zt-cta-outline:focus {
  color: #fff !important;
  background: #0875ed;
}

.zt-promo-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 575px;
  max-width: 100%;
  min-height: 154px;
  padding: 22px 28px 22px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(209, 226, 236, 0.95);
  box-shadow: 0 18px 44px rgba(26, 83, 142, 0.13);
}

.zt-promo-card:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(115deg, rgba(255,255,255,0.22), rgba(221,244,230,0.42));
  pointer-events: none;
}

.zt-coupon-tag {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  height: 110px;
  margin-right: 26px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  background: linear-gradient(145deg, #0cc06b 0%, #008b4b 100%);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 50%);
  border-radius: 18px 20px 20px 18px;
  box-shadow: 0 15px 23px rgba(0, 115, 64, 0.27);
}

.zt-coupon-tag:before {
  content: '';
  position: absolute;
  inset: 10px 13px 10px 24px;
  border: 2px dashed rgba(255,255,255,0.36);
  border-radius: 14px;
  pointer-events: none;
}

.zt-coupon-tag:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background: #e8f7f0;
  box-shadow: inset 0 0 0 2px rgba(0, 119, 64, 0.18);
}

.zt-code-label {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.zt-code-value {
  display: block;
  margin-top: 10px;
  font-size: 33px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.zt-promo-divider {
  position: relative;
  z-index: 1;
  width: 1px;
  height: 104px;
  margin-right: 30px;
  background: #bdd7df;
}

.zt-offer-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.zt-offer-title {
  display: block;
  color: #078146;
  font-size: 45px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.zt-offer-text {
  color: #172333;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
}
.zt-offer-text strong { color: #078146; }

/*
  DMS partner conversion refresh.
  Keeps the existing section markup compatible while replacing the busy mockup
  with a cleaner product-image presentation.
*/
.zt-home-section {
  min-height: 0;
  padding: 58px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(19, 127, 231, 0.12) 0, rgba(19, 127, 231, 0) 34%),
    linear-gradient(145deg, #f7fbff 0%, #eef7ff 58%, #f9fcff 100%);
}

.zt-section-inner {
  width: 100%;
  max-width: none;
  padding-left: clamp(32px, 5.5vw, 96px);
  padding-right: clamp(32px, 5.5vw, 96px);
}

.zt-main-row {
  align-items: center;
}

.zt-copy-col {
  padding-top: 0;
  padding-right: 44px;
}

.zt-brand-intro {
  display: block;
  margin-bottom: 26px;
}

.zt-brand-logo {
  display: block;
  width: 198px;
  margin-bottom: 18px;
}

.zt-partner-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px !important;
  margin-bottom: 0 !important;
  color: #075fbf;
  background: #e8f3ff;
  border: 1px solid #cde4ff;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.zt-heading {
  max-width: 640px;
  margin-bottom: 16px;
  color: #061f49;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zt-heading span {
  display: block;
  color: #298de1;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.zt-intro {
  max-width: 620px;
  margin-bottom: 16px;
  color: #152b49;
  font-size: 16.5px;
  line-height: 1.5;
  letter-spacing: 0;
}

.zt-intro strong {
  color: #078146;
  font-weight: 800;
}

.zt-benefit-list {
  max-width: 560px;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.zt-benefit-list li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 28px;
  color: #102946;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.zt-benefit-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dff5e9;
  box-shadow: inset 0 0 0 1px rgba(33, 183, 101, 0.2);
}

.zt-benefit-list li:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #0a834b;
  border-bottom: 2px solid #0a834b;
  transform: rotate(-45deg);
}

.zt-free-pill {
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  letter-spacing: 0;
}

.zt-free-pill svg {
  width: 20px;
  height: 20px;
}

.zt-button-row {
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 20px 0 18px;
}

.zt-cta-btn {
  width: auto;
  min-width: 150px;
  height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  font-size: 15px;
  letter-spacing: 0;
}

.zt-cta-primary {
  min-width: 220px;
}

.zt-feature-link {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 4px;
  color: #0875ed !important;
  font-size: 15px;
  font-weight: 800;
}

.zt-feature-link:hover,
.zt-feature-link:focus {
  color: #0459b6 !important;
  text-decoration: underline;
}

.zt-promo-card {
  width: 100%;
  max-width: 560px;
  min-height: 0;
  padding: 16px 18px;
  border-radius: 8px;
  gap: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(190, 216, 231, 0.9);
  box-shadow: 0 14px 30px rgba(26, 83, 142, 0.1);
}

.zt-promo-card:before {
  display: none;
}

.zt-offer-badge {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 132px;
  min-height: 68px;
  padding: 14px 16px 12px 26px;
  color: #042a26;
  background: linear-gradient(145deg, #0fbd70 0%, #079553 100%);
  border: 1px solid rgba(0, 111, 61, 0.35);
  border-radius: 8px 9px 9px 8px;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 16% 100%, 0 50%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.14),
    0 12px 22px rgba(0, 111, 61, 0.18);
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.3px;
  transform: rotate(-3deg);
}

.zt-offer-badge:before {
  content: 'CODE';
  display: block;
  margin-bottom: 7px;
  color: rgba(4, 42, 38, 0.82);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
}

.zt-offer-badge:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-radius: 50%;
  background: #f4fbf8;
  box-shadow: inset 0 0 0 1px rgba(0, 111, 61, 0.2);
}

.zt-offer-title {
  margin-bottom: 6px;
  color: #078146;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.zt-offer-text {
  color: #172333;
  font-size: 14px;
  line-height: 1.45;
}

.zt-visual-col {
  min-height: 0;
  padding-left: 18px;
}

.zt-dashboard-wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin-left: auto;
}

.zt-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(198, 215, 231, 0.95);
  box-shadow: 0 28px 58px rgba(21, 65, 118, 0.16);
  transform: rotate(-1deg);
}

.zt-product-card:after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.zt-product-image {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
}

.zt-module-strip {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 12px 0;
}

.zt-module-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  color: #0c2b52 !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d6e7f4;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(26, 83, 142, 0.08);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: border-color .18s ease, box-shadow .18s ease, color .18s ease;
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.zt-module-strip a:hover,
.zt-module-strip a:focus {
  color: #0875ed !important;
  border-color: #a8d2ff;
  box-shadow: 0 10px 24px rgba(26, 83, 142, 0.12);
}

@media (max-width: 1199px) {
  .zt-section-inner {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .zt-main-row {
    display: block;
  }

  .zt-copy-col,
  .zt-visual-col {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .zt-copy-col {
    padding-right: 15px;
  }

  .zt-heading {
    max-width: 760px;
    font-size: 40px;
    line-height: 50px;
  }

  .zt-visual-col {
    margin-top: 38px;
    padding-left: 15px;
  }

  .zt-dashboard-wrap {
    max-width: 760px;
    margin-right: auto;
  }

  .zt-product-image {
    height: 470px;
  }
}

@media (max-width: 767px) {
  .zt-home-section {
    padding: 42px 0;
    overflow-x: hidden;
  }

  .zt-section-inner {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 100%;
    overflow: hidden;
  }

  .zt-main-row {
    margin-left: 0;
    margin-right: 0;
  }

  .zt-copy-col,
  .zt-visual-col {
    float: none;
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px);
    padding-left: 0;
    padding-right: 0;
  }

  .zt-brand-logo {
    width: 190px;
    margin-bottom: 22px;
  }

  .zt-partner-kicker {
    font-size: 11px;
    max-width: calc(100vw - 56px);
    white-space: normal;
  }

  .zt-heading {
    max-width: calc(100vw - 56px);
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .zt-intro {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
    font-size: 16px;
  }

  .zt-benefit-list li {
    font-size: 14px;
  }

  .zt-free-pill,
  .zt-promo-card,
  .zt-button-row,
  .zt-benefit-list {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  .zt-button-row {
    display: block;
  }

  .zt-cta-btn {
    width: 100%;
    margin-bottom: 12px;
  }

  .zt-feature-link {
    width: calc(100vw - 56px);
    justify-content: center;
    height: 40px;
  }

  .zt-promo-card {
    display: block;
    padding: 18px;
    text-align: left;
  }

  .zt-offer-badge {
    margin-bottom: 12px;
  }

  .zt-visual-col {
    display: block !important;
    margin-top: 30px;
  }

  .zt-dashboard-wrap {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  .zt-product-card {
    transform: none;
  }

  .zt-product-image {
    height: 300px;
  }

  .zt-module-strip {
    margin-left: 0;
    margin-right: 0;
  }

  .zt-module-strip a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .zt-section-inner {
    width: 334px !important;
    max-width: calc(100vw - 56px) !important;
    margin-left: 18px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .zt-copy-col,
  .zt-visual-col,
  .zt-heading,
  .zt-intro,
  .zt-benefit-list,
  .zt-free-pill,
  .zt-button-row,
  .zt-promo-card,
  .zt-feature-link,
  .zt-dashboard-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }

  .zt-cta-btn {
    width: 100% !important;
  }
}
