/* Home comercial Celebrax: demonstração, comparativo de planos e FAQ. */

.event-icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  margin-bottom: 14px;
  font-size: 0;
}

.event-icon-image img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.event-card:hover .event-icon-image img {
  transform: translateY(-3px) scale(1.03);
}

.pricing.pricing-comparison {
  padding: 84px max(5%, 24px);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 82, 204, 0.22), transparent 31%),
    radial-gradient(circle at 88% 100%, rgba(51, 204, 153, 0.1), transparent 30%),
    var(--azul-escuro);
}

.pricing-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.pricing-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dceaff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-sync-note {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  margin-top: -1.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
}

.pricing-sync-note::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--ciano);
  box-shadow: 0 0 0 0.28rem rgba(51, 204, 153, 0.12);
}

.plan-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(2, 12, 39, 0.3);
  scrollbar-width: thin;
}

.plan-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: var(--texto-escuro);
  text-align: center;
}

.plan-table th,
.plan-table td {
  border-right: 1px solid #e7edf6;
  border-bottom: 1px solid #e7edf6;
}

.plan-table tr > *:last-child {
  border-right: 0;
}

.plan-table tbody tr:last-child > * {
  border-bottom: 0;
}

.plan-table thead th {
  padding: 1.3rem 1rem;
  vertical-align: top;
  background: #ffffff;
}

.plan-table .plan-summary-col {
  width: 31%;
  padding: 1.55rem;
  text-align: left;
  background: #f5f8fd;
}

.plan-summary {
  display: grid;
  gap: 0.65rem;
}

.plan-summary-badge {
  width: fit-content;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  background: rgba(0, 82, 204, 0.09);
  color: var(--azul-vivo);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-summary strong {
  color: var(--azul-escuro);
  font-size: 1.28rem;
  line-height: 1.2;
}

.plan-summary p {
  margin: 0;
  color: var(--texto-suave);
  font-size: 0.9rem;
  line-height: 1.55;
}

.plan-summary-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.35rem;
  color: #52627d;
  font-size: 0.78rem;
  font-weight: 800;
}

.plan-summary-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.plan-legend-dot {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  font-style: normal;
}

.plan-legend-dot.check {
  background: rgba(51, 204, 153, 0.14);
  color: #087a62;
}

.plan-legend-dot.miss {
  background: #edf1f7;
  color: #8290a8;
}

.plan-table .recommended-col {
  background: linear-gradient(180deg, #fff9dc 0%, #ffffff 44%);
  box-shadow: inset 3px 0 0 var(--amarelo), inset -3px 0 0 var(--amarelo);
}

.plan-table .limited-col {
  background: linear-gradient(180deg, #fff4f7 0%, #ffffff 46%);
  box-shadow: inset 3px 0 0 rgba(255, 51, 102, 0.72);
}

.plan-heading {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.72rem;
  padding-top: 2.15rem;
  position: relative;
  box-sizing: border-box;
}

.plan-heading .plan-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 0.36rem 0.65rem;
  border-radius: 999px;
  background: var(--amarelo);
  color: var(--azul-escuro);
  font-size: 0.7rem;
  font-weight: 900;
  white-space: nowrap;
}

.plan-heading .plan-badge.limited,
.plan-mobile-card .plan-badge.limited {
  background: rgba(255, 51, 102, 0.12);
  color: #b92550;
}

.plan-chip {
  display: inline-flex;
  width: fit-content;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--azul-vivo);
  font-size: 0.72rem;
  font-weight: 900;
}

.plan-heading strong {
  color: var(--azul-escuro);
  font-size: 1.35rem;
}

.plan-heading small {
  color: var(--texto-suave);
  font-size: 0.9rem;
  line-height: 1.45;
}

.plan-heading small::first-line {
  color: var(--azul-escuro);
  font-size: 1.22rem;
  font-weight: 900;
}

.plan-limited-caption {
  display: block;
  min-height: 2.5em;
  color: #a1274b;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.35;
}

.plan-heading .btn-plan {
  width: 100%;
  margin-top: auto;
}

.btn-plan.limited-btn {
  appearance: none;
  border: 0;
  background: var(--azul-vivo);
  color: #ffffff;
  font: inherit;
  cursor: pointer;
}

.btn-plan.limited-btn:hover {
  background: var(--azul-vivo);
  opacity: 0.95;
}

.btn-plan.featured-btn {
  background: var(--laranja);
}

.plan-table .group-row th {
  padding: 0.72rem 1rem;
  background: #edf4ff;
  color: var(--azul-escuro);
  text-align: left;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-table .feature-name {
  padding: 0.88rem 1.15rem;
  background: #fbfcff;
  color: #35445e;
  text-align: left;
  font-size: 0.88rem;
  font-weight: 800;
}

.plan-table td {
  padding: 0.78rem;
  background: #ffffff;
}

.feature-check,
.feature-miss {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 900;
}

.feature-check {
  background: rgba(51, 204, 153, 0.14);
  color: #087a62;
}

.feature-miss {
  background: #eef2f7;
  color: #8996a9;
}

.feature-limited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.7rem;
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  background: rgba(255, 51, 102, 0.1);
  color: #a1274b;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.plan-mobile-cards {
  display: none;
}

.plan-mobile-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid #dce5f2;
  border-radius: 22px;
  background: #ffffff;
  color: var(--texto-escuro);
  text-align: left;
  box-shadow: 0 18px 45px rgba(3, 16, 48, 0.16);
}

.plan-mobile-card.recommended {
  border: 2px solid var(--amarelo);
}

.plan-mobile-card.limited {
  border-color: rgba(255, 51, 102, 0.42);
}

.plan-mobile-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
}

.plan-mobile-card h3 {
  margin: 0.45rem 0 0.35rem;
  color: var(--azul-escuro);
  font-size: 1.35rem;
}

.plan-mobile-card p {
  margin: 0;
  color: var(--texto-suave);
  font-size: 0.9rem;
  line-height: 1.55;
}

.plan-mobile-card .plan-badge {
  display: inline-flex;
  padding: 0.35rem 0.62rem;
  border-radius: 999px;
  background: var(--amarelo);
  color: var(--azul-escuro);
  font-size: 0.7rem;
  font-weight: 900;
}

.plan-mobile-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 1.1rem 0;
}

.plan-mobile-price strong {
  color: var(--azul-escuro);
  font-size: 1.72rem;
}

.plan-mobile-price span {
  color: var(--texto-suave);
  font-size: 0.78rem;
  font-weight: 700;
}

.plan-limit-alert {
  display: grid;
  gap: 0.25rem;
  margin: 0 0 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 51, 102, 0.2);
  border-radius: 14px;
  background: #fff4f7;
  color: #7f2944;
}

.plan-limit-alert strong {
  color: #a1274b;
  font-size: 0.82rem;
}

.plan-limit-alert span {
  font-size: 0.76rem;
  line-height: 1.45;
}

.plan-mobile-feature-list {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.plan-mobile-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #3e4d66;
  font-size: 0.88rem;
  line-height: 1.4;
}

.plan-mobile-feature-list li::before {
  content: '✓';
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(51, 204, 153, 0.14);
  color: #087a62;
  font-size: 0.72rem;
  font-weight: 900;
}

.plan-comparison-loading,
.plan-comparison-empty {
  padding: 2rem;
  background: #ffffff;
  color: var(--texto-suave);
  text-align: center;
  font-weight: 700;
}

.faq.faq-accordion-section {
  padding: 84px max(5%, 24px);
}

.faq-accordion {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
  align-items: start;
}

.faq-accordion .faq-item {
  padding: 0;
  border: 1px solid #dce5f2;
  border-top: 4px solid var(--rosa);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(11, 37, 100, 0.06);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.faq-accordion .faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 82, 204, 0.3);
  box-shadow: 0 16px 34px rgba(11, 37, 100, 0.1);
}

.faq-accordion .faq-item[open] {
  border-top-color: var(--azul-vivo);
  box-shadow: 0 18px 42px rgba(11, 37, 100, 0.12);
}

.faq-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding: 1.15rem 1.2rem;
  color: var(--azul-escuro);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

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

.faq-accordion summary::after {
  content: '+';
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #eef4ff;
  color: var(--azul-vivo);
  font-size: 1.3rem;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.faq-accordion .faq-item[open] summary::after {
  content: '−';
  background: var(--azul-vivo);
  color: #ffffff;
  transform: rotate(180deg);
}

.faq-accordion summary:focus-visible {
  outline: 3px solid rgba(0, 82, 204, 0.28);
  outline-offset: -3px;
}

.faq-answer {
  padding: 0 1.2rem 1.25rem;
}

.faq-answer p {
  margin: 0;
  color: var(--texto-suave);
  font-size: 0.94rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .plan-table-wrap {
    display: none;
  }

  .plan-mobile-cards {
    display: grid;
    gap: 1rem;
  }

  .faq-accordion {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .pricing.pricing-comparison,
  .faq.faq-accordion-section {
    padding: 64px 18px;
  }

  .pricing-sync-note {
    margin-top: -0.75rem;
    text-align: left;
  }

  .plan-mobile-card-top {
    display: grid;
  }

  .plan-mobile-card-top .plan-chip {
    grid-row: 1;
  }

  .faq-accordion summary {
    min-height: 68px;
    padding: 1rem;
    font-size: 0.94rem;
  }

  .faq-answer {
    padding: 0 1rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-accordion .faq-item,
  .faq-accordion summary::after {
    transition: none;
  }
}

/* Redesign de retenção — mantém comparativo dinâmico e reforça valor percebido. */
.celebrax-home-retention {
  --home-navy: #071b42;
  --home-navy-soft: #0b2b66;
  --home-blue: #075ee8;
  --home-blue-soft: #eaf2ff;
  --home-coral: #ff426f;
  --home-orange: #ff9638;
  --home-mint: #24cfa4;
  --home-ink: #10213d;
  --home-muted: #5e6d84;
  --home-border: #dce5f1;
  --home-surface: #ffffff;
  --home-soft: #f5f8fd;
  background: var(--home-surface);
  color: var(--home-ink);
}

.celebrax-home-retention header {
  min-height: 78px;
  padding: 10px max(5%, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(7, 27, 66, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 28px rgba(7, 27, 66, 0.05);
}

.celebrax-home-retention header::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--home-blue), var(--home-coral), var(--home-orange), var(--home-mint));
}

.celebrax-home-retention .logo img {
  height: 50px;
}

.celebrax-home-retention .main-nav a {
  position: relative;
  color: #52627b;
  font-size: 0.88rem;
}

.celebrax-home-retention .main-nav a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--home-blue);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.celebrax-home-retention .main-nav a:hover::after {
  transform: scaleX(1);
}

.celebrax-home-retention .btn-contato {
  min-height: 42px;
  padding: 9px 18px;
  border: 0;
  color: #ffffff;
  background: var(--home-blue);
  box-shadow: 0 10px 24px rgba(7, 94, 232, 0.2);
}

.celebrax-home-retention .hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: clamp(48px, 6vw, 92px);
  min-height: 720px;
  padding: 84px max(5%, calc((100vw - 1240px) / 2)) 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 15%, rgba(7, 94, 232, 0.12), transparent 27%),
    radial-gradient(circle at 4% 92%, rgba(36, 207, 164, 0.09), transparent 24%),
    #f8faff;
}

.celebrax-home-retention .hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10%;
  right: -10%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7, 94, 232, 0.12);
  border-radius: 50%;
}

.celebrax-home-retention .hero-content {
  max-width: 690px;
}

.celebrax-home-retention .hero-badge,
.section-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(7, 94, 232, 0.14);
  border-radius: 999px;
  color: var(--home-blue);
  background: rgba(7, 94, 232, 0.06);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.celebrax-home-retention .hero-badge > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-mint);
  box-shadow: 0 0 0 5px rgba(36, 207, 164, 0.12);
}

.celebrax-home-retention .hero-content h1 {
  max-width: 760px;
  margin: 0 0 1.35rem;
  color: var(--home-navy);
  font-size: clamp(2.7rem, 4.7vw, 4.65rem);
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.celebrax-home-retention .hero-content h1 em {
  display: block;
  margin-top: 0.18em;
  color: var(--home-blue);
  font-style: normal;
}

.celebrax-home-retention .hero-description {
  max-width: 650px;
  margin: 0 0 1.55rem;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.7;
}

.hero-value-line {
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  margin-bottom: 1.45rem;
  padding: 0.58rem 0.72rem;
  border: 1px solid var(--home-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 26px rgba(7, 27, 66, 0.06);
}

.hero-value-line > * {
  padding: 0 0.7rem;
  color: var(--home-muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.hero-value-line > * + * {
  border-left: 1px solid var(--home-border);
}

.hero-value-line strong {
  color: var(--home-navy);
  font-weight: 900;
}

.celebrax-home-retention .hero-actions {
  display: grid;
  grid-template-areas:
    "lead plans"
    "lead consult";
  grid-template-columns: minmax(230px, 1.08fr) minmax(215px, 0.92fr);
  grid-template-rows: repeat(2, minmax(52px, auto));
  align-items: stretch;
  width: min(100%, 590px);
  gap: 0.62rem;
  margin-bottom: 1.2rem;
}

.celebrax-home-retention .cta-button {
  min-height: 52px;
  gap: 0.8rem;
  padding: 0.88rem 1.3rem;
  border-radius: 13px;
  background: var(--home-blue);
  box-shadow: 0 15px 32px rgba(7, 94, 232, 0.25);
}

.celebrax-home-retention .cta-button:hover {
  background: #034fc8;
}

.celebrax-home-retention .hero-actions .cta-button {
  grid-area: plans;
  justify-content: space-between;
  min-height: 52px;
  padding: 0.72rem 0.92rem;
  border: 1px solid #d7e0ed;
  background: #ffffff;
  color: var(--home-navy);
  box-shadow: 0 10px 24px rgba(7, 27, 66, 0.07);
  font-size: 0.72rem;
}

.celebrax-home-retention .hero-actions .cta-button:hover {
  border-color: rgba(7, 94, 232, 0.34);
  background: #f5f9ff;
  color: var(--home-blue);
  box-shadow: 0 14px 28px rgba(7, 27, 66, 0.11);
}

.celebrax-home-retention .hero-lead-action,
.celebrax-home-retention .hero-consultant-action {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.62rem;
  min-height: 52px;
  padding: 0.62rem 0.78rem;
  border-radius: 13px;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.celebrax-home-retention .hero-lead-action {
  grid-area: lead;
  position: relative;
  align-items: flex-start;
  min-height: 114px;
  padding: 1rem 1.1rem;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 105% -10%, rgba(36, 207, 164, 0.2), transparent 34%),
    linear-gradient(135deg, var(--home-blue), #0848b7 68%, var(--home-navy));
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(7, 94, 232, 0.23);
}

.celebrax-home-retention .hero-consultant-action {
  grid-area: consult;
  border: 1px solid #d5deeb;
  background: #ffffff;
  color: var(--home-navy);
  box-shadow: 0 10px 24px rgba(7, 27, 66, 0.07);
}

.celebrax-home-retention .hero-lead-action:hover,
.celebrax-home-retention .hero-consultant-action:hover {
  transform: translateY(-2px);
}

.celebrax-home-retention .hero-lead-action:hover {
  background:
    radial-gradient(circle at 105% -10%, rgba(36, 207, 164, 0.24), transparent 34%),
    linear-gradient(135deg, #0758e2, #073f9f 68%, #061936);
  box-shadow: 0 20px 38px rgba(7, 94, 232, 0.3);
}

.celebrax-home-retention .hero-consultant-action:hover {
  border-color: rgba(7, 94, 232, 0.34);
  background: #f7faff;
  box-shadow: 0 14px 28px rgba(7, 27, 66, 0.11);
}

.celebrax-home-retention .hero-lead-action:focus-visible,
.celebrax-home-retention .hero-consultant-action:focus-visible {
  outline: 3px solid rgba(7, 94, 232, 0.2);
  outline-offset: 3px;
}

.celebrax-home-retention .hero-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 9px;
  background: rgba(255, 66, 111, 0.1);
  color: var(--home-coral);
  font-size: 0.83rem;
}

.celebrax-home-retention .hero-lead-action .hero-action-icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.celebrax-home-retention .hero-consultant-action .hero-action-icon {
  background: rgba(36, 207, 164, 0.13);
  color: #087a62;
}

.celebrax-home-retention .hero-action-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.celebrax-home-retention .hero-lead-action > span:last-child,
.celebrax-home-retention .hero-consultant-action > span:last-child {
  display: grid;
  gap: 1px;
}

.celebrax-home-retention .hero-lead-action strong,
.celebrax-home-retention .hero-consultant-action strong {
  font-size: 0.69rem;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.celebrax-home-retention .hero-lead-action strong {
  color: #ffffff;
  font-size: 0.8rem;
}

.celebrax-home-retention .hero-lead-action small,
.celebrax-home-retention .hero-consultant-action small {
  color: #7b889c;
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.celebrax-home-retention .hero-lead-action small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.6rem;
}

/* Três ações equivalentes: mesmo tamanho, acabamento e hierarquia. */
.celebrax-home-retention .hero-actions {
  grid-template-areas: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  width: min(100%, 680px);
  gap: 0.55rem;
}

.celebrax-home-retention .hero-actions .hero-action-button {
  grid-area: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.58rem;
  width: 100%;
  min-width: 0;
  min-height: 64px;
  padding: 0.68rem 0.72rem;
  overflow: visible;
  border: 1px solid #d6e0ed;
  border-radius: 14px;
  background: #ffffff;
  color: var(--home-navy);
  box-shadow: 0 10px 24px rgba(7, 27, 66, 0.08);
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.celebrax-home-retention .hero-actions .hero-action-button:hover {
  border-color: rgba(7, 94, 232, 0.38);
  background: #f6f9ff;
  color: var(--home-navy);
  box-shadow: 0 15px 30px rgba(7, 27, 66, 0.12);
  transform: translateY(-2px);
}

.celebrax-home-retention .hero-actions .hero-action-button .hero-action-icon,
.celebrax-home-retention .hero-actions .hero-lead-action .hero-action-icon,
.celebrax-home-retention .hero-actions .hero-consultant-action .hero-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 10px;
  background: #eef4ff;
  color: var(--home-blue);
  font-size: 0.75rem;
}

.celebrax-home-retention .hero-actions .hero-action-button > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.celebrax-home-retention .hero-actions .hero-action-button strong,
.celebrax-home-retention .hero-actions .hero-lead-action strong,
.celebrax-home-retention .hero-actions .hero-consultant-action strong {
  color: var(--home-navy);
  font-size: 0.65rem;
  font-weight: 900;
  line-height: 1.25;
  white-space: normal;
}

.celebrax-home-retention .hero-actions .hero-action-button small,
.celebrax-home-retention .hero-actions .hero-lead-action small,
.celebrax-home-retention .hero-actions .hero-consultant-action small {
  margin: 0;
  color: #7b889c;
  font-size: 0.52rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
}

.celebrax-home-retention .hero-notes {
  gap: 0.55rem 1.15rem;
}

.celebrax-home-retention .hero-notes span {
  position: relative;
  padding: 0 0 0 1.05rem;
  border: 0;
  color: #61708a;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 750;
}

.celebrax-home-retention .hero-notes span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-mint);
  transform: translateY(-50%);
}

.celebrax-home-retention .hero-image {
  min-width: 0;
}

.product-showcase {
  position: relative;
  width: min(520px, 100%);
  min-height: 530px;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.showcase-glow {
  position: absolute;
  inset: 7% 3% 9%;
  border-radius: 40% 58% 48% 38%;
  background: rgba(7, 94, 232, 0.1);
  filter: blur(2px);
  transform: rotate(-4deg);
}

.celebrax-home-retention .mockup-card {
  position: relative;
  z-index: 2;
  width: min(430px, 86%);
  margin: 0 1rem 2.2rem 0;
  padding: 0.72rem;
  border: 1px solid rgba(7, 27, 66, 0.12);
  border-radius: 27px;
  background: #ffffff;
  box-shadow: 0 35px 75px rgba(7, 27, 66, 0.2);
  transform: rotate(1.4deg);
}

.celebrax-home-retention .mockup-browser {
  align-items: center;
  margin: 0;
  padding: 0.35rem 0.35rem 0.72rem;
}

.celebrax-home-retention .mockup-browser span {
  width: 7px;
  height: 7px;
}

.celebrax-home-retention .mockup-browser span:first-child { background: var(--home-coral); }
.celebrax-home-retention .mockup-browser span:nth-child(2) { background: var(--home-orange); }
.celebrax-home-retention .mockup-browser span:nth-child(3) { background: var(--home-mint); }

.celebrax-home-retention .mockup-browser small {
  min-width: 0;
  margin-left: auto;
  overflow: hidden;
  color: #8490a4;
  font-size: 0.58rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.celebrax-home-retention .mockup-event {
  min-height: 370px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 2rem 1.2rem;
  border-radius: 20px;
  text-align: center;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(145deg, #0a2d6f, #071b42);
}

.celebrax-home-retention .mockup-event::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px 100px 18px 18px;
}

.celebrax-home-retention .mockup-event::after {
  right: -55px;
  top: -55px;
  width: 170px;
  height: 170px;
  background: rgba(36, 207, 164, 0.13);
}

.mockup-event-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 0.65rem;
  color: #9fdacb;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.celebrax-home-retention .mockup-event h3 {
  margin: 0;
  font: 700 clamp(2rem, 4vw, 3.1rem) Georgia, serif;
  line-height: 1.05;
}

.celebrax-home-retention .mockup-event h3 i {
  color: var(--home-coral);
  font-style: italic;
  font-weight: 400;
}

.celebrax-home-retention .mockup-event p {
  margin-top: 0.8rem;
  font-size: 0.77rem;
}

.celebrax-home-retention .mockup-event-cta {
  margin-top: 1.6rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.11);
  font-size: 0.72rem;
  backdrop-filter: blur(8px);
}

.showcase-panel-card,
.showcase-status {
  position: absolute;
  z-index: 3;
  padding: 0.9rem;
  border: 1px solid rgba(7, 27, 66, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 45px rgba(7, 27, 66, 0.18);
  backdrop-filter: blur(12px);
}

.showcase-panel-card {
  right: -1%;
  bottom: 6%;
  width: 205px;
}

.showcase-panel-card > span,
.showcase-panel-card small,
.showcase-status small {
  display: block;
  color: #738199;
  font-size: 0.62rem;
  font-weight: 700;
}

.showcase-panel-card > strong {
  display: block;
  margin: 0.22rem 0 0.55rem;
  color: var(--home-navy);
  font-size: 0.88rem;
}

.showcase-panel-card > div {
  height: 6px;
  margin-bottom: 0.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e9eef6;
}

.showcase-panel-card > div i {
  width: var(--progress);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--home-blue), var(--home-mint));
}

.showcase-status {
  top: 11%;
  left: -5%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.showcase-status > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #087a62;
  background: rgba(36, 207, 164, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
}

.showcase-status strong {
  display: block;
  color: var(--home-navy);
  font-size: 0.75rem;
}

.celebrax-home-retention .quick-benefits {
  position: relative;
  padding: 0 max(5%, calc((100vw - 1240px) / 2));
  background: var(--home-navy);
}

.celebrax-home-retention .quick-benefits-grid {
  gap: 0;
}

.celebrax-home-retention .quick-benefit {
  min-height: 132px;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.7rem 1.25rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
}

.celebrax-home-retention .quick-benefit:last-child {
  border-right: 0;
}

.quick-benefit-number {
  color: #69d9bb !important;
  font-size: 0.65rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.celebrax-home-retention .quick-benefit strong {
  color: #ffffff;
  font-size: 0.83rem;
  line-height: 1.35;
}

.celebrax-home-retention .quick-benefit div > span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  line-height: 1.45;
}

.one-time-value {
  padding: 104px max(5%, 24px);
  background: #ffffff;
}

.one-time-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.one-time-heading {
  max-width: 850px;
  margin-bottom: 2.3rem;
}

.one-time-heading h2 {
  margin: 0 0 1rem;
  color: var(--home-navy);
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.one-time-heading h2 em {
  color: var(--home-blue);
  font-style: normal;
}

.one-time-heading > p {
  max-width: 740px;
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.one-time-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.one-time-card {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  background: var(--home-soft);
  box-shadow: 0 15px 34px rgba(7, 27, 66, 0.05);
}

.one-time-card.featured {
  color: #ffffff;
  border-color: var(--home-navy);
  background: var(--home-navy);
  box-shadow: 0 20px 42px rgba(7, 27, 66, 0.18);
}

.one-time-card.mp-card {
  border-color: rgba(255, 66, 111, 0.28);
  background: #fff7f9;
}

.one-time-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #ffffff;
  background: var(--home-blue);
  font-size: 0.75rem;
  font-weight: 900;
}

.one-time-icon.pix { color: #087a62; background: rgba(36, 207, 164, 0.15); font-size: 1.3rem; }
.one-time-icon.mp { color: #b92550; background: rgba(255, 66, 111, 0.13); }

.one-time-card > div > strong {
  display: block;
  margin-bottom: 0.32rem;
  color: var(--home-blue);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.one-time-card.featured > div > strong { color: #7ce5c9; }

.one-time-card h3 {
  margin: 0 0 0.4rem;
  color: var(--home-navy);
  font-size: 1.02rem;
}

.one-time-card.featured h3 { color: #ffffff; }

.one-time-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.76rem;
  line-height: 1.58;
}

.one-time-card.featured p { color: rgba(255, 255, 255, 0.67); }

.celebrax-home-retention .features,
.celebrax-home-retention .events-section,
.celebrax-home-retention .transparency,
.celebrax-home-retention .how-it-works {
  padding: 104px max(5%, 24px);
}

.celebrax-home-retention .features {
  background: var(--home-soft);
}

.celebrax-home-retention .section-title {
  max-width: 880px;
  margin: 0 auto 1rem;
  color: var(--home-navy);
  font-size: clamp(2.15rem, 3.8vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.celebrax-home-retention .section-subtitle {
  max-width: 760px;
  margin-bottom: 2.5rem;
  color: var(--home-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.celebrax-home-retention .features > .section-kicker,
.celebrax-home-retention .events-section > .section-kicker,
.celebrax-home-retention .transparency > .section-kicker,
.celebrax-home-retention .how-it-works > .section-kicker {
  margin-right: auto;
  margin-left: auto;
}

.celebrax-home-retention .grid-features {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto;
}

.celebrax-home-retention .feature-card {
  grid-column: span 3;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  border: 1px solid var(--home-border);
  border-radius: 21px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(7, 27, 66, 0.05);
  text-align: left;
}

.celebrax-home-retention .feature-card-wide {
  grid-column: span 6;
}

.celebrax-home-retention .feature-card:hover {
  border-color: rgba(7, 94, 232, 0.28);
  box-shadow: 0 22px 45px rgba(7, 27, 66, 0.1);
}

.celebrax-home-retention .feature-card-dark {
  color: #ffffff;
  border-color: var(--home-navy);
  background: var(--home-navy);
}

.celebrax-home-retention .feature-card-library {
  background:
    radial-gradient(circle at 90% 10%, rgba(36, 207, 164, 0.13), transparent 28%),
    #ffffff;
}

.celebrax-home-retention .feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-bottom: auto;
  border-radius: 15px;
  color: var(--home-blue);
  background: var(--home-blue-soft);
  font-size: 0;
}

.celebrax-home-retention .feature-icon.coral { color: #c62b55; background: rgba(255, 66, 111, 0.12); }
.celebrax-home-retention .feature-icon.mint { color: #087a62; background: rgba(36, 207, 164, 0.14); }
.celebrax-home-retention .feature-icon.orange { color: #b85b08; background: rgba(255, 150, 56, 0.14); }

.celebrax-home-retention .feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.celebrax-home-retention .feature-card h3 {
  margin: 1.15rem 0 0.55rem;
  color: var(--home-navy);
  font-size: 1.08rem;
  line-height: 1.25;
}

.celebrax-home-retention .feature-card-dark h3 { color: #ffffff; }

.celebrax-home-retention .feature-card p {
  color: var(--home-muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.celebrax-home-retention .feature-card-dark p { color: rgba(255, 255, 255, 0.66); }

.feature-tag {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.36rem 0.58rem;
  border-radius: 999px;
  color: var(--home-blue);
  background: var(--home-blue-soft);
  font-size: 0.6rem;
  font-weight: 850;
}

.celebrax-home-retention .how-it-works {
  background: #ffffff;
}

.celebrax-home-retention .steps-grid {
  width: min(1060px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto;
}

.celebrax-home-retention .step-card {
  position: relative;
  min-height: 250px;
  padding: 1.6rem;
  border: 1px solid var(--home-border);
  border-radius: 21px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 27, 66, 0.05);
}

.celebrax-home-retention .step-card span {
  width: auto;
  height: auto;
  margin: 0 0 3.4rem;
  color: var(--home-blue);
  background: transparent;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

.celebrax-home-retention .step-card::after {
  content: '';
  position: absolute;
  top: 2.25rem;
  left: 3.5rem;
  width: calc(100% - 5rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(7, 94, 232, 0.35), transparent);
}

.celebrax-home-retention .step-card h3 {
  margin-bottom: 0.65rem;
  color: var(--home-navy);
  font-size: 1.08rem;
}

.celebrax-home-retention .step-card p {
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.celebrax-home-retention .panel-section {
  position: relative;
  overflow: hidden;
  padding: 108px max(5%, 24px);
  background: var(--home-navy);
}

.celebrax-home-retention .panel-section::after {
  content: '';
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(36, 207, 164, 0.15);
  border-radius: 50%;
}

.celebrax-home-retention .panel-content {
  position: relative;
  z-index: 1;
  width: min(1140px, 100%);
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(40px, 6vw, 86px);
  margin: 0 auto;
}

.section-kicker.inverse {
  color: #7ce5c9;
  border-color: rgba(124, 229, 201, 0.2);
  background: rgba(36, 207, 164, 0.08);
}

.celebrax-home-retention .panel-copy h2 {
  max-width: 540px;
  margin: 0 0 1.1rem;
  color: #ffffff;
  font-size: clamp(2.15rem, 3.7vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.celebrax-home-retention .panel-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.94rem;
  line-height: 1.7;
}

.celebrax-home-retention .panel-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.celebrax-home-retention .panel-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.83);
  background: transparent;
  font-size: 0.78rem;
}

.celebrax-home-retention .panel-list li span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #7ce5c9;
  background: rgba(36, 207, 164, 0.12);
  font-size: 0.62rem;
  font-weight: 900;
}

.celebrax-home-retention .panel-preview {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.panel-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.35rem 1rem;
}

.panel-preview-head small {
  color: #7b899e;
  font-size: 0.62rem;
  font-weight: 750;
}

.panel-preview-head h3 {
  margin: 0.1rem 0 0;
  color: var(--home-navy);
  font-size: 1rem;
}

.panel-preview-head > span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.36rem 0.55rem;
  border-radius: 999px;
  color: #087a62;
  background: rgba(36, 207, 164, 0.12);
  font-size: 0.56rem;
  font-weight: 850;
}

.panel-preview-head > span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-mint);
}

.celebrax-home-retention .panel-stats {
  gap: 0.65rem;
  margin: 0;
}

.celebrax-home-retention .panel-stats > div {
  min-width: 0;
  padding: 0.95rem;
  border: 1px solid #e5ebf3;
  border-radius: 14px;
  background: #f7f9fd;
}

.celebrax-home-retention .panel-stats strong {
  font-size: 1.22rem;
}

.celebrax-home-retention .panel-stats em {
  display: block;
  margin-top: 0.2rem;
  color: #7a879a;
  font-size: 0.53rem;
  font-style: normal;
  font-weight: 700;
}

.panel-activity {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.65rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid #e5ebf3;
  border-radius: 13px;
}

.panel-activity > span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--home-blue), #69a1f8);
}

.panel-activity:nth-child(4) > span {
  background: linear-gradient(135deg, var(--home-coral), #ff9bb3);
}

.panel-activity strong,
.panel-activity small {
  display: block;
}

.panel-activity strong { color: var(--home-navy); font-size: 0.67rem; }
.panel-activity small { color: #7d899b; font-size: 0.54rem; }

.celebrax-home-retention .events-section {
  background: #ffffff;
}

.celebrax-home-retention .events-grid {
  width: min(1100px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto;
}

.celebrax-home-retention .event-card {
  min-height: 310px;
  padding: 1.4rem;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 27, 66, 0.05);
}

.celebrax-home-retention .event-card h3 {
  color: var(--home-navy);
  font-size: 1.03rem;
}

.celebrax-home-retention .event-card p {
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.58;
}

.demo-retention-cta {
  width: min(1120px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  margin: 0 auto 104px;
  padding: clamp(1.5rem, 4vw, 2.7rem);
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 10%, rgba(36, 207, 164, 0.16), transparent 30%),
    var(--home-navy);
  box-shadow: 0 28px 64px rgba(7, 27, 66, 0.2);
}

.demo-retention-cta h2 {
  max-width: 690px;
  margin: 0 0 0.65rem;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.demo-retention-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
  line-height: 1.65;
}

.demo-retention-actions {
  min-width: 240px;
  display: grid;
  gap: 0.7rem;
}

.demo-retention-actions .celebrax-lead-btn-primary {
  width: 100%;
  min-height: 48px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: var(--home-coral);
  box-shadow: 0 12px 28px rgba(255, 66, 111, 0.24);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  cursor: pointer;
}

.demo-retention-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: none;
}

.pricing-promise {
  width: min(860px, 100%);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 auto 1.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(124, 229, 201, 0.22);
  border-radius: 16px;
  background: rgba(36, 207, 164, 0.08);
  text-align: left;
}

.pricing-promise-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  color: var(--home-navy);
  background: #7ce5c9;
  font-size: 0.72rem;
  font-weight: 900;
}

.pricing-promise strong {
  display: block;
  color: #ffffff;
  font-size: 0.82rem;
}

.pricing-promise p {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  line-height: 1.5;
}

.celebrax-home-retention .pricing-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.6;
}

.celebrax-home-retention .transparency {
  background: var(--home-soft);
}

.celebrax-home-retention .transparency-grid {
  width: min(1080px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto;
}

.celebrax-home-retention .transparency-card {
  min-height: 220px;
  padding: 1.5rem;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(7, 27, 66, 0.05);
}

.celebrax-home-retention .transparency-card-emphasis {
  grid-column: 1 / -1;
  min-height: auto;
  border-color: rgba(255, 66, 111, 0.25);
  background: #fff7f9;
}

.transparency-label {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.36rem 0.58rem;
  border-radius: 999px;
  color: var(--home-blue);
  background: var(--home-blue-soft);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transparency-label.mint { color: #087a62; background: rgba(36, 207, 164, 0.14); }
.transparency-label.coral { color: #b92550; background: rgba(255, 66, 111, 0.12); }

.celebrax-home-retention .transparency-card h3 {
  color: var(--home-navy);
  font-size: 1.18rem;
}

.celebrax-home-retention .transparency-card p {
  max-width: 770px;
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.faq-accordion .faq-item-highlight {
  border-top-color: var(--home-mint);
}

.celebrax-home-retention .final-cta {
  padding: 110px max(5%, 24px);
  background:
    radial-gradient(circle at 15% 120%, rgba(36, 207, 164, 0.16), transparent 30%),
    var(--home-navy);
}

.celebrax-home-retention .final-cta h2 {
  max-width: 900px;
  margin: 0 auto 1rem;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.celebrax-home-retention .final-cta p {
  max-width: 760px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.final-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.final-whatsapp {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.88rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.celebrax-home-retention footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #04122e;
}

@media (max-width: 1080px) {
  .celebrax-home-retention .hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    gap: 42px;
  }

  .celebrax-home-retention .hero-content h1 {
    font-size: clamp(2.6rem, 5.5vw, 4rem);
  }

  .celebrax-home-retention .feature-card,
  .celebrax-home-retention .feature-card-wide { grid-column: span 6; }
}

@media (max-width: 900px) {
  .celebrax-home-retention header {
    min-height: 70px;
    padding: 10px 5%;
  }

  .celebrax-home-retention .main-nav a::after { display: none; }

  .celebrax-home-retention .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 70px 6% 86px;
    text-align: left;
  }

  .celebrax-home-retention .hero-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .celebrax-home-retention .hero-actions,
  .celebrax-home-retention .hero-notes {
    justify-content: flex-start;
  }

  .celebrax-home-retention .hero-actions a { width: auto; }
  .celebrax-home-retention .hero-image { width: 100%; }
  .product-showcase { min-height: 510px; }

  .celebrax-home-retention .quick-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .celebrax-home-retention .quick-benefit:nth-child(2) { border-right: 0; }
  .celebrax-home-retention .quick-benefit:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .one-time-cards { grid-template-columns: 1fr; }

  .celebrax-home-retention .feature-card,
  .celebrax-home-retention .feature-card-wide { grid-column: span 6; }

  .celebrax-home-retention .panel-content { grid-template-columns: 1fr; }
  .celebrax-home-retention .events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .demo-retention-cta { grid-template-columns: 1fr; }
  .demo-retention-actions { width: min(100%, 340px); }
}

@media (max-width: 680px) {
  .celebrax-home-retention .hero {
    gap: 24px;
    padding: 52px 18px 68px;
  }

  .celebrax-home-retention .hero-content h1 {
    font-size: clamp(2.35rem, 12vw, 3.45rem);
  }

  .celebrax-home-retention .hero-description { font-size: 0.94rem; }

  .hero-value-line {
    width: 100%;
    display: grid;
    gap: 0;
    padding: 0.25rem 0.8rem;
  }

  .hero-value-line > * { padding: 0.55rem 0; }
  .hero-value-line > * + * { border-top: 1px solid var(--home-border); border-left: 0; }
  .celebrax-home-retention .hero-actions {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }

  .celebrax-home-retention .hero-actions .cta-button {
    width: 100%;
  }

  .celebrax-home-retention .hero-lead-action {
    min-height: 64px;
  }

  .celebrax-home-retention .hero-lead-action,
  .celebrax-home-retention .hero-consultant-action {
    width: 100%;
    min-width: 0;
  }

  .celebrax-home-retention .hero-lead-action strong,
  .celebrax-home-retention .hero-consultant-action strong,
  .celebrax-home-retention .hero-lead-action small,
  .celebrax-home-retention .hero-consultant-action small {
    white-space: normal;
  }

  .product-showcase {
    min-height: 430px;
    transform: scale(0.94);
    transform-origin: center top;
  }

  .celebrax-home-retention .mockup-card {
    width: 90%;
    margin-right: 0;
  }

  .celebrax-home-retention .mockup-event { min-height: 300px; }
  .showcase-status { top: 4%; left: -1%; }
  .showcase-panel-card { right: -1%; bottom: 0; }

  .celebrax-home-retention .quick-benefits-grid { grid-template-columns: 1fr; }
  .celebrax-home-retention .quick-benefit {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .one-time-value,
  .celebrax-home-retention .features,
  .celebrax-home-retention .events-section,
  .celebrax-home-retention .transparency,
  .celebrax-home-retention .how-it-works,
  .celebrax-home-retention .panel-section,
  .celebrax-home-retention .final-cta {
    padding: 72px 18px;
  }

  .one-time-heading h2,
  .celebrax-home-retention .section-title {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .one-time-card { padding: 1.1rem; }

  .celebrax-home-retention .grid-features { grid-template-columns: 1fr; }
  .celebrax-home-retention .feature-card,
  .celebrax-home-retention .feature-card-wide {
    grid-column: 1;
    min-height: 240px;
  }

  .celebrax-home-retention .steps-grid { grid-template-columns: 1fr; }
  .celebrax-home-retention .step-card { min-height: 220px; }
  .celebrax-home-retention .panel-content { min-width: 0; }
  .celebrax-home-retention .panel-preview { min-width: 0; padding: 0.75rem; }
  .celebrax-home-retention .panel-stats { grid-template-columns: 1fr 1fr; }
  .celebrax-home-retention .events-grid { grid-template-columns: 1fr; }
  .celebrax-home-retention .event-card { min-height: auto; }

  .demo-retention-cta {
    width: calc(100% - 36px);
    margin-bottom: 72px;
    padding: 1.35rem;
    border-radius: 20px;
  }

  .demo-retention-actions { min-width: 0; }
  .celebrax-home-retention .transparency-grid { grid-template-columns: 1fr; }
  .celebrax-home-retention .transparency-card-emphasis { grid-column: 1; }
  .pricing-promise { align-items: flex-start; }
  .final-cta-actions { display: grid; }
  .final-cta-actions > * { width: 100%; }
}

@media (max-width: 420px) {
  .celebrax-home-retention .hero-actions {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }

  .celebrax-home-retention .hero-actions .cta-button {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .celebrax-home-retention .logo img { height: 40px; }
  .celebrax-home-retention .hero-badge { font-size: 0.61rem; }
  .product-showcase { min-height: 390px; transform: scale(0.88); }
  .showcase-status { left: -5%; }
  .showcase-panel-card { right: -5%; }
  .one-time-card { display: grid; }
  .celebrax-home-retention .panel-stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .celebrax-home-retention .main-nav a::after,
  .celebrax-home-retention .feature-card,
  .celebrax-home-retention .event-card {
    transition: none;
  }
}

/* =========================================================
   HERO MULTIEVENTOS + CTA DE DEMONSTRAÇÃO
   ========================================================= */
.celebrax-home-retention .btn-demo-header {
  background: #ff3d55;
  border-color: #ff3d55;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(255, 61, 85, 0.28);
  font: inherit;
}

.celebrax-home-retention .btn-demo-header:hover {
  background: #e92d46;
  border-color: #e92d46;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(233, 45, 70, 0.34);
  transform: translateY(-1px);
}

body.celebrax-home-retention .hero-actions .hero-action-button.hero-demo-action {
  border-color: #ff3d55 !important;
  background: linear-gradient(135deg, #ff4b61, #e92d46) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(255, 61, 85, 0.28) !important;
}

body.celebrax-home-retention .hero-actions .hero-action-button.hero-demo-action:hover {
  border-color: #e92d46 !important;
  background: linear-gradient(135deg, #f83a52, #d9223d) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 36px rgba(233, 45, 70, 0.36) !important;
}

.celebrax-home-retention .hero-actions .hero-demo-action .hero-action-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.celebrax-home-retention .hero-actions .hero-demo-action strong {
  color: #ffffff;
  font-size: 0.7rem;
}

.celebrax-home-retention .hero-actions .hero-demo-action small {
  color: rgba(255, 255, 255, 0.8);
}

body.celebrax-home-retention .hero-actions .hero-action-button.hero-demo-action:focus-visible,
.celebrax-home-retention .mockup-event-cta:focus-visible,
.celebrax-home-retention .btn-demo-header:focus-visible {
  outline: 3px solid rgba(255, 61, 85, 0.24) !important;
  outline-offset: 3px !important;
}

.celebrax-home-retention .product-showcase {
  min-height: 590px;
  grid-template-rows: auto 1fr;
  align-content: center;
  gap: 0.85rem;
  padding-top: 0.75rem;
}

.showcase-event-types {
  position: relative;
  z-index: 4;
  width: min(510px, 98%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin: 0 auto;
}

.showcase-event-types span {
  padding: 0.42rem 0.66rem;
  border: 1px solid rgba(7, 94, 232, 0.14);
  border-radius: 999px;
  color: #27507f;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(7, 27, 66, 0.07);
  font-size: 0.58rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.celebrax-home-retention .product-showcase .mockup-card {
  align-self: start;
  margin: 0 1rem 1rem 0;
}

.mockup-event-type {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.4rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.celebrax-home-retention .mockup-event h3 {
  position: relative;
  z-index: 1;
  max-width: 330px;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
}

.celebrax-home-retention .mockup-event p {
  position: relative;
  z-index: 1;
}

.celebrax-home-retention .mockup-event-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 43px;
  padding: 0.78rem 1.05rem;
  border: 1px solid #ff5a6d;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4b61, #e92d46);
  box-shadow: 0 14px 30px rgba(255, 61, 85, 0.32);
  font-size: 0.7rem;
  font-weight: 900;
  text-decoration: none;
  backdrop-filter: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.celebrax-home-retention .mockup-event-cta:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #f83a52, #d9223d);
  box-shadow: 0 18px 34px rgba(233, 45, 70, 0.4);
  transform: translateY(-2px);
}

.celebrax-home-retention .showcase-status {
  top: 14%;
}

.celebrax-home-retention .showcase-panel-card {
  bottom: 3%;
}

@media (max-width: 900px) {
  .celebrax-home-retention .product-showcase {
    min-height: 570px;
  }
}

@media (max-width: 680px) {
  .celebrax-home-retention .product-showcase {
    min-height: 520px;
    gap: 0.65rem;
  }

  .showcase-event-types {
    width: 96%;
    gap: 0.28rem;
  }

  .showcase-event-types span {
    padding: 0.38rem 0.52rem;
    font-size: 0.52rem;
  }

  .celebrax-home-retention .product-showcase .mockup-card {
    width: 92%;
    margin: 0;
  }

  .celebrax-home-retention .mockup-event {
    min-height: 310px;
  }

  .celebrax-home-retention .showcase-status {
    top: 13%;
  }
}

@media (max-width: 430px) {
  .celebrax-home-retention .product-showcase {
    min-height: 480px;
  }

  .showcase-event-types span {
    padding: 0.34rem 0.45rem;
    font-size: 0.48rem;
  }

  .celebrax-home-retention .showcase-status {
    left: -2%;
  }

  .celebrax-home-retention .showcase-panel-card {
    right: -2%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .celebrax-home-retention .hero-demo-action,
  .celebrax-home-retention .mockup-event-cta,
  .celebrax-home-retention .btn-demo-header {
    transition: none;
  }
}



/* Links editoriais da home para as páginas públicas de cada solução. */
.seo-topic-link {
  color: inherit;
  text-decoration: none;
}

.seo-topic-link:hover,
.seo-topic-link:focus-visible {
  color: var(--azul-vivo, #075ee8);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

/* =========================================================
   HOME RETENTION V2 · CONVERSÃO + PORTAL DO PRESTADOR
   ========================================================= */
body.celebrax-home-retention {
  --retention-navy: #061a3d;
  --retention-blue: #075ee8;
  --retention-blue-deep: #0648b5;
  --retention-coral: #ff4965;
  --retention-mint: #26d0aa;
  --retention-ink: #10213f;
  --retention-muted: #5d6c83;
  --retention-line: #dce5f0;
  --retention-soft: #f4f7fb;
  background: #ffffff;
  color: var(--retention-ink);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.celebrax-home-retention header {
  min-height: 76px;
  gap: clamp(16px, 2.4vw, 36px);
  padding: 10px max(4.5%, 24px);
  border-bottom: 1px solid rgba(10, 42, 92, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 35px rgba(6, 26, 61, 0.04);
}

.celebrax-home-retention .logo img {
  height: 48px;
}

.celebrax-home-retention .main-nav {
  gap: clamp(14px, 1.7vw, 27px);
}

.celebrax-home-retention .main-nav a {
  color: #44546b;
  font-size: 0.78rem;
  letter-spacing: -0.01em;
}

.celebrax-home-retention .main-nav a[href="#prestadores"] {
  color: #087a62;
}

.celebrax-home-retention .main-nav a[href="#prestadores"]::after {
  background: var(--retention-mint);
}

.celebrax-home-retention .hero {
  min-height: calc(100vh - 76px);
  padding: clamp(72px, 8vw, 120px) max(4.5%, 24px) clamp(82px, 9vw, 132px);
  background:
    radial-gradient(circle at 3% 18%, rgba(7, 94, 232, 0.12), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(255, 73, 101, 0.12), transparent 23%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.celebrax-home-retention .hero::before {
  top: -170px;
  right: -130px;
  width: 620px;
  height: 620px;
  border-color: rgba(7, 94, 232, 0.1);
}

.celebrax-home-retention .hero-content {
  max-width: 720px;
}

.celebrax-home-retention .hero-badge {
  border-color: rgba(7, 94, 232, 0.15);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 42, 92, 0.06);
}

.celebrax-home-retention .hero-content h1 {
  max-width: 760px;
  margin-bottom: 1.45rem;
  color: var(--retention-navy);
  font-size: clamp(3rem, 5.25vw, 5.25rem);
  line-height: 0.96;
  letter-spacing: -0.068em;
}

.celebrax-home-retention .hero-content h1 em {
  color: var(--retention-blue);
}

.celebrax-home-retention .hero-description {
  max-width: 670px;
  margin-bottom: 1.45rem;
  color: var(--retention-muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.hero-value-line {
  overflow: hidden;
  margin-bottom: 1.35rem;
  padding: 0;
  border-color: var(--retention-line);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(6, 26, 61, 0.06);
}

.hero-value-line > * {
  padding: 0.7rem 0.82rem;
}

.hero-value-line strong:first-child {
  color: #ffffff;
  background: var(--retention-blue);
}

.hero-value-line > * + * {
  border-left-color: var(--retention-line);
}

.celebrax-home-retention .hero-actions {
  width: min(100%, 700px);
  gap: 0.65rem;
}

.celebrax-home-retention .hero-actions .hero-action-button {
  min-height: 70px;
  padding: 0.78rem 0.82rem;
  border-color: #d7e1ed;
  border-radius: 16px;
  box-shadow: 0 13px 28px rgba(6, 26, 61, 0.08);
}

body.celebrax-home-retention .hero-actions .hero-action-button.hero-demo-action,
body.celebrax-home-retention .hero-actions .hero-action-button.hero-lead-action {
  border-color: var(--retention-coral) !important;
  background: linear-gradient(135deg, #ff536c, #e92f4a) !important;
  box-shadow: 0 16px 34px rgba(233, 47, 74, 0.27) !important;
}

.celebrax-home-retention .hero-actions .hero-consultant-action {
  border-color: rgba(37, 211, 102, 0.32);
  background: #f5fff8;
}

.celebrax-home-retention .hero-actions .hero-consultant-action:hover {
  border-color: rgba(37, 211, 102, 0.58);
  background: #edfff3;
}

.celebrax-home-retention .hero-actions .hero-consultant-action .hero-action-icon {
  background: #ffffff;
  box-shadow: 0 5px 13px rgba(13, 94, 47, 0.12);
}

.celebrax-home-retention .hero-action-icon img {
  width: 19px;
  height: 19px;
  display: block;
}

.celebrax-home-retention .hero-notes {
  gap: 0.55rem;
}

.celebrax-home-retention .hero-notes span {
  gap: 0.36rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(7, 94, 232, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.celebrax-home-retention .hero-notes i {
  color: #0b8b69;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 950;
}

.celebrax-home-retention .product-showcase {
  min-height: 610px;
}

.celebrax-home-retention .mockup-card {
  border-color: rgba(7, 94, 232, 0.13);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 36px 90px rgba(6, 26, 61, 0.17);
}

.celebrax-home-retention .mockup-event {
  background:
    radial-gradient(circle at 88% 12%, rgba(38, 208, 170, 0.25), transparent 25%),
    linear-gradient(145deg, #071f49, #075ee8);
}

.celebrax-home-retention .quick-benefits {
  padding: 0 max(4.5%, 24px);
  background: var(--retention-navy);
}

.celebrax-home-retention .quick-benefits-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.celebrax-home-retention .quick-benefit {
  min-height: 150px;
  padding: 2rem clamp(1rem, 2vw, 1.8rem);
}

.celebrax-home-retention .quick-benefit strong {
  margin-bottom: 0.45rem;
  font-size: 0.86rem;
}

.celebrax-home-retention .quick-benefit span {
  line-height: 1.55;
}

.one-time-icon.brand-icon {
  border: 1px solid rgba(7, 94, 232, 0.1);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(6, 26, 61, 0.08);
}

.one-time-icon.brand-icon img {
  width: 30px;
  height: 30px;
  display: block;
}

.experience-contrast {
  padding: 112px max(4.5%, 24px);
  background:
    linear-gradient(90deg, rgba(7, 94, 232, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(7, 94, 232, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 36px 36px;
}

.experience-contrast-shell {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  margin: 0 auto;
}

.experience-contrast-copy h2 {
  max-width: 560px;
  margin: 0 0 1.1rem;
  color: var(--retention-navy);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.experience-contrast-copy p {
  max-width: 560px;
  margin: 0 0 1.5rem;
  color: var(--retention-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.experience-contrast-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(7, 94, 232, 0.18);
  border-radius: 13px;
  color: var(--retention-blue);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(6, 26, 61, 0.06);
  font-size: 0.77rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.experience-contrast-copy > a:hover {
  box-shadow: 0 17px 32px rgba(6, 26, 61, 0.1);
  transform: translateY(-2px);
}

.experience-contrast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.experience-contrast-card {
  min-height: 350px;
  padding: 1.55rem;
  border: 1px solid var(--retention-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(6, 26, 61, 0.07);
}

.experience-contrast-card > span {
  display: inline-flex;
  margin-bottom: 2.4rem;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experience-contrast-card.is-before > span {
  color: #9a3850;
  background: #fff0f3;
}

.experience-contrast-card.is-after {
  border-color: rgba(38, 208, 170, 0.36);
  background:
    radial-gradient(circle at 100% 0, rgba(38, 208, 170, 0.16), transparent 31%),
    var(--retention-navy);
  box-shadow: 0 24px 55px rgba(6, 26, 61, 0.18);
}

.experience-contrast-card.is-after > span {
  color: #baf5e7;
  background: rgba(38, 208, 170, 0.15);
}

.experience-contrast-card ul {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.experience-contrast-card li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--retention-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.experience-contrast-card li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #cf4762;
  font-size: 1rem;
  font-weight: 900;
}

.experience-contrast-card.is-after li {
  color: rgba(255, 255, 255, 0.78);
}

.experience-contrast-card.is-after li::before {
  content: "✓";
  color: var(--retention-mint);
}

.provider-invitation {
  padding: 36px max(4.5%, 24px) 112px;
  background: var(--retention-soft);
}

.provider-invitation-shell {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: clamp(26px, 5vw, 72px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid rgba(38, 208, 170, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 100%, rgba(38, 208, 170, 0.2), transparent 31%),
    radial-gradient(circle at 88% 0, rgba(7, 94, 232, 0.24), transparent 35%),
    var(--retention-navy);
  box-shadow: 0 30px 70px rgba(6, 26, 61, 0.16);
}

.provider-invitation-eyebrow {
  display: inline-flex;
  margin-bottom: 1.15rem;
  padding: 0.43rem 0.68rem;
  border: 1px solid rgba(38, 208, 170, 0.25);
  border-radius: 999px;
  color: #a7f2df;
  background: rgba(38, 208, 170, 0.1);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.provider-invitation-copy h2 {
  max-width: 700px;
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.provider-invitation-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.72;
}

.provider-invitation-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.provider-invitation-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.66rem;
  font-weight: 780;
}

.provider-invitation-points i {
  color: var(--retention-mint);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 950;
}

.provider-invitation-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
}

.provider-invitation-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
  border-radius: 15px;
  color: var(--retention-navy);
  background: var(--retention-mint);
}

.provider-invitation-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-invitation-action > strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.provider-invitation-action > p {
  margin: 0.55rem 0 1rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  line-height: 1.6;
}

.provider-invitation-action > a {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.72rem 0.9rem;
  border-radius: 13px;
  color: var(--retention-navy);
  background: var(--retention-mint);
  box-shadow: 0 14px 28px rgba(38, 208, 170, 0.18);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.provider-invitation-action > a:hover {
  box-shadow: 0 18px 32px rgba(38, 208, 170, 0.27);
  transform: translateY(-2px);
}

.provider-invitation-action > small {
  align-self: center;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.6rem;
  text-align: center;
}

.celebrax-home-retention .final-cta {
  padding-top: 118px;
  padding-bottom: 118px;
}

.final-whatsapp {
  border-color: rgba(37, 211, 102, 0.38);
  color: #087a3d;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.final-whatsapp:hover {
  color: #066b34;
  background: #f2fff6;
  transform: translateY(-2px);
}

.final-whatsapp img {
  width: 20px;
  height: 20px;
  display: block;
}

.celebrax-home-retention footer {
  padding: 0 max(4.5%, 24px);
  color: rgba(255, 255, 255, 0.64);
  text-align: left;
}

.footer-shell {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(44px, 7vw, 90px);
  margin: 0 auto;
  padding: 64px 0 48px;
}

.footer-brand img {
  width: auto;
  height: 50px;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 400px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
  line-height: 1.65;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.footer-links strong {
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.72rem;
}

.footer-links a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--retention-mint);
}

.footer-bottom {
  width: min(1180px, 100%);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.63rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1180px) {
  .celebrax-home-retention header {
    gap: 14px;
  }

  .celebrax-home-retention .main-nav {
    gap: 14px;
  }

  .celebrax-home-retention .main-nav a {
    font-size: 0.7rem;
  }

  .experience-contrast-shell {
    grid-template-columns: 1fr;
  }

  .experience-contrast-copy,
  .experience-contrast-copy h2,
  .experience-contrast-copy p {
    max-width: 760px;
  }
}

@media (max-width: 980px) {
  .provider-invitation-shell,
  .footer-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .celebrax-home-retention .main-nav {
    display: none;
  }

  .celebrax-home-retention .celebrax-menu-toggle {
    display: inline-flex;
  }

  .celebrax-home-retention .main-nav.active {
    display: flex;
  }
}

@media (max-width: 760px) {
  .experience-contrast,
  .provider-invitation {
    padding-right: 18px;
    padding-left: 18px;
  }

  .experience-contrast {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .experience-contrast-grid {
    grid-template-columns: 1fr;
  }

  .experience-contrast-card {
    min-height: auto;
  }

  .experience-contrast-card > span {
    margin-bottom: 1.5rem;
  }

  .provider-invitation {
    padding-top: 24px;
    padding-bottom: 76px;
  }

  .provider-invitation-shell {
    padding: 1.4rem;
    border-radius: 23px;
  }

  .provider-invitation-points {
    display: grid;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .celebrax-home-retention .hero {
    padding-top: 56px;
  }

  .celebrax-home-retention .hero-content h1 {
    font-size: clamp(2.55rem, 13vw, 3.65rem);
  }

  .hero-value-line {
    display: grid;
    padding: 0;
  }

  .hero-value-line > * {
    padding: 0.62rem 0.75rem;
  }

  .celebrax-home-retention .hero-actions .hero-action-button {
    min-height: 66px;
  }

  .celebrax-home-retention .product-showcase {
    min-height: 500px;
  }

  .provider-invitation-copy h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
}

@media (max-width: 480px) {
  .celebrax-home-retention header {
    grid-template-columns: 1fr auto auto;
  }

  .celebrax-home-retention .btn-contato {
    display: none;
  }

  .celebrax-home-retention .hero-notes {
    display: grid;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .experience-contrast-copy > a,
  .provider-invitation-action > a,
  .final-whatsapp {
    transition: none;
  }
}
