/* Landing page — section styles. Depends on tokens.css + app.css. */

/* ------------------------------------------------------------------ hero */

.lp-hero {
  position: relative;
  padding: 76px var(--adw-pad-x) 90px;
}

.lp-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.lp-hero-glow-a {
  inset: auto -180px -220px auto;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle at 30% 30%, rgba(2, 95, 120, 0.16), rgba(2, 95, 120, 0) 70%);
}

.lp-hero-glow-b {
  top: -160px;
  left: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 60% 60%, rgba(0, 192, 243, 0.18), rgba(0, 192, 243, 0) 70%);
}

.lp-hero-copy {
  position: relative;
}

.lp-hero-line {
  display: inline-block;
  white-space: nowrap;
}

.lp-eq {
  color: var(--adw-cyan);
}

.lp-hero-icons {
  display: flex;
  align-items: center;
  gap: var(--adw-s4);
  font-size: 44px;
  margin-top: 18px;
}

.lp-ico-cyan {
  color: var(--adw-cyan);
  flex: none;
}

.lp-ico-teal {
  color: var(--adw-teal);
  flex: none;
}

.lp-ico-cyan-dark {
  color: var(--adw-cyan-dark);
}

.lp-ico-light {
  color: var(--adw-cyan-light);
}

.lp-hero-sub {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.8;
  color: var(--adw-body-strong);
  max-width: 560px;
  text-wrap: pretty;
}

.lp-hero-sub strong {
  color: var(--adw-teal);
}

.lp-hero-kicker {
  margin: 0 0 30px;
  font-size: 19px;
  font-weight: 700;
  color: var(--adw-teal);
}

.lp-hero-actions {
  display: flex;
  align-items: center;
  gap: var(--adw-s4);
  flex-wrap: wrap;
  margin-bottom: var(--adw-s6);
}

.lp-hero-meta {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* -------------------------------------------------------------- countdown */

.lp-cd-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--adw-body);
  margin-bottom: 10px;
}

.lp-countdown {
  display: flex;
  gap: 10px;
}

.lp-cd-cell {
  background: var(--adw-teal);
  color: #fff;
  border-radius: 14px;
  padding: 10px 16px;
  text-align: center;
  min-width: 74px;
}

.lp-cd-cell-cyan {
  background: var(--adw-cyan);
}

.lp-cd-cell b {
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.lp-cd-cell span {
  font-size: 12px;
  opacity: 0.75;
  font-weight: 600;
}

.lp-cd-ended {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--adw-teal);
}

.lp-livecount {
  padding-right: var(--adw-s5);
  border-right: 2px solid #dceaf2;
}

.lp-livecount-n {
  font-size: 34px;
  font-weight: 900;
  color: var(--adw-teal);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.lp-livecount-t {
  font-size: 15px;
  font-weight: 600;
  color: var(--adw-body);
  max-width: 180px;
}

/* ----------------------------------------------------------- hero visual */

.lp-hero-visual {
  position: relative;
  height: 560px;
}

.lp-hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--adw-sh-deep);
}

.lp-float {
  position: absolute;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(2, 95, 120, 0.18);
  animation: adwFloat 6s ease-in-out infinite;
}

.lp-float-progress {
  bottom: -26px;
  right: -26px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.lp-float-code {
  top: -18px;
  left: -22px;
  padding: 14px 20px;
  border-radius: 20px;
  animation-duration: 7.5s;
}

.lp-float-ico {
  width: 52px;
  height: 52px;
  border-radius: var(--adw-r-md);
  background: var(--adw-cyan-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.lp-float-small {
  font-size: 13px;
  font-weight: 700;
  color: var(--adw-body);
}

.lp-float-big {
  font-size: 17px;
  font-weight: 800;
  color: var(--adw-ink);
}

.lp-float-bar {
  margin-top: var(--adw-s2);
  width: 170px;
  height: 10px;
}

.lp-float-code-v {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 4px;
  color: var(--adw-teal);
}

/* ---------------------------------------------------------- how it works */

.lp-white {
  background: var(--adw-white);
}

.lp-ghost-num {
  position: absolute;
  top: -18px;
  left: 14px;
  font-size: 110px;
  font-weight: 900;
  color: var(--adw-cyan-tint);
  line-height: 1;
}

.lp-ghost-num-neutral {
  color: var(--adw-neutral-tint);
}

.lp-step {
  position: relative;
}

.lp-step-ico {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.lp-step-ico-cyan {
  background: var(--adw-cyan);
}

.lp-step-ico-teal {
  background: var(--adw-teal);
}

.lp-step h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
}

.lp-step p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: var(--adw-body);
}

/* ---------------------------------------------------------- reward ladder */

.lp-rewards {
  background: var(--adw-grad-rewards);
}

.lp-reward {
  background: #fff;
  border-radius: var(--adw-r-xl);
  overflow: hidden;
  box-shadow: var(--adw-sh-soft);
  display: flex;
  flex-direction: column;
}

.lp-reward-first {
  border: 2px solid var(--adw-cyan);
}

.lp-reward-hero {
  background: var(--adw-grad-ps5);
  color: #fff;
  box-shadow: 0 20px 44px rgba(2, 95, 120, 0.28);
}

.lp-reward-media {
  position: relative;
  height: 190px;
}

.lp-bed-cyan {
  background: var(--adw-cyan-tint);
}

.lp-bed-neutral {
  background: var(--adw-neutral-tint);
}

.lp-bed-soft {
  background: #e9f5fa;
}

.lp-bed-deep {
  background: #024f65;
}

.lp-reward-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  pointer-events: none;
}

.lp-pulse {
  animation: adwPulse 2.6s infinite;
}

.lp-reward-body {
  padding: var(--adw-s5) var(--adw-s5) 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.lp-reward-kicker {
  display: flex;
  align-items: center;
  gap: var(--adw-s2);
  font-size: 13px;
  font-weight: 800;
}

.lp-reward-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--adw-body);
  flex: 1;
}

.lp-reward-hero .lp-reward-body p {
  color: #bbd9e2;
}

.lp-reward-cap {
  flex: none !important;
  font-size: 13px;
  font-weight: 800;
  color: var(--adw-teal) !important;
}

.lp-reward-cap-light {
  color: var(--adw-cyan-light) !important;
}

.lp-reset-note {
  margin: var(--adw-s6) 0 0;
  background: var(--adw-white);
  border-radius: var(--adw-r-md);
  padding: 20px 24px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--adw-body);
  box-shadow: var(--adw-sh-card);
}

.lp-reset-note strong {
  color: var(--adw-ink);
}

.lp-center {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* --------------------------------------------------------------- why join */

.lp-why {
  gap: 60px;
}

.lp-why-visual {
  position: relative;
  height: 480px;
}

.lp-why-photo {
  position: absolute;
  inset: 0 60px 60px 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(2, 95, 120, 0.18);
}

.lp-why-photo-sq {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 230px;
  height: 230px;
  border-radius: var(--adw-r-lg);
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 20px 44px rgba(2, 95, 120, 0.2);
}

.lp-why-h {
  margin-bottom: 34px;
}

.lp-reasons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.lp-reasons li {
  display: flex;
  gap: var(--adw-s4);
  align-items: flex-start;
}

.lp-reason-ico {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.lp-reasons h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
}

.lp-reasons p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--adw-body);
}

/* -------------------------------------------------------------------- FAQ */

.lp-faq-h {
  margin-bottom: 40px;
}

.lp-faq {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-faq-item {
  background: #fff;
  border-radius: 20px;
  padding: 22px 26px;
  box-shadow: 0 8px 24px rgba(2, 95, 120, 0.06);
}

.lp-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 800;
}

.lp-faq-item summary::-webkit-details-marker {
  display: none;
}

/* The +/− affordance is drawn from the open state, so it can never drift
   out of sync with the disclosure. */
.lp-faq-item summary i {
  flex: none;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--adw-cyan-tint);
}

.lp-faq-item summary i::before,
.lp-faq-item summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2.5px;
  background: var(--adw-teal);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.lp-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lp-faq-item[open] summary i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.lp-faq-item p {
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.85;
  color: var(--adw-body);
}

/* --------------------------------------------------------------- CTA band */

.lp-ctaband-wrap {
  padding: 40px var(--adw-pad-x) 0;
}

.lp-ctaband {
  max-width: var(--adw-maxw);
  margin: 0 auto;
  background: var(--adw-grad-cta);
  border-radius: 36px;
  padding: var(--adw-s8) 56px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.lp-ctaband-glow {
  position: absolute;
  top: -120px;
  left: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
}

.lp-ctaband-copy {
  position: relative;
}

.lp-ctaband-copy h2 {
  font-size: 42px;
  margin-bottom: 14px;
}

.lp-ctaband-copy > p {
  margin: 0 0 28px;
  font-size: 19px;
  line-height: 1.8;
  color: #d6eef6;
  max-width: 520px;
}

.lp-ctaband-photo {
  position: relative;
  height: 250px;
  border-radius: var(--adw-r-lg);
  overflow: hidden;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}

/* ----------------------------------------------------------------- footer */

.lp-footer {
  padding: var(--adw-s8) var(--adw-pad-x) 44px;
}

.lp-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.lp-footer-links {
  display: flex;
  gap: var(--adw-s6);
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
}

.lp-copyright {
  margin: var(--adw-s6) auto 0;
  font-size: 14px;
  color: var(--adw-muted);
}

/* ------------------------------------------------------------ sticky CTA */

.lp-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 26px rgba(2, 95, 120, 0.14);
}

.lp-sticky-copy {
  flex: 1;
  min-width: 0;
}

.lp-sticky-small {
  font-size: 13px;
  font-weight: 700;
  color: var(--adw-body);
}

.lp-sticky-big {
  font-size: 15px;
  font-weight: 900;
  color: var(--adw-ink);
}

/* ------------------------------------------------------------ responsive */

@media (max-width: 1080px) {
  .lp-hero-visual {
    height: 420px;
  }
  .lp-why-visual {
    height: 400px;
  }
  .lp-ctaband {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .lp-hero {
    padding: 48px var(--adw-pad-x) 64px;
  }
  .lp-hero-actions .adw-btn {
    width: 100%;
  }
  .lp-countdown {
    gap: 6px;
  }
  .lp-cd-cell {
    min-width: 0;
    flex: 1;
    padding: 10px 6px;
  }
  .lp-livecount {
    padding-right: 0;
    border-right: 0;
  }
  .lp-float-progress {
    right: 0;
    bottom: -18px;
  }
  .lp-float-code {
    left: 0;
  }
  .lp-ctaband {
    padding: 40px 26px;
  }
  .lp-ctaband-copy h2 {
    font-size: 30px;
  }
  /* Only shown on mobile — FR-LP-02. */
  .lp-sticky:not([hidden]) {
    display: flex;
  }
  .lp-footer-links {
    gap: var(--adw-s4) var(--adw-s5);
  }
}
