.orm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
  gap: 1.5rem;
}
.orm-pricing-grid--single {
  max-width: 28rem;
  margin-inline: auto;
}
.orm-pricing-card[data-featured='true'] .orm-pricing-cta {
  background-color: #ffffff;
  color: #0f766e !important;
}
.orm-pricing-card[data-featured='true'] .orm-pricing-cta:hover,
.orm-pricing-card[data-featured='true'] .orm-pricing-cta:focus-visible {
  background-color: #f0fdfa;
  color: #0f766e !important;
}
.pricing-tooltip-content[hidden] {
  display: none !important;
}
.pricing-tooltip-content {
  max-width: min(20rem, calc(100vw - 2rem));
}
.orm-pricing-page-hero {
  padding-top: clamp(3.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
}
.orm-pricing-page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
.orm-pricing-page-card {
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(240, 253, 250, 0.9) 0%, rgba(255, 255, 255, 1) 62%);
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}
.orm-pricing-page-note {
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #0f766e 0%, #0f172a 100%);
  color: #f8fafc;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
}
.orm-pricing-page-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.25rem;
}
.orm-pricing-page-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--orm-text-secondary);
  font-size: 0.92rem;
  line-height: 1.6;
}
.orm-pricing-page-list-item strong {
  color: var(--orm-text);
}
.orm-pricing-page-list-item-icon {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.875rem;
  background: rgba(20, 184, 166, 0.12);
  color: #0f766e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.orm-pricing-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.25rem;
}
.orm-pricing-value-card {
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.orm-pricing-value-card strong {
  display: block;
  color: var(--orm-text);
  font-size: 0.94rem;
  margin-bottom: 0.25rem;
}
.orm-pricing-value-card span {
  color: var(--orm-text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}
.orm-pricing-fit-box {
  margin-bottom: 1.25rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #f8fafc;
}
.orm-pricing-fit-box--featured {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}
.orm-pricing-fit-label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.orm-pricing-fit-copy {
  font-size: 0.85rem;
  line-height: 1.55;
}
.orm-pricing-advisor {
  margin-top: 2.25rem;
  padding: 1.35rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.85) 0%, rgba(255, 255, 255, 1) 100%);
}
.orm-pricing-advisor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.orm-pricing-trust-logos {
  opacity: 0.88;
}
.orm-pricing-trust-logos img {
  filter: saturate(0.92) contrast(1.06);
}

@media (max-width: 767px) {
  .orm-pricing-value-grid,
  .orm-pricing-page-shell {
    grid-template-columns: 1fr;
  }

  .pricing-tooltip-content {
    inset-inline-start: auto !important;
    inset-inline-end: 0;
    inset-block-start: calc(100% + 0.75rem);
  }
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-card:not([data-featured='true']),
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-value-card,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-fit-box,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-advisor,
.theme-analytee-orm[data-color-scheme="dark"] .pricing-tab.bg-white,
.theme-analytee-orm[data-color-scheme="dark"] .inline-flex.items-center.gap-2.p-1\.5.bg-slate-100,
.theme-analytee-orm[data-color-scheme="dark"] .pricing-tooltip-content {
  background: rgba(8, 20, 34, 0.92) !important;
  border-color: rgba(148, 163, 184, 0.2) !important;
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.22) !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-card[data-featured='true'] {
  box-shadow: 0 24px 56px rgba(8, 47, 73, 0.38) !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-value-card strong,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-advisor p.text-slate-900,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-card .text-slate-900 {
  color: var(--orm-text) !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-value-card span,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-fit-copy,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-meta,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-muted,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-advisor .orm-pricing-meta {
  color: #d6e2f0 !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .pricing-tab {
  color: #d6e2f0 !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .pricing-tab[aria-selected='true'] {
  color: #7dd3fc !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .pricing-tooltip-trigger {
  background: rgba(13, 148, 136, 0.18) !important;
  color: #99f6e4 !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .pricing-tooltip-content,
.theme-analytee-orm[data-color-scheme="dark"] .pricing-tooltip-content .text-gray-800,
.theme-analytee-orm[data-color-scheme="dark"] .pricing-tooltip-content .text-gray-900 {
  color: var(--orm-text) !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(20, 184, 166, 0.09), transparent 22rem),
    linear-gradient(180deg, #06111f 0%, #091626 100%) !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-card,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-note {
  border-color: rgba(148, 163, 184, 0.2) !important;
  box-shadow: 0 20px 44px rgba(2, 6, 23, 0.26) !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-card {
  background: linear-gradient(180deg, rgba(8, 20, 34, 0.96) 0%, rgba(10, 24, 40, 0.94) 100%) !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-card h1,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-card h2,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-card .text-slate-900,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-card .text-slate-800 {
  color: var(--orm-text) !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-card .text-slate-700,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-card .text-slate-600,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-note .text-slate-200,
.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-note .text-slate-300 {
  color: #d6e2f0 !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-list-item {
  color: #d6e2f0 !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-list-item strong {
  color: #ffffff !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-page-list-item-icon {
  background: rgba(45, 212, 191, 0.16) !important;
  color: #99f6e4 !important;
}

.theme-analytee-orm[data-color-scheme="dark"] .orm-pricing-card[data-featured='true'] .orm-pricing-cta {
  background: rgba(255, 255, 255, 0.96) !important;
  color: #0f766e !important;
}
