body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

.option:focus {
	outline: none;
}

.quiz-container * {
	-webkit-tap-highlight-color: transparent;
}

.quiz-container {
	max-width: 375px;
	margin: 0 auto;
	padding: 0;
}

.header {
	padding: 14px 0;
	position: relative;
	text-align: right;
}

.back-btn {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px 8px 8px 0px;
	width: 40px; /* Встановіть бажану ширину */
	height: 40px; /* Встановіть бажану висоту */
}

.back-btn svg {
	width: 100%; /* Зробить SVG розтягнутим на весь розмір кнопки */
	height: 100%;
	fill: #1ca9e6; /* Колір стрілки */
}

.back-btn:hover {
	transform: translateY(-50%) scale(1.1); /* Ефект збільшення при наведенні */
}

.back-btn:active {
	transform: translateY(-50%) scale(0.9); /* Ефект натискання */
}

.logo {
	height: 50px;
	width: auto;
	margin-right: -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 {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
	font-size: 24px;
}

.options {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.option {
	width: 70%;
	border: 2px solid #e0e0e0;
	border-radius: 30px;
	padding: 10px 20px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: 0.15s ease-in;
}

.option.active {
	background: rgb(89, 215, 88);
	border-color: rgb(89, 215, 88);
	color: white;
}

.next-button {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.next-button button {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	min-width: 162px;
	height: 50px;
	background-color: rgb(89, 215, 88);
	color: white;
	border: none;
	border-radius: 25px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	gap: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.next-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.next-button button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.next-button button:not(:disabled):hover {
	background-color: rgb(89, 215, 88);
}

.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;
}

/* Кнопки */
.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;
}