*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #1a1a1a;
  font-family: Tahoma, Arial, "Segoe UI", sans-serif;
  line-height: 1.8;
  direction: rtl;
  overflow-x: hidden;
}

main {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.65rem, 5vw, 2.4rem);
  line-height: 1.4;
  font-weight: 700;
}

.intro {
  max-width: 780px;
  margin: 0 auto 3rem;
  font-size: clamp(0.98rem, 2.5vw, 1.1rem);
  line-height: 2;
}

.support-section {
  width: 100%;
  margin: 0 0 3.5rem;
}

.support-section:last-child {
  margin-bottom: 0;
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  line-height: 1.5;
  font-weight: 600;
}

stripe-pricing-table {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  main {
    padding: 2rem 1rem;
  }

  .intro {
    margin-bottom: 2.5rem;
  }

  .support-section {
    margin-bottom: 3rem;
  }
}

@media (max-width: 480px) {
  main {
    padding: 1.5rem 0.75rem;
  }

  .support-section {
    margin-bottom: 2.5rem;
  }
}
