/* LifeLoveMe Home Ask test — mobile-first; Ask primary */

.lhat-page {
  --lhat-accent: #3d5a80;
  --lhat-ask-accent: #3d5a80;
  max-width: 36rem;
  margin: 0 auto;
  padding: 1rem 1rem 2.5rem;
  padding-bottom: calc(2.5rem + env(safe-area-inset-bottom, 0));
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  min-height: 100dvh;
}

.lhat-hero {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: env(safe-area-inset-top, 0);
}

.lhat-badge {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 0.5rem;
}

.lhat-title {
  margin: 0;
  font-size: clamp(1.85rem, 6vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--lhat-accent);
}

.lhat-subtitle {
  margin: 0.65rem auto 0;
  max-width: 22rem;
  font-size: 1.05rem;
  color: #444;
}

.lhat-main {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

/* Primary Ask — full width, visually dominant */
.lhat-ask-primary {
  width: 100%;
  order: 1;
}

.lhat-ask-lead {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: #333;
  text-align: center;
  line-height: 1.45;
}

.lhat-ask-mount {
  width: 100%;
}

.lhat-ask-mount .llm-ask-widget {
  --llm-ask-accent: var(--lhat-ask-accent);
}

.lhat-ask-mount .llm-ask-widget__form {
  padding: 1.15rem 1.15rem 1.2rem;
}

.lhat-ask-mount .llm-ask-widget__label {
  font-size: 1.15rem;
}

.lhat-ask-mount .llm-ask-widget__input {
  font-size: 1.05rem;
  min-height: 3rem;
}

.lhat-ask-mount .llm-ask-widget__btn {
  min-height: 3rem;
  font-size: 1.05rem;
  width: 100%;
}

@media (min-width: 480px) {
  .lhat-ask-mount .llm-ask-widget__btn {
    width: auto;
    min-width: 6rem;
  }
}

/* Developer shortcuts — secondary, below fold */
.lhat-shortcuts {
  order: 2;
  padding-top: 0.5rem;
  border-top: 1px solid #e0e0e0;
}

.lhat-shortcuts__title {
  margin: 0 0 0.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #777;
}

.lhat-shortcuts__hint {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  color: #888;
}

.lhat-links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.lhat-link {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.55rem 0.85rem;
  min-height: 2.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #555;
  text-decoration: none;
  background: #f8f8f8;
}

.lhat-link--secondary {
  font-size: 0.88rem;
}

.lhat-link:hover,
.lhat-link:focus-visible {
  border-color: #aaa;
  background: #f0f0f0;
  color: #333;
}

.lhat-note {
  order: 3;
  margin: 0;
  font-size: 0.78rem;
  color: #888;
  text-align: center;
  line-height: 1.45;
}

@media (min-width: 480px) {
  .lhat-page {
    padding: 1.5rem 1.5rem 3rem;
  }
}
