
:root{
  --vd-bg:#f4f7fb;
  --vd-card:#ffffff;
  --vd-text:#0f172a;
  --vd-sub:#475569;
  --vd-brand:#1a73e8;
  --vd-brand-dark:#165bb8;
  --vd-ok:#16a34a;
  --vd-border:#e2e8f0;
  --vd-shadow:0 10px 24px rgba(18,38,63,.08);
  --vd-radius:20px;
}

.vd-container{max-width:1180px;margin:0 auto;padding:24px}
@media (max-width:640px){.vd-container{padding:16px 14px}}

.vd-title{font-size:44px;font-weight:800;text-align:center;margin:8px 0 24px}

.vd-form{display:flex;gap:12px;justify-content:center;margin-bottom:12px}
.vd-input{width:100%;max-width:560px;padding:14px 16px;border-radius:12px;border:1px solid var(--vd-border);font-size:16px;background:#fff;}
.vd-btn{display:inline-block;background:#c4373b;color:#fff;border:none;border-radius:14px;padding:14px 24px;font-weight:700;cursor:pointer;text-decoration:none;line-height:1;text-align:center}
.vd-btn.ghost{background:#fff;color:var(--vd-brand);border:1px solid var(--vd-brand)}

.vd-banner{background:#DDEBFF;border-radius:16px;padding:14px 16px;margin:16px 0}

.product-quantity {display: none !important;}

.vd-error{
  background:#fde8e8;color:#9b1c1c;border-radius:12px;
  padding:12px 14px;border:1px solid #f8b4b4;margin:12px 0;
}

.vd-btns {margin-left: -6%;border-radius: 0px 5px 5px 0px !important;}

.vd-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:12px}
@media (max-width:1024px){.vd-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.vd-cards{grid-template-columns:1fr;gap:16px}}

.vd-card.plan{
  background:#fff;border-radius:var(--vd-radius);box-shadow:var(--vd-shadow);
  padding:24px 22px 28px;border:1px solid var(--vd-border);position:relative;
  display:flex;flex-direction:column;min-height:100%;
}
.vd-card.plan.featured{outline:3px solid #5B6AFF}

.vd-save-badge,
.vd-badge{position:absolute;top:14px;border-radius:9999px;padding:5px 9px;
  font-size:12px;line-height:1;font-weight:500;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.vd-save-badge{left:16px;background:#16a34a;color:#fff}
.vd-badge.primary{right:16px;background:#5B6AFF;color:#fff}

.vd-card.plan h3{
  text-align:center;font-weight:800;font-size:28px;margin:44px 0 10px;
}
@media (max-width:640px){
  .vd-card.plan h3{font-size:26px;margin-top:50px}
}

.vd-price-row{
  display:flex;align-items:baseline;justify-content:center;gap:10px;margin:8px 0 16px;
}
.vd-price-label{color:#111827;font-weight:700}
.vd-price-new{font-weight:800;font-size:24px;color:#0f172a}
.vd-price-row del{
  opacity:.5;
  font-size:16px;
  color:#6b7280;
}
.vd-price-row ins{text-decoration:none;color:#111827;font-weight:800}

.vd-bullets{margin:12px 0 18px 0;padding-left:0;list-style:none;font-size:16px;line-height:1.55;color:#1f2937}
.vd-bullets li{position:relative;margin:8px 0;padding-left:28px;text-align:left}
.vd-bullets li::before{
  content:"";position:absolute;left:0;top:2px;width:20px;height:20px;
  background-repeat:no-repeat;background-size:20px 20px;background-position:center;
  background-image:url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2316a34a%22 stroke-width=%223%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpolyline points=%2220 6 9 17 4 12%22/%3E%3C/svg%3E');
}
.vd-bullets li strong{font-weight:700;color:#111827}

.vd-actions{margin-top:20px;display:flex;justify-content:center}
.vd-actions .vd-btn{min-width:260px}

.vd-credit-cta{text-align:center;margin:24px 0}
.vd-modal-backdrop{position:fixed;inset:0;background:rgba(17,24,39,.5);display:none;align-items:center;justify-content:center;z-index:9999}
.vd-modal{background:#fff;border-radius:var(--vd-radius);box-shadow:var(--vd-shadow);width:min(640px,92vw);padding:20px;border:1px solid var(--vd-border)}
.vd-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.vd-close{border:0;background:transparent;font-size:22px;cursor:pointer}

.vd-checkout{background:#F8FAFC;border-radius:16px;padding:18px;margin-bottom:18px;border:1px solid var(--vd-border)}

.vd-grid-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:16px 0 34px}
.vd-card{background:#fff;border-radius:var(--vd-radius);box-shadow:var(--vd-shadow);padding:22px 20px;border:1px solid var(--vd-border)}
.vd-card-title{font-size:18px;margin:0 0 12px;display:flex;align-items:center;gap:10px;font-weight:800}
.vd-icon{display:inline-flex;width:22px;height:22px;color:#1a73e8}

.vd-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}
@media (max-width:720px){.vd-grid{grid-template-columns:1fr}}

.vd-row{display:contents}
.vd-label{color:#374151;font-size:14px;padding:10px 0;border-bottom:1px solid var(--vd-border)}
.vd-value{color:#0f172a;font-weight:600;padding:10px 0;border-bottom:1px solid var(--vd-border)}
.vd-empty{padding:12px 10px;border:1px dashed var(--vd-border);border-radius:12px;color:#6b7280;font-size:14px}

@media (max-width:640px){
  .vd-card{padding:16px;border-radius:16px}
  .vd-card-title{font-size:17px}
  .vd-actions .vd-btn{min-width:220px}
  .vd-grid-cards{grid-template-columns:1fr;gap:16px}
}

.woocommerce-form-coupon-toggle,
tr.recurring-totals,
.recurring-total {display:none!important}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  display:none!important;
}

.woocommerce-account .woocommerce-MyAccount-content .wcs-subscription-details,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-subscription-details,
.woocommerce-account .woocommerce-MyAccount-content .subscription_info,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table.subscription_details {
  background:#fff !important;
  border:1px solid var(--vd-border);
  border-radius:20px;
  box-shadow:var(--vd-shadow);
  padding:22px 20px;
  margin-bottom:30px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table.subscription_details{
  border-collapse:separate;
  border-spacing:0;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table.subscription_details th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table.subscription_details td{
  padding:12px 10px;
  border-bottom:1px solid var(--vd-border);
  text-align:left;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table.subscription_details tr:last-child th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table.subscription_details tr:last-child td{
  border-bottom:0;
}

.woocommerce-checkout #vd-consent label{
  font-weight:400 !important;
}

#vd-consent span{
  color:#374151;
  font-weight:400;
  font-size:16px;
  line-height:1.5;
}

#vd-consent a{
  color:#c4373b;
  font-weight:600;
  text-decoration:none;
}
#vd-consent a:hover{ text-decoration:underline; }

#vd-consent input[type="checkbox"]{
  width:22px !important;
  height:22px !important;
  transform:scale(1.35);
  transform-origin:top left;
  accent-color:#ef4d13;
  cursor:pointer;
  margin-top:3px;
}
#vd-consent label{ display:flex; gap:12px; align-items:flex-start; }

#vd-consent span {
  color:#6b7280;
  font-weight:400;
  font-size:16px;
  line-height:1.55;
}

#vd-consent {
  margin-bottom:18px!important;
}

.thanks h3{justify-content:center;font-size:28px;font-weight:500}

#vd-pay-overlay{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;background:rgba(15,23,42,.78);backdrop-filter:saturate(120%) blur(2px)}
#vd-pay-overlay.vd-overlay--shown{display:flex}
#vd-pay-overlay .vd-box{background:#fff;border:1px solid var(--vd-border);border-radius:16px;box-shadow:var(--vd-shadow);padding:22px 20px;max-width:520px;width:92%;text-align:center}
#vd-pay-overlay .vd-title{font-weight:800;font-size:18px;margin:4px 0 6px}
#vd-pay-overlay .vd-sub{color:#475569;font-size:14px}
#vd-pay-overlay .vd-spinner{width:38px;height:38px;border-radius:50%;border:4px solid #e5e7eb;border-top-color:#ef4d13;margin:0 auto 12px;animation:vdspin 1s linear infinite}
@keyframes vdspin{to{transform:rotate(360deg)}}

.vd-myreports .vd-grid.vd-grid--reports {

  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 768px) {

  .vd-myreports .vd-grid.vd-grid--reports {
    grid-template-columns: 1fr !important;
  }

  .vd-myreports .vd-label {
    display: none !important;
  }

  .vd-myreports .vd-cell {
    padding: 10px 0;
    border-bottom: 1px solid #f0f2f5;
  }
  .vd-myreports .vd-cell:last-child { border-bottom: 0; }

  .vd-myreports .vd-kv__label {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .vd-myreports .vd-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}

@media (min-width: 769px) {
  .vd-myreports .vd-kv__label { display: none !important; }
}

@media (min-width: 993px) {
  .vd-myreports .vd-head {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 8px 20px;
  }

  .vd-myreports .vd-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 8px 20px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f2f5;
  }

  .vd-myreports .vd-row .vd-m-label {
    display: none;
  }

  .vd-myreports .vd-row .vd-cell {
    display: block;
    border: 0;
    padding: 0;
  }

  .vd-myreports .vd-row .vd-btn {
    width: auto;
    text-align: left;
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .vd-myreports .vd-head {
    display: none;
  }

  .vd-myreports .vd-row {
    display: block;
    padding: 12px 16px;
    margin: 12px 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }

  .vd-myreports .vd-row .vd-cell {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f0f2f5;
  }

  .vd-myreports .vd-row .vd-cell:last-child {
    border-bottom: 0;
  }

  .vd-myreports .vd-row .vd-m-label {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .02em;
  }

  .vd-myreports .vd-row .vd-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}

@media (min-width: 769px) {
  .vd-used .vd-grid { grid-template-columns: 1fr 1fr 1fr !important; }
}

@media (max-width: 768px) {
  .vd-used .vd-grid { grid-template-columns: 1fr !important; }

  .vd-used .vd-grid > .vd-label { display: none !important; }

  .vd-used .vd-grid > .vd-value {
    padding: 10px 0;
    border-bottom: 1px solid #f0f2f5;
  }

  .vd-used .vd-grid > .vd-value::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .02em;
  }

  .vd-used .vd-grid > .vd-value:nth-child(3n+6) {
    margin-bottom: 12px;
  }
}

.plan .vd-price-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.plan .vd-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.plan .vd-price-new {
  line-height: 1.1;
}

.plan .vd-price-note {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .plan .vd-price-row {
    gap: 8px;
  }
  .plan .vd-price-note {
    font-size: 12px;
  }
}


.vd-cols-3{grid-template-columns:1fr 1fr 1fr;}
.vd-btn-sm{padding:6px 10px;}
.vd-title-tight{margin-top:0;margin-bottom:18px;}
.vd-span-all{grid-column:1/-1;}
.plan.featured{outline:3px solid #5B6AFF;}
