.check-icon {
  width: 20px;
  height: 20px;
}

.check-icon circle {
  fill: var(--color-primary);
  transition: fill 0.4s ease;
}

ul.subheadline li {
  transition: color 0.4s ease;
}

ul.subheadline li .highlight-2 {
  color: var(--color-primary);
  transition: color 0.4s ease;
}

ul.subheadline li.accent .check-icon circle {
  fill: var(--color-accent);
}

ul.subheadline li.accent .highlight-2 {
  color: var(--color-accent);
}

#hero-cta {
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.chat-demo {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.chat-demo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 5;
}

.chat-demo-placeholder img {
  width: 180px;
  height: auto;
  opacity: 0.15;
  animation: placeholderPulse 2s ease-in-out infinite;
}

@keyframes placeholderPulse {
  0%, 100% { opacity: 0.12; transform: scale(1); }
  50% { opacity: 0.2; transform: scale(1.02); }
}

.chat-demo-window {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.chat-demo.visible .chat-demo-placeholder {
  opacity: 0;
  pointer-events: none;
}

.chat-demo.visible .chat-demo-window {
  opacity: 1;
  transform: translateX(0);
}

.chat-demo.fade-out {
  opacity: 0;
}

.chat-demo.fade-in {
  opacity: 1;
}

/* Step animations */
.step {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.step.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger the demo slightly after text */
.step .step-demo {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease-out 0.1s, transform 0.25s ease-out 0.1s;
}

.step.visible .step-demo {
  opacity: 1;
  z-index: 10;
  transform: translateY(0);
}

/* -------------------------------------------------------------------------
   WAVE DIVIDERS
   Smooth wave transitions between light and dark sections
   ------------------------------------------------------------------------- */

#conheca::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C300,80 900,0 1440,60 L1440,80 L0,80 Z' fill='%23dbeafe'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.para-quem-nao-e-showcase::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C360,80 1080,0 1440,80 L1440,80 L0,80 Z' fill='%230f172a'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.para-quem-nao-e-showcase::after {
  content: "";
  position: absolute;
  bottom: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,80 C480,0 960,80 1440,0 L1440,0 L0,0 Z' fill='%231e293b'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.rejection-learning-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C360,80 1080,0 1440,60 L1440,80 L0,80 Z' fill='%23dbeafe'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.import-lists-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C360,80 1080,0 1440,60 L1440,80 L0,80 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.faq-editorial::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C240,80 1200,0 1440,80 L1440,80 L0,80 Z' fill='%230f172a'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.pricing-statement::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C480,80 960,0 1440,60 L1440,80 L0,80 Z' fill='%231e293b'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.integrations-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C480,80 960,0 1440,60 L1440,80 L0,80 Z' fill='%23dbeafe'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.playbook-section::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C300,80 900,0 1440,60 L1440,80 L0,80 Z' fill='%23f6f7fc'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

/* -------------------------------------------------------------------------
   FAQ EDITORIAL
   ------------------------------------------------------------------------- */

.faq-editorial {
  background: var(--color-ink);
  padding: 100px 25px;
  position: relative;
  z-index: 1;
}

.faq-editorial-inner {
  max-width: 900px;
  margin: 0 auto;
}

.faq-editorial .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.faq-editorial .section-header .section-title {
  color: rgba(255, 255, 255, 0.95);
}

.faq-editorial .section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.4);
  margin: 10px auto 0;
}

.faq-editorial-list {
  display: flex;
  flex-direction: column;
}

.faq-editorial-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  gap: 0 25px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.faq-editorial-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-editorial-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-editorial-number {
  font-weight: var(--font-bold);
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  grid-row: 1 / -1;
  font-size: 32px;
}

.faq-editorial-question {
  font-weight: var(--font-semibold);
  color: rgba(255, 255, 255, 0.85);
  line-height: var(--leading-tight);
  margin-bottom: 10px;
}

.faq-editorial-answer {
  color: rgba(255, 255, 255, 0.35);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
}

/* -------------------------------------------------------------------------
   DARK BREAK (TBD)
   ------------------------------------------------------------------------- */

.dark-break {
  background: var(--color-ink);
  padding: 50px 0;
}

/* Floating CTA Button Wrapper */
.floating-cta-wrapper {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.35s ease;
}

.floating-cta-wrapper::before {
  content: "";
  position: absolute;
  inset: -25px;
  border-radius: 25px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
/*  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);*/
/*  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);*/
  pointer-events: none;
}

.floating-cta-wrapper.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Floating CTA Button */
.floating-cta {
  position: relative;
  z-index: 1;
}

/* Decorative logo on steps */
#step-1::after,
#step-2::after,
#step-3::after,
#step-5::after,
#step-6::after {
  content: "";
  position: absolute;
  background: url('https://console.eesier.com.br/img/logo-outline-blue.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

#step-1::after {
  right: -150px;
  top: 40%;
  transform: translateY(-50%) perspective(500px) rotateY(-12deg) rotateZ(5deg);
  width: 280px;
  height: 280px;
  opacity: 0.03;
}

#step-2::after {
  right: -120px;
  top: 60%;
  transform: translateY(-50%) perspective(500px) rotateY(-18deg) rotateZ(-8deg);
  width: 320px;
  height: 320px;
  opacity: 0.03;
}

#step-3::after {
  right: -180px;
  top: 45%;
  transform: translateY(-50%) perspective(500px) rotateY(-10deg) rotateZ(12deg);
  width: 300px;
  height: 300px;
  opacity: 0.03;
}

#step-5::after {
  left: -160px;
  top: 55%;
  transform: translateY(-50%) perspective(500px) rotateY(15deg) rotateZ(-6deg);
  width: 340px;
  height: 340px;
  opacity: 0.03;
}

#step-6::after {
  right: -140px;
  top: 35%;
  transform: translateY(-50%) perspective(500px) rotateY(-14deg) rotateZ(10deg);
  width: 290px;
  height: 290px;
  opacity: 0.03;
}

/* -------------------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------------------- */

.site-footer {
  background: var(--color-ink);
  color: rgba(255, 255, 255, 0.6);
  padding: 50px 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.site-footer .footer-top-row {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.site-footer .footer-nav-row {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer .footer-brand-logo img {
  height: 1.5rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.site-footer .footer-brand-tagline {
  line-height: 1.6;
}

    .site-footer .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

.site-footer .footer-nav-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.site-footer .footer-nav a {
  display: inline-block;
}

.site-footer .footer-contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer .footer-contact-email svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.site-footer .footer-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer .footer-social-title {
  color: #fff;
  font-weight: 700;
}

.site-footer .footer-social-links {
  display: flex;
  gap: 10px;
}

.site-footer .footer-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-social-links a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.site-footer .footer-social-links a svg {
  width: 18px;
  height: 18px;
  fill: rgba(255, 255, 255, 0.6);
  transition: fill 0.2s ease;
}

.site-footer .footer-social-links a:hover svg {
  fill: #fff;
}

/*.site-footer .footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}*/

.site-footer .footer-languages-row {
  border-top: 1px solid rgba(255, 255, 255, .05);
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.site-footer .footer-languages-row a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer .footer-languages-row a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer .footer-languages-row .footer-languages-separator {
  color: rgba(255, 255, 255, 0.2);
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .05);
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer .footer-bottom .legal-name {
  font-size: 14px;
}

.site-footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
}

.site-footer .footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */

@media (min-width: 768px) {

    /* FAQ EDITORIAL */

    .faq-editorial {
        padding: 100px 50px;
    }

    .faq-editorial .section-header {
        margin-bottom: 100px;
    }

    .faq-editorial-item {
        grid-template-columns: 60px 1fr 1fr;
        grid-template-rows: auto;
        gap: 0 50px;
        padding: 50px 0;
    }

    .faq-editorial-number {
        font-size: 48px;
    }

    .faq-editorial-question {
        margin-bottom: 0;
    }

    /* DARK BREAK */

    .dark-break {
        padding: 100px 0;
    }

    /* FLOATING CTA */

    .floating-cta-wrapper {
        bottom: 50px;
        right: 50px;
    }

    /* FOOTER */

    .site-footer .footer-top-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .site-footer .footer-brand{
        flex-direction: row;
        gap:25px;
    }

    .site-footer .footer-nav-row {
        flex-direction: row;
        justify-content: flex-start;
        gap: 50px;
        border-top: 1px solid rgba(255, 255, 255, .05);
        padding-top: 50px;
    }

  .site-footer .footer-brand-tagline {
    white-space: nowrap;
  }

  .site-footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .site-footer .footer-languages-row .footer-language-flag {
    display: none;
  }
}

@media (min-width: 1024px) {

  /* DECORATIVE LOGOS */

  #step-1::after {
    right: -100px;
    width: 380px;
    height: 380px;
  }

  #step-2::after {
    right: -70px;
    width: 420px;
    height: 420px;
  }

  #step-3::after {
    right: -130px;
    width: 400px;
    height: 400px;
  }

  #step-5::after {
    left: -110px;
    width: 440px;
    height: 440px;
  }

  #step-6::after {
    right: -90px;
    width: 390px;
    height: 390px;
  }
}

@media (min-width: 1280px) {

  /* CHAT DEMO */

  .chat-demo-placeholder img {
    width: 240px;
  }

  /* DECORATIVE LOGOS */

  #step-1::after {
    right: -50px;
    width: 480px;
    height: 480px;
  }

  #step-2::after {
    right: -20px;
    width: 520px;
    height: 520px;
  }

  #step-3::after {
    right: -80px;
    width: 500px;
    height: 500px;
  }

  #step-5::after {
    left: -60px;
    width: 540px;
    height: 540px;
  }

  #step-6::after {
    right: -40px;
    width: 490px;
    height: 490px;
  }
}

@media (max-width: 639px) {

  /* WAVE DIVIDERS */

  #conheca::before,
  .para-quem-nao-e-showcase::before,
  .para-quem-nao-e-showcase::after,
  .rejection-learning-section::before,
  .import-lists-section::before,
  .faq-editorial::before,
  .pricing-statement::before,
  .integrations-section::before,
  .playbook-section::before {
    height: 50px;
    top: -49px;
  }

  .para-quem-nao-e-showcase::after {
    top: auto;
    bottom: -49px;
  }
}

/* -------------------------------------------------------------------------
   PAGE COLOR TINTS
   Subtle noise overlay + shifted mesh gradients per secondary landing page
   ------------------------------------------------------------------------- */

body.page-gtm::after,
body.page-topodefunil::after,
body.page-geracaodedemanda::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

body.page-gtm::after {
  background-color: rgba(16, 185, 129, 0.4);
  background-blend-mode: overlay;
}

body.page-topodefunil::after {
  background-color: rgba(139, 92, 246, 0.4);
  background-blend-mode: overlay;
}

body.page-geracaodedemanda::after {
  background-color: rgba(244, 63, 94, 0.4);
  background-blend-mode: overlay;
}

body.page-gtm {
  background:
    radial-gradient(1200px 500px at 10% 5%, rgba(16, 185, 129, 0.10), transparent 55%),
    radial-gradient(900px 480px at 95% 2%, rgba(6, 148, 162, 0.12), transparent 50%),
    radial-gradient(1000px 600px at 85% 50%, rgba(16, 185, 129, 0.08), transparent 50%),
    radial-gradient(800px 500px at 5% 60%, rgba(6, 148, 162, 0.06), transparent 45%),
    radial-gradient(900px 520px at 50% 100%, rgba(255, 111, 60, 0.06), transparent 45%),
    var(--color-surface);
  background-attachment: fixed;
}

body.page-topodefunil {
  background:
    radial-gradient(1200px 500px at 10% 5%, rgba(139, 92, 246, 0.10), transparent 55%),
    radial-gradient(900px 480px at 95% 2%, rgba(99, 102, 241, 0.12), transparent 50%),
    radial-gradient(1000px 600px at 85% 50%, rgba(139, 92, 246, 0.08), transparent 50%),
    radial-gradient(800px 500px at 5% 60%, rgba(99, 102, 241, 0.06), transparent 45%),
    radial-gradient(900px 520px at 50% 100%, rgba(255, 111, 60, 0.06), transparent 45%),
    var(--color-surface);
  background-attachment: fixed;
}

body.page-geracaodedemanda {
  background:
    radial-gradient(1200px 500px at 10% 5%, rgba(244, 63, 94, 0.10), transparent 55%),
    radial-gradient(900px 480px at 95% 2%, rgba(219, 39, 119, 0.12), transparent 50%),
    radial-gradient(1000px 600px at 85% 50%, rgba(244, 63, 94, 0.08), transparent 50%),
    radial-gradient(800px 500px at 5% 60%, rgba(219, 39, 119, 0.06), transparent 45%),
    radial-gradient(900px 520px at 50% 100%, rgba(255, 111, 60, 0.06), transparent 45%),
    var(--color-surface);
  background-attachment: fixed;
}
