.gb-start-map {
  background: #fff;
  border: 1px solid rgba(30, 64, 175, .14);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.gb-start-map__eyebrow {
  color: #1d4ed8;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 .55rem;
  text-transform: uppercase;
}

.gb-start-map__title {
  color: #0f172a;
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  line-height: 1.15;
  margin: 0 0 .55rem;
}

.gb-start-map__lead {
  color: #475569;
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.gb-start-map__steps {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.35rem 0;
}

.gb-start-map__step {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1rem;
}

.gb-start-map__number {
  align-items: center;
  background: #1d4ed8;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  margin-bottom: .65rem;
  width: 30px;
}

.gb-start-map__step strong {
  color: #0f172a;
  display: block;
  font-size: 1rem;
  margin-bottom: .3rem;
}

.gb-start-map__step p {
  color: #64748b;
  font-size: .9rem;
  line-height: 1.5;
  margin: 0;
}

.gb-first-day {
  align-items: center;
  background: linear-gradient(135deg, #eff6ff, #fff);
  border: 1px solid #bfdbfe;
  border-radius: 18px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  padding: 1rem 1.15rem;
}

.gb-first-day__title { color: #0f172a; font-weight: 800; margin: 0 0 .2rem; }
.gb-first-day__text { color: #475569; font-size: .9rem; line-height: 1.5; margin: 0; }

.gb-hero-proof {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1rem;
  margin-top: .85rem;
}

.gb-hero-proof span {
  color: rgba(255,255,255,.88);
  font-size: .82rem;
  font-weight: 600;
}

.gb-hero-proof i { color: #93c5fd; margin-right: .3rem; }

.gb-start-sticky { display: none; }

.gb-product-start {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 16px;
  margin-top: 1rem;
  padding: .85rem 1rem;
}

.gb-product-start__title { color: #fff; font-weight: 800; margin: 0 0 .35rem; }
.gb-product-start__text { color: rgba(255,255,255,.86); font-size: .9rem; line-height: 1.5; margin: 0; }

@media (max-width: 767px) {
  .gb-start-map__steps { grid-template-columns: 1fr; }
  .gb-first-day { grid-template-columns: 1fr; }
  .gb-first-day .btn { width: 100%; }
  .gb-start-sticky {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(30,64,175,.18);
    border-radius: 16px;
    bottom: 12px;
    box-shadow: 0 12px 32px rgba(15,23,42,.2);
    display: block;
    left: 12px;
    padding: 8px;
    position: fixed;
    right: 12px;
    z-index: 1045;
  }
  .gb-start-sticky .btn { font-size: .94rem; justify-content: center; width: 100%; }
  .gb-cookie-visible .gb-start-sticky { display: none; }
  .gb-help-fab { bottom: 82px; }
  .gb-cookie-visible .gb-help-fab { bottom: 154px; }
}
