/* ==========================================================================
   COMMERCIAL-PAGES.CSS - VENDMASTER
   Paginas comerciais publicas do VendMaster.
   ========================================================================== */

/* ========================================================================== */
/* BASE / VARIÁVEIS / RESET DA PÁGINA DE PREÇOS                               */
/* ========================================================================== */

.commercial-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(37, 99, 235, 0.12),
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(34, 197, 94, 0.08),
      transparent 24%
    ),
    linear-gradient(180deg, #eef5fe 0%, #e7f0fb 100%);
  color: #0f172a;
  font-family:
    'Urbanist',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  overflow-x: hidden;
  --commercial-text: #0f172a;
  --commercial-muted: #475569;
  --commercial-soft: #64748b;
  --commercial-line: rgba(148, 163, 184, 0.2);
  --commercial-blue: #2563eb;
  --commercial-blue-dark: #0d2144;
  --commercial-green: #22c55e;
  --commercial-green-dark: #16a34a;
  --commercial-card: #ffffff;
  --commercial-dark: #071225;
  --commercial-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  --commercial-section-width: 1180px;
  --commercial-radius-lg: 34px;
  --commercial-radius-md: 24px;
  --commercial-radius-sm: 16px;
  --commercial-font-label: 0.72rem;
  --commercial-font-body: 1rem;
  --commercial-font-section-text: clamp(1rem, 1.18vw, 1.08rem);
  --commercial-font-card-title: clamp(1.2rem, 1.55vw, 1.4rem);
  --commercial-font-inner-title: clamp(1.45rem, 2.1vw, 2.05rem);
  --commercial-font-section-title: clamp(2.25rem, 3.5vw, 3.6rem);
  --commercial-font-hero-title: clamp(2.7rem, 4vw, 4.25rem);
  --commercial-font-price: clamp(2.1rem, 4vw, 3.1rem);
}

html:has(.commercial-page) {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  max-width: 100%;
  overflow-x: clip;
}

.commercial-page * {
  box-sizing: border-box;
}

.commercial-page a {
  color: inherit;
}

.commercial-main {
  width: 100%;
  overflow: hidden;
}

.commercial-container {
  width: min(var(--commercial-section-width), calc(100% - 2rem));
  margin-inline: auto;
}

/* ========================================================================== */

.commercial-page .brand-vend {
  color: #2563eb;
}

.commercial-page .brand-master {
  color: #16a34a;
}

/* 01 — ELEMENTOS COMUNS                                                      */
/* ========================================================================== */

.commercial-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: var(--commercial-font-label);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-hero + .commercial-section {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.commercial-section {
  width: min(var(--commercial-section-width), calc(100% - 2rem));
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  padding: clamp(4rem, 6vw, 6rem) clamp(1.25rem, 3vw, 2.5rem);
  border-radius: var(--commercial-radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.commercial-section-heading {
  max-width: 820px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.commercial-section-heading h2 {
  max-width: 780px;
  margin: 0 auto;
  color: var(--commercial-text);
  font-size: var(--commercial-font-section-title);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.commercial-section-heading p {
  max-width: 720px;
  margin: 1rem auto 0;
  color: var(--commercial-muted);
  font-size: var(--commercial-font-section-text);
  line-height: 1.7;
}

.commercial-btn {
  min-height: 52px;
  padding: 0 1.35rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 420ms ease,
    box-shadow 420ms ease,
    background-color 420ms ease,
    border-color 420ms ease,
    color 420ms ease;
}

.commercial-btn:hover {
  transform: translateY(-2px);
}

.commercial-btn-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--commercial-green) 0%, var(--commercial-green-dark) 100%);
  border: 0;
  box-shadow: 0 18px 34px rgba(34, 197, 94, 0.24);
}

.commercial-btn-primary:hover,
.commercial-btn-primary:focus,
.commercial-btn-primary:active,
.commercial-btn-primary:visited {
  color: #ffffff !important;
  text-decoration: none;
}

.commercial-btn-primary:hover {
  box-shadow: 0 22px 40px rgba(34, 197, 94, 0.3);
}

.commercial-btn-secondary {
  color: #f8fafc !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(203, 213, 225, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 26px rgba(15, 23, 42, 0.12);
}

.commercial-btn-secondary:hover,
.commercial-btn-secondary:focus,
.commercial-btn-secondary:active,
.commercial-btn-secondary:visited {
  color: #ffffff !important;
  text-decoration: none;
}

.commercial-btn-secondary:hover {
  border-color: rgba(147, 197, 253, 0.72);
  background: rgba(147, 197, 253, 0.13);
}

/* ========================================================================== */
/* 02 — HERO                                                                  */
/* ========================================================================== */

.commercial-hero {
  min-height: calc(100vh - var(--blog-public-header-height, 76px));
  min-height: calc(100dvh - var(--blog-public-header-height, 76px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 1rem clamp(3rem, 6vw, 5rem);
  color: #ffffff;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 78%, rgba(34, 197, 94, 0.2), transparent 28%),
    radial-gradient(
      circle at 82% 18%,
      rgba(37, 99, 235, 0.35),
      transparent 36%
    ),
    linear-gradient(135deg, #06111f 0%, #0b1b33 48%, #123f82 100%);
}

.commercial-hero::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  top: -140px;
  right: -160px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.26),
    transparent 70%
  );
  filter: blur(80px);
  pointer-events: none;
}

.commercial-hero::after {
  content: '';
  position: absolute;
  width: 440px;
  height: 440px;
  left: -130px;
  bottom: -130px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.18), transparent 70%);
  filter: blur(90px);
  pointer-events: none;
}

.commercial-hero .commercial-container {
  position: relative;
  z-index: 1;
  min-height: 430px;
  padding: clamp(2rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 45%, rgba(37, 99, 235, 0.1), transparent 32%),
    linear-gradient(
      180deg,
      rgba(7, 18, 35, 0.96) 0%,
      rgba(9, 24, 48, 0.96) 100%
    );
  border: 1px solid rgba(96, 165, 250, 0.32);
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.34);
}

.commercial-hero .commercial-kicker {
  margin-bottom: 1.2rem;
  color: #dbeafe;
  background: rgba(37, 99, 235, 0.16);
  border-color: rgba(147, 197, 253, 0.48);
}

.commercial-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #f8fafc;
  font-size: var(--commercial-font-hero-title);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.commercial-hero p {
  max-width: 720px;
  margin: 1.15rem auto 0;
  color: #dbe7f7;
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
  line-height: 1.72;
}

.commercial-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

/* ========================================================================== */
/* 03 — CARDS DE PLANOS                                                       */
/* ========================================================================== */

.commercial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.commercial-card {
  position: relative;
  min-height: 100%;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  display: flex;
  flex-direction: column;
  border-radius: var(--commercial-radius-md);
  background:
    radial-gradient(
      circle at top left,
      rgba(37, 99, 235, 0.07),
      transparent 32%
    ),
    var(--commercial-card);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition:
    transform 420ms ease,
    box-shadow 420ms ease,
    border-color 420ms ease;
}

.commercial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 26px 54px rgba(15, 23, 42, 0.12);
}

.commercial-card-featured {
  background:
    radial-gradient(
      circle at top right,
      rgba(34, 197, 94, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(37, 99, 235, 0.12),
      transparent 28%
    ),
    #ffffff;
  border-color: rgba(34, 197, 94, 0.36);
  box-shadow: 0 26px 64px rgba(34, 197, 94, 0.12);
  transform: translateY(-10px);
}

.commercial-card-featured:hover {
  transform: translateY(-14px);
  box-shadow: 0 32px 72px rgba(34, 197, 94, 0.16);
}

.commercial-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.commercial-card-header {
  padding-right: 4rem;
}

.commercial-card-header span {
  display: block;
  margin-bottom: 0.35rem;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-card-header h3 {
  margin: 0;
  color: var(--commercial-text);
  font-size: var(--commercial-font-card-title);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.commercial-price {
  margin: 1.25rem 0 0.85rem;
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
}

.commercial-price strong {
  display: block;
  color: var(--commercial-text);
  font-size: var(--commercial-font-price);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.commercial-price span {
  padding-bottom: 0.22rem;
  color: var(--commercial-muted);
  font-size: 1rem;
  font-weight: 800;
}

.commercial-card > p {
  margin: 0 0 1.15rem;
  color: var(--commercial-muted);
  font-size: var(--commercial-font-body);
  line-height: 1.66;
}

.commercial-card ul {
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  list-style: none;
}

.commercial-card li {
  position: relative;
  padding-left: 1.55rem;
  color: #334155;
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 650;
}

.commercial-card li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.05rem;
  height: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  font-size: 0.62rem;
  font-weight: 950;
}

.commercial-card-cta {
  min-height: 50px;
  margin-top: auto;
  padding: 0 1rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  font-size: 0.94rem;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
  transition:
    transform 420ms ease,
    box-shadow 420ms ease,
    background-color 420ms ease,
    color 420ms ease;
}

.commercial-card-cta:hover,
.commercial-card-cta:focus,
.commercial-card-cta:active,
.commercial-card-cta:visited {
  color: #ffffff !important;
  text-decoration: none;
}

.commercial-card-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(37, 99, 235, 0.24);
}

.commercial-card-featured .commercial-card-cta {
  color: #ffffff !important;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  box-shadow: 0 16px 34px rgba(34, 197, 94, 0.22);
}

.commercial-card-featured .commercial-card-cta:hover,
.commercial-card-featured .commercial-card-cta:focus,
.commercial-card-featured .commercial-card-cta:active,
.commercial-card-featured .commercial-card-cta:visited {
  color: #ffffff !important;
}

/* ========================================================================== */
/* 04 — FERRAMENTAS DISPONÍVEIS                                               */
/* ========================================================================== */

.commercial-tools-section {
  background:
    radial-gradient(
      circle at top right,
      rgba(96, 165, 250, 0.18),
      transparent 20%
    ),
    linear-gradient(135deg, #081326 0%, #0d2144 55%, #15386d 100%);
  color: #f8fafc;
}

.commercial-tools-section .commercial-kicker {
  color: #dbeafe;
  background: rgba(147, 197, 253, 0.14);
  border-color: rgba(147, 197, 253, 0.32);
}

.commercial-tools-section .commercial-section-heading h2 {
  color: #f8fafc;
}

.commercial-tools-section .commercial-section-heading p {
  color: rgba(226, 232, 240, 0.9);
}

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

.commercial-tools-grid article {
  min-height: 240px;
  padding: clamp(1.25rem, 2.4vw, 1.7rem);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at top right,
      rgba(96, 165, 250, 0.12),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(147, 197, 253, 0.22);
  box-shadow: 0 22px 46px rgba(2, 6, 23, 0.2);
}

.commercial-tools-grid article span {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #86efac;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-tools-grid article h3 {
  margin: 0 0 0.8rem;
  color: #f8fafc;
  font-size: var(--commercial-font-card-title);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.commercial-tools-grid article p {
  margin: 0;
  color: rgba(226, 232, 240, 0.9);
  font-size: var(--commercial-font-body);
  line-height: 1.68;
}

/* ========================================================================== */
/* 05 — FAQ                                                                   */
/* ========================================================================== */

.commercial-faq-section {
  background: #ffffff;
}

.commercial-faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
}

.commercial-faq-list details {
  border-radius: 18px;
  background:
    radial-gradient(
      circle at top left,
      rgba(37, 99, 235, 0.055),
      transparent 28%
    ),
    #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.commercial-faq-list summary {
  min-height: 66px;
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--commercial-text);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

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

.commercial-faq-list summary::after {
  content: '+';
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.08);
  font-size: 1.25rem;
  font-weight: 900;
  transition:
    transform 320ms ease,
    background-color 320ms ease;
}

.commercial-faq-list details[open] summary::after {
  content: '–';
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.commercial-faq-list details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: var(--commercial-muted);
  font-size: var(--commercial-font-body);
  line-height: 1.7;
}

/* ========================================================================== */
/* 06 — CTA FINAL                                                             */
/* ========================================================================== */

.commercial-final-cta {
  width: min(var(--commercial-section-width), calc(100% - 2rem));
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  padding: clamp(2.4rem, 5vw, 4rem);
  border-radius: var(--commercial-radius-lg);
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.22), transparent 32%),
    linear-gradient(135deg, #071225 0%, #0d2144 55%, #123f82 100%);
  border: 1px solid rgba(96, 165, 250, 0.32);
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.2);
}

.commercial-final-cta h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #f8fafc;
  font-size: var(--commercial-font-section-title);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.commercial-final-cta p {
  max-width: 700px;
  margin: 1rem auto 1.6rem;
  color: rgba(226, 232, 240, 0.9);
  font-size: var(--commercial-font-section-text);
  line-height: 1.7;
}

/* ========================================================================== */
/* 07 — RESPONSIVO TABLET                                                     */
/* ========================================================================== */

@media (max-width: 991.98px) {
  .commercial-page {
    --commercial-font-section-title: clamp(2rem, 6vw, 2.8rem);
    --commercial-font-hero-title: clamp(2.25rem, 7.5vw, 3.15rem);
    --commercial-font-price: clamp(1.85rem, 5vw, 2.5rem);
  }

  .commercial-hero {
    padding: 2.6rem 1rem 3rem;
  }

  .commercial-hero .commercial-container {
    min-height: auto;
    padding: 2.4rem 1.8rem;
  }

  .commercial-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

  .commercial-card-featured {
    transform: none;
  }

  .commercial-card-featured:hover {
    transform: translateY(-6px);
  }

  .commercial-tools-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

  .commercial-tools-grid article {
    min-height: auto;
  }
}

/* ========================================================================== */
/* 08 — RESPONSIVO MOBILE                                                     */
/* ========================================================================== */

@media (max-width: 575.98px) {
  .commercial-page {
    --commercial-font-label: 0.68rem;
    --commercial-font-body: 0.94rem;
    --commercial-font-section-text: 0.96rem;
    --commercial-font-section-title: clamp(1.82rem, 8vw, 2.18rem);
    --commercial-font-hero-title: clamp(2.02rem, 10vw, 2.52rem);
    --commercial-font-card-title: clamp(1.08rem, 4.8vw, 1.18rem);
    --commercial-font-price: clamp(1.78rem, 9vw, 2.15rem);
  }

  html:has(.commercial-page) {
    scroll-padding-top: 76px;
  }

  .commercial-container {
    width: min(100% - 1rem, var(--commercial-section-width));
  }

  .commercial-hero {
    padding: 1.16rem 0.72rem 2.5rem;
  }

  .commercial-hero .commercial-container {
    width: 100%;
    padding: 1.4rem 1rem;
    border-radius: 22px;
  }

  .commercial-hero h1 {
    max-width: 12.5ch;
    line-height: 1.04;
  }

  .commercial-hero p {
    max-width: 31ch;
    margin-top: 0.9rem;
    font-size: 1.05rem;
    line-height: 1.58;
  }

  .commercial-hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.68rem;
    margin-top: 1.2rem;
  }

  .commercial-btn,
  .commercial-btn-primary,
  .commercial-btn-secondary {
    width: 100%;
    min-height: 52px;
    white-space: normal;
    text-align: center;
    line-height: 1.15;
  }

  .commercial-section {
    width: min(100% - 1rem, var(--commercial-section-width));
    margin-bottom: 1.48rem;
    padding: 2.1rem 0.85rem;
    border-radius: 24px;
  }

  .commercial-section-heading {
    margin-bottom: 1.4rem;
  }

  .commercial-section-heading h2 {
    line-height: 1.08;
  }

  .commercial-section-heading p {
    margin-top: 0.8rem;
    line-height: 1.66;
  }

  .commercial-kicker {
    padding: 0.38rem 0.72rem;
    font-size: var(--commercial-font-label);
  }

  .commercial-grid {
    gap: 0.9rem;
  }

  .commercial-card {
    padding: 1.15rem;
    border-radius: 20px;
  }

  .commercial-card:hover {
    transform: none;
  }

  .commercial-card-featured:hover {
    transform: none;
  }

  .commercial-badge {
    position: static;
    width: fit-content;
    margin-bottom: 0.85rem;
  }

  .commercial-card-header {
    padding-right: 0;
  }

  .commercial-price {
    margin: 1rem 0 0.72rem;
  }

  .commercial-card > p {
    margin-bottom: 1rem;
    line-height: 1.58;
  }

  .commercial-card ul {
    gap: 0.58rem;
    margin-bottom: 1.1rem;
  }

  .commercial-card li {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .commercial-card-cta {
    width: 100%;
    min-height: 50px;
    font-size: 0.9rem;
    color: #ffffff !important;
    white-space: normal;
    line-height: 1.15;
  }

  .commercial-card-cta:hover,
  .commercial-card-cta:focus,
  .commercial-card-cta:active,
  .commercial-card-cta:visited {
    color: #ffffff !important;
  }

  .commercial-tools-grid {
    gap: 0.9rem;
  }

  .commercial-tools-grid article {
    padding: 1.1rem;
    border-radius: 20px;
  }

  .commercial-tools-grid article p {
    line-height: 1.58;
  }

  .commercial-tools-grid article:nth-child(n + 4) {
    display: none;
  }

  .commercial-faq-list {
    gap: 0.72rem;
  }

  .commercial-faq-list summary {
    min-height: 60px;
    padding: 1rem;
    font-size: 0.94rem;
  }

  .commercial-faq-list details p {
    padding: 0 1rem 1rem;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .commercial-final-cta {
    width: min(100% - 1rem, var(--commercial-section-width));
    margin-bottom: 1.6rem;
    padding: 2.2rem 1rem;
    border-radius: 24px;
  }

  .commercial-final-cta p {
    margin: 0.85rem auto 1.25rem;
    line-height: 1.62;
  }
}

/* ========================================================================== */
/* 09 — MOBILE PEQUENO                                                        */
/* ========================================================================== */

@media (max-width: 390px) {
  .commercial-page {
    --commercial-font-body: 0.9rem;
    --commercial-font-section-text: 0.9rem;
    --commercial-font-section-title: clamp(1.66rem, 7.8vw, 1.98rem);
    --commercial-font-hero-title: clamp(1.92rem, 10vw, 2.32rem);
    --commercial-font-price: clamp(1.62rem, 8vw, 1.95rem);
  }

  .commercial-hero {
    padding: 1.12rem 0.56rem 1.32rem;
  }

  .commercial-hero .commercial-container {
    padding: 1.25rem 0.86rem;
    border-radius: 20px;
  }

  .commercial-hero p {
    max-width: 30ch;
  }

  .commercial-section {
    padding: 2.32rem 0.72rem;
    border-radius: 22px;
  }

  .commercial-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .commercial-card-cta {
    width: 100%;
    min-height: 50px;
    color: #ffffff !important;
    font-size: 0.88rem;
  }

  .commercial-tools-grid article {
    padding: 1rem;
    border-radius: 18px;
  }

  .commercial-final-cta {
    padding: 2rem 0.86rem;
    border-radius: 22px;
  }
}
/* ==========================================================================
   AJUSTE — CONTRASTE DOS CARDS CLAROS DA PÁGINA DE DEMONSTRAÇÃO
   ========================================================================== */

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article {
  background:
    radial-gradient(
      circle at top right,
      rgba(37, 99, 235, 0.08),
      transparent 32%
    ),
    #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article h3 {
  color: var(--commercial-text);
}

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article p {
  color: var(--commercial-muted);
}

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article span {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

/* ==========================================================================
   AJUSTE — PADRÃO DE CORES DOS PRODUTOS
   Bolinhas = verde | Consignados = azul | Pelúcias = violeta
   ========================================================================== */

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(1) {
  border-color: rgba(34, 197, 94, 0.24);
  background:
    radial-gradient(
      circle at top right,
      rgba(34, 197, 94, 0.08),
      transparent 32%
    ),
    #ffffff;
}

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(1) span {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(2) {
  border-color: rgba(37, 99, 235, 0.24);
  background:
    radial-gradient(
      circle at top right,
      rgba(37, 99, 235, 0.08),
      transparent 32%
    ),
    #ffffff;
}

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(2) span {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(3) {
  border-color: rgba(124, 58, 237, 0.24);
  background:
    radial-gradient(
      circle at top right,
      rgba(124, 58, 237, 0.08),
      transparent 32%
    ),
    #ffffff;
}

.commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(3) span {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

/* ==========================================================================
   AJUSTES COMPARTILHADOS DAS PAGINAS COMERCIAIS
   ========================================================================== */

/* ==========================================================================
   BASE COMPARTILHADA DAS PAGINAS COMERCIAIS
   ========================================================================== */

.commercial-page :is(
  .commercial-kicker,
  .commercial-badge,
  .commercial-tools-grid article span,
  .commercial-example-card span,
  .commercial-before-after-card span
) {
  font-size: max(var(--commercial-font-label), 0.8rem) !important;
}

@media (max-width: 575.98px) {
  .commercial-page {
    --commercial-font-label: 0.875rem !important;
    --commercial-font-body: 1.0625rem;
    --commercial-font-section-text: 1.0625rem;
    --commercial-font-card-title: clamp(1.14rem, 5vw, 1.28rem);
    --commercial-font-section-title: clamp(1.95rem, 8vw, 2.38rem);
    --commercial-font-hero-title: clamp(2rem, 9.2vw, 2.45rem) !important;
  }

  .commercial-hero p,
  .commercial-section-heading p,
  .commercial-card > p,
  .commercial-card li,
  .commercial-tools-grid article p,
  .commercial-faq-list details p,
  .commercial-final-cta p {
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
  }

  .commercial-btn,
  .commercial-btn-primary,
  .commercial-btn-secondary,
  .commercial-card-cta {
    min-height: 52px !important;
    padding: 0.88rem 1.05rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.15 !important;
  }

  .commercial-page :is(
    .commercial-kicker,
    .commercial-badge,
    .commercial-tools-grid article span,
    .commercial-example-card span,
    .commercial-before-after-card span
  ) {
    font-size: 0.875rem !important;
    line-height: 1.16 !important;
    white-space: normal !important;
  }
}

@media (max-width: 390px) {
  .commercial-page {
    --commercial-font-label: 0.875rem !important;
    --commercial-font-body: 1.0625rem;
    --commercial-font-section-text: 1.0625rem;
    --commercial-font-section-title: clamp(1.84rem, 8vw, 2.15rem);
    --commercial-font-hero-title: clamp(1.9rem, 9vw, 2.22rem) !important;
  }
}

/* ==========================================================================
   IDENTIDADES VISUAIS ESPECIFICAS, ESCOPADAS POR PAGINA
   ========================================================================== */

/* Sangria de bolinhas */
.commercial-page--bolinhas {
  --commercial-blue: #16a34a;
  --commercial-green: #22c55e;
  --commercial-green-dark: #16a34a;
}

.commercial-page--bolinhas .commercial-kicker {
  border-color: rgba(34, 197, 94, 0.22);
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
}

.commercial-page--bolinhas .commercial-hero {
  background:
    radial-gradient(circle at 8% 78%, rgba(34, 197, 94, 0.24), transparent 28%),
    radial-gradient(
      circle at 82% 18%,
      rgba(37, 99, 235, 0.26),
      transparent 36%
    ),
    linear-gradient(135deg, #06111f 0%, #0b1b33 48%, #14532d 100%);
}

/* Rota inteligente */
.commercial-page--rota {
  --commercial-blue: #2563eb;
  --commercial-green: #22c55e;
  --commercial-green-dark: #16a34a;
}

.commercial-page--rota .commercial-hero {
  background:
    radial-gradient(circle at 8% 78%, rgba(34, 197, 94, 0.2), transparent 28%),
    radial-gradient(
      circle at 82% 18%,
      rgba(37, 99, 235, 0.35),
      transparent 36%
    ),
    linear-gradient(135deg, #06111f 0%, #0b1b33 48%, #123f82 100%);
}

/* Maquinas de pelucias */
.commercial-page--pelucias {
  --commercial-blue: #7c3aed;
  --commercial-green: #8b5cf6;
  --commercial-green-dark: #7c3aed;
}

.commercial-page--pelucias .commercial-kicker {
  border-color: rgba(124, 58, 237, 0.22);
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
}

.commercial-page--pelucias .commercial-hero {
  background:
    radial-gradient(circle at 8% 78%, rgba(124, 58, 237, 0.26), transparent 28%),
    radial-gradient(
      circle at 82% 18%,
      rgba(37, 99, 235, 0.26),
      transparent 36%
    ),
    linear-gradient(135deg, #06111f 0%, #1e1b4b 48%, #4c1d95 100%);
}

.commercial-page--pelucias .commercial-btn-primary,
.commercial-page--pelucias .commercial-card-featured .commercial-card-cta {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  box-shadow: 0 18px 34px rgba(124, 58, 237, 0.24);
}



.commercial-page--pelucias {
  --commercial-blue: #7c3aed;
  --commercial-green: #8b5cf6;
  --commercial-green-dark: #7c3aed;
}

.commercial-page--pelucias .commercial-btn-primary {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  box-shadow: 0 18px 34px rgba(124, 58, 237, 0.26);
}

.commercial-page--pelucias .commercial-btn-primary:hover {
  box-shadow: 0 22px 40px rgba(124, 58, 237, 0.32);
}

.commercial-page--pelucias .commercial-card-featured {
  background:
    radial-gradient(
      circle at top right,
      rgba(124, 58, 237, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(37, 99, 235, 0.1),
      transparent 28%
    ),
    #ffffff;
  border-color: rgba(124, 58, 237, 0.36);
  box-shadow: 0 26px 64px rgba(124, 58, 237, 0.12);
}

.commercial-page--pelucias .commercial-card-featured:hover {
  box-shadow: 0 32px 72px rgba(124, 58, 237, 0.16);
}

.commercial-page--pelucias .commercial-badge {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.commercial-page--pelucias .commercial-card li::before {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.commercial-page--pelucias .commercial-tools-grid article span {
  background: rgba(124, 58, 237, 0.14);
  color: #c4b5fd;
}

.commercial-page--pelucias .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article {
  border-color: rgba(124, 58, 237, 0.22);
  background:
    radial-gradient(
      circle at top right,
      rgba(124, 58, 237, 0.08),
      transparent 32%
    ),
    #ffffff;
}

.commercial-page--pelucias .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article span {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.commercial-page--pelucias .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(1) {
  border-color: rgba(124, 58, 237, 0.26);
}

.commercial-page--pelucias .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(2) {
  border-color: rgba(99, 102, 241, 0.24);
  background:
    radial-gradient(
      circle at top right,
      rgba(99, 102, 241, 0.08),
      transparent 32%
    ),
    #ffffff;
}

.commercial-page--pelucias .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(2) span {
  background: rgba(99, 102, 241, 0.12);
  color: #4f46e5;
}

.commercial-page--pelucias .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(3) {
  border-color: rgba(124, 58, 237, 0.24);
}

.commercial-page--pelucias .commercial-tools-section .commercial-tools-grid article:nth-child(1) {
  border-color: rgba(167, 139, 250, 0.38);
  background:
    radial-gradient(
      circle at top right,
      rgba(124, 58, 237, 0.2),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.075);
}

.commercial-page--pelucias .commercial-tools-section .commercial-tools-grid article:nth-child(1) span {
  background: rgba(124, 58, 237, 0.2);
  color: #ddd6fe;
}

.commercial-page--pelucias .commercial-tools-section .commercial-tools-grid article:nth-child(2) {
  border-color: rgba(129, 140, 248, 0.34);
  background:
    radial-gradient(
      circle at top right,
      rgba(99, 102, 241, 0.16),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.075);
}

.commercial-page--pelucias .commercial-tools-section .commercial-tools-grid article:nth-child(2) span {
  background: rgba(99, 102, 241, 0.16);
  color: #c7d2fe;
}

.commercial-page--pelucias .commercial-tools-section .commercial-tools-grid article:nth-child(3) {
  border-color: rgba(167, 139, 250, 0.34);
  background:
    radial-gradient(
      circle at top right,
      rgba(124, 58, 237, 0.16),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.075);
}

.commercial-page--pelucias .commercial-tools-section .commercial-tools-grid article:nth-child(3) span {
  background: rgba(124, 58, 237, 0.16);
  color: #ddd6fe;
}

.commercial-page--pelucias .commercial-faq-list summary::after {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.1);
}

.commercial-page--pelucias .commercial-faq-list details[open] summary::after {
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.14);
}

/* Consignados e comissao */
.commercial-page--consignados {
  --commercial-blue: #2563eb;
  --commercial-green: #2563eb;
  --commercial-green-dark: #1d4ed8;
}

.commercial-page--consignados .commercial-kicker {
  border-color: rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.commercial-page--consignados .commercial-hero {
  background:
    radial-gradient(circle at 8% 78%, rgba(37, 99, 235, 0.22), transparent 28%),
    radial-gradient(
      circle at 82% 18%,
      rgba(96, 165, 250, 0.34),
      transparent 36%
    ),
    linear-gradient(135deg, #06111f 0%, #0b1b33 48%, #1e3a8a 100%);
}

.commercial-page--consignados .commercial-btn-primary {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.24);
}

.commercial-page--consignados .commercial-btn-primary:hover {
  box-shadow: 0 22px 40px rgba(37, 99, 235, 0.3);
}

.commercial-page--consignados .commercial-card-featured {
  background:
    radial-gradient(
      circle at top right,
      rgba(37, 99, 235, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(96, 165, 250, 0.12),
      transparent 28%
    ),
    #ffffff;
  border-color: rgba(37, 99, 235, 0.34);
  box-shadow: 0 26px 64px rgba(37, 99, 235, 0.12);
}

.commercial-page--consignados .commercial-badge {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}

.commercial-page--consignados .commercial-card li::before {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.commercial-page--consignados .commercial-faq-list summary::after {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
}

.commercial-page--consignados .commercial-faq-list details[open] summary::after {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.14);
}



.commercial-page--consignados {
  --commercial-blue: #2563eb;
  --commercial-green: #2563eb;
  --commercial-green-dark: #1d4ed8;
}

.commercial-page--consignados .commercial-kicker {
  border-color: rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.commercial-page--consignados .commercial-btn-primary {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.24);
}

.commercial-page--consignados .commercial-btn-primary:hover {
  box-shadow: 0 22px 40px rgba(37, 99, 235, 0.3);
}

.commercial-page--consignados .commercial-card-featured {
  background:
    radial-gradient(
      circle at top right,
      rgba(37, 99, 235, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(96, 165, 250, 0.12),
      transparent 28%
    ),
    #ffffff;
  border-color: rgba(37, 99, 235, 0.34);
  box-shadow: 0 26px 64px rgba(37, 99, 235, 0.12);
}

.commercial-page--consignados .commercial-card-featured:hover {
  box-shadow: 0 32px 72px rgba(37, 99, 235, 0.16);
}

.commercial-page--consignados .commercial-badge {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}

.commercial-page--consignados .commercial-card li::before {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.commercial-page--consignados .commercial-card-header span {
  color: #2563eb;
}

.commercial-page--consignados .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article {
  border-color: rgba(37, 99, 235, 0.22);
  background:
    radial-gradient(
      circle at top right,
      rgba(37, 99, 235, 0.08),
      transparent 32%
    ),
    #ffffff;
}

.commercial-page--consignados .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article span {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.commercial-page--consignados .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(1),
.commercial-page--consignados .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(2),
.commercial-page--consignados .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(3) {
  border-color: rgba(37, 99, 235, 0.24);
  background:
    radial-gradient(
      circle at top right,
      rgba(37, 99, 235, 0.08),
      transparent 32%
    ),
    #ffffff;
}

.commercial-page--consignados .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(1) span,
.commercial-page--consignados .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(2) span,
.commercial-page--consignados .commercial-section:not(.commercial-tools-section) .commercial-tools-grid article:nth-child(3) span {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.commercial-page--consignados .commercial-tools-section .commercial-tools-grid article:nth-child(1),
.commercial-page--consignados .commercial-tools-section .commercial-tools-grid article:nth-child(2),
.commercial-page--consignados .commercial-tools-section .commercial-tools-grid article:nth-child(3) {
  border-color: rgba(96, 165, 250, 0.36);
  background:
    radial-gradient(
      circle at top right,
      rgba(37, 99, 235, 0.18),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.075);
}

.commercial-page--consignados .commercial-tools-section .commercial-tools-grid article:nth-child(1) span,
.commercial-page--consignados .commercial-tools-section .commercial-tools-grid article:nth-child(2) span,
.commercial-page--consignados .commercial-tools-section .commercial-tools-grid article:nth-child(3) span {
  background: rgba(37, 99, 235, 0.16);
  color: #93c5fd;
}

.commercial-page--consignados .commercial-tools-grid article span {
  background: rgba(37, 99, 235, 0.16);
  color: #93c5fd;
}

.commercial-page--consignados .commercial-faq-list summary::after {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
}

.commercial-page--consignados .commercial-faq-list details[open] summary::after {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.14);
}
