.elementor-19 .elementor-element.elementor-element-e4b7c3f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2390b85 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #0a0a0f;
  color: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  line-height: 1.2;
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  overflow: visible;
  padding: 120px 24px 80px;
  text-align: center;
  margin: 0 calc(-50vw + 50%);
  width: 100vw;
}

.hero-glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 180vw;
  height: 180vw;
  max-width: none;
  max-height: none;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(200px);
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 9999px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #60a5fa;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
  animation: fadeInUp 0.6s ease;
}

.badge svg {
  width: 16px;
  height: 16px;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
  animation: fadeInUp 0.6s ease 0.1s backwards;
}

.gradient-text {
  display: inline-block;
  background: linear-gradient(135deg, #00e1ff 0%, #3c83f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 1.125rem;
  color: #9ca3af;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
  animation: fadeInUp 0.6s ease 0.2s backwards;
}

/* Social Proof Pills */
.social-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
  animation: fadeInUp 0.6s ease 0.3s backwards;
}

.proof-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
  font-size: 14px;
  color: #34d399;
  font-weight: 500;
}

.proof-pill svg {
  width: 14px;
  height: 14px;
}

/* ===== TOOLS SECTION ===== */
.tools-section {
  position: relative;
  padding: 0px 24px;
}

.tools-container {
  max-width: 1280px;
  margin: 0 auto;
}

.tools-header {
  text-align: center;
  margin-bottom: 64px;
}

.tools-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.tools-header p {
  font-size: 1.125rem;
  color: #9ca3af;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .tools-grid {
    grid-template-columns: 1fr;
  }
}

/* Tool Cards */
.tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #12121a;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s ease backwards;
}

.tool-card[data-tool="box"] {
  animation-delay: 0.1s;
}

.tool-card[data-tool="table"] {
  animation-delay: 0.2s;
}

.tool-card[data-tool="checker"] {
  animation-delay: 0.3s;
}

.tool-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.tool-card-glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(60px);
  transition: opacity 0.5s ease;
  z-index: 0;
}

.tool-card:hover .tool-card-glow {
  opacity: 0.6;
}

.tool-card-glow.yellow {
  background: rgba(255, 145, 0, 0.3);
}

.tool-card-glow.cyan {
  background: rgba(6, 182, 212, 0.3);
}

.tool-card-glow.emerald {
  background: rgba(16, 185, 129, 0.3);
}

/* Badges */
.popular-badge,
.new-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.popular-badge {
  background: linear-gradient(135deg, #ff9100, #ffde59);
  color: #000;
  animation: pulse 2s infinite;
}

.new-badge {
  background: linear-gradient(135deg, #06b6d4, #60a5fa);
  color: #000;
}

.popular-badge svg,
.new-badge svg {
  width: 12px;
  height: 12px;
}

.save-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #10b981, #4ade80);
  color: #000;
}

.save-badge svg {
  width: 12px;
  height: 12px;
}

/* Card Image Area */
.card-image-area {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.card-gradient-bg {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  transition: opacity 0.5s ease;
}

.tool-card:hover .card-gradient-bg {
  opacity: 0.25;
}

.card-gradient-bg.yellow {
  background: linear-gradient(135deg, #ff9100, #ffde59);
}

.card-gradient-bg.cyan {
  background: linear-gradient(135deg, #06b6d4, #60a5fa);
}

.card-gradient-bg.emerald {
  background: linear-gradient(135deg, #10b981, #4ade80);
}

.card-dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #12121a 0%, rgba(18, 18, 26, 0.7) 50%, transparent 100%);
}

/* Decorations */
.card-decorations {
  position: absolute;
  inset: 0;
}

.grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: 
    linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}

.circles-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
}

.circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.05);
}

.circle-outer {
  inset: 0;
  animation: pulse 3s infinite;
}

.circle-middle {
  inset: 20px;
}

.circle-inner {
  inset: 40px;
}

.particle {
  position: absolute;
  border-radius: 50%;
  animation: float 3s infinite ease-in-out;
}

.particle-1 {
  top: 20%;
  left: 20%;
  width: 8px;
  height: 8px;
  background: rgba(59, 130, 246, 0.4);
  animation-delay: 0s;
}

.particle-2 {
  top: 30%;
  right: 25%;
  width: 6px;
  height: 6px;
  background: rgba(96, 165, 250, 0.5);
  animation-delay: 1s;
}

.particle-3 {
  bottom: 35%;
  left: 30%;
  width: 4px;
  height: 4px;
  background: rgba(34, 211, 238, 0.6);
  animation-delay: 2s;
}

.icon-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.3;
  transition: opacity 0.5s;
}

.tool-card:hover .icon-glow {
  opacity: 0.6;
}

/* Floating Icon */
.floating-icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.floating-icon {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  padding: 3px;
  transform: rotate(12deg);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.tool-card:hover .floating-icon {
  transform: rotate(0deg) scale(1.1);
}

.floating-icon.yellow {
  background: linear-gradient(135deg, #ff9100, #ffde59);
}

.floating-icon.cyan {
  background: linear-gradient(135deg, #06b6d4, #60a5fa);
}

.floating-icon.emerald {
  background: linear-gradient(135deg, #10b981, #4ade80);
}

.floating-icon-inner {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #0a0a0f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-icon-inner svg {
  width: 48px;
  height: 48px;
  color: white;
}

/* Usage Badge */
.usage-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  z-index: 5;
  white-space: nowrap;  /* ← IMPEDE QUEBRA DE LINHA */
  min-width: 180px;  /* ← WIDTH MÍNIMO */
  justify-content: center;  /* ← CENTRALIZA CONTEÚDO */
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* Card Content */
.card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 32px 24px 24px;
  z-index: 1;
}

.card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.card-content > p {
  color: #9ca3af;
  font-size: 15px;
  margin-bottom: 24px;
  line-height: 1.6;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.feature-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: #d1d5db;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-tag svg {
  width: 12px;
  height: 12px;
  color: #22c55e;
}

.card-btn-container {
  margin-top: auto;
}

.card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.card-btn:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.card-btn.yellow {
  background: linear-gradient(135deg, #ff9100, #ffde59);
}

.card-btn.cyan {
  background: linear-gradient(135deg, #06b6d4, #60a5fa);
}

.card-btn.emerald {
  background: linear-gradient(135deg, #10b981, #4ade80);
}

.card-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.card-btn:hover svg {
  transform: translateX(4px);
}

/* ===== HOW IT WORKS ===== */
.how-it-works {
  padding: 80px 24px;
  background: linear-gradient(180deg, transparent 0%, rgba(59, 130, 246, 0.03) 50%, transparent 100%);
}

.hiw-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.how-it-works h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.hiw-subtitle {
  font-size: 1.125rem;
  color: #9ca3af;
  margin-bottom: 64px;
}

.hiw-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

@media (max-width: 968px) {
  .hiw-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .hiw-arrow {
    transform: rotate(90deg);
  }
}

.hiw-step {
  background: rgba(18, 18, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.3s ease;
}

.hiw-step:hover {
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-4px);
}

.hiw-number {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #3c83f6, #00e1ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.hiw-step h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.hiw-step p {
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.6;
}

.hiw-arrow {
  font-size: 2rem;
  color: #3c83f6;
  font-weight: 700;
}

/* ===== PREMIUM CTA ===== */
.premium-section {
  position: relative;
  padding: 50px 24px;
}

.premium-container {
  max-width: 1000px;
  margin: 0 auto;
}

.premium-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, #12121a 50%, rgba(245, 158, 11, 0.1) 100%);
  border: 1px solid rgba(249, 115, 22, 0.3);
  padding: 50px 48px 20px;
}

@media (max-width: 768px) {
  .premium-card {
    padding: 48px 32px;
  }
}

.premium-glow-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.premium-content {
  position: relative;
  text-align: center;
  z-index: 1;
}

.premium-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 9999px;
  background: rgba(249, 115, 22, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.4);
  color: #fb923c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}

.premium-badge svg {
  width: 16px;
  height: 16px;
}

.premium-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

.premium-content h2 span {
  background: linear-gradient(135deg, #f97316, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.premium-content > p {
  color: #9ca3af;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.premium-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: left;
}

.premium-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #d1d5db;
}

.premium-feature svg {
  width: 20px;
  height: 20px;
  color: #22c55e;
  flex-shrink: 0;
}

.premium-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.final-cta-note {
  padding: 30px 0px 0px;
}


@media (min-width: 640px) {
  .premium-buttons {
    flex-direction: row;
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  background: linear-gradient(135deg, #f97316, #f59e0b);
  color: #000;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.btn-primary svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  background: transparent;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}

/* ===== FOOTER ===== */
.footer {
  padding: 64px 24px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer p {
  color: #6b7280;
  font-size: 15px;
}

.footer span {
  color: white;
  font-weight: 600;
}

.trust p {
 color: #4ade80;

 }
 
/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}/* End custom CSS */