@font-face { font-family: "BebasNeue"; src: url("../fonts/BebasNeue/BebasNeuePro-Bold.woff2") format("woff2"), url("../fonts/BebasNeue/BebasNeuePro-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
/* ==== Калькулятор з сонцем (перенесено з cryptopapa.store) ==== */
/* ============================================================
   Калькулятор окупності з сонячними панелями
   Ширина макета — 402px, як і весь сайт.
   ============================================================ */

.sc {
  --sc-card: linear-gradient(223deg, #2B2B2B 1.27%, #000 98.73%);
  --sc-cyan: linear-gradient(90deg, #94DBE0 0%, #3CDBE5 100%);
  --sc-orange: linear-gradient(90deg, #E88742 0%, #E3A033 100%);
  --sc-muted: #989898;
  --sc-line: rgba(255, 255, 255, .1);

  --sc-text: #000000;
  --sc-muted-light: #616161;

  --sc-green: linear-gradient(90deg, #43A047 0%, #2E7D32 100%);
  --sc-blue: linear-gradient(90deg, #55A8FF 0%, #007CFE 100%);

  position: relative;
  padding: 0;
  background: transparent;
  color: var(--sc-text);
  font-family: "Inter", sans-serif;
}

.sc__head {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 24px 20px 20px;
  margin-bottom: 26px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
  text-align: center;
}

/* м'який сонячний блік у правому верхньому куті */
.sc__head-glow {
  position: absolute;
  top: -110px;
  left: 50%;
  margin-left: -130px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 135, 66, .38) 0%, rgba(227, 160, 51, .16) 40%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.sc__badge {
  position: relative;
  display: inline-block;
  background: var(--sc-orange);
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 12px;
  color: #010405;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sc__title {
  position: relative;
  margin: 0 0 8px;
  color: #000000;
  font-family: "BebasNeue", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 86%;
  text-transform: uppercase;
}

.sc__title span {
  background: var(--sc-orange);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sc__subtitle {
  position: relative;
  margin: 0 0 14px;
  color: var(--sc-muted-light);
  font-size: 12px;
  line-height: 145%;
}

.sc__facts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sc__fact {
  background: #EFEFEF;
  border-radius: 999px;
  padding: 6px 10px;
  color: #3A3A3A;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.sc__fact b {
  color: #000000;
  font-weight: 700;
}

/* ---------- крок ---------- */

.sc__step {
  margin-bottom: 22px;
}

.sc__step-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.sc__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: #000000;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  align-self: center;
}

.sc__step-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.sc__step-hint {
  margin: 0 0 10px 28px;
  color: var(--sc-muted-light);
  font-size: 11px;
  line-height: 140%;
}

/* кожен крок — біла картка, як заголовок */
.sc__step--card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 18px 16px 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.sc__step--card .sc__step-hint { margin-left: 30px; }

/* усередині білої картки елементи стають світло-сірими, вибране — чорне */
.sc__step--card .sc__chip { background: #F1F1F1; box-shadow: none; font-size: 10px; padding-left: 0; padding-right: 0; }
.sc__step--card .sc__chip.is-active { background: var(--sc-card); }
.sc__step--card .sc__tariff { background: #F4F4F4; box-shadow: none; }
.sc__step--card .sc__tariff.is-active { background: var(--sc-card); box-shadow: 0 6px 16px rgba(0, 0, 0, .22); }
.sc__step--card .sc__tariff-icon { background: #FFFFFF; }
.sc__step--card .sc__tariff.is-active .sc__tariff-icon { background: rgba(255, 255, 255, .12); }
.sc__step--card .sc__range { background: #E4E4E4; }

/* крок 1: карусель виїжджає до країв картки, а не сторінки */
.sc__step--asics { overflow: hidden; }
.sc__step--asics .sc__asics { margin: 0 -16px; padding: 2px 16px 8px; }
.sc__step--asics .sc__asic { background: #F4F4F4; }
.sc__step--asics .sc__asic.is-active { background: var(--sc-card); }
.sc__step--asics .sc__qty { margin-left: 30px; margin-top: 2px; }
.sc__step--asics .sc__qty-btn { background: #F1F1F1; box-shadow: none; }
.sc__step--asics .sc__qty-btn:active { background: #000000; }

/* ---------- вибір асика ---------- */

.sc__asics {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 22px 8px;
  margin: 0 -22px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.sc__asics::-webkit-scrollbar { display: none; }

.sc__asic {
  flex: 0 0 auto;
  width: 150px;
  background: #FFFFFF;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 12px;
  text-align: left;
  color: #000000;
  font-family: inherit;
  cursor: pointer;
  transition: background .2s ease;
}

.sc__asic.is-active {
  background: var(--sc-card);
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.sc__asic-coin {
  display: inline-block;
  background: var(--sc-orange);
  border-radius: 4px;
  padding: 1px 6px;
  color: #010405;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
}

.sc__asic-name {
  display: block;
  margin: 7px 0 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 118%;
}

.sc__asic-spec {
  display: block;
  color: var(--sc-muted-light);
  font-size: 10px;
  line-height: 150%;
}

.sc__asic-price {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
}

.sc__asic.is-active .sc__asic-spec { color: #BDBDBD; }

/* ---------- кількість ---------- */

.sc__qty {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 28px;
}

.sc__qty-btn {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
  color: #000000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.sc__qty-btn:active { background: #000000; color: #FFFFFF; }

.sc__qty-val {
  min-width: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.sc__qty-label {
  color: var(--sc-muted-light);
  font-size: 11px;
}

/* ---------- повзунки і пресети ---------- */

.sc__slider-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 6px;
}

.sc__slider-row .sc__row-key { color: var(--sc-muted-light); }

.sc__slider-out {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  transition: color .15s ease;
}

.sc__slider-input,
.sc__qty-val {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  width: 64px;
  background: transparent;
  border: none;
  border-bottom: 1px dashed rgba(60, 219, 229, .5);
  padding: 0 2px;
  color: inherit;
  font: inherit;
  text-align: right;
  outline: none;
}
.sc__slider-input { color: #000000; -webkit-text-fill-color: #000000; border-bottom-color: rgba(0, 0, 0, .35); }
.sc__qty-val { width: 52px; text-align: center; color: #000000; border-bottom-color: rgba(0, 0, 0, .35); }
.sc__slider-input:focus,
.sc__qty-val:focus { border-bottom-color: #3CDBE5; border-bottom-style: solid; }
.sc__slider-input::-webkit-outer-spin-button,
.sc__slider-input::-webkit-inner-spin-button,
.sc__qty-val::-webkit-outer-spin-button,
.sc__qty-val::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.sc__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #C4C4C4;
  border-radius: 3px;
  outline: none;
  margin: 4px 0 12px;
}

.sc__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  background: var(--thumb, #000000);
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  transition: background .15s ease;
}

.sc__range::-moz-range-thumb {
  width: 26px;
  height: 26px;
  background: var(--thumb, #000000);
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.sc__chips {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 6px;
}

.sc__chip {
  min-width: 0;
  font-size: 11px;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 10px 2px;
  color: #000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all .2s ease;
}

.sc__chip.is-active {
  background: var(--sc-card);
  color: #FFFFFF;
  font-weight: 700;
}

/* ---------- тариф ---------- */

.sc__tariffs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sc__tariff {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 12px 14px;
  color: #000000;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
  transition: background .2s ease;
}

.sc__tariff.is-active {
  background: var(--sc-card);
  color: #FFFFFF;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

.sc__tariff-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  border-radius: 9px;
  font-size: 16px;
}

.sc__tariff.is-active .sc__tariff-icon {
  background: rgba(255, 255, 255, .12);
}

.sc__tariff-body { flex: 1 1 auto; }

.sc__tariff-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
}

.sc__tariff-desc {
  display: block;
  margin-top: 2px;
  color: var(--sc-muted-light);
  font-size: 10px;
  line-height: 130%;
}

.sc__tariff-price {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
}

.sc__tariff--free .sc__tariff-price { color: #E07A2E; }
.sc__tariff--solar .sc__tariff-price { color: #E0702A; font-size: 18px; }
.sc__tariff.is-active .sc__tariff-desc { color: #BDBDBD; }
.sc__tariff.is-active.sc__tariff--free .sc__tariff-price { color: #E3A033; }

/* ---------- результат ---------- */

.sc__result {
  background: var(--sc-card);
  color: #FFFFFF;
  border-radius: 16px;
  padding: 20px 20px 16px;
  margin-top: 26px;
}

.sc__result-label {
  color: var(--sc-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.sc__net {
  display: block;
  margin: 2px 0 0;
  font-family: "BebasNeue", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 92%;
  background: linear-gradient(90deg, #6FDB73 0%, #43A047 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sc__net-sub {
  display: block;
  margin-bottom: 14px;
  color: var(--sc-muted);
  font-size: 12px;
}

.sc__rows {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--sc-line);
  border-radius: 10px;
  overflow: hidden;
}

.sc__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #0B0B0B;
  padding: 10px 12px;
}

.sc__row-key {
  color: var(--sc-muted);
  font-size: 12px;
  line-height: 130%;
}

.sc__row-val {
  flex: 0 0 auto;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.sc__row-val small {
  display: block;
  margin-top: 1px;
  color: var(--sc-muted);
  font-size: 10px;
  font-weight: 500;
}

.sc__plain {
  margin: 0 0 18px;
  padding: 12px 14px;
  background: rgba(60, 219, 229, .08);
  border-left: 3px solid #3CDBE5;
  border-radius: 0 10px 10px 0;
  font-size: 13px;
  line-height: 150%;
}

.sc__group-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 16px 0 6px;
  color: var(--sc-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sc__group-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sc-green);
}
.sc__group-title--power::before { background: var(--sc-blue); }
.sc__group-title--payback::before { background: var(--sc-orange); }

.sc__plain {
  border-left-color: #43A047;
  background: rgba(67, 160, 71, .1);
}

.sc__row--total { background: #141414; }
.sc__row--total .sc__row-key { color: #FFFFFF; font-weight: 600; }
.sc__row--total .sc__row-val { font-size: 15px; color: #6FDB73; }
#sc-payback { color: #E3A033; }
.sc__row--total .sc__row-val.sc__net--loss { color: #FF6B6B; -webkit-text-fill-color: #FF6B6B; background: none; }

.sc__row-val.sc__net--loss { -webkit-text-fill-color: transparent; }

#sc-cover { color: #55A8FF; }

/* блок економії від панелей */
.sc__saving {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(232, 135, 66, .12);
  border: 1px solid rgba(232, 135, 66, .35);
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 12px;
}

.sc__saving-key {
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.sc__saving-val {
  flex: 0 0 auto;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  background: var(--sc-orange);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sc__saving-val small {
  display: block;
  margin-top: 1px;
  color: var(--sc-muted);
  font-size: 10px;
  font-weight: 500;
  -webkit-text-fill-color: var(--sc-muted);
}

.sc__no-solar {
  margin: 18px 0 0;
  padding: 12px 14px;
  background: #FFFFFF;
  border: 1px dashed rgba(232, 135, 66, .7);
  border-radius: 12px;
  font-size: 13px;
  line-height: 145%;
}

/* ---------- графік по місяцях ---------- */

.sc__chart {
  margin-top: 22px;
}

.sc__chart-title {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 700;
}

.sc__chart-hint {
  margin: 0 0 12px;
  color: var(--sc-muted-light);
  font-size: 11px;
  line-height: 140%;
}

.sc__bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 108px;
}

.sc__bar {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-width: 0;
}

.sc__bar-val {
  font-size: 8px;
  color: var(--sc-muted-light);
  text-align: center;
  margin-bottom: 3px;
  white-space: nowrap;
}

.sc__bar-fill {
  width: 100%;
  background: linear-gradient(180deg, #3CDBE5 0%, #0FA9B3 100%);
  border-radius: 3px 3px 0 0;
  transition: height .25s ease;
}

.sc__bar-name {
  margin-top: 4px;
  font-size: 8px;
  color: var(--sc-muted-light);
  text-align: center;
}

/* ---------- підвал ---------- */

.sc__source {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #CFCFCF;
  color: var(--sc-muted-light);
  font-size: 10px;
  line-height: 150%;
}

.sc__source b { color: #000000; font-weight: 600; }

.sc__source-years {
  display: block;
  margin-top: 3px;
  color: #000000;
}

/* display:flex у рядків перебиває атрибут hidden — повертаємо йому силу */
.sc [hidden] { display: none !important; }

/* збиток показуємо червоним, а не бірюзовим */
.sc__net--loss {
  background: linear-gradient(90deg, #FF6B6B 0%, #B00505 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.sc__payback-note {
  color: #E88742;
  font-size: 11px;
  font-weight: 600;
}

/* ---------- стани ---------- */

.sc--loading .sc__result,
.sc--loading .sc__chart { opacity: .35; }

.sc--error .sc__result::after {
  content: attr(data-error);
  display: block;
  margin-top: 10px;
  color: #E88742;
  font-size: 12px;
}

/* ---------- композиція на картці товару .gg ---------- */
.section-calk { margin: 40px 0; }
.sc.info-box { background: #fff; border-radius: 20px; padding: 32px 30px 30px; margin: 0; }
.sc__wrap { position: relative; }

.sc__head { position: relative; display: block; background: none; box-shadow: none; padding: 4px 0 20px; margin: 0; border-bottom: 1px solid #ECECEC; text-align: left; overflow: visible; }
.sc__head-glow { top: -120px; left: -90px; margin: 0; width: 320px; height: 320px; opacity: .8; }
.sc__head-text { position: relative; max-width: 100%; }
.sc__title { font-size: 38px; line-height: 90%; margin: 0 0 10px; white-space: normal; text-wrap: balance; }
.sc__subtitle { font-size: 14px; margin: 0 0 8px; max-width: 620px; color: #3A3A3A; }
.sc__meta { margin: 0; font-size: 12px; color: #616161; letter-spacing: .01em; }
.sc__meta b { color: #000; font-weight: 700; }
.sc__meta span { margin: 0 6px; color: #BDBDBD; }

.sc__cols { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 0 36px; align-items: start; }
.sc__col-right { position: sticky; top: 16px; padding-top: 0; }
.sc__col-right .sc__result { margin-top: 0; padding: 22px 20px 18px; }

.sc__step { padding: 20px 0 6px; margin: 0; border-bottom: 1px solid #ECECEC; }
.sc__step:last-child { border-bottom: none; }
.sc__step-head { margin-bottom: 8px; }
.sc__step-title { font-size: 15px; }
.sc__step-hint { margin: 0 0 12px 30px; font-size: 12px; }
.sc__slider-row .sc__row-key { font-size: 12px; }
.sc__slider-out { font-size: 20px; }
.sc__range { margin: 2px 0 10px; }
.sc__chips { gap: 6px; margin-bottom: 14px; }
.sc__chip { background: #F1F1F1; box-shadow: none; padding: 9px 2px; font-size: 12px; }
.sc__chip.is-active { background: var(--sc-card); }

/* поля вводу — без пунктиру: число як текст, підсвітка тільки у фокусі */
.sc__slider-input, .sc__qty-val { border: none; border-radius: 6px; padding: 0 4px; background: transparent; }
.sc__slider-input:focus, .sc__qty-val:focus { border: none; background: #F1F1F1; }
.sc__slider-input { width: 72px; }

/* крок 1: плашки характеристик, кількість — така сама плашка зі степпером */
.sc__specs { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 16px 30px; }
.sc__spec { background: #F4F4F4; border-radius: 10px; padding: 8px 12px; font-size: 13px; line-height: 1.2; }
.sc__spec b { display: block; font-size: 10px; color: #616161; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 2px; }
.sc__spec--income { background: var(--sc-card); color: #fff; }
.sc__spec--income b { color: #BDBDBD; }
.sc__spec--income span { color: #6FDB73; font-weight: 700; }
.sc__spec--qty { padding: 6px 8px 6px 12px; margin-left: auto; }
.sc__spec--qty .sc__qty { display: flex; align-items: center; gap: 4px; margin: 0; }
.sc__qty-btn { width: 26px; height: 26px; background: #fff; border-radius: 8px; box-shadow: none; font-size: 16px; }
.sc__qty-btn:active { background: #000; color: #fff; }
.sc__qty-val { width: 40px; height: 26px; font-size: 15px; font-weight: 700; text-align: center; }

.sc__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; border-bottom: 1px solid #ECECEC; }
.sc__pair .sc__step { border-bottom: none; }

.sc__step--modes { padding-bottom: 4px; }
.sc__tariffs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sc__tariff { background: #F4F4F4; box-shadow: none; padding: 10px 12px; }
.sc__tariff.is-active { background: var(--sc-card); box-shadow: none; }
.sc__tariff-icon { width: 30px; height: 30px; background: #fff; font-size: 15px; }
.sc__tariff.is-active .sc__tariff-icon { background: rgba(255,255,255,.12); }
.sc__tariff-name { font-size: 12px; }
.sc__tariff-desc { font-size: 10px; }
.sc__tariff-price { font-size: 14px; }

.sc__col-left .sc__chart { margin-top: 22px; padding: 18px 18px 14px; background: #F7F7F7; border-radius: 14px; }
.sc__col-left .sc__bars { height: 120px; }
.sc__col-left .sc__bar-fill { background: linear-gradient(180deg, #ffa600 0%, #ff7800 100%); }
.sc__col-left .sc__bar-val, .sc__col-left .sc__bar-name { font-size: 10px; }
.sc__result .sc__no-solar { margin-top: 14px; background: rgba(255,255,255,.06); border-color: rgba(232,135,66,.6); color: #fff; }
.sc__result .sc__source { border-top-color: rgba(255,255,255,.1); color: #8A8A8A; }
.sc__result .sc__source b, .sc__result .sc__source-years { color: #C9C9C9; }
.sc__nodata { background: #FFF7EF; border-radius: 12px; padding: 16px 18px; color: #7a3d00; border: 1px dashed #E88742; margin-top: 16px; }

@media (max-width: 1100px) { .sc__cols { grid-template-columns: minmax(0, 1fr) 340px; gap: 0 24px; } .sc__title { font-size: 34px; } }
@media (max-width: 991px) {
  .sc__cols { grid-template-columns: 1fr; }
  .sc__col-right { position: static; padding-top: 12px; }
}
@media (max-width: 767px) {
  .sc.info-box { padding: 24px 16px 20px; }
  .sc__title { font-size: 34px; white-space: normal; }
  .sc__pair { grid-template-columns: 1fr; gap: 0; }
  .sc__pair .sc__step { border-bottom: 1px solid #ECECEC; }
  .sc__tariffs { grid-template-columns: 1fr; }
  .sc__specs { margin-left: 0; }
  .sc__spec--qty { margin-left: 0; }
  .sc__step-hint { margin-left: 0; }
}

/* поради «що покращить результат» */
.sc__advice { display: flex; flex-direction: column; gap: 8px; }
.sc__tip { display: flex; gap: 10px; align-items: flex-start; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 12px 14px; font-size: 13px; line-height: 1.5; color: #E6E6E6; }
.sc__tip-icon { flex: 0 0 auto; font-size: 16px; line-height: 1.3; }
.sc__tip-text b { color: #fff; }
.sc__tip-delta { display: inline-block; margin-left: 4px; padding: 1px 7px; border-radius: 999px; background: rgba(111,219,115,.15); color: #6FDB73; font-weight: 700; font-size: 12px; white-space: nowrap; }
.sc__rows--compact .sc__row { padding: 8px 12px; }
.sc__rows--compact .sc__row-key { font-size: 12px; }
.sc__rows--compact .sc__row-val { font-size: 12px; }
.sc__rows--compact .sc__row-val small { font-size: 10px; }
