@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@700;800;900&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  overflow-x: hidden;
  background: #060d19;
}

#mb-quote-page,
#mb-quote-page * {
  box-sizing: border-box;
}

#mb-quote-page {
  --text: #ffffff;
  --muted: rgba(255,255,255,0.76);
  --muted-2: rgba(255,255,255,0.58);
  --line: rgba(255,255,255,0.10);
  --red-1: #ff4d4d;
  --red-2: #d91f26;
  --blue-1: #3ea6ff;
  --blue-2: #0d5eff;
  --blue-3: #8fd0ff;
  --shadow: 0 24px 70px rgba(0,0,0,0.28);
  --max: 1240px;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,77,77,0.16), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(62,166,255,0.18), transparent 26%),
    radial-gradient(circle at 50% 0%, rgba(13,94,255,0.10), transparent 20%),
    linear-gradient(180deg, #07111f 0%, #0b1730 26%, #11182a 52%, #0a1324 78%, #060d19 100%);
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

#mb-quote-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.04), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 16%);
  pointer-events: none;
  z-index: 0;
}

#mb-quote-page a {
  color: inherit;
  text-decoration: none;
}

#mb-quote-page img {
  max-width: 100%;
  display: block;
}

#mb-quote-page .mb-container {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

#mb-quote-page .mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, opacity .25s ease;
  cursor: pointer;
  white-space: nowrap;
}

#mb-quote-page .mb-btn:hover {
  transform: translateY(-2px);
}

#mb-quote-page .mb-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red-1), var(--red-2));
  box-shadow: 0 16px 36px rgba(217,31,38,0.28);
}

#mb-quote-page .mb-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border-color: rgba(62,166,255,0.20);
  backdrop-filter: blur(10px);
}

#mb-quote-page .mb-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(62,166,255,0.18);
  border-radius: 999px;
  font-size: 13px;
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

#mb-quote-page .mb-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-1), var(--blue-1));
  box-shadow: 0 0 0 6px rgba(62,166,255,0.12);
  flex: 0 0 auto;
}

#mb-quote-page .mb-gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, var(--blue-3) 36%, #ff8b8b 72%, var(--red-1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#mb-quote-page .mb-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  background: transparent !important;
}

#mb-quote-page .mb-nav {
  width: 100%;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

#mb-quote-page .mb-nav-inner {
  width: min(100%, var(--max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-left: 16px;
  padding-right: 16px;
}

#mb-quote-page .mb-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

#mb-quote-page .mb-brand-logo-only img {
  height: 128px;
  width: auto;
  max-width: none;
  display: block;
  transform: translateY(1px);
  filter:
    drop-shadow(0 8px 18px rgba(0,0,0,0.28))
    drop-shadow(0 0 10px rgba(62,166,255,0.12));
}

#mb-quote-page .mb-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: center;
}

#mb-quote-page .mb-nav-links a {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  transition: color .2s ease;
}

#mb-quote-page .mb-nav-links a:hover {
  color: #fff;
}

#mb-quote-page .mb-nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

#mb-quote-page .mb-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

#mb-quote-page .mb-socials a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(62,166,255,0.20);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
  color: #fff;
}

#mb-quote-page .mb-socials a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.14);
  border-color: rgba(62,166,255,0.40);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

#mb-quote-page .mb-socials svg {
  width: 18px;
  height: 18px;
  display: block;
  color: currentColor;
}

#mb-quote-page .mb-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(62,166,255,0.18);
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}

#mb-quote-page .mb-menu-toggle span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: .3s ease;
}

#mb-quote-page .mb-menu-toggle span:nth-child(1) { transform: translateY(-7px); }
#mb-quote-page .mb-menu-toggle span:nth-child(2) { transform: translateY(0); }
#mb-quote-page .mb-menu-toggle span:nth-child(3) { transform: translateY(7px); }

#mb-quote-page .mb-menu-toggle.active span:nth-child(1) { transform: rotate(45deg); }
#mb-quote-page .mb-menu-toggle.active span:nth-child(2) { opacity: 0; }
#mb-quote-page .mb-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg); }

#mb-quote-page .mb-mobile-panel {
  display: none;
  width: 100%;
  background: rgba(10, 19, 36, 0.84);
  border-bottom: 1px solid rgba(62,166,255,0.14);
  padding: 14px 0 18px;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

#mb-quote-page .mb-mobile-panel-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

#mb-quote-page .mb-mobile-panel a {
  display: block;
  padding: 14px 12px;
  border-radius: 14px;
  color: rgba(255,255,255,0.92);
  font-weight: 700;
  text-align: center;
}

#mb-quote-page .mb-mobile-panel a:hover {
  background: rgba(255,255,255,0.06);
}

#mb-quote-page .mb-mobile-cta {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

#mb-quote-page .mb-hero {
  position: relative;
  padding-top: 160px;
  padding-bottom: 64px;
  margin-top: 0;
  background: transparent;
}

#mb-quote-page .mb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,77,77,.08), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(62,166,255,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 30%);
  pointer-events: none;
}

#mb-quote-page .mb-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
}

#mb-quote-page .mb-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  text-align: left;
}

#mb-quote-page .mb-hero-copy h1,
#mb-quote-page .quote-intro h2,
#mb-quote-page .q_title,
#mb-quote-page .result_card h4,
#mb-quote-page .results-header h3,
#mb-quote-page .summary-header h3,
#mb-quote-page .summary-card-title,
#mb-quote-page .mb-footer-brand h3,
#mb-quote-page .mb-footer-col h4,
#mb-quote-page .mb-footer-seo-card h4,
#mb-quote-page .callback-card h3 {
  font-family: "Outfit", Inter, sans-serif;
}

#mb-quote-page .mb-hero-title {
  margin: 18px 0 18px;
  font-size: clamp(38px, 5.3vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 900;
  max-width: 12ch;
  text-wrap: balance;
}

#mb-quote-page .mb-hero-title .mb-line {
  display: block;
  margin: 0;
  padding: 0;
}

#mb-quote-page .mb-hero-copy p {
  margin: 0 0 28px;
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  text-wrap: pretty;
}

#mb-quote-page .mb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
  justify-content: flex-start;
}

#mb-quote-page .mb-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  justify-content: flex-start;
}

#mb-quote-page .mb-mini-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(62,166,255,0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

#mb-quote-page .mb-mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,77,77,.18), rgba(62,166,255,.18));
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

#mb-quote-page .mb-hero-visual,
#mb-quote-page .mb-hero-visual-mobile {
  position: relative;
  overflow: visible;
  isolation: isolate;
  min-width: 0;
}

#mb-quote-page .mb-hero-visual {
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mb-quote-page .mb-hero-visual-mobile {
  display: none;
  min-height: 320px;
  margin: 10px 0 18px;
  align-items: center;
  justify-content: center;
}

#mb-quote-page .mb-hero-visual::before,
#mb-quote-page .mb-hero-visual-mobile::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 42vw, 560px);
  height: clamp(300px, 42vw, 560px);
  border-radius: 50%;
  background:
    radial-gradient(circle,
      rgba(143,208,255,0.95) 0%,
      rgba(62,166,255,0.55) 22%,
      rgba(255,77,77,0.34) 50%,
      rgba(13,94,255,0.12) 68%,
      rgba(13,94,255,0) 82%);
  filter: blur(36px);
  opacity: 0.96;
  z-index: 1;
  animation: mbGlow 5.8s ease-in-out infinite;
  pointer-events: none;
}

#mb-quote-page .mb-hero-visual::after,
#mb-quote-page .mb-hero-visual-mobile::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
  width: clamp(220px, 25vw, 330px);
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.12) 45%, rgba(0,0,0,0) 72%);
  filter: blur(18px);
  z-index: 1;
  pointer-events: none;
}

#mb-quote-page .mb-hero-image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mb-quote-page .mb-hero-image-wrap img {
  width: auto;
  max-width: min(100%, 620px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 48px rgba(0,0,0,0.34))
    drop-shadow(0 0 36px rgba(62,166,255,0.18));
  animation: mbHeroShimmer 6.8s ease-in-out infinite;
  position: relative;
  background: transparent !important;
  mix-blend-mode: normal;
}

#mb-quote-page .mb-sparkles {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

#mb-quote-page .mb-sparkle {
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: scale(0.72) rotate(45deg);
  animation: mbLuxuryGlint 5.6s ease-in-out infinite;
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,0.26))
    drop-shadow(0 0 20px rgba(143,208,255,0.14));
}

#mb-quote-page .mb-sparkle::before,
#mb-quote-page .mb-sparkle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.18) 18%,
    rgba(255,255,255,0.96) 50%,
    rgba(255,255,255,0.18) 82%,
    rgba(255,255,255,0) 100%
  );
}

#mb-quote-page .mb-sparkle::before { width: 2px; height: 18px; }
#mb-quote-page .mb-sparkle::after { width: 18px; height: 2px; }

#mb-quote-page .mb-sparkle:nth-child(1) { top: 17%; left: 67%; animation-delay: 0s; }
#mb-quote-page .mb-sparkle:nth-child(2) { top: 30%; left: 79%; width: 13px; height: 13px; animation-delay: 1.2s; }
#mb-quote-page .mb-sparkle:nth-child(2)::before { height: 13px; }
#mb-quote-page .mb-sparkle:nth-child(2)::after { width: 13px; }
#mb-quote-page .mb-sparkle:nth-child(3) { top: 36%; left: 25%; width: 15px; height: 15px; animation-delay: 2.6s; }
#mb-quote-page .mb-sparkle:nth-child(3)::before { height: 15px; }
#mb-quote-page .mb-sparkle:nth-child(3)::after { width: 15px; }
#mb-quote-page .mb-sparkle:nth-child(4) { top: 57%; left: 75%; width: 17px; height: 17px; animation-delay: 3.4s; }
#mb-quote-page .mb-sparkle:nth-child(4)::before { height: 17px; }
#mb-quote-page .mb-sparkle:nth-child(4)::after { width: 17px; }
#mb-quote-page .mb-sparkle:nth-child(5) { top: 69%; left: 34%; width: 12px; height: 12px; animation-delay: 1.8s; }
#mb-quote-page .mb-sparkle:nth-child(5)::before { height: 12px; }
#mb-quote-page .mb-sparkle:nth-child(5)::after { width: 12px; }
#mb-quote-page .mb-sparkle:nth-child(6) { top: 45%; left: 85%; width: 10px; height: 10px; animation-delay: 4.8s; }
#mb-quote-page .mb-sparkle:nth-child(6)::before { height: 10px; }
#mb-quote-page .mb-sparkle:nth-child(6)::after { width: 10px; }
#mb-quote-page .mb-sparkle:nth-child(7) { top: 22%; left: 41%; width: 11px; height: 11px; animation-delay: 0.9s; }
#mb-quote-page .mb-sparkle:nth-child(7)::before { height: 11px; }
#mb-quote-page .mb-sparkle:nth-child(7)::after { width: 11px; }
#mb-quote-page .mb-sparkle:nth-child(8) { top: 60%; left: 22%; width: 14px; height: 14px; animation-delay: 2.9s; }
#mb-quote-page .mb-sparkle:nth-child(8)::before { height: 14px; }
#mb-quote-page .mb-sparkle:nth-child(8)::after { width: 14px; }
#mb-quote-page .mb-sparkle:nth-child(9) { top: 50%; left: 63%; width: 9px; height: 9px; animation-delay: 4.1s; }
#mb-quote-page .mb-sparkle:nth-child(9)::before { height: 9px; }
#mb-quote-page .mb-sparkle:nth-child(9)::after { width: 9px; }

#mb-quote-page .quote-intro {
  padding: 0 0 28px;
  position: relative;
  z-index: 1;
}

#mb-quote-page .quote-intro-panel {
  border-radius: 34px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
}

#mb-quote-page .quote-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 900;
  max-width: 11ch;
}

#mb-quote-page .quote-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  max-width: 620px;
}

#mb-quote-page .quote-points {
  display: grid;
  gap: 12px;
}

#mb-quote-page .quote-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #fff;
  font-weight: 700;
  line-height: 1.55;
}

#mb-quote-page .quote-check {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--red-1), var(--blue-1));
  display: grid;
  place-items: center;
  margin-top: 1px;
  box-shadow: 0 10px 20px rgba(13,94,255,0.18);
  font-size: 12px;
}

#mb-quote-page .quote-shell-section {
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}

#mb-quote-page #quote_container {
  max-width: 100%;
  margin: 0 auto;
  padding: 32px;
  color: #ffffff;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

#mb-quote-page #quote_progress_container {
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  height: 12px;
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
}

#mb-quote-page #quote_progress_bar {
  background: linear-gradient(135deg, var(--red-1), var(--blue-1));
  height: 100%;
  width: 10%;
  transition: width .35s ease;
  border-radius: 999px;
}

#mb-quote-page .quote_step {
  display: none;
  text-align: center;
  padding: 8px 0 24px;
}

#mb-quote-page .quote_step:first-of-type {
  display: block;
}

#mb-quote-page .quote_step.active {
  display: block;
}

#mb-quote-page .q_icon {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

#mb-quote-page .q_icon img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  filter:
    drop-shadow(0 14px 30px rgba(0,0,0,0.32))
    drop-shadow(0 0 18px rgba(62,166,255,0.32));
}

#mb-quote-page .q_title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  margin: 0 auto 24px;
  color: #ffffff;
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

#mb-quote-page .btn_row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

#mb-quote-page .q_btn {
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  min-width: 130px;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  transition: .25s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

#mb-quote-page .q_btn.selected {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-2));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(13,94,255,0.22);
  transform: translateY(-1px);
}

#mb-quote-page .q_btn:hover {
  background: rgba(255,255,255,0.14);
  color: #fff;
  transform: translateY(-2px);
}

#mb-quote-page .flue-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 260px));
  justify-content: center;
  gap: 16px;
  margin: 0 auto 12px;
}

#mb-quote-page .q_btn--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  text-align: center;
}

#mb-quote-page .q_btn-image-wrap {
  width: 100%;
  border-radius: 18px;
  padding: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

#mb-quote-page .q_btn-image-wrap img {
  width: 100%;
  max-width: 220px;
  height: 160px;
  margin: 0 auto;
  object-fit: contain;
}

#mb-quote-page .q_btn-label {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

#mb-quote-page .q_btn--image.selected {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-2));
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(13,94,255,0.22);
  transform: translateY(-1px);
}

#mb-quote-page .q_placeholder_image {
  width: 100%;
  max-width: 220px;
  height: 160px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 14px;
}

#mb-quote-page .nav_row {
  text-align: center;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

#mb-quote-page .nav_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--red-1), var(--red-2));
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  transition: .25s ease;
  box-shadow: 0 16px 36px rgba(217,31,38,0.22);
}

#mb-quote-page .nav_btn:hover {
  transform: translateY(-2px);
}

#mb-quote-page .nav_btn.secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: none;
}

#mb-quote-page .nav_btn[disabled],
#mb-quote-page .select_btn[disabled],
#mb-quote-page .summary-confirm-btn[disabled],
#mb-quote-page .summary-back-btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none !important;
}

#mb-quote-page .field {
  padding: 14px 16px;
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  margin: 10px auto;
  display: block;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 15px;
  outline: none;
  backdrop-filter: blur(10px);
}

#mb-quote-page .field::placeholder {
  color: rgba(255,255,255,0.54);
}

#mb-quote-page .field:focus {
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 0 0 4px rgba(255,255,255,0.08);
}

#mb-quote-page textarea.field {
  font-family: inherit;
}

#mb-quote-page .calendar_wrap {
  max-width: 760px;
  margin: 0 auto;
}

#mb-quote-page .calendar_days {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

#mb-quote-page .day_btn {
  padding: 12px 6px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: .25s ease;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

#mb-quote-page .day_btn span {
  display: block;
  font-size: 11px;
  opacity: 0.7;
  margin-top: 4px;
}

#mb-quote-page .day_btn.selected {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-2));
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(13,94,255,0.25);
  transform: translateY(-1px);
}

#mb-quote-page .day_btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.14);
}

#mb-quote-page .day_btn.disabled {
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
  box-shadow: none;
}

#mb-quote-page .day_btn.disabled:hover {
  transform: none;
  background: rgba(255,255,255,0.04);
}

#mb-quote-page .booking_note {
  margin-top: 14px;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.7;
}

#mb-quote-page #results,
#mb-quote-page #quote_summary {
  display: none;
  margin-top: 28px;
}

#mb-quote-page .results-header,
#mb-quote-page .summary-header {
  text-align: center;
  margin-bottom: 20px;
}

#mb-quote-page .results-header h3,
#mb-quote-page .summary-header h3 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

#mb-quote-page .results-header p,
#mb-quote-page .summary-header p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

#mb-quote-page .results-grid {
  display: grid;
  gap: 22px;
}

#mb-quote-page .result_card,
#mb-quote-page .summary-card {
  border-radius: 30px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045)),
    radial-gradient(circle at top right, rgba(143,208,255,0.10), transparent 32%),
    radial-gradient(circle at top left, rgba(255,77,77,0.07), transparent 28%);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  box-shadow: 0 22px 48px rgba(0,0,0,0.20);
  backdrop-filter: blur(14px);
}

#mb-quote-page .result_card_inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 26px;
  align-items: stretch;
}

#mb-quote-page .result_left {
  min-width: 0;
}

#mb-quote-page .result_right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#mb-quote-page .result_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

#mb-quote-page .result_heading h4 {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 40px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.03em;
}

#mb-quote-page .result_submeta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#mb-quote-page .result_meta_chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#mb-quote-page .result_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,77,77,0.18), rgba(62,166,255,0.16));
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 12px;
}

#mb-quote-page .result_visual_group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 18px;
}

#mb-quote-page .result_boiler_panel {
  min-height: 330px;
  border-radius: 26px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at 50% 25%, rgba(143,208,255,0.12), transparent 42%);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

#mb-quote-page .result_boiler_panel::before,
#mb-quote-page .summary-boiler-hero::before {
  content: "";
  position: absolute;
  inset: auto 12% 14px 12%;
  height: 32px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.08) 48%, rgba(0,0,0,0) 75%);
  filter: blur(12px);
  pointer-events: none;
}

#mb-quote-page .result_boiler_panel img,
#mb-quote-page .summary-boiler-hero img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 30px rgba(0,0,0,0.26))
    drop-shadow(0 0 20px rgba(143,208,255,0.10));
}

#mb-quote-page .result_side_stack {
  display: grid;
  gap: 16px;
}

#mb-quote-page .result_addon_card,
#mb-quote-page .summary-addon-card {
  border-radius: 22px;
  padding: 16px 14px;
  min-height: 156px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#mb-quote-page .result_addon_card img,
#mb-quote-page .summary-addon-card img {
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
  margin-top: 8px;
}

#mb-quote-page .addon_kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red-1), var(--red-2));
  box-shadow: 0 8px 18px rgba(217,31,38,0.22);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#mb-quote-page .addon_title {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

#mb-quote-page .result_desc {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.76;
  max-width: 68ch;
}

#mb-quote-page .result_specs_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#mb-quote-page .result_spec_item {
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

#mb-quote-page .result_spec_label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#mb-quote-page .result_spec_value {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

#mb-quote-page .result_price_panel,
#mb-quote-page .summary_price_panel {
  margin: 0;
  padding: 20px 20px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 16px 30px rgba(0,0,0,0.14);
}

#mb-quote-page .result_price_label,
#mb-quote-page .summary_price_label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
}

#mb-quote-page .result_price,
#mb-quote-page .summary_price_value {
  font-size: clamp(38px, 4.2vw, 50px);
  line-height: 0.95;
  font-weight: 900;
  font-family: "Outfit", Inter, sans-serif;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  color: #fff;
  white-space: nowrap;
}

#mb-quote-page .result_price_note,
#mb-quote-page .summary_price_note {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}

#mb-quote-page .result_includes,
#mb-quote-page .result_review_card {
  border-radius: 24px;
  padding: 18px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
}

#mb-quote-page .result_includes_title,
#mb-quote-page .result_review_label {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

#mb-quote-page .result_includes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

#mb-quote-page .result_includes li {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

#mb-quote-page .result_includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-1), var(--blue-1));
}

#mb-quote-page .result_review_title {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.12;
  font-weight: 900;
  color: #fff;
  font-family: "Outfit", Inter, sans-serif;
  letter-spacing: -0.02em;
}

#mb-quote-page .result_review_text {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

#mb-quote-page .result_review_source {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}

#mb-quote-page .select_btn,
#mb-quote-page .summary-confirm-btn,
#mb-quote-page .summary-back-btn {
  margin-top: 0;
  padding: 12px 18px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--red-1), var(--red-2));
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition: .25s ease;
  box-shadow: 0 14px 30px rgba(217,31,38,0.18);
}

#mb-quote-page .select_btn {
  width: 100%;
  min-height: 56px;
  margin-top: auto;
  font-size: 15px;
  font-weight: 900;
}

#mb-quote-page .select_btn:hover,
#mb-quote-page .summary-confirm-btn:hover,
#mb-quote-page .summary-back-btn:hover {
  transform: translateY(-2px);
}

#mb-quote-page .summary-back-btn {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: none;
}

#mb-quote-page .summary-grid {
  display: grid;
  gap: 14px;
}

#mb-quote-page .summary-card-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

#mb-quote-page .summary-hero-card {
  padding: 26px;
}

#mb-quote-page .summary-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
  align-items: center;
}

#mb-quote-page .summary-visual-cluster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 14px;
}

#mb-quote-page .summary-boiler-hero {
  min-height: 320px;
  border-radius: 24px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    radial-gradient(circle at 50% 25%, rgba(143,208,255,0.14), transparent 42%);
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

#mb-quote-page .summary-addon-stack {
  display: grid;
  gap: 14px;
}

#mb-quote-page .summary-copy h4 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.03em;
}

#mb-quote-page .summary-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

#mb-quote-page .summary_price_panel {
  margin: 0 0 14px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 16px 30px rgba(0,0,0,0.14);
}

#mb-quote-page .summary_price_value {
  font-size: clamp(36px, 4vw, 48px);
}

#mb-quote-page .summary-includes {
  border-radius: 22px;
  padding: 16px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.08);
}

#mb-quote-page .summary-includes-title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

#mb-quote-page .summary-includes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

#mb-quote-page .summary-includes li {
  position: relative;
  padding-left: 16px;
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

#mb-quote-page .summary-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-1), var(--blue-1));
}

#mb-quote-page .summary-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 14px;
  align-items: start;
}

#mb-quote-page .summary-detail-card {
  border-radius: 22px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.045)),
    radial-gradient(circle at top right, rgba(143,208,255,0.08), transparent 36%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 36px rgba(0,0,0,0.16);
}

#mb-quote-page .summary-detail-card--wide {
  grid-column: 1 / -1;
}

#mb-quote-page .summary-side-stack {
  display: grid;
  gap: 14px;
}

#mb-quote-page .summary-list {
  display: grid;
  gap: 0;
}

#mb-quote-page .summary-list.summary-list--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

#mb-quote-page .summary-row {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#mb-quote-page .summary-list.summary-list--compact .summary-row:nth-last-child(-n+2) {
  border-bottom: 0;
}

#mb-quote-page .summary-row:first-child {
  padding-top: 0;
}

#mb-quote-page .summary-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#mb-quote-page .summary-label {
  color: rgba(255,255,255,0.54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#mb-quote-page .summary-value {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

#mb-quote-page .summary-actions,
#mb-quote-page .results-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

#mb-quote-page .smart-info-box {
  max-width: 720px;
  margin: 0 auto 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 28px rgba(0,0,0,0.14);
}

#mb-quote-page .smart-info-text {
  text-align: left;
}

#mb-quote-page .smart-info-text strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

#mb-quote-page .smart-info-text p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

#mb-quote-page .callback-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
  text-align: center;
}

#mb-quote-page .callback-card h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

#mb-quote-page .callback-card p {
  margin: 0 auto 18px;
  max-width: 620px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

#mb-quote-page .callback-note {
  margin: 0 auto 20px;
  max-width: 620px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  font-size: 14px;
  line-height: 1.65;
}

#mb-quote-page .mb-footer {
  padding: 0 0 34px;
  position: relative;
  z-index: 1;
}

#mb-quote-page .mb-footer-shell {
  position: relative;
  border-radius: 22px;
  padding: 24px 26px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(62,166,255,0.10);
  box-shadow: 0 14px 32px rgba(0,0,0,0.14);
  backdrop-filter: blur(8px);
}

#mb-quote-page .mb-footer-top {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr;
  gap: 24px;
  align-items: start;
}

#mb-quote-page .mb-footer-brand {
  text-align: left;
}

#mb-quote-page .mb-footer-brand img {
  height: 56px;
  width: auto;
  margin: 0 0 12px;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.18));
}

#mb-quote-page .mb-footer-brand h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

#mb-quote-page .mb-footer-brand p {
  margin: 0;
  max-width: 36ch;
  color: var(--muted);
  line-height: 1.68;
  font-size: 14px;
}

#mb-quote-page .mb-footer-col {
  text-align: left;
}

#mb-quote-page .mb-footer-col h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

#mb-quote-page .mb-footer-links,
#mb-quote-page .mb-footer-contact {
  display: grid;
  gap: 9px;
}

#mb-quote-page .mb-footer-links a,
#mb-quote-page .mb-footer-contact a,
#mb-quote-page .mb-footer-contact div {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  transition: color .2s ease;
}

#mb-quote-page .mb-footer-links a:hover,
#mb-quote-page .mb-footer-contact a:hover {
  color: #fff;
}

#mb-quote-page .mb-footer-seo-card {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(62,166,255,0.10);
}

#mb-quote-page .mb-footer-seo-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

#mb-quote-page .mb-footer-seo-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  max-width: 78ch;
}

#mb-quote-page .mb-footer-bottom {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(62,166,255,0.10);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  color: rgba(255,255,255,0.66);
  font-size: 13px;
}

#mb-quote-page .mb-footer-bottom a {
  color: rgba(255,255,255,0.74);
}

#mb-quote-page .mb-footer-bottom-left,
#mb-quote-page .mb-footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

@keyframes mbGlow {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.88; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}

@keyframes mbLuxuryGlint {
  0%, 100% { opacity: 0; transform: scale(0.72) rotate(45deg); }
  10% { opacity: 0; transform: scale(0.78) rotate(45deg); }
  16% { opacity: 0.46; transform: scale(1) rotate(45deg); }
  20% { opacity: 1; transform: scale(1.12) rotate(45deg); }
  25% { opacity: 0.24; transform: scale(0.94) rotate(45deg); }
  31% { opacity: 0.62; transform: scale(1.04) rotate(45deg); }
  38% { opacity: 0; transform: scale(0.82) rotate(45deg); }
}

@keyframes mbHeroShimmer {
  0%, 100% {
    filter:
      drop-shadow(0 28px 48px rgba(0,0,0,0.34))
      drop-shadow(0 0 24px rgba(62,166,255,0.10));
  }
  50% {
    filter:
      drop-shadow(0 28px 48px rgba(0,0,0,0.34))
      drop-shadow(0 0 34px rgba(143,208,255,0.18));
  }
}

@media (prefers-reduced-motion: reduce) {
  #mb-quote-page .mb-hero-image-wrap img,
  #mb-quote-page .mb-hero-visual::before,
  #mb-quote-page .mb-hero-visual-mobile::before,
  #mb-quote-page .mb-sparkle {
    animation: none !important;
  }
}

@media (max-width: 1100px) {
  #mb-quote-page .quote-intro-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  #mb-quote-page .mb-brand-logo-only img {
    height: 96px;
  }

  #mb-quote-page .mb-nav {
    padding: 10px 0;
  }

  #mb-quote-page .mb-nav-links,
  #mb-quote-page .mb-nav-cta {
    display: none;
  }

  #mb-quote-page .mb-menu-toggle {
    display: inline-flex;
  }

  #mb-quote-page .mb-mobile-panel.show {
    display: block;
  }

  #mb-quote-page .mb-hero {
    padding-top: 130px;
    padding-bottom: 56px;
  }

  #mb-quote-page .mb-hero-grid,
  #mb-quote-page .quote-intro-panel,
  #mb-quote-page .mb-footer-top,
  #mb-quote-page .result_card_inner,
  #mb-quote-page .summary-hero-layout,
  #mb-quote-page .result_visual_group,
  #mb-quote-page .summary-visual-cluster {
    grid-template-columns: 1fr;
  }

  #mb-quote-page .mb-hero-copy,
  #mb-quote-page .quote-intro,
  #mb-quote-page .quote-intro-panel {
    text-align: center;
  }

  #mb-quote-page .mb-hero-title,
  #mb-quote-page .quote-intro h2 {
    max-width: none;
  }

  #mb-quote-page .mb-hero-copy p,
  #mb-quote-page .quote-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  #mb-quote-page .mb-hero-actions,
  #mb-quote-page .mb-trust-row {
    justify-content: center;
  }

  #mb-quote-page .quote-point {
    justify-content: center;
    text-align: left;
  }

  #mb-quote-page .mb-hero-visual {
    display: none;
  }

  #mb-quote-page .mb-hero-visual-mobile {
    display: flex;
  }

  #mb-quote-page .mb-hero-visual-mobile .mb-hero-image-wrap img {
    max-width: min(100%, 420px);
  }

  #mb-quote-page .result_side_stack,
  #mb-quote-page .summary-addon-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #mb-quote-page .summary-detail-grid {
    grid-template-columns: 1fr;
  }

  #mb-quote-page .summary-detail-card--wide {
    grid-column: span 1;
  }

  #mb-quote-page .mb-footer-shell {
    padding: 28px;
  }

  #mb-quote-page .mb-footer-bottom {
    justify-content: center;
  }

  #mb-quote-page .mb-footer-bottom-left,
  #mb-quote-page .mb-footer-bottom-right {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  #mb-quote-page .mb-brand-logo-only img {
    height: 82px;
    transform: translateY(0);
  }

  #mb-quote-page .mb-nav-inner,
  #mb-quote-page .mb-mobile-panel-inner,
  #mb-quote-page .mb-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  #mb-quote-page .mb-hero {
    padding-top: 112px;
    padding-bottom: 48px;
  }

  #mb-quote-page .mb-hero-title {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.96;
  }

  #mb-quote-page .mb-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  #mb-quote-page .mb-btn,
  #mb-quote-page .nav_btn,
  #mb-quote-page .summary-confirm-btn,
  #mb-quote-page .summary-back-btn {
    width: 100%;
  }

  #mb-quote-page .mb-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  #mb-quote-page .mb-trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: stretch;
  }

  #mb-quote-page .mb-mini-card {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 14px 14px;
  }

  #mb-quote-page .mb-mini-icon {
    margin: 0 auto;
  }

  #mb-quote-page .mb-hero-visual-mobile {
    min-height: 280px;
    margin: 8px 0 16px;
  }

  #mb-quote-page .mb-hero-visual-mobile .mb-hero-image-wrap img {
    max-width: min(100%, 300px);
  }

  #mb-quote-page .quote-intro-panel,
  #mb-quote-page #quote_container {
    padding: 22px;
    border-radius: 24px;
  }

  #mb-quote-page .btn_row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  #mb-quote-page .q_btn,
  #mb-quote-page .nav_btn {
    max-width: 100%;
  }

  #mb-quote-page .flue-options {
    grid-template-columns: 1fr;
  }

  #mb-quote-page .q_btn--image {
    width: 100%;
  }

  #mb-quote-page .q_btn-image-wrap img,
  #mb-quote-page .q_placeholder_image {
    height: 140px;
  }

  #mb-quote-page .nav_row,
  #mb-quote-page .summary-actions,
  #mb-quote-page .results-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #mb-quote-page .field {
    max-width: none;
  }

  #mb-quote-page .calendar_days {
    grid-template-columns: repeat(3, 1fr);
  }

  #mb-quote-page .q_icon img {
    width: 128px;
    height: 128px;
  }

  #mb-quote-page .smart-info-box {
    padding: 16px;
    border-radius: 20px;
  }

  #mb-quote-page .smart-info-text {
    text-align: center;
  }

  #mb-quote-page .result_card,
  #mb-quote-page .summary-card,
  #mb-quote-page .summary-detail-card,
  #mb-quote-page .summary-hero-card {
    padding: 20px;
    border-radius: 24px;
  }

  #mb-quote-page .result_header {
    flex-direction: column;
    align-items: flex-start;
  }

  #mb-quote-page .result_boiler_panel,
  #mb-quote-page .summary-boiler-hero {
    min-height: 250px;
  }

  #mb-quote-page .result_boiler_panel img,
  #mb-quote-page .summary-boiler-hero img {
    max-height: 200px;
  }

  #mb-quote-page .result_side_stack,
  #mb-quote-page .summary-addon-stack,
  #mb-quote-page .result_specs_grid {
    grid-template-columns: 1fr;
  }

  #mb-quote-page .mb-footer-shell,
  #mb-quote-page .mb-footer-seo-card {
    border-radius: 24px;
  }

  #mb-quote-page .mb-footer-shell {
    padding: 24px 18px 20px;
  }

  #mb-quote-page .mb-footer-brand,
  #mb-quote-page .mb-footer-col,
  #mb-quote-page .mb-footer-seo-card {
    text-align: center;
  }

  #mb-quote-page .mb-footer-brand img {
    height: 52px;
    margin-left: auto;
    margin-right: auto;
  }

  #mb-quote-page .mb-footer-bottom {
    text-align: center;
  }
}