/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background: #000000;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ===== UTILITIES ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.highlight { color: #eac794; }
.highlight-dark { color: #eac794; }
.section { padding: 80px 0; text-align: center; }
.section-light { background: #ffffff; color: #000000; }
.section-dark { background: #000000; color: #ffffff; }
.section h2 { font-size: 38px; font-weight: 800; margin-bottom: 16px; line-height: 1.2; }
.section-sub { font-size: 16px; opacity: 0.8; margin-bottom: 48px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ===== CTA BUTTON ===== */
.btn-cta {
  display: inline-block;
  background: #eac794;
  color: #000000;
  font-weight: 800;
  font-size: 1rem;
  padding: 16px 48px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 32px;
}
.btn-cta { animation: pulse-glow 2s ease-in-out infinite; }
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(234, 199, 148, 0.35); animation: none; }
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(234, 199, 148, 0); transform: scale(1); }
  50% { box-shadow: 0 0 30px 12px rgba(234, 199, 148, 0.5); transform: scale(1.03); }
}
.btn-cta-big { font-size: 1.2rem; padding: 20px 64px; }

/* ===== 1. TOP BAR ===== */
.top-bar {
  background: #ae1405;
  color: white;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
}

/* ===== 2. HERO ===== */
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  background:
    url('assets/BACK-PAG-1.png') center center / 85% no-repeat,
    #FFF8F2;
  position: relative;
  padding: 80px 0;
  color: #000000;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, transparent, #FFF8F2);
  z-index: 0;
  pointer-events: none;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23eac794' opacity='0.28'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='100' cy='100' r='80' stroke='%23eac794' stroke-width='1.5' fill='none' opacity='0.28'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='300' height='300' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='50' y='50' width='200' height='200' rx='20' stroke='%23eac794' stroke-width='1.5' fill='none' opacity='0.28' transform='rotate(15 150 150)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.13'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: -1;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  position: relative;
}
.hero-text { text-align: left; }
.hero-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  background: #eac794;
  padding: 6px 16px;
  border-radius: 20px;
}
/* hero float cards */
.hero-cards {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
}
.hero-float-card {
  position: absolute;
  right: 0;
  background: #ffffff;
  border: 1px solid #E8E0D8;
  border-radius: 10px;
  padding: 10px 16px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.hfc-1 { top: 15%; right: 0; }
.hfc-2 { top: 28%; right: 40px; }
.hfc-3 { top: 41%; right: 10px; }
.hfc-number {
  font-size: 18px;
  font-weight: 800;
  color: #C8441A;
}
.hfc-label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #000000;
}
.hero-desc {
  font-size: 1.05rem;
  color: #555;
  max-width: 500px;
  margin: 0 0 32px;
  line-height: 1.7;
}
.hero-photo img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  max-height: 520px;
}
.hero-micro { font-size: 0.8rem; opacity: 0.4; margin-top: 16px; color: #000000; }

/* ===== STATS ===== */
.stats-grid {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.stat-item { text-align: center; }
.stat-number {
  display: block;
  font-size: 48px;
  font-weight: 900;
  color: #eac794;
  line-height: 1;
}
.stat-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== MARQUEE DIVIDER ===== */
.marquee-divider {
  background: #000000;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  animation: marquee 20s linear infinite;
}
.marquee-track span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #eac794;
  padding: 0 24px;
}
.marquee-track span::after {
  content: "·";
  margin-left: 24px;
  color: #C8441A;
  opacity: 1;
  font-weight: 700;
}
@keyframes marquee {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* ===== 3. TESTIMONIALS ===== */
.testimonials-carousel {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.tc-viewport {
  flex: 1;
  overflow: hidden;
}
.tc-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 20px;
  padding: 28px 32px;
  text-align: left;
  min-width: calc(50% - 12px);
  max-width: calc(50% - 12px);
  flex-shrink: 0;
  margin-right: 24px;
  box-sizing: border-box;
}
.testimonial-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #000000;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-content h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #000000;
  text-transform: uppercase;
}
.testimonial-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}
.tc-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 1.2rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.tc-btn:hover {
  background: #eac794;
  border-color: #eac794;
}

/* ===== 4. PILLARS ===== */
.pillar-rows { max-width: 800px; margin: 0 auto 16px; }
.pillar-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 24px 16px;
  border-bottom: 1px solid #222;
  text-align: left;
  border-radius: 8px;
  transition: background 0.3s, padding-left 0.3s, border-color 0.3s;
  cursor: default;
}
.pillar-row:hover {
  background: #111;
  padding-left: 28px;
  border-color: #eac794;
}
.pillar-row:hover .pillar-num,
.pillar-row:hover h3 {
  color: #ffffff;
}
.pillar-row:hover p {
  opacity: 1;
}
.pillar-row:last-child { border-bottom: none; }
.pillar-num {
  font-size: 14px;
  font-weight: 800;
  color: #eac794;
  flex-shrink: 0;
  width: 30px;
}
.pillar-row h3 {
  font-size: 16px;
  font-weight: 700;
  color: #eac794;
  flex-shrink: 0;
  width: 260px;
}
.pillar-row p {
  font-size: 14px;
  opacity: 0.6;
  line-height: 1.5;
  margin: 0;
}

/* ===== 5. IA ===== */
.ia-intro {
  font-size: 1.05rem; color: #555; line-height: 1.7;
  max-width: 700px; margin: 0 auto 40px; text-align: center;
}
.ia-wrapper { display: flex; gap: 48px; align-items: flex-start; text-align: left; }
.ia-text { flex: 1; }
.ia-image { flex: 1; }
.ia-feature-cards { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.ia-card {
  background: #f5f5f5; border: 1px solid #e0e0e0;
  border-radius: 12px; padding: 20px 24px;
}
.ia-card h4 { font-size: 1rem; margin-bottom: 6px; color: #000000; }
.ia-card p { font-size: 0.9rem; color: #555; line-height: 1.5; margin: 0; }
.ia-diff {
  font-size: 1rem; color: #000000; margin-bottom: 8px;
  font-weight: 600; line-height: 1.5;
}
.placeholder-img {
  background: #111; border: 2px dashed #333;
  border-radius: 16px; padding: 80px 24px;
  text-align: center; color: #666; font-size: 0.95rem;
  min-height: 300px; display: flex; align-items: center; justify-content: center;
}
.section-light .placeholder-img { background: #f5f5f5; border-color: #ddd; color: #999; }

/* ===== 6. BENEFITS GRID ===== */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 16px; }
.benefit-card {
  background: #111; border: 1px solid #222;
  border-radius: 16px; padding: 36px 28px; text-align: left;
  transition: border-color 0.3s;
}
.section-light .benefit-card { background: #f5f5f5; border-color: #e0e0e0; }
.benefit-card:hover { border-color: #eac794; }
.benefit-icon { font-size: 2rem; margin-bottom: 12px; }
.benefit-card h3 { font-size: 16px; margin-bottom: 8px; }
.benefit-card p { font-size: 0.9rem; opacity: 0.7; line-height: 1.6; }

/* ===== 7. AUDIENCE ===== */
.audience-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #888;
  text-align: center;
  margin-bottom: 40px;
}
.audience-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto 48px;
}
.audience-line {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.audience-check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: #C8441A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.audience-line p { font-size: 16px; color: #333; line-height: 1.4; margin: 0; }

.audience-coral-statement {
  font-size: 22px;
  font-weight: 800;
  color: #C8441A;
  text-align: center;
  margin-bottom: 16px;
}

/* ===== 8. VIDEO ===== */
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 960px; margin: 0 auto; }
.video-slot { text-align: center; }
.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
}
.video-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}
.video-caption {
  font-size: 0.82rem; color: #aaa; margin-top: 10px;
  line-height: 1.4;
}

/* ===== 9. ACCORDION ===== */
.accordion { max-width: 700px; margin: 0 auto; text-align: left; }
.accordion-item { border-bottom: 1px solid #ddd; }
.section-dark .accordion-item { border-color: #222; }
.accordion-header {
  width: 100%; background: none; border: none; color: inherit;
  padding: 20px 0; font-size: 1.1rem; font-weight: 600;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  transition: color 0.2s;
}
.accordion-header:hover { color: #eac794; }
.section-dark .accordion-header:hover { color: #eac794; }
.accordion-icon { font-size: 1.5rem; font-weight: 300; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.accordion-item.active .accordion-icon { transform: rotate(45deg); }
.accordion-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion-body ul { padding: 0 0 20px 20px; }
.accordion-body li { padding: 10px 0; font-size: 0.95rem; opacity: 0.8; list-style: disc; line-height: 1.6; }
.accordion-body p { padding: 0 0 16px; font-size: 0.95rem; opacity: 0.7; line-height: 1.6; }
.cycle-desc { font-weight: 600; opacity: 0.9 !important; font-style: italic; }
.accordion-header small { font-weight: 400; opacity: 0.5; font-size: 0.85em; margin-left: 8px; }

/* ===== 11. GUESTS ===== */
.guests-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 700px; margin: 0 auto; }
.guest-card { text-align: center; }
.placeholder-circle {
  width: 120px; height: 120px; border-radius: 50%;
  background: #f5f5f5; border: 2px dashed #ddd;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; color: #999; font-size: 2rem;
}
.guest-card h3 { font-size: 16px; margin-bottom: 4px; }
.guest-card p { font-size: 0.85rem; opacity: 0.6; line-height: 1.4; }

/* ===== 12. TRANSITION ===== */
.section-transition { padding: 60px 0; }
.transition-text {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.4;
}

/* ===== 13. BONUS ===== */
.bonus-list { max-width: 700px; margin: 0 auto 48px; text-align: left; }
.bonus-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 0; border-bottom: 1px solid #e0e0e0;
}
.bonus-check { color: #eac794; font-size: 1.5rem; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.bonus-item div { flex: 1; }
.bonus-item strong { font-size: 1rem; display: block; margin-bottom: 4px; }
.bonus-item p { font-size: 0.85rem; opacity: 0.6; margin: 0; line-height: 1.5; }
.bonus-value { font-weight: 700; color: #eac794; font-size: 1rem; flex-shrink: 0; }
.bonus-total { text-align: center; }
.bonus-total > p:first-child { font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; }
.bonus-sum { font-size: 1.1rem; color: #eac794; font-weight: 800; margin-bottom: 24px; }

/* ===== PRICE BOX ===== */
.price-box { margin: 0 auto 16px; text-align: center; }
.price-old-big { display: block; text-decoration: line-through; opacity: 0.4; font-size: 1.2rem; }
.price-new-big { display: block; font-size: 3rem; font-weight: 900; color: #eac794; }
.price-installment-big { display: block; font-size: 1rem; opacity: 0.6; margin-top: 4px; }

/* ===== 14. GUARANTEE ===== */
.guarantee-container { max-width: 600px; }
.guarantee-badge {
  width: 80px; height: 80px; border-radius: 50%;
  border: 3px solid #eac794; display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; color: #eac794;
  margin: 0 auto 24px;
}
.guarantee-points p { font-size: 1.05rem; padding: 8px 0; opacity: 0.8; line-height: 1.6; }
.guarantee-trust { font-style: italic; opacity: 0.6 !important; margin-top: 8px; }

/* ===== 15. BIO ===== */
.bio-container { display: flex; gap: 48px; align-items: center; text-align: left; }
.bio-image { flex: 0 0 300px; }
.bio-photo { width: 100%; border-radius: 16px; object-fit: cover; }
.bio-text { flex: 1; }
.bio-text h2 { margin-bottom: 20px; }
.bio-text p { font-size: 1rem; line-height: 1.7; margin-bottom: 12px; color: #555; }
.bio-quote {
  font-size: 1.2rem; font-weight: 700; color: #eac794;
  margin-top: 16px; font-style: italic;
}

/* ===== FINAL CTA ===== */
.section-cta {
  background: #000000;
  padding: 100px 0;
}
.final-price { margin-bottom: 0; }
.cta-sub { font-size: 0.85rem; opacity: 0.5; margin-top: 16px; }

/* ===== 17. FOOTER ===== */
.footer { background: #000000; border-top: 1px solid #222; padding: 32px 0; text-align: center; }
.footer-legal { font-size: 0.7rem; opacity: 0.25; max-width: 700px; margin: 0 auto 16px; line-height: 1.5; }
.footer-links { display: flex; justify-content: center; gap: 24px; margin-bottom: 12px; }
.footer-links a { font-size: 0.85rem; opacity: 0.5; transition: opacity 0.2s; }
.footer-links a:hover { opacity: 1; }
.footer p { font-size: 0.8rem; opacity: 0.3; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .ia-wrapper { flex-direction: column; }
  .bio-container { flex-direction: column; text-align: center; }
  .bio-image { flex: none; width: 200px; margin: 0 auto; }
  .bio-photo { min-height: 250px; }
  .bio-text { text-align: center; }
  .guests-grid { grid-template-columns: 1fr; max-width: 200px; margin: 0 auto; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .bonus-item { flex-wrap: wrap; }
  .bonus-value { width: 100%; text-align: right; }
  .video-grid { grid-template-columns: 1fr 1fr; max-width: 500px; margin: 0 auto; }
  .benefit-card { text-align: left; }
  .not-for-you { padding: 20px 24px; }
  .btn-cta-big { padding: 18px 40px; font-size: 1rem; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 24px; }
  .section h2 { font-size: 28px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .hero-text { text-align: center; }
  .hero-logo { margin: 0 auto 24px; }
  .hero-desc { margin: 0 auto 32px; }
  .hero-photo img { max-height: 400px; margin: 0 auto; width: 80%; }
  .hero-cards { position: static; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }
  .hero-float-card { position: static; }
  .hero-float-card { padding: 10px 14px; }
  .hfc-number { font-size: 18px; }
  .video-grid { grid-template-columns: 1fr 1fr; max-width: 400px; margin: 0 auto; }
  .pillar-row { flex-direction: column; gap: 8px; }
  .pillar-row h3 { width: auto; }
  .top-bar { font-size: 0.75rem; letter-spacing: 0; }
}
