.heart-page {
  padding-bottom: 84px;
}

.heart-hero {
  padding: 28px 24px 22px;
}

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

.heart-text-shell {
  width: min(740px, 100%);
  margin: 0 auto;
}

.heart-hero-copy {
  text-align: center;
}

.heart-hero-copy .eyebrow,
.heart-section-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.heart-hero-title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--text);
}

.heart-hero-title em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
}

.heart-hero-sub {
  max-width: 480px;
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-soft);
}

.heart-hero-proofline {
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-muted);
}

.heart-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.heart-hero-actions .btn-primary,
.heart-hero-actions .btn-secondary {
  min-width: 220px;
}

.heart-trust-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.heart-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  box-shadow: 0 1px 4px rgba(30, 10, 8, 0.06);
  font-size: 12px;
  color: var(--text-soft);
}

.heart-trust-pill strong {
  color: var(--success);
  font-weight: 500;
}

.heart-hero-visual {
  margin-top: 30px;
}

.heart-hero-scene {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.72), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.55), transparent 32%),
    linear-gradient(180deg, #efe5d8 0%, #eadfce 100%);
  padding: 38px;
  box-shadow: 0 8px 40px rgba(30, 10, 8, 0.12);
}

.heart-hero-scene::before,
.heart-hero-scene::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(26px);
  opacity: 0.45;
}

.heart-hero-scene::before {
  width: 180px;
  height: 180px;
  left: -24px;
  top: 26px;
  background: rgba(186, 0, 0, 0.08);
}

.heart-hero-scene::after {
  width: 220px;
  height: 220px;
  right: -50px;
  bottom: -32px;
  background: rgba(30, 10, 8, 0.08);
}

.heart-hero-poster {
  position: relative;
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 22px;
  background: linear-gradient(145deg, #5f4637 0%, #3f2e24 34%, #7b5f4f 100%);
  border-radius: 8px;
  box-shadow:
    0 8px 40px rgba(30, 10, 8, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.heart-hero-poster::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.heart-hero-paper {
  position: relative;
  background: linear-gradient(180deg, #fbf8f1 0%, #f5eee4 100%);
  padding: 30px 28px 34px;
  min-height: 660px;
}

.heart-hero-paper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.16), transparent 34%, rgba(30, 10, 8, 0.04) 100%);
  pointer-events: none;
}

.heart-hero-art {
  width: min(448px, 100%);
  margin: 0 auto;
}

.heart-hero-art svg {
  display: block;
  width: 100%;
  height: auto;
}

.heart-hero-copyblock {
  margin-top: 18px;
  text-align: center;
  color: var(--text);
}

.heart-hero-names {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4.4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.heart-hero-tagline {
  margin-top: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  color: var(--text-soft);
}

.heart-hero-date {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.heart-section {
  padding: 0 24px 28px;
}

.heart-section-card,
.heart-social-card,
.heart-product-card,
.heart-pricing-card,
.heart-moment-card,
.heart-step-card,
.heart-faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(186, 0, 0, 0.06);
}

.heart-section-head {
  text-align: center;
  margin-bottom: 24px;
}

.heart-section-title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.06;
  font-weight: 400;
  color: var(--text);
  letter-spacing: -0.02em;
}

.heart-section-sub {
  max-width: 640px;
  margin: 14px auto 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-soft);
}

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

.heart-social-card {
  padding: 24px 22px 20px;
}

.heart-social-quote {
  margin: 0 0 16px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.34;
  color: var(--text);
}

.heart-social-attrib {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.heart-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 24px;
  align-items: center;
}

.heart-product-card {
  padding: 24px;
}

.heart-demo-poster {
  background: linear-gradient(180deg, #fbf8f1 0%, #f6efe4 100%);
  border-radius: 8px;
  padding: 24px;
  border: 1px solid var(--border);
}

.heart-demo-poster svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 430px;
  margin: 0 auto;
}

.heart-demo-caption {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heart-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.heart-benefits li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(232, 226, 218, 0.7);
}

.heart-benefits li:last-child {
  border-bottom: 0;
}

.heart-benefit-icon {
  font-size: 20px;
  line-height: 1.2;
}

.heart-benefit-copy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
}

.heart-benefit-copy span {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-soft);
}

.heart-builder-intro {
  text-align: center;
  margin-bottom: 20px;
}

.heart-builder-intro .heart-section-sub {
  margin-top: 10px;
}

.heart-builder-reassurance {
  margin: 0 0 16px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: var(--text-muted);
  text-align: center;
}

.heart-steps-grid,
.heart-moments-grid {
  display: grid;
  gap: 16px;
}

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

.heart-step-card {
  padding: 22px 20px;
}

.heart-step-num {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1;
  color: var(--gold);
}

.heart-step-card h3,
.heart-moment-card h3,
.heart-pricing-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
  color: var(--text);
  font-weight: 500;
}

.heart-step-card p,
.heart-moment-card p,
.heart-pricing-card p,
.heart-faq-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-soft);
}

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

.heart-pricing-card {
  padding: 24px;
}

.heart-pricing-card.featured {
  transform: translateY(-4px);
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-card);
}

.heart-pricing-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(186, 0, 0, 0.22);
  background: var(--gold-dim);
  color: var(--gold);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heart-price {
  margin: 14px 0 10px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  color: var(--gold);
}

.heart-pricing-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 22px;
  display: grid;
  gap: 10px;
}

.heart-pricing-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-soft);
}

.heart-pricing-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--success);
  font-weight: 500;
}

.heart-pricing-card .btn-primary,
.heart-pricing-card .btn-secondary {
  width: 100%;
  justify-content: center;
}

.heart-emotion {
  padding: 8px 24px 30px;
}

.heart-emotion-band {
  background: linear-gradient(180deg, #f5f0ec 0%, #faf7f5 100%);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  padding: 40px 26px;
  text-align: center;
}

.heart-emotion-copy {
  max-width: 600px;
  margin: 18px auto 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.8vw, 36px);
  line-height: 1.45;
  color: var(--text);
}

.heart-emotion-actions {
  margin-top: 24px;
}

.heart-moments-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.heart-moment-card {
  padding: 22px 20px;
}

.heart-moment-icon {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
}

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

.heart-faq-item {
  overflow: hidden;
}

.heart-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 48px 20px 20px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
}

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

.heart-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--gold);
}

.heart-faq-item[open] summary::after {
  content: '−';
}

.heart-faq-item p {
  padding: 0 20px 20px;
}

.heart-final {
  padding: 8px 24px 0;
}

.heart-final-band {
  background: var(--footer-bg);
  border-radius: 22px;
  padding: 44px 24px;
  text-align: center;
  box-shadow: 0 8px 40px rgba(30, 10, 8, 0.12);
}

.heart-final-band .heart-section-eyebrow,
.heart-final-band .heart-section-title {
  color: #F0EAE4;
}

.heart-final-band .heart-section-sub,
.heart-final-foot {
  color: #B8A09A;
}

.heart-final-actions {
  margin-top: 24px;
}

.heart-final-foot {
  margin-top: 14px;
  font-size: 12px;
}

.heart-hero + .builder {
  padding-top: 0;
}

.heart-hero + .builder .map-frame-window .poster-gloss,
.heart-hero + .builder .map-frame-window .canvas-placeholder,
.heart-hero + .builder .map-frame-window .canvas-loading {
  position: absolute;
  inset: 0;
}

.heart-hero + .builder .map-frame-window .canvas-placeholder,
.heart-hero + .builder .map-frame-window .canvas-loading {
  display: flex;
}

@media (max-width: 1100px) {
  .heart-social-grid,
  .heart-steps-grid,
  .heart-pricing-grid,
  .heart-moments-grid {
    grid-template-columns: 1fr;
  }

  .heart-product-grid {
    grid-template-columns: 1fr;
  }

  .heart-pricing-card.featured {
    transform: none;
  }
}

@media (max-width: 900px) {
  .heart-hero,
  .heart-section,
  .heart-emotion,
  .heart-final {
    padding-left: 18px;
    padding-right: 18px;
  }

  .heart-hero-scene {
    padding: 22px;
    border-radius: 20px;
  }

  .heart-hero-poster {
    padding: 16px;
  }

  .heart-hero-paper {
    min-height: auto;
    padding: 22px 18px 26px;
  }

  .heart-hero-title {
    font-size: clamp(34px, 9vw, 52px);
  }

  .heart-hero-sub {
    font-size: 15px;
  }

  .heart-hero-actions .btn-primary,
  .heart-hero-actions .btn-secondary {
    width: 100%;
    min-width: 0;
  }

  .heart-trust-pills {
    flex-direction: column;
    align-items: stretch;
  }

  .heart-text-shell,
  .heart-shell {
    width: 100%;
  }
}
