/* ============================================
   PAID SIGNALS PAGE STYLES
   ============================================ */

/* ============================================
   SECTION: Content Sections Base Styles
   ============================================ */
.content-section {
  padding: 4rem 0;
}

.content-section:first-of-type {
  padding-top: 2rem;
}

.content-section+.content-section {
  padding-top: 4rem;
}

.section--alt-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, transparent 100%);
  position: relative;
}

.section--alt-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 25% 40%, rgba(94, 114, 228, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 75% 60%, rgba(94, 114, 228, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

/* ============================================
   SECTION: Section Titles and Descriptions
   ============================================ */
.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #5e72e4, #7c3aed);
  border-radius: 2px;
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-secondary);
  text-align: center;
  max-width: 850px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.content-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.content-section p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.content-section p:last-child {
  margin-bottom: 0;
}

.content-section ul {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.content-section ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.content-section ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-primary);
  font-weight: 700;
}

/* ============================================
   INTRO TEXT STYLES
   ============================================ */
.paid-intro-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.paid-section-desc {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 2.5rem;
  max-width: 900px;
}

/* ============================================
   VALUE PROPOSITION GRID
   ============================================ */
.paid-value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
}

.paid-value-card {
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.6), rgba(15, 20, 25, 0.4));
  border: 2px solid rgba(94, 114, 228, 0.15);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.paid-value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5e72e4, #7c3aed);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.paid-value-card:hover::before {
  transform: scaleX(1);
}

.paid-value-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 48px rgba(94, 114, 228, 0.25), 0 0 0 1px rgba(94, 114, 228, 0.1);
  border-color: #5e72e4;
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.8), rgba(15, 20, 25, 0.6));
}

.paid-value-card__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(94, 114, 228, 0.25), rgba(124, 58, 237, 0.15));
  border: 2px solid rgba(94, 114, 228, 0.4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #5e72e4;
  transition: all 0.3s ease;
}

.paid-value-card:hover .paid-value-card__icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, rgba(94, 114, 228, 0.4), rgba(124, 58, 237, 0.25));
  box-shadow: 0 8px 24px rgba(94, 114, 228, 0.3);
}

.paid-value-card p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.paid-value-card p:last-child {
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

/* ============================================
   STRATEGY LEVELS
   ============================================ */
.paid-strategy-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.paid-strategy-level {
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.5), rgba(15, 20, 25, 0.3));
  border-left: 5px solid #5e72e4;
  border: 2px solid rgba(94, 114, 228, 0.12);
  border-left: 5px solid #5e72e4;
  padding: 2rem;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.paid-strategy-level::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(94, 114, 228, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.paid-strategy-level:hover {
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.7), rgba(15, 20, 25, 0.5));
  transform: translateX(12px);
  box-shadow: 0 12px 36px rgba(94, 114, 228, 0.2), -5px 0 20px rgba(94, 114, 228, 0.15);
  border-color: #5e72e4;
}

.paid-strategy-level:hover::after {
  right: -30px;
  transform: translateY(-50%) scale(1.2);
}

.paid-strategy-level__header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.paid-strategy-level__number {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #5e72e4, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Space Grotesk', sans-serif;
  min-width: 60px;
  text-shadow: 0 2px 10px rgba(94, 114, 228, 0.3);
  position: relative;
}

.paid-strategy-level p {
  margin-bottom: 0;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ============================================
   VIP COMPARISON
   ============================================ */
.paid-vip-comparison {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
}

.paid-vip-column {
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.5), rgba(15, 20, 25, 0.3));
  border: 2px solid rgba(94, 114, 228, 0.15);
  border-radius: 20px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.paid-vip-column::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(94, 114, 228, 0.08) 0%, transparent 60%);
  border-radius: 50%;
  transition: all 0.5s ease;
}

.paid-vip-column--highlight {
  border-color: rgba(94, 114, 228, 0.4);
  background: linear-gradient(135deg, rgba(94, 114, 228, 0.15), rgba(124, 58, 237, 0.1));
  position: relative;
  box-shadow: 0 8px 32px rgba(94, 114, 228, 0.2);
}

.paid-vip-column--highlight::before {
  content: 'VIP';
  position: absolute;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, #5e72e4, #7c3aed);
  color: #fff;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 16px rgba(94, 114, 228, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.paid-vip-column:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(94, 114, 228, 0.25);
  border-color: #5e72e4;
}

.paid-vip-column:hover::after {
  bottom: -30%;
  left: -30%;
  transform: scale(1.2);
}

.paid-vip-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.paid-vip-list li {
  padding-left: 1.75rem;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.6;
  color: var(--text-secondary);
}

.paid-vip-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-primary);
  font-weight: 700;
  font-size: 1.125rem;
}

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

/* ============================================
   PRINCIPLES GRID
   ============================================ */
.paid-principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
}

.paid-principle-box {
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.55), rgba(15, 20, 25, 0.35));
  border: 2px solid rgba(94, 114, 228, 0.15);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.paid-principle-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5e72e4, #7c3aed, #5e72e4);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.paid-principle-box::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(94, 114, 228, 0.12) 0%, transparent 60%);
  border-radius: 50%;
  transition: all 0.5s ease;
}

.paid-principle-box:hover::before {
  transform: scaleX(1);
}

.paid-principle-box:hover::after {
  bottom: -20%;
  right: -20%;
  transform: scale(1.3);
}

.paid-principle-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 48px rgba(94, 114, 228, 0.3), 0 0 0 1px rgba(94, 114, 228, 0.2);
  border-color: #5e72e4;
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.75), rgba(15, 20, 25, 0.55));
}

.paid-principle-box__number {
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(94, 114, 228, 0.4), rgba(124, 58, 237, 0.3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Georgia', serif;
  margin-bottom: 0.75rem;
  text-shadow: 0 4px 20px rgba(94, 114, 228, 0.2);
  position: relative;
  z-index: 1;
}

.paid-principle-box p {
  margin-bottom: 0.75rem;
}

.paid-principle-box p:last-child {
  margin-bottom: 0;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ============================================
   STATS WRAPPER
   ============================================ */
.paid-stats-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
}

.paid-stat-card {
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.6), rgba(15, 20, 25, 0.4));
  border: 2px solid rgba(94, 114, 228, 0.2);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.paid-stat-card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(94, 114, 228, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
}

.paid-stat-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 20px 50px rgba(94, 114, 228, 0.35), 0 0 0 1px rgba(94, 114, 228, 0.3);
  border-color: #5e72e4;
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.8), rgba(15, 20, 25, 0.6));
}

.paid-stat-card:hover::before {
  transform: translate(-50%, -50%) scale(1.5);
}

.paid-stat-card__value {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--accent-primary);
  margin-bottom: 0.75rem;
  font-family: 'Space Grotesk', sans-serif;
  background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.paid-stat-card__label {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0;
}

/* ============================================
   DISCLAIMER BOX
   ============================================ */
.paid-disclaimer {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.12), rgba(255, 152, 0, 0.08));
  border-left: 5px solid #ff9800;
  border: 2px solid rgba(255, 152, 0, 0.3);
  border-left: 5px solid #ff9800;
  padding: 2rem;
  border-radius: 16px;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(255, 152, 0, 0.15);
}

.paid-disclaimer::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(255, 152, 0, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  transform: translateY(-50%);
}

.paid-disclaimer::after {
  content: '⚠';
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  opacity: 0.2;
  color: #ff9800;
}

.paid-disclaimer p {
  margin: 0;
  line-height: 1.7;
  color: var(--text-primary);
  font-size: 0.9375rem;
  position: relative;
  z-index: 1;
}

.paid-disclaimer strong {
  color: #ff9800;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(255, 152, 0, 0.2);
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: var(--color-dark-secondary);
  border-radius: var(--radius-lg);
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.faq-question:hover {
  background: rgba(94, 114, 228, 0.1);
}

.faq-question h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-text);
  margin: 0;
}

.faq-toggle {
  font-size: 1.5rem;
  color: var(--color-blue);
  font-weight: 300;
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer p {
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin: 0;
  padding: 1rem 0;
}

/* ============================================
   REVIEWS GRID
   ============================================ */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.review-card {
  position: relative;
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.6), rgba(15, 20, 25, 0.4));
  border: 2px solid rgba(94, 114, 228, 0.15);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
  opacity: 0.8;
}

.review-card::after {
  content: '"';
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(94, 114, 228, 0.08);
  font-family: Georgia, serif;
  line-height: 1;
  z-index: 0;
}

.review-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 32px rgba(94, 114, 228, 0.25);
  border-color: rgba(94, 114, 228, 0.4);
}

.review-card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  z-index: 1;
}

.review-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(94, 114, 228, 0.3);
  transition: transform 0.4s ease;
}

.review-card:hover .review-card__avatar {
  transform: scale(1.1) rotate(5deg);
}

.review-card__info {
  flex: 1;
}

.review-card__date {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin: 0.25rem 0;
}

.review-card__rating {
  color: #ffc107;
  font-size: 1rem;
  margin-top: 0.25rem;
}

.review-card__body {
  position: relative;
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.9375rem;
  z-index: 1;
}

.review-card__body p {
  margin: 0;
}

/* ============================================
   LEAD FORM
   ============================================ */
.lead-form-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(26, 31, 46, 0.8), rgba(15, 20, 25, 0.6));
  border: 2px solid rgba(94, 114, 228, 0.2);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.lead-form-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(94, 114, 228, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.lead-form-wrapper::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -30%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.lead-form-content h2 {
  position: relative;
  margin-bottom: 1rem;
  color: var(--text-primary);
  z-index: 1;
}

.lead-form-content>p {
  position: relative;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 2rem;
  z-index: 1;
}

.lead-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 1;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.9375rem;
}

.form-group input,
.form-group select {
  padding: 0.875rem 1rem;
  border: 2px solid rgba(94, 114, 228, 0.2);
  border-radius: 10px;
  font-size: 1rem;
  font-family: 'Space Grotesk', sans-serif;
  background: rgba(26, 31, 46, 0.5);
  color: var(--text-primary);
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--accent-primary);
  background: rgba(26, 31, 46, 0.7);
  box-shadow: 0 0 0 4px rgba(94, 114, 228, 0.15), 0 4px 12px rgba(94, 114, 228, 0.2);
  transform: translateY(-2px);
}

.form-group input::placeholder {
  color: var(--text-secondary);
  opacity: 0.6;
}

.form-group--checkbox {
  flex-direction: row;
  align-items: center;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: 400;
}

.checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.checkbox-label a {
  color: var(--accent-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.checkbox-label a:hover {
  color: var(--accent-secondary);
  text-decoration: underline;
}

.btn--full {
  width: 100%;
  margin-top: 0.5rem;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {

  .paid-value-grid,
  .paid-principles-grid,
  .paid-stats-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
  }

  .paid-vip-comparison {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .content-section {
    padding: 3rem 0;
  }

  .content-section:first-of-type {
    padding-top: 1.5rem;
  }

  .content-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .section-title::after {
    width: 60px;
    height: 3px;
  }

  .paid-intro-text {
    font-size: 1rem;
  }

  .paid-section-desc {
    font-size: 1rem;
  }

  .paid-value-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .paid-value-card {
    padding: 1.5rem;
  }

  .paid-value-card__icon {
    width: 48px;
    height: 48px;
  }

  .paid-strategy-level {
    padding: 1.5rem;
  }

  .paid-strategy-level__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .paid-strategy-level__number {
    font-size: 1.5rem;
  }

  .paid-vip-column {
    padding: 1.5rem;
  }

  .paid-principles-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .paid-principle-box {
    padding: 1.75rem;
  }

  .paid-principle-box__number {
    font-size: 2rem;
  }

  .paid-stats-wrapper {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .paid-stat-card {
    padding: 2rem 1.5rem;
  }

  .paid-stat-card__value {
    font-size: 2.25rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .review-card {
    padding: 1.5rem;
  }

  .lead-form-wrapper {
    padding: 2rem 1.5rem;
  }

  .faq-question {
    padding: 1.25rem 1.5rem;
  }

  .faq-question h3 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .content-section {
    padding: 2.5rem 0;
  }

  .content-section h2 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .paid-value-card {
    padding: 1.25rem;
  }

  .paid-strategy-level {
    padding: 1.25rem;
  }

  .paid-vip-column {
    padding: 1.25rem;
  }

  .paid-principle-box {
    padding: 1.5rem;
  }

  .paid-stat-card {
    padding: 1.75rem 1.25rem;
  }

  .paid-stat-card__value {
    font-size: 2rem;
  }

  .review-card {
    padding: 1.25rem;
  }

  .review-card__avatar {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .lead-form-wrapper {
    padding: 1.5rem 1.25rem;
  }

  .form-group input,
  .form-group select {
    padding: 0.75rem;
    font-size: 0.9375rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-question h3 {
    font-size: 0.9375rem;
  }

  .faq-toggle {
    font-size: 1.25rem;
  }

  .text-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .text-block--reverse {
    grid-template-columns: 1fr;
  }

  .text-block--reverse .text-block__image {
    order: 0;
  }

  .text-block h2 {
    font-size: 1.25rem;
  }
}

/* ============================================
   SECTION: Text Blocks with Images
   ============================================ */
.text-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
  padding: 3rem;
  background: var(--color-dark-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(94, 114, 228, 0.15);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.text-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gradient-primary);
}

.text-block:hover {
  border-color: var(--color-blue);
  box-shadow: 0 8px 25px rgba(94, 114, 228, 0.15);
}

.text-block__text {
  flex: 1;
  z-index: 1;
  position: relative;
}

.text-block__image {
  flex: 1;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: relative;
}

.text-block__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

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

.text-block--reverse {
  grid-template-columns: 1fr 1fr;
}

.text-block--reverse .text-block__image {
  order: -1;
}

.text-block h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: var(--color-text);
}

.text-block p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: var(--color-text-secondary);
  font-size: 1rem;
}

.text-block ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.text-block ul li {
  padding-left: 1.8rem;
  margin-bottom: 0.8rem;
  position: relative;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.text-block ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #34d399;
  font-weight: bold;
  font-size: 1.1rem;
}