/* =============================================
   Block 4.4: Прокси для Antidetect System
   iteck pricing table adapted to site palette
   ============================================= */

.proxy-section {
    padding: 80px 0 60px;
    margin-top: 100px;
    background-color: #f4f5f9;
}

/* --- section header --- */
.proxy-header {
    text-align: center;
    margin-bottom: 50px;
}

.proxy-header h2 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 52px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #1c1c1c;
}

.proxy-header h2 span {
    color: #1c91f8;
}

.proxy-subtitle {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* =============================================
   iteck price table (scoped under .proxy-pt)
   ============================================= */

/* Bootstrap subset for mob-table */
.proxy-pt .row { display: flex; flex-wrap: wrap; }
.proxy-pt .gx-0 > * { padding-right: 0; padding-left: 0; }
.proxy-pt .col-4 { flex: 0 0 auto; width: 33.3333%; }
.proxy-pt .d-none { display: none !important; }
.proxy-pt .d-block { display: block !important; }
.proxy-pt .mt-5 { margin-top: 3rem !important; }
@media (min-width: 992px) {
    .proxy-pt .d-lg-block { display: block !important; }
    .proxy-pt .d-lg-none { display: none !important; }
}

.proxy-pt {
    max-width: 1140px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

/* content wrapper */
.proxy-pt .iteck-price-table .content {
    min-width: 800px;
}

/* --- head --- */
.proxy-pt .price-head {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.proxy-pt .price-headTitle {
    width: 34%;
    display: flex;
    align-items: flex-end;
    padding: 20px 0;
}

.proxy-pt .price-headItem {
    position: relative;
    width: 22%;
    text-align: center;
    padding: 30px 12px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.proxy-pt .price-headItem h6 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #1c1c1c;
    letter-spacing: 0.04em;
}

.proxy-pt .price-headItem h2 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1c1c1c;
}

.proxy-pt .price-headItem h2 span {
    font-size: 16px;
    color: #999;
    font-weight: 400;
}

.proxy-pt .price-headItem small {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 12px;
    color: #666;
    display: block;
    line-height: 1.5;
}

.proxy-pt .price-headItem.recommended {
    background-color: transparent;
}

.proxy-pt .price-headItem.recommended h2 {
    color: #1c91f8;
}

/* hover highlight on any column — head, body, foot */
.proxy-pt .price-headItem:hover {
    background-color: rgba(28, 145, 248, 0.06);
}

.proxy-pt .price-headItem .label {
    position: absolute;
    top: -30px;
    right: 15px;
    z-index: 5;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    background-color: #1c91f8;
    border-radius: 50%;
}

/* --- body --- */
.proxy-pt .price-bodyItems {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}

.proxy-pt .price-bodyItems:last-of-type {
    border-bottom: 0;
}

.proxy-pt .price-bodyTitle {
    width: 34%;
    padding: 15px 0;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    min-height: 54px;
}

.proxy-pt .price-item {
    width: 22%;
    padding: 15px 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 14px;
    color: #333;
}

.proxy-pt .price-item.recommended {
    background-color: transparent;
}

.proxy-pt .price-item svg {
    fill: #1c91f8;
    width: 18px;
    height: 18px;
}

.proxy-pt .price-item .cmp-good { color: #34c759; font-weight: 500; }
.proxy-pt .price-item .cmp-bad  { color: #ff3b30; font-weight: 500; }
.proxy-pt .price-item .cmp-warn { color: #f5a623; font-weight: 500; }

/* --- foot --- */
.proxy-pt .price-foot {
    display: flex;
}

.proxy-pt .price-footTitle {
    width: 34%;
}

.proxy-pt .price-footItem {
    width: 22%;
    text-align: center;
    padding: 30px 0 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.proxy-pt .price-footItem.recommended {
    background-color: transparent;
}

.proxy-pt .btn-proxy {
    display: inline-block;
    padding: 10px 20px;
    background: #1c91f8;
    box-shadow: 0px 4px 0px 0px #1570c4;
    filter: drop-shadow(0 10px 16px rgba(28, 145, 248, 0.2));
    border-radius: 50rem;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
}

.proxy-pt .btn-proxy:hover {
    background: #0d7de8;
}

/* =============================================
   Mobile table (< 992px)
   ============================================= */

.proxy-pt .mob-table .mob-table-title .title-item {
    text-align: center;
    padding: 20px 8px;
    border-bottom: 1px solid #eee;
}

.proxy-pt .mob-table .mob-table-title .title-item h6 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #1c1c1c;
}

.proxy-pt .mob-table .mob-table-title .title-item h4 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1c1c1c;
}

.proxy-pt .mob-table .mob-table-title .title-item h4 span {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.proxy-pt .mob-table .mob-table-title .title-item p {
    font-size: 11px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.proxy-pt .mob-table .mob-table-body .table-row {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
}

.proxy-pt .mob-table .mob-table-body .table-row h5 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0 10px;
    color: #1c1c1c;
}

.proxy-pt .mob-table .mob-table-body .table-row .price-item {
    text-align: center;
    padding: 8px 4px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 13px;
    color: #333;
}

.proxy-pt .mob-table .mob-table-body .table-row .price-item svg {
    fill: #1c91f8;
    width: 16px;
    height: 16px;
}

.proxy-pt .mob-table .mob-table-foot {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.proxy-pt .mob-table .mob-table-foot .title-item {
    text-align: center;
    padding: 15px 5px;
}

.proxy-pt .mob-table .mob-table-foot .title-item h6 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #1c1c1c;
}

.proxy-pt .mob-table .mob-table-foot .title-item .btn-proxy {
    font-size: 10px;
    padding: 8px 14px;
}

/* =============================================
   Mini services cards
   ============================================= */
.proxy-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.proxy-svc-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    border: 1px solid #e5e5ea;
    transition: box-shadow 0.3s ease, transform 0.25s ease;
    text-decoration: none;
    color: inherit;
}

.proxy-svc-card:hover {
    box-shadow: 0 8px 28px rgba(28, 145, 248, 0.08);
    transform: translateY(-2px);
}

.proxy-svc-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(28, 145, 248, 0.08);
    margin-bottom: 14px;
}

.proxy-svc-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #1c91f8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.proxy-svc-name {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 6px;
}

.proxy-svc-desc {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    color: #666;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 1200px) {
    .proxy-header h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .proxy-section {
        padding: 60px 0 40px;
    }
    .proxy-services {
        grid-template-columns: repeat(2, 1fr);
    }
    .proxy-pt {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .proxy-section {
        padding: 40px 14px 30px;
    }
    .proxy-header {
        margin-bottom: 30px;
    }
    .proxy-header h2 {
        font-size: 30px;
    }
    .proxy-subtitle {
        font-size: 15px;
    }
    .proxy-services {
        grid-template-columns: 1fr;
    }
}
