@import url('/pilot-preview.css');

:root {
  --pilot1-blue: #255df4;
  --pilot1-blue-dark: #1b4dd1;
  --pilot1-text-strong: #10284f;
  --pilot1-muted: #61799e;
}

body {
  background: #ffffff;
}

.site-header {
  padding-top: 24px;
}

.header-cta {
  color: var(--pilot1-blue);
  border-color: rgba(37, 93, 244, 0.18);
  box-shadow: none;
}

.hero-section {
  padding-top: 30px;
  padding-bottom: 52px;
}

.hero-grid {
  gap: 54px;
}

.hero-copy {
  max-width: 520px;
}

h1 {
  max-width: 720px;
  letter-spacing: -0.05em;
  line-height: 0.98;
  font-size: clamp(34px, 4.6vw, 52px);
}

.hero-description {
  color: var(--pilot1-muted);
}

.hero-description-stack {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.hero-block {
  display: grid;
  gap: 8px;
}

.hero-block-label {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--pilot1-text-strong);
}

.hero-description-compact {
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
}

.hero-description-cta {
  color: #3a5d8d;
}

.hero-benefits {
  gap: 12px;
  margin: 0;
}

.hero-benefits li {
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn-primary {
  margin-top: 0;
  background: linear-gradient(180deg, var(--pilot1-blue) 0%, var(--pilot1-blue-dark) 100%);
  box-shadow: 0 14px 28px rgba(37, 93, 244, 0.18);
}

.btn-secondary {
  color: var(--text);
  background: #fff;
  border: 1px solid rgba(16, 40, 79, 0.10);
  box-shadow: none;
}

.hero-note {
  max-width: 500px;
  color: #8395b0;
}

.footer-center:empty {
  display: none;
}

.footer-inner {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.hero-product-card,
.mini-card,
.focus-visual-tile,
.form-shell {
  box-shadow: 0 14px 36px rgba(18, 45, 93, 0.04);
}

.product-shell,
.hero-product-card,
.hint-card,
.mini-card,
.form-shell {
  border-color: rgba(16, 40, 79, 0.08);
}

.hint-card-green .hint-icon {
  font-size: 12px;
}

.section {
  padding-top: 42px;
}

.section-title {
  color: var(--pilot1-text-strong);
}

.focus-card {
  align-items: start;
}

.focus-description {
  max-width: 760px;
}

.focus-benefits {
  gap: 18px;
}

.focus-benefit-copy strong {
  font-size: 16px;
  color: var(--pilot1-text-strong);
}

.focus-benefit-copy small {
  font-size: 13px;
  line-height: 1.52;
}

.form-shell-premium {
  position: relative;
  padding: 36px 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(37, 93, 244, 0.05), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%);
  border: 1px solid rgba(16, 40, 79, 0.08);
  box-shadow: 0 22px 52px rgba(18, 45, 93, 0.06);
}

.form-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 93, 244, 0.07);
  border: 1px solid rgba(37, 93, 244, 0.10);
  color: var(--pilot1-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.form-copy .section-title {
  margin-top: 14px;
  font-size: clamp(30px, 3vw, 36px);
}

.form-access-note {
  margin-top: 18px;
  color: #556f95;
  font-size: 14px;
  line-height: 1.55;
}

.form-note-stack {
  display: grid;
  gap: 6px;
}

.form-note {
  color: #697fa0;
}

.form-legal-note {
  color: #8a9bb4;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .form-shell-premium {
    padding: 24px 18px;
  }

  .btn-secondary,
  .btn-primary,
  .header-cta,
  .form-submit-btn {
    width: 100%;
  }

  .form-bottom-row {
    align-items: flex-start;
  }
}
