* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: #f5f7fa;
  color: var(--dark);
  line-height: 1.6;
}

/* Значение языка сессии */
.language-switcher {
  position: absolute;
  top: 20px;
  left: 20px;
  right: auto;
  z-index: 1000;
  display: flex;
  gap: 8px;
}

.lang-btn {
  display: inline-block;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.lang-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Дополнительно: стиль для активной кнопки языка */
.lang-btn.active {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: white;
  font-weight: 600;
}

header {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  padding: 60px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

header::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: #f5f7fa;
  transform: skewY(-3deg);
  z-index: 1;
}

.header-content {
  position: relative;
  z-index: 2;
}

.header-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.login-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: white;
}

.login-btn i {
  font-size: 0.9rem;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.lead {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.btn {
  display: inline-block;
  background-color: var(--accent);
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn:hover {
  background-color: var(--secondary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-large {
  padding: 15px 40px;
  font-size: 1.1rem;
}

section {
  padding: 80px 0;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2rem;
  color: var(--dark);
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--accent);
  margin: 15px auto 0;
  border-radius: 2px;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.feature-icon {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 20px;
}

.feature-title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--dark);
}

.how-it-works {
  background-color: white;
  padding: 60px 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  text-align: center;
}

.step {
  position: relative;
}

.step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: var(--accent);
  color: white;
  border-radius: 50%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.step:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 15px;
  right: -25px;
  font-size: 1.5rem;
  color: var(--accent);
}

.calculator {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin: 60px auto;
  max-width: 800px;
}

.calculator h3 {
  font-size: 1.8rem;
  margin-bottom: 30px; /* Увеличен отступ */
}

.calculator p {
  margin-bottom: 30px; /* Увеличен отступ */
}

.calculator .btn {
  margin-top: 20px; /* Добавлен отступ сверху для кнопки */
}

.testimonials {
  background-color: #f8f9fa;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  padding-top: 20px; /* Добавлено для отступа от кавычек */
}

.testimonial-text::before {
  content: '"';
  font-size: 3rem;
  color: var(--accent);
  opacity: 0.3;
  position: absolute;
  top: -5px; /* Изменено с -20px */
  left: -10px;
  line-height: 1; /* Добавлено */
}

.contact-info {
  margin: 20px 0;
  text-align: center;
}

.contact-info p {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-info i {
  font-size: 1.2rem;
}

.testimonial-author {
  font-weight: bold;
}

.cta {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
}

.cta h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.cta p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

/* Стили для заголовка контактов */
.contact-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
  letter-spacing: 1px;
}

footer {
  background-color: var(--dark);
  color: white;
  padding: 50px 0 20px;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent);
}

.copyright {
  opacity: 0.7;
  font-size: 0.9rem;
}

.quotes-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.quotes-carousel {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.quote-slide {
  display: none;
  text-align: center;
  animation: fadeIn 0.5s ease;
}

.quote-slide.active {
  display: block;
}

.quote-text {
  font-size: 1.5rem;
  font-style: italic;
  color: var(--dark);
  margin-bottom: 20px;
  line-height: 1.5;
}

.quote-author {
  font-size: 1.1rem;
  color: var(--accent);
  font-weight: 600;
}

.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--accent);
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.carousel-prev:hover, .carousel-next:hover {
  color: var(--secondary);
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: var(--accent);
}

/* Стили для модального окна тарифов */
.pricing-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.pricing-modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  max-width: 500px;
  width: 90%;
  position: relative;
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(-50px); }
  to { opacity: 1; transform: translateY(0); }
}

.pricing-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: var(--text-light);
  transition: color 0.3s ease;
}

.pricing-close:hover {
  color: var(--warning);
}

#pricing-modal-title {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 1.5rem;
}

#pricing-modal-text {
  line-height: 1.6;
  color: var(--dark);
  font-size: 1rem;
}

@keyframes fadeIn {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

/* Financial Detox Section */
.detox-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.detox-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  animation: pulse 2s infinite;
}

.detox-header .section-title {
  margin-bottom: 0.5rem;
  text-align: center;
}

.detox-header .detox-subtitle {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  }
}

.financial-detox {
  padding: 50px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
}

.detox-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.detox-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  background: #f0f0f0;
  border-radius: 10px;
  height: 8px;
  margin-bottom: 3rem;
  overflow: hidden;
}

.progress-fill {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  height: 100%;
  width: 0%;
  transition: width 0.5s ease;
}

.question-card {
  display: none;
  text-align: center;
}

.question-card.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.question-text {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.option-btn {
  background: #f8f9ff;
  border: 2px solid #e8eaff;
  border-radius: 16px;
  padding: 1.5rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 2rem;
}

.option-btn:hover {
  border-color: #667eea;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.2);
}

.option-btn.selected {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: #667eea;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.option-label {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
}

.option-btn.selected .option-label {
  color: white;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.nav-btn {
  padding: 12px 35px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.nav-btn.prev {
  background: #f8f9ff;
  color: #667eea;
  border: 2px solid #667eea;
}

.nav-btn.next {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

.nav-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.result-card {
  display: none;
  text-align: center;
  animation: fadeIn 0.8s ease;
}

.health-score {
  font-size: 3.5rem;
  font-weight: bold;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 1.5rem 0;
}

.health-status {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  color: #333;
  font-weight: 600;
}

.recommendations {
  text-align: left;
  margin: 2.5rem 0;
  background: #f8f9ff;
  padding: 2rem;
  border-radius: 16px;
  border-left: 4px solid #667eea;
}

.recommendations h4 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
  font-size: 1.2rem;
}

.recommendation-item {
  background: white;
  padding: 1.2rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.recommendation-item:hover {
  transform: translateX(5px);
}

.recommendation-item:before {
  content: "•";
  color: #667eea;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.1rem;
}

.start-btn {
  background: linear-gradient(135deg, #51cf66 0%, #40c057 100%) !important;
  color: white;
  padding: 15px 45px !important;
  text-decoration: none;
  display: inline-block;
  font-size: 1.1rem !important;
  margin-top: 1rem;
}

.start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(81, 207, 102, 0.3);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Стили для переворачивающихся карточек */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 50px;
  perspective: 1000px;
}

.feature-card {
  perspective: 1000px;
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.6s ease, box-shadow 0.3s ease;
  text-align: center;
  position: relative;
  transform-style: preserve-3d;
  height: 360px;
  cursor: pointer;
  overflow: hidden;
}

.feature-card-inner {
  backface-visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.feature-card:hover .feature-card-inner {
  transform: rotateY(180deg);
}

.feature-card-front,
.feature-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  left: 0;
  top: 0;
  padding: 10px;
}

.feature-card-back {
  transform: rotateY(180deg);
  text-align: left;
  overflow: hidden;
}

/* Стиль для шагов как в Карте финансового благополучия */
.feature-step {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.feature-icon {
  font-size: 2.2rem;
  color: var(--accent);
  margin-bottom: 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--dark);
  line-height: 1.3;
  font-weight: 600;
}

.feature-card-front p {
  color: #666;
  line-height: 1.5;
  font-size: 0.9rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.feature-card-back .feature-title {
  color: var(--dark);
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
}

.feature-description {
  color: #666;
  line-height: 1.5;
  font-size: 0.85rem;
  width: 100%;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  width: 100%;
}

.feature-list li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  font-size: 0.82rem;
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
}

.feature-list li:before {
  content: "•";
  color: var(--accent);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.feature-list li:last-child {
  border-bottom: none;
}

/* Убираем стандартные отступы у параграфов в карточках */
.feature-card p {
  margin: 0;
}

@media (max-width: 1200px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  
  .header-top {
    margin-bottom: 20px;
  }
  
  .login-btn {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
  
  .lead {
    font-size: 1.1rem;
  }
  
  .features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .steps {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .step:not(:last-child)::after {
    content: '↓';
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  
  .calculator {
    padding: 30px 20px;
  }

  .language-switcher {
    top: 15px;
    left: 15px;
    right: auto;
  }
  
  .lang-btn {
    padding: 5px 10px;
    font-size: 0.75rem;
  }

  /* Адаптивность для модального окна */
  .pricing-modal-content {
    margin: 20% auto;
    padding: 20px;
  }
  
  #pricing-modal-title {
    font-size: 1.3rem;
  }
  
  #pricing-modal-text {
    font-size: 0.9rem;
  }

  /* Адаптация для секции с контейнером */
  .container section {
    padding: 40px 0;
  }
  
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  /* Адаптация для financial detox */
  .financial-detox {
    padding: 30px 0;
  }
  
  .detox-header {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .detox-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }
  
  .detox-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
    padding: 0 10px;
  }

  .detox-container {
    padding: 1.5rem;
    margin: 0 10px;
    border-radius: 15px;
  }
  
  .progress-bar {
    margin-bottom: 2rem;
  }
  
  .question-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.3;
  }
  
  .options-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
  
  .option-btn {
    padding: 1.2rem 0.8rem;
    font-size: 1.6rem;
    border-radius: 12px;
  }
  
  .option-label {
    font-size: 0.85rem;
    margin-top: 0.5rem;
  }
  
  .nav-buttons {
    flex-direction: column;
    gap: 0.8rem;
  }
  
  .nav-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.95rem;
  }
  
  /* Адаптация результатов */
  .health-score {
    font-size: 2.5rem;
    margin: 1rem 0;
  }
  
  .health-status {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  
  .recommendations {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
  
  .recommendations h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  
  .recommendation-item {
    padding: 1rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
  }
  
  .start-btn {
    padding: 12px 30px !important;
    font-size: 1rem !important;
    width: 100%;
  }

  /* Адаптация feature cards */
  .feature-card {
    height: auto;
    min-height: 300px;
    padding: 20px 15px;
  }

  .feature-step {
    font-size: 0.7rem;
    padding: 6px 12px;
    margin-bottom: 15px;
  }

  .feature-icon {
    font-size: 1.8rem;
    margin-bottom: 15px;
    min-height: 40px;
  }

  .feature-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .feature-card-front p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  /* для списков в карточках */
  .feature-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
  }
  
  .feature-list li {
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    font-size: 0.82rem;
    position: relative;
    line-height: 1.4;
    min-height: 24px;
    display: flex;
    align-items: center;
  }
  
  .feature-list li:before {
    content: "•";
    color: var(--accent);
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 1;
  }
  
  .feature-list li:last-child {
    border-bottom: none;
  }

  /* отступы для карточек на мобильных */
  .feature-card-back {
    padding: 15px 10px;
    text-align: left;
    overflow: hidden; 
    height: 100%;
  }
  
  .feature-card-back .feature-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  
  .feature-description {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  /* Улучшение отступов для мобильных */
  .container {
    padding: 0 15px;
  }
  
  /* Улучшение читаемости текста */
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  /* Дополнительные стили для очень маленьких экранов */
  .container section {
    padding: 30px 0;
  }
  
  .section-title {
    font-size: 1.6rem;
  }

  .feature-list li {
    padding: 8px 0 8px 30px;
    font-size: 0.8rem;
    min-height: 22px;
  }
  
  .feature-list li:before {
    left: 12px;
    font-size: 1.3rem;
  }
  
  .feature-card-back {
    padding: 12px 8px;
  }  

  .feature-card {
    min-height: 280px;
    padding: 15px 12px;
  }
  
  .detox-container {
    padding: 1.2rem;
    margin: 0 5px;
  }
  
  .question-text {
    font-size: 1rem;
  }
  
  .option-btn {
    padding: 1rem 0.6rem;
    font-size: 1.4rem;
  }
  
  .health-score {
    font-size: 2rem;
  }
}