:root {
  --brc-red: #e20015;
  --brc-red-dark: #b90012;
  --brc-ink: #111315;
  --brc-charcoal: #1b1d20;
  --brc-muted: #667078;
  --brc-line: rgba(17, 19, 21, 0.1);
  --brc-bg: #f4f5f6;
  --brc-card: #ffffff;
  --brc-radius: 28px;
  --brc-shadow: 0 24px 70px rgba(16, 20, 24, 0.12);
}

.brc,
.brc * {
  box-sizing: border-box;
}

.brc {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0;
  color: var(--brc-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(226, 0, 21, 0.1), transparent 30%),
    radial-gradient(circle at 94% 18%, rgba(43, 48, 54, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfbfc 0%, var(--brc-bg) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.brc::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49.92%, rgba(17, 19, 21, 0.035) 50%, transparent 50.08%),
    linear-gradient(0deg, transparent 0 49.92%, rgba(17, 19, 21, 0.025) 50%, transparent 50.08%);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 72%);
}

.brc button,
.brc input,
.brc select,
.brc textarea {
  font: inherit;
}

.brc button {
  cursor: pointer;
}

.brc-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.brc-container {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.brc-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.brc-kicker,
.brc-modal__tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--brc-red-dark);
  background: rgba(226, 0, 21, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brc-heading h2 {
  max-width: 850px;
  margin: 16px 0 12px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.brc-heading__copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--brc-muted);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.55;
}

.brc-heading__notice {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(226, 0, 21, 0.15);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 241, 243, 0.92));
  box-shadow: 0 18px 45px rgba(55, 15, 20, 0.08);
}

.brc-heading__notice::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(226, 0, 21, 0.1);
}

.brc-heading__notice span {
  display: block;
  margin-bottom: 6px;
  color: var(--brc-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brc-heading__notice p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.brc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.brc-panel,
.brc-summary {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--brc-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brc-panel {
  min-height: 670px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: var(--brc-radius);
}

.brc-progress {
  margin-bottom: 28px;
}

.brc-progress__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
  color: var(--brc-muted);
  font-size: 13px;
  font-weight: 750;
}

.brc-progress__top strong {
  color: var(--brc-ink);
}

.brc-progress__track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #ebecef;
}

.brc-progress__track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brc-red), #ff3d4e);
  box-shadow: 0 0 20px rgba(226, 0, 21, 0.35);
  transition: width 0.35s ease;
}

.brc-stage {
  min-height: 500px;
  animation: brcStageIn 0.32s ease both;
}

@keyframes brcStageIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.brc-step-head {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
}

.brc-step-head__eyebrow {
  color: var(--brc-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brc-step-head h3 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(27px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.brc-step-head p {
  max-width: 760px;
  margin: 0;
  color: var(--brc-muted);
  font-size: 16px;
}

.brc-route-grid,
.brc-area-grid,
.brc-category-grid,
.brc-option-grid,
.brc-question-grid {
  display: grid;
  gap: 14px;
}

.brc-route-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brc-area-grid,
.brc-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brc-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brc-route-card,
.brc-area-card,
.brc-category-card,
.brc-choice-card,
.brc-radio-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--brc-line);
  border-radius: 22px;
  color: var(--brc-ink);
  background: #fff;
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.brc-route-card:hover,
.brc-area-card:hover,
.brc-category-card:hover,
.brc-choice-card:hover,
.brc-radio-card:hover {
  transform: translateY(-3px);
  border-color: rgba(226, 0, 21, 0.28);
  box-shadow: 0 18px 38px rgba(20, 24, 28, 0.1);
}

.brc-route-card.is-selected,
.brc-area-card.is-selected,
.brc-category-card.is-selected,
.brc-choice-card.is-selected,
.brc-radio-card.is-selected {
  border-color: var(--brc-red);
  background: linear-gradient(180deg, #fff, #fff6f7);
  box-shadow: 0 16px 36px rgba(226, 0, 21, 0.14);
}

.brc-route-card {
  min-height: 240px;
  padding: 24px;
}

.brc-route-card::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(226, 0, 21, 0.06);
}

.brc-route-card__number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--brc-red), var(--brc-red-dark));
  box-shadow: 0 10px 22px rgba(226, 0, 21, 0.22);
  font-weight: 900;
}

.brc-route-card h4,
.brc-area-card h4,
.brc-category-card h4,
.brc-choice-card h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.18;
}

.brc-route-card p,
.brc-area-card p,
.brc-category-card p,
.brc-choice-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--brc-muted);
  font-size: 14px;
  line-height: 1.45;
}

.brc-area-card,
.brc-category-card {
  min-height: 152px;
  padding: 18px;
}

.brc-card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 15px;
  color: var(--brc-red);
  background: rgba(226, 0, 21, 0.07);
}

.brc-card-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.brc-category-card__price {
  display: inline-flex;
  margin-top: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--brc-red-dark);
  background: rgba(226, 0, 21, 0.07);
  font-size: 12px;
  font-weight: 900;
}

.brc-search {
  position: relative;
  margin-bottom: 18px;
}

.brc-search input {
  width: 100%;
  height: 54px;
  padding: 0 18px 0 48px;
  border: 1px solid var(--brc-line);
  border-radius: 17px;
  outline: none;
  color: var(--brc-ink);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.brc-search input:focus {
  border-color: rgba(226, 0, 21, 0.45);
  box-shadow: 0 0 0 4px rgba(226, 0, 21, 0.08);
}

.brc-search::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #7a8389;
  border-radius: 50%;
  transform: translateY(-58%);
}

.brc-search::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 31px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #7a8389;
  transform: rotate(45deg);
}

.brc-choice-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: start;
  min-height: 136px;
  padding: 18px;
}

.brc-choice-card__check {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 2px solid #c8cdd1;
  border-radius: 8px;
  color: transparent;
  transition: 0.2s ease;
}

.brc-choice-card__check svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.brc-choice-card.is-selected .brc-choice-card__check {
  color: #fff;
  border-color: var(--brc-red);
  background: var(--brc-red);
}

.brc-choice-card__price {
  white-space: nowrap;
  color: var(--brc-red-dark);
  font-size: 13px;
  font-weight: 900;
}

.brc-causes-preview {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 20px;
  background: #f5f6f7;
}

.brc-causes-preview__title {
  font-weight: 900;
}

.brc-cause-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
}

.brc-cause-line__probability {
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--brc-charcoal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brc-cause-line__probability[data-probability="Часто"] { background: var(--brc-red); }
.brc-cause-line__probability[data-probability="Возможно"] { background: #4c555c; }
.brc-cause-line__probability[data-probability="Реже"] { background: #8a9399; }

.brc-cause-line span:nth-child(2) {
  font-size: 14px;
  font-weight: 750;
}

.brc-cause-line strong {
  color: var(--brc-red-dark);
  font-size: 13px;
}

.brc-radio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brc-radio-card {
  min-height: 104px;
  padding: 16px;
}

.brc-radio-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.brc-radio-card span {
  color: var(--brc-muted);
  font-size: 13px;
}

.brc-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.brc-field {
  display: grid;
  gap: 8px;
}

.brc-field--wide {
  grid-column: 1 / -1;
}

.brc-field > span {
  font-size: 13px;
  font-weight: 850;
}

.brc-field input,
.brc-field select,
.brc-field textarea {
  width: 100%;
  border: 1px solid var(--brc-line);
  border-radius: 16px;
  outline: none;
  color: var(--brc-ink);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.brc-field input,
.brc-field select {
  height: 52px;
  padding: 0 15px;
}

.brc-field textarea {
  min-height: 110px;
  padding: 14px 15px;
  resize: vertical;
}

.brc-field input:focus,
.brc-field select:focus,
.brc-field textarea:focus {
  border-color: rgba(226, 0, 21, 0.45);
  box-shadow: 0 0 0 4px rgba(226, 0, 21, 0.08);
}

.brc-field__hint {
  color: var(--brc-muted);
  font-size: 12px;
}

.brc-disclaimer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--brc-red);
  border-radius: 0 14px 14px 0;
  color: #4f555a;
  background: #fff6f7;
  font-size: 13px;
  line-height: 1.5;
}

.brc-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--brc-line);
}

.brc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 15px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.brc-btn:hover {
  transform: translateY(-2px);
}

.brc-btn:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.brc-btn svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.brc-btn--primary {
  margin-left: auto;
  color: #fff;
  background: linear-gradient(135deg, var(--brc-red), var(--brc-red-dark));
  box-shadow: 0 14px 28px rgba(226, 0, 21, 0.24);
}

.brc-btn--back {
  color: var(--brc-ink);
  background: #eef0f2;
}

.brc-summary {
  position: sticky;
  top: 100px;
  overflow: hidden;
  border-radius: 24px;
}

.brc-summary__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--brc-charcoal), #2a2e33);
}

.brc-summary__head span {
  font-size: 15px;
  font-weight: 900;
}

.brc-summary__head button {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background: none;
  font-size: 12px;
  font-weight: 750;
}

.brc-summary__empty {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 34px 22px;
  text-align: center;
}

.brc-summary__empty-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--brc-red);
  background: rgba(226, 0, 21, 0.08);
  font-size: 24px;
  font-weight: 900;
}

.brc-summary__empty p {
  margin: 0;
  color: var(--brc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.brc-summary__content {
  display: grid;
  gap: 0;
  padding: 10px 20px 20px;
}

.brc-summary-row {
  display: grid;
  gap: 4px;
  padding: 13px 0;
  border-bottom: 1px solid var(--brc-line);
}

.brc-summary-row:last-child {
  border-bottom: 0;
}

.brc-summary-row span {
  color: var(--brc-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brc-summary-row strong {
  font-size: 14px;
  line-height: 1.4;
}

.brc-summary-price {
  margin-top: 12px;
  padding: 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--brc-red), var(--brc-red-dark));
}

.brc-summary-price span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.78;
}

.brc-summary-price strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.brc-summary__disclaimer {
  padding: 14px 18px;
  border-top: 1px solid var(--brc-line);
  color: var(--brc-muted);
  background: #f6f7f8;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
}

.brc-result {
  display: grid;
  gap: 20px;
}

.brc-result-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 25px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #1a1d21, #30343a);
}

.brc-result-hero::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 240px;
  height: 240px;
  border: 36px solid rgba(226, 0, 21, 0.32);
  border-radius: 50%;
}

.brc-result-hero__label {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--brc-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brc-result-hero h3 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 14px 0 10px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.brc-result-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 22px;
}

.brc-result-price span {
  font-size: 16px;
  opacity: 0.72;
}

.brc-result-price strong {
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.95;
}

.brc-result-hero p {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.brc-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 18px;
  align-items: start;
}

.brc-result-box,
.brc-lead-form {
  border: 1px solid var(--brc-line);
  border-radius: 22px;
  background: #fff;
}

.brc-result-box {
  padding: 22px;
}

.brc-result-box h4,
.brc-lead-form h4 {
  margin: 0 0 14px;
  font-size: 21px;
}

.brc-result-causes {
  display: grid;
  gap: 10px;
}

.brc-result-cause {
  padding: 14px;
  border-radius: 16px;
  background: #f4f5f6;
}

.brc-result-cause__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}

.brc-result-cause__top strong {
  font-size: 14px;
}

.brc-result-cause__top span {
  flex: none;
  color: var(--brc-red-dark);
  font-size: 12px;
  font-weight: 900;
}

.brc-result-cause p {
  margin: 0;
  color: var(--brc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.brc-lead-form {
  display: grid;
  gap: 13px;
  padding: 22px;
}

.brc-lead-form__intro {
  margin: -6px 0 4px;
  color: var(--brc-muted);
  font-size: 13px;
}

.brc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.brc-form-grid .brc-field--wide {
  grid-column: 1 / -1;
}

.brc-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  align-items: start;
  color: var(--brc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.brc-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--brc-red);
}

.brc-consent button {
  padding: 0;
  border: 0;
  color: var(--brc-red-dark);
  background: none;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.brc-form-status {
  display: none;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13px;
}

.brc-form-status.is-visible {
  display: block;
}

.brc-form-status.is-success {
  color: #17613d;
  background: #e8f8ef;
}

.brc-form-status.is-error {
  color: #8f1724;
  background: #fff0f2;
}

.brc-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.brc-features > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(17, 19, 21, 0.07);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.72);
}

.brc-features svg {
  width: 24px;
  height: 24px;
  fill: var(--brc-red);
}

.brc-features span {
  color: var(--brc-muted);
  font-size: 13px;
  line-height: 1.4;
}

.brc-features b {
  color: var(--brc-ink);
}

.brc-empty-search {
  padding: 36px 20px;
  border: 1px dashed #cfd3d6;
  border-radius: 20px;
  color: var(--brc-muted);
  text-align: center;
}

.brc-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
}

.brc-modal.is-open {
  display: block;
}

.brc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 14, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.brc-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 24px));
  max-height: 88vh;
  overflow: auto;
  margin: 5vh auto;
  padding: 28px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.brc-modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  color: var(--brc-ink);
  background: #eef0f2;
  font-size: 24px;
}

.brc-modal h2 {
  margin: 14px 0 18px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
}

.brc-modal__text {
  display: grid;
  gap: 14px;
  color: #4f575d;
  font-size: 14px;
  line-height: 1.6;
}

.brc-modal__text p {
  margin: 0;
}

.brc-modal__warning {
  padding: 15px;
  border-left: 4px solid var(--brc-red);
  border-radius: 0 14px 14px 0;
  background: #fff3f4;
}

.brc-toast {
  position: fixed;
  right: 18px;
  top: 90px;
  z-index: 10060;
  display: grid;
  gap: 10px;
  width: min(380px, calc(100% - 36px));
}

.brc-toast__item {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--brc-shadow);
  animation: brcToastIn 0.28s ease both;
}

@keyframes brcToastIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: none; }
}

.brc-toast__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  background: var(--brc-red);
  font-weight: 900;
}

.brc-toast__item.is-error .brc-toast__icon {
  background: #33383d;
}

.brc-toast__content strong,
.brc-toast__content span {
  display: block;
}

.brc-toast__content strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.brc-toast__content span {
  color: var(--brc-muted);
  font-size: 12px;
  line-height: 1.4;
}

.brc-toast__close {
  padding: 0;
  border: 0;
  color: #7b848a;
  background: none;
  font-size: 20px;
}

@media (max-width: 1100px) {
  .brc-layout {
    grid-template-columns: 1fr;
  }

  .brc-summary {
    position: static;
    display: grid;
    grid-template-columns: 180px 1fr;
  }

  .brc-summary__head,
  .brc-summary__disclaimer {
    grid-column: 1 / -1;
  }

  .brc-summary__empty,
  .brc-summary__content {
    min-height: 150px;
  }
}

@media (max-width: 900px) {
  .brc-heading {
    grid-template-columns: 1fr;
  }

  .brc-route-grid,
  .brc-area-grid,
  .brc-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brc-result-grid {
    grid-template-columns: 1fr;
  }

  .brc-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .brc {
    padding: 54px 0;
  }

  .brc-container {
    width: min(100% - 20px, 1280px);
  }

  .brc-heading h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .brc-panel {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .brc-stage {
    min-height: 0;
  }

  .brc-route-grid,
  .brc-area-grid,
  .brc-category-grid,
  .brc-option-grid,
  .brc-radio-grid,
  .brc-details-grid,
  .brc-form-grid {
    grid-template-columns: 1fr;
  }

  .brc-route-card {
    min-height: 190px;
  }

  .brc-choice-card {
    grid-template-columns: auto 1fr;
  }

  .brc-choice-card__price {
    grid-column: 2;
  }

  .brc-field--wide,
  .brc-form-grid .brc-field--wide {
    grid-column: auto;
  }

  .brc-nav {
    position: sticky;
    bottom: 8px;
    z-index: 10;
    padding: 10px;
    border: 1px solid rgba(17, 19, 21, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(20, 24, 28, 0.12);
    backdrop-filter: blur(15px);
  }

  .brc-btn {
    min-height: 48px;
    padding: 0 15px;
  }

  .brc-summary {
    grid-template-columns: 1fr;
  }

  .brc-summary__head,
  .brc-summary__disclaimer {
    grid-column: auto;
  }

  .brc-result-hero {
    padding: 24px 20px;
  }

  .brc-result-price {
    display: grid;
    gap: 3px;
  }

  .brc-modal__dialog {
    padding: 22px 18px;
  }
}
