:root {
  --vb-ink: #2c2451;
  --vb-soft: #5a5378;
  --vb-muted: #8b849e;
  --vb-border: #d4cce6;
  --vb-purple: #42346d;
  --vb-deep: #201842;
  --vb-pale: #faf8ff;
  --vb-orange: #e77e22;
}
.dtc-yearly-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(16, 10, 32, .58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  overflow-y: auto;
}
.dtc-yearly-overlay.show { display: flex; }
.modal-open { overflow: hidden; }
.dtc-yearly-modal {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin: auto;
  box-shadow: 0 24px 70px rgba(32, 24, 66, .42);
  animation: vbpop .4s cubic-bezier(.16, 1, .3, 1) both;
  color: var(--vb-ink);
}
@keyframes vbpop {
  from { opacity: 0; transform: translateY(20px) scale(.96); }
  to { opacity: 1; transform: none; }
}
.dtc-yearly-head {
  background: linear-gradient(160deg, var(--vb-deep), var(--vb-purple));
  color: #fff;
  padding: 22px 22px 20px;
  text-align: center;
}
.dtc-yearly-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #ffd45e;
  margin-bottom: 9px;
}
.dtc-yearly-eyebrow .rule {
  width: 24px;
  height: 1.5px;
  background: #ffd45e;
  opacity: .5;
  border-radius: 2px;
}
.dtc-yearly-title {
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -.9px;
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 0 26px rgba(255, 255, 255, .18);
}
.dtc-yearly-body { padding: 18px 18px 20px; }
.dtc-yearly-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.dtc-yearly-option {
  position: relative;
  border: 1.5px solid var(--vb-border);
  background: #fff;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: .18s;
}
.dtc-yearly-option.selected {
  border-color: var(--vb-purple);
  background: var(--vb-pale);
  box-shadow: 0 0 0 3px rgba(66, 52, 109, .15);
}
.dtc-yearly-card-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  min-height: 32px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.dtc-yearly-card-head.grey {
  background: var(--vb-muted);
  font-size: 10px;
  justify-content: flex-start;
  padding-left: 39px;
}
.dtc-yearly-card-head.green { background: var(--vb-purple); }
.dtc-yearly-radio {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: transparent;
}
.dtc-yearly-option.selected .dtc-yearly-radio {
  background: #fff;
  color: var(--vb-purple);
}
.dtc-yearly-card-body { padding: 10px 10px 14px; }
.dtc-yearly-bottle {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0 8px;
}
.dtc-yearly-bottle img {
  max-height: 92px;
  max-width: 100%;
  object-fit: contain;
}
.dtc-yearly-name {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}
.dtc-yearly-price {
  margin-top: 9px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.dtc-yearly-price .cur {
  font-size: 14px;
  align-self: flex-start;
  margin-top: 2px;
}
.dtc-yearly-price .big {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 1;
}
.dtc-yearly-price .ea {
  font-size: 13px;
  font-weight: 600;
  color: var(--vb-soft);
  margin-left: 2px;
}
.dtc-yearly-sub {
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  color: var(--vb-muted);
}
.dtc-yearly-sub.member { color: var(--vb-purple); }
.dtc-yearly-bill {
  font-size: 10px;
  font-weight: 600;
  color: var(--vb-soft);
  margin-top: 4px;
}
.dtc-yearly-points {
  list-style: none;
  margin: 16px auto 0;
  padding: 0;
  width: fit-content;
}
.dtc-yearly-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--vb-ink);
}
.clock-icon, #clock {
  color: var(--vb-orange);
  font-weight: 900;
}
.dtc-yearly-points li.expired { font-weight: 700; }
.dtc-yearly-points li.expired .clock-icon { color: var(--vb-ink); }
@keyframes vbpulse {
  0%, 100% { box-shadow: 0 6px 16px rgba(231, 126, 34, .36); }
  50% { box-shadow: 0 6px 16px rgba(231, 126, 34, .36), 0 0 0 8px rgba(231, 126, 34, .18); }
}
.dtc-yearly-accept {
  width: 100%;
  margin-top: 14px;
  min-height: 60px;
  padding: 10px 16px;
  background: var(--vb-orange);
  color: #fff;
  border: none;
  border-radius: 13px;
  font: 800 19px/1 inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  animation: vbpulse 2s ease-in-out .7s infinite;
}
.dtc-yearly-accept.neutral {
  background: var(--vb-soft);
  animation: none;
  box-shadow: none;
}
.ticket-icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  display: block;
  fill: #fff;
}
.dtc-yearly-accept.neutral .ticket-icon { display: none; }
.dtc-yearly-trust {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--vb-muted);
}
.dtc-yearly-error {
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 8px;
  background: #fff2f2;
  color: #9f1d1d;
  font-size: 12px;
}
@media (max-width: 380px) {
  .dtc-yearly-head { padding: 18px 14px 16px; }
  .dtc-yearly-title { font-size: 25px; }
  .dtc-yearly-eyebrow { font-size: 11px; letter-spacing: 1.8px; gap: 8px; }
  .dtc-yearly-body { padding: 16px 12px 18px; }
  .dtc-yearly-card-body { padding: 8px 7px 12px; }
  .dtc-yearly-bottle { height: 80px; }
  .dtc-yearly-bottle img { max-height: 80px; }
  .dtc-yearly-price .big { font-size: 25px; }
  .dtc-yearly-name { font-size: 14px; }
}
