:root {
  --bg-deep: #040b17;
  --bg-deep-alt: #071327;
  --bg-panel: #0b1f3b;
  --bg-light: #f4f7fc;
  --text-strong: #ffffff;
  --text-body: #c7d3e8;
  --text-dark: #0f1b30;
  --brand-blue: #1739d7;
  --brand-blue-light: #2f58ff;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 50px rgba(1, 9, 24, 0.35);
  --container: min(1140px, calc(100% - 3rem));
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  background: linear-gradient(180deg, var(--bg-deep) 0%, #08172e 30%, var(--bg-light) 30%);
  color: var(--text-dark);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.promo-bar {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #101827 0%, #16233a 50%, #101827 100%);
  color: #fff;
  text-align: center;
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  letter-spacing: 0.055em;
  line-height: 1.15;
  font-weight: 900;
  padding: 0.34rem 0.85rem;
  text-transform: uppercase;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(4, 11, 23, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 0.48rem 0;
  gap: 1rem;
}

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

.brand img {
  width: clamp(104px, 9vw, 124px);
  max-height: 44px;
  height: auto;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: #fff;
  border-radius: 999px;
  padding: 0.46rem 0.82rem;
  font-weight: 700;
}

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

.nav a {
  color: #dbe6ff;
  font-weight: 600;
  font-size: 0.86rem;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: #fff;
}

.hero {
  padding: 4.2rem 0 5.4rem;
  background: radial-gradient(circle at 70% 20%, rgba(47, 88, 255, 0.28), transparent 45%),
    linear-gradient(180deg, rgba(4, 11, 23, 0.88) 0%, rgba(7, 19, 39, 0.96) 100%);
  color: #fff;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 4.6vw, 4.25rem);
  min-height: 620px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.kicker {
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.04em;
  font-size: 0.96rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.hero h1 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.015em;
  color: var(--brand-blue-light);
  max-width: 12ch;
}

.hero p {
  margin-top: 1.25rem;
  color: var(--text-body);
  max-width: 46ch;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue-light), var(--brand-blue));
  box-shadow: 0 14px 30px rgba(26, 61, 255, 0.34);
}

.btn-primary:hover {
  box-shadow: 0 18px 34px rgba(26, 61, 255, 0.45);
}

.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-block {
  width: 100%;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 620px;
  pointer-events: none;
}

.hero-bg-word {
  position: absolute;
  right: -3%;
  top: 5%;
  z-index: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(7rem, 18vw, 13rem);
  line-height: 0.9;
  color: rgba(35, 68, 230, 0.48);
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

.hero-image {
  position: absolute;
  right: -10%;
  bottom: -52px;
  z-index: 1;
  width: min(980px, 112%);
  max-width: none;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.45));
}

.simulator {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(69, 81, 255, 0.28), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(135, 255, 67, 0.16), transparent 28%),
    #071327;
  color: #fff;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
}

.simulator-panel {
  position: relative;
  display: block;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  color: #fff;
  text-decoration: none;
  background: #070d1b;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.35);
  isolation: isolate;
}

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

.simulator-panel::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 13, 27, 0.94) 0%, rgba(7, 13, 27, 0.76) 38%, rgba(7, 13, 27, 0.24) 72%, rgba(7, 13, 27, 0.68) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.simulator-panel::after {
  z-index: 4;
  opacity: 0.78;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.18) 42%, transparent 58%);
  transform: translateX(-120%);
  animation: simulator-sweep 7s ease-in-out infinite;
}

.simulator-copy {
  position: relative;
  z-index: 5;
  width: min(560px, 50%);
  padding: clamp(2rem, 5vw, 4.2rem);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.72rem;
  color: #dfe8ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(69, 81, 255, 0.18);
}

.simulator-copy h2 {
  margin: 0;
  max-width: 560px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.65rem, 8.2vw, 7.8rem);
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.36);
}

.simulator-copy p {
  max-width: 440px;
  margin: 1rem 0 0;
  color: #eaf0ff;
  font-size: 1.08rem;
  line-height: 1.55;
}

.simulator-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem;
  margin-top: 1rem;
}

.simulator-badges span,
.personalize-chip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.simulator-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 0.34rem 0.58rem;
}

.simulator-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.simulator-visual img {
  position: absolute;
  right: -5%;
  bottom: -9%;
  width: min(1050px, 76%);
  max-width: none;
  filter: saturate(1.06) contrast(1.05) drop-shadow(0 32px 44px rgba(0, 0, 0, 0.5));
  transform: scale(1.01);
  transition: transform 0.65s ease, filter 0.65s ease;
}

.personalize-chip {
  position: absolute;
  left: clamp(2rem, 5vw, 4.2rem);
  bottom: 0.9rem;
  z-index: 5;
  border-radius: 16px;
  padding: 0.92rem 1.14rem;
  background: rgba(5, 7, 13, 0.9);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

.personalize-chip::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.55rem;
  vertical-align: -4px;
  border-radius: 50%;
  background: conic-gradient(#4551ff, #55bf4b, #ff7a2f, #4551ff);
}

.simulator-cta {
  position: absolute;
  right: clamp(1.35rem, 4vw, 3.5rem);
  bottom: 2.3rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 62px;
  padding: 0 1.65rem;
  background: linear-gradient(135deg, #4551ff 0%, #2f3df5 48%, #55bf4b 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(69, 81, 255, 0.42), 0 0 0 8px rgba(69, 81, 255, 0.1);
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.simulator-cta span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.simulator-panel:hover .simulator-visual img {
  transform: scale(1.055) translateX(-1.5%);
  filter: saturate(1.14) contrast(1.08) drop-shadow(0 36px 52px rgba(0, 0, 0, 0.56));
}

.simulator-panel:hover .simulator-cta {
  transform: translateY(-3px);
  filter: brightness(1.08) saturate(1.12);
  box-shadow: 0 22px 52px rgba(85, 191, 75, 0.34), 0 0 0 10px rgba(85, 191, 75, 0.12);
}

@keyframes simulator-sweep {
  0%, 52% {
    transform: translateX(-120%);
  }
  68%, 100% {
    transform: translateX(120%);
  }
}

@media (max-width: 1090px) {
  .simulator-panel {
    min-height: 600px;
  }

  .simulator-copy {
    width: min(600px, 62%);
  }

  .simulator-visual img {
    right: -18%;
    width: min(950px, 92%);
  }
}

@media (max-width: 780px) {
  .simulator {
    padding: 3rem 0;
  }

  .simulator-panel {
    min-height: 690px;
    border-radius: 24px;
  }

  .simulator-panel::before {
    background:
      linear-gradient(180deg, rgba(7, 13, 27, 0.97) 0%, rgba(7, 13, 27, 0.88) 40%, rgba(7, 13, 27, 0.34) 70%, rgba(7, 13, 27, 0.9) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
  }

  .simulator-copy {
    width: 100%;
    padding: 1.45rem;
  }

  .section-kicker {
    font-size: 0.68rem;
  }

  .simulator-copy h2 {
    max-width: 360px;
    font-size: clamp(3.75rem, 17vw, 5rem);
  }

  .simulator-copy p {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .simulator-badges {
    gap: 0.34rem;
  }

  .simulator-badges span {
    min-height: 30px;
    padding: 0.34rem 0.48rem;
    font-size: 0.62rem;
  }

  .simulator-visual img {
    right: -48%;
    bottom: 4.6rem;
    width: 156%;
  }

  .personalize-chip {
    left: 1.1rem;
    bottom: 5.2rem;
    padding: 0.78rem 0.92rem;
    font-size: 0.74rem;
  }

  .simulator-cta {
    right: 1.1rem;
    left: 1.1rem;
    bottom: 1.1rem;
    min-height: 58px;
    font-size: 1.7rem;
  }
}

#simulador,
#modelos,
#linhas,
#clientes,
#prova-social,
#contato {
  scroll-margin-top: 110px;
}
.models,
.lines,
.social-proof,
.final-cta {
  padding: 5rem 0;
  background: var(--bg-light);
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.section-head h2 {
  margin: 0;
  color: var(--text-dark);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.section-head p {
  margin-top: 0.75rem;
  color: #40506d;
}

  .section-head-split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
}

.mini-link {
  flex: 0 0 auto;
  color: var(--brand-blue);
  font-weight: 800;
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.15rem;
}

.cards {
  display: grid;
  gap: 1rem;
}

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.model-card,
.line-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dbe4f5;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(16, 36, 76, 0.12);
}

.model-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.model-card:hover {
  transform: translateY(-5px);
  border-color: rgba(69, 81, 255, 0.35);
  box-shadow: 0 24px 52px rgba(16, 36, 76, 0.18);
}

.model-card--football {
  --model-accent: #4551ff;
  --model-accent-soft: rgba(69, 81, 255, 0.18);
}

.model-card--sport {
  --model-accent: #185fc5;
  --model-accent-soft: rgba(24, 95, 197, 0.18);
}

.model-card--business {
  --model-accent: #55bf4b;
  --model-accent-soft: rgba(85, 191, 75, 0.18);
}

.model-media {
  position: relative;
  height: 278px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 63%, rgba(255, 255, 255, 0.98) 0 34%, transparent 35%),
    radial-gradient(circle at 22% 18%, var(--model-accent-soft), transparent 30%),
    linear-gradient(145deg, #eef4ff 0%, #e4ecfb 100%);
  border-bottom: 1px solid #e5ecf8;
  isolation: isolate;
}

.model-media::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 1;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 58%);
}

.model-media::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  bottom: -5.5rem;
  z-index: 1;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: var(--model-accent);
  opacity: 0.16;
  filter: blur(1px);
}

.model-watermark {
  position: absolute;
  left: 1.1rem;
  bottom: 0.55rem;
  z-index: 2;
  color: rgba(16, 33, 63, 0.08);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.2rem, 8vw, 5.8rem);
  line-height: 0.8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
}

.model-media img {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(16, 36, 76, 0.2));
}

.model-media--football img {
  height: 350px;
  bottom: -64px;
  transform: translateX(-50%);
}

.model-media--sport img {
  height: 316px;
  bottom: -34px;
  transform: translateX(-50%);
}

.model-media--business img {
  height: 318px;
  bottom: -36px;
  transform: translateX(-50%);
}

.line-media img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center top;
  background: #edf3ff;
}

.model-content,
.line-content {
  padding: 1.2rem;
}

.model-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.model-content .btn {
  margin-top: auto;
}
.model-content h3,
.line-content h3 {
  margin: 0;
  color: #10213f;
  font-size: 1.24rem;
}

.model-content p,
.line-content p,
.line-content li {
  color: #40506d;
}

.line-content ul {
  margin: 0.7rem 0 0;
  padding-left: 1rem;
}

.line-lead {
  margin: 0.55rem 0 0;
  font-weight: 700;
  color: #1c2f52;
}

.line-card-placeholder .line-media {
  background: linear-gradient(150deg, #e7efff, #ceddff);
}

.line-card-placeholder .line-media img {
  object-fit: contain;
  padding: 1rem;
}

.lines {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f7fc 0%, #eaf1ff 100%);
}

.line-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 1rem;
  align-items: stretch;
}

.line-feature,
.line-mini {
  position: relative;
  overflow: hidden;
  border: 1px solid #d7e2f6;
  box-shadow: 0 18px 38px rgba(14, 32, 72, 0.14);
}

.line-feature {
  min-height: 540px;
  color: #fff;
  background:
    repeating-linear-gradient(115deg, transparent 0 28px, rgba(255, 255, 255, 0.07) 28px 29px),
    linear-gradient(135deg, #061225 0%, #0d2c86 52%, #244cff 100%);
  border-radius: 18px;
}

.line-feature::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -12%;
  width: 78%;
  height: 44%;
  background: rgba(255, 255, 255, 0.12);
  transform: skewX(-18deg);
}

.line-copy {
  position: relative;
  z-index: 2;
  width: min(360px, 48%);
  padding: 2rem;
}

.line-tag {
  display: inline-flex;
  align-items: center;
  color: var(--brand-blue-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.line-feature .line-tag {
  color: #ffffff;
}

.line-copy h3,
.trust h2 {
  margin: 0.75rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.96;
  letter-spacing: 0.02em;
}

.line-copy h3 {
  font-size: 3.4rem;
}

.line-copy p {
  color: #d9e5ff;
}

.line-points {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.line-points li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #f7fbff;
  font-weight: 700;
}

.line-points li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
}

.line-cta {
  display: inline-flex;
  margin-top: 1.2rem;
  color: #061225;
  background: #ffffff;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  font-weight: 900;
}

.line-figure {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.line-figure img {
  position: absolute;
  right: 2%;
  bottom: -36px;
  width: 60%;
  max-height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.35));
  animation: uniform-float 6s ease-in-out infinite;
}

.line-watermark {
  position: absolute;
  right: -1rem;
  top: 1rem;
  color: rgba(255, 255, 255, 0.12);
  font-family: "Bebas Neue", sans-serif;
  font-size: 7rem;
  line-height: 1;
}

.line-side-grid {
  display: grid;
  gap: 1rem;
}

.line-mini {
  min-height: 170px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 165px;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  border-radius: 14px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.line-mini::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--line-accent, var(--brand-blue));
}

.line-mini h3 {
  margin: 0.35rem 0 0;
  color: #061225;
  font-size: 1.05rem;
}

.line-mini p {
  margin: 0.45rem 0 0;
  color: #445572;
  font-size: 0.92rem;
}

.line-mini img {
  width: 100%;
  height: 145px;
  object-fit: contain;
  transform: translateY(10px);
  transition: transform 0.35s ease;
}

.line-mini:hover,
.line-mini:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--line-accent, var(--brand-blue)) 46%, #d7e2f6);
  box-shadow: 0 22px 44px rgba(14, 32, 72, 0.18);
}

.line-mini:hover img,
.line-mini:focus-visible img {
  transform: translateY(0) scale(1.04);
}

.line-business {
  --line-accent: #1b42e8;
}

.line-force {
  --line-accent: #0c7899;
}

.line-agro {
  --line-accent: #23a45a;
}

@keyframes uniform-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}


.social-proof {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(69, 81, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  color: #061225;
  overflow: hidden;
}

.proof-reasons {
  position: relative;
}

.proof-head {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.proof-head .line-tag {
  justify-content: center;
}

.proof-head h2 {
  margin: 0.75rem auto 0;
  max-width: 14ch;
  color: #061225;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5.2vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: 0.02em;
}

.proof-head p {
  max-width: 620px;
  margin: 0.85rem auto 0;
  color: #233a62;
  font-size: 1rem;
  line-height: 1.55;
}

.proof-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.proof-benefit {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  min-height: 245px;
  padding: 0 1.7rem;
  text-align: center;
}

.proof-benefit + .proof-benefit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5.6rem;
  bottom: 1.15rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(6, 18, 37, 0.2), transparent);
}

.proof-icon {
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.25), transparent 28%),
    linear-gradient(135deg, #4551ff 0%, #1739d7 70%);
  box-shadow: 0 18px 36px rgba(23, 57, 215, 0.28);
}

.proof-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-benefit h3 {
  max-width: 12ch;
  margin: 0.7rem 0 0;
  color: #061225;
  font-size: clamp(1.3rem, 1.8vw, 1.85rem);
  line-height: 1.05;
}

.proof-benefit p {
  max-width: 24ch;
  margin: 0;
  color: #233a62;
  font-size: 0.95rem;
  line-height: 1.45;
}

.trust {
  padding: 2.5rem 0;
  background: #ffffff;
  overflow: hidden;
}

.trust-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
}

  .trust h2 {
  color: #061225;
  font-size: 2.1rem;
}

.logo-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 1rem;
  animation: logo-marquee 32s linear infinite;
}

.logo-item {
  flex: 0 0 auto;
  width: clamp(150px, 13vw, 190px);
  height: 82px;
  display: grid;
  place-items: center;
  padding: 0.68rem 0.86rem;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
  border: 1px solid #dce6f7;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(6, 18, 37, 0.07);
}

.logo-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: saturate(0.95);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.logo-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.15);
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

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

.final-cta {
  background: #0a1730;
  color: #fff;
}

.final-cta-box {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 2.2rem;
  background: radial-gradient(circle at 70% 20%, rgba(47, 88, 255, 0.25), rgba(255, 255, 255, 0.01));
}

.final-cta h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.final-cta p {
  color: #d7e2f7;
  max-width: 66ch;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 15;
  background: #17a84b;
  color: #fff;
  border-radius: 999px;
  min-height: 3rem;
  padding: 0.78rem 1rem;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(6, 84, 34, 0.4);
}

.footer {
  background: #050d1b;
  color: #9daac2;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1.3rem;
  font-size: 0.92rem;
}

.section-reveal {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .section-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-ready .section-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1090px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: initial;
    gap: 1.6rem;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-visual {
    min-height: 520px;
    overflow: hidden;
  }

  .hero-bg-word {
    top: 0.25rem;
    right: 50%;
    transform: translateX(50%);
    font-size: clamp(6rem, 22vw, 11rem);
    opacity: 0.35;
  }

  .hero-image {
    right: 50%;
    bottom: 0;
    width: min(780px, 106%);
    transform: translateX(54%);
  }

  .cards-3,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .line-showcase,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .line-feature {
    min-height: 500px;
  }
.about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  #simulador,
  #modelos,
  #linhas,
  #clientes,
  #prova-social,
  #contato {
    scroll-margin-top: 88px;
  }
  body {
    background: linear-gradient(180deg, var(--bg-deep) 0%, #08172e 24%, var(--bg-light) 24%);
  }

  .promo-bar {
    min-height: 24px;
    font-size: clamp(0.7rem, 2.7vw, 0.78rem);
    letter-spacing: 0.045em;
    padding: 0.26rem 0.55rem;
  }

  .nav-wrap {
    min-height: 58px;
    padding: 0.38rem 0;
  }

  .brand img {
    width: 96px;
    max-height: 38px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem 1.5rem 1.2rem;
    background: #091629;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .hero {
    padding: 2.2rem 0 0;
  }

  .hero-grid {
    gap: 1.25rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 13vw, 3.45rem);
  }

  .hero-copy p {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .hero-actions {
    margin-top: 1.45rem;
  }

  .hero-visual {
    min-height: 365px;
    margin-top: 0.2rem;
    overflow: hidden;
  }

  .hero-bg-word {
    display: none;
  }

  .hero-image {
    width: min(540px, 145vw);
    right: 50%;
    bottom: 0;
    transform: translateX(56%);
  }

  .section-head-split {
    display: grid;
    align-items: start;
  }

  .line-showcase,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .line-feature {
    min-height: 630px;
    border-radius: 14px;
  }

  .line-copy {
    width: 100%;
    padding: 1.35rem;
  }

  .line-copy h3 {
    font-size: 2.45rem;
  }

  .proof-head {
    margin-bottom: 1.8rem;
    text-align: left;
  }

  .proof-head .line-tag {
    justify-content: flex-start;
  }

  .proof-head h2 {
    margin-left: 0;
    font-size: clamp(2.65rem, 13vw, 3.85rem);
  }

  .proof-head p {
    margin-left: 0;
    margin-right: 0;
  }

  .proof-benefits {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .proof-benefit {
    justify-items: start;
    min-height: auto;
    padding: 1.1rem;
    text-align: left;
    border: 1px solid #dbe4f5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 28px rgba(16, 36, 76, 0.08);
  }

  .proof-benefit + .proof-benefit::before {
    display: none;
  }

  .proof-icon {
    width: 62px;
    height: 62px;
  }

  .proof-icon svg {
    width: 30px;
    height: 30px;
  }

  .proof-benefit h3,
  .proof-benefit p {
    max-width: none;
  }

  .line-figure img {
    width: 88%;
    right: -17%;
    bottom: -18px;
    max-height: 56%;
  }

  .line-watermark {
    font-size: 4.8rem;
    right: -0.2rem;
    top: auto;
    bottom: 14.5rem;
  }

  .line-mini {
    grid-template-columns: minmax(0, 1fr) 110px;
    min-height: 148px;
    padding: 1rem;
  }

  .line-mini img {
    height: 122px;
  }
  .trust h2 {
    font-size: 1.8rem;
  }

  .logo-item {
    width: 142px;
    height: 68px;
    padding: 0.54rem 0.66rem;
  }

  .cards-3,
  .cards-4,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .model-media,
  .line-media img,
  .social-grid img,
  .social-grid .placeholder div {
    height: 195px;
  }


  .model-media {
    height: 220px;
  }

  .model-media--football img {
    height: 300px;
    bottom: -58px;
  }

  .model-media--sport img,
  .model-media--business img {
    height: 268px;
    bottom: -34px;
  }
  .final-cta-box {
    padding: 1.4rem;
  }

  .whatsapp-float {
    right: 0.7rem;
    bottom: 0.7rem;
  }

  .footer-wrap {
    flex-direction: column;
    gap: 0.35rem;
  }
}
