/* ============================================================
   Reiki Dawn Academy — Emotional Release product theme
   Loaded after style.css on the Reiki for Emotional Release
   landing page only (body.emotional-page). Uses the warm dawn
   palette from the ad creative — deep plum sections with coral
   and gold accents — and styles the sections unique to this
   offer (wins wall, four layers, value stack).
   ============================================================ */

.emotional-page {
  --plum: #4b3480;
  --plum-deep: #3a2866;
  --plum-night: #2e2350;
  --gold-deep: #b07f1a;
  --gold-rich: #d4901d;
}

/* ---------- Accent + button overrides ---------- */
.emotional-page .accent-text {
  background: linear-gradient(100deg, var(--gold-rich), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.emotional-page .journey-section .accent-text,
.emotional-page .final-cta-section .accent-text,
.emotional-page .hero .accent-text {
  background: linear-gradient(100deg, #f6c05c, #e8a04c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.emotional-page .btn-primary {
  background: linear-gradient(100deg, #f2b23e 0%, var(--gold-rich) 100%);
  color: #241a05;
  box-shadow: 0 8px 24px rgba(212, 144, 29, 0.4);
}
.emotional-page .btn-primary:hover {
  box-shadow: 0 12px 32px rgba(212, 144, 29, 0.5);
}

.emotional-page .eyebrow { color: var(--gold-deep); }
.emotional-page .eyebrow i { color: var(--gold-rich); }

/* ---------- Hero (emerald night + gold) ---------- */
.emotional-page .hero {
  background:
    radial-gradient(1000px 500px at 80% -10%, rgba(246, 192, 92, 0.22), transparent 60%),
    radial-gradient(800px 500px at 10% 110%, rgba(246, 192, 92, 0.1), transparent 60%),
    linear-gradient(160deg, var(--plum-night) 0%, var(--plum) 100%);
}
.emotional-page .hero .eyebrow { color: var(--gold); }
.emotional-page .hero h1 { color: var(--white); }
.emotional-page .hero-bullets li { color: rgba(255, 255, 255, 0.88); }
.emotional-page .hero-bullets i { color: var(--gold); }
.emotional-page .hero .cta-microcopy { color: rgba(255, 255, 255, 0.7); }
.emotional-page .hero .cta-microcopy i { color: var(--gold); }
/* Hero photo replaces the animated sun visual on this page */
.emotional-page .hero-visual { min-height: 0; }

.hero-photo-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  border-radius: 220px 220px 24px 24px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(10, 30, 24, 0.45);
  outline: 1px solid rgba(246, 192, 92, 0.35);
  outline-offset: -1px;
}
.hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(246, 192, 92, 0.18) 0%, transparent 45%);
  pointer-events: none;
}
.hero-photo {
  display: block;
  width: 100%;
  height: auto;
}
.hero-photo-kanji {
  position: absolute;
  bottom: 16px;
  left: 20px;
  z-index: 1;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'Noto Serif JP', Georgia, serif;
  font-size: 2.6rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
}

.emotional-page .card-day {
  top: 34px;
  left: -18px;
}
.emotional-page .fc-label { color: var(--gold-deep); }
.emotional-page .fc-title i { color: var(--gold-deep); }

.card-teacher {
  bottom: 34px;
  right: -18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  animation-delay: 1.6s;
}

/* ---------- Hero proof + photo caption ---------- */
.hero-proof {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--white);
  text-align: center;
  max-width: 920px;
  margin: 0 auto 36px;
}
@media (max-width: 900px) {
  .hero-proof {
    font-size: 1.5rem;
    margin-bottom: 28px;
  }
  .emotional-page .hero-copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .emotional-page .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .emotional-page .hero-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .emotional-page .hero-cta-group .btn-xl {
    width: auto;
    max-width: 100%;
  }
}
.emotional-page .hero-inner {
  gap: 48px;
}
.emotional-page .hero-inner.no-avatar {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}
.emotional-page .hero-inner.no-avatar .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.emotional-page .hero-inner.no-avatar .hero-sub {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 901px) {
  .emotional-page .hero-inner:not(.no-avatar) {
    grid-template-columns: 0.85fr 1.15fr;
  }
  /* Desktop: photo on the left. Mobile keeps natural DOM order = copy/CTA then photo. */
  .emotional-page .hero-visual { order: -1; }
}
.emotional-page .hero-sub {
  font-size: clamp(1.2rem, 2.2vw, 1.4rem);
  color: rgba(255, 255, 255, 0.78);
  margin: 20px 0 28px;
  max-width: 540px;
}
.emotional-page .hero-sub strong { color: var(--gold); }
.hero-photo-caption {
  margin-top: 14px;
  max-width: 400px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}
.emotional-page .hero-visual {
  flex-direction: column;
  align-items: center;
}

/* ---------- Problem checklist ---------- */
.pain-section { padding: 90px 0; background: var(--white); }
.pain-list {
  list-style: none;
  max-width: 560px;
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ink);
}
.pain-list i { color: var(--gold-rich); font-size: 1.2rem; margin-top: 3px; }
.pain-bridge { text-align: center; max-width: 620px; margin: 0 auto; }
.pain-then {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 14px;
}
.pain-bridge p:not(.pain-then) {
  font-size: 1rem;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.pain-bridge .btn { margin-top: 10px; }

/* ---------- Promise checklist + centered CTAs ---------- */
.check-list {
  list-style: none;
  max-width: 520px;
  margin: 0 auto 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.02rem;
  color: var(--ink);
}
.check-list i { color: var(--gold-rich); font-size: 1.15rem; margin-top: 3px; }
.center-cta { text-align: center; }

/* ---------- Stats bar ---------- */
.stats-section { padding: 70px 0; background: var(--white); border-top: 1px solid rgba(201, 154, 58, 0.18); border-bottom: 1px solid rgba(201, 154, 58, 0.18); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 700;
  background: linear-gradient(100deg, var(--gold-rich), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
  line-height: 1.1;
}
.stat p { color: var(--ink-soft); font-size: 0.98rem; max-width: 260px; margin: 0 auto; }

/* ---------- Path cards with bullets ---------- */
.emotional-page .jc-body h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  margin-bottom: 20px;
  line-height: 1.25;
}
.emotional-page .jc-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.emotional-page .jc-body ul li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}
.emotional-page .jc-body ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.emotional-page .jc-body ul li strong { color: var(--white); }

/* ---------- Features ---------- */
.features-section { padding: 90px 0; background: var(--white); }
.sp-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 6px;
}
.sp-list li {
  position: relative;
  padding-left: 20px;
  color: var(--ink-soft);
  font-size: 0.93rem;
  line-height: 1.55;
}
.sp-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--gold-rich);
  font-weight: 700;
}
.sp-list li strong { color: var(--ink); }

/* ---------- Bonuses ---------- */
.bonus-section { padding: 90px 0; background: var(--white); }
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}
.bonus-card {
  position: relative;
  background: var(--cream);
  border: 1px solid rgba(201, 154, 58, 0.25);
  border-radius: var(--radius);
  padding: 30px 26px 26px;
  text-align: center;
}
.bonus-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6c05c, var(--gold-rich));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #241a05;
}
.bonus-value {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 10px;
}
.bonus-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 8px;
}
.bonus-card p { color: var(--ink-soft); font-size: 0.92rem; }
.stack-grand-total {
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  color: var(--ink);
  margin-bottom: 26px;
}
.stack-grand-total strong { color: var(--gold-deep); }

/* ---------- Price recap table ---------- */
.price-table {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.price-table li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 11px 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
  border-bottom: 1px dashed rgba(201, 154, 58, 0.35);
}
.price-table li:last-child { border-bottom: none; }
.price-table-head {
  font-size: 0.82rem !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink) !important;
  border-bottom: 2px solid rgba(201, 154, 58, 0.45) !important;
  padding-bottom: 12px !important;
  margin-bottom: 4px;
}
.price-table-val { font-weight: 700; color: var(--gold-deep); white-space: nowrap; }

/* ---------- Founder story layout ---------- */
.founder-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.founder-sign {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink);
}
.emotional-page .steps-section { background: var(--white); }
.emotional-page .steps-section .center-cta { margin-top: 40px; }
.emotional-page .founder-section { background: var(--cream-2); }

/* ---------- Slim footer ---------- */
.emotional-page .site-footer { background: var(--plum-night); }
.slim-footer { padding: 26px 0; }
.slim-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.slim-footer .footer-logo { margin: 0; }
.slim-footer-links {
  display: flex;
  gap: 26px;
}
.slim-footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.88rem;
}
.slim-footer-links a:hover { color: var(--gold); }
.slim-footer .footer-copy { font-size: 0.85rem; color: rgba(255, 255, 255, 0.55); margin: 0; }
@media (max-width: 700px) {
  .slim-footer-inner { flex-direction: column; text-align: center; }
  .slim-footer-links { gap: 18px; }
}

/* ---------- Student wins wall ---------- */
.wins-section {
  padding: 90px 0;
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(246, 192, 92, 0.18), transparent 65%),
    var(--cream-2);
}
.wins-grid {
  column-count: 4;
  column-gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}
.win-card {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin: 0 0 18px;
  background: var(--white);
  border: 1px solid rgba(201, 154, 58, 0.22);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  padding: 20px 22px;
}
.win-card blockquote {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 12px;
}
.win-card mark {
  background: linear-gradient(transparent 45%, rgba(246, 192, 92, 0.6) 45%);
  color: inherit;
  padding: 0 2px;
}
.win-card figcaption {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink);
}
.win-card figcaption::before { content: "— "; color: var(--gold-deep); }
.wins-disclaimer {
  text-align: center;
  font-size: 0.8rem;
  color: var(--ink-soft);
  opacity: 0.8;
  margin-top: 14px;
}

/* ---------- Four layers ---------- */
.layers-section { padding: 90px 0; background: var(--white); }
.layers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.layer-card {
  background: var(--cream);
  border: 1px solid rgba(201, 154, 58, 0.2);
  border-radius: var(--radius);
  padding: 30px 28px;
}
.layer-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6c05c, var(--gold-rich));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #241a05;
  margin-bottom: 16px;
}
.layer-card h3 {
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--ink);
  margin-bottom: 8px;
}
.layer-card p { color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Spiritual ornaments ---------- */
/* Lotus divider above key headings */
.lotus-divider {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--gold-rich);
}
.lotus-divider svg { width: 76px; height: 36px; display: block; }
.lotus-divider.on-dark { color: var(--gold); }

/* ---------- Vision lifestyle images ---------- */
.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 34px 0 38px;
}
.vision-card {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  outline: 1px solid rgba(201, 154, 58, 0.25);
  outline-offset: -1px;
}
.vision-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 700px) {
  .vision-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ---------- Creator section tweaks ---------- */
.emotional-page .founder-grid {
  align-items: start;
  grid-template-columns: 340px 1fr;
  gap: 56px;
}
.emotional-page .founder-grid.no-avatar {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 24px auto 0;
  gap: 28px;
}
.emotional-page .founder-photo {
  width: 320px;
  height: 320px;
  background: none;
  overflow: hidden;
  outline-color: rgba(201, 154, 58, 0.4);
}
.emotional-page .founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 800px) {
  .emotional-page .founder-grid:not(.no-avatar) { grid-template-columns: 1fr; gap: 32px; }
  .emotional-page .founder-photo { width: 240px; height: 240px; }
}
.emotional-page .founder-creds i { color: var(--gold-deep); }
.emotional-page .founder-role { color: var(--gold-deep); }
.founder-personal {
  font-style: italic;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* ---------- Activations (journey) in emerald ---------- */
.emotional-page .journey-section {
  background: linear-gradient(180deg, var(--plum-night) 0%, var(--plum) 100%);
}
.emotional-page .day-badge {
  background: linear-gradient(135deg, #f6c05c, var(--gold-rich));
  color: #241a05;
}

/* ---------- Value stack ---------- */
.stack-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}
.stack-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(201, 154, 58, 0.35);
}
.stack-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.stack-list li > i {
  color: var(--gold-deep);
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
  margin-top: 3px;
}
.stack-list li > div { flex: 1; }
.stack-list strong { display: block; color: var(--ink); margin-bottom: 2px; }
.stack-list li > div span { color: var(--ink-soft); font-size: 0.9rem; }
.stack-value {
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--gold-deep);
}
.emotional-page .price-row {
  gap: 8px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 2px solid rgba(201, 154, 58, 0.35);
}
.emotional-page .price-value {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--ink-soft);
}
.emotional-page .price-value strong {
  font-weight: 700;
  color: var(--gold-deep);
}
.emotional-page .price-now {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.5vw, 2rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
}
.emotional-page .price-now strong {
  font-size: 1.15em;
  font-weight: 700;
  color: var(--gold-deep);
}

.results-disclaimer {
  text-align: center;
  font-size: 0.78rem;
  color: var(--ink-soft);
  opacity: 0.75;
  max-width: 560px;
  margin: 20px auto 0;
}

/* ---------- Offer section (green) ---------- */
.emotional-page #pricing-section {
  background:
    radial-gradient(900px 500px at 50% 120%, rgba(246, 192, 92, 0.28), transparent 65%),
    linear-gradient(180deg, var(--plum) 0%, var(--plum-night) 100%);
}
.emotional-page #pricing-section .section-title { color: var(--white); }
.emotional-page #pricing-section .accent-text {
  background: linear-gradient(100deg, #f6c05c, #e8a04c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Guarantee section ---------- */
.guarantee-section {
  padding: 90px 0;
  background: var(--cream-2);
}
.emotional-page .guarantee-section .guarantee-box {
  background: var(--white);
  border-color: rgba(201, 154, 58, 0.35);
  max-width: 680px;
  margin-top: 8px;
}
.emotional-page .guarantee-section .guarantee-seal {
  background: linear-gradient(135deg, #f6c05c, var(--gold-rich));
  box-shadow: 0 8px 20px rgba(212, 144, 29, 0.35);
}
.emotional-page .guarantee-section .guarantee-box p {
  color: var(--ink-soft);
  margin: 0;
}

/* ---------- Final CTA in emerald ---------- */
.emotional-page .final-cta-section {
  background:
    radial-gradient(900px 500px at 50% 120%, rgba(246, 192, 92, 0.35), transparent 65%),
    linear-gradient(180deg, var(--plum) 0%, var(--plum-night) 100%);
}
.emotional-page .final-sun {
  background: linear-gradient(135deg, var(--gold), var(--gold-rich));
  color: #241a05;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .wins-grid { column-count: 3; }
}
@media (max-width: 800px) {
  .wins-grid { column-count: 2; }
  .layers-grid { grid-template-columns: 1fr; }
  .bonus-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .stats-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 900px) {
  .hero-photo-wrap { max-width: 330px; }
  .hero-photo-kanji { font-size: 2.1rem; }
  .emotional-page .card-day { left: -8px; }
  .card-teacher { right: -8px; }
}
@media (max-width: 560px) {
  .wins-grid { column-count: 1; max-width: 440px; }
  .stack-list li { flex-wrap: wrap; }
  .stack-list li > div { flex: 1 1 calc(100% - 38px); }
  .stack-value { width: 100%; text-align: right; margin-top: 2px; }
}

/* ---------- Conversion type floor (must stay last) ---------- */
.emotional-page .section-lead,
.emotional-page .pain-list li,
.emotional-page .check-list li,
.emotional-page .pain-bridge p,
.emotional-page .pain-bridge p:not(.pain-then),
.emotional-page .pain-then,
.emotional-page .stat p,
.emotional-page .jc-body ul li,
.emotional-page .sp-list li,
.emotional-page .stack-list li > div span,
.emotional-page .bonus-card p,
.emotional-page .price-table li,
.emotional-page .guarantee-box p,
.emotional-page .step-card p,
.emotional-page .faq-item summary,
.emotional-page .faq-item p,
.emotional-page .founder-bio p,
.emotional-page .founder-creds li,
.emotional-page .win-card blockquote,
.emotional-page .solution-point p {
  font-size: 18px;
  line-height: 1.65;
}
.emotional-page .stack-value,
.emotional-page .price-table-val,
.emotional-page .win-card figcaption,
.emotional-page .hero-photo-caption,
.emotional-page .bonus-value,
.emotional-page .wins-disclaimer,
.emotional-page .results-disclaimer,
.emotional-page .slim-footer-links a,
.emotional-page .slim-footer .footer-copy,
.emotional-page .cta-microcopy {
  font-size: 16px;
  line-height: 1.5;
}
.emotional-page .btn-offer {
  width: 100%;
  padding: 22px 36px;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 999px;
  border: none;
  /* White gap, then logo purple ring */
  box-shadow:
    0 0 0 5px #ffffff,
    0 0 0 8px #7c5cbf,
    0 14px 36px rgba(212, 144, 29, 0.4);
}
.emotional-page .btn-offer:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 0 0 5px #ffffff,
    0 0 0 9px #8f72cf,
    0 18px 44px rgba(212, 144, 29, 0.55);
}
@media (max-width: 560px) {
  .emotional-page .btn-offer {
    font-size: 1.08rem;
    padding: 18px 24px;
  }
}
.emotional-page .btn-lg { font-size: 1.1rem; }
.emotional-page .btn-xl { font-size: 1.15rem; }
@media (max-width: 560px) {
  .emotional-page .btn-xl { font-size: 1.05rem; }
}
