.start-page {
  background:
    linear-gradient(180deg, #111416 0, #111416 660px, #f7f3ec 661px, #f3eee4 100%);
}

.start-page::before {
  opacity: 0.2;
  mask-image: linear-gradient(to bottom, black, transparent 42%);
}

.start-header {
  border-bottom-color: rgba(216, 210, 200, 0.16);
  background: rgba(17, 20, 22, 0.78);
}

.start-header.is-scrolled {
  background: rgba(17, 20, 22, 0.95);
}

.start-header .main-nav {
  color: rgba(247, 243, 236, 0.78);
}

.start-header .main-nav a:not(.btn):hover {
  color: #fff;
}

.start-header .brand img {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

.start-header .main-nav .btn {
  border-color: rgba(214, 190, 115, 0.72);
  background:
    linear-gradient(135deg, #d6be73 0%, #b99a4a 100%);
  color: #111416;
  box-shadow: 0 12px 30px rgba(185, 154, 74, 0.22);
}

.start-header .main-nav .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.32) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}

.start-header .main-nav .btn:hover {
  border-color: #d6be73;
  color: #070809;
  box-shadow: 0 16px 42px rgba(214, 190, 115, 0.3);
  transform: translateY(-1px);
}

.start-header .main-nav .btn:hover::before {
  transform: translateX(120%);
}

.start-hero {
  min-height: 720px;
  padding-top: 118px;
  padding-bottom: 54px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(214, 190, 115, 0.2), transparent 26rem),
    linear-gradient(135deg, #111416 0%, #070809 100%);
  color: #f7f3ec;
}

.start-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 0;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 190, 115, 0.8), transparent);
}

.start-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.78fr);
  gap: 50px;
  align-items: center;
}

.start-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #f7f3ec;
  font-family: var(--font-title);
  font-size: clamp(4rem, 4.7vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.start-hero .hero-text,
.start-hero .hero-proof {
  color: rgba(247, 243, 236, 0.8);
}

.start-hero .hero-text {
  max-width: 640px;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 1.04rem;
  line-height: 1.5;
}

.start-hero .hero-actions {
  margin-top: 22px;
}

.start-hero .hero-proof {
  max-width: 610px;
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 2px solid var(--color-gold-light);
  border-radius: 0 14px 14px 0;
  background: rgba(247, 243, 236, 0.06);
  font-size: 0.98rem;
  line-height: 1.45;
}

.start-btn,
.start-hero .start-btn {
  background: var(--color-gold);
  color: #111416;
  border-color: var(--color-gold);
  box-shadow: 0 18px 44px rgba(185, 154, 74, 0.24);
}

.start-btn:hover,
.start-hero .start-btn:hover {
  background: var(--color-gold-light);
  color: #070809;
}

.start-microcopy {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(247, 243, 236, 0.62);
  font-size: 0.86rem;
  line-height: 1.45;
}

.start-mockup-stack {
  position: relative;
  min-height: 540px;
  transform: translateY(-18px);
}

.mockup-card {
  position: absolute;
  border: 1px solid rgba(214, 190, 115, 0.24);
  border-radius: 18px;
  background: rgba(247, 243, 236, 0.96);
  color: #111416;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.mockup-connector {
  position: absolute;
  top: 92px;
  right: 64px;
  width: 270px;
  height: 226px;
  border: 1px solid rgba(214, 190, 115, 0.34);
  border-left: 0;
  border-radius: 0 36px 36px 0;
}

.phone-mockup {
  top: 0;
  left: 0;
  width: min(276px, 100%);
  padding: 18px;
}

.print-mockup {
  padding: 0;
  overflow: hidden;
  border-color: rgba(214, 190, 115, 0.36);
  background: #f7f3ec;
}

.print-mockup img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: top center;
}

.instagram-print-card {
  width: 276px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.34));
}

.instagram-print-card img {
  object-fit: contain;
}

.mockup-top,
.profile-line,
.story-row,
.stars,
.price-notes,
.final-offer,
.mockup-label {
  display: flex;
  align-items: center;
}

.mockup-top {
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5ded2;
  color: #73777a;
  font-size: 0.82rem;
}

.mockup-top span,
.mockup-top i {
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: #d8d2c8;
}

.profile-line {
  gap: 14px;
  padding: 18px 0;
}

.profile-line strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.25;
}

.profile-line p {
  margin: 5px 0 0;
  color: #73777a;
  font-size: 0.78rem;
  line-height: 1.35;
}

.avatar-ring {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--color-gold);
  border-radius: 50%;
  background: #111416;
  color: var(--color-gold-light);
  font-weight: 800;
}

.story-row {
  gap: 8px;
  overflow: hidden;
}

.story-row span {
  min-width: 72px;
  padding: 8px 10px;
  border: 1px solid #d8d2c8;
  border-radius: 999px;
  color: #111416;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.post-grid i {
  aspect-ratio: 1;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(17, 20, 22, 0.72), rgba(17, 20, 22, 0.18)),
    linear-gradient(45deg, #d8d2c8, #f7f3ec);
}

.google-mockup {
  top: 102px;
  right: 4px;
  width: 224px;
  height: 408px;
  padding: 0;
  border-radius: 24px;
}

.gmn-print-card img {
  object-fit: cover;
}

.mockup-label {
  width: max-content;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--color-gold);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mockup-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-gold);
}

.google-mockup h3,
.whatsapp-mockup h3 {
  margin: 0;
}

.stars {
  gap: 8px;
  margin: 10px 0;
  color: var(--color-gold);
  font-weight: 800;
}

.stars span {
  color: #73777a;
  font-size: 0.82rem;
  font-weight: 700;
}

.google-mockup p {
  margin: 0;
  color: #73777a;
  font-size: 0.92rem;
}

.whatsapp-mockup {
  left: 26px;
  bottom: 0;
  width: 292px;
  height: 212px;
  padding: 0;
  border-radius: 22px;
}

.whatsapp-print-card img {
  object-fit: cover;
}

.start-seal {
  position: absolute;
  top: 64px;
  right: 0;
  padding: 12px 16px;
  border: 1px solid rgba(214, 190, 115, 0.55);
  border-radius: 999px;
  background: rgba(7, 8, 9, 0.72);
  color: var(--color-gold-light);
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.two-col,
.fit-grid,
.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.section-copy p,
.text-stack p,
.check-panel p,
.comparison-section .section-head p,
.product-section p,
.method-start-section p,
.offer-copy p,
.final-cta-card p {
  color: #555b5f;
}

.section-copy h2,
.fit-panel h2,
.offer-copy h2,
.final-cta-card h2 {
  margin: 0 0 22px;
  font-family: var(--font-title);
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.strong-line {
  display: block;
  margin-top: 24px;
  color: #111416;
  font-family: var(--font-title);
  font-size: 1.25rem;
  line-height: 1.35;
}

.section-dark .strong-line {
  color: #f7f3ec;
}

.check-panel,
.before-card,
.after-card,
.comparison-card,
.fit-panel,
.price-card,
.bonus-card,
.objection-card,
.final-cta-card,
.faq-list details {
  border: 1px solid rgba(216, 210, 200, 0.9);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.72);
  box-shadow: var(--shadow-soft);
}

.check-panel {
  padding: 34px;
}

.check-panel h3,
.journey-panel h3,
.fit-panel h2,
.comparison-card h3,
.price-card h3 {
  margin-top: 0;
  font-family: var(--font-title);
  line-height: 1.18;
}

.check-list,
.x-list,
.comparison-card ul,
.before-card ul,
.after-card ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.x-list li,
.comparison-card li,
.before-card li,
.after-card li {
  position: relative;
  padding-left: 26px;
  color: #50565a;
}

.check-list li::before,
.comparison-card.premium li::before,
.after-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 12px;
  height: 8px;
  border-bottom: 2px solid var(--color-gold);
  border-left: 2px solid var(--color-gold);
  transform: rotate(-45deg);
}

.x-list li::before,
.comparison-card.plain li::before,
.before-card li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 13px;
  height: 1px;
  background: #73777a;
}

.before-after-section {
  background: #efe9dd;
}

.before-after-grid,
.comparison-grid,
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.before-card,
.after-card,
.comparison-card,
.fit-panel,
.bonus-card,
.objection-card {
  padding: 30px;
}

.before-card {
  background: rgba(255, 252, 246, 0.58);
}

.after-card,
.comparison-card.premium {
  border-color: rgba(185, 154, 74, 0.55);
  background: #fffaf0;
}

.compare-tag,
.offer-badge,
.bonus-card span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(185, 154, 74, 0.45);
  border-radius: 999px;
  color: var(--color-gold);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mini-profile {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #d8d2c8;
  border-radius: 14px;
  background: #f7f3ec;
}

.mini-profile p {
  margin: 0 0 8px;
}

.mini-profile div {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.mini-profile i {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d8d2c8;
  color: #111416;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}

.mini-profile.organized i {
  min-width: 76px;
  border: 1px solid var(--color-gold);
  border-radius: 999px;
  background: #111416;
  color: #f7f3ec;
}

.compare-image-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 420px;
  align-items: center;
  justify-content: center;
  margin: 20px 0 24px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(216, 210, 200, 0.95);
  border-radius: 18px;
  background: #f7f3ec;
  box-shadow: 0 18px 44px rgba(17, 20, 22, 0.08);
}

.compare-image-box > img:not(.compare-bg) {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 16px 34px rgba(17, 20, 22, 0.12);
}

.compare-bg {
  position: absolute;
  inset: -22px;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  opacity: 0.11;
  filter: blur(18px) saturate(0.8);
  object-fit: cover;
  transform: scale(1.04);
}

.compare-print-after {
  border-color: rgba(185, 154, 74, 0.42);
  background: #fffaf0;
}

.trust-section {
  overflow: hidden;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.signal-card,
.deliverable-card,
.method-mini,
.journey-panel {
  border: 1px solid rgba(216, 210, 200, 0.16);
  border-radius: 18px;
  background: rgba(247, 243, 236, 0.06);
}

.signal-card,
.deliverable-card,
.method-mini {
  padding: 24px;
}

.signal-card span,
.method-mini span,
.line-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(214, 190, 115, 0.55);
  border-radius: 50%;
  color: var(--color-gold-light);
  font-weight: 800;
}

.signal-card h3,
.deliverable-card h3,
.method-mini h3 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  line-height: 1.18;
}

.impact-line {
  max-width: 900px;
  margin: 42px auto 0;
  color: #f7f3ec;
  font-family: var(--font-title);
  font-size: clamp(1.35rem, 2.2vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.impact-line.dark {
  color: #111416;
}

.perception-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(185, 154, 74, 0.12), transparent 24rem),
    #f7f3ec;
}

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

.perception-card {
  position: relative;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(216, 210, 200, 0.95);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(247, 243, 236, 0.86));
  box-shadow: 0 20px 56px rgba(17, 20, 22, 0.09);
}

.perception-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(185, 154, 74, 0.12), transparent 68%);
  pointer-events: none;
}

.perception-person {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.perception-avatar {
  position: relative;
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border: 1px solid rgba(185, 154, 74, 0.34);
  border-radius: 50%;
  background: #111416;
  box-shadow: 0 12px 28px rgba(17, 20, 22, 0.16);
}

.perception-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.perception-person em {
  display: inline-flex;
  margin-top: 6px;
  color: rgba(115, 119, 122, 0.82);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quote-mark {
  position: relative;
  z-index: 1;
  display: block;
  height: 28px;
  margin-top: 20px;
  color: rgba(185, 154, 74, 0.75);
  font-family: Georgia, serif;
  font-size: 4.1rem;
  line-height: 0.8;
}

.perception-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #33383b;
  font-size: 1.02rem;
  line-height: 1.65;
}

.perception-card strong {
  display: block;
  color: #111416;
  font-family: var(--font-title);
  font-size: 1.05rem;
}

.perception-card small {
  display: block;
  margin-top: 4px;
  color: #73777a;
  font-size: 0.92rem;
}

.perception-note {
  max-width: 900px;
  margin: 28px auto 0;
  color: #73777a;
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

.not-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.not-list span {
  padding: 12px 14px;
  border-left: 2px solid var(--color-gold);
  background: rgba(216, 210, 200, 0.28);
  color: #111416;
  font-weight: 700;
}

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

.deliverable-card {
  min-height: 250px;
}

.deliverable-card p,
.signal-card p,
.method-mini p {
  margin-bottom: 0;
  color: rgba(247, 243, 236, 0.72);
}

.comparison-grid {
  align-items: stretch;
}

.fit-section {
  background: #f7f3ec;
}

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

.fit-panel strong {
  display: block;
  margin-top: 24px;
  color: #111416;
  font-family: var(--font-title);
  font-size: 1.1rem;
}

.not-fit {
  background: rgba(17, 20, 22, 0.04);
}

.importance-section .two-col {
  align-items: center;
}

.journey-panel {
  padding: 34px;
}

.journey-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.journey-list span {
  padding: 14px 16px;
  border: 1px solid rgba(214, 190, 115, 0.24);
  border-radius: 12px;
  background: rgba(7, 8, 9, 0.18);
  color: rgba(247, 243, 236, 0.84);
  font-weight: 700;
}

.method-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.method-start-section {
  position: relative;
  overflow: hidden;
  background-color: #070809;
  color: #f7f3ec;
}

.method-start-section::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 8%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(185, 154, 74, 0.13), transparent 64%);
  pointer-events: none;
}

.method-start-section .container {
  position: relative;
  z-index: 1;
}

.method-start-section h2 {
  color: #f7f3ec;
}

.method-start-section .section-head p,
.method-start-section p {
  color: rgba(247, 243, 236, 0.72);
}

.method-mini {
  position: relative;
  overflow: hidden;
  padding: 32px 28px;
  border: 1px solid rgba(185, 154, 74, 0.35);
  border-radius: 22px;
  background: #111416;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.method-mini::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(185, 154, 74, 0.14), transparent 65%);
  pointer-events: none;
}

.method-mini:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 190, 115, 0.7);
  box-shadow: 0 22px 70px rgba(185, 154, 74, 0.12);
}

.method-mini h3,
.method-mini p,
.method-mini span {
  position: relative;
  z-index: 1;
}

.method-mini h3 {
  color: #f7f3ec;
}

.method-start-section .method-mini p {
  color: rgba(247, 243, 236, 0.72) !important;
}

.method-mini span {
  width: 46px;
  height: 46px;
  border-color: rgba(214, 190, 115, 0.45);
  background: rgba(185, 154, 74, 0.08);
  color: #d6be73;
}

.offer-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(185, 154, 74, 0.13), transparent 26rem),
    linear-gradient(180deg, #111416 0%, #070809 100%);
  color: #f7f3ec;
}

.offer-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: start;
}

.offer-section .offer-copy h2 {
  margin-top: 18px;
  color: #f7f3ec;
}

.offer-section .offer-copy p {
  color: rgba(247, 243, 236, 0.76);
}

.offer-subtitle {
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.6;
}

.community-badge {
  display: inline-flex;
  width: max-content;
  padding: 8px 12px;
  border: 1px solid rgba(214, 190, 115, 0.38);
  border-radius: 999px;
  background: rgba(185, 154, 74, 0.08);
  color: #d6be73;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.offer-context {
  display: grid;
  gap: 14px;
  max-width: 650px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(214, 190, 115, 0.18);
  border-radius: 18px;
  background: rgba(247, 243, 236, 0.05);
}

.offer-context p {
  margin: 0;
}

.offer-context strong {
  color: #d6be73;
}

.offer-benefits {
  display: grid;
  gap: 14px;
  max-width: 700px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.offer-benefits li {
  position: relative;
  padding-left: 30px;
  color: rgba(247, 243, 236, 0.82);
  font-weight: 600;
  line-height: 1.5;
}

.offer-benefits li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 14px;
  height: 9px;
  border-bottom: 2px solid #d6be73;
  border-left: 2px solid #d6be73;
  transform: rotate(-45deg);
}

.offer-urgency {
  max-width: 700px;
  margin-top: 26px;
  padding: 22px 24px;
  border: 1px solid rgba(214, 190, 115, 0.24);
  border-radius: 18px;
  background: rgba(185, 154, 74, 0.07);
}

.offer-urgency strong {
  display: block;
  margin-bottom: 8px;
  color: #d6be73;
  font-family: var(--font-title);
  font-size: 1rem;
}

.offer-urgency p {
  margin: 0;
  color: rgba(247, 243, 236, 0.72);
  line-height: 1.55;
}

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

.price-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-color: rgba(185, 154, 74, 0.42);
  background: #111416;
  color: #f7f3ec;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.price-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(185, 154, 74, 0.18), transparent 66%);
  pointer-events: none;
}

.price-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  color: #f7f3ec;
  font-size: 1.2rem;
}

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

.reference-price,
.special-price {
  display: grid;
  gap: 4px;
  margin-top: 16px;
}

.reference-price span,
.special-price span {
  color: rgba(247, 243, 236, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reference-price strong {
  width: max-content;
  color: rgba(247, 243, 236, 0.58);
  font-family: var(--font-title);
  font-size: 1.45rem;
  text-decoration: line-through;
  text-decoration-color: rgba(214, 190, 115, 0.85);
  text-decoration-thickness: 2px;
}

.special-price strong {
  color: #d6be73;
  font-family: var(--font-title);
  font-size: clamp(3.4rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.payment-copy {
  margin: 16px 0 0;
  color: rgba(247, 243, 236, 0.82);
  font-weight: 700;
}

.scarcity-copy {
  margin: 18px 0 20px;
  padding: 12px 14px;
  border: 1px solid rgba(214, 190, 115, 0.22);
  border-radius: 14px;
  background: rgba(185, 154, 74, 0.07);
  color: rgba(247, 243, 236, 0.74);
  font-size: 0.92rem;
  line-height: 1.45;
}

.price-card .btn {
  width: 100%;
  margin: 0 0 14px;
  min-height: 54px;
  text-align: center;
}

.price-card small,
.final-cta-card small {
  display: block;
  color: rgba(247, 243, 236, 0.58);
  font-size: 0.84rem;
  line-height: 1.5;
}

.included-list {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(214, 190, 115, 0.18);
}

.included-list h4 {
  margin: 0 0 14px;
  color: #f7f3ec;
  font-family: var(--font-title);
  font-size: 1rem;
}

.included-list .check-list {
  gap: 10px 14px;
  margin-top: 0;
}

.included-list .check-list li {
  color: rgba(247, 243, 236, 0.76);
  font-size: 0.9rem;
}

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

.objection-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.objection-card {
  grid-column: span 2;
}

.objection-card:nth-child(4),
.objection-card:nth-child(5) {
  grid-column: span 3;
}

.objection-card p {
  color: #555b5f;
}

.authority-section .text-stack p {
  color: rgba(247, 243, 236, 0.78);
}

.final-cta-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 190, 115, 0.18), transparent 28rem),
    #111416;
}

.final-cta-card {
  max-width: 900px;
  padding: 54px;
  border-color: rgba(214, 190, 115, 0.36);
  background: rgba(7, 8, 9, 0.72);
  color: #f7f3ec;
  text-align: center;
}

.final-cta-card h2 {
  color: #f7f3ec;
}

.final-cta-card p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(247, 243, 236, 0.78);
}

.final-offer {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 28px 0;
}

.final-offer strong {
  color: var(--color-gold-light);
  font-family: var(--font-title);
  font-size: 1.45rem;
}

.final-offer span {
  color: rgba(247, 243, 236, 0.76);
}

.final-cta-card .btn {
  margin-bottom: 16px;
}

.faq-wrap {
  max-width: 920px;
}

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

.faq-list details {
  padding: 0 22px;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 0;
  color: #111416;
  font-family: var(--font-title);
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 0 20px;
  color: #555b5f;
}

@media (max-width: 1100px) {
  .start-hero-grid,
  .two-col,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .start-mockup-stack {
    max-width: 680px;
    margin: 0 auto;
  }

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

  .method-line,
  .bonus-grid,
  .fit-grid,
  .perception-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .start-header .brand img {
    width: 188px;
  }

  .start-header .menu-toggle span {
    background: #f7f3ec;
  }

  .start-header .main-nav {
    background: rgba(17, 20, 22, 0.98);
  }

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

  .start-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .start-mockup-stack {
    min-height: 650px;
  }

  .phone-mockup,
  .google-mockup,
  .whatsapp-mockup,
  .start-seal {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 16px;
  }

  .mockup-card {
    position: relative;
  }

  .mockup-connector {
    display: none;
  }

  .start-seal {
    display: inline-flex;
    justify-content: center;
  }

  .before-after-grid,
  .comparison-grid,
  .fit-grid,
  .signal-grid,
  .deliverables-grid,
  .method-line,
  .bonus-grid,
  .perception-grid,
  .objection-grid,
  .compact-list {
    grid-template-columns: 1fr;
  }

  .objection-card,
  .objection-card:nth-child(4),
  .objection-card:nth-child(5) {
    grid-column: span 1;
  }

  .check-panel,
  .before-card,
  .after-card,
  .comparison-card,
  .fit-panel,
  .price-card,
  .bonus-card,
  .objection-card,
  .final-cta-card {
    padding: 24px;
  }

  .price {
    font-size: 3.25rem;
  }

  .compare-image-box {
    height: min(520px, 118vw);
    padding: 14px;
  }

  .mini-profile.organized div {
    flex-wrap: wrap;
  }
}
