@import none;

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; overflow-x: hidden; }
  body { font-family: 'Inter', sans-serif; overflow-x: hidden; max-width: 100vw; }

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

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

  @keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
  }

  @keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(34, 197, 94, 0.4); }
    50% { box-shadow: 0 0 40px rgba(34, 197, 94, 0.8); }
  }

  @keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
  }

  @keyframes float-slow {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(4deg); }
  }
  @keyframes float-x {
    0%, 100% { transform: translateX(0px); }
    50% { transform: translateX(14px); }
  }
  @keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  .animate-fadeInUp { animation: fadeInUp 0.8s ease-out forwards; }
  .animate-float { animation: float 4s ease-in-out infinite; }
  .animate-float-slow { animation: float-slow 6s ease-in-out infinite; }
  .animate-float-d1 { animation: float-slow 5s ease-in-out 1s infinite; }
  .animate-float-d2 { animation: float-slow 7s ease-in-out 2s infinite; }
  .animate-float-d3 { animation: float 5s ease-in-out 0.5s infinite; }
  .animate-float-x { animation: float-x 5s ease-in-out infinite; }
  .animate-spin-slow { animation: spin-slow 20s linear infinite; }
  .animate-heartbeat { animation: heartbeat 2s ease-in-out infinite; }
  .pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }

  .font-playfair { font-family: 'Playfair Display', serif; }

  .gradient-text {
    background: linear-gradient(135deg, #2dd4bf, #06b6d4, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .gradient-text-warm {
    background: linear-gradient(135deg, #10b981, #059669, #047857);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-bg {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #0f4c5c 100%);
  }

  .card-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .card-hover {
    transition: all 0.3s ease-in-out;
  }

  .card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }

  .btn-shimmer {
    position: relative;
    overflow: hidden;
  }

  .btn-shimmer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: shimmer 2.5s infinite;
  }

  .glow-green {
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.3);
  }

  .nav-link {
    position: relative;
    transition: color 0.3s;
  }

  .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #10b981, #06b6d4);
    transition: width 0.3s;
  }

  .nav-link:hover::after { width: 100%; }

  .section-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, #10b981, #06b6d4, transparent);
  }

  .star-icon { color: #f59e0b; }

  .depoimento-card {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: all 0.3s;
  }

  .depoimento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.14);
  }

  .bg-section-alt {
    background: linear-gradient(180deg, #f0fdf9 0%, #ecfdf5 100%);
  }

  .icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

.cta-section-bg {
    background: linear-gradient(135deg, #065f46 0%, #047857 40%, #0f766e 100%);
  }

  .contato-bg {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdf4 100%);
  }

  @media (max-width: 767px) {
    [data-section="hero"] {
      min-height: auto !important;
      background-position: calc(50% - 300px) center !important;
      padding-top: calc(64px + 64px) !important;
      padding-bottom: 64px !important;
    }
    [data-section="hero"] .hero-title {
      font-size: 44px !important;
      line-height: 1.0em !important;
    }
    [data-section="hero"] p {
      font-size: 14px !important;
    }
  }

  @media (min-width: 768px) {
    [data-section="hero"] {
      padding-top: calc(80px + 40px) !important;
      padding-bottom: 40px !important;
    }
  }

  @media (max-width: 640px) {
    .hero-title { font-size: 2rem !important; }
  }

/* ── Botões: proteção global ── */
button,
input[type="button"],
input[type="submit"] {
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 1.2;
}

/* ── WhatsApp links: alinhamento ícone+texto em todas as resoluções ── */
a[href*="wa.me"],
a[href*="whatsapp.com"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 1.2;
    text-decoration: none;
}


/* ── Navbar ≤ 767px: remove CTA/WhatsApp no mobile ── */
@media (max-width: 767px) {
    nav a[href*="wa.me"],
    nav a[href*="whatsapp.com"] {
        display: none !important;
    }
}