﻿.page-pricing {
    background-color: var(--site-bg, var(--bg));
}

/*intro section*/

.page-pricing .section-intro {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    min-height: 760px;
    background-image: url('/images/pages/waves-bg.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.page-pricing .section-intro .intro-img {
    position: absolute;
    bottom: 0px;
    right: calc((100vw - 1200px) / 2 - 10px);
    pointer-events: none;
    user-select: none;
    max-width: none;
    z-index: 2;
}



.page-pricing .section-intro .content-container {
    height: 532px;
    padding-right: 610px;
    gap: 24px;
    display: block;
    padding-top: 170px;
    z-index: 4;
    position: relative;
}

.page-pricing .section-intro h1 {
    line-height: 1.3;
}

.page-pricing .section-intro p {
    line-height: 1.4;
    margin-top: 14px;
}



/* ===== Kits Section ===== */


.page-pricing .section-kits {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    min-height: 608px;
}



.page-pricing .section-kits .content-container {
    position: relative;
    z-index: 3;
}

.page-pricing .section-kits .title {
    text-align: center;
    margin-bottom: 40px;
}

/* Сетка карточек */


.page-pricing .section-kits .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    text-align: left;
    margin: 40px auto;
}

.page-pricing .section-kits .card-image {
    display: block;
    margin: 60px auto 0 auto;

    max-width: 100%;
    height: auto;
}




.page-pricing .section-kits .cards-grid h2 {
    margin-top: 4px;
    margin-bottom: 12px;
}

.page-pricing .section-kits .cards-grid p {
    margin-top: 8px;
    margin-bottom: 20px;
}



.page-pricing .section-kits .list {
    line-height: 1.4;
    list-style-type: disc;
    /* обычные точки */
    padding-left: 24px;
    /* отступ текста от маркера */
    color: #333;
    /* цвет текста, если надо */
    margin-bottom: 10px;
}

.page-pricing .section-kits .list li::marker {
    color: #F05A28;
    font-size: 1.2em;
}



.page-pricing .section-kits .card {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    border: 4px solid transparent;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    backdrop-filter: blur(32px);
    background: rgba(255, 255, 255, 0.8);
}

.page-pricing .section-kits .cards-grid .card-headband {
    border-color: #0F466A;
}

.page-pricing .section-kits .cards-grid .card-flexcap {
    border-color: #14B5D1;
}

.page-pricing .section-kits .cards-grid .card-baseball {
    border-color: #9BACC4;
}

.page-pricing .section-kits .cards-grid .card-headphones {
    border-color: rgba(240, 90, 40, 0.9);
}

.page-pricing .section-kits .cards-grid .card-headband .card-badge {
    background-color: #0F466A;
}

.page-pricing .section-kits .cards-grid .card-flexcap .card-badge {
    background-color: #14B5D1;
}

.page-pricing .section-kits .cards-grid .card-baseball .card-badge {
    background-color: #9BACC4;
}

.page-pricing .section-kits .cards-grid .card-headphones .card-badge {
    background-color: rgba(240, 90, 40, 0.9);
}

.page-pricing .section-kits .cards-grid .btn.large {
    padding: 16px 38px;
}

.page-pricing .section-kits .cards-grid .card-headband .btn.large {
    background-color: #0F466A;
}

.page-pricing .section-kits .cards-grid .card-flexcap .btn.large {
    background-color: #14B5D1;
    color: var(--dark-gray2);
}

.page-pricing .section-kits .cards-grid .card-baseball .btn.large {
    background-color: #9BACC4;
    color: var(--dark-gray2);
}


.page-pricing .section-kits .card-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    height: 58px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    background: rgba(240, 90, 40, 0.9);
    border-top-right-radius: 16px;
    border-bottom-left-radius: 12px;
    z-index: 2;
}

.page-pricing .section-kits .card .btn {
    margin: auto auto 0 auto;
}


/*section-subscription*/






.page-pricing .section-subscription {
    padding-top: 64px;
    padding-bottom: 60px;
    background-image: url('/images/pages/home-awards-bg.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-pricing .section-subscription .title {
    text-align: center;
    margin-bottom: 40px;
}

.page-pricing .section-subscription p {
    line-height: 1.3;
    margin-bottom: 6px;
}

.page-pricing .section-subscription h2 {
    margin-top: 10px;
    margin-bottom: 14px;
    text-align: center;
}

.page-pricing .section-subscription h3 {
    margin-top: 14px;
    margin-bottom: 6px;
    text-align: center;
}


.page-pricing .section-subscription .two-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    text-align: left;
    margin: 50px auto;
    overflow: visible;
    position: relative;
}

.page-pricing .section-subscription .card-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.page-pricing .section-subscription .two-cards .card {
    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    padding: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    min-height: 600px;
    /* увеличил высоту */
    padding-top: 80px;
    /* запас сверху для бейджа */
    padding-bottom: 110px;
    width: calc(100% - 60px);
}


.page-pricing .section-subscription .card-content {

    width: 100%;
}


.page-pricing .section-subscription .card-badge {
    position: absolute;
    top: 32px;
    left: 0px;
    height: 128px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    background: rgba(240, 90, 40, 0.95);
    border-radius: 12px;
    z-index: 3;

    text-align: center;
    justify-content: center;
    width: 100%;
}


.page-pricing .section-subscription .card-content .card-title {
    text-align: center;
    margin-top: 110px;

}

.page-pricing .section-subscription .card-content ul {
    text-align: left;
    margin: 0;
    padding-top: 20px;
    list-style: none;
    padding-left: 30px;
}

.page-pricing .section-subscription .card-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.3;
}

.page-pricing .section-subscription .card-content ul li img {
    margin-right: 15px;
    flex-shrink: 0;
}



/* ===== FAQ Section ===== */
.page-pricing .section-faq {
    margin-top: 64px;
    padding-bottom: 30px;

}

.page-pricing .section-faq .title {
    text-align: center;
    margin-bottom: 40px;
}

.page-pricing .section-faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 50px auto;
}

.page-pricing .section-faq .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 16px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-align: left;
}

/* стрелка */
.page-pricing .section-faq .faq-arrow {
    width: 24px;
    height: 24px;
    background-image: var(--icon-arrow);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease;
}

.page-pricing .section-faq .faq-answer {
    display: none;
}



.page-pricing .section-faq .faq-answer-inner {
    background: #fff;
    padding: 16px 20px;
    border-radius: 0 0 8px 8px;
    margin-top: 5px;
}

/* открытый элемент */
.page-pricing .section-faq .faq-item.open .faq-answer {
    display: block;
    line-height: 1.3;
}

.page-pricing .section-faq .faq-item.open .faq-arrow {
    transform: rotate(90deg);
}

.page-pricing .section-faq .faq-item.open .faq-question {
    border-radius: 8px 8px 0 0 !important;
}

/* вопрос становится оранжевым*/
.page-pricing .section-faq .faq-item.open .faq-question-text {
    color: #F05A28;
}



/* ===== Why Section ===== */
.page-pricing .section-why {
    text-align: center;
    background: #0F466A;
    padding-top: 40px;
    padding-bottom: 20px;
}

.page-pricing .section-why p {
    line-height: 1.3;
    margin-bottom: 4px;
}

.page-pricing .section-why h2 {
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: center;
}

.page-pricing .section-why h3 {
    margin-top: 14px;
    margin-bottom: 6px;
}

.page-pricing .section-why .title {
    margin: 14px auto;
}

.page-pricing .section-why .cards-grid {
    margin: 48px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.page-pricing .section-why .card {
    background: rgba(255, 255, 255, 0.9);
    border: 4px solid rgba(27, 27, 27, 0.1);
    backdrop-filter: blur(32px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    position: relative;
    text-align: left;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.page-pricing .section-why .card-center-wrap {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

.page-pricing .section-why .card-center {
    width: calc((100% - 30px) / 2);
}


.page-pricing .section-why .cards-grid .card .card-image {
    flex-shrink: 0;
}

.page-pricing .section-why .cards-grid .card .card-content {
    display: flex;
    flex-direction: column;
}


/* ===== Ready Section ===== */

.page-pricing .section-ready {
    background: #0F466A;
    color: white;
    position: relative;
    overflow: hidden;
}

/*  (слой 2) */
.page-pricing .section-ready .blue-triangle-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}


.page-pricing .section-ready .ready-child {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

.page-pricing .section-ready .content-container {
    height: 450px;
    padding-right: 540px;
    gap: 24px;
    display: block;
    padding-top: 100px;
    position: relative;
    z-index: 3;
    text-align: left;
}

.page-pricing .section-ready h1 {
    line-height: 1.3;
}

.page-pricing .section-ready p {
    line-height: 1.3;
    margin-top: 14px;
}

.page-pricing .section-ready .buttons-group {
    margin-top: 30px;

}

.page-pricing .section-ready .btn-blue {
    background-color: #14B5D1;
    color: #263238;
}

/* Контент поверх картинок */


.page-pricing .section-ready .btn-item {
    display: flex;
    flex-direction: column;
}

.page-pricing .section-ready .btn-note {
    margin-top: 10px;
    line-height: 1.5;
    opacity: 0.9;
    text-align: center;
}