/* catjump.ai — reconstrução, sistema base (home) */

@import url("https://api.fontshare.com/v2/css?f[]=switzer@400,500,600,700,800,900,400italic,500italic,600italic,700italic,800italic,900italic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700&family=Fragment+Mono&display=swap");

:root {
  --preto: #000000;
  --branco: #ffffff;
  --azul: #2646E0;
  --laranja: #d05b16;
  --laranja-escuro: #e35b07;
  --cinza-claro: #f7f7f7;
  --quase-preto: #161616;
  --verde: #b8ff34;
  --cinza-medio: #575757;

  --display: "Switzer", "Switzer Placeholder", sans-serif;
  --corpo: "Inter", "Inter Placeholder", sans-serif;
  --mono: "Fragment Mono", monospace;

  --container: 1920px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--corpo);
  color: var(--preto);
  background: var(--branco);
  -webkit-font-smoothing: antialiased;
}

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

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

.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}

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

.btn-blue { background: var(--azul); color: var(--branco); }
.btn-blue:hover { background: #203CBE; }

.site-header .btn-blue,
.work-cta {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.45s ease;
}
.site-header .btn-blue::before,
.work-cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  background: var(--verde);
  z-index: -1;
  transition: height 0.45s ease;
}
.site-header .btn-blue:hover,
.work-cta:hover {
  background: var(--azul);
  color: var(--preto);
}
.site-header .btn-blue:hover::before,
.work-cta:hover::before {
  height: 100%;
}
.btn-black { background: var(--preto); color: var(--branco); }
.btn-black:hover { background: #262626; }
.btn-white { background: var(--branco); color: var(--preto); }
.btn-white:hover { opacity: 0.85; }
.btn-lime { background: rgb(173,235,65); color: var(--preto); }
.btn-lime:hover { background: rgb(184,255,52); }

/* ---------- DARK PAGE (works listing, igual /projetos) ---------- */

body.dark-page {
  background: #000;
  color: var(--branco);
}
body.dark-page .logo,
body.dark-page nav.main-nav .nav-links a { color: var(--branco); }
body.dark-page .btn-blue { background: rgb(173,235,65); color: var(--preto); }
body.dark-page .btn-blue:hover { background: rgb(184,255,52); }
body.dark-page .menu-button span { background: var(--branco); }
body.dark-page .card-info .tags { color: var(--branco); }
body.dark-page .footer-col a, body.dark-page .footer-bottom { color: var(--branco); }
body.dark-page .footer-col h4 { color: #999; }
body.dark-page .site-footer, body.dark-page .site-header { border-color: #222; }

nav.main-nav .nav-links a {
  position: relative;
  transition: opacity 0.2s ease;
}
nav.main-nav .nav-links a:hover { opacity: 0.6; }

.footer-col a { transition: opacity 0.2s ease; }
.footer-col a:hover { opacity: 0.6; text-decoration: underline; }

.why-eyebrow u { transition: opacity 0.2s ease; }
.why-eyebrow u:hover { opacity: 0.75; }

/* ---------- HEADER ---------- */

header.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 40px;
  max-width: var(--container);
  margin: 0 auto;
}

.logo {
  font-family: var(--display);
  font-weight: 900;
  font-size: 46px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

nav.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

nav.main-nav .nav-links {
  display: flex;
  gap: 32px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.lang-switch {
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.menu-button {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.menu-button span { width: 24px; height: 2px; background: var(--preto); display: block; }

/* ---------- HERO ---------- */

.hero {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px 40px 60px;
}

.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: 94px;
  line-height: 100%;
  letter-spacing: -6px;
  text-transform: uppercase;
}

.hero h1 .badge-wrap {
  position: relative;
  display: inline-block;
}

.hero h1 em {
  font-style: italic;
  font-weight: 700;
}

.badge-dot {
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.hero-subtitle {
  font-family: var(--display);
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  padding-top: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.hero-subtitle:hover { color: var(--azul); opacity: 1; }

.hero-media {
  margin-top: 32px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- WHY CATJUMP ---------- */

.why {
  position: relative;
  background: var(--laranja);
  color: var(--branco);
  overflow: hidden;
  padding: 0 0 60px;
}

.logos-strip {
  padding: 36px 0;
}

.logos-strip .wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.logos-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 64px;
  animation: logos-scroll 36s linear infinite;
}


@keyframes logos-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-25%); }
}

.logos-track li { display: flex; align-items: center; height: 40px; flex: none; }

.logos-track img {
  max-height: 54px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.why-content { padding-top: 64px; }

.why-cat {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 380px;
  opacity: 0.55;
  filter: brightness(1.15);
  pointer-events: none;
}

.why-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.why h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.why-eyebrow {
  font-family: var(--corpo);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.why-eyebrow u { text-decoration: underline; text-underline-offset: 3px; }

.why-body p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 28px;
}

.why-body p.strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}

.why-tag {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  margin-top: 60px;
}

/* ---------- WORK SECTION ---------- */

.work-section { padding: 100px 0; }

.work-head {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  gap: 24px;
}

.work-arrow {
  flex: 1;
  min-width: 80px;
  max-width: 280px;
  aspect-ratio: 103 / 30;
  height: auto;
  color: rgb(255, 89, 31);
  align-self: center;
  margin: 0 auto;
}

.work-cta { flex: none; align-self: flex-end; }

.work-head h2 {
  font-family: var(--display);
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  flex: none;
  margin: 0;
  max-width: 620px;
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.card { display: flex; flex-direction: column; }

.card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 2px;
  background: #111;
}

.card-media video, .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .card-media img,
.card:hover .card-media video {
  transform: scale(1.04);
}

.card-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  gap: 16px;
}

.card-info h3 {
  font-family: var(--corpo);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}

.card-info .tags {
  text-align: right;
  font-size: 15px;
  line-height: 1.4;
  color: var(--preto);
}

/* ---------- SERVICES (faixa clara, igual /pt_br ao vivo) ---------- */

.services-section { padding: 100px 0 120px; }
.services-section .wrap { max-width: 1500px; }

.services-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}

.services-nav { display: flex; flex-direction: column; gap: 14px; }

.service-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  cursor: default;
}

.service-num {
  font-family: var(--display);
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  color: var(--laranja);
  width: 40px;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.service-row.is-active .service-num { opacity: 1; }

.service-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 30px;
  line-height: 108%;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--preto);
  transition: color 0.2s ease;
}

.service-row.is-active .service-name { color: var(--laranja); }

.services-preview {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 100%;
  justify-self: end;
}

.service-media {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.services-showcase:has(.service-row:nth-child(1).is-active) .service-media:nth-child(1),
.services-showcase:has(.service-row:nth-child(2).is-active) .service-media:nth-child(2),
.services-showcase:has(.service-row:nth-child(3).is-active) .service-media:nth-child(3),
.services-showcase:has(.service-row:nth-child(4).is-active) .service-media:nth-child(4),
.services-showcase:has(.service-row:nth-child(5).is-active) .service-media:nth-child(5),
.services-showcase:has(.service-row:nth-child(6).is-active) .service-media:nth-child(6),
.services-showcase:has(.service-row:nth-child(7).is-active) .service-media:nth-child(7) {
  opacity: 1;
}

.service-media-frame {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.service-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-media p {
  margin: 12px 0 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  max-width: 480px;
}

/* ---------- MOTIVATION (faixa escura, no original) ---------- */

.dark-section {
  background: var(--branco);
  color: var(--preto);
  padding: 100px 0 0;
}

.services-cta {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.services-cta h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -1.3px;
  text-transform: uppercase;
  margin: 0;
}

.motivation-section { background: var(--branco); color: var(--preto); padding: 120px 0 100px; }
.motivation-section .wrap { max-width: 1500px; }

.motivation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 64px;
}

.motivation h2 {
  font-family: var(--display);
  font-weight: 800;
  font-size: 108px;
  line-height: 91%;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.motivation h2 .accent-azul { color: var(--azul); }

.motivation-intro {
  font-family: var(--corpo);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 32px;
  max-width: 460px;
}

.motivation-tagline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--display);
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  text-transform: uppercase;
}

.motivation-tagline .tag-underline {
  text-decoration: underline;
  text-decoration-color: var(--verde);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.motivation-right p {
  font-family: var(--corpo);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--preto);
  margin: 0 0 24px;
}

.motivation-right p.strong { font-weight: 700; }

.motivation-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

.motivation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.motivation-tags span {
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.manifesto {
  padding: 40px 0 100px;
}

.manifesto-embed {
  position: relative;
  padding-top: 56.25%;
  border-radius: 4px;
  overflow: hidden;
}

.manifesto-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

/* ---------- FOOTER ---------- */

footer.site-footer {
  padding: 80px 0 40px;
  border-top: 1px solid #eee;
  overflow: hidden;
}

body.dark-page footer.site-footer { border-top-color: #222; }

.footer-wordmark {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -4px;
  line-height: 1;
  font-size: clamp(60px, 13vw, 180px);
  color: var(--preto);
  white-space: nowrap;
  margin-bottom: 60px;
  text-align: center;
}

body.dark-page .footer-wordmark { color: var(--branco); }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-col h4 {
  font-family: var(--corpo);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cinza-medio);
  margin: 0 0 16px;
}

.footer-col a, .footer-col p {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--cinza-medio);
  border-top: 1px solid #eee;
  padding-top: 24px;
}

/* ---------- CASE PAGE (igual /works/<slug> ao vivo) ---------- */

.case-media {
  background: #111;
  aspect-ratio: 16 / 9;
}
.case-media video, .case-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.case-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 60px 0 100px;
  align-items: start;
}

.case-details h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin: 0;
}

.case-details h4 {
  font-family: var(--corpo);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--preto);
  text-decoration: underline;
  text-decoration-color: rgb(184,255,52);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  margin: 0 0 12px;
}

.case-details h4.no-underline { text-decoration: none; color: var(--cinza-medio); }

.case-details p { font-size: 16px; line-height: 1.5; margin: 0 0 16px; max-width: 560px; }

.case-stats-list {
  margin: 0 0 24px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.6;
}

.case-tags-text { font-size: 16px; margin: 0; }

.more-projects { padding: 40px 0 100px; border-top: 1px solid #eee; }
.more-projects h2 {
  font-family: var(--display);
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 40px 0 40px;
}
.more-projects .work-grid { grid-template-columns: repeat(3, 1fr); }

/* ---------- WORKS LISTING ---------- */

.works-hero { padding: 40px 0 60px; }
.works-hero h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: 56px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  margin: 0;
}
.works-hero h1 sup {
  font-size: 20px;
  font-weight: 600;
  vertical-align: super;
  margin-left: 4px;
}
.works-list { padding-bottom: 100px; }
.works-list .work-grid { grid-template-columns: repeat(2, 1fr); }

/* ---------- CONTACT (fundo escuro, igual /contact_pt_br ao vivo) ---------- */

.contact-hero {
  padding-top: 100px;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-hero-col { grid-column: 2; }

.contact-hero h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 71px;
  line-height: 85%;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0 0 48px;
}

.contact-block {
  padding: 28px 0;
  border-top: 1px solid #333;
}
.contact-block:last-child { border-bottom: 1px solid #333; }

.contact-block h4 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--branco);
  margin: 0 0 12px;
}
.contact-block p, .contact-block a {
  font-family: var(--display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin: 0;
  display: block;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1199.98px) {
  .hero h1 { font-size: 72px; letter-spacing: -4px; }
  .why h2 { font-size: 44px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-cat { display: none; }
  .motivation h2 { font-size: 48px; }
  .motivation-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 809.98px) {
  header.site-header { padding: 20px; }
  nav.main-nav .nav-links { display: none; }
  .menu-button { display: flex; }
  .hero { padding: 12px 20px 40px; }
  .hero-top { flex-direction: column; gap: 16px; }
  .hero-subtitle { text-align: left; }
  .hero h1 { font-size: 44px; letter-spacing: -2px; }
  .logos-strip { padding: 24px 0; }
  .logos-track { gap: 40px; }
  .logos-track img { max-height: 36px; }
  .why-content { padding-top: 40px; }
  .work-head { flex-direction: column; align-items: flex-start; }
  .work-grid { grid-template-columns: 1fr; }
  .work-section { padding: 60px 0; }
  .dark-section { padding-top: 60px; }
  .services-section { padding: 60px 0 60px; }
  .services-showcase { grid-template-columns: 1fr; gap: 32px; }
  .service-name { font-size: 22px; }
  .services-preview { order: -1; height: auto; aspect-ratio: 4 / 3; max-width: none; }
  .services-cta { flex-direction: column; align-items: flex-start; }
  .services-cta h2 { font-size: 34px; }
  .motivation-section { padding: 60px 0 60px; }
  .motivation h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .wrap { padding: 0 20px; }

  .case-details h1 { font-size: 34px; }
  .case-details { grid-template-columns: 1fr; padding: 32px 0 50px; gap: 20px; }
  .more-projects .work-grid { grid-template-columns: 1fr; }
  .works-hero h1 { font-size: 34px; }
  .works-list .work-grid { grid-template-columns: 1fr; }
  .contact-hero { grid-template-columns: 1fr; padding-top: 60px; padding-bottom: 80px; }
  .contact-hero-col { grid-column: 1; }
  .contact-hero h1 { font-size: 34px; margin-bottom: 32px; }
}
