* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #111;
  background: #fff;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* HERO SECTION */
.yellow-section {
  background: #22DE56;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 36px;
}

/* NAV */
.nav {
  width: 100%;
  padding: 12px 0;
}

.nav-inner {
  max-width: 960px;      /* match your .container width */
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav-links,
.nav-right {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 24px;
  font-size: 16px;
  flex-shrink: 0;
}

.nav-right {
  margin-left: auto;
  flex-shrink: 0;
}

.nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 100;
  white-space: nowrap;  /* prevents wrapping under */
}

/* Brand (logo + text) should always stay on one line */
.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}

/* Right-side nav link (smaller + quieter) */
.nav-right .nav-quick {
  color: #ffffff;
  font-size: 13px;
  opacity: 0.9;
  font-weight: 100;
}

/* Hover state */
.nav-right .nav-quick:hover {
  color: #ffffff; /* no color shift */
  opacity: 0.6;
}

/* LAYOUT */
/* .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 24px;
} */

.hero {
  text-align: center;
  /* margin-bottom: 28px; */
  margin-bottom: 14px;
}

.hero h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin: 0 auto;
}

/* FLOW */
.flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.box {
  padding: 12px 20px 20px;
  width: 185px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.box dotlottie-wc {
  display: block;
  margin: 0 auto 6px;
}

.box h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 6px;
}

.box span {
  font-size: 12px;
  /* font-weight: 300; */
  color: rgba(255, 255, 255, 0.800);
  margin-bottom: 0;
}

/* ARROWS */
.arrow-image {
  width: 42px;
  align-self: center;
}

/* PRICING */
.pricing {
  max-width: 640px;
  margin: 0 auto 6px;
  padding: 0 24px;
  padding-top: 10px;
}

.pricing-heading {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}

.pricing-card {
  padding: 8px 12px;
}

.pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 6px;
}

.pricing-row + .pricing-row {
  border-top: 1px solid #eee;
}

.pricing-left {
  flex: 1;
}

.pricing-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.pricing-soon {
  font-size: 10px;
  font-weight: 300;
  color: #666;
}

.pricing-desc {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.pricing-right {
  min-width: 60px;
  text-align: right;
}

.pricing-price {
  font-size: 15px;
  font-weight: 500;
}

.pricing-price span {
  font-size: 12px;
  font-weight: 300;
  color: #666;
}

/* CTA STACK — THIS IS THE KEY FIX */
.pricing-cta {
  display: flex; 
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
}

.pricing-cta dotlottie-wc {
  margin-bottom: -38px;
}

.pricing-note {
  font-size: 10px;
  color: #666;
  text-align: center;
   margin: 0;
}

/* BUTTONS */
.primary-cta,
.pay-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  color: #111;
  transition: transform 120ms ease, background 120ms ease;
}

.primary-cta:hover,
.pay-cta:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
}

.primary-cta:active,
.pay-cta:active {
  transform: translateY(0);
}

/* Ensure CTA sits nicely under the lottie */
.pricing-cta .primary-cta {
  margin-top: 6px;
}

/* GIFT */

.gift-link,
.gift-link:visited,
.gift-link:hover,
.gift-link:active,
.gift-link:focus {
  color: #666;              /* keep it consistent */
  text-decoration: none;    /* remove default underline */
  outline: none;
}

.gift-link:hover {
  opacity: 0.6;
  /* text-decoration: underline; optional: only underline on hover */
}
.gift-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.gift-note dotlottie-wc {
  margin-bottom: -10px;
}

.gift-note {
  font-size: 11px;
  /* font-weight: 450; */
  color: #666;
  text-align: center;
   margin: 0;
}

/* SETUP */
.setup {
  padding: 22px 24px 10px;
}

.setup-inner {
  max-width: 640px;
  margin: 0 auto;
}

.setup h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  text-align: center;
}

.setup-subtitle {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 0 auto 14px;
  max-width: 520px;
}

.setup-form {
  display: grid;
  gap: 10px;
}

.field {
  display: grid;
  gap: 6px;
}

.field span {
  font-size: 12px;
  font-weight: 600;
  color: #111;
}

.field input {
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  font-size: 14px;
  outline: none;
}

.field input::placeholder {
  color: rgba(17, 17, 17, 0.45);
}

.field input:focus {
  border-color: rgba(17, 17, 17, 0.28);
}

.setup-actions {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-top: 6px;
}

.setup-help {
  font-size: 10px;
  color: #666;
  text-align: center;
  margin: 0;
  max-width: 520px;
}

/* FOOTER */
.footer {
  border-top: 1px solid #eee;
  padding: 4px 24px;
  font-size: 10px;
  line-height: 1.8; 
  color: #a8a8a8;
  text-align: center;
  margin-top: auto;
}

.footer p {
  margin: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .arrow-image {
    display: none;
  }

  .box {
    width: 100%;
    max-width: 320px;
  }

  /* Make the green hero section full-bleed on mobile (fixes side inset/misalignment) */
  .yellow-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
  }

  /* Reduce side padding so sections align better on mobile */
  .container,
  .nav-inner,
  .pricing,
  .setup,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }


  /* Keep the Lottie CTA from overflowing/clipping on mobile */
  dotlottie-wc {
    max-width: 100%;
  }

  /* Specifically size + center the pricing CTA animation */
  .pricing-cta dotlottie-wc {
    width: min(320px, 100%);
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px; /* less aggressive than desktop so it stays centered */
  }

  .lottie-pattern {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    grid-auto-rows: 72px;
    gap: 4px;
    padding: 12px;
    opacity: 0.20;
  }
}

/* LOTTIE PATTERN */
.lottie-pattern {
  position: fixed;
  inset: 0;
  display: grid;

  /* dense wallpaper grid */
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  grid-auto-rows: 92px;
  grid-auto-flow: dense;

  gap: 4px;
  padding: 16px;

  place-items: center;

  pointer-events: none;
  opacity: 0.32;
  z-index: 0;
  overflow: hidden;
}

.lottie-pattern dotlottie-wc {
  width: 100%;
  height: 100%;
}

.nav,
.setup,
.footer,
.container,
.setup-inner {
  position: relative;
  z-index: 1;
}

.brand-logo {
  height: 22px;
  width: auto;
  display: block;
}

.brand-text {
  display: inline-block;
  line-height: 1;
}