.info-page {
    background: #f6f8fb;
}

.info-shell {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px 56px;
}

.info-card {
    background: #fff;
    border: 1px solid #d9dee8;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(20, 40, 109, 0.08);
    padding: 34px 42px 40px;
}

.info-card h1 {
    margin: 0 0 24px;
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.info-card h2 {
    margin: 28px 0 12px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.info-card p,
.info-card li {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
}

.info-card p {
    margin: 0 0 12px;
}

.info-card ul {
    margin: 0;
    padding-left: 20px;
}

.info-card li + li {
    margin-top: 8px;
}

.help-card {
    padding-bottom: 28px;
}

.help-list {
    border-top: 1px solid #e2e7f0;
}

.help-item {
    padding: 22px 0;
    border-bottom: 1px solid #e2e7f0;
}

.help-item h2 {
    margin: 0 0 12px;
    color: var(--primary-color);
    font-size: 18px;
}

.help-item p {
    margin-bottom: 8px;
}

.help-item p:last-child {
    margin-bottom: 0;
}

.company-section + .company-section {
    margin-top: 34px;
}

.company-intro p {
    text-indent: 2em;
}

.company-meta {
    margin-top: 18px;
    padding: 16px 20px;
    background: #f7f9fc;
    border: 1px solid #e2e7f0;
    border-radius: 6px;
}

.company-meta p {
    margin-bottom: 4px;
    text-indent: 0;
}

.company-meta p:last-child {
    margin-bottom: 0;
}

.price-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #d8deea;
    border-radius: 6px;
    background: #fff;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.price-table__country {
    width: 12%;
}

.price-table__type {
    width: 18%;
}

.price-table__time {
    width: 13%;
}

.price-table__fee {
    width: 20%;
}

.price-table__service {
    width: 22%;
}

.price-table__total {
    width: 15%;
}

.price-table th,
.price-table td {
    padding: 10px 12px;
    border: 1px solid #d8deea;
    color: #333;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
}

.price-table th {
    color: var(--primary-color);
    background: #eef2fa;
    font-weight: 700;
}

.price-table tbody tr:nth-child(even) td {
    background: #fafbfe;
}

.price-table__note {
    color: var(--primary-color);
    font-weight: 700;
    background: #f7f9fc !important;
}

@media (max-width: 768px) {
    .info-shell {
        padding: 18px 12px 32px;
    }

    .info-card {
        padding: 22px 18px 28px;
    }

    .info-card h1 {
        font-size: 23px;
    }

    .info-card h2 {
        font-size: 18px;
    }

    .info-card p,
    .info-card li {
        font-size: 15px;
    }

    .help-item {
        padding: 18px 0;
    }

    .help-item h2 {
        font-size: 16px;
    }

    .company-meta {
        padding: 12px 14px;
    }

    .price-table-wrap {
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .price-table {
        display: block;
        border-collapse: separate;
        border-spacing: 0;
        table-layout: auto;
    }

    .price-table colgroup,
    .price-table thead {
        display: none;
    }

    .price-table tbody,
    .price-table tr,
    .price-table td {
        display: block;
        width: 100%;
    }

    .price-table tr {
        margin-bottom: 12px;
        padding: 10px 12px;
        background: #fff;
        border: 1px solid #d8deea;
        border-radius: 6px;
        box-shadow: 0 4px 14px rgba(20, 40, 109, 0.06);
    }

    .price-table td {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        padding: 8px 0;
        border: 0;
        border-bottom: 1px solid #edf1f7;
        background: transparent !important;
        font-size: 14px;
        line-height: 1.6;
        text-align: right;
    }

    .price-table td:last-child {
        border-bottom: 0;
    }

    .price-table td::before {
        content: attr(data-label);
        flex: 0 0 42%;
        color: var(--primary-color);
        font-weight: 700;
        text-align: left;
    }

    .price-table__note {
        display: block !important;
        padding: 0;
        color: var(--primary-color);
        text-align: left;
        border-bottom: 0;
        font-weight: 700;
    }

    .price-table__note::before {
        display: none;
    }
}
