:root {
  --navy: #14213d;
  --navy2: #233061;
  --blue: #005eff;
  --cyan: #00d4d4;
  --mint: #00ffa8;
  --gold: #bf9557;
  --text: #5b6b7f;
  --border: #dde3ea;
  --soft: #fafcff;
  --white: #fff;
  --shadow: 0 18px 45px rgba(20, 33, 61, .1)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: Kanit, Arial, sans-serif;
  color: var(--navy);
  background: #fdfdfd;
}

body.drawer-open {
  overflow: hidden
}

img {
  max-width: 100%;
  display: block
}

button, input, select, textarea {
  font: inherit
}

a {
  color: inherit
}

.container{
  /* width: calc(100% - 80px);
    max-width: 1440px;
    margin-inline: auto; */
}

/* scroll-paginas-menu */
#inicio {
  scroll-margin-top: 100px;
}

#beneficios {
  scroll-margin-top: 70px;
}

#convenio {
  scroll-margin-top: 100px;
}

#visibilidade {
  scroll-margin-top: 170px;
}

#como-funciona {
  scroll-margin-top: 100px;
}

#como-aderir {
  scroll-margin-top: 70px;
}

.section-shell {
  width: min(1300px, calc(100% - 80px));
  margin-inline: auto
}

.site-header {
  height: 100px;
  padding: 16px max(40px, calc((100vw - 1300px)/2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  position: sticky;
  top: 0;
  z-index: 50
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0
}

.brand>img {
  width: 145px;
  height: 46px;
  /* object-fit: contain */
}

.brand-divider {
  height: 38px;
  width: 1px;
  background: var(--border);
  margin: 0 18px
}

.anfac-mark {
  display: flex;
  align-items: center;
  color: var(--navy2)
}

.anfac-mark>img {
  width: 35px;
  height: 35px;
  object-fit: contain
}

.anfac-mark span {
  display: flex;
  flex-direction: column;
  line-height: .85
}

.anfac-mark b {
  font-size: 24px
}

.anfac-mark small {
  font-size: 7px
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto
}

.main-nav a {
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap
}

.main-nav a:hover {
  text-decoration: underline
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 26px
}

.btn {
  border: 0;
  border-radius: 100px;
  min-height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s transform, .2s box-shadow;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 94, 255, .25)
}

.btn-primary {
  background: var(--blue);
  color: #fff
}

.eyebrow {
  display: block;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 14px
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-block: 48px 62px
}

.hero-copy h1 {
  font-size: 68px;
  line-height: .98;
  margin: 0 0 15px;
  font-weight: 800;
  color: #1d2a46
}

.hero-copy>p {
  font-size: 19px;
  margin: 0 0 22px
}

.hero-copy .hero-lead {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  max-width: 640px;
  margin-top: 26px
}

.hero-copy .hero-lead strong {
  color: var(--gold)
}

.hero-media {
  height: 548px;
  border-radius: 18px;
  overflow: hidden
}

.hero-media img {
  width: 100%;
  height: 100%;
  /* object-fit: cover */
}

.highlights {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 32px;
  padding-block: 64px
}

.highlight-photo {
  height: 548px;
  border-radius: 20px;
  overflow: hidden
}

.highlight-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  /* margin-left: 40px; */
}

.highlight-list {
  display: grid;
  gap: 10px
}

.info-row {
  min-height: 100px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px
}

.info-row .icon, .metric-card>span, .flow-card>span {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(0, 212, 212, .23);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 26px;
  flex: none
}

.info-row h3, .info-row p {
  margin: 0
}

.info-row h3 {
  font-size: 20px
}

.info-row p {
  color: var(--text)
}

.efficiency {
  background: var(--soft);
  padding: 60px 0
}

.efficiency-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center
}

.section-heading h2 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 24px
}

.section-heading p {
  color: var(--text);
  font-size: 20px;
  line-height: 1.35
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.metric-card {
  min-height: 205px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px
}

.metric-card.featured {
  background: rgba(0, 94, 255, .16);
  border: 2px solid var(--mint);
  box-shadow: 0 0 30px rgba(0, 212, 212, .22)
}

.metric-card>span {
  font-size: 22px
}

.metric-card h3 {
  font-size: 22px;
  line-height: 1.1;
  margin: 22px 0 8px
}

.metric-card p {
  color: var(--text);
  line-height: 1.35;
  margin: 0
}

.benefit-panel {
  margin-block: 72px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 48px 64px 58px;
  background: #fff
}

.gold {
  color: var(--gold)
}

.panel-intro h2 {
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 10px;
  max-width: 1050px
}

.panel-intro p {
  font-size: 20px;
  color: var(--text)
}

.steps-benefits {
  margin-top: 38px;
  max-width: 920px
}

.marker-title {
  display: inline-block;
  background: var(--mint);
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 14px
}

.steps-benefits ol {
  counter-reset: steps;
  list-style: none;
  padding: 8px 0 0 0;
  margin: 0;
  position: relative
}

.steps-benefits ol:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 40px;
  bottom: 40px;
  width: 4px;
  background: #adebc7
}

.flow-step {
  counter-increment: steps;
  padding: 15px 0 15px 72px;
  min-height: 72px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column
}

.flow-step:before {
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 11px;
  width: 48px;
  height: 48px;
  border: 4px solid #fff;
  border-radius: 14px;
  background: var(--mint);
  display: grid;
  place-items: center;
  font-weight: 700;
  z-index: 1
}

.flow-step span {
  color: var(--text);
  font-size: 15px
}

.bonus-grid {
  display: grid;
  grid-template-columns: 1.15fr .75fr 1fr;
  gap: 20px;
  align-items: end;
  margin-top: 70px
}

.bonus-copy h2 {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 24px
}

.bonus-copy p {
  color: var(--text);
  line-height: 1.45
}

.inline-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--navy)
}

.facil-card {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 18px;
  padding: 28px 24px;
  margin-bottom: 38px;
  background: #fff
}

.facil-card>img {
  height: 58px;
  margin: 0 auto 20px
}

.facil-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border)
}

.facil-card li {
  padding: 14px 0 14px 42px;
  position: relative;
  font-weight: 500
}

.facil-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(0, 212, 212, .22);
  color: var(--blue);
  display: grid;
  place-items: center
}

.bonus-person {
  height: 480px;
  position: relative
}

.bonus-person>img {
  height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: bottom
}

.partner-count {
  position: absolute;
  right: 0;
  top: -35px;
  border-radius: 16px;
  padding: 10px 18px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
  z-index: 2;
  font-size: 12px
}

.partner-count b {
  font-size: 32px;
  color: var(--cyan);
  display: block
}

.partners-label {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px
}

.partners-text {
  text-align: center;
  color: var(--text);
  font-weight: 600;
  font-size: 15px
}

.partners-text span {
  color: var(--cyan);
  padding: 0 10px
}

.publicity {
  position: relative;
  background: linear-gradient(rgba(0, 94, 255, .88), rgba(0, 94, 255, .88)), url('assets/glass-bg.webp') center/cover;
  padding: 88px 0;
  color: #fff
}

.publicity-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
  align-items: center
}

.mint {
  color: var(--mint)
}

.publicity-copy h2 {
  font-size: 58px;
  line-height: 1.05;
  margin: 0 0 22px
}

.publicity-copy h2 strong {
  color: var(--mint)
}

.publicity-copy p {
  font-size: 20px
}

.big-stat {
  font-size: 90px;
  line-height: 1;
  color: var(--mint);
  font-weight: 800;
  margin-top: 36px
}

.chart-card {
  background: #d2e2ff;
  color: var(--navy);
  border-radius: 24px;
  padding: 34px
}

.chart-card h3 {
  font-size: 32px;
  color: var(--blue);
  margin: 0
}

.chart-card>p {
  color: var(--text);
  margin-top: 2px
}

.chart {
  height: 175px;
  margin: 26px 5px 0;
  border-bottom: 1px solid rgba(20, 33, 61, .2);
  position: relative;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 43px, rgba(20, 33, 61, .1) 44px)
}

.chart:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22%;
  height: 3px;
  background: linear-gradient(12deg, transparent 0 5%, var(--mint) 6% 21%, transparent 22% 24%, var(--mint) 25% 42%, transparent 43% 45%, var(--mint) 46% 62%, transparent 63% 65%, var(--mint) 66% 82%, transparent 83% 85%, var(--mint) 86%);
  transform: skewY(-10deg)
}

.chart span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 10px;
  height: 10px;
  border: 2px solid var(--navy2);
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}

.years {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin: 8px 0 26px
}

.chart-card ul {
  list-style: none;
  padding: 0
}

.chart-card li {
  padding: 8px 0 8px 34px;
  position: relative
}

.chart-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  background: var(--mint);
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%
}

.chart-card .btn {
  width: 100%
}

.flow-section {
  padding-block: 76px
}

.section-title {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 50px
}

.section-title h2 {
  font-size: 60px;
  line-height: 1.05;
  font-weight: 400;
  margin: 0 0 18px
}

.section-title p {
  font-size: 22px;
  color: var(--text)
}

.flow-top {
  display: grid;
  grid-template-columns: 1fr 45px 1fr 45px 1fr;
  gap: 18px;
  align-items: center
}

.flow-top>i {
  font-size: 36px;
  color: var(--blue);
  font-style: normal;
  text-align: center
}

.flow-card, .result-card {
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 4px 18px rgba(20, 33, 61, .08);
  padding: 24px;
  border-radius: 16px
}

.flow-card h3, .result-card h3 {
  font-size: 24px;
  margin: 15px 0 6px
}

.flow-card p, .result-card p {
  color: var(--text);
  margin: 0
}

.decision {
  width: 180px;
  height: 180px;
  margin: 74px auto 80px;
  background: var(--blue);
  color: #fff;
  transform: rotate(45deg);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(0, 94, 255, .25);
  position: relative;
  animation: decisionPop 3.8s infinite
}

.decision:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background: #becddc;
  top: -70px
}

.decision>* {
  transform: rotate(-45deg)
}

.decision span {
  background: rgba(255, 255, 255, .18);
  color: var(--mint);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px
}

.decision b {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 8px; 
  line-height: 1.15;
}

.branches {
  height: 2px;
  background: #becddc;
  width: 70%;
  margin: 0 auto 60px;
  position: relative;
  transform-origin: center;
  animation: branchGrow 3.8s infinite
}

.branches:before, .branches:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: #becddc;
  top: 0
}

.branches:before {
  left: 0
}

.branches:after {
  right: 0
}

.branches span {
  position: absolute;
  top: -34px;
  font-weight: 600;
  font-size: 20px
}

.branches .yes {
  left: -42px;
  color: #06c
}

.branches .no {
  right: -52px;
  color: #cf4444
}

.flow-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px
}

.result-card {
  width: 340px
}

.result-card>span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px
}

.result-card.success {
  background: rgba(0, 255, 168, .55)
}

.result-card.success>span {
  background: #e8f5ed;
  color: #0bb971
}

.result-card.danger {
  background: rgba(234, 217, 217, .7)
}

.result-card.danger>span {
  background: #fff;
  color: #cf4444
}

.how-section {
  background: var(--soft);
  padding: 70px 0
}

.how-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px
}

.how-heading h2 {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 400;
  margin: 0
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px
}

.how-grid article {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  min-height: 300px
}

.how-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover
}

.how-grid small {
  display: block;
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
  margin: 14px 16px 5px
}

.how-grid p {
  margin: 0 16px;
  font-weight: 500
}

.specialist-cta {
  background: #fff
}

.specialist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center
}

.specialist-grid>div:first-child {
  padding: 65px 60px 65px 0
}

.specialist-grid h2 {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 24px
}

.specialist-grid p {
  font-size: 20px;
  color: var(--text);
  line-height: 1.35;
  max-width: 580px
}

.specialist-media {
  height: 545px;
  background: var(--cyan);
  border-radius: 28px 0 0 28px;
  overflow: hidden
}

.specialist-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom
}

.footer {
  background: #e9edf3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  padding: 48px max(40px, calc((100vw - 1300px)/2));
  align-items: start
}

.footer>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer a {
  color: inherit
}

.footer p {
  color: #7c838c
}

.anfac-text {
  font-size: 25px;
  font-weight: 700
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 33, 61, .58);
  backdrop-filter: blur(3px);
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transition: .3s
}

.form-drawer {
  position: fixed;
  right: 0;
  top: 0;
  width: min(760px, 100%);
  height: 100dvh;
  overflow: auto;
  background: #f3f3f3;
  z-index: 81;
  padding: 34px 48px 55px;
  transform: translateX(100%);
  transition: .35s cubic-bezier(.2, .8, .2, 1);
  box-shadow: -20px 0 55px rgba(20, 33, 61, .2)
}

.drawer-open .drawer-backdrop {
  opacity: 1;
  visibility: visible
}

.drawer-open .form-drawer {
  transform: none
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.drawer-head h2 {
  font-size: 34px;
  margin: 0
}

.drawer-close {
  border: 0;
  background: transparent;
  font-size: 42px;
  line-height: 1;
  cursor: pointer
}

.form-drawer>p {
  color: var(--text);
  margin: 6px 0 24px
}

.form-drawer form {
  background: #fff;
  border-radius: 16px;
  padding: 28px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px
}

.form-drawer label, .form-drawer legend {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  display: block
}

.form-drawer input, .form-drawer select, .form-drawer textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  outline: none
}

.form-drawer input:focus, .form-drawer select:focus, .form-drawer textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 94, 255, .1)
}

.form-drawer fieldset {
  border: 0;
  padding: 0;
  margin: 24px 0 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.form-drawer legend {
  width: 100%;
  margin-bottom: 8px
}

.form-drawer fieldset label {
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 8px 11px;
  font-weight: 400
}

.form-drawer fieldset input {
  display: inline;
  width: auto;
  margin: 0 5px 0 0
}

.form-drawer textarea {
  min-height: 120px;
  resize: vertical
}

.form-drawer .privacy {
  font-weight: 400;
  color: var(--text);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 20px 0
}

.form-drawer .privacy input {
  width: auto;
  margin: 4px 0 0
}

.submit-btn {
  width: 100%
}

.form-success {
  text-align: center;
  background: #fff;
  border-radius: 18px;
  padding: 60px 30px;
  margin-top: 50px
}

.form-success>span {
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--mint);
  color: #fff;
  font-size: 60px;
  margin: auto
}

.form-success h2 {
  font-size: 38px;
  margin-bottom: 0
}

.form-success p {
  color: var(--text);
  font-size: 18px
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .65s ease
}

.reveal.in-view {
  opacity: 1;
  transform: none
}

@keyframes decisionPop {
  0%, 26% {
    opacity: 0;
    transform: rotate(45deg) translateY(-45px) scale(.5)
  }

  42%, 100% {
    opacity: 1;
    transform: rotate(45deg) translateY(0) scale(1)
  }
}

@keyframes branchGrow {
  0%, 47% {
    transform: scaleX(0)
  }

  79%, 100% {
    transform: scaleX(1)
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none
  }

  .decision, .branches {
    animation: none
  }
}

.nav-cta {
  display: none
}

@media (max-width:1120px) {
  .nav-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 12px
  }
}

@media (max-width:1120px) {
  .site-header {
    height: 84px
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 84px;
    background: #fff;
    padding: 22px 40px;
    box-shadow: var(--shadow);
    display: none;
    flex-wrap: wrap
  }

  .main-nav.open {
    display: flex
  }

  .menu-toggle {
    display: block;
    margin-left: auto
  }

  .site-header>.btn {
    display: none
  }

  .hero-copy h1 {
    font-size: 58px
  }

  .section-title h2 {
    font-size: 50px
  }

  .publicity-grid {
    gap: 40px
  }

  .benefit-panel {
    padding: 42px
  }

  .bonus-grid {
    grid-template-columns: 1.2fr .8fr
  }

  .bonus-person {
    display: none
  }

  .how-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .how-grid article:nth-child(n+4) {
    display: none
  }
}

@media (max-width:800px) {
  .section-shell {
    width: min(100% - 32px, 650px)
  }

  .brand>img {
    width: 112px
  }

  .brand-divider {
    margin: 0 10px
  }

  .anfac-mark>img {
    width: 26px
  }

  .anfac-mark b {
    font-size: 18px
  }

  .hero, .highlights, .efficiency-grid, .publicity-grid, .specialist-grid {
    grid-template-columns: 1fr
  }

  .hero {
    padding-block: 42px
  }

  .hero-copy h1 {
    font-size: 52px
  }

  .hero-media {
    height: 420px
  }

  .highlights {
    padding-block: 30px
  }

  .highlight-photo {
    height: 390px
  }

  .efficiency-grid {
    gap: 35px
  }

  .section-heading h2 {
    font-size: 40px
  }

  .benefit-panel {
    width: calc(100% - 24px);
    padding: 32px 20px
  }

  .panel-intro h2, .bonus-copy h2 {
    font-size: 30px
  }

  .bonus-grid {
    grid-template-columns: 1fr
  }

  .facil-card {
    margin: 0
  }

  .publicity-copy h2 {
    font-size: 44px
  }

  .big-stat {
    font-size: 68px
  }

  .flow-top {
    grid-template-columns: 1fr
  }

  .flow-top>i {
    transform: rotate(90deg)
  }

  .decision {
    width: 150px;
    height: 150px
  }

  .branches {
    width: 64%
  }

  .flow-bottom {
    gap: 18px
  }

  .result-card {
    width: 47%
  }

  .section-title h2 {
    font-size: 42px
  }

  .how-heading {
    align-items: flex-start;
    gap: 22px;
    flex-direction: column
  }

  .how-heading h2 {
    font-size: 38px
  }

  .how-grid {
    grid-template-columns: 1fr 1fr
  }

  .how-grid article:nth-child(3) {
    display: none
  }

  .specialist-grid>div:first-child {
    padding: 55px 10px
  }

  .specialist-grid h2 {
    font-size: 44px
  }

  .specialist-media {
    border-radius: 26px 26px 0 0;
    height: 420px
  }

  .footer {
    grid-template-columns: 1fr;
    padding: 40px 24px
  }

  .form-drawer {
    padding: 28px 20px
  }

  .form-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width:520px) {
  .site-header {
    padding: 12px 16px
  }

  .brand-divider, .anfac-mark {
    display: none
  }

  .hero-copy h1 {
    font-size: 48px
  }

  .hero-copy .hero-lead {
    font-size: 20px
  }

  .hero-media {
    height: 350px
  }

  .highlight-photo {
    height: 330px
  }

  .info-row {
    padding: 14px;
    min-height: 88px
  }

  .info-row h3 {
    font-size: 18px
  }

  .metric-grid {
    grid-template-columns: 1fr
  }

  .metric-card {
    min-height: auto
  }

  .benefit-panel {
    margin-block: 36px
  }

  .steps-benefits ol:before {
    left: 19px
  }

  .flow-step {
    padding-left: 60px
  }

  .flow-step:before {
    width: 40px;
    height: 40px
  }

  .publicity {
    padding: 56px 0
  }

  .publicity-copy h2 {
    font-size: 38px
  }

  .big-stat {
    font-size: 56px
  }

  .chart-card {
    padding: 24px 18px
  }

  .section-title h2 {
    font-size: 35px
  }

  .flow-bottom {
    flex-direction: column
  }

  .result-card {
    width: 100%
  }

  .branches {
    width: 65%;
    margin-bottom: 45px
  }

  .how-grid {
    grid-template-columns: 1fr
  }

  .how-grid article:nth-child(2) {
    display: none
  }

  .specialist-grid h2 {
    font-size: 38px
  }

  .form-drawer form {
    padding: 20px
  }

  .drawer-head h2 {
    font-size: 29px
  }
}

/* ANFAC seal override */
.anfac-mark {
  gap: 7px
}

.anfac-mark>i {
  width: 35px;
  height: 35px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-style: normal
}

@media(max-width:800px) {
  .anfac-mark>i {
    width: 26px;
    height: 26px
  }
}

.drawer-head>div {
  min-width: 0
}

.drawer-close {
  flex: none;
  margin-left: 16px
}

/* Visual fidelity and layout stability fixes */
.brand>.anfac-logo, .footer-brand>.anfac-logo {
  width: 123px;
  height: 37px;
  object-fit: contain;
  flex: none
}

.info-row .icon img {
  width: 24px;
  height: 24px
}

.metric-card>span img {
  width: 32px;
  height: 32px
}

.flow-card>.flow-icon {
  width: 48px;
  height: 48px
}

h1, h2, h3, .big-stat {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding-block: .04em
}

.hero-copy h1 {
  line-height: 1.06
}

.section-heading h2, .panel-intro h2, .bonus-copy h2, .publicity-copy h2, .section-title h2, .how-heading h2, .specialist-grid h2 {
  line-height: 1.12
}

.metric-card h3 {
  line-height: 1.2
}

.big-stat {
  line-height: 1.08
}

.chart {
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.chart span:last-child {
  left: calc(100% - 5px) !important
}

.flow-section {
  overflow: hidden
}

.branches .yes {
  left: 0
}

.branches .no {
  right: 0
}

.bonus-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, .72fr) minmax(260px, .9fr);
  gap: 24px
}

.bonus-copy, .facil-card, .bonus-person {
  min-width: 0
}

.facil-card {
  align-self: center;
  margin-bottom: 20px
}

.bonus-person {
  display: block;
  align-self: end
}

.partners-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px
}

.partners-text span {
  padding: 0;
  color: var(--cyan)
}

/* Elements remain visible without JavaScript; animation is progressive enhancement. */
.reveal {
  opacity: 1;
  transform: none
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--reveal-delay, 0ms)
}

.js .reveal.in-view {
  opacity: 1;
  transform: none
}

.highlight-list .reveal:nth-child(2), .metric-grid .reveal:nth-child(2) {
  --reveal-delay: 90ms
}

.highlight-list .reveal:nth-child(3), .metric-grid .reveal:nth-child(3) {
  --reveal-delay: 180ms
}

.highlight-list .reveal:nth-child(4), .metric-grid .reveal:nth-child(4) {
  --reveal-delay: 270ms
}

.highlight-list .reveal:nth-child(5) {
  --reveal-delay: 360ms
}

.flow-top .reveal:nth-of-type(2) {
  --reveal-delay: 140ms
}

.flow-top .reveal:nth-of-type(3) {
  --reveal-delay: 280ms
}

.flow-top>i {
  animation: arrowPulse 1.8s ease-in-out infinite
}

.decision {
  animation: decisionFloat 3s ease-in-out infinite
}

.branches {
  animation: none
}

@keyframes arrowPulse {
  0%, 100% {
    opacity: .45;
    transform: translateX(0)
  }

  50% {
    opacity: 1;
    transform: translateX(5px)
  }
}

@keyframes decisionFloat {
  0%, 100% {
    transform: rotate(45deg) translateY(0)
  }

  50% {
    transform: rotate(45deg) translate(-5px, 5px)
  }
}

@media (max-width:1120px) {
  .bonus-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr)
  }

  .bonus-copy {
    grid-column: 1/-1
  }

  .bonus-person {
    display: block;
    height: 420px
  }

  .how-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr))
  }

  .how-grid article:nth-child(n) {
    display: block
  }
}


@media (max-width:800px) {

  /* .bonus-copy .btn {
  display: flex;
} */

  #inicio {
  scroll-margin-top: 100px;
}

#beneficios {
  scroll-margin-top: 50px;
}

.highlight-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-left: 0;
}

#convenio {
  scroll-margin-top: 50px;
}

#visibilidade {
  scroll-margin-top: 100px;
}

#como-funciona {
  scroll-margin-top: 60px;
}

#como-aderir {
  scroll-margin-top: 50px;
}
  .site-header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 133px;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: 1fr 36px;
    grid-template-rows: 36px 50px;
    column-gap: 12px;
    row-gap: 15px;
    align-items: center;
    background: #fff
  }

  .site-header>.brand {
    width: auto;
    height: 28px;
    display: flex;
    align-items: center
  }

  .site-header>.brand>img:first-child {
    width: 110px;
    height: 28px;
    object-fit: contain
  }

  .site-header>.brand>.brand-divider {
    display: block;
    width: 12px;
    height: 0;
    margin: 0;
    background: transparent;
    flex: 0 0 12px
  }

  .site-header>.brand>.anfac-logo {
    display: block;
    width: 93px;
    height: 28px;
    object-fit: contain
  }

  .site-header>.menu-toggle {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    place-items: center;
    border-radius: 8px;
    background: rgba(0, 94, 255, .1);
    color: #005eff;
    font-size: 20px;
    line-height: 1
  }

  .site-header {
    height: 68px;
    grid-template-rows: 36px
  }

  .site-header>.main-nav {
    top: 68px;
    padding: 20px;
    background: #fff
  }

  .nav-cta {
    height: 50px;
    min-height: 50px;
    padding: 14px 24px;
    font-size: 14px
  }

  main>.hero {
    width: 100%;
    max-width: none;
    height: 855px;
    margin: 0;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #fff
  }

  .hero>.hero-copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px
  }

  .hero-copy>.eyebrow {
    margin: 0;
    color: #bf9557;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1px
  }

  .hero-copy h1 {
    margin: 0;
    color: #14213d;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700
  }

  .hero-copy>p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500
  }

  .hero-copy>.hero-lead {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #5b6b7f;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400
  }

  .hero-copy>.btn {
    width: auto;
    align-self: flex-start;
    height: 50px;
    min-height: 50px;
    margin-top: 16px;
    padding: 14px 24px;
    font-size: 14px
  }

   .hero>.hero-media {
    width: 100%;
    height: 419px;
    min-height: 419px;
    border-radius: 16px
  }

  .hero>.hero-media img {
    width: 100%;
    height: 419px;
    object-fit: cover;
    border-radius: 16px;
    /* background: #74797e; */
    /* margin: 0 auto; */
  }


    .hero>.hero-media {
    /* background: #74797e; */
    border-radius: 16px;
    overflow: hidden;
  }

  .hero > .hero-media img {
    /* display: block;
    width: 100%;
    height: auto; */
    /* margin: 0 auto; */
    /* object-fit: contain; */
  }
}

@media (max-width:800px) {
  .brand>.anfac-logo {
    width: 100px;
    height: 31px
  }

  .bonus-grid {
    grid-template-columns: 1fr
  }

  .bonus-copy {
    grid-column: auto
  }

  .bonus-person {
    display: block;
    height: 390px
  }

  .partner-count {
    right: 10px;
    top: 0
  }

  .how-grid {
    grid-template-columns: 1fr
  }

  .how-grid article:nth-child(n) {
    display: block
  }

  .how-grid article {
    min-height: 0
  }

  .how-grid img {
    height: auto;
    aspect-ratio: 243/220
  }

  .flow-top>i {
    animation: arrowPulseMobile 1.8s ease-in-out infinite
  }

  @keyframes arrowPulseMobile {
    0%, 100% {
      opacity: .45;
      transform: rotate(90deg) translateX(0)
    }

    50% {
      opacity: 1;
      transform: rotate(90deg) translateX(5px)
    }
  }
}

/* Source of truth: desktop frame 721:273 from the updated Figma file. */
@media (min-width:1121px) {

  .benefit-panel {
    position: relative;
    width: 1122px;
    max-width: calc(100% - 80px);
    height: 1574px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    border: 1px solid #dde3ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
  }

  .benefit-panel>.panel-intro {
    position: absolute;
    top: 47px;
    left: 63px;
    right: 63px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .benefit-panel>.panel-intro .eyebrow {
    margin: 0;
    color: #bf9557;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.5px;
  }

  .benefit-panel>.panel-intro h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #14213d;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600;
  }

  .benefit-panel>.panel-intro p {
    margin: 0;
    color: #5b6b7f;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
  }

  .benefit-panel>.steps-benefits {
    position: absolute;
    top: 252px;
    left: 63px;
    width: 994px;
    max-width: calc(100% - 126px);
    margin: 0;
  }

  .benefit-panel .marker-title {
    width: 284px;
    height: 28px;
    padding: 0 0 0 15px;
    background: #00ffa8;
    color: #14213d;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
  }

  .benefit-panel .steps-benefits ol {
    margin: 16px 0 0;
    padding: 0
  }

  .benefit-panel .steps-benefits ol:before {
    left: 22px;
    top: 36px;
    bottom: auto;
    width: 4px;
    height: 312px;
    border-radius: 2px
  }

  .benefit-panel .flow-step {
    width: 100%;
    min-height: 77px;
    padding: 12px 0 12px 72px;
    border: 0;
    display: flex;
    justify-content: flex-start;
    gap: 4px;
  }

  .benefit-panel .flow-step:not(:last-child):after {
    content: "";
    position: absolute;
    left: 72px;
    right: 124px;
    bottom: 0;
    height: 1px;
    background: rgba(0, 0, 0, .1);
  }

  .benefit-panel .flow-step:before {
    left: 0;
    top: 12px;
    width: 48px;
    height: 48px;
    font-family: Inter, Kanit, Arial, sans-serif;
    font-size: 18px
  }

  .benefit-panel .flow-step b {
    font-size: 18px;
    line-height: normal;
    font-weight: 700
  }

  .benefit-panel .flow-step span {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400
  }

  .benefit-panel>.bonus-grid {
    position: absolute;
    top: 816px;
    left: 63px;
    display: grid;
    grid-template-columns: 461px 293px 240px;
    width: 994px;
    height: 526px;
    margin: 0;
    gap: 0;
    align-items: start;
    overflow: visible;
  }

  .benefit-panel .bonus-copy {
    top: 8px;
    width: 461px;
    padding-right: 3px
  }

  .benefit-panel .bonus-copy .eyebrow {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.5px
  }

  .benefit-panel .bonus-copy h2 {
    width: 440px;
    max-width: 440px;
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600
  }

  .benefit-panel .bonus-copy p {
    width: 414px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.45
  }

  .benefit-panel .bonus-copy p:nth-of-type(2) {
    width: 396px
  }

  .benefit-panel .bonus-copy .btn {
    min-width: 0;
    margin-top: 12px;
    padding: 16px 28px;
    font-size: 16px;
    line-height: normal
  }

  .benefit-panel .facil-card {
    top: 8px;
    width: 293px;
    height: 470px;
    min-height: 470px;
    padding: 32px 24px;
    border-radius: 20px;
    gap: 20px
  }

  .benefit-panel .facil-card>img {
    /* width: 133px;
    height: 53px;
    margin: 0 auto 20px */
  }

  .benefit-panel .facil-card ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding-top: 20px
  }

  .benefit-panel .facil-card li {
    min-height: 40px;
    padding: 0 0 0 52px;
    display: flex;
    align-items: center;
    color: #233061;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500
  }

  .benefit-panel .facil-card li:before {
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px
  }

  .benefit-panel .bonus-person {
    top: 0;
    width: 294px;
    height: 526px;
    margin-left: -60px
  }

  .benefit-panel .bonus-person>.partner-count {
    top: 8px;
    right: 8px;
    width: 110px;
    height: 60px;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    overflow: hidden
  }

  .benefit-panel .partner-count b {
    height: 32px;
    font-size: 26px;
    line-height: 32px
  }

  .benefit-panel .partner-count {
    color: #5b6b7f;
    font-size: 14px;
    line-height: normal
  }

  .benefit-panel>.partners-label {
    position: absolute;
    top: 1387px;
    left: 136px;
    width: 848px;
    margin: 0;
    font-size: 16px;
    line-height: 24px
  }

  .benefit-panel>.partners-logos {
    position: absolute;
    top: 1427px;
    left: 141px;
    width: 839px;
    height: 60px;
    margin: 0;
    object-fit: contain
  }

  main>.benefit-panel {
    z-index: 2;
    margin-top: 40px;
    margin-left: calc((100vw - 1122px)/2 + 6px);
    margin-right: 0
  }

  main>.publicity {
    z-index: 1;
    margin-top: -86px
  }
}

/* The chart CTA is a single-line pill at every Figma breakpoint. */
.chart-card>.btn {
  white-space: nowrap;
}

@media (max-width:800px) {
  .chart-card>.btn {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: clamp(10px, 3vw, 13px);
    line-height: 1;
  }
}

/* Scroll-triggered motion: play once, hold the final frame, replay on re-entry. */
.js .flow-top>i,
.js .decision,
.js .decision:before,
.js .branches,
.js .branches:before,
.js .branches:after,
.js .branches .branch-center,
.js .branches .yes,
.js .branches .no,
.js .steps-benefits ol:before,
.js .flow-step {
  animation: none;
}

.js .flow-section.motion-active .flow-top>i {
  animation: arrowPulse 1.2s ease-in-out 1 both;
}

.js .flow-section.motion-active .decision {
  animation: kf-flow-decision-opacity 3.8s linear 1 both,
    kf-flow-decision-translate 3.8s linear 1 both,
    kf-flow-decision-scale 3.8s linear 1 both;
}

.js .flow-section.motion-active .decision:before {
  animation: kf-flow-stem-opacity 3.8s linear 1 both,
    kf-flow-stem-scale 3.8s linear 1 both;
}

.js .flow-section.motion-active .branches {
  animation: kf-flow-horizontal 3.8s linear 1 both;
}

.js .flow-section.motion-active .branches:before,
.js .flow-section.motion-active .branches:after {
  animation: kf-flow-drop 3.8s linear 1 both;
}

.js .flow-section.motion-active .branches .branch-center {
  animation: kf-flow-center-drop 3.8s linear 1 both;
}

.js .flow-section.motion-active .branches .yes,
.js .flow-section.motion-active .branches .no {
  animation: kf-flow-label 3.8s linear 1 both;
}

.js .benefit-panel.motion-active .steps-benefits ol:before {
  animation: kf-benefit-line-opacity 3.8s linear 1 both,
    kf-benefit-line-scale 3.8s linear 1 both;
}

.js .benefit-panel.motion-active .flow-step {
  animation-duration: 3.8s, 3.8s, 3.8s;
  animation-timing-function: linear, linear, linear;
  animation-iteration-count: 1, 1, 1;
  animation-fill-mode: both, both, both;
}

.js .benefit-panel.motion-active .flow-step:nth-child(1) {
  animation-name: kf-benefit-1-opacity, kf-benefit-1-translate, kf-benefit-1-scale
}

.js .benefit-panel.motion-active .flow-step:nth-child(2) {
  animation-name: kf-benefit-2-opacity, kf-benefit-2-translate, kf-benefit-2-scale
}

.js .benefit-panel.motion-active .flow-step:nth-child(3) {
  animation-name: kf-benefit-3-opacity, kf-benefit-3-translate, kf-benefit-3-scale
}

.js .benefit-panel.motion-active .flow-step:nth-child(4) {
  animation-name: kf-benefit-4-opacity, kf-benefit-4-translate, kf-benefit-4-scale
}

.js .benefit-panel.motion-active .flow-step:nth-child(5) {
  animation-name: kf-benefit-5-opacity, kf-benefit-5-translate, kf-benefit-5-scale
}

@media (max-width:800px) {
  .js .flow-section.motion-active .flow-top>i {
    animation-name: arrowPulseMobile;
  }
}

@media (prefers-reduced-motion:reduce) {

  .js .flow-section.motion-active *,
  .js .benefit-panel.motion-active * {
    animation: none !important;
  }
}

/* Footer brand and trust blocks from desktop 721:643 and mobile 781:340. */
.mobile-trust-label {
  display: none
}

@media (min-width:1121px) {
  .footer-desktop-brand {
    display: flex;
    width: 347px;
    height: 54px;
    align-items: center;
    justify-content: center;
    gap: 30px
  }

  .footer-desktop-brand img:first-child {
    width: 173px;
    height: 39px;
    object-fit: contain
  }

  .footer-desktop-brand img:last-child {
    width: 139px;
    height: 45px;
    /* object-fit: contain */
  }
}

@media (min-width:801px) and (max-width:1120px) {
  .footer-desktop-brand {
    display: flex;
    width: 347px;
    max-width: 100%;
    height: 54px;
    align-items: center;
    gap: 30px
  }

  .footer-desktop-brand img:first-child {
    width: 173px;
    height: 39px
  }

  .footer-desktop-brand img:last-child {
    width: 139px;
    height: 45px
  }
}

@media (max-width:800px) {
  .footer-desktop-brand {
    display: none
  }

  .trust-badges picture {
    display: none
  }

  .mobile-trust-label {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    height: 29px;
    padding: 8px;
    align-items: center;
    border: 1px solid;
    border-radius: 8px;
    background: #fff;
    font-family: Arimo, Arial, sans-serif;
    font-size: 11px;
    line-height: normal;
    font-weight: 700
  }

  .trust-good {
    border-color: #8ac300;
    color: #8bc200
  }

  .trust-verified {
    border-color: #1748ce;
    color: #1748ce
  }
}

@media (max-width:520px) {
  .brand-divider {
    display: block;
    margin: 0 8px;
    height: 30px
  }

  .brand>img:first-child {
    width: 94px
  }

  .brand>.anfac-logo {
    display: block;
    width: 82px;
    height: 27px
  }

  .menu-toggle {
    font-size: 23px
  }

  .bonus-person {
    height: 350px
  }

  .benefit-panel {
    overflow: hidden
  }
}

/* Production fidelity: Figma benefit, performance and flow sections */
@media (min-width:1121px) {
  .benefit-panel {
    width: min(1122px, calc(100% - 80px))
  }

  .bonus-grid {
    width: 994px;
    max-width: 100%;
    margin: 70px auto 0
  }

  .publicity {
    padding-block: 100px
  }

  .publicity-grid {
    grid-template-columns: minmax(0, 599px) 520px;
    justify-content: space-between;
    gap: 40px
  }
}

.chart-card {
  width: 520px;
  max-width: 100%;
  min-height: 614px;
  padding: 35px;
  background: #d2e2ff
}

.chart-card h3 {
  font-size: 32px;
  line-height: 41px;
  height: 41px
}

.chart-card>p {
  font-size: 16px;
  line-height: 20px;
  color: #5b6b7f;
  margin: 8px 0 0
}

.chart {
  height: 160px;
  margin: 52px 5px 0;
  border: 0;
  background: none;
  overflow: visible
}

.chart:after {
  display: none
}

.performance-chart {
  display: block;
  width: 100%;
  height: 160px;
  overflow: visible
}

.chart-grid line {
  stroke: rgba(35, 48, 97, .12);
  stroke-width: 1
}

.chart-line {
  fill: none;
  stroke: #00eeb0;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round
}

.chart-points circle {
  fill: #fff;
  stroke: #233061;
  stroke-width: 2.25
}

.chart-callout rect, .chart-callout path {
  fill: #233061
}

.chart-callout text {
  fill: #fff;
  font-family: Kanit, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500
}

.years {
  width: calc(100% - 10px);
  margin: 12px 5px 0;
  font-size: 15px;
  color: #171f2c
}

.chart-card ul {
  /* border-top: 1px solid rgba(35, 48, 97, .18);
  margin: 15px -1px 8px;
  padding: 24px 0 0 */
}

.chart-card li {
  padding: 7px 0 7px 34px;
  font-size: 16px;
  line-height: 1.35
}

.chart-card .btn {
  margin-top: 10px
}

/* Exact 3.8 s motion timeline exported from the Figma flowchart */
.decision {
  transform-origin: center;
  animation: kf-flow-decision-opacity 3.8s linear infinite, kf-flow-decision-translate 3.8s linear infinite, kf-flow-decision-scale 3.8s linear infinite
}

.decision:before {
  transform-origin: center bottom;
  animation: kf-flow-stem-opacity 3.8s linear infinite, kf-flow-stem-scale 3.8s linear infinite
}

.decision:after {
  animation: none
}

.branches {
  transform-origin: center;
  animation: kf-flow-horizontal 3.8s linear infinite
}

.branches:before, .branches:after {
  transform-origin: center top;
  animation: kf-flow-drop 3.8s linear infinite
}

.branches .branch-center {
  position: absolute;
  left: calc(50% - 1px);
  top: -35px;
  width: 2px;
  height: 35px;
  background: #becddc;
  transform-origin: center top;
  animation: kf-flow-center-drop 3.8s linear infinite
}

.branches .yes, .branches .no {
  animation: kf-flow-label 3.8s linear infinite
}

@keyframes kf-flow-stem-opacity {
  0%, 18.421% {
    opacity: 0
  }

  18.421% {
    animation-timing-function: ease-out
  }

  26.316%, 100% {
    opacity: 1
  }
}

@keyframes kf-flow-stem-scale {
  0%, 18.421% {
    scale: 1 0
  }

  18.421% {
    animation-timing-function: ease-out
  }

  26.316%, 100% {
    scale: 1 1
  }
}

@keyframes kf-flow-decision-opacity {
  0%, 26.316% {
    opacity: 0
  }

  26.316% {
    animation-timing-function: ease-out
  }

  42.105%, 100% {
    opacity: 1
  }
}

@keyframes kf-flow-decision-translate {
  0%, 26.316% {
    translate: 0 -60px
  }

  26.316% {
    animation-timing-function: cubic-bezier(.45, 1.45, .8, 1)
  }

  42.105%, 100% {
    translate: 0 0
  }
}

@keyframes kf-flow-decision-scale {
  0%, 26.316% {
    scale: .5
  }

  26.316% {
    animation-timing-function: cubic-bezier(.45, 1.45, .8, 1)
  }

  42.105%, 100% {
    scale: 1
  }
}

@keyframes kf-flow-center-drop {
  0%, 42.105% {
    scale: 1 0
  }

  42.105% {
    animation-timing-function: ease-out
  }

  50%, 100% {
    scale: 1 1
  }
}

@keyframes kf-flow-horizontal {
  0%, 47.368% {
    scale: 0 1
  }

  47.368% {
    animation-timing-function: ease-in-out
  }

  78.947%, 100% {
    scale: 1 1
  }
}

@keyframes kf-flow-drop {
  0%, 73.684% {
    scale: 1 0
  }

  73.684% {
    animation-timing-function: ease-out
  }

  84.211%, 100% {
    scale: 1 1
  }
}

@keyframes kf-flow-label {
  0%, 78.947% {
    opacity: 0
  }

  78.947% {
    animation-timing-function: ease-out
  }

  89.474%, 100% {
    opacity: 1
  }
}

/* Exact sequential motion for the five benefit steps */
.steps-benefits ol:before {
  transform-origin: center top;
  animation: kf-benefit-line-opacity 3.8s linear infinite, kf-benefit-line-scale 3.8s linear infinite
}

.flow-step {
  animation-duration: 3.8s, 3.8s, 3.8s;
  animation-timing-function: linear, linear, linear;
  animation-iteration-count: infinite, infinite, infinite
}

.flow-step:nth-child(1) {
  animation-name: kf-benefit-1-opacity, kf-benefit-1-translate, kf-benefit-1-scale
}

.flow-step:nth-child(2) {
  animation-name: kf-benefit-2-opacity, kf-benefit-2-translate, kf-benefit-2-scale
}

.flow-step:nth-child(3) {
  animation-name: kf-benefit-3-opacity, kf-benefit-3-translate, kf-benefit-3-scale
}

.flow-step:nth-child(4) {
  animation-name: kf-benefit-4-opacity, kf-benefit-4-translate, kf-benefit-4-scale
}

.flow-step:nth-child(5) {
  animation-name: kf-benefit-5-opacity, kf-benefit-5-translate, kf-benefit-5-scale
}

@keyframes kf-benefit-line-opacity {
  0% {
    animation-timing-function: ease-out;
    opacity: .2
  }

  7.895%, 100% {
    opacity: 1
  }
}

@keyframes kf-benefit-line-scale {
  0% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    scale: 1 .1
  }

  55.263%, 100% {
    scale: 1 1
  }
}

@keyframes kf-benefit-1-opacity {
  0% {
    animation-timing-function: ease-out;
    opacity: .15
  }

  13.158%, 100% {
    opacity: 1
  }
}

@keyframes kf-benefit-1-translate {
  0% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    translate: 0 12px
  }

  13.158%, 100% {
    translate: 0 0
  }
}

@keyframes kf-benefit-1-scale {
  0% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    scale: .95
  }

  13.158%, 100% {
    scale: 1
  }
}

@keyframes kf-benefit-2-opacity {
  0%, 10.526% {
    opacity: .15
  }

  10.526% {
    animation-timing-function: ease-out
  }

  23.684%, 100% {
    opacity: 1
  }
}

@keyframes kf-benefit-2-translate {
  0%, 10.526% {
    translate: 0 12px
  }

  10.526% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
  }

  23.684%, 100% {
    translate: 0 0
  }
}

@keyframes kf-benefit-2-scale {
  0%, 10.526% {
    scale: .95
  }

  10.526% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
  }

  23.684%, 100% {
    scale: 1
  }
}

@keyframes kf-benefit-3-opacity {
  0%, 21.053% {
    opacity: .15
  }

  21.053% {
    animation-timing-function: ease-out
  }

  34.211%, 100% {
    opacity: 1
  }
}

@keyframes kf-benefit-3-translate {
  0%, 21.053% {
    translate: 0 12px
  }

  21.053% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
  }

  34.211%, 100% {
    translate: 0 0
  }
}

@keyframes kf-benefit-3-scale {
  0%, 21.053% {
    scale: .95
  }

  21.053% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
  }

  34.211%, 100% {
    scale: 1
  }
}

@keyframes kf-benefit-4-opacity {
  0%, 31.579% {
    opacity: .15
  }

  31.579% {
    animation-timing-function: ease-out
  }

  44.737%, 100% {
    opacity: 1
  }
}

@keyframes kf-benefit-4-translate {
  0%, 31.579% {
    translate: 0 12px
  }

  31.579% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
  }

  44.737%, 100% {
    translate: 0 0
  }
}

@keyframes kf-benefit-4-scale {
  0%, 31.579% {
    scale: .95
  }

  31.579% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
  }

  44.737%, 100% {
    scale: 1
  }
}

@keyframes kf-benefit-5-opacity {
  0%, 42.105% {
    opacity: .15
  }

  42.105% {
    animation-timing-function: ease-out
  }

  55.263%, 100% {
    opacity: 1
  }
}

@keyframes kf-benefit-5-translate {
  0%, 42.105% {
    translate: 0 12px
  }

  42.105% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
  }

  55.263%, 100% {
    translate: 0 0
  }
}

@keyframes kf-benefit-5-scale {
  0%, 42.105% {
    scale: .95
  }

  42.105% {
    animation-timing-function: cubic-bezier(.16, 1, .3, 1)
  }

  55.263%, 100% {
    scale: 1
  }
}

@media (prefers-reduced-motion:reduce) {
  .decision, .decision:before, .branches, .branches:before, .branches:after, .branches .branch-center, .branches .yes, .branches .no, .steps-benefits ol:before, .flow-step {
    animation: none;
    opacity: 1;
    translate: none;
    scale: 1
  }
}

/* Keep the Figma-aligned footer rules after legacy cascade fixes. */
.footer {
   min-height: 283px;
  background: #e8ebf0;
  padding: 72px 40px 27px;
  display: grid;
  grid-template-columns: 347px minmax(250px, 1fr) 423px;
  gap: 80px;
  align-items: start;
  color: #424751
}

@media (max-width:1120px) {
  .footer {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .footer-end {
    grid-column: 1/-1
  }
}

@media (max-width:800px) {
  .footer {
    min-height: 483px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start
  }
}

/* Tablet landscape: preserve the horizontal flow without clipping. */
@media (min-width:801px) and (max-width:1120px) {
  .flow-top {
    grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch
  }

  .flow-card {
    width: auto;
    min-width: 0;
    padding: 22px 18px
  }

  .flow-card h3 {
    font-size: 21px
  }

  .flow-card p {
    font-size: 15px;
    line-height: 1.4
  }

  .flow-top>i {
    font-size: 30px;
    align-self: center
  }
}

/* Figma source alignment: Fácil de Quitar and footer */
.bonus-mobile-card {
  display: none
}

.footer {
  min-height: 283px;
  background: #e8ebf0;
  padding: 72px 40px 27px;
  display: grid;
  grid-template-columns: 347px minmax(250px, 1fr) 423px;
  gap: 80px;
  align-items: start;
  color: #424751
}

.footer a {
  color: inherit
}

.footer-identity {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.footer>.footer-identity>.footer-brand {
  display: flex;
  align-items: center;
  gap: 30px
}

.footer>.footer-identity>.footer-brand>img:first-child {
  width: 173px;
  height: 39px;
  object-fit: contain
}

.footer>.footer-identity>.footer-brand>.anfac-logo {
  width: 139px;
  height: 45px;
  object-fit: contain
}

.trust-badges {
  display: flex;
  gap: 12px;
  align-items: center
}

.trust-badge {
  width: 140px;
  height: 50px;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 7px;
  padding: 7px 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.05;
  font-family: Arial, sans-serif
}

.trust-badge small {
  font-size: 10px;
  color: #585b5e
}

.trust-badge b {
  font-size: 11px
}

.trust-badge-good {
  color: #8bc200
}

.trust-badge-verified {
  color: #1748ce
}

.footer-contact {
  justify-self: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 0;
  color: #000
}

.footer-contact>b {
  font-size: 20px;
  color: #424751;
  line-height: 1.1;
  margin-bottom: 2px
}

.contact-line {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none
}

.contact-line:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  text-align: center;
  color: #000;
  font-family: Arial, sans-serif
}

.contact-phone:before {
  content: "☎"
}

.contact-whatsapp:before {
  content: "◉"
}

.contact-email:before {
  content: "✉"
}

.contact-email {
  text-decoration: underline
}

.footer-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px
}

.footer-end .footer-legal {
  display: flex;
  gap: 24px;
  font-size: 16px
}

.footer-end>p {
  margin: 0;
  color: #424751;
  opacity: .6;
  font-size: 16px;
  line-height: 1.6
}

.social-row {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  color: var(--blue)
}

.social-row a {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: rgba(29, 101, 196, .05);
  display: grid;
  place-items: center;
  font: 700 16px/1 Arial, sans-serif;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease
}

.social-row a:hover {
  background: rgba(29, 101, 196, .12);
  transform: translateY(-2px)
}

.social-row a:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px
}

@media (max-width:1120px) {
  .footer {
    grid-template-columns: 1fr 1fr;
    gap: 48px
  }

  .footer-end {
    grid-column: 1/-1
  }

  .footer-contact {
    justify-self: start
  }
}

@media (max-width:800px) {
  .bonus-grid {
    display: none
  }

  .bonus-mobile-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
    padding: 20px;
    background: #fafcff;
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden
  }

  .bonus-mobile-heading {
    display: flex;
    flex-direction: column;
    gap: 12px
  }

  .bonus-mobile-heading .eyebrow {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin: 0
  }

  .bonus-mobile-heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700
  }

  .bonus-mobile-logo {
    width: 124px;
    height: 64px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    display: grid;
    place-items: center
  }

  .bonus-mobile-logo img {
    width: 100px;
    height: 40px;
    object-fit: contain
  }

  .bonus-mobile-card>p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 1.4
  }

  .bonus-mobile-media {
    height: 200px;
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 12px
  }

  .bonus-mobile-media>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 457px;
    object-fit: contain;
    object-position: center top
  }

  .bonus-mobile-media>.partner-count {
    top: 8px;
    right: 8px;
    min-width: 92px;
    height: 56px;
    padding: 8px;
    border-radius: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    font-size: 10px;
    line-height: 1.2
  }

  .bonus-mobile-media>.partner-count b {
    font-size: 18px;
    line-height: 1.1
  }

  .bonus-mobile-card>.btn {
    width: 100%;
    min-height: 49px;
    padding: 14px 24px
  }

  .partners-label {
    margin-top: 32px
  }

  .footer {
    min-height: 483px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start
  }

  .footer-identity {
    gap: 32px;
    width: 100%
  }

  .footer>.footer-identity>.footer-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .footer>.footer-identity>.footer-brand>img:first-child {
    width: 110px;
    height: 28px
  }

  .footer>.footer-identity>.footer-brand>.anfac-logo {
    width: 84px;
    height: 24px
  }

  .trust-badges {
    width: 100%
  }

  .trust-badge {
    flex: 1;
    width: auto;
    height: 29px;
    padding: 8px;
    border-radius: 8px
  }

  .trust-badge small {
    display: none
  }

  .trust-badge b {
    font-size: 11px
  }

  .footer-contact {
    padding: 0;
    gap: 12px
  }

  .footer-contact>b {
    font-size: 16px
  }

  .contact-line {
    font-size: 14px
  }

  .footer-end {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .06);
    gap: 16px
  }

  .footer-end .footer-legal {
    font-size: 14px;
    gap: 16px
  }

  .footer-end>p {
    font-size: 12px;
    line-height: 1.4
  }

  .social-row {
    display: none
  }
}

/* Footer content synchronized with the latest Figma prototype. */
.footer-end .footer-legal-mobile, .footer-end>.footer-copy-mobile {
  display: none
}

@media (min-width:1121px) {
  .footer-end {
    width: 424px
  }

  .footer-end .footer-legal-desktop {
    display: flex;
    gap: 24px
  }

  .footer-end>.footer-copy-desktop {
    display: block;
    width: 333px;
    font-size: 14px;
    line-height: 25.6px
  }

  .social-row {
    left: 91px
  }
}

@media (min-width:801px) and (max-width:1120px) {
  .footer-legal-desktop, .footer-copy-desktop {
    display: flex
  }

  .footer-copy-desktop {
    display: block
  }
}

@media (max-width:800px) {
  .footer-legal-desktop, .footer-copy-desktop {
    display: none !important
  }

  .footer-end .footer-legal-mobile {
    display: flex;
    gap: 16px
  }

  .footer-end>.footer-copy-mobile {
    display: block;
    font-size: 12px;
    line-height: 1.4
  }
}

/* Optimized production background asset. */
.publicity {
  background-image: linear-gradient(rgba(0, 94, 255, .88), rgba(0, 94, 255, .88)), url('assets/glass-bg.webp')
}

.how-grid article:nth-child(2) {
  --reveal-delay: 80ms
}

.how-grid article:nth-child(3) {
  --reveal-delay: 160ms
}

.how-grid article:nth-child(4) {
  --reveal-delay: 240ms
}

.how-grid article:nth-child(5) {
  --reveal-delay: 320ms
}

@media (max-width:1120px) {
  .chart-card {
    width: 100%
  }
}

.form-drawer select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

[hidden] {
  display: none !important
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  background: #fff;
  color: var(--navy);
  padding: 12px 18px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform .2s
}

.skip-link:focus {
  transform: translateY(0)
}

:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px
}

.btn:focus-visible, .menu-toggle:focus-visible, .drawer-close:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px
}

.eyebrow.gold, .benefit-panel .gold {
  color: #93651f
}

.inline-link, .footer a, .privacy a {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important
}

.form-feedback {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-left: 4px solid #b42318;
  border-radius: 6px;
  background: #fff1f0;
  color: #8a1c13;
  font-weight: 500
}

.form-drawer .privacy span {
  display: block;
  line-height: 1.45
}

.submit-btn[disabled] {
  cursor: wait;
  opacity: .72
}

.error-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--soft)
}

.error-page main {
  max-width: 620px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 48px;
  box-shadow: var(--shadow)
}

/* Section rhythm from the Figma desktop canvas.
   The 12px gap deliberately reveals the canvas color between surfaces. */
:root {
  --section-gap: 12px;
  --page-canvas: #f3f3f3;
  --surface-white: #fff;
  --surface-soft: #fafcff;
  --footer-surface: #e8ebf0
}

.hero {
  --section-surface: var(--surface-white)
}

.highlights {
  --section-surface: var(--surface-soft)
}

.benefit-panel {
  --section-surface: var(--surface-white)
}

.flow-section {
  --section-surface: var(--surface-soft)
}

.hero, .highlights, .benefit-panel, .flow-section {
  background: var(--section-surface);
  box-shadow: 0 0 0 100vmax var(--section-surface);
  clip-path: inset(0 -100vmax);
}

.efficiency, .how-section {
  background: var(--surface-white)
}

.specialist-cta {
  background: var(--surface-soft)
}

.footer {
  background: var(--footer-surface)
}

@media (min-width:801px) {
  body {
    background: var(--page-canvas)
  }

  main {
    display: flex;
    flex-direction: column;
    gap: var(--section-gap);
    border-top: var(--section-gap) solid var(--page-canvas);
    background: var(--page-canvas);
  }

  main>#inicio {
    position: absolute
  }

  main>section {
    flex: 0 0 auto
  }

  main>.benefit-panel {
    margin-block: 0;
    margin-inline: auto
  }

  main>.hero,
  main>.highlights,
  main>.benefit-panel,
  main>.flow-section {
    background: var(--section-surface);
    box-shadow: 0 0 0 100vmax var(--section-surface);
    clip-path: inset(0 -100vmax);
  }

  .footer {
    margin-top: var(--section-gap)
  }
}

.error-page img {
  width: 145px;
  margin: 0 auto 28px
}

.error-page h1 {
  font-size: 42px;
  margin-bottom: 10px
}

.error-page p {
  color: var(--text);
  font-size: 18px;
  margin-bottom: 28px
}

.footer {
  min-height: 283px;
  padding-top: 72px;
  padding-bottom: 27px;
  align-items: start
}

@media (prefers-reduced-motion:reduce) {
  .decision:after {
    animation: none
  }
}

@media (prefers-reduced-motion:reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none
  }

  .decision, .flow-top>i {
    animation: none
  }
}

/* Final alignment against the Figma source */
@media (min-width:1121px) {
  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 12px
  }

  .main-nav {
    margin: 0;
    justify-content: center;
    gap: 30px
  }
}

.bonus-grid {
  grid-template-columns: 46.4% 29.5% 24.1%;
  gap: 0;
  align-items: end;
  isolation: isolate
}

.bonus-copy {
  padding-right: 34px
}

.facil-card {
  width: 100%;
  min-height: 470px;
  margin: 0;
  align-self: end;
  position: relative;
  z-index: 2;
  padding: 32px 24px
}

.bonus-person {
  width: calc(100% + 60px);
  height: 526px;
  margin-left: -60px;
  z-index: 3
}

.bonus-person>img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center bottom
}

.partner-count {
  top: -91px;
  right: 0;
  min-width: 179px;
  padding: 10px 18px
}

.partners-label {
  margin: 42px 0 16px
}

.partners-logos {
  display: block;
  width: min(839px, 100%);
  height: auto;
  margin: 0 auto;
  object-fit: contain
}

.flow-top {
  width: min(1120px, 100%);
  margin-inline: auto;
  grid-template-columns: 300px minmax(32px, 1fr) 300px minmax(32px, 1fr) 300px
}

.flow-card {
  min-height: 200px
}

.decision {
  width: 260px;
  height: 260px;
  margin: 74px auto 56px;
  transform: none;
  background: transparent;
  clip-path: none;
  border-radius: 0;
  box-shadow: none;
  animation: none;
  position: relative;
  gap: 10px;
}

.decision:before {
  left: calc(50% - 1px);
  top: -74px;
  width: 2px;
  height: 74px;
  transform: none;
  z-index: 0
}

.decision:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  width: 180px;
  height: 180px;
  background: var(--blue);
  border-radius: 14px;
  transform: rotate(45deg);
  box-shadow: 0 14px 30px rgba(0, 94, 255, .25);
  animation: diamondPulse 3s ease-in-out infinite;
  z-index: 0
}

.decision>* {
  transform: none;
  position: relative;
  z-index: 1
}

@keyframes diamondPulse {
  0%, 100% {
    transform: rotate(45deg) scale(1)
  }

  50% {
    transform: rotate(45deg) scale(1.035)
  }
}

.footer {
  grid-template-columns: 1.1fr .9fr 1fr;
  align-items: center
}

.footer>.footer-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0
}

.footer>.footer-brand>img:first-child {
  width: 145px;
  height: 46px
}

.footer>.footer-brand>.anfac-logo {
  width: 139px;
  height: 45px
}

.footer>.footer-legal {
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: start;
  column-gap: 34px;
  row-gap: 18px
}

.footer>.footer-legal p {
  grid-column: 1/-1;
  margin: 0
}

@media (max-width:1120px) {
  .bonus-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .bonus-copy {
    grid-column: 1/-1;
    padding-right: 0
  }

  .bonus-person {
    order: 1
  }

  .facil-card {
    order: 2;
    min-height: 0
  }

  .bonus-person {
    width: 100%;
    height: 420px;
    margin-left: 0
  }

  .partner-count {
    top: 0;
    right: 10px
  }
}

@media (max-width:800px) {
  .flow-top {
    grid-template-columns: 1fr
  }

  .flow-card {
    min-height: 0
  }

  .bonus-grid {
    grid-template-columns: 1fr
  }

  .bonus-copy {
    grid-column: auto
  }

  .bonus-person {
    height: 390px
  }

  .footer {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 0;
    gap: 38px;
    padding: 44px 24px
  }

  .footer>.footer-brand {
    width: 100%
  }

  .footer>.footer-legal {
    grid-template-columns: auto auto
  }
}

@media (max-width:520px) {
  .bonus-person {
    height: 350px
  }

  .partners-label {
    margin-top: 28px
  }

  .footer>.footer-brand {
    flex-wrap: wrap
  }

  .footer>.footer-brand>img:first-child {
    width: 130px
  }

  .footer>.footer-brand>.anfac-logo {
    width: 118px
  }
}

/* Cascade lock: these source-of-truth motion rules must remain last. */
.bonus-copy .btn {
  width: auto;
  min-width: 242px; 
}

.decision {
  animation: kf-flow-decision-opacity 3.8s linear infinite, kf-flow-decision-translate 3.8s linear infinite, kf-flow-decision-scale 3.8s linear infinite
}

.decision:before {
  animation: kf-flow-stem-opacity 3.8s linear infinite, kf-flow-stem-scale 3.8s linear infinite
}

.decision:after {
  animation: none
}

.branches {
  animation: kf-flow-horizontal 3.8s linear infinite
}

.branches:before, .branches:after {
  animation: kf-flow-drop 3.8s linear infinite
}

.branches .branch-center {
  animation: kf-flow-center-drop 3.8s linear infinite
}

.branches .yes, .branches .no {
  animation: kf-flow-label 3.8s linear infinite
}

@media (prefers-reduced-motion:reduce) {
  .decision, .decision:before, .branches, .branches:before, .branches:after, .branches .branch-center, .branches .yes, .branches .no, .steps-benefits ol:before, .flow-step {
    animation: none;
    opacity: 1;
    translate: none;
    scale: 1
  }
}

/* Cascade lock: Figma-aligned footer layout. */
.footer {
  min-height: 283px;
  background: #e8ebf0;
  padding: 72px 40px 27px;
  display: grid;
  grid-template-columns: 347px minmax(250px, 1fr) 423px;
  gap: 80px;
  align-items: start;
  color: #424751
}

@media (max-width:1120px) {
  .footer {
    grid-template-columns: 1fr 1fr;
    gap: 48px
  }

  .footer-end {
    grid-column: 1/-1
  }
}

@media (max-width:800px) {
  .footer {
    min-height: 483px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start
  }
}

/* Cascade lock: tablet landscape flow. */
@media (min-width:801px) and (max-width:1120px) {
  .flow-top {
    grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
    gap: 12px
  }

  .flow-card {
    width: auto;
    min-width: 0;
    padding: 22px 18px
  }

  .flow-card h3 {
    font-size: 21px
  }

  .flow-top>i {
    font-size: 30px
  }
}

/* Exact Figma lock: Fácil de Quitar + footer (desktop, tablet and mobile). */
@media (min-width:1121px) {
  .bonus-grid {
    display: grid;
    grid-template-columns: 461px 293px 240px;
    width: 994px;
    max-width: 100%;
    height: 526px;
    margin: 70px auto 0;
    align-items: start;
    gap: 0;
    overflow: visible;
  }

  .bonus-copy {
    position: relative;
    top: 8px;
    width: 461px;
    padding-right: 20px
  }

  .bonus-copy h2 {
    max-width: 440px
  }

  .facil-card {
    position: relative;
    top: 8px;
    width: 293px;
    height: 470px;
    min-height: 470px;
    margin: 0;
    padding: 32px 24px;
    z-index: 2
  }

  .bonus-person {
    position: relative;
    top: 0;
    width: 294px;
    height: 526px;
    margin: 0 0 0 -60px;
    z-index: 3;
    overflow: visible
  }

  .bonus-person>img {
    display: block;
    width: 294px;
    height: 526px;
    margin: 0;
    object-fit: contain;
    object-position: center
  }

  .bonus-person>.partner-count {
    top: -91px;
    right: -9px;
    width: 179px;
    min-width: 179px;
    height: 91px;
    padding: 10px 18px;
    border-radius: 16px
  }

  .footer {
    position: relative;
    display: block;
    width: 100%;
    height: 283px;
    min-height: 283px;
    padding: 0;
    background: #e8ebf0;
    color: #424751
  }

  .footer-identity {
    position: absolute;
    left: 90px;
    top: 72px;
    width: 347px;
    display: flex;
    flex-direction: column;
    gap: 48px
  }

  .footer-partnership {
    display: block;
    width: 347px;
    height: 54px;
    object-fit: contain
  }

  .footer-mobile-brand {
    display: none
  }

  .trust-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 50px
  }

  .trust-badges picture {
    display: block;
    height: 50px
  }

  .trust-badges picture:first-child, .trust-badges picture:first-child img {
    width: 140px;
    height: 50px
  }

  .trust-badges picture:last-child, .trust-badges picture:last-child img {
    width: 137px;
    height: 50px
  }

  .footer-contact {
    position: absolute;
    left: 42.014%;
    top: 94px;
    width: 233px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #000
  }

  .footer-contact>b {
    margin: 0 0 2px;
    font-size: 20px;
    line-height: 18px;
    color: #424751
  }

  .contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    white-space: nowrap
  }

  .contact-line img {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px
  }

  .contact-line:before {
    display: none
  }

  .contact-email {
    text-decoration: underline;
    text-underline-offset: 2px
  }

  .footer-end {
    position: absolute;
    right: 100px;
    top: 73px;
    width: 423px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px
  }

  .footer-end .footer-legal {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 16px;
    line-height: 25.6px;
    
  }

  .footer-end>p {
    margin: 0;
    width: 321px;
    font-size: 16px;
    line-height: 25.6px;
    color: #424751;
    opacity: .6
  }

  .social-row {
    position: absolute;
    left: 138px;
    top: 151px;
    display: flex;
    gap: 8px;
    margin-top: -30px;
    color: var(--blue)
  }

  .social-row a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: rgba(29, 101, 196, .05);
    display: grid;
    place-items: center
  }

  .social-row img {
    display: block;
    max-width: 21px;
    max-height: 20px
  }

  .social-row .kwai-icon {
    width: 20px;
    height: 20px;
    max-width: none;
    max-height: none;
    border-radius: 4px;
    object-fit: cover
  }
}

@media (min-width:801px) and (max-width:1120px) {
  .bonus-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
    height: auto;
    gap: 24px
  }

  .bonus-copy {
    grid-column: 1/-1;
    padding-right: 0
  }

  .facil-card {
    width: 100%;
    min-height: 470px
  }

  .bonus-person {
    width: 294px;
    height: 526px;
    margin: 0 auto;
    overflow: visible
  }

  .bonus-person>img {
    width: 294px;
    height: 526px;
    object-fit: contain
  }

  .bonus-person>.partner-count {
    top: -70px;
    right: -8px
  }

  .footer {
    min-height: 360px;
    padding: 56px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
  }

  .footer-partnership {
    display: block;
    width: 347px;
    max-width: 100%;
    height: auto
  }

  .footer-mobile-brand {
    display: none
  }

  .footer-contact {
    justify-self: start
  }

  .footer-end {
    grid-column: 1/-1
  }
}

@media (max-width:800px) {
  .benefit-panel {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 48px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    overflow: visible
  }

  .bonus-grid {
    display: none
  }

  .bonus-mobile-card {
    width: 100%;
    min-height: 633px;
    margin-top: 32px;
    padding: 20px;
    gap: 20px;
    background: #fafcff;
    border: 1px solid #dde3ea;
    border-radius: 16px;
    overflow: hidden
  }

  .bonus-mobile-heading h2 {
    font-size: 22px;
    line-height: 1.18
  }

  .bonus-mobile-media {
    width: 100%;
    height: 200px;
    margin: 0;
    border-radius: 12px;
    overflow: hidden
  }

  .bonus-mobile-media>img {
    position: static;
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center
  }

  .bonus-mobile-media>.partner-count {
    left: auto;
    right: 8px;
    top: 8px;
    width: 92px;
    min-width: 92px;
    height: 56px;
    padding: 8px;
    border-radius: 10px;
    gap: 2px;
    font-size: 10px;
    line-height: 1.2
  }

  .bonus-mobile-media>.partner-count b {
    font-size: 18px;
    line-height: 1.1
  }

  .footer {
    width: 100%;
    height: 483px;
    min-height: 483px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    background: #e8ebf0;
    color: #424751
  }

  .footer-identity {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px
  }

  .footer-partnership {
    display: none
  }

  .footer-mobile-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .footer-mobile-brand img:first-child {
    width: 110px;
    height: 28px
  }

  .footer-mobile-brand img:last-child {
    width: 84px;
    height: 24px
  }

  .trust-badges {
    display: flex;
    width: 100%;
    height: 29px;
    gap: 12px
  }

  .trust-badges picture {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    height: 29px
  }

  .trust-badges picture img {
    display: block;
    width: 100%;
    height: 29px
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    color: #000
  }

  .footer-contact>b {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 18px;
    color: #424751
  }

  .contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-decoration: none
  }

  .contact-line img {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px
  }

  .contact-line:before {
    display: none
  }

  .contact-email {
    text-decoration: underline;
    text-underline-offset: 2px
  }

  .footer-end {
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px
  }

  .footer-end .footer-legal {
    display: flex;
    gap: 16px;
    font-size: 14px;
    line-height: 18px
  }

  .footer-end>p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #424751;
    opacity: .6
  }

  .social-row {
    display: none
  }
}

/* Final cascade lock: content from the latest footer prototype. */
.footer-end .footer-legal-mobile, .footer-end>.footer-copy-mobile {
  display: none
}

@media (min-width:1121px) {
  
  .footer-end {
    width: 424px
  }

  .footer-end .footer-legal-desktop {
    display: flex;
    gap: 24px
  }

  .footer-end>.footer-copy-desktop {
    display: block;
    width: 333px;
    font-size: 14px;
    line-height: 25.6px
  }

  .social-row {
    left: 91px
  }
}

@media (max-width:800px) {
  .footer-end .footer-legal-desktop, .footer-end>.footer-copy-desktop {
    display: none
  }

  .footer-end .footer-legal-mobile {
    display: flex;
    gap: 16px
  }

  .footer-end>.footer-copy-mobile {
    display: block;
    font-size: 12px;
    line-height: 1.4
  }
}

/* Final visual corrections from the review screenshots. */
@media (min-width:1121px) {
  .facil-card li {
    padding-right: 35px
  }

  .specialist-media {
    border-radius: 28px
  }
}

@media (max-width:1120px) {
  .specialist-media {
    border-radius: 26px
  }
}

/* Formulario sincronizado com os frames 135:1994 e 777:257 do Figma. */
.form-drawer {
  inset: 0;
  width: 100%;
  height: 100dvh;
  padding: 31px 80px 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  background: #f3f3f3;
  border-radius: 0;
  box-shadow: none;
  scrollbar-width: none;
}

.form-drawer::-webkit-scrollbar {
  display: none
}

.form-drawer>.drawer-close {
  align-self: flex-end;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 28px;
}

.form-intro {
  width: min(900px, 100%);
  margin-top: 20px;
  text-align: center;
}

.form-intro h2 {
  margin: 0;
  color: #14213d;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.form-intro p {
  width: min(586px, 100%);
  margin: 16px auto 0;
  color: #5b6b7f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.form-drawer form {
  width: 760px;
  max-width: 100%;
  margin-top: 64px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 0;
  border-radius: 16px;
}

.form-drawer form>h3 {
  margin: 0 0 24px;
  color: #14213d;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.form-grid {
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "nome empresa"
    "cnpj ramo"
    "cargo vazio"
    "email telefone"
    "cidade estado";
  column-gap: 16px;
  row-gap: 20px;
}

.form-grid>label:nth-child(1) {
  grid-area: nome
}

.form-grid>label:nth-child(2) {
  grid-area: empresa
}

.form-grid>label:nth-child(3) {
  grid-area: cnpj
}

.form-grid>label:nth-child(4) {
  grid-area: ramo
}

.form-grid>label:nth-child(5) {
  grid-area: cargo
}

.form-grid>label:nth-child(6) {
  grid-area: email
}

.form-grid>label:nth-child(7) {
  grid-area: telefone
}

.form-grid>label:nth-child(8) {
  grid-area: cidade
}

.form-grid>label:nth-child(9) {
  grid-area: estado
}

.form-drawer label, .form-drawer legend {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.form-drawer input, .form-drawer select {
  height: 56px;
  margin-top: 8px;
  padding: 12px;
  font-weight: 400;
}

.form-drawer input::placeholder, .form-drawer textarea::placeholder {
  font-weight: 200;
}

.form-drawer fieldset {
  margin: 32px 0 24px;
  gap: 12px;
}

.form-drawer fieldset legend {
  margin-bottom: 24px;
}

.form-drawer fieldset label {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
}

.form-drawer fieldset label:has(input:checked) {
  border-color: #005eff
}

.form-drawer fieldset input {
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}

.form-drawer textarea {
  min-height: 153px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 200;
}

.form-drawer .privacy {
  margin: 32px 0;
  gap: 12px;
  color: #5b6b7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-drawer .privacy input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  flex: 0 0 18px;
}

.form-drawer .submit-btn {
  min-height: 48px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width:800px) {
  .footer>.footer-identity {
    gap: 32px
  }

  .footer>.footer-contact {
    gap: 12px
  }

  .footer>.footer-end {
    gap: 16px
  }

  .footer-contact>b {
    margin: 0;
    font-size: 16px;
    line-height: 24px
  }

  .contact-line {
    font-size: 14px;
    line-height: 21px
  }

  .footer-end .footer-legal {
    font-size: 14px;
    line-height: 21px
  }

  .footer-end>.footer-copy-mobile {
    font-size: 12px;
    line-height: 1.4
  }

  .form-drawer {
    padding: 24px 20px 40px;
    border-radius: 24px;
  }

  .form-intro {
    width: 350px;
    max-width: 100%;
    margin-top: 36px;
  }

  .form-intro h2 {
    height: 68px;
    overflow: hidden;
    font-size: 28px;
    line-height: 34px;
  }

  .form-intro p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px;
  }

  .form-drawer form {
    width: 350px;
    margin-top: 24px;
    padding: 20px;
    border: 0;
    box-shadow: inset 0 0 0 1px #dde3ea;
  }

  .form-drawer form>h3 {
    height: 30px;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "nome"
      "empresa"
      "cnpj"
      "ramo"
      "cargo"
      "email"
      "telefone"
      "cidade"
      "estado";
    gap: 16px;
  }

  .form-drawer label, .form-drawer legend {
    font-size: 14px
  }

  .form-drawer input, .form-drawer select {
    height: 48px;
    margin-top: 8px;
  }

  .form-drawer fieldset {
    margin: 24px 0;
    gap: 8px;
  }

  .form-drawer fieldset legend {
    margin-bottom: 12px
  }

  .form-drawer fieldset label {
    padding: 8px 12px;
    font-size: 13px;
  }

  .form-drawer textarea {
    min-height: 120px;
    font-size: 14px;
    font-weight: 300;
  }

  .form-drawer .privacy {
    margin: 24px 0;
    gap: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .form-drawer .submit-btn {
    min-height: 50px;
    font-size: 15px;
  }
}

/* Final cascade lock — Figma desktop node 721:273. */
@media (min-width:1121px) {
  .benefit-panel {
    position: relative;
    width: 1122px;
    max-width: calc(100% - 80px);
    height: 1574px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    border: 1px solid #dde3ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: none
  }

  .benefit-panel>.panel-intro {
    position: absolute;
    top: 47px;
    left: 63px;
    right: 63px;
    display: flex;
    flex-direction: column;
    gap: 12px
  }

  .benefit-panel>.panel-intro .eyebrow {
    margin: 0;
    color: #bf9557;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.5px
  }

  .benefit-panel>.panel-intro h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #14213d;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600
  }

  .benefit-panel>.panel-intro p {
    margin: 0;
    color: #5b6b7f;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400
  }

  .benefit-panel>.steps-benefits {
    position: absolute;
    top: 252px;
    left: 63px;
    width: 994px;
    max-width: calc(100% - 126px);
    margin: 0
  }

  .benefit-panel .marker-title {
    width: 284px;
    height: 28px;
    padding: 0 0 0 15px;
    background: #00ffa8;
    color: #14213d;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-style: italic
  }

  .benefit-panel .steps-benefits ol {
    margin: 16px 0 0;
    padding: 0
  }

  .benefit-panel .steps-benefits ol:before {
    left: 22px;
    top: 36px;
    bottom: auto;
    width: 4px;
    height: 312px;
    border-radius: 2px
  }

  .benefit-panel .flow-step {
    width: 100%;
    min-height: 77px;
    padding: 12px 0 12px 72px;
    border: 0;
    display: flex;
    justify-content: flex-start;
    gap: 4px
  }

  .benefit-panel .flow-step:not(:last-child):after {
    content: "";
    position: absolute;
    left: 72px;
    right: 124px;
    bottom: 0;
    height: 1px;
    background: rgba(0, 0, 0, .1)
  }

  .benefit-panel .flow-step:before {
    left: 0;
    top: 12px;
    width: 48px;
    height: 48px;
    font-family: Inter, Kanit, Arial, sans-serif;
    font-size: 18px
  }

  .benefit-panel .flow-step b {
    font-size: 18px;
    line-height: normal;
    font-weight: 700
  }

  .benefit-panel .flow-step span {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400
  }

  .benefit-panel>.bonus-grid {
    position: absolute;
    top: 816px;
    left: 63px;
    display: grid;
    grid-template-columns: 461px 293px 240px;
    width: 994px;
    height: 526px;
    margin: 0;
    gap: 0;
    align-items: start;
    overflow: visible
  }

  .benefit-panel .bonus-copy {
    position: relative;
    top: 8px;
    width: 461px;
    padding-right: 3px
  }

  .benefit-panel .bonus-copy .eyebrow {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.5px
  }

  .benefit-panel .bonus-copy h2 {
    width: 440px;
    max-width: 440px;
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600
  }

  .benefit-panel .bonus-copy p {
    width: 414px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.45
  }

  .benefit-panel .bonus-copy p:nth-of-type(2) {
    width: 396px
  }

  .benefit-panel .bonus-copy .btn {
    min-width: 0;
    margin-top: 12px;
    padding: 16px 28px;
    font-size: 16px;
    line-height: normal;
    width: 288px;
    /* margin-left: 50px; */
  }

  .benefit-panel .facil-card {
    position: relative;
    top: 8px;
    width: 293px;
    height: 470px;
    min-height: 470px;
    margin: 0;
    padding: 32px 26px;
    border-radius: 20px;
    display: block
  }

  .benefit-panel .facil-card>img {
    /* width: 133px;
    height: 53px;
    margin: 0 auto 20px */
  }

  .benefit-panel .facil-card ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding-top: 20px
  }

  .benefit-panel .facil-card li {
    min-height: 40px;
    padding: 0 0 0 52px;
    display: flex;
    align-items: center;
    color: #233061;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500
  }

  .benefit-panel .facil-card li:before {
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px
  }

  .benefit-panel .bonus-person {
    position: relative;
    top: 0;
    width: 294px;
    height: 526px;
    margin: 0 0 0 -60px;
    z-index: 3;
    overflow: visible
  }

  .benefit-panel .bonus-person>img {
    display: block;
    width: 294px;
    height: 526px;
    margin: 0;
    object-fit: contain;
    object-position: center
  }

  .benefit-panel .bonus-person>.partner-count {
    top: -91px;
    right: -9px;
    width: 179px;
    min-width: 179px;
    height: 91px;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    overflow: hidden;
    border-radius: 16px
  }

  .benefit-panel .partner-count b {
    height: 49px;
    font-size: 40px;
    line-height: 49px
  }

  .benefit-panel .partner-count {
    color: #5b6b7f;
    font-size: 14px;
    line-height: normal
  }

  .benefit-panel>.partners-label {
    position: absolute;
    top: 1387px;
    left: 136px;
    width: 848px;
    margin: 0;
    font-size: 16px;
    line-height: 24px
  }

  .benefit-panel>.partners-logos {
    position: absolute;
    top: 1427px;
    left: 141px;
    width: 839px;
    height: 60px;
    margin: 0;
    object-fit: contain
  }
}

/* Final cascade lock — footer frames 721:643 and 781:340. */
.footer-partnership {
  display: none
}

.mobile-trust-label {
  display: none
}

@media (min-width:1121px) {
  .footer-desktop-brand {
    display: flex;
    width: 140px;
    height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 12px
  }

  .footer-desktop-brand img:first-child {
    width: 173px;
    height: 39px;
    /* object-fit: contain */
  }

  .footer-desktop-brand img:last-child {
    width: 139px;
    height: 45px;
    /* object-fit: contain */
  }
}

@media (min-width:801px) and (max-width:1120px) {
  .footer-desktop-brand {
    display: flex;
    width: 347px;
    max-width: 100%;
    height: 54px;
    align-items: center;
    gap: 30px
  }

  .footer-desktop-brand img:first-child {
    width: 173px;
    height: 39px
  }

  .footer-desktop-brand img:last-child {
    width: 139px;
    height: 45px
  }
}

@media (max-width:800px) {
  .footer-desktop-brand {
    display: none
  }

  .trust-badges picture {
    display: none
  }

  .trust-badges>.mobile-trust-label {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    height: 29px;
    padding: 8px;
    align-items: center;
    border: 1px solid;
    border-radius: 8px;
    background: #fff;
    font-family: Arimo, Arial, sans-serif;
    font-size: 11px;
    line-height: normal;
    font-weight: 700
  }

  .trust-badges>.trust-good {
    border-color: #8ac300;
    color: #8bc200
  }

  .trust-badges>.trust-verified {
    border-color: #1748ce;
    color: #1748ce
  }
}

/* Final cascade lock — desktop header frame 721:112. */
@media (min-width:1121px) {
  .site-header {
    height: 100px;
    /* padding: 16px 70px; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #fff;
    border-bottom: .5px solid rgba(0, 0, 0, .09)
  }

  .site-header>.brand {
    width: 347px;
    height: 54px;
    display: flex;
    align-items: center;
    flex: 0 0 347px;
    /* margin-left: -60px; */
  }

  .site-header>.brand>img:first-child {
    /* object-fit: contain; */
    width: 190px;
    height: 40px;
  }

  .site-header>.brand>.brand-divider {
    display: block;
    width: 24px;
    height: 0;
    margin: 0;
    background: transparent;
    flex: 0 0 24px
  }

  .site-header>.brand>.anfac-logo {
    width: 123px;
    height: 37px;
    object-fit: contain
  }

  .site-header>.main-nav {
    width: 576px;
    flex: 0 0 576px;
    margin: 0 28px;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
  }

  .site-header>.main-nav a {
    font-size: 16px;
    line-height: 19.6px;
    font-weight: 600;
    letter-spacing: .7px
  }

  .site-header>.btn {
    width: 260px;
    height: 48px;
    min-height: 48px;
    /* margin-left: 94px; */
    padding: 10px 20px;
    font-size: 16px;
    line-height: normal
  }

  main>.hero {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: 624px;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
    right: 10px;
  }

  .hero>.hero-copy {
    position: absolute;
    left: 70px;
    top: 103px;
    width: 640px;
    height: auto
  }

  .hero-copy>.eyebrow {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
  }

  .hero-copy h1 {
    margin: 0 0 16px;
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    color: #1d2a46
  }

  .hero-copy>p {
    width: 629px;
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400
  }

  .hero-copy>.hero-lead {
    width: 640px;
    max-width: 640px;
    margin: 0 0 32px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 500
  }

  .hero-copy>.btn {
    height: 48px;
    min-height: 48px;
    padding: 16px 28px;
    font-size: 16px
  }

  .hero>.hero-media {
    position: absolute;
    left: 790px;
    top: 38px;
    width: 560px;
    height: 548px;
    border-radius: 16px;
  }

  main>.highlights {
    width: 1302px;
    /* max-width: calc(100% - 138px); */
    max-width: calc(100% - 18px);
    height: 708px;
    margin: 0 auto;
    padding: 64px 0 96px;
    display: grid;
    grid-template-columns: 610px 658px;
    gap: 32px
  }

  .highlights>.highlight-photo {
    width: 610px;
    height: 548px;
    border-radius: 20px
  }

  .highlights>.highlight-list {
    width: 658px;
    height: 548px;
    gap: 10px
  }

  .highlights .info-row {
    width: 658px;
    min-height: 100px;
    padding: 16px 24px
  }

  .highlights .info-row:last-child {
    min-height: 108px
  }

  main>.efficiency {
    height: 572px;
    padding: 28px 0 78px;
    background: #fff
  }

  .efficiency>.efficiency-grid {
    width: 1308px;
    max-width: calc(100% - 2px);
    height: 466px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 527px 681px;
    gap: 80px;
    align-items: start
  }

  .efficiency .section-heading {
    width: 527px;
    margin-top: 96px;
    margin-left: 10px;
  }

  .efficiency .section-heading h2 {
    width: 527px;
    margin: 0 0 16px;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 400
  }

  .efficiency .section-heading p {
    width: 525px;
    margin: 0;
    font-size: 20px;
    line-height: 1.2
  }

  .efficiency .metric-grid {
    width: 681px;
    height: 466px;
    display: grid;
    grid-template-columns: 330px 334px;
    grid-template-rows: 227px 229px;
    column-gap: 16px;
    row-gap: 10px
  }

  .efficiency .metric-card {
    width: 100%;
    height: 227px;
    min-height: 227px;
    padding: 24px 20px;
    border-radius: 12px
  }

  .efficiency .metric-grid>.metric-card:nth-child(n+3) {
    height: 227px
  }

  .efficiency .metric-card h3 {
    margin: 24px 0 8px;
    font-size: 22px;
    line-height: 1.1
  }

  main>.publicity {
    height: 850px;
    padding: 132px 70px 104px
  }

  .publicity>.publicity-grid {
    width: 1300px;
    max-width: 100%;
    height: 614px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0
  }

  .publicity .publicity-copy {
    width: 599px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  .publicity-copy>.eyebrow {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: normal;
    letter-spacing: .4px
  }

  .publicity-copy h2 {
    width: 627px;
    margin: 0 0 20px;
    font-size: 60px;
    line-height: 1;
    font-weight: 600
  }

  .publicity-copy h2 strong {
    font-size: 64px;
    line-height: 1;
    color: #00ffa8
  }

  .publicity-copy>p:first-of-type {
    width: 627px;
    margin: 0;
    font-size: 24px;
    line-height: 27.89px
  }

  .publicity-copy>.big-stat {
    margin: 48px 0 12px;
    font-size: 96px;
    line-height: 1;
    font-weight: 800
  }

  .publicity-copy>p:last-of-type {
    width: 599px;
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500
  }

  .publicity .chart-card {
    position: relative;
    width: 520px;
    height: 614px;
    min-height: 614px;
    padding: 0;
    border-radius: 24px
  }

  .chart-card>h3 {
    position: absolute;
    left: 35px;
    top: 35px;
    width: 464px;
    height: 41px;
    margin: 0;
    font-size: 32px;
    line-height: 41px
  }

  .chart-card>p {
    position: absolute;
    left: 35px;
    top: 84px;
    width: 440px;
    height: 28px;
    margin: 0;
    font-size: 16px;
    line-height: 20px
  }

  .chart-card>.chart {
    position: absolute;
    left: 35px;
    top: 173px;
    width: 440px;
    height: 160px;
    margin: 0
  }

  .chart-card>.years {
    position: absolute;
    left: 35px;
    top: 345px;
    width: 440px;
    margin: 0;
    font-size: 15px;
    line-height: normal
  }

  .chart-card>ul {
    position: absolute;
    left: 33px;
    right: 37px;
    top: 367px;
    margin: 0;
    padding: 42px 0 0;
    border-top: 1px solid rgba(35, 48, 97, .18);
    display: flex;
    flex-direction: column;
    gap: 14px
  }

  .chart-card>ul li {
    height: 24px;
    padding: 0 0 0 36px;
    font-size: 16px;
    line-height: 24px
  }

  .chart-card>ul li:before {
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 12px
  }

  .chart-card>ul li b {
    font-size: 20px
  }

  .chart-card>.btn {
    position: absolute;
    left: 33px;
    right: 37px;
    top: 516px;
    width: auto;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 16px 32px;
    font-size: 16px
  }

  main>.how-section {
    height: 654px;
    padding: 0;
    background: #fdfdfd
  }

  .how-section>.section-shell {
    width: 100%;
    max-width: none;
    margin: 0
  }

  .how-section .how-heading {
    width: 100%;
    height: 226px;
    margin: 0;
    padding: 64px 70px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .how-section .how-heading h2 {
    width: 751px;
    margin: 10px 0;
    font-size: 54px;
    line-height: 1;
    font-weight: 400
  }

  .how-section .how-heading>.btn {
    width: 190px;
    height: 48px;
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px
  }

  .how-section .how-grid {
    width: 1263px;
    height: 323px;
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: repeat(5, 243px);
    gap: 12px
  }

  .how-section .how-grid article {
    position: relative;
    width: 243px;
    height: 323px;
    min-height: 323px;
    border-radius: 20px;
    background: #f7f9fc
  }

  .how-section .how-grid article>img {
    width: 243px;
    height: 220px;
    aspect-ratio: auto;
    object-fit: cover
  }

  .how-section .step-card-footer {
    width: 243px;
    height: 103px;
    padding: 16px 16px 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
  }

  .how-section .step-card-footer>div {
    display: flex;
    flex-direction: column;
    gap: 4px
  }

  .how-section .how-grid small {
    margin: 0;
    color: #005eff;
    font-size: 11px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase
  }

  .how-section .how-grid p {
    /* width: 164px; */
    min-width: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400
  }

  .how-section .step-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: #00ffa8;
    display: grid;
    place-items: center
  }

  .how-section .step-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain
  }

  .chart-card>.chart-end-callout {
    position: absolute;
    left: 384px;
    top: 146px;
    width: 94px;
    height: 24px;
    border-radius: 4px;
    background: #233061;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    z-index: 3
  }

  .chart-card>.chart-end-callout:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 20px;
    width: 12px;
    height: 12px;
    background: #233061;
    clip-path: polygon(0 0, 100% 0, 50% 100%)
  }

  main>.specialist-cta {
    position: relative;
    width: 100%;
    height: 545px;
    padding: 0;
    overflow: hidden;
    background: #fafcff
  }

  .specialist-cta>.specialist-grid {
    position: relative;
    width: 100%;
    max-width: none;
    height: 545px;
    margin: 0;
    display: block
  }

  .specialist-grid>div:first-child {
    position: absolute;
    left: 0;
    top: 72px;
    width: 705px;
    padding: 0 60px;
    z-index: 2
  }

  .specialist-grid h2 {
    width: 635px;
    height: 206px;
    margin: 0 0 32px;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 400
  }

  .specialist-grid h2 strong {
    font-weight: 600
  }

  .specialist-grid p {
    width: 635px;
    height: 83px;
    margin: 0 0 32px;
    color: #7f8184;
    font-size: 24px;
    line-height: 27.5px;
    font-weight: 300
  }

  .specialist-grid>div:first-child>.btn {
    width: 288px;
    height: 48px;
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px
  }

  .specialist-grid>.specialist-media {
    position: absolute;
    left: 844px;
    top: 0;
    width: 595px;
    height: 545px;
    overflow: visible;
    border-radius: 30px 0 0 30px;
    background: #00d4d4
  }

  .specialist-grid>.specialist-media>img {
    position: absolute;
    left: -129px;
    top: 20px;
    width: 787px;
    height: 525px;
    max-width: none;
    object-fit: cover;
    object-position: center
  }

  main>.flow-section {
    width: 100%;
    max-width: none;
    height: 1309px;
    margin: 0;
    padding: 80px;
    background: #fafcff;
    overflow: hidden
  }

  .flow-section>.section-title {
    width: 986px;
    max-width: 986px;
    height: 221px;
    margin: 0 auto 48px
  }

  .flow-section>.section-title h2 {
    width: 986px;
    margin: 0 0 16px;
    font-size: 68px;
    line-height: 68.5px;
    font-weight: 400
  }

  .flow-section>.section-title h2 strong {
    font-size: 70px;
    font-weight: 700
  }

  .flow-section>.section-title p {
    width: 708px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.2
  }

  .flow-section>.flow-top {
    width: 1120px;
    margin: 0 auto;
    grid-template-columns: 300px 1fr 300px 1fr 300px;
    gap: 0
  }

  .flow-section .flow-card {
    width: 300px;
    min-height: 200px;
    padding: 24px;
    border-radius: 16px
  }

  .flow-section .flow-card h3 {
    margin: 16px 0 8px;
    font-size: 24px;
    line-height: normal;
    font-weight: 500
  }

  .flow-section .flow-card p {
    font-size: 16px;
    line-height: 1.4
  }

  .flow-section>.decision {
    width: 260px;
    height: 260px
  }

  .flow-section>.branches {
    width: 780px
  }

  .flow-section>.flow-bottom {
    width: 1120px;
    margin: 0 auto;
    gap: 442px
  }

  .flow-section .result-card {
    width: 340px;
    padding: 24px;
    border-radius: 16px
  }
}

@media (max-width:800px) {
  main>.how-section {
    width: 100%;
    min-height: 513px;
    padding: 48px 20px;
    background: #fff
  }

  .how-section>.section-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-areas: "title""cards""button";
    gap: 32px
  }

  .how-section .how-heading {
    display: contents
  }

  .how-section .how-heading h2 {
    grid-area: title;
    width: 100%;
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700
  }

  .how-section .how-heading h2 br {
    display: none
  }

  .how-section .how-heading>.btn {
    grid-area: button;
    width: 60%;
    height: 50px;
    min-height: 50px;
    padding: 14px 34px;
    font-size: 14px; 
    margin-left: 100px;
  }

  .how-section .how-grid {
    grid-area: cards;
    /* width: 100%; */
    margin: 0 auto;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
  }

  .how-section .how-grid::-webkit-scrollbar {
    display: none
  }

  .how-section .how-grid article {
    /* width: 180px;
    min-width: 180px; */
    min-height: 0;
    height: auto;
    border-radius: 16px;
    background: #fafcff;
    /* scroll-snap-align: start */
  }

  .how-section .how-grid article>img {
    width: 250px;
    height: 120px;
    aspect-ratio: auto;
    object-fit: cover
  }

  .how-section .step-card-footer {
    width: 250px;
    min-height: 60px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
  }

  .how-section .step-card-footer>div {
    display: flex;
    flex-direction: column;
    gap: 4px
  }

  .how-section .how-grid small {
    margin: 0;
    color: #005eff;
    font-size: 11px;
    line-height: normal;
    font-weight: 700
  }

  .how-section .how-grid p {
    width: 100%;
    margin: 0;
    font-size: 13px;
    line-height: normal;
    font-weight: 500
  }

  .how-section .step-icon {
    display: none
  }

  .chart-card>.chart-end-callout {
    position: absolute;
    right: 31px;
    top: 143px;
    width: 94px;
    height: 24px;
    border-radius: 4px;
    background: #233061;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    z-index: 3
  }

  .chart-card>.chart-end-callout:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 20px;
    width: 11px;
    height: 11px;
    background: #233061;
    clip-path: polygon(0 0, 100% 0, 50% 100%)
  }

  main>.specialist-cta {
    width: 100%;
    height: 522px;
    padding: 0;
    background: #fafcff
  }

  .specialist-cta>.specialist-grid {
    width: 100%;
    max-width: none;
    height: 522px;
    margin: 0;
    display: flex;
    flex-direction: column
  }

  .specialist-grid>.specialist-media {
    order: -1;
    width: 100%;
    height: 220px;
    min-height: 220px;
    border-radius: 0;
    overflow: hidden;
    background: var(--cyan)
  }

  .specialist-grid>.specialist-media>img {
    position: static;
    width: 100%;
    height: 220px;
    max-width: 100%;
    object-fit: cover;
    object-position: 65% top
  }

  .specialist-grid>div:first-child {
    width: 100%;
    padding: 32px 20px 48px;
    display: flex;
    flex-direction: column;
    gap: 24px
  }

  .specialist-grid h2 {
    width: 100%;
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600
  }

  .specialist-grid p {
    width: 100%;
    margin: 0;
    color: #5b6b7f;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400
  }

  .specialist-grid>div:first-child>.btn {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 14px 24px;
    font-size: 14px
  }
}

.chart-card {
  position: relative
}

@media (max-width:1120px) {
  .chart-card>.chart-end-callout {
    position: absolute;
    right: 31px;
    top: 143px;
    width: 94px;
    height: 24px;
    border-radius: 4px;
    background: #233061;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    z-index: 3
  }

  .chart-card>.chart-end-callout:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 20px;
    width: 11px;
    height: 11px;
    background: #233061;
    clip-path: polygon(0 0, 100% 0, 50% 100%)
  }
}

/* Keep the 1440px Figma canvas centered on wider desktop viewports. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow:clip) {

  html,
  body {
    overflow-x: clip
  }
}

@media (min-width:1121px) {
  .site-header {
     /* width: 100%; */
    /* width: calc(100% - 80px);
    max-width: 1440px;
    margin-inline: auto; */
  }
  .header-container {
    /* padding-left: calc(60px + max(0px, 50vw - 720px));
    padding-right: calc(60px + max(0px, 50vw - 720px)); */
    
  }

  .main-nav>.btn {
    margin-left: 93px
  }

  .hero>.hero-copy {
    left: calc(80px + max(0px, 50vw - 720px));
  }

  .hero>.hero-media {
    left: calc(776px + max(0px, 50vw - 720px));
  }

  main>.benefit-panel {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    box-shadow: none;
    clip-path: none;
  }

  .benefit-panel>.partners-label {
    top: 1406px
  }

  .benefit-panel>.partners-logos {
    top: 1446px
  }

  main>.publicity {
    margin-top: -60px;
    padding-left: calc(70px + max(0px, 50vw - 720px));
    padding-right: calc(70px + max(0px, 50vw - 720px));
  }

  .publicity>.publicity-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .how-section .how-heading {
    padding-left: calc(70px + max(0px, 50vw - 720px));
    padding-right: calc(70px + max(0px, 50vw - 720px));
  }

  .specialist-grid>div:first-child {
    left: max(0px, 50vw - 720px);
  }

  .specialist-grid>.specialist-media {
    left: calc(844px + max(0px, 50vw - 720px));
    right: 0;
    width: auto;
  }

  .footer {
    /* padding-left: calc(40px + max(0px, 50vw - 720px));
    padding-right: calc(40px + max(0px, 50vw - 720px)); */
  }
}

/* At strongly reduced browser zoom, stop the turquoise panel at the
   centered 1440px design canvas instead of stretching indefinitely. */
@media (min-width:1921px) {
  .specialist-grid>.specialist-media {
    right: calc(50vw - 720px);
  }
}

/* Confirmação do formulário — frames 305:1198 e 777:331 do Figma. */
.form-success {
  width: 761px;
  max-width: 100%;
  min-height: 789px;
  margin: max(32px, calc((100dvh - 789px)/2)) 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  text-align: center;
}

.form-success[hidden] {
  display: none
}

.success-heading {
  width: 562px;
  max-width: 100%;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.form-success .success-heading h2 {
  width: 100%;
  height: 79px;
  margin: 0;
  color: #14213d;
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
}

.form-success .success-subtitle {
  width: 100%;
  height: 49px;
  margin: 0;
  color: #5c5c5c;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.form-success>.success-icon {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  margin: 0;
  border-radius: 50%;
  background: transparent;
}

.form-success>.success-icon picture,
.form-success>.success-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.success-lower {
  width: 647px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.success-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px
}

.form-success .success-contact {
  width: 100%;
  min-height: 72px;
  margin: 0;
  color: #5c5c5c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.success-discover {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.form-success .success-discover p {
  width: 540px;
  max-width: 100%;
  min-height: 63px;
  margin: 0;
  color: #4a4444;
  font-size: 20px;
  line-height: 28.5px;
  font-weight: 500;
}

.form-success .success-discover strong {
  font-weight: 600
}

.form-success .success-discover a {
  color: #005eff;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
}

.form-success .success-lower>.btn {
  width: 647px;
  max-width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
}

@media (max-width:800px) {
  .form-success {
    width: 342px;
    min-height: 514px;
    margin: 0;
    gap: 32px;
  }

  .success-heading {
    height: 77px;
    gap: 8px
  }

  .form-success .success-heading h2 {
    height: 42px;
    font-size: 28px;
    line-height: 42px
  }

  .form-success .success-subtitle {
    height: 27px;
    font-size: 18px;
    line-height: 27px
  }

  .form-success>.success-icon {
    width: 120px;
    height: 120px;
    flex-basis: 120px
  }

  .success-lower {
    width: 342px;
    gap: 32px
  }

  .success-copy {
    gap: 24px
  }

  .form-success .success-contact {
    min-height: auto;
    font-size: 16px;
    line-height: 22px
  }

  .success-discover {
    gap: 8px
  }

  .form-success .success-discover p {
    width: 100%;
    min-height: auto;
    font-size: 14px;
    line-height: 20px
  }

  .form-success .success-discover a {
    font-size: 22px;
    line-height: normal
  }

  .form-success .success-lower>.btn {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 14px 20px;
    font-size: 15px
  }
}

/* Final responsive lock for the chart CTA. */
.chart-card>.btn {
  white-space: nowrap
}

@media (max-width:800px) {
  .chart-card>.btn {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: clamp(10px, 3vw, 13px);
    line-height: 1;
  }
}

/* Final cascade lock for viewport-driven motion. */
.js .flow-top>i,
.js .decision,
.js .decision:before,
.js .branches,
.js .branches:before,
.js .branches:after,
.js .branches .branch-center,
.js .branches .yes,
.js .branches .no,
.js .steps-benefits ol:before,
.js .flow-step {
  animation: none
}

.js .flow-section.motion-active .flow-top>i {
  animation: arrowPulse 1.2s ease-in-out 1 both
}

.js .flow-section.motion-active .decision {
  animation: kf-flow-decision-opacity 3.8s linear 1 both, kf-flow-decision-translate 3.8s linear 1 both, kf-flow-decision-scale 3.8s linear 1 both
}

.js .flow-section.motion-active .decision:before {
  animation: kf-flow-stem-opacity 3.8s linear 1 both, kf-flow-stem-scale 3.8s linear 1 both
}

.js .flow-section.motion-active .branches {
  animation: kf-flow-horizontal 3.8s linear 1 both
}

.js .flow-section.motion-active .branches:before,
.js .flow-section.motion-active .branches:after {
  animation: kf-flow-drop 3.8s linear 1 both
}

.js .flow-section.motion-active .branches .branch-center {
  animation: kf-flow-center-drop 3.8s linear 1 both
}

.js .flow-section.motion-active .branches .yes,
.js .flow-section.motion-active .branches .no {
  animation: kf-flow-label 3.8s linear 1 both
}

.js .benefit-panel.motion-active .steps-benefits ol:before {
  animation: kf-benefit-line-opacity 3.8s linear 1 both, kf-benefit-line-scale 3.8s linear 1 both
}

.js .benefit-panel.motion-active .flow-step {
  animation-duration: 3.8s, 3.8s, 3.8s;
  animation-timing-function: linear, linear, linear;
  animation-iteration-count: 1, 1, 1;
  animation-fill-mode: both, both, both
}

.js .benefit-panel.motion-active .flow-step:nth-child(1) {
  animation-name: kf-benefit-1-opacity, kf-benefit-1-translate, kf-benefit-1-scale
}

.js .benefit-panel.motion-active .flow-step:nth-child(2) {
  animation-name: kf-benefit-2-opacity, kf-benefit-2-translate, kf-benefit-2-scale
}

.js .benefit-panel.motion-active .flow-step:nth-child(3) {
  animation-name: kf-benefit-3-opacity, kf-benefit-3-translate, kf-benefit-3-scale
}

.js .benefit-panel.motion-active .flow-step:nth-child(4) {
  animation-name: kf-benefit-4-opacity, kf-benefit-4-translate, kf-benefit-4-scale
}

.js .benefit-panel.motion-active .flow-step:nth-child(5) {
  animation-name: kf-benefit-5-opacity, kf-benefit-5-translate, kf-benefit-5-scale
}

@media (max-width:800px) {
  .js .flow-section.motion-active .flow-top>i {
    animation-name: arrowPulseMobile
  }
}

@media (prefers-reduced-motion:reduce) {

  .js .flow-section.motion-active *,
  .js .benefit-panel.motion-active * {
    animation: none !important
  }
}

/* Larger, color-consistent social controls in the desktop footer. */
@media (min-width:1121px) {
  .social-row {
    left: 67px;
    top: 145px;
    gap: 10px;
  }

  .social-row a {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  /* .social-row img {
    width: 26px;
    height: 26px;
    max-width: 26px;
    max-height: 26px;
    object-fit: contain;
  } */

  .social-row .kwai-icon {
    width: 26px;
    height: 26px;
    max-width: 26px;
    max-height: 26px;
    border-radius: 5px;
    filter: hue-rotate(226deg) saturate(4.5) brightness(1.5);
  }
}

/* Footer desktop frame 721:643 — centered 1440px Figma canvas. */
@media (min-width:1121px) {
  .footer {
    position: relative;
    width: 100%;
    height: 283px;
    min-height: 283px;
    padding: 0;
    background: #e8ebf0;
    display: flex;
     /* width: calc(100% - 80px);
    max-width: 1440px;
    margin-inline: auto; */
  }

  .footer-identity {
    left: calc(60px + max(0px, 50vw - 720px));
    top: 62px;
    width: 347px;
  }

  .footer-contact {
    left: calc(540px + max(0px, 50vw - 720px));
    top: 74px;
    width: 233px;
  }

  .footer-end {
    left: calc(900px + max(0px, 50vw - 720px));
    right: auto;
    top: 73px;
    width: 424px;
  }

  .footer-end .footer-legal {
    font-family: Kanit, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
     width: calc(100% - 80px);
  max-width: 1440px;
  margin-inline: auto;
  }

  .footer-end>.footer-copy-desktop {
    width: 333px;
    font-family: Kanit, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.6px;
  }

  .footer-end .social-row {
    /* left: 67px; */
    /* top: 151px; */
  }
}

/* Header CTA from Figma node 721:160. */
@media (min-width:1121px) {
  .site-header>.btn {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 48px;
    min-height: 48px;
    flex: 0 0 auto;
    margin-left: -40px;
    padding: 16px 28px;
    font-family: Kanit, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
  }
}

/* Preserve the complete desktop portrait; mobile keeps its Figma vertical crop. */
@media (min-width:1121px) {
  .hero>.hero-media {
    right: calc(776px + max(0px, 50vw - 720px));
    top: 31px;
    width: 580px;
    height: 573px;
    background: #74797e;
    /* overflow: visible; */
    
  }

  .hero>.hero-media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
    object-position: center;
    /* margin-left: 10px; */
    
  }
}

/* @media (min-width: 1121px) {
  .hero > .hero-media {
    right: calc(844px + max(0px, 50vw - 720px));
    top: 31px;
    
    background: transparent;
    overflow: visible;
    position: absolute;
  }

  .hero > .hero-media::before {
    content: "";
    position: absolute;

    top: -31px;
    bottom: -45px;
    left: -10px;

    right: calc(-844px - max(0px, 50vw - 720px));

    background: #74797e;
    z-index: 0;
    border-radius: 16px;
  }

  .hero > .hero-media img {
    position: relative;
    z-index: 1;

    width: 580px;
    height: 573px;
    max-width: none;
    object-fit: contain;
    object-position: center;
    margin-left: 10px;
  }
} */

/* Original partner assets from Figma: high-density raster sources and vector brand marks. */
.partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(839px, 100%);
  height: 60px;
  margin-inline: auto;
}

.partners-logos .partner-logo {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

.partners-logos .partner-pge {
  /* width: 80px;
  height: 60px;
  object-fit: cover */
  width: 20%;
}

.partners-logos .partner-prefeitura {
  width: 130px
}

.partners-logos .partner-edp {
  width: 109px
}

.partners-logos .partner-comgas {
  width: 95px
}

.partners-logos .partner-sabesp {
  width: 87px
}

.partners-logos .partner-cpfl {
  width: 96px
}

.partners-logos .partner-enel {
  width: 74px
}

@media (max-width:1120px) {
  .partners-logos {
    gap: clamp(6px, 2vw, 18px);
    padding-inline: 8px
  }

  .partners-logos .partner-pge {
    height: auto;
    object-fit: contain
  }
}

/* Figma mobile node 781:159 — BenefitsSequence (390px canvas). */
@media (max-width:800px) {
  .benefit-panel {
    width: 100%;
    max-width: none;
    min-height: 1722px;
    margin: 0;
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: #fff;
  }

  .benefit-panel>.panel-intro {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .benefit-panel>.panel-intro .eyebrow {
    margin: 0;
    color: #bf9557;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1.5px;
  }

  .benefit-panel>.panel-intro h2 {
    width: 100%;
    margin: 0;
    color: #14213d;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
  }

  .benefit-panel>.panel-intro p {
    width: 100%;
    margin: 0;
    color: #5b6b7f;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
  }

  .benefit-panel>.steps-benefits {
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .benefit-panel .marker-title {
    align-self: flex-start;
    width: auto;
    height: 33px;
    padding: 6px 16px;
    border-radius: 4px;
    background: #00ffa8;
    color: #14213d;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    font-style: normal;
    white-space: nowrap;
  }

  .benefit-panel .steps-benefits ol {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .benefit-panel .steps-benefits ol:before {
    left: 22px;
    top: 24px;
    bottom: auto;
    width: 4px;
    height: 500px;
    border-radius: 2px;
  }

  .benefit-panel .flow-step {
    width: 100%;
    min-height: 80px;
    padding: 0 0 12px 64px;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .benefit-panel .flow-step:after {
    content: "";
    position: absolute;
    left: 64px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(0, 0, 0, .06);
  }

  .benefit-panel .flow-step:before {
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 16px;
  }

  .benefit-panel .flow-step b {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
  }

  .benefit-panel .flow-step span {
    color: #5b6b7f;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }

  .benefit-panel>.bonus-mobile-card {
    width: 100%;
    height: 633px;
    min-height: 633px;
    margin: 0;
    padding: 20px;
    gap: 20px;
  }

  .bonus-mobile-heading {
    width: 100%;
    gap: 12px
  }

  .bonus-mobile-heading .eyebrow {
    font-size: 14px;
    line-height: 1.5
  }

  .bonus-mobile-heading h2 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700
  }

  .bonus-mobile-card>.btn {
    height: 49px;
    min-height: 49px;
    font-size: 14px
  }

  .benefit-panel>.partners-label {
    width: 100%;
    margin: 0;
    color: #14213d;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
  }

  .benefit-panel>.partners-logos {
    width: 100%;
    height: auto;
    /* margin-top: 8px; */
    /* padding: 0 4px; */
    gap: 20px 24px;
    flex-wrap: wrap;
  }

  .benefit-panel>.partners-logos .partner-pge {
    /* width: 60px;
    height: 45px;
    object-fit: cover */
  }

  .partners-logos .partner-pge {
    width: 45%;
  }

  .benefit-panel>.partners-logos .partner-prefeitura {
    width: 90px;
    height: auto
  }
}

/* Footer identity alignment: Figma frame 721:644. */
@media (min-width:1121px) {
  .footer>.footer-identity {
    gap: 38px;
  }

  /* .footer>.footer-identity>.footer-desktop-brand {
    transform: translateX(-10px);
  } */
}

/* Visual scale requested for the ANFAC header mark. */
@media (min-width:1121px) {
  .site-header>.brand>.anfac-logo {
    width: 146px;
    height: 44px;
    object-fit: contain;
  }
}

/* Tablet hero: prevent the original Figma image from invading the copy column. */
@media (min-width:961px) and (max-width:1120px) {
  main>.hero {
    width: 100%;
    max-width: none;
    min-height: 620px;
    height: auto;
    margin: 0;
    padding: 48px 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 46%);
    gap: 40px;
    align-items: center;
    background: #fdfdfd;
  }

  .hero>.hero-copy {
    min-width: 0
  }

  .hero-copy h1 {
    font-size: clamp(48px, 5.2vw, 58px)
  }

  .hero-copy>p,
  .hero-copy>.hero-lead {
    width: 100%;
    max-width: 100%
  }

  .hero>.hero-media {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 580/573;
    overflow: hidden;
    border-radius: 16px;
  }

  .hero>.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }
}

.hero-media picture {
  display: block;
  width: 100%;
  height: 100%
}

@media (max-width:800px) {
  .hero-copy h1 {
    padding: 0
  }

  .hero-media picture,
  .hero-media picture img {
    width: 100%;
    height: 100%
  }
}

@media (min-width:801px) and (max-width:960px) {
  main>.hero {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #fdfdfd;
  }

  .hero>.hero-copy {
    width: 100%;
    min-width: 0
  }

  .hero-copy>p,
  .hero-copy>.hero-lead {
    width: 100%;
    max-width: 100%
  }

  .hero>.hero-media {
    position: relative;
    width: min(580px, 100%);
    height: auto;
    min-height: 0;
    aspect-ratio: 580/573;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
  }

  .hero>.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }
}

.publicity-copy-mobile {
  display: none
}

@media (max-width:800px) {
  .publicity {
    width: 100%;
    height: auto;
    padding: 48px 20px;
  }

  .publicity>.publicity-grid {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .publicity-copy {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
  }

  .publicity-copy>.eyebrow {
    margin: 0 0 16px;
    color: #00ffa8;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
  }

  .publicity-copy h2 {
    margin: 0 0 16px;
    padding: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
  }

  .publicity-copy h2 strong {
    color: #fff
  }

  .publicity-copy>.publicity-copy-desktop {
    display: none
  }

  .publicity-copy>.publicity-copy-mobile {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }

  .publicity-copy>.big-stat {
    margin: 32px 0 0;
    padding: 0;
    color: #00ffa8;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
  }

  .publicity-copy>.big-stat+p {
    margin: 8px 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
  }

  .publicity .chart-card {
    position: relative;
    width: 100%;
    height: 420px;
    min-height: 420px;
    flex: 0 0 420px;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
  }

  .publicity .chart-card h3 {
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
  }

  .publicity .chart-card>p {
    position: absolute;
    left: 15px;
    top: 43px;
    width: calc(100% - 30px);
    margin: 0;
    color: #5b6b7f;
    font-size: 12px;
    line-height: normal;
    white-space: nowrap;
  }

  .publicity .chart-card>.chart {
    position: absolute;
    left: 15px;
    top: 79px;
    width: calc(100% - 30px);
    height: 120px;
    margin: 0;
    border: 0;
  }

  .publicity .performance-chart {
    width: 100%;
    /* height: 120px */
  }

  .publicity .chart-card>.years {
    position: absolute;
    left: 12px;
    top: 248px;
    width: calc(100% - 30px);
    margin: 0;
    font-size: 11px;
  }

  .publicity .chart-card>ul {
    position: absolute;
    left: 15px;
    top: 281px;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .publicity .chart-card li {
    min-height: 20px;
    padding: 0 0 0 28px;
    color: #14213d;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
  }

  .publicity .chart-card li:before {
    width: 20px;
    height: 20px
  }

  .publicity .chart-copy-desktop {
    display: none
  }

  .publicity .chart-card>.btn {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 24px;
    width: auto;
    height: 49px;
    min-height: 49px;
    padding: 14px 24px;
    font-size: 14px;
  }
}

/* Figma mobile node 781:256 — Flowchart. */
@media (max-width:800px) {
  main>.flow-section {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
    background: #fafcff;
  }

  .flow-section>.section-title {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .flow-section>.section-title h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #14213d;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
  }

  .flow-section>.section-title p {
    width: 100%;
    margin: 0;
    color: #5b6b7f;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
  }

  .flow-section>.flow-top {
    width: 100%;
    height: 564px;
    flex: 0 0 564px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .flow-section .flow-card {
    width: 100%;
    height: 136px;
    min-height: 136px;
    flex: 0 0 136px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #dde3ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
  }

  .flow-section .flow-icon {
    width: 36px;
    height: 36px;
    object-fit: contain
  }

  .flow-section .flow-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
  }

  .flow-section .flow-card p {
    margin: 0;
    color: #5b6b7f;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    white-space: nowrap;
  }

  .flow-section .flow-top>i,
  .flow-section .flow-top:after {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    color: #005eff;
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
    transform: rotate(90deg);
    animation: none;
  }

  .flow-section .flow-top:after {
    content: "→"
  }

  .flow-section>.decision {
    width: 200px;
    height: 200px;
    min-height: 200px;
    flex: 0 0 160px;
    margin: 12px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    border-radius: 0;
    background: #005eff;
    box-shadow: none;
    transform: none;
  }

  .flow-section>.decision:before {
    display: none
  }

  .flow-section>.decision>* {
    transform: none
  }

  .flow-section>.decision span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #00ffa8;
    font-size: 16px;
    line-height: normal;
  }

  .flow-section>.decision b {
    margin: 0;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 600;
  }

  .flow-section>.branches {
    display: none
  }

  .flow-section>.flow-bottom {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    margin: 12px 0 0;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .flow-section .result-card {
    width: 100%;
    height: auto;
    min-height: 142px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    box-shadow: none;
  }

  .flow-section .result-card>span {
    width: 32px;
    height: 32px;
    font-size: 18px
  }

  .flow-section .result-card:before {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
  }

  .flow-section .result-card.success {
    border: 1px solid #00ffa8;
    background: rgba(0, 255, 168, .15)
  }

  .flow-section .result-card.success:before {
    content: "SIM";
    color: #005eff
  }

  .flow-section .result-card.danger {
    border: 1px solid #eb5757;
    background: rgba(235, 87, 87, .08)
  }

  .flow-section .result-card.danger:before {
    content: "NÃO";
    color: #eb5757
  }

  .flow-section .result-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
  }

  .flow-section .result-card p {
    margin: 0;
    color: #5b6b7f;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
  }
}

/* Figma mobile metric group 781:128. */
@media (max-width:800px) {
  main>.efficiency {
    width: 100%;
    height: 1026px;
    padding: 48px 20px;
    background: #fafcff;
    overflow: hidden;
  }

  .efficiency>.efficiency-grid {
    width: 100%;
    height: 930px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .efficiency .section-heading {
    width: 100%;
    height: 202px;
    flex: 0 0 202px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .efficiency .section-heading h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #14213d;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
  }

  .efficiency .section-heading p {
    width: 100%;
    margin: 0;
    color: #5b6b7f;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }

  .efficiency .metric-grid {
    width: 100%;
    height: 696px;
    flex: 0 0 696px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .efficiency .metric-card {
    width: 100%;
    min-height: 0;
    padding: 20px;
    display: block;
    border: 1px solid #dde3ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
  }

  .efficiency .metric-card:nth-child(1),
  .efficiency .metric-card:nth-child(2) {
    height: 152px;
    flex: 0 0 152px
  }

  .efficiency .metric-card:nth-child(3),
  .efficiency .metric-card:nth-child(4) {
    height: 172px;
    flex: 0 0 172px
  }

  .efficiency .metric-card.featured {
    border: 2px solid #00ffa8;
    background: rgba(0, 94, 255, .08);
    box-shadow: 0 4px 20px rgba(51, 199, 222, .15);
  }

  .efficiency .metric-card>span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 212, 212, .25);
  }

  .efficiency .metric-card>span img {
    width: 32px;
    height: 32px
  }

  .efficiency .metric-card h3 {
    margin: 16px 0 6px;
    color: #14213d;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
  }

  .efficiency .metric-card p {
    margin: 0;
    color: #5b6b7f;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }
}

/* Cascade lock: the benefits panel uses the #FAFCFF surface and relies only
   on the main layout's 12px gap, with no extra top margin. */
.benefit-panel {
  --section-surface: var(--surface-soft);
  background: #fafcff;
}

@media (min-width:801px) {
  main>.benefit-panel {
    margin-top: 0;
    background: #fafcff;
  }
}

/* Original glyphs:arrow-bold exports from the Figma flowchart. */
.flow-top>.flow-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  transform: none;
}

.flow-top>.flow-arrow picture,
.flow-top>.flow-arrow img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain
}

.flow-top:after {
  content: none !important
}

@media (min-width:1121px) {
  .flow-top>.flow-arrow {
    justify-self: center;
    margin-right: 0;
  }
}

@media (max-width:800px) {
  .flow-top>.flow-arrow {
    align-self: center;
    margin-right: 0;
    transform: none
  }
}

/* Responsive parity: mobile keeps the desktop content and visual hierarchy. */
@media (max-width:1120px) {
  .how-section .how-grid article:nth-child(n) {
    display: block
  }
}

@media (max-width:800px) {

  .benefit-panel>.bonus-mobile-card,
  .publicity-copy>.publicity-copy-mobile,
  .footer-mobile-brand,
  .mobile-trust-label,
  .footer-end .footer-legal-mobile,
  .footer-end>.footer-copy-mobile {
    display: none !important
  }

  .publicity-copy>.publicity-copy-desktop {
    display: block !important
  }

  main>.benefit-panel {
    width: calc(100% - 32px);
    height: auto;
    min-height: 0;
    margin-inline: auto;
    padding: 40px 20px 48px;
    overflow: visible;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fafcff;
  }

  .benefit-panel>.bonus-grid {
    position: static;
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    margin: 48px 0 0;
    gap: 24px;
    overflow: visible;
  }

  .benefit-panel .bonus-copy,
  .benefit-panel .facil-card,
  .benefit-panel .bonus-person {
    position: relative;
    inset: auto;
    grid-column: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    transform: none;
  }

  .benefit-panel .bonus-copy {
    padding: 0
  }

  .benefit-panel .bonus-copy h2 {
    width: 100%;
    max-width: none
  }

  .benefit-panel .facil-card {
    min-height: 0;
    padding: 24px 20px
  }

  .benefit-panel .bonus-person {
    height: 440px;
    overflow: visible
  }

  .benefit-panel .bonus-person>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .benefit-panel .bonus-person>.partner-count {
    top: -18px;
    right: -18px
  }

  .partner-count {
    min-width: 0;
  }

  .benefit-panel>.partners-label {
    margin-top: 48px
  }

  .how-section .how-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 32px;
    flex-direction: column;
  }

  .how-section .how-grid article {
    display: block !important;
    /* flex: 0 0 min(78vw, 280px); */
    scroll-snap-align: start;
  }

  .how-section .step-icon {
    display: flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00ffa8
  }

  .how-section .step-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain
  }

  .footer {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }

  .footer>.footer-identity {
    width: 100%;
    gap: 32px
  }

  .footer-desktop-brand {
    display: flex !important;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    transform: none !important;
  }

  .footer-desktop-brand img:first-child {
    width: min(46%, 173px);
    height: auto
  }

  .footer-desktop-brand img:last-child {
    width: min(38%, 139px);
    height: auto
  }

  .trust-badges {
    display: flex;
    width: 100%;
    height: auto;
    gap: 12px;
    flex-wrap: wrap
  }

  .trust-badges picture {
    display: block !important;
    width: auto;
    height: 50px;
    flex: 0 1 auto
  }

  .trust-badges picture img {
    display: block;
    width: auto;
    height: 50px
  }

  .footer-end .footer-legal-desktop {
    display: flex !important;
    gap: 16px;
    flex-wrap: wrap
  }

  .footer-end>.footer-copy-desktop {
    display: block !important;
    width: 100%;
    font-size: 13px;
    line-height: 1.6
  }

  .social-row {
    position: static;
    width: 100%;
    margin-top: 8px;
    justify-content: flex-start
  }

  .form-success .success-icon img {
    width: 120px;
    height: 120px;
    object-fit: contain
  }
}

/* Mobile: photo follows the benefit list instead of leading it. */
@media (max-width:800px) {
  .highlight-list {
    order: 1
  }

  .highlight-photo {
    order: 2
  }
}

/* Metric cards: center the grid and balance each card's content vertically. */
.efficiency .metric-grid {
  margin-inline: auto;
  justify-self: center;
}

@media (min-width:801px) {
  .efficiency .metric-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}