h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  text-align: left;
  color: var(--text-color);
  align-self: flex-start;
  text-align: left;
}
h4 {
  padding-left: 80px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
  text-align: left;
  color: var(--text-color);
  align-self: flex-start;
  text-align: left;
}
p {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.6;
  color: var(--text-color);
}

.piracy-stat a {
  text-decoration: underline;
}

.spacer {
  height: 40px;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}

.card-row .card:last-child {
  flex: 0 0 auto;
  width: fit-content;
  max-width: 500px;
  margin-top: auto; /* keeps it bottom-aligned */

  /* Move left to overlap the first card */
  margin-left: -50px; /* adjust this value as needed */
  transform: translateY(40px);

  /* Optional: add a little z-index to be above the first card */
  position: relative;
  z-index: 1;
}

.check_now_form button {
  display: block;
  margin: 0 auto;
}
.check_now_form input[type="text"] {
  width: 100%;
  max-width: 300px;
  padding: 12px 16px;
  font-size: 18px;
  color: var(--text-color);
  background-color: #1c1c1c;
  border: 2px solid var(--line-color);
  border-radius: 10px;
  outline: none;
  transition: all 0.25s ease;
}

.card {
  border: 1px solid var(--line-color);
  border-radius: 12px;
  padding: 24px;
  max-width: 500px;
  margin: 15px 0 0 0;
  background: #222;
}

.card h1 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  text-align: center;
  color: var(--text-color);
}

.card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  text-align: center;
  color: var(--text-color);
}

.card p {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.6;
  color: var(--text-color);
}

.basic-services {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 20px 0 20px 0;
}

.card .icon {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.whatwecover {
  border: 1px solid var(--line-color);
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  margin: 15px 0 0 0;
  background: #222;
}
.whatwecover h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  text-align: left;
  color: var(--text-color);
}

.whatwecover p {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.6;
  color: var(--text-color);
}

.smallcard-services {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.smallcard {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  border-radius: 12px;
  padding: 24px;
  max-width: 500px;
  margin: 15px 0 0 0;
  background: #222;
}
.smallcard p {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-color);
}
.smallcard .icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.btn-group {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  margin-top: 20px;
}

.pricing {
  width: 100%;
  margin-top: 60px;
}

.pricing h2 {
  text-align: center;
  margin-bottom: 30px;
}
.pricing h3 {
  text-align: center;
  /* margin-bottom: 30px; */
}

.pricing-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.price-card {
  background: #222;
  border: 1px solid var(--line-color);
  border-radius: 12px;
  padding: 24px;
  width: 280px;
  text-align: center;
}

.price-card.featured {
  border: 2px solid #ffb300;
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.2);
}

.price {
  font-size: 32px;
  color: #ffb300;
  font-weight: bold;
  margin: 15px 0;
}

.price-card ul {
  list-style: none;
  text-align: left;
  font-size: 20px;
  width: fit-content; /* key line */
  margin: 20px auto; /* centers the list */
  padding: 0;
}

.price-card li {
  position: relative;
  padding-left: 22px; /* space for ✓ / ✕ */
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.price-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

/* checked */
.price-card li.checked::before {
  content: "✓";
  font-weight: 800;
  color: var(--line-color);
}

/* unchecked */
.price-card li.unchecked::before {
  content: "✕";
  color: #666;
  font-weight: 800;
}

.pricing-hint {
  padding-top: 12px;
  margin-top: 12px;
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  line-height: 1.4;
}

.pricing-hint strong {
  color: #444;
  font-weight: 600;
}

.pricing-hint .plan-adv {
  font-weight: 600;
  color: #ff8a00; /* accent */
}

.pricing-hint .plan-ent {
  font-weight: 600;
  color: var(--enterprise-color); /* enterprise */
}

.why-us {
  width: 100%;
  margin-top: 80px;
  padding: 40px 30px;
  border: 1px solid var(--line-color);
  border-radius: 12px;
  background: #222;
}

.why-us h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: var(--text-color);
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.why-item {
  padding: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 107, 0, 0.3);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.why-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 107, 0, 0.15);
}

.why-icon {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 12px;
}

.why-item h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  color: var(--text-color);
}

.why-item p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: var(--text-color);
  opacity: 0.9;
}
