/* Best Week Landing Page Styles */

html {
  scroll-behavior: smooth;
}

.best-week-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #f0f0f0;
}

/* Hero Section */
.hero-section {
  text-align: center;
  padding: 80px 20px;
  border-radius: 12px;
  margin-bottom: 60px;
}

.hero-section h1 {
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
  width: 100%;
}

.hero-section h2 {
  font-size: 1.1rem;
  font-weight: 300;
  color: #AAAAAA;
  text-align: center;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto 40px;
  width: 100%;
}

.hero-cta-card {
  background: rgba(254, 175, 80, 0.05);
  border: 1px solid rgba(254, 175, 80, 0.2);
  border-radius: 12px;
  padding: 40px;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.serene-countdown {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #c0c0c0;
  font-weight: 400;
}

#countdown-timer {
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  color: #feaf50;
  background: linear-gradient(135deg, rgba(254, 175, 80, 0.15) 0%, rgba(254, 175, 80, 0.05) 100%);
  padding: 8px 20px;
  border-radius: 8px;
  border: 2px solid rgba(254, 175, 80, 0.3);
  margin-left: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.countdown-info {
  font-size: 0.95rem;
  color: #888;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 30px;
}

.cta-minicard {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(254, 175, 80, 0.15);
  border-radius: 8px;
  padding: 25px 30px;
  margin: 0 auto;
  max-width: 550px;
}

.cta-minicard .button-whatsapp {
  margin-top: 20px;
}

.cta-text {
  font-size: 1rem;
  color: #a0a0a0;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: center;
}

.cta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.cta-list li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #999;
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
}

.cta-list li:last-child {
  margin-bottom: 0;
}

.cta-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #feaf50;
}

/* Buttons */
.button-primary {
  display: inline-block;
  padding: 16px 40px;
  background-color: #feaf50;
  color: #0a0a0a;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.button-primary:hover {
  background-color: #ffc570;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 175, 80, 0.4);
}

.button-secondary {
  display: inline-block;
  padding: 12px 30px;
  background-color: transparent;
  color: #feaf50;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #feaf50;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.button-secondary:hover {
  background-color: rgba(254, 175, 80, 0.1);
}

.button-disabled {
  display: inline-block;
  padding: 12px 30px;
  background-color: #2a2a2a;
  color: #666;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  cursor: not-allowed;
  opacity: 0.6;
}

.button-whatsapp {
  display: inline-block;
  padding: 16px 40px;
  background-color: #feaf50;
  color: #0a0a0a;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid #feaf50;
}

.button-whatsapp:hover {
  background-color: #1D1811;
  color: #feaf50;
  border-color: #feaf50;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 175, 80, 0.4);
}

.button-whatsapp i {
  margin-right: 8px;
  color: #128C7E;
  transition: color 0.3s ease;
}

.button-whatsapp:hover i {
  color: #128C7E;
}

/* Philosophy Section */
.philosophy-section {
  padding: 60px 20px;
  text-align: center;
  margin: 0 auto 60px;
}

.philosophy-section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

.philosophy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.philosophy-list li {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #c0c0c0;
  padding-left: 40px;
  position: relative;
}

.philosophy-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  color: #feaf50;
}

/* Ofertas Section */
.ofertas-section {
  padding: 60px 20px;
  margin-bottom: 60px;
}

.ofertas-section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

.section-intro {
  text-align: center;
  font-size: 1.1rem;
  color: #c0c0c0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Clareza Bridge */
.clareza-bridge {
  background-color: rgba(254, 175, 80, 0.1);
  border-left: 4px solid #feaf50;
  padding: 20px;
  margin-bottom: 150px;
  border-radius: 8px;
  color: #f0f0f0;
}

.clareza-title {
  color: #feaf50;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.clareza-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.clareza-list li {
  font-size: 1rem;
  line-height: 1.6;
  color: #c0c0c0;
  padding-left: 24px;
  position: relative;
}

.clareza-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 0;
  color: #feaf50;
  font-weight: 700;
}

.clareza-list strong {
  color: #feaf50;
}

/* Ofertas Grid */
.ofertas-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

/* Ofertas Grid - Preview (3 cards lado a lado) */
.ofertas-grid-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Oferta Card */
.oferta-card {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  min-height: 300px;
  height: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding: 40px;
  gap: 40px;
}

/* Oferta Card Preview (para grid de 3 colunas) */
.ofertas-grid-preview .oferta-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  min-height: auto;
}

/* Preview Discount Badge */
.preview-discount-badge {
  display: inline-block;
  background-color: coral;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(254, 175, 80, 0.3);
  margin-bottom: 15px;
  align-self: center;
}

/* Preview Special Condition */
.preview-special-condition {
  font-size: 1.05rem;
  color: #feaf50;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  padding: 12px 20px;
  background: linear-gradient(135deg, rgba(254, 175, 80, 0.1) 0%, rgba(254, 175, 80, 0.05) 100%);
  border-radius: 8px;
  border: 1px solid rgba(254, 175, 80, 0.2);
}

.preview-special-condition strong {
  color: coral;
  font-weight: 700;
}

/* Card Learn More Link */
.card-learn-more {
  display: inline-block;
  color: #feaf50;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.card-learn-more i {
  margin-left: 5px;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.card-learn-more:hover {
  color: #ffc570;
  text-decoration: none;
}

.card-learn-more:hover i {
  transform: translateX(4px);
}

/* Preview Coming Soon Badge */
.preview-coming-soon-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(192, 192, 192, 0.15) 0%, rgba(160, 160, 160, 0.1) 100%);
  color: #c0c0c0;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  border: 2px solid rgba(192, 192, 192, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  align-self: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ofertas-grid-preview .offer-card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ofertas-grid-preview .offer-card-header h3 {
  margin: 0;
}

.ofertas-grid-preview .card-description {
  margin-bottom: 15px;
  flex: 1;
  text-align: left;
}

.ofertas-grid-preview .card-price {
  font-size: 1rem;
  color: #c0c0c0;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
}

.ofertas-grid-preview .button-disabled {
  width: auto;
  align-self: flex-start;
}

.card-image {
  display: none;
}

.card-content {
  display: contents;
}

.card-content > div {
  display: flex;
  flex-direction: column;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefits-list li {
  font-size: 0.95rem;
  color: #c0c0c0;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}

.benefits-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #feaf50;
  font-weight: 700;
  font-size: 1rem;
}

/* Preview Mode */
.oferta-card.preview {
  opacity: 0.7;
}

/* Card Header */
.offer-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.offer-card-header h3 {
  font-size: 1.1rem;
  color: #ffffff;
  margin: 0;
}

.card-label {
  background-color: #2a2a2a;
  color: #feaf50;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
}

.card-label.patrono {
  background-color: rgba(254, 175, 80, 0.2);
  color: #feaf50;
}

.card-description {
  font-size: 1rem;
  color: #c0c0c0;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-price {
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.price-original {
  color: #888;
  text-decoration: line-through;
  font-size: 1.1rem;
  display: block;
}

.price-special {
  color: #25D366;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.price-disclaimer {
  display: block;
  font-size: 0.75rem;
  color: #888;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.4;
}

.price-discount {
  display: block;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 50%, #c92a2a 100%);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(201, 42, 42, 0.3);
  margin: 0 auto;
  width: fit-content;
}

/* Full Pass Card Special Styling */
.fullpass-card {
  border: 1px solid rgba(254, 175, 80, 0.3);
  background: linear-gradient(135deg, rgba(254, 175, 80, 0.05) 0%, #1a1a1a 100%);
}

.patrono-btn,
.card-content .button-primary {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.checkout-link {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #feaf50;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.checkout-link i {
  margin-right: 6px;
  font-size: 1rem;
}

.checkout-link:hover {
  color: #ffc570;
  text-decoration: underline;
}

.checkout-link-container {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #2a2a2a;
}

.checkout-link-courses {
  display: inline-block;
  color: #feaf50;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: rgba(254, 175, 80, 0.1);
}

.checkout-link-courses i {
  margin-right: 8px;
  font-size: 1.2rem;
}

.checkout-link-courses:hover {
  color: #ffc570;
  background-color: rgba(254, 175, 80, 0.2);
  transform: translateY(-2px);
}

/* Global Checkout Button */
.global-checkout-container {
  text-align: center;
  margin-top: 50px;
  padding: 40px 20px;
  background: linear-gradient(135deg, rgba(254, 175, 80, 0.05) 0%, rgba(10, 10, 10, 0.3) 100%);
  border-radius: 12px;
  border: 2px solid rgba(254, 175, 80, 0.2);
}

.global-checkout-btn {
  display: inline-block;
  padding: 20px 60px;
  background-color: #feaf50;
  color: #0a0a0a;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(254, 175, 80, 0.3);
}

.global-checkout-btn i {
  margin-right: 12px;
  font-size: 1.4rem;
}

.global-checkout-btn:hover {
  background-color: #ffc570;
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(254, 175, 80, 0.5);
  color: #0a0a0a;
  text-decoration: none;
}

/* Repouso Cards */
.repouso-card {
  text-align: center;
}

.repouso-card h3 {
  color: #feaf50;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.repouso-card p {
  color: #c0c0c0;
  margin-bottom: 20px;
}

/* WhatsApp Section */
.whatsapp-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #1a1a1a;
  border-radius: 12px;
  margin-bottom: 60px;
}

.whatsapp-section h2 {
  font-size: 2rem;
  color: #feaf50;
  margin-bottom: 20px;
}

.whatsapp-section p {
  font-size: 1.1rem;
  color: #c0c0c0;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* FAQ Section */
.faq-section {
  padding: 60px 20px;
  margin-bottom: 60px;
}

.faq-section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

.faq-container {
  margin: 0 auto;
}

.faq-item {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}

.faq-item h3 {
  color: #feaf50;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.faq-item p {
  color: #c0c0c0;
  line-height: 1.6;
}

h2 i {
  font-size: 1.5rem;
  margin-right: 5px;
}

/* FAQ Support Contact */
.faq-support-container {
  text-align: center;
  margin-top: 50px;
  padding: 40px 20px;
  background: linear-gradient(135deg, rgba(254, 175, 80, 0.05) 0%, rgba(10, 10, 10, 0.3) 100%);
  border-radius: 12px;
  border: 1px solid rgba(254, 175, 80, 0.2);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-support-text {
  font-size: 1.2rem;
  color: #c0c0c0;
  margin-bottom: 25px;
  font-weight: 400;
}

.faq-support-btn {
  display: inline-block;
  padding: 16px 40px;
  background-color: #feaf50;
  color: #0a0a0a;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(254, 175, 80, 0.3);
}

.faq-support-btn i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.faq-support-btn:hover {
  background-color: #ffc570;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 175, 80, 0.5);
  color: #0a0a0a;
  text-decoration: none;
}

/* Form Interesse */
.form-interesse-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #1a1a1a;
  border-radius: 12px;
  margin-bottom: 60px;
}

.form-interesse-section h2 {
  font-size: 2rem;
  color: #feaf50;
  margin-bottom: 15px;
}

.form-interesse-section p {
  font-size: 1.1rem;
  color: #c0c0c0;
  margin-bottom: 30px;
}

.interesse-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.interesse-form input {
  padding: 14px;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1rem;
}

.interesse-form input:focus {
  outline: none;
  border-color: #feaf50;
}

.interesse-form button {
  width: 100%;
}

/* Products Expansion */
.products-expansion {
  grid-column: 1 / -1;
  margin-top: 30px;
  padding: 30px;
  background-color: #0f0f0f;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
}

.expansion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.expansion-header h4 {
  font-size: 1.5rem;
  color: #feaf50;
  margin: 0;
}

.close-expansion-btn {
  background: none;
  border: none;
  color: #888;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s ease;
}

.close-expansion-btn:hover {
  color: #feaf50;
}

/* Courses Cart Badge */
.courses-cart-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(76, 175, 80, 0.05) 100%);
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 8px;
  margin-bottom: 20px;
  color: #4CAF50;
  font-size: 0.95rem;
  font-weight: 600;
}

.courses-cart-badge i {
  font-size: 1.1rem;
}

.courses-cart-badge span {
  font-weight: 700;
  color: #4CAF50;
}

.show-cart-items-btn {
  margin-left: auto;
  padding: 6px 16px;
  background-color: #4CAF50;
  color: #0a0a0a;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.show-cart-items-btn:hover {
  background-color: #66BB6A;
  transform: translateY(-1px);
}

/* Library Filters */
.library-filters {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-search-group {
  flex: 1;
  min-width: 250px;
}

.filter-group label {
  font-size: 0.9rem;
  color: #c0c0c0;
  font-weight: 500;
}

.filter-select {
  padding: 10px 14px;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-select:focus {
  outline: none;
  border-color: #feaf50;
}

.filter-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #1a1a1a;
}

.filter-search-input {
  padding: 10px 14px;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.95rem;
  width: 100%;
  transition: all 0.3s ease;
}

.filter-search-input::placeholder {
  color: #666;
}

.filter-search-input:focus {
  outline: none;
  border-color: #feaf50;
}

.filter-search-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #1a1a1a;
}

/* Courses Grid */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.course-product-card {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.course-product-link {
  display: block;
  text-decoration: none;
}

.course-product-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background-color: #2a2a2a;
  transition: opacity 0.3s ease;
}

.course-product-link:hover .course-product-image {
  opacity: 0.85;
}

.course-product-info {
  padding: 20px;
}

.course-product-type {
  display: inline-block;
  padding: 4px 12px;
  background-color: rgba(254, 175, 80, 0.1);
  color: #feaf50;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.course-product-title-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.course-product-title {
  font-size: 1.1rem;
  color: #ffffff;
  margin: 0 0 15px 0;
  font-weight: 600;
  line-height: 1.4;
  min-height: 4.2em; /* Aproximadamente 3 linhas (1.4 line-height * 3 = 4.2) */
  transition: color 0.3s ease;
}

.course-product-title-link:hover .course-product-title {
  color: #feaf50;
}

.course-product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.course-price-original {
  font-size: 0.9rem;
  color: #666;
  text-decoration: line-through;
}

.course-price-special {
  font-size: 1.3rem;
  color: #25D366;
  font-weight: 700;
}

.course-add-to-cart-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #feaf50;
  color: #0a0a0a;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.course-add-to-cart-btn:hover:not(:disabled) {
  background-color: #ffc570;
  transform: translateY(-2px);
}

.course-add-to-cart-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

/* Load More Button */
.load-more-container {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #2a2a2a;
}

.load-more-btn {
  background-color: #feaf50;
  color: #0a0a0a;
  border: 2px solid #feaf50;
  padding: 14px 40px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

.load-more-btn:hover:not(:disabled) {
  background-color: #2a2a2a;
  color: #feaf50;
}

.load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.products-count-info {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #888;
}

/* Books Grid */
.books-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.book-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.book-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.book-cover {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #2a2a2a;
}

.book-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.book-header {
  margin-bottom: 15px;
}

.book-title {
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0 0 8px 0;
  font-weight: 600;
  line-height: 1.4;
}

.book-authors {
  font-size: 0.95rem;
  color: #feaf50;
  margin-bottom: 12px;
}

.book-synopsis {
  font-size: 0.9rem;
  color: #c0c0c0;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.book-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.book-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.book-price-original {
  font-size: 0.9rem;
  color: #666;
  text-decoration: line-through;
}

.book-price-special {
  font-size: 1.5rem;
  color: #25D366;
  font-weight: 700;
}

.book-add-to-cart-btn {
  padding: 12px 24px;
  background-color: #feaf50;
  color: #0a0a0a;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.book-add-to-cart-btn:hover:not(:disabled) {
  background-color: #ffc570;
  transform: translateY(-2px);
}

.book-add-to-cart-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
  .best-week-container {
    padding: 40px 0;
  }

  .hero-section h1 {
    font-size: 2.2rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
    line-height: 1.2;
    width: 100%;
  }

  .hero-section h2 {
    font-size: 1.1rem;
    font-weight: 300;
    color: #AAAAAA;
    text-align: center;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }

  .ofertas-grid {
    grid-template-columns: 1fr;
  }

  /* Preview grid também fica em coluna no mobile */
  .ofertas-grid-preview {
    grid-template-columns: 1fr;
  }

  .oferta-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px 15px;
    gap: 32px;
  }

  .offer-card-header h3 {
    font-size: 1.2rem;
  }

  .button-primary,
  .button-whatsapp {
    padding: 14px 30px;
    font-size: 1rem;
  }

  /* Book items em coluna no mobile */
  .book-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .book-cover {
    max-width: 200px;
    margin: 0 auto;
  }

  .book-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .book-add-to-cart-btn {
    width: 100%;
  }
}
