:root {
  --navy: #041d3a;
  --navy-2: #07142b;
  --pink: #ff0b6a;
  --pink-2: #ff4c9a;
  --purple: #6d28d9;
  --purple-soft: #f4edff;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e9eef8;
  --white: #ffffff;
  --soft: #f8fbff;
  --whats: #25d366;
  --shadow: 0 26px 80px rgba(4, 29, 58, .14);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(4,29,58,.08); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 0; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; line-height: 0; }
.logo-img { display: block; width: auto; height: 56px; max-width: 100%; object-fit: contain; }
.menu { display: flex; align-items: center; gap: 24px; font-weight: 800; font-size: 14px; color: #334155; }
.menu a:not(.btn):hover { color: var(--pink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 3px; margin: 5px auto; background: var(--navy); border-radius: 99px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 22px; border-radius: 999px; font-weight: 900; font-size: 15px; transition: .22s ease; border: 0; cursor: pointer; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--pink), var(--purple)); color: white; box-shadow: 0 18px 40px rgba(255,11,106,.24); }
.btn-outline { border: 1px solid rgba(255,11,106,.18); color: var(--pink); background: white; }
.btn-small { padding: 11px 18px; background: rgba(255,11,106,.10); color: var(--pink); }
.btn-white { background: white; color: var(--pink); box-shadow: 0 18px 40px rgba(4,29,58,.16); }
.hero { position: relative; padding: 92px 0 72px; overflow: hidden; background: radial-gradient(circle at 82% 8%, rgba(255,11,106,.15), transparent 34%), linear-gradient(180deg, #ffffff, #fbfdff); }
.hero::before { content: ""; position: absolute; inset: auto -220px -420px auto; width: 780px; height: 780px; border-radius: 50%; background: radial-gradient(circle, rgba(109,40,217,.15), transparent 66%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; position: relative; }
.badge, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--pink); background: rgba(255,11,106,.09); padding: 9px 14px; border-radius: 999px; font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .4px; }
h1 { font-size: clamp(40px, 5.2vw, 66px); line-height: 1.01; letter-spacing: -3.3px; margin: 22px 0; max-width: 780px; }
.hero-subtitle { font-size: 20px; color: var(--muted); max-width: 700px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 22px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px; color: #42526b; font-weight: 800; font-size: 14px; }
.hero-proof span { background: #fff; border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px; box-shadow: 0 10px 30px rgba(4,29,58,.04); }
.hero-panel { background: linear-gradient(180deg, #07142b, #041d3a); color: white; border: 1px solid rgba(255,255,255,.10); border-radius: 34px; padding: 22px; box-shadow: var(--shadow); transform: rotate(1deg); position: relative; overflow: hidden; }
.hero-panel::after { content: ""; position: absolute; width: 210px; height: 210px; right: -70px; top: -80px; background: radial-gradient(circle, rgba(255,11,106,.45), transparent 65%); }
.panel-top { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 800; position: relative; z-index: 1; }
.panel-top span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); display: block; }
.panel-top small { margin-left: auto; }
.metric-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 14px; position: relative; z-index: 1; }
.metric-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); border-radius: 24px; padding: 18px; }
.metric-card.big { grid-row: span 2; }
.metric-card small, .metric-card em { color: rgba(255,255,255,.66); font-style: normal; font-weight: 800; }
.metric-card strong { display: block; font-size: 32px; letter-spacing: -1.4px; margin: 6px 0; }
.metric-card.big strong { font-size: 42px; }
.metric-card em { display: block; font-size: 13px; color: var(--pink-2); }
.mini-table { margin-top: 14px; background: white; color: var(--ink); border-radius: 24px; padding: 16px; position: relative; z-index: 1; }
.mini-table div { display: flex; justify-content: space-between; padding: 11px 0; border-top: 1px solid #edf2f8; }
.mini-table div:first-child { border-top: 0; }
.mini-table span { color: var(--muted); font-weight: 700; }
.status-line { margin-top: 14px; border-radius: 999px; padding: 12px 14px; background: rgba(255,11,106,.14); color: white; font-size: 13px; font-weight: 900; text-align: center; position: relative; z-index: 1; }
.section { padding: 86px 0; }
.section-title { text-align: center; max-width: 780px; margin: 0 auto 44px; }
.section-title h2, .pain-box h2, .split-copy h2, .final-box h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -2.4px; margin: 16px 0; }
.section-title p, .pain-box p, .split-copy p, .final-box p { color: var(--muted); font-size: 18px; }
.pain { padding-top: 28px; }
.pain-box { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: center; background: var(--navy-2); color: white; border-radius: 34px; padding: 42px; box-shadow: 0 24px 70px rgba(4,29,58,.18); }
.pain-box p { color: rgba(255,255,255,.74); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { border: 1px solid rgba(4,29,58,.10); border-radius: 28px; padding: 28px; background: white; box-shadow: 0 18px 55px rgba(4,29,58,.05); min-height: 245px; }
.icon { width: 48px; height: 48px; border-radius: 17px; background: rgba(255,11,106,.10); color: var(--pink); display: grid; place-items: center; font-weight: 900; margin-bottom: 18px; }
.feature-card h3 { font-size: 22px; margin-bottom: 10px; letter-spacing: -.7px; }
.feature-card p { color: var(--muted); font-size: 15px; }
.bg-soft { background: linear-gradient(180deg, var(--soft), white); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.split-grid.reverse { grid-template-columns: 1.1fr .9fr; }
.split-copy p { margin-bottom: 28px; }
.tags { display: flex; flex-wrap: wrap; gap: 14px; }
.tags span, .integration-grid span { padding: 14px 18px; background: white; border: 1px solid var(--line); border-radius: 999px; font-weight: 900; color: #334155; box-shadow: 0 14px 36px rgba(4,29,58,.04); }
.integration-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.integration-grid span:last-child { background: linear-gradient(135deg, var(--navy), var(--pink)); color: white; border-color: transparent; }
.bg-dark { background: var(--navy-2); color: white; }
.section-title.light p { color: rgba(255,255,255,.72); }
.dark-kicker { background: rgba(255,255,255,.14); color: white; }
.logo-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.logo-placeholder { height: 112px; border-radius: 24px; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px dashed rgba(255,255,255,.22); color: rgba(255,255,255,.74); font-weight: 900; }
.partner-card { background: linear-gradient(180deg, #fff, #fbfdff); border: 1px solid var(--line); border-radius: 34px; padding: 32px; box-shadow: var(--shadow); }
.partner-card h3 { font-size: 30px; letter-spacing: -1.2px; margin-bottom: 10px; }
.partner-card p { color: var(--muted); margin-bottom: 20px; }
.partner-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.partner-list span { border-radius: 18px; background: rgba(255,11,106,.08); color: var(--pink); padding: 16px; font-weight: 900; text-align: center; }
.client-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.client-links a { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: 0 18px 55px rgba(4,29,58,.05); transition: .22s ease; }
.client-links a:hover { transform: translateY(-3px); border-color: rgba(255,11,106,.35); }
.client-links strong { display: block; font-size: 18px; margin-bottom: 5px; }
.client-links span { color: var(--muted); font-weight: 700; font-size: 14px; }
.final-cta { padding-top: 40px; }
.final-box { display: flex; justify-content: space-between; align-items: center; gap: 28px; background: linear-gradient(135deg, var(--pink), var(--purple), var(--navy)); color: white; border-radius: 38px; padding: 48px; box-shadow: 0 32px 90px rgba(255,11,106,.22); }
.final-box p { color: rgba(255,255,255,.78); max-width: 720px; }
.footer { padding: 38px 0; background: var(--navy-2); color: rgba(255,255,255,.72); }
.footer-brand p { max-width: 420px; }
.footer-links a:hover { color: white; }
.float-whats { position: fixed; right: 22px; bottom: 22px; z-index: 80; background: var(--whats); color: white; border-radius: 999px; padding: 14px 18px; font-weight: 900; box-shadow: 0 18px 46px rgba(37,211,102,.35); }
.reveal { opacity: 0; transform: translateY(18px); transition: .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; } .delay-2 { transition-delay: .16s; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .menu { position: fixed; top: 82px; left: 18px; right: 18px; padding: 18px; border-radius: 22px; background: white; box-shadow: var(--shadow); border: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; }
  .menu.open { display: flex; }
  .menu a { padding: 10px; }
  .hero-grid, .pain-box, .split-grid, .split-grid.reverse { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .client-links { grid-template-columns: 1fr 1fr; }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
  .final-box, .footer-content { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 72px; padding: 10px 0; }
  .menu { top: 72px; }
  .logo-img { height: 46px; }
  h1 { letter-spacing: -2.3px; }
  .hero { padding: 48px 0 44px; }
  .hero-panel { transform: none; padding: 16px; }
  .metric-grid, .cards-grid, .client-links, .partner-list, .logo-wall { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .pain-box, .final-box { padding: 28px; border-radius: 28px; }
  .float-whats { right: 14px; bottom: 14px; padding: 12px 15px; }
}
/* Base */
.integration-grid span {
  transition: all .22s ease;
  cursor: default;
  border: 1px solid rgba(255,255,255,.14);
}

.integration-grid span:hover {
  transform: translateY(-3px);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

/* Cores mais próximas das logos */
.integration-grid span.int-allianz:hover {
  background: #111111;
}

.integration-grid span.int-bagy:hover {
  background: linear-gradient(135deg, #23a6ff, #8b3cff);
}

.integration-grid span.int-comprouja:hover {
  background: #1d2f6f;
}

.integration-grid span.int-correios:hover {
  background: #ffcc00;
  color: #003399;
}

.integration-grid span.int-ifood:hover {
  background: #ea1d2c;
}

.integration-grid span.int-irroba:hover {
  background: #ff4b2b;
}

.integration-grid span.int-jadlog:hover {
  background: #d7193f;
}

.integration-grid span.int-lojaintegrada:hover {
  background: #6b5b95;
}

.integration-grid span.int-magalu:hover {
  background: linear-gradient(90deg, #0086ff, #00c2ff, #ffcc00, #ff2d55);
}

.integration-grid span.int-mandae:hover {
  background: #4b3f93;
}

.integration-grid span.int-mercadolivre:hover {
  background: #ffe600;
  color: #2d3277;
}

.integration-grid span.int-netshoes:hover {
  background: #6f3fa0;
}

.integration-grid span.int-nuvemshop:hover {
  background: #2f3a56;
}

.integration-grid span.int-opencart:hover {
  background: #24a9e0;
}

.integration-grid span.int-shopee:hover {
  background: #ee4d2d;
}

.integration-grid span.int-shopify:hover {
  background: #95bf47;
  color: #1f2937;
}

.integration-grid span.int-smartenvios:hover {
  background: #ff5a1f;
}

.integration-grid span.int-tiktok:hover {
  background: #000;
}

.integration-grid span.int-tray:hover {
  background: #15173c;
}

.integration-grid span.int-vtex:hover {
  background: #f71963;
}

.integration-grid span.int-wbuy:hover {
  background: #ff4b2b;
}

.integration-grid span.int-webstore:hover {
  background: #ff6b00;
}

.integration-grid span.int-woocommerce:hover {
  background: #96588a;
}
.clients-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 38px;
  padding: 10px 0;
}

.clients-carousel {
  position: relative;
  width: min(96vw, 1680px);
  margin: 42px auto 0;
  overflow: hidden;
  padding: 10px 0;
}

.clients-carousel::before,
.clients-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.clients-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #07111f 0%, rgba(7, 17, 31, 0) 100%);
}

.clients-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #07111f 0%, rgba(7, 17, 31, 0) 100%);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: clientsScroll 30s linear infinite;
}

.clients-carousel:hover .clients-track {
  animation-play-state: paused;
}

.client-logo {
  width: 210px;
  height: 96px;
  flex: 0 0 210px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: all .22s ease;
}

.client-logo:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.26);
}

.client-logo img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  display: block;
}

@keyframes clientsScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .clients-carousel {
    width: 100vw;
    margin-top: 32px;
  }

  .clients-carousel::before,
  .clients-carousel::after {
    width: 55px;
  }

  .clients-track {
    gap: 16px;
    animation-duration: 24s;
  }

  .client-logo {
    width: 155px;
    height: 82px;
    flex-basis: 155px;
    border-radius: 18px;
    padding: 14px;
  }

  .client-logo img {
    max-height: 48px;
  }
}

.footer {
  padding: 38px 0;
  background: var(--navy-2);
  color: rgba(255,255,255,.72);
}

.footer-content {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-self: start;
}

.footer-logo {
  width: auto;
  height: 56px;
  display: block;
  margin-bottom: 0;
  object-fit: contain;
}

.footer-addresses {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 500;
  justify-self: center;
  text-align: left;
  transform: translateX(-35px);
}

.footer-addresses span {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.footer-addresses span::before {
  content: "•";
  color: #ff0b6a;
  margin-right: 7px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 800;
  justify-self: end;
}

.footer-links a:hover {
  color: white;
}

@media (max-width: 900px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer-addresses {
    transform: none;
    align-items: flex-start;
    justify-self: auto;
  }

  .footer-addresses span {
    white-space: normal;
  }

  .footer-links {
    justify-self: auto;
  }
}