:root {
  --ink: #17212b;
  --muted: #60707d;
  --paper: #f7fbff;
  --white: #ffffff;
  --line: rgba(23, 33, 43, 0.12);
  --blue: #2864d8;
  --teal: #22b8a7;
  --green: #41b06e;
  --amber: #f2a93b;
  --coral: #e96d5b;
  --shadow: 0 28px 80px rgba(25, 43, 62, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(247, 251, 255, 0.82);
  border-bottom: 1px solid rgba(34, 184, 167, 0.26);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  box-shadow: 0 8px 22px rgba(40, 100, 216, 0.24);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: rgba(23, 33, 43, 0.72);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-links a,
.header-action,
.button {
  transition:
    transform 180ms ease,
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.header-action,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 750;
}

.header-action {
  padding: 0 18px;
  border: 1px solid rgba(34, 184, 167, 0.26);
  color: var(--teal);
  background: rgba(255, 255, 255, 0.72);
}

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

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 92svh;
  padding: 128px clamp(20px, 5vw, 72px) clamp(88px, 11vh, 132px);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 28%, rgba(34, 184, 167, 0.32), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(242, 169, 59, 0.28), transparent 30%),
    linear-gradient(135deg, #f8fdff 0%, #eef7ff 48%, #f8fff7 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0), var(--paper));
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.sheet-layer {
  position: absolute;
  width: clamp(220px, 24vw, 390px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  opacity: 0.2;
  filter: saturate(0.88);
  box-shadow: 0 28px 90px rgba(23, 33, 43, 0.18);
}

.sheet-layer-complete {
  top: 108px;
  right: max(18px, 5vw);
  transform: rotate(7deg);
}

.sheet-layer-review {
  bottom: 24px;
  left: max(22px, 7vw);
  transform: rotate(-8deg);
}

.time-grid {
  position: absolute;
  inset: 16% 6% auto auto;
  width: min(52vw, 760px);
  height: min(44vw, 560px);
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(40, 100, 216, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 100, 216, 0.14) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle, black 0%, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  align-self: center;
  padding: 8vh 0 14vh;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 7.3rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.15rem, 4vw, 4.9rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: #334352;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  padding: 0 24px;
  border: 1px solid transparent;
}

.button-primary {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(23, 33, 43, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--teal);
}

.button-secondary {
  border-color: rgba(34, 184, 167, 0.18);
  color: var(--teal);
  background: rgba(255, 255, 255, 0.72);
}

.product-surface {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 5vw, 68px);
  bottom: 48px;
  width: min(46vw, 680px);
  min-width: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.surface-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(34, 184, 167, 0.26);
  background: rgba(255, 255, 255, 0.78);
}

.surface-toolbar span {
  width: 11px;
  height: 11px;
  border-radius: 99px;
  background: var(--coral);
}

.surface-toolbar span:nth-child(2) {
  background: var(--amber);
}

.surface-toolbar span:nth-child(3) {
  background: var(--green);
}

.surface-toolbar strong {
  margin-left: 8px;
  color: rgba(23, 33, 43, 0.7);
  font-size: 0.82rem;
}

.surface-body {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 0;
  min-height: 300px;
}

.scan-preview {
  min-height: 100%;
  padding: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
    var(--paper);
}

.scan-preview img {
  height: 100%;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.table-preview {
  padding: 18px;
  background: #ffffff;
}

.table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: 800;
}

.table-title small {
  color: var(--coral);
  font-size: 0.75rem;
  font-weight: 800;
}

.table-row {
  display: grid;
  grid-template-columns: 0.5fr 0.9fr 0.9fr 1fr;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
  color: #263643;
  font-family:
    "SF Mono", "Cascadia Mono", ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.82rem;
}

.table-head {
  min-height: 34px;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.needs-review {
  margin-inline: -8px;
  padding-inline: 8px;
  border-radius: 10px;
  color: #6c3b00;
  background: rgba(242, 169, 59, 0.16);
}

.ok {
  color: #1d7b4a;
}

.signal-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(24px, 4vw, 48px) auto 0;
  width: min(1120px, calc(100% - 40px));
  overflow: hidden;
  border: 1px solid rgba(34, 184, 167, 0.26);
  border-radius: 18px;
  background: var(--line);
  box-shadow: 0 18px 58px rgba(23, 33, 43, 0.08);
}

.signal-strip div {
  min-height: 118px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
}

.signal-strip strong,
.signal-strip span {
  display: block;
}

.signal-strip strong {
  margin-bottom: 7px;
  font-size: 1.05rem;
}

.signal-strip span {
  color: var(--muted);
}

.section {
  padding: clamp(80px, 10vw, 150px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-heading p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.workflow article {
  border: 1px solid rgba(34, 184, 167, 0.26);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(23, 33, 43, 0.06);
}

.feature-card {
  min-height: 245px;
  padding: 28px;
}

.feature-mark {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--teal);
  font-weight: 900;
}

.parallax-break {
  position: relative;
  display: grid;
  min-height: 78vh;
  place-items: center;
  overflow: hidden;
  padding: clamp(60px, 8vw, 120px) 20px;
  background:
    linear-gradient(90deg, rgba(23, 33, 43, 0.78), rgba(23, 33, 43, 0.28)),
    url("assets/ponto-completo.png") center 28% / cover fixed;
}

.break-copy {
  width: min(960px, 100%);
  color: var(--white);
}

.break-copy .eyebrow {
  color: #9bf1e5;
}

.break-copy h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.workflow-section {
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.workflow article {
  position: relative;
  min-height: 260px;
  padding: 28px;
}

.workflow article::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 72px;
  right: -16px;
  height: 2px;
  background: linear-gradient(90deg, rgba(40, 100, 216, 0.35), transparent);
}

.workflow article:last-child::before {
  display: none;
}

.workflow span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 92px);
  align-items: center;
  padding: clamp(80px, 10vw, 150px) clamp(20px, 5vw, 72px);
  background: #ffffff;
}

.privacy-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.privacy-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 12%;
}

.privacy-copy {
  max-width: 700px;
}

.privacy-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-copy li {
  position: relative;
  padding-left: 28px;
  color: #30414f;
  font-weight: 700;
}

.privacy-copy li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(34, 184, 167, 0.14);
}

.final-cta {
  display: grid;
  justify-items: center;
  padding: clamp(86px, 11vw, 160px) 20px;
  text-align: center;
  background:
    radial-gradient(circle at 30% 18%, rgba(65, 176, 110, 0.24), transparent 30%),
    radial-gradient(circle at 70% 30%, rgba(40, 100, 216, 0.22), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.final-cta img {
  width: 82px;
  height: 82px;
  margin-bottom: 24px;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(40, 100, 216, 0.24);
}

.final-cta p {
  max-width: 760px;
}

.final-cta .button {
  margin-top: 18px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(34, 184, 167, 0.26);
  color: var(--muted);
  background: var(--white);
  font-size: 0.94rem;
}

.site-footer a {
  color: var(--teal);
  font-weight: 750;
}

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

.legal-page {
  padding-top: 76px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, var(--paper) 28%),
    radial-gradient(circle at 18% 12%, rgba(34, 184, 167, 0.2), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(242, 169, 59, 0.18), transparent 28%);
}

.legal-hero {
  padding: clamp(72px, 10vw, 128px) clamp(20px, 5vw, 72px) clamp(42px, 6vw, 72px);
}

.legal-hero h1 {
  max-width: 1040px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 7vw, 6.4rem);
}

.legal-hero p:not(.eyebrow) {
  max-width: 900px;
  color: #334352;
  font-size: clamp(1.05rem, 1.55vw, 1.25rem);
}

.legal-content {
  display: grid;
  gap: 18px;
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: clamp(80px, 10vw, 140px);
}

.legal-content article {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(34, 184, 167, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 44px rgba(23, 33, 43, 0.05);
}

.legal-content h2 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.12;
}

.legal-content p {
  color: #334352;
}

.legal-content p:last-child,
.legal-content ul:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: #334352;
}

.legal-content a {
  color: var(--teal);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

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

@media (max-width: 1080px) {
  .product-surface {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 680px);
    min-width: 0;
    margin-top: -7vh;
    justify-self: end;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-bottom: 10vh;
  }

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

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

  .workflow article::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand span {
    display: none;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.82rem;
  }

  .header-action {
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .hero {
    padding: 104px 18px 72px;
  }

  .hero-content {
    padding: 3vh 0 8vh;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .product-surface {
    margin-top: 0;
  }

  .surface-body {
    grid-template-columns: 1fr;
  }

  .scan-preview img {
    max-height: 220px;
  }

  .signal-strip,
  .feature-grid,
  .workflow,
  .privacy-section {
    grid-template-columns: 1fr;
  }

  .signal-strip {
    width: calc(100% - 28px);
    margin-top: 22px;
  }

  .section,
  .privacy-section {
    padding-inline: 18px;
  }

  .parallax-break {
    min-height: 62vh;
    background-attachment: scroll;
  }

  .sheet-layer,
  .time-grid {
    opacity: 0.14;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 18px;
  }

  .legal-page {
    padding-top: 68px;
  }

  .legal-hero {
    padding-inline: 18px;
  }

  .legal-content {
    width: calc(100% - 28px);
  }
}

@media (max-width: 520px) {
  .nav-links a:nth-child(2) {
    display: none;
  }

  .table-row {
    grid-template-columns: 0.42fr 0.76fr 0.76fr 0.9fr;
    font-size: 0.72rem;
  }

  .feature-card,
  .workflow article {
    min-height: auto;
    padding: 24px;
  }
}

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

  .nav-links a,
  .header-action,
  .button {
    transition: none;
  }

  .parallax-layer {
    transform: none !important;
  }

  .parallax-break {
    background-attachment: scroll;
  }
}
