/* ============================================
   MAIN.CSS - Clube dos Salgadeiros Landing Page
   ============================================ */

/* Base
   -------------------------------------------- */
body {
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1.6;
  padding-bottom: 60px;
}

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
}

.text-accent {
  color: var(--color-accent);
}

/* Uppercase global para títulos */
.section-hero h1,
.section-problems h2,
.section-how-it-works h3,
.section-plans h2,
.section-advantages h2,
.section-content-list h2,
.section-faq h2,
.section-guarantee h2,
.feature-card h3,
.plan-card h3,
.advantage-card h3,
.content-card h3 {
  text-transform: uppercase;
}

/* Button base
   -------------------------------------------- */
.btn {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

/* Button CTA
   -------------------------------------------- */
.btn-cta {
  background: var(--gradient-button);
  font-family: var(--font-heading);
  font-size: 30px;
  text-transform: uppercase;
  color: var(--color-primary);
  border-radius: var(--btn-radius);
  padding: 20px 40px;
  box-shadow: var(--btn-shadow);
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow-hover);
}

/* Section Hero
   -------------------------------------------- */
.section-hero {
  background: var(--gradient-hero);
  padding: 30px 0 100px;
  text-align: center;
  color: var(--color-secondary);
}


.section-hero h1 {
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto 15px;
  line-height: 1.2;
}

.section-hero h2 {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.section-hero .video-container {
  max-width: 800px;
  margin: 0 auto 40px;
}


/* Section Problems
   -------------------------------------------- */
.section-problems {
  background: var(--gradient-orange);
  padding: 60px 0;
  color: var(--color-primary);
}

.section-problems h2 {
  font-family: var(--font-heading);
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.problems-grid {
  display: flex;
  gap: 30px;
}

.problems-list {
  flex: 1;
}

.problems-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
}

.problems-list .icon-exclamation {
  width: 26px;
  height: 26px;
}


/* Section How It Works
   -------------------------------------------- */
.section-how-it-works {
  padding: 60px 0;
  text-align: center;
}


.section-how-it-works h2 {
  font-family: var(--font-heading);
  font-size: 35px;
  color: var(--color-text);
  margin-bottom: 20px;
}

.section-how-it-works h3 {
  font-family: var(--font-heading);
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.section-how-it-works h4 {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

/* Section Features Grid
   -------------------------------------------- */
.section-features-grid {
  padding: 0;
}

.feature-card {
  background: var(--gradient-card-dark);
  border-radius: 20px;
  padding: 30px;
  color: var(--color-secondary);
  overflow: hidden;
}

.feature-card:nth-child(1) {
  margin-top: 0;
}

.feature-card:nth-child(2) {
  margin-top: -60px;
}

.feature-card:nth-child(3) {
  margin-top: -30px;
}

.feature-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-family: var(--font-heading);
  font-size: 42px;
  color: var(--color-text);
  margin-bottom: 10px;
}

.feature-card h4 {
  font-family: var(--font-heading);
  font-size: 24px;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.feature-card .badge {
  background: var(--color-accent);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
}

/* Section CTA Mid
   -------------------------------------------- */
.section-cta-mid,
.section-cta-intermediate {
  padding: 50px 0;
  text-align: center;
}

.btn-plan {
  background: var(--gradient-button);
  font-family: var(--font-heading);
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-primary);
  border-radius: var(--btn-radius);
  padding: 18px 35px;
  box-shadow: var(--btn-shadow);
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  width: 100%;
}

.btn-plan:hover {
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow-hover);
}

/* Section Content List
   -------------------------------------------- */
.section-content-list {
  background: var(--gradient-orange);
  padding: 60px 0;
}

.section-content-list h2 {
  font-family: var(--font-heading);
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-primary);
}

.content-grid,
.content-cards {
  display: flex;
  gap: 20px;
}

.content-card {
  background: var(--color-secondary);
  border-radius: 20px;
  padding: 40px;
  flex: 1;
}

.content-card h3 {
  font-family: var(--font-heading);
  font-size: 30px;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.content-card p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-primary);
}

.content-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.content-card ul li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-primary);
  padding-left: 0;
}

.content-card ul li::before {
  content: "• ";
  color: var(--color-text);
  font-weight: bold;
}

/* Section Testimonials
   -------------------------------------------- */
.section-testimonials {
  background: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

.section-testimonials h2 {
  font-family: var(--font-heading);
  font-size: 30px;
  color: var(--color-text);
  margin-bottom: 30px;
}

.testimonials-list {
  text-align: left;
  max-width: 800px;
  margin: 0 auto 40px;
}

.testimonials-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-primary);
}

.section-testimonials .video-container {
  max-width: 800px;
  margin: 0 auto 40px;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Section Advantages
   -------------------------------------------- */
.section-advantages {
  background: var(--gradient-hero);
  padding: 60px 0;
  color: var(--color-secondary);
}

.section-advantages h2 {
  font-family: var(--font-heading);
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.section-advantages .btn-cta {
  display: block;
  max-width: 600px;
  margin: 40px auto 0;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.advantage-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.advantage-icon {
  margin-bottom: 15px;
}

.advantage-icon img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
}

.advantage-card h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  margin-bottom: 10px;
}

.advantage-card p {
  font-size: 18px;
  font-weight: 500;
}

/* Section Plans
   -------------------------------------------- */
.section-plans {
  padding: 60px 0;
}

.section-plans h2 {
  font-family: var(--font-heading);
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-primary);
}

.plans-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.plan-card {
  border-radius: 20px;
  padding: 40px;
  flex: 1;
  max-width: 450px;
}

.plan-monthly {
  background: var(--gradient-card-dark);
  color: var(--color-secondary);
}

.plan-annual {
  background: var(--gradient-card-dark);
  color: var(--color-secondary);
  transform: scale(1.05);
  box-shadow: var(--shadow-deep);
  position: relative;
}

.plan-card h3 {
  font-family: var(--font-body);
  font-size: 21px;
  font-weight: 500;
  color: var(--color-secondary);
  text-align: center;
  margin-bottom: 15px;
}

.plan-divider {
  border: none;
  height: 1px;
  background: var(--color-secondary);
  opacity: 0.3;
  margin: 20px 0;
}

.plan-annual .plan-divider {
  background: rgba(250, 238, 222, 0.2);
}

.plan-features {
  margin-bottom: 20px;
}

.plan-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 18px;
}

.plan-features .icon-check,
.plan-features .icon-lock {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.plan-price {
  font-family: var(--font-heading);
  font-size: 64px;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.plan-price small {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
}

.plan-renewal {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

/* Section Guarantee
   -------------------------------------------- */
.section-guarantee {
  background: var(--gradient-hero);
  padding: 60px 0;
  color: var(--color-secondary);
}

.guarantee-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.guarantee-image {
  flex: 0 0 auto;
  max-width: 400px;
}

.guarantee-text {
  flex: 1;
}

.section-guarantee h2 {
  font-family: var(--font-heading);
  font-size: 42px;
  margin-bottom: 15px;
}

.section-guarantee h3 {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-guarantee p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

/* Section About
   -------------------------------------------- */
.section-about {
  background: var(--gradient-orange);
  padding: 60px 0;
  color: var(--color-primary);
}

.about-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.about-image {
  max-width: 80%;
  border-radius: 15px;
  flex-shrink: 0;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
}

.about-text {
  flex: 1;
}

.section-about p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

.section-about .about-logo {
  max-width: 200px;
  margin-top: 20px;
}

/* Section FAQ
   -------------------------------------------- */
.section-faq {
  background: var(--color-secondary);
  padding: 60px 0;
}

.section-faq h2 {
  font-family: var(--font-heading);
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-primary);
}

.faq-item {
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}


.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  padding-bottom: 0;
}

.faq-answer.active {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-answer p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-primary);
}

/* Section Footer
   -------------------------------------------- */
.section-footer {
  background: var(--gradient-footer);
  padding: 40px 0;
  color: var(--color-secondary);
  text-align: center;
}

.section-footer .footer-logo {
  max-width: 250px;
  margin: 0 auto 20px;
}

.section-footer p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.7;
}

/* Fixed Banner
   -------------------------------------------- */
.fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-banner-red);
  padding: 10px 20px;
  z-index: 100;
  color: white;
}

.fixed-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#countdown {
  display: flex;
  gap: 10px;
}

.countdown-item {
  text-align: center;
  line-height: 1.2;
}

.countdown-item span {
  font-family: var(--font-heading);
  font-size: 24px;
  display: block;
}

.countdown-item small {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.8;
}

/* ============================================
   Additional element-specific styles
   ============================================ */

/* Hero aliases */
.hero-logo {
  max-width: 276px;
  margin: 0 auto 30px;
}

.hero-text {
  font-family: var(--font-body);
  font-size: 21px;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto 30px;
  color: var(--color-secondary);
}

/* Feature card image */
.feature-card-image {
  margin-bottom: 20px;
}

.feature-card-image img {
  width: 100%;
  border-radius: 10px;
}

/* How it works */
.how-it-works-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.how-it-works-image {
  flex: 0 0 auto;
  max-width: 480px;
}

.how-it-works-image img {
  border-radius: 15px;
  width: 100%;
}

.how-it-works-text {
  flex: 1;
}

/* Features grid wrapper */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: var(--container-max);
  margin: -50px auto 0;
  padding: 0 20px;
}

/* Icon classes */
.icon-exclamation,
.icon-check-circle,
.icon-check,
.icon-lock {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 3px;
}

.icon-exclamation svg,
.icon-check-circle svg,
.icon-check svg,
.icon-lock svg {
  width: 100%;
  height: 100%;
}

.icon-exclamation svg {
  fill: var(--color-primary);
}

.icon-check-circle svg {
  fill: var(--color-text);
}

.icon-check svg {
  fill: var(--color-text);
}

.icon-lock svg {
  fill: var(--color-secondary);
  opacity: 0.5;
}

.plan-annual .icon-lock svg {
  fill: var(--color-secondary);
  opacity: 0.5;
}

.plan-annual .icon-check svg {
  fill: var(--color-text);
}

/* Problems */
.problems-conclusion {
  text-align: center;
  margin-top: 40px;
}

.problems-conclusion h2 {
  font-family: var(--font-heading);
  font-size: 48px;
  margin-bottom: 15px;
}

.problems-subtitle {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
}

/* Content card highlight */
.content-card-highlight {
  font-weight: 900;
}

/* FAQ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--color-primary);
}

.faq-icon--open {
  display: none;
}

.faq-question.active .faq-icon--closed {
  display: none;
}

.faq-question.active .faq-icon--open {
  display: block;
}

/* Plan features */
.plan-features--locked {
  opacity: 0.5;
}

.plan-features--unlocked {
  opacity: 1;
}

.plan-annual .plan-features--locked {
  opacity: 1;
}

.plan-feature--included,
.plan-feature--locked {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 18px;
}

.plan-feature--highlight {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 900;
}

/* Plan pricing */
.plan-pricing {
  text-align: center;
  margin: 20px 0;
}

.plan-price-old {
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.plan-price-old s,
.plan-price-old a {
  color: var(--color-accent);
}

.plan-price-installment {
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 800;
}

.plan-price-cash {
  font-size: 22px;
  margin-top: 5px;
  display: block;
}

.plan-price-cash small {
  font-size: 15px;
  font-weight: 800;
}

.plan-price-highlight {
  color: var(--color-text);
}

.plan-recommended::before {
  content: "Recomendado";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  color: white;
  font-family: var(--font-heading);
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Fixed banner text */
.fixed-banner-text {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
}

.fixed-banner-text s {
  opacity: 0.7;
}

/* Footer */
.footer-logo {
  max-width: 250px;
  margin: 0 auto 20px;
}

.footer-logo img {
  width: 100%;
}

.footer-disclaimer {
  font-size: 14px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.7;
}

/* Guarantee image */
.guarantee-image img {
  width: 100%;
}

/* About logo image */
.about-logo img {
  width: 100%;
}
