.landing-hero {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #ececec;
}

.landing-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 8% 20%, rgba(0, 112, 243, 0.16), transparent 45%),
    radial-gradient(circle at 88% 80%, rgba(0, 163, 108, 0.15), transparent 46%);
  pointer-events: none;
}

.landing-hero-body {
  position: relative;
  padding: 2.2rem;
}

.landing-kicker {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  font-size: 0.76rem;
  margin-bottom: 0.45rem;
}

.landing-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.15;
  max-width: 18ch;
}

.landing-subtitle {
  max-width: 60ch;
  color: #4b5563;
}

.landing-disclaimer {
  font-size: 0.88rem;
  color: #6b7280;
}

.landing-dual {
  border-radius: 16px;
}

.quick-search-card,
.profile-cta-card,
.profile-panel {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.quick-search-card,
.profile-cta-card {
  padding: 1rem;
}

.quick-search-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.profile-panel .card-body {
  padding: 1.35rem;
}

.profile-panel-note {
  max-width: 19rem;
  font-size: 0.82rem;
  color: #4b5563;
  background: #eef6ff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

.profile-panel .form-select,
.profile-panel .form-control,
.quick-search-card .form-control {
  border-radius: 10px;
}

.profile-panel .form-check {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  background: #fff;
  min-height: 100%;
}

.profile-panel .form-check-input {
  margin-top: 0.2rem;
}

.profile-panel .form-check-label {
  font-size: 0.92rem;
}

.preset-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.6rem;
}

@media (min-width: 720px) {
  .preset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.preset-chip {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.75rem 0.8rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.preset-chip:hover,
.preset-chip:focus-visible {
  transform: translateY(-1px);
  border-color: #111827;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

.preset-chip-title {
  font-size: 0.93rem;
  font-weight: 600;
  display: block;
}

.preset-chip-desc {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.2rem;
  display: block;
}

.landing-textarea {
  border-radius: 12px;
}

.how-card {
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 0.9rem;
  background: #fff;
}

.proof-pill {
  border: 1px solid #ececec;
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  background: #fff;
  font-size: 0.88rem;
  text-align: center;
}

.kpi-card {
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 0.9rem;
  background: #fff;
  height: 100%;
}

.kpi-label {
  color: #6b7280;
  font-size: 0.8rem;
}

.kpi-value {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.25rem;
}
