*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Inter,system-ui,Arial,sans-serif;
}

body{
  background:
    radial-gradient(circle at 20% 30%, rgba(55,81,203,0.15), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(108,124,255,0.15), transparent 40%),
    linear-gradient(135deg, #f5f7ff 0%, #eef2ff 100%);
  color:#111827;
  display:flex;
  flex-direction:column;
  min-height:100vh;
}

.container{
  width:90%;
  max-width:1100px;
  margin:auto;
}

.header{
  padding:20px 0;
}

.logo{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.logo img{
  height:56px;
  width:auto;
  display:block;
}

.hero{
  padding:70px 0;
  flex-grow:1;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:start;
}

.hero-left{
  max-width:560px;
}

.tvz-title{
  font-size:42px;
  margin-bottom:10px;
  line-height:1.08;
  font-weight:900;
}

.tvz-subtitle{
  color:#5b6578;
  margin-bottom:24px;
  font-size:16px;
  line-height:1.5;
}

.tvz-box{
  background:#fff;
  border:1px solid #e9eef7;
  border-radius:22px;
  padding:22px;
  box-shadow:0 16px 48px rgba(55,81,203,.10);
  overflow:hidden;
}

.tvz-progress{
  height:8px;
  background:#edf1fa;
  border-radius:999px;
  margin-bottom:22px;
}

.tvz-progress-bar{
  height:8px;
  width:17%;
  background:linear-gradient(135deg,#3751cb,#4f6bff);
  border-radius:999px;
  transition:width .25s ease;
}

.tvz-flow-step{
  display:none;
  animation:tvzFade .22s ease;
}

.tvz-flow-step.active{
  display:block;
}

@keyframes tvzFade{
  from{opacity:0;transform:translateY(6px);}
  to{opacity:1;transform:translateY(0);}
}

.tvz-step-label{
  display:inline-block;
  background:#edf2ff;
  color:#3751cb;
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
  margin-bottom:10px;
}

.tvz-section-title{
  font-size:18px;
  font-weight:800;
  margin-bottom:12px;
  color:#111827;
}

.tvz-phone-wrap{
  display:flex;
  align-items:center;
  border:1px solid #dfe7fb;
  border-radius:16px;
  overflow:hidden;
  background:#f6f9ff;
  transition:.2s ease;
}

.tvz-phone-wrap:focus-within{
  border-color:#3751cb;
  box-shadow:0 0 0 3px rgba(55,81,203,.10);
}

.tvz-prefix{
  padding:14px 16px;
  font-weight:800;
  color:#3751cb;
  background:#eef3ff;
  border-right:1px solid #dfe7fb;
}

.tvz-phone-wrap input{
  width:100%;
  padding:14px 16px;
  border:0;
  outline:none;
  font-size:18px;
  background:transparent;
  color:#111827;
}

.tvz-operator{
  margin-top:10px;
  font-weight:700;
  font-size:14px;
  min-height:20px;
  transition:color .3s ease, transform .2s ease;
}

.operator-tcell{color:#7c3aed;}
.operator-megafon{color:#16a34a;}
.operator-babilon{color:#f97316;}
.operator-zet{color:#eab308;}
.operator-omobile{color:#7f1d1d;}
.operator-anor{color:#dc2626;}

/* Operator warning (Anor / O-Mobile) */
.tvz-operator-warning{
  margin-top:12px;
  padding:16px;
  border-radius:14px;
  background:#fef3c7;
  border:1px solid #f59e0b;
  text-align:center;
}

.tvz-operator-warning-icon{
  font-size:28px;
  margin-bottom:6px;
}

.tvz-operator-warning-text{
  font-size:13px;
  color:#92400e;
  line-height:1.5;
  margin:0 0 14px;
}

.tvz-operator-warning-actions{
  display:flex;
  gap:10px;
}

.tvz-warning-try{
  flex:1;
  padding:12px 16px;
  border-radius:12px;
  border:none;
  background:#f59e0b;
  color:#fff;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:.15s;
}

.tvz-warning-try:hover{
  background:#d97706;
}

.tvz-warning-cancel{
  flex:1;
  padding:12px 16px;
  border-radius:12px;
  border:1px solid #d1d5db;
  background:#fff;
  color:#374151;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:.15s;
}

.tvz-warning-cancel:hover{
  background:#f3f4f6;
}

.tvz-amounts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:12px;
}

.tvz-btn{
  padding:14px;
  border-radius:14px;
  border:1px solid #cfd9f5;
  background:#fff;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
  color:#111827;
}

.tvz-btn:hover{
  border-color:#3751cb;
  transform:translateY(-1px);
}

.tvz-btn.active{
  background:#3751cb;
  color:#fff;
  border-color:#3751cb;
  box-shadow:0 10px 18px rgba(55,81,203,.18);
}

.tvz-receive-amount{
  margin-top:10px;
  color:#3751cb;
  font-weight:700;
  font-size:14px;
  min-height:20px;
}

.tvz-custom{
  display:none;
  margin-bottom:12px;
}

.tvz-custom input{
  width:100%;
  padding:14px;
  border:1px solid #dfe7fb;
  border-radius:14px;
  outline:none;
  font-size:15px;
  background:#fff;
}

.tvz-custom input:focus{
  border-color:#3751cb;
  box-shadow:0 0 0 3px rgba(55,81,203,.10);
}

.tvz-step-hint{
  font-size:14px;
  color:#6b7280;
  margin-bottom:16px;
  line-height:1.5;
}

.tvz-price-info{
  margin-top:16px;
}

.tvz-price-loading{
  color:#6b7280;
  font-size:14px;
  font-style:italic;
}

.tvz-price-error{
  color:#dc2626;
  font-size:14px;
}

.tvz-price-summary{
  background:#f0f4ff;
  border-radius:14px;
  padding:16px 20px;
  border:1px solid #dfe7fb;
}

.tvz-price-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:6px 0;
  font-size:14px;
  color:#374151;
}

.tvz-price-row b{
  color:#111827;
  font-weight:700;
}

.tvz-price-total{
  border-top:1px solid #c7d2fe;
  margin-top:6px;
  padding-top:10px;
  font-size:16px;
  font-weight:700;
}

.tvz-price-total b{
  color:#3751cb;
  font-size:17px;
}

.tvz-final-receive .tvz-final-value{
  color:#3751cb;
  font-weight:700;
  font-size:16px;
}

.tvz-summary{
  display:block;
  padding:18px;
  border-radius:16px;
  background:#f6f9ff;
  border:1px solid #dfe7fb;
  font-size:14px;
  margin-bottom:12px;
  color:#111827;
}

.tvz-summary-row{
  display:flex;
  justify-content:space-between;
  padding:8px 0;
  border-bottom:1px solid #edf1fa;
}

.tvz-summary-row:last-of-type{
  border-bottom:none;
}

.tvz-summary-row span{
  color:#6b7280;
}

.tvz-summary-row b{
  color:#111827;
}

.tvz-summary-plus b{
  color:#16a34a;
}

.tvz-summary-receive{
  background:#f0fdf4;
  border-radius:8px;
  padding:10px 12px;
  margin:4px -4px;
}

.tvz-summary-receive b{
  color:#16a34a;
  font-size:15px;
}

.tvz-summary-receive span{
  color:#166534;
}

.tvz-summary-total{
  margin-top:4px;
  padding-top:10px;
  border-top:2px solid #3751cb;
  border-bottom:none;
}

.tvz-summary-total span,
.tvz-summary-total b{
  font-size:16px;
  color:#3751cb;
}

.tvz-summary-note{
  margin-top:8px;
  font-size:12px;
  color:#9ca3af;
  text-align:center;
}

.tvz-plus{
  margin-top:2px;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(135deg,#f4f6ff,#eef2ff);
  border:2px solid #3751cb;
  text-align:center;
  box-shadow:0 8px 20px rgba(55,81,203,.10);
}

.tvz-plus-header{
  margin-bottom:4px;
}

.tvz-plus-badge{
  display:inline-block;
  background:#3751cb;
  color:#fff;
  padding:6px 14px;
  border-radius:20px;
  font-weight:700;
  font-size:13px;
}

.tvz-plus-text{
  margin-top:12px;
  font-size:15px;
  font-weight:500;
  color:#111827;
  line-height:1.5;
}

.tvz-plus-benefits{
  margin-top:10px;
  font-size:13px;
  color:#444;
  line-height:1.7;
}

.tvz-plus-active{
  margin-top:14px;
  padding:12px 16px;
  background:#e8f8ef;
  border:1px solid #16a34a;
  border-radius:12px;
  text-align:center;
}

.tvz-plus-active-badge{
  display:inline-block;
  color:#16a34a;
  font-weight:800;
  font-size:14px;
}

.tvz-plus-active p{
  margin-top:4px;
  font-size:13px;
  color:#444;
}

.tvz-plus-disabled-note{
  margin-top:14px;
  padding:12px 16px;
  background:#fef2f2;
  border:1px solid #fca5a5;
  border-radius:12px;
  text-align:center;
}

.tvz-plus-disabled-note p{
  font-size:13px;
  color:#dc2626;
  font-weight:500;
}

.tvz-plus-status{
  margin-top:10px;
  padding:10px 14px;
  background:#e8f8ef;
  border:1px solid #16a34a;
  border-radius:12px;
  color:#16a34a;
  font-weight:700;
  font-size:13px;
}

.tvz-plus-checkbox{
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  cursor:pointer;
  justify-content:center;
}

.tvz-plus-checkbox input{
  display:none;
}

.tvz-plus-switch{
  width:44px;
  height:24px;
  background:#d6dcff;
  border-radius:20px;
  position:relative;
  transition:.25s;
  flex-shrink:0;
}

.tvz-plus-switch:after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  background:white;
  border-radius:50%;
  top:3px;
  left:3px;
  transition:.25s;
}

.tvz-plus-checkbox input:checked + .tvz-plus-switch{
  background:#3751cb;
}

.tvz-plus-checkbox input:checked + .tvz-plus-switch:after{
  transform:translateX(20px);
}

.tvz-email-box{
  margin-top:2px;
  padding:16px;
  background:#f8faff;
  border:1px solid #e3e8ff;
  border-radius:16px;
}

.tvz-email-title{
  font-weight:800;
  margin-bottom:8px;
  font-size:14px;
  color:#111827;
}

.tvz-email-input{
  width:100%;
  padding:13px 14px;
  border-radius:12px;
  border:1px solid #d6dcff;
  font-size:14px;
  outline:none;
  background:#fff;
}

.tvz-email-input:focus{
  border-color:#3751cb;
  box-shadow:0 0 0 3px rgba(55,81,203,0.15);
}

.tvz-final-card{
  padding:18px;
  border-radius:16px;
  background:#f6f9ff;
  border:1px solid #dfe7fb;
  margin-bottom:14px;
}

.tvz-final-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid #edf1fa;
}

.tvz-final-row:last-child{
  border-bottom:none;
}

.tvz-final-label{
  font-size:14px;
  color:#6b7280;
}

.tvz-final-value{
  font-size:14px;
  font-weight:700;
  color:#111827;
}

.tvz-final-total{
  margin-top:4px;
  padding-top:10px;
  border-top:2px solid #3751cb;
  border-bottom:none;
}

.tvz-final-total .tvz-final-label,
.tvz-final-total .tvz-final-value{
  font-size:16px;
  font-weight:800;
  color:#3751cb;
}

.tvz-confirm{
  display:flex;
  gap:8px;
  margin-top:4px;
  margin-bottom:14px;
  font-size:14px;
  align-items:flex-start;
  color:#374151;
  cursor:pointer;
}

.tvz-confirm input{
  margin-top:2px;
  cursor:pointer;
}

.tvz-autotopup-box{
  padding:18px;
  border-radius:16px;
  background:linear-gradient(135deg,#fffbeb,#fef3c7);
  border:1px solid #f59e0b;
  margin-bottom:16px;
}

.tvz-autotopup-header{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
}

.tvz-autotopup-icon{
  font-size:20px;
}

.tvz-autotopup-title{
  font-size:16px;
  font-weight:800;
  color:#92400e;
}

.tvz-autotopup-desc{
  font-size:13px;
  color:#78350f;
  line-height:1.5;
  margin-bottom:12px;
}

.tvz-autotopup-checkbox{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  cursor:pointer;
  color:#92400e;
}

.tvz-autotopup-checkbox input{
  display:none;
}

.tvz-autotopup-switch{
  width:44px;
  height:24px;
  background:#fde68a;
  border-radius:20px;
  position:relative;
  transition:.25s;
  flex-shrink:0;
}

.tvz-autotopup-switch:after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  background:white;
  border-radius:50%;
  top:3px;
  left:3px;
  transition:.25s;
}

.tvz-autotopup-checkbox input:checked + .tvz-autotopup-switch{
  background:#f59e0b;
}

.tvz-autotopup-checkbox input:checked + .tvz-autotopup-switch:after{
  transform:translateX(20px);
}

.tvz-autotopup-note{
  margin-top:10px;
  padding:10px 14px;
  background:#fff7ed;
  border:1px solid #fdba74;
  border-radius:10px;
}

.tvz-autotopup-note p{
  font-size:12px;
  color:#c2410c;
  font-weight:500;
  line-height:1.4;
}

.tvz-nav{
  margin-top:14px;
  display:flex;
  gap:10px;
}

.tvz-nav-back,
.tvz-nav-next{
  flex:1;
  padding:13px 16px;
  border-radius:12px;
  border:0;
  font-weight:700;
  cursor:pointer;
  font-size:14px;
  transition:.15s ease;
}

.tvz-nav-back{
  background:#eef2ff;
  color:#3751cb;
}

.tvz-nav-back:hover{
  background:#dde4ff;
}

.tvz-nav-next{
  background:#3751cb;
  color:#fff;
}

.tvz-nav-next:hover{
  background:#2f45b5;
}

.tvz-nav-next:disabled{
  background:#cfd5f2;
  cursor:not-allowed;
}

.tvz-nav-full{
  flex:none;
  width:100%;
}

#tvzPay{
  width:100%;
  padding:18px;
  border-radius:16px;
  border:0;
  background:linear-gradient(135deg,#3751cb,#4f6bff);
  color:#fff;
  font-weight:800;
  font-size:18px;
  cursor:pointer;
  transition:.2s;
  box-shadow:0 8px 18px rgba(55,81,203,.25);
  margin-bottom:8px;
}

#tvzPay:hover{
  transform:translateY(-2px);
}

#tvzPay:disabled{
  background:#cfd5f2;
  box-shadow:none;
  cursor:not-allowed;
  transform:none;
}

.tvz-footer{
  margin-top:auto;
  padding:24px 0;
  text-align:center;
  font-size:14px;
  color:#6b7280;
  border-top:1px solid #e5e7eb;
  background:#ffffff;
}

.tvz-footer strong{
  color:#3751cb;
  font-weight:700;
}

.tvz-footer a{
  color:#3751cb;
  text-decoration:none;
  font-weight:600;
  transition:opacity .15s;
}

.tvz-footer a:hover{
  opacity:.8;
}

.tvz-footer-links{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:12px;
}

.tvz-footer-links a{
  color:#6b7280;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  transition:color .15s;
}

.tvz-footer-links a:hover{
  color:#3751cb;
}

.tvz-nav-bar{
  padding:16px 0;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  border-bottom:1px solid #e9eef7;
  position:sticky;
  top:0;
  z-index:100;
}

.tvz-nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.tvz-nav-bar .logo{
  text-decoration:none;
}

.tvz-nav-menu{
  display:flex;
  gap:22px;
  align-items:center;
}

.tvz-nav-menu a{
  font-size:14px;
  font-weight:600;
  color:#374151;
  text-decoration:none;
  transition:color .15s;
}

.tvz-nav-menu a:hover{
  color:#3751cb;
}

.tvz-hamburger{
  display:none;
  background:none;
  border:none;
  cursor:pointer;
  padding:6px;
}

.tvz-hamburger span{
  display:block;
  width:24px;
  height:2px;
  background:#111827;
  margin:5px 0;
  border-radius:2px;
}

@media(max-width:900px){
  .hero-grid{
    grid-template-columns:1fr;
  }

  .tvz-title{
    font-size:30px;
  }
}

@media(max-width:640px){
  .tvz-nav-inner{
    flex-wrap:wrap;
  }

  .tvz-nav-menu{
    display:none;
    flex-direction:column;
    width:100%;
    gap:10px;
    padding-top:12px;
  }

  .tvz-nav-menu.open{
    display:flex;
  }

  .tvz-hamburger{
    display:block;
  }

  .tvz-footer-links{
    flex-direction:column;
    gap:10px;
  }
}

/* Recurring promo card */
.tvz-recurring-card{
  position:relative;
  width:100%;
  border-radius:16px;
  background:linear-gradient(135deg,#3751cb 0%,#5b6fd6 100%);
  color:#fff;
  padding:18px 18px 16px;
  margin-bottom:14px;
  cursor:pointer;
  overflow:hidden;
  transition:transform .15s,box-shadow .15s;
  box-shadow:0 4px 20px rgba(55,81,203,.25);
}

.tvz-recurring-card:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 28px rgba(55,81,203,.35);
}

.tvz-recurring-card:active{
  transform:scale(.98);
}

.tvz-recurring-card-badge{
  display:inline-block;
  background:rgba(255,255,255,.2);
  backdrop-filter:blur(4px);
  border-radius:20px;
  padding:3px 12px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  margin-bottom:12px;
}

.tvz-recurring-card-body{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}

.tvz-recurring-card-icon{
  font-size:32px;
  width:52px;
  height:52px;
  min-width:52px;
  background:rgba(255,255,255,.15);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.tvz-recurring-card-text strong{
  display:block;
  font-size:16px;
  font-weight:800;
  margin-bottom:2px;
}

.tvz-recurring-card-text p{
  font-size:13px;
  opacity:.85;
  line-height:1.4;
  margin:0;
}

.tvz-recurring-card-btn{
  width:100%;
  padding:11px 0;
  border-radius:12px;
  border:none;
  background:#fff;
  color:#3751cb;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:background .15s;
}

.tvz-recurring-card-btn:hover{
  background:#f0f4ff;
}

.tvz-recurring-status{
  padding:12px 16px;
  border-radius:12px;
  background:#e8f8ef;
  border:1px solid #16a34a;
  color:#16a34a;
  font-weight:700;
  font-size:13px;
  margin-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.tvz-recurring-status-cancel{
  background:none;
  border:none;
  color:#ef4444;
  font-size:12px;
  font-weight:600;
  cursor:pointer;
  padding:2px 6px;
}

/* Recurring modal overlay */
.tvz-modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  animation:tvzFadeIn .2s ease;
}

@keyframes tvzFadeIn{
  from{opacity:0;}
  to{opacity:1;}
}

.tvz-modal{
  background:#fff;
  border-radius:24px;
  padding:32px 28px 28px;
  max-width:420px;
  width:100%;
  position:relative;
  box-shadow:0 20px 60px rgba(0,0,0,.2);
  text-align:center;
  animation:tvzSlideUp .25s ease;
}

@keyframes tvzSlideUp{
  from{opacity:0;transform:translateY(20px);}
  to{opacity:1;transform:translateY(0);}
}

.tvz-modal-close{
  position:absolute;
  top:16px;
  right:18px;
  background:none;
  border:none;
  font-size:24px;
  color:#6b7280;
  cursor:pointer;
  line-height:1;
  padding:4px;
}

.tvz-modal-close:hover{
  color:#111827;
}

.tvz-modal-icon{
  font-size:36px;
  margin-bottom:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:60px;
  height:60px;
  background:#e8f8ef;
  border-radius:16px;
}

.tvz-modal-title{
  font-size:22px;
  font-weight:800;
  color:#111827;
  margin-bottom:6px;
}

.tvz-modal-desc{
  font-size:14px;
  color:#6b7280;
  line-height:1.5;
  margin-bottom:20px;
}

.tvz-modal-label{
  font-size:14px;
  color:#6b7280;
  margin-bottom:12px;
}

.tvz-freq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:16px;
}

.tvz-freq-btn{
  padding:14px;
  border-radius:14px;
  border:2px solid #e5e7eb;
  background:#fff;
  font-weight:700;
  font-size:15px;
  color:#374151;
  cursor:pointer;
  transition:.18s ease;
}

.tvz-freq-btn:hover{
  border-color:#3751cb;
}

.tvz-freq-btn.active{
  background:#3751cb;
  color:#fff;
  border-color:#3751cb;
  box-shadow:0 4px 12px rgba(55,81,203,.25);
}

.tvz-modal-hint{
  font-size:12px;
  color:#9ca3af;
  line-height:1.5;
  margin-bottom:20px;
}

.tvz-modal-skip{
  width:100%;
  padding:14px;
  border-radius:14px;
  border:2px solid #e5e7eb;
  background:#fff;
  font-weight:700;
  font-size:15px;
  color:#374151;
  cursor:pointer;
  margin-bottom:10px;
  transition:.15s ease;
}

.tvz-modal-skip:hover{
  border-color:#9ca3af;
  background:#f9fafb;
}

.tvz-modal-confirm{
  width:100%;
  padding:16px;
  border-radius:14px;
  border:0;
  background:linear-gradient(135deg,#3751cb,#4f6bff);
  color:#fff;
  font-weight:800;
  font-size:16px;
  cursor:pointer;
  transition:.2s;
  box-shadow:0 6px 16px rgba(55,81,203,.3);
}

.tvz-modal-confirm:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(55,81,203,.35);
}

@media(max-width:520px){
  .tvz-amounts{
    grid-template-columns:repeat(2,1fr);
  }

  .tvz-box{
    padding:18px;
  }

  .tvz-nav{
    flex-direction:column;
  }

  .tvz-final-row{
    flex-direction:column;
    align-items:flex-start;
    gap:2px;
  }
}

/* ===========================
   PROMO CODE
=========================== */
.tvz-promo-wrap{
  margin-top:14px;
  margin-bottom:4px;
}

.tvz-promo-toggle{
  font-size:13px;
  color:#3751cb;
  cursor:pointer;
  font-weight:600;
  display:inline-block;
  padding:4px 0;
  transition:.15s;
}
.tvz-promo-toggle:hover{
  text-decoration:underline;
}

.tvz-promo-form{
  margin-top:10px;
}

.tvz-promo-input-wrap{
  display:flex;
  gap:8px;
  align-items:stretch;
}

.tvz-promo-input{
  flex:1;
  padding:10px 14px;
  border:1px solid #dfe7fb;
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  outline:none;
  transition:.2s;
}
.tvz-promo-input:focus{
  border-color:#3751cb;
  box-shadow:0 0 0 3px rgba(55,81,203,.1);
}

.tvz-promo-apply{
  padding:10px 18px;
  background:#3751cb;
  color:#fff;
  border:none;
  border-radius:10px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
  transition:.15s;
}
.tvz-promo-apply:hover{
  background:#2f45b5;
}
.tvz-promo-apply:disabled{
  opacity:.5;
  cursor:not-allowed;
}

.tvz-promo-status{
  margin-top:8px;
  font-size:13px;
  font-weight:600;
  padding:8px 12px;
  border-radius:8px;
}
.tvz-promo-status.promo-ok{
  background:#e8f8ef;
  color:#16a34a;
}
.tvz-promo-status.promo-err{
  background:#fef2f2;
  color:#ef4444;
}