/* WEBOSCELL_LANDING_FINAL_CONSOLIDATION_20260617 */

/* ===== /assets/css/weboscell-landing-conversion-20260617.css ===== */
/* WEBOSCELL_LANDING_CONVERSION_VISUAL_20260617
   Camada visual de conversão para https://weboscell.com.br
   Não altera regras de cadastro, CSRF, analytics ou integração com o GWS. */

:root {
  --webos-lp-bg: #05070c;
  --webos-lp-panel: rgba(8, 13, 24, .82);
  --webos-lp-panel-2: rgba(10, 18, 32, .72);
  --webos-lp-border: rgba(148, 163, 184, .16);
  --webos-lp-border-strong: rgba(34, 211, 238, .30);
  --webos-lp-text: #f8fafc;
  --webos-lp-muted: #aec2da;
  --webos-lp-soft: #7f94ad;
  --webos-lp-cyan: #22d3ee;
  --webos-lp-green: #22c55e;
  --webos-lp-green-soft: #86efac;
  --webos-lp-amber: #fbbf24;
  --webos-lp-shadow: 0 28px 100px rgba(0, 0, 0, .42);
  --webos-lp-radius: 28px;
}

html,
body {
  scrollbar-width: thin;
  scrollbar-color: rgba(51, 65, 85, .95) rgba(2, 6, 23, .96);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background: rgba(2, 6, 23, .96);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(71, 85, 105, .98), rgba(30, 41, 59, .98));
  border: 3px solid rgba(2, 6, 23, .96);
  border-radius: 999px;
}

body.weboscell-lp-conversion-20260617 {
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, .16), transparent 32%),
    radial-gradient(circle at 82% 8%, rgba(34, 197, 94, .13), transparent 28%),
    radial-gradient(circle at 50% 48%, rgba(15, 23, 42, .84), transparent 38%),
    linear-gradient(135deg, #05070c 0%, #07111d 44%, #08101b 100%) !important;
}

body.weboscell-lp-conversion-20260617::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background:
    linear-gradient(90deg, rgba(148, 163, 184, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(148, 163, 184, .045) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at 50% 24%, black 0%, transparent 74%);
  z-index: 0;
}

.page-glow {
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 211, 238, .18), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(34, 197, 94, .13), transparent 30%) !important;
  opacity: .82;
}

.topbar {
  background: rgba(5, 7, 12, .76) !important;
  border-bottom: 1px solid rgba(148, 163, 184, .12) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .22) !important;
}

.topbar-inner,
.wrap {
  width: min(1180px, calc(100vw - 32px)) !important;
}

.brand-logo {
  filter: drop-shadow(0 12px 26px rgba(34, 211, 238, .16)) !important;
}

.top-system-link {
  min-height: 38px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  background: rgba(15, 23, 42, .72) !important;
  color: #cbd5e1 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.top-cta,
.hero-btn,
.submit-btn,
.mobile-sticky-cta a {
  background: linear-gradient(135deg, #22c55e 0%, #86efac 100%) !important;
  color: #03110b !important;
  box-shadow: 0 16px 40px rgba(34, 197, 94, .24), inset 0 1px 0 rgba(255, 255, 255, .45) !important;
}

.top-cta:hover,
.hero-btn:hover,
.submit-btn:hover,
.mobile-sticky-cta a:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.wrap {
  padding-top: calc(72px + 26px) !important;
  padding-bottom: calc(var(--sticky-cta-h) + env(safe-area-inset-bottom, 0px) + 26px) !important;
}

.hero {
  max-width: none !important;
  margin-inline: auto;
}

.copy {
  display: grid !important;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr) !important;
  grid-template-areas:
    "eyebrow visual"
    "title visual"
    "lead visual"
    "price visual"
    "actions visual"
    "trust visual"
    "benefits visual";
  align-items: center;
  column-gap: clamp(26px, 4vw, 62px) !important;
  row-gap: 14px !important;
}

.weboscell-lp-eyebrow {
  grid-area: eyebrow;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, .30);
  background: rgba(34, 197, 94, .12);
  color: #bbf7d0;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .02em;
}

.weboscell-lp-eyebrow::before {
  content: "●";
  color: #22c55e;
  filter: drop-shadow(0 0 10px rgba(34, 197, 94, .70));
}

.copy h1 {
  grid-area: title;
  max-width: 620px !important;
  font-size: clamp(42px, 5.8vw, 76px) !important;
  line-height: .92 !important;
  letter-spacing: -.075em !important;
}

.copy .lead {
  grid-area: lead;
  max-width: 620px !important;
  color: #c9d6e7 !important;
  font-size: clamp(16px, 1.65vw, 21px) !important;
}

.weboscell-conversion-price {
  grid-area: price;
  width: fit-content !important;
  margin: 0 !important;
  border-color: rgba(34, 197, 94, .34) !important;
  background:
    radial-gradient(circle at 14% 20%, rgba(134, 239, 172, .22), transparent 28%),
    linear-gradient(135deg, rgba(15, 23, 42, .88), rgba(7, 17, 18, .74)) !important;
  box-shadow: 0 20px 64px rgba(34, 197, 94, .12) !important;
}

.weboscell-conversion-price strong {
  color: #ffffff !important;
  text-shadow: 0 0 34px rgba(34, 197, 94, .28) !important;
}

.hero-actions { grid-area: actions; }
.trust-row { grid-area: trust; }
.benefits { grid-area: benefits; }
.hero-carousel { grid-area: visual; }

.hero-carousel-two {
  min-height: clamp(430px, 48vw, 610px) !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  border: 1px solid rgba(148, 163, 184, .20) !important;
  background: rgba(15, 23, 42, .65) !important;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .03) inset !important;
  isolation: isolate;
}

.hero-carousel-two::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, .08), transparent 34%, rgba(2, 6, 23, .70)),
    radial-gradient(circle at 18% 14%, rgba(34, 211, 238, .18), transparent 32%);
  z-index: 2;
}

.hero-slide img {
  filter: saturate(1.08) contrast(1.02) brightness(.86) !important;
}

.hero-slide-content {
  inset: auto 18px 18px 18px !important;
  z-index: 3 !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  background: linear-gradient(180deg, rgba(5, 7, 12, .72), rgba(5, 7, 12, .56)) !important;
  backdrop-filter: blur(16px) !important;
  box-shadow: 0 24px 76px rgba(0, 0, 0, .34) !important;
}

.slide-eyebrow,
.screen-pill {
  color: #bbf7d0 !important;
  background: rgba(34, 197, 94, .12) !important;
  border-color: rgba(34, 197, 94, .25) !important;
}

.hero-slide-content strong {
  font-size: clamp(22px, 2.25vw, 33px) !important;
  line-height: 1.02 !important;
}

.trust-row {
  margin-top: 8px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.trust-chip,
.benefit,
.seo-faq-item,
.screen-card,
.signup-card,
.screens-section,
.seo-faq-section,
.weboscell-fixed-public-footer {
  background: linear-gradient(180deg, rgba(15, 23, 42, .74), rgba(2, 6, 23, .52)) !important;
  border-color: rgba(148, 163, 184, .17) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .24) !important;
}

.trust-chip strong,
.benefit strong,
.screen-caption strong,
.seo-faq-item h3 {
  color: #ffffff !important;
}

.trust-chip span,
.benefit span,
.screen-caption span,
.seo-faq-item p {
  color: #b8c8dc !important;
}

.benefits {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.benefit {
  min-height: auto !important;
  padding: 14px !important;
}

.benefit-icon {
  color: #a5f3fc !important;
  background: rgba(34, 211, 238, .11) !important;
  border-color: rgba(34, 211, 238, .24) !important;
}

.screens-section {
  margin-top: 34px !important;
  border-radius: 32px !important;
}

.screens-head h2,
.seo-faq-head h2 {
  letter-spacing: -.045em;
}

.screens-grid {
  gap: 16px !important;
}

.screen-card {
  transform: translateZ(0);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.screen-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, .32) !important;
}

.signup-modal-backdrop {
  background: rgba(2, 6, 23, .78) !important;
  backdrop-filter: blur(14px) !important;
}

.signup-card-modal {
  border-radius: 28px !important;
  border-color: rgba(34, 211, 238, .20) !important;
}

.signup-title h2 {
  letter-spacing: -.045em;
}

input {
  min-height: 48px !important;
}

.mobile-sticky-cta {
  background: linear-gradient(180deg, transparent, rgba(5, 7, 12, .92) 32%, rgba(5, 7, 12, .98)) !important;
}

.weboscell-fixed-public-footer {
  margin-top: 28px !important;
}

@media (min-width: 861px) {
  .topbar {
    min-height: 62px !important;
  }

  .wrap {
    padding-top: calc(64px + 30px) !important;
  }

  .hero-actions {
    max-width: 520px;
  }
}

@media (max-width: 1040px) {
  .copy {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "eyebrow"
      "title"
      "lead"
      "price"
      "visual"
      "actions"
      "trust"
      "benefits";
  }

  .hero-carousel-two {
    min-height: 430px !important;
  }

  .copy h1,
  .copy .lead {
    max-width: 860px !important;
  }
}

@media (max-width: 720px) {
  .top-actions {
    gap: 8px;
  }

  .top-system-link {
    display: none !important;
  }

  .wrap {
    width: calc(100vw - 24px) !important;
    padding-top: calc(72px + 14px) !important;
  }

  .copy h1 {
    font-size: clamp(36px, 12vw, 52px) !important;
  }

  .weboscell-lp-eyebrow,
  .weboscell-conversion-price,
  .hero-actions a {
    width: 100% !important;
  }

  .hero-carousel-two {
    min-height: 360px !important;
    border-radius: 24px !important;
  }

  .hero-slide-content {
    inset: auto 10px 10px 10px !important;
    padding: 14px !important;
  }

  .trust-row {
    grid-template-columns: 1fr !important;
  }

  .screens-section,
  .seo-faq-section {
    width: 100% !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }
}

@media (max-width: 460px) {
  .brand-copy span {
    display: none !important;
  }

  .hero-slide-content strong {
    font-size: 20px !important;
  }

  .hero-slide-content p {
    font-size: 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
.weboscell-lp-ready .benefit,
.weboscell-lp-ready .trust-chip,
.weboscell-lp-ready .screen-card,
.weboscell-lp-ready .seo-faq-item {
  opacity: 0;
  transform: translateY(14px);
}

.weboscell-lp-ready .weboscell-lp-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .45s ease var(--webos-lp-delay, 0ms), transform .45s ease var(--webos-lp-delay, 0ms);
}


/* ===== /assets/css/weboscell-landing-banner-fix-20260617.css ===== */
/* WEBOSCELL_LANDING_BANNER_FIX_20260617
   Ajuste conservador do banner/hero da landing Web OS Cell.
   Mantém formulário, tracking, modal e integrações intactos. */

body.weboscell-lp-conversion-20260617 .wrap {
  padding-top: calc(82px + 28px) !important;
}

body.weboscell-lp-conversion-20260617 .copy {
  grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr) !important;
  align-items: center !important;
  column-gap: clamp(28px, 4vw, 58px) !important;
}

body.weboscell-lp-conversion-20260617 .copy h1 {
  max-width: 620px !important;
  margin-top: 0 !important;
  font-size: clamp(40px, 4.35vw, 64px) !important;
  line-height: .96 !important;
  letter-spacing: -.06em !important;
  text-align: left !important;
}

body.weboscell-lp-conversion-20260617 .copy .lead {
  max-width: 620px !important;
  text-align: left !important;
}

body.weboscell-lp-conversion-20260617 .weboscell-lp-eyebrow,
body.weboscell-lp-conversion-20260617 .weboscell-conversion-price,
body.weboscell-lp-conversion-20260617 .hero-actions,
body.weboscell-lp-conversion-20260617 .trust-row,
body.weboscell-lp-conversion-20260617 .benefits {
  justify-self: start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.weboscell-lp-conversion-20260617 .hero-actions {
  justify-content: flex-start !important;
}

/* Recompõe o banner lateral como card visual único, evitando o “card preto solto” e o rodapé desalinhado. */
body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
  width: min(620px, 100%) !important;
  min-height: clamp(430px, 44vw, 540px) !important;
  margin-top: 0 !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  border: 1px solid rgba(34, 211, 238, .22) !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(34, 211, 238, .14), transparent 34%),
    linear-gradient(145deg, rgba(15, 23, 42, .92), rgba(2, 6, 23, .84)) !important;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .05) !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center right !important;
  opacity: .78 !important;
  filter: saturate(1.08) contrast(1.05) brightness(.78) !important;
  transform: scale(1.015) !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .88) 0%, rgba(2, 6, 23, .62) 46%, rgba(2, 6, 23, .20) 100%),
    linear-gradient(180deg, rgba(2, 6, 23, .12) 0%, rgba(2, 6, 23, .42) 48%, rgba(2, 6, 23, .86) 100%) !important;
  z-index: 1 !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content {
  position: absolute !important;
  left: clamp(18px, 3vw, 28px) !important;
  right: clamp(18px, 3vw, 28px) !important;
  bottom: 54px !important;
  z-index: 3 !important;
  max-width: none !important;
  padding: clamp(18px, 2.2vw, 24px) !important;
  border-radius: 26px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  background: linear-gradient(180deg, rgba(5, 7, 12, .80), rgba(5, 7, 12, .64)) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .36) !important;
  text-align: left !important;
  justify-self: auto !important;
  align-self: auto !important;
  margin: 0 !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .slide-eyebrow {
  margin: 0 0 12px 0 !important;
  width: fit-content !important;
  max-width: 100% !important;
  white-space: normal !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content strong,
body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content strong {
  max-width: 500px !important;
  font-size: clamp(30px, 3.1vw, 44px) !important;
  line-height: 1.03 !important;
  letter-spacing: -.055em !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content p {
  max-width: 520px !important;
  margin-top: 12px !important;
  font-size: clamp(14px, 1.2vw, 17px) !important;
  line-height: 1.45 !important;
  color: #dbe7f4 !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-carousel-dots {
  left: clamp(28px, 3vw, 42px) !important;
  bottom: 24px !important;
  transform: none !important;
  justify-content: flex-start !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-carousel-dots button {
  height: 7px !important;
  background: rgba(148, 163, 184, .32) !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-carousel-dots button.is-active {
  background: #22c55e !important;
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .copy {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.weboscell-lp-conversion-20260617 .copy h1,
  body.weboscell-lp-conversion-20260617 .copy .lead {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.weboscell-lp-conversion-20260617 .weboscell-lp-eyebrow,
  body.weboscell-lp-conversion-20260617 .weboscell-conversion-price,
  body.weboscell-lp-conversion-20260617 .hero-actions,
  body.weboscell-lp-conversion-20260617 .trust-row,
  body.weboscell-lp-conversion-20260617 .benefits {
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions {
    justify-content: center !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
    width: min(760px, 100%) !important;
    min-height: 440px !important;
  }
}

@media (max-width: 720px) {
  body.weboscell-lp-conversion-20260617 .wrap {
    padding-top: calc(76px + 18px) !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
    min-height: 430px !important;
    border-radius: 26px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide img {
    object-position: center center !important;
    opacity: .58 !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide::after {
    background: linear-gradient(180deg, rgba(2, 6, 23, .44) 0%, rgba(2, 6, 23, .84) 54%, rgba(2, 6, 23, .96) 100%) !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content {
    left: 12px !important;
    right: 12px !important;
    bottom: 48px !important;
    padding: 16px !important;
    border-radius: 22px !important;
    text-align: center !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .slide-eyebrow,
  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content strong,
  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content strong {
    font-size: clamp(25px, 7vw, 34px) !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-carousel-dots {
    left: 50% !important;
    bottom: 20px !important;
    transform: translateX(-50%) !important;
    justify-content: center !important;
  }
}


/* ===== /assets/css/weboscell-landing-hero-headline-fix-20260617.css ===== */
/* WEBOSCELL_LANDING_HERO_HEADLINE_FIX_20260617
   Correção conservadora: evita corte/estouro do título principal do hero
   e recompõe a grade desktop sem alterar formulário, tracking ou fluxo funcional. */

body.weboscell-lp-conversion-20260617 .hero,
body.weboscell-lp-conversion-20260617 .copy {
  max-width: 100% !important;
  overflow: visible !important;
}

body.weboscell-lp-conversion-20260617 .copy {
  min-width: 0 !important;
}

body.weboscell-lp-conversion-20260617 .copy h1 {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  max-width: min(620px, 100%) !important;
  width: auto !important;
  font-size: clamp(42px, 3.72vw, 60px) !important;
  line-height: 1.01 !important;
  letter-spacing: -0.058em !important;
  text-wrap: balance;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.weboscell-lp-conversion-20260617 .copy .lead {
  max-width: min(620px, 100%) !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
  align-self: center !important;
  justify-self: end !important;
}

/* Desktop amplo: mantém duas colunas, mas impede que o título invada o banner. */
@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .copy {
    grid-template-columns: minmax(420px, 0.92fr) minmax(440px, 1.08fr) !important;
    column-gap: clamp(30px, 4vw, 64px) !important;
    align-items: center !important;
  }

  body.weboscell-lp-conversion-20260617 .copy > .weboscell-lp-eyebrow,
  body.weboscell-lp-conversion-20260617 .copy > h1,
  body.weboscell-lp-conversion-20260617 .copy > .lead,
  body.weboscell-lp-conversion-20260617 .copy > .weboscell-conversion-price,
  body.weboscell-lp-conversion-20260617 .copy > .hero-actions,
  body.weboscell-lp-conversion-20260617 .copy > .trust-row,
  body.weboscell-lp-conversion-20260617 .copy > .benefits {
    grid-column: 1 !important;
  }

  body.weboscell-lp-conversion-20260617 .copy > .hero-carousel.hero-carousel-two {
    grid-column: 2 !important;
    grid-row: 1 / span 8 !important;
  }
}

/* Notebook: reduz levemente a tipografia antes de quebrar para uma coluna. */
@media (min-width: 1041px) and (max-width: 1280px) {
  body.weboscell-lp-conversion-20260617 .copy {
    grid-template-columns: minmax(390px, 0.9fr) minmax(400px, 1.1fr) !important;
    column-gap: 28px !important;
  }

  body.weboscell-lp-conversion-20260617 .copy h1 {
    font-size: clamp(38px, 3.55vw, 52px) !important;
    max-width: 560px !important;
  }
}

/* Tablet e mobile: mantém headline centralizada e sem estouro horizontal. */
@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .copy h1 {
    max-width: min(760px, 100%) !important;
    font-size: clamp(36px, 7vw, 56px) !important;
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  body.weboscell-lp-conversion-20260617 .copy h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 10.5vw, 48px) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.05em !important;
  }
}


/* ===== /assets/css/weboscell-landing-price-fix-20260617.css ===== */
/* WEBOSCELL_LANDING_PRICE_FIX_20260617 */
/* Ajuste do bloco de preço: remove leitura ambígua de "plano único" e posiciona /mês ao lado do valor. */
.price-highlight.weboscell-conversion-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 122px;
    padding: 20px 24px !important;
    text-align: center;
}

.price-highlight.weboscell-conversion-price > span:not(.webos-price-value) {
    display: none !important;
}

.price-highlight.weboscell-conversion-price .webos-price-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    line-height: .95;
    white-space: nowrap;
}

.price-highlight.weboscell-conversion-price .webos-price-value strong {
    font-size: clamp(3rem, 5.4vw, 5.7rem);
    line-height: .9;
    letter-spacing: -0.06em;
    color: #fff;
}

.price-highlight.weboscell-conversion-price .webos-price-period {
    font-size: clamp(1.1rem, 1.8vw, 1.65rem);
    font-weight: 900;
    color: rgba(226, 232, 240, .94);
    letter-spacing: -0.02em;
}

.price-highlight.weboscell-conversion-price small {
    display: block;
    margin: 0 !important;
    color: rgba(226, 232, 240, .92);
    font-size: clamp(.95rem, 1.25vw, 1.18rem);
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.2;
}

@media (max-width: 640px) {
    .price-highlight.weboscell-conversion-price {
        min-height: 104px;
        padding: 18px 16px !important;
    }

    .price-highlight.weboscell-conversion-price .webos-price-value {
        gap: 6px;
    }
}


/* ===== /assets/css/weboscell-landing-align-price-banner-20260617.css ===== */
/* WEBOSCELL_LANDING_ALIGN_PRICE_BANNER_20260617 */
/* Alinha preço, botões e banner lateral no hero da landing Web OS Cell. */

body.weboscell-lp-conversion-20260617 .copy {
  align-items: start !important;
}

/* Mantém os elementos comerciais da coluna esquerda com a mesma largura. */
body.weboscell-lp-conversion-20260617 .weboscell-conversion-price,
body.weboscell-lp-conversion-20260617 .hero-actions {
  width: min(620px, 100%) !important;
  max-width: 620px !important;
}

/* Card de preço alinhado visualmente aos botões. */
body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 118px !important;
  padding: 18px 24px !important;
  margin-top: 20px !important;
  margin-bottom: 18px !important;
  text-align: center !important;
}

/* Remove qualquer rótulo antigo como "Plano único". */
body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price > span:not(.webos-price-value),
body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price > .plan-label,
body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price > .price-label {
  display: none !important;
}

/* Linha do valor: R$39,90/mês */
body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  line-height: .9 !important;
}

body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value strong {
  font-size: clamp(3.35rem, 5vw, 5.55rem) !important;
  line-height: .88 !important;
  letter-spacing: -.065em !important;
  color: #ffffff !important;
}

body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-period {
  font-size: clamp(1.08rem, 1.45vw, 1.45rem) !important;
  font-weight: 900 !important;
  color: rgba(226, 232, 240, .94) !important;
  letter-spacing: -.02em !important;
}

/* Texto inferior alinhado na parte de baixo do card. */
body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price small {
  display: block !important;
  margin-top: 10px !important;
  color: rgba(226, 232, 240, .92) !important;
  font-size: clamp(.94rem, 1.1vw, 1.08rem) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

/* Botões alinhados ao card de preço. */
body.weboscell-lp-conversion-20260617 .hero-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, .88fr) !important;
  gap: 12px !important;
  margin-top: 0 !important;
}

body.weboscell-lp-conversion-20260617 .hero-actions .hero-btn,
body.weboscell-lp-conversion-20260617 .hero-actions .hero-link {
  width: 100% !important;
  min-height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Sobe o banner para alinhar com o headline. */
body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
  align-self: start !important;
  margin-top: clamp(56px, 7vw, 86px) !important;
}

/* Evita que o card interno do banner fique baixo demais após subir o bloco. */
body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content {
  bottom: clamp(34px, 4vw, 48px) !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-carousel-dots {
  bottom: 18px !important;
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .weboscell-conversion-price,
  body.weboscell-lp-conversion-20260617 .hero-actions {
    width: min(620px, 100%) !important;
    max-width: 620px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
    margin-top: 22px !important;
    align-self: center !important;
  }
}

@media (max-width: 640px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    min-height: 104px !important;
    padding: 16px 14px !important;
    margin-top: 18px !important;
    margin-bottom: 14px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions {
    grid-template-columns: 1fr !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value {
    gap: 6px !important;
  }
}


/* ===== /assets/css/weboscell-landing-banner-card-border-20260617.css ===== */
/* WEBOSCELL_LANDING_BANNER_CARD_BORDER_20260617 */
/* Corrige borda do card interno do banner lateral. */

body.weboscell-lp-conversion-20260617 .hero-carousel-two {
  overflow: hidden !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content {
  left: clamp(24px, 3vw, 34px) !important;
  right: clamp(24px, 3vw, 34px) !important;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box !important;

  border: 1px solid rgba(148, 163, 184, .22) !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(2, 6, 23, .94), rgba(15, 23, 42, .90)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42) !important;
  overflow: hidden !important;
}

/* Garante que a borda não desapareça por sobreposição interna */
body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .035);
  pointer-events: none;
}

body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-carousel-dots {
  left: clamp(34px, 4vw, 54px) !important;
  right: auto !important;
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content {
    left: 18px !important;
    right: 18px !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 640px) {
  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content {
    left: 14px !important;
    right: 14px !important;
    border-radius: 20px !important;
  }
}


/* ===== /assets/css/weboscell-landing-banner-top-align-20260617.css ===== */
/* WEBOSCELL_LANDING_BANNER_TOP_ALIGN_20260617 */
/* Alinha o banner lateral com o selo "7 dias sem custo • Sistema instalado em minutos." */

body.weboscell-lp-conversion-20260617 .hero,
body.weboscell-lp-conversion-20260617 .hero-grid,
body.weboscell-lp-conversion-20260617 .hero-content {
  align-items: start !important;
}

body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
  align-self: start !important;
  margin-top: 0 !important;
  transform: translateY(0) !important;
}

/* Mantém o banner bem encaixado no topo sem colar no cabeçalho */
body.weboscell-lp-conversion-20260617 .hero-carousel-two {
  position: relative !important;
}

/* Ajuste interno do card para não ficar baixo demais após subir o banner */
body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content {
  bottom: clamp(34px, 4vw, 48px) !important;
}

/* Em telas menores, o banner volta para fluxo natural abaixo do texto */
@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
    margin-top: 24px !important;
    align-self: center !important;
  }
}


/* ===== /assets/css/weboscell-landing-banner-bottom-align-20260617.css ===== */
/* WEBOSCELL_LANDING_BANNER_BOTTOM_ALIGN_20260617 */
/* Alinha o rodapé do banner lateral com o rodapé do card de preço R$39,90 no desktop. */

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .hero-grid,
  body.weboscell-lp-conversion-20260617 .hero-content {
    align-items: start !important;
  }

  /*
   * O banner começa alinhado ao selo superior e termina próximo ao rodapé do card de preço.
   * Isso evita que ele desça até a área dos botões e dos passos.
   */
  body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
    align-self: start !important;
    margin-top: 0 !important;
    height: clamp(390px, 34vw, 510px) !important;
    min-height: 390px !important;
    max-height: 510px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide,
  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide img,
  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide::before {
    height: 100% !important;
  }

  /*
   * Reposiciona o card interno para caber dentro da nova altura do banner,
   * mantendo bordas completas e sem encostar na lateral direita.
   */
  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content {
    left: clamp(24px, 3vw, 34px) !important;
    right: clamp(24px, 3vw, 34px) !important;
    bottom: clamp(38px, 4vw, 54px) !important;
    width: auto !important;
    max-width: none !important;
    padding: clamp(24px, 3vw, 34px) !important;
    box-sizing: border-box !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content h2 {
    font-size: clamp(2.05rem, 3vw, 3.15rem) !important;
    line-height: 1.05 !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-slide-content p {
    font-size: clamp(.98rem, 1.08vw, 1.14rem) !important;
    line-height: 1.45 !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-carousel-two .hero-carousel-dots {
    bottom: 18px !important;
  }
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
    height: auto !important;
    max-height: none !important;
  }
}


/* ===== /assets/css/weboscell-landing-price-drop-align-20260617.css ===== */
/* WEBOSCELL_LANDING_PRICE_DROP_ALIGN_20260617 */
/* Desce o card R$39,90 para alinhar o rodapé com o rodapé do banner lateral. */

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(44px, 5.4vw, 78px) !important;
    margin-bottom: 18px !important;
  }

  /*
   * Mantém os botões logo abaixo do card de preço,
   * sem abrir espaço excessivo até os passos de cadastro.
   */
  body.weboscell-lp-conversion-20260617 .hero-actions {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-steps,
  body.weboscell-lp-conversion-20260617 .weboscell-conversion-steps {
    margin-top: 10px !important;
  }
}

@media (min-width: 1280px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(58px, 6.2vw, 92px) !important;
  }
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: 22px !important;
  }
}


/* ===== /assets/css/weboscell-landing-price-balance-align-20260617.css ===== */
/* WEBOSCELL_LANDING_PRICE_BALANCE_ALIGN_20260617 */
/* Corrige o excesso de descida do card R$39,90 e equilibra com o rodapé do banner. */

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(22px, 2.8vw, 42px) !important;
    margin-bottom: 18px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-steps,
  body.weboscell-lp-conversion-20260617 .weboscell-conversion-steps {
    margin-top: 8px !important;
  }
}

@media (min-width: 1280px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(28px, 3.2vw, 48px) !important;
  }
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: 22px !important;
  }
}


/* ===== /assets/css/weboscell-landing-price-rise-soft-20260617.css ===== */
/* WEBOSCELL_LANDING_PRICE_RISE_SOFT_20260617 */
/* Sobe levemente o card R$39,90 em relação ao ajuste anterior. */

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(10px, 1.8vw, 28px) !important;
    margin-bottom: 18px !important;
  }
}

@media (min-width: 1280px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(14px, 2.1vw, 34px) !important;
  }
}


/* ===== /assets/css/weboscell-landing-hero-centered-focus-20260617.css ===== */
/* WEBOSCELL_LANDING_HERO_CENTERED_FOCUS_20260617 */
/* Centraliza o hero e remove poluição visual do banner lateral no desktop. */

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .hero {
    width: min(960px, calc(100vw - 72px)) !important;
    max-width: 960px !important;
    margin-inline: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 0 !important;
    padding-top: clamp(46px, 5vw, 76px) !important;
  }

  body.weboscell-lp-conversion-20260617 .copy {
    width: min(860px, 100%) !important;
    max-width: 860px !important;
    margin-inline: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  body.weboscell-lp-conversion-20260617 .weboscell-lp-eyebrow,
  body.weboscell-lp-conversion-20260617 .kicker {
    align-self: center !important;
    margin-inline: auto !important;
  }

  body.weboscell-lp-conversion-20260617 .copy h1 {
    width: min(860px, 100%) !important;
    max-width: 860px !important;
    margin-inline: auto !important;
    text-align: center !important;
    font-size: clamp(3.2rem, 5.3vw, 6rem) !important;
    line-height: .96 !important;
    letter-spacing: -.07em !important;
    text-wrap: balance !important;
  }

  body.weboscell-lp-conversion-20260617 .copy .lead {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
    text-align: center !important;
    font-size: clamp(1.16rem, 1.35vw, 1.38rem) !important;
    line-height: 1.48 !important;
  }

  /* Oculta banner lateral e cards extras do banner no desktop para reduzir ruído. */
  body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two,
  body.weboscell-lp-conversion-20260617 .weboscell-hero-side,
  body.weboscell-lp-conversion-20260617 .weboscell-first-day-card {
    display: none !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin: clamp(28px, 3.2vw, 46px) auto 22px !important;
    min-height: 126px !important;
    padding: 20px 28px !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value strong {
    font-size: clamp(4.2rem, 6.5vw, 7rem) !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-period {
    font-size: clamp(1.18rem, 1.55vw, 1.6rem) !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .88fr) !important;
    gap: 14px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions .hero-btn,
  body.weboscell-lp-conversion-20260617 .hero-actions .hero-link {
    width: 100% !important;
    min-height: 60px !important;
    justify-content: center !important;
  }

  body.weboscell-lp-conversion-20260617 .trust-row,
  body.weboscell-lp-conversion-20260617 .weboscell-conversion-steps {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
  }

  body.weboscell-lp-conversion-20260617 .trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 22px !important;
  }

  body.weboscell-lp-conversion-20260617 .benefits {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .hero-carousel.hero-carousel-two {
    display: none !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions {
    grid-template-columns: 1fr !important;
  }
}


/* ===== /assets/css/weboscell-landing-headline-value-20260617.css ===== */
/* WEBOSCELL_LANDING_HEADLINE_VALUE_20260617 */
/* Headline mais focado em conversão: benefício + preço no desktop/notebook. */

body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline {
  display: grid !important;
  gap: 10px !important;
  width: min(920px, 100%) !important;
  max-width: 920px !important;
  margin-inline: auto !important;
  text-align: center !important;
  line-height: .96 !important;
  letter-spacing: -.07em !important;
}

body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-main {
  display: block;
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 5.55rem);
  line-height: .96;
}

body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-size: clamp(2.65rem, 4.4vw, 4.95rem);
  line-height: .9;
}

body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-price small {
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  letter-spacing: -.02em;
  color: rgba(226, 232, 240, .92);
  font-weight: 1000;
}

body.weboscell-lp-conversion-20260617 .copy .lead.weboscell-value-lead {
  width: min(820px, 100%) !important;
  max-width: 820px !important;
  margin-inline: auto !important;
  text-align: center !important;
  font-size: clamp(1.08rem, 1.28vw, 1.28rem) !important;
  line-height: 1.45 !important;
  color: rgba(226, 232, 240, .88) !important;
}

@media (max-width: 640px) {
  body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline {
    gap: 8px !important;
    letter-spacing: -.055em !important;
  }

  body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-main {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-price {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }
}


/* ===== /assets/css/weboscell-landing-headline-visual-tune-20260617.css ===== */
/* WEBOSCELL_LANDING_HEADLINE_VISUAL_TUNE_20260617 */
/* Mantém a headline original, reduz fonte e sobe o conteúdo do hero no desktop/notebook. */

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .hero {
    padding-top: clamp(24px, 3.2vw, 48px) !important;
  }

  body.weboscell-lp-conversion-20260617 .copy {
    transform: translateY(-18px) !important;
  }

  body.weboscell-lp-conversion-20260617 .copy h1:not(.weboscell-value-headline) {
    font-size: clamp(2.85rem, 4.35vw, 4.95rem) !important;
    line-height: .98 !important;
    letter-spacing: -.065em !important;
    max-width: 820px !important;
    margin-bottom: 18px !important;
  }

  body.weboscell-lp-conversion-20260617 .copy .lead {
    font-size: clamp(1.04rem, 1.2vw, 1.22rem) !important;
    line-height: 1.42 !important;
    max-width: 720px !important;
    margin-bottom: 0 !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(18px, 2.2vw, 32px) !important;
    margin-bottom: 18px !important;
    min-height: 114px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value strong {
    font-size: clamp(3.65rem, 5.4vw, 5.9rem) !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions {
    margin-top: 0 !important;
  }
}

@media (min-width: 1280px) {
  body.weboscell-lp-conversion-20260617 .copy {
    transform: translateY(-24px) !important;
  }

  body.weboscell-lp-conversion-20260617 .copy h1:not(.weboscell-value-headline) {
    font-size: clamp(3.05rem, 4.15vw, 5.15rem) !important;
  }
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .copy {
    transform: none !important;
  }
}


/* ===== /assets/css/weboscell-landing-remove-headline-price-20260617.css ===== */
/* WEBOSCELL_LANDING_REMOVE_HEADLINE_PRICE_20260617 */
/* Remove o preço duplicado da headline e aproxima o card de preço do texto principal. */

body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline {
  gap: 0 !important;
  margin-bottom: 18px !important;
}

body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-price {
  display: none !important;
}

body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-main {
  display: block !important;
  max-width: 900px !important;
  margin-inline: auto !important;
}

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(16px, 2.1vw, 32px) !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1280px) {
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    margin-top: clamp(18px, 2.4vw, 36px) !important;
  }
}


/* ===== /assets/css/weboscell-landing-proof-screens-20260617.css ===== */
/* WEBOSCELL_LANDING_PROOF_SCREENS_20260617 */
/* Segunda dobra: prova de valor, telas reais e CTA secundário. */

.screens-section.weboscell-proof-section {
    width: min(1240px, calc(100vw - 40px));
    margin: clamp(34px, 5vw, 76px) auto;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(56, 189, 248, .18);
    border-radius: 32px;
    background:
        radial-gradient(circle at 16% 10%, rgba(34, 197, 94, .13), transparent 32%),
        radial-gradient(circle at 84% 18%, rgba(56, 189, 248, .10), transparent 30%),
        linear-gradient(145deg, rgba(15, 23, 42, .92), rgba(2, 6, 23, .82));
    box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
    overflow: hidden;
}

.weboscell-proof-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    border: 1px solid rgba(34, 197, 94, .30);
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(34, 197, 94, .12);
    color: #bbf7d0;
    font-size: .82rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.weboscell-proof-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, .14);
}

.screens-section.weboscell-proof-section .screens-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: end;
    margin-bottom: 26px;
}

.screens-section.weboscell-proof-section .screens-head h2 {
    max-width: 820px;
    margin: 14px 0 0;
    color: #f8fafc;
    font-size: clamp(2.15rem, 4vw, 4.15rem);
    line-height: 1;
    letter-spacing: -.06em;
}

.screens-section.weboscell-proof-section .screens-head p {
    max-width: 760px;
    margin: 14px 0 0;
    color: rgba(226, 232, 240, .82);
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.5;
}

.weboscell-proof-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}

.weboscell-proof-step {
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 20px;
    padding: 16px;
    background: rgba(2, 6, 23, .38);
    min-width: 0;
}

.weboscell-proof-step strong {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #f8fafc;
    font-size: .98rem;
    line-height: 1.2;
}

.weboscell-proof-step strong span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 12px;
    background: rgba(56, 189, 248, .12);
    color: #7dd3fc;
    font-size: .84rem;
    font-weight: 1000;
}

.weboscell-proof-step small {
    display: block;
    margin-top: 8px;
    color: rgba(148, 163, 184, .96);
    line-height: 1.35;
}

.screens-section.weboscell-proof-section .screens-grid {
    display: grid;
    grid-template-columns: 1.25fr .9fr .9fr;
    gap: 16px;
    align-items: stretch;
}

.screens-section.weboscell-proof-section .screen-card {
    position: relative;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(15, 23, 42, .66);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
    min-height: 260px;
}

.screens-section.weboscell-proof-section .screen-card img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
    opacity: .86;
    transform: scale(1.01);
}

.screens-section.weboscell-proof-section .screen-card.featured {
    min-height: 380px;
}

.screens-section.weboscell-proof-section .screen-card.featured img {
    min-height: 380px;
}

.screens-section.weboscell-proof-section .screen-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(2, 6, 23, .92));
    pointer-events: none;
}

.screens-section.weboscell-proof-section .screen-caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.screens-section.weboscell-proof-section .screen-caption strong {
    display: block;
    color: #f8fafc;
    font-size: 1.02rem;
}

.screens-section.weboscell-proof-section .screen-caption span {
    display: block;
    margin-top: 4px;
    color: rgba(226, 232, 240, .78);
    font-size: .88rem;
    line-height: 1.35;
}

.screens-section.weboscell-proof-section .screen-pill {
    flex: 0 0 auto;
    border: 1px solid rgba(56, 189, 248, .28);
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(14, 165, 233, .14);
    color: #bae6fd;
    font-weight: 900;
    font-size: .78rem;
}

.weboscell-proof-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid rgba(34, 197, 94, .22);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(34, 197, 94, .12), rgba(15, 23, 42, .40));
}

.weboscell-proof-cta strong {
    display: block;
    color: #f8fafc;
    font-size: 1.08rem;
}

.weboscell-proof-cta span {
    display: block;
    margin-top: 4px;
    color: rgba(226, 232, 240, .76);
    line-height: 1.35;
}

.weboscell-proof-cta a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #22c55e, #86efac);
    color: #04130a;
    font-weight: 1000;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(34, 197, 94, .22);
}

@media (max-width: 980px) {
    .screens-section.weboscell-proof-section .screens-head {
        grid-template-columns: 1fr;
    }

    .weboscell-proof-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .screens-section.weboscell-proof-section .screens-grid {
        grid-template-columns: 1fr;
    }

    .screens-section.weboscell-proof-section .screen-card,
    .screens-section.weboscell-proof-section .screen-card.featured,
    .screens-section.weboscell-proof-section .screen-card img,
    .screens-section.weboscell-proof-section .screen-card.featured img {
        min-height: 270px;
    }
}

@media (max-width: 640px) {
    .screens-section.weboscell-proof-section {
        width: min(100% - 24px, 1240px);
        padding: 20px;
        border-radius: 24px;
    }

    .weboscell-proof-flow {
        grid-template-columns: 1fr;
    }

    .weboscell-proof-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .weboscell-proof-cta a {
        width: 100%;
    }
}


/* ===== /assets/css/weboscell-landing-mobile-cta-tune-20260617.css ===== */
/* WEBOSCELL_LANDING_MOBILE_CTA_TUNE_20260617 */
/* Ajuste fino mobile: preço mais compacto, CTA mais confortável e botão fixo discreto após rolagem. */

@media (max-width: 640px) {
  body.weboscell-lp-conversion-20260617 .hero {
    padding-top: 24px !important;
  }

  body.weboscell-lp-conversion-20260617 .copy {
    gap: 0 !important;
  }

  body.weboscell-lp-conversion-20260617 .weboscell-lp-eyebrow,
  body.weboscell-lp-conversion-20260617 .kicker {
    margin-bottom: 18px !important;
  }

  body.weboscell-lp-conversion-20260617 .copy h1,
  body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline,
  body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-main {
    font-size: clamp(2.45rem, 11.2vw, 3.42rem) !important;
    line-height: .96 !important;
    letter-spacing: -.06em !important;
    margin-bottom: 16px !important;
  }

  body.weboscell-lp-conversion-20260617 .copy .lead,
  body.weboscell-lp-conversion-20260617 .copy .lead.weboscell-value-lead {
    font-size: .98rem !important;
    line-height: 1.42 !important;
    margin-bottom: 0 !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    width: min(100%, 320px) !important;
    min-height: 94px !important;
    padding: 14px 14px !important;
    margin-top: 18px !important;
    margin-bottom: 14px !important;
    border-radius: 18px !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value {
    gap: 5px !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value strong {
    font-size: clamp(2.75rem, 13vw, 3.35rem) !important;
    letter-spacing: -.065em !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-period {
    font-size: .86rem !important;
  }

  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price small {
    margin-top: 7px !important;
    font-size: .78rem !important;
    line-height: 1.15 !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions {
    margin-top: 0 !important;
    gap: 10px !important;
  }

  body.weboscell-lp-conversion-20260617 .hero-actions .hero-btn,
  body.weboscell-lp-conversion-20260617 .hero-actions .hero-link {
    min-height: 52px !important;
    border-radius: 16px !important;
    font-size: .95rem !important;
  }

  body.weboscell-lp-conversion-20260617 .trust-row {
    margin-top: 18px !important;
  }
}

/* CTA fixo discreto: aparece somente após rolagem no mobile */
.webos-mobile-sticky-cta {
  display: none;
}

@media (max-width: 640px) {
  .webos-mobile-sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 9990;
    min-height: 52px;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 1000;
    color: #04130a;
    background: linear-gradient(135deg, #22c55e, #86efac);
    box-shadow: 0 18px 48px rgba(34, 197, 94, .28), 0 0 0 1px rgba(187, 247, 208, .20) inset;
    transform: translateY(88px);
    opacity: 0;
    pointer-events: none;
    transition: transform .22s ease, opacity .22s ease;
  }

  .webos-mobile-sticky-cta.is-visible {
    display: inline-flex;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}


/* ===== /assets/css/weboscell-landing-benefits-compact-20260617.css ===== */
/* WEBOSCELL_LANDING_BENEFITS_COMPACT_20260617 */
/* Compacta os cards de benefícios no desktop para reduzir altura e poluição visual. */

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .benefits {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 18px !important;
  }

  body.weboscell-lp-conversion-20260617 .benefits .benefit {
    min-height: 132px !important;
    padding: 16px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-align: center !important;
    border-radius: 20px !important;
  }

  body.weboscell-lp-conversion-20260617 .benefits .benefit .benefit-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    margin: 0 !important;
  }

  body.weboscell-lp-conversion-20260617 .benefits .benefit > div {
    display: grid !important;
    gap: 5px !important;
    justify-items: center !important;
  }

  body.weboscell-lp-conversion-20260617 .benefits .benefit strong {
    font-size: .98rem !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }

  body.weboscell-lp-conversion-20260617 .benefits .benefit span:not(.benefit-icon) {
    font-size: .82rem !important;
    line-height: 1.28 !important;
    max-width: 190px !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 1040px) {
  body.weboscell-lp-conversion-20260617 .benefits {
    grid-template-columns: 1fr !important;
  }
}



/* ===== WEBOSCELL_LANDING_FINAL_POLISH_20260617 ===== */
/* Ajustes finais consolidados: não altera fluxo, formulário, CSRF, tracking ou integração GWS. */
html,
body {
  scrollbar-width: thin;
  scrollbar-color: rgba(51, 65, 85, .95) rgba(2, 6, 23, .96);
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar { width: 12px; height: 12px; }
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track { background: rgba(2, 6, 23, .96); }
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(71, 85, 105, .98), rgba(30, 41, 59, .98));
  border: 3px solid rgba(2, 6, 23, .96);
  border-radius: 999px;
}

@media (min-width: 1041px) {
  body.weboscell-lp-conversion-20260617 .hero {
    min-height: calc(100vh - 112px) !important;
    padding-bottom: clamp(34px, 4vw, 62px) !important;
  }
  body.weboscell-lp-conversion-20260617 .copy h1.weboscell-value-headline .headline-main {
    text-wrap: balance;
  }
  body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price {
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28), 0 0 0 1px rgba(34, 197, 94, .16) inset !important;
  }
}

.weboscell-final-cta {
  width: min(1180px, calc(100vw - 40px));
  margin: clamp(28px, 5vw, 70px) auto clamp(26px, 4vw, 56px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(34, 197, 94, .24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 14%, rgba(34, 197, 94, .18), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(56, 189, 248, .10), transparent 32%),
    linear-gradient(145deg, rgba(15, 23, 42, .92), rgba(2, 6, 23, .82));
  box-shadow: 0 28px 86px rgba(0, 0, 0, .30);
  text-align: center;
}
.weboscell-final-cta h2 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.weboscell-final-cta p {
  width: min(760px, 100%);
  margin: 14px auto 0;
  color: rgba(226, 232, 240, .82);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.48;
}
.weboscell-final-cta .final-cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.weboscell-final-cta .final-cta-primary,
.weboscell-final-cta .final-cta-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  padding: 0 22px;
  font-weight: 1000;
  text-decoration: none;
}
.weboscell-final-cta .final-cta-primary {
  color: #04130a;
  background: linear-gradient(135deg, #22c55e, #86efac);
  box-shadow: 0 18px 42px rgba(34, 197, 94, .24);
}
.weboscell-final-cta .final-cta-secondary {
  color: #e5eefc;
  border: 1px solid rgba(148, 163, 184, .20);
  background: rgba(15, 23, 42, .62);
}

@media (max-width: 640px) {
  body.weboscell-lp-conversion-20260617 .hero {
    min-height: auto !important;
  }
  .weboscell-final-cta {
    width: min(100% - 24px, 1180px);
    border-radius: 24px;
    padding: 22px 18px;
    margin-bottom: calc(env(safe-area-inset-bottom, 0px) + 106px);
  }
  .weboscell-final-cta .final-cta-actions { flex-direction: column; }
  .weboscell-final-cta .final-cta-primary,
  .weboscell-final-cta .final-cta-secondary { width: 100%; }
}

/* ===== WEBOSCELL_LANDING_STAGE1_12_1_ALINHAMENTO_PRECO_MES ===== */
/* Alinha verticalmente o valor R$39,90 e o período /mês sem alterar dimensões do card. */
body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value {
  align-items: center !important;
  line-height: 1 !important;
}

body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-value strong,
body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-period {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

body.weboscell-lp-conversion-20260617 .price-highlight.weboscell-conversion-price .webos-price-period {
  align-self: center !important;
  margin: 0 !important;
  transform: none !important;
}

