/* ==========================================================================
   RESELLER OFFER — Google Ads landing page
   Extends free-migration.css; only what is specific to this page lives here.
   ========================================================================== */

/* :: HERO TWEAKS :: */
.rs-hero .hero-points li strong {
  color: var(--darkBlue);
  font-weight: 700;
}

/* :: THE MATH STRIP ::
   The single most persuasive thing on the page: what they pay against what
   they bill. Given its own band so it cannot be scrolled past. */
.rs-math {
  background: var(--darkBlue);
  padding: 46px 0;
  color: #fff;
}
.rs-math .math-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 34px;
}
.rs-math .math-item {
  text-align: center;
  min-width: 150px;
}
.rs-math .figure {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 5px;
}
.rs-math .label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.rs-math .math-item.is-win .figure {
  color: var(--mint);
}
.rs-math .math-op {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.35);
}
.rs-math .math-note {
  max-width: 620px;
  margin: 26px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}

/* :: PLANS :: */
.rs-plans {
  background: #fff;
  padding: 76px 0;
}
.sec-head-center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px 30px 30px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.plan-card:hover {
  border-color: rgba(78, 79, 235, 0.4);
  box-shadow: 0 16px 38px rgba(14, 41, 84, 0.09);
  transform: translateY(-3px);
}
.plan-card.is-popular {
  border-color: var(--primary);
  box-shadow: 0 18px 44px rgba(78, 79, 235, 0.16);
}
.badge-pop {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.plan-name {
  font-size: 19px;
  font-weight: 700;
  color: var(--darkBlue);
  margin-bottom: 4px;
}
.plan-card .plan-sub {
  font-size: 13.5px;
  color: var(--lightBlue);
  margin-bottom: 20px;
}
.plan-card .plan-price {
  font-size: 42px;
  font-weight: 700;
  color: var(--darkBlue);
  line-height: 1;
  margin-bottom: 6px;
}
.plan-card .plan-price sup {
  font-size: 22px;
  top: -0.55em;
  margin-right: 2px;
}
.plan-card .plan-price span {
  font-size: 15px;
  font-weight: 500;
  color: var(--lightBlue);
}
.plan-annual {
  font-size: 12.5px;
  color: #9aa7c7;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--light);
}
.plan-specs {
  margin: 0 0 20px;
  flex: 1 1 auto;
}
.plan-specs li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 11px;
  font-size: 14px;
  color: var(--darkBlue);
}
.plan-specs svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--primary);
}
.plan-earn {
  font-size: 13px;
  font-weight: 600;
  color: #0f766e;
  background: rgba(39, 225, 193, 0.12);
  border-radius: 8px;
  padding: 11px 14px;
  margin-bottom: 20px;
}
.plans-note {
  text-align: center;
  margin: 30px 0 0;
  font-size: 13.5px;
  color: var(--lightBlue);
}

/* :: MIGRATION BLOCK :: */
.rs-migrate {
  background: var(--light);
  padding: 76px 0;
}
.migrate-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 44px 46px;
}
.migrate-card h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.28;
  color: var(--darkBlue);
  margin-bottom: 14px;
}
.migrate-card > div > p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--lightBlue);
  margin-bottom: 24px;
}
.migrate-list {
  margin: 0;
  counter-reset: step;
}
.migrate-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--darkBlue);
  border-bottom: 1px solid var(--light);
}
.migrate-list li:last-child {
  border-bottom: 0;
}
.migrate-list li span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary-shadow);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}

/* :: RESPONSIVE :: */
@media (max-width: 991px) {
  .plans-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 480px;
    margin: 0 auto;
  }
  .migrate-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 34px 30px;
  }
}
@media (max-width: 767px) {
  .rs-math {
    padding: 36px 0;
  }
  .rs-math .math-row {
    flex-direction: column;
    gap: 14px;
  }
  .rs-math .math-op {
    transform: rotate(90deg);
  }
  .rs-plans,
  .rs-migrate {
    padding: 52px 0;
  }
}
