/* ===== main-page.css — styles for the new main page sections ===== */
/* Legacy rule preserved */
.container-margin{margin-top:0px !important}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}
.mainpage-furshet.row,
.mainpage-banket.row,
.parallax-window.row,
.three-lines.row,
.callback_form.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mainpage-banket{
    display: none !important;
}

/* ===== CSS Variables (scoped to #new-timeline, #new-numbers, #new-faq, #new-cases, #new-reviews) ===== */
#new-numbers,
#new-timeline,
#new-reviews,
#new-faq,
#new-cases {
  --bg:#FFFFFF; --bg-alt:#FCF7F3;
  --ink:#1C1613; --ink-soft:#6E6259;
  --brand:#FF5A1F; --brand-deep:#C7390E; --brand-pale:#FFE7D9;
  --accent:#FFB020; --plum:#57433A; --plum-deep:#42322A;
  --line:rgba(28,22,19,0.09);
  --shadow-sm:0 6px 20px rgba(255,90,31,.28);
  --shadow-md:0 12px 34px rgba(28,22,19,.08);
  --radius:20px;
}

/* ===== Reset default.css interference inside #new-timeline, #new-faq, #new-cases & #new-reviews ===== */
#new-timeline,
#new-timeline *,
#new-timeline *::before,
#new-timeline *::after,
#new-numbers,
#new-numbers *,
#new-numbers *::before,
#new-numbers *::after,
#new-reviews,
#new-reviews *,
#new-reviews *::before,
#new-reviews *::after,
#new-faq,
#new-faq *,
#new-faq *::before,
#new-faq *::after,
#new-cases,
#new-cases *,
#new-cases *::before,
#new-cases *::after {
  box-sizing: border-box;
}

#new-timeline,
#new-numbers,
#new-reviews,
#new-faq,
#new-cases {
  margin: 0;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  width: 100%;
  max-width: 100%;
  position: relative;
}

#new-timeline h1,
#new-timeline h2,
#new-timeline h3,
#new-timeline h4,
#new-numbers h1,
#new-numbers h2,
#new-numbers h3,
#new-numbers h4,
#new-reviews h1,
#new-reviews h2,
#new-reviews h3,
#new-reviews h4,
#new-faq h1,
#new-faq h2,
#new-faq h3,
#new-faq h4,
#new-cases h1,
#new-cases h2,
#new-cases h3,
#new-cases h4,
#new-extras h1,
#new-extras h2,
#new-extras h3,
#new-extras h4,
#new-prices h1,
#new-prices h2,
#new-prices h3,
#new-prices h4,
#prices h1,
#prices h2,
#prices h3,
#prices h4 {
  font-family: 'Unbounded', sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
}

#new-timeline button,
#new-numbers button,
#new-reviews button,
#new-faq button,
#new-cases button,
#new-extras button,
#new-prices button,
#prices button {
  font-family: inherit;
}

#new-timeline a,
#new-numbers a,
#new-reviews a,
#new-faq a,
#new-cases a,
#new-extras a,
#new-prices a,
#prices a {
  text-decoration: none;
  color: inherit;
}

/* ===== section system ===== */
#new-timeline .section,
#new-numbers .section,
#new-reviews .section,
#new-faq .section,
#new-cases .section,
#new-extras .section,
#new-prices .section,
#prices.section,
#prices .section {
  padding: 96px 0;
  position: relative;
  z-index: 2;
  background: var(--bg);
}

#new-timeline .section.alt,
#new-numbers .section.alt,
#new-reviews .section.alt,
#new-faq .section.alt,
#new-cases .section.alt,
#new-extras .section.alt,
#new-prices .section.alt,
#prices.section.alt,
#prices .section.alt {
  background: var(--bg-alt);
}

#new-timeline .wrap,
#new-numbers .wrap,
#new-reviews .wrap,
#new-faq .wrap,
#new-cases .wrap,
#new-extras .wrap,
#new-prices .wrap,
#prices .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

#new-timeline .head,
#new-numbers .head,
#new-reviews .head,
#new-faq .head,
#new-cases .head,
#new-extras .head,
#new-prices .head,
#prices .head {
  max-width: 640px;
  margin-bottom: 48px;
}

#new-timeline .head.center,
#new-numbers .head.center,
#new-reviews .head.center,
#new-faq .head.center,
#new-cases .head.center,
#new-extras .head.center,
#new-prices .head.center,
#prices .head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#new-timeline .head h1,
#new-timeline .head h2,
#new-numbers .head h1,
#new-numbers .head h2,
#new-reviews .head h1,
#new-reviews .head h2,
#new-faq .head h1,
#new-faq .head h2,
#new-cases .head h1,
#new-cases .head h2,
#new-extras .head h1,
#new-extras .head h2,
#new-prices .head h1,
#new-prices .head h2,
#prices .head h1,
#prices .head h2 {
  font-size: clamp(27px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 12px;
}

#new-timeline .head p,
#new-numbers .head p,
#new-reviews .head p,
#new-faq .head p,
#new-cases .head p,
#new-extras .head p,
#new-prices .head p,
#prices .head p {
  font-size: 15.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  font-weight: 500;
}

/* ===== reveal animation ===== */
/* Elements visible by default; animation only activates after JS sets .js-reveal-ready */
#new-timeline.js-reveal-ready [data-reveal],
#new-numbers.js-reveal-ready [data-reveal],
#new-reviews.js-reveal-ready [data-reveal],
#new-faq.js-reveal-ready [data-reveal],
#new-cases.js-reveal-ready [data-reveal],
#new-extras.js-reveal-ready [data-reveal],
#new-prices.js-reveal-ready [data-reveal],
#prices.js-reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

#new-timeline.js-reveal-ready [data-reveal].in,
#new-numbers.js-reveal-ready [data-reveal].in,
#new-reviews.js-reveal-ready [data-reveal].in,
#new-faq.js-reveal-ready [data-reveal].in,
#new-cases.js-reveal-ready [data-reveal].in,
#new-extras.js-reveal-ready [data-reveal].in,
#new-prices.js-reveal-ready [data-reveal].in,
#prices.js-reveal-ready [data-reveal].in {
  opacity: 1;
  transform: none;
}

/* ===== eyebrow pill ===== */
#new-timeline .eyebrow,
#new-numbers .eyebrow,
#new-extras .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--brand-deep);
  background: var(--brand-pale);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

#new-numbers .eyebrow.big {
  font-size: 14px;
  padding: 10px 22px;
  margin-bottom: 0;
}
/* ===== numbers: bento + одометр ===== */
#new-numbers .bento {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 14px;
}
#new-numbers .bento-card {
  border-radius: var(--radius);
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
#new-numbers .bento-card.big {
  grid-row: span 2;
  background: linear-gradient(155deg, #42322A 0%, #57433A 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  min-height: 250px;
}

#new-numbers .bento-card.big::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,90,31,.55) 0%, rgba(255,90,31,0) 70%);
  right: -90px;
  bottom: -100px;
  pointer-events: none;
}
#new-numbers .bento-card.big .eyebrow {
  background: rgba(255,90,31,.22);
  color: #FFB58F;
  margin: 0;
  align-self: flex-start;
  position: relative;
  z-index: 2;
}
#new-numbers .bento-card.big .n {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(32px, 4.2vw, 42px);
  font-weight: 800;
  color: var(--brand);
  position: relative;
  z-index: 2;
  display: flex;
  gap: .25em;
  line-height: 1.1;
}
#new-numbers .bento-card.big .l {
  font-size: 13.5px;
  font-weight: 600;
  opacity: .8;
  margin-top: 5px;
  position: relative;
  z-index: 2;
  max-width: 240px;
  line-height: 1.45;
}
#new-numbers .bento-card.orange {
  background: var(--brand);
  color: #fff;
}
#new-numbers .bento-card.pale {
  background: var(--brand-pale);
  color: var(--ink);
}
#new-numbers .bento-card.plum {
  background: var(--plum);
  color: #fff;
  grid-column: span 2;
}
#new-numbers .bento-card .n2 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(25px, 3.1vw, 31px);
  font-weight: 800;
  line-height: 1.15;
}
#new-numbers .bento-card .l2 {
  font-size: 12.5px;
  font-weight: 700;
  margin-top: 4px;
  opacity: .85;
  line-height: 1.4;
}
#new-numbers .odo-digits {
  display: inline-flex;
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  color: inherit;
  font-size: inherit;
}
#new-numbers .odo-digit {
  display: inline-block;
  overflow: hidden;
  height: 1.1em;
  position: relative;
}
#new-numbers .odo-digit .strip {
  display: flex;
  flex-direction: column;
  transition: transform 1.4s cubic-bezier(.2,.8,.2,1);
}
#new-numbers .odo-digit .strip span {
  height: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-numbers .odo-suffix {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  color: inherit;
  font-size: inherit;
}


/* ===== timeline header accent ===== */
#new-timeline .tl-head {
  max-width: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: nowrap;
}
#new-timeline .tl-head .eyebrow {
  margin: 6px 0 0;
  white-space: nowrap;
  flex-shrink: 0;
}
#new-timeline .head h2.title-lg {
  font-size: clamp(32px, 4.6vw, 48px);
  font-weight: 800;
  margin-bottom: 0;
}

/* ===== timeline scrubber ===== */
#new-timeline .tl-scrubber {
  position: relative;
  max-width: 780px;
  margin: 0 auto 34px;
  padding: 0 10px;
  height: 56px;
}
#new-timeline .tl-line {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 2px;
  background: var(--line);
  transform: translateY(-50%);
}
#new-timeline .tl-fill {
  position: absolute;
  left: 10px;
  top: 50%;
  height: 2px;
  background: var(--brand);
  width: 0;
  transform: translateY(-50%);
  transition: width .4s ease;
}
#new-timeline .tl-dots {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 2;
}
#new-timeline .tl-year-pt {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 5px;
  font-family: 'Unbounded';
  font-weight: 700;
  font-size: 10px;
  color: var(--ink-soft);
  white-space: nowrap;
  transition: color .25s;
}
#new-timeline .tl-year-pt.top {
  transform: translateY(-15px);
}
#new-timeline .tl-year-pt.bottom {
  transform: translateY(15px);
}
#new-timeline .tl-year-pt:hover {
  color: var(--brand);
}
#new-timeline .tl-year-pt.active {
  color: var(--brand-deep);
}

/* ===== timeline card scroll ===== */
#new-timeline .timeline-scroll {
  position: relative;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 14px 10px 22px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#new-timeline .timeline-scroll::-webkit-scrollbar {
  height: 6px;
}
#new-timeline .timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(255,90,31,.25);
  border-radius: 10px;
}

/* ===== timeline cards ===== */
#new-timeline .tl-card {
  flex: 0 0 262px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  cursor: pointer;
  transition: border-color .3s, box-shadow .3s, transform .25s ease;
}
#new-timeline .tl-card:hover {
  border-color: rgba(255,90,31,.4);
}
#new-timeline .tl-card.active {
  border-color: var(--brand);
  box-shadow: 0 12px 30px rgba(255,90,31,.16);
}
#new-timeline .tl-card .year {
  font-family: 'Unbounded';
  font-weight: 800;
  font-size: 15px;
  color: var(--brand-deep);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
#new-timeline .tl-card .year .dt {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}
#new-timeline .tl-card h4 {
  font-size: 15.5px;
  font-weight: 700;
  margin-bottom: 6px;
}
#new-timeline .tl-card p {
  font-size: 13.2px;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: none;
}

/* ===== timeline hint ===== */
#new-timeline .timeline-hint {
  text-align: center;
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 600;
  margin-top: 6px;
}

/* ===== responsive ===== */
@media (max-width:768px) {
  #new-timeline .timeline-scroll {
    padding-left: calc(50% - 131px);
    padding-right: calc(50% - 131px);
    scroll-snap-type: x mandatory;
  }
  #new-timeline .tl-card {
    scroll-snap-align: center;
    scroll-snap-stop: normal;
  }
}
@media (max-width:700px) {
  #new-timeline .tl-year-pt {
    font-size: 8.2px;
    padding: 4px 2px;
  }
}
@media (max-width:560px) {
  #new-timeline .wrap,
  #new-numbers .wrap,
  #new-faq .wrap,
  #new-cases .wrap,
  #new-extras .wrap,
  #new-prices .wrap,
  #prices .wrap {
    padding: 0 16px;
  }
  #new-numbers .bento {
    grid-template-columns: 1fr;
  }
  
  #new-numbers .bento-card {
      padding: 18px;
  }
  
  
#new-numbers .bento-card.big{
      min-height: 0;
  }
  
  #new-numbers .bento-card.big .eyebrow{
      font-size: 10px;
          padding: 4px 8px;
      align-self: flex-end;
  }
  
  #new-numbers .bento-card.big .n{
      margin-top: -110px;
  }
  
  #new-timeline .tl-head .eyebrow {
    font-size: 10.5px;
    padding: 6px 11px;
  }
  #new-timeline .tl-head h2 {
    font-size: clamp(26px, 7vw, 34px);
  }
}

/* ===== FAQ section ===== */
#new-faq #faq {
  padding-top: 34px;
  padding-bottom: 34px;
}

#new-faq .faq-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: var(--shadow-md);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}

#new-faq .faq-strip:hover {
  transform: translateY(-3px);
  border-color: rgba(255,90,31,.35);
  box-shadow: 0 18px 40px rgba(28,22,19,.1);
}

#new-faq .fs-l {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

#new-faq .fs-ic {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--brand-pale);
  color: var(--brand-deep);
  font-family: 'Unbounded', sans-serif;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

#new-faq .fs-t {
  font-family: 'Unbounded', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

#new-faq .fs-s {
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 600;
  margin-top: 3px;
}

#new-faq .fs-go {
  font-size: 13px;
  font-weight: 800;
  color: var(--brand-deep);
  white-space: nowrap;
  flex-shrink: 0;
}

#new-faq .faq-strip:hover .fs-go {
  color: var(--brand);
}

@media (max-width: 620px) {
  #new-faq .faq-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  #new-faq .fs-s {
    font-size: 11.5px;
  }
}

/* ===== cases: лента форматов мероприятий ===== */
#new-cases .section {
  background: var(--bg);
  color: var(--ink);
}

#new-cases .case-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 16px;
  overscroll-behavior-x: contain;
}
#new-cases .case-scroll::-webkit-scrollbar {
  height: 6px;
}
#new-cases .case-scroll::-webkit-scrollbar-thumb {
  background: rgba(255,90,31,.35);
  border-radius: 10px;
}

#new-cases .case-item {
  flex: 0 0 190px;
  border-radius: 18px;
  padding: 18px 20px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
#new-cases .case-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,.35);
}
#new-cases .case-item:active {
  transform: translateY(-1px);
}
#new-cases .case-item .more {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  opacity: .85;
  transition: transform .25s;
  position: relative;
  z-index: 2;
  color: #fff;
}
#new-cases .case-item:hover .more {
  transform: translateX(4px);
}
#new-cases .case-item h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  position: relative;
  z-index: 2;
  color: #fff;
}
#new-cases .case-item.ca { background: var(--brand); color: #fff; }
#new-cases .case-item.cb { background: #4A382E; color: #fff; }
#new-cases .case-item.cc { background: var(--plum); color: #fff; }
#new-cases .case-item.cd { background: linear-gradient(160deg,#EE6224,#A34A21); color: #fff; }

#new-cases .case-item .ph {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(135deg,var(--brand-pale),#F6EDE6);
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-cases .case-item .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#new-cases .case-item .ph::after {
  content: attr(data-hint);
  position: absolute;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  text-align: center;
  padding: 0 14px;
}
#new-cases .case-item .ph:has(img)::after {
  display: none;
}
#new-cases .case-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(28,22,19,0) 35%, rgba(28,22,19,.82) 100%);
}

/* ===== extras: чем удивить гостей ===== */
#new-extras .head,
#extras .head {
  max-width: 640px;
  margin-bottom: 24px;
}

#new-extras .head h2,
#extras .head h2 {
  font-family: 'Unbounded', sans-serif !important;
  font-size: clamp(24px, 3.4vw, 36px) !important;
  font-weight: 700 !important;
  line-height: 1.14 !important;
  margin: 0 !important;
  color: var(--ink) !important;
}

#new-extras .head p,
#extras .head p {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14.5px !important;
  color: var(--ink-soft) !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  margin-top: 9px !important;
  margin-bottom: 0 !important;
}

#new-extras .add,
#extras .add {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  max-width: 620px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#new-extras .add .c,
#extras .add .c {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  aspect-ratio: 1/1 !important;
  display: flex !important;
  align-items: flex-end !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
}

#new-extras .add .c:hover,
#extras .add .c:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 44px rgba(0,0,0,.35) !important;
}

#new-extras .add .c:hover h3,
#extras .add .c:hover h3 {
  color: #FF9A63 !important;
}

#new-extras .add .ph,
#extras .add .ph {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, var(--brand-pale), #F6EDE6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

#new-extras .add .ph img,
#extras .add .ph img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

#new-extras .add .over,
#extras .add .over {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(20,16,14,.2) 25%, rgba(20,16,14,.9) 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

#new-extras .add .t,
#extras .add .t {
  position: relative !important;
  z-index: 2 !important;
  padding: 12px 13px !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  text-align: left !important;
}

#new-extras .add .tag,
#extras .add .tag {
  display: inline-flex !important;
  align-self: flex-start !important;
  font-size: 8.5px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  background: var(--brand) !important;
  color: #fff !important;
  padding: 5px 10px !important;
  border-radius: 100px !important;
  margin-bottom: 7px !important;
}

#new-extras .add h3,
#extras .add h3 {
  font-family: 'Unbounded', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.5) !important;
  transition: color .25s ease !important;
}

#new-extras .add p,
#extras .add p {
  font-family: 'Manrope', sans-serif !important;
  font-size: 10.8px !important;
  color: rgba(255,255,255,.75) !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

@media (max-width:420px) {
  #new-extras .add .t,
  #extras .add .t {
    padding: 10px 11px !important;
  }
  #new-extras .add h3,
  #extras .add h3 {
    font-size: 12.5px !important;
  }
  #new-extras .add p,
  #extras .add p {
    font-size: 9.8px !important;
  }
}

/* ===== prices: рассчитайте стоимость ===== */
#new-prices .prc,
#prices .prc {
  background: linear-gradient(135deg, var(--plum-deep), var(--plum)) !important;
  border-radius: 20px !important;
  padding: 20px 22px !important;
  color: #fff !important;
  position: relative !important;
  overflow: hidden !important;
}

#new-prices .prc::after,
#prices .prc::after {
  content: "" !important;
  position: absolute !important;
  width: 300px !important;
  height: 300px !important;
  right: -100px !important;
  top: -120px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(255,90,31,.45), rgba(255,90,31,0) 70%) !important;
  pointer-events: none !important;
}

#new-prices .prc-top,
#prices .prc-top {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-bottom: 16px !important;
}

#new-prices .prc-top h3,
#prices .prc-top h3 {
  font-family: 'Unbounded', sans-serif !important;
  font-size: clamp(17px, 2.2vw, 22px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
}

#new-prices .prc-top .sub,
#prices .prc-top .sub {
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
  color: rgba(255,255,255,.6) !important;
  font-weight: 600 !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

#new-prices .btn,
#prices .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 24px !important;
  border-radius: 100px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  background: var(--brand) !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(255,90,31,.3) !important;
  transition: background .25s, transform .25s !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
}

#new-prices .btn:hover,
#prices .btn:hover {
  background: var(--brand-deep) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
}

#new-prices .prc-scale,
#prices .prc-scale {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  margin: 0 !important;
  padding: 0 !important;
}

#new-prices .prc-step,
#prices .prc-step {
  flex: 1 !important;
  padding: 11px 8px !important;
  text-align: center !important;
  background: rgba(255,255,255,.06) !important;
  border-right: 1px solid rgba(255,255,255,.12) !important;
  transition: background .25s !important;
}

#new-prices .prc-step:last-child,
#prices .prc-step:last-child {
  border-right: none !important;
}

#new-prices .prc-step:hover,
#prices .prc-step:hover {
  background: rgba(255,255,255,.13) !important;
}

#new-prices .prc-step b,
#prices .prc-step b {
  font-family: 'Unbounded', sans-serif !important;
  font-size: clamp(13px, 1.9vw, 16px) !important;
  font-weight: 800 !important;
  display: block !important;
  color: #fff !important;
}

#new-prices .prc-step span,
#prices .prc-step span {
  font-family: 'Manrope', sans-serif !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.55) !important;
  display: block !important;
  margin-top: 2px !important;
  white-space: nowrap !important;
}

#new-prices .prc-step.best,
#prices .prc-step.best {
  background: var(--brand) !important;
}

#new-prices .prc-step.best span,
#prices .prc-step.best span {
  color: rgba(255,255,255,.85) !important;
}

#new-prices .prc-note,
#prices .prc-note {
  position: relative !important;
  z-index: 2 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px !important;
  color: rgba(255,255,255,.5) !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

/* ===== reviews section (#new-reviews) ===== */
#new-reviews .section {
  padding: 80px 0;
  position: relative;
  z-index: 2;
  background: var(--bg);
}

#new-reviews .rev-head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

#new-reviews .rev-head .score {
  font-family: 'Unbounded', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: var(--ink);
}

#new-reviews .rev-head .meta {
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 600;
  margin-top: 3px;
}

#new-reviews .stars {
  color: #FBBC05;
  letter-spacing: 1.5px;
  font-size: 12px;
  display: block;
  margin: 4px 0 6px;
}

#new-reviews .gbadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: border-color .2s, box-shadow .2s;
  text-decoration: none;
}

#new-reviews .gbadge:hover {
  border-color: var(--brand);
  box-shadow: 0 4px 12px rgba(255,90,31,.15);
}

#new-reviews svg.g {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

#new-reviews .revs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

#new-reviews .rev {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-md);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#new-reviews .rev:hover {
  transform: translateY(-4px);
  border-color: rgba(255,90,31,.35);
  box-shadow: 0 16px 36px rgba(28,22,19,.1);
}

#new-reviews .rev .ph {
  width: 100%;
  height: 160px;
  min-height: 160px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--brand-pale), #F6EDE6);
}

#new-reviews .rev .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#new-reviews .rev .b2 {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

#new-reviews .rev .who {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 4px;
}

#new-reviews .rev .av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand-pale);
  color: var(--brand-deep);
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  object-fit: cover;
}

#new-reviews .rev .av img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

#new-reviews .rev .nm {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
}

#new-reviews .rev .dt {
  font-size: 10.5px;
  color: var(--ink-soft);
  font-weight: 600;
  line-height: 1.25;
}

#new-reviews .rev .tx {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  font-weight: 500;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#new-reviews .rev .gl {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--ink-soft);
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  text-decoration: none;
  transition: color .2s;
}

#new-reviews .rev .gl:hover {
  color: var(--brand);
}

#new-reviews .rev .gl .arr {
  margin-left: auto;
  font-size: 11px;
  opacity: .7;
  transition: transform .2s, opacity .2s;
}

#new-reviews .rev .gl:hover .arr {
  transform: translateX(2px);
  opacity: 1;
}

#new-reviews .rev .gl svg.g {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

/* Tablet & Mobile: horizontal side-by-side card matching original design */
@media (max-width: 992px) {
  #new-reviews .revs {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #new-reviews .rev {
    display: grid;
    grid-template-columns: 150px 1fr;
    border-radius: 16px;
  }
  #new-reviews .rev .ph {
    height: 100%;
    min-height: 100%;
  }
  #new-reviews .rev .b2 {
    padding: 12px 14px 13px;
  }
}

@media (max-width: 480px) {
  #new-reviews .rev {
    grid-template-columns: 130px 1fr;
    border-radius: 14px;
  }
  #new-reviews .rev .b2 {
    padding: 10px 12px 11px;
  }
  #new-reviews .rev .who {
    gap: 7px;
  }
  #new-reviews .rev .av {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  #new-reviews .rev .nm {
    font-size: 12px;
  }
  #new-reviews .rev .dt {
    font-size: 10px;
  }
  #new-reviews .stars {
    font-size: 11px;
    margin: 3px 0 4px;
  }
  #new-reviews .rev .tx {
    font-size: 11.5px;
    line-height: 1.4;
    -webkit-line-clamp: 4;
  }
  #new-reviews .rev .gl {
    font-size: 9.5px;
    margin-top: 8px;
    padding-top: 6px;
  }
}

@media (max-width: 360px) {
  #new-reviews .rev {
    grid-template-columns: 110px 1fr;
  }
}






