.arzi-promo {
  --space-10: 0.625rem;
  --space-11: 0.6875rem;
  --space-12: 0.75rem;
  --space-13: 0.8125rem;
  --space-14: 0.875rem;
  --space-17: 1.0625rem;
  --space-19: 1.1875rem;
  --space-22: 1.375rem;
  --space-30: 1.875rem;
}
.arzi-promo .container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 15px;
}

@keyframes arp-orb-drift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -20px) scale(1.08);
  }
}
@keyframes arp-dot-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}
.arzi-promo {
  position: relative;
  padding: 52px 0;
  margin-bottom: 24px;
  overflow: hidden;
  background: radial-gradient(ellipse at top right, rgba(34, 211, 238, 0.12) 0%, transparent 55%), radial-gradient(ellipse at bottom left, rgba(236, 72, 153, 0.1) 0%, transparent 55%), linear-gradient(135deg, #0d0a35 0%, #140d4a 50%, #0a0730 100%);
  isolation: isolate;
}
.arzi-promo__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: arp-orb-drift 14s ease-in-out infinite;
}
.arzi-promo__orb--1 {
  top: -80px;
  right: 10%;
  width: 300px;
  height: 300px;
  background: rgba(91, 82, 240, 0.45);
}
.arzi-promo__orb--2 {
  bottom: -100px;
  left: 5%;
  width: 340px;
  height: 340px;
  background: rgba(34, 211, 238, 0.28);
  animation-delay: -7s;
}
.arzi-promo__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}
.arzi-promo__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, 0.3);
  font-size: var(--space-12);
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}
.arzi-promo__title {
  font-size: var(--space-30);
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.3;
}
.arzi-promo__title span {
  display: block;
  font-size: var(--space-17);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
  background: linear-gradient(90deg, #22d3ee, #5b52f0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.arzi-promo__desc {
  font-size: var(--space-14);
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 22px;
  max-width: 520px;
}
.arzi-promo__features {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.arzi-promo__features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.arzi-promo__features li div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.arzi-promo__features li strong {
  color: #fff;
  font-size: var(--space-13);
  font-weight: 700;
}
.arzi-promo__features li span {
  color: rgba(255, 255, 255, 0.55);
  font-size: var(--space-12);
  line-height: 1.6;
}
.arzi-promo__feature-ico {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.arzi-promo__feature-ico--shield {
  background: rgba(16, 185, 129, 0.15);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.arzi-promo__feature-ico--flash {
  background: rgba(251, 191, 36, 0.15);
  color: #fcd34d;
  border: 1px solid rgba(251, 191, 36, 0.3);
}
.arzi-promo__feature-ico--support {
  background: rgba(34, 211, 238, 0.15);
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, 0.3);
}
.arzi-promo__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.arzi-promo__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: var(--space-13);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.arzi-promo__cta--primary {
  background: linear-gradient(135deg, #5b52f0 0%, #ec4899 100%);
  color: #fff;
  box-shadow: 0 10px 26px rgba(91, 82, 240, 0.45);
}
.arzi-promo__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(91, 82, 240, 0.6);
}
.arzi-promo__cta--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.arzi-promo__cta--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}
.arzi-promo__preview {
  display: flex;
  justify-content: center;
}
.arzi-promo__card {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.arzi-promo__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.4), transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.arzi-promo__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.arzi-promo__card-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 8px;
  background: rgba(16, 185, 129, 0.15);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, 0.3);
  font-size: var(--space-11);
  font-weight: 700;
}
.arzi-promo__card-logos {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.arzi-promo__card-rates-title {
  display: block;
  font-size: var(--space-12);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}
.arzi-promo__rate-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.arzi-promo__rate {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.arzi-promo__rate img {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.arzi-promo__rate > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.arzi-promo__rate > div strong {
  color: #fff;
  font-size: var(--space-13);
  font-weight: 700;
}
.arzi-promo__rate > div small {
  color: rgba(255, 255, 255, 0.45);
  font-size: var(--space-11);
  direction: ltr;
}
.arzi-promo__rate:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(34, 211, 238, 0.25);
  transform: translateX(3px);
}
.arzi-promo__rate-price {
  font-size: var(--space-14);
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.arzi-promo__card-foot {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: var(--space-11);
  color: rgba(255, 255, 255, 0.5);
}
.arzi-promo__card-foot-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: arp-dot-pulse 1.6s ease-in-out infinite;
}

@media (max-width: 991px) {
  .arzi-promo {
    padding: 36px 0 32px;
  }
  .arzi-promo__orb--1 {
    width: 260px;
    height: 260px;
    top: -80px;
    right: -80px;
  }
  .arzi-promo__orb--2 {
    width: 240px;
    height: 240px;
    bottom: -80px;
    left: -80px;
  }
  .arzi-promo__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .arzi-promo__title {
    font-size: var(--space-22);
  }
  .arzi-promo__title span {
    font-size: var(--space-14);
  }
  .arzi-promo__desc {
    font-size: var(--space-13);
    margin-bottom: 18px;
    max-width: 100%;
  }
  .arzi-promo__features {
    gap: 9px;
    margin-bottom: 20px;
  }
  .arzi-promo__feature-ico {
    width: 32px;
    height: 32px;
  }
  .arzi-promo__preview {
    justify-content: stretch;
  }
  .arzi-promo__card {
    max-width: 100%;
    padding: 18px;
  }
}
@media (max-width: 576px) {
  .arzi-promo {
    padding: 28px 0 24px;
  }
  .arzi-promo__orb--1 {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -60px;
    filter: blur(50px);
  }
  .arzi-promo__orb--2 {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -60px;
    filter: blur(50px);
  }
  .arzi-promo__eyebrow {
    padding: 5px 11px;
    font-size: var(--space-11);
    margin-bottom: 12px;
  }
  .arzi-promo__title {
    font-size: var(--space-19);
    line-height: 1.35;
    margin-bottom: 10px;
  }
  .arzi-promo__title span {
    font-size: var(--space-13);
  }
  .arzi-promo__desc {
    font-size: var(--space-12);
    line-height: 1.9;
    margin-bottom: 16px;
  }
  .arzi-promo__features {
    gap: 8px;
    margin-bottom: 16px;
  }
  .arzi-promo__features li {
    gap: 10px;
  }
  .arzi-promo__features strong {
    font-size: var(--space-12);
  }
  .arzi-promo__features span {
    font-size: var(--space-11);
    line-height: 1.55;
  }
  .arzi-promo__feature-ico {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }
  .arzi-promo__feature-ico svg {
    width: 14px;
    height: 14px;
  }
  .arzi-promo__actions {
    gap: 8px;
  }
  .arzi-promo__cta {
    padding: 10px 16px;
    font-size: var(--space-12);
    flex: 1;
    justify-content: center;
    min-width: 0;
  }
  .arzi-promo__card {
    padding: 16px;
    border-radius: 18px;
  }
  .arzi-promo__card::before {
    border-radius: 18px;
  }
  .arzi-promo__card-head {
    margin-bottom: 14px;
  }
  .arzi-promo__card-chip {
    padding: 4px 9px;
    font-size: var(--space-10);
  }
  .arzi-promo__card-rates-title {
    font-size: var(--space-11);
    margin-bottom: 8px;
  }
  .arzi-promo__rate {
    padding: 8px 10px;
    gap: 10px;
    border-radius: 10px;
  }
  .arzi-promo__rate img {
    width: 24px;
    height: 17px;
  }
  .arzi-promo__rate > div strong {
    font-size: var(--space-12);
  }
  .arzi-promo__rate > div small {
    font-size: var(--space-10);
  }
  .arzi-promo__rate-price {
    font-size: var(--space-13);
  }
  .arzi-promo__card-foot {
    margin-top: 12px;
    padding-top: 10px;
    font-size: var(--space-10);
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .arzi-promo {
    margin: 0 0 18px;
    padding: 24px 0;
  }
}
/* [CHANGE][2026-07-27] getSvg() emits a square width/height on every icon it
   renders. The two card-brand marks have a 48x32 viewBox, so restore their
   real box here (CSS wins over the presentation attributes) — without this
   they letterbox inside a square. */
.arzi-promo__card-logos svg {
  width: 40px;
  height: 26px;
}
