/* ═══════════════════════════════════════════════
   PÃO DE CADA DIA — stylesheet
   Estética: editorial, pergaminho, devocional
   Foco em acessibilidade para idosos (18px+, alto contraste)
   ═══════════════════════════════════════════════ */

:root {
  --parchment: #f4ecd8;
  --parchment-deep: #ebe0c3;
  --cream-card: #faf3e0;
  --ink: #2a1f17;
  --ink-soft: #4a3a2c;
  --ink-muted: #6b5a48;
  --gold: #a67c3a;
  --gold-deep: #8b6528;
  --gold-light: #d4b57a;
  --burgundy: #6b2737;
  --burgundy-deep: #4e1c28;
  --whatsapp: #128C7E;
  --whatsapp-deep: #0a6b5f;
  --sage: #5c6b4e;
  --rule: rgba(42, 31, 23, 0.22);
  --rule-soft: rgba(42, 31, 23, 0.10);
  --shadow-warm: 0 20px 50px -20px rgba(107, 39, 55, 0.25);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--parchment);
  color: var(--ink);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;                    /* Base maior para leitura confortável */
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(ellipse at 15% 10%, rgba(166, 124, 58, 0.10), transparent 55%),
    radial-gradient(ellipse at 85% 80%, rgba(107, 39, 55, 0.07), transparent 55%),
    repeating-linear-gradient(43deg, transparent, transparent 2px, rgba(42, 31, 23, 0.008) 2px, rgba(42, 31, 23, 0.008) 3px);
}

a { color: var(--burgundy); text-decoration: none; }
a:hover { color: var(--burgundy-deep); }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ══════════════ NAV ══════════════ */
nav.top {
  padding: 20px 0;
  border-bottom: 1px solid var(--rule-soft);
  position: sticky;
  top: 0;
  background: rgba(244, 236, 216, 0.94);
  backdrop-filter: blur(8px);
  z-index: 20;
}

nav.top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.brand-mark {
  width: 34px; height: 34px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-deep);
  font-family: 'Cormorant Unicase', serif;
  font-size: 17px;
  font-weight: 700;
}

nav .links {
  display: flex;
  gap: 28px;
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  color: var(--ink-soft);
}

nav .links a { color: var(--ink-soft); }
nav .links a:hover { color: var(--burgundy); }

/* ══════════════ BUTTONS ══════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: var(--burgundy);
  color: var(--cream-card);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  border-radius: 3px;
  min-height: 48px;               /* Alvo grande para touch de idoso */
  line-height: 1.2;
}

.btn:hover {
  background: var(--burgundy-deep);
  color: var(--cream-card);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -8px rgba(107, 39, 55, 0.45);
}

.btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.btn-ghost {
  background: transparent;
  color: var(--burgundy);
  border: 1.5px solid var(--burgundy);
}
.btn-ghost:hover {
  background: var(--burgundy);
  color: var(--cream-card);
}

.btn-gold {
  background: var(--gold-deep);
  color: var(--cream-card);
}
.btn-gold:hover {
  background: var(--ink);
  color: var(--cream-card);
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: white;
}
.btn-whatsapp:hover {
  background: var(--whatsapp-deep);
  color: white;
}

.btn-large { padding: 16px 34px; font-size: 19px; }
.btn-xl { padding: 20px 44px; font-size: 22px; min-height: 60px; }
.btn-block { display: flex; width: 100%; }

.wa-icon {
  font-family: 'Cormorant Unicase', serif;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 820px) {
  nav .links { display: none; }
  nav.top .container { gap: 12px; }
  .brand { font-size: 20px; }
}

/* ══════════════ HERO ══════════════ */
.hero {
  padding: 80px 0 70px;
  text-align: center;
  position: relative;
}

.eyebrow, .section-eyebrow {
  font-family: 'Cormorant Unicase', serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.eyebrow::before, .eyebrow::after,
.section-eyebrow::before, .section-eyebrow::after {
  content: "—";
  color: var(--gold);
  margin: 0 10px;
  opacity: 0.7;
}

.section-eyebrow { text-align: center; }

h1.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 16ch;
  margin: 0 auto 28px;
}

h1.hero-title em {
  font-style: italic;
  color: var(--burgundy);
  font-weight: 500;
}

.hero-lede {
  font-size: 21px;
  font-style: italic;
  color: var(--ink-soft);
  max-width: 54ch;
  margin: 0 auto 40px;
  line-height: 1.5;
}

.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-note {
  margin-top: 24px;
  font-size: 15px;
  font-style: italic;
  color: var(--ink-muted);
}

.hero-note .dot {
  color: var(--gold);
  margin: 0 6px;
}

/* ══════════════ NAME INPUT ══════════════ */
.name-input-wrap {
  margin: 30px auto 32px;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.name-input-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-style: italic;
  color: var(--ink-muted);
}

.name-input {
  width: 100%;
  padding: 14px 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  background: var(--cream-card);
  border: 1px solid var(--rule);
  border-radius: 3px;
  color: var(--ink);
  transition: all 0.25s ease;
}

.name-input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(166, 124, 58, 0.15);
}

.name-input::placeholder {
  color: var(--ink-muted);
  font-style: italic;
  font-weight: 400;
}

/* ══════════════ BLESSING CARD (the object) ══════════════ */
.blessing-card {
  max-width: 560px;
  margin: 0 auto;
  background: var(--cream-card);
  padding: 48px 44px 52px;
  position: relative;
  box-shadow: var(--shadow-warm),
              0 0 0 1px var(--rule),
              0 0 0 8px var(--cream-card),
              0 0 0 9px var(--gold-light);
  text-align: center;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 22px, rgba(42, 31, 23, 0.018) 22px, rgba(42, 31, 23, 0.018) 23px);
}

.blessing-card::before,
.blessing-card::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--gold);
  opacity: 0.45;
}
.blessing-card::before {
  top: 14px; left: 14px;
  border-right: none; border-bottom: none;
}
.blessing-card::after {
  bottom: 14px; right: 14px;
  border-left: none; border-top: none;
}

.blessing-date {
  font-family: 'Cormorant Unicase', serif;
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blessing-salutation {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 27px;
  color: var(--burgundy);
  margin-bottom: 14px;
  font-weight: 500;
}

.blessing-salutation .name {
  font-weight: 600;
  font-style: normal;
}

.ornament {
  color: var(--gold);
  font-size: 20px;
  margin: 14px 0;
  letter-spacing: 0.6em;
  padding-left: 0.6em;
}

.verse {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-style: italic;
  line-height: 1.4;
  color: var(--ink);
  margin: 18px 0 10px;
  padding: 0 8px;
}

.verse-ref {
  font-family: 'Cormorant Unicase', serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-bottom: 22px;
}

.reflection {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0 0 22px;
  text-align: left;
  padding: 0 6px;
}

.reflection .dropcap {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px;
  float: left;
  line-height: 0.9;
  margin: 4px 8px -2px 0;
  color: var(--burgundy);
  font-weight: 500;
}

.prayer-label {
  font-family: 'Cormorant Unicase', serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 6px;
}

.prayer {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 19px;
  color: var(--ink);
  line-height: 1.5;
  padding: 14px 20px 18px;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
  margin: 14px 0 22px;
}

.amen {
  font-family: 'Cormorant Unicase', serif;
  font-weight: 700;
  color: var(--burgundy);
  letter-spacing: 0.2em;
  font-size: 16px;
  font-style: normal;
}

.audio-player {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 20px;
  background: rgba(166, 124, 58, 0.12);
  border: 1px solid var(--rule-soft);
  border-radius: 100px;
  color: var(--ink-soft);
  font-size: 15px;
  font-style: italic;
  cursor: pointer;
  transition: all 0.2s;
  max-width: 340px;
  margin: 0 auto;
}
.audio-player:hover, .audio-player:focus {
  background: rgba(166, 124, 58, 0.22);
  outline: none;
}

.play-icon {
  width: 30px; height: 30px;
  background: var(--burgundy);
  color: var(--cream-card);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}

/* ══════════════ SECTIONS GENERAL ══════════════ */
section {
  padding: 80px 0;
}

h2.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-align: center;
  margin: 0 auto 20px;
  max-width: 18ch;
}

h2.section-title em {
  font-style: italic;
  color: var(--burgundy);
}

.section-lede {
  text-align: center;
  font-size: 19px;
  font-style: italic;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 auto 52px;
  line-height: 1.5;
}

.today {
  text-align: center;
}

/* ══════════════ HOW IT WORKS ══════════════ */
.how {
  background: var(--parchment-deep);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1020px;
  margin: 0 auto;
}

.step {
  text-align: center;
  position: relative;
}

.step-num {
  font-family: 'Cormorant Unicase', serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: var(--gold);
  background: var(--cream-card);
  border: 1.5px solid var(--gold);
  width: 54px; height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--ink);
}

.step-desc {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.55;
}

@media (max-width: 820px) {
  .steps { grid-template-columns: 1fr; gap: 44px; }
}

/* ══════════════ PRIMARY CTA (WhatsApp join) ══════════════ */
.primary-cta {
  padding: 90px 0;
}

.primary-cta-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 48px;
  background: var(--cream-card);
  border: 1px solid var(--rule);
  position: relative;
  box-shadow: var(--shadow-warm);
}

.primary-cta-box::before, .primary-cta-box::after {
  content: "✦";
  position: absolute;
  color: var(--gold);
  font-size: 20px;
  top: -12px;
  background: var(--parchment);
  padding: 0 10px;
}
.primary-cta-box::before { left: 50%; transform: translateX(-50%); }
.primary-cta-box::after { display: none; }

.primary-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 16px;
}

.primary-cta-title em {
  font-style: italic;
  color: var(--burgundy);
}

.primary-cta-lede {
  font-size: 19px;
  font-style: italic;
  color: var(--ink-soft);
  margin-bottom: 24px;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

.group-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(18, 140, 126, 0.08);
  border: 1px solid rgba(18, 140, 126, 0.25);
  border-radius: 100px;
  font-size: 14px;
  color: var(--ink-soft);
  font-style: italic;
  margin-bottom: 28px;
}

.group-status-dot {
  width: 8px; height: 8px;
  background: var(--whatsapp);
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.primary-cta-note {
  margin-top: 22px;
  font-size: 14px;
  font-style: italic;
  color: var(--ink-muted);
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

/* ══════════════ VALUES ══════════════ */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  max-width: 1040px;
  margin: 0 auto;
}

.value-item {
  text-align: center;
}

.value-numeral {
  font-family: 'Cormorant Unicase', serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 14px;
}

.value-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--ink);
  line-height: 1.2;
}

.value-title em { color: var(--burgundy); font-style: italic; }

.value-desc {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.55;
}

@media (max-width: 820px) {
  .values-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ══════════════ SUPPORT / DONATION ══════════════ */
.support {
  background: var(--parchment-deep);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}

.support-box {
  max-width: 960px;
  margin: 0 auto;
}

.support-lede {
  text-align: center;
  font-size: 19px;
  font-style: italic;
  color: var(--ink-soft);
  max-width: 58ch;
  margin: 0 auto 48px;
  line-height: 1.55;
}

.donation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 820px;
  margin: 0 auto 32px;
}

.donation-card {
  background: var(--cream-card);
  padding: 36px 32px;
  border: 1px solid var(--rule);
  text-align: center;
}

.donation-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  color: var(--burgundy);
  margin-bottom: 8px;
}

.donation-desc {
  font-size: 16px;
  color: var(--ink-soft);
  font-style: italic;
  margin-bottom: 22px;
}

.pix-key {
  background: var(--parchment);
  border: 1px dashed var(--rule);
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 3px;
}

.pix-key-label {
  display: block;
  font-family: 'Cormorant Unicase', serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.pix-key-value {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  color: var(--ink);
  word-break: break-all;
}

.amounts {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.amounts span {
  padding: 8px 16px;
  background: var(--parchment);
  border: 1px solid var(--rule-soft);
  border-radius: 100px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: var(--ink);
}

.support-note {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  color: var(--ink-muted);
  max-width: 52ch;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .donation-grid { grid-template-columns: 1fr; }
}

/* ══════════════ PLANS ══════════════ */
.plans-section {
  padding: 80px 0;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.plan {
  background: var(--cream-card);
  padding: 40px 32px;
  border: 1px solid var(--rule);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-warm);
}

.plan.featured {
  background: var(--ink);
  color: var(--cream-card);
  border-color: var(--ink);
  transform: translateY(-8px);
  box-shadow: var(--shadow-warm);
}

.plan.featured:hover { transform: translateY(-12px); }

.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  padding: 5px 18px;
  font-family: 'Cormorant Unicase', serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
}

.plan-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 6px;
  color: inherit;
}

.plan.featured .plan-name { color: var(--gold-light); }

.plan-tagline {
  font-style: italic;
  font-size: 16px;
  color: var(--ink-muted);
  margin-bottom: 24px;
  min-height: 44px;
}

.plan.featured .plan-tagline { color: rgba(250, 243, 224, 0.7); }

.plan-price {
  font-family: 'Cormorant Garamond', serif;
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
  color: inherit;
}

.plan-price .currency {
  font-size: 20px;
  color: var(--ink-muted);
}
.plan.featured .plan-price .currency { color: var(--gold-light); }

.plan-price .amount {
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
.plan.featured .plan-price .amount { color: var(--cream-card); }

.plan-price .period {
  font-size: 16px;
  color: var(--ink-muted);
  font-style: italic;
}
.plan.featured .plan-price .period { color: rgba(250, 243, 224, 0.65); }

.plan-savings {
  font-size: 13px;
  color: var(--gold-deep);
  font-style: italic;
  margin-bottom: 24px;
  min-height: 20px;
}
.plan.featured .plan-savings { color: var(--gold-light); }

.plan-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 20px 0 0;
  border-top: 1px solid var(--rule-soft);
  flex: 1;
}
.plan.featured .plan-features { border-top-color: rgba(212, 181, 122, 0.25); }

.plan-features li {
  padding: 8px 0 8px 24px;
  position: relative;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.plan.featured .plan-features li { color: rgba(250, 243, 224, 0.88); }

.plan-features li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 12px;
  top: 13px;
}

@media (max-width: 860px) {
  .plans { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
  .plan.featured:hover { transform: translateY(-4px); }
}

/* ══════════════ TESTIMONIALS ══════════════ */
.testimonials {
  background: var(--parchment-deep);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
}

.testimonial {
  background: var(--parchment);
  padding: 36px 30px;
  border-left: 3px solid var(--gold);
}

.testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 18px;
}

.testimonial-quote::before {
  content: "\"";
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px;
  color: var(--gold);
  line-height: 0;
  vertical-align: -16px;
  margin-right: 4px;
}

.testimonial-author {
  font-family: 'Cormorant Unicase', serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  text-transform: uppercase;
}

.testimonial-author span {
  display: block;
  font-family: 'EB Garamond', serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: var(--ink-muted);
  font-style: italic;
  margin-top: 3px;
}

@media (max-width: 860px) {
  .testimonial-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ══════════════ FAQ ══════════════ */
.faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--rule-soft);
  padding: 22px 0;
}

.faq-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
}

.faq-q::-webkit-details-marker { display: none; }

.faq-q::after {
  content: "+";
  font-family: 'Cormorant Unicase', serif;
  color: var(--gold);
  font-size: 28px;
  font-weight: 500;
  transition: transform 0.2s;
  flex-shrink: 0;
}

details[open] .faq-q::after {
  content: "—";
}

.faq-a {
  margin-top: 14px;
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 64ch;
}

/* ══════════════ FINAL CTA ══════════════ */
.final-cta {
  background: var(--ink);
  color: var(--cream-card);
  text-align: center;
  padding: 100px 32px;
  background-image:
    radial-gradient(ellipse at top, rgba(166, 124, 58, 0.18), transparent 60%);
}

.final-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  margin-bottom: 22px;
  color: var(--cream-card);
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.final-cta h2 em {
  font-style: italic;
  color: var(--gold-light);
}

.final-cta p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 21px;
  color: rgba(250, 243, 224, 0.78);
  max-width: 50ch;
  margin: 0 auto 40px;
  line-height: 1.45;
}

/* ══════════════ FOOTER ══════════════ */
footer {
  background: var(--parchment-deep);
  padding: 54px 0 40px;
  border-top: 1px solid var(--rule-soft);
  text-align: center;
}

footer .verse-closing {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--gold-deep);
  margin-bottom: 22px;
}

footer .foot-links {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: var(--ink-muted);
  margin-bottom: 20px;
}

footer .foot-links a { color: var(--ink-muted); }
footer .foot-links a:hover { color: var(--burgundy); }

footer .copy {
  font-size: 14px;
  color: var(--ink-muted);
  font-style: italic;
}

/* ══════════════ TOAST ══════════════ */
.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: var(--cream-card);
  padding: 14px 26px;
  border-radius: 100px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-style: italic;
  box-shadow: 0 12px 32px -12px rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 100;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ══════════════ ANIMATIONS ══════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero > * {
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}
.hero .eyebrow { animation-delay: 0.1s; }
.hero h1 { animation-delay: 0.2s; }
.hero .hero-lede { animation-delay: 0.3s; }
.hero .hero-cta { animation-delay: 0.4s; }
.hero .hero-note { animation-delay: 0.5s; }

/* ══════════════ REDUCED MOTION ══════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ══════════════ DIA DAS MÃES ══════════════ */
.nav-highlight {
  color: #b05070;
  font-weight: 600;
}

.maes-section {
  padding: 80px 0;
  background: linear-gradient(160deg, #fdfcfb 0%, #fef8f5 50%, #fdfbf9 100%);
  border-top: 1px solid #eeddd8;
  border-bottom: 1px solid #eeddd8;
}

.maes-eyebrow { color: #b05070; }

.maes-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  margin: 0 0 16px;
  line-height: 1.2;
}

.maes-title em { color: #b05070; font-style: italic; }

.maes-sub {
  text-align: center;
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 540px;
  margin: 0 auto 48px;
  line-height: 1.6;
}

.maes-card {
  background: #fff;
  border: 1px solid #e8d8d4;
  border-radius: 16px;
  padding: 40px 48px;
  max-width: 580px;
  margin: 0 auto;
  box-shadow: 0 4px 28px rgba(160, 80, 80, 0.07);
}

@media (max-width: 600px) {
  .maes-card { padding: 28px 20px; }
}

/* Form fields */
.maes-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.maes-field label {
  font-family: 'Cormorant Unicase', Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.char-hint {
  font-weight: 400;
  font-size: 12px;
  color: var(--ink-muted);
  text-transform: none;
  letter-spacing: 0;
}

.maes-field input,
.maes-field textarea {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: var(--ink);
  background: #faf8f7;
  border: 1.5px solid #ddd0cc;
  border-radius: 8px;
  padding: 12px 16px;
  transition: border-color 0.15s;
  resize: vertical;
}

.maes-field input:focus,
.maes-field textarea:focus {
  outline: none;
  border-color: #b05070;
  box-shadow: 0 0 0 3px rgba(176, 80, 112, 0.1);
}

.maes-error { color: #c0392b; font-size: 15px; margin-bottom: 12px; }

.btn-maes {
  width: 100%;
  background: #b05070;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 8px;
  justify-content: center;
}

.btn-maes:hover { background: #8f3d59; }

/* PIX display */
.pix-instruction {
  text-align: center;
  font-size: 16px;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.pix-qr-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.pix-qr-box img {
  border: 3px solid #eeddd8;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
}

.pix-copy-row {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.pix-copy-row input {
  flex: 1;
  font-family: monospace;
  font-size: 13px;
  padding: 10px 12px;
  border: 1.5px solid #ddd0cc;
  border-radius: 8px;
  background: #faf8f7;
  color: var(--ink-soft);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pix-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-soft);
  padding: 12px;
  background: #faf8f7;
  border-radius: 8px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pending-dot { background: #f0a500; animation: pulse 1.5s infinite; }
.approved-dot { background: #27ae60; }

/* Confirmed badge */
.confirmed-badge {
  font-family: 'Cormorant Unicase', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #27ae60;
  background: #edfaf0;
  border-radius: 20px;
  padding: 6px 20px;
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
}

.maes-message-card {
  border-color: #e0d8e8;
  background: #fff;
}

/* ── Gift Card — inherits blessing-card styles, only overrides needed ── */
.gc-override {
  max-width: 100%;   /* fill the maes-card container width */
  margin-bottom: 24px;
}

.gc-personal-text {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: var(--ink-soft);
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 18px 0 4px;
  padding: 0 6px;
}

.gc-from {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 17px;
  color: var(--ink-soft);
  margin-top: 8px;
  margin-bottom: 4px;
}

.gc-brand {
  font-family: 'Cormorant Unicase', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-muted);
  margin: 0;
}

/* Actions */
.maes-message-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.maes-message-actions .btn {
  flex: 1;
  justify-content: center;
  min-width: 160px;
  align-items: center;
  display: flex;
}

@media (max-width: 480px) {
  .maes-message-actions { flex-direction: column; }
  .maes-message-actions .btn { flex: none; width: 100%; }
}
