:root {
  --bg: #f5f3f0;
  --vsl-bg: #f5f0e8;
  --ink: #2c2c2c;
  --muted: #6b7280;
  --soft: #f5f3f0;
  --gold: #d4af68;
  --gold-dark: #b8922a;
  --sage: #8b9e82;
  --line: #ece7de;
  --dark: #2c2c2c;
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Lato, Inter, Arial, sans-serif;
}

button {
  font: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
.logo-name {
  font-family: "Cormorant Garamond", Georgia, serif;
}

p {
  line-height: 1.58;
}

.logo {
  display: grid;
  justify-items: center;
  text-align: center;
  color: #1a1a1a;
}

.logo-mark {
  width: 150px;
  height: 86px;
  position: relative;
}

.logo-small .logo-mark {
  width: 90px;
  height: 52px;
}

.logo-mark::before,
.logo-mark::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 52px;
  height: 44px;
  border: 2px solid var(--gold);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 48px 0;
}

.logo-mark::before {
  left: 42px;
  transform: rotate(38deg);
}

.logo-mark::after {
  right: 42px;
  transform: scaleX(-1) rotate(38deg);
}

.logo-small .logo-mark::before,
.logo-small .logo-mark::after {
  top: 9px;
  width: 32px;
  height: 28px;
}

.logo-small .logo-mark::before {
  left: 24px;
}

.logo-small .logo-mark::after {
  right: 24px;
}

.logo-kicker {
  margin-top: -12px;
  color: #999990;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 5px;
}

.logo-small .logo-kicker {
  display: none;
}

.logo-name {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.logo-small .logo-name {
  display: none;
}

.logo-dark {
  color: #f5f3f0;
}

.landing-screen {
  min-height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 6px 16px 10px;
}

.landing-card,
.quiz-body,
.result-narrow,
.result-hero,
.result-section,
.sales-hero-original,
.creator-section,
.comparison-section,
.learn-section,
.chart-section,
.receive-section,
.video-testimonials-section,
.prints-section,
.guarantee-section,
.faq-section,
.final-cta {
  width: min(100% - 32px, 640px);
  margin: 0 auto;
}

.landing-card {
  max-width: 520px;
  text-align: center;
}

.landing-card > .logo {
  transform: scale(0.66);
  transform-origin: top center;
  margin: -17px 0 -33px;
}

.landing-card h1 {
  margin: 10px 0 8px;
  color: var(--ink);
  font-size: clamp(33px, 9.2vw, 50px);
  font-weight: 700;
  line-height: 0.96;
}

.landing-lead {
  max-width: 350px;
  margin: 0 auto 12px;
  color: #5f6368;
  font-size: 13px;
  line-height: 1.45;
}

.landing-screen-premium {
  min-height: calc(100svh - 49px);
  align-items: start;
  padding: 10px 14px 20px;
  background: #f7f6f3;
}

.landing-card-premium {
  width: min(100%, 560px);
  max-width: 560px;
}

.landing-card-premium .logo {
  transform: scale(0.66);
  transform-origin: top center;
  margin: -12px 0 -34px;
}

.landing-card-premium h1 {
  max-width: 520px;
  margin: 0 auto 10px;
  color: #20231f;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.landing-card-premium h1 span {
  display: block;
  margin-top: 3px;
  color: #4c5148;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.05;
}

.landing-card-premium .landing-lead {
  max-width: 490px;
  margin: 0 auto 13px;
  color: #5c625a;
  font-size: 14px;
  line-height: 1.45;
}

.lead-time {
  color: #9a762d;
  font-weight: 900;
}

.lead-pattern {
  border-bottom: 2px solid rgba(212, 175, 104, 0.7);
  color: #20231f;
  font-weight: 900;
}

.lead-action {
  color: #174d38;
  font-weight: 900;
}

.landing-photo {
  position: relative;
  width: min(88%, 430px);
  aspect-ratio: 8 / 5;
  overflow: hidden;
  border: 1px solid rgba(32, 35, 31, 0.12);
  border-radius: 8px;
  margin: 0 auto;
  background: #d9d5cc;
  box-shadow: 0 18px 44px rgba(32, 35, 31, 0.14);
}

.landing-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.landing-photo-validated {
  width: min(78%, 340px);
  aspect-ratio: 4 / 3;
  border-color: rgba(44, 38, 31, 0.1);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(44, 38, 31, 0.14);
}

.landing-discovery {
  width: min(92%, 390px);
  margin: 12px auto 0;
  padding: 12px 13px;
  border: 1px solid rgba(212, 175, 104, 0.28);
  border-radius: 12px;
  background: linear-gradient(180deg, #fffdfa 0%, #f8f4ec 100%);
  box-shadow: 0 10px 24px rgba(44, 38, 31, 0.08);
  text-align: left;
}

.landing-discovery p {
  margin: 0 0 8px;
  color: #9a762d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.landing-discovery ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-discovery li {
  position: relative;
  padding-left: 17px;
  color: #3e423c;
  font-size: 12px;
  line-height: 1.28;
}

.landing-discovery li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #174d38;
  box-shadow: 0 0 0 3px rgba(23, 77, 56, 0.1);
}

.landing-discovery strong {
  color: #174d38;
  font-weight: 900;
}

.landing-start-btn {
  width: min(92%, 390px);
  min-height: 50px;
  margin-top: 13px;
  padding: 15px 18px;
  font-size: 13px;
}

.landing-cta {
  min-height: 54px;
  border-radius: 8px;
  margin-top: 14px;
  padding: 15px 17px;
  background: #174d38;
  color: white;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.25;
  box-shadow: 0 14px 30px rgba(23, 77, 56, 0.24);
}

.landing-cta:hover {
  background: #103d2b;
}

.landing-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 0;
  color: #80877e;
  font-size: 11px;
  line-height: 1.4;
}

.landing-trust span {
  color: #c2a35c;
}

.landing-screen-emotional,
.landing-screen-faith {
  align-items: start;
  padding-top: 22px;
}

.landing-emotional-card {
  width: min(100%, 430px);
  margin: 0 auto;
  text-align: center;
}

.landing-emotional-card .logo {
  margin-bottom: 12px;
}

.landing-hero-image {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(44, 44, 44, 0.12);
}

.landing-warning {
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
  margin: 18px 0 10px;
  color: #2f332b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-warning span {
  color: #d3a11f;
}

.landing-emotional-card h1 {
  margin: 0 auto 14px;
  font-size: clamp(31px, 8vw, 42px);
  line-height: 1.02;
}

.landing-emotional-lead {
  margin: 0 auto 18px;
  color: #4b5563;
  font-size: 15px;
}

.truth-box {
  border: 1px solid rgba(212, 175, 104, 0.18);
  border-radius: var(--radius);
  background: white;
  padding: 18px;
  text-align: left;
  box-shadow: 0 12px 28px rgba(44, 44, 44, 0.045);
}

.landing-bold-line {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.landing-faith-card .landing-hero-image {
  aspect-ratio: 1 / 1;
  object-position: center;
}

.discovery-box,
.white-box {
  text-align: left;
  background: white;
  border: 1px solid #f0eeee;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.035);
}

.box-title,
.question-category,
.section-kicker {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gold,
.gold-center {
  color: var(--gold);
}

.gold-center {
  text-align: center;
}

.sage,
.sage-strong {
  color: var(--sage);
  font-weight: 700;
}

.check-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0;
}

.check-row span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(212, 175, 104, 0.15);
  flex: 0 0 auto;
}

.check-row span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.check-row p {
  margin: 0;
  color: #374151;
  font-size: 14px;
}

.primary-btn {
  width: 100%;
  display: inline-block;
  border: 0;
  border-radius: var(--radius);
  margin-top: 24px;
  padding: 18px 22px;
  background: var(--gold);
  color: white;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(212, 175, 104, 0.28);
  transition: transform 0.16s ease, background 0.16s ease;
}

.primary-btn:hover {
  background: #c9a88e;
}

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

.microcopy {
  color: #9ca3af;
  font-size: 12px;
  text-align: center;
}

.footer {
  border-top: 1px solid #e5e7eb;
  padding: 20px;
  color: #9ca3af;
  font-size: 12px;
  text-align: center;
}

.landing-footer {
  display: none;
}

.footer-dark {
  border: 0;
  background: var(--dark);
  color: #9ca3af;
}

.quiz-screen {
  min-height: calc(100vh - 49px);
}

.quiz-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
  border-bottom: 1px solid #f3f4f6;
}

.quiz-header-row {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  padding: 12px 20px;
}

.back-btn,
.back-spacer {
  width: 34px;
  height: 34px;
}

.back-btn {
  border: 0;
  background: transparent;
  color: #9ca3af;
  font-size: 34px;
  line-height: 1;
}

.step-count {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.progress {
  height: 6px;
  background: #f3f4f6;
  overflow: hidden;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--gold);
  transition: width 0.35s ease;
}

.quiz-body {
  padding: 34px 20px 56px;
}

.quiz-body h2 {
  margin: 0 0 30px;
  font-size: clamp(28px, 8vw, 36px);
  line-height: 1.1;
}

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

.option {
  width: 100%;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  border: 2px solid transparent;
  border-radius: var(--radius);
  padding: 16px;
  background: white;
  color: #374151;
  text-align: left;
  transition: transform 0.16s ease, border 0.16s ease, background 0.16s ease;
}

.option:hover,
.option.selected {
  border-color: var(--gold);
  background: rgba(212, 175, 104, 0.08);
}

.letter {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3f4f6;
  color: #9ca3af;
  font-weight: 800;
}

.selected .letter {
  background: var(--gold);
  color: white;
}

.analyzing-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  text-align: center;
}

.analyzing-screen section {
  width: min(100%, 360px);
}

.analyzing-screen h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.05;
}

.analyzing-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.analyzing-text {
  min-height: 22px;
  color: #6b7280;
  font-size: 14px;
}

.top-logo {
  display: flex;
  justify-content: center;
  padding: 18px 20px;
  background: white;
  border-bottom: 1px solid #f3f4f6;
}

.result-hero {
  padding: 34px 0 32px;
  text-align: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 104, 0.24);
  border-radius: 999px;
  padding: 7px 15px;
  background: rgba(212, 175, 104, 0.1);
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-hero h1,
.sales-hero-original h1 {
  margin: 20px 0 12px;
  font-size: clamp(35px, 10vw, 48px);
  line-height: 1.04;
}

.result-hero > p,
.sales-hero-original > p {
  color: #6b7280;
  font-size: 15px;
}

.text-left {
  text-align: left;
}

.result-section,
.dark-section,
.result-cta,
.sales-hero-original,
.creator-section,
.comparison-section,
.learn-section,
.chart-section,
.receive-section,
.price-section,
.prints-section,
.guarantee-section,
.faq-section,
.final-cta {
  padding: 38px 0;
}

.result-section h2,
.dark-section h2,
.sales-screen h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 8vw, 40px);
  line-height: 1.05;
  text-align: center;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.tag-list span {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 7px 12px;
  background: white;
  color: #374151;
  font-size: 12px;
}

.dark-section {
  background: var(--dark);
  color: white;
}

.dark-section p {
  color: #e5e7eb;
}

.diagram-box {
  border-radius: var(--radius);
  margin: 24px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.bar-row {
  display: grid;
  grid-template-columns: 32px 1fr 42px;
  gap: 8px;
  align-items: center;
  margin: 9px 0;
  color: #d1d5db;
  font-size: 12px;
}

.bar-row div {
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.bar-row i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--gold);
}

.bar-row i.alternate {
  background: var(--sage);
}

.mt {
  margin-top: 18px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  border-left: 3px solid var(--gold);
  padding-left: 15px;
}

.timeline-item span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline-item p {
  margin: 5px 0 0;
  color: #4b5563;
}

.pillars {
  display: grid;
  gap: 12px;
}

.pillar {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  border-radius: var(--radius);
  padding: 16px;
  background: white;
}

.pillar > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: white;
  font-weight: 800;
}

.pillar h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.pillar p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.result-cta {
  width: min(100% - 32px, 540px);
  margin: 0 auto;
  text-align: center;
}

.vsl-screen {
  min-height: 100vh;
  background: var(--vsl-bg);
  padding: 56px 20px 80px;
}

.vsl-content {
  width: min(100%, 520px);
  margin: 0 auto;
  text-align: center;
}

.vsl-eyebrow {
  margin-top: 30px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.vsl-content h1 {
  margin: 16px 0 10px;
  color: #1a1a1a;
  font-size: clamp(34px, 9vw, 43px);
  font-weight: 600;
  line-height: 1.22;
}

.vsl-sub {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-style: italic;
}

.vsl-video {
  display: flex;
  justify-content: center;
  margin: 34px 0;
}

.video-slot {
  width: 100%;
  max-width: 420px;
  min-height: 420px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 8px;
  background: #1a1a1a;
  color: white;
  overflow: hidden;
}

.video-slot.has-embed {
  min-height: 0;
  background: transparent;
}

.vsl-btn {
  max-width: 420px;
}

.sales-screen {
  background: var(--bg);
}

.sales-hero-original {
  text-align: center;
}

.app-showcase-band {
  padding: 44px 0;
  background: #242720;
  color: white;
}

.app-showcase {
  width: min(100% - 32px, 760px);
  display: grid;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
}

.app-showcase-kicker {
  margin-bottom: 12px;
  color: #e4c780;
}

.app-showcase-copy h2 {
  margin: 0 0 16px;
  color: white;
  font-size: clamp(31px, 8vw, 42px);
  line-height: 1.02;
  text-align: left;
}

.app-showcase-lead {
  margin: 0;
  color: #e4e6df;
  font-size: 16px;
  line-height: 1.65;
}

.app-showcase-lead strong {
  color: #f2d995;
}

.app-proof-list {
  display: grid;
  gap: 0;
  margin: 24px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.app-proof-list > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 0;
}

.app-proof-list > div > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d4af68;
  color: #242720;
  font-size: 13px;
  font-weight: 900;
}

.app-proof-list p,
.app-proof-list strong,
.app-proof-list small {
  display: block;
  margin: 0;
}

.app-proof-list strong {
  color: white;
  font-size: 14px;
}

.app-proof-list small {
  margin-top: 4px;
  color: #bfc3b9;
  font-size: 12px;
  line-height: 1.45;
}

.app-showcase-note {
  margin: 0;
  color: #d7d9d2;
  font-size: 13px;
  line-height: 1.5;
}

.app-showcase-note strong {
  color: #e4c780;
}

.app-preview {
  width: min(100%, 330px);
  margin: 0 auto;
}

.app-preview-label {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin: 0 auto 10px;
  color: #e4c780;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-preview-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63c78d;
  box-shadow: 0 0 0 5px rgba(99, 199, 141, 0.12);
}

.app-device {
  overflow: hidden;
  border: 4px solid #0d0f0c;
  border-radius: 24px;
  background: #0d0f0c;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
}

.app-device video {
  width: 100%;
  aspect-ratio: 478 / 850;
  display: block;
  border-radius: 19px;
  background: #111;
  object-fit: cover;
}

.app-preview figcaption {
  margin-top: 11px;
  color: #aeb3a8;
  font-size: 11px;
  text-align: center;
}

.rating {
  display: inline-flex;
  margin: 8px 0 20px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.profile-box,
.warning-box,
.comparison-card,
.module-card,
.chart-box,
.bonus-card,
.price-box,
.guarantee-section {
  border: 1px solid #eef0f2;
  border-radius: var(--radius);
  background: white;
  padding: 20px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.035);
}

.profile-box span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.warning-box {
  margin-top: 18px;
  text-align: left;
}

.warning-box div {
  display: flex;
  gap: 8px;
  margin: 8px 0;
  color: #4b5563;
}

.warning-box b {
  color: #ef4444;
}

.system-line {
  color: var(--gold);
  font-weight: 700;
}

.creator-section {
  display: grid;
  gap: 18px;
  align-items: center;
  border-radius: var(--radius);
  background: white;
  padding: 20px;
}

.creator-section img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
}

.creator-section h2 {
  text-align: left;
}

.comparison-section,
.learn-section,
.chart-section,
.receive-section,
.video-testimonials-section,
.prints-section,
.faq-section,
.final-cta {
  text-align: center;
}

.comparison-card {
  margin: 14px 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(212, 175, 104, 0.14);
  box-shadow: 0 12px 28px rgba(44, 44, 44, 0.045);
}

.comparison-card .bad,
.comparison-card .good {
  padding: 18px;
}

.method-idea {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 104, 0.24);
  border-radius: var(--radius);
  margin: 22px 0 18px;
  padding: 22px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fbf7ee 100%);
  text-align: left;
  box-shadow: 0 18px 40px rgba(44, 44, 44, 0.06);
}

.method-idea::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--gold);
}

.method-idea span,
.comparison-card span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.method-idea span {
  background: rgba(212, 175, 104, 0.14);
  color: var(--gold-dark);
}

.method-idea h3 {
  margin: 0 0 10px;
  font-size: clamp(25px, 7vw, 32px);
  line-height: 1.04;
}

.method-idea p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
}

.comparison-card .bad {
  border-bottom: 1px solid #f3f4f6;
  background: white;
}

.comparison-card .bad span {
  background: #f3f4f6;
  color: #6b7280;
}

.comparison-card .good {
  position: relative;
  background: #2f332b;
  color: white;
}

.comparison-card .good::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(212, 175, 104, 0.16);
}

.comparison-card .good span {
  background: rgba(212, 175, 104, 0.16);
  color: #f6dfad;
}

.comparison-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.comparison-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
}

.comparison-card .good p {
  max-width: 92%;
  color: rgba(255, 255, 255, 0.82);
}

.quote-line {
  max-width: 360px;
  margin: 28px auto 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-style: italic;
}

.learn-section {
  background: white;
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 640px) / 2));
  padding-right: max(20px, calc((100% - 640px) / 2));
}

.module-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  margin: 12px 0;
  text-align: left;
  background: var(--bg);
}

.module-card > span {
  color: rgba(212, 175, 104, 0.32);
  font-size: 34px;
  font-weight: 800;
}

.module-card em {
  color: #9ca3af;
  font-size: 12px;
  font-style: normal;
}

.mini-check {
  margin: 6px 0;
  color: #4b5563;
  font-size: 13px;
}

.module-card small {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 10px;
  padding-top: 9px;
  color: var(--gold);
  font-style: italic;
}

.chart-box {
  margin: 24px 0 18px;
  border: 1px solid #f1eee8;
  border-radius: var(--radius);
  background: white;
  padding: 16px 14px 18px;
  box-shadow: 0 16px 34px rgba(44, 44, 44, 0.045);
}

.dynamic-chart svg {
  display: block;
  width: 100%;
  aspect-ratio: 360 / 178;
}

.chart-grid {
  fill: none;
  stroke: #f0ede8;
  stroke-width: 1;
}

.chart-shadow,
.chart-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-shadow {
  stroke: rgba(212, 175, 104, 0.12);
  stroke-width: 12;
}

.chart-path {
  stroke: url("#engagementGradient");
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-width: 6;
  transition: stroke-dashoffset 1.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.chart-point {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.chart-point circle {
  fill: white;
  stroke: var(--gold);
  stroke-width: 3;
}

.chart-section.in-view .chart-path {
  stroke-dashoffset: 0;
}

.chart-section.in-view .chart-point {
  opacity: 1;
  transform: translateY(0);
}

.chart-section.in-view .point-1 {
  transition-delay: 0.2s;
}

.chart-section.in-view .point-2 {
  transition-delay: 0.55s;
}

.chart-section.in-view .point-3 {
  transition-delay: 0.9s;
}

.chart-section.in-view .point-4 {
  transition-delay: 1.25s;
}

.chart-days {
  display: flex;
  justify-content: space-between;
  color: #9ca3af;
  font-size: 11px;
}

.chart-box > p {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.stats-row div {
  border-radius: var(--radius);
  background: white;
  padding: 14px 8px;
  box-shadow: 0 10px 24px rgba(44, 44, 44, 0.04);
}

.stats-row b,
.stats-row span {
  display: block;
}

.stats-row b {
  color: var(--gold);
  font-size: 20px;
}

.stats-row span {
  color: #6b7280;
  font-size: 11px;
}

.receive-card {
  border-radius: var(--radius);
  margin: 14px 0;
  padding: 20px;
  color: white;
  text-align: left;
}

.gold-card {
  background: var(--gold);
}

.sage-card {
  background: var(--sage);
}

.receive-card h3 {
  margin: 0;
}

.receive-card div {
  display: inline-block;
  width: 49%;
  margin-top: 8px;
  font-size: 12px;
}

.bonus-suite {
  margin-top: 18px;
  text-align: left;
}

.bonus-suite > h3 {
  margin: 0 0 10px;
  font-size: clamp(26px, 7vw, 34px);
  line-height: 1.04;
  text-align: center;
}

.bonus-intro,
.bonus-close {
  max-width: 520px;
  margin: 0 auto 18px;
  color: #5f6368;
  font-size: 14px;
  text-align: center;
}

.bonus-grid {
  display: grid;
  gap: 10px;
}

.bonus-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
  border: 1px solid #efe9df;
  border-radius: var(--radius);
  background: white;
  padding: 14px;
  box-shadow: 0 12px 26px rgba(44, 44, 44, 0.045);
}

.bonus-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 175, 104, 0.18), rgba(139, 158, 130, 0.14));
  font-size: 22px;
}

.bonus-item small {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.bonus-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.04;
}

.bonus-item p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.48;
}

.bonus-exclusive {
  position: relative;
  overflow: hidden;
  border-color: rgba(212, 175, 104, 0.38);
  margin-top: 12px;
  background: #2f332b;
}

.bonus-exclusive::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--gold);
}

.bonus-exclusive .bonus-icon {
  background: rgba(212, 175, 104, 0.18);
}

.bonus-exclusive small {
  color: #f6dfad;
}

.bonus-exclusive strong {
  color: white;
}

.bonus-exclusive p {
  color: rgba(255, 255, 255, 0.78);
}

.bonus-close {
  border-top: 1px solid #ebe5dc;
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 16px;
  color: var(--sage);
  font-weight: 700;
}

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

.price-box {
  background: var(--dark);
  color: white;
  text-align: center;
}

.price-box h2 {
  color: white;
}

.price-box p {
  color: #d1d5db;
}

.timer span {
  display: block;
  color: white;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.timer small {
  color: #9ca3af;
}

.therapy-anchor {
  border: 1px solid rgba(212, 175, 104, 0.28);
  border-radius: var(--radius);
  margin: 20px 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.therapy-anchor span,
.therapy-anchor strong {
  display: block;
}

.therapy-anchor span {
  color: #bfc3c8;
  font-size: 13px;
}

.therapy-anchor strong {
  margin-top: 6px;
  color: #f6dfad;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.05;
}

.pricing-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  text-align: left;
}

.plan-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  padding: 18px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.plan-card p {
  color: inherit;
}

.plan-premium {
  border-color: rgba(212, 175, 104, 0.68);
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 72%);
  box-shadow: 0 22px 44px rgba(212, 175, 104, 0.2);
}

.recommended-ribbon {
  position: absolute;
  top: 14px;
  right: -34px;
  width: 140px;
  transform: rotate(35deg);
  background: var(--gold);
  color: white;
  padding: 5px 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.plan-head {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: start;
  padding-right: 46px;
}

.plan-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-top: 4px;
  background: var(--sage);
  box-shadow: 0 0 0 5px rgba(139, 158, 130, 0.13);
}

.plan-basic .plan-dot {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(212, 175, 104, 0.16);
}

.plan-head p {
  margin: 0;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.plan-head small {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 12px;
}

.plan-price {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

.plan-price small {
  margin-right: 4px;
  color: var(--gold-dark);
  font-size: 20px;
  vertical-align: 45%;
}

.plan-installments {
  margin: 6px 0 16px;
  color: #6b7280 !important;
  font-size: 12px;
}

.plan-list {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.plan-list div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
  color: #374151;
  font-size: 13px;
}

.plan-list b {
  color: var(--sage);
  line-height: 1.35;
}

.plan-list .plan-muted {
  color: #8d939c;
}

.plan-list .plan-muted b {
  color: #b9bec5;
}

.premium-note {
  border-radius: 12px;
  margin: 4px 0 14px;
  padding: 12px;
  background: rgba(212, 175, 104, 0.12);
  color: #6b541f !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.plan-card .primary-btn {
  margin-top: 0;
  padding: 15px 16px;
  border-radius: 12px;
  font-size: 13px;
}

.plan-basic .primary-btn {
  background: #2f332b;
  box-shadow: none;
}

.plan-premium .primary-btn {
  background: var(--gold);
}

.modal-open {
  overflow: hidden;
}

.upgrade-popup {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 14px;
}

.upgrade-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 19, 0.68);
  backdrop-filter: blur(5px);
}

.upgrade-card {
  position: relative;
  width: min(100%, 410px);
  max-height: calc(100svh - 28px);
  overflow-y: auto;
  border: 1px solid rgba(212, 175, 104, 0.42);
  border-radius: 16px;
  padding: 17px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, #ffffff 64%),
    #ffffff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.upgrade-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(23, 77, 56, 0.1);
  color: #174d38;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.upgrade-card h2 {
  margin: 11px auto 7px;
  color: #20231f;
  font-size: 30px;
  line-height: 0.98;
}

.upgrade-lead {
  margin: 0 auto 12px;
  color: #4f5650;
  font-size: 13px;
  line-height: 1.42;
}

.upgrade-price-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: stretch;
  margin: 12px 0;
}

.upgrade-price-row div {
  border: 1px solid #eadfce;
  border-radius: 14px;
  padding: 10px 8px;
  background: #fbfaf7;
}

.upgrade-price-row span {
  align-self: center;
  color: #9a762d;
  font-weight: 900;
}

.upgrade-price-row small,
.upgrade-price-row strong {
  display: block;
}

.upgrade-price-row small {
  color: #777d75;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.upgrade-price-row strong {
  margin-top: 3px;
  color: #20231f;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.upgrade-price-row .upgrade-highlight {
  border-color: rgba(212, 175, 104, 0.58);
  background: #fff6df;
}

.upgrade-list {
  display: grid;
  gap: 7px;
  margin: 12px 0 14px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.upgrade-list li {
  position: relative;
  padding-left: 22px;
  color: #333b34;
  font-size: 12px;
  line-height: 1.35;
}

.upgrade-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #174d38;
  font-weight: 900;
}

.upgrade-accept,
.upgrade-decline {
  width: 100%;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-family: Lato, Inter, Arial, sans-serif;
}

.upgrade-accept {
  min-height: 50px;
  padding: 14px 14px;
  background: #174d38;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  box-shadow: 0 16px 32px rgba(23, 77, 56, 0.25);
}

.upgrade-decline {
  margin-top: 8px;
  padding: 11px 12px;
  background: transparent;
  color: #6f756d;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.upgrade-secure {
  margin: 7px 0 0;
  color: #8d9289;
  font-size: 11px;
  line-height: 1.35;
}

.old-price {
  color: #6b7280;
  font-size: 20px;
  text-decoration: line-through;
}

.price-now {
  color: white;
  font-size: 52px;
  font-weight: 800;
}

.cheap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 0 0;
  color: #d1d5db;
  font-size: 12px;
}

.video-testimonials-section > p:not(.section-kicker) {
  max-width: 420px;
  margin: -8px auto 20px;
  color: #6b7280;
  font-size: 14px;
}

.video-testimonials-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 82%);
  gap: 14px;
  overflow-x: auto;
  padding: 6px 2px 18px;
  scroll-snap-type: x mandatory;
}

.video-testimonial-card {
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #e9e2d8;
  border-radius: var(--radius);
  background: white;
  text-align: left;
  box-shadow: 0 14px 30px rgba(44, 44, 44, 0.055);
}

.video-testimonial-player {
  background: #171717;
}

.video-testimonial-player .video-slot,
.video-testimonial-player .video-slot.has-embed {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #171717;
  box-shadow: none;
}

.video-testimonial-player [id$="_wrapper"] {
  max-width: none !important;
}

.video-testimonial-copy {
  padding: 14px;
}

.video-testimonial-copy span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-testimonial-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.prints-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 82%);
  gap: 14px;
  overflow-x: auto;
  padding: 14px 2px 18px;
  scroll-snap-type: x mandatory;
}

.print-slot {
  scroll-snap-align: start;
  margin: 0;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  padding: 8px;
  background: white;
  text-align: left;
}

.print-slot img {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  object-fit: cover;
  object-position: top;
}

.print-slot figcaption {
  display: grid;
  gap: 4px;
  padding: 9px 2px 2px;
  color: #6b7280;
  font-size: 12px;
}

.guarantee-section {
  text-align: center;
}

.guarantee-section p {
  color: #6b7280;
}

.guarantee-section strong {
  display: inline-block;
  border-radius: 12px;
  padding: 12px 16px;
  background: rgba(139, 158, 130, 0.1);
  color: var(--sage);
}

.faq {
  border-top: 1px solid #e5e7eb;
  text-align: left;
}

.faq button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  padding: 18px 0;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
  text-align: left;
}

.faq p {
  display: none;
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 14px;
}

.faq.open p {
  display: block;
}

.debug-panel {
  position: fixed;
  top: 84px;
  right: 16px;
  z-index: 10;
  width: min(360px, calc(100vw - 32px));
  max-height: 34vh;
  overflow: auto;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  font-size: 12px;
}

.debug-panel textarea {
  width: 100%;
  min-height: 100px;
}

.debug-btn {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 6px 10px;
  background: white;
}

.dash-page {
  min-height: 100vh;
  padding: 18px 14px 46px;
  background: #f6f2ea;
}

.dash-hero,
.dash-source,
.dash-kpis,
.dash-grid,
.dash-actions {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.dash-hero {
  display: grid;
  gap: 18px;
  align-items: end;
  border-radius: 8px;
  padding: 22px;
  background: #124b34;
  color: white;
  box-shadow: 0 16px 36px rgba(18, 75, 52, 0.18);
}

.dash-hero span,
.dash-panel-head span {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dash-hero h1 {
  margin: 6px 0;
  font-size: clamp(34px, 9vw, 58px);
  line-height: 0.95;
}

.dash-hero p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.dash-refresh,
.dash-actions a,
.dash-actions button {
  border: 0;
  border-radius: 8px;
  padding: 12px 14px;
  background: white;
  color: #124b34;
  font-weight: 900;
  text-decoration: none;
}

.dash-source {
  border: 1px solid #e4d9c7;
  border-radius: 8px;
  margin-top: 12px;
  padding: 13px 14px;
  background: #fffaf1;
  color: #5f6368;
  font-size: 13px;
}

.dash-source-live {
  border-color: rgba(18, 75, 52, 0.24);
  background: #eef8f0;
}

.dash-source-local {
  border-color: rgba(196, 160, 71, 0.34);
  background: #fff8e7;
}

.dash-source strong,
.dash-source span {
  display: block;
}

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

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.dash-kpi,
.dash-panel,
.dash-actions {
  border: 1px solid #e4d9c7;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(44, 44, 44, 0.035);
}

.dash-kpi {
  padding: 14px;
}

.dash-kpi span,
.dash-kpi small {
  display: block;
  color: #5f6368;
  font-size: 11px;
  font-weight: 800;
}

.dash-kpi strong {
  display: block;
  margin: 5px 0 2px;
  color: #0f3829;
  font-size: 30px;
  line-height: 1;
}

.dash-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.dash-panel {
  padding: 16px;
}

.dash-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}

.dash-panel-head span {
  color: #1f6a4b;
}

.dash-panel-head h2 {
  margin: 2px 0 0;
  font-size: 24px;
  line-height: 1;
}

.dash-panel-head small {
  color: #5f6368;
  font-weight: 900;
}

.stage-list {
  display: grid;
  gap: 10px;
}

.stage-row {
  display: grid;
  grid-template-columns: minmax(120px, 1.1fr) 2fr 64px;
  gap: 10px;
  align-items: center;
}

.stage-label strong,
.stage-label span,
.stage-value strong,
.stage-value span {
  display: block;
}

.stage-label strong {
  color: #111827;
  font-size: 13px;
}

.stage-label span,
.stage-value span {
  color: #6b7280;
  font-size: 11px;
}

.stage-meter {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf4ee;
}

.stage-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c4a047, #124b34);
}

.stage-value {
  text-align: right;
}

.drop-list,
.lp-list,
.mini-list {
  display: grid;
  gap: 10px;
}

.drop-card,
.lp-card,
.mini-metric {
  border: 1px solid #e8dfd0;
  border-radius: 8px;
  padding: 12px;
  background: #fffaf1;
}

.drop-card strong,
.drop-card span,
.drop-card small,
.lp-card strong,
.lp-card span {
  display: block;
}

.drop-card span,
.drop-card small,
.lp-card span {
  color: #6b7280;
  font-size: 12px;
}

.lp-card {
  display: grid;
  gap: 10px;
}

.lp-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.lp-metrics p {
  margin: 0;
  color: #6b7280;
  font-size: 11px;
}

.lp-metrics b {
  display: block;
  color: var(--ink);
  font-size: 16px;
}

.mini-metric {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
}

.mini-metric span,
.mini-metric small {
  color: #6b7280;
  font-size: 12px;
}

.mini-metric strong {
  color: #0f3829;
  font-size: 20px;
}

.dash-empty {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
}

.dash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  padding: 12px;
}

.dash-actions a,
.dash-actions button {
  border: 1px solid #d9cbb8;
  background: white;
  cursor: pointer;
}

@media (min-width: 760px) {
  .primary-btn {
    max-width: 420px;
  }

  .landing-screen-premium {
    padding-top: 24px;
  }

  .landing-card-premium h1 {
    font-size: 50px;
  }

  .landing-card-premium h1 span {
    font-size: 39px;
  }

  .landing-card-premium .landing-lead {
    font-size: 17px;
  }

  .landing-photo {
    width: min(92%, 500px);
    aspect-ratio: 16 / 9;
  }

  .landing-photo-validated {
    width: min(78%, 430px);
    aspect-ratio: 4 / 3;
  }

  .landing-cta {
    max-width: none;
  }

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

  .dash-source {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .dash-source span {
    display: inline;
  }

  .dash-kpis {
    grid-template-columns: repeat(4, 1fr);
  }

  .dash-grid {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .dash-panel-wide {
    grid-row: span 2;
  }

  .dashboard-header {
    grid-template-columns: 1fr auto;
  }

  .dashboard-kpis {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .app-showcase {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
    gap: 50px;
  }

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

  .bonus-exclusive {
    grid-template-columns: 56px 1fr;
    padding: 18px;
  }

  .pricing-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: stretch;
  }

  .plan-premium {
    transform: translateY(-8px);
  }

  .video-testimonials-grid {
    grid-auto-flow: initial;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }

  .prints-grid {
    grid-auto-flow: initial;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }
}
