.content-page {
  background: #05080b;
}

.content-main {
  overflow: hidden;
}

.content-shell {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.content-hero {
  position: relative;
  min-height: 720px;
  padding: 174px 0 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 168, 255, 0.2), transparent 34%),
    radial-gradient(circle at 84% 34%, rgba(0, 91, 145, 0.16), transparent 32%),
    #05080b;
}

.content-hero::before {
  content: "";
  position: absolute;
  top: 96px;
  left: 54%;
  width: min(820px, 58vw);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 168, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 88px rgba(0, 168, 255, 0.025), 0 0 0 176px rgba(0, 168, 255, 0.014);
  pointer-events: none;
}

.content-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: clamp(64px, 8vw, 140px);
  align-items: center;
}

.content-kicker {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid rgba(0, 168, 255, 0.26);
  border-radius: 999px;
  background: rgba(0, 168, 255, 0.07);
  color: #bfeaff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.content-hero h1 {
  max-width: 920px;
  margin: 26px 0 30px;
  font-size: clamp(58px, 6.3vw, 104px);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.content-hero h1 span,
.section-title span {
  color: #bfeaff;
}

.content-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1.52;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.content-actions .mk-button {
  min-width: 190px;
}

.hero-context {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 42px;
}

.hero-context::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 168, 255, 0.72), transparent);
}

.context-label {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.context-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.context-row:last-child {
  border-bottom: 0;
}

.context-row span:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(0, 168, 255, 0.24);
  border-radius: 50%;
  background: rgba(0, 168, 255, 0.08);
  color: #69ccff;
  font-size: 13px;
  font-weight: 900;
}

.context-row strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.context-row small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  font-weight: 600;
}

.content-section {
  padding: 108px 0;
}

.content-section.is-light {
  background: #f4f6f8;
  color: #071018;
}

.content-section.is-deep {
  background:
    radial-gradient(circle at 78% 50%, rgba(0, 168, 255, 0.13), transparent 32%),
    #071018;
}

/* A ultima secao antes do footer nao pode pintar cor propria: o #071018 dela
   contra o fundo #05080b da pagina criava uma costura bem no comeco do footer,
   e o footer e um card flutuante -- o fundo tem que atravessar. Mantem so o
   brilho. */
main > .content-section.is-deep:last-child {
  background: none;
}

.section-intro {
  max-width: 850px;
  margin-bottom: 58px;
}

.section-intro.is-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-title {
  margin: 20px 0 22px;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 450;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.section-copy {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.is-light .section-copy {
  color: #5c6770;
}

.origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: start;
}

.origin-note {
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.origin-copy {
  display: grid;
  gap: 24px;
}

.origin-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 560;
  line-height: 1.55;
}

.origin-copy strong {
  color: #fff;
  font-weight: 700;
}

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

.principle-card {
  min-height: 290px;
  padding: 34px;
  border: 1px solid #dde3e7;
  border-radius: 24px;
  background: #fff;
}

.principle-number {
  color: #0088ce;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.principle-card h3 {
  margin: 70px 0 16px;
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.principle-card p {
  margin: 0;
  color: #5d6870;
  font-size: 16px;
  font-weight: 560;
  line-height: 1.55;
}

.closing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: clamp(42px, 5vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background: linear-gradient(120deg, rgba(0, 168, 255, 0.13), rgba(255, 255, 255, 0.025));
}

.closing-panel h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(40px, 4.6vw, 70px);
  font-weight: 450;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.closing-panel p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.process-list {
  position: relative;
  display: grid;
}

.process-list::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: 72px;
  left: 59px;
  width: 1px;
  background: linear-gradient(180deg, #00a8ff, rgba(0, 168, 255, 0.12));
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: center;
  min-height: 182px;
  padding: 34px 0;
  border-bottom: 1px solid #dce3e8;
}

.process-step:last-child {
  border-bottom: 0;
}

.process-number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  margin-left: 22px;
  border: 1px solid rgba(0, 136, 206, 0.24);
  border-radius: 50%;
  background: #f4f6f8;
  color: #0088ce;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.process-step h3 {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 40px);
  letter-spacing: -0.035em;
  line-height: 1;
}

.process-step p {
  margin: 0;
  color: #5c6770;
  font-size: 16px;
  font-weight: 560;
  line-height: 1.56;
}

.output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.output-item {
  padding: 34px 34px 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.output-item:last-child {
  border-right: 0;
}

.output-item span {
  color: #56c8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.output-item h3 {
  margin: 36px 0 13px;
  font-size: 27px;
  letter-spacing: -0.025em;
}

.output-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.55;
}

.plans-hero {
  min-height: 580px;
  padding-bottom: 86px;
  text-align: center;
}

.plans-hero::before {
  left: 50%;
  width: min(920px, 70vw);
  transform: translateX(-50%);
}

.plans-hero .content-shell {
  position: relative;
  z-index: 2;
}

.plans-hero h1 {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.plans-hero .content-lead {
  margin-right: auto;
  margin-left: auto;
}

.billing-note {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 700;
}

.billing-note::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00a8ff;
  box-shadow: 0 0 18px rgba(0, 168, 255, 0.8);
}

.plan-compare {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
}

.compare-row {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-row > * {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 650;
  text-align: center;
}

.compare-row > *:first-child {
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.compare-row > *:last-child {
  border-right: 0;
}

.compare-row.is-head > * {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.compare-row .is-highlighted {
  background: rgba(0, 168, 255, 0.11);
  color: #d5f2ff;
}

@media (max-width: 1040px) {
  .content-hero {
    min-height: auto;
    padding: 144px 0 82px;
  }

  .content-hero-grid,
  .origin-grid,
  .closing-panel {
    grid-template-columns: 1fr;
  }

  .hero-context {
    max-width: 680px;
    margin-top: 24px;
  }

  .principles-grid {
    grid-template-columns: 1fr;
  }

  .output-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .output-item:last-child {
    border-bottom: 0;
  }

  .principle-card {
    min-height: 0;
  }

  .principle-card h3 {
    margin-top: 36px;
  }
}

@media (max-width: 720px) {
  .content-shell {
    width: min(100% - 36px, 1400px);
  }

  .content-hero {
    padding: 122px 0 64px;
  }

  .content-hero::before {
    top: 180px;
    left: 50%;
    width: 112vw;
    transform: translateX(-50%);
  }

  .content-hero-grid {
    gap: 48px;
  }

  .content-kicker {
    min-height: 34px;
    padding: 0 13px;
    font-size: 10px;
  }

  .content-hero h1 {
    margin: 22px 0 22px;
    font-size: clamp(45px, 13.2vw, 62px);
  }

  .content-lead {
    font-size: 16px;
  }

  .content-actions {
    flex-direction: column;
  }

  .content-actions .mk-button {
    width: 100%;
  }

  .hero-context {
    padding-left: 24px;
  }

  .content-section {
    padding: 72px 0;
  }

  .section-intro {
    margin-bottom: 38px;
  }

  .section-title {
    font-size: clamp(38px, 11.4vw, 54px);
  }

  .section-copy,
  .origin-copy p {
    font-size: 16px;
  }

  .principle-card {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .closing-panel {
    gap: 32px;
    padding: 34px 24px;
    border-radius: 24px;
  }

  .closing-panel .mk-button {
    width: 100%;
  }

  .process-list::before {
    top: 54px;
    bottom: 54px;
    left: 27px;
  }

  .process-step {
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 30px 0;
  }

  .process-number {
    width: 54px;
    height: 54px;
    margin-left: 0;
  }

  .process-step p {
    grid-column: 2;
    font-size: 15px;
  }

  .output-grid {
    margin-top: 38px;
  }

  .output-item {
    padding: 28px 6px 30px;
  }

  .output-item h3 {
    margin-top: 24px;
  }

  .plans-hero {
    min-height: auto;
  }

  .plan-compare {
    overflow-x: auto;
  }

  .compare-row {
    min-width: 720px;
  }
}


/* planos: bloco vindo da home, com os seletores prefixados por .pricing
   porque .plan-name, .plan-price e .plan-features ja existem aqui com
   outro estilo. Sem o prefixo, uma regra apaga a outra. */

/* Variaveis que vinham do :root da home. Aqui nao existem, entao
   var(--accent-blue) resolvia pra nada e a bolinha da seta saia sem cor. */
.pricing {
  --accent-blue: #00A8FF;
  --accent-blue-mid: #0086CC;
  --f: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
}


.pricing .arrow-bubble {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent-blue);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 34px rgba(0,168,255,0.78);
}
.pricing .arrow-bubble svg { display: block; }
.pricing .path-cta .arrow-bubble { width: 58px; height: 58px; }
.pricing {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #0b0910;
  margin-top: -8px;
  padding: 42px 6vw 150px;
}
.pricing::before {
  content: none;
}
.pricing-inner {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
}
.pricing-header {
  text-align: center;
  margin-bottom: 54px;
}
.pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(0,134,204,0.16);
  background: rgba(0,168,255,0.08);
  color: var(--accent-blue-mid);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: inset 0 0 26px rgba(255,255,255,0.04), 0 18px 42px rgba(0,0,0,0.25);
}
.pricing-title {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: clamp(40px, 4.25vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.pricing-title span { color: var(--accent-blue-mid); }
.pricing-sub {
  max-width: 680px;
  margin: 0 auto 34px;
  color: rgba(11,9,16,0.62);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.45;
  font-weight: 650;
  letter-spacing: -0.005em;
}
.pricing .billing-toggle {
  display: inline-flex;
  gap: 8px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(0,84,130,0.06);
  border: 1px solid rgba(0,84,130,0.11);
  box-shadow: inset 0 0 24px rgba(255,255,255,0.72), 0 18px 44px rgba(0,50,90,0.08);
}
.pricing .billing-toggle button {
  border: 0;
  min-width: 118px;
  height: 42px;
  border-radius: 999px;
  background: transparent;
  color: rgba(0,84,130,0.58);
  font-family: var(--f);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}
.pricing .billing-toggle button.active {
  background: #06243A;
  color: #fff;
  box-shadow: 0 0 30px rgba(0,84,130,0.16), 0 0 34px rgba(0,168,255,0.14);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1260px;
  margin: 0 auto;
  gap: 22px;
  align-items: stretch;
}
.pricing .price-card {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  border-radius: 28px;
  color: #fff;
  border: 1px solid rgba(0,168,255,0.14);
  background: linear-gradient(180deg, rgba(12,16,22,0.98), rgba(4,7,11,0.97));
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 34px 34px 32px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.045), 0 34px 90px rgba(0,24,38,0.18), 0 18px 56px rgba(0,0,0,0.26);
}
.pricing .price-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,168,255,0.16), transparent 34%),
    radial-gradient(circle at 78% 16%, rgba(0,96,150,0.20), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
  opacity: 0.54;
  pointer-events: none;
}
.pricing .price-card.featured {
  transform: translateY(-18px);
  border-color: rgba(150,220,255,0.34);
  background: linear-gradient(180deg, rgba(4,42,66,0.98), rgba(4,11,17,0.98));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.09), 0 42px 110px rgba(0,168,255,0.18), 0 34px 90px rgba(0,0,0,0.24);
}
.pricing .recommend-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #DDF5FF, #FFFFFF, #B9E8FF);
  color: #06243A;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pricing .price-card.featured .price-content { padding-top: 30px; }
.pricing .price-content { position: relative; z-index: 1; }
.pricing .plan-name {
  font-size: clamp(28px, 2.1vw, 38px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 650;
  margin-bottom: 16px;
}
.pricing .plan-desc {
  min-height: 68px;
  color: rgba(255,255,255,0.58);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: -0.005em;
  margin-bottom: 22px;
}
.pricing .plan-price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 8px;
}
.pricing .price-currency, .pricing .price-value {
  font-size: clamp(48px, 4vw, 68px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.pricing .price-period {
  color: rgba(255,255,255,0.58);
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 8px;
}
.pricing .plan-note {
  min-height: 23px;
  color: #C7EDFF;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 24px;
}
.pricing .plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border: 0;
  text-decoration: none;
  border-radius: 999px;
  background: #fff;
  color: #0b0910;
  font-family: var(--f);
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 0 34px rgba(255,255,255,0.12);
}
.pricing .price-card.featured .plan-cta {
  background: linear-gradient(90deg, #fff, #E6F7FF);
  box-shadow: 0 0 34px rgba(255,255,255,0.18), 0 0 46px rgba(0,168,255,0.24);
}
.pricing .plan-limit {
  margin: 24px 0 22px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}
.pricing .plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.pricing .plan-features li {
  display: flex;
  gap: 10px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.28;
  font-weight: 700;
}
.pricing .plan-features svg {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #D2F2FF;
}
.pricing .plan-features li.muted { color: rgba(255,255,255,0.28); }
.pricing .plan-features li.muted svg { color: rgba(255,255,255,0.22); }
@media (max-width: 980px) {
  .pricing { padding: 96px 22px 112px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .pricing .price-card, .pricing .price-card.featured { transform: none; min-height: auto; }
}
.pricing .planet-btn .arrow-bubble { width: 56px; height: 56px; }
.pricing .planet-btn.secondary .arrow-bubble { background: rgba(255,255,255,0.14); box-shadow: none; }
@media (min-width: 1680px) {
  .pricing .feat-grid, .pricing-inner { max-width: 1260px; }
}
@media (max-width: 860px) {
  .pricing .hero .arrow-bubble { width: 44px; height: 44px; }
  .pricing { padding: 76px 0 100px; }
  .pricing-header { padding: 0 24px; }
  .pricing-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 0 22px 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .pricing-grid::-webkit-scrollbar { display: none; }
  .pricing .price-card {
    flex: 0 0 min(84vw, 360px);
    scroll-snap-align: start;
  }
}
@media (max-width: 860px) {
  .pricing .feat-grid::-webkit-scrollbar, .pricing-grid::-webkit-scrollbar { display: none; }
}
@media (max-width: 900px) {
  .pricing, .pricing-section { padding-left: 24px !important; padding-right: 24px !important; overflow: hidden !important; }
  .pricing-grid, .pricing .plans-grid {
    display: flex !important;
    overflow-x: auto !important;
    gap: 16px !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    padding: 0 24px 20px !important;
    scroll-snap-type: x mandatory !important;
  }
  .pricing-grid::-webkit-scrollbar, .pricing .plans-grid::-webkit-scrollbar { display: none; }
  .pricing-card, .pricing .plan-card { flex: 0 0 82vw !important; scroll-snap-align: start !important; }
}
@media (max-width: 900px) {
  .pricing .path-cta .arrow-bubble {
    width: 46px !important;
    height: 46px !important;
  }
}
.pricing-carousel-controls { display: none; }
@media (max-width: 900px) {
  .pricing {
    overflow-x: hidden !important;
  }
  .pricing .pricing-inner {
    max-width: none !important;
    width: 100% !important;
    overflow: visible !important;
  }
  .pricing .pricing-grid {
    --pricing-card-w: min(76vw, 330px);
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 16px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 50% !important;
    margin-right: 0 !important;
    transform: translateX(-50%) !important;
    padding: 0 calc((100vw - var(--pricing-card-w)) / 2) 20px !important;
    scroll-padding-inline: calc((100vw - var(--pricing-card-w)) / 2) !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .pricing .price-card, .pricing .price-card.featured {
    flex: 0 0 var(--pricing-card-w) !important;
    width: var(--pricing-card-w) !important;
    max-width: var(--pricing-card-w) !important;
    transform: none !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.045) !important;
  }
  .pricing .price-card.featured {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.09) !important;
  }
  .pricing .plan-cta {
    justify-content: space-between !important;
    gap: 16px !important;
    height: 58px !important;
    padding: 6px 7px 6px 26px !important;
    text-align: left !important;
    box-shadow: 0 0 28px rgba(255,255,255,0.12), 0 0 34px rgba(0,168,255,0.10) !important;
  }
  .pricing .plan-cta .arrow-bubble {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
    background: var(--accent-blue) !important;
    box-shadow: 0 0 28px rgba(0,168,255,0.62) !important;
  }
  .pricing .plan-cta .arrow-bubble svg {
    width: 28px !important;
    height: 28px !important;
  }
  .pricing-carousel-controls {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 18px 0 0 !important;
  }
  .pricing-carousel-btn {
    width: 48px !important;
    height: 48px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0,168,255,.24) !important;
    background: #008fd8 !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0 10px 24px rgba(0,143,216,.14) !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  .pricing-carousel-btn:active {
    transform: scale(.94) !important;
  }
  .pricing, .pricing-inner, .pricing-carousel-controls, .pricing .faq {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .pricing::before, .pricing::after, .pricing .faq::before, .pricing .faq::after, .pricing-carousel-controls::before, .pricing-carousel-controls::after {
    content: none !important;
    display: none !important;
  }
  .pricing {
    padding-bottom: 44px !important;
  }
  .pricing-carousel-controls {
    position: relative !important;
    z-index: 2 !important;
    margin: 18px 0 0 !important;
    padding: 0 0 4px !important;
  }

.pricing {
    position: relative !important;
    padding-bottom: 30px !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }
  .pricing::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -3px !important;
    height: 18px !important;
    background: #fff !important;
    z-index: 20 !important;
    pointer-events: none !important;
  }
  .pricing .pricing-inner, .pricing .pricing-grid {
    background: #fff !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }
  .pricing .pricing-grid {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .pricing .pricing-grid::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .pricing-carousel-controls {
    margin: 18px 0 0 !important;
    padding: 0 0 20px !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }
}
@media (max-width: 700px) {
  .pricing .dashboard-preview .path-cta .arrow-bubble {
    width: 48px;
    height: 48px;
  }
}


/* Comparativo no celular: um card por plano em vez da planilha rolando de lado.
   O JS monta isto a partir da propria tabela (assets/marketing.js). */
.compare-cards { display: none; }

.compare-cards-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.compare-cards-plan {
  flex: 1;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--mk-white, #fff);
}

.compare-nav {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 200ms ease, transform 160ms ease;
}

.compare-nav:active { transform: scale(0.94); }
.compare-nav svg { width: 18px; height: 18px; }

.compare-cards-body {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px 18px;
}

.compare-cards-body li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  list-style: none;
}

.compare-cards-body li:last-child { border-bottom: 0; }

.compare-cards-body .rotulo {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.35;
}

.compare-cards-body .valor {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: right;
}

.compare-cards-body li.is-fora .rotulo,
.compare-cards-body li.is-fora .valor { color: rgba(255, 255, 255, 0.34); }

.compare-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 18px;
}

.compare-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transition: background 200ms ease, width 200ms ease;
}

.compare-dots span.is-on {
  width: 20px;
  border-radius: 999px;
  background: var(--mk-accent, #00a8ff);
}

@media (max-width: 760px) {
  .plan-compare { display: none; }
  .compare-cards { display: block; }
}
