@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #F1F6FF;
  color: #1e293b;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  padding-top: 23px;
  padding-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 550px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  background: #F1F6FF;
  width: 100%;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header img {
  width: 96px;
}

#homeSection,
#quizSection,
#reviewsSection {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.stats-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.stat-card {
  background: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 1px solid #DDEBFF;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}
.stat-card .stat-icon {
  height: 24px;
}
.stat-card img {
  width: 24px;
}
.stat-card .stat-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000C1F;
}
.stat-card .stat-text span {
  color: #0B61E5;
}
.stat-card.stat-card-trustpilot .stat-text span {
  color: #00A56E;
}

.main-content {
  text-align: center;
}

.main-title {
  font-size: 30px;
  font-weight: 700;
  color: #000C1F;
  margin-bottom: 8px;
  line-height: 40px;
}

.highlight {
  color: #0B61E5;
}

.description {
  font-size: 16px;
  line-height: 24px;
  color: #000C1F;
  margin-bottom: 20px;
}

/* Hero Image */
.hero-image {
  margin-bottom: 4px;
}
.hero-image video {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid #DDEBFF;
}

/* CTA Button */
.cta-button {
  width: 100%;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
  -webkit-box-shadow: inset 0px 4px 8px 0px rgba(255, 255, 255, 0.24);
          box-shadow: inset 0px 4px 8px 0px rgba(255, 255, 255, 0.24);
  background: #0B61E5;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.cta-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

/* Availability */
.availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.availability img {
  width: 20px;
}
.availability .availability-text {
  color: #4D617E;
  font-size: 14px;
  line-height: 22px;
}

/* Footer */
.footer {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 24px;
}

.address {
  font-size: 14px;
  line-height: 22px;
  color: #4D617E;
  margin-bottom: 4px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.footer-links .footer-link {
  font-size: 14px;
  line-height: 20px;
  color: #4D617E;
  text-decoration: none;
}
.footer-links .separator {
  color: #0B61E5;
}

.footer-q {
  position: fixed;
  padding-bottom: 24px;
  bottom: 0;
  background-color: #F1F6FF;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  left: 50%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99999999 !important;
}

.main {
  max-width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-quiz {
  background-color: #F1F6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  z-index: 99999;
}
.header-quiz .back-btn {
  background: white;
  border: none;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
}
.header-quiz .back-btn img {
  width: 24px;
}
.header-quiz .right-header {
  width: 40px;
}

.progress-container {
  margin-bottom: 24px;
  margin-top: 7px;
}

.progress-bar {
  position: relative;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

.progress-fill {
  height: 100%;
  background: #2563eb;
  border-radius: 2px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0%;
}

.progress-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: -14px;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
}

.dot.active-now {
  background: #2563eb;
  border-color: #2563eb;
}

.dot.completed {
  background: #2563eb;
  border-color: #2563eb;
}

.dot.completed::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/vector.svg) no-repeat center center;
  background-size: contain;
}

.quiz-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.quiz-step {
  display: none;
  padding-bottom: 150px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.quiz-step.active {
  display: block;
  opacity: 1;
}

.question {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 32px;
  line-height: 1.2;
}

.highlight {
  color: #2563eb;
}

.description {
  font-size: 16px;
  color: #000C1F;
  margin-bottom: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* Options */
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.option-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
  font-weight: 500;
}

.option-card:hover {
  border-color: #e5e7eb;
}

.option-card.selected {
  border-color: #2563eb;
  border-width: 2px;
  background: #fff;
}

.option-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.option-content p {
  font-size: 14px;
  color: #000C1F;
  line-height: 1.4;
}

.option-content img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
}

.option-content span {
  font-size: 16px;
  color: #111827;
  vertical-align: middle;
}

.checkbox-option .option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #DDEBFF;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 2px;
}

.checkbox-option.selected .checkbox {
  background: #fff;
  border-color: #2563eb;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.checkbox-option.selected .checkmark {
  opacity: 1;
}

.rating-instruction {
  font-size: 14px;
  color: #000C1F;
  margin-bottom: 24px;
}

.rating-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.rating-card {
  width: 48px;
  height: 48px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.rating-card:hover {
  border-color: #2563eb;
}

.rating-card.selected {
  background: #2563eb;
  border-color: #2563eb;
}

.rating-number {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.rating-card.selected .rating-number {
  color: white;
}

.rating-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #000C1F;
  margin-bottom: 32px;
  white-space: nowrap;
}

/* Profiles Grid */
.profiles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.profiles-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Comparison Cards */
.comparison-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.comparison-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
}

.comparison-card:hover {
  border-color: #2563eb;
}

.comparison-card.selected {
  border-color: #2563eb;
  border-width: 2px;
}

.comparison-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #111827;
}

.comparison-card.selected h3 {
  color: #2563eb;
}

.comparison-content {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.empty-space {
  width: 100%;
  height: 100%;
  background: #f3f4f6;
  border-radius: 8px;
}

.highlight-block {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
}

.comparison-footer {
  background: #f3f4f6;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

/* CTA Button */
.cta-button {
  width: 100%;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #0B61E5;
  color: white;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fix-btn {
  width: 100%;
  max-width: 550px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 52px;
  position: fixed;
  background-color: transparent;
  z-index: 999999999 !important;
}

.cta-button-fix {
  max-width: 550px;
  width: 100%;
  margin-bottom: 0;
}

.cta-button:hover {
  background: #1d4ed8;
}

.cta-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

/* Chart Styles */
.chart-container {
  margin: 32px 0;
}

.chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 120px;
}

.chart-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.chart-bar.low {
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border-radius: 8px;
}

.chart-bar.high {
  width: 40px;
  height: 80px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bar-value {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.bar-label {
  font-size: 12px;
  color: #000C1F;
  margin-top: 8px;
  text-align: center;
}

/* Statistics Styles */
.statistic {
  font-size: 14px;
  color: #000C1F;
  margin: 16px 0;
  font-style: italic;
}

/* Quiz Modes Styles */
.quiz-modes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.mode-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px;
}

.mode-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mode-icon.blue {
  background: #dbeafe;
}

.mode-icon.red {
  background: #fee2e2;
}

.mode-icon.yellow {
  background: #fef3c7;
}

.mode-icon.green {
  background: #d1fae5;
}

.mode-icon img {
  width: 24px;
  height: 24px;
}

.mode-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.mode-content p {
  font-size: 14px;
  color: #000C1F;
}

/* Carousel Styles */
.stats-carousel {
  margin: 32px 0;
}

.carousel-container {
  overflow: hidden;
  border-radius: 12px;
  background: white;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 300%; /* 3 slides */
}

.carousel-slide {
  width: 33.333%; /* 100% / 3 slides */
  padding: 24px;
  min-height: 300px;
}

.stats-header {
  text-align: center;
  margin-bottom: 24px;
}

.stats-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.score-display {
  font-size: 48px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 8px;
}

.score-description {
  font-size: 14px;
  color: #000C1F;
  line-height: 1.4;
}

.streak-display {
  font-size: 36px;
  font-weight: 700;
  color: #10b981;
  margin-bottom: 8px;
}

.streak-description {
  font-size: 14px;
  color: #000C1F;
  line-height: 1.4;
}

.stats-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}

.stat-label {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}

.stat-value {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.circular-progress {
  position: relative;
  width: 60px;
  height: 60px;
}

.progress-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.progress-circle::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
}

.progress-text {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  z-index: 1;
}

.progress-subtext {
  font-size: 10px;
  color: #000C1F;
  z-index: 1;
}

/* Topic Stats */
.topic-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.topic-item {
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px;
}

.topic-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.topic-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.topic-score {
  font-size: 16px;
  font-weight: 700;
  color: #2563eb;
}

.topic-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.topic-details span {
  font-size: 12px;
  color: #000C1F;
}

/* Streak Calendar */
.streak-calendar {
  margin-top: 24px;
}

.calendar-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.calendar-day {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #f3f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #000C1F;
}

.calendar-day.completed {
  background: #10b981;
  color: white;
}

/* Carousel Indicators */
.carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.indicator.active {
  background: #2563eb;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .question {
    font-size: 24px;
  }
  .rating-options {
    gap: 8px;
  }
  .rating-card {
    width: 40px;
    height: 40px;
  }
  .rating-number {
    font-size: 16px;
  }
  .profiles-grid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .carousel-slide {
    padding: 16px;
  }
  .score-display {
    font-size: 36px;
  }
  .streak-display {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .question {
    font-size: 20px;
  }
  .description {
    font-size: 14px;
  }
  .cta-button {
    font-size: 16px;
    padding: 14px 24px;
  }
  .carousel-slide {
    padding: 12px;
  }
}
.title-top {
  margin-bottom: 20px;
}

.quiz-step h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000C1F;
  margin-bottom: 8px;
  text-align: center;
  line-height: 32px;
}

.quiz-step p {
  font-size: 16px;
  color: #000C1F;
  margin-bottom: 8px;
  line-height: 24px;
}

.highlight {
  color: #3B82F6;
  font-weight: 700;
}

/* Options Container */
.options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.option-card {
  background: white;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.option-card:hover {
  border-color: #fff;
}

.option-card.selected {
  border-color: #3B82F6;
  background: #fff;
}

.option-content h3 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  color: #000C1F;
  margin-bottom: 4px;
}

.option-content p {
  font-size: 15px;
  line-height: 25px;
  color: #4D617E;
  text-align: left;
  margin: 0;
}

.option-icon {
  font-size: 20px;
  line-height: 26px;
  width: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-grid img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 32px;
}
.img-grid video {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 32px;
}

.img-grid-bottom img {
  margin-bottom: 0px;
}

/* Students Grid */
.students-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin: 24px 0;
  padding: 0 20px;
}

.student-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3B82F6, #8B5CF6);
  opacity: 0.8;
}

/* Checkbox Options */
.checkbox-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.checkbox-option {
  background: white;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 16px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkbox-option:hover {
  border-color: #fff;
}

.checkbox-option.selected {
  border-color: #3B82F6;
  background: #fff;
}

.checkbox-option .option-icon {
  font-size: 20px;
  line-height: 26px;
  width: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkbox-option span {
  font-size: 16px;
  color: #000C1F;
  font-weight: 500;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}

.checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #D1D5DB;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox-option.selected .checkbox {
  background: #0B61E5;
  border-color: #0B61E5;
}

.checkbox-option.selected .checkbox::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

/* Rating Container */
.rating-subtitle {
  font-size: 14px;
  color: #000C1F;
  margin-bottom: 24px;
}

.rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  position: fixed;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.rating-container-2 {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.step_pressure_text2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.step_pressure_text2 .rating-subtitle_p {
  color: #4D617E;
}
.step_pressure_text2 {
  min-height: 50vh;
}
.step_pressure_text2 .fd-box {
  position: absolute;
  bottom: 25vh;
  left: 20px;
  right: 20px;
}

@media (max-height: 700px) {
  .step_pressure_text2 .fd-box {
    bottom: 20vh;
  }
}
.rating-container_text {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.rating-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rating-number {
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000C1F;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rating-option:hover .rating-number {
  border-color: #fff;
}

.rating-option.selected .rating-number {
  border-color: #fff;
  border-color: #3B82F6;
}

.rating-label {
  font-size: 14px;
  line-height: 22px;
  color: #4D617E;
  margin-top: 8px;
  text-align: center;
  white-space: nowrap;
}

.rating-option {
  position: relative;
}
.rating-option .label-start {
  position: absolute;
  left: 0;
  bottom: -28px;
}
.rating-option .label-end {
  position: absolute;
  right: 0;
  bottom: -28px;
}

/* Comparison Container */
.comparison-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 24px 0;
}

.comparison-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.comparison-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.comparison-card.without h3 {
  color: #000C1F;
}

.comparison-card.with h3 {
  color: #3B82F6;
}

.progress-bar {
  background: #fff;
  height: 8px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 42px;
}

.progress-fill {
  background: #0B61E5;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.progress-text {
  font-size: 14px;
  font-weight: 600;
  color: #000C1F;
}

.improvement-badge {
  background: linear-gradient(135deg, #8B5CF6, #3B82F6);
  color: white;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  border-radius: 12px;
  margin: 16px 0;
}

/* Nurse Image */
.nurse-image {
  margin: 24px 0;
  text-align: center;
}

.nurse-image img {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Motivation Chart */
.motivation-chart {
  margin: 32px 0;
}

.chart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 200px;
  position: relative;
}

.chart-axis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}

.y-axis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.axis-label {
  font-size: 14px;
  font-weight: 600;
  color: #3B82F6;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}

.arrow-up {
  font-size: 24px;
  color: #3B82F6;
  font-weight: bold;
}

.chart-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}

.bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.bar {
  width: 60px;
  border-radius: 8px 8px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bar.vague-goal {
  height: 60px;
  background: #D1D5DB;
}

.bar.clear-goal {
  height: 120px;
  background: linear-gradient(135deg, #10B981, #059669);
}

.bar-label {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-top: 8px;
  text-align: center;
}

.bar-value {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

/* App Features */
.app-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 32px 0;
  padding-bottom: 15px;
}

/* Swiper Pagination */
.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  margin: 0 4px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.swiper-pagination-bullet-active {
  background: #3b82f6;
}

.feature-card {
  background: white;
  border-radius: 14px;
  text-align: left;
}
.feature-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}
.feature-card p {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000C1F;
  margin-bottom: 0;
  text-align: left;
}

/* Subtitle */
.subtitle {
  font-size: 14px;
  color: #000C1F;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
}

/* Goal Achievement Screen */
.goal-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.goal-icon {
  width: 130px;
  height: auto;
}

.stat-card-goal {
  margin: 0 auto;
  background: url(../img-new/bg-text.jpg) center center/cover no-repeat;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;
  padding-bottom: 16px;
  margin-top: 48px;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.stat-card-goal .start-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDEBFF;
  padding-bottom: 12px;
}

.stat-percentage {
  font-size: 24px;
  line-height: 32px;
  margin-right: 10px;
  font-weight: 700;
  color: #0B61E5;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.stat-text-goal {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.stat-text-goal p {
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  color: #000C1F;
  margin: 0;
  font-weight: 600;
}

.stat-text-goal p span {
  font-weight: 600;
}

.stat-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #4D617E;
}
.stat-source span {
  font-size: 14px;
  line-height: 22px;
  color: #000C1F;
  font-weight: 500;
}

.stat-check-icon {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Mindset Cards */
#step_mindset_stressed p {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 16px;
}

#step_mindset_positive p {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 16px;
}

.mindset-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.mindset-card {
  background: white;
  border-left: 2px solid;
  border-radius: 999px;
  padding: 11px 22px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mindset-card span {
  font-size: 15px;
  line-height: 24px;
  color: #000C1F;
  font-weight: 500;
}
.mindset-card:nth-child(1), .mindset-card:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 6px);
          flex: 1 1 calc(50% - 6px);
  min-width: 0;
}
.mindset-card:nth-child(3) {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.mindset-card-yellow {
  border-color: #FFCF23;
}

.mindset-card-green {
  border-color: #02963D;
}

.mindset-card-blue {
  border-color: #0B61E5;
}

.mindset-image {
  margin-bottom: 32px;
}
.mindset-image img {
  width: 100%;
  border-radius: 12px;
}

/* Pressure Feedback Box */
.pressure-feedback {
  background: #ECFBF2;
  border: 1px solid #B4E0C6;
  border-radius: 12px;
  padding: 16px;
  margin: 0 auto 16px;
  max-width: 400px;
  gap: 12px;
  -webkit-animation: fadeInUp 0.3s ease-out;
          animation: fadeInUp 0.3s ease-out;
  text-align: left;
  margin-top: -15vh;
}

.pressure-feedback.hidden {
  display: none;
}

.feedback-icon {
  font-size: 32px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.feedback-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.feedback-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  color: #000C1F;
  margin: 0;
}

.feedback-text {
  font-size: 15px;
  line-height: 22px;
  color: #000C1F;
  margin: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Challenges Reviews Section */
.challenges-reviews-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.challenge-review-card {
  background: white;
  border-radius: 10px;
  padding: 16px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
}

.review-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-stars {
  width: 127px;
  height: auto;
}

.review-verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.verified-icon {
  width: 12px;
  height: 12px;
}

.verified-text {
  font-size: 12px;
  line-height: 16px;
  color: #000C1F;
  font-weight: 500;
}

.review-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.reviewer-name {
  font-size: 14px;
  line-height: 20px;
  color: #4D617E;
  font-weight: 500;
}

.review-date {
  font-size: 14px;
  line-height: 20px;
  color: #4D617E;
  font-weight: 500;
}

.review-text {
  font-size: 15px !important;
  line-height: 22px !important;
  color: #000C1F;
  margin: 0;
  text-align: left;
}

.review-text strong {
  font-weight: 600;
  color: #000C1F;
}

/* Prepare Smarter Section */
.learning-video-container {
  margin-bottom: 24px;
}
.learning-video-container video {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.learning-effectiveness {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.effectiveness-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  color: #000C1F;
  margin-bottom: 16px;
  text-align: center;
}

.effectiveness-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.chart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chart-percentage {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000C1F;
  margin-bottom: 2px;
}

.chart-percentage-blue {
  color: #0B61E5;
}

.chart-bar {
  height: 32px;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.chart-bar-gray {
  background: #E5E7EB;
}

.chart-bar-blue {
  background: #0B61E5;
}

.chart-label {
  font-size: 14px;
  line-height: 20px;
  color: #4D617E;
  font-weight: 500;
  margin-top: 4px;
}

.effectiveness-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}

.source-check-icon {
  width: 12px;
  height: 12px;
}

.effectiveness-source span {
  font-size: 13px;
  line-height: 18px;
  color: #02963D;
  font-weight: 500;
}

/* Yes/No Buttons */
.yes-no-buttons {
  gap: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
}

.yes-no-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: white;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 20px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 2px solid transparent;
}

.yes-no-button:hover {
  border-color: #FFFFFF;
}

.yes-no-button.selected {
  border: 2px solid #2563eb;
}

.no-button.selected {
  background: #FFFFFF;
}

.yes-button.selected {
  background: #FFFFFF;
}

.yes-no-icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.no-button .yes-no-icon {
  color: transparent4;
}

.yes-button .yes-no-icon {
  color: #10B981;
}

.no-button.selected .yes-no-icon {
  background: transparent;
}

.yes-button.selected .yes-no-icon {
  background: transparent;
}

.yes-no-button span {
  font-size: 16px;
  font-weight: 500;
  color: #000C1F;
  line-height: 24px;
}

.expert-banner {
  background: #E0EDFF;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 8px 16px;
  text-align: center;
  margin-top: 24px;
}
.expert-banner p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #2563eb;
  margin: 0;
}

.expert-card {
  background: white;
  padding: 20px 16px;
  margin-bottom: 16px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.expert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.expert-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.expert-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.expert-info {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.expert-info .expert-role {
  margin-bottom: 0;
  color: #4D617E;
}

.expert-name {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #000C1F;
  margin: 0 0 2px 0;
}

.expert-role {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4D617E;
  margin: 0;
}

.expert-divider {
  height: 1px;
  background: #DDEBFF;
  margin: 12px 0;
}

.expert-footer-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #000C1F !important;
  text-align: center !important;
  margin-bottom: 0 !important;
}

.cheat-sheets-image {
  margin-bottom: 32px;
  margin-top: 26px;
}
.cheat-sheets-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

/* Creating Plan Section */
.creating-plan-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
  padding: 40px 20px;
}
.creating-plan-container h3 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  margin-top: 5vh;
  margin-bottom: 32px;
  text-align: center;
  color: #000C1F;
}

/* Processing Results Screen */
#step_processing_results .img-grid {
  margin-bottom: 32px;
}
#step_processing_results .img-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#step_processing_results .creating-plan-container {
  min-height: auto;
  padding: 0 20px 40px;
  margin-top: 0;
}
#step_processing_results .progress-circle-container {
  margin-top: 0;
}

.creating-plan-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000C1F;
  text-align: center;
  margin-bottom: 40px;
  max-width: 300px;
}

.progress-circle-container {
  position: relative;
  width: 153px;
  height: 153px;
  margin: 0 auto 40px;
  margin-top: 15vh;
}

.progress-circle {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.progress-circle-bg {
  fill: none;
}

.progress-circle-fill {
  fill: none;
  stroke: #0B61E5;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  -webkit-transition: stroke-dashoffset 4s linear;
  transition: stroke-dashoffset 4s linear;
}

.progress-percentage_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  line-height: 44px;
  color: #000C1F;
  text-align: center;
}

/* Trophy Container */
.trophy-container {
  margin: 32px 0;
  text-align: center;
  position: relative;
}

.trophy {
  font-size: 120px;
  margin-bottom: 16px;
  display: block;
}

.trophy-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.star {
  font-size: 24px;
  -webkit-animation: twinkle 2s infinite;
          animation: twinkle 2s infinite;
}

.star:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.star:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.star:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.star:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/* Time Commitment */
.time-commitment {
  font-size: 12px;
  color: #000C1F;
  font-weight: 500;
}

.option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}

.option-content span:first-child {
  font-size: 16px;
  color: #000C1F;
  font-weight: 500;
}

.stats-text {
  font-size: 14px !important;
  line-height: 22px !important;
  color: #4D617E !important;
  margin-top: 0px !important;
  margin-bottom: 32px !important;
  text-align: left !important;
}
.stats-text span {
  color: rgb(11, 97, 229);
  font-weight: bold;
}

.df-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.df-content .time-commitment {
  color: #4D617E;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.dot.active-now::after {
  display: none;
}

.main-content_set {
  margin-top: 10vh;
  text-align: center;
}
.main-content_set .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content_set h1 {
  font-size: 26px;
  color: #0B61E5;
  line-height: 34px;
  margin-bottom: 24px;
}
.main-content_set h2 {
  font-size: 24px;
  line-height: 32px;
  color: #000C1F;
  margin-bottom: 8px;
}
.main-content_set h3 {
  font-size: 20px;
  line-height: 26px;
  color: #000C1F;
  margin-bottom: 16px;
  font-weight: 600;
  text-align: left;
}
.main-content_set p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  color: #000C1F;
}
.main-content_set a {
  display: inline-block;
  margin-top: 16px;
  text-decoration: none;
  margin-bottom: 20px;
}
.main-content_set a img {
  width: 100%;
}
.main-content_set .img-qr {
  width: 100%;
  max-width: 170px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.main-content_set .img-qr:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.main-content_set .pay-dec {
  display: none;
}
.main-content_set .pay_mob {
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 16px;
}
.main-content_set .pay_mob a {
  display: block;
  margin: 0;
}
.main-content_set .pay_mob img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .main-content_set .pay-dec {
    display: block;
  }
  .main-content_set .pay_mob {
    display: none;
  }
}

.my-plan {
  position: sticky;
  top: 0;
  z-index: 999 !important;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
.my-plan .left p {
  font-size: 14px;
  color: #000C1F;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
.my-plan .left .timer {
  color: #000C1F;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.my-plan .a-plan {
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  background-color: #FD5A26;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.main-content_landing {
  color: #000C1F;
  margin-top: 20px;
}
.main-content_landing .banner-closed {
  padding: 20px;
  background: url(../img/banner.jpg) center center/cover no-repeat;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 16px;
}
.main-content_landing .banner-closed h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 600;
}
.main-content_landing .banner-closed h3 s {
  opacity: 0.5;
}
.main-content_landing .top-block {
  background-color: #fff;
  border-radius: 12px;
  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 16px;
}
.main-content_landing .top-block h1 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 16px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.main-content_landing .top-block h1 span {
  color: #0B61E5;
}
.main-content_landing .top-block img {
  width: 100%;
  margin-bottom: -10px;
}
.main-content_landing .top-block video {
  width: 100%;
  border-radius: 12px;
  margin-bottom: -10px;
}
.main-content_landing .top-block .top-block-rt {
  padding: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.main-content_landing .top-block .top-block-rt .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.main-content_landing .top-block .top-block-rt .items .fg {
  background-color: #DDEBFF;
  width: 100%;
  height: 1px;
}
.main-content_landing .top-block .top-block-rt .items .item {
  text-align: left;
}
.main-content_landing .top-block .top-block-rt .items .item h5 {
  color: #000C1F;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 6px;
}
.main-content_landing .top-block .top-block-rt .items .item img {
  width: 100%;
  margin-bottom: 4px;
}
.main-content_landing .top-block .top-block-rt .items .item h6 {
  color: #000C1F;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.main-content_landing h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.main-content_landing .box-bl {
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  background-color: #FFF9D6;
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content_landing .box-bl img {
  width: 36px;
  margin-right: 16px;
}
.main-content_landing .box-bl p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 0;
  font-weight: 500;
}
.main-content_landing .box-bl p span {
  font-weight: 600;
}
.main-content_landing .choose-plan {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 24px 16px;
}
.main-content_landing .choose-plan .plan-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.main-content_landing .choose-plan .plan-option {
  background: #fff;
  border: 1px solid #E4EBF5;
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.main-content_landing .choose-plan .plan-option .most-popular {
  background-color: #0B61E5;
  padding: 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  height: 26px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.main-content_landing .choose-plan .plan-option-padding {
  padding-top: 34px;
}
.main-content_landing .choose-plan .plan-option:hover {
  border-color: #0B61E5;
}
.main-content_landing .choose-plan .plan-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
}
.main-content_landing .choose-plan .plan-radio .radio-circle {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #D1D5DB;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content_landing .choose-plan .plan-radio .radio-circle.selected {
  background: #0B61E5;
  border-color: #0B61E5;
}
.main-content_landing .choose-plan .plan-radio .radio-circle.selected::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-content_landing .choose-plan .plan-radio .left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.main-content_landing .choose-plan .plan-radio .left h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 6px;
}
.main-content_landing .choose-plan .plan-radio .left .save-box {
  background-color: #FFE1D8;
  color: #FD5A26;
  padding: 2px 4px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  border-radius: 6px;
  margin-bottom: 6px;
  font-weight: bold;
}
.main-content_landing .choose-plan .plan-radio .left .mini-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.main-content_landing .choose-plan .plan-radio .left .mini-price h6 {
  color: #8B9DBA;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
.main-content_landing .choose-plan .plan-radio .right {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.main-content_landing .choose-plan .plan-radio .right .pr {
  color: #8B9DBA;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}
.main-content_landing .choose-plan .plan-radio .right .pr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E70000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-content_landing .choose-plan .plan-radio .right .per-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-content_landing .choose-plan .plan-radio .right .per-day h6 {
  font-weight: 600;
  color: #8B9DBA;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.main-content_landing .choose-plan .plan-radio .right .per-day h4 {
  font-size: 55px;
  color: #8B9DBA;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 44px;
}
.main-content_landing .choose-plan .plan-radio .right .per-day .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-content_landing .choose-plan .plan-radio .right .per-day .txt h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  color: #8B9DBA;
  display: inline-block;
}
.main-content_landing .choose-plan .plan-radio .right .per-day .txt p {
  color: #8B9DBA;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
  font-weight: 500;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  display: inline-block;
  white-space: nowrap;
}
.main-content_landing .choose-plan .plan-option.selected {
  border-color: #0B61E5;
  background: #F0F9FF;
}
.main-content_landing .choose-plan .plan-option.selected .right .per-day h6, .main-content_landing .choose-plan .plan-option.selected .right .per-day h4, .main-content_landing .choose-plan .plan-option.selected .right .per-day .txt h5, .main-content_landing .choose-plan .plan-option.selected .right .per-day .txt p {
  color: #000C1F;
}
.main-content_landing .choose-plan .plan-option.selected .left .save-box {
  background-color: #FD5A26;
  color: #fff;
}
.main-content_landing .choose-plan .p-info {
  text-align: left;
  background-color: #F2F6FB;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin-top: 20px;
  color: #4D617E;
}
.main-content_landing .choose-plan .p-info a {
  color: #4D617E;
}
.main-content_landing .choose-plan .an-info {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content_landing .choose-plan .an-info img {
  width: 20px;
  margin-right: 4px;
}
.main-content_landing .choose-plan .an-info {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.main-content_landing .choose-plan .cta-button {
  padding: 14px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.main-content_landing .choose-plan .pay-safe {
  margin-bottom: 12px;
  padding: 4px 12px;
  background-color: #ECFBF2;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content_landing .choose-plan .pay-safe img {
  width: 20px;
  margin-right: 6px;
}
.main-content_landing .choose-plan .pay-safe p {
  color: #02963D;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.main-content_landing .choose-plan .img-pay-logos {
  width: 100%;
}
.main-content_landing .mail-block {
  padding: 20px 0;
  margin-bottom: 16px;
  background-color: #DDEBFF;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 10px;
}
.main-content_landing .mail-block h3 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}
.main-content_landing .mail-block img, .main-content_landing .mail-block video {
  width: 100%;
}
.main-content_landing .text-landing {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 24px;
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.main-content_landing .text-landing .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.main-content_landing .text-landing .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.main-content_landing .text-landing .items .item span {
  font-size: 20px;
  line-height: 26px;
}
.main-content_landing .text-landing .items .item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.main-content_landing .text-landing .fg {
  width: 100%;
  margin: 20px 0;
}
.main-content_landing .text-landing .illustration-block {
  margin-bottom: 20px;
  text-align: center;
}
.main-content_landing .text-landing .illustration-block img {
  width: 252px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
.main-content_landing .text-landing .illustration-block .text {
  position: relative;
  z-index: 2;
  background-color: #FFF9D6;
  border: 1px solid #fff;
  padding: 12px 16px;
  border-radius: 12px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #000C1F;
}
.main-content_landing .text-landing .illustration-block .text span {
  font-weight: 600;
  font-size: 16px;
}
.main-content_landing .text-landing .table {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.main-content_landing .text-landing .table .bl-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  gap: 6px;
}
.main-content_landing .text-landing .table .bl-1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.main-content_landing .text-landing .table .bl-1 h4 {
  color: #000C1F;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 400;
  width: 55%;
}
.main-content_landing .text-landing .table .bl-1 h5 {
  color: #8B9DBA;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  text-align: right;
  display: inline-block;
}
.main-content_landing .text-landing .table .bl-1 h5::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E70000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-content_landing .text-landing .table .bl-1 h6 {
  color: #02963D;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
  font-weight: 400;
  width: 20%;
}
.main-content_landing .landing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
  padding-top: 24px;
  margin-top: 16px;
}
.main-content_landing .landing-block h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}
.main-content_landing .landing-block img {
  width: 100%;
  margin-bottom: -8px;
  border: none;
}
.main-content_landing .landing-block_items {
  padding: 24px 20px;
  border-radius: 12px;
  text-align: left;
}
.main-content_landing .landing-block_items .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.main-content_landing .landing-block_items .items .item {
  padding: 16px;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.main-content_landing .landing-block_items .items .item .b-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
.main-content_landing .landing-block_items .items .item .m-text {
  font-size: 16px;
  line-height: 24px;
  color: #000C1F;
  text-align: left;
  font-weight: 500;
}
.main-content_landing .landing-block_items .items .item-1 {
  background-color: #FFF1E9;
}
.main-content_landing .landing-block_items .items .item-1 .b-text {
  color: #FF6410;
}
.main-content_landing .landing-block_items .items .item-2 {
  background-color: #E4F5E5;
}
.main-content_landing .landing-block_items .items .item-2 .b-text {
  color: #02963D;
}
.main-content_landing .landing-block_items .items .item-3 {
  background-color: #E7F1FF;
}
.main-content_landing .landing-block_items .items .item-3 .b-text {
  color: #0B61E5;
}
.main-content_landing .landing-block_items .dec {
  color: #4D617E;
  font-size: 12px;
  line-height: 18px;
}
.main-content_landing .reviews-landing {
  border-radius: 12px;
  background-color: #ECFBF2;
  padding: 24px 16px;
  margin-top: 16px;
  border: 1px solid #FFFFFF;
}
.main-content_landing .reviews-landing h2 {
  margin-bottom: 8px;
}
.main-content_landing .reviews-landing h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.main-content_landing .reviews-landing h3 span {
  color: #0B61E5;
  font-weight: 600;
}
.main-content_landing .reviews-landing .rev-top {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 12px;
}
.main-content_landing .reviews-landing .rev-top img {
  width: 36px;
}
.main-content_landing .reviews-landing .rev-top .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-content_landing .reviews-landing .rev-top .txt h4 {
  font-size: 15px;
  line-height: 22px;
  color: #000C1F;
  font-weight: 600;
  margin-bottom: 2px;
}
.main-content_landing .reviews-landing .rev-top .txt h4 span {
  color: #0B61E5;
}
.main-content_landing .reviews-landing .rev-top .txt h4 .tr {
  color: #00A56E;
}
.main-content_landing .reviews-landing .rev-top .txt p {
  color: #4D617E;
  font-size: 14px;
  line-height: 20px;
}
.main-content_landing .reviews-landing .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.main-content_landing .reviews-landing .items .item {
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
}
.main-content_landing .reviews-landing .items .item .star-img {
  width: 106px;
  margin-bottom: 12px;
}
.main-content_landing .reviews-landing .items .item p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
.main-content_landing .reviews-landing .items .item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.main-content_landing .reviews-landing .items .item .bottom img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.main-content_landing .reviews-landing .items .item .bottom h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
.main-content_landing .faq-landing {
  background: #FBF7EC;
  border-radius: 12px;
  padding: 24px 16px;
  margin: 20px 0;
  border: 1px solid #FFFFFF;
  margin-bottom: 16px;
}
.main-content_landing .faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.main-content_landing .faq-item {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  padding-top: 0;
}
.main-content_landing .faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  padding-bottom: 0;
  background: #fff;
}
.main-content_landing .faq-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000C1F;
  margin: 0;
}
.main-content_landing .faq-icon img {
  width: 16px;
}
.main-content_landing .faq-content {
  background: #fff;
  border-top: 1px solid #DDEBFF;
  padding-top: 8px;
  margin-top: 16px;
}
.main-content_landing .faq-content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
}
.main-content_landing .faq-content p:last-child {
  margin-bottom: 0;
}
.main-content_landing .faq-content.hidden {
  display: none;
}
.main-content_landing .choose-plan-black {
  background-color: #131E30;
  color: #fff;
}
.main-content_landing .choose-plan-black .plan-option {
  background-color: #131E30;
  border: 1px solid #2D4260;
}
.main-content_landing .choose-plan-black .plan-radio .radio-circle {
  background-color: #131E30;
  border: 1px solid #2D4260;
}
.main-content_landing .choose-plan-black .plan-radio .left .save-box {
  background-color: #5E3C32;
  color: #FD5A26;
}
.main-content_landing .choose-plan-black .plan-option.selected {
  background-color: #000C1F;
}
.main-content_landing .choose-plan-black .plan-option.selected .right .per-day h6, .main-content_landing .choose-plan-black .plan-option.selected .right .per-day h4, .main-content_landing .choose-plan-black .plan-option.selected .right .per-day .txt h5, .main-content_landing .choose-plan-black .plan-option.selected .right .per-day .txt p {
  color: #fff;
}
.main-content_landing .choose-plan-black .p-info {
  background-color: #3B4452;
  color: #A6B6CF;
  font-size: 11px;
  line-height: 18px;
}
.main-content_landing .choose-plan-black .p-info a {
  color: #A6B6CF;
}
.main-content_landing .choose-plan-black .pay-safe {
  background-color: #002F13;
}
.main-content_landing .choose-plan-black .pay-safe p {
  color: #02963D;
}
.main-content_landing .landing-safe {
  background-color: #131E30;
  text-align: center;
  padding: 24px 20px;
  color: #fff;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.main-content_landing .landing-safe img {
  width: 120px;
  margin-bottom: 20px;
}
.main-content_landing .landing-safe h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
.main-content_landing .landing-safe p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.main-content_landing .landing-safe .p-fg {
  display: block;
  height: 15px;
  width: 100%;
}
.main-content_landing .landing-safe a {
  color: #108BF4;
  text-decoration: none;
}

.terms-policy h1 {
  font-size: 26px;
  margin-bottom: 28px;
  font-weight: 600;
  text-align: center;
}
.terms-policy h2 {
  font-size: 20px;
  color: #0B61E5;
  margin-bottom: 12px;
  font-weight: 600;
}
.terms-policy h3 {
  font-size: 18px;
  color: #0B61E5;
  margin-bottom: 12px;
  font-weight: 600;
}
.terms-policy p {
  margin-bottom: 28px;
}
.terms-policy ul {
  padding-left: 20px;
  margin-bottom: 28px;
}

.payment-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  padding: 20px;
}

.payment-btn {
  padding: 12px 24px;
  background: #0B61E5;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.payment-btn:hover {
  background: #2563EB;
}

.payment-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  margin: 0 auto;
  padding: 20px;
}

.payment-window {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 510px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  margin: 20px auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.payment-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000C1F;
  margin: 0;
}

.payment-close {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  margin-bottom: 8px;
}

.payment-close img {
  width: 24px;
}

.payment-body h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.payment-body .red {
  color: #E70000;
}
.payment-body .info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.payment-body .info-price .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.payment-body .info-price .item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.payment-body .info-price .item span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.payment-body .fg {
  margin: 8px 0;
  width: 100%;
  background-color: #F1F6FF;
  height: 1px;
}
.payment-body .info-price_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.payment-body .info-price_main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.payment-body .info-price_main .item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.payment-body .info-price_main .item span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.payment-body .pay-s-modal {
  border-radius: 999px;
  padding: 4px 12px;
  color: #02963D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background-color: #ECFBF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 146px;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.payment-body .modal-img-logos {
  width: 100%;
  margin-bottom: 16px;
}
.payment-body h6 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 19px;
  color: #4D617E;
  letter-spacing: 0.5;
  font-weight: 400;
}

.reviews-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 24px;
  padding-bottom: 400px;
  overflow: visible;
}

.loading-section h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000C1F;
  margin-bottom: 40px;
  text-align: center;
}

.highlight {
  color: #0B61E5;
}

.progress-item {
  padding-bottom: 0;
}

.progress-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 25px;
  color: #000C1F;
  font-weight: 600;
}

.progress-percentage_2 {
  color: #000C1F;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 999px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
}

.progress-bar-container {
  width: 100%;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 4px;
}

.progress-fill {
  height: 100%;
  background: #2563eb;
  border-radius: 4px;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.reviews-section {
  width: 100%;
  background: #F1F6FF;
  max-width: 550px;
  margin: 0 auto;
  position: fixed;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding-left: 20px;
  padding-right: 20px;
}

/* Reviews Section */
.reviews-section h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #111827;
  text-align: center;
  margin-bottom: 16px;
}

.review-slider-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  width: 100%;
}

.review-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 120px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  will-change: transform;
}

.review-card {
  background: white;
  border-radius: 10px;
  padding: 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.review-card.slide-out-left {
  -webkit-animation: slideOutLeft 0.5s ease-in-out forwards;
          animation: slideOutLeft 0.5s ease-in-out forwards;
}

.review-card.slide-in-right {
  -webkit-animation: slideInRight 0.5s ease-in-out forwards;
          animation: slideInRight 0.5s ease-in-out forwards;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.reviewer-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #4D617E;
}

.stars img {
  width: 108px;
}

.review-text {
  font-size: 15px;
  line-height: 22px;
  color: #000C1F;
  margin: 0;
}

.review-text strong {
  font-weight: 700;
  color: #111827;
}

#step_streaks .animation-box {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
#step_streaks .animation-box .img-1 {
  width: 182px;
  z-index: 999;
  position: relative;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#step_streaks .animation-box .img-2 {
  width: 380px;
  position: absolute;
  top: -55%;
  left: 0%;
  -webkit-animation: rotate-center 4s ease-in-out 0.5s both;
          animation: rotate-center 4s ease-in-out 0.5s both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#step_streaks .animation-box .box-bottom {
  z-index: 999;
  position: relative;
  margin-top: 23px;
}
#step_streaks .animation-box .box-bottom .img-next-goal {
  width: 100%;
  -webkit-animation: scale-up-center_2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
          animation: scale-up-center_2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}
@-webkit-keyframes scale-up-center_2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up-center_2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#step_streaks .animation-box .box-bottom .img-fr-none {
  width: 100%;
  -webkit-animation: scale-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.3s both;
          animation: scale-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.3s both;
}
@-webkit-keyframes scale-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes scale-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 12, 31, 0.5);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999999999 !important;
}

.modal-overlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  background: white;
  border-radius: 12px;
  padding: 20px;
  max-width: 320px;
  width: 90%;
  text-align: center;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.01), 0 10px 10px -5px rgba(0, 0, 0, 0.01);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.01), 0 10px 10px -5px rgba(0, 0, 0, 0.01);
}

.modal-prompt {
  font-size: 15px;
  line-height: 22px;
  color: #4D617E;
  font-weight: 400;
  margin-bottom: 8px;
}

.modal-question {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

.modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.modal-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 24px;
  border: 1px solid #F1F6FF;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-btn-no {
  background: #F1F6FF;
  color: #000C1F;
}

.modal-btn-yes {
  background: #F1F6FF;
  color: #000C1F;
}

/* Hidden elements */
.hidden {
  display: none;
}

/* Progress item separator */
.progress-item.completed {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

/* Checkmark Animation */
.checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0B61E5;
  border-radius: 999px;
  position: relative;
  margin-left: 8px;
  opacity: 1;
  top: auto;
  left: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 0;
}

.checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/vector.svg) no-repeat center center;
  background-size: contain;
}

/* Show animation */
.show-block {
  display: block;
  -webkit-animation: fadeInUp 0.5s ease-out;
          animation: fadeInUp 0.5s ease-out;
}

.email-form-section.show-block {
  -webkit-animation: none;
          animation: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Email Form Section */
.email-form-section {
  text-align: center;
  padding: 20px 0;
}

.email-form-section h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000C1F;
  margin-bottom: 28px;
  line-height: 32px;
}

.email-form {
  max-width: 400px;
  margin: 0 auto 20px;
}

.form-group {
  margin-bottom: 12px;
  text-align: left;
}

.form-label {
  display: block;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  color: #000C1F;
  margin-bottom: 12px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000C1F;
  background: white;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #0B61E5;
}

/* Show red border only after user has interacted with invalid input */
.form-input:user-invalid {
  border-color: #E70000;
}

.form-input:user-invalid:focus {
  outline: none;
  border-color: #E70000;
}

.form-input.error {
  border-color: #E70000;
}

.form-input.error:focus {
  outline: none;
  border-color: #E70000;
}

.form-input::-webkit-input-placeholder {
  color: #4D617E;
}

.form-input::-moz-placeholder {
  color: #4D617E;
}

.form-input:-ms-input-placeholder {
  color: #4D617E;
}

.form-input::-ms-input-placeholder {
  color: #4D617E;
}

.form-input::placeholder {
  color: #4D617E;
}

.error-message {
  color: #E70000;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  display: none;
}

.error-message.show {
  display: block;
}

.privacy-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  text-align: left;
}

.privacy-icon img {
  width: 20px;
  margin-right: 6px;
}

.privacy-text {
  font-size: 14px;
  line-height: 22px;
  color: #4D617E;
}

.continue-btn {
  width: 100%;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #0B61E5;
  color: white;
  -webkit-box-shadow: inset 0px 4px 8px 0px rgba(255, 255, 255, 0.24);
          box-shadow: inset 0px 4px 8px 0px rgba(255, 255, 255, 0.24);
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.continue-btn-email {
  -webkit-animation: pulse 0s infinite ease-in-out;
          animation: pulse 0s infinite ease-in-out;
}

.continue-btn:hover {
  background: #2563EB;
}

.continue-btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.awards-section img {
  width: 100%;
  max-width: 450px;
}

/* Plan Ready Section */
.plan-ready-section {
  text-align: center;
  padding: 24px 16px;
  background: #fff;
  border-radius: 12px;
  margin-top: -24px;
  margin-bottom: 55px;
}

.plan-ready-section #finalContinueBtn {
  position: fixed;
}

.plan-ready-section h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000C1F;
  margin-bottom: 8px;
}

.plan-description {
  font-size: 16px;
  line-height: 24px;
  color: #000C1F;
  margin-bottom: 32px;
}

.scratch-section {
  padding-bottom: 40px;
  padding-top: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: visible;
}

body.scratch-section-active {
  overflow-x: hidden !important;
  overflow-y: auto;
}
body.scratch-section-active .main,
body.scratch-section-active .container {
  overflow-x: hidden !important;
  overflow-y: visible;
}
body.scratch-section-active .reviews-content {
  overflow-x: hidden !important;
  overflow-y: visible;
}
body.scratch-section-active .reviews-section {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  overflow: visible !important;
}
body.scratch-section-active #scratchSection {
  overflow: visible !important;
}

body.scratch-overlay-active {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

.scratch-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4D617E;
  margin-top: 16px;
  margin-bottom: 0;
}

.progress-graph-container video {
  width: 100%;
}

@media (max-width: 480px) {
  .email-form-section h2 {
    font-size: 24px;
  }
  .awards-section {
    gap: 16px;
  }
  .award {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 4px;
  }
  .award-icon {
    font-size: 20px;
  }
  .award-title {
    font-size: 11px;
  }
  .award-subtitle {
    font-size: 13px;
  }
  .plan-ready-section h2 {
    font-size: 24px;
  }
  .graph-header {
    left: -30px;
  }
  .y-axis-labels {
    height: 160px;
  }
  .graph-content {
    height: 160px;
    margin-left: 15px;
  }
}
.email-copy-container {
  margin: 20px 0;
  position: relative;
}

.email-copy-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #000C1F;
}

.email-text {
  font-size: 16px;
  color: #1e293b;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -moz-text-align-last: left;
       text-align-last: left;
}

.copy-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
}
.copy-button span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.copy-status {
  background: #FFFFFF;
  width: 100%;
  max-width: 510px;
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  color: #000C1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0px 2px 0px #02963D;
          box-shadow: 0px 2px 0px #02963D;
}
.copy-status img {
  width: 24px;
  margin-right: 12px;
}

.copy-block {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copy-status.show {
  opacity: 1;
  visibility: visible;
}

.cta-button-an {
  -webkit-animation: pulse-none 1.5s infinite ease-in-out;
          animation: pulse-none 1.5s infinite ease-in-out;
}

#scratchSection {
  text-align: center;
}
#scratchSection .title-top h2 {
  font-size: 24px;
  line-height: 32px;
}
#scratchSection .title-top .scratch-subtitle {
  margin-top: 8px;
  color: #000C1F;
}

#scratchSection {
  position: relative;
  overflow: visible;
}
#scratchSection .promo-bg-video {
  margin-top: 38px;
  text-align: center;
  position: relative;
  z-index: 999999999999;
  overflow: visible;
}
#scratchSection .promo-bg-video .promo-sl-touch {
  position: relative;
  display: inline-block;
  -ms-touch-action: none;
      touch-action: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
#scratchSection .promo-bg-video .promo-img {
  width: 252px;
  position: relative;
  z-index: 2;
  display: block;
}
#scratchSection .promo-bg-video .promo-img-none {
  width: 252px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
#scratchSection .promo-bg-video video {
  width: 162px;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
#scratchSection .scratch-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
#scratchSection .scratch-overlay.hidden {
  display: none;
}
#scratchSection .scratch-overlay.show {
  opacity: 1;
}
#scratchSection .scratch-bottom-text {
  text-align: center;
  padding: 20px;
  background: transparent;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
#scratchSection .scratch-bottom-text.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#scratchSection .scratch-applied-text {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 28px 0;
}
#scratchSection .scratch-timer-container {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  position: relative;
}
#scratchSection .scratch-timer-svg {
  width: 100%;
  height: 100%;
}
#scratchSection .scratch-timer-bg {
  fill: #4D617E;
  width: 95%;
  height: 95px;
}
#scratchSection .scratch-timer-progress {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.1s linear;
  transition: stroke-dashoffset 0.1s linear;
}
#scratchSection .scratch-timer-text {
  fill: #ffffff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.cta-button-apple {
  background-color: #000000;
}

.cta-button-paypal {
  background-color: #FFC43A;
}
.cta-button-paypal img {
  width: 90px;
}

.hero-btn-wrp-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 147%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.hero-btn-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.hero-btn-wrp .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 13.5px 4px 13.5px 10px;
}

#homeSection {
  min-height: 720px;
}
#homeSection .stats-section, #homeSection .main-content, #homeSection .fix-btn {
  z-index: 2;
}
#homeSection .main-title span {
  color: #0153D1;
}
#homeSection .main-content img {
  width: 100%;
  max-width: 450px;
  position: absolute;
  bottom: 175px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-height: 725px) {
  #homeSection .main-content img {
    bottom: 140px;
  }
}
@media (max-height: 680px) {
  #homeSection .main-content img {
    bottom: 100px;
  }
}
@media (max-height: 630px) {
  #homeSection .main-content img {
    bottom: 60px;
  }
}
@media (max-height: 600px) {
  #homeSection .main-content img {
    bottom: 40px;
  }
}
#homeSection .fix-btn {
  background: #f1f6ff;
}
#homeSection .fix-btn .items-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
#homeSection .fix-btn .items-main .item {
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 14px;
}
#homeSection .fix-btn .items-main .item img {
  width: 24px;
  margin-right: 8px;
}
#homeSection .fix-btn .items-main .item p {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  color: #0153D1;
}
#homeSection .fix-btn a {
  margin-bottom: 20px;
}
#homeSection .fix-btn p {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  text-align: center;
}
#homeSection .fix-btn p span {
  color: #0153D1;
  font-weight: 700;
}

.h2-qv {
  font-size: 17px !important;
  line-height: 25px !important;
  text-align: left !important;
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  .main-title {
    font-size: 28px;
  }
  .stat-card {
    max-width: none;
  }
  .image-placeholder {
    height: 250px;
  }
  .highlight-db {
    display: block;
  }
}
@media (max-width: 360px) {
  .main-title {
    font-size: 24px;
  }
  .description {
    font-size: 14px;
  }
  .cta-button {
    font-size: 16px;
    padding: 14px 24px;
  }
}
@media (max-height: 750px) {
  #scratchSection .promo-bg-video .img-t-box {
    margin-top: -40px !important;
    width: 33vh;
  }
  #scratchSection .scratch-applied-text {
    margin-bottom: 20px;
  }
}
@media (max-height: 650px) {
  #scratchSection .promo-bg-video .img-t-box {
    margin-top: -40px !important;
    width: 30vh;
  }
}
/* Quiz Questions Styles */
.question-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #4D617E;
}

.question-number {
  color: #4D617E;
}

.question-topic {
  color: #4D617E;
}

.quiz-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.quiz-option {
  background: white;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 16px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

.quiz-option:hover {
  border-color: #E0EDFF;
}

.quiz-option.selected {
  border-color: #3B82F6;
  background: #F0F9FF;
}

.quiz-option span {
  font-size: 16px;
  line-height: 24px;
  color: #000C1F;
  font-weight: 500;
}

/* Question with Image Layout */
.question-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

.question-image-container img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.question-text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question-text-container h2 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #000C1F;
  margin: 0;
  text-align: left;
}

#step_processing_results .img-grid {
  margin-bottom: 0;
}

#homeSection .fix-btn .items-main .item p {
  text-align: left;
  text-align: left;
}

.btn-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}

.quiz-option.correct.correct-view {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-option.correct.correct-view::after {
  content: "";
  display: block;
  position: relative;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2092 5.85763C18.5782 5.4245 19.2222 5.3777 19.648 5.75308C20.0737 6.12847 20.1197 6.78363 19.7507 7.21677L10.4438 18.1411C10.25 18.3684 9.96877 18.4995 9.67298 18.4995C9.37725 18.4994 9.0959 18.3684 8.90221 18.1411L4.24924 12.6789L4.18527 12.5957C3.88746 12.1654 3.9527 11.5673 4.35201 11.2152C4.75112 10.8633 5.34204 10.8824 5.71843 11.243L5.79079 11.3198L9.67298 15.8762L18.2092 5.85763Z' fill='%2302963D' /%3E%3C/svg%3E");
}
.quiz-option.correct.selected {
  border: 2px solid #02963d;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-option.correct.selected::after {
  content: "";
  position: relative;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2092 5.85763C18.5782 5.4245 19.2222 5.3777 19.648 5.75308C20.0737 6.12847 20.1197 6.78363 19.7507 7.21677L10.4438 18.1411C10.25 18.3684 9.96877 18.4995 9.67298 18.4995C9.37725 18.4994 9.0959 18.3684 8.90221 18.1411L4.24924 12.6789L4.18527 12.5957C3.88746 12.1654 3.9527 11.5673 4.35201 11.2152C4.75112 10.8633 5.34204 10.8824 5.71843 11.243L5.79079 11.3198L9.67298 15.8762L18.2092 5.85763Z' fill='%2302963D' /%3E%3C/svg%3E");
}
.quiz-option.incorrect.selected {
  border: 2px solid #e70000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-option.incorrect.selected::after {
  content: "";
  position: relative;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8188 5.78804C17.2034 5.40343 17.8269 5.40343 18.2115 5.78804C18.5961 6.17265 18.5961 6.79607 18.2115 7.18068L13.3926 11.9995L18.2115 16.8183L18.2792 16.893C18.5947 17.2798 18.5721 17.8504 18.2115 18.211C17.8509 18.5716 17.2803 18.5942 16.8935 18.2787L16.8188 18.211L12 13.3921L7.18117 18.211C6.79656 18.5956 6.17314 18.5956 5.78853 18.211C5.40392 17.8264 5.40392 17.203 5.78853 16.8183L10.6074 11.9995L5.78853 7.18068L5.72082 7.10605C5.40529 6.71922 5.42795 6.14862 5.78853 5.78804C6.14911 5.42746 6.71971 5.4048 7.10653 5.72033L7.18117 5.78804L12 10.6069L16.8188 5.78804Z' fill='%23E70000' /%3E%3C/svg%3E");
}

.explanation {
  display: none;
}
.explanation__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 147%;
  letter-spacing: -0.01em;
  color: #000c1f;
  text-align: left;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.explanation__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000c1f;
  text-align: left;
}
.explanation__content p {
  margin-bottom: 8px;
}
.explanation__content p:last-child {
  margin-bottom: 0;
}

.hint-box {
  background: rgba(0, 12, 31, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999999999;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.28s ease, visibility 0.28s ease;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.hint-box.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hint-box__wrap {
  background: #f1f6ff;
  border-radius: 12px 16px 0 0;
  padding: 16px 20px 20px;
  width: 100%;
  max-width: 510px;
  height: 78dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.hint-box.active .hint-box__wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hint-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
  width: 100%;
}
.hint-box__close {
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hint-box .hint-box-answer {
  margin-bottom: 24px;
  width: 100%;
}
.hint-box .hint-box-answer__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 141%;
  letter-spacing: -0.01em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000c1f;
  margin-bottom: 12px;
}
.hint-box .hint-box-answer .quiz-option {
  border: 2px solid #02963d;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hint-box .hint-box-answer .quiz-option::after {
  content: "";
  position: relative;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2092 5.85763C18.5782 5.4245 19.2222 5.3777 19.648 5.75308C20.0737 6.12847 20.1197 6.78363 19.7507 7.21677L10.4438 18.1411C10.25 18.3684 9.96877 18.4995 9.67298 18.4995C9.37725 18.4994 9.0959 18.3684 8.90221 18.1411L4.24924 12.6789L4.18527 12.5957C3.88746 12.1654 3.9527 11.5673 4.35201 11.2152C4.75112 10.8633 5.34204 10.8824 5.71843 11.243L5.79079 11.3198L9.67298 15.8762L18.2092 5.85763Z' fill='%2302963D' /%3E%3C/svg%3E");
}
.hint-box .hint-box-explanation {
  overflow: auto;
  height: 100%;
  padding-bottom: 60px;
}
.hint-box .hint-box-explanation__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 147%;
  letter-spacing: -0.01em;
  color: #000c1f;
  text-align: left;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hint-box .hint-box-explanation__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #000c1f;
  text-align: left;
}
.hint-box .hint-box-explanation__content p {
  margin-bottom: 8px;
}
.hint-box .hint-box-explanation__content p:last-child {
  margin-bottom: 0;
}

body.hint-modal-open {
  overflow: hidden !important;
}

.modal-ejoykearn {
  height: 100dvh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 12, 31, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.28s ease, visibility 0.28s ease;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.modal-ejoykearn.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-ejoykearn__wrap {
  width: 100%;
  padding: 20px;
  max-width: 540px;
  -webkit-transform: translateY(20px) scale(0.98);
          transform: translateY(20px) scale(0.98);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.modal-ejoykearn.active .modal-ejoykearn__wrap {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.modal-ejoykearn__box {
  background-image: url(../img/thbgyl.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120%;
  border-radius: 16px;
}
@media (max-width: 355px) {
  .modal-ejoykearn__box {
    background-size: cover;
  }
}
.modal-ejoykearn__top {
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-ejoykearn__top img {
  min-width: 205px;
  width: 205px;
  max-width: 205px;
  height: 164px;
  position: relative;
  top: -46px;
  right: -20px;
}
.modal-ejoykearn__main {
  background: #f1f6ff;
  border-radius: 16px;
  padding: 28px 20px;
}
.modal-ejoykearn__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #000c1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.modal-ejoykearn p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000c1f;
  margin-bottom: 8px;
}
.modal-ejoykearn p:last-child {
  margin-bottom: 0;
}
.modal-ejoykearn__btnpplace {
  margin-top: 28px;
}

#step_personal_plan_ready .fix-btn {
  bottom: 45px;
}

.header-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.header-quiz__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px 12px 20px;
}
.header-quiz__bottom {
  padding: 12px 20px;
  width: 100%;
}
.header-quiz .progress-container {
  width: 100%;
  margin-bottom: 0;
}
.header-quiz .progress-bar {
  margin-bottom: 0;
}