:root {
  --bg: #090909;
  --bg-soft: #0d1110;
  --card: rgba(15, 20, 18, 0.72);
  --card-solid: #101512;
  --card-hover: #141b17;
  --text: #f7faf7;
  --muted: #a2aaa5;
  --subtle: #69736d;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(77, 255, 153, 0.26);
  --green: #23d77f;
  --green-2: #6bf7a9;
  --green-dark: #079956;
  --gold: #d7bb64;
  --yellow: #d7c33d;
  --red: #f06f6f;
  --shadow: 0 32px 120px rgba(0, 0, 0, 0.55);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 7%, rgba(35, 215, 127, 0.2), transparent 25rem),
    radial-gradient(circle at 16% 22%, rgba(35, 215, 127, 0.11), transparent 22rem),
    linear-gradient(180deg, #070907 0%, #090909 42%, #070807 100%);
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 72%);
}

main {
  position: relative;
}

.section-shell {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.hero {
  display: grid;
  min-height: 78vh;
  place-items: center;
  padding: 86px 0 64px;
  text-align: center;
}

.hero-copy {
  position: relative;
  max-width: 980px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: -1;
  width: min(78vw, 760px);
  height: min(78vw, 520px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 215, 127, 0.13), transparent 68%);
  filter: blur(12px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.badge,
.section-kicker,
.modal-kicker {
  width: fit-content;
  margin: 0;
  border: 1px solid rgba(35, 215, 127, 0.4);
  border-radius: 999px;
  background: rgba(35, 215, 127, 0.1);
  color: var(--green-2);
  box-shadow: 0 0 36px rgba(35, 215, 127, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.badge {
  margin: 0 auto;
  padding: 9px 14px;
}

.section-kicker,
.modal-kicker {
  padding: 7px 11px;
}

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

h1 {
  max-width: 980px;
  margin-bottom: 20px;
  font-size: clamp(3.05rem, 9.5vw, 5.95rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h1 span,
.analysis-copy h2 span {
  color: var(--green);
}

.hero-text {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  color: #d7ddd9;
  font-size: clamp(1.08rem, 2.2vw, 1.35rem);
  line-height: 1.52;
}

.free-box {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  max-width: 650px;
  margin: 0 auto 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(35, 215, 127, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(12, 16, 14, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: left;
  backdrop-filter: blur(18px);
}

.free-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(35, 215, 127, 0.13);
  color: var(--green);
  box-shadow: 0 0 34px rgba(35, 215, 127, 0.2);
  font-size: 1.5rem;
}

.free-box p {
  margin: 0;
}

.free-box strong,
.free-box span {
  display: block;
}

.free-box span {
  color: var(--muted);
}

.actions {
  display: grid;
  gap: 13px;
  width: min(100%, 430px);
}

.primary-button,
.sheet-button,
.modal-button {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(107, 247, 169, 0.95), rgba(1, 163, 87, 0.95)),
    #0db864;
  color: #031109;
  box-shadow:
    0 22px 48px rgba(35, 215, 127, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  font: inherit;
  font-size: 1.02rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible,
.sheet-button:hover,
.sheet-button:focus-visible,
.modal-button:hover,
.modal-button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 30px 60px rgba(35, 215, 127, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  filter: brightness(1.06);
}

.skip-button {
  justify-self: center;
  min-height: 42px;
  padding: 4px 10px;
  border: 0;
  background: transparent;
  color: #aab3ae;
  font: inherit;
  font-size: 0.94rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
  transition: color 160ms ease;
}

.skip-button:hover,
.skip-button:focus-visible {
  color: var(--text);
}

.sheet-button {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(203, 255, 224, 0.92)),
    #ffffff;
}

.trust-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  color: #dce4df;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.94rem;
}

.trust-list li::before,
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(35, 215, 127, 0.14);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
}

.real-sheet-image {
  display: block;
  width: 100%;
  height: auto;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-heading .section-kicker {
  margin: 0 auto 14px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.benefits-section {
  padding: 44px 0 36px;
}

.benefit-grid {
  display: grid;
  gap: 18px;
}

.benefit-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(14, 18, 16, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(35, 215, 127, 0.34);
  background-color: var(--card-hover);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
}

.benefit-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(35, 215, 127, 0.26);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 215, 127, 0.28), rgba(35, 215, 127, 0.08));
  color: var(--green);
  box-shadow: 0 0 42px rgba(35, 215, 127, 0.16);
  font-size: 1.8rem;
  font-weight: 900;
}

.benefit-card:nth-child(3) .benefit-icon,
.benefit-card:nth-child(5) .benefit-icon {
  border-color: rgba(215, 187, 100, 0.26);
  background: radial-gradient(circle, rgba(215, 187, 100, 0.28), rgba(215, 187, 100, 0.08));
  color: var(--gold);
}

.benefit-card h3 {
  margin-bottom: 14px;
  font-size: 1.18rem;
  line-height: 1.28;
}

.benefit-card p,
.analysis-copy p {
  margin-bottom: 0;
  color: #c2cac5;
}

.analysis-section {
  display: grid;
  gap: 34px;
  align-items: center;
  padding: 54px 0 50px;
}

.sheet-preview-large {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 12, 11, 0.78);
  box-shadow: var(--shadow);
}

.sheet-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: #06100c;
}

.preview-sheet-image {
  background: #050806;
  filter: saturate(1.04) contrast(1.03);
}

.window-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  background: #f3f5f4;
  color: #26312b;
  font-size: 0.72rem;
  font-weight: 800;
}

.window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6dad8;
}

.window-bar strong {
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.analysis-copy .section-kicker {
  margin-bottom: 18px;
}

.analysis-copy h2 {
  margin-bottom: 20px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: #dce4df;
}

.cta-section {
  padding: 58px 0 34px;
}

.cta-card {
  position: relative;
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid rgba(35, 215, 127, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(35, 215, 127, 0.18), transparent 25rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(8, 15, 12, 0.82);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 80%);
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-card .section-kicker {
  margin: 0 auto 16px;
}

.cta-card h2 {
  max-width: 720px;
  margin-bottom: 16px;
}

.cta-card > p {
  max-width: 640px;
  margin-bottom: 26px;
  color: #c2cac5;
}

.cta-card .actions {
  width: min(100%, 430px);
}

.cta-card .trust-list {
  width: min(100%, 620px);
  margin-top: 28px;
  text-align: left;
}

.final-section {
  padding: 14px 0 30px;
}

.disclaimer-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(35, 215, 127, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(35, 215, 127, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(8, 18, 13, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.info-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(35, 215, 127, 0.18);
  color: var(--green);
  font-weight: 900;
}

.disclaimer-card p {
  margin: 0;
  color: var(--muted);
}

.disclaimer-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 26px 18px 40px;
  color: #8d9791;
  text-align: center;
}

.footer span {
  color: rgba(35, 215, 127, 0.72);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
}

.modal {
  position: relative;
  width: min(100%, 440px);
  padding: 28px;
  border: 1px solid rgba(35, 215, 127, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 0%, rgba(35, 215, 127, 0.12), transparent 18rem),
    #0d1210;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58);
}

.modal h2 {
  margin: 14px 0 10px;
  font-size: 1.7rem;
}

.modal p:not(.modal-kicker) {
  color: var(--muted);
}

.modal-button {
  width: 100%;
  margin-top: 10px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font: inherit;
  font-size: 1.2rem;
  cursor: pointer;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: rgba(35, 215, 127, 0.34);
  background: rgba(35, 215, 127, 0.1);
  color: var(--text);
}

.pix-modal {
  width: min(100%, 470px);
}

.pix-qr-frame {
  display: grid;
  place-items: center;
  width: min(100%, 250px);
  margin: 22px auto 18px;
  padding: 14px;
  border: 1px solid rgba(35, 215, 127, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(213, 255, 230, 0.92)),
    #ffffff;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(35, 215, 127, 0.16);
}

.pix-qr-frame img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 12px;
}

.pix-key-box {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.pix-key-box span {
  color: var(--subtle);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pix-key-box code {
  overflow-wrap: anywhere;
  color: #e9fff2;
  font-family:
    "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9rem;
}

.copy-button {
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  border: 1px solid rgba(35, 215, 127, 0.32);
  border-radius: 14px;
  background: rgba(35, 215, 127, 0.11);
  color: var(--green-2);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.copy-button:hover,
.copy-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(35, 215, 127, 0.52);
  background: rgba(35, 215, 127, 0.16);
}

.copy-feedback {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--green-2);
  font-size: 0.9rem;
  text-align: center;
}

.is-hidden {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 640px) {
  .trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 900px) {
  .benefit-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .analysis-section {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: 46px;
  }
}

@media (min-width: 1180px) {
  .section-shell {
    width: min(100% - 72px, 1180px);
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
    padding: 48px 0 38px;
  }
}

@media (max-width: 480px) {
  .section-shell {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: clamp(2.45rem, 14vw, 3.2rem);
  }

  .free-box,
  .disclaimer-card {
    grid-template-columns: 1fr;
  }

  .primary-button,
  .sheet-button,
  .modal-button {
    min-height: 58px;
    font-size: 0.96rem;
  }

  .benefit-card {
    min-height: 220px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
