/* Start custom CSS for html, class: .elementor-element-21437a5 *//* === RESET & BASE === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #ffffff;
  --fg: #030712;
  --primary: #2563eb;
  --primary-fg: #ffffff;
  --accent: #dc2626;
  --accent-fg: #ffffff;
  --muted: #f4f4f5;
  --muted-fg: #64748b;
  --border: #e5e7eb;
  --card: #ffffff;
  --shadow-card: 0 0 0 1px rgba(0,0,0,0.05), 0 2px 4px rgba(0,0,0,0.05);
  --shadow-cta: 0 20px 40px rgba(37, 99, 235, 0.3);
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--fg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', system-ui, sans-serif;
}

a { text-decoration: none; color: inherit; }

/* === WARNING BAR === */
.warning-bar {
  background: var(--accent);
  color: var(--accent-fg);
  text-align: center;
  padding: 16px 24px;
  position: sticky;
  top: 0;
  z-index: 50;
  animation: pulse-slow 2s ease-in-out infinite;
}
.warning-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}
.warning-dash { display: none; }
.warning-sub {
  font-weight: 700;
  font-size: 14px;
  opacity: 0.9;
}
@media (min-width: 640px) {
  .warning-dash { display: inline; }
}

/* === HERO === */
.hero {
  padding: 64px 24px 32px;
  text-align: center;
  max-width: 672px;
  margin: 0 auto;
}
.hero-badge {
  display: inline-block;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--accent);
}
.hero h1 {
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-top: 12px;
  text-wrap: balance;
}
.text-primary { color: var(--primary); }
.hero-sub {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  color: var(--muted-fg);
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}

/* === DIRECT TEXT === */
.direct-text {
  padding: 48px 24px;
  max-width: 672px;
  margin: 0 auto;
}
.direct-intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.direct-intro p { font-size: 18px; }
.direct-intro .bold { font-weight: 700; }
.direct-intro .muted { color: var(--muted-fg); font-size: 16px; }
.direct-intro .semi { font-weight: 600; }
.direct-intro .mt { margin-top: 8px; }
.direct-intro .mt-sm { margin-top: 4px; }

.checklist {
  max-width: 576px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--card);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
}
.check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}
.check-item p { font-size: 14px; font-weight: 500; }

.direct-footer {
  text-align: center;
  margin-top: 32px;
  color: var(--muted-fg);
  font-weight: 500;
}
.direct-footer .bold { font-weight: 700; color: var(--fg); }

/* === OFFER CARD === */
.offer-section {
  max-width: 448px;
  margin: 0 auto;
  padding: 48px 24px;
}
.offer-card {
  background: var(--muted);
  padding: 32px;
  border-radius: 32px;
  box-shadow: var(--shadow-card);
  text-align: center;
  overflow: hidden;
}
.offer-intro { display: flex; flex-direction: column; gap: 12px; }
.offer-intro .small { font-size: 14px; }
.offer-intro .muted { color: var(--muted-fg); }
.offer-intro .medium { font-weight: 500; }

.offer-price { margin-top: 24px; }
.old-price {
  font-size: 14px;
  color: var(--muted-fg);
  text-decoration: line-through;
}
.installment { margin-top: 12px; }
.installment-label {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}
.installment-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.currency {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  align-self: flex-start;
  margin-top: 8px;
}
.big-number {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 96px;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--primary);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.cents {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: var(--primary);
  align-self: flex-start;
  margin-top: 16px;
}
.cash-price {
  margin-top: 8px;
  font-size: 16px;
  color: var(--muted-fg);
  font-weight: 500;
}
.cash-price .bold { font-weight: 700; color: var(--fg); }

/* === CTA BUTTON === */
.cta-button {
  display: block;
  width: 100%;
  background: var(--primary);
  color: var(--primary-fg);
  padding: 24px;
  border-radius: 16px;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 900;
  font-size: 20px;
  margin-top: 24px;
  box-shadow: var(--shadow-cta);
  transition: filter 0.2s, transform 0.2s;
  text-align: center;
  cursor: pointer;
  border: none;
}
.cta-button:hover { filter: brightness(1.1); transform: scale(1.02); }
.cta-button:active { transform: scale(0.98); }

.offer-note {
  margin-top: 16px;
  font-size: 12px;
  color: var(--muted-fg);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* === URGENCY TIMER === */
.urgency-section {
  text-align: center;
  padding: 48px 24px;
}
.urgency-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted-fg);
  margin-bottom: 8px;
}
.urgency-sub {
  font-size: 12px;
  color: var(--muted-fg);
  margin-bottom: 24px;
}
.timer {
  display: inline-flex;
  gap: 8px;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 900;
  font-size: 48px;
  font-variant-numeric: tabular-nums;
  background: var(--fg);
  color: var(--bg);
  padding: 16px 24px;
  border-radius: 12px;
}
.timer-sep { animation: blink 1s step-end infinite; }

/* === TESTIMONIALS === */
.testimonials-section {
  background: var(--muted);
  padding: 96px 24px;
}
.testimonials-section h2 {
  text-align: center;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}
.testimonials-grid {
  max-width: 1024px;
  margin: 0 auto;
  columns: 1;
  gap: 16px;
}
@media (min-width: 768px) { .testimonials-grid { columns: 2; } }
@media (min-width: 1024px) { .testimonials-grid { columns: 3; } }

.testimonial-card {
  break-inside: avoid;
  background: var(--card);
  padding: 24px;
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  margin-bottom: 16px;
  transition: transform 0.2s;
}
.testimonial-card:hover { transform: translateY(-4px); }
.quote {
  color: rgba(3, 7, 18, 0.8);
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
}
.author {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.name { font-weight: 700; font-size: 14px; }
.role { font-size: 12px; color: var(--muted-fg); }

/* === FINAL CTA === */
.final-cta {
  max-width: 448px;
  margin: 0 auto;
  padding: 64px 24px;
  text-align: center;
}
.cta-final { padding: 28px 24px; }
.cta-small {
  display: block;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 4px;
}

/* === FOOTER === */
.footer {
  padding: 32px 24px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.footer p {
  font-size: 12px;
  color: var(--muted-fg);
  max-width: 448px;
  margin: 0 auto;
  line-height: 1.6;
}

/* === ANIMATIONS === */
@keyframes pulse-slow {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}/* End custom CSS */