* {
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(135deg, #e0f7fa, #ffffff);
      margin: 0;
      padding: 40px 20px;
      color: #212529;
      animation: fadeIn 0.6s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .quiz-container {
      max-width: 420px;
      margin: 0 auto;
      background: #ffffff;
      border-radius: 20px;
      padding: 0 20px 32px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }

    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 0 12px;
    }

    .back-btn {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
    }

    .back-btn svg {
      width: 25px;
      height: 25px;
      fill: #1ca9e6;
    }

    .logo {
      height: 44px;
    }

    h1 {
      font-size: 24px;
      color: #1ca9e6;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 700;
    }


	.section {
      text-align: center;
    }

    .section h2 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #111;
    }

    .section p {
      font-size: 15px;
      color: #444;
      line-height: 1.6;
      margin-bottom: 20px;
	  font-weight: normal;
    }
	

    .highlight {
      background-color: #e7f7fd;
      padding: 12px 16px;
      border-radius: 12px;
      margin-bottom: 20px;
      font-size: 14px;
      border-left: 4px solid #1ca9e6;
      animation: fadeIn 0.6s ease-in-out;
	  text-align: left;
    }

    ul {
      text-align: left;
      padding-left: 0;
      font-size: 15px;
      color: #333;
      line-height: 1.7;
      margin-bottom: 24px;
      list-style: none;
    }

    ul li {
      margin-bottom: 12px;
      display: flex;
      align-items: start;
    }

    ul li::before {
      content: "✔️";
      display: inline-block;
      margin-right: 8px;
      font-size: 16px;
      color: #1ca9e6;
      line-height: 1.3;
    }

    .footer {
      text-align: center;
      font-size: 12px;
      color: #777;
      margin-top: 40px;
    }

    .footer a {
      color: #777;
      text-decoration: none;
      margin: 0 6px;
    }

    @media (max-width: 480px) {
      body {
        padding: 20px 10px;
      }
    }



.progress {
	height: 5px;
	background-color: #f5f5f5;
}

.progress-bar {
	background-color:rgb(89, 215, 88);
	height: 100%;
	border-radius: 100px;
	transition: width 0.3s ease;
}

.main {
	padding: 0;
	text-align: center;
}

.question-title {
      font-size: 24px;
      color: #1ca9e6;
      text-align: center;
      margin-bottom: 20px;
	margin-top: 20px;
      font-weight: 700;
    }

    .options {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .option {
      background: #f2fafd;
      border: 2px solid transparent;
      border-radius: 14px;
      padding: 14px 16px;
      font-size: 15px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .option:hover {
      border-color: #1ca9e6;
      background: #e7f7fd;
    }

    .option.active {
      background: #d0f0fb;
      border-color: #1ca9e6;
      font-weight: 600;
    }

    .next-button {
      margin-top: 20px; /* Залишаємо відступ для контейнера */
      display: flex; /* Залишаємо flex для центрування */
      justify-content: center; /* Залишаємо flex для центрування */
    }

    .next-button button { /* Застосовуємо стилі до самої кнопки */
      display: block; /* Щоб кнопка займала всю доступну ширину в flex-контейнері */
      width: 100%;
      background: linear-gradient(135deg, #1ca9e6, #1498d1); /* Градієнтний фон */
      color: #fff;
      border: none;
      border-radius: 30px; /* Уніфікований border-radius */
      padding: 14px; /* Уніфікований padding */
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .next-button button:not(:disabled):hover {
      transform: translateY(-2px); /* Ефект при наведенні */
      box-shadow: 0 6px 20px rgba(28, 169, 230, 0.4);
    }

.info-screen {
	text-align: center;
	padding: 20px;
}

.info-screen h2 {
	margin-bottom: 20px;
}

.info-screen p {
	margin-bottom: 15px;
	line-height: 1.6;
}

/* Базова структура сторінок */
.page-content {
	padding: 24px;
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex-grow: 1;
}

/* Заголовки */
.content-header {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #212529;
	margin-bottom: 8px;
}

.content-subheader {
	font-size: 18px;
	text-align: center;
	color: #666;
	margin-bottom: 24px;
}

/* Секції контенту */
.content-section {
	text-align: center;
	color: #212529;
	line-height: 1.6;
	margin-bottom: 16px;
}

/* Зображення */
.content-image {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 24px;
	border-radius: 12px;
}

    .image-block {
      display: flex;
      gap: 10px;
      justify-content: center;
      margin-bottom: 18px;
    }

    .image-block img {
      width: 85%;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    }

	    .image-caption {
      font-size: 13px;
      color: #777;
      margin-top: -10px;
      margin-bottom: 20px;
    }


/* Кнопки */
.action-button {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 16px 32px;
	border: none;
	border-radius: 30px;
	background: var(--color-healthy-pink);
	color: white;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: opacity 0.2s;
}

.action-button:hover {
	opacity: 0.9;
}

.action-button svg {
	width: 20px;
	height: 20px;
}


/* Форма для register */
.form-content {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.form-input {
	width: 100%;
	padding: 14px;
	border: 2px solid #ddd;
	border-radius: 12px;
	margin-bottom: 16px;
	font-size: 16px;
}

.form-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	text-align: left;
}

.form-disclaimer {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 24px;
}

/* Картка для magic word */
.magic-word-card {
	background: #f8f9fa;
	border-radius: 16px;
	padding: 24px;
	text-align: center;
	margin: 24px 0;
}

.magic-word {
	font-size: 32px;
	font-weight: 600;
	color: var(--color-healthy-pink);
	margin: 16px 0;
}









.progress-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 40px 0;
}

.water-ball {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

.progress-status {
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
	color: #1CA9E6;
}

.testimonials {
	padding: 20px;
}

.testimonial {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	text-align: left;
}

.avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 15px;
	background: #e0e0e0;
}

.testimonial-content {
	flex: 1;
}

.testimonial-name {
	font-weight: bold;
	margin-bottom: 5px;
}

.testimonial-text {
	color: #666;
	line-height: 1.4;
}

.fixed-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: 10;
}

.fixed-content .header {
	text-align: center;
}

.scrollable-content {
	padding-top: 400px; /* підлаштувати під висоту fixed-content */
}

.checkbox-group {
   display: flex;
   flex-direction: column;
   gap: 15px;
   margin: 20px 0;
}

.checkbox-group label {
   display: flex;
   align-items: flex-start;
   gap: 10px;
   font-size: 14px;
   color: #333;
   cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
   width: 20px;
   height: 20px;
   margin-top: 2px;
   accent-color: #43ea83;
   cursor: pointer;
}

.disclaimer {
   margin-top: 20px;
   text-align: center;
   font-size: 12px;
   color: #666;
   padding: 0 20px;
}

#register-form input[type="email"] {
	width: 100%;
	padding: 15px 20px;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin: 20px 0;
}

#register-form input.error {
	border-color: #ff4444;
	background-color: #fff8f8;
}

.checkbox-group label.error {
	color: #ff4444;
}

.checkbox-group label.error input[type="checkbox"] {
	border-color: #ff4444;
}

@keyframes shake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-10px); }
	75% { transform: translateX(10px); }
}

.error {
	animation: shake 0.4s ease-in-out;
}