.request-drawer__backdrop {
  position: fixed;
  z-index: 650;
  inset: 0;
  background: rgba(5, 8, 12, .72);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity .22s ease;
}

.request-drawer__panel {
  position: fixed;
  z-index: 651;
  inset: 0 0 0 auto;
  width: min(560px, 100%);
  height: 100dvh;
  overflow-y: auto;
  padding: clamp(20px, 4vw, 36px);
  border-left: 1px solid #3a4451;
  background: linear-gradient(145deg, #1b2129, #10141a 68%);
  box-shadow: -24px 0 80px rgba(0, 0, 0, .46);
  color: #e9ecef;
  transform: translateX(100%);
  transition: transform .24s ease;
}

.request-drawer.is-open .request-drawer__backdrop { opacity: 1; }
.request-drawer.is-open .request-drawer__panel { transform: none; }
.has-request-open { overflow: hidden; }

.request-drawer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333c48;
}

.request-drawer__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #929ca8;
  font: 600 11px/1.2 "IBM Plex Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.request-drawer__head h2 {
  margin: 0;
  color: #f4f6f8;
  font: 600 clamp(28px, 4vw, 38px)/1.08 Onest, sans-serif;
  letter-spacing: -.025em;
}

.request-drawer__close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid #3a4451;
  border-radius: 4px;
  background: #20262e;
  color: #c4cbd3;
  font: 300 30px/1 sans-serif;
  cursor: pointer;
}

.request-drawer__close:hover,
.request-drawer__close:focus-visible { border-color: #ff4626; color: #fff; }

.request-drawer__lead {
  max-width: 46ch;
  margin: 22px 0;
  color: #aab3be;
  font: 400 15px/1.55 "IBM Plex Sans", sans-serif;
}

.request-drawer__form { display: grid; gap: 14px; }
.request-drawer__form > label { display: grid; gap: 6px; color: #b0b8c2; font-size: 13px; }
.request-drawer__form label small { color: #737e8b; font: inherit; }
.request-drawer__form input:not([type="checkbox"]),
.request-drawer__form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #36404c;
  border-radius: 4px;
  background: #171c23;
  color: #eef1f4;
  font: 500 16px/1.35 "IBM Plex Sans", sans-serif;
  resize: vertical;
}
.request-drawer__form input:focus,
.request-drawer__form textarea:focus { border-color: #ff4626; outline: 2px solid rgba(255, 70, 38, .12); }
.request-drawer__form .consent-field--quote,
.request-drawer__form .consent-policy-note,
.request-drawer__form .btn,
.request-drawer__status { grid-column: 1 / -1; }
.request-drawer__status { min-height: 20px; margin: 0; color: #ff8b77; font-size: 13px; line-height: 1.45; }
.request-drawer__status.is-ok { color: #6fda91; }

.cycle-flow__cta { margin-top: 1rem; }

.cta__ways { margin: 0; padding: 0; list-style: none; }
.cta__ways li { margin: 0; }
.cta__ways a { display: flex; align-items: center; gap: 11px; min-height: 42px; }
.cta__way-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 158, 170, .32);
  border-radius: 50%;
  color: #aab2bc;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.cta__way-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cta__ways a:hover .cta__way-icon { border-color: #ff4626; background: rgba(255, 70, 38, .08); color: #ff6b50; }

.cta-map {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(190px, .8fr);
  width: 100%;
  min-height: 150px;
  margin-top: 24px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 158, 170, .26);
  border-radius: 6px;
  background: #151a20;
  color: #e9ecef;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: zoom-in;
}
.cta-map:hover { border-color: rgba(255, 70, 38, .58); color: #fff; }
.cta-map:focus-visible { border-color: #ff4626; outline: 2px solid rgba(255, 70, 38, .28); outline-offset: 3px; }
.cta-map__graphic { position: relative; align-self: center; width: 100%; aspect-ratio: 2.15 / 1; overflow: hidden; background: #1d232b; }
.cta-map__graphic::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, rgba(21, 26, 32, .74)); pointer-events: none; }
.cta-map__graphic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(.96); transition: transform .3s ease, filter .3s ease; }
.cta-map:hover .cta-map__graphic img { transform: scale(1.018); filter: saturate(.86) contrast(1); }
.cta-map__copy { display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 18px 18px 18px 8px; position: relative; z-index: 2; }
.cta-map__copy b { font-family: Onest, sans-serif; font-size: 16px; }
.cta-map__copy span { color: #9ca6b2; font-size: 12px; line-height: 1.5; }
.cta-map__copy em { margin-top: 5px; color: #ff6b50; font-size: 12px; font-style: normal; }

.office-map-lightbox {
  width: min(1180px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #414a56;
  border-radius: 8px;
  background: #11161c;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .68);
  color: #eef1f4;
}
.office-map-lightbox::backdrop { background: rgba(5, 8, 12, .82); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.office-map-lightbox__head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 18px; border-bottom: 1px solid #343d48; }
.office-map-lightbox__head div { display: grid; gap: 3px; }
.office-map-lightbox__head b { font: 600 18px/1.25 Onest, sans-serif; }
.office-map-lightbox__head span { color: #9ca6b2; font-size: 13px; }
.office-map-lightbox__close { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid #3d4651; border-radius: 4px; background: #1d232b; color: #c8ced5; font: 300 28px/1 sans-serif; cursor: pointer; }
.office-map-lightbox__close:hover,
.office-map-lightbox__close:focus-visible { border-color: #ff4626; color: #fff; }
.office-map-lightbox__frame { display: block; width: 100%; height: min(680px, calc(100dvh - 112px)); border: 0; background: #1a2028; }

@media (max-width: 640px) {
  .request-drawer__panel { padding: 18px 14px 28px; }
  .cta-map { grid-template-columns: 1fr; }
  .cta-map__graphic::after { background: linear-gradient(180deg, transparent 78%, rgba(21, 26, 32, .7)); }
  .cta-map__copy { padding: 16px; }
  .office-map-lightbox { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); }
  .office-map-lightbox__head { padding: 12px; gap: 12px; }
  .office-map-lightbox__head span { font-size: 11px; }
  .office-map-lightbox__frame { height: min(620px, calc(100dvh - 92px)); }
}

@media (prefers-reduced-motion: reduce) {
  .request-drawer__backdrop,
  .request-drawer__panel { transition-duration: .01ms; }
}
