/* Pricing page. Scoped to .rv-page-pricing.
   The original loaded Font Awesome from a CDN for exactly two glyphs
   (fa-check and fa-plus). Those are drawn in CSS below instead. */

.rv-page-pricing .website-section {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  font-family: var(--rv-font);
  color: var(--rv-light-text);
}

.rv-page-pricing .website-section * {
  box-sizing: border-box;
}

.rv-page-pricing .website-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.rv-page-pricing .website-section-header h2 {
  font-family: var(--rv-font);
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 16px;
  line-height: 1.2;
}

.rv-page-pricing .website-section-header p {
  font-size: 1.125rem;
  color: var(--rv-grey-text);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.rv-page-pricing .cyan-text {
  color: var(--rv-accent);
}

.rv-page-pricing .website-combined-card {
  background-color: var(--rv-card-bg);
  border: 1px solid var(--rv-grey-accent);
  border-radius: 12px;
  padding: 48px 60px;
  transition: all 0.3s ease;
  width: 100%;
}

.rv-page-pricing .website-combined-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(var(--rv-accent-rgb), 0.2);
  background-color: var(--rv-card-hover);
}

.rv-page-pricing .website-main-block {
  text-align: center;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--rv-grey-accent);
  margin-bottom: 36px;
  width: 100%;
}

.rv-page-pricing .website-card-badge {
  display: inline-block;
  background-color: rgba(var(--rv-accent-rgb), 0.12);
  color: var(--rv-accent);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.rv-page-pricing .website-card-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.25;
}

.rv-page-pricing .website-card-price {
  font-size: 40px;
  font-weight: 700;
  color: var(--rv-light-text);
  margin-bottom: 4px;
  line-height: 1.2;
}

.rv-page-pricing .website-card-price-sub {
  font-size: 14px;
  color: var(--rv-grey-text);
  margin-bottom: 20px;
}

.rv-page-pricing .website-card-description {
  font-size: 14px;
  color: var(--rv-grey-text);
  margin: 0 auto 32px;
  line-height: 1.6;
  max-width: 680px;
}

.rv-page-pricing .website-features-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 36px;
  max-width: 1100px;
}

.rv-page-pricing .feature-pill {
  display: inline-flex;
  align-items: center;
  background-color: var(--rv-card-bg);
  /* original said "1a1a1a" with no # — invalid, so pills had no background */
  border: 1px solid rgba(var(--rv-accent-rgb), 0.25);
  color: var(--rv-light-text);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  line-height: 1.4;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.rv-page-pricing .feature-pill:hover {
  background-color: rgba(var(--rv-accent-rgb), 0.15);
  border-color: rgba(var(--rv-accent-rgb), 0.5);
  transform: translateY(-2px);
}

.rv-page-pricing .website-card-button {
  display: inline-block;
  background-color: transparent;
  border: 2px solid var(--rv-accent);
  color: var(--rv-accent);
  text-align: center;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 240px;
}

.rv-page-pricing .website-card-button:hover {
  background-color: rgba(var(--rv-accent-rgb), 0.1);
  box-shadow: 0 0 15px rgba(var(--rv-accent-rgb), 0.4);
  color: var(--rv-accent);
}

.rv-page-pricing .addons-block {
  text-align: center;
}

.rv-page-pricing .addons-block-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.rv-page-pricing .addons-block-subtitle {
  font-size: 13px;
  color: var(--rv-grey-text);
  margin-bottom: 24px;
}

.rv-page-pricing .addons-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}

.rv-page-pricing .addons-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--rv-grey-accent);
  gap: 16px;
}

.rv-page-pricing .addons-list li:last-child {
  border-bottom: none;
}

.rv-page-pricing .addon-label {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  color: var(--rv-light-text);
  line-height: 1.4;
  text-align: left;
  flex: 1;
}

.rv-page-pricing .addon-price {
  font-size: 13px;
  font-weight: 600;
  color: var(--rv-accent);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---- the two Font Awesome glyphs, drawn locally ---- */
.rv-page-pricing .feature-pill i,
.rv-page-pricing .addon-label i {
  color: var(--rv-accent);
  font-style: normal;
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
}

.rv-page-pricing .feature-pill i {
  margin-right: 8px;
  font-size: 11px;
}

.rv-page-pricing .addon-label i {
  margin-right: 10px;
  margin-top: 4px;
  font-size: 10px;
}

.rv-page-pricing .fa-check::before {
  content: "\2713";
  font-weight: 700;
}

.rv-page-pricing .fa-plus::before {
  content: "\002B";
  font-weight: 700;
}

@media (max-width: 767px) {
  .rv-page-pricing .website-section {
    padding: 0 15px;
  }

  .rv-page-pricing .website-section-header h2 {
    font-size: 1.75rem;
  }

  .rv-page-pricing .website-section-header p {
    font-size: 1rem;
  }

  .rv-page-pricing .website-combined-card {
    padding: 28px 20px;
  }

  .rv-page-pricing .website-card-title {
    font-size: 22px;
  }

  .rv-page-pricing .website-card-price {
    font-size: 32px;
  }

  .rv-page-pricing .website-card-button {
    width: 100%;
    padding: 12px 20px;
    min-width: 0;
  }

  .rv-page-pricing .feature-pill {
    white-space: normal;
    font-size: 12px;
    padding: 8px 14px;
  }

  .rv-page-pricing .addons-list li {
    flex-direction: column;
    gap: 6px;
  }

  .rv-page-pricing .addon-price {
    padding-left: 20px;
  }
}


/* ============================================================
   INDIVIDUAL AI AGENT PRICING  (sits above the website section)
   ============================================================ */
.rv-page-pricing .agent-pricing {
  width: 100%;
  margin: 0 auto 64px;
  color: var(--rv-light-text);
  font-family: var(--rv-font);
}

.rv-page-pricing .agent-header-section {
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.rv-page-pricing .agent-header-section h2 {
  font-family: var(--rv-font);
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

.rv-page-pricing .agent-header-section p {
  font-size: 1.125rem;
  color: var(--rv-grey-text);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.rv-page-pricing .agent-card-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width:767px) and (orientation:landscape) {
  .rv-page-pricing .agent-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width:640px) and (max-width:1023px) and (orientation:portrait) {
  .rv-page-pricing .agent-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width:768px) and (max-width:1023px) and (orientation:landscape) {
  .rv-page-pricing .agent-card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width:1024px) {
  .rv-page-pricing .agent-card-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width:1600px) {
  .rv-page-pricing .agent-card-container {
    max-width: 1600px;
  }
}

.rv-page-pricing .agent-card {
  background-color: var(--rv-card-bg);
  border: 1px solid var(--rv-grey-accent);
  border-radius: 12px;
  overflow: visible;
  transition: all .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.rv-page-pricing .agent-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(var(--rv-accent-rgb), 0.2);
  background-color: var(--rv-card-hover);
}

.rv-page-pricing .agent-header {
  padding: 24px 20px;
  text-align: center;
  border-bottom: 1px solid var(--rv-grey-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rv-page-pricing .agent-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rv-page-pricing .agent-price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: var(--rv-light-text);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rv-page-pricing .agent-price-suffix {
  font-size: 16px;
  color: var(--rv-grey-text);
}

.rv-page-pricing .agent-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin: 12px 0;
  min-height: 50px;
  color: var(--rv-light-text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rv-page-pricing .agent-usage-wrap {
  width: 100%;
}

.rv-page-pricing .agent-usage {
  font-size: 14px;
  color: var(--rv-grey-text);
  margin-bottom: 8px;
  line-height: 1.4;
}

.rv-page-pricing .agent-overage {
  font-size: 12px;
  color: var(--rv-grey-text);
  margin-top: 8px;
  line-height: 1.4;
}

.rv-page-pricing .agent-features {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}

.rv-page-pricing .agent-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  text-align: left;
}

.rv-page-pricing .agent-feature i {
  color: var(--rv-accent);
  margin-right: 10px;
  margin-top: 4px;
  flex-shrink: 0;
}

.rv-page-pricing .agent-feature span {
  font-size: .875rem;
  line-height: 1.6;
  color: var(--rv-light-text);
}

.rv-page-pricing .agent-roi {
  margin-top: auto;
  margin-bottom: 20px;
  width: 100%;
  min-height: 120px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.rv-page-pricing .agent-roi p {
  font-size: .875rem;
  line-height: 1.6;
  color: var(--rv-light-text);
  text-align: center;
}

.rv-page-pricing .agent-button {
  display: block;
  background-color: transparent;
  border: 2px solid var(--rv-accent);
  color: var(--rv-accent);
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease;
  width: 100%;
}

.rv-page-pricing .agent-button:hover {
  background-color: rgba(var(--rv-accent-rgb), 0.1);
  box-shadow: 0 0 15px rgba(var(--rv-accent-rgb), 0.4);
}

.rv-page-pricing .most-popular {
  background-color: var(--rv-accent);
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 9px;
  border-radius: 12px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.rv-page-pricing .setup-fee {
  font-size: 11px;
  color: var(--rv-grey-text);
  text-align: center;
  margin-bottom: 12px;
}

.rv-page-pricing .setup-fee strong {
  color: var(--rv-accent);
  font-weight: 600;
}

.rv-page-pricing .voice-tiers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.rv-page-pricing .voice-tier {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--rv-grey-accent);
  border-radius: 6px;
  padding: 8px 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .2s ease;
}

.rv-page-pricing .voice-tier:hover {
  border-color: var(--rv-accent);
  background-color: rgba(31, 224, 195, 0.06);
}

.rv-page-pricing .voice-tier-left {
  display: flex;
  flex-direction: column;
}

.rv-page-pricing .voice-tier-name {
  font-size: 10px;
  font-weight: 600;
  color: var(--rv-accent);
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.2;
}

.rv-page-pricing .voice-tier-details {
  font-size: 10px;
  color: var(--rv-grey-text);
  line-height: 1.3;
}

.rv-page-pricing .voice-tier-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--rv-light-text);
  white-space: nowrap;
}

.rv-page-pricing .voice-tier-price .tier-suffix {
  font-size: 11px;
  color: var(--rv-grey-text);
  font-weight: 400;
}

.rv-page-pricing .voice-mini-features {
  width: 100%;
  margin-bottom: 12px;
}

.rv-page-pricing .voice-mini-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  text-align: left;
  font-size: 12px;
  color: var(--rv-light-text);
  line-height: 1.35;
}

.rv-page-pricing .voice-mini-feature i {
  color: var(--rv-accent);
  margin-right: 8px;
  margin-top: 3px;
  font-size: 10px;
  flex-shrink: 0;
}

.rv-page-pricing .agent-footer-note {
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: 40px auto 0;
  padding: 0 20px;
}

.rv-page-pricing .agent-footer-note p {
  color: var(--rv-grey-text);
  margin-bottom: 12px;
}

.rv-page-pricing .agent-footer-note a {
  color: var(--rv-accent);
  text-decoration: underline;
}

@media (max-width:639px) {
  .rv-page-pricing .agent-card {
    min-height: auto;
  }

  .rv-page-pricing .agent-title {
    min-height: auto;
  }

  .rv-page-pricing .agent-price {
    min-height: auto;
  }
}

/* ---- mobile overflow fix: keep pricing sections within the viewport ---- */
.rv-page-pricing .agent-pricing,
.rv-page-pricing .agent-header-section,
.rv-page-pricing .agent-card-container,
.rv-page-pricing .agent-footer-note,
.rv-page-pricing .website-section {
  box-sizing: border-box;
  max-width: 100%;
}