:root {
  --green-dark: #3d5a2c;
  --green-mid: #4e6b3a;
  --green-light: #6e8f4e;
  --green-pale: #8aaa6e;
  --cream: #f5f1e8;
  --cream-dark: #eae5d5;
  --gold: #c4a23c;
  --gold-light: #d1af4a;
  --brown: #5a4a3a;
  --brown-light: #7a6a5a;
  --white: #ffffff;
  --text-dark: #2a2a2a;
  --text-muted: #6a6a5a;
  --border-light: #ddd8c8;
}

/* ==================== HERO ==================== */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0 80px;
  background: #b5b89a;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(120,160,80,0.4) 0%, transparent 40%),
    radial-gradient(ellipse at 20% 80%, rgba(100,140,60,0.3) 0%, transparent 40%),
    radial-gradient(ellipse at 60% 50%, rgba(180,185,150,0.4) 0%, transparent 50%),
    radial-gradient(circle at 10% 20%, rgba(200,210,170,0.5) 0%, transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(140,170,100,0.35) 0%, transparent 35%),
    radial-gradient(circle at 40% 10%, rgba(220,215,190,0.4) 0%, transparent 25%),
    radial-gradient(circle at 70% 90%, rgba(160,180,120,0.3) 0%, transparent 30%);
  pointer-events: none;
  z-index: 0;
}

.hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 40px at 15% 25%, rgba(255,255,255,0.15) 0%, transparent 100%),
    radial-gradient(circle 60px at 85% 15%, rgba(255,255,255,0.1) 0%, transparent 100%),
    radial-gradient(circle 30px at 75% 75%, rgba(255,255,255,0.12) 0%, transparent 100%),
    radial-gradient(circle 50px at 25% 65%, rgba(255,255,255,0.08) 0%, transparent 100%),
    radial-gradient(circle 35px at 50% 40%, rgba(255,255,255,0.1) 0%, transparent 100%),
    radial-gradient(circle 45px at 65% 55%, rgba(200,220,160,0.12) 0%, transparent 100%),
    radial-gradient(circle 25px at 35% 85%, rgba(255,255,255,0.14) 0%, transparent 100%),
    radial-gradient(circle 55px at 90% 50%, rgba(180,200,140,0.1) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.45);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--green-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-badge i { color: var(--gold); font-size: 0.65rem; }

.hero-title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.05;
  color: var(--green-dark);
  margin-bottom: 18px;
  max-width: 460px;
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--brown-light);
  margin-bottom: 28px;
  max-width: 380px;
  line-height: 1.6;
}

.btn-primary-custom {
  background: var(--green-dark);
  color: white;
  border-radius: 25px;
  padding: 12px 26px;
  font-size: 0.92rem;
  font-weight: 600;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-primary-custom:hover {
  background: var(--green-mid);
  color: white;
  transform: translateY(-1px);
}

.btn-secondary-custom {
  background: var(--white);
  color: var(--text-dark);
  border-radius: 25px;
  padding: 12px 26px;
  font-size: 0.92rem;
  font-weight: 600;
  border: 1px solid var(--border-light);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-secondary-custom:hover {
  background: var(--cream);
  border-color: var(--green-dark);
  color: var(--text-dark);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  font-size: 0.8rem;
  color: var(--brown-light);
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-trust i { color: var(--gold); font-size: 0.85rem; }

/* Memorial card in hero */
.memorial-card-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 40px 10px 0;
}

.memorial-card {
  width: 260px;
  background: white;
  border-radius: 18px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.18);
  overflow: hidden;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}

.memorial-card-header {
  background: linear-gradient(145deg, #3d5a2c, #537a3a);
  padding: 18px 16px 50px;
  color: white;
  position: relative;
}

.memorial-card-header .curved-text {
  font-family: 'Playfair Display', serif;
  font-size: 0.7rem;
  font-style: italic;
  letter-spacing: 2px;
  opacity: 0.9;
  display: block;
}

.memorial-card-header::after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #d4c5a0, #c9b890);
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.memorial-card-body {
  padding-top: 46px;
}

.memorial-card-body h6 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text-dark);
}

.memorial-card-body .years {
  color: var(--text-muted);
  font-size: 0.78rem;
  display: block;
  margin-bottom: 14px;
}

.memorial-card-qr {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  background: repeating-conic-gradient(var(--text-dark) 0% 25%, white 0% 50%) 50% / 6px 6px;
  border-radius: 4px;
  border: 2px solid #eee;
}

.memorial-card-scan-text {
  font-size: 0.6rem;
  color: var(--text-muted);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

/* Side tribute card */
.tribute-card-side {
  position: absolute;
  right: -40px;
  top: 0;
  width: 210px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  box-shadow: 0 12px 45px rgba(0,0,0,0.14);
  padding: 16px;
  z-index: 3;
}

.tribute-card-side .tribute-top-label {
  font-size: 0.5rem;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.tribute-card-side .tribute-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-light);
}

.tribute-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4c5a0, #c0b080);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tribute-card-side h6 {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0;
  color: var(--green-dark);
}

.tribute-card-side .tribute-years {
  font-size: 0.65rem;
  color: var(--text-muted);
}

.tribute-tabs {
  display: flex;
  gap: 3px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.tribute-tabs span {
  font-size: 0.55rem;
  padding: 3px 8px;
  background: var(--cream);
  border-radius: 10px;
  color: var(--text-muted);
  font-weight: 500;
}

.tribute-tabs span:first-child {
  background: var(--green-dark);
  color: white;
}

.tribute-text {
  font-size: 0.68rem;
  color: var(--text-muted);
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 12px;
}

.btn-share-tribute {
  background: var(--green-dark);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.72rem;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-share-tribute:hover {
  background: var(--green-mid);
}

.tribute-footer-text {
  font-size: 0.55rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}

/* ==================== FREE ANNOUNCEMENT ==================== */
.announcement-section {
  padding: 0;
  margin-top: -35px;
  position: relative;
  z-index: 10;
}

.announcement-card {
  background: var(--white);
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.1);
  border: 1px solid var(--border-light);
}

.announcement-card .label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.announcement-card h3 {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.announcement-card > .row > .col-lg-8 p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

.announcement-icon-box {
  width: 50px;
  height: 50px;
  background: var(--green-dark);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--white);
  flex-shrink: 0;
}

.btn-create-announcement {
  background: var(--green-dark);
  color: white;
  border-radius: 25px;
  padding: 13px 26px;
  font-size: 0.92rem;
  font-weight: 600;
  border: 1px solid var(--green-light);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-create-announcement:hover {
  background: var(--green-mid);
  color: white;
}

.announcement-features {
  display: flex;
  gap: 28px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border-light);
}

.announcement-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.announcement-feature .feat-icon {
  width: 34px;
  height: 34px;
  background: var(--green-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--white);
  flex-shrink: 0;
}

.announcement-feature h6 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.announcement-feature p {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin-bottom: 0;
}

.announcement-no-account {
  font-size: 0.75rem;
  color: var(--brown-light);
  display: flex;
  align-items: center;
  gap: 4px;
}

.announcement-no-account i {
  color: var(--gold);
}

/* ==================== PRESERVE SECTION ==================== */
.preserve-section {
  padding: 55px 0 15px;
  text-align: center;
}

.preserve-section .divider-line {
  width: 55%;
  height: 1px;
  background: var(--border-light);
  margin: 0 auto 28px;
  position: relative;
}

.preserve-section .divider-line::after {
  content: '\2766';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cream);
  padding: 0 14px;
  font-size: 18px;
  color: var(--gold);
}

.preserve-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.preserve-section p {
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* ==================== QR CODE SECTION ==================== */
.qr-section {
  padding: 25px 0 50px;
}

.qr-card {
  background: var(--white);
  border-radius: 20px;
  padding: 44px 50px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  border: 1px solid var(--border-light);
}

.qr-phone-mockup {
  width: 180px;
  height: 320px;
  background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
  border-radius: 30px;
  padding: 8px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.qr-phone-screen {
  background: linear-gradient(145deg, var(--cream), #f8f5ed);
  border-radius: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.qr-phone-screen .app-screens {
  display: flex;
  gap: 6px;
  align-items: flex-end;
}

.qr-phone-screen .mini-screen {
  width: 44px;
  height: 70px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.qr-phone-screen .mini-screen:nth-child(2) {
  height: 80px;
}

.qr-phone-screen .mini-screen::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: var(--green-dark);
  border-radius: 6px 6px 0 0;
}

.qr-phone-screen .mini-screen::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: repeating-conic-gradient(var(--text-dark) 0% 25%, white 0% 50%) 50% / 4px 4px;
  border-radius: 2px;
}

.qr-phone-screen .phone-label {
  font-size: 0.6rem;
  color: var(--green-dark);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-top: 6px;
}

.start-here-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201,168,76,0.12);
  color: var(--gold);
  border-radius: 15px;
  padding: 5px 14px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.qr-card h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.qr-card .qr-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 440px;
}

.qr-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.qr-features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  font-size: 0.9rem;
  color: var(--text-dark);
}

.qr-features-list li i {
  color: var(--green-dark);
  font-size: 1rem;
}

.btn-get-qr {
  background: var(--gold);
  color: white;
  border-radius: 25px;
  padding: 13px 28px;
  font-size: 0.92rem;
  font-weight: 600;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-get-qr:hover {
  background: var(--gold-light);
  color: white;
  transform: translateY(-1px);
}

.btn-get-qr .dot {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  display: inline-block;
}

.qr-premium-note {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ==================== PRODUCT CARDS ==================== */
.products-section {
  padding: 0 0 60px;
}

.product-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,0.06);
}

.product-card-green {
  background: linear-gradient(165deg, #3d5a2c, #2a3f1e);
  color: white;
  border-color: rgba(255,255,255,0.05);
}

.product-card-cream {
  background: var(--cream-dark);
  color: var(--text-dark);
}

.product-card-dark {
  background: linear-gradient(165deg, #3a3828, #2a2818);
  color: white;
  border-color: rgba(255,255,255,0.05);
}

.product-card-body {
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card-label {
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 4px;
}

.product-card-body h4 {
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.product-card-body > p {
  font-size: 0.78rem;
  opacity: 0.85;
  line-height: 1.5;
  margin-bottom: 14px;
}

.product-image-area {
  height: 150px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.product-card-cream .product-image-area {
  background: rgba(0,0,0,0.04);
}

/* Digital Obituary mockup */
.obituary-mockup {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  padding: 10px;
}

.obituary-mockup .mock-phone {
  width: 48px;
  height: 85px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.obituary-mockup .mock-phone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 22px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px 8px 0 0;
}

.obituary-mockup .mock-phone.active {
  height: 95px;
  background: rgba(255,255,255,0.25);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Keepsake Card mockup */
.keepsake-mockup {
  position: relative;
}

.keepsake-mockup .card-mock {
  width: 120px;
  height: 80px;
  background: linear-gradient(135deg, #f5f1e6, #e8e0cc);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.keepsake-mockup .card-mock::before {
  content: '';
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #d4c5a0, #c0b080);
  border-radius: 50%;
}

.keepsake-mockup .card-mock-name {
  font-size: 0.5rem;
  font-family: 'Playfair Display', serif;
  color: var(--green-dark);
  font-weight: 600;
}

.keepsake-mockup .card-mock-qr {
  width: 16px;
  height: 16px;
  background: repeating-conic-gradient(var(--text-dark) 0% 25%, white 0% 50%) 50% / 3px 3px;
  border-radius: 2px;
}

/* Vault mockup */
.vault-mockup {
  text-align: center;
}

.vault-mockup .vault-icon-large {
  font-size: 52px;
  color: var(--gold);
  opacity: 0.6;
}

.product-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.product-check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 0;
  font-size: 0.82rem;
}

.product-check-list li i {
  font-size: 0.85rem;
}

.product-card-green .product-check-list li i { color: #a5d6a7; }
.product-card-cream .product-check-list li i { color: var(--green-dark); }
.product-card-dark .product-check-list li i { color: var(--gold); }

.btn-product {
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 0.84rem;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.3);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  width: fit-content;
  transition: all 0.3s;
  text-decoration: none;
}

.product-card-green .btn-product {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,0.35);
}

.product-card-green .btn-product:hover {
  background: rgba(255,255,255,0.1);
  color: white;
}

.product-card-cream .btn-product {
  background: transparent;
  color: var(--text-dark);
  border-color: var(--border-light);
}

.product-card-cream .btn-product:hover {
  background: rgba(0,0,0,0.04);
}

.product-card-dark .btn-product {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,0.25);
}

.product-card-dark .btn-product:hover {
  background: rgba(255,255,255,0.1);
  color: white;
}

/* ==================== HOW IT WORKS ==================== */
.how-it-works {
  padding: 35px 0 60px;
  text-align: center;
}

.how-it-works .section-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.how-it-works h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 45px;
}

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

.step-number {
  width: 34px;
  height: 34px;
  background: var(--green-dark);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0 auto 14px;
  position: relative;
  z-index: 2;
}

.step-icon {
  width: 72px;
  height: 72px;
  background: var(--cream-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 28px;
  border: 2px solid var(--border-light);
}

.step-card h5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.step-card p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 210px;
  margin: 0 auto;
}

/* ==================== TESTIMONIALS ==================== */
.testimonials-section {
  padding: 55px 0;
  background: linear-gradient(145deg, #2c4420, #3a5a2c);
  color: white;
}

.testimonials-section .section-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 6px;
}

.testimonials-section h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.stars {
  color: var(--gold);
  font-size: 0.95rem;
  margin-bottom: 28px;
  display: flex;
  gap: 3px;
}

.testimonial-card {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  height: 100%;
}

.testimonial-card .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
  border: 2px solid rgba(255,255,255,0.1);
}

.testimonial-card blockquote {
  font-size: 0.86rem;
  line-height: 1.6;
  opacity: 0.9;
  font-style: italic;
  margin-bottom: 12px;
}

.testimonial-card .author {
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.65;
}

/* ==================== FINAL CTA ==================== */
.final-cta {
  padding: 45px 0;
  background: linear-gradient(145deg, #1c2e14, #2c4420);
  text-align: center;
  color: white;
}

.final-cta h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.final-cta p {
  opacity: 0.65;
  font-size: 0.92rem;
  margin-bottom: 0;
}

.btn-cta-final {
  background: var(--green-mid);
  color: white;
  border-radius: 25px;
  padding: 13px 28px;
  font-size: 0.92rem;
  font-weight: 600;
  border: 1px solid var(--green-light);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-cta-final:hover {
  background: var(--green-pale);
  color: white;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 991px) {
  .hero-title { font-size: 2.6rem; }
  .tribute-card-side { display: none; }
  .memorial-card-wrapper { margin-top: 40px; padding-right: 0; }
  .announcement-features { flex-wrap: wrap; gap: 16px; }
  .qr-card { padding: 30px; }
}

@media (max-width: 767px) {
  .hero-title { font-size: 2.2rem; }
  .hero-section { padding: 40px 0 50px; }
  .announcement-card { padding: 22px; }
  .announcement-features { flex-direction: column; }
  .qr-card { padding: 22px; }
  .qr-phone-mockup { margin-bottom: 30px; }
  .preserve-section h2 { font-size: 1.5rem; }
  .how-it-works h2 { font-size: 1.6rem; }
  .hero-trust { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/* ==================== ANIMATIONS ==================== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-section .hero-badge,
.hero-section .hero-title,
.hero-section .hero-subtitle,
.hero-section .hero-buttons,
.hero-section .hero-trust {
  animation: fadeInUp 0.8s ease-out forwards;
}

.hero-title { animation-delay: 0.1s; }
.hero-subtitle { animation-delay: 0.2s; }
.hero-buttons { animation-delay: 0.3s; }
.hero-trust { animation-delay: 0.4s; }
