.topbar {
  border-bottom: 1px solid var(--border);
  background: linear-gradient(145deg, #101214 0%, #17191b 52%, #111315 100%);
  position: relative;
  overflow: hidden;
}

.topbar::after {
  content: none;
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  padding: 2rem 0 1.5rem;
  gap: 1.1rem;
}

.nav > nav {
  justify-self: center;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 220px;
  max-width: 42vw;
  height: auto;
  display: block;
}

.nav-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.nav-list a {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.9;
}

.nav-list a:hover,
.nav-list a:focus-visible {
  opacity: 1;
  color: var(--accent);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--primary);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--primary);
  border-radius: 40px;
  padding: 0.75rem 1.25rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  background: var(--primary);
  font-family: Inter, sans-serif;
}

.nav-action-primary {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.nav-action:hover,
.nav-action:focus-visible {
  filter: brightness(0.96);
}

.hero {
  padding: 0.6rem 0 1.5rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 1.25rem;
  align-items: center;
}

.hero h1 {
  margin: 0.5rem 0 0.25rem;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.214;
  color: #ffffff;
}

.hero p {
  color: #d8d8d8;
  max-width: 56ch;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.35rem 0 0;
}

.hero-badge {
  width: 35%;
  max-width: 210px;
  height: auto;
  display: block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.hero-actions .btn-ghost {
  display: none;
}

.hero-media {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
  transform: translateY(0);
}

.hero-media img {
  width: 100%;
  display: block;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.96);
}

.section-alt .section-title {
  color: #1d2a3a;
}

#funcionalidades {
  text-align: center;
}

#funcionalidades .eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
}

#funcionalidades .section-title {
  max-width: 730px;
  margin: 0 auto;
  font-size: clamp(1.15rem, 2.05vw, 2rem);
  font-weight: 400;
  line-height: 1.34;
  color: #4a4a4a;
}

#funcionalidades .section-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 5px;
  border-radius: 4px;
  background: var(--primary);
  margin: 0.9rem auto 0;
}

#funcionalidades .card-grid {
  margin-top: 1.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

#funcionalidades .card {
  border-radius: 12px;
  box-shadow: none;
  text-align: left;
  padding: 1.35rem 1.25rem;
  min-height: 250px;
}

#funcionalidades .card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 0.8rem;
}

#segmentos {
  position: relative;
  color: #ffffff;
}

#segmentos::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: var(--primary);
  z-index: -1;
}

#segmentos .eyebrow {
  color: white;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: none;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

#segmentos .section-title {
  margin: 0.85rem auto 0;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.18rem, 2.1vw, 2rem);
  font-weight: 100;
  text-align: center;
  font-size: 18px;
}

#segmentos .card-grid {
  margin-top: 1.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

#segmentos .card {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: none;
  background: #ffffff;
  padding: 1.25rem 1.15rem;
  min-height: 270px;
}

#segmentos .card h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  min-height: 46px;
  color: black;
}
#segmentos .card p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 22px;
}

#funcionalidades {
  text-align: center;
}

#funcionalidades .eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
}

#funcionalidades .section-title {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1.95rem, 2.35vw, 2.55rem);
  font-weight: 500;
  line-height: 1.26;
  color: #444;
}

#funcionalidades .section-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 5px;
  border-radius: 4px;
  background: var(--primary);
  margin: 0.9rem auto 0;
}

#funcionalidades .card-grid {
  margin-top: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

#funcionalidades .card {
  border-radius: 12px;
  box-shadow: none;
  text-align: left;
  padding: 1.35rem 1.25rem;
  min-height: 250px;
}

#funcionalidades .card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 0.8rem;
}

#canais.section-alt {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

#canais.section-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(30deg, rgba(255, 85, 17, 0.07) 1px, transparent 1px),
    linear-gradient(150deg, rgba(255, 85, 17, 0.07) 1px, transparent 1px);
  background-size: 72px 62px, 72px 62px;
  opacity: 0.45;
}

#canais .channels-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

#canais .channels-layout > div {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

#canais .eyebrow {
  display: none;
}

#canais .section-title {
  max-width: 760px;
  margin: 0 auto;
  color: #151515;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

#canais .section-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 5px;
  border-radius: 4px;
  background: var(--primary);
  margin: 0.9rem auto 0;
}

#canais .section-subtitle {
  display: none;
}

#canais .btn {
  display: none;
}

.channels-layout,
.cta-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 1.4rem;
  align-items: center;
}

.channel-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 1.2rem 2.2rem;
  margin: 0.8rem 0 0;
  padding: 0;
  max-width: 900px;
  margin-inline: auto;
}

.channel-list li {
  border: 0;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  color: #565656;
  background: transparent;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: center;
  justify-content: flex-start;
}

.channel-list li img {
  width: 92px;
  height: 92px;
  display: inline-block;
  object-fit: none;
  border: 2px solid #efefef;
  border-radius: 50%;
  padding: 18px;
  background: #fff;
}

.testimonials {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
}

.testimonials blockquote {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: #fff;
  color: var(--muted);
  padding: 1rem;
  box-shadow: 0 3px 10px rgba(17, 52, 94, 0.06);
  font-size: 0.9rem;
  line-height: 1.5;
  min-height: 220px;
}

.testimonials cite {
  margin-top: 0.8rem;
  display: block;
  color: var(--text);
  font-style: normal;
  font-weight: 600;
  font-size: 0.95rem;
}

.clients-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

#clientes.section {
  background: url("/assets/images/mask-bg-left.png") no-repeat left -220px top 0;
  background-size: 780px auto;
}

.client-logo-card {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.55rem;
  box-shadow: 0 3px 9px rgba(16, 42, 77, 0.06);
}

.client-logo-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  border-radius: 0.6rem;
  display: block;
}

.section-about {
  position: relative;
  background:
    linear-gradient(140deg, rgba(29, 29, 29, 0.96), rgba(17, 17, 17, 0.98)),
    url("/assets/images/texture-bg.png");
  background-size: cover;
  color: #ffffff;
}

.section-about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 20%, rgba(241, 182, 0, 0.22), transparent 30%);
}

.about-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
  align-items: center;
}

.section-about .eyebrow {
  color: #f2de95;
}

.section-about .section-title,
.section-about .section-subtitle {
  color: #ffffff;
}

.section-about .section-subtitle {
  opacity: 0.9;
}

.about-badge {
  width: 100%;
  max-width: 360px;
  justify-self: end;
  border-radius: 0.9rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}
#meta-partner {
  padding: 8px 0px 64px 0px;
}
#meta-partner.section-alt {
  background: #ffffff;
}

#meta-partner .partner-panel {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 1.6rem;
  align-items: center;
  border: 0;
  border-radius: 2rem;
  background: #f8f8f8;
  padding: 2.5rem 3rem;
  box-shadow: none;
}

#meta-partner .section-title {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.26rem 0.6rem 0.32rem;
  background: transparent;
  border-radius: 0.35rem;
  color: #ff5610;
  font-size: clamp(1.15rem, 1.85vw, 1.8rem);
  font-weight: 700;
  line-height: 1.05;
}

#meta-partner .section-subtitle{
  margin: 0;
  max-width: 100%;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#meta-partner .section-subtitle strong {
  font-weight: 800;
}

#meta-partner .partner-panel img {
  width: 100%;
  max-width: 250px;
  justify-self: end;
  border: none;
  background: #ffffff;
}

.section-cta {
  color: #fff;
  background:
    url("/assets/images/mask-bg-right.png"),
    radial-gradient(circle at 10% 10%, rgba(241, 182, 0, 0.16), transparent 32%),
    var(--dark);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right -240px top 0, center, center;
  background-size: 820px auto, auto, auto;
}

.section-cta .eyebrow {
  color: #f3dd91;
}

.section-cta .section-title {
  color: #ffffff;
}

.section-cta .section-subtitle {
  color: #d6e1f5;
}

.contact-lines {
  margin-top: 1rem;
  color: #f5f8ff;
  font-weight: 600;
}

.lead-form {
  background: #fff;
  color: var(--text);
  border-radius: 1rem;
  border: 1px solid #e2e9f3;
  padding: 1.1rem;
  display: grid;
  gap: 0.5rem;
  box-shadow: 0 10px 24px rgba(2, 12, 28, 0.22);
}

.lead-form label {
  font-size: 0.9rem;
  font-weight: 600;
}

.lead-form input {
  font: inherit;
  border-radius: 0.6rem;
  border: 1px solid #ccd8e8;
  padding: 0.7rem 0.75rem;
}

.lead-form input:focus {
  outline: 2px solid rgba(241, 182, 0, 0.35);
  border-color: #d9ad42;
}

.lead-form .btn-accent {
  margin-top: 0.4rem;
}

.form-feedback {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.form-feedback.success {
  color: var(--success);
}

.form-feedback.error {
  color: var(--danger);
}

.footer {
  background: #f7f9fd;
  border-top: 1px solid var(--border);
}

.extra-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 1rem;
}

.extra-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(17, 52, 94, 0.06);
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.extra-card h3 {
  margin: 0.4rem 0 0.7rem;
  font-size: 1.07rem;
}

.extra-card p {
  margin: 0 0 0.55rem;
  color: var(--muted);
}

.extra-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.footer-inner {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--primary);
}

@media (max-width: 768px) {
  .nav-list {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    font-size: 1.85rem;
  }

  .brand img {
    width: 180px;
  }

  .hero {
    padding-top: 0.8rem;
  }

  .hero-layout,
  .about-layout,
  .partner-panel {
    grid-template-columns: 1fr;
  }

  .hero-media {
    margin-top: 0.8rem;
    transform: none;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .channels-layout,
  .cta-layout,
  .extra-contact-grid {
    grid-template-columns: 1fr;
  }

  #funcionalidades .section-title {
    font-size: clamp(1.55rem, 6.8vw, 2.1rem);
  }

  #funcionalidades .card-grid {
    grid-template-columns: 1fr;
  }

  #segmentos .eyebrow {
    font-size: clamp(1.35rem, 8.2vw, 2rem);
  }

  #segmentos .section-title {
    font-size: clamp(1rem, 5vw, 1.45rem);
  }

  #segmentos .card-grid {
    grid-template-columns: 1fr;
  }

  #funcionalidades .section-title {
    font-size: clamp(1.55rem, 6.8vw, 2.1rem);
  }

  #funcionalidades .card-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-badge {
    justify-self: start;
    max-width: 260px;
  }

  #meta-partner .partner-panel {
    padding: 1.25rem;
    gap: 1rem;
    border-radius: 1.2rem;
  }

  #meta-partner .section-subtitle {
    max-width: 100%;
    font-size: clamp(1.05rem, 5.2vw, 1.3rem);
  }

  #meta-partner .partner-panel img {
    justify-self: center;
    max-width: 250px;
  }

  .topbar {
    background: linear-gradient(145deg, #101214 0%, #17191b 52%, #111315 100%);
  }

  .topbar::after {
    content: none;
  }

  #canais.section-alt {
    background: #ffffff;
  }

  #canais .section-subtitle {
    max-width: 42ch;
  }

  #canais .channel-list {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 1rem 1.2rem;
  }

  #clientes.section {
    background-position: left -360px top 0;
    background-size: 700px auto;
  }

  .section-cta {
    background-position: right -360px top 0, center, center;
    background-size: 700px auto, auto, auto;
  }

  .floating-whatsapp {
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 1180px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .nav-list {
    display: none;
  }

  #funcionalidades .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #segmentos .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #funcionalidades .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .topbar {
    background: linear-gradient(145deg, #101214 0%, #17191b 52%, #111315 100%);
  }

  .topbar::after {
    content: none;
  }

  #canais.section-alt {
    background: #ffffff;
  }

  #canais .channel-list {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: 1rem 1.4rem;
  }

  #clientes.section {
    background-position: left -300px top 0;
    background-size: 740px auto;
  }

  .section-cta {
    background-position: right -300px top 0, center, center;
    background-size: 760px auto, auto, auto;
  }
}
