/* InfoStend V84.6 — approved desktop promos + restored blog/reviews + mobile text-only hero */

/* V84.4_APPROVED_RIGHT_PROMO_CLUSTER
   Desktop: the three editable promo cards form a compact right-side cluster inside the hero.
   The left CTA is independent, so the cards never need to span the whole hero width. */
.catalog-link{
  left:var(--page-pad)!important;
  right:auto!important;
  top:auto!important;
  bottom:clamp(92px,10.5vh,124px)!important;
  gap:11px;
  padding:6px 16px 6px 7px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:999px;
  background:rgba(4,12,24,.28);
  box-shadow:0 12px 34px rgba(0,0,0,.14);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  transition:background .3s ease,border-color .3s ease,transform .3s ease;
}
.catalog-link__circle{
  width:clamp(44px,3.6vw,54px);
  height:clamp(44px,3.6vw,54px);
  border-color:rgba(255,255,255,.62);
  background:rgba(255,255,255,.08);
}
.catalog-link__text{font-size:clamp(14px,1vw,17px);font-weight:600;line-height:1.05}
.catalog-link:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.78)}

.hero .home-promos{
  position:absolute;
  left:auto;
  right:var(--page-pad);
  bottom:clamp(90px,10vh,118px);
  z-index:20;
  width:clamp(390px,31vw,510px);
  padding:0;
  pointer-events:none;
}
.hero .home-promos__track{
  width:100%;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  pointer-events:auto;
}
.home-promo-card{
  --promo-surface:rgba(247,249,251,.97);
  position:relative;
  display:block;
  height:clamp(116px,10.2vh,134px);
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.76);
  border-radius:20px;
  background:var(--promo-surface);
  color:#081429;
  text-decoration:none;
  isolation:isolate;
  box-shadow:0 14px 38px rgba(1,8,18,.13);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  transition:transform .32s cubic-bezier(.16,1,.3,1),box-shadow .32s ease,border-color .32s ease;
}
.home-promo-card:nth-child(2){--promo-surface:rgba(244,246,248,.97)}
.home-promo-card:nth-child(3){
  --promo-surface:rgba(248,248,246,.97);
  grid-column:1/-1;
  height:clamp(96px,8.4vh,108px);
}
.home-promo-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.03) 58%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.home-promo-card__head{
  position:absolute;
  z-index:3;
  left:14px;
  right:12px;
  top:12px;
  width:auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
}
.home-promo-card__head strong{
  display:-webkit-box;
  max-width:calc(100% - 34px);
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.03;
  letter-spacing:-.04em;
  font-weight:600;
}
.home-promo-card__arrow{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border:1px solid rgba(8,20,41,.14);
  border-radius:50%;
  font-size:12px;
  background:rgba(255,255,255,.58);
  transition:transform .32s cubic-bezier(.16,1,.3,1),background .32s ease,color .32s ease;
}
.home-promo-card__media{
  position:absolute;
  z-index:1;
  left:7px;
  right:7px;
  top:43px;
  bottom:4px;
  width:auto;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:15px;
}
.home-promo-card:nth-child(3) .home-promo-card__media{top:37px;left:9px;right:9px;bottom:3px}
.home-promo-card__media::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:4%;
  width:68%;
  height:14%;
  transform:translateX(-50%);
  border-radius:50%;
  background:rgba(8,20,41,.055);
  filter:blur(12px);
}
.home-promo-card__media img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  transform:none;
  transition:transform .46s cubic-bezier(.16,1,.3,1);
}
@media (hover:hover) and (pointer:fine){
  .home-promo-card:hover{
    transform:translateY(-3px);
    border-color:#fff;
    box-shadow:0 18px 46px rgba(1,8,18,.19);
  }
  .home-promo-card:hover .home-promo-card__arrow{transform:translate(2px,-2px);background:#081429;color:#fff}
  .home-promo-card:hover .home-promo-card__media img{transform:scale(1.025)}
}

@media (max-width:1180px) and (min-width:761px){
  .hero .home-promos{
    right:clamp(24px,3vw,42px);
    bottom:clamp(88px,9vh,108px);
    width:clamp(330px,32vw,390px);
  }
  .home-promo-card{height:108px;border-radius:18px}
  .home-promo-card:nth-child(3){height:90px}
  .home-promo-card__head{left:12px;right:10px;top:10px}
  .home-promo-card__head strong{font-size:13px}
  .home-promo-card__arrow{width:23px;height:23px;font-size:11px}
  .home-promo-card__media{top:38px;left:5px;right:5px;bottom:3px}
  .home-promo-card:nth-child(3) .home-promo-card__media{top:34px}
  .catalog-link{bottom:clamp(90px,9.5vh,112px)!important}
}

@media (max-width:1020px) and (min-width:761px){
  .hero .home-promos{
    left:var(--page-pad);
    right:var(--page-pad);
    bottom:88px;
    width:auto;
  }
  .hero .home-promos__track{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .home-promo-card,
  .home-promo-card:nth-child(3){grid-column:auto;height:88px;border-radius:16px}
  .home-promo-card__head{left:10px;right:8px;top:8px}
  .home-promo-card__head strong{font-size:12px;-webkit-line-clamp:2}
  .home-promo-card__arrow{width:21px;height:21px;font-size:10px}
  .home-promo-card__media,
  .home-promo-card:nth-child(3) .home-promo-card__media{left:4px;right:4px;top:33px;bottom:3px;border-radius:12px}
  .catalog-link{bottom:192px!important}
}

/* The cards are no longer in the light section, so there is no extra promo-sized gap below the hero. */
.light-intro{padding-top:clamp(58px,5vw,82px)!important}

/* Reviews. Current copy remains visibly marked as draft until the client supplies/approves real quotes. */
.reviews-section{padding-top:clamp(54px,5vw,86px);padding-bottom:clamp(64px,6vw,104px)}
.reviews-section__head{grid-template-columns:1fr;margin-bottom:clamp(28px,3vw,44px)}
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.review-card{
  min-width:0;
  min-height:230px;
  padding:28px;
  border:1px solid #e2e6eb;
  border-radius:26px;
  background:#f7f8fa;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.review-card__top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.review-card__top strong{font-size:20px;font-weight:600;letter-spacing:-.035em}
.review-card__top span{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#89909a}
.review-card__top .review-card__stars{font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:none;color:#111827;white-space:nowrap}
.review-card p{margin:44px 0 0;max-width:34ch;font-size:16px;line-height:1.55;letter-spacing:-.02em;color:#555d67}

/* V84.4 preserves the V84.2 compact catalog entry: catalog content begins quickly. */
.catalog-hero{
  padding:clamp(26px,2.4vw,38px) var(--page-pad) clamp(22px,2.1vw,32px)!important;
}
.catalog-hero__eyebrow{
  font-size:10px!important;
  letter-spacing:.15em!important;
}
.catalog-hero__layout{
  margin-top:clamp(12px,1.25vw,18px)!important;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.62fr)!important;
  align-items:end!important;
  gap:clamp(24px,3vw,52px)!important;
}
#catalogTitle{
  max-width:100%!important;
  font-size:clamp(42px,4.15vw,70px)!important;
  line-height:.9!important;
  letter-spacing:-.062em!important;
}
#catalogTitle.catalog-title--medium{
  font-size:clamp(39px,3.8vw,63px)!important;
  line-height:.91!important;
}
#catalogTitle.catalog-title--long{
  font-size:clamp(35px,3.3vw,54px)!important;
  line-height:.93!important;
}
#catalogTitle.catalog-title--xlong{
  font-size:clamp(31px,2.85vw,47px)!important;
  line-height:.96!important;
}
.catalog-hero__aside{padding-bottom:1px!important}
.catalog-hero__aside p{
  margin:0 0 12px!important;
  max-width:42ch!important;
  font-size:clamp(13px,.9vw,15px)!important;
  line-height:1.42!important;
}
.catalog-text-link{font-size:14px!important}

/* Compress the three explanatory blocks into a slim benefit strip. */
.catalog-benefits{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  width:100%!important;
  margin:0!important;
  padding:0 var(--page-pad)!important;
  border-top:1px solid #e6e9ed!important;
  border-bottom:1px solid #e6e9ed!important;
  background:#fff!important;
  overflow:visible!important;
}
.catalog-benefit,
.catalog-benefit.catalog-benefit--accent{
  min-width:0!important;
  min-height:76px!important;
  height:auto!important;
  margin:0!important;
  padding:14px clamp(14px,1.5vw,22px)!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  align-content:center!important;
  column-gap:13px!important;
  row-gap:0!important;
  border:0!important;
  border-left:1px solid #e6e9ed!important;
  border-radius:0!important;
  background:#fff!important;
  color:#080b10!important;
  box-shadow:none!important;
}
.catalog-benefit:last-child{border-right:1px solid #e6e9ed!important}
.catalog-benefit__index,
.catalog-benefit.catalog-benefit--accent .catalog-benefit__index{
  margin:0!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.04em!important;
  color:#9aa1ad!important;
}
.catalog-benefit strong,
.catalog-benefit.catalog-benefit--accent strong{
  margin:0!important;
  max-width:100%!important;
  font-size:clamp(15px,1.12vw,18px)!important;
  line-height:1.08!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
  color:#080b10!important;
}
.catalog-benefit p,
.catalog-benefit > a{display:none!important}
.catalog-workspace{padding-top:clamp(18px,2vw,28px)!important}

@media (max-width:1000px){
  .reviews-grid{grid-template-columns:1fr 1fr}
  .review-card:last-child{grid-column:1/-1}
  .catalog-hero__layout{grid-template-columns:minmax(0,1.2fr) minmax(250px,.7fr)!important}
}

@media (max-width:760px){
  .hero{--v843-promo-bottom:max(86px,calc(env(safe-area-inset-bottom) + 56px))}
  .hero .home-promos{
    left:0;
    right:0;
    width:auto;
    bottom:var(--v843-promo-bottom);
    padding:0;
  }
  .hero .home-promos__track{
    display:flex;
    gap:9px;
    overflow-x:auto;
    padding:0 16px 4px;
    scroll-padding-left:16px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hero .home-promos__track::-webkit-scrollbar{display:none}
  .home-promo-card{
    flex:0 0 min(74vw,286px);
    height:108px;
    border-radius:18px;
    scroll-snap-align:start;
  }
  .home-promo-card:nth-child(3){grid-column:auto;height:108px}
  .home-promo-card__head{left:12px;right:10px;top:10px;width:auto;display:flex;gap:6px}
  .home-promo-card__head strong{font-size:14px;max-width:calc(100% - 32px)}
  .home-promo-card__arrow{width:24px;height:24px;font-size:12px}
  .home-promo-card__media,.home-promo-card:nth-child(3) .home-promo-card__media{left:5px;right:5px;top:37px;bottom:3px;width:auto;border-radius:14px}
  .home-promo-card__media img{width:100%;height:100%}

  .catalog-link{
    left:16px!important;
    right:auto!important;
    top:auto!important;
    bottom:calc(var(--v843-promo-bottom) + 108px + 14px)!important;
    transform:none!important;
    min-height:44px!important;
    padding:5px 13px 5px 6px!important;
    gap:9px!important;
  }
  .catalog-link__circle{width:32px!important;height:32px!important;font-size:14px!important}
  .catalog-link__text{font-size:13px!important;line-height:1!important}

  /* Preserve both hero CTAs on mobile without covering the new promo carousel. */
  .site-header .request-btn{
    bottom:calc(var(--v843-promo-bottom) + 108px + 66px)!important;
    width:218px!important;
  }
  .stand-entry{
    bottom:calc(var(--v843-promo-bottom) + 108px + 126px)!important;
    max-height:44svh!important;
  }

  .light-intro{padding-top:58px!important}
  .reviews-section{padding-top:58px!important;padding-bottom:66px!important}
  .reviews-grid{display:flex;overflow-x:auto;gap:10px;margin:0 -20px;padding:0 20px 8px;scroll-padding-left:20px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .reviews-grid::-webkit-scrollbar{display:none}
  .review-card{flex:0 0 min(84vw,330px);min-height:210px;padding:23px;border-radius:22px;scroll-snap-align:start}
  .review-card:last-child{grid-column:auto}
  .review-card p{margin-top:36px;font-size:15px}

  .catalog-hero{padding:20px var(--page-pad) 18px!important}
  .catalog-hero__layout{grid-template-columns:minmax(0,1fr)!important;margin-top:10px!important;gap:12px!important}
  #catalogTitle,
  #catalogTitle.catalog-title--medium{
    font-size:clamp(34px,9.8vw,42px)!important;
    line-height:.92!important;
    letter-spacing:-.064em!important;
  }
  #catalogTitle.catalog-title--long{font-size:clamp(30px,8.2vw,36px)!important;line-height:.95!important}
  #catalogTitle.catalog-title--xlong{font-size:clamp(27px,7.1vw,32px)!important;line-height:.98!important}
  .catalog-hero__aside p{margin-bottom:9px!important;font-size:13px!important;line-height:1.38!important}

  .catalog-benefits{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
    padding:8px 14px!important;
    border-top:1px solid #e6e9ed!important;
    border-bottom:1px solid #e6e9ed!important;
  }
  .catalog-benefit,
  .catalog-benefit.catalog-benefit--accent{
    min-height:64px!important;
    padding:9px 7px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:6px!important;
    border:1px solid #e6e9ed!important;
    border-radius:11px!important;
    background:#f8f9fb!important;
  }
  .catalog-benefit__index,
  .catalog-benefit.catalog-benefit--accent .catalog-benefit__index{font-size:9.5px!important}
  .catalog-benefit strong,
  .catalog-benefit.catalog-benefit--accent strong{font-size:clamp(10.5px,2.8vw,12px)!important;line-height:1.08!important}
  .catalog-workspace{padding-top:14px!important}
}

@media (max-width:390px){
  .home-promo-card{flex-basis:78vw;height:104px}
  .catalog-link{bottom:calc(var(--v843-promo-bottom) + 104px + 12px)!important}
  .site-header .request-btn{bottom:calc(var(--v843-promo-bottom) + 104px + 64px)!important;width:208px!important}
  .stand-entry{bottom:calc(var(--v843-promo-bottom) + 104px + 122px)!important;max-height:43svh!important}
  #catalogTitle,
  #catalogTitle.catalog-title--medium{font-size:clamp(32px,9.5vw,38px)!important}
  #catalogTitle.catalog-title--long{font-size:clamp(28px,8vw,33px)!important}
  #catalogTitle.catalog-title--xlong{font-size:clamp(25px,7vw,29px)!important}
}

@media (prefers-reduced-motion:reduce){
  .home-promo-card,.home-promo-card__arrow,.home-promo-card__media img{transition:none!important}
}


/* V84.5_BLOG_AND_ROUNDED_STARS
   Keep the approved V84.4 hero geometry untouched. This layer only restores the
   homepage Blog section and upgrades review ratings to warm rounded SVG stars. */
.home-blog-section[data-blog-restored="v845"]{display:block!important}
.home-blog-section[data-blog-restored="v845"] .home-blog-grid:empty{display:none}
.review-card__top .review-card__stars{
  display:inline-flex;
  align-items:center;
  gap:3px;
  color:#f4b83f;
  font-size:0;
  line-height:0;
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
}
.review-card__stars .review-star{
  display:block;
  width:16px;
  height:16px;
  flex:0 0 16px;
  overflow:visible;
  color:inherit;
  filter:drop-shadow(0 1px 0 rgba(126,86,0,.06));
}
.review-card__stars .review-star path{
  fill:currentColor;
  stroke:#e4a82e;
  stroke-width:.62;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media (max-width:640px){
  .review-card__stars .review-star{width:15px;height:15px;flex-basis:15px}
  .review-card__top .review-card__stars{gap:2.5px}
}


/* V84.6_MOBILE_TEXT_ONLY_HERO
   Mobile only: remove the freestanding stand, center the message and CTAs,
   and keep the promo carousel visually separated from the next white sheet.
   Desktop/tablet geometry from V84.4 remains unchanged. */
@media (max-width:760px) and (orientation:portrait){
  .hero{
    --v846-side:clamp(18px,5vw,24px);
    height:clamp(660px,82svh,710px)!important;
    min-height:660px!important;
  }

  /* The product render is deliberately absent on phones: the title is the hero. */
  .hero .stand-zone,
  .hero .stand-entry{
    display:none!important;
    visibility:hidden!important;
  }

  .hero-word-wrap{
    top:clamp(140px,18svh,166px)!important;
    left:var(--v846-side)!important;
    right:var(--v846-side)!important;
    z-index:7!important;
    display:block!important;
    overflow:visible!important;
    transform:none!important;
  }
  .hero-word{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    display:grid!important;
    grid-template-rows:auto auto!important;
    align-content:start!important;
    justify-items:center!important;
    font-size:0!important;
    line-height:1!important;
    text-align:center!important;
    overflow:visible!important;
  }
  .hero-word span{display:none!important}
  .hero-word::before,
  .hero-word::after{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:"Unbounded",sans-serif!important;
    font-size:clamp(52px,14.9vw,64px)!important;
    font-weight:800!important;
    line-height:.88!important;
    letter-spacing:-.035em!important;
    text-transform:uppercase!important;
    text-align:center!important;
    white-space:nowrap!important;
    transform:none!important;
  }
  .hero-word::before{content:"ИНФО"!important}
  .hero-word::after{content:"СТЕНДЫ"!important;margin-top:6px!important}

  /* One clear vertical CTA axis under the headline. */
  .site-header .request-btn{
    top:clamp(276px,34.5svh,302px)!important;
    bottom:auto!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    width:min(214px,calc(100vw - 48px))!important;
    min-height:52px!important;
    padding:6px 7px 6px 18px!important;
    gap:14px!important;
    justify-content:center!important;
    box-shadow:0 12px 34px rgba(0,0,0,.16)!important;
  }
  .site-header .request-btn__icon{
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
  }
  .catalog-link{
    top:clamp(352px,43.5svh,382px)!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    width:max-content!important;
    max-width:calc(100vw - 48px)!important;
    min-height:40px!important;
    padding:6px 4px!important;
    gap:10px!important;
    justify-content:center!important;
  }
  .catalog-link__circle{
    order:2!important;
    width:auto!important;
    height:auto!important;
    font-size:16px!important;
  }
  .catalog-link__text{
    order:1!important;
    font-size:0!important;
    line-height:1!important;
  }
  .catalog-link__text::before{
    content:"Смотреть каталог"!important;
    font-size:14px!important;
    line-height:1.1!important;
    color:#fff!important;
  }

  /* Compact swipeable category shortcuts. */
  .hero .home-promos{
    top:clamp(480px,60svh,520px)!important;
    bottom:auto!important;
    left:0!important;
    right:0!important;
    width:auto!important;
    padding:0!important;
  }
  .hero .home-promos__track{
    display:flex!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:0 var(--v846-side) 5px!important;
    scroll-padding-left:var(--v846-side)!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .hero .home-promos__track::-webkit-scrollbar{display:none!important}
  .home-promo-card,
  .home-promo-card:nth-child(3){
    flex:0 0 min(68vw,252px)!important;
    height:102px!important;
    min-height:102px!important;
    border-radius:18px!important;
    scroll-snap-align:start!important;
  }
  .home-promo-card__head{
    left:12px!important;
    right:10px!important;
    top:10px!important;
  }
  .home-promo-card__head strong{
    font-size:13px!important;
    line-height:1.05!important;
    max-width:calc(100% - 31px)!important;
  }
  .home-promo-card__arrow{
    width:23px!important;
    height:23px!important;
    flex:0 0 23px!important;
    font-size:11px!important;
  }
  .home-promo-card__media,
  .home-promo-card:nth-child(3) .home-promo-card__media{
    left:5px!important;
    right:5px!important;
    top:36px!important;
    bottom:4px!important;
    width:auto!important;
    border-radius:13px!important;
  }
  .home-promo-card__media img{
    width:100%!important;
    height:100%!important;
    object-position:center center!important;
  }

  /* Slightly soften the transition into the following white sheet. */
  .post-hero-stage{margin-top:0!important}
}

@media (max-width:390px) and (orientation:portrait){
  .hero{height:clamp(650px,82svh,700px)!important;min-height:650px!important}
  .hero-word-wrap{top:136px!important}
  .hero-word::before,
  .hero-word::after{font-size:clamp(48px,14.6vw,57px)!important}
  .site-header .request-btn{top:262px!important;width:min(206px,calc(100vw - 42px))!important}
  .catalog-link{top:342px!important}
  .hero .home-promos{top:470px!important}
  .home-promo-card,
  .home-promo-card:nth-child(3){flex-basis:min(72vw,244px)!important;height:98px!important;min-height:98px!important}
  .home-promo-card__media,
  .home-promo-card:nth-child(3) .home-promo-card__media{top:35px!important}
}

@media (max-width:760px) and (max-height:720px) and (orientation:portrait){
  .hero{height:650px!important;min-height:650px!important}
  .hero-word-wrap{top:128px!important}
  .hero-word::before,
  .hero-word::after{font-size:clamp(47px,13.9vw,56px)!important}
  .site-header .request-btn{top:242px!important;min-height:50px!important}
  .catalog-link{top:330px!important}
  .hero .home-promos{top:440px!important}
  .home-promo-card,
  .home-promo-card:nth-child(3){height:94px!important;min-height:94px!important}
}
