@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-latin-wght-normal.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-latin-wght-italic.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f6f7f2;
  --bg-2: #eef1e8;
  --paper: #ffffff;
  --ink: #0b1610;
  --ink-soft: #3d4a42;
  --muted: #6b756e;
  --line: rgba(11, 22, 16, 0.1);
  --lime: #c8f542;
  --lime-deep: #b6e62e;
  --forest: #0b1610;
  --forest-2: #122018;
  --danger: #c4452d;
  --radius: 1.5rem;
  --radius-sm: 0.85rem;
  --shadow: 0 18px 50px rgba(11, 22, 16, 0.08);
  --header: 4.25rem;
  --wrap: 72rem;
  --sans: "Geist", "Segoe UI", system-ui, sans-serif;
  --serif: "Fraunces", "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  letter-spacing: -0.011em;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 80;
  background: var(--lime);
  color: var(--ink);
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  font-weight: 600;
}

.skip:focus {
  top: 0.75rem;
}

.grain,
.glow {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
}

.grain {
  opacity: 0.18;
  background-image: url("../img/grain.png");
  background-size: 64px 64px;
  mix-blend-mode: multiply;
}

.glow {
  background:
    radial-gradient(48rem 28rem at 90% -10%, rgba(200, 245, 66, 0.28), transparent 55%),
    radial-gradient(32rem 24rem at 0% 20%, rgba(200, 245, 66, 0.16), transparent 50%),
    radial-gradient(24rem 18rem at 70% 90%, rgba(200, 245, 66, 0.12), transparent 55%);
}

.wrap {
  width: min(100% - 2rem, var(--wrap));
  margin-inline: auto;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

/* ---------- header (usado nas páginas legais) ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  background: rgba(246, 247, 242, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.header-inner {
  width: min(100% - 2rem, var(--wrap));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-cta {
  display: inline-flex;
}

/* ---------- marca ---------- */

.lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.logo-badge {
  --s: 2.9rem;
  position: relative;
  flex: none;
  width: calc(var(--s) * 1.05);
  height: var(--s);
  border-radius: calc(var(--s) * 0.28);
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 26px -12px rgba(11, 22, 16, 0.7), inset 0 0 0 1px rgba(200, 245, 66, 0.22);
}

.logo-badge img {
  position: absolute;
  max-width: none;
  width: calc(var(--s) * 2.33);
  height: auto;
  left: calc(var(--s) * -0.023);
  top: calc(var(--s) * -0.568);
}

.lockup-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.lockup-text strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lockup-text > span {
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lockup-sm .logo-badge {
  --s: 2.1rem;
}

.lockup-sm .lockup-text strong {
  font-size: 1rem;
}

.lockup-sm .lockup-text > span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.82rem;
}

/* ---------- botões ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

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

.btn-lime {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(200, 245, 66, 0.35);
}

.btn-lime:hover {
  background: var(--lime-deep);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
}

.btn-dark {
  background: var(--forest);
  color: #f6f7f2;
}

.btn-xl {
  min-height: 3.3rem;
  padding: 0.85rem 1.6rem;
  font-size: 1rem;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(200, 245, 66, 0.25);
}

/* ---------- hero ---------- */

.hero {
  padding: 1.8rem 0 3.2rem;
}

.hero-copy {
  max-width: 40rem;
}

.hero h1 {
  position: relative;
  z-index: 0;
  margin-top: 1.6rem;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 10.5vw, 5.4rem);
  font-weight: 620;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero h1 em {
  font-style: italic;
  font-weight: 560;
  position: relative;
  white-space: nowrap;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  left: -0.06em;
  right: -0.06em;
  bottom: 0.08em;
  height: 0.22em;
  background: var(--lime);
  z-index: -1;
  border-radius: 0.1em;
}

.hero-sub {
  margin-top: 0.9rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 4vw, 1.9rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hero-shout {
  margin-top: 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border-left: 3px solid var(--lime);
  padding-left: 0.7rem;
}

.lede {
  margin-top: 1.1rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 38rem;
}

.lede strong {
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: var(--lime);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chip-muted {
  background: rgba(11, 22, 16, 0.06);
}

/* ---------- prints em perspectiva ---------- */

.tilt {
  margin: 2.4rem 0 0;
  position: relative;
  perspective: 1700px;
}

.tilt::before {
  content: "";
  position: absolute;
  inset: 6% 2% 4%;
  background: radial-gradient(60% 55% at 50% 45%, rgba(200, 245, 66, 0.45), transparent 70%);
  filter: blur(34px);
  z-index: 0;
}

.tilt img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 0.85rem;
  transform-origin: left center;
  transform: rotateY(-11deg) rotateX(4deg) rotate(0.8deg) scale(1.01);
  box-shadow:
    36px 44px 70px -34px rgba(11, 22, 16, 0.55),
    12px 16px 26px -18px rgba(11, 22, 16, 0.4);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.tilt:hover img {
  transform: rotateY(-4deg) rotateX(1.5deg) rotate(0.2deg) scale(1.03);
}

.tilt-right img {
  transform-origin: right center;
  transform: rotateY(11deg) rotateX(4deg) rotate(-0.8deg) scale(1.01);
  box-shadow:
    -36px 44px 70px -34px rgba(11, 22, 16, 0.55),
    -12px 16px 26px -18px rgba(11, 22, 16, 0.4);
}

.tilt-right:hover img {
  transform: rotateY(4deg) rotateX(1.5deg) rotate(-0.2deg) scale(1.03);
}

/* ---------- seções ---------- */

.section {
  padding: 3.4rem 0;
  scroll-margin-top: 1.5rem;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 1.7rem;
}

.section h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 5vw, 3.1rem);
  font-weight: 560;
  line-height: 1.03;
  letter-spacing: -0.035em;
  margin-top: 0.7rem;
}

.section h2 em {
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

.section-head p {
  margin-top: 0.8rem;
  color: var(--ink-soft);
}

/* ---------- timeline problema/solução ---------- */

.flow {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.6rem;
  display: grid;
  gap: 0.85rem;
  border-left: 1px dashed rgba(11, 22, 16, 0.22);
}

.flow > li {
  position: relative;
  background: var(--paper);
  border-radius: 1.15rem;
  padding: 1rem 1.15rem 1.1rem;
  box-shadow: 0 1px 0 var(--line);
}

.flow > li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 1.5rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--lime);
  transform: translateX(-50%);
  box-shadow: 0 0 0 4px var(--bg);
}

.flow-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.flow h3 {
  margin-top: 0.3rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 3.2vw, 1.6rem);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.flow ul {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.3rem;
}

.flow ul li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.flow ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: rgba(11, 22, 16, 0.28);
}

.flow > li.is-dark {
  background: var(--forest);
  color: #eef3e8;
}

.flow > li.is-dark h3 {
  color: #fff;
}

.flow > li.is-dark .flow-tag,
.flow > li.is-dark ul li {
  color: rgba(238, 243, 232, 0.8);
}

.flow > li.is-dark ul li::before {
  background: var(--lime);
}

/* ---------- trilho de funcionalidades ---------- */

.rail {
  display: grid;
  gap: 1.4rem;
}

.rail-stage {
  position: relative;
  padding-left: 1.6rem;
  border-left: 1px dashed rgba(11, 22, 16, 0.22);
}

.rail-stage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--lime);
  transform: translateX(-50%);
  box-shadow: 0 0 0 4px var(--bg);
}

.rail-stage header {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
}

.rail-n {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.rail-stage h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.rail-list {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.rail-list li {
  display: grid;
  gap: 0.1rem 1.2rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--line);
}

.rail-list strong {
  font-weight: 600;
  font-size: 0.95rem;
}

.rail-list span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* ---------- código ---------- */

.code-grid {
  display: grid;
  gap: 0.75rem;
}

.code-card {
  background: var(--forest);
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(200, 245, 66, 0.14);
  box-shadow: var(--shadow);
}

.code-card header {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lime);
}

.code-card pre {
  margin: 0;
  padding: 0 0.95rem 0.95rem;
  font-size: 0.76rem;
  line-height: 1.55;
  overflow: visible;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #d7e7c8;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
}

.code-card code {
  font: inherit;
  color: inherit;
}

.code-split {
  display: grid;
  gap: 1.4rem;
  margin-top: 1.6rem;
  align-items: center;
}

.code-split .tilt {
  margin-top: 0.6rem;
}

.claims {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.claims li {
  display: grid;
  gap: 0.15rem;
  padding-left: 1.3rem;
  position: relative;
}

.claims li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--lime);
}

.claims strong {
  font-size: 0.98rem;
}

.claims span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* ---------- carta ---------- */

.letter {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem 1.6rem;
  box-shadow: var(--shadow);
  max-width: 46rem;
}

.letter p {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.letter p + p {
  margin-top: 0.9rem;
}

.letter .sign {
  margin-top: 1.2rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink);
}

/* ---------- tabela ---------- */

.table-wrap {
  overflow: visible;
}

.stack-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.stack-table th,
.stack-table td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: 0.95rem;
}

.stack-table td:last-child {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.stack-table th {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.stack-table .stack-total td {
  border-bottom: 0;
  background: var(--lime);
  font-weight: 600;
  padding: 1rem 1.1rem;
}

.stack-total-inner {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.stack-total-label {
  line-height: 1.45;
}

.stack-total-value {
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.disclaimer {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: var(--muted);
}

/* ---------- filtro ---------- */

.no {
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
  background: #eceee7;
  max-width: 44rem;
}

.no h3 {
  font-family: var(--serif);
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.no ul {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--ink-soft);
}

.no li {
  margin: 0.4rem 0 0;
}

/* ---------- faq ---------- */

.faq details {
  background: var(--paper);
  border-radius: 1.1rem;
  padding: 0.95rem 1.1rem;
  box-shadow: 0 1px 0 var(--line);
}

.faq details + details {
  margin-top: 0.6rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

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

.faq details p {
  margin-top: 0.65rem;
  color: var(--ink-soft);
}

/* ---------- oferta ---------- */

.price-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--paper);
  border-radius: 2rem;
  padding: 1.6rem 1.4rem 1.8rem;
  border: 2px solid var(--lime);
  box-shadow: 0 40px 90px -40px rgba(11, 22, 16, 0.5), 0 0 0 6px rgba(200, 245, 66, 0.14);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto -10%;
  height: 70%;
  background: radial-gradient(50% 60% at 50% 60%, rgba(200, 245, 66, 0.4), transparent 70%);
  filter: blur(30px);
  z-index: -1;
}

.price-card::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -60%;
  width: 45%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
  transform: rotate(18deg);
  opacity: 0;
  pointer-events: none;
}

.price-card.is-in::after {
  animation: sweep 1.5s 0.35s ease-out both;
}

@keyframes sweep {
  0% {
    opacity: 0;
    left: -60%;
  }
  25% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    left: 130%;
  }
}

.price-title {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1.03;
  margin: 0.6rem 0 0.4rem;
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.9rem;
  margin-top: 0.6rem;
}

.price {
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 13vw, 6rem);
  font-weight: 620;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.price-card.is-in .price {
  animation: forge 0.75s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes forge {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.9);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

.price-note {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.checklist {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.1rem;
}

.checklist li {
  padding: 0.42rem 0 0.42rem 1.6rem;
  position: relative;
  color: var(--ink-soft);
  font-size: 0.96rem;
  border-top: 1px solid var(--line);
}

.checklist li:first-child {
  border-top: 0;
}

.checklist strong {
  color: var(--ink);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--lime);
}

.price-card .hero-actions {
  margin-top: 1.6rem;
}

.price-card .btn-lime {
  width: 100%;
  max-width: 26rem;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.price-card.is-in .btn-lime {
  animation: heartbeat 2.6s 1.1s ease-in-out infinite;
}

@keyframes heartbeat {
  0%,
  100% {
    box-shadow: 0 10px 26px rgba(200, 245, 66, 0.4);
  }
  50% {
    box-shadow: 0 16px 46px rgba(200, 245, 66, 0.85);
  }
}

@media (max-width: 759px) {
  body {
    font-size: 0.95rem;
  }

  .hero-copy,
  .section-head,
  .letter,
  .price-card,
  .faq,
  .no {
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
  }

  .hero h1,
  .hero-sub,
  .lede,
  .section-head,
  .letter,
  .price-card {
    max-width: none;
    width: 100%;
  }

  .lockup {
    justify-content: center;
    text-align: left;
  }

  .kicker {
    justify-content: center;
  }

  .hero-shout {
    border-left: 0;
    padding-left: 0;
    display: inline-block;
    border-bottom: 2px solid var(--lime);
    padding-bottom: 0.28rem;
  }

  .lede {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 20.5rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .btn-xl {
    min-height: 2.85rem;
    padding: 0.7rem 1.1rem;
    font-size: 0.92rem;
  }

  .hero-meta {
    justify-content: center;
    gap: 0.32rem;
    max-width: 18rem;
  }

  .chip {
    min-height: 1.25rem;
    padding: 0.08rem 0.45rem;
    font-size: 0.58rem;
    letter-spacing: 0.02em;
    font-weight: 600;
  }

  .nowrap {
    white-space: normal;
  }

  .section-head p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .code-grid {
    width: min(100%, 22rem);
    margin-inline: auto;
    gap: 0.45rem;
  }

  .code-card {
    border-radius: 0.65rem;
    box-shadow: none;
  }

  .code-card header {
    padding: 0.35rem 0.6rem 0.15rem;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .code-card pre {
    padding: 0.15rem 0.6rem 0.5rem;
    font-size: 0.6rem;
    line-height: 1.4;
  }

  .claims {
    text-align: left;
    max-width: 22rem;
    margin-inline: auto;
  }

  .table-wrap {
    overflow: visible;
  }

  .stack-table {
    display: block;
    box-shadow: 0 8px 24px rgba(11, 22, 16, 0.06);
  }

  .stack-table thead {
    display: none;
  }

  .stack-table tbody {
    display: block;
  }

  .stack-table tr {
    display: grid;
    gap: 0.2rem;
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid var(--line);
  }

  .stack-table td {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .stack-table td:last-child {
    white-space: normal;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--ink-soft);
  }

  .stack-table .stack-total td {
    padding: 0.75rem 0.7rem;
  }

  .stack-total-inner {
    align-items: center;
    text-align: center;
    gap: 0.3rem;
  }

  .stack-total-label {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .stack-total-value {
    font-size: 1rem;
  }

  .price-card .btn-lime {
    max-width: none;
    font-size: 0.95rem;
  }

  .checklist {
    text-align: left;
  }

  .letter {
    font-size: 0.92rem;
  }

  .letter p {
    font-size: 0.92rem;
  }
}

/* ---------- rodapé ---------- */

.site-footer {
  padding: 2.5rem 0 3rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-grid {
  display: grid;
  gap: 1.3rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
}

.footer-links a {
  color: var(--ink-soft);
}

.site-footer small {
  display: block;
  margin-top: 0.35rem;
}

.site-footer p {
  margin-top: 0.5rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* ---------- páginas legais ---------- */

.legal-page {
  padding: 2rem 0 4rem;
}

.legal-page h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 6vw, 3rem);
  letter-spacing: -0.03em;
  margin: 0.6rem 0 1.2rem;
}

.legal-page h2 {
  font-family: var(--serif);
  font-size: 1.4rem;
  margin: 1.6rem 0 0.5rem;
}

.legal-page p,
.legal-page li {
  color: var(--ink-soft);
}

.legal-page p + p {
  margin-top: 0.8rem;
}

.notfound {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 3rem 1rem;
}

.notfound h1 {
  font-family: var(--serif);
  font-size: 3rem;
}

@media (min-width: 760px) {
  .hero {
    padding-top: 2.6rem;
  }

  .stack-total-inner {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .stack-total-value {
    flex: none;
    white-space: nowrap;
    font-size: 1.05rem;
  }

  .rail-list li {
    grid-template-columns: minmax(0, 16rem) 1fr;
    align-items: baseline;
  }

  .code-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr;
  }

  .letter {
    padding: 1.8rem 1.9rem 2rem;
  }

  .price-card {
    padding: 2.2rem 2.4rem 2.4rem;
  }
}

@media (min-width: 1024px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 2.6rem;
    align-items: center;
  }

  .hero .tilt {
    margin-top: 0;
  }

  .rail {
    display: block;
    columns: 2;
    column-gap: 2.6rem;
  }

  .rail-stage {
    break-inside: avoid;
    margin-bottom: 1.7rem;
  }

  .code-split {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.4rem;
  }

  .checklist {
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}

@media (max-width: 1023px) {
  .tilt img,
  .tilt-right img {
    transform-origin: center center;
  }

  .tilt img {
    transform: rotateY(-7deg) rotateX(2.5deg) scale(0.96);
  }

  .tilt-right img {
    transform: rotateY(7deg) rotateX(2.5deg) scale(0.96);
  }
}

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

  .btn,
  .tilt img,
  [data-reveal] {
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .price-card.is-in::after,
  .price-card.is-in .price,
  .price-card.is-in .btn-lime {
    animation: none;
  }
}
