.elementor-1077 .elementor-element.elementor-element-4f61730{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1c3ed39 */.zv-tr-page,
.zv-tr-page *{
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}

.zv-tr-page{
  color:#171717;
  background:#fff;
}

.zv-tr-container{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 24px;
}

.zv-tr-section{
  padding:90px 0;
}

.zv-tr-section-light{
  background:#f7f7f7;
}

.zv-tr-dark{
  background:#111;
  color:#fff;
}

.zv-tr-head{
  margin-bottom:42px;
}

.zv-tr-head.center{
  text-align:center;
}

.zv-tr-head.white h2,
.zv-tr-head.white p{
  color:#fff;
}

.zv-tr-label{
  display:inline-block;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#9a7d00;
  margin-bottom:14px;
}

.zv-tr-label.yellow{
  color:#ffd200;
}

.zv-tr-section h2,
.zv-tr-head h2{
  font-size:42px;
  line-height:1.15;
  margin:0 0 16px;
  font-weight:800;
}

.zv-tr-section p,
.zv-tr-head p{
  font-size:17px;
  line-height:1.75;
  color:#5a5a5a;
  margin:0;
}

/* HERO PREMIUM */
.zv-tr-hero-premium{
  position:relative;
  min-height:820px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(95deg, rgba(10,10,10,0.90) 0%, rgba(10,10,10,0.72) 40%, rgba(10,10,10,0.28) 100%),
    url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1800&q=80') center center/cover no-repeat;
}

.zv-tr-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.28));
}

.zv-tr-hero-shape{
  position:absolute;
  border-radius:999px;
  filter:blur(10px);
  pointer-events:none;
}

.zv-tr-hero-shape-1{
  width:340px;
  height:340px;
  background:rgba(255,210,0,0.10);
  top:80px;
  right:140px;
}

.zv-tr-hero-shape-2{
  width:260px;
  height:260px;
  background:rgba(37,211,102,0.10);
  bottom:80px;
  right:340px;
}

.zv-tr-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) 430px;
  gap:42px;
  align-items:center;
}

.zv-tr-hero-text{
  color:#fff;
}

.zv-tr-badge{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(255,255,255,0.16);
  color:#fff;
  font-size:13px;
  font-weight:800;
  margin-bottom:20px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.zv-tr-hero-text h1{
  font-size:62px;
  line-height:1.02;
  margin:0 0 22px;
  font-weight:800;
  color:#fff;
  max-width:920px;
  letter-spacing:-0.02em;
}

.zv-tr-hero-text p{
  font-size:18px;
  line-height:1.85;
  color:rgba(255,255,255,0.90);
  max-width:780px;
  margin:0 0 28px;
}

.zv-tr-hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:28px;
}

.zv-tr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:56px;
  padding:0 24px;
  border-radius:16px;
  text-decoration:none;
  font-weight:800;
  font-size:15px;
  transition:all .25s ease;
}

.zv-tr-btn-yellow{
  background:#ffd200;
  color:#111;
  box-shadow:0 14px 34px rgba(255,210,0,.24);
}

.zv-tr-btn-yellow:hover{
  transform:translateY(-2px);
  background:#ebc300;
}

.zv-tr-btn-green{
  background:#25D366;
  color:#fff;
  box-shadow:0 14px 34px rgba(37,211,102,.24);
}

.zv-tr-btn-green:hover{
  transform:translateY(-2px);
  background:#1ebe5d;
}

.zv-tr-points{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-bottom:28px;
  color:#fff;
  font-size:15px;
  font-weight:600;
}

.zv-tr-points div{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.10);
}

.zv-tr-points i{
  color:#ffd200;
  margin-right:8px;
}

.zv-tr-mini-stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
  max-width:720px;
}

.zv-tr-mini-stat{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:20px;
  padding:18px 18px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.zv-tr-mini-stat strong{
  display:block;
  font-size:18px;
  color:#ffd200;
  margin-bottom:8px;
  font-weight:800;
}

.zv-tr-mini-stat span{
  display:block;
  color:rgba(255,255,255,0.88);
  font-size:14px;
  line-height:1.65;
}

.zv-tr-hero-side{
  display:flex;
  justify-content:flex-end;
}

.zv-tr-hero-card.premium{
  width:100%;
  background:rgba(255,255,255,0.96);
  border-radius:28px;
  padding:34px 30px;
  box-shadow:0 24px 70px rgba(0,0,0,0.20);
  border:1px solid rgba(255,255,255,0.55);
}

.zv-tr-card-topline{
  display:inline-block;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  background:#111;
  color:#ffd200;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.zv-tr-hero-card.premium h3{
  margin:0 0 20px;
  font-size:28px;
  line-height:1.15;
  color:#111;
}

.zv-tr-hero-card.premium ul{
  list-style:none;
  padding:0;
  margin:0 0 20px;
}

.zv-tr-hero-card.premium li{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:14px 0;
  border-bottom:1px solid rgba(0,0,0,0.08);
  font-size:15px;
  color:#333;
  font-weight:600;
  line-height:1.65;
}

.zv-tr-hero-card.premium li:last-child{
  border-bottom:none;
}

.zv-tr-hero-card.premium i{
  color:#ffd200;
  font-size:18px;
  margin-top:2px;
}

.zv-tr-side-note{
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:#f7f7f7;
  border-radius:18px;
  padding:16px 16px;
}

.zv-tr-side-note i{
  color:#25D366 !important;
  font-size:18px;
  margin-top:2px;
}

.zv-tr-side-note span{
  color:#333;
  font-size:14px;
  line-height:1.65;
  font-weight:600;
}

/* INTRO */
.zv-tr-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) 420px;
  gap:40px;
  align-items:start;
}

.zv-tr-info-box{
  background:#111;
  color:#fff;
  border-radius:22px;
  padding:30px;
  box-shadow:0 16px 44px rgba(0,0,0,.12);
}

.zv-tr-info-row{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,0.1);
}

.zv-tr-info-row:last-child{
  border-bottom:none;
}

.zv-tr-info-row strong{
  color:#ffd200;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.zv-tr-info-row span{
  color:#fff;
  font-size:16px;
  line-height:1.6;
}

/* DUAL SECTION */
.zv-tr-dual-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:26px;
}

.zv-tr-dual-card{
  background:#fff;
  border-radius:26px;
  padding:34px;
  box-shadow:0 16px 46px rgba(0,0,0,0.06);
}

.zv-tr-dual-card-dark{
  background:#111;
  color:#fff;
}

.zv-tr-dual-top{
  margin-bottom:18px;
}

.zv-tr-dual-badge{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.zv-tr-dual-badge.yellow{
  background:#ffd200;
  color:#111;
}

.zv-tr-dual-card h3{
  margin:0;
  font-size:28px;
  line-height:1.2;
}

.zv-tr-dual-card p{
  font-size:16px;
  line-height:1.75;
  color:#5a5a5a;
  margin:0 0 18px;
}

.zv-tr-dual-card-dark p{
  color:rgba(255,255,255,0.82);
}

.zv-tr-check-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}

.zv-tr-check-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:16px;
  font-weight:600;
  color:#1f1f1f;
  line-height:1.6;
}

.zv-tr-check-list.white li{
  color:#fff;
}

.zv-tr-check-list i{
  color:#ffd200;
  margin-top:4px;
}

/* SERVICES */
.zv-tr-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
}

.zv-tr-card{
  background:#fff;
  border-radius:22px;
  padding:30px;
  box-shadow:0 14px 40px rgba(0,0,0,0.06);
  transition:transform .25s ease, box-shadow .25s ease;
}

.zv-tr-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(0,0,0,0.1);
}

.zv-tr-icon{
  width:62px;
  height:62px;
  border-radius:18px;
  background:#ffd200;
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:18px;
}

.zv-tr-card h3{
  margin:0 0 12px;
  font-size:22px;
  color:#111;
}

.zv-tr-card p{
  margin:0;
  color:#5d5d5d;
  font-size:16px;
  line-height:1.75;
}

/* ADV */
.zv-tr-adv-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:24px;
}

.zv-tr-adv-card{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:22px;
  padding:28px;
}

.zv-tr-adv-card i{
  font-size:28px;
  color:#ffd200;
  margin-bottom:18px;
}

.zv-tr-adv-card h3{
  margin:0 0 10px;
  font-size:22px;
  color:#fff;
}

.zv-tr-adv-card p{
  color:rgba(255,255,255,0.78);
  margin:0;
  font-size:16px;
  line-height:1.75;
}

/* STEPS */
.zv-tr-steps{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:24px;
}

.zv-tr-step{
  background:#fff;
  border:1px solid rgba(0,0,0,0.08);
  border-radius:22px;
  padding:28px;
}

.zv-tr-step-no{
  display:inline-flex;
  width:54px;
  height:54px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#111;
  color:#ffd200;
  font-size:18px;
  font-weight:800;
  margin-bottom:18px;
}

.zv-tr-step h3{
  margin:0 0 10px;
  font-size:22px;
}

.zv-tr-step p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#5e5e5e;
}

/* USE CASES */
.zv-tr-use-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:24px;
}

.zv-tr-use-card{
  background:#fff;
  border-radius:22px;
  padding:28px;
  box-shadow:0 12px 36px rgba(0,0,0,0.05);
}

.zv-tr-use-card h3{
  margin:0 0 12px;
  font-size:22px;
  color:#111;
}

.zv-tr-use-card p{
  margin:0;
  color:#5f5f5f;
  font-size:16px;
  line-height:1.75;
}

/* FAQ */
.zv-tr-faq-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:24px;
}

.zv-tr-faq{
  background:#fff;
  border-radius:20px;
  padding:28px;
  box-shadow:0 12px 36px rgba(0,0,0,0.05);
}

.zv-tr-faq h3{
  margin:0 0 12px;
  font-size:22px;
  color:#111;
}

.zv-tr-faq p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#5f5f5f;
}

/* CTA */
.zv-tr-cta{
  background:linear-gradient(135deg, #111111 0%, #1c1c1c 100%);
  color:#fff;
  border-radius:28px;
  padding:54px 38px;
  text-align:center;
  box-shadow:0 22px 60px rgba(0,0,0,.15);
}

.zv-tr-cta h2{
  color:#fff;
  margin-bottom:14px;
}

.zv-tr-cta p{
  color:rgba(255,255,255,.82);
  max-width:760px;
  margin:0 auto;
}

.zv-tr-cta-btns{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

/* RESPONSIVE */
@media (max-width:1100px){
  .zv-tr-hero-premium{
    min-height:auto;
    padding:100px 0 70px;
  }

  .zv-tr-hero-inner,
  .zv-tr-intro-grid{
    grid-template-columns:1fr;
  }

  .zv-tr-hero-text h1{
    font-size:48px;
  }

  .zv-tr-hero-side{
    justify-content:flex-start;
  }

  .zv-tr-dual-grid,
  .zv-tr-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .zv-tr-steps,
  .zv-tr-adv-grid,
  .zv-tr-use-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .zv-tr-faq-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  .zv-tr-section{
    padding:68px 0;
  }

  .zv-tr-container{
    padding:0 18px;
  }

  .zv-tr-hero-premium{
    padding:86px 0 58px;
    background:
      linear-gradient(180deg, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.72) 100%),
      url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=80') center center/cover no-repeat;
  }

  .zv-tr-hero-text h1{
    font-size:35px;
    line-height:1.08;
  }

  .zv-tr-hero-text p{
    font-size:16px;
  }

  .zv-tr-section h2,
  .zv-tr-head h2{
    font-size:30px;
  }

  .zv-tr-hero-buttons,
  .zv-tr-cta-btns{
    flex-direction:column;
  }

  .zv-tr-btn{
    width:100%;
  }

  .zv-tr-points{
    flex-direction:column;
    gap:10px;
  }

  .zv-tr-points div{
    width:100%;
  }

  .zv-tr-mini-stats{
    grid-template-columns:1fr;
  }

  .zv-tr-dual-grid,
  .zv-tr-grid,
  .zv-tr-steps,
  .zv-tr-adv-grid,
  .zv-tr-use-grid{
    grid-template-columns:1fr;
  }

  .zv-tr-hero-card.premium,
  .zv-tr-info-box,
  .zv-tr-dual-card,
  .zv-tr-card,
  .zv-tr-step,
  .zv-tr-adv-card,
  .zv-tr-use-card,
  .zv-tr-faq,
  .zv-tr-cta{
    border-radius:20px;
  }

  .zv-tr-hero-card.premium{
    padding:26px 22px;
  }

  .zv-tr-hero-shape-1,
  .zv-tr-hero-shape-2{
    display:none;
  }
}/* End custom CSS */