/*
Theme Name: Protocolo Reconexión
Theme URI: https://protocolo-reconexion.fernandoluiszanonfil.chatgpt.site
Author: Fernando Zanon
Description: Página de vendas premium do Protocolo Reconexión, otimizada para desktop e celular.
Version: 1.1.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: protocolo-reconexion
*/

:root {
  --ink: #08151b;
  --navy: #101f29;
  --petrol: #1e4a52;
  --ivory: #f2eee5;
  --bronze: #b68a55;
  --sage: #718c7d;
  --terracotta: #b86452;
  --yellow: #f6c94c;
  --yellow-hover: #ffd867;
  --paper: #f7f4ee;
  --muted: #aab8b8;
  --line: rgba(182, 138, 85, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.topbar {
  align-items: center;
  background: #071116;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #cdd7d5;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 34px;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
}

.topbar-dot {
  background: #78b99a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(120, 185, 154, 0.12);
  height: 6px;
  width: 6px;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 20px 24px;
  position: relative;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand strong {
  font-size: 12px;
  letter-spacing: 0.22em;
}

.brand small {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.34em;
}

.brand-mark {
  border: 1px solid rgba(182, 138, 85, 0.65);
  border-radius: 50%;
  height: 38px;
  position: relative;
  width: 38px;
}

.brand-mark i {
  border: 1.5px solid var(--bronze);
  border-color: var(--bronze) transparent transparent var(--bronze);
  border-radius: 50%;
  height: 17px;
  position: absolute;
  top: 11px;
  width: 17px;
}

.brand-mark i:first-child {
  left: 6px;
  transform: rotate(-45deg);
}

.brand-mark i:last-child {
  right: 6px;
  transform: rotate(135deg);
}

.header-link {
  border-bottom: 1px solid rgba(182, 138, 85, 0.6);
  color: #c9d4d2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 8px 0;
  text-transform: uppercase;
}

.hero {
  min-height: 760px;
  overflow: hidden;
  padding: 70px 24px 38px;
  position: relative;
}

.hero::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
}

.hero-glow {
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
}

.hero-glow-one {
  background: var(--petrol);
  height: 560px;
  right: -140px;
  top: -80px;
  width: 560px;
}

.hero-glow-two {
  background: var(--bronze);
  height: 280px;
  left: -180px;
  top: 320px;
  width: 280px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.94fr);
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow,
.section-label {
  color: var(--bronze);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  align-items: center;
  display: flex;
  margin-bottom: 22px;
}

.eyebrow::before {
  background: var(--bronze);
  content: "";
  height: 1px;
  margin-right: 12px;
  width: 34px;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.99;
  margin: 0;
}

.hero h1 em {
  color: #d9b984;
  font-style: normal;
}

.hero-subtitle {
  color: #bdc9c7;
  font-size: 18px;
  line-height: 1.65;
  margin: 27px 0 22px;
  max-width: 620px;
}

.hero-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.hero-list li {
  align-items: center;
  color: #e4e8e4;
  display: flex;
  font-size: 14px;
  gap: 11px;
}

.check-icon {
  align-items: center;
  background: rgba(113, 140, 125, 0.16);
  border: 1px solid rgba(113, 140, 125, 0.4);
  border-radius: 50%;
  color: #98c3a9;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.primary-button {
  align-items: center;
  background: var(--yellow);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  box-shadow: 0 15px 34px rgba(246, 201, 76, 0.16);
  color: #182022;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.045em;
  min-height: 56px;
  padding: 0 26px;
  text-align: center;
}

.primary-button:hover {
  background: var(--yellow-hover);
  box-shadow: 0 18px 40px rgba(246, 201, 76, 0.24);
  transform: translateY(-2px);
}

.primary-button:focus-visible,
.header-link:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(246, 201, 76, 0.75);
  outline-offset: 4px;
}

.primary-button span {
  font-size: 20px;
}

.microcopy {
  color: #7f9292;
  font-size: 11px;
  line-height: 1.55;
  margin: 15px 0 0;
  max-width: 520px;
}

.hero-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 550px;
  position: relative;
}

.hero-product-image {
  filter: drop-shadow(0 34px 44px rgba(0, 0, 0, 0.42));
  height: auto;
  max-width: 620px;
  position: relative;
  transform: scale(1.08);
  width: 118%;
  z-index: 2;
}

.book-stage {
  height: 530px;
  margin: 20px auto 0;
  max-width: 520px;
  perspective: 1300px;
  position: relative;
}

.hero-book {
  border-radius: 3px 10px 10px 3px;
  box-shadow: -18px 24px 42px rgba(0, 0, 0, 0.46), inset 4px 0 5px rgba(255, 255, 255, 0.1);
  height: 405px;
  left: 127px;
  object-fit: cover;
  position: absolute;
  top: 95px;
  transform: rotateY(-7deg) rotateZ(-1.2deg);
  width: 292px;
  z-index: 5;
}

.hero-book::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.book-shadow {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  bottom: 8px;
  filter: blur(16px);
  height: 38px;
  left: 70px;
  position: absolute;
  width: 390px;
}

.tablet-frame {
  background: #070b0d;
  border: 2px solid #39474a;
  border-radius: 20px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
  height: 320px;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 35px;
  transform: rotate(-5deg);
  width: 420px;
  z-index: 2;
}

.tablet-screen {
  background: linear-gradient(145deg, #f4f1e9, #dce5df);
  border-radius: 12px;
  color: #173038;
  height: 100%;
  padding: 34px 28px;
  position: relative;
}

.screen-kicker {
  color: #6f756c;
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.tablet-screen strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 23px;
}

.screen-route {
  display: flex;
  gap: 6px;
  margin: 26px 0;
}

.screen-route i {
  background: #aebcb7;
  border-radius: 999px;
  height: 5px;
  width: 58px;
}

.screen-route i.active {
  background: var(--terracotta);
}

.screen-card {
  background: white;
  border-left: 4px solid var(--petrol);
  box-shadow: 0 8px 20px rgba(16, 31, 41, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  width: 210px;
}

.screen-card span {
  color: #7d8c8d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-card b {
  font-size: 13px;
}

.phone-frame {
  background: #090d0f;
  border: 2px solid #445256;
  border-radius: 28px;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.46);
  height: 300px;
  padding: 45px 13px 20px;
  position: absolute;
  right: -12px;
  top: 190px;
  transform: rotate(5deg);
  width: 152px;
  z-index: 7;
}

.phone-frame::before {
  background: #e9eee8;
  border-radius: 24px;
  content: "";
  inset: 7px;
  position: absolute;
  z-index: -1;
}

.phone-notch {
  background: #090d0f;
  border-radius: 0 0 10px 10px;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 7px;
  transform: translateX(-50%);
  width: 63px;
}

.chat-bubble {
  border-radius: 10px;
  color: #233336;
  font-size: 9px;
  line-height: 1.35;
  margin-bottom: 10px;
  padding: 9px;
}

.chat-bubble-in {
  background: #d8dfdd;
  margin-right: 15px;
}

.chat-bubble-out {
  background: #b9d9c5;
  margin-left: 15px;
}

.phone-caption {
  color: #728282;
  display: block;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 34px;
  text-align: center;
  text-transform: uppercase;
}

.workbook-card {
  background: #ede9df;
  border: 1px solid #d8c7aa;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.34);
  color: #17333a;
  height: 154px;
  left: 15px;
  padding: 22px;
  position: absolute;
  top: 345px;
  transform: rotate(-8deg);
  width: 205px;
  z-index: 6;
}

.workbook-card span {
  color: var(--bronze);
  display: block;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 10px;
}

.workbook-card b {
  display: block;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.15;
  margin-bottom: 15px;
}

.workbook-card i {
  background: #c5ccc7;
  display: block;
  height: 1px;
  margin-top: 8px;
  width: 100%;
}

.reconnection-orbit {
  height: 120px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
  width: 440px;
}

.orbit-person {
  border: 1px solid rgba(182, 138, 85, 0.55);
  border-radius: 50%;
  height: 9px;
  position: absolute;
  top: 23px;
  width: 9px;
}

.orbit-person::after {
  border: 1px solid rgba(182, 138, 85, 0.4);
  border-bottom: none;
  border-radius: 18px 18px 0 0;
  content: "";
  height: 12px;
  left: -5px;
  position: absolute;
  top: 11px;
  width: 17px;
}

.orbit-person-left {
  left: 32px;
}

.orbit-person-right {
  right: 32px;
}

.orbit-path {
  border: 1px solid rgba(182, 138, 85, 0.36);
  border-bottom: none;
  border-radius: 50% 50% 0 0;
  height: 58px;
  left: 65px;
  position: absolute;
  top: 13px;
  width: 310px;
}

.orbit-path::after {
  background: var(--bronze);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(182, 138, 85, 0.1);
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: -3px;
  width: 5px;
}

.orbit-label {
  bottom: 15px;
  color: #778a8b;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.16em;
  position: absolute;
}

.orbit-label-left {
  left: 12px;
}

.orbit-label-center {
  left: 50%;
  transform: translateX(-50%);
}

.orbit-label-right {
  right: 0;
}

.trust-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 55px auto 0;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.trust-row > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 22px 30px;
  text-align: center;
}

.trust-row > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.trust-row strong {
  color: #e2e8e5;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.trust-row span {
  color: #718384;
  font-size: 10px;
}

.crisis-note-section {
  background: #fff;
  color: #183037;
  padding: 105px 24px;
  position: relative;
}

.crisis-note-section::before {
  background: var(--terracotta);
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 78px;
}

.crisis-note-inner {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.crisis-note-inner h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0 auto 28px;
  max-width: 760px;
}

.crisis-note-inner > p {
  color: #526568;
  font-size: 16px;
  line-height: 1.78;
  margin: 0 auto 18px;
  max-width: 760px;
}

.crisis-note-inner .crisis-note-emphasis {
  color: #1f3b42;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.45;
  margin: 34px auto;
  max-width: 760px;
}

.attempts-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.attempts-row span {
  background: #f4f0e7;
  border: 1px solid rgba(182, 138, 85, 0.22);
  border-radius: 999px;
  color: #6a5b49;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 11px 16px;
  text-transform: uppercase;
}

.crisis-section {
  background: var(--paper);
  color: #183037;
  padding: 110px 24px;
}

.section-wrap {
  margin: 0 auto;
  max-width: 1120px;
}

.split-section {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 130px 1fr 0.8fr;
}

.crisis-section .section-label {
  border-top: 1px solid rgba(182, 138, 85, 0.55);
  padding-top: 15px;
}

.split-copy h2,
.center-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0 0 28px;
}

.split-copy h2 span {
  color: var(--terracotta);
  display: block;
}

.split-copy p {
  color: #526568;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 18px;
}

.wall-visual {
  background: #10272e;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(23, 45, 51, 0.16);
  padding: 28px;
}

.wall-state {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  color: #e8eeea;
  display: grid;
  gap: 4px;
  grid-template-columns: 35px 1fr;
  padding: 17px;
}

.wall-state span {
  color: #8ca3a1;
  font-size: 10px;
  font-weight: 800;
  grid-row: 1 / span 2;
  padding-top: 4px;
}

.wall-state strong {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}

.wall-quote-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #ad5548 0%, #883b35 100%);
  color: #fff;
  overflow: hidden;
  padding: 95px 24px;
  position: relative;
}

.wall-quote-section::after {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  height: 360px;
  position: absolute;
  right: -170px;
  top: -150px;
  width: 360px;
}

.wall-quote-inner {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.wall-quote-section .section-label {
  color: #f3d8b6;
}

.wall-quote-inner blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 22px auto 25px;
  max-width: 930px;
}

.wall-quote-inner p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.72;
  margin: 0 auto;
  max-width: 700px;
}

.wall-state small {
  color: #849797;
  font-size: 9px;
}

.wall-state.muted {
  border-left: 3px solid var(--terracotta);
}

.wall-state.success {
  border-left: 3px solid #84b497;
}

.wall-arrow {
  color: var(--bronze);
  font-size: 16px;
  height: 34px;
  padding-top: 7px;
  text-align: center;
}

.method-section {
  background: linear-gradient(180deg, #0b1b21, #08151a);
  padding: 110px 24px 130px;
}

.center-heading {
  margin: 0 auto 52px;
  max-width: 730px;
  text-align: center;
}

.center-heading .section-label {
  margin-bottom: 16px;
}

.center-heading h2 {
  color: var(--ivory);
  margin-bottom: 18px;
}

.center-heading p {
  color: #95a8a6;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 620px;
}

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

.step-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.047), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  min-height: 245px;
  padding: 26px;
}

.step-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.step-number {
  color: #576d6f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.step-letter {
  align-items: center;
  background: rgba(182, 138, 85, 0.12);
  border: 1px solid rgba(182, 138, 85, 0.36);
  border-radius: 50%;
  color: #d3a66f;
  display: flex;
  font-family: Georgia, serif;
  font-size: 19px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.step-card h3 {
  color: #eaece5;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  margin: 28px 0 13px;
}

.step-card p {
  color: #8ea0a0;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.centered-button {
  display: flex;
  margin: 46px auto 0;
  max-width: 330px;
}

.minimal-footer {
  align-items: center;
  background: #050d11;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  padding: 34px max(24px, calc((100% - 1120px) / 2));
}

.minimal-footer p {
  color: #66797a;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  max-width: 540px;
  text-align: right;
}

.inside-section {
  background: var(--paper);
  color: #183037;
  padding: 115px 24px 120px;
}

.inside-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 0.7fr;
  margin-bottom: 50px;
}

.inside-heading h2,
.conversation-copy h2,
.bonuses-heading h2,
.outcomes-section h2,
.offer-card h2,
.faq-heading h2,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.3vw, 60px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.03;
  margin: 14px 0 0;
}

.inside-heading p {
  color: #657577;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

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

.inside-card {
  background: #fff;
  border: 1px solid #e3dfd5;
  border-radius: 18px;
  min-height: 225px;
  padding: 24px;
}

.inside-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.inside-meta span {
  color: #a5aeaa;
  font-size: 10px;
  font-weight: 800;
}

.inside-meta small {
  background: #edf1ed;
  border-radius: 999px;
  color: #647b70;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 7px 9px;
}

.inside-card h3 {
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.16;
  margin: 32px 0 12px;
}

.inside-card p {
  color: #6b797a;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.device-showcase {
  align-items: center;
  background: #10282f;
  border-radius: 30px;
  color: var(--ivory);
  display: grid;
  gap: 50px;
  grid-template-columns: 0.72fr 1fr;
  margin-top: 60px;
  min-height: 530px;
  overflow: hidden;
  padding: 65px;
  position: relative;
}

.device-showcase::before {
  background: radial-gradient(circle, rgba(182, 138, 85, 0.2), transparent 65%);
  content: "";
  height: 600px;
  position: absolute;
  right: -200px;
  top: -200px;
  width: 600px;
}

.showcase-copy {
  position: relative;
  z-index: 2;
}

.showcase-copy h3 {
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin: 16px 0 26px;
}

.showcase-copy ul {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.showcase-copy li {
  align-items: center;
  color: #bdc9c6;
  display: flex;
  font-size: 13px;
  gap: 10px;
}

.showcase-devices {
  height: 400px;
  perspective: 1300px;
  position: relative;
  z-index: 2;
}

.showcase-tablet {
  background: #090e11;
  border: 2px solid #4b585b;
  border-radius: 22px;
  box-shadow: 0 35px 55px rgba(0, 0, 0, 0.4);
  height: 355px;
  padding: 14px;
  position: absolute;
  right: -30px;
  top: 0;
  transform: rotateY(-7deg) rotateZ(2deg);
  width: 540px;
}

.showcase-tablet::before {
  background: #ecede7;
  border-radius: 11px;
  content: "";
  inset: 13px;
  position: absolute;
}

.dashboard-header,
.dashboard-progress,
.dashboard-grid {
  position: relative;
  z-index: 2;
}

.dashboard-header {
  color: #19323a;
  padding: 30px 28px 12px;
}

.dashboard-header span {
  color: #7f8d89;
  display: block;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 9px;
}

.dashboard-header b {
  font-family: Georgia, serif;
  font-size: 25px;
}

.dashboard-progress {
  display: flex;
  gap: 7px;
  padding: 8px 28px 22px;
}

.dashboard-progress i {
  background: #c3cdca;
  border-radius: 999px;
  height: 5px;
  width: 58px;
}

.dashboard-progress i.done {
  background: var(--terracotta);
}

.dashboard-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 1fr;
  padding: 0 28px;
}

.dashboard-grid > div {
  background: #fff;
  border-left: 3px solid var(--sage);
  box-shadow: 0 7px 18px rgba(16, 31, 41, 0.08);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 13px;
}

.dashboard-grid .wide {
  grid-column: 1 / -1;
}

.dashboard-grid small {
  color: #84928e;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.dashboard-grid strong {
  color: #243a3e;
  font-size: 11px;
  line-height: 1.35;
}

.showcase-page {
  background: #f4f0e7;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
  color: #173038;
  height: 260px;
  left: -18px;
  padding: 32px 25px;
  position: absolute;
  top: 112px;
  transform: rotate(-6deg);
  width: 250px;
  z-index: 4;
}

.showcase-page > span {
  color: var(--bronze);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.showcase-page > b {
  display: block;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 12px 0 21px;
}

.decision-line {
  align-items: center;
  border-top: 1px solid #d7d9d1;
  display: flex;
  font-size: 9px;
  gap: 8px;
  padding: 9px 0;
}

.decision-line i {
  border: 1px solid var(--sage);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.conversation-section {
  background: #0b1c22;
  padding: 110px 24px;
}

.conversation-wrap {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.7fr 1fr;
}

.conversation-copy h2 {
  margin-bottom: 24px;
}

.conversation-copy p {
  color: #93a4a2;
  font-size: 15px;
  line-height: 1.75;
}

.example-notice {
  border-left: 2px solid var(--bronze);
  color: #718586;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 28px;
  padding: 5px 0 5px 12px;
  text-transform: uppercase;
}

.chat-comparison {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.chat-panel {
  background: #edf0eb;
  border: 7px solid #111a1e;
  border-radius: 25px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  color: #26383b;
  min-height: 400px;
  padding: 29px 18px 18px;
}

.chat-before {
  transform: rotate(-2deg);
}

.chat-after {
  transform: rotate(2deg) translateY(18px);
}

.chat-panel-title {
  border-bottom: 1px solid #d1d9d5;
  color: #607173;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.chat-panel-title span {
  color: var(--terracotta);
  display: block;
  font-size: 8px;
  letter-spacing: 0.13em;
  margin-bottom: 4px;
}

.chat-after .chat-panel-title span {
  color: #5d8c73;
}

.message {
  border-radius: 13px;
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 11px;
  max-width: 85%;
  padding: 11px 12px;
}

.message-sent {
  background: #c8e6d2;
  margin-left: auto;
}

.message-received {
  background: #fff;
  margin-right: auto;
}

.chat-before .message-sent {
  background: #edd4ce;
}

.chat-result {
  border-top: 1px solid #d2d9d5;
  color: #7c898a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-top: 45px;
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

.bonuses-section {
  background: var(--paper);
  color: #183037;
  padding: 120px 24px;
}

.bonuses-heading {
  max-width: 850px;
}

.bonuses-heading h2 {
  color: #183037;
}

.bonuses-heading p {
  color: #687779;
}

.bonuses-list {
  display: grid;
  gap: 13px;
}

.bonus-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e3dfd5;
  border-radius: 22px;
  display: grid;
  gap: 28px;
  grid-template-columns: 80px 130px 1fr auto;
  min-height: 190px;
  overflow: hidden;
  padding: 18px 28px;
}

.bonus-index {
  color: #a3aaa5;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.bonus-book-wrap {
  align-items: center;
  display: flex;
  height: 160px;
  justify-content: center;
  perspective: 700px;
}

.bonus-book-wrap img {
  border-radius: 2px 6px 6px 2px;
  box-shadow: -9px 12px 22px rgba(20, 40, 45, 0.2);
  height: 145px;
  object-fit: cover;
  transform: rotateY(-10deg) rotateZ(-1deg);
  width: 104px;
}

.bonus-copy h3 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 10px;
}

.bonus-copy p {
  color: #6b797a;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 12px;
  max-width: 610px;
}

.bonus-copy span {
  color: #889392;
  font-size: 10px;
}

.included-badge {
  background: #e5eee8;
  border-radius: 999px;
  color: #5d7968;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 9px 12px;
}

.outcomes-section {
  background: #10272e;
  padding: 110px 24px;
}

.outcomes-section .center-heading {
  max-width: 850px;
}

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

.outcomes-grid article {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  min-height: 270px;
  padding: 28px;
}

.outcomes-grid span {
  color: var(--bronze);
  font-size: 10px;
  font-weight: 900;
}

.outcomes-grid h3 {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  margin: 55px 0 13px;
}

.outcomes-grid p {
  color: #91a3a2;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.fit-section {
  background: #fff;
  color: #183037;
  padding: 115px 24px;
}

.fit-heading {
  margin: 0 auto 48px;
  max-width: 900px;
  text-align: center;
}

.fit-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.8vw, 66px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 0 0 22px;
}

.fit-heading p {
  color: #627174;
  font-size: 15px;
  line-height: 1.72;
  margin: 0 auto;
  max-width: 710px;
}

.fit-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}

.fit-card {
  background: #f7f3eb;
  border: 1px solid rgba(20, 52, 60, 0.1);
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(17, 44, 51, 0.08);
  padding: 36px;
}

.fit-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 24px;
}

.fit-card h3 span {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-right: 8px;
}

.fit-card-no h3 span {
  color: var(--terracotta);
}

.fit-card-yes h3 span {
  color: #56806b;
}

.fit-card ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fit-card li {
  border-top: 1px solid rgba(20, 52, 60, 0.09);
  color: #546568;
  font-size: 13px;
  line-height: 1.58;
  padding: 14px 0 0 25px;
  position: relative;
}

.fit-card li::before {
  color: #81908f;
  content: "—";
  left: 0;
  position: absolute;
  top: 14px;
}

.fit-card-no li::before {
  color: var(--terracotta);
}

.fit-card-yes li::before {
  color: #56806b;
  content: "✓";
  font-weight: 900;
}

.fit-button {
  display: flex;
  margin: 38px auto 0;
  width: max-content;
}

.offer-section {
  background: #071419;
  overflow: hidden;
  padding: 120px 24px;
  position: relative;
}

.offer-glow {
  background: var(--bronze);
  border-radius: 50%;
  filter: blur(130px);
  height: 450px;
  opacity: 0.11;
  position: absolute;
  right: 3%;
  top: 20%;
  width: 450px;
}

.offer-wrap {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 0.85fr;
  position: relative;
  z-index: 2;
}

.offer-visual {
  min-height: 610px;
  position: relative;
}

.offer-stack {
  height: 610px;
  margin: 0 auto;
  max-width: 590px;
  perspective: 1200px;
  position: relative;
}

.offer-stack img {
  border-radius: 2px 7px 7px 2px;
  box-shadow: -13px 20px 35px rgba(0, 0, 0, 0.42);
  height: 270px;
  object-fit: cover;
  position: absolute;
  transform: rotateY(-9deg);
  width: 194px;
}

.offer-stack .offer-main-book {
  height: 455px;
  left: 184px;
  top: 75px;
  transform: rotateY(-5deg);
  width: 327px;
  z-index: 8;
}

.offer-stack img:nth-child(2) { left: 15px; top: 40px; transform: rotateY(-9deg) rotateZ(-4deg); z-index: 3; }
.offer-stack img:nth-child(3) { left: 0; top: 294px; transform: rotateY(-9deg) rotateZ(-7deg); z-index: 4; }
.offer-stack img:nth-child(4) { right: 0; top: 8px; transform: rotateY(9deg) rotateZ(4deg); z-index: 2; }
.offer-stack img:nth-child(5) { right: -12px; top: 305px; transform: rotateY(9deg) rotateZ(6deg); z-index: 5; }
.offer-stack img:nth-child(6) { left: 55px; top: 174px; transform: rotateY(-9deg) rotateZ(-2deg); z-index: 6; }

.offer-card {
  background: #f4f0e7;
  border: 1px solid rgba(182, 138, 85, 0.45);
  border-radius: 28px;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.38);
  color: #173038;
  padding: 42px;
}

.offer-kicker {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.offer-card h2 {
  font-size: 49px;
  margin: 10px 0 4px;
}

.offer-subtitle {
  color: #718081;
  font-size: 13px;
  margin: 0 0 28px;
}

.offer-items {
  display: grid;
  gap: 10px;
}

.offer-items > div {
  align-items: center;
  display: grid;
  font-size: 11px;
  gap: 9px;
  grid-template-columns: 23px 1fr auto;
}

.offer-items s {
  color: #96a09e;
}

.offer-divider {
  border-top: 1px dashed #cac7bd;
  margin: 27px 0;
}

.price-label {
  color: #798786;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}

.price {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 4px 0 18px;
}

.price > span {
  align-self: flex-start;
  font-size: 15px;
  font-weight: 800;
  margin-top: 21px;
}

.price > strong {
  font-family: Georgia, serif;
  font-size: 92px;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1;
}

.price > div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.price b {
  font-size: 24px;
}

.price small {
  color: #7e8988;
  font-size: 9px;
}

.offer-button {
  width: 100%;
}

.secure-row {
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-top: 17px;
}

.secure-row span {
  color: #71807f;
  font-size: 8px;
}

.checkout-note {
  color: #8b9594;
  font-size: 8px;
  line-height: 1.5;
  margin: 13px auto 0;
  max-width: 330px;
  text-align: center;
}

.faq-section {
  background: var(--paper);
  color: #183037;
  padding: 120px 24px;
}

.faq-wrap {
  display: grid;
  gap: 80px;
  grid-template-columns: 0.65fr 1fr;
}

.faq-heading {
  position: sticky;
  top: 40px;
}

.faq-heading h2 {
  margin-bottom: 22px;
}

.faq-heading p {
  color: #6e7c7d;
  font-size: 14px;
  line-height: 1.7;
  max-width: 420px;
}

.faq-list details {
  border-bottom: 1px solid #d9d7cf;
  padding: 4px 0;
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: Georgia, serif;
  font-size: 20px;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 24px 0;
}

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

.faq-list summary span {
  align-items: center;
  border: 1px solid #c4c5bd;
  border-radius: 50%;
  color: var(--bronze);
  display: flex;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 17px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  color: #687777;
  font-size: 13px;
  line-height: 1.7;
  margin: -6px 55px 24px 0;
}

.final-cta {
  align-items: center;
  background: #0a1b21;
  display: flex;
  flex-direction: column;
  min-height: 540px;
  overflow: hidden;
  padding: 115px 24px;
  position: relative;
  text-align: center;
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta > p {
  color: #91a3a2;
  font-size: 15px;
  line-height: 1.7;
  max-width: 650px;
}

.final-path {
  height: 100%;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}

.final-path::before,
.final-path::after {
  border: 1px solid rgba(182, 138, 85, 0.32);
  border-bottom: none;
  border-radius: 50% 50% 0 0;
  content: "";
  height: 230px;
  position: absolute;
  top: 60%;
  width: 470px;
}

.final-path::before {
  left: -160px;
  transform: rotate(17deg);
}

.final-path::after {
  right: -160px;
  transform: rotate(-17deg);
}

.final-path i {
  background: var(--bronze);
  border-radius: 50%;
  height: 5px;
  left: 50%;
  position: absolute;
  top: 80px;
  width: 5px;
}

.final-path i:nth-child(2) { left: 40%; top: 105px; opacity: 0.5; }
.final-path i:nth-child(3) { left: 60%; top: 105px; opacity: 0.5; }

.mobile-sticky {
  display: none;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 42px;
  }

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

  .hero-copy {
    margin: 0 auto;
    max-width: 690px;
    text-align: center;
  }

  .eyebrow {
    justify-content: center;
  }

  .hero-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
    text-align: left;
  }

  .microcopy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    margin: 0 auto;
    width: min(100%, 560px);
  }

  .split-section {
    grid-template-columns: 1fr 1fr;
  }

  .split-section > .section-label {
    grid-column: 1 / -1;
  }

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

  .inside-heading,
  .device-showcase,
  .conversation-wrap,
  .offer-wrap,
  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .inside-heading {
    gap: 20px;
  }

  .device-showcase {
    padding: 50px;
  }

  .showcase-devices {
    margin: 0 auto;
    width: min(100%, 600px);
  }

  .conversation-wrap {
    gap: 45px;
  }

  .offer-wrap {
    gap: 20px;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 620px) {
  .topbar {
    font-size: 9px;
  }

  .site-header {
    padding: 16px 18px;
  }

  .brand-mark {
    height: 34px;
    width: 34px;
  }

  .brand-mark i {
    top: 9px;
  }

  .brand strong {
    font-size: 10px;
  }

  .brand small {
    font-size: 8px;
  }

  .header-link {
    font-size: 9px;
  }

  .hero {
    min-height: 0;
    padding: 38px 18px 28px;
  }

  .hero-grid {
    gap: 18px;
  }

  .eyebrow {
    font-size: 9px;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.6vw, 46px);
    line-height: 1.01;
  }

  .hero-subtitle {
    font-size: 15px;
    line-height: 1.62;
    margin: 21px 0 18px;
  }

  .hero-list {
    gap: 8px;
    margin-bottom: 22px;
  }

  .hero-list li {
    font-size: 12px;
  }

  .primary-button {
    font-size: 11px;
    min-height: 54px;
    padding: 0 19px;
    width: 100%;
  }

  .microcopy {
    font-size: 9px;
  }

  .hero-visual {
    min-height: 450px;
    transform: scale(0.91);
    transform-origin: center top;
  }

  .book-stage {
    height: 455px;
    left: 50%;
    margin-left: -250px;
    position: absolute;
    top: 10px;
    width: 500px;
  }

  .reconnection-orbit {
    top: -20px;
    transform: translateX(-50%) scale(0.82);
  }

  .trust-row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }

  .trust-row > div {
    padding: 16px 12px;
  }

  .trust-row > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
  }

  .trust-row > div:nth-child(3),
  .trust-row > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .trust-row > div:nth-child(3) {
    border-left: 0;
  }

  .crisis-note-section,
  .crisis-section,
  .method-section,
  .inside-section,
  .conversation-section,
  .bonuses-section,
  .outcomes-section,
  .fit-section,
  .offer-section,
  .faq-section {
    padding: 74px 18px;
  }

  .crisis-note-inner h2,
  .fit-heading h2 {
    font-size: 39px;
  }

  .crisis-note-inner > p,
  .fit-heading p {
    font-size: 14px;
  }

  .crisis-note-inner .crisis-note-emphasis {
    font-size: 20px;
  }

  .wall-quote-section {
    padding: 74px 18px;
  }

  .wall-quote-inner blockquote {
    font-size: 33px;
  }

  .split-section {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .split-section > .section-label {
    grid-column: auto;
  }

  .split-copy h2,
  .center-heading h2 {
    font-size: 40px;
  }

  .split-copy p,
  .center-heading p {
    font-size: 14px;
  }

  .wall-visual {
    border-radius: 20px;
    padding: 20px;
  }

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

  .step-card {
    min-height: 0;
  }

  .inside-heading h2,
  .conversation-copy h2,
  .bonuses-heading h2,
  .outcomes-section h2,
  .offer-card h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: 39px;
  }

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

  .inside-card {
    min-height: 0;
  }

  .device-showcase {
    border-radius: 22px;
    gap: 24px;
    margin-top: 38px;
    padding: 34px 20px;
  }

  .showcase-copy h3 {
    font-size: 31px;
  }

  .showcase-devices {
    height: 320px;
    transform: scale(0.72);
    transform-origin: left top;
    width: 500px;
  }

  .chat-comparison {
    gap: 8px;
  }

  .chat-panel {
    border-width: 5px;
    border-radius: 19px;
    min-height: 360px;
    padding: 23px 11px 13px;
  }

  .message {
    font-size: 9px;
  }

  .bonus-card {
    gap: 12px;
    grid-template-columns: 68px 1fr;
    padding: 18px;
  }

  .bonus-index {
    grid-column: 1 / -1;
  }

  .bonus-book-wrap {
    height: 130px;
  }

  .bonus-book-wrap img {
    height: 126px;
    width: 90px;
  }

  .bonus-copy h3 {
    font-size: 21px;
  }

  .bonus-copy p {
    font-size: 11px;
  }

  .included-badge {
    grid-column: 2;
    justify-self: start;
  }

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

  .outcomes-grid article {
    min-height: 0;
  }

  .outcomes-grid h3 {
    margin-top: 28px;
  }

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

  .fit-card {
    padding: 27px 22px;
  }

  .fit-card h3 {
    font-size: 25px;
  }

  .fit-button {
    width: 100%;
  }

  .offer-visual {
    min-height: 455px;
    order: 2;
  }

  .offer-stack {
    left: 50%;
    margin-left: -295px;
    position: absolute;
    transform: scale(0.71);
    transform-origin: center top;
    width: 590px;
  }

  .offer-card {
    border-radius: 22px;
    order: 1;
    padding: 31px 20px;
  }

  .offer-card h2 {
    font-size: 42px;
  }

  .offer-items > div {
    font-size: 10px;
  }

  .secure-row {
    flex-wrap: wrap;
  }

  .faq-list summary {
    font-size: 17px;
  }

  .final-cta {
    min-height: 0;
    padding: 85px 18px 100px;
  }

  .final-cta > p {
    font-size: 13px;
  }

  .minimal-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 34px 18px 90px;
  }

  .minimal-footer p {
    text-align: left;
  }

  .mobile-sticky {
    align-items: center;
    background: var(--yellow);
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.34);
    color: #172023;
    display: flex;
    font-size: 10px;
    font-weight: 900;
    justify-content: space-between;
    left: 12px;
    letter-spacing: 0.04em;
    min-height: 52px;
    padding: 0 17px;
    position: fixed;
    right: 12px;
    z-index: 50;
  }

  .mobile-sticky span {
    border-left: 1px solid rgba(23, 32, 35, 0.18);
    padding-left: 13px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
