*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#ffffff;color:#1a1a1a;line-height:1.65;min-height:100vh;overflow-x:hidden}

/* 🔥 RESPONSIVO: Desktop mais largo */
.wrap{max-width:900px;margin:0 auto;background:transparent}
@media(min-width:1024px){.wrap{max-width:1100px}}
@media(min-width:1280px){.wrap{max-width:1200px}}

/* Lazy loading fallback */
img[loading="lazy"]{background:#f0f0f0}

.top-bar{display:flex;justify-content:center;align-items:center;padding:1rem 1.25rem;background:transparent;border-bottom:none;box-shadow:none}
@media(min-width:768px){.top-bar{padding:1.5rem 2.5rem}}

/* Hero Card Section */
.hero-section {
  padding: 1.25rem;
  background: #ffffff;
  contain: layout style paint;
}

.hero-card {
  background: #fff;
  border-radius: 28px;
  padding: 1.75rem 1.25rem;
  box-shadow: 0 15px 45px rgba(0,0,0,0.07);
  border-top: 6px solid #3ba0b3;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  contain: layout style paint;
}

.hero-card, .content-block, .content-section, .donation-container, .comments-area {
  box-shadow: 0 25px 60px rgba(0,0,0,0.06) !important;
}

.section-badge {
  display: flex;
  width: fit-content;
  margin: 0 auto 1.25rem 0;
  margin-left: 0;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background: #f0f9fa;
  border: 1px solid rgba(59,160,179,0.2);
  color: #2d8a9c;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-badge {
  display: flex;
  width: fit-content;
  margin: 0 auto 1.25rem;
  align-items: center;
  justify-content: center;
  background: #f0f9fa;
  border: 1px solid rgba(59,160,179,0.2);
  color: #2d8a9c;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-title {
  font-size: 2.1rem;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.75rem;
  padding: 0 0.5rem;
  min-height: 60px;
  text-align: center;
}

.hero-img-box {
  margin-bottom: 1.75rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.04);
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.hero-img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-card:hover .hero-img-box img {
  transform: scale(1.02);
}

.hero-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #3ba0b3;
  color: #fff;
  text-decoration: none;
  padding: 1.25rem;
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 30px rgba(59, 160, 179, 0.3);
  transition: background 0.2s ease, box-shadow 0.2s ease;
  border: none;
  will-change: background;
}

.hero-cta-btn:hover {
  background: #2d8a9c;
  box-shadow: 0 12px 35px rgba(59, 160, 179, 0.4);
}

.hero-cta-btn:active {
  background: #047857;
}

@media (max-width: 480px) {
  .hero-card { padding: 1.75rem 1.15rem; }
  .hero-title { font-size: 1.85rem; }
  .hero-subtitle { font-size: 1rem; }
  .hero-cta-btn { font-size: 1rem; padding: 1rem; }
}

.brand{width:180px;height:auto;opacity:.9}
@media(min-width:640px){.brand{width:240px}}
@media(min-width:768px){.brand{width:320px}}
@media(min-width:1024px){.brand{width:300px}}

.header-donate-btn{display:none;padding:0.5rem 1rem;background:#3ba0b3;color:#fff;font-size:.75rem;font-weight:700;text-decoration:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px rgba(59,160,179,0.2);transition:all .2s ease;border:none;white-space:nowrap}
@media(min-width:768px){.header-donate-btn{display:inline-block;padding:.8rem 1.8rem;font-size:.95rem}}
.header-donate-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,160,179,0.4);background:#2d8a9c}

h1{font-size:1.65rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0 auto;max-width:800px;letter-spacing:-0.3px}
@media(min-width:640px){h1{font-size:1.9rem}}
@media(min-width:768px){h1{font-size:2.2rem}}
@media(min-width:1024px){h1{font-size:2.5rem}}

.media-box{margin:0 auto 2rem;max-width:100%;padding:0 1rem;box-sizing:border-box}
@media(min-width:640px){.media-box{padding:0 1.25rem}}
@media(min-width:768px){.media-box{margin:0 auto 2.5rem;max-width:650px;padding:0}}
@media(min-width:1024px){.media-box{max-width:750px}}
@media(min-width:1280px){.media-box{max-width:800px}}

.main-img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,0.12)}

.stats-top{text-align:center;margin-bottom:1.25rem}

.big-number{font-size:2.2rem;font-weight:800;color:#3ba0b3;display:block;margin-bottom:.35rem}
@media(min-width:640px){.big-number{font-size:2.6rem}}
@media(min-width:768px){.big-number{font-size:3rem}}
@media(min-width:1024px){.big-number{font-size:3.5rem}}

.sub-text{font-size:.95rem;font-weight:500;color:#666;display:block}
@media(min-width:640px){.sub-text{font-size:1.05rem}}
@media(min-width:768px){.sub-text{font-size:1.15rem}}

.track-bar{position:relative;height:32px;background:#f0f9fa;border-radius:20px;overflow:hidden;margin:1.25rem auto 0;max-width:750px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
@media(min-width:640px){.track-bar{height:36px}}
@media(min-width:768px){.track-bar{height:40px}}
@media(min-width:1024px){.track-bar{height:44px}}

.track-fill{position:absolute;top:0;left:0;bottom:0;background:linear-gradient(90deg,#3ba0b3 0%,#2d8a9c 100%);display:flex;align-items:center;justify-content:flex-end;padding:0 1rem;color:#fff;font-weight:700;font-size:.85rem;transition:width .8s ease;border-radius:20px}
@media(min-width:640px){.track-fill{font-size:.95rem;padding:0 1.25rem}}
@media(min-width:768px){.track-fill{font-size:1rem;padding:0 1.5rem}}
@media(min-width:1024px){.track-fill{font-size:1.1rem;padding:0 1.75rem}}

.text-area{max-width:800px;margin:0 auto;padding:1.25rem 1rem;box-sizing:border-box}
@media(min-width:640px){.text-area{padding:1.75rem 1.25rem}}
@media(min-width:768px){.text-area{padding:2rem 2rem}}
@media(min-width:1024px){.text-area{padding:2.5rem 2.5rem}}

.text-area p{font-size:1.1rem;line-height:1.8;color:#4a4a4a;margin-bottom:0.8rem;text-align:left}
@media(min-width:640px){.text-area p{font-size:1.15rem;line-height:1.85;margin-bottom:1rem}}
@media(min-width:768px){.text-area p{font-size:1.2rem;line-height:1.9;margin-bottom:1.25rem}}
@media(min-width:1024px){.text-area p{font-size:1.25rem;line-height:2;margin-bottom:1.5rem}}

.text-area p strong{color:#1a1a1a;font-weight:700}

.action-btn{display:block;width:100%;max-width:420px;margin:1.25rem auto;padding:1rem 2rem;background:#3ba0b3;color:#fff;font-size:1rem;font-weight:700;text-align:center;text-decoration:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 12px rgba(59,160,179,0.25);transition:background 0.2s ease,box-shadow 0.2s ease;border:none;text-transform:uppercase;letter-spacing:.5px;will-change:background}
@media(min-width:640px){.action-btn{max-width:450px;padding:1.1rem 2.25rem;font-size:1.05rem}}
@media(min-width:768px){.action-btn{max-width:480px;font-size:1.1rem;padding:1.15rem 2.5rem}}
@media(min-width:1024px){.action-btn{max-width:520px;font-size:1.15rem;padding:1.25rem 2.75rem}}
.action-btn:hover{box-shadow:0 6px 16px rgba(59,160,179,0.35);background:#2d8a9c}

.img-box{margin:1.5rem auto;max-width:100%;padding:0 1rem;aspect-ratio:16/9;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%)}
@media(min-width:640px){.img-box{margin:2rem auto;padding:0 1.5rem}}
@media(min-width:768px){.img-box{max-width:650px;padding:0}}
@media(min-width:1024px){.img-box{max-width:750px}}
@media(min-width:1280px){.img-box{max-width:800px}}

.img-item{width:100%;height:100%;display:block;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,0.12);object-fit:cover}

.choice-area{background:transparent;padding:1.5rem 1rem;border-top:none;border-bottom:none}
@media(min-width:640px){.choice-area{padding:2rem 1.5rem}}
@media(min-width:768px){.choice-area{padding:2.5rem 2rem}}
@media(min-width:1024px){.choice-area{padding:3rem 2.5rem}}

.area-title{text-align:left;font-size:1.6rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-0.2px}
@media(min-width:640px){.area-title{font-size:1.85rem}}
@media(min-width:768px){.area-title{font-size:2.1rem}}
@media(min-width:1024px){.area-title{font-size:2.4rem}}

.area-subtitle{text-align:left;color:#666;font-size:0.95rem;margin-bottom:1.25rem;font-weight:500}
@media(min-width:640px){.area-subtitle{font-size:1.05rem;margin-bottom:1.5rem}}
@media(min-width:768px){.area-subtitle{font-size:1.1rem;margin-bottom:1.75rem}}
@media(min-width:1024px){.area-subtitle{font-size:1.15rem;margin-bottom:2rem}}

/* Critical Donation Cards Styles */

/* Comments Area Styles moved to bottom */

.comments-title{font-size:1.35rem;font-weight:700;color:#050505;margin-bottom:1.5rem;text-align:left!important}
@media(min-width:640px){.comments-title{font-size:1.55rem;margin-bottom:1.75rem}}
@media(min-width:768px){.comments-title{font-size:1.75rem;margin-bottom:2rem}}
@media(min-width:1024px){.comments-title{font-size:1.5rem;margin-bottom:1.5rem}}

/* ==================== 🔥 MODAL PIX REFINADO ==================== */
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
  pointer-events: none;
}

.modal.show {
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show .modal-backdrop {
  opacity: 1;
}

.modal-box {
  position: relative;
  background: #fff;
  border-radius: 28px;
  max-width: 450px;
  width: 100%;
  max-height: calc(100dvh - 40px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 10001;
  box-shadow: 0 25px 70px rgba(0,0,0,0.2);
  border-top: 6px solid #3ba0b3;
  transform: translateY(20px) scale(0.95);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal.show .modal-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  border: none;
  background: #f1f5f9;
  color: #64748b;
  font-size: 24px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 100;
}

.modal-close-btn:hover {
  background: #e2e8f0;
  color: #1e293b;
  transform: rotate(90deg);
}

.modal-body {
  padding: 2rem 1.25rem 1.5rem;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}

.modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #e2e8f0;
  border-radius: 10px;
}

#modal-status {
  font-size: 0.75rem;
  color: #3ba0b3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}

#modal-amount {
  font-size: 1.85rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 0.15rem;
  letter-spacing: -1px;
}

.modal-subtitle {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
}

#modal-qrcode {
  background: #f8fafc;
  padding: 0.75rem;
  border-radius: 16px;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  border: 1px solid #f1f5f9;
}

#modal-qrcode canvas, #modal-qrcode img {
  max-width: 150px !important;
  height: auto !important;
}

#modal-pix-text {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #f1f5f9;
  border-radius: 10px;
  background: #f8fafc;
  font-family: 'Courier New', monospace;
  font-size: 0.7rem;
  color: #475569;
  text-align: center;
  margin-bottom: 0.75rem;
}

#modal-btn-copy {
  width: 100%;
  padding: 0.9rem;
  background: #3ba0b3;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 8px 20px rgba(59, 160, 179, 0.2);
  transition: all 0.2s;
}

#modal-btn-copy:hover {
  background: #2d8a9c;
  transform: translateY(-2px);
}

.modal-instructions {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
  text-align: left;
}

.modal-instructions-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.modal-step-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.modal-step {
  display: flex;
  gap: 0.6rem;
}

.modal-step-number {
  width: 20px;
  height: 20px;
  background: #f0f9fa;
  color: #3ba0b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  flex-shrink: 0;
}

.modal-step-text {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.4;
}

.modal-success-screen {
  padding: 2.5rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.modal-success-icon {
  width: 64px;
  height: 64px;
  background: #3ba0b3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 25px rgba(59, 160, 179, 0.3);
}

.modal-success-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.modal-success-text {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}
.blink {
  animation: blink 1.5s infinite ease-in-out;
}

/* Meta / Progress Section - Elegant Redesign */
.stats-area {
  padding: 0 1.25rem;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.stats-card {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  border: 1px solid #f1f5f9;
  border-top: 6px solid #3ba0b3;
  position: relative;
  min-height: auto;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.stats-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  min-height: auto;
  contain: layout style paint;
}

.stats-titles {
  text-align: left;
}

.stats-icon-wrapper {
  margin-top: 2px;
}

.stats-icon-circle {
  width: 36px;
  height: 36px;
  background: #f0f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #e0f2f5;
  contain: layout style;
}

.stats-main-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 0.1rem;
  letter-spacing: -0.3px;
}

.stats-subtitle {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
}

.stats-values {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.3rem;
  min-height: auto;
  contain: layout style;
}

.current-amount {
  font-size: 1.5rem;
  font-weight: 900;
  color: #22c55e;
  min-width: auto;
  will-change: none;
  letter-spacing: -0.5px;
}

.goal-amount {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
}

.progress-container {
  margin-bottom: 0.6rem;
}

.progress-track {
  height: 10px;
  background: #f1f5f9;
  border-radius: 20px;
  position: relative;
  overflow: visible;
  contain: layout style paint;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #3ba0b3 0%, #2d8a9c 100%);
  border-radius: 20px;
  position: relative;
  transition: width 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
  will-change: width;
}

.progress-indicator {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.indicator-icon {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  border: 1.5px solid #3ba0b3;
}

.indicator-icon svg {
  width: 10px;
  height: 10px;
  fill: #3ba0b3;
}

.stats-footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 0.15rem;
}

.days-left {
  font-size: 0.7rem;
  color: #94a3b8;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}

.percent-reached {
  font-size: 0.7rem;
  color: #3ba0b3;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.percent-reached span:first-child {
  font-size: 1rem;
}

.stats-remaining-box {
  background: #fffaf0;
  border: 1.2px dashed #f59e0b;
  border-radius: 12px;
  padding: 0.6rem;
  text-align: center;
  box-shadow: 0 3px 10px rgba(245, 158, 11, 0.03);
  overflow: hidden;
}

.stats-remaining-box p {
  margin: 0;
  font-size: 0.8rem;
  color: #78350f;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stats-remaining-box strong {
  color: #d97706;
  font-weight: 800;
}

/* Organizer Section Styles */
.organizer-area {
  padding: 0 1.25rem 2rem;
  background: transparent;
}

.organizer-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05) !important;
  border: 1px solid #f1f5f9;
  border-top: 6px solid #3ba0b3;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.organizer-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0.75rem 0;
  text-align: left;
}

.organizer-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f0f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3ba0b3;
  font-size: 1.25rem;
  font-weight: 800;
  border: 2px solid #e0f2f5;
  flex-shrink: 0;
}

.organizer-name {
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 2px;
  font-weight: 800;
  line-height: 1.2;
}

.organizer-since {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 500;
}

.organizer-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.organizer-stat-item {
  text-align: center;
  padding: 0.25rem;
}

.stat-number {
  font-weight: 900;
  color: #1a1a1a;
  font-size: 1.25rem;
  line-height: 1;
}

.stat-label {
  font-size: 0.6rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .stats-area { padding: 0 1rem; gap: 0.75rem; margin-bottom: 0.75rem; }
  .stats-card { padding: 1rem 0.85rem; }
  .stats-header { gap: 0.5rem; margin-bottom: 0.75rem; }
  .stats-icon-circle { width: 32px; height: 32px; }
  .stats-main-title { font-size: 1rem; }
  .stats-subtitle { font-size: 0.75rem; }
  .current-amount { font-size: 1.35rem; }
  .goal-amount { font-size: 0.75rem; }
  .stats-remaining-box { padding: 0.5rem 0.3rem; }
  .stats-remaining-box p { font-size: 0.7rem; letter-spacing: -0.3px; }
  .percent-reached { font-size: 0.65rem; gap: 3px; }
  .percent-reached span:first-child { font-size: 0.9rem; }
  
  .organizer-area { padding: 0 1rem 1.5rem; }
  .organizer-card { padding: 1rem; }
  .organizer-profile { gap: 0.75rem; margin: 0.5rem 0; }
  .organizer-avatar { width: 44px; height: 44px; font-size: 1.1rem; }
  .organizer-name { font-size: 0.95rem; }
  .organizer-since { font-size: 0.7rem; }
  .organizer-stats { margin-top: 0.75rem; padding-top: 0.75rem; gap: 0.5rem; }
  .stat-number { font-size: 1.1rem; }
  .stat-label { font-size: 0.55rem; letter-spacing: 0; }
}

/* Story / Content Sections */
.content-block, .content-section {
  background: #fff;
  border-radius: 24px;
  padding: 2rem 1.5rem !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  margin: 0 1.25rem 2rem !important;
  border: 1px solid rgba(0,0,0,0.03);
  border-top: 6px solid #3ba0b3;
  max-width: 800px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .content-block, .content-section {
    margin: 0 1rem 1.5rem !important;
    padding: 1.5rem 1rem !important;
  }
}

@media (min-width: 840px) {
  .content-block, .content-section {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.story-text p, .text-content p, .content-block p, .content-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 1.25rem !important;
  text-align: left;
}

.story-text p:last-child, .text-content p:last-child {
  margin-bottom: 0 !important;
}

/* Donation Section - New Design from Image */
.donation-container {
  background: #fff;
  border-radius: 32px;
  padding: 1.5rem 1rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.04);
  max-width: 800px;
  margin: 0 1rem 2rem;
  border: 1px solid #f1f5f9;
  border-top: 6px solid #3ba0b3;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: calc(100% - 2rem);
}

@media (max-width: 600px) {
  .donation-container {
    margin: 0 1rem 1.5rem;
    padding: 1.25rem 1rem;
  }
}

.donation-header {
  margin-bottom: 1.25rem;
}

@media (min-width: 840px) {
  .donation-container {
    margin-left: auto;
    margin-right: auto;
  }
}

.donation-icon {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.donation-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 0.25rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.donation-subtitle {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
}

.donate-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.donate-card {
  background: #3ba0b3;
  border: none;
  border-radius: 16px;
  padding: 0.75rem 0.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 65px;
  position: relative;
  text-align: center;
}

.donate-card:hover {
  background: #2d8a9c;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(59, 160, 179, 0.3);
}

.donate-card.recommended {
  background: #2d8a9c;
  box-shadow: 0 8px 25px rgba(59, 160, 179, 0.4);
}

.donate-card.recommended::after {
  content: "RECOMENDADO";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e293b;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.card-value {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.card-label {
  font-size: 0.6rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  letter-spacing: -0.3px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0 2px;
}

.donate-card.recommended .card-value {
  color: #fff;
}

.donate-card.recommended .card-label {
  color: #fff;
}

.donation-trust {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (max-width: 480px) {
  .donation-container { padding: 1rem 0.5rem; }
  .donate-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 6px;
  }
  .donate-card { min-height: 55px; padding: 0.5rem 0.2rem; border-radius: 12px; }
  .donation-title { font-size: 1.25rem; }
  .card-value { font-size: 1rem; }
  .card-label { font-size: 0.55rem; letter-spacing: -0.3px; }
}

.donation-footer {
  text-align: center;
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 1rem;
}

/* Comments / Supporters Section */
.comments-area {
  background: #fff !important;
  border-radius: 24px;
  padding: 2rem 1.5rem !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.03);
  border-top: 6px solid #3ba0b3;
  max-width: 800px;
  margin: 0 1.25rem 2rem;
  box-sizing: border-box;
  text-align: left;
}

@media (max-width: 600px) {
  .comments-area {
    margin: 0 1rem 1.5rem;
    padding: 1.5rem 1rem !important;
  }
}

@media (min-width: 840px) {
  .comments-area {
    margin-left: auto;
    margin-right: auto;
  }
}

.comment-item {
  background: #f8fafc !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 16px !important;
  padding: 1rem !important;
  transition: transform 0.2s ease;
  text-align: left;
}

.comment-item:hover {
  transform: translateX(5px);
  border-color: #3ba0b3 !important;
}

/* Impact Section Styles */
.impact-area {
  padding: 0 1.25rem 2.5rem;
  background: transparent;
}

@media (max-width: 600px) {
  .impact-area {
    padding: 0 1rem 2rem;
  }
}

.impact-card {
  background: #fff;
  border-radius: 32px;
  padding: 2rem 1.25rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.06) !important;
  max-width: 800px;
  margin: 0 auto;
  border-top: 6px solid #3ba0b3;
  text-align: left;
  box-sizing: border-box;
}

.impact-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.impact-subtitle {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 2rem;
  font-weight: 500;
}

.impact-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.impact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 16px;
  text-align: left;
  transition: all 0.2s ease;
}

.impact-item.negative {
  background: #fff;
  border: 1px solid #fee2e2;
}

.impact-item.positive {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
}

.impact-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid currentColor;
}

.negative .impact-icon-box {
  color: #ef4444;
}

.positive .impact-icon-box {
  color: #3ba0b3;
}

.impact-icon-box svg {
  width: 16px;
  height: 16px;
}

.impact-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
  margin: 0;
  line-height: 1.4;
}

.positive .impact-text {
  color: #166534;
}

@media (max-width: 480px) {
  .impact-title { font-size: 1.5rem; }
  .impact-item { padding: 0.85rem; gap: 0.75rem; }
  .impact-text { font-size: 0.9rem; }
}

@keyframes move-stripes {
  from { background-position: 0 0; }
  to { background-position: 20px 0; }
}

.micro-goal-container {
  margin: 0 0 2rem;
  background: #f8fafc;
  border-radius: 20px;
  padding: 1.25rem;
  border: 1px dashed #3ba0b3;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.micro-goal-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0.75rem;
}

.micro-goal-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
}

.micro-goal-badge {
  background: #3ba0b3;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.micro-goal-obj {
  white-space: nowrap;
}

.micro-goal-remaining {
  font-size: 0.9rem;
  font-weight: 800;
  color: #3ba0b3;
  white-space: nowrap;
  text-align: left;
}

.micro-goal-bar {
  height: 10px;
  background: #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.micro-goal-fill {
  height: 100%;
  background: linear-gradient(90deg, #3ba0b3, #2d8a9c);
  border-radius: 10px;
  transition: width 1s ease-out;
  position: relative;
}

.micro-goal-stripes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  animation: move-stripes 2s linear infinite;
}

/* FAQ Section Styles */
.faq-area {
  padding: 0 1.25rem 2.5rem;
  background: transparent;
}

.faq-card {
  background: #fff;
  border-radius: 32px;
  padding: 2rem 1.25rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.06) !important;
  max-width: 800px;
  margin: 0 auto;
  border-top: 6px solid #3ba0b3;
  text-align: center;
}

.faq-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}

.faq-item {
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  color: #334155;
  background: #fff;
  user-select: none;
}

.faq-icon {
  font-size: 1.25rem;
  color: #94a3b8;
  transition: transform 0.3s ease;
  width: 20px;
  text-align: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background: #fff;
  padding: 0 1.25rem;
}

.faq-item.active {
  border-color: #3ba0b3;
  background: #f0f9fa;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.25rem 1.25rem;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #3ba0b3;
}

.faq-answer p {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .faq-title { font-size: 1.5rem; }
  .faq-question { padding: 1rem; font-size: 0.95rem; }
}

/* Fake Notification Toast */
.notification-toast {
  position: fixed;
  bottom: 110px; /* Higher to avoid sticky CTA */
  left: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(59, 160, 179, 0.2);
  border-radius: 20px;
  padding: 12px 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 13000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  max-width: 340px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .notification-toast {
    left: 25px;
    right: auto;
    bottom: 25px;
    margin: 0;
  }
}

.notification-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.toast-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.toast-content {
  flex: 1;
  text-align: left;
  min-width: 0;
  padding-left: 4px;
}

.toast-name {
  font-weight: 800;
  color: #1a1a1a;
  font-size: 0.95rem;
  margin-bottom: 1px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toast-status {
  font-size: 0.8rem;
  color: #3ba0b3;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.toast-time {
  font-size: 0.75rem;
  color: #94a3b8;
  white-space: nowrap;
  margin-left: 8px;
  font-weight: 600;
}

/* Footer Refinement */
.site-footer {
  background: #fff;
  padding: 4rem 1.5rem 6rem !important;
  border-top: 1px solid #f1f5f9;
  margin-top: 4rem !important;
}

@media (max-width: 600px) {
  .content-block, .content-section, .comments-area { padding: 1.5rem 1.25rem !important; }
}

/* Mobile sticky CTA to boost conversions */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 12000;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,0.05);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
}

.sticky-cta.visible {
  transform: translateY(0);
  visibility: visible;
}

.sticky-badge {
  background: #EEFFE6;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-badge svg {
  height: 24px;
  width: auto;
}

.sticky-content {
  padding: 14px 16px 18px;
}

.sticky-cta .sticky-btn {
  background: #3ba0b3;
  color: #fff;
  border: none;
  font-weight: 900;
  padding: 16px;
  border-radius: 18px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 25px rgba(59, 160, 179, 0.4);
  transition: all 0.2s ease;
}

.sticky-cta .sticky-btn:active {
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(59, 160, 179, 0.3);
}

.sticky-cta .sticky-btn:focus {
  outline: none;
}

@media(min-width:720px){.sticky-cta{display:none}}
@media(max-width:480px){
  .sticky-cta .sticky-btn { font-size: 1.1rem; padding: 14px; }
}

/* Reduce animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce){
	*{transition:none!important;animation:none!important}
}

/* Ensure large images reserve space to avoid layout shift */
img{max-width:100%;height:auto;display:block;margin: 0 auto;}

.copy-img-figure, .copy-img-container {
  display: block;
  margin: 2rem auto;
  text-align: center;
}

.copy-img-1, .copy-img-2 {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  margin: 0 auto;
}

/* ============================================
   UPSELL MODAL STYLES
   ============================================ */

.upsell-modal .modal-backdrop {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
}

.upsell-box {
  max-width: 420px;
  max-height: 90vh;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 0;
  overflow: hidden;
  animation: upsellSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
}

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

.upsell-content {
  padding: 1.75rem 1.5rem 1.5rem;
  overflow-y: auto;
  flex: 1;
}

.upsell-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.upsell-icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.upsell-badge {
  display: inline-block;
  background: linear-gradient(135deg, #3ba0b3 0%, #2d8a9c 100%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.upsell-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

.upsell-goal-card {
  background: #fff;
  border: 2px solid #e0f2f5;
  border-radius: 18px;
  padding: 1rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 15px rgba(59, 160, 179, 0.1);
}

.upsell-goal-icon {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.upsell-goal-info {
  text-align: center;
  margin-bottom: 0.75rem;
}

.upsell-goal-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.upsell-goal-text {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a1a;
}

.upsell-goal-progress {
  text-align: center;
}

.upsell-goal-bar {
  height: 10px;
  background: #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.upsell-goal-fill {
  height: 100%;
  background: linear-gradient(90deg, #3ba0b3 0%, #2d8a9c 100%);
  border-radius: 10px;
  transition: width 0.5s ease;
  position: relative;
}

.upsell-goal-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.upsell-goal-remaining {
  font-size: 0.8rem;
  font-weight: 700;
  color: #3ba0b3;
  background: #e0f2f5;
  padding: 4px 12px;
  border-radius: 8px;
  display: inline-block;
}

.upsell-description {
  font-size: 0.95rem;
  color: #475569;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.upsell-impact {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.upsell-impact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #64748b;
}

.upsell-impact-icon {
  font-size: 1.1rem;
}

.upsell-btn-accept {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  border: none;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.35);
  transition: all 0.3s ease;
  margin-bottom: 0.75rem;
}

.upsell-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.45);
}

.upsell-btn-accept:active {
  transform: scale(0.98);
}

.upsell-btn-icon {
  font-size: 1.4rem;
}

.upsell-btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.upsell-btn-main {
  font-size: 1rem;
  font-weight: 900;
}

.upsell-btn-sub {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.9;
}

.upsell-btn-decline {
  width: 100%;
  background: transparent;
  color: #94a3b8;
  border: none;
  padding: 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.upsell-btn-decline:hover {
  color: #64748b;
}

/* Match Offer Upsell (2nd attempt) */
.upsell-match-badge {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

/* ============================================
   POST-PAYMENT UPSELL STYLES
   ============================================ */

.post-payment-upsell {
  margin-top: 1.5rem;
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

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

.post-upsell-divider {
  text-align: center;
  margin-bottom: 1.25rem;
  position: relative;
}

.post-upsell-divider span {
  background: #fff;
  padding: 0 12px;
  font-size: 0.7rem;
  font-weight: 800;
  color: #f59e0b;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.post-upsell-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.post-upsell-card {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 2px solid #fcd34d;
  border-radius: 18px;
  padding: 1.25rem;
  text-align: center;
}

.post-upsell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 8px;
}

.post-upsell-badge {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.post-upsell-urgency {
  font-size: 0.8rem;
  font-weight: 700;
  color: #b45309;
}

.post-upsell-text {
  font-size: 0.95rem;
  color: #78350f;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.post-upsell-progress {
  margin-bottom: 1rem;
}

.post-upsell-bar {
  height: 8px;
  background: rgba(251, 191, 36, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.post-upsell-fill {
  height: 100%;
  background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
  border-radius: 8px;
  transition: width 0.5s ease;
}

.post-upsell-btn {
  width: 100%;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
  border: none;
  padding: 0.9rem 1.25rem;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.35);
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
}

.post-upsell-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.45);
}

.post-upsell-skip {
  background: transparent;
  border: none;
  color: #b45309;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.post-upsell-skip:hover {
  opacity: 1;
}

/* Mobile adjustments for upsell */
@media (max-width: 480px) {
  .upsell-box {
    margin: 0 12px;
    max-width: calc(100% - 24px);
    max-height: 85vh;
  }
  
  .upsell-content {
    padding: 1.25rem 1rem 1rem;
  }
  
  .upsell-header {
    margin-bottom: 0.75rem;
  }
  
  .upsell-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  
  .upsell-title {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
  }
  
  .upsell-goal-card {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  
  .upsell-goal-icon {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }
  
  .upsell-goal-text {
    font-size: 0.9rem;
  }
  
  .upsell-description {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }
  
  .upsell-impact {
    flex-direction: row;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  
  .upsell-impact-item {
    font-size: 0.75rem;
  }
  
  .upsell-btn-accept {
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
  }
  
  .upsell-btn-main {
    font-size: 0.9rem;
  }
  
  .upsell-btn-sub {
    font-size: 0.7rem;
  }
  
  .upsell-btn-decline {
    padding: 0.65rem;
    font-size: 0.8rem;
  }
}
