/* ============================================================
   ПРОДВИЖЕНИЕ ПРОИЗВОДСТВА — prodvizhenie.css v1.21.0
   ============================================================ */

/* ===== HERO ===== */
.prod-hero {
    position: relative;
    height: 600px;
    background: #faf5ef;
    overflow: hidden;
}
.prod-hero__container {
    position: relative;
    z-index: 2;
    max-width: 1160px;
    margin: 0 auto;
    height: 100%;
}
.prod-hero__text {
    position: absolute;
    left: 0;
    top: 87px;
}
.prod-hero__title {
    width: 629px;
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
    color: #363636;
    margin: 0 0 42px;
    letter-spacing: -0.3px;
}
.prod-hero__title strong {
    font-weight: 700;
    color: #e98c6c;
}
.prod-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 292px;
    height: 87px;
    background: linear-gradient(90.36deg, #e05a4e 0%, #e78367 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    border-radius: 10px;
    transition: opacity 0.2s;
}
.prod-hero__btn:hover { opacity: 0.9; }
.prod-hero__img {
    position: absolute;
}
.prod-hero__img--left {
    display: none;
}
.prod-hero__img--right {
    left: 700px;
    top: -111px;
    width: 812px;
    height: 711px;
    object-fit: contain;
    object-position: top left;
    z-index: 1;
}

/* ===== ИКОНКИ USP ===== */
.prod-icons {
    background: #fff;
    padding: 80px 0 152px;
}
.prod-icons__container {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
}
.prod-icons__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.prod-icons__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}
.prod-icons__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #373737;
    margin: 0;
    letter-spacing: -0.2px;
}

/* ===== 95% СТАТ ===== */
.prod-stat {
    background: #fff;
    padding: 90px 0 54px;
}
.prod-stat__container {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.prod-stat__left {
    display: flex;
    flex-direction: column;
}
.prod-stat__row {
    display: flex;
    align-items: center;
    gap: 29px;
}
.prod-stat__badge {
    flex-shrink: 0;
    min-width: 179px;
    display: flex;
    align-items: baseline;
    gap: 2px;
}
.prod-stat__badge-num {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: #bda8ff;
    letter-spacing: -2px;
}
.prod-stat__badge-pct {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #363636;
}
.prod-stat__title {
    font-size: 38px;
    font-weight: 400;
    line-height: 42px;
    color: #363636;
    margin: 0;
    max-width: 641px;
}
.prod-stat__nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 84px;
}
.prod-stat__arrow {
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod-stat__arrow img { width: 50px; height: 50px; display: block; }
.prod-stat__subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    margin: 29px 0 0;
    padding-left: 40px;
}
.prod-stat__subtitle b { font-weight: 600; }

/* ===== КЕЙСЫ ===== */
.prod-cases {
    background: #fff;
    padding: 0 0 60px;
}
.prod-cases__track {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.prod-cases__slide {
    display: none;
}
.prod-cases__slide--active {
    display: block;
}

/* Карточка кейса — td-card стиль */
.prod-case-card {
    display: grid;
    grid-template-columns: 1fr 480px;
    background: #f8f8f8;
    border: 1px solid #e3e1e1;
    border-radius: 25px;
    overflow: hidden;
    min-height: 460px;
}
.prod-case-card__body {
    padding: 44px 40px 44px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    min-width: 0;
}

/* Теги */
.prod-case-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.prod-case-card__tag {
    padding: 5px 18px;
    border-radius: 100px;
    border: 1px solid #d3d1d1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #adadad;
    background: #fff;
}

/* Заголовок */
.prod-case-card__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #363636;
    margin: 0;
}

/* Метрики — сетка с выравниванием колонок (как .td-card на /kejsy/) */
.prod-case-card__metrics {
    display: grid;
    grid-template-columns: auto auto 23px auto auto;
    column-gap: 14px;
    row-gap: 12px;
    align-items: center;
}
.prod-case-card__metric {
    display: contents;
}
.prod-case-card__mlabel {
    grid-column: 1 / -1;
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    line-height: 1.3;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #efefef;
}
.prod-case-card__metric--first .prod-case-card__mlabel {
    border-top: none;
    padding-top: 0;
}
.prod-case-card__mrow {
    display: contents;
}
.prod-cbadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    height: 28px;
    white-space: nowrap;
}
.prod-cbadge--b { background: #d8d8d8; color: #363636; }
.prod-cbadge--a { background: #ab91ff; color: #fff; }
.prod-cnum {
    font-size: 30px;
    font-weight: 600;
    color: #363636;
    line-height: 1;
    white-space: nowrap;
}
.prod-cunit {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    margin-left: 4px;
}
.prod-carrow {
    flex-shrink: 0;
}

/* Сноска */
.prod-case-card__footnote {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 1.4;
    margin: 0;
    font-style: italic;
}

/* Кнопки */
.prod-case-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 4px;
}
.prod-cbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-weight: 600;
    transition: background 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s;
    white-space: nowrap;
    font-family: inherit;
}
.prod-cbtn--primary {
    background: #e8523a;
    color: #fff;
    font-size: 15px;
    padding: 18px 28px;
}
.prod-cbtn--primary:hover { background: #d4422c; }
.prod-cbtn--outline {
    border: 1.5px solid #ab91ff;
    color: #ab91ff;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 22px;
    background: transparent;
}
.prod-cbtn--outline:hover { color: #9b81ef; border-color: #9b81ef; }

/* Изображение справа */
.prod-case-card__img {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod-case-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Панель с несколькими скриншотами (как на /kejsy/) */
.prod-case-card__panel {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
}

/* Одно цельное изображение-листинг (как карточка кейса на главной) */
.prod-case-card__fullimg {
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod-case-card__fullimg img {
    width: 100%;
    height: auto;
    display: block;
}

/* Стопка из трёх скриншотов — пропорции и наложение из оригинала Tilda
   (замеры getBoundingClientRect: рамка 512×486, координаты в %).
   Порядок наложения сзади→спереди: strip (z1) → cards (z2) → hero (z3). */
.prod-pstack {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    aspect-ratio: 512 / 486;
}
.prod-pstack__hero,
.prod-pstack__cards,
.prod-pstack__strip {
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
    display: block;
}
.prod-pstack__hero {
    top: 0;
    left: 0;
    width: 100%;
    height: 67.9%;
    background-size: cover;
    background-position: top left;
    z-index: 3;
}
.prod-pstack__cards {
    top: 32.9%;
    left: 1.76%;
    width: 92.4%;
    height: auto;
    z-index: 2;
}
.prod-pstack__strip {
    top: 72.2%;
    left: 8.2%;
    width: 77.9%;
    height: auto;
    z-index: 1;
}

/* ===== ФОРМА ===== */
.prod-form {
    background: #000;
    padding: 95px 0 0;
    overflow: hidden;
    position: relative;
}
.prod-form__container {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
}
.prod-form__text-col {
    flex: 1 1 auto;
    max-width: 960px;
    padding-bottom: 55px;
    position: relative;
    z-index: 2;
}
.prod-form__title {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.0;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -1.5px;
    max-width: 940px;
}
.prod-form__title-accent {
    color: #bda8ff;
}
.prod-form__subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    color: #fff;
    margin: 0 0 25px;
    letter-spacing: -0.2px;
}
.prod-form__cf7 {
    max-width: 538px;
}
.prod-form__cf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.prod-form__cf7 .wpcf7-form > p,
.prod-form__cf7 .wpcf7-form > div,
.prod-form__cf7 .wpcf7-form > br {
    margin: 0;
}
.prod-form__cf7 .wpcf7-form-control-wrap {
    display: block;
}
/* Полностью скрыть блок выбора способа связи — его нет в оригинале */
.prod-form .form__input-group:has(select) {
    display: none;
}
/* Инпуты в стиле Tilda: только нижняя граница, прозрачный фон */
.prod-form__cf7 input[type="text"],
.prod-form__cf7 input[type="tel"],
.prod-form__cf7 input[type="email"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-radius: 0;
    padding: 0;
    height: 49px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.prod-form__cf7 textarea.wpcf7-textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-radius: 0;
    padding: 0 0 10px 0;
    min-height: 49px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    font-family: inherit;
    outline: none;
    resize: none;
    box-sizing: border-box;
}
.prod-form__cf7 input::placeholder,
.prod-form__cf7 textarea::placeholder { color: rgba(255,255,255,0.4); }
.prod-form__cf7 input:focus,
.prod-form__cf7 textarea:focus { border-color: rgba(255,255,255,0.6); }
.prod-form__cf7 label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    line-height: 1.55;
    margin-bottom: 0;
    padding: 0 10px 5px 0;
}
/* Метки полей CF7 — line-height 1.55 = ~21.7px текст + 5px padding = 27px = orig */
.prod-form .form__input-group-label {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: rgba(255,255,255,0.65) !important;
    line-height: 1.55 !important;
    margin: 0 !important;
    padding: 0 0 5px 0 !important;
}
/* Agreement checkbox — восстанавливаем flex из main.css, который перебивается .prod-form__cf7 label{display:block} */
.prod-form .form-agreement {
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
    margin: 0;
}
/* Текст согласия — line-height:14px чтобы 4 строки = 56px как в оригинале (orig: 14px/lineHeight:normal=4×14px) */
.prod-form .form-agreement .text {
    line-height: 14px;
}
.prod-form .prod-form__cf7 input[type="submit"],
.prod-form .prod-form__cf7 .wpcf7-submit,
.prod-form .wpcf7 input[type="submit"] {
    width: 300px !important;
    height: 80px !important;
    background: linear-gradient(90.36deg, #e05a4e 0%, #e78367 100%) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
    letter-spacing: 0.3px !important;
    display: block;
    font-family: inherit;
}
.prod-form .prod-form__cf7 input[type="submit"]:hover,
.prod-form .wpcf7 input[type="submit"]:hover { opacity: 0.9; }
/* Скрыть select "способ связи" — его нет в оригинале на этой странице */
.prod-form .wpcf7-select,
.prod-form .wpcf7-form-control-wrap:has(select) {
    display: none;
}
.prod-form__privacy {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    margin: 12px 0 0;
}
.prod-form__privacy-link {
    color: rgba(255,255,255,0.55);
}
.prod-form__img-col {
    position: absolute;
    right: 10px;
    top: 0;
    width: 970px;
    height: 1045px;
    pointer-events: none;
    z-index: 1;
}
.prod-form__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

/* ===== ПРЕИМУЩЕСТВА ===== */
.prod-adv {
    background: #fff;
    /* Orig: padding(121) + h2(57×2=114) + margin(35) = 270px H2 artboard */
    padding: 121px 0 0;
}
.prod-adv__container {
    max-width: 1160px;
    margin: 0 auto;
}
.prod-adv__h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 57px;
    color: #363636;
    margin: 0 0 35px;
    letter-spacing: -1px;
}
.prod-adv__accent {
    color: #bda8ff;
}
.prod-adv__grid {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.prod-adv__col {
    flex-shrink: 0;
}
.prod-adv__col--left {
    width: 600px;
}
.prod-adv__col--right {
    width: 540px;
}
.prod-adv__item {
    display: flex;
    flex-direction: column;
    padding: 65px 40px 40px 40px;
    overflow: hidden;
}
/* Right col: absolute layout — image at TOP, H3 at stagger position */
.prod-adv__item--right-abs {
    position: relative;
    overflow: hidden;
    padding: 0;
}
/* Artboard 2 (Разговариваем/Предоставляем): reversed col widths (540+600 instead of standard 600+540) */
.prod-adv__item--ab2-left {
    width: 540px;
}
.prod-adv__item--ab2-right {
    width: 600px;
    margin-left: -60px;
}
.prod-adv__item-content {
    flex: 1;
    min-width: 0;
}
.prod-adv__item-title {
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    color: #363636;
    margin: 0 0 12px;
}
.prod-adv__item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #646464;
    margin: 0;
    letter-spacing: -0.3px;
}
.prod-adv__item-img-wrap {
    margin-top: 24px;
    overflow: hidden;
}
.prod-adv__item-img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ===== «И это не просто...» ===== */
.prod-notjust {
    background: #fff;
    padding: 60px 0 40px;
}
.prod-notjust__container {
    max-width: 1160px;
    margin: 0 auto;
}
.prod-notjust__title {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.15;
    color: #363636;
    margin: 0;
    letter-spacing: -1px;
    max-width: 750px;
}
.prod-notjust__accent {
    color: #bda8ff;
}

/* ===== ВИДЕООТЗЫВЫ ===== */
.prod-vreview {
    background: #fff;
    padding-top: 80px;
}
.prod-vreview__row {
    padding: 25px 0 145px;
}
.prod-vreview__row:not(:last-child) {
    border-bottom: none;
}
.prod-vreview__inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.prod-vreview__photo-wrap {
    flex-shrink: 0;
    width: 300px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.prod-vreview__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    display: block;
}
.prod-vreview__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    line-height: 0;
}
.prod-vreview__play-btn img { width: 90px; height: 90px; display: block; }
.prod-vreview__content {
    flex: 1;
    height: 500px;
    border-radius: 0px;
    background-image: url('/wp-content/uploads/video-reviews/mask-group3.svg');
    background-size: cover;
    background-position: center;
    background-color: #eeeeee;
    position: relative;
    padding: 40px 0 0 39px;
    overflow: visible;
}
.prod-vreview__quote-icon {
    position: absolute;
    top: 40px;
    right: 39px;
    width: 52px;
    height: 52px;
    display: block;
    opacity: 0.3;
}
.prod-vreview__label {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #363636;
    margin: 0;
    width: 668px;
}
.prod-vreview__badge {
    margin-top: 21px;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bda8ff;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 5px 16px;
    max-width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prod-vreview__quote {
    margin: 23px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    color: #363636;
    width: 654px;
}
.prod-vreview__author-row {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.prod-vreview__divider {
    display: block;
    width: 24px;
    height: 2px;
    background: #363636;
    flex-shrink: 0;
}
.prod-vreview__author {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
}

/* ===== TEXT REVIEWS ===== */
.prod-treview {
    background: #fff;
    height: 430px;
    position: relative;
    overflow: hidden;
}
.prod-treview__card {
    position: absolute;
    top: 0;
    width: 585px;
    height: 349px;
    background: #faf5ef;
}
.prod-treview__card--1 { left: 120px; }
.prod-treview__card--2 { left: 735px; }
.prod-treview__card--3 { left: 1350px; height: 330px; background: rgba(250, 245, 239, 0.5); }
.prod-treview__short {
    position: absolute;
    top: 31px;
    left: 30px;
    width: 364px;
    height: 44px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    color: #363636;
    margin: 0;
}
.prod-treview__quote {
    position: absolute;
    top: 92px;
    left: 30px;
    width: 340px;
    height: 160px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    color: #363636;
    margin: 0;
    overflow: hidden;
}
.prod-treview__quote--sm {
    width: 308px;
    height: 140px;
}
.prod-treview__author {
    position: absolute;
    top: 280px;
    left: 30px;
    width: 330px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    color: #363636;
    margin: 0;
    overflow: hidden;
    height: 40px;
}
.prod-treview__card--3 .prod-treview__author {
    top: 266px;
}
.prod-treview__photo {
    position: absolute;
    top: 20px;
    left: 410px;
    width: 155px;
    height: 219px;
    object-fit: cover;
    object-position: top center;
}

/* ===== TELEGRAM ===== */
.prod-telegram {
    background: #fff;
    padding: 30px 0;
}
.prod-telegram__card {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    background: linear-gradient(50.04deg, #f0ecfe 0%, #fbf1f1 100%);
    border-radius: 20px;
    height: 340px;
    overflow: hidden;
}
.prod-telegram__text-group {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 399px;
    height: 260px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.prod-telegram__text-inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.prod-telegram__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #363636;
    margin: 0;
    letter-spacing: normal;
}
.prod-telegram__desc {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    color: #363636;
    margin: 0;
}
.prod-telegram__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 80px;
    background: linear-gradient(66deg, #e05a4e 60%, #e98c6c);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: opacity 0.2s;
    flex-shrink: 0;
}
.prod-telegram__btn:hover { opacity: 0.9; }
.prod-telegram__phone {
    position: absolute;
    pointer-events: none;
    display: block;
    bottom: 0;
}
.prod-telegram__phone--1 {
    right: 283px;
    width: 231px;
    height: 231px;
    object-fit: contain;
    opacity: 0.85;
}
.prod-telegram__phone--2 {
    right: 110px;
    width: 260px;
    height: 295px;
    object-fit: contain;
}
