@font-face {
  font-family: "Hanken Grotesk";
  src: url("/fonts/hanken-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

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

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --bg: #080806;
  --bg-2: #11110e;
  --paper: #efede6;
  --panel: rgba(16, 16, 14, .78);
  --panel-strong: #11110f;
  --panel-soft: rgba(255, 255, 255, .055);
  --ink: #f4f2ea;
  --muted: #aaa79c;
  --muted-2: #757267;
  --line: rgba(255, 255, 255, .105);
  --line-strong: rgba(184, 255, 5, .36);
  --green: #b8ff05;
  --blue: #d6ff62;
  --accent: #b8ff05;
  --black: #050505;
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
  --radius: 20px;
  --max: 1160px;
  --font-sans: "Inter", "Segoe UI Variable", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Hanken Grotesk", "Segoe UI Variable Display", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
}

@property --float-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

body[data-theme="light"] {
  --bg: #efede6;
  --bg-2: #f7f5ef;
  --paper: #efede6;
  --panel: rgba(255, 255, 255, .72);
  --panel-strong: #fbfaf5;
  --panel-soft: rgba(0, 0, 0, .04);
  --ink: #0b0b0a;
  --muted: #5d5b55;
  --muted-2: #7a776e;
  --line: rgba(0, 0, 0, .1);
  --line-strong: rgba(134, 190, 0, .3);
  --shadow: 0 28px 76px rgba(28, 38, 34, .14);
}

html[data-theme-boot="light"] body:not([data-theme]) {
  --bg: #efede6;
  --bg-2: #f7f5ef;
  --paper: #efede6;
  --panel: rgba(255, 255, 255, .72);
  --panel-strong: #fbfaf5;
  --panel-soft: rgba(0, 0, 0, .04);
  --ink: #0b0b0a;
  --muted: #5d5b55;
  --muted-2: #7a776e;
  --line: rgba(0, 0, 0, .1);
  --line-strong: rgba(134, 190, 0, .3);
  --shadow: 0 28px 76px rgba(28, 38, 34, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 15px;
  letter-spacing: -.01em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  background:
    radial-gradient(circle at 78% 12%, rgba(184, 255, 5, .01), transparent 23%),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, .055), transparent 22%),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(180deg, var(--bg), var(--bg-2) 48%, var(--bg));
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
}

body[data-theme="light"] {
  background:
    radial-gradient(circle at 78% 12%, rgba(126, 156, 50, .09), transparent 25%),
    radial-gradient(circle at 20% 8%, rgba(255, 255, 255, .72), transparent 24%),
    linear-gradient(90deg, rgba(0,0,0,.032) 1px, transparent 1px),
    linear-gradient(rgba(0,0,0,.032) 1px, transparent 1px),
    linear-gradient(180deg, var(--bg), var(--bg-2) 48%, var(--bg));
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding: 10px max(18px, calc((100% - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(22, 23, 20, .82), rgba(13, 14, 12, .72));
  backdrop-filter: blur(20px) saturate(1.12);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .14);
}

body[data-theme="light"] .siteHeader {
  background: rgba(247, 249, 245, .86);
  box-shadow: 0 14px 40px rgba(28, 38, 34, .08);
}

.brand,
.nav,
.headerActions,
.ctaRow {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-weight: 760;
  letter-spacing: -.025em;
}

.brandLogo {
  width: 42px;
  height: 30px;
  flex: 0 0 auto;
  color: var(--green);
  filter:
    drop-shadow(0 0 6px rgba(184, 255, 5, .5))
    drop-shadow(0 0 16px rgba(184, 255, 5, .18));
}

body[data-theme="light"] .brandLogo {
  color: #536d09;
  filter: none;
}

.brandLogoOuter,
.brandLogoInner {
  fill: none;
  stroke: currentColor;
  stroke-width: 8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.brandText {
  font-size: 17px;
  line-height: 1;
}

.nav {
  gap: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -.005em;
}

.nav a:hover { color: var(--ink); }
.headerActions { gap: 10px; }

.headerCta,
.primaryBtn,
.ghostBtn,
.priceCard a {
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 720;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.headerCta,
.primaryBtn,
.priceCard a {
  color: #070806;
  background: var(--green);
  border-color: transparent;
  box-shadow: 0 16px 42px rgba(184, 255, 5, .18);
}

.headerCta {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  font-size: 12px;
}

.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 76px 0;
}

.hero {
  width: min(calc(100% - 32px), var(--max));
  min-height: calc(100svh - 92px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
  padding-top: 24px;
  padding-bottom: 36px;
}

.heroCopy {
  position: relative;
  z-index: 3;
}

.heroBadges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 24px;
}

.heroBadge {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  font-size: 10px;
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.heroBadgePrimary {
  color: var(--green);
  border-color: rgba(184, 255, 5, .22);
  background: rgba(184, 255, 5, .075);
}

.heroBadgeCompatibility {
  color: rgba(242, 245, 238, .88);
  background: rgba(255, 255, 255, .045);
}

.heroBadgeDot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px rgba(184, 255, 5, .58);
}

.heroBadge svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: var(--green);
}

.eyebrow,
.tag {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body[data-theme="light"] .eyebrow,
body[data-theme="light"] .tag {
  color: #4f6808;
}

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

h1 {
  max-width: 660px;
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: clamp(48px, 6.4vw, 86px);
  font-weight: 760;
  line-height: .94;
  letter-spacing: -.072em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.062em;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 720;
  line-height: 1.16;
  letter-spacing: -.034em;
}

.lead,
.sectionHead p,
.outputCopy p,
.finalCta p,
.footer p {
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.62;
}

.lead {
  max-width: 610px;
  font-size: clamp(16.5px, 1.25vw, 18.5px);
}

.ctaRow {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.primaryBtn,
.ghostBtn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.ghostBtn {
  color: var(--ink);
  background: var(--panel-soft);
}

.headerCta:hover,
.primaryBtn:hover,
.ghostBtn:hover,
.priceCard a:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
}

.heroPreview {
  position: relative;
  width: 100%;
  max-width: 640px;
  min-height: 520px;
  display: grid;
  place-items: center;
  justify-self: end;
  perspective: 1200px;
  isolation: isolate;
  cursor: pointer;
}

.heroPreview:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 8px;
  border-radius: 34px;
}

.previewGlow {
  position: absolute;
  inset: 8% 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 58% 45%, rgba(184, 255, 5, .012), transparent 32%),
    radial-gradient(circle at 40% 60%, rgba(255, 255, 255, .018), transparent 40%);
  filter: blur(42px);
  opacity: .3;
}

body[data-theme="light"] .previewGlow {
  background:
    radial-gradient(circle at 58% 45%, rgba(112, 132, 103, .11), transparent 35%),
    radial-gradient(circle at 40% 60%, rgba(255, 255, 255, .76), transparent 44%);
  filter: blur(20px);
  opacity: .68;
}

.pluginSatellites {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.pluginSatelliteFrame {
  position: absolute;
  width: clamp(152px, 33.35%, 216px);
  display: block;
  padding: 1px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: #0b0c0b;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .44), 0 0 0 1px rgba(184, 255, 5, .025);
  opacity: .92;
  transform-style: preserve-3d;
  will-change: transform;
  transition: opacity .24s ease, filter .24s ease, transform .24s ease;
}

.pluginSatelliteFrame::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 16px;
  background: linear-gradient(125deg, rgba(255, 255, 255, .2), transparent 28%, transparent 72%, rgba(184, 255, 5, .08));
  box-shadow: 0 0 18px rgba(255, 255, 255, .08) inset;
  opacity: 0;
  pointer-events: none;
}

.pluginSatellite {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.pluginSatellitePillars {
  top: 2%;
  left: -7%;
  animation: satelliteFloatA 8.8s ease-in-out infinite;
}

.pluginSatelliteTrusses {
  top: 8%;
  right: -4%;
  animation: satelliteFloatB 9.6s ease-in-out infinite;
}

.pluginSatellitePanels {
  right: -4%;
  bottom: 0;
  animation: satelliteFloatC 9.1s ease-in-out infinite;
}

.heroPreview:hover .pluginSatelliteFrame {
  opacity: 1;
  filter: saturate(1.08) contrast(1.03);
}

body[data-theme="light"] .pluginSatelliteFrame {
  border-color: rgba(255, 255, 255, .92);
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(246, 247, 242, .7) 58%, rgba(228, 235, 216, .5));
  box-shadow:
    0 18px 42px rgba(50, 58, 52, .14),
    0 1px 0 rgba(255, 255, 255, .95) inset,
    0 -1px 0 rgba(88, 103, 80, .08) inset,
    0 0 0 1px rgba(14, 16, 14, .04);
  backdrop-filter: blur(10px) saturate(1.08);
}

body[data-theme="light"] .pluginSatelliteFrame::after { opacity: 1; }

.previewThemeHint {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: rgba(244, 242, 234, .78);
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .01em;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(10, 10, 9, .58);
  backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
  pointer-events: none;
  opacity: .72;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.previewThemeHint span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(184, 255, 5, .75);
}

.heroPreview:hover .previewThemeHint,
.heroPreview:focus-visible .previewThemeHint {
  opacity: 1;
  transform: translateY(-2px);
}

body[data-theme="light"] .previewThemeHint {
  color: rgba(11, 11, 10, .68);
  border-color: rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 14px 34px rgba(72, 82, 70, .12);
}

.pluginScreenshot,
.pluginFallback {
  position: relative;
  z-index: 2;
  width: 91%;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018)), var(--black);
  box-shadow: var(--shadow), 0 0 0 1px rgba(184,255,5,.08);
  transform:
    rotateX(var(--tilt-x, 2deg))
    rotateY(var(--tilt-y, -7deg))
    translate3d(clamp(8px, 1.5vw, 22px), var(--float-y, 0px), 0);
  transform-style: preserve-3d;
  will-change: transform, filter, box-shadow;
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
  animation: pluginFloat 7.5s ease-in-out infinite;
}

body[data-theme="light"] .pluginScreenshot,
body[data-theme="light"] .pluginFallback {
  border-color: rgba(255, 255, 255, .9);
  background:
    linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,255,255,.28)),
    rgba(255, 255, 255, .42);
  box-shadow:
    0 28px 66px rgba(58, 68, 60, .14),
    0 10px 28px rgba(255, 255, 255, .62) inset,
    0 0 0 1px rgba(86, 100, 79, .06);
  backdrop-filter: blur(12px) saturate(1.08);
}

.heroPreview:hover .pluginScreenshot,
.heroPreview:hover .pluginFallback {
  filter: saturate(1.05) contrast(1.03);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, .5),
    0 0 0 1px rgba(184,255,5,.13),
    0 0 52px rgba(184,255,5,.035);
}

body[data-theme="light"] .heroPreview:hover .pluginScreenshot,
body[data-theme="light"] .heroPreview:hover .pluginFallback {
  filter: saturate(1.03) contrast(1.01);
  box-shadow:
    0 32px 74px rgba(54, 64, 58, .16),
    0 14px 38px rgba(255, 255, 255, .62) inset,
    0 0 0 1px rgba(255, 255, 255, .68);
}

.pluginScreenshot::after,
.pluginFallback::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255,255,255,.18), transparent 32%, transparent 68%, rgba(184,255,5,.08));
  opacity: var(--shine-opacity, .25);
}

.pluginScreenshot {
  display: block;
  width: 91%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
}

.pluginScreenshot.isMissing { display: none; }

.pluginFallback {
  display: none;
  overflow: hidden;
  padding: 16px;
  min-height: 470px;
}

.pluginFallback.isVisible { display: block; }

.fallbackTopbar {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.fallbackTopbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--muted-2);
}

.fallbackTopbar strong {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.fallbackBody {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  min-height: 390px;
  margin-top: 14px;
}

.fallbackBody aside,
.fallbackBody section {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .035);
}

.fallbackBody aside {
  padding: 16px;
}

.fallbackBody aside b,
.fallbackTitle,
.fallbackGrid i,
.fallbackViewport span {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(184, 255, 5, .72), rgba(255, 255, 255, .22));
}

.fallbackBody aside b {
  height: 10px;
  margin-bottom: 16px;
}

.fallbackBody section {
  padding: 18px;
}

.fallbackTitle {
  width: 50%;
  height: 18px;
  margin-bottom: 18px;
}

.fallbackGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.fallbackGrid i {
  height: 62px;
  border-radius: 16px;
  opacity: .8;
}

.fallbackGrid i:nth-child(2),
.fallbackGrid i:nth-child(5) {
  background: rgba(255, 255, 255, .12);
}

.fallbackViewport {
  height: 170px;
  display: grid;
  place-items: center;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(184,255,5,.12), transparent 38%),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 22px 22px;
}

.fallbackViewport span {
  width: 48%;
  height: 48px;
  border-radius: 18px;
}

.pluginFallback p {
  margin: 14px 4px 2px;
  color: var(--muted-2);
  font-size: 13px;
}

.pluginFallback code {
  color: var(--ink);
}

.sectionHead {
  max-width: 760px;
  margin-bottom: 28px;
}

.sectionHead.center {
  margin-inline: auto;
  text-align: center;
}

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

.featureGrid article,
.stepsGrid article,
.priceCard,
.finalCta {
  position: relative;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--panel), rgba(255,255,255,.02));
  box-shadow: 0 18px 52px rgba(0,0,0,.15);
  backdrop-filter: blur(16px);
}

body[data-theme="light"] .featureGrid article,
body[data-theme="light"] .stepsGrid article,
body[data-theme="light"] .priceCard,
body[data-theme="light"] .finalCta {
  border-color: rgba(25, 31, 22, .1);
  background: linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(246, 246, 240, .72));
  box-shadow: 0 16px 38px rgba(38, 46, 36, .1);
  backdrop-filter: blur(8px);
}

.featureGrid article,
.stepsGrid article {
  padding: 24px;
}

.featureGrid span,
.stepsGrid span,
.priceCard small {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.featureGrid p,
.stepsGrid p,
.priceCard p,
.priceCard li {
  color: var(--muted);
  line-height: 1.5;
}

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

.priceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pricing {
  position: relative;
}

.pricing::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 35%;
  left: 50%;
  width: 46%;
  aspect-ratio: 1.4;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160, 230, 0, .055), transparent 70%);
  pointer-events: none;
}

.pricing .sectionHead {
  max-width: 680px;
  margin-bottom: 46px;
}

.pricing .sectionHead h2 {
  margin-bottom: 14px;
}

.pricing .sectionHead > p:last-child {
  color: var(--muted);
  line-height: 1.55;
}

.pricing .priceCard {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: visible;
}

.pricing .priceCard.featured {
  transform: translateY(-12px);
  border: 1px solid rgba(184, 255, 5, .42);
  box-shadow: 0 24px 70px rgba(110, 180, 0, .1);
}

.pricing .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  margin: 0;
  padding: 7px 13px;
  color: #07100b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--green);
  white-space: nowrap;
  z-index: 4;
}

.pricing .planHeading {
  min-height: 68px;
  margin-bottom: 19px;
}

.pricing .planHeading small {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .14em;
}

.pricing .planHeading h3 {
  max-width: 290px;
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.planPrice {
  min-height: 65px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: var(--ink);
  white-space: nowrap;
}

.planPrice strong {
  font-family: var(--font-display);
  font-size: clamp(48px, 4vw, 62px);
  line-height: .95;
  letter-spacing: -.055em;
}

.planPrice span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.annualPrice {
  min-height: 57px;
  margin-top: 12px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}

.annualPrice small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.customPrice {
  min-height: 65px;
  display: flex;
  align-items: center;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 780;
  letter-spacing: -.04em;
}

.pricing .customNote,
.pricing .includes {
  min-height: 44px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.pricing .planFeatures {
  min-height: 0;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.pricing .planFeatures li {
  position: relative;
  padding-left: 21px;
  font-size: 13px;
}

.pricing .planFeatures li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.pricing .planFeatures li + li { margin-top: 8px; }

.pricing .planButton {
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 13px;
  box-shadow: none;
}

.pricing .planButton.secondary {
  color: var(--ink);
  border-color: rgba(184, 255, 5, .26);
  background: rgba(255, 255, 255, .025);
}

.pricing .planButton.primary {
  color: #07100b;
  border-color: transparent;
  background: var(--green);
  box-shadow: 0 14px 34px rgba(110, 180, 0, .12);
}

.finalCta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 40px;
  background:
    radial-gradient(circle at top right, rgba(184, 255, 5, .13), transparent 36%),
    linear-gradient(145deg, var(--panel), rgba(255,255,255,.025));
}

.finalCta h2 {
  max-width: 760px;
  margin-bottom: 10px;
}

.finalCta p {
  max-width: 700px;
  margin-bottom: 0;
}

.footer {
  width: min(calc(100% - 32px), var(--max));
  display: grid;
  grid-template-columns: 1.25fr .75fr .9fr 1.35fr;
  gap: 28px;
  margin: 0 auto;
  padding: 34px 0 48px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footerBrand {
  margin-bottom: 12px;
}

.footer nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer strong {
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 720;
}

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

.legalText {
  font-size: 12.5px !important;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero {
    min-height: auto;
    padding-top: 40px;
  }

  .heroCopy {
    justify-self: start;
    width: 100%;
  }

  .heroPreview {
    justify-self: center;
    max-width: min(760px, 100%);
    min-height: auto;
  }

  .pluginSatellitePillars { left: -2%; }
  .pluginSatelliteTrusses { right: -2%; }
  .pluginSatellitePanels { right: 0; }

  .featureGrid,
  .stepsGrid,
  .priceGrid {
    grid-template-columns: 1fr;
  }

  .pricing .priceCard.featured {
    transform: none;
  }

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

@media (max-width: 720px) {
  .siteHeader {
    position: sticky;
    top: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 14px;
  }

  .brandLogo { width: 38px; height: 27px; }
  .brandText { font-size: 16px; }
  .headerActions { gap: 7px; }
  .headerCta { padding: 0 12px; }

  .nav {
    order: 3;
    width: 100%;
    gap: 16px;
    overflow-x: auto;
    padding: 4px 0;
  }

  .section {
    width: min(calc(100% - 22px), var(--max));
    padding: 58px 0;
  }

  .hero {
    width: min(calc(100% - 22px), var(--max));
    padding-top: 26px;
    gap: 28px;
  }

  h1 { font-size: clamp(42px, 14vw, 64px); }
  h2 { font-size: clamp(30px, 11vw, 46px); }
  .lead { font-size: 17px; }

  .heroPreview { min-height: auto; }

  .pluginSatelliteFrame {
    width: 30%;
    min-width: 106px;
    border-radius: 11px;
  }

  .pluginSatelliteFrame::after,
  .pluginSatellite { border-radius: 9px; }

  .pluginSatellitePillars { top: -4%; left: 0; }
  .pluginSatelliteTrusses { top: -3%; right: 0; }
  .pluginSatellitePanels { right: 2%; bottom: -3%; }

  .pluginScreenshot,
  .pluginFallback { width: 94%; }

  .previewThemeHint {
    top: 10px;
    right: 10px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .pluginScreenshot,
  .pluginFallback {
    transform:
      rotateX(var(--tilt-x, 1deg))
      rotateY(var(--tilt-y, -3deg))
      translate3d(0, var(--float-y, 0px), 0);
  }

  .fallbackBody {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .fallbackBody aside {
    display: none;
  }

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

  .outputCopy,
  .featureGrid article,
  .stepsGrid article,
  .priceCard,
  .finalCta {
    padding: 24px;
  }

  .finalCta {
    flex-direction: column;
    align-items: flex-start;
  }

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

@keyframes pluginFloat {
  0%, 100% { --float-y: 0px; }
  50% { --float-y: -9px; }
}

@keyframes satelliteFloatA {
  0%, 100% { transform: rotateX(var(--satellite-tilt-x, 0deg)) rotateY(var(--satellite-tilt-y, 0deg)) rotateZ(-6deg) translate3d(0, -3px, -34px); }
  50% { transform: rotateX(var(--satellite-tilt-x, 0deg)) rotateY(var(--satellite-tilt-y, 0deg)) rotateZ(-4.5deg) translate3d(0, -11px, -34px); }
}

@keyframes satelliteFloatB {
  0%, 100% { transform: rotateX(var(--satellite-tilt-x, 0deg)) rotateY(var(--satellite-tilt-y, 0deg)) rotateZ(6deg) translate3d(0, 2px, -42px); }
  50% { transform: rotateX(var(--satellite-tilt-x, 0deg)) rotateY(var(--satellite-tilt-y, 0deg)) rotateZ(4.5deg) translate3d(0, -7px, -42px); }
}

@keyframes satelliteFloatC {
  0%, 100% { transform: rotateX(var(--satellite-tilt-x, 0deg)) rotateY(var(--satellite-tilt-y, 0deg)) rotateZ(4deg) translate3d(0, 4px, -28px); }
  50% { transform: rotateX(var(--satellite-tilt-x, 0deg)) rotateY(var(--satellite-tilt-y, 0deg)) rotateZ(5.5deg) translate3d(0, -5px, -28px); }
}

/* Motion system: short, restrained entrances with a technical rhythm. */
body.motionReady .siteHeader {
  opacity: 0;
  transform: translate3d(0, -14px, 0);
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

body.motionReady.pageReady .siteHeader {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.motionReady .heroCopy > * {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(-24px, 12px, 0);
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1),
    filter .78s cubic-bezier(.22, 1, .36, 1),
    transform .78s cubic-bezier(.22, 1, .36, 1);
}

body.motionReady.pageReady .heroCopy > * {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

body.motionReady .heroCopy > :nth-child(1) { transition-delay: .14s; }
body.motionReady .heroCopy > :nth-child(2) { transition-delay: .22s; }
body.motionReady .heroCopy > :nth-child(3) { transition-delay: .32s; }
body.motionReady .heroCopy > :nth-child(4) { transition-delay: .42s; }

body.motionReady .heroPreview {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(34px, 8px, 0) scale(.975);
  transition:
    opacity .9s .24s cubic-bezier(.22, 1, .36, 1),
    filter .9s .24s cubic-bezier(.22, 1, .36, 1),
    transform .9s .24s cubic-bezier(.22, 1, .36, 1);
}

body.motionReady.heroVisualReady .heroPreview {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

body.motionReady .heroPreview .pluginSatelliteFrame {
  opacity: 0;
  filter: blur(7px) saturate(.82);
  transition:
    opacity .68s var(--satellite-enter-delay) cubic-bezier(.22, 1, .36, 1),
    filter .68s var(--satellite-enter-delay) cubic-bezier(.22, 1, .36, 1);
}

body.motionReady .pluginSatellitePillars { --satellite-enter-delay: .78s; }
body.motionReady .pluginSatelliteTrusses { --satellite-enter-delay: .9s; }
body.motionReady .pluginSatellitePanels { --satellite-enter-delay: 1.02s; }

body.motionReady.heroVisualReady .heroPreview .pluginSatelliteFrame {
  opacity: .92;
  filter: blur(0) saturate(1);
}

body.motionReady.heroVisualReady.satellitesSettled .heroPreview .pluginSatelliteFrame {
  transition: opacity .24s ease, filter .24s ease, transform .24s ease;
}

body.motionReady.heroVisualReady.satellitesSettled .heroPreview:hover .pluginSatelliteFrame {
  opacity: 1;
  filter: saturate(1.08) contrast(1.03);
}

.motionReveal {
  --reveal-base-y: 0px;
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, calc(var(--reveal-base-y) + 26px), 0) scale(.985);
  transition:
    opacity .72s var(--reveal-delay, 0ms) cubic-bezier(.22, 1, .36, 1),
    filter .72s var(--reveal-delay, 0ms) cubic-bezier(.22, 1, .36, 1),
    transform .78s var(--reveal-delay, 0ms) cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, filter, transform;
}

.motionReveal.revealSide {
  transform: translate3d(-28px, var(--reveal-base-y), 0);
}

.motionReveal.isVisible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, var(--reveal-base-y), 0) scale(1);
}

.pricing .priceCard.motionReveal {
  transition:
    opacity .72s var(--reveal-delay, 0ms) cubic-bezier(.22, 1, .36, 1),
    filter .72s var(--reveal-delay, 0ms) cubic-bezier(.22, 1, .36, 1),
    transform .78s var(--reveal-delay, 0ms) cubic-bezier(.22, 1, .36, 1),
    border-color .24s ease,
    box-shadow .24s ease;
}

.pricing .priceCard.motionReveal.isVisible:hover {
  transform: translate3d(0, -6px, 0) scale(1.008);
  border-color: var(--line-strong);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .2);
}

.pricing .priceCard.featured.motionReveal.isVisible:hover {
  transform: translate3d(0, -18px, 0) scale(1.008);
}

body[data-theme="light"] .pricing .priceCard.motionReveal.isVisible:hover {
  box-shadow: 0 22px 48px rgba(38, 46, 36, .14);
}

.pricing .priceCard.featured.motionReveal { --reveal-base-y: -12px; }

@media (max-width: 1040px) {
  .pricing .priceCard.featured.motionReveal { --reveal-base-y: 0px; }
}

@media (prefers-reduced-motion: reduce) {
  body.motionReady .siteHeader,
  body.motionReady .heroCopy > *,
  body.motionReady .heroPreview,
  .motionReveal,
  .motionReveal.revealSide,
  .motionReveal.isVisible {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .pricing .priceCard.featured.motionReveal { transform: translateY(var(--reveal-base-y)); }

  .pluginScreenshot,
  .pluginFallback,
  .pluginSatelliteFrame {
    animation: none;
  }

  body.motionReady .heroPreview .pluginSatelliteFrame {
    opacity: .92;
    filter: none;
    clip-path: none;
    transition: none;
  }
}
/* Revisão comercial e responsiva 2026-07 */
.trialNote{margin:14px 0 0;color:var(--muted);font-size:13px;font-weight:650}
.previewThemeHint{width:36px!important;height:36px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:50%!important;font-size:0!important}
.themeHintIcon{width:15px;height:15px;border:2px solid currentColor;border-radius:50%;position:relative;display:block}.themeHintIcon:after{content:"";position:absolute;inset:-6px;border:1px dashed currentColor;border-radius:50%;opacity:.65}
.primaryPlans{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:none;margin-inline:auto}.primaryPlans .enterpriseCard{display:flex;grid-column:auto;flex-direction:column;margin-top:0}.primaryPlans .enterpriseCard .planButton{margin-top:auto}.annualPrice small{display:block;margin-top:4px}.heroCopy h1{font-size:clamp(52px,5.35vw,78px)!important}.footer nav a{display:block;margin-top:8px}.desktopOnlyNav{display:inline-flex}
.footer{display:block!important;padding:42px 0 30px}.footerTop{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}.footerTop .footerBrand{margin:0}.footerTop p{margin:0;color:var(--muted);font-size:13px}.footerContact{color:var(--ink);font-size:13px;text-decoration:none}.footerNavigation{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-top:34px;padding:24px 0;border-top:1px solid var(--line)}.footer .footerPrimaryLinks,.footer .legalLinks{display:flex;align-items:center;flex-wrap:wrap;gap:12px 25px}.footer .footerPrimaryLinks a,.footer .legalLinks a{display:inline;margin:0;font-size:12.5px;text-decoration:none}.footer .footerPrimaryLinks a{color:var(--ink);font-weight:700}.footer .legalLinks{justify-content:flex-end}.footerBottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}
@media(max-width:900px){.primaryPlans{grid-template-columns:1fr!important}.footerTop{grid-template-columns:auto 1fr}.footerContact{grid-column:1/-1}.footerNavigation{align-items:flex-start;flex-direction:column}.footer .legalLinks{justify-content:flex-start}}
@media(max-width:760px){.desktopOnlyNav{display:none!important}.siteHeader{grid-template-columns:auto 1fr auto!important}.nav{justify-self:center!important}.headerCta{padding:9px 13px!important}.heroCopy h1{font-size:clamp(43px,14vw,58px)!important}.primaryPlans{grid-template-columns:1fr!important}.footer{padding-top:34px}.footerTop{display:block}.footerTop p{margin-top:12px}.footerContact{display:inline-block;margin-top:8px}.footerNavigation{gap:22px;margin-top:28px;padding:22px 0}.footer .footerPrimaryLinks,.footer .legalLinks{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:12px 22px}.footerBottom{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:420px){.footer .footerPrimaryLinks,.footer .legalLinks{grid-template-columns:1fr}}

/* Refinamento de conteúdo, conversão e responsividade — 2026-07 */
.section { padding-block: 64px; }
.hero {
  min-height: min(720px, calc(100svh - 66px));
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  padding-top: 34px;
  padding-bottom: 44px;
}
.heroCopy h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5vw, 72px)!important;
  line-height: .97;
  letter-spacing: -.061em;
  text-transform: none;
}
h2 {
  font-size: clamp(30px, 3.35vw, 46px);
  line-height: 1.02;
  letter-spacing: -.05em;
  text-transform: none;
}
.hero .lead {
  max-width: 610px;
  color: rgba(225, 229, 221, .72);
  line-height: 1.58;
}
.hero .primaryBtn { min-width: 142px; }

.trustStrip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 8px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--line);
}
.trustStrip > div {
  min-width: 0;
  padding: 18px 20px;
  background: rgba(15, 17, 14, .96);
}
.trustStrip span,
.trustStrip strong { display: block; }
.trustStrip span {
  margin-bottom: 6px;
  color: var(--muted-2);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.trustStrip strong { font-size: 13px; line-height: 1.35; }

#recursos .sectionHead { max-width: 720px; }
.featureOutcomeCard { min-height: 310px; }
.featureOutcomeCard h3 { max-width: 280px; font-size: 23px; }
.featureOutcomeCard > p { min-height: 72px; margin-bottom: 22px; font-size: 14px; }
.featureOutcomeCard ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.featureOutcomeCard li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12.5px;
}
.featureOutcomeCard li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(184,255,5,.45);
}

.pricing { padding-top: 70px; padding-bottom: 62px; }
.pricing .sectionHead { margin-bottom: 38px; }
.pricing .priceCard { min-height: 454px; padding: 26px; }
.pricing .planHeading { min-height: 60px; margin-bottom: 14px; }
.pricing .planHeading h3 { font-size: 18px; }
.planPrice { min-height: 57px; }
.planPrice strong { font-size: clamp(44px, 3.7vw, 56px); }
.annualPrice { min-height: 52px; margin-top: 8px; }
.pricing .customNote,
.pricing .includes { min-height: 38px; margin-top: 8px; }
.pricing .planFeatures { margin: 17px 0 22px; }
.pricing .planButton { min-height: 48px; }

.reassuranceSection { padding-top: 50px; padding-bottom: 50px; }
.reassuranceSection .sectionHead { max-width: 620px; }
.reassuranceGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.reassuranceGrid article {
  padding: 22px 24px;
  border-top: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(184,255,5,.035), transparent 72%);
}
.reassuranceGrid strong { display: block; margin-bottom: 8px; font-size: 15px; }
.reassuranceGrid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.faqSection {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
  padding-top: 68px;
  padding-bottom: 68px;
}
.faqSection .sectionHead { position: sticky; top: 104px; margin: 0; }
.faqList { border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary {
  position: relative;
  padding: 22px 40px 22px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 720;
  cursor: pointer;
  list-style: none;
}
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 20px;
  color: var(--green);
  font-size: 20px;
  font-weight: 400;
  transition: transform .2s ease;
}
.faqList details[open] summary::after { transform: rotate(45deg); }
.faqList p {
  max-width: 690px;
  margin: -6px 46px 22px 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}

/* Conteúdo permanece visível mesmo se scripts, imagem ou observer falharem. */
body.motionReady .siteHeader,
body.motionReady .heroCopy > *,
body.motionReady .heroPreview,
body.motionReady .heroPreview .pluginSatelliteFrame {
  opacity: 1;
  filter: none;
}
body.motionReady .siteHeader,
body.motionReady .heroCopy > *,
body.motionReady .heroPreview { transform: none; }
/* Header e texto principal nunca ficam dependentes do estado de uma animação.
   O movimento acontece no bloco inteiro, sem esconder filhos isoladamente. */
body.motionReady.pageReady .siteHeader { animation: none; }
body.motionReady.pageReady .heroCopy { animation: copyEnter .62s cubic-bezier(.22,1,.36,1) both; }
body.motionReady.pageReady .heroCopy > * { animation: none; }
body.motionReady.pageReady .heroPreview { animation: visualEnter .78s .14s cubic-bezier(.22,1,.36,1) both; }
.motionReveal,
.motionReveal.revealSide {
  opacity: 1;
  filter: none;
  transform: translate3d(0,var(--reveal-base-y),0);
}
.motionReveal.isVisible { animation: revealEnter .64s var(--reveal-delay,0ms) cubic-bezier(.22,1,.36,1) both; }

@keyframes headerEnter { from { opacity:0; transform:translate3d(0,-10px,0); } }
@keyframes copyEnter { from { opacity:0; filter:blur(5px); transform:translate3d(-18px,10px,0); } }
@keyframes visualEnter { from { opacity:0; filter:blur(6px); transform:translate3d(24px,8px,0) scale(.985); } }
@keyframes revealEnter {
  from { opacity:0; filter:blur(5px); transform:translate3d(0,calc(var(--reveal-base-y) + 18px),0); }
  to { opacity:1; filter:none; transform:translate3d(0,var(--reveal-base-y),0); }
}

@media(max-width:1040px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .trustStrip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reassuranceGrid { grid-template-columns: 1fr; }
}

@media(max-width:720px) {
  .siteHeader {
    display: grid;
    grid-template-columns: auto 1fr auto!important;
    flex-wrap: nowrap;
    align-items: center;
  }
  .nav { order: initial; width: auto; padding: 0; overflow: visible; }
  .section { padding-block: 44px; }
  .hero { display: block; padding-top: 32px; padding-bottom: 36px; }
  .heroCopy { width: 100%; min-width: 0; max-width: 100%; }
  .heroCopy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(40px,11.6vw,46px)!important;
    line-height: 1;
    overflow-wrap: break-word;
  }
  .heroBadges {
    gap: 7px;
    margin-bottom: 20px;
  }
  .heroBadge {
    max-width: 100%;
    white-space: normal;
  }
  .heroPreview { width: 100%; margin-top: 30px; }
  h2 { font-size: clamp(29px,8.7vw,34px); line-height: 1.04; }
  .lead { font-size: 15.5px; }
  .ctaRow { margin-top: 22px; }
  .primaryBtn,.ghostBtn { min-height: 46px; padding-inline: 17px; }
  .trustStrip { width: min(calc(100% - 22px),var(--max)); grid-template-columns: 1fr 1fr; padding-block: 1px; }
  .trustStrip > div { padding: 15px; }
  .trustStrip strong { font-size: 12px; }
  .featureOutcomeCard { min-height: 0; padding: 22px; }
  .featureOutcomeCard > p { min-height: 0; }
  .pricing { padding-top: 52px; padding-bottom: 42px; }
  .pricing .sectionHead { margin-bottom: 34px; }
  .pricing .priceCard { min-height: 0; padding: 24px; }
  .pricing .priceCard.featured { margin-top: 8px; }
  .pricing .planHeading,.annualPrice { min-height: 0; }
  .reassuranceSection { padding-block: 38px; }
  .faqSection { display: block; padding-block: 50px; }
  .faqSection .sectionHead { position: static; margin-bottom: 22px; }
  .faqList summary { padding-block: 19px; font-size: 14px; }
  .faqList summary::after { top: 17px; }
  .faqList p { margin-right: 28px; }
  .finalCta { padding: 26px; }
}

@media(max-width:420px) {
  .trustStrip { grid-template-columns: 1fr; }
  .hero .ctaRow { display: grid; grid-template-columns: 1fr; }
}

/* Recursos, planos e garantias — direção visual 2026-07-23 */
#recursos .sectionHead {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 42px;
  text-align: center;
}

#recursos .sectionHead > p {
  max-width: 680px;
  margin-inline: auto;
}

.featureGrid {
  gap: 18px;
}

.featureGrid .featureOutcomeCard {
  min-height: 238px;
  padding: 28px;
  border-color: rgba(184, 255, 5, .12);
  background:
    linear-gradient(145deg, rgba(18, 20, 17, .92), rgba(12, 14, 12, .82));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 24px 58px rgba(0,0,0,.2);
}

.featureGrid .featureIcon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 0 22px;
  color: var(--green);
  border: 1px solid rgba(184, 255, 5, .18);
  border-radius: 14px;
  background: rgba(184, 255, 5, .075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.featureGrid .featureIcon svg {
  width: 25px;
  height: 25px;
}

.featureGrid .featureOutcomeCard h3 {
  max-width: none;
  margin-bottom: 14px;
  font-size: 20px;
  letter-spacing: -.03em;
}

.featureGrid .featureOutcomeCard > p {
  min-height: 0;
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.62;
}

.pricing {
  padding-top: 78px;
  padding-bottom: 58px;
}

.pricing .sectionHead {
  max-width: 720px;
  margin-bottom: 54px;
}

.pricing .sectionHead h2 {
  margin-bottom: 16px;
}

.pricing .priceGrid {
  gap: 22px;
  align-items: center;
}

.pricing .priceCard {
  min-height: 404px;
  padding: 34px;
  overflow: hidden;
  border-color: rgba(184, 255, 5, .11);
  background:
    linear-gradient(150deg, rgba(18, 20, 17, .95), rgba(10, 12, 10, .88));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 26px 70px rgba(0,0,0,.2);
}

.pricing .priceCard.featured {
  min-height: 440px;
  padding-top: 44px;
  border-color: rgba(184, 255, 5, .34);
  background:
    radial-gradient(circle at 50% 0, rgba(184,255,5,.08), transparent 34%),
    linear-gradient(150deg, rgba(18, 22, 16, .98), rgba(10, 13, 9, .92));
  box-shadow:
    0 28px 78px rgba(80, 130, 0, .1),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.pricing .priceCard.featured::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--green);
  box-shadow: 0 0 20px rgba(184,255,5,.46);
}

.pricing .badge {
  top: 31px;
  left: 34px;
  transform: none;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 9px;
}

.pricing .featured .planHeading {
  margin-top: 32px;
}

.pricing .planHeading {
  min-height: 58px;
  margin-bottom: 12px;
}

.pricing .planHeading small {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -.025em;
  text-transform: none;
}

.pricing .planHeading h3 {
  color: var(--muted);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: -.01em;
}

.pricing .planPrice,
.pricing .customPrice {
  min-height: 58px;
}

.pricing .planPrice strong {
  font-size: clamp(43px, 3.5vw, 54px);
}

.pricing .customPrice {
  font-size: 31px;
}

.pricing .planFeatures {
  margin: 22px 0 28px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.pricing .planFeatures li {
  padding-left: 27px;
  color: #cbc9c0;
  font-size: 13.5px;
  line-height: 1.45;
}

.pricing .planFeatures li + li {
  margin-top: 14px;
}

.pricing .planFeatures li::before {
  top: .02em;
  color: var(--green);
  font-size: 15px;
}

.pricing .planFeatures li.unavailable {
  color: var(--muted-2);
}

.pricing .planFeatures li.unavailable::before {
  content: "×";
  color: #5d5d57;
}

.pricing .planButton {
  min-height: 52px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 760;
}

.pricing .planButton.secondary {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.018);
}

.pricing .planButton.secondary:hover {
  border-color: rgba(184,255,5,.3);
  background: rgba(184,255,5,.045);
}

.paymentSecurity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 12.5px;
}

.paymentSecurity svg {
  width: 19px;
  height: 19px;
  color: var(--green);
}

.reassuranceSection {
  padding-top: 54px;
  padding-bottom: 54px;
}

.reassuranceBand {
  display: grid;
  grid-template-columns: minmax(220px, .82fr) minmax(0, 2.18fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(13, 15, 12, .96), rgba(9, 11, 9, .9));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 24px 64px rgba(0,0,0,.18);
}

.reassuranceIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 38px;
}

.reassuranceIntro h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.reassuranceIntro p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

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

.reassuranceBand .reassuranceGrid article {
  min-width: 0;
  padding: 32px 28px;
  border-top: 0;
  border-left: 1px solid var(--line);
  background: transparent;
}

.reassuranceIcon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  color: var(--green);
}

.reassuranceIcon svg {
  width: 24px;
  height: 24px;
}

.reassuranceBand .reassuranceGrid strong {
  margin-bottom: 7px;
  font-size: 13.5px;
}

.reassuranceBand .reassuranceGrid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .pricing .priceGrid {
    align-items: stretch;
  }

  .pricing .priceCard,
  .pricing .priceCard.featured {
    min-height: 0;
  }

  .reassuranceBand {
    grid-template-columns: 1fr;
  }

  .reassuranceIntro {
    padding-bottom: 24px;
  }

  .reassuranceBand .reassuranceGrid article:first-child {
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .pricing .priceCard.featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  #recursos .sectionHead {
    margin-bottom: 30px;
    text-align: left;
  }

  .featureGrid .featureOutcomeCard {
    min-height: 0;
    padding: 26px;
  }

  .featureGrid .featureIcon {
    width: 46px;
    height: 46px;
    margin-bottom: 21px;
  }

  .pricing {
    padding-top: 58px;
  }

  .pricing .sectionHead {
    margin-bottom: 34px;
  }

  .pricing .priceCard,
  .pricing .priceCard.featured {
    padding: 28px;
  }

  .pricing .priceCard.featured {
    padding-top: 40px;
  }

  .pricing .badge {
    top: 27px;
    left: 28px;
  }

  .paymentSecurity {
    align-items: flex-start;
    margin-top: 28px;
    padding-inline: 18px;
    text-align: left;
  }

  .reassuranceIntro {
    padding: 28px 26px 22px;
  }

  .reassuranceBand .reassuranceGrid {
    grid-template-columns: 1fr;
  }

  .reassuranceBand .reassuranceGrid article {
    padding: 24px 26px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

/* Encerramento da landing page */
.finalCta {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 24px;
  padding: 52px 24px 58px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  isolation: auto;
  text-align: center;
}

.finalCta::before,
.finalCta::after {
  content: none;
  display: none;
}

.finalCtaCopy {
  max-width: 760px;
}

.finalCta h2 {
  max-width: none;
  margin-bottom: 18px;
}

.finalCta p {
  max-width: 660px;
  margin: 0 auto;
  font-size: 15px;
}

.finalCta .ctaRow {
  justify-content: center;
  margin-top: 30px;
}

.finalCta .primaryBtn,
.finalCta .ghostBtn {
  min-width: 184px;
}

.footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  background: rgba(5, 6, 5, .34);
}

.footerMain,
.footerBottom {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.footerMain {
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) minmax(150px, .65fr) minmax(220px, .9fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  padding: 28px 0 24px;
}

.footerIdentity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer .footerBrand {
  margin: 0;
}

.footerContact {
  color: var(--muted);
  font-size: 12.5px;
  text-decoration: none;
}

.footerContact:hover {
  color: var(--green);
}

.footerColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.footerColumn strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer .footerColumn a {
  display: inline;
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 540;
  line-height: 1.35;
  text-decoration: none;
}

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

.footerBottom {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 11px;
}

@media (max-width: 760px) {
  .finalCta {
    min-height: 0;
    margin-top: 0;
    padding: 52px 8px 56px;
  }

  .finalCta .ctaRow {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 0;
  }

  .footerMain {
    grid-template-columns: 1fr 1fr;
    gap: 27px 22px;
    padding: 28px 0 24px;
  }

  .footerIdentity {
    grid-column: 1 / -1;
  }

  .footerBottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .footerMain {
    grid-template-columns: 1fr;
  }

  .footerIdentity {
    grid-column: auto;
  }
}

/* Sistema visual OneFrame — tipografia, botões e superfícies */
.brandText,
h1,
h2,
h3,
.planPrice,
.customPrice {
  font-family: var(--font-display);
}

.brandText {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.035em;
}

.nav,
.headerCta,
.primaryBtn,
.ghostBtn,
.heroBadge,
.eyebrow,
.tag,
.pricing .badge,
.pricing .planButton,
.paymentSecurity,
.footerColumn strong {
  font-family: var(--font-mono);
}

.nav {
  font-size: 11px;
  font-weight: 550;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.heroCopy h1 {
  max-width: 700px;
  font-size: clamp(46px, 4.65vw, 67px)!important;
  font-weight: 610;
  line-height: 1;
  letter-spacing: -.047em;
  text-wrap: balance;
}

.heroCopy h1 span {
  color: var(--green);
}

h2 {
  font-weight: 620;
  line-height: 1.05;
  letter-spacing: -.043em;
}

h3 {
  font-weight: 620;
  letter-spacing: -.025em;
}

.hero .lead,
.sectionHead p,
.featureOutcomeCard > p,
.faqList p,
.finalCta p {
  letter-spacing: -.015em;
}

.hero .lead {
  max-width: 570px;
  font-size: clamp(15.5px, 1.08vw, 17px);
  font-weight: 420;
  line-height: 1.58;
}

.heroBadge {
  min-height: 25px;
  padding: 5px 10px;
  border-radius: 999px;
  border-color: rgba(255,255,255,.09);
  background: rgba(255,255,255,.025);
  font-size: 9px;
  font-weight: 560;
  letter-spacing: .055em;
}

.heroBadgePrimary {
  border-color: rgba(184,255,5,.18);
  background: rgba(184,255,5,.045);
}

.heroBadgeDot {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 9px rgba(184,255,5,.4);
}

.headerCta,
.primaryBtn,
.ghostBtn,
.pricing .planButton {
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.headerCta {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 10px;
}

.primaryBtn,
.headerCta,
.pricing .planButton:not(.secondary) {
  box-shadow: 0 12px 30px rgba(184, 255, 5, .13);
}

.headerCta:hover,
.primaryBtn:hover,
.ghostBtn:hover,
.pricing .planButton:hover {
  transform: translateY(-1px);
}

.featureGrid .featureOutcomeCard,
.pricing .priceCard {
  border-top-color: rgba(255,255,255,.15);
  border-right-color: rgba(255,255,255,.055);
  border-bottom-color: rgba(255,255,255,.045);
  border-left-color: rgba(255,255,255,.055);
  border-radius: 20px;
  background: rgba(17, 17, 14, .62);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
  backdrop-filter: blur(24px) saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 20px 48px rgba(0,0,0,.28);
}

.featureGrid .featureOutcomeCard {
  padding: 30px;
}

.featureGrid .featureIcon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 13px;
  background: rgba(184,255,5,.065);
}

.featureGrid .featureOutcomeCard h3 {
  font-size: 21px;
}

.pricing .priceCard {
  padding: 32px;
}

.pricing .priceCard.featured {
  border-top-color: rgba(184,255,5,.62);
  border-right-color: rgba(184,255,5,.2);
  border-bottom-color: rgba(184,255,5,.16);
  border-left-color: rgba(184,255,5,.2);
  background:
    radial-gradient(circle at 50% 0, rgba(184,255,5,.045), transparent 36%),
    rgba(17,17,14,.7);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 24px 54px rgba(0,0,0,.32);
}

.pricing .priceCard.featured::before {
  height: 3px;
  box-shadow: 0 0 12px rgba(184,255,5,.22);
}

.pricing .badge {
  border-radius: 999px;
  font-weight: 650;
  letter-spacing: .055em;
}

.pricing .planHeading small {
  font-family: var(--font-display);
  font-weight: 640;
}

.pricing .planHeading h3,
.pricing .planFeatures li {
  font-family: var(--font-sans);
}

.pricing .planFeatures li {
  color: #c3c1b8;
}

.paymentSecurity {
  font-size: 10.5px;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.reassuranceBand {
  border-radius: 20px;
  background: rgba(17,17,14,.54);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.faqList summary {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 590;
  letter-spacing: -.018em;
}

@media (max-width: 720px) {
  .heroCopy h1 {
    max-width: 560px;
    font-size: clamp(38px, 10.4vw, 45px)!important;
    line-height: 1.02;
    letter-spacing: -.041em;
    text-wrap: pretty;
  }

  .hero .lead {
    max-width: 540px;
    font-size: 15px;
    line-height: 1.55;
  }

  .heroBadge {
    min-height: 24px;
    padding: 5px 9px;
    font-size: 8.5px;
  }

  .headerCta {
    min-height: 36px;
    padding-inline: 13px!important;
  }

  .featureGrid .featureOutcomeCard,
  .pricing .priceCard,
  .pricing .priceCard.featured {
    padding: 26px;
  }
}
