.pricing-page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

.pricing-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e9eef8;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 12px;
}

.pricing-section-title,
.pricing-hero-title {
  margin: 18px 0 0;
  color: #0f172a;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.pricing-hero {
  margin-top: 8px;
}

.pricing-hero-single {
  display: block;
}

.pricing-hero-single .pricing-hero-copy {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 32px;
  padding: 28px 24px 24px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.pricing-hero-text {
  margin: 20px 0 0;
  max-width: 760px;
  color: #64748b;
  font-size: 21px;
  line-height: 1.6;
}

.pricing-hero-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pricing-grid-section,
.pricing-roi-section,
.pricing-faq-section {
  margin-top: 28px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.plan-card {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 28px;
  padding: 22px 20px 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.plan-card-featured {
  border-color: #c7d5f7;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  border-radius: 999px;
  background: #eef2f7;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 11px;
}

.plan-badge-featured {
  background: #e7efff;
  color: #2563eb;
}

.plan-title {
  margin-top: 18px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.plan-subtitle {
  margin-top: 10px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

.plan-price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 26px;
}

.plan-price {
  color: #0f172a;
  font-size: 42px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.plan-period {
  color: #64748b;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 4px;
}

.plan-setup {
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

.plan-section {
  margin-top: 22px;
}

.plan-section-label {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.plan-section-text {
  color: #0f172a;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

.plan-feature-list {
  margin: 0;
  padding-left: 18px;
  color: #64748b;
  display: grid;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.plan-feature-list li {
  color: #64748b;
}

.plan-feature-list-highlight li,
.plan-card-featured .plan-feature-list li,
.plan-card-featured .plan-feature-list-highlight li {
  color: inherit;
  font-weight: inherit;
}

.plan-feature-list-muted li {
  color: #64748b;
}

.plan-actions {
  margin-top: auto;
  padding-top: 24px;
}

.plan-actions form {
  margin: 0;
}

.plan-actions .btn,
.plan-actions button {
  width: auto;
}

.pricing-roi-section {
  background: transparent;
}

.pricing-roi-section .pricing-section-title {
  max-width: 760px;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
}

.pricing-metric-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-metric-card {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 24px;
  padding: 18px 18px;
}

.pricing-metric-label {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing-metric-value {
  color: #0f172a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.pricing-roi-note {
  margin: 18px 0 0;
  max-width: 980px;
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
}

.pricing-faq-section {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 32px;
  padding: 26px 24px 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.pricing-faq-section .pricing-section-title {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.pricing-faq-accordion {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 20px 22px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.faq-arrow {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  color: #64748b;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 22px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  border-top: 1px solid #eef2f7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 16px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
}

.btn-primary:hover {
  background: #1d4ed8;
}

.btn-secondary {
  background: #ffffff;
  color: #0f172a;
  border-color: #d9e1ef;
}

.btn-secondary:hover {
  border-color: #c3d2e9;
  background: #f8fbff;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-metric-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .pricing-page-shell {
    padding: 24px 16px 56px;
  }

  .pricing-hero-single .pricing-hero-copy,
  .pricing-faq-section {
    border-radius: 26px;
    padding: 22px 18px 20px;
  }

  .pricing-hero-text {
    font-size: 18px;
  }

  .plan-card {
    border-radius: 24px;
    padding: 20px 18px 18px;
  }

  .plan-price {
    font-size: 36px;
  }

  .pricing-metric-card {
    border-radius: 20px;
  }

  .faq-summary {
    font-size: 16px;
    padding: 18px 18px;
  }

  .faq-answer {
    padding: 0 18px 18px;
    font-size: 15px;
  }
}
