 
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --color-primary: #22d3ee;
  --color-primary-600: #06b6d4;
  --color-primary-700: #0891b2;
  --color-accent-yellow: #ffe135;
  --color-accent-yellow-deep: #f59e0b;
  --color-bg: #060a12;
  --color-surface: #17181a;
  --color-elev-1: #1d1f22;
  --color-elev-2: #23262a;
  --color-text: #e8e9eb;
  --color-text-muted: #b0b4b8;
  --radius-md: 10px;
  --radius-lg: 14px;
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.25);
  --transition: 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Montserrat,
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Ubuntu,
    Cantarell,
    "Noto Sans",
    Arial,
    sans-serif;
  line-height: 1.5;
  background: var(--color-bg);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}

 
.app-element-1 .app-background {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, #061428 0%, #030812 42%, #040208 100%);
  overflow: hidden;
  z-index: 0;
}

 
.app-element-1 .app-background::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 55% at 88% 8%, rgba(56, 189, 248, 0.42) 0%, transparent 58%),
    radial-gradient(ellipse 70% 45% at 12% 18%, rgba(14, 116, 214, 0.28) 0%, transparent 55%),
    linear-gradient(180deg, rgba(8, 47, 99, 0.55) 0%, transparent 38%);
}

.app-element-1 .app-background::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background: repeating-linear-gradient(
    -8deg,
    transparent,
    transparent 180px,
    rgba(56, 189, 248, 0.03) 181px,
    rgba(56, 189, 248, 0.03) 182px
  );
}

.app-element-1 .bg-layer.extra {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.14;
  mix-blend-mode: screen;
  z-index: -1;
  pointer-events: none;
  filter: saturate(1.05) hue-rotate(-8deg);
}

.app-element-1 .logo {
  position: absolute;
  top: clamp(8px, 2vw, 24px);
  left: clamp(8px, 2.4vw, 28px);
  width: clamp(120px, 18vw, 260px);
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 80px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
  transition: all 0.35s ease;
}

.app-element-1 .brand-logo {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(90px, 14vw, 200px);
  aspect-ratio: 16 / 9;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.5));
  opacity: 0.92;
  animation: brand-float 7s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
  transition: all 0.3s ease;
}

.app-element-1 .app-content {
  position: relative;
  z-index: 5;
}

 
.main-element-1 .hero-title {
  margin: 0 0 clamp(10px, 2vw, 14px);
  font-family: Montserrat, Inter, system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(1.65rem, 5vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow:
    0 0 24px rgba(56, 189, 248, 0.35),
    0 2px 12px rgba(0, 0, 0, 0.65);
}

.main-element-1 .hero-title__muted {
  display: block;
  color: #f8fafc;
}

.main-element-1 .hero-title__accent {
  display: block;
  font-style: italic;
  color: var(--color-accent-yellow);
  filter: drop-shadow(0 2px 8px rgba(250, 204, 21, 0.35));
}

.main-element-1 .hero-sub {
  margin: 0 0 clamp(16px, 3vw, 22px);
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 600;
  color: rgba(248, 250, 252, 0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.main-element-1 .renewal-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: clamp(8px, 2vw, 14px) 0 clamp(18px, 3vw, 26px);
  padding: clamp(14px, 2.5vw, 20px) clamp(16px, 3vw, 24px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(56, 189, 248, 0.55);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.85), rgba(3, 7, 18, 0.92));
  box-shadow:
    0 0 0 1px rgba(14, 165, 233, 0.15),
    0 0 40px rgba(56, 189, 248, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.main-element-1 .renewal-cta-box__main {
  margin: 0;
  font-family: Montserrat, Inter, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(1.25rem, 3.5vw, 1.85rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.main-element-1 .renewal-cta-box__cta {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: min(100%, 420px);
  margin: clamp(14px, 2.5vw, 20px) auto 0;
  flex: 0 0 auto;
  min-width: 0;
  box-sizing: border-box;
}

.main-element-1 .renewal-cta-box__hint {
  margin: clamp(14px, 2.5vw, 18px) 0 0;
  max-width: 38rem;
  font-size: clamp(14px, 2vw, 19px);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(248, 250, 252, 0.96) !important;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.45),
    1px -1px 0 rgba(0, 0, 0, 0.45),
    0 2px 10px rgba(0, 0, 0, 0.35);
}

.main-element-1 .whatsapp-hint {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 clamp(14px, 2.5vw, 20px);
  padding: clamp(10px, 2vw, 14px) clamp(12px, 2vw, 16px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(8, 18, 40, 0.55);
  box-shadow:
    0 0 24px rgba(14, 165, 233, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.main-element-1 .whatsapp-hint__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #e0f2fe;
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.35), rgba(8, 47, 99, 0.6));
  box-shadow:
    0 0 20px rgba(56, 189, 248, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.main-element-1 .whatsapp-hint__text {
  font-size: clamp(0.85rem, 1.9vw, 0.98rem);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(248, 250, 252, 0.95);
}

.main-element-1 .feature-row {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 16px);
}

.main-element-1 .feature-row + .feature-row {
  margin-top: clamp(12px, 2vw, 16px);
  padding-top: clamp(12px, 2vw, 16px);
  border-top: 1px solid rgba(56, 189, 248, 0.18);
}

.main-element-1 .feature-row__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #e0f2fe;
  background: linear-gradient(165deg, rgba(14, 116, 214, 0.45), rgba(8, 24, 56, 0.85));
  box-shadow:
    0 0 22px rgba(56, 189, 248, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.main-element-1 .feature-row__icon--bolt {
  color: var(--color-accent-yellow);
}

.main-element-1 .feature-row__text {
  font-weight: 800;
  font-size: clamp(0.82rem, 1.9vw, 1rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f1f5f9;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.app-element-1 .brand-logo.brand-netflix {
  left: 0;
  bottom: 0;
  animation-delay: 0.4s;
  margin-left: 0;
  background-position: left center;
  transform: translate(-2px);
}

.app-element-1 .brand-logo.brand-hbo {
  top: 0;
  right: 0;
  animation-delay: 1s;
  margin-right: 0;
  background-position: right center;
  transform: translate(2px);
}

@keyframes brand-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (min-width: 1400px) {
  .app-element-1 .brand-logo {
    width: clamp(120px, 12vw, 240px);
  }
}

@media (max-width: 1024px) {
  .app-element-1 .logo {
    width: clamp(110px, 20vw, 240px);
    min-height: 75px;
  }
}

@media (max-width: 900px) {
  .app-element-1 .logo {
    width: clamp(100px, 25vw, 220px);
    min-height: 70px;
  }
}

@media (max-width: 768px) {
  .app-element-1 .logo {
    width: clamp(90px, 30vw, 200px);
    min-height: 65px;
    top: clamp(6px, 1.5vw, 20px);
    left: clamp(6px, 2vw, 24px);
  }
  .app-element-1 .brand-logo {
    width: clamp(70px, 25vw, 120px);
    opacity: 0.85;
  }
  .app-element-1 .brand-logo.brand-netflix {
    bottom: -5px;
    transform: translate(-1px);
  }
  .app-element-1 .brand-logo.brand-hbo {
    top: -5px;
    transform: translate(1px);
  }
}

@media (max-width: 480px) {
  .app-element-1 .logo {
    width: clamp(80px, 35vw, 180px);
    min-height: 60px;
  }
  .app-element-1 .brand-logo {
    width: clamp(60px, 30vw, 100px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-element-1 .brand-logo {
    animation: none;
  }
  .main-element-1 .cta--green {
    animation: none !important;
  }
}

/* ----- Main hero ----- */
.main-element-1 .main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(16px, 4vw, 40px);
  min-height: 80vh;
}

@media (min-width: 901px) {
  .main-element-1 .main-container {
    min-height: 85vh;
    padding-top: clamp(40px, 6vh, 80px);
    padding-bottom: clamp(30px, 4vh, 60px);
  }
}

@media (max-width: 768px) {
  .main-element-1 .main-container {
    padding-top: clamp(80px, 20vw, 120px);
    padding-bottom: clamp(20px, 5vw, 40px);
    min-height: 80vh;
  }
}

.main-element-1 .main-content {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1400px;
  width: 100%;
  align-items: center;
  gap: clamp(24px, 4vw, 80px);
  position: relative;
}

@media (min-width: 901px) {
  .main-element-1 .main-content {
    align-items: center;
    min-height: 50vh;
  }
}

.main-element-1 .text-section {
  flex: 1 1 55%;
  min-width: 300px;
  position: relative;
  z-index: 2;
}

.main-element-1 .feature-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(8px, 2vw, 16px);
  margin-top: clamp(12px, 2vw, 20px);
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(12px, 1.8vw, 18px);
  letter-spacing: 0.4px;
  color: #fff;
  max-width: 100%;
  line-height: 1.1;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.55),
    1px -1px 0 rgba(0, 0, 0, 0.55),
    -1px 1px 0 rgba(0, 0, 0, 0.55),
    1px 1px 0 rgba(0, 0, 0, 0.55),
    0 3px 8px rgba(0, 0, 0, 0.35);
  -webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.35);
  paint-order: stroke fill;
}

.main-element-1 .feature-list li {
  position: relative;
  padding-right: clamp(8px, 2vw, 16px);
}

.main-element-1 .feature-list li + li::before {
  content: "•";
  position: absolute;
  left: clamp(-8px, -2vw, -16px);
  color: #38bdf8;
  font-weight: 900;
  transform: translate(-2px);
}

.main-element-1 .feature-list li:last-child {
  padding-right: 0;
}

.main-element-1 .subline {
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 1.35;
  margin: clamp(8px, 2vw, 16px) 0 clamp(16px, 3vw, 24px);
  color: #fff !important;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.55),
    1px -1px 0 rgba(0, 0, 0, 0.55),
    -1px 1px 0 rgba(0, 0, 0, 0.55),
    1px 1px 0 rgba(0, 0, 0, 0.55),
    0px 3px 8px rgba(0, 0, 0, 0.35);
  -webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.35);
  paint-order: stroke fill;
}

.main-element-1 .subline--lead {
  margin-bottom: clamp(10px, 2vw, 14px);
}

.main-element-1 .subline--support {
  font-size: clamp(14px, 2vw, 19px);
  font-weight: 600;
  opacity: 0.96;
  margin-top: 0;
  margin-bottom: clamp(12px, 2.5vw, 20px);
}

.main-element-1 .renewal-highlights {
  margin: clamp(8px, 2vw, 16px) 0 clamp(18px, 3vw, 26px);
  padding: clamp(14px, 2.5vw, 20px) clamp(16px, 3vw, 22px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(3, 7, 18, 0.88));
  border: 1px solid rgba(56, 189, 248, 0.45);
  box-shadow:
    0 0 0 1px rgba(14, 165, 233, 0.12),
    0 0 36px rgba(56, 189, 248, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.main-element-1 .headline-kicker {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.92em;
  margin-bottom: 0.15em;
  color: #fff;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.55),
    1px -1px 0 rgba(0, 0, 0, 0.55),
    -1px 1px 0 rgba(0, 0, 0, 0.55),
    1px 1px 0 rgba(0, 0, 0, 0.55),
    0 2px 10px rgba(0, 0, 0, 0.4);
}

.main-element-1 .link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-color 0.3s ease;
}

.main-element-1 .link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.main-element-1 .italic {
  font-style: italic;
}

/* Destaque dourado/amarelo (substitui gradiente vermelho antigo) */
.main-element-1 .gradient-red {
  color: var(--color-accent-yellow);
  background: none;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 12px rgba(250, 204, 21, 0.35);
}

.main-element-1 .button-group {
  display: flex;
  gap: clamp(12px, 2vw, 20px);
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: clamp(16px, 3vw, 24px);
}

.main-element-1 .button-group--single {
  align-items: center;
  flex-direction: column;
}

.main-element-1 .button-group--single .cta {
  flex: 0 0 auto;
  width: 100%;
  max-width: min(100%, 420px);
  margin-inline: auto;
}

.main-element-1 a.cta {
  text-decoration: none;
  color: inherit;
  -webkit-text-fill-color: #fff;
}

.main-element-1 .cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 12px);
  padding: clamp(12px, 2vw, 16px) clamp(16px, 3vw, 24px);
  border: 0;
  border-radius: clamp(12px, 2vw, 16px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: clamp(13px, 1.5vw, 18px);
  cursor: pointer;
  user-select: none;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.35),
    inset 0 -2px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    filter 0.12s ease;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background-clip: padding-box;
  flex: 1;
  min-width: 200px;
  justify-content: center;
}

.main-element-1 .cta span {
  color: inherit;
  text-align: center;
}

.main-element-1 .cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 55%;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
}

.main-element-1 .cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.4),
    inset 0 -2px rgba(0, 0, 0, 0.28);
}

.main-element-1 .cta:active {
  transform: translateY(0) scale(0.98);
}

.main-element-1 .cta--red {
  background: linear-gradient(180deg, #610303, #bc0c02);
}

.main-element-1 .cta--green {
  background: linear-gradient(180deg, #15803d, #22c55e 45%, #16a34a);
  animation: piscarVerde 1s ease-in-out infinite;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.4),
    inset 0 2px 0 rgba(255, 255, 255, 0.25),
    inset 0 -3px rgba(0, 0, 0, 0.22);
}

.main-element-1 .cta--green::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
}

@keyframes piscarVerde {
  0%,
  100% {
    background: linear-gradient(180deg, #15803d, #22c55e 45%, #16a34a);
    box-shadow:
      0 8px 22px rgba(0, 0, 0, 0.4),
      inset 0 2px 0 rgba(255, 255, 255, 0.22),
      inset 0 -3px rgba(0, 0, 0, 0.22);
  }
  50% {
    background: linear-gradient(180deg, #166534, #4ade80 48%, #22c55e);
    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.42),
      inset 0 2px 0 rgba(255, 255, 255, 0.28),
      inset 0 -3px rgba(0, 0, 0, 0.22),
      0 0 28px rgba(34, 197, 94, 0.45);
  }
}

.main-element-1 .icon {
  width: clamp(20px, 2.5vw, 24px);
  height: clamp(20px, 2.5vw, 24px);
  color: #fff;
  flex: 0 0 auto;
}

.main-element-1 .icon-stack {
  position: relative;
  display: inline-flex;
  width: clamp(24px, 3vw, 28px);
  height: clamp(24px, 3vw, 28px);
  align-items: center;
  justify-content: center;
}

.main-element-1 .icon-stack .user {
  width: clamp(22px, 2.8vw, 26px);
  height: clamp(22px, 2.8vw, 26px);
}

.main-element-1 .icon-stack .check {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: clamp(12px, 1.5vw, 16px);
  height: clamp(12px, 1.5vw, 16px);
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

.main-element-1 .cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.main-element-1 .image-section {
  flex: 1 1 45%;
  min-width: 280px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-element-1 .tv-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  padding-top: clamp(10px, 2vw, 20px);
}

.main-element-1 .criativo1 {
  position: relative;
  width: clamp(280px, 40vw, 600px);
  aspect-ratio: 6 / 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.main-element-1 .feature-list--mobile {
  display: none;
  margin-top: clamp(8px, 2vw, 16px);
}

.main-element-1 .feature-list--primary {
  display: flex;
}

@media (max-width: 1200px) {
  .main-element-1 .main-content {
    gap: clamp(20px, 3vw, 60px);
  }
  .main-element-1 .criativo1 {
    width: clamp(260px, 42vw, 580px);
  }
}

@media (max-width: 900px) {
  .main-element-1 .main-content {
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 4vw, 40px);
  }
  .main-element-1 .text-section,
  .main-element-1 .image-section {
    flex: 1 1 auto;
    width: 100%;
    max-width: 600px;
  }
  .main-element-1 .tv-wrapper {
    padding-top: 0;
    margin-top: 0;
  }
  .main-element-1 .criativo1 {
    width: clamp(300px, 80vw, 500px);
    aspect-ratio: 16 / 13;
  }
  .main-element-1 .feature-list--primary {
    display: none;
  }
  .main-element-1 .feature-list--mobile {
    display: flex;
    justify-content: center;
    order: -1;
    margin: 0 0 clamp(8px, 2vw, 16px);
    gap: clamp(8px, 2vw, 16px);
  }
}

@media (max-width: 768px) {
  .main-element-1 .main-container {
    padding: clamp(20px, 5vw, 40px);
    padding-top: clamp(100px, 25vw, 140px);
  }
  .main-element-1 .button-group {
    flex-direction: column;
    gap: clamp(12px, 2vw, 16px);
  }
  .main-element-1 .cta {
    width: 100%;
    min-width: unset;
    font-size: clamp(14px, 3.5vw, 18px);
    padding: clamp(14px, 3vw, 18px) clamp(20px, 4vw, 24px);
  }
  .main-element-1 .criativo1 {
    width: clamp(280px, 85vw, 450px);
  }
}

@media (max-width: 480px) {
  .main-element-1 .main-container {
    padding: clamp(16px, 4vw, 32px);
    padding-top: clamp(90px, 22vw, 120px);
  }
  .main-element-1 .subline {
    font-size: clamp(14px, 4vw, 20px);
  }
}
