*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.landing-page {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 36px;
  padding-bottom: 84px;
  background: #fff;
}

.landing-trust {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  height: 36px;
  overflow: hidden;
  background: #1e3799;
  color: #fff;
}

.landing-trust-track {
  display: flex;
  align-items: center;
  gap: 36px;
  width: max-content;
  height: 100%;
  padding: 0 18px;
  animation: landing-trust-move 22s linear infinite;
}

.landing-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-trust-item svg {
  flex-shrink: 0;
}

@keyframes landing-trust-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.landing-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #dbe3ea;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}

.landing-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 13px;
}

.landing-sticky-price span {
  display: block;
  margin-bottom: 2px;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-sticky-price strong {
  display: block;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.landing-sticky-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1e3799;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.landing-sticky-btn:hover {
  background: #16308a;
}

.landing-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}

.landing-images {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.landing-images a,
.landing-images img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  text-decoration: none;
}

.landing-images img {
  object-fit: fill;
}

.landing-form,
#teslimat {
  scroll-margin-top: 48px;
}

.landing-form {
  width: 100%;
  padding: 16px 0 28px;
  background: #fff;
}

.landing-step {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 13px 14px;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.landing-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1e3799;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.landing-step + .landing-options,
.landing-step + .landing-attrs,
.landing-step + .landing-field {
  margin-top: 0;
}

.landing-options + .landing-step,
.landing-attrs + .landing-step,
.landing-field + .landing-step {
  margin-top: 22px;
}

.landing-field {
  margin: 0 13px 10px;
}

.landing-field input,
.landing-field select,
.landing-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 0 18px;
  border: 2px solid #bdc3c7;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
}

.landing-field textarea {
  min-height: 86px;
  padding: 10px 18px;
  resize: vertical;
}

.landing-field input:focus,
.landing-field select:focus,
.landing-field textarea:focus {
  outline: none;
  border-color: #7f8c8d;
}

.landing-options {
  display: grid;
  width: 100%;
  gap: 14px;
  margin: 0 0 18px;
  padding: 0 13px;
}

.landing-option {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #95bacf;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.landing-option:hover {
  border-color: #6f98b3;
}

.landing-option.is-active {
  border-color: #1e3799;
  border-width: 3px;
  box-shadow: 0 0 0 3px rgba(30, 55, 153, 0.16);
}

.landing-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.landing-option img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: fill;
}

.landing-option-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 700;
}

.landing-attrs {
  display: grid;
  gap: 10px;
  margin: 0 13px 10px;
}

.landing-submit {
  display: block;
  width: calc(100% - 26px);
  max-width: calc(100% - 26px);
  height: 55px;
  margin: 0 13px;
  border: 0;
  border-radius: 5px;
  background: #1e3799;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}

.landing-submit:hover {
  background: #16308a;
}

.landing-alert {
  margin: 0 13px 12px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #fff3cd;
  color: #664d03;
  font-size: 14px;
}

.landing-empty,
.landing-thanks {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 20px;
  text-align: center;
}

.landing-thanks h1,
.landing-empty h1 {
  margin: 0 0 10px;
  font-size: 28px;
}

.landing-thanks p,
.landing-empty p {
  margin: 0 0 18px;
  color: #555;
  font-size: 16px;
}

.landing-empty-sub {
  margin-top: 4px;
  font-size: 13px;
  color: #888;
}

.landing-thanks a,
.landing-empty a {
  color: #1e3799;
}

.landing-footer {
  margin: 8px 13px 0;
  padding: 28px 0 8px;
  border-top: 1px solid #e6edf2;
}

.landing-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.landing-footer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 118px;
  padding: 18px 14px;
  border: 1px solid #e6edf2;
  border-radius: 14px;
  background: #f7f9fb;
  color: #1f2937;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.landing-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(30, 55, 153, 0.1);
  color: #1e3799;
}

.landing-footer-copy {
  margin: 22px 0 0;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 800px) {
  .landing-submit {
    font-size: 20px;
  }

  .landing-field input,
  .landing-field select,
  .landing-field textarea {
    font-size: 16px;
  }

  .landing-sticky-price strong {
    font-size: 18px;
  }

  .landing-sticky-btn {
    min-width: 124px;
    height: 44px;
    font-size: 15px;
  }

  .landing-footer-card {
    min-height: 104px;
    padding: 16px 10px;
    font-size: 13px;
  }
}
