@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  min-height: 100%;
}

a {
  text-decoration: none;
}
@font-face {
    font-family: "Vividly-Regular";
    src: url("./Vividly-Regular.otf") format("woff2"),
         url("./Vividly-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Single Day-Regular";
  src: local("Single Day-Regular");
}

@font-face {
  font-family: "Vividly-Regular";
  src: local("Vividly-Regular");
}

.screen {
  background-color: #fff5fa;
  overflow-x: hidden;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px;
}

/* ===== HEADER ===== */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 10;
}

.logo {
  font-family: "Single Day";
  font-size: 22px;
  color: #5b1133;
}

.back-btn {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 12px;
  color: #5b1133;
  border: 1.5px solid #ffd5ea;
  padding: 8px 16px;
  border-radius: 50px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.back-btn:hover {
  background: #ffe3f1;
}

/* ===== DECORATIVE ELLIPSES ===== */
.ellipse-main {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  z-index: 0;
}

.ellipse-2 {
  position: absolute;
  top: 300px;
  left: -80px;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
  z-index: 0;
}

.ellipse-3 {
  position: absolute;
  top: 800px;
  right: -80px;
  width: 250px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  z-index: 0;
}

/* ===== HERO ===== */
.hero-section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px 15px 40px;
}

.hero-badge {
  display: inline-block;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 12px;
  color: #5b1133;
  background: #ffffff;
  padding: 6px 18px;
  border-radius: 50px;
  border: 1.5px solid #ffd5ea;
  margin-bottom: 15px;
}

.hero-title {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 32px;
  color: #5b1133;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hero-sub {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.5;
  max-width: 320px;
  margin: 0 auto 20px;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  max-width: 600px;
  margin: 0 auto;
}

.section-number {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 28px;
  color: #5b1133;
  margin-bottom: 5px;
}

.section-title {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 26px;
  color: #5b1133;
  margin-bottom: 20px;
}

/* ===== FAQ LIST ===== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px solid #ffd5ea;
  padding: 20px;
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 213, 234, 0.25);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.faq-icon {
  font-size: 24px;
}

.faq-question h3 {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 18px;
  color: #5b1133;
}

.faq-answer p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  line-height: 1.6;
  margin-bottom: 10px;
}

.faq-tip {
  background: #fff5fa;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #ffd5ea;
  font-size: 13px !important;
}

/* ===== CTA ===== */
.cta-section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 15px;
}

.cta-title {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 26px;
  color: #5b1133;
  margin-bottom: 15px;
  line-height: 1.3;
}

.cta-btn {
  display: inline-block;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  background: #ffffff;
  padding: 12px 30px;
  border-radius: 50px;
  border: 1.5px solid #ffd5ea;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #ffe3f1;
  transform: scale(1.05);
}

/* ===== FOOTER ===== */
.footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 30px 15px;
}

.footer p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 12px;
  color: #5b1133;
  line-height: 1.6;
}

/* ===== ANIMATIONS ===== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.delay-1 { transition-delay: 0.1s; }
.animate-on-scroll.delay-2 { transition-delay: 0.2s; }
.animate-on-scroll.delay-3 { transition-delay: 0.3s; }
.animate-on-scroll.delay-4 { transition-delay: 0.4s; }
.animate-on-scroll.delay-5 { transition-delay: 0.5s; }

.animate-on-scroll.scale-up {
  transform: scale(0.92);
}
.animate-on-scroll.scale-up.visible {
  transform: scale(1);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.load-fade-down {
  animation: fadeInDown 0.7s ease forwards;
}

.load-fade-up {
  animation: fadeInUp 0.7s ease forwards;
}

.load-fade-scale {
  animation: fadeInScale 0.7s ease forwards;
}

.load-delay-1 { animation-delay: 0.1s; opacity: 0; }
.load-delay-2 { animation-delay: 0.2s; opacity: 0; }
.load-delay-3 { animation-delay: 0.3s; opacity: 0; }
.load-delay-4 { animation-delay: 0.4s; opacity: 0; }
.load-delay-5 { animation-delay: 0.5s; opacity: 0; }

@media (max-width: 380px) {
  .hero-title { font-size: 26px; }
  .faq-question h3 { font-size: 16px; }
}