* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #ffffff;
  color: #0a0a0a;
  line-height: 1.5;
}

.container {
  min-height: 100vh;
  background-color: white;
}

/* Hero Image */
.hero-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0.5rem 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  max-width: 375px;
  height: auto;
  object-fit: contain;
  object-position: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .hero-image {
    padding: 1.5rem 0;
  }
  
  .hero-image img {
    max-width: 450px;
  }
}

/* Main Content */
.main-content {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Brand Name */
.brand-name {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.5rem 0;
  margin-bottom: 0.15rem;
}

@media (min-width: 768px) {
  .brand-name {
    font-size: 1.875rem;
  }
}

/* Removed all stepper styles since the progress bar has been removed */

/* Main Headline */
.main-headline {
  text-align: center;
  font-size:2rem;
  font-weight: bold;
  padding: 0.8rem 0;
  margin-bottom: 4%;
}

.headline-text {
  color: #1e3a5f;
  font-size: 2rem;
  font-family: 'Candal', sans-serif;
  line-height: 0.5;
}

.headline-amount {
  color: #005BAD;
  font-weight: 900;
}

.headline-label {
  color: #1e3a5f;
  font-weight: 900;
}



@media (min-width: 768px) {
  .main-headline {
    font-size: 2.25rem;
  }
}

/* Sub Headline */
.sub-headline {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #374151;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .sub-headline {
    font-size: 1.25rem;
  }
}

/* Subheading */
.subheading {
  text-align: center;
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 2%;
  color: #005BAD;
  font-family: sora, sans-serif;
}

@media (min-width: 768px) {
  .subheading {
    font-size: 1.25rem;
  }
}

/* Steps List */
.steps-list {
  line-height: 2;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin-left: 1.5rem;
  padding: 0.25rem 0;
  margin-bottom: 0.5rem;
  font-family: sora, sans-serif;
}

.step-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.step-num {
  font-weight: bold;
  flex-shrink: 0;
  background-color: #dc2626;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  margin-top: 0.15rem;
}

.step-item p {
  line-height: 2;
  margin: 0;
}

/* Added countdown timer styles */
/* Countdown Timer */
.timer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8%;
  margin-bottom: 3%;
  padding: 0 0.5rem;
}

.timer-display {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

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

.timer-number {
  color: #d10808;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}

.timer-colon {
  color: #d10808;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.timer-label {
  font-size: 10px;
  color: #4b5563;
  margin-top: 0.125rem;
  font-weight: 500;
}
/* </CHANGE> */

/* CTA Button */
.cta-container {
  display: flex;
  justify-content: center;
  margin-bottom: 9%;
  margin-top: 8%;
}

.cta-button {
  display: inline-block;
  background-color: 	#E32A36;
  color: #fafafa;
  border-radius: 9999px;
  padding: 1rem 4rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: glow 2s infinite;
}

@keyframes glow {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.cta-button:hover {
  background-color: #005BAD;
}

/* Trust Section */
.trust-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0;
  margin: 0;
}

.trustpilot-logo {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.trustpilot-logo .star-icon {
  width: 1rem;
  height: 1rem;
  color: #00b67a;
}

.trustpilot-logo span {
  font-weight: bold;
  font-size: 0.75rem;
}

/* Updated star rating to use boxes with consistent sizing */
.star-rating {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.star-box {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #00b67a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-box .star {
  width: 0.875rem;
  height: 0.875rem;
  color: white;
}

/* Half star with split background - same size as other star boxes */
.star-box.star-half {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #00b67a 50%, #e5e7eb 50%);
}

.star-box.star-half .star {
  position: relative;
  z-index: 10;
  width: 0.875rem;
  height: 0.875rem;
}

.trust-score {
  font-weight: 600;
  font-size: 10px;
}

.trust-score span {
  color: #0a0a0a;
}

/* FAQ Section */
.faq-section {
  margin-top: 2rem;
  margin-bottom: 3rem;
  max-width: 36rem;
  margin-left: 4%;
  margin-right: 3%;
}

.faq-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 0.87rem;
  line-height: 1.75;
}

.accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #e5e7eb;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.80rem;
  color:#232424;
  font-weight: 500;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.accordion-trigger:hover {
  opacity: 0.8;
}

.accordion-icon {
  font-size: 1.25rem;
  transition: transform 0.3s;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
}

.accordion-content p {
  font-size: 0.75rem;
  color: #747575;
  padding-bottom: 0.75rem;
  line-height: 1.5;
}

/* Footer */
.footer {
  margin-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 9px;
  color: #6b7280;
}

.footer-links a {
  color: #6b7280;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
