/* ===========================================
   Service Page Styles — Figma Design 1:1
   Node: 37:350 "Page service" (1440×3611)
   =========================================== */

/* ── Design tokens from Figma ── */
:root {
    --sp-font: 'Suisse Intl', 'Inter', sans-serif;
    --sp-primary-text: #213340;
    --sp-secondary-text: #909db4;
    --sp-heading-text: #203547;
    --sp-body-text: #1e1e1e;
    --sp-black: #212121;
    --sp-white: #ffffff;
    --sp-bg-page: #f9fafe;
    --sp-bg-block: #fbfcfe;
    --sp-bg-card: #ffffff;
    --sp-bg-premium: #fafcff;
    --sp-border: rgba(144, 157, 180, 0.14);
    --sp-border-badge: rgba(144, 157, 180, 0.07);
    --sp-success: #17c95b;
    --sp-warning: #f59b24;
    --sp-danger: #f3126b;
    --sp-info: #007fff;
    --sp-info-light: #007bee;
    --sp-info-bg: #f0f7ff;
    --sp-gradient: linear-gradient(180deg, #00beff 0%, #007fff 100%);
    --sp-gradient-faq: linear-gradient(180deg, #007fff 0%, #8bc5ff 100%);
    --sp-gradient-bar: linear-gradient(180deg, #479aff 0%, #bfd4ed 100%);
    --sp-gradient-border: linear-gradient(180deg, #479aff 0%, #bfd4ed 100%);
    --sp-gradient-area: linear-gradient(180deg, #cee6ff 0%, #ffffff 100%);
    --sp-text-shadow: 0 1.28px 6.4px rgba(17, 27, 34, 1), 0 0.32px 2.8px rgba(17, 27, 34, 0.48);
    --sp-radius-block: 24px;
    --sp-radius-card: 16px;
    --sp-radius-btn: 12px;
    --sp-radius-badge: 56px;
    --sp-radius-pill: 100px;
}

/* ── Page wrapper ── */
.xae20a1 {
    font-family: var(--sp-font);
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding-bottom: 56px;
}

/* ── Breadcrumbs ── */
.seo-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 4px;
}

.seo-breadcrumbs a {
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    background: var(--sp-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
}

.seo-breadcrumbs__sep {
    font-family: var(--sp-font);
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.seo-breadcrumbs__current {
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

/* ── Language switch ── */
.seo-lang-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: -32px;
    margin-left: auto;
    width: fit-content;
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-pill);
    padding: 4px;
}

.seo-lang-switch__item {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: var(--sp-secondary-text);
    text-decoration: none;
    padding: 4px 12px;
    border-radius: var(--sp-radius-pill);
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.seo-lang-switch__item:hover {
    color: var(--sp-primary-text);
}

.seo-lang-switch__item.xe67ba4 {
    background: var(--sp-gradient);
    color: var(--sp-white);
}

/* ── Service Header Card (37:386) ── */
.xed99df {
    background: var(--sp-bg-block);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-block);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.x35fd46 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}

.x1f9fc7 {
    font-family: var(--sp-font);
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: var(--sp-primary-text);
    margin: 0;
}

.x378a12 {
    background: #007fff;
    color: var(--sp-white);
    padding: 12px 24px;
    border: none;
    border-radius: var(--sp-radius-btn);
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.x378a12:hover {
    opacity: 0.9;
}

/* ── Selection Cards (37:391) ── */
.x370858 {
    display: flex;
    gap: 16px;
    position: relative;
}

.x59604c {
    flex: 1;
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-card);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s;
}

.x59604c:hover {
    border-color: var(--sp-info);
}

.xf4c6ac {
    cursor: default;
}

.xf4c6ac:hover {
    border-color: var(--sp-border);
}

.x94493d {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.xca8b89 {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.x278fdb {
    display: flex;
    align-items: center;
    gap: 8px;
}

.x0f0c9d {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.x278fdb > span {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--sp-primary-text);
    white-space: nowrap;
}

.x35b7fd {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
}

.x59604c[data-dropdown].xaead82 .x35b7fd {
    transform: rotate(180deg);
}

/* ── Dropdown Menu ── */
.x3dab1f {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--sp-white);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: var(--sp-radius-btn);
    padding: 8px;
    margin-top: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    display: none;
    flex-direction: column;
    gap: 8px;
    z-index: 100;
    max-height: 400px;
    overflow: hidden;
}

.x3dab1f.xaead82 {
    display: flex;
}

.x726f54 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: var(--sp-white);
    border: 1px solid #e4e9f1;
    border-radius: var(--sp-radius-btn);
}

.x70dad1 {
    border: none;
    outline: none;
    font-family: var(--sp-font);
    font-size: 14px;
    color: var(--sp-primary-text);
    width: 100%;
    background: transparent;
}

.x70dad1::placeholder {
    color: #bcc1cc;
}

.x27f66b {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    max-height: 320px;
    padding-right: 4px;
}

.dropdown-menu__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
}

.dropdown-menu__item:hover {
    background: #eff3f9;
}

.dropdown-menu__item--active {
    background: #eff3f9;
}

.dropdown-menu__item > span {
    font-family: var(--sp-font);
    font-size: 14px;
    color: var(--sp-secondary-text);
}

.dropdown-menu__item--active > span {
    color: var(--sp-primary-text);
}

.xcbaa21 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.xa2f8b4 {
    width: 18px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px;
}

.xdadcad {
    font-family: var(--sp-font);
    font-size: 14px;
    color: var(--sp-black);
}

/* ── Other Countries (37:401) ── */
.x749a66 {
    background: var(--sp-bg-block);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-block);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.xfcd7b0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}

.x2ca179 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.x8e7d64 {
    font-family: var(--sp-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--sp-primary-text);
    margin: 0;
}

.x6d4dc8 {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.x7d66b1 {
    display: flex;
    gap: 8px;
}

.x26193a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-btn);
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: var(--sp-primary-text);
    cursor: pointer;
    transition: all 0.2s;
}

.x26193a img {
    width: 20px;
    height: 20px;
}

.x26193a:hover {
    border-color: var(--sp-info);
}

.xc27248 {
    background: var(--sp-white);
    border: 1px solid var(--sp-border);
}

/* ── Countries Table (37:417) ── */
.xb79782 {
    display: flex;
    flex-direction: column;
}

.x785e0d {
    display: flex;
    height: 48px;
    align-items: center;
}

.xc88e72 {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.xc88e72:first-child {
    width: 319px;
}

.xc88e72:not(:first-child) {
    flex: 1;
}

.countries-table__row {
    display: flex;
    height: 60px;
    border-top: 1px solid var(--sp-border);
    transition: background 0.15s;
    cursor: pointer;
}

.countries-table__row:hover {
    background: rgba(144, 157, 180, 0.03);
}

.x71927c {
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.xbd45e7 {
    width: 319px;
    gap: 8px;
}

.x37f029 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.x363ec0 {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.x480676 {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 2px;
}

.x470f9f {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-black);
}

.xa942d2 {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-primary-text);
}

.x71927c:not(:first-child) {
    flex: 1;
}

/* ── Delivery Badge ── */
.delivery-badge {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
}

.delivery-badge--success {
    background: rgba(23, 201, 91, 0.12);
    color: var(--sp-success);
}

.delivery-badge--warning {
    background: rgba(245, 155, 36, 0.12);
    color: var(--sp-warning);
}

.delivery-badge--danger {
    background: rgba(243, 18, 107, 0.12);
    color: var(--sp-danger);
}

/* ── Price Badge ── */
.xdca93c {
    display: inline-flex;
    padding: 8px 16px;
    background: var(--sp-info-bg);
    border-radius: 111px;
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-info);
}

/* ── Statistics (37:455) ── */
.xe5ee90 {
    background: var(--sp-bg-block);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-block);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.xcd592f {
    display: flex;
    padding: 0 4px;
    flex-direction: column;
    gap: 4px;
}

.xa49dc1 {
    font-family: var(--sp-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--sp-primary-text);
    margin: 0;
}

.xd6138e {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
    margin: 0;
}

/* ── Stat Cards (37:460) ── */
.x7f9c10 {
    display: flex;
    gap: 16px;
}

.xbce9d3 {
    flex: 1;
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-card);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.x76a9ef {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.xcd078d {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--sp-primary-text);
}

/* ── Statistics Charts (37:465) ── */
.xfdb824 {
    display: flex;
    gap: 16px;
}

.x5aacca {
    flex: 1;
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-card);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.xf2ff1e {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x3fbcde {
    justify-content: flex-start;
}

.x60f405 {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.x191df5 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.xf6b456 {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--sp-primary-text);
}

.x305cce {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px 4px 10px;
    background: rgba(23, 201, 91, 0.12);
    border-radius: 48px;
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-success);
}

.x305cce img {
    width: 20px;
    height: 20px;
}

/* ── Line Chart ── */
.x893c7a {
    display: flex;
    gap: 8px;
    position: relative;
}

.x20cbc8 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: var(--sp-secondary-text);
    text-align: right;
    padding-right: 4px;
    height: 224px;
}

.xa2fb79 {
    flex: 1;
    position: relative;
    height: 224px;
}

.x5996a0 {
    width: 100%;
    height: 100%;
}

.x5996a0 .x195276 {
    stroke: rgba(144, 157, 180, 0.14);
    stroke-width: 1;
    stroke-dasharray: 2 2;
}

.x5996a0 .line-chart__area {
    opacity: 0.6;
}

.x5996a0 .line-chart__line {
    fill: none;
    stroke-width: 1.5;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.xff1298 {
    position: absolute;
    min-width: 175px;
    width: 175px;
    background: var(--sp-white);
    border: 1px solid var(--sp-border);
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 2;
    pointer-events: none;
}

.x8e2b13 {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.x7df7e1 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.xcd251f {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-primary-text);
}

.xe43ff3 {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.line-chart__dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--sp-info-light);
    border-radius: 50%;
    top: 15px;
    right: 20px;
    z-index: 3;
}

.line-chart__marker {
    position: absolute;
    width: 28px;
    height: 28px;
    pointer-events: none;
    z-index: 4;
}

.x48aa90 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--sp-info-light);
    border-radius: 50%;
    border: 1.5px solid #fff;
    box-shadow: 0 0 20px rgba(0, 123, 238, 0.08);
}

.line-chart__vline {
    position: absolute;
    top: 0;
    width: 1px;
    background: var(--sp-secondary-text);
    pointer-events: none;
    z-index: 3;
}

.x664f18 {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

/* ── Delivery Bars ── */
.x6e8730 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.delivery-bar-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.x7b5b3b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xc5eb2a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.x9e8fc3 {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 2px;
}

.x975b32 {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-primary-text);
}

.x70f259 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.x5afce3 {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-primary-text);
}

.x78d292 {
    padding: 4px 8px;
    background: var(--sp-info-bg);
    border-radius: 111px;
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-info);
}

.x65b694 {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 17px;
}

.delivery-bar-item__progress-bar {
    width: 8px;
    height: 17px;
    background: var(--sp-gradient-bar);
    border-radius: 10px;
}

.delivery-bar-item__progress-bar--empty {
    background: transparent;
    border: 1px solid var(--sp-border);
}

/* ── Description (37:617) ── */
.x242ab1 {
    background: var(--sp-bg-block);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-block);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.x727040 {
    display: flex;
    gap: 16px;
}

.xf49916 {
    flex: 1;
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-card);
    padding: 16px;
}

.xb7dc93 {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 18px;
    line-height: auto;
    color: var(--sp-primary-text);
    margin: 0 0 8px 0;
}

.x778bee {
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--sp-secondary-text);
    margin: 0;
}

.x778bee + .x778bee {
    margin-top: 8px;
}

/* ── Price Comparison (37:637) ── */
.price-comparison {
    background: var(--sp-bg-block);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-block);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price-comparison__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}

.price-comparison__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-comparison__title {
    font-family: var(--sp-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--sp-primary-text);
    margin: 0;
}

.price-comparison__subtitle {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
    margin: 0;
}

.price-comparison__btn {
    background: var(--sp-gradient);
    color: var(--sp-white);
    padding: 12px 24px;
    border: none;
    border-radius: var(--sp-radius-btn);
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.price-comparison__btn:hover {
    opacity: 0.9;
}

.price-comparison__cards {
    display: flex;
    gap: 16px;
}

/* ── Price Card ── */
.price-card {
    flex: 1;
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-card);
    padding: 24px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price-card--premium {
    background: var(--sp-bg-premium);
    border: 1px solid transparent;
    background-image: linear-gradient(var(--sp-bg-premium), var(--sp-bg-premium)), var(--sp-gradient-border);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.price-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 0 4px;
}

.price-card__header-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price-card__title {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: var(--sp-primary-text);
    margin: 0;
}

.price-card__price-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.price-card__price-label {
    font-family: 'Inter Tight', var(--sp-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.price-card__price-main {
    font-family: 'Inter Tight', var(--sp-font);
    font-weight: 500;
    font-size: 23px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.price-card__price-currency {
    font-family: 'Inter Tight', var(--sp-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.price-card__price-note {
    font-family: 'Inter Tight', var(--sp-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.price-card__badge {
    display: inline-flex;
    padding: 11px 16px;
    background: var(--sp-border-badge);
    border-radius: var(--sp-radius-badge);
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-body-text);
    white-space: nowrap;
    height: fit-content;
}

.price-card__badge--premium {
    background: var(--sp-info-bg);
    color: var(--sp-info-light);
}

.price-card__features-wrap {
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-btn);
    padding: 16px;
}

.price-card--premium .price-card__features-wrap {
    background: var(--sp-bg-card);
}

.price-card__features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price-card__feature {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: var(--sp-body-text);
}

.price-card__feature img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* ── Quest accordion (FAQ from admin) ── */
.xf90ce4 {
    max-width: 100%;
    margin: 0;
    counter-reset: question-counter;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.xf90ce4 .x686ef1 {
    counter-increment: question-counter;
    background: var(--sp-bg-card);
    display: flex;
    flex-direction: column;
    border-radius: var(--sp-radius-btn);
    border: 1px solid var(--sp-border);
}

.xf90ce4 .x686ef1 .x421542 { display: block; }
.xf90ce4 .x686ef1 .x6b3c65 { display: none; }
.xf90ce4 .x686ef1[open] .x421542 { display: none; }
.xf90ce4 .x686ef1[open] .x6b3c65 { display: block; }

.xf90ce4 .x77cbd8 {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    cursor: pointer;
    border: none;
    border-radius: var(--sp-radius-btn);
    background: var(--sp-bg-card);
    width: 100%;
    text-align: left;
    padding: 18px 16px;
    transition: border-radius 0.2s;
}

.xf90ce4 .x77cbd8::before {
    content: counter(question-counter, decimal-leading-zero);
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--sp-white);
    border-radius: 6px;
    background: var(--sp-gradient-faq);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.xf90ce4 .x3f8b28 {
    color: var(--sp-primary-text);
    flex: 1;
}

.xf90ce4 .x77cbd8 svg {
    flex-shrink: 0;
    margin-left: auto;
}

.xf90ce4 .x6dd5a0 {
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
    margin: 0;
    background: var(--sp-bg-card);
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
    will-change: height, opacity;
}

.xf90ce4 .quest-answ__inner {
    padding: 0 16px 16px 54px;
    border: 1px solid var(--sp-border);
    border-top: none;
    border-radius: 0 0 var(--sp-radius-btn) var(--sp-radius-btn);
    margin-top: -1px;
    background: var(--sp-bg-card);
}

.xf90ce4 .x686ef1.is-open .x77cbd8 {
    border-radius: var(--sp-radius-btn) var(--sp-radius-btn) 0 0;
}

/* ── FAQ (37:675) ── */
.xb7abb5 {
    margin-top: 0;
    background: var(--sp-bg-block);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-block);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.xcadeeb {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 4px;
}

.xdcc49b {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--sp-heading-text);
    margin: 0;
}

.x6d0c47 {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--sp-secondary-text);
    margin: 0;
}

.faq__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 16px;
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-btn);
    cursor: pointer;
    transition: border-color 0.2s;
}

.faq-item:hover {
    border-color: var(--sp-info);
}

.faq-item__left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-item__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: var(--sp-gradient-faq);
    border-radius: 6px;
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: var(--sp-white);
    flex-shrink: 0;
}

.faq-item__question {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 16px;
    line-height: auto;
    color: var(--sp-primary-text);
}

.faq-item__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.faq-item.xaead82 .faq-item__icon {
    transform: rotate(45deg);
}

/* ── Other Services (37:698) ── */
.xf82e56 {
    background: var(--sp-bg-block);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-block);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.x3c93a7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}

.xc45ed6 {
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--sp-heading-text);
    margin: 0;
}

.other-services__link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-info-light);
    text-decoration: none;
}

.other-services__link:hover {
    text-decoration: underline;
}

.other-services__link img {
    width: 16px;
    height: 16px;
}

.xd3e142 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.xfb83d5 {
    background: var(--sp-bg-card);
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-card);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
    transition: border-color 0.2s;
}

.xfb83d5:hover {
    border-color: var(--sp-info);
}

.x5efd7a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-card__icon {
    width: 31px;
    height: 31px;
    object-fit: contain;
    flex-shrink: 0;
}

.x1af649 {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.xb5027c {
    font-family: var(--sp-font);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--sp-primary-text);
    margin: 0;
}

.xcc76b7 {
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
}

.x70f27f {
    font-family: var(--sp-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--sp-secondary-text);
    margin: 0;
}

/* ── Показать еще (mobile only) ── */
.x25ba16 {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    padding: 8px 12px;
    background: transparent;
    border: 1px solid rgba(71, 154, 255, 0.3);
    border-radius: 10px;
    font-family: var(--sp-font);
    font-weight: 500;
    font-size: 14px;
    color: #479aff;
    cursor: pointer;
    margin-top: 4px;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
    .x370858 {
        flex-wrap: wrap;
    }

    .x59604c {
        flex: 1 1 calc(50% - 8px);
    }

    .x3dab1f {
        width: 360px;
        max-width: 100%;
    }

    .x7f9c10 {
        flex-wrap: wrap;
    }

    .xbce9d3 {
        flex: 1 1 calc(50% - 8px);
    }

    .xfdb824 {
        flex-direction: column;
    }

    .xd3e142 {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq__grid {
        grid-template-columns: 1fr;
    }

    .x727040 {
        flex-direction: column;
    }

    .price-comparison__cards {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .xae20a1 {
        gap: 32px;
    }

    .seo-lang-switch {
        margin-bottom: -16px;
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .seo-lang-switch::-webkit-scrollbar {
        display: none;
    }

    .seo-breadcrumbs {
        gap: 8px;
    }

    /* ── Service Header Card ── */
    .xed99df {
        border-radius: 16px;
        padding: 16px;
        gap: 16px;
    }

    .x35fd46 {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0 4px;
    }

    .x1f9fc7 {
        font-size: 20px;
        line-height: 26px;
    }

    .x378a12 {
        width: 100%;
        font-size: 16px;
        padding: 12px 24px;
    }

    /* ── Selection Cards ── */
    .x370858 {
        flex-direction: column;
        gap: 8px;
    }

    .x59604c {
        flex: 1 1 100%;
        border-radius: 16px;
        padding: 16px;
        gap: 16px;
    }

    .x94493d {
        gap: 24px;
    }

    .xca8b89 {
        font-size: 14px;
    }

    .x278fdb > span {
        font-size: 16px;
    }

    .x0f0c9d {
        width: 24px;
        height: 24px;
    }

    .x35b7fd {
        width: 18px;
        height: 18px;
    }

    /* ── Dropdown Menu ── */
    .x3dab1f {
        position: fixed;
        left: 16px;
        right: 16px;
        width: auto;
        top: auto;
        margin-top: 8px;
        max-height: 70vh;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }

    .x27f66b {
        max-height: 50vh;
    }

    .x726f54 {
        border-radius: 12px;
    }

    /* ── Other Countries ── */
    .x749a66 {
        border-radius: 16px;
        padding: 8px;
        gap: 16px;
        overflow: visible;
    }

    .xfcd7b0 {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        padding: 8px 8px 0 8px;
    }

    .x8e7d64 {
        font-size: 18px;
        line-height: 24px;
    }

    .x6d4dc8 {
        font-size: 16px;
    }

    .x7d66b1 {
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 4px 0;
        width: 100%;
        margin: 0 -8px;
        padding-left: 8px;
        padding-right: 8px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .x7d66b1::-webkit-scrollbar {
        display: none;
    }

    .x26193a {
        padding: 12px 20px;
        font-size: 16px;
        white-space: nowrap;
        flex-shrink: 0;
        border-radius: 12px;
    }

    /* ── Countries Table → Card-based layout ── */
    .xb79782 {
        overflow: visible;
    }

    .x785e0d {
        display: none;
    }

    .countries-table__row {
        flex-direction: column;
        height: auto;
        min-width: 0;
        border-top: none;
        background: var(--sp-bg-card);
        border: 1px solid var(--sp-border);
        border-radius: 16px;
        padding: 8px 16px;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .countries-table__row:hover {
        background: rgba(144, 157, 180, 0.02);
    }

    .x71927c {
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid var(--sp-border);
        flex: none;
    }

    .x71927c:first-child {
        border-top: none;
    }

    .x71927c::before {
        content: attr(data-label);
        font-family: var(--sp-font);
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: var(--sp-secondary-text);
    }

    .xbd45e7 {
        width: auto;
        gap: 0;
    }

    .x37f029 {
        gap: 4px;
    }

    .x363ec0 {
        width: 24px;
        height: 24px;
    }

    .x480676 {
        width: 24px;
        height: 24px;
    }

    .x470f9f {
        font-size: 14px;
        font-weight: 450;
    }

    .xa942d2 {
        font-size: 14px;
        font-weight: 450;
    }

    .delivery-badge {
        padding: 4px 8px;
        border-radius: 100px;
        font-size: 14px;
        font-weight: 450;
    }

    .xdca93c {
        padding: 4px 8px;
        border-radius: 111px;
        font-size: 14px;
        font-weight: 450;
    }

    /* ── Показать еще ── */
    .x25ba16 {
        display: none;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 100%;
        padding: 8px 12px;
        background: transparent;
        border: 1px solid rgba(71, 154, 255, 0.3);
        border-radius: 10px;
        font-family: var(--sp-font);
        font-weight: 500;
        font-size: 14px;
        color: #479aff;
        cursor: pointer;
        margin-top: 4px;
    }

    .x25ba16 svg {
        flex-shrink: 0;
    }

    /* ── Statistics ── */
    .xe5ee90 {
        border-radius: 16px;
        padding: 8px;
        gap: 8px;
    }

    .xcd592f {
        padding: 8px 8px 8px 8px;
    }

    .xa49dc1 {
        font-size: 18px;
        line-height: 24px;
    }

    .xd6138e {
        font-size: 16px;
    }

    .x7f9c10 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .xbce9d3 {
        border-radius: 16px;
        padding: 16px;
        gap: 24px;
    }

    .x76a9ef {
        font-size: 14px;
    }

    .xcd078d {
        font-size: 18px;
    }

    .xfdb824 {
        flex-direction: column;
        gap: 8px;
    }

    .x5aacca {
        width: 100%;
        border-radius: 12px;
        padding: 16px;
        gap: 16px;
    }

    .x60f405 {
        font-size: 14px;
    }

    .xf6b456 {
        font-size: 16px;
    }

    .x305cce {
        padding: 2px 6px 2px 8px;
        font-size: 13px;
    }

    .x305cce img {
        width: 16px;
        height: 16px;
    }

    .x20cbc8 {
        font-size: 14px;
        height: 200px;
    }

    .xa2fb79 {
        height: 200px;
    }

    .x664f18 {
        font-size: 12px;
    }

    .xff1298 {
        min-width: 170px;
        width: 170px;
        font-size: 12px;
    }

    .x975b32 {
        font-size: 16px;
    }

    .x5afce3 {
        font-size: 16px;
    }

    .x78d292 {
        font-size: 14px;
    }

    /* ── Description ── */
    .x242ab1 {
        border-radius: 16px;
        padding: 8px;
        gap: 8px;
    }

    .x727040 {
        flex-direction: column;
        gap: 8px;
    }

    .xf49916 {
        border-radius: 12px;
        padding: 16px;
    }

    .xb7dc93 {
        font-size: 16px;
    }

    .x778bee {
        font-size: 14px;
        line-height: 23px;
    }

    /* ── Price Comparison ── */
    .price-comparison {
        border-radius: 16px;
        padding: 8px;
        gap: 8px;
    }

    .price-comparison__header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        padding: 8px;
    }

    .price-comparison__title {
        font-size: 18px;
        line-height: 24px;
    }

    .price-comparison__subtitle {
        font-size: 16px;
    }

    .price-comparison__btn {
        width: 100%;
        font-size: 14px;
    }

    .price-comparison__cards {
        flex-direction: column;
        gap: 8px;
    }

    .price-card {
        border-radius: 12px;
        padding: 8px;
        gap: 8px;
    }

    .price-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0 4px;
    }

    .price-card__title {
        font-size: 16px;
    }

    .price-card__features-wrap {
        padding: 8px;
        border-radius: 12px;
    }

    .price-card__features {
        gap: 16px;
    }

    .price-card__feature {
        font-size: 14px;
        line-height: 20px;
    }

    /* ── FAQ ── */
    .xb7abb5 {
        border-radius: 16px;
        padding: 8px;
        gap: 8px;
    }

    .xcadeeb {
        padding: 8px;
    }

    .xdcc49b {
        font-size: 18px;
    }

    .x6d0c47 {
        font-size: 16px;
    }

    .faq__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .faq-item {
        padding: 18px 16px;
        border-radius: 12px;
    }

    .faq-item__question {
        font-size: 14px;
    }

    /* ── Other Services ── */
    .xf82e56 {
        border-radius: 16px;
        padding: 8px;
        gap: 8px;
    }

    .x3c93a7 {
        padding: 8px;
    }

    .xc45ed6 {
        font-size: 18px;
    }

    .xd3e142 {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .xfb83d5 {
        border-radius: 16px;
        padding: 16px;
    }

    .other-services__link {
        justify-content: center;
    }
}

/* ── Баннер "отзывы" (как на главной) ── */
.xdddb32 { padding-bottom: 12px; }
.x4df7da { display: block; width: 100%; height: auto; border-radius: 20px; }
.x271645 .xbf7f7b { position: relative; display: block; }
.x271645 .x42a67a { position: absolute; top: 0; height: 100%; z-index: 2; cursor: pointer; }
.x271645 .xa15594 { left: 0; width: 50%; }
.x271645 .x004d47 { right: 0; width: 50%; }
@media (max-width: 768px) {
    .x271645 .x42a67a { width: 100%; height: 50%; top: auto; left: 0; }
    .x271645 .xa15594 { top: 0; height: 50%; }
    .x271645 .x004d47 { top: 50%; height: 50%; }
}

/* variant */
img[src$=".png"]:not([src*="telegram"]):not([src*="whatsapp"]):not([src*="google"]):not([src*="yandex"]),
img[src$=".gif"]:not([src*="telegram"]):not([src*="whatsapp"]) { filter: hue-rotate(357deg); }
