:root {
  color-scheme: light;
  --ink: #101b2f;
  --muted: #607089;
  --line: #d9e1ec;
  --soft: #f3f6fb;
  --blue: #1765ed;
  --blue-dark: #0a347a;
  --teal: #0d927f;
  --teal-soft: #dff5ef;
  --amber: #c97608;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--white);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
dl,
dd,
ol,
ul {
  margin: 0;
}

img {
  max-width: 100%;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  border-bottom: 1px solid rgba(217, 225, 236, 0.88);
  background: var(--white);
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  color: var(--white);
  background: var(--blue-dark);
  border-bottom: 4px solid var(--teal);
  font-weight: 800;
  font-size: 14px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy strong {
  font-size: 17px;
}

.brand-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-nav a {
  color: #3e4c62;
  font-size: 14px;
  font-weight: 650;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--blue);
}

.button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 750;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button:focus-visible,
.desktop-nav a:focus-visible,
.faq-list summary:focus-visible,
.mobile-menu summary:focus-visible {
  outline: 3px solid rgba(23, 101, 237, 0.28);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 14px;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 30px rgba(23, 101, 237, 0.22);
}

.button-primary:hover {
  background: #0f55d3;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(8, 18, 34, 0.36);
}

.button-light {
  color: var(--blue-dark);
  background: var(--white);
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  font-weight: 750;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.menu-icon {
  font-size: 23px;
}

.hero {
  height: calc(100svh - 128px);
  min-height: 600px;
  max-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-image: url("images/avaliacao-balcao.jpg");
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 29, 0.52);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: min(680px, 68%);
}

.eyebrow {
  color: var(--blue);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.eyebrow-light {
  color: #8fded1;
}

.hero h1 {
  max-width: 650px;
  margin-top: 18px;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 820;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
  line-height: 1.5;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points {
  margin-top: 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 650;
}

.hero-points li::before {
  content: "✓";
  margin-right: 8px;
  color: #79d6c6;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.scroll-cue span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.section {
  padding: 104px 0;
}

.proof-grid,
.process-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.final-cta h2 {
  margin-top: 14px;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-copy > p:last-of-type,
.section-heading > p:last-of-type {
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
}

.proof-metrics {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-metrics > div {
  min-width: 0;
  padding: 18px 14px 18px 0;
}

.proof-metrics > div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.proof-metrics dt {
  font-weight: 800;
  color: var(--teal);
}

.proof-metrics dd {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.app-preview {
  overflow: hidden;
  border: 1px solid #c7d2e2;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(28, 45, 75, 0.14);
}

.preview-topbar {
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: var(--blue-dark);
}

.preview-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.preview-brand span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--teal);
  font-size: 10px;
  font-weight: 800;
}

.preview-topbar small {
  color: rgba(255, 255, 255, 0.7);
}

.preview-layout {
  min-height: 390px;
  display: grid;
  grid-template-columns: 160px 1fr;
}

.preview-steps {
  margin: 0;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid var(--line);
  background: var(--soft);
  list-style: none;
}

.preview-steps li {
  min-height: 48px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #718096;
  font-size: 13px;
  font-weight: 700;
}

.preview-steps span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e1e8f2;
}

.preview-steps .done {
  color: var(--ink);
}

.preview-steps .done span {
  color: var(--white);
  background: var(--teal);
}

.preview-steps .active {
  color: var(--blue);
  border-color: #9fc0ff;
  background: #e8f0ff;
}

.preview-steps .active span {
  color: var(--white);
  background: var(--blue);
}

.preview-main {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fbfcfe;
}

.device-line,
.question-line,
.offer-line {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.device-line div,
.question-line div,
.offer-line div {
  display: flex;
  flex-direction: column;
}

.device-line small,
.question-line small,
.offer-line small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.device-line strong,
.question-line strong {
  margin-top: 4px;
}

.device-line > span {
  align-self: center;
  padding: 6px 9px;
  border-radius: 4px;
  color: #087d65;
  background: var(--teal-soft);
  font-size: 11px;
  font-weight: 800;
}

.question-line p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

.question-line .discount {
  align-self: center;
  color: var(--amber);
  white-space: nowrap;
}

.offer-line {
  margin-top: auto;
  color: var(--white);
  border-color: var(--teal);
  background: #0d7e70;
}

.offer-line small {
  color: rgba(255, 255, 255, 0.68);
}

.offer-line > div:first-child strong {
  margin-top: 4px;
  font-size: 30px;
}

.offer-line > div:last-child {
  text-align: right;
}

.features-section {
  background: var(--soft);
}

.section-heading {
  max-width: 720px;
}

.feature-list {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ccd6e4;
  border-left: 1px solid #ccd6e4;
}

.feature-item {
  min-height: 220px;
  padding: 30px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  border-right: 1px solid #ccd6e4;
  border-bottom: 1px solid #ccd6e4;
  background: rgba(255, 255, 255, 0.66);
  transition: background 160ms ease, transform 160ms ease;
}

.feature-item:hover {
  z-index: 1;
  transform: translateY(-3px);
  background: var(--white);
}

.feature-number {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.feature-item h3 {
  font-size: 20px;
  line-height: 1.25;
}

.feature-item p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.process-section {
  color: var(--white);
  background: #0a2f67;
}

.process-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.process-intro > p:last-of-type {
  color: rgba(255, 255, 255, 0.7);
}

.process-intro .button {
  margin-top: 30px;
}

.process-list {
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.process-list li {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.process-list > li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #8fded1;
  font-weight: 800;
}

.process-list strong {
  font-size: 20px;
}

.process-list p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.faq-grid {
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 22px 50px 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 750;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 20px;
  color: var(--blue);
  font-size: 22px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  padding: 0 48px 24px 0;
  color: var(--muted);
}

.final-cta {
  padding: 72px 0;
  border-top: 1px solid var(--line);
  background: var(--teal-soft);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.final-cta h2 {
  max-width: 720px;
  font-size: 38px;
}

.footer {
  padding: 42px 0;
  color: #d4ddea;
  background: #081b35;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 36px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark-small {
  width: 38px;
  height: 38px;
  font-size: 11px;
}

.footer-brand p,
.footer-inner > small {
  color: #8fa0b9;
  font-size: 12px;
}

.footer nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
}

.footer a:hover {
  color: var(--white);
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .desktop-cta {
    display: none;
  }

  .mobile-menu {
    margin-left: auto;
    display: block;
  }

  .mobile-menu[open] nav {
    position: absolute;
    top: 50px;
    right: 0;
    width: min(290px, calc(100vw - 32px));
    padding: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 44px rgba(17, 31, 54, 0.18);
  }

  .mobile-menu nav a {
    min-height: 46px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 700;
  }

  .mobile-menu nav a:hover {
    background: var(--soft);
  }

  .mobile-menu .mobile-login {
    color: var(--white);
    background: var(--blue);
  }

  .hero h1 {
    font-size: 52px;
  }

  .proof-grid,
  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .app-preview {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 32px, 620px);
  }

  .topbar,
  .topbar-inner {
    min-height: 64px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .hero {
    height: 78svh;
    min-height: 540px;
    max-height: 660px;
    background-position: 64% center;
  }

  .hero::before {
    background: rgba(7, 16, 29, 0.68);
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 520px;
    margin-top: 14px;
    font-size: 38px;
    line-height: 1.08;
  }

  .hero-lead {
    max-width: 520px;
    margin-top: 18px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .button {
    flex: 1 1 220px;
  }

  .hero-points {
    margin-top: 22px;
    display: grid;
    gap: 7px;
    font-size: 13px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 72px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .final-cta h2 {
    font-size: 34px;
  }

  .section-copy > p:last-of-type,
  .section-heading > p:last-of-type {
    font-size: 16px;
  }

  .proof-metrics {
    grid-template-columns: 1fr;
  }

  .proof-metrics > div,
  .proof-metrics > div + div {
    padding: 13px 0;
    border-left: 0;
  }

  .proof-metrics > div + div {
    border-top: 1px solid var(--line);
  }

  .preview-layout {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .preview-steps {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .preview-steps li {
    min-height: 52px;
    padding: 5px;
    flex-direction: column;
    gap: 3px;
    font-size: 9px;
    text-align: center;
  }

  .preview-main {
    padding: 14px;
  }

  .device-line,
  .question-line,
  .offer-line {
    padding: 14px;
  }

  .offer-line > div:first-child strong {
    font-size: 25px;
  }

  .feature-list {
    margin-top: 38px;
    grid-template-columns: 1fr;
  }

  .feature-item {
    min-height: 0;
    padding: 24px;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 390px) {
  .shell {
    width: calc(100% - 24px);
  }

  .brand-copy {
    max-width: 155px;
  }

  .hero {
    min-height: 520px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-actions .button {
    min-height: 46px;
  }

  .preview-topbar small {
    display: none;
  }

  .question-line {
    flex-direction: column;
  }

  .question-line .discount {
    align-self: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
