/* ── Base card ── */
.intlz-pricing-card-style2 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 300px;
  overflow: hidden;
  font-family: sans-serif;
}

/* ── Hero section ── */
.intlz-pricing-card-style2__hero {
  padding: 2rem 1.75rem 1.5rem;
  border-bottom: 1px solid #f3f4f6;
  position: relative;
}

/* ── Plan name ── */
.intlz-pricing-card-style2__plan-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 1rem;
}

/* ── Price row ── */
.intlz-pricing-card-style2__price-row {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  margin: 0 0 0.5rem;
}

.intlz-pricing-card-style2__currency {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  padding-top: 6px;
}

.intlz-pricing-card-style2__amount {
  font-size: 56px;
  font-weight: 700;
  color: #111827;
  line-height: 1;
}

/* ── Meta ── */
.intlz-pricing-card-style2__meta {
  font-size: 13px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 8px;
}

.intlz-pricing-card-style2__old-price {
  text-decoration: line-through;
  color: #d1d5db;
}

/* ── Badge ── */
.intlz-pricing-card-style2__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
}

/* ── Features list ── */
.intlz-pricing-card-style2__features {
  list-style: none;
  margin: 0;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-bottom: 1px solid #f3f4f6;
}

.intlz-pricing-card-style2__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #374151;
}

.intlz-pricing-card-style2__features li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
}

/* ── CTA button ── */
.intlz-pricing-card-style2__cta {
  display: block;
  margin: 1.5rem 1.75rem;
  padding: 13px 0;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: opacity 0.15s ease;
  box-sizing: border-box;
}

.intlz-pricing-card-style2__cta:hover {
  opacity: 0.85;
}


/* ══════════════════════════════
   THEMES
══════════════════════════════ */

/* ── Violet ── */
.intlz-pricing-card-style2--violet {
  border-top: 4px solid #7F77DD;
}
.intlz-pricing-card-style2--violet .intlz-pricing-card-style2__badge {
  background: #EEEDFE;
  color: #3C3489;
}
.intlz-pricing-card-style2--violet .intlz-pricing-card-style2__features li::before {
  background: #EEEDFE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3.5 3.5 6.5-7' stroke='%233C3489' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.intlz-pricing-card-style2--violet .intlz-pricing-card-style2__cta {
  background: #7F77DD;
  color: #ffffff;
}

/* ── Ocean ── */
.intlz-pricing-card-style2--ocean {
  border-top: 4px solid #378ADD;
}
.intlz-pricing-card-style2--ocean .intlz-pricing-card-style2__badge {
  background: #E6F1FB;
  color: #185FA5;
}
.intlz-pricing-card-style2--ocean .intlz-pricing-card-style2__features li::before {
  background: #E6F1FB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3.5 3.5 6.5-7' stroke='%23185FA5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.intlz-pricing-card-style2--ocean .intlz-pricing-card-style2__cta {
  background: #378ADD;
  color: #ffffff;
}

/* ── Rose ── */
.intlz-pricing-card-style2--rose {
  border-top: 4px solid #D4537E;
}
.intlz-pricing-card-style2--rose .intlz-pricing-card-style2__badge {
  background: #FBEAF0;
  color: #993556;
}
.intlz-pricing-card-style2--rose .intlz-pricing-card-style2__features li::before {
  background: #FBEAF0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3.5 3.5 6.5-7' stroke='%23993556' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.intlz-pricing-card-style2--rose .intlz-pricing-card-style2__cta {
  background: #D4537E;
  color: #ffffff;
}

/* ── Slate ── */
.intlz-pricing-card-style2--slate {
  border-top: 4px solid #888780;
}
.intlz-pricing-card-style2--slate .intlz-pricing-card-style2__badge {
  background: #F1EFE8;
  color: #444441;
}
.intlz-pricing-card-style2--slate .intlz-pricing-card-style2__features li::before {
  background: #F1EFE8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3.5 3.5 6.5-7' stroke='%23444441' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.intlz-pricing-card-style2--slate .intlz-pricing-card-style2__cta {
  background: #888780;
  color: #ffffff;
}

/* ── Amber ── */
.intlz-pricing-card-style2--amber {
  border-top: 4px solid #EF9F27;
}
.intlz-pricing-card-style2--amber .intlz-pricing-card-style2__badge {
  background: #FAEEDA;
  color: #854F0B;
}
.intlz-pricing-card-style2--amber .intlz-pricing-card-style2__features li::before {
  background: #FAEEDA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3.5 3.5 6.5-7' stroke='%23854F0B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}
.intlz-pricing-card-style2--amber .intlz-pricing-card-style2__cta {
  background: #EF9F27;
  color: #ffffff;
}



/* ── Wrapper ── */
.intlz-pricing-card-style2-wrap {
  position: relative;
  display: inline-block;
}

/* ── Ribbon ── */
.intlz-pricing-card-style2-wrap .intlz-pricing-card-style2__ribbon {
  position: absolute;
  top: -10px;
  right: 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 6px;
  z-index: 3;
  color: #ffffff;
}

/* ── Per theme ── */
.intlz-pricing-card-style2-wrap:has(.intlz-pricing-card-style2--violet) .intlz-pricing-card-style2__ribbon { background: #7F77DD; }
.intlz-pricing-card-style2-wrap:has(.intlz-pricing-card-style2--ocean)  .intlz-pricing-card-style2__ribbon { background: #378ADD; }
.intlz-pricing-card-style2-wrap:has(.intlz-pricing-card-style2--rose)   .intlz-pricing-card-style2__ribbon { background: #D4537E; }
.intlz-pricing-card-style2-wrap:has(.intlz-pricing-card-style2--slate)  .intlz-pricing-card-style2__ribbon { background: #888780; }
.intlz-pricing-card-style2-wrap:has(.intlz-pricing-card-style2--amber)  .intlz-pricing-card-style2__ribbon { background: #EF9F27; }