/**
 * Área do utilizador SaaS — sidebar escura, conteúdo claro.
 */
:root {
  --saas-nav-muted: #94a3b8;
  --saas-nav-active-bg: #4a3728;
  --saas-nav-active-ring: rgba(255, 255, 255, 0.08);
  --saas-sidebar-gradient: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

.saas-app {
  margin: 0;
  min-height: 100vh;
  background: #f3f4f6;
  color: #111827;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.saas-app__shell {
  display: flex;
  min-height: 100vh;
  min-width: 0;
  max-width: 100%;
}

.saas-sidebar {
  width: 260px;
  flex-shrink: 0;
  background: var(--saas-sidebar-gradient);
  color: #e2e8f0;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.saas-sidebar__brand {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  padding: 0 1.25rem 1.5rem;
  color: #fff;
  text-decoration: none;
  display: block;
}

.saas-sidebar__brand:hover {
  color: #fb923c;
}

.saas-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 0 0.75rem;
  flex: 1;
}

.saas-sidebar__nav a {
  display: block;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  color: var(--saas-nav-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: background 0.15s, color 0.15s;
  border: 1px solid transparent;
}

.saas-sidebar__nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.saas-sidebar__nav a.active {
  color: #fff;
  font-weight: 700;
  background: var(--saas-nav-active-bg);
  box-shadow: inset 0 0 0 1px var(--saas-nav-active-ring);
  border-color: transparent;
}

/* Contexto institucional no topbar */
.saas-level-badge {
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  color: #9a3412;
  background: #ffedd5;
  border: 1px solid #fdba74;
  max-width: 100%;
}

.counsel-textarea {
  min-height: 140px;
}

/* Scroll suave no mobile não fica escondido atrás do topbar fixo */
.counsel-result-card {
  scroll-margin-top: 5rem;
}

.counsel-result-card .counsel-body {
  line-height: 1.55;
  overflow-wrap: anywhere;
}

/* Mensagem do dia — partilha só com ícones */
.msg-share-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.msg-share-tools .msg-share-btn {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}

.msg-share-tools .msg-share-btn svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

#counsel-error.counsel-misuse-msg {
  line-height: 1.6;
  color: #664d03;
  text-align: left;
}

@media (min-width: 992px) {
  .counsel-layout {
    align-items: flex-start;
  }
}

.saas-sidebar__footer {
  padding: 1rem 1.25rem 0;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
  color: #64748b;
}

.saas-sidebar__credits {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  padding: 0.35rem 0.65rem;
  background: rgba(120, 53, 15, 0.42);
  border-radius: 999px;
  color: #fdba74;
  font-weight: 600;
  font-size: 0.8125rem;
}

.saas-account-block__name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #cbd5e1;
  line-height: 1.35;
}

.saas-account-block__church {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin-top: 0.25rem;
  line-height: 1.35;
}

.saas-account-block__church--muted {
  font-style: italic;
  opacity: 0.85;
}

.saas-account-block__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.65rem;
  flex-wrap: wrap;
}

.saas-account-block__row .saas-sidebar__credits {
  margin-top: 0;
}

.saas-account-block__logout {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fb923c !important;
  text-decoration: none !important;
}

.saas-account-block__logout:hover {
  color: #fdba74 !important;
  text-decoration: underline !important;
}

.saas-mobile-account-panel {
  margin-top: auto;
  padding: 1rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  color: #e2e8f0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
}

.saas-user-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.4rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  max-width: 100%;
}

.saas-user-menu-btn:hover,
.saas-user-menu-btn:focus,
.saas-user-menu-btn.show {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.14);
}

.saas-user-menu-btn::after {
  margin-left: 0.1rem;
}

.saas-user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #1e293b, #0f172a);
  color: #fdba74;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.saas-user-menu {
  min-width: 240px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.saas-user-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 0.55rem 0.9rem;
}

.saas-user-menu .dropdown-item:active {
  background: #f1f5f9;
  color: #0f172a;
}

.saas-main-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #f3f4f6;
}

.saas-topbar {
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.875rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.saas-topbar__row--split {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.saas-topbar__mid {
  color: #cbd5e1;
  min-width: 0;
}

.saas-topbar__band {
  color: #ffffff;
  line-height: 1.35;
  font-weight: 500;
}

.saas-topbar__context-top {
  margin-bottom: 0.35rem;
}

.saas-topbar__left {
  min-width: 0;
}

.saas-topbar__right {
  min-width: 0;
}

.saas-topbar__panel-meta {
  line-height: 1.25;
}

.saas-topbar__entity {
  color: #e2e8f0;
  font-weight: 600;
  max-width: min(240px, 46vw);
}

.saas-mobile-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.45rem 0.75rem;
  min-height: 40px;
}

.saas-mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.saas-topbar__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #f1f5f9;
}

.saas-topbar__crumb {
  color: #94a3b8 !important;
}

.saas-topbar__church-line {
  color: #e2e8f0 !important;
}

.saas-topbar-badge-fallback {
  color: #e2e8f0 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.saas-topbar__context-mobile {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.saas-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1.5rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.saas-main__content {
  flex: 1 0 auto;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
}

.saas-main-account-footer {
  flex-shrink: 0;
  margin-top: auto;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 0.8125rem;
  color: #94a3b8;
}

.saas-main-account-footer .saas-account-block__name {
  color: #cbd5e1;
}

.saas-main-account-footer .saas-account-block__church {
  color: #94a3b8;
}

.saas-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}

.saas-card + .saas-card {
  margin-top: 1.25rem;
}

.saas-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #111827;
}

.saas-card__sub {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0 0 1rem;
}

.saas-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  background: #f97316;
  color: #fff !important;
  border: none;
  text-decoration: none;
  transition: background 0.15s;
}

.saas-btn-primary:hover {
  background: #ea580c;
  color: #fff !important;
}

.saas-main .saas-btn-primary:disabled,
.saas-main .saas-btn-primary[disabled],
.saas-main .saas-btn-buy:disabled,
.saas-main .saas-btn-buy[disabled] {
  background: #e5e7eb !important;
  color: #4b5563 !important;
  cursor: not-allowed;
  opacity: 1;
  border: 1px solid #d1d5db;
}

.saas-main .saas-btn-primary:disabled:hover,
.saas-main .saas-btn-primary[disabled]:hover,
.saas-main .saas-btn-buy:disabled:hover,
.saas-main .saas-btn-buy[disabled]:hover {
  background: #e5e7eb !important;
  color: #4b5563 !important;
}

.saas-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.875rem;
  background: #fff;
  color: #374151 !important;
  border: 1px solid #e5e7eb;
  text-decoration: none;
}

.saas-btn-ghost:hover {
  background: #f9fafb;
  color: #111827 !important;
}

.saas-grid-3 {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .saas-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.saas-stat-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.saas-stat-card__label {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0 0 0.35rem;
}

.saas-stat-card__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin: 0;
}

.saas-stat-card--low {
  border-color: #fdba74;
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.2), 0 10px 24px rgba(249, 115, 22, 0.12);
}

.saas-section-title {
  margin: 0 0 0.35rem;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.saas-section-subtitle {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

.saas-btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  background: #f97316;
  color: #fff !important;
  text-decoration: none;
  border: 0;
  transition: background 0.15s;
}

.saas-btn-buy:hover {
  background: #ea580c;
  color: #fff !important;
}

.saas-recent-list {
  display: grid;
  gap: 0.75rem;
}

.saas-recent-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.9rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  background: #fff;
}

.saas-recent-item__title {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}

.saas-recent-item__meta {
  margin: 0;
  color: #6b7280;
  font-size: 0.82rem;
}

.saas-rebuy-card {
  border: 1px solid #fed7aa;
  background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.saas-mobile-list {
  display: grid;
  gap: 0.75rem;
}

.saas-mobile-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.85rem;
  background: #fff;
}

.saas-mobile-item__title {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}

.saas-mobile-item__meta {
  margin: 0;
  color: #6b7280;
  font-size: 0.82rem;
  line-height: 1.4;
}

.saas-mobile-item__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.saas-planos-page {
  max-width: 1100px;
  margin: 0 auto;
}

.saas-planos-hero {
  text-align: center;
  padding: 2rem 1rem 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.saas-planos-hero--conversion {
  max-width: 800px;
  padding: 2.25rem 1rem 2rem;
}

.saas-planos-hero__eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a3412;
  background: #ffedd5;
  border: 1px solid #fdba74;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin: 0 0 1rem;
}

.saas-planos-hero h1 {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}

.saas-planos-hero--conversion h1 {
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.2;
}

.saas-planos-hero p.lead,
.saas-planos-hero__lead {
  color: #4b5563;
  font-size: 1.0625rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.saas-planos-hero__tagline {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.saas-planos-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.saas-planos-hero__actions .saas-btn-primary,
.saas-planos-hero__actions .saas-btn-ghost {
  min-width: 11rem;
}

/* Blocos de narrativa — planos */
.saas-planos-section {
  margin: 2.5rem 0;
  padding: 0 0.25rem;
}

.saas-planos-section__title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
  text-align: center;
  margin: 0 auto 0.65rem;
  max-width: 44rem;
  line-height: 1.25;
}

.saas-planos-section__lead {
  text-align: center;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto 1.75rem;
  max-width: 40rem;
}

.saas-planos-value-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .saas-planos-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.saas-planos-value-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.saas-planos-value-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #ea580c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  flex-shrink: 0;
}

.saas-planos-value-card__title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.saas-planos-value-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #4b5563;
}

/* Comparação */
.saas-planos-compare {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .saas-planos-compare {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }
}

.saas-planos-compare__col {
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
  border: 1px solid #e5e7eb;
  background: #fafafa;
}

.saas-planos-compare__col--highlight {
  background: linear-gradient(180deg, #fffbeb 0%, #fff 100%);
  border-color: #fcd34d;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.12);
}

.saas-planos-compare__heading {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}

.saas-planos-compare__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.saas-planos-compare__list li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 0.55rem;
}

.saas-planos-compare__list li:last-child {
  margin-bottom: 0;
}

.saas-planos-compare__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.saas-planos-compare__mark--minus {
  background: #f3f4f6;
  color: #6b7280;
}

.saas-planos-compare__mark--plus {
  background: #ecfdf5;
  color: #059669;
}

.saas-planos-compare__note {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2937;
  margin: 1.5rem auto 0;
  max-width: 36rem;
  line-height: 1.5;
}

/* Autoridade */
.saas-planos-authority {
  margin: 2.5rem 0;
  padding: 2rem 1.25rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.saas-planos-authority__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.saas-planos-authority .saas-planos-section__title {
  margin-bottom: 0.75rem;
}

.saas-planos-authority__text {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #374151;
}

.saas-planos-authority__bullets {
  display: grid;
  gap: 0.4rem;
  text-align: left;
  max-width: 26rem;
  margin: 0 auto 1.25rem;
  padding: 0 0 0 1.1rem;
  color: #4b5563;
  font-size: 0.9rem;
}

.saas-planos-authority__highlight {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  font-style: italic;
  line-height: 1.5;
}

/* Impacto */
.saas-planos-impact {
  margin: 2.5rem 0;
  padding: 2rem 1.25rem;
  background: linear-gradient(165deg, #fffbeb 0%, #fff 55%);
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 16px;
}

.saas-planos-impact__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.saas-planos-impact .saas-planos-section__title {
  margin-bottom: 0.75rem;
}

.saas-planos-impact__lead,
.saas-planos-impact__text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 1rem;
}

.saas-planos-impact__text:last-of-type {
  margin-bottom: 1.25rem;
}

.saas-planos-impact__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.saas-planos-impact__bullets li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.5;
}

.saas-planos-impact__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #f97316;
}

.saas-planos-packages-head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.saas-planos-packages-head .saas-planos-section__lead {
  margin-bottom: 0;
}

.saas-planos-packages-head__fine {
  margin-top: 0.75rem !important;
}

.saas-planos-empty {
  background: #f9fafb;
  border-color: #e5e7eb !important;
}

/* CTA final */
.saas-planos-cta-final {
  margin: 2.75rem 0 2rem;
  padding: 2.25rem 1.25rem;
  background: #0f172a;
  border-radius: 16px;
  color: #e2e8f0;
}

.saas-planos-cta-final__inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.saas-planos-cta-final__title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
  line-height: 1.3;
  color: #fff;
}

.saas-planos-cta-final__text {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #cbd5e1;
}

.saas-planos-cta-final .saas-planos-hero__actions {
  margin-top: 0;
}

.saas-planos-cta-final .saas-btn-primary {
  background: #f97316;
  color: #fff !important;
}

.saas-planos-cta-final .saas-btn-primary:hover {
  background: #ea580c;
  color: #fff !important;
}

.saas-planos-cta-final .saas-btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #e2e8f0 !important;
  background: rgba(255, 255, 255, 0.06);
}

.saas-planos-cta-final .saas-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

.saas-planos-cta-final__support {
  margin-top: 1.5rem !important;
  color: #94a3b8 !important;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.saas-package-card__tagline {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4b5563;
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

.saas-package-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .saas-package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .saas-package-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.saas-package-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.saas-package-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.saas-package-card--featured {
  border-color: #fdba74;
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.25), 0 8px 28px rgba(249, 115, 22, 0.12);
}

.saas-package-card__badge {
  position: absolute;
  top: -10px;
  right: 12px;
  background: #f97316;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.saas-package-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.saas-package-card__credits {
  font-size: 1.75rem;
  font-weight: 800;
  color: #f97316;
  margin: 0 0 0.25rem;
}

.saas-package-card__price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}

.saas-free-card {
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 14px;
  padding: 1.5rem;
  max-width: 480px;
  margin: 0 auto 2rem;
}

.saas-payment-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.75rem;
}

.saas-payment-icon--ok {
  background: #d1fae5;
  color: #059669;
}

.saas-payment-icon--wait {
  background: #fef3c7;
  color: #d97706;
}

.saas-payment-icon--fail {
  background: #fee2e2;
  color: #dc2626;
}

.saas-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  color: #6b7280;
}

.saas-empty svg {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  opacity: 0.4;
}

.saas-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 0.25rem 0.35rem 0.5rem;
}

.saas-mobile-nav a {
  display: block;
  text-decoration: none;
  color: var(--saas-nav-muted);
  border: none;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-weight: 500;
  font-size: 0.9375rem;
  min-height: 44px;
  line-height: 1.35;
  transition: background 0.15s, color 0.15s;
}

.saas-mobile-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.saas-mobile-nav a.active {
  color: #fff;
  font-weight: 700;
  background: var(--saas-nav-active-bg);
  box-shadow: inset 0 0 0 1px var(--saas-nav-active-ring);
}

/* Offcanvas: mesmo painel escuro da sidebar (evita lista “branca”) */
#saasMobileMenu.offcanvas {
  --bs-offcanvas-width: min(100vw, 22rem);
  background: var(--saas-sidebar-gradient);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

#saasMobileMenu .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.1rem;
}

#saasMobileMenu .offcanvas-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

#saasMobileMenu .btn-close {
  filter: invert(1) grayscale(100%);
  opacity: 0.85;
}

#saasMobileMenu .btn-close:hover {
  opacity: 1;
}

#saasMobileMenu .offcanvas-body {
  background: transparent;
  padding: 0.35rem 0.45rem 0;
  color: #e2e8f0;
}

.saas-main .btn,
.saas-main .saas-btn-primary,
.saas-main .saas-btn-ghost,
.saas-main .saas-btn-buy {
  min-height: 44px;
}

@media (max-width: 767px) {
  /* Não usar overflow-x: clip em html/body — quebra offcanvas Bootstrap (painel fixo). */
  html:has(.saas-app) {
    max-width: 100%;
  }

  .saas-app {
    max-width: 100%;
    overflow-x: hidden;
  }

  .saas-app__shell {
    display: block;
    min-height: 100dvh;
    overflow-x: hidden;
  }

  .saas-sidebar {
    display: none;
  }

  .saas-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 0.5rem 0.65rem;
  }

  .saas-topbar__row--split {
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }

  .saas-topbar__left {
    order: 1;
  }

  .saas-topbar__right {
    order: 2;
    margin-left: auto;
  }

  .saas-topbar__mid {
    order: 3;
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .saas-topbar__band {
    font-size: 0.7rem;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .saas-topbar__title {
    font-size: 0.9375rem;
    line-height: 1.25;
  }

  .saas-topbar .saas-btn-primary {
    padding: 0.35rem 0.55rem;
    min-height: 36px;
    font-size: 0.75rem;
  }

  .saas-user-menu-btn {
    padding: 0.3rem 0.45rem;
    font-size: 0.75rem;
    gap: 0.25rem;
  }

  .saas-user-avatar {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.58rem;
  }

  .saas-mobile-menu-btn {
    padding: 0.35rem 0.55rem;
    min-height: 36px;
    font-size: 0.75rem;
    position: relative;
    z-index: 50;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .saas-main {
    padding: 0.65rem 0.65rem 0.85rem;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .saas-main__content {
    overflow-x: hidden;
  }

  .saas-main__content .table-responsive {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .saas-main__content .table code {
    word-break: break-word;
    white-space: normal;
  }

  .saas-main__content img,
  .saas-main__content video {
    max-width: 100%;
    height: auto;
  }

  .saas-main__content pre {
    overflow-x: auto;
    max-width: 100%;
  }

  .saas-pair-nav {
    width: 100%;
  }

  .saas-pair-nav__link {
    min-width: 0;
  }

  .saas-main-account-footer {
    padding: 0.9rem 0.85rem;
    border-radius: 10px;
  }

  .saas-card,
  .saas-stat-card {
    padding: 0.85rem;
    border-radius: 12px;
  }

  .saas-card__title {
    font-size: 1.05rem;
  }

  .saas-card__sub {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }

  .saas-recent-item {
    flex-direction: column;
    align-items: stretch;
  }

  .saas-recent-item .btn,
  .saas-recent-item .saas-btn-ghost,
  .saas-recent-item .saas-btn-primary {
    width: 100%;
  }

  .saas-mobile-item__actions .btn {
    width: 100%;
  }

  .saas-planos-hero {
    padding: 1rem 0.45rem 0.75rem;
  }

  .saas-planos-hero--conversion {
    padding: 1.1rem 0.45rem 1rem;
  }

  .saas-planos-hero h1 {
    font-size: 1.2rem;
  }

  .saas-planos-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .saas-planos-hero__actions .saas-btn-primary,
  .saas-planos-hero__actions .saas-btn-ghost {
    width: 100%;
    min-width: 0;
  }

  .saas-planos-section {
    margin: 1.75rem 0;
  }

  .saas-planos-section__title {
    font-size: 1.15rem;
  }

  .saas-planos-authority,
  .saas-planos-impact,
  .saas-planos-cta-final {
    padding: 1.35rem 0.9rem;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .saas-planos-cta-final__title {
    font-size: 1.1rem;
  }

  .saas-free-card {
    padding: 0.85rem;
    margin-bottom: 1rem;
  }

  .saas-package-card {
    padding: 0.85rem;
  }

  .saas-package-card__badge {
    right: 8px;
    top: -8px;
    font-size: 0.62rem;
  }

  .saas-package-card .saas-btn-primary {
    width: 100%;
  }

  .saas-card .table-responsive {
    margin: 0 -0.65rem;
  }

  .saas-empty {
    padding: 1.75rem 0.85rem;
  }

  .saas-mobile-nav a {
    padding: 0.55rem 0.85rem;
    min-height: 40px;
    font-size: 0.875rem;
  }

  .saas-mobile-account-panel {
    padding: 0.75rem 0.9rem 0.9rem;
  }

  .saas-topbar__context-mobile {
    padding-top: 0.5rem !important;
    margin-top: 0.35rem !important;
    font-size: 0.8rem;
  }

  /* Menu móvel: lista com rolagem só quando necessário; rodapé fixo ao fundo */
  #saasMobileMenu.offcanvas {
    max-height: 100dvh;
  }

  #saasMobileMenu .offcanvas-body {
    max-height: 100dvh;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  #saasMobileMenu .saas-mobile-nav {
    overflow-y: auto;
    min-height: 0;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
  }

  .saas-main .btn,
  .saas-main .saas-btn-primary,
  .saas-main .saas-btn-ghost,
  .saas-main .saas-btn-buy {
    min-height: 40px;
    font-size: 0.875rem;
  }

  .saas-topbar__row {
    gap: 0.35rem !important;
  }

  .saas-grid-3 {
    gap: 0.65rem;
  }

  .saas-stat-card {
    padding: 0.85rem;
  }
}

/* Gerador dentro do layout SaaS */
.saas-gerador-form .gerador-card {
  height: auto;
}

/* Altura do painel de resultado: definida em gerador.css (.counsel-result-card .gerador-result-wrap).
 Min-heights antigos (640px / 1120px) empurravam o texto gerado para baixo do cartão. */

/* Render premium para conteúdo gerado (Estudos/Pregações) */
.gerador-premium {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
  border: 1px solid #fde3c7;
  border-radius: 14px;
  padding: 1rem 1rem 0.75rem;
}

.gerador-premium__header {
  border-bottom: 1px solid #f3e8d8;
  margin-bottom: 0.9rem;
  padding-bottom: 0.75rem;
}

.gerador-premium__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
  color: #7c2d12;
  letter-spacing: -0.01em;
}

.gerador-premium__passage {
  margin: 0.55rem 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #92400e;
  font-style: italic;
  font-weight: 600;
}

.gerador-premium__body {
  font-size: 1rem;
}

.gerador-premium__subtitle {
  margin: 1rem 0 0.45rem;
  font-size: 1.06rem;
  line-height: 1.35;
  font-weight: 800;
  color: #111827;
}

.gerador-premium__paragraph {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #111827;
}

.gerador-premium__paragraph strong {
  font-weight: 800;
}

.gerador-premium__paragraph em,
.gerador-premium__passage em {
  font-style: italic;
  color: #7c2d12;
}

.gerador-premium__bullet {
  color: #ea580c;
  font-weight: 800;
}

/* Navegação dupla no topo (gerar vs. listar) — estudos e conselheiro */
.saas-pair-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.saas-pair-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.saas-pair-nav__link:hover {
  color: #111827;
  border-color: #d1d5db;
  background: #f9fafb;
}

.saas-pair-nav__link.is-active {
  background: #1e293b;
  color: #fff;
  border-color: #1e293b;
  box-shadow: none;
}

.saas-pair-nav__link.is-active:hover {
  color: #fff;
  background: #334155;
  border-color: #334155;
}

/* Página de Oferta e Dízimo */
.offer-page {
  color: #111827;
}

.offer-page__hero {
  margin-bottom: 1rem;
}

.offer-page__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9a3412;
}

.offer-page__title {
  margin-bottom: 0.55rem;
  font-size: clamp(1.3rem, 3.2vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.offer-page__subtitle {
  margin: 0;
  max-width: 62ch;
  color: #475569;
  line-height: 1.62;
  font-size: 0.975rem;
}

.offer-page__notice {
  margin-top: 1rem;
  background: linear-gradient(180deg, #fffdf8 0%, #fffaf2 100%);
  border: 1px solid #f1dcc1;
  border-radius: 12px;
  padding: 0.95rem 1rem;
  color: #2f3033;
}

.offer-page__notice p {
  margin: 0;
  line-height: 1.62;
  color: #374151;
}

.offer-page__notice p + p {
  margin-top: 0.55rem;
}

.offer-page__hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.offer-page__section-head {
  margin: 1rem 0 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e5e7eb;
}

.offer-page__section-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.offer-page__section-sub {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.91rem;
}

.offer-form-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.offer-form-card--oferta {
  border-top: 3px solid #f97316;
}

.offer-form-card--dizimo {
  border-top: 3px solid #0f766e;
}

.offer-form-card__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
}

.offer-form-card__text {
  margin: 0.4rem 0 0.85rem;
  color: #4b5563;
  font-size: 0.91rem;
  line-height: 1.58;
}

.offer-form-card__field {
  margin-bottom: 0.8rem;
}

.offer-form-card__label {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: #1f2937;
  font-weight: 600;
  font-size: 0.88rem;
}

.offer-form-card__input.form-control {
  min-height: 44px;
  border-color: #cfd8e3;
  color: #111827;
  font-size: 0.95rem;
}

.offer-form-card__input.form-control::placeholder {
  color: #7b8794;
  opacity: 1;
}

.offer-form-card__input.form-control:focus {
  border-color: rgba(249, 115, 22, 0.48);
  box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.16);
}

.offer-form-card__cta.btn {
  min-height: 46px;
  font-weight: 700;
  font-size: 0.94rem;
  border-radius: 11px;
  border: 1px solid rgba(234, 88, 12, 0.38);
  background: linear-gradient(180deg, #fb923c 0%, #ea580c 100%);
}

.offer-form-card__cta.btn:hover,
.offer-form-card__cta.btn:focus {
  background: linear-gradient(180deg, #f97316 0%, #c2410c 100%);
  border-color: rgba(194, 65, 12, 0.5);
}

.offer-form-card__cta--dizimo.btn {
  border-color: rgba(15, 118, 110, 0.45);
  background: linear-gradient(180deg, #14b8a6 0%, #0f766e 100%);
}

.offer-form-card__cta--dizimo.btn:hover,
.offer-form-card__cta--dizimo.btn:focus {
  background: linear-gradient(180deg, #0d9488 0%, #115e59 100%);
  border-color: rgba(17, 94, 89, 0.55);
}

.offer-page .alert {
  color: #1f2937;
}

@media (max-width: 767px) {
  .offer-page__hero-actions .saas-btn-primary,
  .offer-page__hero-actions .saas-btn-ghost {
    width: 100%;
  }

  .offer-form-card {
    padding: 0.9rem;
  }

  .offer-page__section-head {
    margin-top: 0.8rem;
    padding-top: 0.7rem;
  }
}

/* ——— Início (membro): dashboard SaaS ——— */
.saas-topbar-credits-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  color: #0f172a;
  background: linear-gradient(135deg, #fed7aa 0%, #fb923c 100%);
  border: 1px solid rgba(251, 146, 60, 0.55);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

.member-home {
  max-width: 920px;
  margin: 0 auto;
}

.member-home__hero {
  margin-bottom: 1.5rem;
}

.member-home__welcome {
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.member-home__lede {
  font-size: 1rem;
  color: #475569;
  line-height: 1.55;
  max-width: 36rem;
}

.member-summary-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.member-summary-strip__item {
  flex: 1 1 10rem;
  min-width: 9.5rem;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.member-summary-strip__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 0.35rem;
}

.member-summary-strip__value {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.member-summary-strip__value--credits {
  color: #c2410c;
  font-size: 1.75rem;
}

.member-summary-strip__hint {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 0.2rem;
}

.member-home__grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.member-home__primary-row {
  align-items: stretch;
}

.member-home__primary-row .member-dash-card--primary {
  height: 100%;
}

.member-home__secondary-row {
  margin: 0;
}

.member-dash-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.member-dash-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
  border-color: #cbd5e1;
  color: inherit;
}

.member-dash-card:active {
  transform: translateY(-1px) scale(0.992);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.member-dash-card--primary {
  padding: 1.75rem 1.75rem 1.65rem;
  border-radius: 18px;
  border-color: rgba(251, 146, 60, 0.35);
  background: linear-gradient(145deg, #fff 0%, #fff7ed 55%, #ffedd5 100%);
  box-shadow:
    0 4px 14px rgba(234, 88, 12, 0.12),
    0 1px 3px rgba(15, 23, 42, 0.06);
}

.member-dash-card--primary:hover {
  border-color: rgba(249, 115, 22, 0.55);
  box-shadow:
    0 16px 36px rgba(234, 88, 12, 0.16),
    0 4px 12px rgba(15, 23, 42, 0.08);
}

.member-dash-card__icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f1f5f9;
  color: #475569;
}

.member-dash-card__icon--primary {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed, #fed7aa);
  color: #c2410c;
}

.member-dash-card--primary .member-dash-card__icon--primary {
  box-shadow: 0 2px 8px rgba(251, 146, 60, 0.25);
}

.member-dash-card__body {
  flex: 1;
  min-width: 0;
}

.member-dash-card__title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.member-dash-card__title--sm {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.member-dash-card__text {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.member-dash-card--primary .member-dash-card__text {
  color: #57534e;
  max-width: 32rem;
}

.member-dash-card__cta {
  display: inline-block;
  margin-top: 1.15rem;
}

.member-dash-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #fb923c 0%, #ea580c 100%);
  border-radius: 11px;
  border: 1px solid rgba(234, 88, 12, 0.4);
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.35);
  pointer-events: none;
}

.member-dash-card--primary:hover .member-dash-card__btn {
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.45);
}

@media (max-width: 575.98px) {
  .member-summary-strip__item {
    flex: 1 1 100%;
  }

  .member-dash-card {
    flex-direction: column;
    align-items: stretch;
  }

  .member-dash-card__icon,
  .member-dash-card__icon--primary {
    margin-bottom: 0.25rem;
  }
}
