@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

/* ══ Music Toggle ══ */
.music-toggle{position:fixed;top:12px;right:12px;z-index:100;padding:6px 10px;border:1px solid rgba(184,134,11,0.2);background:rgba(255,245,235,0.85);backdrop-filter:blur(8px);font-size:1rem;cursor:pointer;transition:all 0.3s;border-radius:16px;line-height:1;color:var(--dark-soft, #5A3A2E)}
.music-toggle:hover{background:rgba(184,134,11,0.06)}
.music-toggle.playing{color:var(--burgundy);border-color:rgba(123,16,36,0.3);background:rgba(123,16,36,0.05)}

:root {
  --gold: #B8860B;
  --gold-light: #D4A24E;
  --gold-bright: #F0C75E;
  --burgundy: #7B1024;
  --burgundy-light: #A82040;
  --burgundy-deep: #5C0A1A;
  --cream: #FFF5EB;
  --warm-white: #FFFAF3;
  --dark: #2D1810;
  --dark-soft: #5A3A2E;
  --jade: #6B9E7D;
  --indigo: #4A3F8A;
  --indigo-light: #6B5FB0;
  --cosmic: #1E1240;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
  min-height: 100vh;
}

/* ── Ambient background ── */
.ambient-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(74,63,138,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 10%, rgba(184,134,11,0.07) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 90%, rgba(123,16,36,0.05) 0%, transparent 50%),
    var(--cream);
}

/* ── Floating number particles ── */
.num-particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.num-particle {
  position: absolute;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  opacity: 0;
  animation: float-num 14s infinite ease-out;
  color: var(--gold-light);
}
/* Small */
.num-particle:nth-child(1) { left: 3%; animation-delay: 0s; font-size: 2rem; }
.num-particle:nth-child(2) { left: 12%; animation-delay: 1.8s; font-size: 3.5rem; color: var(--indigo-light); }
.num-particle:nth-child(3) { left: 22%; animation-delay: 4s; font-size: 2.8rem; }
.num-particle:nth-child(4) { left: 32%; animation-delay: 0.8s; font-size: 4.5rem; color: var(--burgundy-light); }
.num-particle:nth-child(5) { left: 42%; animation-delay: 3s; font-size: 2.2rem; }
.num-particle:nth-child(6) { left: 52%; animation-delay: 5.5s; font-size: 3.8rem; color: var(--indigo-light); }
.num-particle:nth-child(7) { left: 62%; animation-delay: 1.2s; font-size: 2.5rem; }
.num-particle:nth-child(8) { left: 72%; animation-delay: 6.5s; font-size: 5rem; color: var(--burgundy-light); }
.num-particle:nth-child(9) { left: 82%; animation-delay: 2.5s; font-size: 3rem; }
.num-particle:nth-child(10) { left: 92%; animation-delay: 7.5s; font-size: 2.8rem; }
/* Extra batch — bigger & varied */
.num-particle:nth-child(11) { left: 8%; animation-delay: 3.5s; font-size: 5.5rem; color: var(--indigo-light); animation-duration: 16s; }
.num-particle:nth-child(12) { left: 18%; animation-delay: 8s; font-size: 3rem; animation-duration: 12s; }
.num-particle:nth-child(13) { left: 37%; animation-delay: 1.5s; font-size: 6rem; color: var(--burgundy-light); animation-duration: 18s; }
.num-particle:nth-child(14) { left: 48%; animation-delay: 5s; font-size: 2.5rem; color: var(--indigo-light); animation-duration: 13s; }
.num-particle:nth-child(15) { left: 58%; animation-delay: 9s; font-size: 4rem; animation-duration: 15s; }
.num-particle:nth-child(16) { left: 68%; animation-delay: 2s; font-size: 7rem; color: var(--burgundy-light); animation-duration: 20s; }
.num-particle:nth-child(17) { left: 78%; animation-delay: 6s; font-size: 3.2rem; color: var(--indigo-light); animation-duration: 11s; }
.num-particle:nth-child(18) { left: 88%; animation-delay: 4.5s; font-size: 5rem; animation-duration: 17s; }
.num-particle:nth-child(19) { left: 25%; animation-delay: 10s; font-size: 4.5rem; color: var(--burgundy-light); animation-duration: 14s; }
.num-particle:nth-child(20) { left: 55%; animation-delay: 7s; font-size: 6.5rem; color: var(--indigo-light); animation-duration: 19s; }
.num-particle:nth-child(21) { left: 2%; animation-delay: 11s; font-size: 3.5rem; animation-duration: 13s; }
.num-particle:nth-child(22) { left: 45%; animation-delay: 8.5s; font-size: 5.5rem; color: var(--burgundy-light); animation-duration: 16s; }
.num-particle:nth-child(23) { left: 75%; animation-delay: 0.5s; font-size: 4rem; color: var(--indigo-light); animation-duration: 15s; }
.num-particle:nth-child(24) { left: 95%; animation-delay: 3s; font-size: 3rem; animation-duration: 12s; }
.num-particle:nth-child(25) { left: 15%; animation-delay: 6.5s; font-size: 7.5rem; color: var(--burgundy-light); animation-duration: 22s; }

@keyframes float-num {
  0% { transform: translateY(100vh) rotate(0deg) scale(0.8); opacity: 0; }
  8% { opacity: 0.18; }
  50% { opacity: 0.1; }
  85% { opacity: 0.04; }
  100% { transform: translateY(-20vh) rotate(360deg) scale(1.1); opacity: 0; }
}

/* ── Container ── */
.container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.hero-icon {
  font-size: 56px;
  margin-bottom: 16px;
  animation: gentle-glow 3s ease-in-out infinite;
}
@keyframes gentle-glow {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.06); filter: brightness(1.15); }
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  font-weight: 700;
  color: var(--burgundy);
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  line-height: 1.2;
}
.hero .subtitle-mystical {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--gold);
  font-style: italic;
  letter-spacing: 0.12em;
  margin-bottom: 32px;
}

.divider {
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 20px auto;
}

.hero-description {
  font-size: 0.95rem;
  color: var(--dark-soft);
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 40px;
}

/* ── Input Form Card ── */
.form-card {
  background: var(--warm-white);
  border: 1px solid rgba(184, 134, 11, 0.15);
  border-radius: 20px;
  padding: 48px 40px;
  box-shadow: 0 8px 40px rgba(45, 24, 16, 0.06);
  margin-bottom: 48px;
  text-align: left;
}
.form-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--burgundy);
  text-align: center;
  margin-bottom: 8px;
}
.form-card .form-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--gold);
  text-align: center;
  font-style: italic;
  margin-bottom: 32px;
}

.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
}
.form-group .label-hint {
  font-size: 0.8rem;
  color: var(--dark-soft);
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}
.form-group input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(184, 134, 11, 0.25);
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: var(--dark);
  background: rgba(255, 245, 235, 0.5);
  transition: border-color 0.3s;
}
.form-group input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
}
.form-group input::placeholder {
  color: #C4A88A;
}

.calculate-btn {
  display: block;
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-deep));
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(123, 16, 36, 0.3);
  text-transform: uppercase;
  margin-top: 32px;
}
.calculate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(123, 16, 36, 0.4);
  background: linear-gradient(135deg, var(--burgundy-light), var(--burgundy));
}
.calculate-btn:active { transform: translateY(0); }
.calculate-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.error-msg {
  color: var(--burgundy);
  font-size: 0.85rem;
  text-align: center;
  margin-top: 12px;
  display: none;
}
.error-msg.visible { display: block; }

/* ── Results Section ── */
.results-section {
  display: none;
  padding-bottom: 80px;
  animation: fadeIn 0.8s ease;
}
.results-section.active { display: block; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.results-header {
  text-align: center;
  margin-bottom: 48px;
}
.results-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: var(--burgundy);
  margin-bottom: 4px;
}
.results-header .results-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--gold);
  font-style: italic;
}
.results-header .results-dob {
  font-size: 0.85rem;
  color: var(--dark-soft);
  margin-top: 4px;
}

/* Three number cards */
.number-card {
  background: var(--warm-white);
  border: 1px solid rgba(184, 134, 11, 0.12);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 28px;
  box-shadow: 0 4px 24px rgba(45, 24, 16, 0.04);
  transition: transform 0.3s, box-shadow 0.3s;
}
.number-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(45, 24, 16, 0.08);
}

.number-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.number-badge::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
}

.number-badge.life-path {
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-deep));
  box-shadow: 0 4px 20px rgba(123, 16, 36, 0.3);
}
.number-badge.expression {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  box-shadow: 0 4px 20px rgba(184, 134, 11, 0.3);
}
.number-badge.soul-urge {
  background: linear-gradient(135deg, var(--indigo), var(--indigo-light));
  box-shadow: 0 4px 20px rgba(74, 63, 138, 0.3);
}

.master-label {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #FFD700, #FF8C00);
  color: #fff;
}

.number-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--dark);
  text-align: center;
  margin-bottom: 4px;
}
.number-card .number-type {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  color: var(--gold);
  text-align: center;
  font-style: italic;
  margin-bottom: 4px;
}
.number-card .number-source {
  font-size: 0.78rem;
  color: #C4A88A;
  text-align: center;
  margin-bottom: 20px;
}

.number-card .trait-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.trait-tag {
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.life-path-tag { background: rgba(123, 16, 36, 0.08); color: var(--burgundy); }
.expression-tag { background: rgba(184, 134, 11, 0.1); color: var(--gold); }
.soul-urge-tag { background: rgba(74, 63, 138, 0.08); color: var(--indigo); }

.number-card .interpretation {
  font-size: 0.93rem;
  line-height: 1.85;
  color: var(--dark-soft);
}

.calculation-detail {
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(184, 134, 11, 0.04);
  border-radius: 10px;
  border-left: 3px solid var(--gold-light);
}
.calculation-detail .calc-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 4px;
}
.calculation-detail .calc-steps {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.92rem;
  color: var(--dark-soft);
  font-style: italic;
  line-height: 1.6;
}

/* Strengths & Weaknesses */
.sw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
.sw-box {
  padding: 18px 16px;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--dark-soft);
}
.sw-box.strengths {
  background: rgba(107, 158, 125, 0.06);
  border: 1px solid rgba(107, 158, 125, 0.15);
}
.sw-box.weaknesses {
  background: rgba(123, 16, 36, 0.04);
  border: 1px solid rgba(123, 16, 36, 0.12);
}
.sw-box .sw-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.sw-box.strengths .sw-title { color: var(--jade); }
.sw-box.weaknesses .sw-title { color: var(--burgundy); }
.sw-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sw-box ul li {
  padding: 3px 0;
  padding-left: 18px;
  position: relative;
}
.sw-box.strengths ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--jade);
  font-size: 0.7rem;
  top: 5px;
}
.sw-box.weaknesses ul li::before {
  content: '⚠';
  position: absolute;
  left: 0;
  font-size: 0.65rem;
  top: 4px;
}

/* Applications section */
.applications-box {
  margin-top: 20px;
  padding: 20px;
  background: rgba(74, 63, 138, 0.04);
  border: 1px solid rgba(74, 63, 138, 0.1);
  border-radius: 12px;
}
.applications-box .app-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--indigo);
  margin-bottom: 10px;
}
.applications-box .app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}
.app-item {
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 245, 235, 0.6);
  text-align: center;
}
.app-item .app-icon {
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.app-item .app-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 3px;
}
.app-item .app-text {
  font-size: 0.82rem;
  color: var(--dark-soft);
  line-height: 1.5;
}

@media (max-width: 640px) {
  .sw-grid { grid-template-columns: 1fr; }
  .applications-box .app-grid { grid-template-columns: 1fr; }
}

/* Disclaimer */
.disclaimer-bar {
  margin: 40px 0 20px;
}
.disclaimer-inner {
  background: rgba(107, 158, 125, 0.06);
  border: 1px solid rgba(107, 158, 125, 0.15);
  border-radius: 12px;
  padding: 20px 28px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.disclaimer-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}
.disclaimer-text {
  color: var(--dark-soft);
  font-size: 0.84rem;
  line-height: 1.7;
}
.disclaimer-text strong {
  color: var(--dark);
}

/* Action buttons */
.action-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.action-btn {
  padding: 12px 32px;
  border-radius: 50px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
.action-btn.primary {
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-deep));
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(123, 16, 36, 0.2);
}
.action-btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(123, 16, 36, 0.3);
}
.action-btn.secondary {
  background: transparent;
  color: var(--dark-soft);
  border: 1px solid rgba(184, 134, 11, 0.25);
}
.action-btn.secondary:hover {
  border-color: var(--gold);
  background: rgba(184, 134, 11, 0.04);
}

/* ── Footer ── */
.footer {
  text-align: center;
  padding: 48px 20px;
  border-top: 1px solid rgba(184, 134, 11, 0.12);
  margin-top: 40px;
}
.footer p {
  font-size: 0.8rem;
  color: #C4A88A;
  line-height: 1.8;
}
.footer .footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 8px;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .form-card { padding: 32px 24px; }
  .number-card { padding: 28px 20px; }
  .number-badge { width: 64px; height: 64px; font-size: 1.8rem; }
  .action-row { flex-direction: column; align-items: center; }
  .disclaimer-inner { flex-direction: column; padding: 16px 20px; }
}

/* ── Back to top ── */
.back-top {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--burgundy);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(123, 16, 36, 0.3);
  transition: all 0.3s;
  z-index: 100;
}
.back-top:hover { transform: translateY(-2px); }
.back-top.visible { display: flex; }

/* ── Donation Section ── */
.donation-section {
  padding: 60px 20px;
  position: relative;
  z-index: 5;
  text-align: center;
}
.donation-card-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: var(--warm-white);
  border: 1px solid rgba(184, 134, 11, 0.15);
  border-radius: 16px;
  padding: 48px 40px;
  box-shadow: 0 4px 24px rgba(45, 24, 16, 0.04);
}
.donation-card-wrap h2 {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  color: var(--burgundy);
  margin-bottom: 8px;
}
.donation-card-wrap .donation-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 28px;
}
.donation-card-wrap p {
  color: var(--dark-soft);
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 0.95rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.donation-purposes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 32px 0;
  text-align: center;
}
.purpose-item {
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid rgba(184, 134, 11, 0.12);
  background: rgba(255, 245, 235, 0.5);
}
.purpose-item .purpose-icon { font-size: 2rem; margin-bottom: 10px; }
.purpose-item .purpose-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
}
.purpose-item .purpose-desc {
  font-size: 0.85rem;
  color: var(--dark-soft);
  line-height: 1.6;
}
.donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(184, 134, 11, 0.25);
  text-decoration: none;
}
.donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(184, 134, 11, 0.35);
}
.donation-note {
  font-size: 0.8rem !important;
  color: #C4A88A !important;
  margin-top: 20px !important;
  font-style: italic;
}
@media (max-width: 640px) {
  .donation-card-wrap { padding: 32px 24px; }
  .donation-purposes { grid-template-columns: 1fr; }
}

/* ── Life Analysis CTA Banner ── */
.life-cta-banner {
  margin: 40px auto;
  max-width: 720px;
  padding: 40px 32px;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(184,134,11,0.06), rgba(123,16,36,0.04));
  border: 1px solid rgba(184,134,11,0.15);
  position: relative;
  z-index: 5;
}
.life-cta-banner .cta-icon { font-size: 2.4rem; margin-bottom: 12px; }
.life-cta-banner h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 600;
  color: #7B1024;
  margin-bottom: 12px;
  line-height: 1.4;
}
.life-cta-banner p {
  font-size: 0.92rem;
  color: #5A3A2E;
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto 20px;
}
.life-cta-btn {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, #B8860B, #D4A24E);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(184,134,11,0.25);
}
.life-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(184,134,11,0.35);
}
.life-cta-sub {
  font-size: 0.78rem;
  color: #C4A88A;
  margin-top: 12px;
  font-style: italic;
}
.life-cta-home {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.85rem;
  color: #7B1024;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s;
}
.life-cta-home:hover { opacity: 0.7; }
