@font-face {
  font-family: 'Vazirmatn';
  src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

html[dir='rtl'] {
  direction: rtl;
}

html[dir='rtl'] body {
  font-family: 'Vazirmatn', Tahoma, sans-serif;
  text-align: right;
  line-height: 1.8;
  font-feature-settings: 'ss01', 'ss02';
}

html[dir='rtl'] input,
html[dir='rtl'] textarea,
html[dir='rtl'] select {
  text-align: inherit;
}

html[dir='rtl'] input[type='email'],
html[dir='rtl'] input[type='url'],
html[dir='rtl'] input[type='tel'],
html[dir='rtl'] input[type='number'],
html[dir='rtl'] input[type='password'],
html[dir='rtl'] .ltr-input {
  direction: ltr;
  text-align: left;
}

html[dir='rtl'] .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass {
  background: rgba(15, 21, 36, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(125, 211, 252, 0.1);
}

.glass-elevated {
  background: rgba(15, 21, 36, 0.75);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(125, 211, 252, 0.2);
  box-shadow: 0 0 30px rgba(125, 211, 252, 0.05);
}

.glass-card {
  background: rgba(15, 21, 36, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(125, 211, 252, 0.1);
  box-shadow: 0 0 30px rgba(125, 211, 252, 0.05);
}

.glass-input {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(125, 211, 252, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-input:focus {
  background: rgba(255, 255, 255, 0.07);
  border-color: #7dd3fc;
  box-shadow: 0 0 15px rgba(125, 211, 252, 0.15);
  outline: none;
}

.glow-hover:hover {
  box-shadow: 0 0 20px rgba(125, 211, 252, 0.2);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.pricing-grid {
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 32rem;
  min-height: 32rem;
  direction: ltr;
  text-align-last: center;
}

.pricing-card > :not(.absolute) {
  direction: rtl;
  width: 100%;
}

.pricing-card__features {
  display: grid;
  justify-items: center;
  flex: 1 1 auto;
  margin-bottom: 2rem;
}

.pricing-card__action {
  margin-top: auto;
  width: 100%;
  direction: rtl;
}

.glow-button {
  position: relative;
  overflow: hidden;
}

.glow-button::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.2) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
}

.glow-button:hover::after {
  opacity: 1;
}

.floating-element {
  animation: persian-float 6s ease-in-out infinite;
}

@keyframes persian-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.persian-digits {
  font-variant-numeric: tabular-nums;
}
