﻿html { scroll-behavior: smooth; }

:root{
  --c-accent:#FF6E24;  /* оранжевый */
  --c-bg:#342C28;      
  --c-gray:#9B9B9B;    /* серый */
  --c-white:#fff;
  --c-card:   #231E1B;
  --radius:   16px;
  --header-h: 80px;
}

#products { scroll-margin-top: var(--header-h); }
#price { scroll-margin-top: var(--header-h); }

@media (max-width: 768px){
  :root { --header-h: 64px; }
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}





.section--why2 .container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

.section--wowgift .container  {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

.section--products-page .container{
    
    padding: 0 20px;
}

.section--rent-v3 .container{
    
    padding: 0 20px;
}
/* ===== HERO styles ===== */
.corporate-hero {
  background: #342C28; /* фон блока */
  padding: 64px 0 60px;
  position: relative;
  overflow: hidden;
}
.corporate-hero__inner { text-align: center; }
.corporate-hero__kicker {
  color: #9B9B9B;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 14px;
  padding: 0 28% 0 28%;
  font-family: 'Roboto', Sans-Serif;
  font-weight: 500;
  
}
.corporate-hero__title {
  color: #fff;
  font-weight: 600;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.1;
  margin: 0 0 24px;
}
.corporate-hero__title .accent { color: #FF6E24; } /* оранжевая 1-я строка */

.corporate-hero__stage {
  position: relative;
  width: min(980px, 92vw);
  margin: 0 auto 28px;
  aspect-ratio: 1 / 1; /* круглая сцена */
  margin-bottom: -320px;
}
.corporate-hero__img {
  position: absolute;
  inset: 26% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.45));
  z-index: 1;
  will-change: transform;
}

/* Бейджи */
.corporate-hero__badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.corporate-hero__badge .dot {
  
 
  position: absolute;
  
}
.dot--1 {
    bottom: -12px;
  right: -8px;
}

.dot--2 {
    bottom: -12px;
  left: -8px;
}

.dot--3 {
    top: -4px;
  right: -8px;
}

.dot--4 {
    top: -3px;
  left: -4px;
}

.badge__body {
  background: #231E1B; /* тёмная плашка */
  color: #fff;
  border-radius: 15px;
  padding: 32px;
  min-width: 210px;
  text-align: left;
  position: relative;
}
.badge__title { font-weight: 600; font-size: 20px; line-height: 1.2; }
.badge__sub   { color: #fff; font-size: 16px; margin-top: 4px; }

/* Позиции бейджей относительно сцены */
.corporate-hero__badge--lt { top: 10%; left: -8%;  }
.corporate-hero__badge--rt { top: 10%; right: -7%; }
.corporate-hero__badge--lb { bottom: 48%; left: -3%; }
.corporate-hero__badge--rb { bottom: 48%; right: 0; }

/* Кнопка */
.corporate-hero__cta {
    background: #FF6E24;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 20px 32px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease;
    position: absolute;
    z-index: 100;

    left: 50%;
    transform: translateX(-50%);
    
}
.corporate-hero__cta:hover { box-shadow: 0 10px 28px rgba(255,110,36,.3); }



.cases{
  background: var(--c-bg);
  color: var(--c-white);
  padding: clamp(40px, 6vw, 80px) 0;
}

.cases .container{max-width: 1700px; margin:0 auto; padding:0 20px;}

.cases__title{
  text-align:center;
  font-weight:600;
  font-size: clamp(26px, 4.2vw, 38px);
  line-height:1.15;
  margin:0 0 8px;
}

.cases__lead{
  text-align:center;
  color: var(--c-gray);
  margin:0 0 24px;
  font-size: 18px;
}

.cases__pill{
  display:inline-block;
  background: var(--c-accent);
  color:#fff;
  font-weight:600;
  border-radius: 15px;
  padding: 28px;
  margin: 0 0 20px;
  width: 100%;
  font-size: 24px;
}

/* список карточек */
.cases__list{
  display:grid;
  grid-template-columns: 1fr;
  gap: 16px;
  list-style:none;
  padding:0; margin:0;
}

.case{ 
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  
  gap: 14px;
}

.case__label{
  color:#9B9B9B;
  font-size: 15px;
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 28px;
  font-family: 'Roboto', Sans-Serif;
}


/* левая/правая колонка и разделитель */
.case__left,
.case__right{ display:flex; flex-direction:column; gap:10px; width: 50%;}


.case__label{
    position: relative;
    z-index: 1;
    background:#fff;
    padding: 0 10px 0 0;      /* справа отступ, чтобы линия не прилипала */
  }

/* “стрелочка”/метка слева на мобилке */
.case__label::before{
  content:"";
  display:inline-block;
  width:2px; height:16px;
  background:#EAEAEA;
  margin-right:8px;
  vertical-align:middle;
}

.case__label{
    position: relative;
    z-index: 1;
    background:#fff;
    padding: 0 10px 0 0;      /* справа отступ, чтобы линия не прилипала */
  }
  
  .case__label::before{ display:none;
}

/* заголовок-задача */
.case__heading{
  color: var(--c-accent) !important;
  font-size: 22px;
  font-weight: 600;
  line-height:1.2;
  text-decoration:none;
  max-width: 80%;
}

/* текст решения */
.case__text{
  font-size: 22px;
  font-weight:500;
  line-height:1.25;
  color: #231E1B;
  padding-right: 25%;
}


.case__arrow { display: none; }



/* section */
.gift-cases{
  background:#342C28;           /* тёмный фон */
  color:#fff;
  padding: clamp(40px,3vw,96px) 0;
}
.gift-cases .container{max-width:1700px;margin:0 auto;padding:0 20px;}

.gift-cases__title{
  text-align:center;
  font-weight:600;
  font-size: clamp(26px, 4.2vw, 38px);
  line-height:1.25;
  margin:0 0 28px;
  padding: 0 20%;
  
}

.gift-cases__grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 0;
    align-items: center;
  }
  
  .gift-cases__img img{
    aspect-ratio: 1/1;          /* квадраты */
    object-fit: cover;
  }




/* карточки-изображения */
.gift-cases__img{
  margin:0;
  border-radius:14px;
  overflow:hidden;
  background:#2b2421;
}
.gift-cases__img img{
  display:block;
  width:100%;
  height:auto;
}

/* карточки-тексты */
.gift-cases__text{
  align-self:center;
  max-width: 520px;
}

.text__1{
  
  padding-left: 64px;
}



.gift-cases__heading{
  font-size: clamp(26px, 4.2vw, 32px);
  line-height:1.25;
  font-weight:600;
  margin:0 0 10px;
}
.gift-cases__lead{
  color:#9B9B9B;                 /* светло-серый текст */
  font-size: 20px;
  line-height:1.35;
  margin:0;
  font-family: 'Roboto',Sans-Serif;
  
}

/* CTA */
.gift-cases__cta{
  display:flex;
  justify-content:center;
  margin-top: 42px;
}
.btn-accent{
  display:inline-block;
  padding: 16px 52px;
  background:#FF6E24;           /* акцент */
  color:#fff;
  border-radius:8px;
  font-weight:600;
  text-decoration:none;
  font-size: 18px;
  
}



/* ===== 4 блок  ===== */
.gift-cta{
  position: relative;
  
  background:
    
    url("/storage/app/media/corporate/cta-bg.webp") center/cover no-repeat;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;                 /* вертикальные поля, чтобы контент не прилипал */
  color: #fff;
}

/* контейнер внутри, ограничения ширины */
.gift-cta__inner{
  max-width: 1700px;
  text-align: center;
  margin: 0 auto;
}

/* заголовок */
.gift-cta__title{
  font-weight: 600;
  font-size: clamp(26px, 4.2vw, 38px);
  line-height: 1.15;
  letter-spacing: .2px;
  margin: 0 0 16px;
  padding: 0 20%;
}

/* подзаголовок */
.gift-cta__lead{
  font-size: 20px;
  line-height: 1.35;
  color: #9B9B9B;
  margin: 0 0 32px;
  font-family: 'Roboto',Sans-Serif;
}

/* кнопка */
.gift-cta__btn{
  display: inline-block;
  padding: 16px 28px;
  border-radius: 12px;
  background: #FF6E24;               /* var(--c-accent) */
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.gift-cta__btn:hover{ transform: translateY(-1px); }
.gift-cta__btn:active{ transform: translateY(0); }




/* section */
.why-gift{
  background:#342C28;             /* тёмный фон страницы */
  color:#fff;
  padding: clamp(40px,6vw,96px) 0;
}
.why-gift .container{max-width:1700px; margin:0 auto; padding:0 20px;}

.why-gift__title{
  text-align:center;
  font-weight:600;
  font-size: clamp(26px, 4.2vw, 38px);
  line-height:1.2;
  margin:0 0 28px;
}

/* grid */
.why-gift__grid{
  list-style:none; margin:0; padding:0;
  display:grid;
  
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

/* item */
.why-gift__item{
  display:grid;
  grid-template-columns: 88px 1fr;      /* иконка + текст */
  align-items:center;
  gap:16px;
  background:#fff;
  border:2px solid #fff;                /* белая «окантовка» как на скрине */
  border-radius:14px;
  padding:4px;
}

/* icon box */
.why-gift__icon{
  width:88px; height:88px;              /* визуально как на скрине */
  border-radius:10px;
  background:#231E1B;
  border:1px solid rgba(255,255,255,.3);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.why-gift__icon img{
  display:block; max-width:88px; max-height:88px;
  /* если иконки монохромные – можно обеспечить белый цвет: */
  /* filter: brightness(0) invert(1); */
}

/* text */
.why-gift__text{
  margin:0;
  font-size:16px;
  line-height:1.35;
  color:#4A4A4A;
  font-family: 'Roboto', Sans-Serif;
  font-weight: 500;
}


.products-head{
  text-align: center;
  margin: 0 0 20px;
}
.products-head__title{
  color: #fff;
  font-weight: 600;
  font-size: clamp(26px, 4.2vw, 38px);
  line-height: 1.2;
  margin: 90px 0 8px;
}
.products-head__lead{
  color: var(--c-gray, #9B9B9B);
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
  font-family: 'Roboto',Sans-Serif;
  padding: 24px 28% 32px 28%;
}














/* ——— Адаптив ——— */
@media (max-width: 1180px) {
  .badge__body { min-width: 190px; }
  .corporate-hero__badge--lt { left: -6px; }
  .corporate-hero__badge--rt { right: -6px; }
}
@media (max-width: 920px) {
  .corporate-hero__stage { width: min(760px, 96vw); margin-bottom: -140px;}
  .badge__body { min-width: 170px; }
}

@media (max-width: 760px) {
  .corporate-hero { padding: 24px 0 60px; }
  .orange-text {
      color:#FF6E25;
  }
  
  
  
  
  

  /* Точки скрываем, две «пропавшие» карточки показываем */
  .corporate-hero .dot { display: none !important; }
  .corporate-hero__badge--lt,
  .corporate-hero__badge--rt { display: flex !important; }

  /* Лэйаут */
  .corporate-hero__container { display: flex; align-items: center; gap: 16px; }

  /* Левая колонка */
  .corporate-hero__content { flex: 1 1 52%; text-align: left; }

  /* Заголовки поменьше, компактнее */
  .corporate-hero h1,
  .corporate-hero__title {
    font-size: clamp(22px, 5.4vw, 28px);
    line-height: 1.15;
    margin: 0 0 24px;
  }

  .corporate-hero__lead {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 12px;
    opacity: .9;
  }

  /* Карточки — колонкой и с расстоянием между ними */
  .corporate-hero__badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    z-index: 9999;
  }

  /* Общие стили карточек */
  .corporate-hero__badge {
    position: static;
    margin: 0;
    justify-content: flex-start;
    max-width: 260px;
  }


  .badge__body {
    min-width: 0;
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    z-index: 10;
    margin: 6px;
  }

  /* Тексты в карточках — меньше */
  .badge__title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .badge__sub,
  .badge__desc {
    font-size: 13px;
    line-height: 1.35;
  }

  /* Правая колонка — картинка */
  .corporate-hero__stage-wrap {
    flex: 1 1 48%;
    display: flex;
    justify-content: flex-end;
  }

  .corporate-hero__stage {
    width: auto;
    margin: 0;
    position: relative;
    margin-bottom: -4px;
  }

  .corporate-hero__img {
    width: min(300px, 100%);
    position: absolute;
    inset: 6% auto auto 48%;
    transform: rotate(-42deg);
    transform-origin: 55% 45%;
    will-change: transform;
  }

  /* Кнопка — на всю ширину и шрифт поменьше */
  .corporate-hero__cta { margin-top: 0; width: calc(100% - 38px); }
  
  
  
  .corporate-hero__cta .btn { width: 100%; font-size: 15px; padding: 14px 18px; }

  .corporate-hero__kicker { padding: 24px 0 0 0; }
}



/* совсем узкие экраны — чуток ужимаем сцену */
@media (max-width: 380px) {
  .corporate-hero__img { width: min(220px, 44vw); }
  .corporate-hero__badge { max-width: 240px; }
}




/* ===== MOBILE (≤767px) блок 2===== */
@media (max-width: 767px){

  .cases { padding: 60px 0; }

  .cases__title{
    font-size: clamp(22px, 5.4vw, 28px);
    line-height: 1.15;
    margin: 0 0 6px;
    text-align: center;
  }

  .cases__lead{
    font-size: 16px;
    margin: 0 0 32px;
    text-align: center;
    color: var(--c-gray);
  }

  .cases__pill{
    width: 100%;
    padding: 22px;
    font-size: 22px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  /* список и карточки */
  .cases__list{ gap: 12px; }

  .case{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    /* лёгкий обвод и “приподнятость”, как на образце */
    box-shadow: 0 0 0 1px rgba(0,0,0,.06);
  }

  .case__left,
  .case__right{
    width: 100%;
    gap: 10px;
  }

  .case__label{
    color: #9B9B9B;
    font-size: 15px;
    font-family: 'Roboto', Sans-Serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  /* заголовок задачи (оранжевый) */
  .case__heading{
    display: inline-block;
    color: var(--c-accent);     /* #FF6E24 */
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    max-width: 100%;
  }

  /* текст решения */
  .case__text{
    color: #231E1B;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    
  }

  /* разделитель между “Задача” и “Решение” со стрелочкой вниз */
  .case__left{
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 14px;
  }
  .case__left::after{
    display:none;
  }
  .case__left::before{
    display:none;
  }

  /* на мобилке не нужны десктопные псевдо-элементы */
  .case::before,
  .case::after{ display: none !important; }
  
  /* фикс: скрыть встроенный SVG у метки "Задача" в 1-й карточке */
.cases .case__label svg { display: none; }

/* фикс: переносы строк и защита от обрезания */
.case__heading,
.case__text{
  display: block;
  max-width: 100%;
  white-space: normal !important;   /* перебиваем возможный глобальный nowrap */
  overflow-wrap: anywhere;          /* переносим длинные слова/фразы */
  word-break: break-word;
}

/* чуть компактнее паддинги, чтобы тексту было место */
.case{ padding: 18px 16px; }
.case__left{ padding-bottom: 12px; margin-bottom: 0; }

/* линия-разделитель по всей ширине карточки */
.case__left::after{ left: 0; right: 0; }

.case__arrow { 
  display: block; 
  } 
  
  
}


/* Блок 3 Адаптив */
@media (max-width: 767px){
 
 .gift-cases__grid{
    display: flex;
    flex-direction: column;
    gap: 16px;               
  }

  /* порядок элементов (1..6) => 2,1,3,4,6,5 */
  .gift-cases__grid > *{ order: 0; }

  /* Пара 1: сначала текст, потом картинка */
  .gift-cases__grid > :nth-child(1){ order: 2; }  /* img #1 */
  .gift-cases__grid > :nth-child(2){ order: 1; }  /* text #1 */

  /* Пара 2 уже в нужном порядке: text #2, img #2 */
  .gift-cases__grid > :nth-child(3){ order: 3; }  /* text #2 */
  .gift-cases__grid > :nth-child(4){ order: 4; }  /* img  #2 */

  /* Пара 3: сначала текст, потом картинка */
  .gift-cases__grid > :nth-child(5){ order: 6; }  /* img #3 */
  .gift-cases__grid > :nth-child(6){ order: 5; }  /* text #3 */

  /* чуть поджимаем типографику на мобиле */
  .gift-cases__heading{ font-size: 19px; line-height: 1.25; margin: 0 0 8px; text-align: center;}
  
  
  
  .gift-cases__lead{ font-size: 14px; line-height: 1.35; color:#9B9B9B; text-align: center;}
  .gift-cases__img img{ aspect-ratio: 1/1; object-fit: cover; display:block; width:100%; }
  
  .gift-cases__title {
    text-align: center;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 28px;
    font-size: clamp(22px, 5.4vw, 28px);
    padding: 0;
}
  .text__1 {
    padding-left: 0;
}
  .btn-accent {
    width: 100%;
    padding: 0;
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
}

@media (max-width: 767px){
.gift-cta__title{
  font-weight: 600;
  font-size: clamp(26px, 4.2vw, 38px);
  line-height: 1.15;
  letter-spacing: .2px;
  margin: 0 0 16px;
  padding: 0;
}

/* подзаголовок */
.gift-cta__lead{
  font-size: 16px;
  line-height: 1.35;
  color: #9B9B9B;
  margin: 0 0 32px;
}

/* кнопка */
.gift-cta__btn{
    width: 100%;
    padding: 0;
    height: 52px;
     display: flex;
    align-items: center;
    justify-content: center;
    
  border-radius: 10px;
  background: #FF6E24;               /* var(--c-accent) */
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

}


/* mobile: всё в одну колонку, чуть компактнее */
@media (max-width: 767px){
  
   .why-gift__grid{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /* на всякий случай снимаем «двухколоночность» от других стилей */
  .why-gift__item{
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    display: grid;                 /* иконка + текст */
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 12px;
  }

  .why-gift__icon{ width:72px; height:64px; }
  .why-gift__text{ font-size:14px; }
  
  .why-gift__icon img{
  display:block; max-width:72px; max-height:72px;
  /* если иконки монохромные – можно обеспечить белый цвет: */
  /* filter: brightness(0) invert(1); */
}
  
}

@media (max-width: 767px){
  .products-head{ margin-bottom: 16px; }
  .products-head__title{ font-size: 26px; }
 
  
  
  .products-head__lead{
  color: var(--c-gray, #9B9B9B);
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
  font-family: 'Roboto',Sans-Serif;
  padding: 12px 0 16px 0;
}
  
  
}


/* блок «Состав набора» под названием */
.products__kitwrap{
  margin-top: 6px;
  text-align: center;                 
  font-family: 'Roboto', Sans-Serif;
}
.products__kit-title{
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;                        /* если фон карточки тёмный */
  margin: 18px 0 4px;
  
}

/* список строк состава */
.products__kit{
  font-weight: 300;
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;                   /* без маркеров */
  font-size: 18px;
  line-height: 1.25;
  color: #9B9B9B; 
  
  
}
.products__kit li{ margin: 4px 0; font-weight: 300;font-size:16px}



.products__cta{
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.products__btn{
  display: block;
  width: 100%;
  max-width: 360px;              /* чтобы не расползалась на ПК */
  text-align: center;

  padding: 14px 22px;
  border-radius: 12px;

  background: transparent;       /* прозрачная как на образце */
  border: 3px solid #FF6E24;
  color: #FF6E24;

  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;

  box-shadow: none;
  transition: background-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.products__btn:hover{
  background: #FF6E24;           /* ховер — заливка оранжевая */
  color: #fff;                 /* текст тёмный как в макете */
  box-shadow: 0 8px 22px rgba(255,110,36,.25);
  transform: translateY(-1px);
}

.products__btn:active{
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(255,110,36,.22);
}



.products__list-img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;              /* всегда квадрат */
  object-fit: cover;
  border-radius: 18px;
  transition: all 0.3s;
  pointer-events: none;
  /* можно дать фон, если нужно: */
  
}

/* Фолбэк на очень старые браузеры без aspect-ratio */
.products__list-img.is-ar-fallback{
  position: relative;
  height: auto;
}
.products__list-img.is-ar-fallback::before{
  content: "";
  display: block;
  padding-top: 100%; /* квадрат */
}








/* мобилка: на всю ширину */
@media (max-width: 767px){
  .products__btn{ max-width: none; font-size:13px; margin: 0 6px 0 6px;}
  
  .products__kit-title{ font-size: 14px; }
  .products__kit{ font-size: 14px; }
  
  .products__kitwrap {
    padding: 0 4px 0 4px;
}

.products__kit li{ margin: 4px 0; font-weight: 300;font-size:14px}

.section--products-page .container {
    padding: 0;
}
 
}



.steps{
  background:#342C28; /* var(--c-bg) */
  color:#fff;
  padding: 10px 0;
}
.steps .container{max-width:1700px;margin:0 auto;padding:0 20px;}

.steps__title{
  text-align:center;
  font-weight:600;
  font-size: clamp(26px, 4.2vw, 38px);
  line-height:1.2;
  margin:0 0 8px;
}
.steps__lead{
  text-align:center;
  color:#9B9B9B;
  margin:22px 0 42px;
  font-family: 'Roboto',Sans-Serif;
}


.steps__grid{
    grid-template-columns: repeat(3, 1fr);
    list-style:none; padding:0; margin:0;
    display:grid;
    gap:14px;
  }


.step{
  background:#fff;
  color:#231E1B;
  border-radius:14px;
  padding:18px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}
.step__num{
  color:#FF6E24; /* var(--c-accent) */
  font-weight:600;
  font-size:38px;
  margin-bottom:8px;
}
.step__heading{
  font-weight:600;
  font-size:18px;
  line-height:1.25;
  margin:0 0 8px;
}
.step__sep{
  border:0; height:2px; width:96px;
  background:#FF6E24; border-radius:2px;
  margin:6px 0 10px;
  width: 100%;
}
.step__list{
  list-style:none; padding:0; margin:0;
  color:#6C6C6C;
  font-size:14px; line-height:1.4;
  font-family: 'Roboto',Sans-Serif;
}
.step__list li{ position:relative; padding-left:14px; margin:6px 0; }
.step__list li::before{
  content:"–";
  position:absolute; left:0; top:0;
  color:#9B9B9B;
}

  

/* CTA кнопка */
.steps__cta{
  display:flex; 
  justify-content:center;
  margin-top: 22px;
}

.steps__cta .btn-accent-outline{
  width:100%;
}

.steps{ --steps-gap:20px; }                         
  .steps__cta .btn-accent-outline{
    max-width: calc((100% - (2 * var(--steps-gap))) / 3);
  }






.btn-accent-outline{
  display:inline-block;
  padding:14px 22px;
  border-radius:12px;
  border:2px solid #FF6E24;
  color:#fff;
  background: #FF6E24;
  font-weight:600;
  font-size:18px;
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  text-align: center;
}
.btn-accent-outline:hover{
  transform: translateY(-1px);
}
@media (max-width: 767px){
  .btn-accent-outline{ width:100%; text-align:center; }
  .steps__cta .btn-accent-outline{ max-width: none; }
  .steps__grid { grid-template-columns: 1fr; }
  
}



.section--why2{ background: var(--c-bg); padding: clamp(32px,4vw,56px) 0; }

.why2__title{
  color: var(--c-white);
  text-align: center;
  font-weight: 600;
  line-height: 1.12;
  font-size: clamp(26px, 4.2vw, 38px);
  margin: 0 0 16px 0;
  padding: 0 24% 0 24%;
}

.why2__lead{
  color: rgba(255,255,255,.72);
  text-align: center;
  margin: 0 0 clamp(18px, 2.2vw, 48px);
  font-size: 20px;
  line-height: 1.35;
  font-family: 'Roboto',Sans-Serif;
}

.why2__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* ПК 2×2 */
  gap: clamp(12px, 2.2vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.why2__card{
  display: grid;
  grid-template-columns: 24px 1fr;          /* тонкая «полоска» + текст */
  align-items: start;
  gap: 38px;
  background: var(--c-card);                 /* 231E1B */
  color: var(--c-white);
  border-radius: 18px;
  padding: 22px 24px;
 
}

.why2__dash{
  width: 50px;
  height: 3px;
  background: var(--c-accent);
  border-radius: 4px;
  /* для выравнивания по первой строке текста */
  align-self: start;
  margin-top: 10px;
}

.why2__text p{
  margin: 0;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.35;
  font-family: 'Roboto', Sans-Serif;
  font-weight: 500;
}

/* Hover (только для указателя мыши) */
@media (hover:hover){
  .why2__card:hover{
    transform: translateY(-2px);
    
  }
}

/* ===== Адаптив ===== */
@media (max-width: 1024px){
  .why2__grid{ gap: 16px; }
}

@media (max-width: 767.98px){
  .why2__title{ font-size: clamp(22px, 5.4vw, 28px); padding: 0;}
  .why2__grid{ grid-template-columns: 1fr; }  /* мобилка 1 колонка */
  .why2__card{
    grid-template-columns: 20px 1fr;
    padding: 18px 16px;
    border-radius: 14px;
  }
  .why2__dash{ width: 20px; margin-top: 8px; }
  
  .why2__lead{
  font-size: 16px;
}
}





.section--wowgift{ background:var(--c-bg); padding:0; }
.wowgift__title{
  color:var(--c-white);
  text-align:center;
  font-weight:600;
  line-height:1.12;
  font-size: clamp(26px, 4.2vw, 38px);
  margin:0 0 clamp(18px,3vw,48px);
  padding: 0 20%;
}

/* GRID: слева 2 фото (2 строки), справа 4 карточки */
.wowgift__grid{
  display:grid;
  grid-template-columns: 1.15fr 1fr 1fr;     /* левая колонка чуть шире */
  grid-auto-rows: 1fr;
  gap:clamp(12px,2vw,18px);
  align-items:stretch;
}

/* Изображения */
.wowgift__img{
  background:#1e1a18;
  border-radius:16px;
  overflow:hidden;
  margin: 0;
}
.wowgift__img img{ display:block; width:100%; height:100%; object-fit:cover; }

/* Чтобы верхняя и нижняя картинки занимали левую колонку по двум строкам */
.wowgift__img--top{ grid-column:1; grid-row:1; }
.wowgift__img--bottom{ grid-column:1; grid-row:2; }

/* Карточки */
.wowgift__card{
  background:var(--c-card);
  color:var(--c-white);
  border-radius:16px;
  padding:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  
}
.wowgift__icon{
  width:156px; height:156px; margin-bottom:12px;
  display:grid; place-items:center;
}
.wowgift__icon img{ max-width:100%; max-height:100%; display:block; }
.wowgift__text{
  margin:0;
  font-size:clamp(14px,1.6vw,18px);
  line-height:1.35;
  font-weight: 500;
}


/* ===== Адаптив ===== */
@media (max-width: 1024px){
  .wowgift__grid{
    grid-template-columns: 1fr 1fr;
    grid-auto-rows:auto;
  }
  /* левая верхняя картинка занимает всю ширину первой строки */
  .wowgift__img--top{ grid-column:1 / -1; grid-row:auto; }
  .wowgift__img--bottom{ grid-column:1 / -1; grid-row:auto; }
}
@media (max-width: 767.98px){
  .wowgift__grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  /* порядок как на макете: картинка -> 2 карточки -> картинка -> 2 карточки */
  .wowgift__img--top{ order:1; }
  .wowgift__card:nth-of-type(1){ order:3; }
  .wowgift__card:nth-of-type(2){ order:4; }
  .wowgift__img--bottom{ order:2; }
  .wowgift__card:nth-of-type(3){ order:5; }
  .wowgift__card:nth-of-type(4){ order:6; }

  .wowgift__icon{ width:48px; height:48px; margin-bottom:10px; }
  
  .wowgift__card{
    /* выше за счёт min-height + вертикальных паддингов */
    min-height: 250px;
    padding-block: 22px;        /* верх/низ */
    padding-inline: 18px;       /* лево/право */
    border-radius: 16px;

    /* аккуратнее центрируем контент внутри */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;                  /* расстояние между иконкой и текстом */
  }

  .wowgift__icon{
    width: 156px;
    height: 156px;
    margin: 0;                  /* всё равно используем gap */
  }

  .wowgift__text{
    font-size: 16px;            /* можно 17–18, если нужно крупнее */
    line-height: 1.4;
    text-align: center;
    padding: 0 24px 0 24px;
  }
  .wowgift__title {
    font-size: clamp(22px, 5.4vw, 28px);
    padding: 0;
    
}
  
  
}

.wowgift__caption{
  color: #FF6E24;            /* оранжевый */
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
  font-family: 'Roboto', Sans-Serif;
  
}
.wowgift__caption--mob {
    display: none;
    color: #FF6E24;            /* оранжевый */
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
  font-family: 'Roboto', Sans-Serif;
}

@media (max-width: 767.98px){
  .wowgift__caption{
    display: none;
  }
  
  .wowgift__caption--mob {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.products__list {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 10px;
  
}

.products__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  width: calc(50% - 5px);
}
  
}


.section--products-page .container {
  max-width: 1700px; /* ограничиваем ширину, чтобы карточки не сжимались */
  margin: 0 auto;
  padding: 0 20px;
}

.products__list {
  
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  
}

.products__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products__cta {
  margin-top: auto;
}

