.pricingExact {
  min-height: 100vh;
  padding: 128px 32px 80px;
  background: #ffffff;
}
.pricingExact *{box-sizing:border-box}.pricingExact h1,.pricingExact h2,.pricingExact h3,.pricingExact p{margin:0}.pricingExact a{text-decoration:none}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pricingTable {
  width: min(100%, 1540px);
  min-height: 720px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  direction: inherit;
  border: 1px dashed #263142;
}

.card {
  min-width: 0;
  min-height: 720px;
  padding: 44px 34px 42px;
  display: flex;
  flex-direction: column;
  color: #111111;
  background: #ffffff;
}

.card + .card {
  border-inline-start: 1px dashed #263142;
}

.featured {
  color: #ffffff;
  background: #204b8d;
}

.cardHeader {
  min-height: 185px;
  text-align: center;
}

.nameRow {
  min-height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.nameRow h2 {
  font-size: 17px;
  font-weight: 600 !important;
  line-height: 1.5;
}

.badge {
  padding: 4px 11px 3px;
  color: #111111;
  border-radius: 999px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.cardHeader p {
  margin-top: 10px;
  font-size: clamp(20px, 1.55vw, 25px);
  font-weight: 400;
  line-height: 1.7;
}

.priceBlock h3 {
  font-size: 25px;
  font-weight: 500 !important;
  line-height: 1.5;
  text-align: center;
}

.divider {
  width: 100%;
  margin-top: 25px;
  border-top: 1px dashed currentColor;
  opacity: 0.85;
}

.features {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.check {
  width: 21px;
  height: 21px;
  display: inline-flex;
  flex: 0 0 21px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  background: #204b8d;
}

.featured .check {
  color: #204b8d;
  background: #ffffff;
}

.selectButton {
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #204b8d;
  border-radius: 999px;
  background: #204b8d;
  font-size: 16px;
  font-weight: 600;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.featured .selectButton {
  color: #111111;
  border-color: #ffffff;
  background: #ffffff;
}

.selectButton:hover {
  color: #204b8d;
  background: #ffffff;
  transform: translateY(-2px);
}

.featured .selectButton:hover {
  color: #ffffff;
  background: transparent;
}

.selectButton:focus-visible {
  outline: 3px solid rgba(74, 128, 226, 0.38);
  outline-offset: 4px;
}

@media (max-width: 1000px) {
  .pricingExact {
    padding-inline: 22px;
  }

  .card {
    padding-inline: 24px;
  }

  .cardHeader p {
    font-size: 20px;
  }

  .features li {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .pricingExact {
    padding: 92px 16px 56px;
  }

  .pricingTable {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    border: 0;
  }

  .card {
    min-height: 600px;
    padding: 34px 24px 28px;
    border: 1px dashed #263142;
  }

  .card + .card {
    border-inline-start: 1px dashed #263142;
  }

  .featured {
    border-color: #204b8d;
    box-shadow: 0 18px 42px rgba(32, 75, 141, 0.18);
  }

  .cardHeader {
    min-height: 150px;
  }

  .cardHeader p {
    max-width: 300px;
    margin-inline: auto;
    font-size: 20px;
  }

  .features li {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .card {
    padding-inline: 18px;
  }

  .cardHeader p {
    font-size: 18px;
  }

  .features li {
    gap: 8px;
    font-size: 13px;
  }
}
