* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --plum: #6B3A6B;
  --plum-dark: #4A2849;
  --gold: #C9A45C;
  --gold-light: #D4B574;
  --cream: #FAF7F2;
  --warm-white: #FFFDF9;
  --text: #2D2D2D;
  --text-light: #6B6B6B;
  --blush: #F5EDE6;
}

body {
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--text);
  background: var(--warm-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(170deg, var(--cream) 0%, var(--warm-white) 50%, var(--blush) 100%);
  padding: 80px 24px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107,58,107,0.04) 0%, transparent 70%);
}

.hero-badge {
  display: inline-block;
  background: rgba(107,58,107,0.08);
  color: var(--plum);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  border-radius: 24px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 6vw, 52px);
  font-weight: 700;
  color: var(--plum-dark);
  line-height: 1.15;
  max-width: 680px;
  margin: 0 auto 20px;
}

.hero h1 em {
  color: var(--gold);
  font-style: italic;
}

.hero-sub {
  font-size: 18px;
  color: var(--text-light);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* ===== SCRIPTURE BANNER ===== */
.scripture-banner {
  background: var(--plum);
  padding: 32px 24px;
  text-align: center;
}

.scripture-banner p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.scripture-banner .ref {
  display: block;
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 13px;
  color: var(--gold-light);
  letter-spacing: 1px;
}

/* ===== PAIN SECTION ===== */
.pain {
  padding: 72px 24px;
  text-align: center;
  background: var(--warm-white);
}

.pain h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: var(--plum-dark);
  margin-bottom: 12px;
}

.pain .subtitle {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 40px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.pain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 560px;
  margin: 0 auto;
}

.pain-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  padding: 20px 24px;
  background: var(--cream);
  border-radius: 12px;
  border-left: 3px solid var(--gold);
}

.pain-item .icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

.pain-item p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
}

.pain-item p strong {
  color: var(--plum);
}

/* ===== WHAT YOU GET ===== */
.features {
  padding: 72px 24px;
  background: var(--cream);
  text-align: center;
}

.features h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: var(--plum-dark);
  margin-bottom: 8px;
}

.features .subtitle {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 44px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 560px;
  margin: 0 auto;
}

.feature-card {
  background: var(--warm-white);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: left;
  box-shadow: 0 2px 12px rgba(107,58,107,0.06);
  transition: transform 0.2s;
}

.feature-card:hover {
  transform: translateY(-2px);
}

.feature-card .emoji {
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}

.feature-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  color: var(--plum);
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.6;
}

/* ===== DAILY RITUAL PREVIEW ===== */
.ritual-preview {
  padding: 72px 24px;
  background: var(--warm-white);
  text-align: center;
}

.ritual-preview h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: var(--plum-dark);
  margin-bottom: 8px;
}

.ritual-preview .subtitle {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 40px;
}

.phone-mockup {
  max-width: 340px;
  margin: 0 auto;
  background: var(--cream);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 8px 40px rgba(107,58,107,0.1);
  text-align: left;
  border: 1px solid rgba(107,58,107,0.08);
}

.phone-mockup .pm-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 12px;
}

.phone-mockup .pm-verse {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  font-style: italic;
  color: var(--plum);
  line-height: 1.6;
  margin-bottom: 6px;
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}

.phone-mockup .pm-ref {
  font-size: 12px;
  color: var(--gold);
  margin-bottom: 20px;
  padding-left: 14px;
}

.phone-mockup .pm-affirmation {
  font-size: 15px;
  color: var(--plum-dark);
  font-weight: 500;
  margin-bottom: 24px;
  padding: 14px 16px;
  background: rgba(107,58,107,0.05);
  border-radius: 10px;
  line-height: 1.5;
}

.phone-mockup .pm-divider {
  height: 1px;
  background: rgba(107,58,107,0.1);
  margin: 20px 0;
}

.phone-mockup .pm-check-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}

.phone-mockup .pm-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--text);
}

.pm-checkbox {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid rgba(107,58,107,0.25);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pm-checkbox.checked {
  background: var(--plum);
  border-color: var(--plum);
}

.pm-checkbox.checked::after {
  content: '\2713';
  color: white;
  font-size: 13px;
  font-weight: 600;
}

/* ===== NOT SECTION ===== */
.not-section {
  padding: 56px 24px;
  text-align: center;
  background: var(--blush);
}

.not-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  color: var(--plum-dark);
  margin-bottom: 20px;
}

.not-grid {
  max-width: 480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  font-size: 14px;
  color: var(--text-light);
}

.not-item {
  padding: 12px 16px;
  text-align: left;
}

.not-item .x {
  color: var(--gold);
  font-weight: 600;
  margin-right: 6px;
}

.not-item .check {
  color: var(--plum);
  font-weight: 600;
  margin-right: 6px;
}

/* ===== SECOND SCRIPTURE ===== */
.scripture-banner-2 {
  background: linear-gradient(135deg, var(--plum-dark) 0%, var(--plum) 100%);
  padding: 32px 24px;
  text-align: center;
}

.scripture-banner-2 p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.scripture-banner-2 .ref {
  display: block;
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 13px;
  color: var(--gold-light);
  letter-spacing: 1px;
}

/* ===== CTA / EMAIL CAPTURE ===== */
.cta {
  padding: 72px 24px;
  text-align: center;
  background: var(--warm-white);
}

.cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  color: var(--plum-dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

.cta .subtitle {
  font-size: 16px;
  color: var(--text-light);
  max-width: 460px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.email-form {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.email-form input {
  padding: 16px 20px;
  border: 2px solid rgba(107,58,107,0.15);
  border-radius: 12px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  background: var(--cream);
}

.email-form input:focus {
  border-color: var(--plum);
}

.email-form input::placeholder {
  color: #B0A8B0;
}

.email-form button {
  padding: 16px 28px;
  background: var(--plum);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}

.email-form button:hover {
  background: var(--plum-dark);
  transform: translateY(-1px);
}

.form-note {
  font-size: 13px;
  color: var(--text-light);
  margin-top: 8px;
}

/* ===== FOOTER ===== */
.footer {
  padding: 32px 24px;
  text-align: center;
  background: var(--cream);
  border-top: 1px solid rgba(107,58,107,0.08);
}

.footer p {
  font-size: 13px;
  color: var(--text-light);
}

.footer a {
  color: var(--plum);
  text-decoration: none;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  padding: 72px 24px;
  text-align: center;
  background: var(--warm-white);
}

.contact-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  color: var(--plum-dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

.contact-section .subtitle {
  font-size: 16px;
  color: var(--text-light);
  max-width: 460px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.contact-form {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  padding: 16px 20px;
  border: 2px solid rgba(107,58,107,0.15);
  border-radius: 12px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  background: var(--cream);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--plum);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #B0A8B0;
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.contact-form button {
  padding: 16px 28px;
  background: var(--plum);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}

.contact-form button:hover {
  background: var(--plum-dark);
  transform: translateY(-1px);
}

/* ===== FORM SUCCESS ===== */
.form-success-message {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  color: var(--plum);
  font-style: italic;
  line-height: 1.6;
  padding: 16px 0;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 640px) {
  .pain-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; max-width: 640px; }
  .email-form { flex-direction: row; }
  .email-form input { flex: 1; }
  .email-form button { flex-shrink: 0; }
}

/* ===== NAVIGATION ===== */
.site-nav {
  background: var(--warm-white);
  border-bottom: 1px solid rgba(107,58,107,0.08);
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.nav-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--plum-dark);
  text-decoration: none;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
}

.nav-links a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--plum);
}

/* Hamburger (hidden on desktop) */
.nav-toggle-checkbox {
  display: none;
}

.nav-toggle-label {
  display: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--plum);
  position: relative;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--plum);
  left: 0;
}

.hamburger::before { top: -7px; }
.hamburger::after { top: 7px; }

/* Mobile nav */
@media (max-width: 639px) {
  .nav-toggle-label {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--warm-white);
    flex-direction: column;
    padding: 16px 24px;
    gap: 0;
    border-bottom: 1px solid rgba(107,58,107,0.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  .nav-links li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(107,58,107,0.05);
  }

  .nav-links li:last-child {
    border-bottom: none;
  }

  .nav-toggle-checkbox:checked ~ .nav-links {
    display: flex;
  }
}

/* ===== CONTENT PAGES ===== */
.content-page {
  max-width: 680px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

.content-page h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  color: var(--plum-dark);
  margin-bottom: 24px;
  line-height: 1.2;
}

.content-page h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  color: var(--plum-dark);
  margin-top: 40px;
  margin-bottom: 12px;
}

.content-page p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 16px;
}

.content-page ul {
  margin-bottom: 16px;
  padding-left: 24px;
}

.content-page li {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 8px;
}

.content-page a {
  color: var(--plum);
  text-decoration: underline;
}

.content-page .last-updated {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 32px;
}
