/* CSS Não Crítico - Below-the-fold sections */

/* Offer Section Styles */
.offer-section {
  padding: 4rem 1rem;
  background: hsl(45 67% 96%);
}

.offer-price-old {
  font-family: 'Raleway', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: hsl(0 84% 60%);
  text-decoration: line-through;
  margin-bottom: 0.5rem;
}

.offer-price-current {
  color: hsl(142 77% 36%);
}

.offer-button {
  background: linear-gradient(to right, hsl(33 59% 40%), hsl(40 37% 53%));
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 auto 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Metodo Section Styles */
.metodo-section {
  padding: 4rem 1rem;
  background: hsl(0 0% 12%);
}

.metodo-title {
  font-family: 'Raleway', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: hsl(0 0% 96%);
  margin-bottom: 2rem;
}

.metodo-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  color: hsl(0 0% 96%);
  text-align: center;
  margin-bottom: 3rem;
}

.metodo-card {
  background: hsl(0 0% 16%);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.metodo-step-pill {
  display: inline-block;
  background: hsl(33 47% 39%);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.metodo-card-title {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(0 0% 96%);
  text-align: left;
}

.metodo-card-text {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  color: hsl(0 0% 96%);
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Bonus Section Styles */
.bonus-section {
  background: hsl(0 0% 100%);
}

.bonus-title {
  color: hsl(215 46% 11%);
}

.bonus-card {
  background: hsl(45 67% 96%);
  border: 1px solid hsl(33 24% 81%);
}

.bonus-button {
  background: hsl(33 35% 53%);
}

/* Sobre-mim Section Styles */
.sobre-mim-section {
  background: hsl(0 0% 100%);
}

.sobre-mim-title {
  color: hsl(215 46% 11%);
}

.sobre-mim-card {
  background: hsl(45 67% 96%);
}

.sobre-mim-name {
  color: hsl(215 46% 11%);
}

.sobre-mim-role {
  color: hsl(33 35% 53%);
}

.sobre-mim-text {
  color: hsl(210 9% 31%);
}

/* Dores Section Styles */
.dores-section {
  background: hsl(0 0% 100%);
}

.dores-title {
  color: hsl(215 46% 11%);
}

.dores-card {
  background: hsl(0 0% 98%);
  border: 1px solid hsl(210 9% 82%);
}

.dores-text {
  color: hsl(210 9% 31%);
}

.dores-icon-danger {
  color: hsl(0 84% 60%);
}

.dores-icon-success {
  color: hsl(142 76% 36%);
}

.dores-accent {
  color: hsl(33 35% 53%);
}

/* Para-quem Section Styles */
.para-quem-section {
  background: hsl(0 0% 100%);
}

.para-quem-title {
  color: hsl(215 46% 11%);
}

.para-quem-card {
  background: hsl(45 67% 96%);
  border: 1px solid hsl(33 24% 81%);
}

.para-quem-button {
  background: hsl(33 35% 53%);
}

/* Onde-usar Section Styles */
.onde-usar-section {
  background: hsl(215 46% 11%);
}

.onde-usar-title {
  color: hsl(0 0% 100%);
}

.onde-usar-subtitle {
  color: hsl(210 9% 82%);
}

.onde-usar-card {
  background: hsl(220 13% 18%);
  border: 1px solid hsl(220 9% 46%);
}

.onde-usar-icon {
  color: hsl(33 35% 53%);
}

/* Modelos Section Styles */
.modelos-section {
  background: hsl(215 46% 11%);
}

.modelos-title {
  color: hsl(0 0% 100%);
}

.modelos-placeholder {
  background: hsl(220 13% 18%);
}

.modelos-placeholder-text {
  color: hsl(210 9% 82%);
}

.modelos-quote {
  color: hsl(210 9% 82%);
}

.modelos-author {
  color: hsl(33 35% 53%);
}

.modelos-value {
  color: hsl(33 35% 53%);
}

.modelos-scroll-text {
  color: hsl(220 9% 64%);
}

/* Compra-segura Section Styles */
.compra-segura-section {
  background: hsl(215 46% 11%);
}

.compra-segura-title {
  color: hsl(0 0% 100%);
}

.compra-segura-icon {
  color: hsl(33 32% 58%);
}

.compra-segura-subtitle {
  color: hsl(33 32% 58%);
}

.compra-segura-text {
  color: hsl(210 9% 82%);
}

/* Garantia Section Styles */
.garantia-section {
  background: hsl(45 67% 96%);
}

.garantia-title {
  color: hsl(215 46% 11%);
}

.garantia-text {
  color: hsl(210 9% 31%);
}

.garantia-button {
  background: linear-gradient(to right, hsl(33 56% 36%), hsl(40 37% 53%));
  color: hsl(0 0% 100%);
}

/* FAQ Section Styles */
.faq-section {
  background: hsl(0 0% 12%);
}

.faq-title {
  color: hsl(0 0% 100%);
}

.faq-text {
  color: hsl(0 0% 100%);
}

.faq-border {
  border-color: hsl(0 0% 20%);
}

.faq-button {
  background: linear-gradient(to right, hsl(271 81% 56%), hsl(262 83% 58%));
  color: hsl(0 0% 100%);
}

/* Animation and interaction styles */
.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* Performance optimizations for non-critical sections */
.non-critical-content {
  contain: layout style paint;
}

.non-critical-content img {
  loading: lazy;
  content-visibility: auto;
}