/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  background-color: #ffffff;
  color: #111827;
}

/* Container */
.container {
  background-color: #ffffff;
  color: #111827;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wrapper {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 5vh 3vw 0.5vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Logo Section */
.logo-section {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0.15rem, 0.6vh, 0.4rem);
}

.aldi-logo {
  width: clamp(80px, 20vw, 120px);
  height: auto;
  object-fit: contain;
}

/* Main Headline */
.headline {
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  padding: 0 0.5rem;
  font-size: clamp(0.8125rem, 3.2vw, 0.9375rem);
  margin-bottom: clamp(0.15rem, 0.6vh, 0.4rem);
  text-wrap: balance;
  color: #00529B;
}

/* Steps Box */
.steps-box {
  border: 3px solid #00529B;
  border-radius: 1rem;
  background-color: #ffffff;
  padding: clamp(0.4rem, 1.5vw, 0.65rem);
  margin-bottom: clamp(0.15rem, 0.6vh, 0.4rem);
}

.steps-title {
  font-weight: 700;
  font-size: clamp(0.8125rem, 3.2vw, 0.9375rem);
  margin-bottom: clamp(0.15rem, 0.5vh, 0.35rem);
  color: #00529B;
}

.step-item {
  display: flex;
  gap: 0.5rem;
  margin-bottom: clamp(0.15rem, 0.5vh, 0.3rem);
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-number {
  font-weight: 700;
  flex-shrink: 0;
  font-size: clamp(0.75rem, 3vw, 0.875rem);
}

.step-text {
  line-height: 1.625;
  font-weight: 600;
  font-size: clamp(0.75rem, 3vw, 0.875rem);
}

/* CTA Button */
.cta-button {
  width: 100%;
  background-color: #00529B;
  color: #ffffff;
  border-radius: 9999px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: clamp(0.4rem, 1.2vh, 0.65rem) clamp(0.9rem, 3.5vw, 1.3rem);
  font-size: clamp(0.8125rem, 3.2vw, 0.9375rem);
  margin-bottom: clamp(0.15rem, 0.6vh, 0.4rem);
  transition: all 0.3s ease;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cta-button:hover {
  background-color: #003D73;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}

.cta-button:active {
  transform: scale(0.95);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
}

/* FAQ Section */
.faq-section {
  margin-bottom: clamp(0.15rem, 0.5vh, 0.35rem);
}

.faq-title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(0.625rem, 2.5vw, 0.75rem);
  margin-bottom: clamp(0.15rem, 0.5vh, 0.3rem);
  color: #00529B;
}

.faq-item {
  margin-bottom: clamp(0.15rem, 0.5vh, 0.3rem);
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.5625rem, 2.3vw, 0.6875rem);
  margin-bottom: clamp(0.1rem, 0.3vh, 0.2rem);
}

.faq-answer {
  line-height: 1.375;
  text-align: center;
  padding: 0 0.5rem;
  font-size: clamp(0.5625rem, 2.3vw, 0.6875rem);
}

/* Trustpilot Badge */
.trustpilot-badge {
  margin-top: clamp(0.3rem, 1vh, 0.6rem);
  margin-bottom: clamp(0.15rem, 0.5vh, 0.3rem);
}

.trustpilot-stars {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: clamp(0.125rem, 0.4vh, 0.25rem);
}

.star-icon {
  width: clamp(1.25rem, 4vw, 1.5rem);
  height: clamp(1.25rem, 4vw, 1.5rem);
}

.trustpilot-rating {
  font-weight: 700;
  text-align: center;
  color: #1f2937;
  letter-spacing: 0.025em;
  font-size: clamp(0.5625rem, 2.2vw, 0.6875rem);
  margin-bottom: clamp(0.125rem, 0.4vh, 0.25rem);
}

.trustpilot-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.trustpilot-icon {
  width: clamp(0.625rem, 2.5vw, 0.75rem);
  height: clamp(0.625rem, 2.5vw, 0.75rem);
}

.trustpilot-text {
  font-weight: 700;
  color: #1f2937;
  font-size: clamp(0.625rem, 2.5vw, 0.75rem);
}

/* Footer */
.footer {
  text-align: center;
  color: #6b7280;
}

.footer-text {
  font-size: clamp(0.5625rem, 2.2vw, 0.6875rem);
}

/* Responsive adjustments for different screen sizes */
@media screen and (max-width: 375px) {
  .wrapper {
    padding: 4vh 4vw 0.5vh;
  }
}

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 420px;
  }
}
