/* Sion / Sua Igreja Online - Cadastro oficial do site de vendas v127 */
.sion-signup-v127 {
  color: #0f172a;
}

.sion-signup-v127 * {
  box-sizing: border-box;
}

.sion-signup-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 54px -34px rgba(15, 23, 42, 0.38);
}

.sion-signup-hero {
  display: grid;
  gap: 22px;
  padding: 28px;
  border-bottom: 1px solid #e2e8f0;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 32%),
    linear-gradient(135deg, #0b1f4d 0%, #102b67 55%, #0b1f4d 100%);
  color: #ffffff;
}

.sion-signup-badge {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(212, 175, 55, 0.65);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.14);
  padding: 6px 11px;
  color: #f8e7a1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sion-signup-title {
  margin: 14px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.sion-signup-description {
  max-width: 760px;
  margin: 14px 0 0;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.7;
}

.sion-signup-note {
  display: grid;
  gap: 8px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  padding: 16px;
  color: #e2e8f0;
  font-size: 13px;
  line-height: 1.55;
}

.sion-signup-note strong {
  color: #ffffff;
}

.sion-signup-body {
  display: grid;
  gap: 24px;
  padding: 24px;
}

.sion-signup-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sion-step-pill {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
  padding: 10px;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.sion-step-pill span {
  display: inline-flex;
  height: 30px;
  min-width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e2e8f0;
  color: #0b1f4d;
  font-size: 13px;
  font-weight: 900;
}

.sion-step-pill.is-active {
  border-color: rgba(212, 175, 55, 0.8);
  background: #fffbeb;
  color: #0b1f4d;
}

.sion-step-pill.is-active span {
  background: #d4af37;
  color: #0b1f4d;
}

.sion-form-section {
  display: none;
  gap: 18px;
}

.sion-form-section.is-active {
  display: grid;
}

.sion-form-heading {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 16px;
}

.sion-form-heading h4 {
  margin: 0;
  color: #0b1f4d;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.sion-form-heading p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.sion-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sion-field {
  display: grid;
  gap: 7px;
  color: #0b1f4d;
  font-size: 13px;
  font-weight: 800;
}

.sion-field.full {
  grid-column: 1 / -1;
}

.sion-field small {
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.sion-field input,
.sion-field select,
.sion-field textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  padding: 13px 14px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.sion-field textarea {
  min-height: 110px;
  resize: vertical;
}

.sion-field input:focus,
.sion-field select:focus,
.sion-field textarea:focus {
  border-color: #0b1f4d;
  box-shadow: 0 0 0 4px rgba(11, 31, 77, 0.11);
}

.sion-checks {
  display: grid;
  gap: 12px;
}

.sion-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
  padding: 13px;
  color: #334155;
  font-size: 13px;
  line-height: 1.55;
}

.sion-check input {
  margin-top: 3px;
  height: 16px;
  width: 16px;
}

.sion-check a {
  color: #0b1f4d;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sion-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e2e8f0;
  padding-top: 18px;
}

.sion-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}

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

.sion-btn:disabled {
  cursor: not-allowed;
  opacity: .65;
  transform: none;
}

.sion-btn-primary {
  border-color: #0b1f4d;
  background: #0b1f4d;
  color: #ffffff;
}

.sion-btn-primary:hover {
  background: #102b67;
}

.sion-btn-gold {
  border-color: #d4af37;
  background: #d4af37;
  color: #0b1f4d;
}

.sion-btn-secondary {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #0b1f4d;
}

.sion-form-alert {
  display: none;
  border-radius: 16px;
  padding: 13px 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.sion-form-alert.is-visible {
  display: block;
}

.sion-form-alert.success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.sion-form-alert.error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.sion-form-alert.info {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
}

.sion-security-box {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #f8fafc;
  padding: 14px;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.sion-security-box strong {
  color: #0b1f4d;
}

@media (min-width: 900px) {
  .sion-signup-hero {
    grid-template-columns: 1.25fr .75fr;
    padding: 36px;
  }

  .sion-signup-body {
    padding: 30px;
  }
}

@media (max-width: 820px) {
  .sion-signup-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sion-signup-card {
    border-radius: 22px;
  }

  .sion-signup-hero,
  .sion-signup-body {
    padding: 20px;
  }

  .sion-signup-steps,
  .sion-form-grid {
    grid-template-columns: 1fr;
  }

  .sion-step-pill {
    min-height: 52px;
  }

  .sion-form-actions {
    display: grid;
  }

  .sion-btn {
    width: 100%;
  }
}

/* v10 - Planos dinâmicos do site de vendas */
.sion-plans-v10 {
  display: grid;
  gap: 28px;
  padding: 0 0 8px;
}

.sion-plans-heading-v10 {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.sion-plans-heading-v10 > span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid rgba(212, 175, 55, 0.55);
  color: #0b1f4d;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sion-plans-heading-v10 h3 {
  margin: 0;
  color: #0b1f4d;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.sion-plans-heading-v10 p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.sion-plans-grid-v10 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sion-plan-card-v10 {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 20px 48px -32px rgba(15, 23, 42, 0.35);
}

.sion-plan-card-v10.is-highlighted {
  border-color: rgba(212, 175, 55, 0.76);
  box-shadow: 0 22px 54px -30px rgba(11, 31, 77, 0.4);
}

.sion-plan-badge-v10 {
  position: absolute;
  top: -13px;
  left: 24px;
  border-radius: 999px;
  background: #d4af37;
  color: #0b1f4d;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sion-plan-card-v10 h4 {
  margin: 0;
  color: #0b1f4d;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.sion-plan-price-v10 {
  display: flex;
  align-items: end;
  gap: 7px;
  color: #0b1f4d;
}

.sion-plan-price-v10 strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.sion-plan-price-v10 span {
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
}

.sion-plan-annual-v10,
.sion-plan-description-v10 {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.sion-plan-description-v10 {
  min-height: 66px;
}

.sion-plan-benefits-v10 {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.sion-plan-benefits-v10 li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.sion-plan-benefits-v10 li span {
  display: inline-flex;
  height: 21px;
  min-width: 21px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0b1f4d;
  color: #d4af37;
  font-size: 11px;
  font-weight: 900;
}

.sion-plan-benefits-v10 li p {
  margin: 0;
}

.sion-plan-cta-v10 {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #0b1f4d;
  background: #0b1f4d;
  color: #ffffff;
  margin-top: 10px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.sion-plan-cta-v10:hover {
  background: #102b67;
  transform: translateY(-1px);
}

.sion-plans-footer-v10,
.sion-plan-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  border: 1px solid rgba(11, 31, 77, 0.1);
  border-radius: 18px;
  background: #ffffff;
  padding: 14px 16px;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.35);
}

.sion-plans-footer-v10 strong,
.sion-plan-summary strong {
  color: #0b1f4d;
  font-weight: 900;
}

.sion-plan-summary span {
  color: #64748b;
  font-weight: 800;
}

@media (max-width: 980px) {
  .sion-plans-grid-v10 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .sion-plans-grid-v10 {
    grid-template-columns: 1fr;
  }

  .sion-plan-card-v10 {
    padding: 24px;
  }

  .sion-plan-price-v10 strong {
    font-size: 30px;
  }
}

/* Sion / Sua Igreja Online - Clientes públicos v11 */
.sion-clients-v11 {
  margin-bottom: 40px;
  color: #0f172a;
}

.sion-clients-v11 * {
  box-sizing: border-box;
}

.sion-clients-card-v11 {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 22px 54px -34px rgba(15, 23, 42, 0.38);
}

.sion-clients-header-v11 {
  display: grid;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 22px;
}

.sion-clients-badge-v11 {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(212, 175, 55, 0.65);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  padding: 6px 11px;
  color: #0b1f4d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sion-clients-header-v11 h3 {
  margin: 14px 0 0;
  color: #0b1f4d;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.sion-clients-header-v11 p {
  max-width: 760px;
  margin: 10px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

.sion-clients-truth-v11 {
  display: grid;
  gap: 7px;
  align-content: start;
  border: 1px solid rgba(11, 31, 77, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  padding: 16px;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
}

.sion-clients-truth-v11 strong {
  color: #0b1f4d;
  font-weight: 900;
}

.sion-clients-grid-v11 {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sion-client-card-v11 {
  display: grid;
  gap: 13px;
  align-content: start;
  min-height: 164px;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 18px;
  box-shadow: 0 18px 36px -32px rgba(15, 23, 42, 0.4);
}

.sion-client-logo-v11 {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 77, 0.12);
  border-radius: 18px;
  background: #ffffff;
  color: #0b1f4d;
  font-size: 17px;
  font-weight: 900;
}

.sion-client-logo-v11 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.sion-client-card-v11 h4 {
  margin: 0;
  color: #0b1f4d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.sion-client-card-v11 p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.sion-client-card-v11 .sion-client-pastor-v11 {
  margin-top: 6px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}

.sion-client-card-v11.is-loading .sion-client-logo-v11,
.sion-client-card-v11.is-loading span,
.sion-client-card-v11.is-loading small {
  display: block;
  border-radius: 12px;
  background: #e2e8f0;
  color: transparent;
}

.sion-client-card-v11.is-loading span {
  height: 18px;
  width: 85%;
  margin-top: 5px;
}

.sion-client-card-v11.is-loading small {
  height: 13px;
  width: 62%;
  margin-top: 10px;
}

.sion-clients-empty-v11 {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  border: 1px dashed #cbd5e1;
  border-radius: 20px;
  background: #f8fafc;
  padding: 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.sion-clients-empty-v11 strong {
  color: #0b1f4d;
  font-weight: 900;
}

@media (min-width: 860px) {
  .sion-clients-header-v11 {
    grid-template-columns: 1.45fr 0.8fr;
  }
}

@media (max-width: 980px) {
  .sion-clients-grid-v11 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sion-clients-card-v11 {
    padding: 22px;
  }

  .sion-clients-grid-v11 {
    grid-template-columns: 1fr;
  }
}

/* v13 - limites públicos dos planos vindos da plataforma */
.sion-plan-limits-v13 {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(11, 31, 77, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
  padding: 12px;
}

.sion-plan-limit-v13 {
  display: grid;
  gap: 3px;
  border-radius: 13px;
  background: #ffffff;
  padding: 10px;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.85);
}

.sion-plan-limit-v13 span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sion-plan-limit-v13 strong {
  color: #0b1f4d;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
}

.sion-plan-summary small {
  flex-basis: 100%;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 520px) {
  .sion-plan-limits-v13 {
    grid-template-columns: 1fr;
  }
}

.sion-empty-plans-v15{grid-column:1/-1;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;color:#475569;padding:24px;text-align:center;font-size:14px;line-height:1.6}


/* v10/v13 - Clientes públicos com logo oficial, pastor e convenção/aliança */
.sion-clients-grid-v11 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sion-client-card-v13 {
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  min-height: 176px;
  padding: 18px;
}

.sion-client-logo-v13 {
  width: 68px;
  height: 68px;
  border-radius: 20px;
}

.sion-client-logo-v13 img {
  padding: 5px;
  object-fit: contain;
}

.sion-client-info-v13 {
  min-width: 0;
}

.sion-client-location-v13 {
  margin-top: 7px !important;
}

.sion-client-field-v13 {
  display: grid;
  gap: 2px;
  margin: 8px 0 0 !important;
  color: #0f172a !important;
  font-size: 12px !important;
  line-height: 1.35;
  font-weight: 800 !important;
}

.sion-client-field-v13 span {
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .sion-clients-grid-v11 {
    grid-template-columns: 1fr;
  }

  .sion-client-card-v13 {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .sion-client-logo-v13 {
    width: 58px;
    height: 58px;
  }
}


/* v11 - Card de clientes no padrão do cabeçalho do Perfil Geral do app */
.sion-clients-grid-v11 {
  grid-template-columns: 1fr;
  max-width: 760px;
}

.sion-client-card-v14 {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  min-height: auto;
  align-items: center;
  border-radius: 22px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 18px 44px -34px rgba(15, 23, 42, 0.5);
}

.sion-client-logo-v14 {
  width: 78px;
  height: 78px;
  border-radius: 18px;
  background: #ffffff;
}

.sion-client-logo-v14 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.sion-client-info-v14 h4 {
  margin: 0;
  color: #0b1f4d;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.sion-client-subtitle-v14 {
  margin: 5px 0 0 !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.35;
}

.sion-client-location-v14 {
  margin: 5px 0 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.45;
}

.sion-client-leader-v14,
.sion-client-covenant-v14 {
  margin: 5px 0 0 !important;
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

.sion-client-leader-v14 strong,
.sion-client-covenant-v14 strong {
  color: #0b1f4d;
  font-weight: 950;
}

@media (max-width: 640px) {
  .sion-client-card-v14 {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .sion-client-logo-v14 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }
}
