:root {
  --blue-900: #0f2f5b;
  --blue-700: #1c4a84;
  --blue-500: #1f72b8;
  --blue-300: #5ca7e4;
  --green-600: #2fb36d;
  --green-500: #27a05f;
  --green-400: #38c47b;
  --cyan-500: #2ab2c4;
  --text-color: #1f2f46;
  --muted-color: #5f6f84;
  --surface: #ffffff;
  --bg-soft: #eef2f6;
  --cta-gradient: linear-gradient(135deg, #1f72b8 0%, #2fb36d 100%);
}

.viva-landing-page {
  background-color: var(--bg-soft);
  color: var(--text-color);
  font-family: "Inter", "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(12, 51, 93, 0.06);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.landing-header.is-scrolled {
  box-shadow: 0 14px 40px rgba(16, 42, 67, 0.12);
  background: #ffffff;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.brand-logo {
  height: 64px;
  width: auto;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: var(--muted-color);
  padding: 12px 0;
  margin: 0 12px;
  position: relative;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: var(--blue-900);
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-500), var(--green-500));
  border-radius: 999px;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.login-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cta-gradient);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(31, 114, 184, 0.22);
  border: 1px solid rgba(31, 114, 184, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.login-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(31, 114, 184, 0.28);
  color: #ffffff;
}

.portal-btn {
  white-space: nowrap;
}

.navbar-toggler {
  border: none;
  padding: 6px 10px;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(22, 53, 93, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.cta-btn,
.btn-getstarted {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--cta-gradient);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 16px;
  box-shadow: 0 12px 28px rgba(31, 143, 85, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn:hover,
.btn-getstarted:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(31, 143, 85, 0.35);
  color: #ffffff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 0 10px;
  min-height: 70vh;
  z-index: 0;
  background-color: #eef4ff;
  background-image: url("../img/home-viva-corporativa.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

.section-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  opacity: 0;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-section::before {
  z-index: 1;
  background: linear-gradient(90deg,
    rgba(236, 243, 252, 0.98) 0%,
    rgba(236, 243, 252, 0.95) 46%,
    rgba(236, 243, 252, 0.75) 58%,
    rgba(236, 243, 252, 0.45) 68%,
    rgba(236, 243, 252, 0.2) 76%,
    rgba(236, 243, 252, 0) 82%
  );
}

.hero-section::after {
  display: none;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
}

.hero-section .row {
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 640px;
  padding-right: 20px;
}

.hero-visual-col {
  position: static;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 13px;
  font-weight: 700;
  color: #2b78b5;
  margin-bottom: 16px;
}

.hero-title {
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  color: #163965;
}

.hero-text {
  font-size: 16.5px;
  line-height: 1.65;
  color: #4e6278;
  margin-bottom: 16px;
  max-width: 640px;
}

.hero-text-secondary {
  margin-bottom: 28px;
}

.hero-visual {
  display: none;
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  background:
    url("../img/background-produtos.png") center bottom / cover no-repeat,
    radial-gradient(circle at 88% 12%, rgba(31, 114, 184, 0.22), transparent 40%),
    radial-gradient(circle at 16% 52%, rgba(47, 179, 109, 0.2), transparent 42%),
    radial-gradient(circle at 70% 85%, rgba(31, 114, 184, 0.14), transparent 45%),
    linear-gradient(120deg, #f2f8ff 0%, #e3f1ff 45%, #d9f1e6 100%);
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0.62) 55%, rgba(255, 255, 255, 0.28) 70%, rgba(255, 255, 255, 0) 84%),
    radial-gradient(circle at 80% 20%, rgba(31, 114, 184, 0.2), transparent 45%),
    radial-gradient(circle at 20% 70%, rgba(47, 179, 109, 0.18), transparent 48%);
  z-index: 0;
  pointer-events: none;
}

.about-section::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -20%;
  height: 78%;
  background-image: url("../bg-waves.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 195% auto;
  opacity: 0.98;
  z-index: 0;
  pointer-events: none;
}

.about-section .container {
  position: relative;
  z-index: 1;
}

.about-section .row {
  align-items: stretch;
}

.about-section .col-lg-5 {
  display: flex;
}

.about-section .container::before {
  content: "";
  position: absolute;
  left: -6%;
  bottom: -18%;
  width: 60%;
  height: 46%;
  background-image: radial-gradient(rgba(31, 114, 184, 0.4) 1.4px, transparent 1.4px);
  background-size: 9px 9px;
  opacity: 0.6;
  -webkit-mask-image: radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.85), transparent 70%);
  mask-image: radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.85), transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(31, 114, 184, 0.12);
  color: #1c4a84;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.about-section h2 {
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 800;
  color: var(--blue-900);
  font-size: 40px;
  margin-bottom: 14px;
}

.about-subtitle {
  color: #52657d;
  font-size: 18px;
  margin-bottom: 18px;
}

.about-section p {
  color: #5c6f86;
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.about-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  color: #4c5f78;
  font-size: 15.5px;
}

.about-list .check-icon {
  width: 34px;
  height: 34px;
  font-size: 16px;
  box-shadow: 0 10px 18px rgba(31, 114, 184, 0.2);
}

.about-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  z-index: 1;
}

.about-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 58%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.4) 66%, rgba(255, 255, 255, 0) 88%);
  border-radius: 22px;
  z-index: 2;
  pointer-events: none;
}

.about-image img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(12, 50, 93, 0.18);
}

.about-card {
  position: absolute;
  right: 6%;
  bottom: -26px;
  z-index: 3;
  background: var(--cta-gradient);
  color: #ffffff;
  border-radius: 18px;
  padding: 16px 22px;
  box-shadow: 0 18px 40px rgba(31, 114, 184, 0.28);
  text-align: left;
  display: grid;
  gap: 4px;
  min-width: 220px;
}

.about-card strong {
  font-size: 26px;
  line-height: 1.1;
}

.about-card span {
  font-size: 13.5px;
  line-height: 1.4;
}

.services-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background: #ffffff;
}

.produtos-page .main {
  padding-top: 0;
}

.segmentos-page .main {
  padding-top: 0;
}

.products-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 130px;
  background:
    linear-gradient(120deg, #f8fbff 0%, #edf5ff 50%, #eaf7f1 100%);
}

.products-section::before {
  content: "";
  position: absolute;
  top: -8%;
  right: -6%;
  width: 70%;
  height: 112%;
  background-image: url("../img/background-produtos.png");
  background-repeat: no-repeat;
  background-position: right 32%;
  background-size: cover;
  opacity: 0.34;
  filter: saturate(0.9) brightness(1.04);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 38%, rgba(0, 0, 0, 1) 72%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 38%, rgba(0, 0, 0, 1) 72%);
  z-index: 0;
  pointer-events: none;
}

.products-section::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -12%;
  height: 70%;
  background-image: url("../bg-waves.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% auto;
  opacity: 0.96;
  z-index: 0;
  pointer-events: none;
}

.products-section .container {
  position: relative;
  z-index: 1;
}

.products-section .container::before {
  content: "";
  position: absolute;
  left: -4%;
  top: -10%;
  width: 42%;
  height: 32%;
  background-image: radial-gradient(rgba(31, 114, 184, 0.35) 1.3px, transparent 1.3px);
  background-size: 10px 10px;
  opacity: 0.5;
  -webkit-mask-image: radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.8), transparent 70%);
  mask-image: radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.8), transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.products-header {
  max-width: 720px;
  margin-bottom: 42px;
  text-align: left;
}

.products-header h2 {
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 800;
  color: var(--blue-900);
  font-size: 38px;
  margin-bottom: 10px;
}

.products-header p {
  color: #52657d;
  font-size: 16.5px;
  margin: 0;
}

.products-section .product-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 0;
  box-shadow: 0 18px 38px rgba(12, 50, 93, 0.14);
  border: 1px solid rgba(15, 47, 91, 0.08);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.products-section .product-card::after {
  content: none;
}

.products-section .product-card-head {
  display: block;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.products-section .product-card-media {
  width: 100%;
  height: 220px;
  margin: 0;
  background: #f2f6fb;
  overflow: hidden;
  position: relative;
}

.products-section .product-card-media::before {
  content: none;
}

.products-section .product-card-media::after {
  content: none;
}

.products-section .product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.products-section .product-card h3 {
  margin: 0;
  font-weight: 700;
  font-size: 19.5px;
  color: var(--blue-900);
  position: relative;
  z-index: 1;
  padding: 18px 22px 0;
}

.products-section .product-card p {
  margin: 0;
  color: #5f6f84;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding: 8px 22px 22px;
}

.products-cta {
  margin-top: 44px;
  padding: 24px 34px;
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.92) 0%, rgba(243, 248, 255, 0.92) 55%, rgba(241, 251, 245, 0.9) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  box-shadow: 0 16px 32px rgba(12, 50, 93, 0.12);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 47, 91, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.products-cta::after {
  content: "";
  position: absolute;
  right: -14%;
  top: -45%;
  width: 56%;
  height: 135%;
  background: radial-gradient(circle, rgba(31, 114, 184, 0.12), transparent 62%);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.products-cta-text {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #4b5f76;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.products-cta-text p {
  margin: 0;
}

.products-cta-text strong {
  color: var(--blue-900);
}

.products-cta-text .quote-mark {
  font-size: 40px;
  line-height: 1;
  color: var(--green-600);
  opacity: 0.9;
  margin-top: 2px;
  flex-shrink: 0;
}

.products-cta-text .quote-mark-end {
  align-self: flex-end;
}

.segmentos-page .products-cta-text,
.produtos-page .products-cta-text {
  gap: 0;
  align-items: center;
}

.segmentos-page .products-cta-text .cta-quote,
.produtos-page .products-cta-text .cta-quote {
  margin: 0;
}

.segmentos-page .products-cta-text .quote-mark,
.produtos-page .products-cta-text .quote-mark {
  display: inline-block;
  font-size: 34px;
  line-height: 1;
  color: var(--green-600);
  font-weight: 700;
  position: relative;
  top: 2px;
}

.segmentos-page .products-cta-text strong,
.produtos-page .products-cta-text strong {
  color: inherit;
  font-weight: 600;
}

.products-cta .cta-btn {
  padding: 13px 34px;
  font-size: 15.5px;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(31, 143, 85, 0.24);
  border: 1px solid rgba(31, 143, 85, 0.16);
}

.diferenciais-page {
  background-color: #eef1f4;
}

.diferenciais-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
}

.diferenciais-page .diferenciais-section::before {
  background-image: url("../img/background-diferenciais.png");
}

.diferenciais-section .container {
  position: relative;
  z-index: 1;
  max-width: 1040px;
}

.diferenciais-header {
  max-width: 600px;
  margin: 0 auto 38px;
  text-align: center;
}

.diferenciais-header h2 {
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 800;
  color: #354a46;
  font-size: 38px;
  margin-bottom: 12px;
}

.diferenciais-header p {
  color: #5c6b76;
  font-size: 16px;
  margin: 0;
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.diferenciais-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(120, 130, 150, 0.16);
  box-shadow: 0 16px 28px rgba(28, 46, 69, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 240px;
  height: 100%;
}

.diferenciais-card__media {
  flex: 0 0 46%;
  min-height: 230px;
  background: #eef1f5;
  position: relative;
}

.diferenciais-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.diferenciais-page .diferenciais-card:first-child .diferenciais-card__media img {
  object-position: center 11%;
}

.diferenciais-page .diferenciais-card {
  flex-direction: column;
  min-height: 0;
  position: relative;
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(31, 114, 184, 0.32), rgba(47, 179, 109, 0.32)) border-box;
  box-shadow: 0 18px 34px rgba(12, 50, 93, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.diferenciais-page .diferenciais-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 0%, rgba(31, 114, 184, 0.08), transparent 55%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.diferenciais-page .diferenciais-card__media,
.diferenciais-page .diferenciais-card__content {
  position: relative;
  z-index: 1;
}

.diferenciais-page .diferenciais-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(12, 50, 93, 0.18);
}

.diferenciais-page .diferenciais-card:hover::before {
  opacity: 1;
}

.diferenciais-page .diferenciais-card__media {
  flex: 0 0 auto;
  width: 100%;
  height: 220px;
  min-height: 0;
}

.diferenciais-card__content {
  padding: 18px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  flex: 1;
}

.diferenciais-card__content h3 {
  margin: 0;
  font-size: 17.5px;
  font-weight: 700;
  color: #344742;
  line-height: 1.3;
}

.diferenciais-card__content p {
  margin: 0;
  color: #5f6d79;
  font-size: 14.3px;
  line-height: 1.6;
}

.diferenciais-checklist {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: grid;
  gap: 8px;
  color: #556574;
  font-size: 14.3px;
}

.diferenciais-checklist li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.diferenciais-checklist i {
  color: #2f6f44;
  font-size: 16px;
}

.diferenciais-stats {
  margin: 24px auto 16px;
  max-width: 980px;
  background: transparent;
  border-radius: 18px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  color: #f5fff7;
  box-shadow: none;
  border: none;
}

.diferenciais-stat {
  text-align: center;
  padding: 14px 16px;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #1f72b8 0%, #2fb36d 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 24px rgba(12, 50, 93, 0.2);
}

.diferenciais-stat + .diferenciais-stat {
  border-left: none;
}

.diferenciais-stat .stat-value {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.diferenciais-stat .stat-label {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.92;
}

.diferenciais-cta {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

.diferenciais-cta-text {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 600;
  color: #5c6b76;
  margin: 0;
  line-height: 1.5;
}

.diferenciais-cta-text span {
  max-width: 720px;
}

.diferenciais-cta-text i {
  color: #2f6f44;
  font-size: 18px;
}

.diferenciais-cta .cta-btn {
  width: 100%;
  max-width: 600px;
  padding: 15px 46px;
  font-size: 16px;
  justify-content: center;
  background: var(--cta-gradient);
  border: 1px solid rgba(31, 114, 184, 0.2);
  box-shadow: 0 14px 28px rgba(31, 114, 184, 0.22);
}

.diferenciais-grid .diferenciais-card:nth-child(2n) {
  flex-direction: row-reverse;
}

.diferenciais-page .diferenciais-grid .diferenciais-card:nth-child(2n) {
  flex-direction: column;
}

.services-section::before,
.services-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.services-section::before {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(47, 179, 109, 0.18), transparent 55%);
  left: -180px;
  top: -120px;
}

.services-section::after {
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(31, 114, 184, 0.18), transparent 60%);
  right: -220px;
  bottom: -160px;
}

.section-bg {
  background-color: #f2f7ff;
  background-image:
    linear-gradient(180deg, rgba(244, 249, 255, 0.28) 0%, rgba(236, 245, 255, 0.2) 45%, rgba(232, 244, 248, 0.14) 100%),
    url("../bg-waves.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.services-section.section-bg {
  background-color: transparent;
}

.services-section.section-bg::before,
.services-section.section-bg::after {
  opacity: 0.22;
}

.services-section .container {
  position: relative;
  z-index: 1;
}

.section-header h2 {
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 700;
  color: var(--blue-900);
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 22px;
  text-align: center;
  border: 1px solid #e7edf5;
  box-shadow: 0 24px 65px rgba(12, 50, 93, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(12, 50, 93, 0.12);
}

.icon-badge {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background: transparent;
  border-radius: 0;
}

.icon-badge .service-icon {
  width: 230px;
  height: auto;
  max-height: 96px;
  display: block;
  object-fit: contain;
}

.bg-green {
  background: linear-gradient(135deg, #2fb36d, #1f8f55);
}

.bg-blue {
  background: linear-gradient(135deg, #1c4a84, #1f72b8);
}

.bg-mint {
  background: linear-gradient(135deg, #34a574, #48c188);
}

.bg-cyan {
  background: linear-gradient(135deg, #1f7fad, #2cc5cf);
}

.service-card h3 {
  font-weight: 700;
  font-size: 18px;
  color: var(--blue-900);
  margin-bottom: 12px;
}

.service-card p {
  font-size: 15px;
  color: var(--muted-color);
  margin-bottom: 18px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--blue-700);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(31, 114, 184, 0.08);
  transition: background 0.2s ease, transform 0.2s ease;
}

.service-link:hover {
  background: rgba(31, 114, 184, 0.14);
  transform: translateX(3px);
}

.why-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  background:
    linear-gradient(140deg, rgba(12, 50, 93, 0.2) 0%, rgba(31, 114, 184, 0.24) 52%, rgba(31, 114, 184, 0.16) 100%),
    url("../img/background-diferenciais.png") right center / cover no-repeat,
    radial-gradient(circle at 88% 14%, rgba(31, 114, 184, 0.22), transparent 42%),
    radial-gradient(circle at 12% 38%, rgba(38, 156, 197, 0.2), transparent 44%),
    radial-gradient(circle at 50% 0%, rgba(31, 114, 184, 0.16), transparent 55%),
    linear-gradient(120deg, #ecf4ff 0%, #dfeeff 45%, #dff1ff 100%);
}

.why-section::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -20%;
  height: 78%;
  background-image: url("../bg-waves.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 175% auto;
  opacity: 0.88;
  z-index: 0;
  pointer-events: none;
}

.why-section::after {
  content: "";
  position: absolute;
  left: -6%;
  bottom: -18%;
  width: 64%;
  height: 52%;
  background-image: radial-gradient(rgba(31, 114, 184, 0.34) 1.2px, transparent 1.2px);
  background-size: 9px 9px;
  opacity: 0.55;
  -webkit-mask-image: radial-gradient(circle at 22% 80%, rgba(0, 0, 0, 0.8), transparent 70%);
  mask-image: radial-gradient(circle at 22% 80%, rgba(0, 0, 0, 0.8), transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.why-section .container {
  position: relative;
  z-index: 1;
}

.why-content {
  padding-right: 28px;
  max-width: 560px;
}

.why-image-col {
  display: flex;
  align-items: flex-start;
}

.why-section h2 {
  font-family: "Poppins", "Inter", sans-serif;
  font-weight: 800;
  color: var(--blue-900);
  margin-bottom: 14px;
  font-size: 38px;
}

.why-section .lead {
  color: #51657f;
  margin-bottom: 30px;
  font-size: 16.5px;
  line-height: 1.75;
  max-width: 520px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 22px;
}

.feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.check-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cta-gradient);
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 8px 16px rgba(31, 114, 184, 0.22);
  flex-shrink: 0;
}

.feature-list h4 {
  margin: 0 0 4px;
  color: var(--blue-900);
  font-weight: 700;
  font-size: 18px;
}

.feature-list p {
  margin: 0;
  color: #5c6f86;
  font-size: 15px;
  line-height: 1.55;
}

.why-image-wrapper {
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-top: 0;
}

.why-image-wrapper .image-blob.alt {
  display: none;
}

.why-image-wrapper img {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(12, 50, 93, 0.16);
}

.why-cta {
  position: absolute;
  right: 6%;
  bottom: -22px;
  z-index: 2;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  box-shadow: 0 18px 40px rgba(31, 143, 85, 0.3);
}

.why-cta .cta-arrow {
  font-size: 20px;
  line-height: 1;
}

.login-page {
  background-color: var(--bg-soft);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.login-page main {
  flex: 1;
  display: flex;
}

.login-section {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.login-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0;
  align-items: stretch;
  min-height: 100%;
  height: 100%;
}

.login-media {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 100%;
  box-shadow: none;
  height: 100%;
  background: #e8f2ff;
}

.login-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.login-media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(245, 250, 255, 0.55) 58%, rgba(255, 255, 255, 0.92) 100%);
  pointer-events: none;
}

.login-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 56px;
  min-height: 100%;
  background:
    url("../img/background-diferenciais.png") center / cover no-repeat,
    radial-gradient(circle at 20% 10%, rgba(31, 114, 184, 0.18), transparent 48%),
    radial-gradient(circle at 85% 20%, rgba(47, 179, 109, 0.18), transparent 50%),
    linear-gradient(120deg, #eef6ff 0%, #e5f2ff 45%, #e2f5ee 100%);
}

.login-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.96) 60%, rgba(255, 255, 255, 1) 100%);
  z-index: 0;
}

.login-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(31, 114, 184, 0.14);
  box-shadow: 0 24px 60px rgba(12, 50, 93, 0.18);
  position: relative;
  overflow: hidden;
  align-self: center;
  width: 100%;
  max-width: 480px;
  z-index: 1;
}

.login-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(31, 114, 184, 0.12), transparent 55%);
  pointer-events: none;
}

.login-card h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--blue-900);
  margin-bottom: 6px;
}

.login-card p {
  color: #5c6f86;
  margin-bottom: 22px;
}

.login-form {
  display: grid;
  gap: 16px;
}

.login-field {
  display: grid;
  gap: 8px;
}

.login-field label {
  font-size: 14px;
  font-weight: 600;
  color: #3f546d;
}

.login-field input {
  border-radius: 14px;
  border: 1px solid rgba(31, 114, 184, 0.18);
  padding: 12px 14px;
  background: #f7faff;
  font-size: 15px;
  color: #1f2f46;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.login-field input:focus {
  border-color: var(--blue-500);
  box-shadow:
    0 0 0 4px rgba(31, 114, 184, 0.18),
    0 0 0 1px rgba(47, 179, 109, 0.3);
}

.login-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.login-actions a {
  color: var(--blue-700);
  text-decoration: none;
  font-weight: 600;
}

.login-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4c5f78;
  font-weight: 500;
}

.login-remember input {
  accent-color: var(--blue-500);
}

.login-submit {
  width: 100%;
  justify-content: center;
  padding: 14px 20px;
  border: none;
}

.login-divider {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #7c8da1;
}

.login-divider::before,
.login-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: rgba(31, 114, 184, 0.18);
}

.login-divider::before {
  left: 0;
}

.login-divider::after {
  right: 0;
}

.login-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(31, 114, 184, 0.24);
  color: var(--blue-700);
  font-weight: 600;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
}

.login-outline:hover {
  color: var(--blue-900);
  border-color: rgba(31, 114, 184, 0.4);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0 40px;
  background:
    radial-gradient(circle at 88% 18%, rgba(31, 114, 184, 0.28), transparent 42%),
    radial-gradient(circle at 12% 38%, rgba(47, 179, 109, 0.28), transparent 45%),
    linear-gradient(120deg, #e5f0ff 0%, #d2e3fb 50%, #cbeadf 100%);
  color: #3c516a;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -30%;
  height: 75%;
  background-image: url("../bg-waves.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 210% auto;
  opacity: 0.72;
  z-index: 0;
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -12%;
  top: -40%;
  width: 65%;
  height: 95%;
  background: radial-gradient(circle, rgba(31, 114, 184, 0.24), transparent 60%);
  z-index: 0;
  pointer-events: none;
}

.site-footer .container::before {
  content: "";
  position: absolute;
  left: -6%;
  bottom: -14%;
  width: 55%;
  height: 46%;
  background-image: radial-gradient(rgba(31, 114, 184, 0.35) 1.2px, transparent 1.2px);
  background-size: 9px 9px;
  opacity: 0.55;
  -webkit-mask-image: radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.85), transparent 70%);
  mask-image: radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.85), transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 0.75fr);
  gap: 36px;
  align-items: start;
}

.footer-brand,
.footer-block {
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 16px;
}

.footer-logo img {
  height: 56px;
  width: auto;
  display: block;
}

.footer-brand p {
  max-width: 300px;
  margin: 0;
  color: #4f637a;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.footer-block h4 {
  font-weight: 700;
  color: var(--blue-900);
  margin-bottom: 14px;
}

.footer-list,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-list li {
  color: #4b5f76;
}

.footer-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #4b5f76;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-list a:hover {
  color: var(--blue-700);
  transform: translateX(2px);
}

.footer-list i {
  color: var(--blue-700);
  font-size: 16px;
}

.footer-links a {
  color: #4b5f76;
  text-decoration: none;
  transition: color 0.2s ease;
  overflow-wrap: anywhere;
}

.footer-links a:hover {
  color: var(--blue-700);
}

.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1f72b8 0%, #2fb36d 100%);
  border: none;
  color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 26px rgba(12, 50, 93, 0.22);
  color: #ffffff;
}

.footer-divider {
  height: 1px;
  background: rgba(12, 50, 93, 0.18);
  margin: 32px 0 18px;
}

.footer-bottom {
  text-align: center;
  display: grid;
  gap: 6px;
  color: #4b5f76;
}

.footer-bottom a {
  color: var(--blue-700);
  text-decoration: none;
  font-weight: 600;
}

.footer-top-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f72b8 0%, #2fb36d 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(12, 50, 93, 0.25);
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 110px 0 90px;
    min-height: 100vh;
    background-position: right 20%;
    background-size: cover;
  }

  .hero-section::before {
    background: linear-gradient(180deg, rgba(236, 243, 252, 0.98) 0%, rgba(236, 243, 252, 0.9) 58%, rgba(236, 243, 252, 0.5) 78%, rgba(236, 243, 252, 0) 100%);
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-text {
    max-width: none;
  }

  .hero-copy {
    max-width: none;
    padding-right: 0;
  }

  .landing-header {
    background: #ffffff;
  }

  .about-section {
    padding: 100px 0 120px;
  }

  .about-section h2 {
    font-size: 34px;
  }

  .about-image {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .about-section .col-lg-5 {
    display: block;
  }

  .about-image img {
    height: auto;
  }

  .about-image::before {
    left: 0;
    width: 55%;
    opacity: 0.85;
  }

  .about-card {
    position: static;
    margin: 18px auto 0;
    text-align: center;
  }

  .products-section {
    padding: 100px 0 115px;
  }

  .products-section::before {
    width: 82%;
    opacity: 0.3;
    background-position: right 28%;
  }

  .products-section::after {
    background-size: 220% auto;
  }

  .products-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 26px;
    gap: 18px;
  }

  .products-cta-text {
    max-width: none;
  }

  .products-section .product-card-media {
    height: 200px;
  }

  .products-section .product-card h3 {
    padding: 16px 20px 0;
  }

  .products-section .product-card p {
    padding: 6px 20px 20px;
  }

  .diferenciais-section {
    padding: 110px 0 120px;
  }

  .diferenciais-header h2 {
    font-size: 34px;
  }

  .diferenciais-grid {
    grid-template-columns: 1fr;
  }

  .diferenciais-card {
    flex-direction: column;
    min-height: 0;
  }

  .diferenciais-card__media {
    flex: 0 0 auto;
    height: 200px;
  }

  .diferenciais-page .diferenciais-card__media {
    height: 200px;
  }

  .navbar-collapse {
    background: #ffffff;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 16px 40px rgba(12, 50, 93, 0.12);
    margin-top: 14px;
  }

  .navbar-nav .nav-link {
    margin: 6px 0;
  }

  .why-content {
    padding-right: 0;
  }

  .why-image-col {
    display: block;
  }

  .why-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .why-cta {
    position: static;
    transform: none;
    display: inline-flex;
    margin-top: 18px;
  }

  .login-layout {
    grid-template-columns: 1fr;
  }

  .login-media {
    min-height: 360px;
  }

  .login-panel {
    padding: 56px 32px;
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top-btn {
    position: static;
    margin: 18px auto 0;
  }
}

@media (max-width: 767.98px) {
  .diferenciais-stats {
    grid-template-columns: 1fr;
  }

  .diferenciais-stat + .diferenciais-stat {
    border: none;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-section {
    text-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 96px 0 60px;
    background-position: 60% 78%;
    background-size: cover;
  }

  .hero-section::before {
    background: linear-gradient(180deg, rgba(236, 243, 252, 0.98) 0%, rgba(236, 243, 252, 0.9) 52%, rgba(236, 243, 252, 0.6) 70%, rgba(236, 243, 252, 0.2) 84%, rgba(236, 243, 252, 0) 100%);
  }

  .hero-copy {
    text-align: center;
    margin: 0 auto;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .services-section {
    padding: 70px 0;
  }

  .products-section {
    padding: 90px 0 105px;
  }

  .products-header h2 {
    font-size: 30px;
  }

  .products-section .product-card-media {
    height: 180px;
    margin: 0;
  }

  .products-section .product-card-media img {
    width: 100%;
    height: 100%;
  }

  .products-cta {
    padding: 18px 16px;
    border-radius: 24px;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .products-section .product-card-head {
    display: block;
  }

  .products-cta-text {
    align-items: center;
    justify-content: center;
  }

  .products-cta-text p {
    text-align: center;
  }

  .products-cta-text .quote-mark-end {
    align-self: center;
  }

  .products-cta-text .quote-mark {
    font-size: 32px;
  }

  .segmentos-page .products-cta-text .quote-mark {
    font-size: 30px;
  }

  .products-section .product-card h3 {
    padding: 16px 18px 0;
    font-size: 18.5px;
  }

  .products-section .product-card p {
    padding: 6px 18px 18px;
  }

  .diferenciais-section {
    padding: 95px 0 110px;
  }

  .diferenciais-header h2 {
    font-size: 30px;
  }

  .diferenciais-header p {
    font-size: 16px;
  }

  .diferenciais-card__content {
    padding: 18px 20px 22px;
  }

  .diferenciais-page .diferenciais-card__media {
    height: 180px;
  }

  .diferenciais-cta {
    justify-items: center;
    text-align: center;
  }

  .diferenciais-cta-text span {
    max-width: none;
  }

  .diferenciais-cta .cta-btn {
    max-width: 100%;
  }

  .products-cta .cta-btn {
    width: auto;
    max-width: none;
    justify-content: center;
  }

  .about-section {
    padding: 90px 0 110px;
  }

  .about-section h2 {
    font-size: 30px;
  }

  .about-subtitle {
    font-size: 16.5px;
  }

  .about-image::before {
    left: -4%;
    width: 70%;
    opacity: 0.75;
  }

  .about-list {
    gap: 10px;
  }

  .about-list li {
    font-size: 15px;
  }

  .about-card {
    width: 100%;
    max-width: 280px;
  }

  .why-section {
    padding: 90px 0 120px;
  }

  .why-section h2 {
    font-size: 28px;
  }

  .feature-list {
    gap: 18px;
  }

  .check-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .why-cta {
    width: 100%;
    justify-content: center;
  }

  .login-card {
    padding: 26px;
  }

  .login-media {
    min-height: 260px;
  }

  .login-panel {
    padding: 42px 20px;
  }

  .login-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-logo img {
    height: 48px;
  }

  .footer-bottom {
    text-align: left;
  }
}
