
.eyebrow {
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fdba74;
  margin-bottom: 1.4vh;
}
.welcome-head h1 { max-width: 20ch; }
.welcome-head h1 em { font-style: normal; color: #93c5fd; }

.welcome-pic img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 1.2vw;
  box-shadow: 0 2.4vh 5vh rgba(3, 7, 15, 0.55), 0 0 0 1px rgba(251, 146, 60, 0.35);
}
.welcome-pic figcaption {
  margin-top: 1.2vh;
  font-size: 14px;
  color: #cbd5e1;
}

.lead { font-size: 18px; color: #e2e8f0; }

.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 1.618rem;
  margin: 2.4vh 0;
}
.price del { color: #f87171; font-size: 20px; }
.price ins {
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1;
  color: #fb923c;
}
.price small {
  font-size: 14px;
  font-weight: 700;
  color: #0b1220;
  background: #fdba74;
  padding: 0.3vh 0.618rem;
  border-radius: 999px;
}

.badges {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2vh 1.618rem;
}
.badges li {
  margin: 0;
  padding-left: 1.618rem;
  position: relative;
  font-weight: 600;
}
.badges li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #fb923c;
  transform: rotate(45deg);
}


.order-box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 3vw;
  padding: 1.618rem;
  background: #111a2e;
  border-radius: 18px;
  box-shadow: 8px 8px 18px #050a14, -8px -8px 18px #1a253b;
}
.order-box h2 { font-size: clamp(22px, 1.8vw, 28px); margin-bottom: 1rem; }
.order-box form { min-width: 0; }

.field { margin-bottom: 1.618rem; }
.field label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.618rem;
}
.field input {
  width: 100%;
  min-height: 50px;
  padding: 1.2vh 1rem;
  background: #0b1220;
  border: 1px solid #475569;
  border-radius: 12px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.field input:focus { outline: none; border-color: #60a5fa; box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.3); }
.phone-row { display: flex; }
.phone-row span {
  display: grid;
  place-items: center;
  padding: 0 1rem;
  background: #1a253b;
  border: 1px solid #475569;
  border-right: none;
  border-radius: 12px 0 0 12px;
  font-weight: 700;
}
.phone-row input { border-radius: 0 12px 12px 0; min-width: 0; }

.consent {
  display: flex;
  gap: 0.618rem;
  align-items: flex-start;
  font-size: 15px;
  margin-bottom: 1.618rem;
}
.consent input { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 3px; accent-color: #fb923c; }

.form-note { font-size: 15px; color: #cbd5e1; margin-top: 1rem; }
.form-error {
  font-weight: 700;
  color: #fecaca;
  background: rgba(248, 113, 113, 0.14);
  border-left: 4px solid #f87171;
  padding: 1vh 1rem;
  border-radius: 8px;
  margin-bottom: 1.618rem;
}

.order-steps { list-style: none; padding: 0; counter-reset: step; }
.order-steps li {
  counter-increment: step;
  position: relative;
  padding-left: 2.618rem;
  margin-bottom: 1.618rem;
}
.order-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1d4ed8;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}


.btn-primary {
  background: none;
  border: none;
  color: #fdba74;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  padding: 0.5rem 0.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.618rem;
  min-height: 48px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  transition: color 0.25s ease, gap 0.25s ease, transform 0.15s ease;
}
.btn-primary::after { content: "\2192"; text-decoration: none; }
.btn-primary:hover { color: #fed7aa; gap: 1rem; }
.btn-primary:active { transform: translateY(1px); }


.fab {
  position: fixed;
  right: 4vw;
  bottom: 3vh;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 0.618rem;
  min-height: 52px;
  padding: 0 1.618rem;
  border-radius: 999px;
  background: #fb923c;
  color: #0b1220;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1.2vh 3vh rgba(3, 7, 15, 0.55);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.25s ease;
}
.fab:hover { color: #0b1220; background: #fdba74; }


.glance-title { font-size: 20px; margin-bottom: 1rem; }
.glance dt { font-size: 14px; color: #cbd5e1; }
.glance dd { font-weight: 700; margin-bottom: 1rem; color: #f8fafc; }
.glance-links { list-style: none; padding: 0; margin-top: 1.618rem; border-top: 1px solid rgba(148, 163, 184, 0.2); padding-top: 1rem; }

@media (max-width: 1024px) {
  .order-box { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 768px) {
  .badges { grid-template-columns: minmax(0, 1fr); }
  .eyebrow { font-size: 12px; letter-spacing: 0.06em; }
  .welcome-pic img { border-radius: 14px; }
  .order-box { padding: 1.618rem 1rem; }
  .fab { right: 4vw; left: 4vw; justify-content: center; }
}
