/* ================================================
   LIQUIDITY GG — HOMEPAGE STYLES
   ================================================ */

/* ── HERO ────────────────────────────────────────── */
.hero-full { text-align: center; }

.hero-kicker {
  font-family: var(--font-head);
  font-size: 9px;
  letter-spacing: 0.55em;
  opacity: 0.38;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: block;
}

/* Override .hero h1 specificity — home title must wrap */
.hero h1.hero-title {
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-shadow: 0 0 40px rgba(124,255,107,0.42), 0 0 90px rgba(124,255,107,0.14);
  animation: glowPulse 4.5s ease-in-out infinite;
  line-height: 1.06;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.hero-rule {
  width: 56px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--green-dim), transparent);
  margin: 24px auto;
}

.hero-sub {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  letter-spacing: 0.11em;
  opacity: 0.58;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.85;
}

.hero-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 26px 0 0;
}

.badge {
  padding: 7px 16px;
  border: 1px solid rgba(124,255,107,0.18);
  border-radius: 20px;
  font-family: var(--font-head);
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.5;
  background: rgba(124,255,107,0.04);
  transition: opacity 0.25s ease, border-color 0.25s ease;
}

.badge:hover {
  opacity: 0.8;
  border-color: rgba(124,255,107,0.38);
}

.hero-btns {
  margin-top: clamp(32px, 5vh, 64px);
  align-items: center;
}

/* Both hero CTAs: identical sizing, no individual margins */
.hero-btns .cta,
.hero-btns .btn {
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  box-sizing: border-box;
  margin-top: 0 !important;
  align-self: center;
}

/* CSS arrow — position absolute so it never affects button height */
.hero-ghost {
  position: relative;
  padding-right: 54px; /* make room for the arrow */
}
.hero-ghost::after {
  content: '';
  position: absolute;
  right: 22px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0.7;
}

/* ── SHARED SECTION BASE ─────────────────────────── */
.home-section {
  position: relative;
  z-index: 1;
  padding: clamp(80px, 12vh, 140px) clamp(24px, 6vw, 80px);
  text-align: center;
}

.home-section:nth-child(even) {
  background: rgba(124, 255, 107, 0.016);
}

.section-inner {
  max-width: 920px;
  margin: 0 auto;
}

.section-kicker {
  font-family: var(--font-head);
  font-size: 8px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  opacity: 0.34;
  margin-bottom: 14px;
  display: block;
}

.section-h2 {
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  letter-spacing: 0.18em;
  text-shadow: 0 0 26px rgba(124,255,107,0.32);
  margin-bottom: 16px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.section-sub {
  font-weight: 300;
  font-size: clamp(0.88rem, 1.65vw, 1rem);
  letter-spacing: 0.08em;
  opacity: 0.55;
  max-width: 580px;
  margin: 0 auto 42px;
  line-height: 1.85;
}

/* ── AUTHORITY ───────────────────────────────────── */
.stats-row {
  margin: 44px 0;
  gap: clamp(28px, 5vw, 80px);
}

.stat .num {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 0 28px rgba(124,255,107,0.5);
  line-height: 1;
}

.stat .label {
  font-size: 9px;
  letter-spacing: 0.24em;
  opacity: 0.4;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: var(--font-head);
  line-height: 1.5;
}

.auth-body {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}

.auth-body p {
  font-size: clamp(0.88rem, 1.6vw, 0.98rem);
  line-height: 1.88;
  opacity: 0.74;
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
}

.highlight-line {
  border-left: 2px solid var(--green);
  padding: 14px 20px;
  font-style: italic;
  opacity: 0.78 !important;
  letter-spacing: 0.05em !important;
  color: var(--green);
  margin-top: 32px !important;
  background: rgba(124,255,107,0.04);
  border-radius: 0 10px 10px 0;
  line-height: 1.7;
}

/* ── OFFER SECTION ───────────────────────────────── */
.price-tag {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 0 36px rgba(124,255,107,0.5), 0 0 72px rgba(124,255,107,0.16);
  margin: 12px 0 34px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.price-note {
  font-size: 0.38em;
  opacity: 0.45;
  letter-spacing: 0.26em;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 36px 0 32px;
  text-align: left;
}

.feature-card {
  border: 1px solid rgba(124,255,107,0.14);
  border-radius: 18px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 28px 26px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  border-color: rgba(124,255,107,0.26);
  box-shadow: 0 0 40px rgba(124,255,107,0.06);
}

.feature-card-label {
  font-family: var(--font-head);
  font-size: 8px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 16px;
  margin-top: 0;
  display: block;
}

.feature-card-label.not-for {
  margin-top: 26px;
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 8px;
  padding: 0;
}

.feature-list li {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  padding: 11px 14px;
  border: 1px solid rgba(124,255,107,0.1);
  border-radius: 10px;
  background: rgba(0,0,0,0.22);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: border-color 0.22s ease, background 0.22s ease;
}

.feature-list li::before {
  content: '→';
  color: var(--green);
  opacity: 0.4;
  flex-shrink: 0;
  font-size: 11px;
  margin-top: 1px;
}

.feature-list li:hover {
  border-color: rgba(124,255,107,0.22);
  background: rgba(124,255,107,0.03);
}

.muted-list li {
  opacity: 0.48;
}

.retention-block {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(124,255,107,0.1);
}

.retention-text {
  font-size: 13px;
  letter-spacing: 0.04em;
  opacity: 0.6;
  line-height: 1.72;
  margin-top: 10px;
}

.selective-note {
  margin: 32px auto 28px;
  max-width: 540px;
  font-family: var(--font-head);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.42;
  padding: 16px 22px;
  border: 1px solid rgba(124,255,107,0.12);
  border-radius: 10px;
  background: rgba(124,255,107,0.02);
}

/* ── PDF SECTION ─────────────────────────────────── */
.pill-grid-home {
  grid-template-columns: repeat(3, 1fr);
  max-width: 820px;
  margin: 32px auto;
}

.pill-grid {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.pill {
  border: 1px solid rgba(124,255,107,0.12);
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(0,0,0,0.3);
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  transition: border-color 0.22s ease, background 0.22s ease;
  text-align: left;
}

.pill:hover {
  border-color: rgba(124,255,107,0.26);
  background: rgba(124,255,107,0.04);
}

.pdf-bridge {
  font-size: clamp(0.88rem, 1.6vw, 0.98rem);
  line-height: 1.82;
  opacity: 0.64;
  max-width: 600px;
  margin: 0 auto 32px;
  letter-spacing: 0.05em;
}

.delivery-note {
  font-size: 10px;
  opacity: 0.33;
  letter-spacing: 0.18em;
  margin-top: 16px;
  text-transform: uppercase;
  font-family: var(--font-head);
}

/* ── FREE EXTRACT ────────────────────────────────── */
.free-section {
  border-top: 1px solid rgba(124,255,107,0.12);
  border-bottom: 1px solid rgba(124,255,107,0.12);
}

.free-list {
  max-width: 600px;
  margin: 36px auto;
  display: grid;
  gap: 10px;
  text-align: left;
}

.free-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(124,255,107,0.11);
  border-radius: 12px;
  background: rgba(0,0,0,0.3);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  line-height: 1.58;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.free-item:hover {
  border-color: rgba(124,255,107,0.24);
  background: rgba(124,255,107,0.04);
  transform: translateX(5px);
}

.free-arrow {
  color: var(--green);
  opacity: 0.55;
  flex-shrink: 0;
  font-size: 13px;
  margin-top: 1px;
}

.free-cta-note {
  font-family: var(--font-head);
  font-size: 8px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.38;
  margin-bottom: 24px;
}

.email-form {
  max-width: 540px;
  margin: 0 auto;
}

.email-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.email-row input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 15px 18px;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(124,255,107,0.16);
  border-radius: 8px;
  color: var(--green);
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 0.06em;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-appearance: none;
}

.email-row input[type="email"]::placeholder {
  color: rgba(124, 255, 107, 0.32);
}

.email-row input[type="email"]:focus {
  border-color: var(--green-dim);
  box-shadow: 0 0 0 3px rgba(124,255,107,0.07);
}

.email-cta {
  white-space: nowrap;
  padding: 15px 22px;
  font-size: 9px;
  letter-spacing: 0.2em;
  flex-shrink: 0;
}

.email-disclaimer {
  font-size: 10px;
  opacity: 0.28;
  letter-spacing: 0.12em;
  text-align: center;
}

/* ── APPLICATION ─────────────────────────────────── */
.apply-section {
  background: rgba(0,0,0,0.22);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.apply-form {
  max-width: 700px;
  margin: 0 auto 24px;
  display: grid;
  gap: 12px;
  text-align: left;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  padding: 15px 18px;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(124,255,107,0.16);
  border-radius: 10px;
  color: var(--green);
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 0.06em;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-appearance: none;
}

.apply-form select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(124,255,107,0.5)' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 46px;
}

.apply-form select option {
  background: #050505;
  color: var(--green);
}

.apply-form textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.65;
}

.apply-form input::placeholder,
.apply-form textarea::placeholder {
  color: rgba(124, 255, 107, 0.32);
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  border-color: var(--green-dim);
  box-shadow: 0 0 0 3px rgba(124,255,107,0.07), 0 0 24px rgba(124,255,107,0.07);
}

.apply-submit {
  width: 100%;
  margin-top: 6px;
  font-family: var(--font-head);
  cursor: pointer;
  border: 1px solid rgba(124,255,107,0.38);
  background: rgba(124,255,107,0.06);
  font-size: 11px;
  letter-spacing: 0.26em;
  min-height: 52px;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.apply-submit:hover {
  background: rgba(124,255,107,0.1);
  border-color: var(--green-dim);
  box-shadow: 0 0 30px rgba(124,255,107,0.14);
}

.apply-disclaimer {
  font-size: 10px;
  opacity: 0.28;
  letter-spacing: 0.1em;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.72;
  text-align: center;
}

/* ── FOOTER ──────────────────────────────────────── */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 64px clamp(24px, 6vw, 80px) 48px;
  border-top: 1px solid rgba(124,255,107,0.12);
  text-align: center;
}

.footer-inner {
  max-width: 680px;
  margin: 0 auto;
}

.footer-brand {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.45em;
  text-shadow: 0 0 22px rgba(124,255,107,0.38);
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 9px;
  letter-spacing: 0.28em;
  opacity: 0.3;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: var(--font-head);
}

.footer-nav {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.footer-nav a {
  font-family: var(--font-head);
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--green);
  opacity: 0.4;
  transition: opacity 0.22s ease;
  padding: 4px 0;
}

.footer-nav a:hover {
  opacity: 0.82;
}

.footer-legal {
  font-size: 10px;
  opacity: 0.18;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — Mobile-first fixes
   ═══════════════════════════════════════════════════ */

/* ── 768px and below ─────────────────────────────── */
@media (max-width: 768px) {

  /* Hero */
  .hero h1.hero-title {
    font-size: clamp(2rem, 9.5vw, 3.4rem) !important;
    letter-spacing: 0.05em !important;
    line-height: 1.08;
  }
  .hero-sub {
    font-size: clamp(0.92rem, 4vw, 1rem);
    letter-spacing: 0.06em;
  }
  .hero-sub br { display: none; }
  .hero-badges { display: none; }
  .hero-btns {
    flex-direction: column;
    align-items: stretch;
    width: min(320px, 88vw);
    margin-left: auto;
    margin-right: auto;
  }
  .hero-btns .cta,
  .hero-btns .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    white-space: normal;
  }
  .hero-kicker { letter-spacing: 0.26em; }

  /* Sections */
  .home-section { padding: 64px 5vw; }
  .section-h2 {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
    letter-spacing: 0.08em;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .section-kicker { letter-spacing: 0.26em; }
  .section-sub {
    font-size: clamp(0.9rem, 4vw, 1rem);
    letter-spacing: 0.05em;
    margin-bottom: 28px;
  }

  /* Price */
  .price-tag {
    font-size: clamp(2rem, 9vw, 2.8rem);
    letter-spacing: 0.07em;
    word-break: break-word;
  }
  .price-note {
    display: block;
    margin: 4px 0 0;
    font-size: 0.38em;
  }

  /* Stats */
  .stats-row { gap: 20px; }
  .stat .num { font-size: clamp(1.5rem, 7vw, 2.4rem); }
  .stat .label { letter-spacing: 0.16em; }

  /* Authority */
  .auth-body { text-align: center; }
  .highlight-line { text-align: left; }
  .auth-body p { font-size: 14px; }

  /* Offer grid */
  .two-col { grid-template-columns: 1fr; gap: 14px; }
  .feature-card { padding: 20px 18px; }
  .feature-card-label { letter-spacing: 0.2em; }
  .selective-note { letter-spacing: 0.12em; font-size: 9px; padding: 14px 16px; }

  /* PDF section */
  .pill-grid-home { grid-template-columns: 1fr 1fr; }
  .pdf-bridge { font-size: 14px; letter-spacing: 0.04em; }
  .delivery-note { letter-spacing: 0.1em; }

  /* Free extract */
  .free-item { font-size: 13px; padding: 13px 15px; }
  .free-item:hover { transform: none; } /* skip on touch */

  /* Email form */
  .email-row { flex-direction: column; }
  .email-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 9px;
    white-space: normal;
  }

  /* CRITICAL: prevent iOS/Android zoom on input focus */
  .email-row input[type="email"],
  .apply-form input,
  .apply-form select,
  .apply-form textarea {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
  }

  /* Application form */
  .form-row { grid-template-columns: 1fr; }
  .apply-form select { background-size: 12px 8px; }

  /* Footer */
  .footer-brand { letter-spacing: 0.22em; font-size: 1rem; }
  .footer-tagline { letter-spacing: 0.14em; }
  .footer-nav { gap: 14px; flex-wrap: wrap; }
  .footer-nav a { font-size: 10px; letter-spacing: 0.14em; }
  .site-footer { padding: 44px 5vw 36px; }

  /* Touch targets — Apple HIG 44px min */
  .cta, .btn, .email-cta, .apply-submit {
    min-height: 50px;
  }
  .footer-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  /* iOS safe area */
  .site-footer {
    padding-bottom: max(36px, env(safe-area-inset-bottom, 20px));
  }
  .hero {
    padding-bottom: max(20px, calc(env(safe-area-inset-bottom, 0px) + 20px));
  }

  /* Prevent double-tap zoom */
  .cta, .btn, button, summary { touch-action: manipulation; }

  /* Remove tap flash */
  * { -webkit-tap-highlight-color: transparent; }

  /* GPU layer hint for scroll performance */
  .home-section, .site-footer { transform: translateZ(0); }

  /* Prevent iOS rubber-band exposing canvas */
  html { overscroll-behavior-y: none; }
}

/* ── 480px ───────────────────────────────────────── */
@media (max-width: 480px) {

  .hero h1.hero-title {
    font-size: clamp(1.85rem, 9.5vw, 2.6rem) !important;
    letter-spacing: 0.04em !important;
  }
  .section-h2 {
    font-size: clamp(1.3rem, 7.5vw, 1.9rem);
    letter-spacing: 0.06em;
  }
  .price-tag { font-size: clamp(1.85rem, 9.5vw, 2.4rem); }
  .pill-grid-home { grid-template-columns: 1fr; }
  .home-section { padding: 56px 5vw; }
  .feature-card { padding: 18px 16px; }
  .section-sub { font-size: 14px; }
  .footer-nav { gap: 10px; }
  .footer-brand { font-size: 0.95rem; letter-spacing: 0.18em; }
}

/* ── 360px ───────────────────────────────────────── */
@media (max-width: 360px) {
  .hero h1.hero-title {
    font-size: clamp(1.65rem, 9vw, 2rem) !important;
    letter-spacing: 0.02em !important;
  }
  .section-h2 { letter-spacing: 0.04em; }
  .home-section { padding: 52px 4vw; }
  .price-tag { font-size: clamp(1.65rem, 9.5vw, 2rem); }
  .feature-card { padding: 16px 14px; }
}
