/* Mobilbarlang Repair Quote — public wizard styles */
.mbrq-wrap { --mbrq-color: #FF6B1A; --mbrq-bg: #0A0A0A; font-family: 'Manrope', system-ui, sans-serif; color: #FAFAFA; max-width: 1200px; margin: 0 auto; }
.mbrq-wrap * { box-sizing: border-box; }
.mbrq-card {
  background: #141414; border: 1px solid #27272A; border-radius: 16px;
  padding: clamp(1.25rem, 4vw, 2.5rem); position: relative; overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,107,26,0.25), 0 12px 40px -10px rgba(255,107,26,0.25);
}
.mbrq-eyebrow { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--mbrq-color); margin-bottom: .75rem; }
.mbrq-title { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: clamp(1.75rem, 5vw, 3.5rem); line-height: .95; margin: 0; letter-spacing: -0.02em; font-weight: 700; color: #FAFAFA; }
.mbrq-accent { color: var(--mbrq-color); }
.mbrq-sub { color: #A1A1AA; margin: .75rem 0 1.5rem; font-size: .95rem; max-width: 36rem; }
.mbrq-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.mbrq-row label { display: flex; align-items: center; gap: .5rem; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #71717A; margin-bottom: .5rem; }
.mbrq-num { color: var(--mbrq-color); font-weight: 700; }
.mbrq-form select, .mbrq-book-form input, .mbrq-book-form textarea {
  width: 100%; background: #0A0A0A; border: 1px solid #27272A; color: #FAFAFA;
  border-radius: 8px; padding: .75rem .9rem; font-size: .95rem; font-family: inherit;
}
.mbrq-form select:focus, .mbrq-book-form input:focus, .mbrq-book-form textarea:focus { outline: none; border-color: var(--mbrq-color); box-shadow: 0 0 0 3px rgba(255,107,26,0.2); }
.mbrq-form select:disabled { opacity: .5; cursor: not-allowed; }
.mbrq-btn { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: none; border-radius: 999px; padding: .95rem 1.5rem; font-weight: 600; cursor: pointer; font-family: inherit; font-size: .95rem; transition: transform .15s, background .15s, box-shadow .15s; text-decoration: none; }
.mbrq-btn-primary { background: var(--mbrq-color); color: #fff; grid-column: 1 / -1; }
.mbrq-btn-primary:hover { background: #E65C00; transform: translateY(-1px); box-shadow: 0 10px 25px -10px rgba(255,107,26,.6); }
.mbrq-btn-secondary { background: #27272A; color: #FAFAFA; }
.mbrq-btn-secondary:hover { background: #3F3F46; }
.mbrq-btn-sm { padding: .6rem 1.1rem; font-size: .85rem; }
.mbrq-btn-icon { font-size: 1.25rem; line-height: 1; }
.mbrq-btn-t { display: block; font-weight: 700; }
.mbrq-btn-s { display: block; font-size: .72rem; font-weight: 500; opacity: .75; margin-top: 2px; letter-spacing: .02em; }
@media (max-width: 640px) { .mbrq-form { grid-template-columns: 1fr; } }

/* Result */
.mbrq-result { margin-top: 2rem; }
.mbrq-quote { background: #141414; border: 1px solid #27272A; border-radius: 16px; overflow: hidden; animation: mbrqFade .4s ease-out; }
@keyframes mbrqFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.mbrq-quote-head { padding: clamp(1.25rem, 3vw, 2rem); border-bottom: 1px solid #27272A; }
.mbrq-quote-head h3 { font-family: 'Space Grotesk'; font-size: clamp(1.1rem, 3vw, 1.5rem); margin: 0 0 .75rem; font-weight: 700; word-break: break-word; line-height: 1.3; }
.mbrq-sep { color: var(--mbrq-color); margin: 0 .35rem; }
.mbrq-hide-desktop { display: none; }
@media (max-width: 560px) { .mbrq-hide-desktop { display: inline; } .mbrq-sep { display: none; } }
.mbrq-meta { display: flex; flex-wrap: wrap; gap: .75rem 1rem; color: #A1A1AA; font-size: .85rem; }
.mbrq-meta span { white-space: nowrap; }
.mbrq-meta span + span::before { content: "•"; margin-right: .5rem; color: var(--mbrq-color); }

.mbrq-tabs { display: flex; flex-wrap: wrap; gap: .25rem; background: #0A0A0A; padding: .25rem; margin: 1rem; border-radius: 8px; }
.mbrq-tab { background: transparent; border: none; color: #A1A1AA; padding: .6rem 1rem; border-radius: 6px; cursor: pointer; font-family: inherit; font-size: .85rem; white-space: nowrap; }
.mbrq-tab.is-active { background: var(--mbrq-color); color: #fff; }
.mbrq-tab:hover:not(.is-active) { color: #FAFAFA; background: rgba(255,255,255,.05); }

/* 5/7 details, 2/7 price card — price needs room for e.g. "159 990,- Ft" */
.mbrq-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 3fr); gap: 1.5rem; padding: clamp(1.25rem, 3vw, 2rem); }
@media (max-width: 760px) { .mbrq-grid { grid-template-columns: 1fr; } }
.mbrq-details h4 { font-family: 'Space Grotesk'; font-size: 1.25rem; margin: .25rem 0 .75rem; line-height: 1.3; }
.mbrq-details p { color: #A1A1AA; font-size: .9rem; line-height: 1.6; }
.mbrq-check { list-style: none; padding: 0; margin: 1rem 0 0; }
.mbrq-check li { padding-left: 1.5rem; position: relative; font-size: .9rem; color: #D4D4D8; margin-bottom: .4rem; }
.mbrq-check li::before { content: "✓"; color: var(--mbrq-color); position: absolute; left: 0; font-weight: 700; }

.mbrq-price-card { background: #0A0A0A; border: 1px solid #27272A; border-radius: 12px; padding: 1.25rem 1.5rem; min-width: 0; }
.mbrq-price {
  font-family: 'Space Grotesk'; font-weight: 700; color: var(--mbrq-color);
  font-size: clamp(1.6rem, 4.5vw, 2.75rem);
  line-height: 1.05; margin-top: .25rem;
  white-space: nowrap; letter-spacing: -0.02em;
}
/* Fallback for very small screens: allow wrap */
@media (max-width: 420px) { .mbrq-price { white-space: normal; font-size: 1.75rem; } }
.mbrq-rtime { color: #A1A1AA; font-size: .85rem; margin-top: .5rem; }

/* Actions (two choice buttons) */
.mbrq-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; padding: 0 clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem); }
@media (max-width: 640px) { .mbrq-actions { grid-template-columns: 1fr; } }
.mbrq-actions .mbrq-btn { grid-column: auto; justify-content: flex-start; padding: 1rem 1.25rem; }
.mbrq-actions .mbrq-btn-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,.12); display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.mbrq-actions .mbrq-btn-primary .mbrq-btn-icon { background: rgba(255,255,255,.2); }

/* Panel below action buttons (map OR courier form) */
.mbrq-panel { border-top: 1px solid #27272A; background: #0A0A0A; padding: clamp(1.25rem, 3vw, 2rem); animation: mbrqFade .3s ease-out; }
.mbrq-panel-head h4 { font-family: 'Space Grotesk'; font-size: 1.25rem; margin: 0 0 .5rem; }
.mbrq-panel-head p { color: #A1A1AA; margin: 0 0 1.5rem; font-size: .9rem; }

/* Shop info + map */
.mbrq-shop { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 760px) { .mbrq-shop { grid-template-columns: 1fr; } }
.mbrq-info-block { margin-bottom: 1.25rem; }
.mbrq-info-label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--mbrq-color); margin-bottom: .35rem; }
.mbrq-info-val { color: #FAFAFA; font-size: .95rem; line-height: 1.55; }
.mbrq-shop-map { border-radius: 12px; overflow: hidden; border: 1px solid #27272A; min-height: 280px; }
.mbrq-shop-map iframe { width: 100% !important; height: 100% !important; min-height: 280px; border: 0; display: block; }

/* Courier form */
.mbrq-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; background: #141414; border: 1px solid #27272A; border-radius: 10px; padding: 1rem; margin-bottom: 1.25rem; }
@media (max-width: 640px) { .mbrq-summary { grid-template-columns: 1fr; } }
.mbrq-summary div { display: flex; flex-direction: column; min-width: 0; }
.mbrq-summary span { font-size: 11px; color: #71717A; letter-spacing: .15em; text-transform: uppercase; }
.mbrq-summary b { color: #FAFAFA; font-weight: 600; margin-top: .25rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mbrq-packing { background: rgba(255,107,26,.06); border-left: 3px solid var(--mbrq-color); border-radius: 6px; padding: 1rem 1.25rem; margin-bottom: 1.25rem; font-size: .9rem; color: #D4D4D8; line-height: 1.6; }
.mbrq-book-form { display: grid; gap: .85rem; }
.mbrq-book-form label { display: block; font-size: 12px; color: #A1A1AA; font-weight: 500; }
.mbrq-book-form input, .mbrq-book-form textarea { margin-top: .3rem; font-weight: 400; }
.mbrq-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.mbrq-row3 { display: grid; grid-template-columns: 1fr 2fr 3fr; gap: .85rem; }
@media (max-width: 640px) { .mbrq-row2, .mbrq-row3 { grid-template-columns: 1fr; } }
.mbrq-book-form button[type="submit"] { margin-top: .5rem; justify-self: start; padding: .95rem 2rem; }
.mbrq-success { color: #22C55E; font-weight: 600; text-align: center; padding: 1.5rem; font-size: 1rem; }
.mbrq-err { color: #EF4444; font-size: .85rem; }
.mbrq-empty { padding: 2rem; color: #A1A1AA; text-align: center; }
.mbrq-msg { margin-top: .5rem; }

/* ============= NEW card-based wizard ============= */
.mbrq-steps { margin-top: 1.5rem; }

/* Breadcrumb / step indicator */
.mbrq-crumb { display: flex; align-items: stretch; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.mbrq-crumb-step {
  background: #0A0A0A; border: 1px solid #27272A; color: #71717A;
  padding: .75rem 1rem; border-radius: 10px; cursor: pointer; text-align: left;
  display: flex; align-items: center; gap: .75rem; font-family: inherit; flex: 1; min-width: 0;
  transition: all .15s;
}
.mbrq-crumb-step:disabled { opacity: .5; cursor: not-allowed; }
.mbrq-crumb-step.is-done { border-color: var(--mbrq-color); color: #D4D4D8; }
.mbrq-crumb-step.is-active { background: var(--mbrq-color); border-color: var(--mbrq-color); color: #fff; }
.mbrq-crumb-step:hover:not(:disabled):not(.is-active) { background: #141414; color: #FAFAFA; }
.mbrq-crumb-n { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1rem; opacity: .7; }
.mbrq-crumb-l { font-size: .8rem; font-weight: 600; letter-spacing: .02em; }
.mbrq-crumb-v { font-size: .8rem; color: inherit; opacity: .85; margin-left: auto; font-weight: 500; max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mbrq-crumb-sep { width: 12px; flex: 0 0 12px; border-top: 1px dashed #27272A; align-self: center; }
@media (max-width: 760px) { .mbrq-crumb-sep { display: none; } .mbrq-crumb-v { max-width: 60%; } }

.mbrq-step-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.mbrq-step-label { color: #A1A1AA; font-size: .95rem; }
.mbrq-step-label b { color: #FAFAFA; }

/* Search input */
.mbrq-search-wrap { position: relative; flex: 1; min-width: 220px; max-width: 360px; }
.mbrq-search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: #71717A; pointer-events: none; }
.mbrq-search {
  width: 100%; background: #0A0A0A; border: 1px solid #27272A; color: #FAFAFA;
  padding: .7rem 1rem .7rem 2.5rem; border-radius: 999px; font-size: .9rem; font-family: inherit;
}
.mbrq-search:focus { outline: none; border-color: var(--mbrq-color); box-shadow: 0 0 0 3px rgba(255,107,26,.2); }

/* Brand cards */
.mbrq-brand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .75rem; }
.mbrq-brand-card {
  aspect-ratio: 4 / 3; border: none; border-radius: 14px; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 1rem; gap: .5rem; font-family: inherit; position: relative; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.mbrq-brand-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.15), transparent 60%);
  pointer-events: none;
}
.mbrq-brand-card:hover { transform: translateY(-3px); box-shadow: 0 15px 35px -10px rgba(0,0,0,.5), 0 0 0 2px var(--mbrq-color); }
.mbrq-brand-logo { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.6rem; letter-spacing: -0.02em; }
.mbrq-brand-name { font-size: .8rem; opacity: .8; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
@media (max-width: 480px) {
  .mbrq-brand-grid { grid-template-columns: repeat(2, 1fr); }
  .mbrq-brand-card { aspect-ratio: 5 / 4; }
}

/* Model cards (list with icon + name + arrow) */
.mbrq-model-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: .6rem; max-height: 540px; overflow-y: auto; padding-right: .25rem; }
.mbrq-model-grid::-webkit-scrollbar { width: 8px; }
.mbrq-model-grid::-webkit-scrollbar-thumb { background: #27272A; border-radius: 4px; }
.mbrq-model-card {
  background: #0A0A0A; border: 1px solid #27272A; color: #FAFAFA;
  padding: .85rem 1rem; border-radius: 10px; cursor: pointer; font-family: inherit;
  display: flex; align-items: center; gap: .85rem; text-align: left; transition: all .15s;
}
.mbrq-model-card:hover { border-color: var(--mbrq-color); background: #141414; transform: translateX(2px); }
.mbrq-model-icon { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 8px; background: rgba(255,107,26,.1); color: var(--mbrq-color); display: flex; align-items: center; justify-content: center; }
.mbrq-model-icon svg { width: 20px; height: 20px; }
.mbrq-model-name { flex: 1; font-weight: 500; font-size: .95rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mbrq-model-arrow { color: #52525B; font-size: 1.1rem; transition: color .15s, transform .15s; }
.mbrq-model-card:hover .mbrq-model-arrow { color: var(--mbrq-color); transform: translateX(3px); }

/* Different category tint */
.mbrq-cat-phone  { background: rgba(255,107,26,.12); color: var(--mbrq-color); }
.mbrq-cat-tablet { background: rgba(59,130,246,.15); color: #60A5FA; }
.mbrq-cat-watch  { background: rgba(168,85,247,.15); color: #C084FC; }
.mbrq-cat-buds   { background: rgba(16,185,129,.15); color: #34D399; }
.mbrq-cat-laptop { background: rgba(234,179,8,.15);  color: #FACC15; }
.mbrq-cat-other  { background: rgba(156,163,175,.15); color: #D4D4D8; }

/* Malfunction cards */
.mbrq-mf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .75rem; }
.mbrq-mf-card {
  background: #0A0A0A; border: 1px solid #27272A; color: #FAFAFA;
  padding: 1.25rem 1rem; border-radius: 12px; cursor: pointer; font-family: inherit;
  display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; text-align: left;
  min-height: 110px; transition: all .15s;
}
.mbrq-mf-card:hover { border-color: var(--mbrq-color); background: #141414; transform: translateY(-2px); }
.mbrq-mf-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,107,26,.12); color: var(--mbrq-color); display: flex; align-items: center; justify-content: center; }
.mbrq-mf-icon svg { width: 22px; height: 22px; }
.mbrq-mf-name { font-weight: 600; font-size: .9rem; line-height: 1.35; }

