/* ════════════════════════════════════════════════════════════════════════════
   scandi-house.css — блоки страницы дома (house-info hero/галерея/планы/описание,
   whitebox, цены/готовность комплектаций, чеклист, карта объекта).
   CR.6: перенесено из scandi-design.v2.css (рабочие правила, 364 блока) для clean,
   чтобы страница дома выглядела идентично default. Грузится только в clean на
   single houses, рядом с scandi.css. На cutover (CR.F) сольётся в общий стиль.
   ════════════════════════════════════════════════════════════════════════════ */

.scandi-gallery {
  position: relative;
  background: linear-gradient(180deg, #1a1410, #14100d);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.scandi-gallery__main {
  position: relative;
  aspect-ratio: 16/9;
}
.scandi-gallery__main .swiper-wrapper { height: 100%; }
.scandi-slide, .scandi-gallery__main .swiper-slide { position: relative; height: 100%; }
.scandi-gallery__badge {
  position: absolute; top: 18px; left: 18px; z-index: 5;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 999px;
  background: var(--gold-grad);
  color: #14100d;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(166,124,58,0.36);
}
.scandi-gallery__badge-ico { font-size: 10px; }
.scandi-gallery__counter {
  position: absolute; top: 18px; right: 18px; z-index: 5;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(20,16,13,0.7);
  border: 1px solid rgba(193,154,91,0.32);
  color: var(--gold-2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
}
.scandi-gallery__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(20,16,13,0.55);
  border: 1px solid rgba(243,236,220,0.18);
  color: var(--on-dark);
  font-size: 28px; cursor: pointer;
  display: grid; place-items: center;
  transition: background .2s, border-color .2s, transform .2s;
  backdrop-filter: blur(10px);
}
.scandi-gallery__nav:hover {
  background: rgba(193,154,91,0.36);
  border-color: var(--gold-3);
  transform: translateY(-50%) scale(1.05);
}
.scandi-gallery__nav--prev { left: 18px; }
.scandi-gallery__nav--next { right: 18px; }
.scandi-thumbs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px; padding: 12px;
  background: rgba(20,16,13,0.92);
}
.scandi-thumb {
  position: relative; aspect-ratio: 1.1;
  border: 2px solid transparent; border-radius: 10px;
  overflow: hidden; cursor: pointer; padding: 0;
  background: rgba(243,236,220,0.04);
  transition: border-color .2s, transform .2s;
}
.scandi-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scandi-thumb.is-active { border-color: var(--gold-2); transform: translateY(-2px); }
.scandi-thumb:hover { border-color: rgba(193,154,91,0.55); }
.scandi-thumb__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(193,154,91,0.92); color: #14100d;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 700;
}
.scandi-thumb__label {
  position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-2);
  background: rgba(20,16,13,0.9);
  padding: 2px 8px; border-radius: 999px;
  white-space: nowrap;
}
@media (max-width: 768px){
.scandi-thumbs { grid-template-columns: repeat(4, 1fr); }
.scandi-gallery__nav { width: 40px; height: 40px; font-size: 22px; }
.scandi-gallery__counter, .scandi-gallery__badge { font-size: 10px; padding: 6px 12px; }
}
.scandi-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.scandi-plan {
  display: flex; flex-direction: column; gap: 18px;
  padding: 32px;
  background: linear-gradient(165deg, #f5f1eb, #ebe3d4);
  border: 1px solid rgba(193,154,91,0.18);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(60,40,20,0.08);
}
.scandi-plan__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  color: var(--ink-strong);
}
.scandi-plan__pills { display: flex; flex-wrap: wrap; gap: 8px; }
.scandi-plan__image {
  display: block; border-radius: 12px; overflow: hidden;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(193,154,91,0.14);
  transition: transform .2s, box-shadow .2s;
}
.scandi-plan__image:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(60,40,20,0.18); }
.scandi-plan__image img { display: block; width: 100%; height: auto; }
@media (max-width: 768px){
.scandi-plans { grid-template-columns: 1fr; }
}
.scandi-gallery__main .swiper-wrapper {
  display: flex; transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.scandi-gallery__main .swiper-slide {
  flex: 0 0 100%; min-width: 100%;
}
.scandi-hero-header {
  margin: 24px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.scandi-hero-header__title {
  margin: 0;
}
.scandi-hero-header__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.scandi-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: stretch;
  margin: 0 0 40px;
}
.scandi-hero-grid__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.scandi-hero-grid__left .gallery {
  aspect-ratio: 4 / 3;
}
.scandi-hero-grid__left .gallery-thumbs {
  gap: 8px;
  margin-top: 0;
}
.scandi-hero-grid__left .thumb {
  width: 96px;
  height: 72px;
}
.scandi-hero-grid__right {
  display: flex;
}
.scandi-hero-form-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 24px;
  background: linear-gradient(165deg, var(--card-cream-a), var(--card-cream-b));
  border: 1px solid var(--gold-border);
  border-radius: var(--r-card);
  box-shadow: var(--sh-cream);
  width: 100%;
  height: 100%;
}
.scandi-hero-form-card__head {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gold-border);
}
.scandi-hero-form-card__sub {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink);
}
.scandi-hero-form-card__sub strong {
  font-weight: 700;
  color: var(--ink-strong);
}
.scandi-hero-form-card__params {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
}
.scandi-hero-form-card__param {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(193, 154, 91, 0.15);
}
.scandi-hero-form-card__param-k {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 2px;
}
.scandi-hero-form-card__param-v {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--ink-strong);
}
.scandi-hero-form-card__param-v.gold-text {
  font-size: 18px;
}
.scandi-hero-form-card__usp {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid var(--gold-border);
  display: grid;
  gap: 6px;
}
.scandi-hero-form-card__usp li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--ink);
}
.scandi-hero-form-card__usp li strong {
  font-weight: 700;
  color: var(--ink-strong);
}
.scandi-hero-form-card__check {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--gold-grad);
  color: var(--ink-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(166, 124, 58, 0.25);
}
.scandi-hero-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--gold-border);
  margin-top: auto; /* прижимает форму ко дну при больших высотах */
}
.scandi-hero-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.scandi-hero-form .input-wrapper { position: relative; }
.scandi-hero-form .input-wrapper input[type="text"],
.scandi-hero-form .input-wrapper input[type="tel"],
.scandi-hero-form .input-wrapper input[type="email"] {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(193, 154, 91, 0.30);
  color: var(--ink-strong);
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.scandi-hero-form .input-wrapper input::placeholder {
  color: var(--ink-mute);
}
.scandi-hero-form .input-wrapper input:focus {
  outline: none;
  background: #fff;
  border-color: var(--gold-3);
  box-shadow: 0 0 0 3px rgba(193, 154, 91, 0.16);
}
.scandi-hero-form button[type="submit"],
.scandi-hero-form .btn-block {
  width: 100%;
  margin-top: 2px;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  padding: 14px 18px;
}
.scandi-hero-form__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  color: var(--ink-mute);
  line-height: 1.45;
}
.scandi-hero-form__note svg { color: var(--gold-3); flex: 0 0 auto; margin-top: 2px; }
.scandi-hero-form__privacy {
  font-size: 10px;
  color: var(--ink-mute);
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.scandi-hero-form__privacy a {
  color: var(--gold-4);
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(166, 124, 58, 0.4);
}
.scandi-hero-desc {
  position: relative;
  margin: 16px auto 32px;
  max-width: 1100px;
  padding-left: 36px;
}
.scandi-hero-desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(193, 154, 91, 0) 0%,
    var(--gold-3) 8%,
    var(--gold-3) 70%,
    rgba(193, 154, 91, 0) 100%);
  border-radius: 2px;
}
.scandi-hero-desc::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-grad);
  box-shadow: 0 0 0 4px rgba(193, 154, 91, 0.12);
}
.scandi-hero-desc__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.scandi-hero-desc__head .eyebrow {
  flex: 0 0 auto;
}
.scandi-hero-desc__divider {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-border) 0%, transparent 100%);
}
.scandi-hero-desc__cols {
  column-count: 2;
  column-gap: 56px;
  font-size: 16px;
  line-height: 1.78;
  color: var(--ink-strong);
}
.scandi-hero-desc__cols p {
  margin: 0 0 18px;
  break-inside: avoid;
}
.scandi-hero-desc__cols p:last-child { margin-bottom: 0; }
.scandi-hero-desc__cols > p:first-of-type {
  font-size: 17.5px;
  line-height: 1.72;
  color: var(--ink-strong);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.scandi-hero-desc__cols b,
.scandi-hero-desc__cols strong {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px){
.scandi-hero-desc__cols { column-count: 1; }
.scandi-hero-desc__cols > p:first-of-type { font-size: 16px; }
}
.scandi-hero-desc__tg {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--gold-border);
}
@media (max-width: 1024px){
.scandi-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
.scandi-hero-form-card { position: static; }
.scandi-hero-grid__left .gallery { aspect-ratio: 16 / 9; }
}
@media (max-width: 540px){
.scandi-hero-form-card { padding: 24px 20px; }
.scandi-hero-form-card__params { grid-template-columns: 1fr; }
.scandi-hero-form__row { grid-template-columns: 1fr; }
}
.compl-card .compl-house-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: rgba(193, 154, 91, 0.10);
  border: 1px solid rgba(193, 154, 91, 0.28);
  border-radius: 10px;
}
.compl-card .compl-house-stats__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--on-dark);
  -webkit-text-fill-color: var(--on-dark);
  line-height: 1.2;
}
.compl-card .compl-house-stats__item svg {
  color: var(--gold-2);
  flex: 0 0 auto;
}
.compl-card .compl-house-stats__item strong {
  font-weight: 700;
  color: var(--gold-1);
  -webkit-text-fill-color: var(--gold-1);
  font-size: 13px;
}
.compl-card .compl-includes-list.scandi-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  gap: 10px;
}
.compl-card .compl-includes-list.scandi-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 !important;
  background: transparent !important;
  font-size: 13px;
  line-height: 1.45;
  color: var(--on-dark);
  -webkit-text-fill-color: var(--on-dark);
}
.compl-card .compl-includes-list.scandi-checklist li::before,
.compl-card .compl-includes-list.scandi-checklist li::after {
  content: none !important;
  display: none !important;
}
.compl-card .scandi-checklist__check {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-radius: 50%;
  background: var(--gold-grad);
  color: var(--ink-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(166, 124, 58, 0.30);
}
.compl-card .scandi-checklist__check svg {
  display: block;
}
.scandi-plans-section {
  padding: 56px 0 48px;
}
.scandi-plans__head {
  text-align: center;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.scandi-plans__head h2 { margin: 4px 0 0; }
.scandi-plans__lead {
  margin: 8px 0 0;
  font-size: 14px;
  color: var(--ink-mute);
  line-height: 1.5;
}
.scandi-plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.scandi-plans-grid--single { grid-template-columns: minmax(0, 880px); justify-content: center; }
.scandi-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 28px 22px;
  background: linear-gradient(165deg, var(--card-cream-a), var(--card-cream-b));
  border: 1px solid var(--gold-border);
  border-radius: 18px;
  box-shadow: var(--sh-cream);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.scandi-plan-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-cream-hover);
  border-color: var(--gold-border-strong);
}
.scandi-plan-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.scandi-plan-card__num {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--gold-grad);
  color: var(--ink-strong);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(166, 124, 58, 0.25);
}
.scandi-plan-card__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink-strong);
}
.scandi-plan-card__image {
  position: relative;
  display: block;
  background: linear-gradient(135deg, #fffcf5 0%, #f3e9d3 100%);
  border: 1px solid rgba(193, 154, 91, 0.18);
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.scandi-plan-card__image:hover {
  border-color: var(--gold-3);
  box-shadow: 0 14px 32px rgba(60, 40, 20, 0.14);
}
.scandi-plan-card__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(60, 40, 20, 0.08));
}
.scandi-plan-card__zoom {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(20, 16, 13, 0.85);
  color: var(--gold-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
  backdrop-filter: blur(8px);
}
.scandi-plan-card__image:hover .scandi-plan-card__zoom {
  opacity: 1;
  transform: translateY(0);
}
.scandi-plan-card__zoom:hover {
  background: var(--gold-grad);
  color: var(--ink-strong);
}
.scandi-plan-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.scandi-plan-card__stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--ink);
  line-height: 1.2;
}
.scandi-plan-card__stat svg {
  color: var(--gold-3);
  flex: 0 0 auto;
}
.scandi-plan-card__stat strong {
  font-weight: 700;
  color: var(--ink-strong);
  font-size: 13px;
}
.scandi-plan-card__cta {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--gold-4);
  text-decoration: none;
  border-bottom: 1px dashed rgba(166, 124, 58, 0.4);
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
.scandi-plan-card__cta:hover {
  color: var(--gold-3);
  border-bottom-color: var(--gold-3);
}
@media (max-width: 900px){
.scandi-plans-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px){
.scandi-plan-card { padding: 22px 18px 18px; }
.scandi-plan-card__head { flex-direction: column; align-items: flex-start; gap: 10px; }
.scandi-plan-card__cta { margin-left: 0; }
}
html body .step2 .compl-card .compl-readiness-block {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
html body .step2 .compl-card .compl-readiness-label {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 0 8px !important;
  font: 700 11px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  color: rgba(243, 236, 220, 0.65) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.65) !important;
}
html body .step2 .compl-card .compl-readiness-label strong {
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
  font-weight: 800 !important;
}
html body .step2 .compl-card .compl-readiness-bar {
  height: 8px !important;
  background: rgba(243, 236, 220, 0.08) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}
html body .step2 .compl-card .compl-readiness-fill {
  height: 100% !important;
  background: linear-gradient(90deg, #ffe5b8, #d4ad6e 35%, #c19a5b 65%, #a67c3a) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 16px rgba(212, 173, 110, 0.60) !important;
}
html body .step2 .compl-card .compl-house-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  background: rgba(193, 154, 91, 0.10) !important;
  border: 1px solid rgba(193, 154, 91, 0.24) !important;
  border-radius: 10px !important;
}
html body .step2 .compl-card .compl-house-stats__item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgba(243, 236, 220, 0.85) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.85) !important;
  font: 500 12.5px/1 "Manrope", sans-serif !important;
}
html body .step2 .compl-card .compl-house-stats__item svg {
  width: 14px !important;
  height: 14px !important;
  color: #d4ad6e !important;
  flex: 0 0 auto !important;
}
html body .step2 .compl-card .compl-house-stats__item strong {
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
  font-weight: 700 !important;
}
html body .step2 .compl-card .compl-includes-list.scandi-checklist .scandi-checklist__check { display: none !important; }
html body .step2 .compl-card .compl-expand-hint {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  align-self: flex-start !important;
  padding: 9px 14px !important;
  background: rgba(193, 154, 91, 0.10) !important;
  border: 1px solid rgba(193, 154, 91, 0.40) !important;
  border-radius: 999px !important;
  color: #d4ad6e !important;
  -webkit-text-fill-color: #d4ad6e !important;
  font: 700 10.5px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background .2s ease, border-color .2s ease !important;
}
html body .step2 .compl-card .compl-expand-hint:hover {
  background: rgba(193, 154, 91, 0.18) !important;
  border-color: #c19a5b !important;
}
html body .step2 .compl-card .compl-expand-hint svg { width: 12px !important; height: 12px !important; flex: 0 0 auto !important; color: inherit !important; }
html body .step2 .compl-card .compl-price-row { display: flex !important; flex-direction: column !important; gap: 2px !important; background: none !important; padding: 0 !important; margin: 0 !important; }
html body .step2 .compl-card .compl-price-main { display: flex !important; flex-direction: column !important; background: none !important; padding: 0 !important; margin: 0 !important; }
html body .step2 .compl-card .compl-price-for {
  font: 700 10px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;
  color: rgba(243, 236, 220, 0.55) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.55) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
}
html body .step2 .compl-card .compl-price-value {
  font: 800 34px/1.05 "Manrope", sans-serif !important;
  letter-spacing: -0.02em !important;
  background: linear-gradient(135deg, #ffe5b8, #d4ad6e 35%, #c19a5b 65%, #a67c3a) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  filter: drop-shadow(0 0 12px rgba(212, 173, 110, 0.20)) !important;
}
html body .step2 .compl-card .compl-price-per-m2 {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  font: 500 12px/1 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.60) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.60) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  margin: 4px 0 0 !important;
}
html body .step2 .compl-card .compl-price-per-m2 .value {
  color: #d4ad6e !important;
  -webkit-text-fill-color: #d4ad6e !important;
  font-weight: 700 !important;
}
html body .step2 .compl-card .compl-price-label {
  font: italic 400 12px/1.4 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.60) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.60) !important;
  background: none !important;
  margin: 4px 0 0 !important;
}
html body .step2 .compl-card .compl-guarantee {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 4px 0 0 !important;
  font: 500 11.5px/1.4 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.65) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.65) !important;
}
html body .step2 .compl-card .compl-guarantee svg {
  width: 14px !important;
  height: 14px !important;
  color: #d4ad6e !important;
  flex: 0 0 auto !important;
}
html body .step2 .compl-card .compl-expand-hint {
  animation: scandi-hint-pulse 2.4s ease-in-out infinite !important;
  position: relative !important;
}
html body .step2 .compl-card.scandi-expanded .compl-expand-hint {
  animation: none !important;
}
html body div.step.step2.step2:not(#__a__):not(#__b__):has(+ .scandi-whitebox)::after,
html body section.step.step2.step2:not(#__a__):not(#__b__):has(+ .scandi-whitebox)::after,
html body div.step.step2.step2:not(#__a__):not(#__b__):has(+ #white-box-default)::after,
html body section.step.step2.step2:not(#__a__):not(#__b__):has(+ #white-box-default)::after {
  display: none !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-includes-list,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card ul.scandi-checklist {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 6px 0 0 !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-includes-list li,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card ul.scandi-checklist li {
  list-style: none !important;
  position: relative !important;
  padding: 3px 0 3px 24px !important;
  margin: 2px 0 !important;
  display: block !important;
  color: rgba(243, 236, 220, 0.92) !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-includes-list li::before,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card ul.scandi-checklist li::before {
  display: none !important;
  content: none !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  left: 0 !important;
  top: 5px !important;
  width: 16px !important;
  height: 16px !important;
  color: #d4ad6e !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  overflow: visible !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check svg path,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check svg line,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check svg polyline {
  stroke: #e6c285 !important;
  stroke-width: 3 !important;
  filter: drop-shadow(0 0 4px rgba(207, 159, 75, 0.35)) !important;
  fill: none !important;
}
html body .scandi-whitebox {
  position: relative;
  padding: 64px 0 86px;
  background:
    radial-gradient(900px 480px at 90% -10%, rgba(207, 159, 75, 0.18) 0%, rgba(207, 159, 75, 0) 60%),
    radial-gradient(800px 420px at 10% 110%, rgba(166, 124, 58, 0.14) 0%, rgba(166, 124, 58, 0) 60%),
    linear-gradient(180deg, #14100d 0%, #15110d 50%, #17120e 100%);
  overflow: hidden;
}
html body .scandi-whitebox::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(207, 159, 75, 0.25) 50%, transparent 100%);
  z-index: 1;
}
html body .scandi-whitebox > .container {
  position: relative;
  z-index: 2;
}
html body .scandi-whitebox__head {
  text-align: center;
  margin-bottom: 36px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
html body .scandi-whitebox__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cf9f4b;
  background: rgba(207, 159, 75, 0.08);
  border: 1px solid rgba(207, 159, 75, 0.28);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
html body .scandi-whitebox__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cf9f4b;
  box-shadow: 0 0 0 3px rgba(207, 159, 75, 0.18);
  animation: scandi-whitebox-pulse 2.4s ease-in-out infinite;
}
@keyframes scandi-whitebox-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(207, 159, 75, 0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(207, 159, 75, 0.06); }
}
html body .scandi-whitebox__title {
  margin: 0 auto 10px;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #f3ecdc;
  text-align: center;
}
html body .scandi-whitebox__title-accent {
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 60%, #b88b3b 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
html body .scandi-whitebox__lead {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(243, 236, 220, 0.72);
  max-width: 620px;
  margin: 0 auto;
}
html body .scandi-whitebox__lead p { margin: 0 0 8px; }
html body .scandi-whitebox__lead p:last-child { margin-bottom: 0; }
html body .scandi-whitebox__card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%),
    rgba(15, 12, 10, 0.55);
  border: 1px solid rgba(207, 159, 75, 0.18);
  border-radius: 22px;
  padding: 28px;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  position: relative;
}
html body .scandi-whitebox__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(207, 159, 75, 0.45) 0%, rgba(207, 159, 75, 0) 35%, rgba(207, 159, 75, 0) 65%, rgba(207, 159, 75, 0.45) 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
html body .scandi-whitebox__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 4px 4px 4px 4px;
}
html body .scandi-whitebox__tabs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 1px solid rgba(207, 159, 75, 0.18);
  padding-left: 18px;
  margin-left: 6px;
}
html body .scandi-whitebox__tab {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 8px 0 8px 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  color: rgba(243, 236, 220, 0.55);
  transition: color 0.18s ease;
  font-family: inherit;
  position: relative;
}
html body .scandi-whitebox__tab::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, #f4d488 0%, #cf9f4b 100%);
  border-radius: 2px;
  transform: translateY(-50%);
  transition: height 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}
html body .scandi-whitebox__tab:hover {
  color: rgba(243, 236, 220, 0.85);
}
html body .scandi-whitebox__tab.is-active {
  color: #f4d488;
}
html body .scandi-whitebox__tab.is-active::before {
  height: 70%;
  opacity: 1;
}
html body .scandi-whitebox__tab-num {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #cf9f4b;
  font-weight: 600;
  flex-shrink: 0;
  width: 22px;
  opacity: 0.7;
}
html body .scandi-whitebox__tab.is-active .scandi-whitebox__tab-num { opacity: 1; }
html body .scandi-whitebox__tab-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}
html body .scandi-whitebox__panes {
  position: relative;
  min-height: 90px;
  padding: 14px 16px;
  background: rgba(207, 159, 75, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(207, 159, 75, 0.12);
}
html body .scandi-whitebox__pane {
  display: none;
  color: rgba(243, 236, 220, 0.82);
  font-size: 14px;
  line-height: 1.55;
}
html body .scandi-whitebox__pane.is-active {
  display: block;
  animation: scandi-whitebox-fade 0.3s ease;
}
@keyframes scandi-whitebox-fade {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}
html body .scandi-whitebox__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px;
  border-top: 1px solid rgba(207, 159, 75, 0.18);
  margin-top: 4px;
}
html body .scandi-whitebox__price-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 236, 220, 0.5);
  font-weight: 500;
}
html body .scandi-whitebox__price-value {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.005em;
}
html body .scandi-whitebox__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
html body .scandi-whitebox__cta.styled-btn {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
html body .scandi-whitebox__more-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(207, 159, 75, 0.85);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.18s ease;
  font-family: inherit;
}
html body .scandi-whitebox__more-toggle:hover { color: #f4d488; }
html body .scandi-whitebox__more-toggle-icon {
  transition: transform 0.25s ease;
}
html body .scandi-whitebox__more-toggle.is-open .scandi-whitebox__more-toggle-icon {
  transform: rotate(180deg);
}
html body .scandi-whitebox__media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 360px;
  background: linear-gradient(135deg, #1a1410 0%, #14100d 100%);
}
html body .scandi-whitebox__media-inner {
  position: absolute;
  inset: 0;
}
html body .scandi-whitebox__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
html body .scandi-whitebox__media-frame {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 16, 13, 0) 50%, rgba(20, 16, 13, 0.6) 100%),
    linear-gradient(135deg, rgba(207, 159, 75, 0.05) 0%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}
html body .scandi-whitebox__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(20, 16, 13, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(207, 159, 75, 0.35);
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
html body .scandi-whitebox__badge-eyebrow {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(243, 236, 220, 0.65);
  font-weight: 500;
  margin-bottom: 2px;
}
html body .scandi-whitebox__badge-value {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
}
html body .scandi-whitebox__more {
  margin-top: 22px;
  padding: 26px 28px;
  background: rgba(15, 12, 10, 0.55);
  border: 1px solid rgba(207, 159, 75, 0.16);
  border-radius: 18px;
  animation: scandi-whitebox-slidein 0.3s ease;
}
@keyframes scandi-whitebox-slidein {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
html body .scandi-whitebox__more-head {
  font-size: 18px;
  font-weight: 600;
  color: #f3ecdc;
  margin: 0 0 14px;
}
html body .scandi-whitebox__more-head-accent {
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
html body .scandi-whitebox__more-list ul,
html body .scandi-whitebox__more-grid .scandi-whitebox__more-col ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
}
html body .scandi-whitebox__more-list li,
html body .scandi-whitebox__more-grid li {
  list-style: none !important;
  position: relative;
  padding: 4px 0 4px 24px;
  color: rgba(243, 236, 220, 0.86);
  font-size: 14px;
  line-height: 1.5;
}
html body .scandi-whitebox__more-list li::before,
html body .scandi-whitebox__more-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6c285' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12 L10 17 L20 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
html body .scandi-whitebox__more-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(207, 159, 75, 0.14);
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(243, 236, 220, 0.72);
}
html body .scandi-whitebox__more-col p,
html body .scandi-whitebox__more-col div { margin: 0 0 10px; }
html body .scandi-whitebox__more-col b,
html body .scandi-whitebox__more-col strong {
  color: #f3ecdc;
  font-weight: 600;
  display: inline-block;
  margin-top: 6px;
}
html body .scandi-whitebox__more-cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px){
html body .scandi-whitebox__card {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 18px;
  }
html body .scandi-whitebox__media { min-height: 240px; order: -1; }
html body .scandi-whitebox__tabs { padding-left: 14px; margin-left: 0; }
html body .scandi-whitebox__tab::before { left: -15px; }
html body .scandi-whitebox__price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
html body .scandi-whitebox__more-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
html body .scandi-whitebox__more { padding: 18px; }
html body .scandi-whitebox { padding: 48px 0 64px; }
}
html body .scandi-whitebox + .white-box-wrapper,
html body section.scandi-whitebox ~ .white-box {
  display: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) {
  position: relative !important;
  padding: 64px 0 86px !important;
  background:
    radial-gradient(900px 480px at 90% -10%, rgba(207, 159, 75, 0.18) 0%, rgba(207, 159, 75, 0) 60%),
    radial-gradient(800px 420px at 10% 110%, rgba(166, 124, 58, 0.14) 0%, rgba(166, 124, 58, 0) 60%),
    linear-gradient(180deg, #14100d 0%, #15110d 50%, #17120e 100%) !important;
  background-color: #14100d !important;
  overflow: hidden !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__)::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 100px !important;
  background: linear-gradient(180deg, #f0e8d8 0%, rgba(240, 232, 216, 0) 100%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__)::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  height: 100px !important;
  background: linear-gradient(180deg, rgba(240, 232, 216, 0) 0%, #f0e8d8 100%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
html body .step.step2 + .scandi-whitebox:not(#__a__):not(#__b__)::before,
html body section.step2 + .scandi-whitebox:not(#__a__):not(#__b__)::before {
  display: none !important;
}
html body :has(> .step.step2) + :has(> .scandi-whitebox) .scandi-whitebox:not(#__a__):not(#__b__)::before {
  display: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) > * {
  position: relative !important;
  z-index: 1 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__title {
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  font-size: clamp(28px, 3.4vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  margin: 0 auto 10px !important;
  text-align: center !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  text-shadow: 0 0 36px rgba(207, 159, 75, 0.12) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__title .scandi-whitebox__title-accent {
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 60%, #b88b3b 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__lead,
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__lead p {
  color: rgba(243, 236, 220, 0.72) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.72) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__pane,
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__pane p {
  color: rgba(243, 236, 220, 0.82) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__tab-title {
  color: inherit !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__price-label {
  color: rgba(243, 236, 220, 0.5) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__price-value {
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__more-head {
  color: #f3ecdc !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__more-list li,
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__more-grid li {
  color: rgba(243, 236, 220, 0.86) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__more-col,
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__more-col p,
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__more-col div {
  color: rgba(243, 236, 220, 0.72) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__more-col b,
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__more-col strong {
  color: #f3ecdc !important;
}
html body section.scandi-whitebox:not(#__a__):not(#__b__) {
  background-image:
    radial-gradient(900px 480px at 90% -10%, rgba(207, 159, 75, 0.18) 0%, rgba(207, 159, 75, 0) 60%),
    radial-gradient(800px 420px at 10% 110%, rgba(166, 124, 58, 0.14) 0%, rgba(166, 124, 58, 0) 60%),
    linear-gradient(180deg, #14100d 0%, #15110d 50%, #17120e 100%) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) > .container {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  padding: 0 32px !important;
  position: relative !important;
  z-index: 2 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) > .container > * {
  position: relative !important;
  z-index: 2 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__head {
  padding-top: 0 !important;
  margin-bottom: 28px !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__) .scandi-whitebox__lead {
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin-top: 8px !important;
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) {
  position: relative !important;
  padding: 80px 0 90px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(207, 159, 75, 0.10) 0%, rgba(207, 159, 75, 0) 50%),
    radial-gradient(circle, rgba(166, 124, 58, 0.05) 1px, rgba(0, 0, 0, 0) 1.5px) 0 0 / 28px 28px,
    linear-gradient(180deg, #ebe1cd 0%, #e8dcc4 100%) !important;
  background-color: #ebe1cd !important;
  overflow: hidden !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__)::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(20, 16, 13, 0.12) 50%, transparent 100%) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__head {
  text-align: center !important;
  margin: 0 auto 40px !important;
  max-width: 760px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__eyebrow {
  background: rgba(207, 159, 75, 0.12) !important;
  border: 1px solid rgba(207, 159, 75, 0.4) !important;
  color: #a67c3a !important;
  letter-spacing: 0.22em !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 7px 16px !important;
  margin-bottom: 22px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__title {
  color: #1a1410 !important;
  -webkit-text-fill-color: #1a1410 !important;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.018em !important;
  margin: 0 auto 14px !important;
  text-shadow: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__title-accent {
  background: linear-gradient(135deg, #cf9f4b 0%, #a67c3a 60%, #8b6628 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-style: italic !important;
  font-weight: 700 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__lead,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__lead p {
  color: rgba(26, 20, 16, 0.7) !important;
  -webkit-text-fill-color: rgba(26, 20, 16, 0.7) !important;
  font-family: "Manrope", -apple-system, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, #1f1814 0%, #16110d 100%) !important;
  border: 0 !important;
  border-radius: 22px !important;
  padding: 32px !important;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(207, 159, 75, 0.18) inset !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  position: relative !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 22px !important;
  padding: 1.5px !important;
  background: linear-gradient(135deg,
    rgba(244, 212, 136, 0.7) 0%,
    rgba(207, 159, 75, 0.3) 30%,
    rgba(166, 124, 58, 0.15) 60%,
    rgba(244, 212, 136, 0.5) 100%) !important;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) !important;
  -webkit-mask-composite: xor !important;
          mask-composite: exclude !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tabs {
  border-left: 1px solid rgba(207, 159, 75, 0.18) !important;
  padding-left: 20px !important;
  margin-left: 8px !important;
  gap: 2px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab {
  padding: 10px 0 !important;
  color: rgba(243, 236, 220, 0.5) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab.is-active {
  color: #f4d488 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab.is-active::before {
  height: 60% !important;
  opacity: 1 !important;
  width: 3px !important;
  left: -21.5px !important;
  background: linear-gradient(180deg, #f4d488 0%, #cf9f4b 100%) !important;
  box-shadow: 0 0 8px rgba(244, 212, 136, 0.4) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab-num {
  font-family: "Manrope", -apple-system, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
  font-weight: 600 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab-title {
  font-family: "Manrope", -apple-system, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__panes {
  background: rgba(207, 159, 75, 0.05) !important;
  border: 1px solid rgba(207, 159, 75, 0.14) !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  min-height: 100px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__pane,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__pane p {
  font-family: "Manrope", -apple-system, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: rgba(243, 236, 220, 0.85) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__price-row {
  padding: 18px 4px 4px !important;
  border-top: 1px solid rgba(207, 159, 75, 0.22) !important;
  margin-top: 8px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__price-label {
  font-family: "Manrope", sans-serif !important;
  font-size: 10.5px !important;
  letter-spacing: 0.18em !important;
  font-weight: 600 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__price-value {
  font-family: "Manrope", sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__media {
  border-radius: 16px !important;
  min-height: 380px !important;
  overflow: hidden !important;
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(207, 159, 75, 0.22) inset !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__badge {
  background: rgba(20, 16, 13, 0.88) !important;
  border: 1px solid rgba(244, 212, 136, 0.45) !important;
  padding: 11px 16px !important;
  border-radius: 14px !important;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.45),
    0 0 0 4px rgba(20, 16, 13, 0.25) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__badge-eyebrow {
  font-family: "Manrope", sans-serif !important;
  font-size: 9.5px !important;
  letter-spacing: 0.2em !important;
  font-weight: 700 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__badge-value {
  font-family: "Manrope", sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more {
  margin-top: 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-head {
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(22px, 2.4vw, 28px) !important;
  font-weight: 700 !important;
  color: #1a1410 !important;
  text-align: center !important;
  margin: 24px 0 24px !important;
  letter-spacing: -0.01em !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-head-accent {
  font-style: italic !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-list {
  background:
    linear-gradient(180deg, #1f1814 0%, #16110d 100%) !important;
  border-radius: 18px !important;
  padding: 22px 26px !important;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(207, 159, 75, 0.18) inset !important;
  position: relative !important;
  margin: 0 auto 22px !important;
  max-width: 720px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-list ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 6px 24px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-list li {
  font-family: "Manrope", sans-serif !important;
  font-size: 13.5px !important;
  color: rgba(243, 236, 220, 0.92) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col {
  background:
    linear-gradient(180deg, #1f1814 0%, #16110d 100%) !important;
  border-radius: 16px !important;
  padding: 22px 24px !important;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(207, 159, 75, 0.16) inset !important;
  color: rgba(243, 236, 220, 0.78) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col p,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col div {
  margin: 0 0 8px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col b,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col strong {
  color: #f4d488 !important;
  -webkit-text-fill-color: #f4d488 !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  display: block !important;
  margin: 14px 0 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col b:first-child,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col strong:first-child {
  margin-top: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-cta {
  margin-top: 22px !important;
  display: flex !important;
  justify-content: center !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-toggle {
  font-family: "Manrope", sans-serif !important;
  color: rgba(166, 124, 58, 0.9) !important;
  background: rgba(166, 124, 58, 0.06) !important;
  border: 1px solid rgba(166, 124, 58, 0.25) !important;
  border-radius: 10px !important;
  padding: 8px 16px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  transition: all 0.2s ease !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-toggle:hover {
  background: rgba(166, 124, 58, 0.12) !important;
  border-color: rgba(166, 124, 58, 0.4) !important;
}
@media (max-width: 900px){
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) {
    padding: 56px 0 64px !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__card { padding: 20px !important; }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-list ul {
    grid-template-columns: 1fr !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-grid {
    grid-template-columns: 1fr !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col { padding: 18px !important; }
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-list li,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-grid li {
  -webkit-text-fill-color: rgba(243, 236, 220, 0.95) !important;
  color: rgba(243, 236, 220, 0.95) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col *,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col p,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col div {
  -webkit-text-fill-color: rgba(243, 236, 220, 0.82) !important;
  color: rgba(243, 236, 220, 0.82) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col b,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__more-col strong {
  -webkit-text-fill-color: #f4d488 !important;
  color: #f4d488 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__pane,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__pane p {
  -webkit-text-fill-color: rgba(243, 236, 220, 0.9) !important;
  color: rgba(243, 236, 220, 0.9) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__lead,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__lead p {
  -webkit-text-fill-color: rgba(26, 20, 16, 0.72) !important;
  color: rgba(26, 20, 16, 0.72) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab-title {
  -webkit-text-fill-color: rgba(243, 236, 220, 0.5) !important;
  color: rgba(243, 236, 220, 0.5) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab.is-active,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab.is-active .scandi-whitebox__tab-title {
  -webkit-text-fill-color: #f4d488 !important;
  color: #f4d488 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__tab-num {
  -webkit-text-fill-color: #cf9f4b !important;
  color: #cf9f4b !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__price-label,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__) .scandi-whitebox__badge-eyebrow {
  -webkit-text-fill-color: rgba(243, 236, 220, 0.65) !important;
  color: rgba(243, 236, 220, 0.65) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) {
  position: relative !important;
  padding: 84px 0 100px !important;
  background:
    radial-gradient(1100px 580px at 20% -10%, rgba(207, 159, 75, 0.22) 0%, rgba(207, 159, 75, 0) 60%),
    radial-gradient(900px 460px at 90% 110%, rgba(166, 124, 58, 0.18) 0%, rgba(166, 124, 58, 0) 60%),
    radial-gradient(circle, rgba(207, 159, 75, 0.04) 1px, rgba(0, 0, 0, 0) 1.5px) 0 0 / 24px 24px,
    linear-gradient(180deg, #14100d 0%, #16120e 50%, #181410 100%) !important;
  background-color: #14100d !important;
  overflow: hidden !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__)::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(207, 159, 75, 0.35) 50%, transparent) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__head {
  text-align: center !important;
  margin: 0 auto 48px !important;
  max-width: 760px !important;
  position: relative !important;
  z-index: 2 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__eyebrow {
  background: rgba(207, 159, 75, 0.12) !important;
  border: 1px solid rgba(207, 159, 75, 0.4) !important;
  color: #cf9f4b !important;
  -webkit-text-fill-color: #cf9f4b !important;
  letter-spacing: 0.22em !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 7px 16px !important;
  margin-bottom: 24px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__title {
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  font-family: "Manrope", -apple-system, sans-serif !important;
  font-size: clamp(34px, 4.2vw, 52px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  margin: 0 auto 16px !important;
  text-shadow: none !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__title-accent {
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 60%, #a67c3a 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__lead,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__lead p {
  color: rgba(243, 236, 220, 0.65) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.65) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__card {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  padding: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(135deg, #1f1814 0%, #15110d 100%) !important;
  border: 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(207, 159, 75, 0.22) inset !important;
  position: relative !important;
  z-index: 2 !important;
  backdrop-filter: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 24px !important;
  padding: 1.5px !important;
  background: linear-gradient(135deg,
    rgba(244, 212, 136, 0.65) 0%,
    rgba(207, 159, 75, 0.2) 25%,
    rgba(166, 124, 58, 0.08) 55%,
    rgba(244, 212, 136, 0.55) 100%) !important;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) !important;
  -webkit-mask-composite: xor !important;
          mask-composite: exclude !important;
  pointer-events: none !important;
  z-index: 5 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__left {
  padding: 48px 48px 44px 56px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  justify-content: flex-start !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__card-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 10.5px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #cf9f4b !important;
  -webkit-text-fill-color: #cf9f4b !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  width: max-content !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__card-eyebrow-dot {
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #cf9f4b !important;
  box-shadow: 0 0 12px rgba(207, 159, 75, 0.55) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__card-title {
  font-family: "Manrope", -apple-system, sans-serif !important;
  font-size: clamp(28px, 2.8vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.022em !important;
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  margin: 0 0 18px !important;
  text-shadow: none !important;
  background: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__card-title-accent {
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-weight: 700 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__card-lead {
  color: rgba(243, 236, 220, 0.7) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.7) !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  margin: 0 0 26px !important;
  max-width: 520px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 28px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  border-top: 1px solid rgba(207, 159, 75, 0.14) !important;
  padding-top: 22px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__feature {
  list-style: none !important;
  display: grid !important;
  grid-template-columns: 24px 1fr !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 0 !important;
  margin: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__feature::before {
  display: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__feature-icon {
  width: 18px !important;
  height: 18px !important;
  color: #e6c285 !important;
  -webkit-text-fill-color: initial !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
  filter: drop-shadow(0 0 6px rgba(207, 159, 75, 0.3)) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__feature-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__feature-text strong {
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.005em !important;
  font-family: "Manrope", sans-serif !important;
  display: block !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__feature-desc {
  color: rgba(243, 236, 220, 0.55) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.55) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  display: block !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__price-row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  padding: 18px 0 4px !important;
  margin: 0 0 18px !important;
  border-top: 1px solid rgba(207, 159, 75, 0.18) !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__price-label {
  font-size: 10.5px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(243, 236, 220, 0.55) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.55) !important;
  font-weight: 600 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__price-value {
  font-family: "Manrope", sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em !important;
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: stretch !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__cta.styled-btn {
  width: 100% !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  height: 56px !important;
  border-radius: 12px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-toggle {
  font-family: "Manrope", sans-serif !important;
  color: rgba(207, 159, 75, 0.85) !important;
  -webkit-text-fill-color: rgba(207, 159, 75, 0.85) !important;
  background: transparent !important;
  border: 1px solid rgba(207, 159, 75, 0.22) !important;
  border-radius: 10px !important;
  padding: 11px 16px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: all 0.2s ease !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-toggle:hover {
  background: rgba(207, 159, 75, 0.06) !important;
  border-color: rgba(207, 159, 75, 0.4) !important;
  color: #f4d488 !important;
  -webkit-text-fill-color: #f4d488 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media {
  position: relative !important;
  min-height: auto !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  margin: 0 !important;
  background: #0c0a08 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media-inner {
  position: absolute !important;
  inset: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media-frame {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(15, 12, 10, 0.95) 0%, rgba(15, 12, 10, 0.2) 12%, rgba(15, 12, 10, 0) 25%),
    linear-gradient(180deg, rgba(15, 12, 10, 0) 60%, rgba(15, 12, 10, 0.45) 100%) !important;
  pointer-events: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__badge {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  background: rgba(20, 16, 13, 0.86) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(244, 212, 136, 0.45) !important;
  padding: 12px 18px !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45) !important;
  z-index: 3 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__badge-eyebrow {
  font-size: 9.5px !important;
  letter-spacing: 0.22em !important;
  font-weight: 700 !important;
  color: rgba(243, 236, 220, 0.65) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.65) !important;
  text-transform: uppercase !important;
  display: block !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__badge-value {
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em !important;
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  line-height: 1 !important;
  display: block !important;
  margin-top: 2px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more {
  margin-top: 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-head {
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  font-weight: 700 !important;
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  text-align: center !important;
  margin: 24px 0 24px !important;
  letter-spacing: -0.01em !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-head-accent {
  background: linear-gradient(135deg, #f4d488 0%, #cf9f4b 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-style: normal !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-list {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%),
    rgba(15, 12, 10, 0.7) !important;
  background-color: rgba(15, 12, 10, 0.7) !important;
  border-radius: 16px !important;
  padding: 24px 28px !important;
  box-shadow:
    0 0 0 1px rgba(207, 159, 75, 0.18) inset !important;
  margin: 0 auto 22px !important;
  max-width: 880px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-list ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-list li {
  font-size: 14px !important;
  color: rgba(243, 236, 220, 0.92) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.92) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-col {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%),
    rgba(15, 12, 10, 0.7) !important;
  background-color: rgba(15, 12, 10, 0.7) !important;
  border-radius: 16px !important;
  padding: 22px 24px !important;
  box-shadow: 0 0 0 1px rgba(207, 159, 75, 0.16) inset !important;
  color: rgba(243, 236, 220, 0.82) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.82) !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-col p,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-col div {
  color: rgba(243, 236, 220, 0.82) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.82) !important;
  margin: 0 0 8px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-col b,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-col strong {
  color: #f4d488 !important;
  -webkit-text-fill-color: #f4d488 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  display: block !important;
  margin: 14px 0 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-col b:first-child,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-col strong:first-child {
  margin-top: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-cta {
  margin-top: 26px !important;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 900px){
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) {
    padding: 56px 0 64px !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__card {
    grid-template-columns: 1fr !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media {
    order: -1 !important;
    min-height: 280px !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media-frame {
    background: linear-gradient(180deg, rgba(15, 12, 10, 0) 60%, rgba(15, 12, 10, 0.6) 100%) !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__left {
    padding: 32px 24px 28px !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-list ul {
    grid-template-columns: 1fr !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-grid {
    grid-template-columns: 1fr !important;
  }
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media-img {
  object-position: 70% center !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media {
  background:
    radial-gradient(ellipse at 30% 50%, rgba(166, 124, 58, 0.08) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(135deg, #1a1410 0%, #0c0a08 100%) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__media-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 70% center !important;
  display: block !important;
  background: #0c0a08 !important;
  position: absolute !important;
  inset: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__sections-head {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  padding: 0 4px !important;
  margin: 8px 0 16px !important;
  border-top: 1px solid rgba(207, 159, 75, 0.18) !important;
  padding-top: 22px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__sections-head-eyebrow {
  font-family: "Manrope", sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #cf9f4b !important;
  -webkit-text-fill-color: #cf9f4b !important;
  font-weight: 700 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__sections-head-hint {
  font-family: "Manrope", sans-serif !important;
  font-size: 12px !important;
  color: rgba(243, 236, 220, 0.5) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.5) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__sections {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  align-items: start !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%),
    rgba(15, 12, 10, 0.7) !important;
  background-color: rgba(15, 12, 10, 0.7) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow:
    0 0 0 1px rgba(207, 159, 75, 0.18) inset,
    0 12px 28px rgba(0, 0, 0, 0.18) !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease !important;
  position: relative !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open {
  box-shadow:
    0 0 0 1px rgba(244, 212, 136, 0.45) inset,
    0 16px 36px rgba(0, 0, 0, 0.32) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 14px !important;
  bottom: 14px !important;
  width: 0 !important;
  background: linear-gradient(180deg, #f4d488 0%, #cf9f4b 100%) !important;
  border-radius: 0 3px 3px 0 !important;
  transition: width 0.25s ease !important;
  box-shadow: 0 0 12px rgba(244, 212, 136, 0.4) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open::before {
  width: 3px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-header {
  appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  width: 100% !important;
  padding: 16px 18px 16px 22px !important;
  display: grid !important;
  grid-template-columns: 28px 1fr 18px !important;
  gap: 12px !important;
  align-items: center !important;
  text-align: left !important;
  cursor: pointer !important;
  font-family: "Manrope", sans-serif !important;
  color: inherit !important;
  -webkit-text-fill-color: initial !important;
  transition: background 0.18s ease !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-header:hover {
  background: rgba(244, 212, 136, 0.04) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-num {
  font-family: "Manrope", sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
  font-weight: 700 !important;
  color: #cf9f4b !important;
  -webkit-text-fill-color: #cf9f4b !important;
  opacity: 0.7 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open .scandi-whitebox__section-num {
  opacity: 1 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-title {
  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: rgba(243, 236, 220, 0.85) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.85) !important;
  line-height: 1.3 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open .scandi-whitebox__section-title {
  color: #f4d488 !important;
  -webkit-text-fill-color: #f4d488 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-icon {
  color: #cf9f4b !important;
  transition: transform 0.25s ease, color 0.18s ease !important;
  justify-self: end !important;
  flex-shrink: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open .scandi-whitebox__section-icon {
  transform: rotate(180deg) !important;
  color: #f4d488 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body {
  display: grid !important;
  grid-template-rows: 0fr !important;
  transition: grid-template-rows 0.32s ease !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open .scandi-whitebox__section-body {
  grid-template-rows: 1fr !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner {
  overflow: hidden !important;
  min-height: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open .scandi-whitebox__section-body-inner {
  padding: 4px 22px 20px 22px !important;
  border-top: 1px solid rgba(207, 159, 75, 0.12) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner p,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner div {
  color: rgba(243, 236, 220, 0.82) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.82) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
  margin: 0 0 10px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner p:last-child,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner div:last-child {
  margin-bottom: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner b,
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner strong {
  color: #f4d488 !important;
  -webkit-text-fill-color: #f4d488 !important;
  font-weight: 700 !important;
  display: inline !important;
  font-size: inherit !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin: 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 8px 0 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner li {
  position: relative !important;
  padding: 3px 0 3px 24px !important;
  margin: 2px 0 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: rgba(243, 236, 220, 0.82) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.82) !important;
  list-style: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-body-inner li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 7px !important;
  width: 14px !important;
  height: 14px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6c285' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12 L10 17 L20 7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-grid {
  display: none !important;
}
@media (max-width: 900px){
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__sections {
    grid-template-columns: 1fr !important;
  }
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__sections-head {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__sections {
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  max-width: 860px !important;
  margin: 0 auto !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section {
  background: rgba(15, 12, 10, 0.55) !important;
  background-color: rgba(15, 12, 10, 0.55) !important;
  border-radius: 12px !important;
  box-shadow: 0 0 0 1px rgba(207, 159, 75, 0.18) inset !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open {
  background: rgba(20, 16, 13, 0.7) !important;
  background-color: rgba(20, 16, 13, 0.7) !important;
  box-shadow: 0 0 0 1px rgba(244, 212, 136, 0.35) inset !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-header {
  grid-template-columns: 1fr 18px !important;
  padding: 14px 18px !important;
  gap: 10px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-title {
  font-size: 14.5px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: rgba(243, 236, 220, 0.92) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.92) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open .scandi-whitebox__section-title {
  color: #f4d488 !important;
  -webkit-text-fill-color: #f4d488 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section::before {
  display: none !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section.is-open .scandi-whitebox__section-body-inner {
  padding: 0 18px 16px 18px !important;
  border-top: 1px solid rgba(207, 159, 75, 0.14) !important;
  padding-top: 12px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__sections-head {
  max-width: 860px !important;
  margin: 8px auto 16px !important;
  padding: 22px 4px 0 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__cta.styled-btn {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 0 24px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-toggle {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 100% !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__more-cta .styled-btn {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 0 28px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-width: 280px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-bullets {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-bullets li {
  list-style: none !important;
  position: relative !important;
  padding: 2px 0 2px 26px !important;
  margin: 0 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: rgba(243, 236, 220, 0.88) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.88) !important;
}
html body .scandi-whitebox:not(#__a__):not(#__b__):not(#__x__):not(#__y__) .scandi-whitebox__section-bullets li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  width: 16px !important;
  height: 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6c285' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12 L10 17 L20 7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  filter: drop-shadow(0 0 4px rgba(207, 159, 75, 0.3)) !important;
}
/* ── Галерея дома (.gallery / .gallery-slide/-thumbs/-nav/-counter/-video-badge / .ph-img) — реальный namespace, добавлено к house.css ── */
.gallery {
  position: relative;
  border-radius: var(--r-gallery);
  overflow: hidden;
  background: #2a2018;
  aspect-ratio: 16 / 9;
  box-shadow: 0 30px 80px rgba(60, 40, 20, 0.20);
}
.gallery-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity .5s ease;
  display: grid;
  place-items: center;
  color: var(--on-dark-mute);
}
.gallery-slide.active { opacity: 1; }
.gallery-slide .ph-img { width: 100%; height: 100%; }
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  border-radius: 999px;
  background: rgba(20,16,13,0.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(243,236,220,0.18);
  color: var(--on-dark);
  display: grid; place-items: center;
  transition: background .2s ease, transform .2s ease;
}
.gallery-nav:hover { background: rgba(20,16,13,0.8); transform: translateY(-50%) scale(1.05); }
.gallery-nav.prev { left: 18px; }
.gallery-nav.next { right: 18px; }
.gallery-counter {
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: rgba(20,16,13,0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(243,236,220,0.18);
  color: var(--on-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.gallery-video-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: var(--gold-grad);
  color: var(--ink-strong);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: var(--sh-gold);
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding: 4px 1px 8px;
  scrollbar-width: thin;
}
.gallery-thumbs::-webkit-scrollbar { height: 6px; }
.gallery-thumbs::-webkit-scrollbar-thumb { background: rgba(166,124,58,0.4); border-radius: 999px; }
.thumb .ph-img { width: 100%; height: 100%; }
@media (max-width: 768px){
.gallery { aspect-ratio: 4 / 3; }
}
.ph-img {
  background-color: #3a2c1f;
  background-image:
    repeating-linear-gradient(135deg, rgba(230,194,133,0.06) 0 14px, rgba(230,194,133,0) 14px 28px),
    linear-gradient(135deg, #3a2c1f 0%, #2a2018 100%);
  display: grid;
  place-items: center;
  color: rgba(230, 194, 133, 0.55);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 12px;
}
.ph-img.ph-cream {
  background-color: #ebe1cc;
  background-image:
    repeating-linear-gradient(135deg, rgba(166,124,58,0.10) 0 14px, rgba(166,124,58,0) 14px 28px),
    linear-gradient(135deg, #f0e6d0 0%, #e3d5b3 100%);
  color: rgba(60, 40, 20, 0.55);
}
.ph-img.ph-portrait {
  background-color: #2a2018;
  background-image:
    radial-gradient(ellipse at 50% 30%, rgba(230,194,133,0.20), transparent 60%),
    linear-gradient(180deg, #3a2c1f 0%, #1a1410 100%);
}
.scheme-frame .ph-img { width: 100%; height: 100%; border-radius: 8px; }
.plan-image .ph-img { width: 100%; height: 100%; border-radius: 6px; }
.manager-tile .ph-img { position: absolute; inset: 0; }
.whitebox-card .image .ph-img { position: absolute; inset: 0; }
.proj-photo .ph-img { position: absolute; inset: 0; }
.scandi-gallery {
  position: relative;
  background: linear-gradient(180deg, #1a1410, #14100d);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.scandi-gallery__main {
  position: relative;
  aspect-ratio: 16/9;
}
.scandi-gallery__main .swiper-wrapper { height: 100%; }
.scandi-slide, .scandi-gallery__main .swiper-slide { position: relative; height: 100%; }
.scandi-gallery__badge {
  position: absolute; top: 18px; left: 18px; z-index: 5;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 999px;
  background: var(--gold-grad);
  color: #14100d;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(166,124,58,0.36);
}
.scandi-gallery__badge-ico { font-size: 10px; }
.scandi-gallery__counter {
  position: absolute; top: 18px; right: 18px; z-index: 5;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(20,16,13,0.7);
  border: 1px solid rgba(193,154,91,0.32);
  color: var(--gold-2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
}
.scandi-gallery__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(20,16,13,0.55);
  border: 1px solid rgba(243,236,220,0.18);
  color: var(--on-dark);
  font-size: 28px; cursor: pointer;
  display: grid; place-items: center;
  transition: background .2s, border-color .2s, transform .2s;
  backdrop-filter: blur(10px);
}
.scandi-gallery__nav:hover {
  background: rgba(193,154,91,0.36);
  border-color: var(--gold-3);
  transform: translateY(-50%) scale(1.05);
}
.scandi-gallery__nav--prev { left: 18px; }
.scandi-gallery__nav--next { right: 18px; }
@media (max-width: 768px){
.scandi-gallery__nav { width: 40px; height: 40px; font-size: 22px; }
.scandi-gallery__counter, .scandi-gallery__badge { font-size: 10px; padding: 6px 12px; }
}
.scandi-gallery__main .swiper-wrapper {
  display: flex; transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.scandi-gallery__main .swiper-slide {
  flex: 0 0 100%; min-width: 100%;
}
.scandi-hero-grid__left .gallery {
  aspect-ratio: 4 / 3;
}
.scandi-hero-grid__left .gallery-thumbs {
  gap: 8px;
  margin-top: 0;
}
@media (max-width: 1024px){
.scandi-hero-grid__left .gallery { aspect-ratio: 16 / 9; }
}
/* ── Комплектации: сетка (.compl-cards-grid) + оболочка карточек (.compl-card/.compl-card-v2)
   — были только в легаси, поэтому 3 карточки цен в clean были пустыми полотнами. ── */
.compl-card .compl-house-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: rgba(193, 154, 91, 0.10);
  border: 1px solid rgba(193, 154, 91, 0.28);
  border-radius: 10px;
}
.compl-card .compl-house-stats__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--on-dark);
  -webkit-text-fill-color: var(--on-dark);
  line-height: 1.2;
}
.compl-card .compl-house-stats__item svg {
  color: var(--gold-2);
  flex: 0 0 auto;
}
.compl-card .compl-house-stats__item strong {
  font-weight: 700;
  color: var(--gold-1);
  -webkit-text-fill-color: var(--gold-1);
  font-size: 13px;
}
.compl-card .compl-includes-list.scandi-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  gap: 10px;
}
.compl-card .compl-includes-list.scandi-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 !important;
  background: transparent !important;
  font-size: 13px;
  line-height: 1.45;
  color: var(--on-dark);
  -webkit-text-fill-color: var(--on-dark);
}
.compl-card .compl-includes-list.scandi-checklist li::before,
.compl-card .compl-includes-list.scandi-checklist li::after {
  content: none !important;
  display: none !important;
}
.compl-card .scandi-checklist__check {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-radius: 50%;
  background: var(--gold-grad);
  color: var(--ink-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(166, 124, 58, 0.30);
}
.compl-card .scandi-checklist__check svg {
  display: block;
}
html body .step.step2 .step-wrapper,
html body section.step2 .step-wrapper,
html body div.step2 .step-wrapper,
/* Секция комплектаций = тёмная полоса нового дизайна (как whitebox / scandi.css:3764).
   Раньше extracted-правило гасило фон в transparent → карточки висели на креме. */
html body .step.complectations-section {
  background:
    radial-gradient(circle, rgba(212, 173, 110, 0.12) 1px, transparent 1.5px),
    radial-gradient(ellipse 70% 50% at 20% 30%, rgba(193, 154, 91, 0.10) 0%, transparent 60%),
    linear-gradient(180deg, #14100d 0%, #1a1410 100%) !important;
  background-size: 28px 28px, auto, auto !important;
  background-color: #14100d !important;
  box-shadow: none !important;
  border: none !important;
}
html body .step.complectations-section .in,
html body .step.complectations-section .step-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}
html body .step2 > .title,
html body .step2 .step-wrapper > .title,
html body .step2 .title.b-title {
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(28px, 2.8vw, 40px) !important;
  font-weight: 300 !important;
  letter-spacing: -0.015em !important;
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  text-align: center !important;
  margin: 0 0 10px !important;
}
html body .step2 .compl-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
  align-items: stretch !important;
  margin: 0 auto !important;
  padding: 28px 0 0 !important;
  max-width: 1280px !important;
}
@media (max-width: 980px){
html body .step2 .compl-cards-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
}
html body .step2 .compl-card,
html body .step2 div.compl-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 30px 28px !important;
  background:
    linear-gradient(165deg, rgba(60, 42, 24, 0.55), rgba(20, 16, 13, 0.92)) !important;
  background-image:
    linear-gradient(165deg, rgba(60, 42, 24, 0.55), rgba(20, 16, 13, 0.92)),
    radial-gradient(circle at 1px 1px, rgba(212, 173, 110, 0.06) 1px, transparent 0) !important;
  background-size: auto, 22px 22px !important;
  border: 1px solid rgba(193, 154, 91, 0.32) !important;
  border-top: 2px solid #c19a5b !important;
  border-radius: 16px !important;
  color: #f3ecdc !important;
  position: relative !important;
  overflow: visible !important;
  box-shadow:
    0 0 0 1px rgba(255, 230, 180, 0.04) inset,
    0 -1px 0 rgba(255, 230, 180, 0.06) inset,
    0 20px 44px rgba(0, 0, 0, 0.40),
    0 6px 14px rgba(0, 0, 0, 0.28) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
html body .step2 .compl-card:not(.is-popular):hover {
  transform: translateY(-4px) !important;
  border-color: rgba(212, 173, 110, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(255, 230, 180, 0.08) inset,
    0 30px 60px rgba(0, 0, 0, 0.50),
    0 0 36px rgba(193, 154, 91, 0.25) !important;
}
html body .step2 .compl-card.is-popular,
html body .step2 div.compl-card.is-popular {
  background:
    linear-gradient(165deg, rgba(80, 56, 30, 0.78), rgba(28, 22, 16, 0.95)) padding-box,
    linear-gradient(135deg, #ffe5b8, #d4ad6e 35%, #c19a5b 65%, #a67c3a) border-box !important;
  background-image:
    linear-gradient(165deg, rgba(80, 56, 30, 0.78), rgba(28, 22, 16, 0.95)) padding-box,
    linear-gradient(135deg, #ffe5b8, #d4ad6e 35%, #c19a5b 65%, #a67c3a) border-box,
    radial-gradient(circle at 1px 1px, rgba(212, 173, 110, 0.10) 1px, transparent 0) padding-box !important;
  background-size: auto, auto, 22px 22px !important;
  border: 3px solid transparent !important;
  border-top: 3px solid transparent !important;
  transform: translateY(-8px) !important;
  box-shadow:
    0 0 0 1px rgba(255, 230, 180, 0.18) inset,
    0 -1px 0 rgba(255, 230, 180, 0.10) inset,
    0 0 60px rgba(212, 173, 110, 0.36),
    0 32px 64px rgba(0, 0, 0, 0.48) !important;
}
html body .step2 .compl-card.is-popular:hover {
  transform: translateY(-12px) !important;
  box-shadow:
    0 0 0 1px rgba(255, 230, 180, 0.22) inset,
    0 0 80px rgba(212, 173, 110, 0.50),
    0 40px 80px rgba(0, 0, 0, 0.56) !important;
}
html body .step2 .compl-card .compl-card-header {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
html body .step2 .compl-card .compl-card-label {
  align-self: flex-start !important;
  padding: 5px 12px !important;
  background: rgba(193, 154, 91, 0.12) !important;
  border: 1px solid rgba(193, 154, 91, 0.40) !important;
  border-radius: 999px !important;
  font: 700 10.5px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;
  color: #d4ad6e !important;
  -webkit-text-fill-color: #d4ad6e !important;
  margin: 0 !important;
}
html body .step2 .compl-card .compl-card-title,
html body .step2 .compl-card h3.compl-card-title {
  font: 700 24px/1.15 "Manrope", sans-serif !important;
  letter-spacing: -0.015em !important;
  background: linear-gradient(135deg, #ffe5b8, #d4ad6e, #c19a5b) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  margin: 4px 0 0 !important;
}
html body .step2 .compl-card .compl-card-subtitle {
  font: 400 13px/1.5 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.65) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.65) !important;
  margin: 0 !important;
  background: none !important;
}
html body .step2 .compl-card .compl-readiness-block {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
html body .step2 .compl-card .compl-readiness-label {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 0 8px !important;
  font: 700 11px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  color: rgba(243, 236, 220, 0.65) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.65) !important;
}
html body .step2 .compl-card .compl-readiness-label strong {
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
  font-weight: 800 !important;
}
html body .step2 .compl-card .compl-readiness-bar {
  height: 8px !important;
  background: rgba(243, 236, 220, 0.08) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}
html body .step2 .compl-card .compl-readiness-fill {
  height: 100% !important;
  background: linear-gradient(90deg, #ffe5b8, #d4ad6e 35%, #c19a5b 65%, #a67c3a) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 16px rgba(212, 173, 110, 0.60) !important;
}
html body .step2 .compl-card .compl-card-content {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}
html body .step2 .compl-card .compl-house-stats {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  background: rgba(193, 154, 91, 0.10) !important;
  border: 1px solid rgba(193, 154, 91, 0.24) !important;
  border-radius: 10px !important;
}
html body .step2 .compl-card .compl-house-stats__item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgba(243, 236, 220, 0.85) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.85) !important;
  font: 500 12.5px/1 "Manrope", sans-serif !important;
}
html body .step2 .compl-card .compl-house-stats__item svg {
  width: 14px !important;
  height: 14px !important;
  color: #d4ad6e !important;
  flex: 0 0 auto !important;
}
html body .step2 .compl-card .compl-house-stats__item strong {
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
  font-weight: 700 !important;
}
html body .step2 .compl-card .compl-includes-block {
  background: linear-gradient(135deg, rgba(245, 235, 215, 0.96), rgba(232, 218, 186, 0.96)) !important;
  border: 1px solid rgba(193, 154, 91, 0.24) !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  margin: 0 !important;
}
html body .step2 .compl-card .compl-includes-title {
  font: 800 10px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #a67c3a !important;
  -webkit-text-fill-color: #a67c3a !important;
  margin: 0 0 10px !important;
  text-align: left !important;
  background: none !important;
  text-shadow: none !important;
}
html body .step2 .compl-card .compl-includes-list,
html body .step2 .compl-card .compl-includes-block ul {
  list-style: none !important;
  display: grid !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
html body .step2 .compl-card .compl-includes-block li {
  font: 500 13px/1.45 "Manrope", sans-serif !important;
  color: #2a2018 !important;
  -webkit-text-fill-color: #2a2018 !important;
  padding: 0 0 0 20px !important;
  position: relative !important;
  background: none !important;
  display: block !important;
}
html body .step2 .compl-card .compl-includes-block li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 6px !important;
  width: 10px !important;
  height: 10px !important;
  border: none !important;
  transform: none !important;
  border-radius: 2px !important;
  background: linear-gradient(135deg, #e6c285, #d4ad6e 35%, #c19a5b 65%, #a67c3a) !important;
  box-shadow: 0 0 0 2px rgba(193, 154, 91, 0.18) !important;
}
html body .step2 .compl-card .compl-includes-block li::after { content: none !important; }
html body .step2 .compl-card .compl-includes-list.scandi-checklist .scandi-checklist__check { display: none !important; }
html body .step2 .compl-card .compl-expand-hint {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  align-self: flex-start !important;
  padding: 9px 14px !important;
  background: rgba(193, 154, 91, 0.10) !important;
  border: 1px solid rgba(193, 154, 91, 0.40) !important;
  border-radius: 999px !important;
  color: #d4ad6e !important;
  -webkit-text-fill-color: #d4ad6e !important;
  font: 700 10.5px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background .2s ease, border-color .2s ease !important;
}
html body .step2 .compl-card .compl-expand-hint:hover {
  background: rgba(193, 154, 91, 0.18) !important;
  border-color: #c19a5b !important;
}
html body .step2 .compl-card .compl-expand-hint svg { width: 12px !important; height: 12px !important; flex: 0 0 auto !important; color: inherit !important; }
html body .step2 .compl-card .compl-accordions-container {
  display: none !important;
  grid-column: 1 / -1 !important;
  gap: 0 !important;
  margin: 4px 0 0 !important;
  padding: 6px 0 0 !important;
  background: none !important;
  border-top: 1px solid rgba(193, 154, 91, 0.24) !important;
}
html body .step2 .compl-card.scandi-expanded .compl-accordions-container {
  display: grid !important;
}
html body .step2 .compl-card .compl-accordion-item {
  background: none !important;
  border: none !important;
  border-bottom: 1px dashed rgba(193, 154, 91, 0.28) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}
html body .step2 .compl-card .compl-accordion-item:last-child { border-bottom: none !important; }
html body .step2 .compl-card .compl-accordion-header {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 0 !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1 !important;
  background: none !important;
  border: none !important;
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  font: 600 13px/1.2 "Manrope", sans-serif !important;
  cursor: pointer !important;
}
html body .step2 .compl-card .compl-accordion-icon {
  width: 16px !important;
  height: 16px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 16px !important;
  max-height: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  flex: 0 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #d4ad6e !important;
}
html body .step2 .compl-card .compl-accordion-icon svg { width: 14px !important; height: 14px !important; color: inherit !important; stroke: currentColor !important; }
html body .step2 .compl-card .compl-accordion-toggle {
  width: 16px !important;
  height: 16px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 16px !important;
  max-height: 16px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  flex: 0 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #d4ad6e !important;
  transition: transform .25s ease !important;
}
html body .step2 .compl-card .compl-accordion-toggle svg { width: 12px !important; height: 12px !important; color: inherit !important; stroke: currentColor !important; }
html body .step2 .compl-card .compl-accordion-item.active .compl-accordion-toggle { transform: rotate(180deg) !important; }
html body .step2 .compl-card .compl-accordion-item.active .compl-accordion-header,
html body .step2 .compl-card .compl-accordion-item.active .compl-accordion-title {
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
}
html body .step2 .compl-card .compl-accordion-title {
  flex: 1 !important;
  background: none !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 0 !important;
}
html body .step2 .compl-card .compl-accordion-body {
  display: none !important;
  padding: 0 0 8px 24px !important;
  margin: 0 !important;
  background: none !important;
  font: 400 13px/1.55 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.72) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.72) !important;
}
html body .step2 .compl-card .compl-accordion-item.active .compl-accordion-body { display: block !important; }
html body .step2 .compl-card .compl-accordion-content,
html body .step2 .compl-card .compl-accordion-content *,
html body .step2 .compl-card .compl-accordion-body *  {
  background: none !important;
  background-image: none !important;
  color: rgba(243, 236, 220, 0.72) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.72) !important;
  border-color: rgba(193, 154, 91, 0.24) !important;
}
html body .step2 .compl-card .compl-accordion-body b,
html body .step2 .compl-card .compl-accordion-body strong,
html body .step2 .compl-card .compl-accordion-content b,
html body .step2 .compl-card .compl-accordion-content strong {
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
  font-weight: 700 !important;
}
html body .step2 .compl-card .compl-accordion-body ul,
html body .step2 .compl-card .compl-accordion-body ol,
html body .step2 .compl-card .compl-accordion-content ul,
html body .step2 .compl-card .compl-accordion-content ol {
  list-style: none !important;
  margin: 4px 0 !important;
  padding: 0 !important;
}
html body .step2 .compl-card .compl-accordion-body li,
html body .step2 .compl-card .compl-accordion-content li {
  position: relative !important;
  padding: 0 0 0 14px !important;
  margin: 2px 0 !important;
  line-height: 1.45 !important;
  list-style: none !important;
}
html body .step2 .compl-card .compl-accordion-body li::marker,
html body .step2 .compl-card .compl-accordion-content li::marker { content: '' !important; color: transparent !important; }
html body .step2 .compl-card .compl-accordion-body li::before,
html body .step2 .compl-card .compl-accordion-content li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 8px !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #e6c285, #c19a5b) !important;
  box-shadow: 0 0 0 1px rgba(193, 154, 91, 0.25) !important;
}
html body .step2 .compl-card .compl-card-footer {
  background: none !important;
  padding: 16px 0 0 !important;
  margin: auto 0 0 !important;
  border-top: 1px solid rgba(193, 154, 91, 0.24) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
html body .step2 .compl-card .compl-price-row { display: flex !important; flex-direction: column !important; gap: 2px !important; background: none !important; padding: 0 !important; margin: 0 !important; }
html body .step2 .compl-card .compl-price-main { display: flex !important; flex-direction: column !important; background: none !important; padding: 0 !important; margin: 0 !important; }
html body .step2 .compl-card .compl-price-for {
  font: 700 10px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;
  color: rgba(243, 236, 220, 0.55) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.55) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
}
html body .step2 .compl-card .compl-price-value {
  font: 800 34px/1.05 "Manrope", sans-serif !important;
  letter-spacing: -0.02em !important;
  background: linear-gradient(135deg, #ffe5b8, #d4ad6e 35%, #c19a5b 65%, #a67c3a) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  filter: drop-shadow(0 0 12px rgba(212, 173, 110, 0.20)) !important;
}
html body .step2 .compl-card .compl-price-per-m2 {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  font: 500 12px/1 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.60) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.60) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  margin: 4px 0 0 !important;
}
html body .step2 .compl-card .compl-price-per-m2 .value {
  color: #d4ad6e !important;
  -webkit-text-fill-color: #d4ad6e !important;
  font-weight: 700 !important;
}
html body .step2 .compl-card .compl-price-label {
  font: italic 400 12px/1.4 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.60) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.60) !important;
  background: none !important;
  margin: 4px 0 0 !important;
}
html body .step2 .compl-card .compl-btn-order {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 6px 0 0 !important;
  padding: 15px 22px !important;
  background: linear-gradient(135deg, #e6c285, #d4ad6e 35%, #c19a5b 65%, #a67c3a) !important;
  color: #14100d !important;
  -webkit-text-fill-color: #14100d !important;
  font: 700 12.5px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  box-shadow:
    0 0 0 1px rgba(255, 230, 180, 0.35) inset,
    0 14px 30px rgba(166, 124, 58, 0.40) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
  text-shadow: none !important;
}
html body .step2 .compl-card .compl-btn-order:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 0 0 1px rgba(255, 230, 180, 0.50) inset,
    0 18px 40px rgba(166, 124, 58, 0.55) !important;
}
html body .step2 .compl-card .compl-btn-order svg { color: #14100d !important; }
html body .step2 .compl-card .compl-guarantee {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 4px 0 0 !important;
  font: 500 11.5px/1.4 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.65) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.65) !important;
}
html body .step2 .compl-card .compl-guarantee svg {
  width: 14px !important;
  height: 14px !important;
  color: #d4ad6e !important;
  flex: 0 0 auto !important;
}
html body .step2 .compl-card svg,
html body .step2 .compl-card svg * {
  stroke: currentColor !important;
  fill: none !important;
}
html body .step2 .compl-card .compl-btn-order svg,
html body .step2 .compl-card .compl-btn-order svg * {
  color: #14100d !important;
  stroke: currentColor !important;
}
html body .step2 .compl-card .compl-includes-block,
html body .step2 div.compl-card .compl-includes-block {
  background: none !important;
  background-image: none !important;
  border: none !important;
  border-top: 1px solid rgba(193, 154, 91, 0.22) !important;
  border-radius: 0 !important;
  padding: 14px 0 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
html body .step2 .compl-card .compl-includes-title {
  color: #d4ad6e !important;
  -webkit-text-fill-color: #d4ad6e !important;
  font: 800 10px/1 "Manrope", sans-serif !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  margin: 0 0 10px !important;
}
html body .step2 .compl-card .compl-includes-block li {
  color: rgba(243, 236, 220, 0.88) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.88) !important;
  font: 500 13px/1.5 "Manrope", sans-serif !important;
  padding: 0 0 0 20px !important;
}
html body .step2 .compl-card .compl-includes-block li::before {
  width: 8px !important;
  height: 8px !important;
  top: 7px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #e6c285, #c19a5b) !important;
  box-shadow: 0 0 0 2px rgba(193, 154, 91, 0.18) !important;
}
html body .step2 .compl-card .compl-card-subtitle {
  color: rgba(243, 236, 220, 0.78) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.78) !important;
  font: 400 13px/1.55 "Manrope", sans-serif !important;
}
html body .step2 .compl-card .compl-accordion-body,
html body .step2 .compl-card .compl-accordion-content,
html body .step2 .compl-card .compl-accordion-content *,
html body .step2 .compl-card .compl-accordion-body * {
  color: rgba(243, 236, 220, 0.82) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.82) !important;
}
html body .step2 .compl-card .compl-accordion-body b,
html body .step2 .compl-card .compl-accordion-body strong,
html body .step2 .compl-card .compl-accordion-content b,
html body .step2 .compl-card .compl-accordion-content strong {
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
}
html body section.step2 > .container > .title,
html body section.step2 .step-wrapper > .title,
html body div.step2 > .container > .title,
html body .step.step2 > .container > .title,
html body section.step2 .title.b-title,
html body div.step2 .title.b-title {
  display: block !important;
  text-align: center !important;
  font: 300 clamp(28px, 2.8vw, 40px)/1.15 "Manrope", sans-serif !important;
  letter-spacing: -0.015em !important;
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  margin: 0 auto 10px !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.40) !important;
}
html body .step2 .compl-card .compl-includes-block li,
html body .step2 div.compl-card .compl-includes-block li {
  position: relative !important;
  padding: 0 0 0 26px !important;
  margin: 0 !important;
  font: 500 13.5px/1.5 "Manrope", sans-serif !important;
  color: rgba(243, 236, 220, 0.92) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.92) !important;
  background: none !important;
  display: block !important;
}
html body .step2 .compl-card .compl-includes-block li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #e6c285, #d4ad6e 35%, #c19a5b 65%, #a67c3a) !important;
  box-shadow: 0 2px 6px rgba(166, 124, 58, 0.35), 0 0 0 1px rgba(255, 230, 180, 0.30) inset !important;
  border: none !important;
  transform: none !important;
}
html body .step2 .compl-card .compl-includes-block li::after {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  width: 16px !important;
  height: 16px !important;
  display: grid !important;
  place-items: center !important;
  font: 800 10px/1 "Manrope", sans-serif !important;
  color: #14100d !important;
  -webkit-text-fill-color: #14100d !important;
  background: none !important;
}
html body .step2 .compl-card .compl-accordion-header,
html body .step2 div.compl-card .compl-accordion-header {
  font: 700 14px/1.2 "Manrope", sans-serif !important;
  letter-spacing: 0.01em !important;
  padding: 9px 0 !important;
}
html body .step2 .compl-card .compl-accordion-title {
  font: 700 14px/1.2 "Manrope", sans-serif !important;
}
html body .step2 .compl-card .compl-accordion-body,
html body .step2 div.compl-card .compl-accordion-body {
  font: 400 12.5px/1.55 "Manrope", sans-serif !important;
  padding: 0 0 10px 24px !important;
  color: rgba(243, 236, 220, 0.78) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.78) !important;
}
html body .step2 .compl-card .compl-accordion-body *,
html body .step2 .compl-card .compl-accordion-content,
html body .step2 .compl-card .compl-accordion-content *,
html body .step2 .compl-card .compl-accordion-body li,
html body .step2 .compl-card .compl-accordion-content li {
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  color: rgba(243, 236, 220, 0.78) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.78) !important;
}
html body .step2 .compl-card .compl-accordion-body b,
html body .step2 .compl-card .compl-accordion-body strong,
html body .step2 .compl-card .compl-accordion-content b,
html body .step2 .compl-card .compl-accordion-content strong {
  font-weight: 700 !important;
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
}
html body .step2 .compl-card .compl-expand-hint {
  animation: scandi-hint-pulse 2.4s ease-in-out infinite !important;
  position: relative !important;
}
html body .step2 .compl-card.scandi-expanded .compl-expand-hint {
  animation: none !important;
}
html body section.step2 > .container > .title,
html body section.step2 .step-wrapper > .title,
html body div.step2 > .container > .title,
html body section.step2 .title.b-title,
html body div.step2 .title.b-title {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.30) !important;
  font-weight: 400 !important;
}
html body .step2 .compl-card.scandi-expanded .compl-accordions-container,
html body .step2 div.compl-card.scandi-expanded .compl-accordions-container {
  display: grid !important;
  gap: 8px !important;
  border-top: none !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
}
html body .step2 .compl-card .compl-accordion-item,
html body .step2 div.compl-card .compl-accordion-item {
  background: rgba(193, 154, 91, 0.06) !important;
  border: 1px solid rgba(193, 154, 91, 0.30) !important;
  border-bottom: 1px solid rgba(193, 154, 91, 0.30) !important;
  border-radius: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease !important;
}
html body .step2 .compl-card .compl-accordion-item:last-child {
  border-bottom: 1px solid rgba(193, 154, 91, 0.30) !important;
}
html body .step2 .compl-card .compl-accordion-item:hover {
  border-color: rgba(193, 154, 91, 0.55) !important;
  background: rgba(193, 154, 91, 0.10) !important;
}
html body .step2 .compl-card .compl-accordion-item.active {
  border-color: rgba(212, 173, 110, 0.65) !important;
  background: rgba(193, 154, 91, 0.10) !important;
  box-shadow: 0 0 0 1px rgba(212, 173, 110, 0.25), 0 4px 12px rgba(0, 0, 0, 0.20) !important;
}
html body .step2 .compl-card .compl-accordion-header,
html body .step2 div.compl-card .compl-accordion-header {
  padding: 11px 14px !important;
  font: 700 14px/1.2 "Manrope", sans-serif !important;
}
html body .step2 .compl-card .compl-accordion-body,
html body .step2 div.compl-card .compl-accordion-body {
  padding: 4px 14px 14px 40px !important;
  margin: 0 !important;
  border-top: 1px dashed rgba(193, 154, 91, 0.25) !important;
  padding-top: 10px !important;
}
html body .step2 .compl-card.is-popular,
html body .step2 div.compl-card.is-popular {
  transform: none !important;
}
html body .step2 .compl-card.is-popular:hover {
  transform: translateY(-4px) !important;
}
html body .step2 .compl-card .compl-card-subtitle,
html body .step2 div.compl-card .compl-card-subtitle {
  min-height: 145px !important;
}
@media (max-width: 980px){
html body .step2 .compl-card .compl-card-subtitle { min-height: 0 !important; }
}
html body .step2 .compl-card .compl-card-title,
html body .step2 .compl-card h3.compl-card-title {
  min-height: 56px !important;
  display: flex !important;
  align-items: flex-start !important;
}
@media (max-width: 980px){
html body .step2 .compl-card .compl-card-title,
  html body .step2 .compl-card h3.compl-card-title { min-height: 0 !important; }
}
html body section.step2 > .container > .title,
html body section.step2 .step-wrapper > .title,
html body div.step2 > .container > .title,
html body section.step2 .title.b-title,
html body div.step2 .title.b-title {
  font-weight: 700 !important;
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
  text-shadow: none !important;
  font-size: clamp(28px, 2.6vw, 38px) !important;
  line-height: 1.2 !important;
  margin: 0 auto 14px !important;
}
html body .step2 .compl-card .compl-accordion-body,
html body .step2 .compl-card .compl-accordion-content,
html body .step2 .compl-card .compl-accordion-body *,
html body .step2 .compl-card .compl-accordion-content *,
html body .step2 .compl-card .compl-accordion-body p,
html body .step2 .compl-card .compl-accordion-body ul,
html body .step2 .compl-card .compl-accordion-body li,
html body .step2 .compl-card .compl-accordion-content p,
html body .step2 .compl-card .compl-accordion-content ul,
html body .step2 .compl-card .compl-accordion-content li {
  text-align: left !important;
}
html body .step2 .compl-card .compl-accordion-header,
html body .step2 .compl-card .compl-accordion-title {
  text-align: left !important;
}
html body .step2 .compl-card .compl-card-subtitle,
html body .step2 div.compl-card .compl-card-subtitle {
  color: rgba(243, 236, 220, 0.92) !important;
  -webkit-text-fill-color: rgba(243, 236, 220, 0.92) !important;
  font-weight: 500 !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  text-align: left !important;
}
html body .step2 .compl-card .compl-card-header {
  text-align: left !important;
}
html body .step2 .compl-card .compl-accordion-body,
html body .step2 div.compl-card .compl-accordion-body {
  padding: 8px 14px 14px 14px !important;
}
html body .step2 .compl-card .compl-accordion-body ul,
html body .step2 .compl-card .compl-accordion-content ul {
  padding-left: 16px !important;
  margin: 6px 0 0 !important;
}
html body .step.step2 .compl-card .compl-accordion-body,
html body section.step2 .compl-card .compl-accordion-body,
html body .step.step2 .compl-card .compl-accordion-body *,
html body section.step2 .compl-card .compl-accordion-body *,
html body .step.step2 .compl-card .compl-accordion-content,
html body section.step2 .compl-card .compl-accordion-content,
html body .step.step2 .compl-card .compl-accordion-content *,
html body section.step2 .compl-card .compl-accordion-content * {
  text-align: left !important;
  text-align-last: left !important;
}
html body .step2 .compl-cards-grid,
html body section.step2 .compl-cards-grid,
html body div.step2 .compl-cards-grid {
  align-items: start !important;
}
html body .step2 .compl-card .compl-accordion-body ul,
html body .step2 .compl-card .compl-accordion-body ol,
html body .step2 .compl-card .compl-accordion-content ul,
html body .step2 .compl-card .compl-accordion-content ol {
  padding-left: 0 !important;
  margin: 6px 0 0 !important;
  list-style: none !important;
}
html body .step2 .compl-card .compl-accordion-body li,
html body .step2 .compl-card .compl-accordion-content li {
  padding: 0 0 0 14px !important;
  margin: 2px 0 !important;
  position: relative !important;
  list-style: none !important;
}
html body .step2 .compl-card .compl-accordion-body li::before,
html body .step2 .compl-card .compl-accordion-content li::before {
  left: 0 !important;
  top: 8px !important;
}
html body body section.step2 .compl-cards-grid,
html body section.step2 .compl-cards-grid,
html body .step.step2 .compl-cards-grid,
html body div.step.step2:not(#__a__):not(#__b__) .compl-cards-grid {
  align-items: start !important;
  grid-auto-rows: max-content !important;
  grid-template-rows: auto !important;
}
html body body section.step2 .compl-cards-grid .compl-card,
html body section.step2 .compl-cards-grid .compl-card,
html body .step.step2 .compl-cards-grid .compl-card {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}
html body div.step.step2.step2:not(#__a__):not(#__b__) .step-wrapper,
html body section.step.step2.step2:not(#__a__):not(#__b__) .step-wrapper {
  background: transparent !important;
  padding-top: 8px !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-includes-list,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card ul.scandi-checklist {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 6px 0 0 !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-includes-list li,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card ul.scandi-checklist li {
  list-style: none !important;
  position: relative !important;
  padding: 3px 0 3px 24px !important;
  margin: 2px 0 !important;
  display: block !important;
  color: rgba(243, 236, 220, 0.92) !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-includes-list li::before,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card ul.scandi-checklist li::before {
  display: none !important;
  content: none !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  left: 0 !important;
  top: 5px !important;
  width: 16px !important;
  height: 16px !important;
  color: #d4ad6e !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  overflow: visible !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check svg path,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check svg line,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .scandi-checklist__check svg polyline {
  stroke: #e6c285 !important;
  stroke-width: 3 !important;
  filter: drop-shadow(0 0 4px rgba(207, 159, 75, 0.35)) !important;
  fill: none !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-desc-list,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-accordion-content ul,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-accordion-body ul {
  list-style: none !important;
  padding-left: 0 !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-desc-list li,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-accordion-content li,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-accordion-body li {
  list-style: none !important;
  position: relative !important;
  padding: 3px 0 3px 22px !important;
  margin: 2px 0 !important;
}
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-desc-list li::before,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-accordion-content li::before,
html body div.step.step2:not(#__a__):not(#__b__) .compl-card .compl-accordion-body li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  width: 16px !important;
  height: 16px !important;
  color: transparent !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e6c285' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12 L10 17 L20 7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-mask: none !important;
          mask: none !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  transform: none !important;
}
html body .step2 .compl-card.compl-card-v2 {
  background: #1e130a !important;
  border: 1px solid rgba(207, 159, 75, 0.22) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.22), 0 2px 12px rgba(0, 0, 0, 0.12) !important;
}
html body .compl-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 24px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
html body .compl-card,
html body div.compl-card {
  background:
    linear-gradient(135deg, rgba(212, 173, 110, 0.08) 0%, rgba(20, 16, 13, 0.65) 100%) !important;
  backdrop-filter: blur(20px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.3) !important;
  border: 1px solid rgba(193, 154, 91, 0.30) !important;
  border-top: 2px solid #c19a5b !important;
  border-radius: 16px !important;
  padding: 32px 28px !important;
  color: #f3ecdc !important;
  -webkit-text-fill-color: #f3ecdc !important;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}
html body .compl-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(212, 173, 110, 0.65) !important;
  box-shadow:
    0 0 0 1px rgba(212, 173, 110, 0.30),
    0 0 32px rgba(193, 154, 91, 0.25),
    0 24px 48px rgba(0, 0, 0, 0.50) !important;
}
html body .compl-card-label {
  font-family: var(--font-display, 'Manrope'), sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #d4ad6e !important;
  -webkit-text-fill-color: #d4ad6e !important;
  margin-bottom: 12px !important;
  display: inline-block !important;
  padding: 4px 10px !important;
  background: rgba(212, 173, 110, 0.10) !important;
  border: 1px solid rgba(212, 173, 110, 0.22) !important;
  border-radius: 999px !important;
}
html body .compl-card-title,
html body h3.compl-card-title {
  font-family: var(--font-display, 'Manrope'), sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #ffe5b8 !important;
  -webkit-text-fill-color: #ffe5b8 !important;
  margin: 0 0 6px !important;
  line-height: 1.2 !important;
}
html body .compl-card-subtitle {
  font-family: var(--font-display, 'Manrope'), sans-serif !important;
  font-size: 13px !important;
  color: #a89c8a !important;
  -webkit-text-fill-color: #a89c8a !important;
  margin: 0 0 20px !important;
}
html body .compl-card-content {
  margin-top: 20px !important;
}
html body .compl-includes-list,
html body .compl-includes-block ul,
html body .compl-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
html body .compl-includes-block li,
html body .compl-card li {
  font-family: var(--font-display, 'Manrope'), sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #c4b89f !important;
  -webkit-text-fill-color: #c4b89f !important;
  padding: 6px 0 6px 22px !important;
  position: relative !important;
}
html body .compl-includes-block li::before,
html body .compl-card li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  width: 12px !important;
  height: 8px !important;
  border-left: 2px solid #c19a5b !important;
  border-bottom: 2px solid #c19a5b !important;
  transform: rotate(-45deg) !important;
}
html body .compl-card-price,
html body .compl-card .price-label,
html body .compl-card [class*="price"]:not(.compl-readiness-block) {
  font-family: var(--font-display, 'Manrope'), sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(135deg, #ffe5b8 0%, #d4ad6e 50%, #c19a5b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  margin: 16px 0 !important;
  display: block !important;
}
html body section.step.step4:not(#__x__):not(#__y__) .step-wrapper,
html body div.step.step4:not(#__x__):not(#__y__) .step-wrapper {
  background: transparent !important;
  padding-top: 0 !important;
}
/* ── Пиксельная сверка карточек комплектаций с эталоном (?clean=0): доводим
   3 мелочи, которые потерялись при переносе — UPPERCASE заголовка, letter-spacing
   текста (-0.005em) и размер «%» готовности (12px). Загружается последним → выигрывает. ── */
.step2 .compl-card .compl-card-title { text-transform: uppercase; }
.step2 .compl-card .compl-card-subtitle,
.step2 .compl-card .compl-includes-list,
.step2 .compl-card .compl-includes-list li,
.step2 .compl-card .compl-includes-list li span,
.step2 .compl-card .compl-includes-list span { letter-spacing: -0.005em; }
.step2 .compl-card .compl-readiness-bar strong,
.step2 .compl-card .compl-readiness strong,
.step2 .compl-card [class*="readiness"] strong { font-size: 12px; }

/* ── 1:1 со старым: секция комплектаций (тёмный фон + вертикальные отступы),
   ширина контейнера и отступы секций. Значения сверены диффом со старой версией. ── */
.step.step2, .step2.complectations-section, .step2 {
  background: #15110d; padding: 86px 0; color: #f3ecdc;
}
.house-info .container, .step2 .container, .scandi-whitebox .container,
section.scandi-form .container, .catalog .container, .block-with-video .container {
  max-width: 1280px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   СТРАНИЦА ПРОЕКТА 1:1 СО СТАРОЙ (СОГЛАСОВАННОЙ) ВЕРСИЕЙ.
   scandi-house.css грузится ТОЛЬКО на /houses/* → главную и хедер НЕ трогает.
   Базовая типографика = как в старой версии: 16px / line-height 1.75 / #2a2018.
   Без !important, чтобы конкретные правила элементов спокойно переопределяли базу.
   ═══════════════════════════════════════════════════════════════════════════ */
html body { font-size: 16px; line-height: 28px; color: #2a2018; }

/* ═══════════════════════════════════════════════════════════════════════════
   1:1 СО СТАРОЙ ВЕРСИЕЙ — точечные расхождения из харнесса scripts/diff_page.py
   (точные значения эталона, без догадок). Универсальные формы НЕ трогаю.
   ═══════════════════════════════════════════════════════════════════════════ */

/* — Контейнеры контента дома: ширина 1280 + паддинг 24px (было 1344/28) — */
html body .container {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
/* Секция планов: вертикальные отступы как в старой (80px) */
html body section.scandi-plans { padding-top: 80px !important; padding-bottom: 80px !important; }

/* — Верхние отступы секций (block-padding терял 80px / 30px) — */
html body .catalog.block-padding.no-padding-b { padding-top: 80px !important; }
html body .in.block-padding.no-padding-bottom { padding-top: 80px !important; }
html body .step.complectations-section .in { padding-top: 30px !important; }

/* — Секция цен: фон точь-в-точь как в старой (#15110d) — */
html body .step.complectations-section { background-color: #15110d !important; }

/* — Hero-карточка «Стоимость проекта»: рамка 1px gold + радиус 14px — */
html body .scandi-hero-form-card {
  border: 1px solid rgba(193, 154, 91, 0.32) !important;
  border-radius: 14px !important;
}
/* — Карточка плана: рамка 1px gold (была без рамки) — */
html body article.scandi-plan-card {
  border: 1px solid rgba(193, 154, 91, 0.32) !important;
}
/* — Колонки описания: цвет текста #1a1410 (темнее, как в старой) — */
html body .scandi-hero-desc__cols { color: #1a1410 !important; }
/* — Сетка карточек цен: gap 20px, без верхнего паддинга — */
html body .items.compl-cards-grid { gap: 20px !important; padding-top: 0 !important; }

/* — Золотые слова в заголовке (.gold-text): градиент + clip, как в старой версии — */
html body .gold-text {
  background: linear-gradient(135deg, #e9c789 0%, #d4ad6e 40%, #c19a5b 70%, #a67c3a 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* ═══ Каркас страницы проекта 1:1 (значения = эталон из харнесса) ═══ */
/* main как в старой — flex column */
html body main#content { display: flex !important; flex-direction: column !important; }
/* Контейнер контента = 1200 + центровка + паддинг 24 (перебивает прошлый 1280) */
html body .container {
  max-width: 1200px !important; width: auto !important;
  margin-left: auto !important; margin-right: auto !important;
  padding-left: 24px !important; padding-right: 24px !important;
}
/* Верхние отступы секций как в эталоне */
html body .catalog.block-padding.no-padding-b { padding-top: 80px !important; }
html body .in.block-padding.no-padding-bottom { padding-top: 80px !important; }
/* step-wrapper: радиус 10 + паддинг 8/10/10/10 */
html body .step-wrapper { border-radius: 10px !important; padding: 8px 10px 10px 10px !important; }
/* Секция планов: инсет 0 223px как в старой */
html body section.scandi-plans { margin-left: 223px !important; margin-right: 223px !important; }
/* Описание: margin 16/58/32/58 */
html body .scandi-hero-desc { margin: 16px 58px 32px 58px !important; }

/* box-sizing: контейнер 1200 ВКЛЮЧАЯ паддинг (как в старой → поля 120px) */
html body .container { box-sizing: border-box !important; }
/* catalog-секции: верхний отступ 80px, нижний 0 (правильный класс no-padding-bottom) */
html body .catalog.block-padding.no-padding-bottom { padding-top: 80px !important; padding-bottom: 0 !important; }
/* прочие сетки .items (не карточки цен): gap 30, align normal */
html body .items:not(.compl-cards-grid) { gap: 30px !important; align-items: normal !important; }

/* Заголовок секции цен (step2): золотой 42px/700, центрированный с инсетом — как в старой */
html body .step.complectations-section .title.b-title.bt24.bold,
html body .step2 .title.b-title.bt24.bold {
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 48.3px !important;
  letter-spacing: -0.42px !important;
  color: #f4d488 !important;
  -webkit-text-fill-color: #f4d488 !important;
  background: none !important;
  margin: 0 156px 14px 156px !important;
}

/* «Другие проекты» на странице дома = 4 карточки в ряд (как в старой), gap 30 — разметка та же */
html body .catalog:not(#catalog) .in > .items,
html body .catalog:not(#catalog) .items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
}
