.hero-animal-video {
  position: absolute;
  z-index: 1;
  width: 94%;
  height: auto;
  left: 3%;
  bottom: -8%;
  object-fit: cover;
  border-radius: 30%;
  opacity: 0;
  transition: opacity .24s ease;
  pointer-events: none;
  }

.logo-emblem {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.logo-word-agent { color: var(--ink); }
.logo-word-pet { color: var(--orange); }
.logo,
.logo-word-agent,
.logo-word-pet { white-space: nowrap; }

footer .logo-emblem {
  width: 32px;
  height: 32px;
}

.hero-animal-fallback {
  display: block;
  position: absolute;
  z-index: 1;
  width: 94%;
  height: auto;
  left: 3%;
  bottom: -8%;
  object-fit: contain;
  opacity: 1;
  transition: opacity .24s ease;
  pointer-events: none;
}

.hero-visual.hero-video-ready .hero-animal-video { opacity: 1; }
.hero-visual.hero-video-ready .hero-animal-fallback { opacity: 0; }

.hero-visual {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.hero-visual::after {
  bottom: 0;
  left: 8%;
  width: 82%;
  height: 10%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(17px);
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 9%;
  top: 9%;
  width: 73%;
  height: 73%;
  border-radius: 50%;
  background: radial-gradient(circle at 43% 40%, rgba(41, 112, 85, 0.48), rgba(10, 41, 34, 0) 67%);
}

.hero-label { right: 0; top: 11%; }
.hero-note { right: 0; bottom: 7%; }
.spot-a { right: -2%; top: 1%; }
.spot-b { left: 1%; bottom: 4%; }

/* Vídeos provisórios dos agentes: cada personagem preserva seu enquadramento. */
.agent-card video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.agent-card:hover video { transform: scale(1.04); }
.agent-docs video { background: #24342f; }
.agent-env video { background: #172c22; }
.agent-stock video { background: #24351a; }

@media (max-width: 560px) {
  .hero-visual {
    height: 420px;
    overflow: hidden;
    border-radius: 18px;
    background: #082c25;
  }
  .hero-animal-video,
  .hero-animal-fallback {
    width: 100%;
    height: 100%;
    max-width: none;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    filter: none;
    border-radius: 0;
  }
  .hero-animal-fallback { animation: none !important; }
  .hero-label { right: 5%; top: 5%; }
  .hero-note { left: 4%; right: auto; bottom: 4%; }
}

/* Landing de piloto: os personagens da grade são imagens estáticas. */
.agent-card img { animation: none !important; transition: none !important; }
.agent-bob:hover img { transform: scale(1.05); }
.agent-docs:hover img { transform: scale(1.22); }
.agent-env:hover img { transform: scale(1.28); }
.agent-stock:hover img { transform: scale(1.27); }
.agent-alerts:hover img { transform: scale(1.19); }

.voice-bubble {
  display: flex;
  align-items: center;
  gap: 9px;
}

.voice-bubble .voice-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #1d6352;
  color: #fff;
  font-size: 8px;
}

.voice-bubble b,
.voice-bubble small,
.notice small { display: block; }
.voice-bubble b { font-size: 9px; color: #21473d; }
.voice-bubble small { margin-top: 3px; color: #456b5e; line-height: 1.4; }
.confirm-bubble { max-width: max-content; }
.notice small { margin-top: 4px; color: #6f6651; font-size: 9px; }

.finance-card {
  display: grid;
  grid-template-columns: 1fr minmax(390px,.82fr);
  gap: 60px;
  align-items: center;
  margin-top: 18px;
  padding: 50px;
  border: 1px solid rgba(236,244,233,.16);
  border-radius: 16px;
  background: linear-gradient(118deg,#0f4035 0%,#123b33 62%,#17493d 100%);
}

.finance-copy h3 { margin: 0; font: 800 clamp(32px,3.5vw,49px)/1.03 var(--display); letter-spacing: -2.8px; }
.finance-copy > p:not(.kicker) { max-width: 590px; margin: 20px 0 24px; color: #bed0c5; font-size: 13px; line-height: 1.7; }
.finance-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.finance-tags span { padding: 7px 9px; border: 1px solid #54766a; border-radius: 999px; color: #c8d8ce; font: 500 8px var(--mono); }

.finance-ledger { padding: 9px 18px 8px; border-radius: 14px; background: #f7f8f2; color: #163a31; box-shadow: 12px 14px 0 rgba(4,25,21,.26); transform: rotate(1.2deg); }
.ledger-head { display: flex; justify-content: space-between; padding: 15px 3px 13px; border-bottom: 1px solid #d9e1d8; font: 500 8px var(--mono); letter-spacing: 1px; color: #718a80; }
.ledger-head b { color: #244d42; }
.ledger-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 15px 2px; border-bottom: 1px solid #d9e1d8; }
.ledger-row:last-child { border-bottom: 0; }
.ledger-icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; font-size: 13px; font-weight: 800; }
.ledger-icon.expense { background: #f9dfd4; color: #b14d2a; }
.ledger-icon.due { background: #fff0c7; color: #987016; }
.ledger-icon.income { background: #dff0d0; color: #4b742f; }
.ledger-row p { margin: 0; }
.ledger-row p b,.ledger-row p small,.ledger-row strong small { display: block; }
.ledger-row p b { font-size: 10px; }
.ledger-row p small { margin-top: 4px; color: #718a80; font-size: 8px; }
.ledger-row strong { text-align: right; font-size: 10px; }
.ledger-row strong small { margin-top: 4px; font: 500 7px var(--mono); text-transform: uppercase; }
.paid,.incoming { color: #568233; }
.pending { color: #b15c2b; }
.round-icon.money { background: #f9e1d5; color: #b6532d; font-size: 7px; font-weight: 800; }

.reports-section {
  max-width: none;
  padding: 130px max(clamp(22px,5vw,75px),calc((100vw - 1290px)/2));
  background: var(--paper);
  color: #12372e;
}

.reports-heading {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) minmax(280px,.6fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 54px;
}

.reports-heading h2 {
  margin: 0;
  font: 800 clamp(38px,4.2vw,61px)/.98 var(--display);
  letter-spacing: -3.7px;
}

.reports-heading h2 span { color: #739d38; }
.reports-heading > p:last-child { margin: 0 0 5px; color: #567269; font-size: 13px; line-height: 1.7; }

.report-showcase { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; }
.report-preview { min-width: 0; padding: 28px; border: 1px solid #cedbd0; border-radius: 15px; background: #fbfcf7; box-shadow: 0 12px 0 rgba(17,55,46,.08); }
.report-preview > header { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.report-preview header p { margin: 0 0 6px; color: #779187; font: 500 8px var(--mono); letter-spacing: 1.1px; }
.report-preview h3 { margin: 0; font: 800 24px var(--display); letter-spacing: -1.2px; }
.report-preview > header > span { padding: 6px 8px; border-radius: 99px; background: #e9f0df; color: #597a36; font: 500 7px var(--mono); }

.report-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 27px 0 18px; }
.report-metrics > div { padding: 14px; border: 1px solid #dce4dc; border-radius: 9px; }
.report-metrics small,.report-metrics b,.report-metrics em { display: block; }
.report-metrics small { color: #769087; font: 500 7px var(--mono); letter-spacing: .7px; }
.report-metrics b { margin-top: 7px; font: 800 19px var(--display); letter-spacing: -.7px; }
.report-metrics em { margin-top: 3px; color: #648076; font-size: 8px; font-style: normal; }

.report-chart { display: flex; height: 92px; gap: 7px; align-items: end; padding: 12px 12px 0; border-radius: 9px; background: #edf2e8; }
.report-chart span { width: 100%; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(#ef7140,#f0a15f); }
.report-preview footer { display: flex; max-width: none; margin: 14px 0 0; padding: 0; border: 0; gap: 12px; align-items: center; }
.report-preview footer span { color: #6c897f; font: 500 7px var(--mono); }
.report-preview footer b { margin-left: auto; color: #31584c; font-size: 8px; }

.report-breeder { background: #0e4035; color: #eff3eb; border-color: #0e4035; }
.report-breeder header p { color: #9db5aa; }
.report-breeder > header > span { background: #1c574a; color: var(--lime); }
.breeder-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 27px 0 18px; }
.breeder-metrics > div { padding: 14px; border: 1px solid rgba(236,244,233,.15); border-radius: 9px; }
.breeder-metrics b,.breeder-metrics span { display: block; }
.breeder-metrics b { font: 800 20px var(--display); letter-spacing: -.7px; }
.breeder-metrics span { margin-top: 3px; color: #aec4b8; font-size: 8px; }
.report-events { border-top: 1px solid rgba(236,244,233,.15); }
.report-events p { display: grid; grid-template-columns: 27px 1fr; margin: 0; padding: 11px 0; border-bottom: 1px solid rgba(236,244,233,.12); }
.report-events p > span { grid-row: span 2; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: rgba(189,219,119,.13); color: var(--lime); font-size: 8px; }
.report-events b { font-size: 9px; }
.report-events small { margin-top: 2px; color: #9fb8ac; font-size: 8px; }

.report-catalog { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.report-catalog > div { padding: 28px; border: 1px solid #cedbd0; border-radius: 15px; background: rgba(255,255,255,.42); }
.report-label { margin: 0 0 18px; color: #d05e31; font: 500 9px var(--mono); letter-spacing: 1.1px; }
.report-catalog ul { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0; padding: 0; list-style: none; }
.report-catalog li b,.report-catalog li span { display: block; }
.report-catalog li b { font-size: 11px; }
.report-catalog li span { margin-top: 4px; color: #668078; font-size: 9px; line-height: 1.5; }
.report-disclaimer { margin: 22px 0 0; padding-left: 14px; border-left: 2px solid var(--orange); color: #607d73; font-size: 10px; line-height: 1.65; }

.pilot-section,
.faq-section {
  max-width: 1440px;
  margin: auto;
  padding: 130px clamp(22px,5vw,75px);
}

.pilot-section {
  border-top: 1px solid rgba(236,244,233,.17);
  border-bottom: 1px solid rgba(236,244,233,.17);
  background: #08251f;
}

.pilot-heading {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) minmax(260px,.58fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 52px;
}

.pilot-heading h2,
.faq-intro h2 {
  margin: 0;
  font: 800 clamp(38px,4.2vw,61px)/.98 var(--display);
  letter-spacing: -3.7px;
}

.pilot-heading h2 span,
.faq-intro h2 span { color: var(--lime); }
.pilot-heading > p:last-child { margin: 0 0 5px; color: #b0c8bb; font-size: 13px; line-height: 1.7; }

.pilot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pilot-card {
  position: relative;
  min-height: 450px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(236,244,233,.16);
  border-radius: 18px;
}

.pilot-card::after {
  content: "";
  position: absolute;
  right: -95px;
  top: -95px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.pilot-family { background: #17493d; }
.pilot-breeder {
  background: #f1eee3;
  color: #14392f;
  border-color: #d8dfce;
  box-shadow: inset 0 7px 0 #e87945;
}
.pilot-breeder::after {
  right: -72px;
  top: -118px;
  width: 270px;
  height: 270px;
  border-color: rgba(224,112,62,.26);
  box-shadow: 0 0 0 35px rgba(224,112,62,.06), 0 0 0 70px rgba(224,112,62,.035);
  pointer-events: none;
}
.pilot-tag { margin: 0 0 22px; font: 500 9px var(--mono); letter-spacing: 1.2px; color: var(--lime); }
.pilot-breeder .pilot-tag { color: #a84925; }
.pilot-card h3 { margin: 0; max-width: 420px; font: 800 clamp(31px,3vw,45px)/1 var(--display); letter-spacing: -2.2px; }
.pilot-card > p:not(.pilot-tag) { max-width: 520px; margin: 19px 0 24px; color: #c1d2c7; font-size: 13px; line-height: 1.65; }
.pilot-breeder > p:not(.pilot-tag) { color: #50665b; }
.pilot-card ul { display: grid; gap: 10px; margin: 0 0 32px; padding: 0; list-style: none; }
.pilot-card li { display: flex; gap: 9px; font-size: 12px; line-height: 1.45; }
.pilot-card li::before { content: "✓"; color: var(--lime); font-weight: 800; }
.pilot-breeder li::before { color: #c65e34; }
.pilot-cta { position: absolute; left: 42px; bottom: 38px; display: inline-flex; align-items: center; gap: 16px; color: inherit; font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.pilot-breeder .pilot-cta { color: #184739; border-bottom-color: #e87945; }
.pilot-breeder .pilot-cta:hover,
.pilot-breeder .pilot-cta:focus-visible { color: #a84925; }

.pilot-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  margin-top: 18px;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(236,244,233,.12);
}

.pilot-steps > div { display: flex; gap: 12px; min-height: 110px; padding: 25px 20px; background: #0c332b; }
.pilot-steps > div > span { display: grid; width: 25px; height: 25px; place-items: center; flex: 0 0 auto; border: 1px solid #54766a; border-radius: 50%; color: var(--lime); font: 500 9px var(--mono); }
.pilot-steps p { margin: 2px 0 0; }
.pilot-steps b,.pilot-steps small { display: block; }
.pilot-steps b { font-size: 11px; }
.pilot-steps small { margin-top: 5px; color: #94afa2; font-size: 9px; line-height: 1.45; }

.access-section { max-width: 1440px; margin: auto; padding: 130px clamp(22px,5vw,75px); border-top: 1px solid rgba(236,244,233,.17); }
.access-heading { display: grid; grid-template-columns: 72px 1fr; gap: 28px; margin-bottom: 52px; }
.access-heading h2 { margin: 0; font: 800 clamp(38px,4.2vw,61px)/.98 var(--display); letter-spacing: -3.7px; }
.access-heading h2 span { color: var(--lime); }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.access-card { min-height: 310px; padding: 40px; border-radius: 18px; }
.access-new { background: #e9ece2; color: #11372e; }
.access-existing { background: #124438; border: 1px solid rgba(236,244,233,.18); }
.access-card .kicker { margin-bottom: 20px; }
.access-new .kicker { color: #527065; }
.access-card h3 { max-width: 440px; margin: 0; font: 800 clamp(27px,3vw,39px)/1.03 var(--display); letter-spacing: -2px; }
.access-card > p:not(.kicker) { max-width: 500px; margin: 18px 0 26px; color: #bcd0c3; font-size: 13px; line-height: 1.65; }
.access-new > p:not(.kicker) { color: #527065; }
.access-card small { display: block; max-width: 420px; margin-top: 20px; color: #9bb7a7; font: 500 10px/1.55 var(--mono); }
.access-existing .outline-cta { border-color: #81a99a; color: #eff3eb; }

.faq-section {
  display: grid;
  grid-template-columns: .68fr 1fr;
  gap: 80px;
  padding-top: 90px;
}

.faq-intro { display: grid; grid-template-columns: 55px 1fr; gap: 20px; align-items: start; }
.faq-list { border-top: 1px solid rgba(236,244,233,.2); }
.faq-list details { border-bottom: 1px solid rgba(236,244,233,.2); }
.faq-list summary { position: relative; padding: 23px 40px 23px 0; cursor: pointer; list-style: none; font: 700 15px var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 19px; color: var(--orange); font: 400 24px var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 620px; margin: -3px 45px 23px 0; color: #a8c1b5; font-size: 12px; line-height: 1.7; }
.cta-note { margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: 10px; }

footer { flex-wrap: wrap; }
footer .logo { flex: 0 0 auto; }
footer > p { flex: 1 1 260px; }
footer > div { flex: 0 0 auto; }

.final-cta {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,42%);
  align-items: center;
  gap: 42px;
  padding: 62px 5% 62px 7%;
}

.final-cta > div { position: relative; z-index: 2; min-width: 0; }
.final-cta > img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: #08271f;
  filter: none;
  animation: none;
}

@media (max-width: 850px) {
  .finance-card { grid-template-columns: 1fr; gap: 38px; }
  .reports-heading { grid-template-columns: 50px 1fr; }
  .reports-heading > p:last-child { grid-column: 2; }
  .report-showcase,.report-catalog { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; gap: 34px; padding: 54px 42px 42px; }
  .final-cta > img { max-height: 390px; aspect-ratio: 16 / 9; object-fit: contain; }
  .pilot-heading { grid-template-columns: 50px 1fr; }
  .pilot-heading > p:last-child { grid-column: 2; }
  .pilot-grid { grid-template-columns: 1fr; }
  .access-grid { grid-template-columns: 1fr; }
  .pilot-steps { grid-template-columns: 1fr 1fr; }
  .faq-section { grid-template-columns: 1fr; gap: 42px; }
  footer > p { order: 3; flex-basis: 100%; margin: 0; }
}

@media (max-width: 560px) {
  .finance-card { margin-top: 14px; padding: 30px 22px; }
  .finance-ledger { padding: 7px 11px; transform: none; }
  .ledger-row { grid-template-columns: 28px 1fr; }
  .ledger-row strong { grid-column: 2; text-align: left; }
  .reports-section { padding: 88px 20px; }
  .reports-heading { gap: 18px; margin-bottom: 38px; }
  .reports-heading h2 { font-size: 42px; letter-spacing: -3px; }
  .report-preview,.report-catalog > div { padding: 21px; }
  .report-metrics { grid-template-columns: 1fr; }
  .report-catalog ul { grid-template-columns: 1fr; }
  .report-preview footer { align-items: flex-start; flex-wrap: wrap; }
  .report-preview footer b { width: 100%; margin-left: 0; }
  .pilot-section,.faq-section { padding: 88px 20px; }
  .access-section { padding: 88px 20px; }
  .access-heading { grid-template-columns: 40px 1fr; gap: 18px; margin-bottom: 38px; }
  .access-heading h2 { font-size: 42px; letter-spacing: -3px; }
  .access-card { min-height: 0; padding: 30px 25px; }
  .pilot-heading { gap: 18px; margin-bottom: 38px; }
  .pilot-heading h2,.faq-intro h2 { font-size: 42px; letter-spacing: -3px; }
  .pilot-card { min-height: 485px; padding: 30px 25px; }
  .pilot-cta { left: 25px; right: 25px; bottom: 28px; }
  .pilot-steps { grid-template-columns: 1fr; }
  .pilot-steps > div { min-height: 92px; }
  .faq-intro { grid-template-columns: 40px 1fr; gap: 12px; }
  .faq-list summary { font-size: 14px; }
  .final-cta { min-height: 0; padding: 48px 25px 25px; }
  .final-cta > img { height: 280px; max-height: none; aspect-ratio: auto; object-fit: contain; }
  footer > p { order: initial; }
}
