:root {
  --ink: #142532;
  --ink-2: #243944;
  --cream: #fcfbe7;
  --paper: #f7f4e7;
  --paper-2: #ece4c8;
  --gold: #a77b22;
  --gold-strong: #8a6519;
  --gold-2: #e3c76f;
  --gold-3: #f0d879;
  --blue: #33464f;
  --green: #1d5c41;
  --green-2: #123e2d;
  --white: #ffffff;
  --muted: #6a7478;
  --line: rgba(20, 37, 50, 0.12);
  --shadow: 0 24px 70px rgba(20, 37, 50, 0.16);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, "SF Mono", "Menlo", "Cascadia Code", "DM Mono", monospace;
}

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

html {
  scroll-behavior: smooth;
}

body.page-lp-2 {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.page-lp-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.page-lp-2 a {
  color: inherit;
  text-decoration: none;
}

.lp2-container {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.lp2-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 9px;
  min-height: 40px;
  padding: 7px 10px;
  background: linear-gradient(90deg, #b8943d, #f0d879, #b8943d);
  color: #17262c;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 28px rgba(20, 37, 50, 0.16);
}

.lp2-topbar.is-open {
  background: linear-gradient(90deg, #b8943d, #f0d879, #b8943d);
  color: #17262c;
}

.lp2-topbar.is-closed {
  background: #efe6cd;
  color: var(--ink);
}

.lp2-topbar strong {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.lp2-topbar span,
.lp2-topbar strong {
  flex-basis: 100%;
}

.lp2-hero {
  position: relative;
  min-height: auto;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: var(--paper);
}

.lp2-hero-bg,
.lp2-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lp2-hero-bg img,
.lp2-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp2-hero-bg img {
  object-position: right top;
}

.lp2-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(247, 244, 231, 0.02) 0%, rgba(247, 244, 231, 0.06) 44%, rgba(247, 244, 231, 0.88) 100%);
}

.lp2-hero-inner {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  padding: 24px 0 18px;
}

.lp2-logo {
  width: 136px;
  padding: 9px 11px;
  border: 1px solid rgba(240, 216, 121, 0.36);
  border-radius: 14px;
  background: rgba(20, 37, 50, 0.82);
  box-shadow: 0 16px 36px rgba(20, 37, 50, 0.16);
  backdrop-filter: blur(10px);
  margin: 0 0 clamp(128px, 27svh, 220px);
}

.lp2-hero-copy {
  max-width: min(100%, 360px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 22px;
  padding: 18px 18px 17px;
  background: rgba(252, 251, 231, 0.9);
  box-shadow: 0 20px 54px rgba(16, 34, 43, 0.22);
  backdrop-filter: blur(16px) saturate(1.08);
}

.lp2-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.lp2-hero h1 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(28px, 8.2vw, 37px);
  line-height: 0.98;
  color: var(--ink);
  overflow-wrap: break-word;
}

.lp2-hero h1 em,
.lp2-section h2 em {
  color: var(--gold);
  font-style: italic;
}

.lp2-hero-sub {
  max-width: 530px;
  margin: 10px 0 0;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.34;
}

.lp2-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 15px 22px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.lp2-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.lp2-btn:active {
  transform: scale(0.98);
}

.lp2-btn-green {
  margin-top: 18px;
  width: 100%;
  background: linear-gradient(90deg, #9f7627, var(--gold-3), #b4872d);
  color: #10222b;
  box-shadow: 0 18px 38px rgba(180, 137, 49, 0.3);
}

.lp2-hero .lp2-btn {
  min-height: 48px;
  margin-top: 13px;
  padding: 13px 16px;
  font-size: 12px;
}

.lp2-btn-yellow {
  width: 100%;
  background: linear-gradient(90deg, #9f7627, var(--gold-3), #b4872d);
  color: #10222b;
  box-shadow: 0 18px 38px rgba(180, 137, 49, 0.32);
}

.lp2-btn-green,
.lp2-btn-yellow {
  text-shadow: none;
}

.lp2-btn-green:focus-visible,
.lp2-btn-yellow:focus-visible,
.lp2-btn-whatsapp:focus-visible {
  outline: 3px solid #10222b;
  outline-offset: 3px;
}

.lp2-btn-whatsapp {
  background: #075f31;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(7, 95, 49, 0.24);
}

.lp2-btn-whatsapp img {
  filter: brightness(0) invert(1);
}

.lp2-btn-whatsapp:focus-visible {
  outline-color: #fff;
}

.lp2-marquee {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 14px 0;
  background: #efe6cd;
  border-top: 1px solid rgba(196, 154, 60, 0.24);
  border-bottom: 1px solid rgba(196, 154, 60, 0.24);
}

.lp2-marquee::before,
.lp2-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 84px;
  pointer-events: none;
}

.lp2-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #efe6cd, rgba(239, 230, 205, 0));
}

.lp2-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #efe6cd, rgba(239, 230, 205, 0));
}

.lp2-marquee-track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding-left: 16px;
  animation: lp2-marquee 32s linear infinite;
}

.lp2-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp2-marquee span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(196, 154, 60, 0.28);
}

@keyframes lp2-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.lp2-section {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}

.lp2-section h2 {
  margin: 0;
  max-width: 820px;
  margin-inline: auto;
  color: var(--ink);
  font-size: clamp(34px, 8.8vw, 58px);
  line-height: 1.02;
  text-align: center;
  text-wrap: balance;
}

.lp2-section > .lp2-container > .reveal-item > .lp2-kicker,
.lp2-section-head .lp2-kicker,
.lp2-solution-grid > .reveal-item .lp2-kicker,
.lp2-price-card .lp2-kicker,
.lp2-author-copy .lp2-kicker {
  text-align: center;
}

.lp2-section p {
  margin: 16px 0 0;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.58;
}

.lp2-section strong {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 17px;
  line-height: 1.45;
}

.lp2-split,
.lp2-solution-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.lp2-narrow {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.lp2-copy-card,
.lp2-feature-card,
.lp2-benefit,
.lp2-price-card,
.lp2-author-card,
.lp2-faq details {
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.lp2-copy-card {
  border-radius: 18px;
  padding: 24px;
  text-align: left;
}

.lp2-problem {
  background: linear-gradient(180deg, var(--paper) 0%, #fff9df 100%);
}

.lp2-problem .lp2-split {
  max-width: 860px;
  margin-inline: auto;
}

.lp2-problem .lp2-copy-card {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.lp2-loss {
  background: linear-gradient(180deg, #fff9df 0%, #f2ead2 100%);
  color: var(--ink);
}

.lp2-loss h2,
.lp2-loss p,
.lp2-loss strong {
  color: var(--ink);
}

.lp2-loss em {
  color: var(--gold);
}

.lp2-solution {
  background: linear-gradient(180deg, #f7f4e7 0%, #fff 100%);
  color: var(--ink);
}

.lp2-solution h2,
.lp2-solution p {
  color: var(--ink);
}

.lp2-notebook img {
  width: min(100%, 520px);
  margin: 0 auto;
  filter: drop-shadow(0 28px 46px rgba(20, 37, 50, 0.18));
}

.lp2-proof-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  color: var(--ink-2);
  font-weight: 800;
  line-height: 1.25;
}

.lp2-avatars {
  display: flex;
  flex-shrink: 0;
}

.lp2-avatars img {
  width: 45px;
  height: 45px;
  border: 2px solid var(--paper);
  border-radius: 50%;
}

.lp2-avatars img + img {
  margin-left: -14px;
}

.lp2-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.lp2-card-grid {
  display: grid;
  gap: 14px;
}

.lp2-feature-card,
.lp2-benefit {
  border-radius: 18px;
  padding: 22px;
}

.lp2-feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #dbe7ee;
  color: var(--blue);
  font-weight: 800;
}

.lp2-feature-card h3,
.lp2-benefit h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.08;
}

.lp2-feature-card p,
.lp2-benefit p {
  color: var(--muted);
}

.lp2-cert {
  background: #fff;
}

.lp2-cert-image img {
  max-height: 360px;
  object-fit: contain;
  margin: 0 auto;
}

.lp2-includes {
  background: linear-gradient(180deg, #f2ead2 0%, #fff9df 100%);
  color: var(--ink);
}

.lp2-includes h2 {
  color: var(--ink);
}

.lp2-includes .lp2-kicker {
  color: var(--gold);
}

.lp2-include-list {
  display: grid;
  gap: 12px;
}

.lp2-include-list div {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 54px;
  border: 1px solid rgba(196, 154, 60, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink-2);
  font-weight: 700;
  line-height: 1.35;
}

.lp2-include-list div::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--gold-2);
}

.lp2-benefits {
  background: linear-gradient(180deg, #f4eed8 0%, #fff 100%);
}

.lp2-checkout {
  min-height: 720px;
  display: grid;
  align-items: center;
  background: #f7f4e7;
}

.lp2-checkout .lp2-section-bg img {
  object-position: left center;
}

.lp2-checkout .lp2-section-bg {
  opacity: 0.2;
  filter: sepia(0.18) saturate(0.72) brightness(1.12);
}

.lp2-checkout::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(247, 244, 231, 0.18) 0%, rgba(247, 244, 231, 0.72) 52%, rgba(247, 244, 231, 0.96) 100%),
    linear-gradient(180deg, rgba(247, 244, 231, 0.12), rgba(247, 244, 231, 0.92));
}

.lp2-checkout .lp2-container {
  position: relative;
  z-index: 2;
}

.lp2-price-card {
  max-width: 570px;
  margin: 0;
  border-radius: 26px;
  padding: 26px 18px 28px;
  background: rgba(252, 251, 231, 0.96);
  box-shadow: 0 30px 80px rgba(16, 34, 43, 0.3);
}

.lp2-checkout .lp2-container {
  display: flex;
  justify-content: center;
}

.lp2-price-card h2 {
  font-size: clamp(30px, 7.4vw, 48px);
  margin-bottom: 10px;
}

.lp2-price-card .lp2-btn {
  width: 100%;
  margin-top: 22px;
}

.lp2-price {
  display: grid;
  gap: 8px;
  margin: 8px 0 22px;
  padding: 22px 18px 20px;
  border: 1px solid rgba(196, 154, 60, 0.34);
  border-radius: 18px;
  background: linear-gradient(180deg, #f4ead0 0%, #ece0bf 100%);
  color: var(--ink);
  text-align: center;
  overflow: hidden;
}

.lp2-price-label {
  display: block;
  margin: 0;
  color: var(--gold-strong);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lp2-price strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 2px auto 0;
  color: #17262c;
  font-family: var(--font-display);
  font-size: clamp(56px, 17vw, 76px);
  line-height: 0.96;
  white-space: nowrap;
}

.lp2-price strong small {
  display: inline-block;
  color: var(--gold-strong);
  font-family: var(--font-display);
  font-size: 0.42em;
  line-height: 1;
  transform: translateY(-0.1em);
}

.lp2-price-install {
  display: block;
  margin: 0;
  color: var(--gold-strong);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lp2-price > small {
  display: block;
  margin: 4px auto 0;
  max-width: 320px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.lp2-pay-icons {
  height: 34px;
  width: auto;
  margin: 18px auto 0;
  opacity: 1;
  filter: brightness(0.58) contrast(1.35) saturate(1.18);
}

.lp2-guarantee {
  background: linear-gradient(180deg, #fff 0%, #f7f4e7 100%);
  padding: 72px 0;
}

.lp2-guarantee-seal {
  display: grid;
  place-items: center;
}

.lp2-guarantee-image {
  width: min(72vw, 320px);
  height: auto;
  filter: drop-shadow(0 22px 42px rgba(180, 137, 49, 0.18));
}

.lp2-author {
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #f2ead2 100%);
  min-height: auto;
  display: grid;
  align-items: center;
}

.lp2-author .lp2-section-bg img {
  object-position: center bottom;
}

.lp2-author::before {
  content: none;
}

.lp2-author .lp2-container {
  position: relative;
  z-index: 2;
}

.lp2-author-card {
  max-width: 980px;
  display: grid;
  gap: 22px;
  align-items: center;
  border-color: rgba(196, 154, 60, 0.2);
  border-radius: 26px;
  padding: 28px 22px;
  background: rgba(252, 251, 231, 0.74);
}

.lp2-author-card h2,
.lp2-author-card p {
  color: var(--ink);
}

.lp2-author-card strong {
  display: inline;
  margin: 0;
  color: var(--gold);
}

.lp2-author-photo {
  overflow: hidden;
  border: 1px solid rgba(196, 154, 60, 0.24);
  border-radius: 22px;
  background: #efe6cd;
  box-shadow: 0 18px 44px rgba(20, 37, 50, 0.14);
}

.lp2-author-photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.lp2-media-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.lp2-media-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(196, 154, 60, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp2-faq {
  background: var(--paper);
}

.lp2-faq details {
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
}

.lp2-faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

.lp2-faq summary:focus-visible {
  outline: 3px solid rgba(167, 123, 34, 0.58);
  outline-offset: 3px;
}

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

.lp2-faq details div {
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.lp2-help {
  padding: 36px 0;
  background: #efe6cd;
  color: var(--ink);
}

.lp2-help-inner {
  display: grid;
  gap: 18px;
}

.lp2-help h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.lp2-help p {
  margin: 8px 0 0;
  color: var(--ink-2);
}

.lp2-footer {
  padding: 28px 0 104px;
  background: #f7f4e7;
  color: var(--muted);
  border-top: 1px solid rgba(20, 37, 50, 0.1);
}

.lp2-footer-inner {
  display: grid;
  gap: 18px;
  font-size: 13px;
}

.lp2-footer img {
  width: 150px;
  padding: 9px 11px;
  border: 1px solid rgba(240, 216, 121, 0.26);
  border-radius: 12px;
  background: rgba(20, 37, 50, 0.86);
  opacity: 1;
}

.lp2-footer p {
  margin: 0;
}

.lp2-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.lp2-sticky {
  position: fixed;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 12px;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  background: rgba(252, 251, 231, 0.94);
  box-shadow: 0 18px 40px rgba(20, 37, 50, 0.2);
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.lp2-sticky.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.lp2-sticky span {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.lp2-sticky .lp2-btn {
  min-height: 46px;
  margin: 0;
  padding: 12px 14px;
  font-size: 12px;
}

.reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-item.visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 720px) {
  .lp2-topbar {
    gap: 8px 14px;
    min-height: 44px;
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .lp2-topbar strong {
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  .lp2-topbar span,
  .lp2-topbar strong {
    flex-basis: auto;
  }

  .lp2-container {
    width: min(100% - 56px, 1120px);
  }

  .lp2-hero {
    min-height: min(920px, calc(100svh - 44px));
    align-items: center;
  }

  .lp2-hero-inner {
    min-height: min(920px, calc(100svh - 44px));
    justify-content: center;
    padding: 56px 0;
  }

  .lp2-logo {
    width: 190px;
    margin-bottom: 24px;
  }

  .lp2-hero-copy {
    max-width: 560px;
    padding: 38px 42px 40px;
  }

  .lp2-kicker {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .lp2-hero h1 {
    font-size: clamp(48px, 4.6vw, 62px);
    max-width: 520px;
  }

  .lp2-hero-sub {
    font-size: 19px;
    margin-top: 14px;
  }

  .lp2-hero .lp2-btn {
    min-height: 52px;
    margin-top: 18px;
    padding: 15px 22px;
    font-size: 13px;
  }

  .lp2-btn-green,
  .lp2-btn-yellow {
    width: auto;
    min-width: 360px;
    padding-inline: 34px;
  }

  .lp2-section {
    padding: 94px 0;
  }

  .lp2-split,
  .lp2-solution-grid {
    grid-template-columns: 1fr 1fr;
    gap: 58px;
  }

  .lp2-problem .lp2-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .lp2-split > .reveal-item:first-child,
  .lp2-solution-grid > .reveal-item:last-child {
    text-align: center;
  }

  .lp2-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .lp2-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .lp2-checkout .lp2-container {
    justify-content: flex-end;
  }

  .lp2-checkout .lp2-section-bg img {
    object-position: left center;
  }

  .lp2-price strong {
    font-size: clamp(64px, 7vw, 82px);
  }

  .lp2-guarantee .lp2-split {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .lp2-author-card {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 34px;
    padding: 34px;
  }

  .lp2-guarantee-image {
    width: min(28vw, 320px);
  }

  .lp2-help-inner,
  .lp2-footer-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

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

  .lp2-footer {
    padding-bottom: 34px;
  }

  .lp2-sticky {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lp2-hero-shade {
    background:
      linear-gradient(90deg, rgba(247, 244, 231, 0.84) 0%, rgba(247, 244, 231, 0.4) 43%, rgba(247, 244, 231, 0.08) 78%),
      linear-gradient(180deg, rgba(247, 244, 231, 0.06) 0%, rgba(247, 244, 231, 0.34) 100%);
  }

  .lp2-hero-bg img {
    object-position: left center;
  }

  .lp2-hero-copy {
    background: rgba(252, 251, 231, 0.88);
  }

  .lp2-card-grid:not(.lp2-card-grid-3) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lp2-feature-card,
  .lp2-benefit,
  .lp2-copy-card {
    padding: 28px;
  }

  .lp2-price-card,
  .lp2-author-card {
    padding: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   Audit fix: breathing room between section eyebrow and title.
   Higher specificity than .lp2-kicker so the hero card stays
   compact while every .lp2-section gets an editorial gap.
   ============================================================ */
.lp2-section .lp2-kicker {
  margin-bottom: 15px;
}

@media (min-width: 720px) {
  .lp2-section .lp2-kicker {
    margin-bottom: 20px;
  }
}

.lp2-section-head p {
  margin-top: 14px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.55;
}

/* ============================================================
   CTA box — bonus stack + value anchoring
   ============================================================ */
.lp2-bonus-stack {
  margin: 4px 0 18px;
}

.lp2-bonus-head {
  text-align: center;
  margin-bottom: 14px;
}

.lp2-bonus-title {
  margin: 0;
  color: var(--gold-strong);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lp2-bonus-sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.lp2-bonus-card {
  position: relative;
  padding: 18px 16px 16px;
  border: 1px solid rgba(196, 154, 60, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
}

.lp2-bonus-card + .lp2-bonus-card {
  margin-top: 10px;
}

.lp2-bonus-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(196, 154, 60, 0.16);
  color: var(--gold-strong);
}

.lp2-bonus-icon svg {
  width: 22px;
  height: 22px;
}

.lp2-bonus-card h3 {
  margin: 12px 0 0;
  padding-right: 86px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.12;
}

.lp2-bonus-card p {
  margin: 8px 0 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.45;
}

.lp2-bonus-value {
  margin-top: 10px !important;
  color: var(--gold-strong) !important;
  font-family: var(--font-mono);
  font-size: 12.5px !important;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.lp2-vaga-seal {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9f7627, var(--gold-3), #b4872d);
  color: #10222b;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(180, 137, 49, 0.28);
}

.lp2-anchor-box {
  margin: 0 0 4px;
  padding: 14px 16px;
  border: 1.5px dashed rgba(196, 154, 60, 0.5);
  border-radius: 16px;
  background: rgba(255, 252, 240, 0.6);
}

.lp2-anchor-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.3;
}

.lp2-anchor-row + .lp2-anchor-row {
  border-top: 1px solid rgba(20, 37, 50, 0.08);
}

.lp2-anchor-row > span:first-child {
  font-weight: 600;
}

.lp2-anchor-row > span:last-child {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.lp2-anchor-total {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1.5px solid rgba(196, 154, 60, 0.4) !important;
}

.lp2-anchor-total > span:first-child {
  color: var(--ink);
  font-weight: 800;
  font-size: 15px;
}

.lp2-anchor-total > span:last-child {
  color: var(--gold-strong);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
}

.lp2-guarantee-line {
  margin: 12px 0 0 !important;
  text-align: center;
  color: var(--ink-2) !important;
  font-size: 13px !important;
  line-height: 1.4;
}

.lp2-guarantee-line strong {
  display: inline !important;
  margin: 0 !important;
  color: var(--gold-strong) !important;
  font-size: inherit !important;
  font-weight: 800;
}

/* ============================================================
   Objection section — question/answer cards
   ============================================================ */
.lp2-objections {
  background: linear-gradient(180deg, #f7f4e7 0%, #fff9df 100%);
}

.lp2-objection-grid {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.lp2-objection-card {
  border: 1px solid rgba(196, 154, 60, 0.2);
  border-radius: 18px;
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  text-align: left;
}

.lp2-objection-card h3 {
  margin: 0;
  color: var(--gold-strong);
  font-family: var(--font-display);
  font-size: clamp(21px, 5vw, 26px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.18;
}

.lp2-objection-card p {
  margin: 12px 0 0;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.lp2-objection-card strong {
  display: inline;
  margin: 0;
  color: var(--ink);
  font-size: inherit;
  font-weight: 800;
}

.lp2-proof-seal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 7px 13px 7px 9px;
  border-radius: 999px;
  background: rgba(196, 154, 60, 0.14);
  border: 1px solid rgba(196, 154, 60, 0.34);
  color: var(--gold-strong);
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.lp2-proof-seal svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

@media (min-width: 720px) {
  .lp2-objection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp2-objection-card {
    padding: 26px 26px 24px;
  }
}

/* ============================================================
   Press / media logos — single combined strip /assets/logos.webp
   (BBC World News · Fox Business · CNN). If the file is missing,
   the inline onerror flips .is-fallback and we show the text
   pills instead, so the live page never shows a broken image.
   ============================================================ */
.lp2-media-proof {
  align-items: center;
  gap: 12px 16px;
}

.lp2-press-strip {
  height: clamp(30px, 8vw, 42px);
  width: auto;
  max-width: 100%;
  opacity: 0.95;
}

/* scoped to beat the .lp2-media-proof span pill rule */
.lp2-media-proof .lp2-press-fallback {
  display: none;
}

.lp2-media-proof.is-fallback .lp2-press-strip {
  display: none;
}

.lp2-media-proof.is-fallback .lp2-press-fallback {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  letter-spacing: 0;
  text-transform: none;
}

.lp2-media-proof.is-fallback .lp2-press-fallback em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(196, 154, 60, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink-2);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
