body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] {
  --elr-ink: #111a2d;
  --elr-copy: #5b6b82;
  --elr-muted: #718096;
  --elr-line: #ced8e3;
  --elr-paper: #ffffff;
  --elr-field: #f4f7f7;
  --elr-steel: #30434c;
  --elr-port: #2d746c;
  --elr-red: #e43a4d;
  --elr-red-soft: #fff0f3;
  margin: 0;
  background: var(--elr-paper);
  color: var(--elr-ink);
}

body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] main {
  background: var(--elr-paper);
}

.elr-hero,
.elr-evidence,
.elr-contract,
.elr-delivery,
.elr-stack,
.elr-faq,
.elr-editorial {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--elr-ink);
}

.elr-shell,
.elr-editorial {
  width: min(calc(100% - 2rem), 1180px);
  margin-inline: auto;
}

.elr-hero {
  padding-top: 5.2rem;
  background: var(--elr-paper);
}

.elr-hero__rail {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--elr-line);
  color: #607189;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.elr-hero__rail span:last-child {
  color: var(--elr-red);
  text-align: right;
}

.elr-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  min-height: 530px;
  border-bottom: 1px solid var(--elr-line);
}

.elr-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 2.3rem 3rem 2.3rem 0;
}

.elr-hero__copy > p:first-child,
.elr-evidence header > p,
.elr-contract__header > p,
.elr-delivery header > p,
.elr-stack__layout > div > p,
.elr-faq header > p {
  margin: 0;
  color: var(--elr-red);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.elr-hero__copy h1 {
  max-width: 11.7ch;
  margin: 0.8rem 0 0;
  color: var(--elr-ink);
  font-size: clamp(2.75rem, 4.2vw, 4.05rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.elr-hero__copy h1 em {
  display: block;
  color: var(--elr-red);
  font-style: normal;
}

.elr-hero__copy > p:nth-of-type(2) {
  max-width: 36rem;
  margin: 1.15rem 0 0;
  color: var(--elr-copy);
  font-size: 0.96rem;
  line-height: 1.62;
}

.elr-hero__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.elr-hero__actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.7rem 1.12rem;
  border: 1px solid var(--elr-ink);
  border-radius: 0.72rem;
  color: #fff;
  background: var(--elr-ink);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
}

.elr-hero__actions a:last-child {
  padding-inline: 0;
  border-color: transparent transparent var(--elr-line);
  border-radius: 0;
  color: var(--elr-ink);
  background: transparent;
}

.elr-hero__actions a:hover {
  color: var(--elr-red);
}

.elr-hero__visual {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 72px;
  height: 530px;
  min-width: 0;
  margin: 0;
  border-left: 1px solid var(--elr-line);
  background: var(--elr-field);
}

.elr-hero__visual picture,
.elr-hero__visual img {
  display: block;
  width: 100%;
}

.elr-hero__visual picture {
  display: flex;
  height: 100%;
  align-items: center;
}

.elr-hero__visual img {
  height: auto;
}

.elr-hero__visual figcaption {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1.5rem;
  align-items: center;
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--elr-line);
  background: var(--elr-paper);
}

.elr-hero__visual figcaption strong {
  font-size: 0.78rem;
  line-height: 1.35;
}

.elr-hero__visual figcaption span {
  color: var(--elr-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.elr-evidence {
  padding: 2rem 0;
  border-bottom: 1px solid var(--elr-line);
  background: var(--elr-paper);
}

.elr-evidence__layout {
  display: grid;
  grid-template-columns: minmax(14rem, 0.85fr) minmax(13rem, 0.78fr) minmax(17rem, 1.12fr) minmax(10rem, 0.6fr);
  align-items: stretch;
  border-block: 1px solid var(--elr-line);
}

.elr-evidence__layout > * {
  min-width: 0;
  padding: 1.15rem 1.2rem;
}

.elr-evidence__layout > * + * {
  border-left: 1px solid var(--elr-line);
}

.elr-evidence header {
  padding-left: 0;
}

.elr-evidence header h2 {
  max-width: 18ch;
  margin: 0.65rem 0 0;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.elr-evidence__signal {
  display: grid;
  align-content: center;
  gap: 0.28rem;
}

.elr-evidence__signal strong,
.elr-evidence article h3 {
  font-size: 0.82rem;
}

.elr-evidence__signal strong:not(:first-child) {
  margin-top: 0.75rem;
}

.elr-evidence__signal span,
.elr-evidence article p {
  color: var(--elr-copy);
  font-size: 0.73rem;
  line-height: 1.5;
}

.elr-evidence article {
  align-self: center;
}

.elr-evidence article h3 {
  margin: 0;
}

.elr-evidence article p {
  margin: 0.45rem 0 0.7rem;
}

.elr-evidence article > strong {
  color: var(--elr-red);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.elr-evidence nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
}

.elr-evidence nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--elr-ink);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.elr-evidence nav a + a {
  border-top: 1px solid var(--elr-line);
}

.elr-evidence nav a:hover {
  color: var(--elr-red);
}

.elr-contract {
  padding: 2.55rem 0 2.8rem;
  border-bottom: 1px solid var(--elr-line);
  background: var(--elr-field);
}

.elr-contract__header {
  display: grid;
  grid-template-columns: minmax(10rem, 0.52fr) minmax(0, 1.48fr) minmax(14rem, 0.68fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.35rem;
}

.elr-contract__header h2 {
  max-width: 25ch;
  margin: 0;
  font-size: clamp(2rem, 3.25vw, 3.15rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.elr-contract__header > span {
  color: var(--elr-copy);
  font-size: 0.8rem;
  line-height: 1.55;
}

.elr-contract__body {
  display: grid;
  grid-template-columns: minmax(14rem, 0.68fr) minmax(0, 2fr);
  overflow: hidden;
  border: 1px solid var(--elr-line);
  border-radius: 1rem;
  background: var(--elr-paper);
}

.elr-contract__body aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  overflow: hidden;
  padding: 1.5rem;
  border-right: 1px solid var(--elr-line);
  background:
    linear-gradient(90deg, transparent 49%, rgba(48, 67, 76, 0.13) 50%, transparent 51%),
    linear-gradient(rgba(48, 67, 76, 0.08) 1px, transparent 1px);
  background-size: 100% 100%, 100% 34px;
}

.elr-contract__body aside::before,
.elr-contract__body aside::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 50%;
  width: 92px;
  border: solid var(--elr-steel);
  transform: translateX(-50%);
}

.elr-contract__body aside::before {
  height: 88px;
  border-width: 9px 9px 0;
  border-radius: 18px 18px 0 0;
}

.elr-contract__body aside::after {
  top: 6.25rem;
  width: 124px;
  border-width: 0 0 8px;
  border-color: var(--elr-red);
}

.elr-contract__body aside > span {
  color: var(--elr-red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.elr-contract__body aside strong {
  max-width: 9.5ch;
  margin-top: 0.8rem;
  font-size: 2rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.elr-contract__body aside p {
  margin: 0.9rem 0 0;
  color: var(--elr-copy);
  font-size: 0.81rem;
  line-height: 1.53;
}

.elr-contract__body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elr-contract__body li {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1.28fr) minmax(11rem, 0.72fr);
  gap: 1rem;
  min-height: 87px;
  align-items: center;
  padding: 0.8rem 1.25rem;
}

.elr-contract__body li + li {
  border-top: 1px solid var(--elr-line);
}

.elr-contract__body li > span {
  color: var(--elr-red);
  font-size: 0.66rem;
  font-weight: 800;
}

.elr-contract__body li h3 {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.32;
}

.elr-contract__body li p {
  margin: 0.26rem 0 0;
  color: var(--elr-copy);
  font-size: 0.76rem;
  line-height: 1.48;
}

.elr-contract__body li > strong {
  font-size: 0.73rem;
  line-height: 1.42;
}

.elr-contract__tradeoff {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  min-height: 68px;
  align-items: center;
  padding: 0.9rem 1.3rem;
  border-top: 1px solid #efbdc5;
  color: #7d3440;
  background: var(--elr-red-soft);
}

.elr-contract__tradeoff strong {
  color: var(--elr-red);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.elr-contract__tradeoff span {
  font-size: 0.76rem;
  line-height: 1.5;
}

.elr-delivery {
  padding: 2.75rem 0;
  border-block: 1px solid var(--elr-line);
  background: var(--elr-paper);
}

.elr-delivery__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.62fr);
  gap: 3rem;
}

.elr-delivery header h2 {
  max-width: 11ch;
  margin: 0.75rem 0 0;
  font-size: clamp(2.4rem, 4vw, 3.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.elr-delivery header > span {
  display: block;
  max-width: 27rem;
  margin-top: 1rem;
  color: var(--elr-copy);
  font-size: 0.82rem;
  line-height: 1.58;
}

.elr-delivery ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--elr-ink);
  list-style: none;
}

.elr-delivery li {
  display: grid;
  grid-template-columns: 2.15rem minmax(9rem, 0.78fr) minmax(0, 1.15fr) minmax(10rem, 0.84fr);
  gap: 0.9rem;
  min-height: 87px;
  align-items: center;
  border-bottom: 1px solid var(--elr-line);
}

.elr-delivery li > span {
  color: var(--elr-red);
  font-size: 0.67rem;
  font-weight: 800;
}

.elr-delivery li small {
  color: var(--elr-muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.elr-delivery li h3 {
  margin: 0.16rem 0 0;
  font-size: 0.86rem;
  line-height: 1.3;
}

.elr-delivery li > p {
  margin: 0;
  color: var(--elr-copy);
  font-size: 0.8rem;
  line-height: 1.47;
}

.elr-delivery li > strong {
  font-size: 0.73rem;
  line-height: 1.42;
}

.elr-stack {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--elr-line);
  background: var(--elr-field);
}

.elr-stack__layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.92fr) minmax(0, 1.45fr);
  gap: 2.5rem;
  align-items: center;
}

.elr-stack__layout h2 {
  max-width: 35rem;
  margin: 0.42rem 0 0;
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.33;
  letter-spacing: -0.025em;
}

.elr-stack ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--elr-line);
  list-style: none;
}

.elr-stack li {
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  grid-template-rows: auto auto;
  min-height: 72px;
  align-content: center;
  padding: 0.4rem 0.8rem;
}

.elr-stack li + li {
  border-left: 1px solid var(--elr-line);
}

.elr-stack li > span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--elr-red);
  font-size: 0.62rem;
  font-weight: 800;
}

.elr-stack strong {
  font-size: 0.72rem;
}

.elr-stack small {
  color: var(--elr-muted);
  font-size: 0.6rem;
  line-height: 1.35;
}

.elr-faq {
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--elr-line);
  background: var(--elr-field);
}

.elr-faq__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.76fr) minmax(0, 1.44fr);
  gap: 3rem;
}

.elr-faq header h2 {
  max-width: 10ch;
  margin: 0.7rem 0 0;
  font-size: clamp(2.45rem, 4vw, 3.3rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -0.06em;
}

.elr-faq header > span {
  display: block;
  max-width: 25rem;
  margin-top: 1rem;
  color: var(--elr-copy);
  font-size: 0.8rem;
  line-height: 1.55;
}

.elr-faq header a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1.25rem;
  padding: 0.72rem 1rem;
  border-radius: 0.72rem;
  color: #fff;
  background: var(--elr-ink);
  font-size: 0.71rem;
  font-weight: 800;
  text-decoration: none;
}

.elr-faq__list {
  border-block: 1px solid var(--elr-line);
}

.elr-faq__list details + details {
  border-top: 1px solid var(--elr-line);
}

.elr-faq__list summary {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr) 2.75rem;
  gap: 0.7rem;
  min-height: 74px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.elr-faq__list summary::-webkit-details-marker {
  display: none;
}

.elr-faq__list summary > span {
  color: var(--elr-red);
  font-size: 0.65rem;
  font-weight: 800;
}

.elr-faq__list summary > strong {
  font-size: 0.8rem;
  line-height: 1.38;
}

.elr-faq__list summary > i {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid var(--elr-red);
  border-radius: 50%;
}

.elr-faq__list summary > i::before,
.elr-faq__list summary > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--elr-red);
  transform: translate(-50%, -50%);
}

.elr-faq__list summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.elr-faq__list details[open] summary > i {
  transform: rotate(45deg);
}

.elr-faq__list details > div {
  padding: 0 3.2rem 1rem;
  color: var(--elr-copy);
  font-size: 0.74rem;
  line-height: 1.58;
}

.elr-editorial {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--elr-line);
  background: var(--elr-paper);
}

.elr-editorial > div {
  display: grid;
  gap: 0.25rem;
}

.elr-editorial strong {
  font-size: 0.7rem;
}

.elr-editorial span {
  color: var(--elr-muted);
  font-size: 0.63rem;
}

.elr-editorial nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25rem 0.75rem;
}

.elr-editorial a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding-inline: 0.4rem;
  color: var(--elr-ink);
  font-size: 0.66rem;
  font-weight: 800;
  text-decoration: none;
}

.elr-editorial a:hover {
  color: var(--elr-red);
}

body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] a:focus-visible,
body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] button:focus-visible,
body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] summary:focus-visible,
body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] input:focus-visible {
  outline: 3px solid #1d4ed8;
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .elr-shell,
  .elr-editorial {
    width: min(calc(100% - 2.5rem), 1040px);
  }

  .elr-hero__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .elr-hero__copy {
    padding-right: 2rem;
  }

  .elr-hero__copy h1 {
    font-size: clamp(2.55rem, 5vw, 3.4rem);
  }

  .elr-evidence__layout {
    grid-template-columns: minmax(12rem, 0.8fr) minmax(12rem, 0.72fr) minmax(16rem, 1fr) minmax(9rem, 0.55fr);
  }

  .elr-contract__header {
    grid-template-columns: minmax(9rem, 0.48fr) minmax(0, 1.3fr) minmax(12rem, 0.65fr);
  }

  .elr-contract__body li {
    grid-template-columns: 2rem minmax(0, 1.2fr) minmax(9rem, 0.72fr);
  }

  .elr-delivery__layout,
  .elr-faq__layout {
    gap: 2rem;
  }

  .elr-delivery li {
    grid-template-columns: 2rem minmax(8rem, 0.75fr) minmax(0, 1.08fr) minmax(8.5rem, 0.76fr);
  }
}

@media (max-width: 900px) {
  .elr-hero__layout,
  .elr-evidence__layout,
  .elr-contract__header,
  .elr-contract__body,
  .elr-delivery__layout,
  .elr-stack__layout,
  .elr-faq__layout {
    grid-template-columns: 1fr;
  }

  .elr-hero__copy {
    padding-right: 0;
  }

  .elr-hero__visual {
    height: auto;
    border-top: 1px solid var(--elr-line);
    border-left: 0;
  }

  .elr-hero__visual picture {
    aspect-ratio: 960 / 560;
  }

  .elr-evidence__layout > * + * {
    border-top: 1px solid var(--elr-line);
    border-left: 0;
  }

  .elr-evidence header,
  .elr-evidence nav {
    padding-inline: 1.2rem;
  }

  .elr-contract__header {
    gap: 0.7rem;
    align-items: start;
  }

  .elr-contract__body aside {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--elr-line);
  }

  .elr-delivery header h2,
  .elr-faq header h2 {
    max-width: 15ch;
  }
}

@media (max-width: 760px) {
  .elr-shell,
  .elr-editorial {
    width: min(calc(100% - 2rem), 100%);
  }

  .elr-hero {
    padding-top: 5.25rem;
  }

  .elr-hero__rail {
    align-items: flex-start;
    padding-bottom: 0.55rem;
  }

  .elr-hero__rail span:last-child {
    max-width: 9.5rem;
  }

  .elr-hero__layout {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .elr-hero__copy {
    padding: 1.35rem 0 1.5rem;
  }

  .elr-hero__copy h1 {
    max-width: 10.7ch;
    font-size: clamp(2.42rem, 12.2vw, 3.15rem);
  }

  .elr-hero__copy > p:nth-of-type(2) {
    margin-top: 1rem;
    font-size: 0.91rem;
  }

  .elr-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    align-items: stretch;
  }

  .elr-hero__actions a {
    min-height: 48px;
  }

  .elr-hero__actions a:last-child {
    justify-content: flex-start;
  }

  .elr-hero__visual {
    display: block;
    height: auto;
  }

  .elr-hero__visual picture {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 620;
  }

  .elr-hero__visual img {
    height: 100%;
  }

  .elr-hero__visual figcaption {
    display: none;
  }

  .elr-evidence,
  .elr-contract,
  .elr-delivery,
  .elr-faq {
    padding-block: 2.2rem;
  }

  .elr-evidence__layout {
    border-bottom: 0;
  }

  .elr-evidence__layout > * {
    padding: 1.1rem 0;
  }

  .elr-evidence__signal {
    grid-template-columns: 1fr;
  }

  .elr-evidence header,
  .elr-evidence nav {
    padding-inline: 0;
  }

  .elr-contract__header h2 {
    font-size: 2.25rem;
  }

  .elr-contract__body {
    margin-top: 1.2rem;
  }

  .elr-contract__body aside {
    min-height: 210px;
  }

  .elr-contract__body aside::before {
    top: 1.2rem;
    right: 1.15rem;
    left: auto;
    width: 72px;
    height: 68px;
    transform: none;
  }

  .elr-contract__body aside::after {
    top: 5.45rem;
    right: 1rem;
    left: auto;
    width: 102px;
    transform: none;
  }

  .elr-contract__body li {
    grid-template-columns: 2rem 1fr;
    gap: 0.55rem;
    min-height: 0;
    padding: 1rem;
  }

  .elr-contract__body li > div,
  .elr-contract__body li > strong {
    grid-column: 2;
  }

  .elr-contract__tradeoff {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .elr-delivery__layout,
  .elr-faq__layout {
    gap: 1.5rem;
  }

  .elr-delivery header h2,
  .elr-faq header h2 {
    font-size: 2.5rem;
  }

  .elr-delivery li {
    grid-template-columns: 2rem 1fr;
    gap: 0.55rem;
    min-height: 0;
    padding: 1rem 0;
  }

  .elr-delivery li > div,
  .elr-delivery li > p,
  .elr-delivery li > strong {
    grid-column: 2;
  }

  .elr-stack {
    padding-block: 1.3rem;
  }

  .elr-stack__layout {
    gap: 1rem;
  }

  .elr-stack ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .elr-stack li + li {
    border-left: 0;
  }

  .elr-stack li:nth-child(even) {
    border-left: 1px solid var(--elr-line);
  }

  .elr-stack li:nth-child(n + 3) {
    border-top: 1px solid var(--elr-line);
  }

  .elr-faq__list summary {
    grid-template-columns: 2rem minmax(0, 1fr) 2.75rem;
    min-height: 76px;
  }

  .elr-faq__list details > div {
    padding: 0 2.75rem 1rem 2rem;
  }

  .elr-editorial {
    display: grid;
    gap: 0.6rem;
  }

  .elr-editorial nav {
    justify-content: flex-start;
    gap: 0 0.65rem;
  }
}

@media (max-width: 360px) {
  .elr-hero__copy h1 {
    font-size: 2.35rem;
  }

  .elr-contract__header h2,
  .elr-delivery header h2,
  .elr-faq header h2 {
    font-size: 2.18rem;
  }

  .elr-stack li {
    padding-inline: 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] *,
  body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] *::before,
  body[data-city-pilot="elblag-rfq-dispatch-gate-v1"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

#navbar.glass-nav {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
