:root {
  --modern-primary: #7C3AED;
  --modern-primary-2: #6366F1;
  --modern-primary-3: #8B5CF6;
  --theme: var(--modern-primary);
  --theme2: var(--modern-primary-2);
  --theme3: var(--modern-primary-3);
}

.dark-body,
.dark-body .page-wrapper {
  --modern-primary: #7C3AED;
  --modern-primary-2: #6366F1;
  --modern-primary-3: #8B5CF6;
  --theme: var(--modern-primary);
  --theme2: var(--modern-primary-2);
  --theme3: var(--modern-primary-3);
}

html {
  scroll-behavior: smooth;
}

body,
.page-wrapper {
  overflow-x: clip;
}

img,
video {
  max-width: 100%;
}

#home,
#por-que-cognitiva,
#sobre-cognitiva,
#realidade-empresas,
#desafios-empresa,
#segmentos-mercados,
#cognitivaone,
#contato-cognitiva {
  scroll-margin-top: 120px;
}

#sobre-cognitiva.about-section {
  margin-top: clamp(28px, 3vw, 46px);
  margin-bottom: clamp(36px, 3.5vw, 58px);
  padding-top: clamp(64px, 6.5vw, 102px);
  padding-bottom: clamp(64px, 6.5vw, 102px);
  background: transparent !important;
}

#sobre-cognitiva.about-section .about-wrapper {
  background: transparent !important;
}

#sobre-cognitiva.about-section .section-title.text-center {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.header-1 .header-main .logo img {
  max-width: 320px !important;
  height: auto;
}

.header-1 .header-right .theme-btn .btn_icon span i {
  font-size: 16px;
}

@media (max-width: 1199px) {
  .header-1 .header-main .logo img {
    max-width: 250px !important;
  }
}

@media (max-width: 1399px) {
  .header-1 .header-main .logo img {
    max-width: 280px !important;
  }

  .header-1 .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-1 .mean__menu-wrapper {
    padding: 0 24px;
    gap: 20px;
  }

  .header-main .main-menu ul li {
    margin-inline-end: 22px;
  }

  .header-main .main-menu ul li a {
    font-size: 15px;
  }

  .hero-section-5.hero-5 .container {
    padding-right: min(37vw, 470px);
  }
}

.cognitiva-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 24px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  color: #3a2167;
  background: rgba(124, 58, 237, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.45);
  box-shadow: none;
}

.section-title .sub-title,
.cognitiva-hero-kicker {
  text-transform: none;
  color: inherit;
}

.hero-section-5 .cognitiva-pill {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.82);
  background: transparent;
}

body.offcanvas-open {
  overflow: hidden;
}

.agents-cta-bottom .gt-theme-btn-main .gt-theme-btn,
.agents-cta-bottom .gt-theme-btn-main .gt-theme-btn-arrow-left,
.agents-cta-bottom .gt-theme-btn-main .gt-theme-btn-arrow-right {
  background: linear-gradient(90deg, var(--modern-primary), var(--modern-primary-2)) !important;
  color: #ffffff !important;
}

.agents-cta-bottom .gt-theme-btn-main:hover .gt-theme-btn,
.agents-cta-bottom .gt-theme-btn-main:hover .gt-theme-btn-arrow-left,
.agents-cta-bottom .gt-theme-btn-main:hover .gt-theme-btn-arrow-right {
  background: #5b21b6 !important;
  color: #ffffff !important;
}

@media (max-width: 575px) {
  .cognitiva-pill {
    padding: 9px 16px;
    font-size: 14px;
  }

  .header-1 .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-1 .header-main .logo img {
    max-width: 190px !important;
  }

  .hero-5 .hero-image img {
    max-height: 520px;
    object-fit: cover;
  }

  .realidade-hero-section .hero-image-items {
    min-height: 280px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
  }
}

.service-section .advance-wrap .advance-item {
  display: flex;
}

.service-section .advance-wrap .advance-item .service-card-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-section .advance-wrap .advance-item .service-card-item .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.about-wrapper .about-content .about-conter-items {
  align-items: stretch;
  flex-wrap: wrap;
}

.about-wrapper .about-content .about-conter-items .counter-box {
  flex: 1 1 calc(50% - 15px);
  max-width: calc(50% - 15px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-wrapper .about-content .about-conter-items .counter-box h2 {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .about-wrapper .about-content .about-conter-items .counter-box {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.hero-section.hero-1 .hero-content h1 {
  font-size: clamp(44px, 4.2vw, 72px);
  line-height: 1.08;
  margin-top: 0;
}

.hero-section.hero-1 {
  padding-top: clamp(150px, 11vw, 210px);
  padding-bottom: clamp(64px, 7vw, 120px);
  min-height: clamp(780px, 88vh, 980px);
}

.hero-section.hero-1 .hero-content p {
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.6;
  max-width: 780px;
}

.hero-section.hero-1 .hero-content .theme-btn {
  margin-top: 34px;
  margin-bottom: clamp(20px, 2.5vw, 38px);
}

.hero-section.hero-1 .hero-content .theme-btn.hero-main-btn {
  padding: 4px;
}

.hero-section.hero-1 .hero-content .theme-btn.hero-main-btn .btn_inner {
  padding-left: 60px;
}

.hero-section.hero-1 .hero-content .theme-btn.hero-main-btn .btn_inner::before {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
  border-radius: 50%;
  background-color: var(--header);
}

.hero-section.hero-1 .hero-content .theme-btn.hero-main-btn .btn_icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
}

.hero-section.hero-1 .hero-content .theme-btn.hero-main-btn .btn_icon > span {
  width: 100%;
  height: 100%;
  overflow: visible;
  align-items: center;
  justify-content: center;
}

.hero-section.hero-1 .hero-content .theme-btn.hero-main-btn .btn_icon > span img {
  width: auto;
  height: 28px;
  max-width: none;
  object-fit: contain;
  display: block;
  position: static;
  transform: none;
  filter: drop-shadow(0 2px 6px rgba(20, 10, 48, 0.32));
}

.hero-section.hero-1 .hero-content .theme-btn.hero-main-btn:hover .btn_inner .btn_icon img:first-child {
  transform: none;
}

.hero-1 .hero-image > img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 14%;
}

.hero-1 .hero-image {
  max-width: 460px;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-left: auto;
  margin-right: 0;
}

.hero-1 .hero-image .bella-floating-card {
  max-width: 340px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(196, 181, 253, 0.4);
  background: linear-gradient(165deg, rgba(20, 11, 47, 0.88), rgba(38, 22, 83, 0.74));
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 36px rgba(7, 3, 20, 0.4);
}

.hero-1 .hero-image .bella-floating-card h4 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-1 .hero-image .bella-floating-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.6;
}

.hero-1 .hero-image .bella-floating-tag {
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid rgba(196, 181, 253, 0.45);
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.9), rgba(99, 102, 241, 0.88));
  box-shadow: 0 14px 26px rgba(15, 8, 39, 0.32);
}

.hero-1 .hero-image .bella-floating-tag p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.hero-1 .hero-image .box-1.bella-floating-card {
  top: auto;
  left: -154px;
  bottom: 54px;
}

.hero-1 .hero-image .box-2.bella-floating-tag {
  right: -42px;
  bottom: -22px;
}

.hero-1 .hero-image .bella-floating-card,
.hero-1 .hero-image .bella-floating-tag {
  animation: none !important;
}

.hero-section-5.hero-5 .container {
  position: relative;
  z-index: 2;
}

.hero-5 .vec-shape {
  display: none !important;
}

.hero-5 .scroll-down {
  display: none !important;
}

.hero-5 .hero-image .fix {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.hero-5 .hero-image img {
  display: block;
  object-position: center top;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .hero-1 .hero-image .box-1.bella-floating-card {
    left: -108px;
    bottom: 48px;
  }

  .hero-1 .hero-image .box-2.bella-floating-tag {
    right: -18px;
    bottom: -16px;
  }
}

@media (min-width: 1200px) {
  .hero-section-5.hero-5 {
    min-height: 700px;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .hero-section-5.hero-5 .container {
    padding-right: 12px;
  }

  .hero-section-5.hero-5 .row {
    min-height: 620px;
    align-items: flex-start;
  }

  .hero-section-5.hero-5 .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hero-5 .hero-content {
    max-width: 500px;
    padding-top: 0;
    margin-top: -12px;
  }

  .hero-5 .hero-content h1 {
    font-size: clamp(30px, 2.15vw, 40px) !important;
    line-height: 1.1 !important;
    margin-bottom: 18px;
  }

  .hero-5 .hero-content p {
    max-width: 470px;
    font-size: clamp(15px, 0.85vw, 17px);
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .hero-5 .hero-image {
    right: 0;
    top: 0;
    bottom: 0;
    max-width: min(35vw, 560px);
    display: flex;
    align-items: stretch;
    height: 100%;
  }

  .hero-5 .hero-image .fix {
    width: 100%;
    height: 100%;
  }

  .hero-5 .hero-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: none;
    object-fit: cover;
  }
}

@media (max-width: 1199px) {
  .header-1 {
    padding-top: 14px;
  }

  .header-1 .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-main {
    gap: 14px;
  }

  .header-1 .header-right {
    gap: 12px;
  }

  .header-1 .main-header__search {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .offcanvas__info {
    width: min(100vw, 400px);
    background:
      radial-gradient(circle at top right, rgba(124, 58, 237, 0.2), transparent 28%),
      linear-gradient(180deg, #0a1024 0%, #12183a 100%);
  }

  .offcanvas__wrapper {
    padding: 24px 20px 32px;
    background: transparent;
  }

  .offcanvas__wrapper .offcanvas__close button {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu .mean-bar,
  .mobile-menu .mean-nav {
    background: transparent;
  }

  .mobile-menu .mean-nav {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding-right: 4px;
  }

  .mobile-menu .mean-nav ul li a {
    font-size: 18px !important;
    line-height: 1.5;
    padding: 14px 0;
    color: #f8fafc !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-menu .mean-nav ul li a.mean-expand {
    display: none !important;
  }

  .mobile-menu .mean-nav ul li:first-child > a {
    border-top: 0;
  }

  .offcanvas__wrapper .offcanvas__logo img {
    width: min(220px, 58vw);
  }

  .offcanvas__wrapper .offcanvas__close {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #7c3aed, #6366f1);
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.35);
  }

  .offcanvas__wrapper .offcanvas__close i {
    color: #ffffff;
    font-size: 18px;
  }

  .offcanvas__wrapper .offcanvas__content .text,
  .offcanvas__wrapper .social-icon,
  .offcanvas__wrapper .theme-btn,
  .offcanvas__wrapper .offcanvas__contact h4 {
    display: none !important;
  }

  .offcanvas__wrapper .offcanvas__contact {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .offcanvas__wrapper .offcanvas__contact ul {
    margin-top: 0;
  }

  .offcanvas__wrapper .offcanvas__contact ul li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
  }

  .offcanvas__wrapper .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .offcanvas__wrapper .offcanvas__contact ul li a {
    color: #f8fafc;
  }

  .offcanvas__wrapper .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: #8b5cf6;
  }

  .offcanvas__overlay.overlay-open {
    background: rgba(5, 8, 20, 0.72);
    backdrop-filter: blur(6px);
  }

  .hero-section.hero-1 {
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 88px;
  }

  .hero-1 .hero-image {
    max-width: 390px;
    margin: 0 auto;
  }

  .hero-1 .hero-image .box-1.bella-floating-card,
  .hero-1 .hero-image .box-2.bella-floating-tag {
    display: none;
  }

  .hero-section-5.hero-5 {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .hero-section-5.hero-5 .row {
    row-gap: 20px;
  }

  .hero-5 .hero-content {
    max-width: none;
  }

  .hero-5 .hero-content h1 {
    font-size: clamp(28px, 4.4vw, 38px) !important;
    line-height: 1.12 !important;
  }

  .hero-5 .hero-content p {
    max-width: none;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .hero-5 .hero-image {
    max-width: min(100%, 720px);
    margin: 12px auto 0;
  }

  .hero-5 .hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .feature-section-3 .feature-box-style-3 {
    height: 100%;
  }

  .agents-ia-section .agents-card-item.agents-card-small {
    align-items: flex-start;
  }

  .cognitivaone-video-hero.hero-4 {
    min-height: auto;
    padding: 72px 0 !important;
  }
}

@media (max-width: 991px) {
  .header-1 .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-main .header-right {
    gap: 10px;
  }

  .hero-section.hero-1 {
    padding-top: 170px;
    padding-bottom: 72px;
  }

  .hero-section.hero-1 .hero-content .theme-btn {
    margin-bottom: 20px;
  }

  .hero-1 .hero-image {
    max-width: 360px;
    margin-top: 10px;
  }

  .hero-section.hero-1 .hero-content h1 {
    font-size: clamp(34px, 7vw, 52px);
  }

  .hero-section.hero-1 .hero-content p {
    font-size: 17px;
  }

  .realidade-hero-section .hero-content h1 {
    font-size: clamp(34px, 6.5vw, 48px);
  }

  .realidade-hero-section .hero-content p {
    font-size: 18px;
  }

  .realidade-hero-section .hero-image-items {
    height: auto;
    min-height: 320px;
  }

  .agents-ia-section .agents-card-item.agents-card-small {
    flex-direction: column;
    align-items: stretch;
  }

  .agents-ia-section .agents-card-item.agents-card-small .agents-card-image {
    width: 100%;
  }

  .cognitivaone-video-hero.hero-4 .hero-content h1 {
    font-size: clamp(34px, 7vw, 56px);
    line-height: 1.08;
    letter-spacing: -1px;
  }
}

.realidade-hero-section .hero-banner-items {
  margin-top: 8px;
}

.realidade-hero-section .hero-banner-items.pb-0 {
  padding-bottom: clamp(72px, 6vw, 116px) !important;
}

.realidade-hero-section {
  background-image: radial-gradient(circle at 20% 10%, rgba(139, 92, 246, 0.22), transparent 35%),
    radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.2), transparent 35%),
    linear-gradient(180deg, #1a1036 0%, #12092c 100%) !important;
  background-color: #12092c !important;
  margin-bottom: clamp(16px, 2vw, 30px);
}

.realidade-hero-section .hero-content h1,
.realidade-hero-section .hero-content p,
.realidade-hero-section .hero-content h6 {
  color: #ffffff;
}

.realidade-hero-section .hero-content .cognitiva-hero-kicker {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 18px;
}

.realidade-hero-section .hero-content h1 {
  font-size: clamp(40px, 3.6vw, 62px);
  line-height: 1.15;
}

.realidade-hero-section .hero-content p {
  font-size: clamp(20px, 1.35vw, 24px);
  line-height: 1.62;
  max-width: 940px;
}

.realidade-hero-section .cognitiva-pill {
  color: #ffffff;
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(196, 181, 253, 0.8);
}

.realidade-hero-section .hero-image-items {
  height: 440px;
  background: linear-gradient(165deg, rgba(56, 33, 97, 0.9), rgba(33, 18, 69, 0.95));
  border: 1px solid rgba(167, 139, 250, 0.35);
  box-shadow: 0 10px 28px rgba(8, 3, 24, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.realidade-hero-section .hero-image-items img {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.realidade-hero-section .hero-image-items:hover {
  transform: translateY(-6px);
  border-color: rgba(196, 181, 253, 0.7);
  box-shadow: 0 16px 34px rgba(14, 6, 36, 0.55);
}

.realidade-hero-section .hero-image-items .content h2 {
  font-size: clamp(72px, 5.5vw, 110px);
  color: #ffffff;
}

.realidade-hero-section .hero-image-items h3 {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.realidade-hero-section .hero-image-items .content p {
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
}

.realidade-hero-section .hero-image-items .content p b {
  color: #f5edff;
}

.realidade-hero-section .global-btn {
  margin-top: 88px !important;
}

@media (max-width: 1199px) {
  .realidade-hero-section .hero-image-items {
    height: 390px;
  }
}

.choose-us-section-2 .choose-us-side-note {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #4b3a69;
}

.choose-us-section-2 .choose-us-highlight {
  border-radius: 18px;
  padding: clamp(26px, 3vw, 44px);
  min-height: 100%;
  background:
    radial-gradient(circle at 10% 15%, rgba(124, 58, 237, 0.12), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(99, 102, 241, 0.1), transparent 36%),
    #ffffff;
  border: 1px solid rgba(124, 58, 237, 0.16);
  box-shadow: 0 20px 45px rgba(30, 10, 62, 0.08);
}

.choose-us-section-2 .choose-us-highlight h3 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 56px);
  line-height: 1.04;
  letter-spacing: -1px;
  font-weight: 700;
  color: #1b1038;
}

.choose-us-section-2 .choose-us-highlight h3 + h3 {
  margin-top: 8px;
}

.choose-us-section-2 .choose-us-highlight p {
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  font-size: clamp(20px, 1.5vw, 26px);
  line-height: 1.45;
  color: #3a275f;
  max-width: 26ch;
}

@media (max-width: 991px) {
  .choose-us-section-2 .choose-us-highlight {
    margin-top: 10px;
  }

  .choose-us-section-2 .choose-us-highlight p {
    max-width: 100%;
  }
}

.contact-info-section .challenge-subtext {
  max-width: 980px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.65;
}

.contact-info-section .contact-info-box {
  align-items: flex-start;
  height: 100%;
}

.contact-info-section .contact-info-box .icon span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.contact-info-section .contact-info-box .content p {
  margin-bottom: 8px;
}

.contact-info-section .contact-info-box .content .challenge-link {
  margin-top: 6px;
}

.contact-info-section .contact-info-box .content .challenge-link i {
  display: none !important;
}

.contact-info-section .row {
  row-gap: 28px;
}

.feature-box-items .feature-info-box {
  justify-content: flex-start;
}

.feature-box-items .feature-info-box .icon {
  display: none !important;
}

.cognitiva-contact-cta .cta-newsletter-wrapper h2 {
  max-width: 620px;
  font-size: clamp(40px, 3.1vw, 58px);
  line-height: 1.14;
  letter-spacing: -1.2px;
}

.cognitiva-contact-cta .cta-newsletter-wrapper .newsletter-form {
  max-width: 620px;
}

.cognitiva-contact-cta .cta-newsletter-wrapper .newsletter-form p {
  font-size: 18px;
  line-height: 1.55;
}

.cognitiva-contact-cta .cta-lead-form {
  margin-top: 25px;
}

.cognitiva-contact-cta .cta-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cognitiva-contact-cta .cta-lead-form input,
.cognitiva-contact-cta .cta-lead-form textarea {
  width: 100%;
  border: 0;
  background-color: #ffffff;
  color: var(--text);
  border-radius: 18px;
  padding: 16px 20px;
  line-height: 1.2;
}

.cognitiva-contact-cta .cta-lead-form textarea {
  min-height: 110px;
  resize: vertical;
}

.cognitiva-contact-cta .cta-lead-form .field-full {
  grid-column: 1 / -1;
}

.cognitiva-contact-cta .cta-lead-form .cta-send-btn {
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  padding: 13px 30px;
  color: #ffffff;
  font-weight: 600;
  background: linear-gradient(90deg, var(--modern-primary), var(--modern-primary-2));
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cognitiva-contact-cta .cta-lead-form .cta-send-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(44, 18, 100, 0.35);
}

.cognitiva-contact-cta .cta-lead-form .cta-send-btn:disabled {
  opacity: 0.85;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.contact-feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.contact-feedback-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contact-feedback-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 4, 25, 0.62);
  backdrop-filter: blur(8px);
}

.contact-feedback-modal__dialog {
  position: relative;
  width: min(92vw, 520px);
  margin: min(10vh, 72px) auto 0;
  padding: 32px 28px 26px;
  border-radius: 28px;
  border: 1px solid rgba(196, 181, 253, 0.28);
  background:
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.26), transparent 36%),
    linear-gradient(180deg, rgba(35, 17, 74, 0.98) 0%, rgba(21, 9, 50, 0.98) 100%);
  box-shadow: 0 28px 80px rgba(8, 3, 24, 0.45);
  color: #ffffff;
}

.contact-feedback-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.contact-feedback-modal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(196, 181, 253, 0.3);
  color: #f7f3ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-feedback-modal__dialog h3 {
  margin: 20px 0 12px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.8px;
}

.contact-feedback-modal__message {
  margin: 0;
  color: rgba(247, 243, 255, 0.9);
  font-size: 17px;
  line-height: 1.65;
}

.contact-feedback-modal__action {
  margin-top: 24px;
  min-width: 220px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  color: #ffffff;
  font-weight: 700;
  background: linear-gradient(90deg, var(--modern-primary), var(--modern-primary-2));
  box-shadow: 0 16px 34px rgba(76, 29, 149, 0.35);
}

.contact-feedback-modal.is-error .contact-feedback-modal__dialog {
  background:
    radial-gradient(circle at top right, rgba(251, 113, 133, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(49, 18, 40, 0.98) 0%, rgba(33, 12, 29, 0.98) 100%);
}

body.contact-modal-open {
  overflow: hidden;
}

.cognitiva-contact-cta {
  position: relative;
  overflow: hidden;
}

.cognitiva-contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: radial-gradient(circle at 20% 10%, rgba(139, 92, 246, 0.24), transparent 35%),
    radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.24), transparent 35%),
    linear-gradient(180deg, rgba(26, 16, 54, 0.84) 0%, rgba(18, 9, 44, 0.9) 100%);
  z-index: 0;
  pointer-events: none;
}

.cognitiva-contact-cta .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .header-1 {
    padding-top: 10px;
  }

  .header-main {
    padding: 8px 0;
  }

  .header-1 .header-main .logo img {
    max-width: 170px !important;
  }

  .header-1 .main-header__search {
    display: none !important;
  }

  .offcanvas__info {
    width: 100vw;
  }

  .offcanvas__wrapper {
    padding: 18px 16px 24px;
  }

  #sobre-cognitiva.about-section {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .cognitiva-contact-cta .cta-form-grid {
    grid-template-columns: 1fr;
  }

  .hero-section.hero-1 {
    padding-top: 132px;
    padding-bottom: 56px;
  }

  .hero-section.hero-1 .hero-content .theme-btn.hero-main-btn {
    width: 100%;
    max-width: 100%;
  }

  .hero-section.hero-1 .hero-content .theme-btn.hero-main-btn .btn_inner {
    padding-left: 54px;
    padding-right: 20px;
  }

  .hero-section-5.hero-5 {
    padding-top: 112px;
    padding-bottom: 0;
  }

  .hero-5 .hero-content h1 {
    font-size: clamp(24px, 7vw, 32px) !important;
    margin-bottom: 14px;
  }

  .hero-5 .hero-image {
    margin-top: 10px;
  }

  .realidade-hero-section .hero-content h1 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .cognitiva-contact-cta .cta-newsletter-wrapper h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .cognitiva-contact-cta .cta-lead-form input,
  .cognitiva-contact-cta .cta-lead-form textarea {
    padding: 14px 16px;
  }

  .cognitiva-contact-cta .cta-lead-form .cta-send-btn {
    width: 100%;
  }

  .cognitivaone-video-hero.hero-4 .hero-content h1 {
    font-size: clamp(30px, 9vw, 44px);
    letter-spacing: -0.8px;
  }

  .cognitivaone-video-hero.hero-4 .hero-content .hero-bottom .content p {
    font-size: 18px;
  }
}

.feature-section .feature-segment-subtext {
  max-width: 920px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
}

.award-section .award-wrapper .title {
  color: var(--modern-primary) !important;
  -webkit-text-fill-color: var(--modern-primary);
  font-size: clamp(40px, 4.2vw, 72px);
  line-height: 1.08;
  letter-spacing: -1px;
  text-transform: none;
  max-width: 1120px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.award-section .section-title.style-4 {
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
}

.award-section .award-section-description {
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.42;
  color: #1d1238;
  margin-bottom: 16px;
}

.cognitiva-capabilities .section-title .sub-title {
  color: var(--modern-primary);
}

.cognitiva-capabilities .work-process-box-style-4 {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  margin-top: 30px;
  padding: 34px 30px;
  background-image: linear-gradient(165deg, rgba(56, 33, 97, 0.92), rgba(33, 18, 69, 0.96)) !important;
  background-color: #24104a;
  border: 1px solid rgba(167, 139, 250, 0.35);
  box-shadow: 0 10px 28px rgba(8, 3, 24, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cognitiva-capabilities .work-process-box-style-4:hover {
  transform: translateY(-6px);
  border-color: rgba(196, 181, 253, 0.7);
  box-shadow: 0 16px 34px rgba(14, 6, 36, 0.55);
}

.cognitiva-capabilities .work-process-box-style-4 .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cognitiva-capabilities .work-process-box-style-4 .content span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(196, 181, 253, 0.35);
  color: #ffffff;
}

.cognitiva-capabilities .work-process-box-style-4 .content h3 {
  font-size: clamp(26px, 2vw, 34px);
  letter-spacing: -0.5px;
  color: #ffffff;
}

.cognitiva-capabilities .work-process-box-style-4 .content p {
  opacity: 1;
  visibility: visible;
  color: #f2ebff;
  margin-top: 16px;
  font-size: 19px;
  line-height: 1.5;
}

.cognitiva-capabilities .work-process-box-style-4 .bg-image {
  display: none !important;
}

.cognitiva-capabilities .work-process-box-style-4 .work-btn {
  margin-top: auto;
  padding-top: 26px;
  color: #ffffff;
}

.cognitiva-capabilities .work-process-box-style-4 .work-btn i {
  display: none !important;
}

.cognitiva-cta-banner {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle at 15% 20%, rgba(139, 92, 246, 0.24), transparent 40%),
    radial-gradient(circle at 85% 10%, rgba(99, 102, 241, 0.2), transparent 35%),
    linear-gradient(180deg, #1a1036 0%, #12092c 100%);
}

.cognitiva-cta-banner + .cta-newsletter-section {
  margin-top: 56px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(26, 16, 54, 0.82) 0%, rgba(18, 9, 44, 0.9) 100%), url('/background_banner.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.cognitiva-cta-banner + .cta-newsletter-section .cta-newsletter-wrapper.style-2 h2,
.cognitiva-cta-banner + .cta-newsletter-section .cta-newsletter-wrapper.style-2 p {
  color: #ffffff !important;
}

.cognitiva-cta-banner + .cta-newsletter-section .gt-theme-btn-main .gt-theme-btn,
.cognitiva-cta-banner + .cta-newsletter-section .gt-theme-btn-main .gt-theme-btn-arrow-left,
.cognitiva-cta-banner + .cta-newsletter-section .gt-theme-btn-main .gt-theme-btn-arrow-right {
  background: linear-gradient(90deg, var(--modern-primary), var(--modern-primary-2));
  color: #ffffff;
}

.cognitiva-cta-banner + .cta-newsletter-section .gt-theme-btn-main:hover .gt-theme-btn,
.cognitiva-cta-banner + .cta-newsletter-section .gt-theme-btn-main:hover .gt-theme-btn-arrow-left,
.cognitiva-cta-banner + .cta-newsletter-section .gt-theme-btn-main:hover .gt-theme-btn-arrow-right {
  background: #ffffff;
  color: #2f195d;
}

.footer-section .footer-area.section-bg-3 {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle at 12% 0%, rgba(139, 92, 246, 0.2), transparent 38%),
    radial-gradient(circle at 85% 5%, rgba(99, 102, 241, 0.18), transparent 40%),
    linear-gradient(180deg, #1a1036 0%, #12092c 100%) !important;
  background-color: #12092c !important;
}

.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-widget-items .widget-head h3,
.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-widget-items .footer-content p,
.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-widget-items .gt-list-area li a,
.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-widget-items .contact-list li,
.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-widget-items .contact-list li a,
.footer-section .footer-area.section-bg-3 .footer-bottom .footer-bottom-wrapper p,
.footer-section .footer-area.section-bg-3 .footer-bottom .footer-bottom-wrapper .footer-list li,
.footer-section .footer-area.section-bg-3 .footer-bottom .footer-bottom-wrapper .footer-list li a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.footer-section .footer-area.section-bg-3 .footer-bottom {
  border-top: 1px solid rgba(196, 181, 253, 0.3);
}

.footer-section .footer-area.section-bg-3 .footer-bottom .footer-bottom-wrapper p b {
  color: #c4b5fd !important;
}

.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-widget-items .gt-list-area li:hover a,
.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-widget-items .contact-list li a:hover,
.footer-section .footer-area.section-bg-3 .footer-bottom .footer-bottom-wrapper .footer-list li a:hover {
  color: #ddd6fe !important;
}

.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-content .social-icon a {
  background: rgba(124, 58, 237, 0.3) !important;
  color: #ffffff !important;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-content .social-icon a i {
  font-size: 22px;
  line-height: 1;
}

.footer-section .footer-area.section-bg-3 .footer-widget-wrapper.style-2 .footer-content .social-icon a:hover {
  background: var(--modern-primary) !important;
}

.footer-link-disabled {
  pointer-events: none;
  cursor: default;
}

.cognitiva-cta-banner .cta-content h2 {
  color: #ffffff;
  font-size: clamp(38px, 4.5vw, 76px);
  letter-spacing: -1px;
  line-height: 1.1;
  text-transform: none;
  font-weight: 700;
}

.cognitiva-cta-banner .cta-content .cognitiva-cta-btn .gt-theme-btn,
.cognitiva-cta-banner .cta-content .cognitiva-cta-btn .gt-theme-btn-arrow-left,
.cognitiva-cta-banner .cta-content .cognitiva-cta-btn .gt-theme-btn-arrow-right {
  background: linear-gradient(90deg, var(--modern-primary), var(--modern-primary-2));
  color: #ffffff;
}

.cognitiva-cta-banner .cta-content .cognitiva-cta-btn:hover .gt-theme-btn,
.cognitiva-cta-banner .cta-content .cognitiva-cta-btn:hover .gt-theme-btn-arrow-left,
.cognitiva-cta-banner .cta-content .cognitiva-cta-btn:hover .gt-theme-btn-arrow-right {
  background: #ffffff;
  color: #2f195d;
}

/* Bella agents cards: match index-4 1+2 card layout */
.agents-ia-section .agents-cards-wrapper {
  margin-top: 30px;
}

.agents-ia-section .agents-main-block {
  margin-top: 30px;
}

.agents-ia-section .agents-main-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.agents-ia-section .agents-main-image {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  border: 1px solid #dfdcd2;
  padding: 15px;
  background: #ffffff;
}

.agents-ia-section .agents-main-image img {
  width: 100%;
  height: clamp(280px, 32vw, 420px);
  object-fit: cover;
  display: block;
}

.agents-ia-section .agents-card-item {
  border: 1px solid #dfdcd2;
  background: #ffffff;
  padding: 15px;
  height: 100%;
}

.agents-ia-section .agents-card-image {
  overflow: hidden;
  background: #f2f2f2;
  flex-shrink: 0;
}

.agents-ia-section .agents-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.agents-ia-section .agents-card-content h4 {
  margin: 0 0 12px;
  color: var(--header4);
}

.agents-ia-section .agents-card-content p {
  margin: 0;
}

.agents-ia-section .agents-card-content .arrow-btn {
  margin-top: 20px;
}

.agents-ia-section .agents-card-item.agents-card-large {
  display: flex;
  flex-direction: column;
}

.agents-ia-section .agents-card-item.agents-card-large .agents-card-image {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  background: transparent;
  margin-bottom: 20px;
}

.agents-ia-section .agents-card-item.agents-card-large .agents-card-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}

.agents-ia-section .agents-cards-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.agents-ia-section .agents-card-item.agents-card-small {
  display: flex;
  align-items: center;
  gap: 30px;
}

.agents-ia-section .agents-card-item.agents-card-small .agents-card-image {
  width: min(310px, 47%);
  height: auto;
  display: block;
  background: transparent;
  padding: 0;
}

.agents-ia-section .agents-card-item.agents-card-small .agents-card-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}

.agents-ia-section .agents-card-item.agents-card-small .agents-card-content {
  flex: 1;
}

@media (max-width: 1399px) {
  .agents-ia-section .agents-card-item.agents-card-small .agents-card-image {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .agents-ia-section .agents-main-image {
    max-width: 100%;
    margin-left: 0;
  }

  .agents-ia-section .agents-main-image img {
    height: 360px;
  }

  .agents-ia-section .agents-card-item.agents-card-large .agents-card-image {
    min-height: 0;
  }

  .agents-ia-section .agents-card-item.agents-card-small {
    gap: 20px;
  }

  .agents-ia-section .agents-card-item.agents-card-small .agents-card-image {
    height: auto;
  }
}

@media (max-width: 575px) {
  .agents-ia-section .agents-main-image img {
    height: 240px;
  }

  .agents-ia-section .agents-card-item.agents-card-small {
    flex-direction: column;
    align-items: stretch;
  }

  .agents-ia-section .agents-card-item.agents-card-small .agents-card-image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .agents-ia-section .agents-card-item.agents-card-large .agents-card-image {
    min-height: 0;
  }
}

.cognitivaone-video-hero {
  position: relative;
  overflow: hidden;
  background: #12092c !important;
}

@media (max-width: 991px) {
  .cognitiva-cta-banner + .cta-newsletter-section {
    margin-top: 36px;
  }
}

.cognitivaone-video-hero .cognitivaone-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cognitivaone-video-hero .cognitivaone-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.58) saturate(0.9);
}

.cognitivaone-video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: radial-gradient(circle at 20% 10%, rgba(139, 92, 246, 0.16), transparent 36%),
    radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(14, 8, 34, 0.76) 0%, rgba(8, 4, 25, 0.84) 100%);
  pointer-events: none;
}

.cognitivaone-video-hero > .container,
.cognitivaone-video-hero > .hero-image {
  position: relative;
  z-index: 2;
}

.cognitivaone-video-hero.hero-4 .hero-content h1,
.cognitivaone-video-hero.hero-4 .hero-content .hero-bottom .content p {
  color: #ffffff;
}

.cognitivaone-video-hero.hero-4 {
  padding: clamp(90px, 10vh, 140px) 0 !important;
  min-height: min(88vh, 920px);
}

.cognitivaone-video-hero.hero-4 .hero-content {
  max-width: 980px;
}

.cognitivaone-video-hero.hero-4 .hero-content h1 {
  font-size: clamp(40px, 5.4vw, 84px);
  line-height: 1.04;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}

.cognitivaone-video-hero.hero-4 .hero-content .hero-bottom {
  margin-top: clamp(24px, 3vw, 40px);
  display: block;
}

/* Final CTA + footer unified block (no gaps between sections or side margins) */
.cognitiva-cta-banner + .cta-newsletter-section,
.cta-newsletter-section {
  margin: 0 !important;
  border-radius: 0 !important;
}

.footer-section,
.footer-section .footer-area.section-bg-3,
.footer-area {
  margin: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.cognitivaone-video-hero.hero-4 .hero-content .hero-bottom .content {
  border-top-color: rgba(255, 255, 255, 0.55);
  max-width: 760px;
  padding-top: 20px;
  gap: 14px;
}

.cognitivaone-video-hero.hero-4 .hero-content .hero-bottom .content .arrow-icon {
  color: #ffffff;
}

.cognitivaone-video-hero.hero-4 .hero-content .hero-bottom .content p {
  font-size: clamp(21px, 1.55vw, 28px);
  line-height: 1.42;
  max-width: 100%;
}

.cognitivaone-video-hero.hero-4 .hero-image img {
  opacity: 0;
  visibility: hidden;
}

.cognitivaone-video-hero.hero-4 .hero-image {
  display: none !important;
}

.cognitiva-capabilities .work-process-box-style-4 .content h3 {
  font-size: clamp(32px, 2.25vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.6px;
}

@media (max-width: 1199px) {
  .cognitiva-capabilities .work-process-box-style-4 .content h3 {
    font-size: clamp(28px, 3vw, 36px);
  }
}

@media (max-width: 767px) {
  .cognitiva-capabilities .work-process-box-style-4 .content h3 {
    font-size: clamp(24px, 6vw, 30px);
  }
}
