*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 10px;
  scrollbar-color: #2cc3ff #004798;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #004798;
}

::-webkit-scrollbar-thumb {
  background-color: #2cc3ff;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0074ff;
}

/* ── HEADER ─────────────────────────────────────────────── */
.site-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  font-family: "Ubuntu", sans-serif;
}

.site-header-inner {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 403.188px 940.797px;
  align-content: center;
  align-items: center;
  height: 80px;
  width: 1344px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* ── LOGO ────────────────────────────────────────────────── */
.header-logo img {
  height: 38px;
  display: block;
}

/* ── NAV ─────────────────────────────────────────────────── */
.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.nav-item {
  position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 116, 255);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
}

.nav-item:has(.dropdown) {
  background-image: url("https://www.sigecloud.com.br/images/ImagesSiteNovaDecada/dropdown-arrow-nav.svg");
}

.nav-item:hover {
  opacity: 0.75;
}

/* ── DROPDOWN ────────────────────────────────────────────── */
.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid rgba(0, 98, 204, 0.12);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  display: none;
  z-index: 200;
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  display: block;
}

.dropdown a {
  display: block;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 400;
  color: rgb(0, 57, 124);
  text-decoration: none;
  transition: background-color 0.15s;
}

.dropdown a:hover {
  background-color: rgba(0, 98, 204, 0.06);
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-experimente {
  display: inline-flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  background-color: #00c853;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 6px;
  transition: background-color 0.2s ease;
}

.btn-experimente:hover {
  background-color: #219a52;
}

.btn-entrar {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  background: none;
  color: #aab4c2;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s ease;
}

.btn-entrar:hover {
  color: rgb(0, 98, 204);
}

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  display: block;
  width: 100%;
  max-width: 1910px;
  height: 571px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  background:
    url("contents/pattern-main-2022.png") center center / cover no-repeat,
    radial-gradient(ellipse at 65% 40%, #2196f3 0%, #1565c0 45%, #0d47a1 100%);
  overflow: hidden;
  position: relative;
}

.hero-inner {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 672px 672px;
  height: 571px;
  width: 1344px;
  margin: 0 283px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
}

/* ── HERO TEXT ───────────────────────────────────────────── */
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  color: #fff;
}

.hero-tagline {
  font-size: 32px;
  font-weight: 100;
  line-height: 1.4;
  opacity: 0.95;
}

.hero-title {
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2;
  margin: 0;
}

.hero-desc {
  font-size: 32px;
  font-weight: 100;
  line-height: 1.6;
  opacity: 0.95;
}

/* ── CTA BUTTON ──────────────────────────────────────────── */
.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 10px 14px 10px 22px;
  background-color: #00e676;
  color: #003d1a;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease;
}

.btn-hero strong {
  font-weight: 700;
}

.btn-hero:hover {
  background-color: #00c853;
  transform: translateY(-1px);
}

.btn-hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #1a237e;
  border-radius: 50%;
  flex-shrink: 0;
}

.btn-hero-icon svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

.btn-hero-arrow {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: #003d1a;
  margin-left: -4px;
}

/* ── HERO MEDIA ──────────────────────────────────────────── */
.hero-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: clip;
}

.hero-devices {
  display: block;
  align-self: center;
  max-height: 90%;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: clip;
  overflow-clip-margin: content-box;
  transition: all 0.4s ease-in-out;
}

/* ── CTA FINAL ───────────────────────────────────────────── */
.cta-final {
  display: block;
  width: 100%;
  max-width: 1910px;
  height: 417px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  background-color: rgb(189, 236, 196);
  background-image: none;
}

.cta-final-inner {
  width: 1344px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

/* Esquerda */
.cta-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cta-title {
  font-size: 26px;
  font-weight: 300;
  color: rgb(0, 116, 255);
  line-height: 1.4;
}

.btn-cta-green {
  display: inline-block;
  height: 79px;
  padding-top: 25px;
  padding-right: 32px;
  padding-bottom: 25px;
  padding-left: 32px;
  align-self: flex-start;
  background-color: rgb(0, 200, 83);
  color: rgb(255, 255, 255);
  font-family: "Ubuntu", sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn-cta-green:hover {
  background-color: #00b248;
}

/* Direita */
.cta-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cta-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.cta-checks li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #2e7d32;
}

.cta-checks li::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-color: #00c853;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,6 5,9 10,3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}

/* Caixa telefone */
.cta-phone-box {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 325px 325px;
  height: 75px;
  width: 672px;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 200, 83);
  border-radius: 5px;
}

.cta-phone-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px;
}

.cta-phone-label span {
  font-size: 12px;
  font-weight: 400;
  color: #555;
}

.cta-phone-label strong {
  font-size: 13px;
  font-weight: 700;
  color: rgb(0, 200, 83);
}

.cta-phone-input-group {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}

.cta-phone-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 12px;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  color: #333;
  background: transparent;
  height: 100%;
}

.cta-phone-input::placeholder {
  color: #aaa;
}

.btn-cta-phone {
  height: 100%;
  padding: 0 18px;
  background-color: rgb(0, 200, 83);
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.btn-cta-phone:hover {
  background-color: #00b248;
}

/* ── NEGÓCIOS ────────────────────────────────────────────── */
.negocios {
  background-color: #f0f2f5;
  padding: 60px 0 70px;
  font-family: "Ubuntu", sans-serif;
}

.negocios-inner {
  width: 1344px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.negocios-title {
  font-size: 24px;
  font-weight: 300;
  color: rgb(0, 116, 255);
  margin: 0;
}

.negocios-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  width: 100%;
}

.negocio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}

.negocio-item:hover {
  transform: translateY(-4px);
  opacity: 0.85;
}

.negocio-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.negocio-item span {
  font-size: 14px;
  font-weight: 600;
  color: rgb(0, 116, 255);
  text-align: center;
}

/* ── INTEGRAÇÕES ─────────────────────────────────────────── */
.integracoes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  font-family: "Ubuntu", sans-serif;
}

.integracoes-left {
  background: linear-gradient(135deg, #e0f7f4 0%, #b2ebf2 50%, #c8f5e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}

.integracoes-img {
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
}

.integracoes-right {
  background: linear-gradient(45deg, #0074ff, #2cc3ff 150%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  padding: 60px 80px;
  color: #fff;
}

.integracoes-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00e676;
}

.integracoes-desc {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.integracoes-link {
  font-size: 15px;
  font-weight: 400;
  color: #00e676;
  text-decoration: none;
  transition: opacity 0.15s;
}

.integracoes-link span {
  text-decoration: underline;
}

.integracoes-link:hover {
  opacity: 0.8;
}

/* ── FUNCIONALIDADES ─────────────────────────────────────── */
.funcionalidades {
  background-color: #f0f2f5;
  padding: 70px 0 80px;
  font-family: "Ubuntu", sans-serif;
}

.func-inner {
  width: 1344px;
  margin: 0 auto;
}

.func-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}

.func-title {
  font-size: 26px;
  font-weight: 300;
  color: rgb(0, 116, 255);
  margin: 0;
}

.func-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 60px;
}

.func-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.func-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 4px;
}

.func-item-title {
  font-size: 15px;
  font-weight: 700;
  color: rgb(0, 116, 255);
  margin: 0;
}

.func-item-desc {
  font-size: 13px;
  font-weight: 300;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

.func-item-desc strong {
  font-weight: 700;
  color: #333;
}

/* ── ECOSSISTEMA ─────────────────────────────────────────── */
.ecossistema {
  background:
    url("contents/pattern-main-2022.png") center center / cover no-repeat,
    linear-gradient(45deg, #0074ff, #2cc3ff 150%);
  font-family: "Ubuntu", sans-serif;
  overflow: hidden;
}

.ecossistema-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1344px;
  margin: 0 283px;
  min-height: 700px;
  align-items: center;
  gap: 60px;
}

/* Texto esquerdo */
.eco-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  color: #fff;
  padding: 80px 0;
}

.eco-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.85;
}

.eco-desc {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}

.btn-eco {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 12px 26px;
  background-color: #0d1b5e;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.btn-eco strong {
  font-weight: 700;
}

.btn-eco:hover {
  background-color: #0a1450;
}

.btn-eco-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #00e676;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 8px;
}

.btn-eco-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}

.eco-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.eco-link strong {
  text-decoration: underline;
}
.eco-link-arrow {
  font-size: 18px;
  font-weight: 700;
}
.eco-link:hover {
  opacity: 0.8;
}

/* Cards 2x2 */
.eco-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 40px 0;
}

.eco-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 20px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.eco-card-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
  object-position: left;
  margin-bottom: 6px;
}

.eco-card-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-bottom: 16px;
}

.eco-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.eco-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
}

.eco-features li::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-color: #00c853;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,6 5,9 10,3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.eco-card-img {
  width: calc(100% + 40px);
  margin-left: -20px;
  display: block;
  object-fit: cover;
}

/* ── PLANOS ──────────────────────────────────────────────── */
.planos {
  background-color: #f0f2f5;
  padding: 60px 0 80px;
  font-family: "Ubuntu", sans-serif;
}

.planos-inner {
  width: 1344px;
  margin: 0 auto;
}

/* Cabeçalho da seção */
.planos-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.planos-subtitle {
  font-size: 20px;
  font-weight: 200;
  color: rgb(0, 116, 255);
  margin-bottom: 6px;
}

.planos-desc {
  font-size: 20px;
  font-weight: 200;
  color: rgb(0, 116, 255);
  line-height: 1.5;
}

.planos-header-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 116, 255);
  text-decoration: none;
  white-space: nowrap;
  margin-top: 4px;
  flex-shrink: 0;
}

.planos-header-link strong {
  font-weight: 700;
}

.planos-header-link:hover {
  opacity: 0.8;
}

.mouse-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid rgb(0, 116, 255);
  border-radius: 50%;
  padding: 8px;
  flex-shrink: 0;
}

.mouse-icon svg {
  width: 18px;
  height: 28px;
  color: rgb(0, 116, 255);
}

/* Grid de cards */
.planos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.plano-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.plano-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.plano-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.plano-header-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.plano-nome {
  font-size: 20px;
  font-weight: 700;
  color: #f5a623;
}

.plano-usuarios {
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

/* Lista de features */
.plano-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.plano-features li::before {
  content: "›";
  color: #f5a623;
  font-weight: 700;
  font-size: 16px;
  margin-right: 6px;
}

.plano-features li a {
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 80, 180);
  text-decoration: none;
  transition: opacity 0.15s;
}

.plano-features li a:hover {
  opacity: 0.75;
}

.plano-features li.disabled a {
  color: #bbb;
  text-decoration: line-through;
}

.plano-features li.disabled::before {
  color: #ccc;
}

/* Botão */
.btn-plano {
  display: block;
  text-align: center;
  padding: 14px;
  background-color: rgb(0, 116, 255);
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.2s ease;
}

.btn-plano strong {
  font-weight: 700;
}

.btn-plano:hover {
  background-color: rgb(0, 90, 210);
}

/* ── RESPONSIVE (mobile hamburger) ──────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgb(0, 98, 204);
  border-radius: 2px;
  transition:
    transform 0.2s,
    opacity 0.2s;
}

@media (max-width: 768px) {

  /* ── HEADER ── */
  .site-header-inner {
    width: 100%;
    grid-template-columns: 1fr auto;
    padding: 0 20px;
    position: relative;
  }

  .hamburger {
    display: flex;
  }

  .header-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    gap: 2px;
    z-index: 99;
  }

  .header-nav.open {
    display: flex;
  }

  .nav-item {
    justify-content: space-between;
    border-radius: 8px;
    height: auto;
    line-height: 1.4;
    padding: 12px 10px;
  }

  .dropdown {
    position: static;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 0 0 12px;
  }

  .btn-experimente,
  .btn-entrar {
    margin: 4px 0;
    justify-content: center;
  }

  /* ── HERO ── */
  .hero {
    height: auto;
    padding: 40px 0 0;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    height: auto;
    gap: 32px;
  }

  .hero-text {
    gap: 12px;
  }

  .hero-tagline,
  .hero-title,
  .hero-desc {
    font-size: 18px;
  }

  .hero-media {
    justify-content: center;
  }

  .hero-devices {
    max-height: 260px;
    max-width: 100%;
  }

  /* ── PLANOS ── */
  .planos-inner {
    width: 100%;
    padding: 0 20px;
  }

  .planos-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .planos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* ── ECOSSISTEMA ── */
  .ecossistema-inner {
    width: 100%;
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }

  .eco-cards {
    grid-template-columns: 1fr 1fr;
  }

  /* ── FUNCIONALIDADES ── */
  .func-inner {
    width: 100%;
    padding: 0 20px;
  }

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

  /* ── INTEGRAÇÕES ── */
  .integracoes {
    grid-template-columns: 1fr;
  }

  .integracoes-left,
  .integracoes-right {
    padding: 40px 20px;
    min-height: auto;
  }

  /* ── NEGÓCIOS ── */
  .negocios-inner {
    width: 100%;
    padding: 0 20px;
  }

  .negocios-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  /* ── CTA FINAL ── */
  .cta-final {
    height: auto;
    padding: 40px 0;
  }

  .cta-final-inner {
    width: 100%;
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cta-phone-box {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  /* ── FOOTER ── */
  .footer-inner {
    width: 100%;
    padding: 0 20px;
  }

  .footer-contacts {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* ── SITEMAP ── */
  .sitemap-inner {
    width: 100%;
    padding: 0 20px;
  }

  .sitemap-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

/* ── SITEMAP ─────────────────────────────────────────────── */
.sitemap {
  background: linear-gradient(to bottom, #aee5ff 0%, #ffffff 100%);
  padding: 60px 0 50px;
  font-family: "Ubuntu", sans-serif;
}

.sitemap-inner {
  width: 1344px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sitemap-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.sitemap-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sitemap-col-title {
  font-size: 15px;
  font-weight: 700;
  color: rgb(0, 116, 255);
  margin-bottom: 14px;
}

.sitemap-col ul li a {
  font-size: 13px;
  font-weight: 400;
  color: rgb(0, 90, 180);
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.sitemap-col ul li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.sitemap-section-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(0, 116, 255);
  padding-top: 10px;
}

/* ── FOOTER ──────────────────────────────────────────────── */
.site-footer {
  background-color: #aee5ff;
  font-family: "Ubuntu", sans-serif;
  padding: 30px 0 0;
}

.footer-inner {
  width: 1344px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Linha de contatos */
.footer-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 24px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-phone-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.footer-contact-label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: rgb(0, 116, 255);
}

.footer-contact-number {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: rgb(0, 90, 200);
}

/* Ecossistema */
.footer-eco {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.footer-eco-top {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border-radius: 50px;
  padding: 4px 14px 4px 4px;
}

.footer-eco-cloud {
  width: 40px;
  height: 40px;
}

.footer-eco-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-eco-icons svg {
  width: 18px;
  height: 18px;
}

.footer-eco-label {
  font-size: 14px;
  font-weight: 400;
  color: rgb(0, 116, 255);
  padding-left: 4px;
}

.footer-eco-label strong {
  font-weight: 700;
}

/* Linha redes sociais */
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(0, 116, 255, 0.15);
}

.footer-social-label {
  font-size: 15px;
  font-weight: 700;
  color: rgb(0, 80, 180);
  margin-right: 4px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}

.footer-social-link svg {
  width: 26px;
  height: 26px;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
