.lp-fba {
  background: #f8fafc;
  color: #0f172a;
}

.lp-fba__bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(8px);
}

.lp-fba__bar-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-fba__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 700;
  font-size: 1.05rem;
}

.lp-fba__logo img {
  width: 34px;
  height: 34px;
}

.lp-fba__bar-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 14px;
}

.lp-fba__bar-phone {
  color: #0369a1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
}

.lp-fba__bar-wa {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  white-space: nowrap;
}

.lp-fba__bar-wa:hover {
  background: #1ebe57;
}

.lp-fba__wa-box {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #d1fae5;
  border-radius: 10px;
  background: #f0fdf4;
}

.lp-fba__wa-qr {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 4px;
}

.lp-fba__wa-meta strong {
  display: block;
  color: #0f172a;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.lp-fba__wa-meta p {
  margin: 0 0 10px;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.5;
}

.lp-fba__wa-meta a {
  color: #047857;
  font-weight: 700;
}

.lp-fba__wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  background: #25d366;
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.86rem;
}

.lp-fba__wa-btn:hover {
  background: #1ebe57;
}

.lp-fba__hero {
  padding: 36px 0 48px;
  background:
    radial-gradient(circle at 88% 8%, rgba(14, 165, 233, 0.12), transparent 30%),
    linear-gradient(135deg, #eef8fb 0%, #ffffff 70%);
  border-bottom: 1px solid #dbe8ef;
}

.lp-fba__hero-grid {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: start;
}

.lp-fba__eyebrow {
  color: #0e7490;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin: 0 0 10px;
}

.lp-fba__hero h1 {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  line-height: 1.12;
  color: #0f172a;
}

.lp-fba__lead {
  margin: 14px 0 0;
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 560px;
}

.lp-fba__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lp-fba__trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.82rem;
  font-weight: 700;
}

.lp-fba__bullets {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lp-fba__bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #334155;
  line-height: 1.55;
  font-size: 0.98rem;
}

.lp-fba__check {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #0891b2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  margin-top: 1px;
}

.lp-fba__form-card {
  border: 1px solid #cfe5ee;
  border-radius: 12px;
  background: #fff;
  padding: 22px 22px 20px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.lp-fba__form-card h2 {
  margin: 0 0 4px;
  font-size: 1.28rem;
  color: #0f172a;
}

.lp-fba__form-lead {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.lp-fba__form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lp-fba__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lp-fba__field label {
  font-size: 0.84rem;
  font-weight: 700;
  color: #334155;
}

.lp-fba__field input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.95rem;
  color: #0f172a;
  background: #fff;
}

.lp-fba__field input:focus {
  outline: 2px solid rgba(8, 145, 178, 0.35);
  border-color: #0891b2;
}

.lp-fba__field-full {
  grid-column: 1 / -1;
}

.lp-fba__submit {
  width: 100%;
  margin-top: 4px;
  min-height: 46px;
  border: none;
  border-radius: 8px;
  background: #0891b2;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
}

.lp-fba__submit:hover {
  background: #0e7490;
}

.lp-fba__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.lp-fba__privacy {
  margin: 10px 0 0;
  font-size: 0.78rem;
  color: #94a3b8;
  text-align: center;
  line-height: 1.45;
}

.lp-fba__privacy a {
  color: #64748b;
}

.lp-fba__msg {
  display: none;
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.lp-fba__msg--ok {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #166534;
}

.lp-fba__msg--err {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #b91c1c;
}

.lp-fba__band {
  padding: 40px 0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.lp-fba__band--muted {
  background: #f8fafc;
}

.lp-fba__container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-fba__band h2 {
  margin: 0 0 14px;
  font-size: 1.55rem;
}

.lp-fba__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lp-fba__card {
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.lp-fba__card strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
}

.lp-fba__card p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-size: 0.95rem;
}

.lp-fba__sample {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 24px;
  align-items: center;
}

.lp-fba__sample-preview {
  border: 1px solid #dbe8ef;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.lp-fba__sample-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-fba__sample-caption {
  padding: 12px 14px;
  font-size: 0.86rem;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
}

.lp-fba__sample-caption a {
  color: #0891b2;
  font-weight: 700;
}

.lp-fba__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lp-fba__step {
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.lp-fba__step-num {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #0891b2;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.lp-fba__step strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 0.95rem;
}

.lp-fba__step p {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.5;
}

.lp-fba__faq details {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 8px;
  background: #fff;
}

.lp-fba__faq summary {
  font-weight: 700;
  cursor: pointer;
  color: #0f172a;
}

.lp-fba__faq p {
  margin: 8px 0 0;
  color: #475569;
  line-height: 1.6;
  font-size: 0.95rem;
}

.lp-fba__footer {
  padding: 24px 20px 32px;
  text-align: center;
  color: #94a3b8;
  font-size: 0.85rem;
}

.lp-fba__footer a {
  color: #64748b;
  text-decoration: none;
}

.lp-fba__sticky {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}

.lp-fba__sticky button {
  width: 100%;
  min-height: 44px;
  border: none;
  border-radius: 8px;
  background: #0891b2;
  color: #fff;
  font-weight: 800;
  font-size: 0.98rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .lp-fba__hero-grid,
  .lp-fba__sample,
  .lp-fba__cards,
  .lp-fba__steps,
  .lp-fba__wa-box {
    grid-template-columns: 1fr;
  }

  .lp-fba__wa-box {
    justify-items: center;
    text-align: center;
  }

  .lp-fba__form-grid {
    grid-template-columns: 1fr;
  }

  .lp-fba__bar-contacts {
    justify-content: flex-start;
  }

  .lp-fba__sticky {
    display: block;
  }

  .lp-fba__footer {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
}
