/* ===========================================
   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: #382140;
    --sp-secondary-text: #b290b4;
    --sp-heading-text: #3e2047;
    --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(178, 144, 180, 0.14);
    --sp-border-badge: rgba(178, 144, 180, 0.07);
    --sp-success: #1750c9;
    --sp-warning: #40f524;
    --sp-danger: #f3dd12;
    --sp-info: #cd00ff;
    --sp-info-light: #ba00ee;
    --sp-info-bg: #f0f7ff;
    --sp-gradient: linear-gradient(180deg, #8e00ff 0%, #cd00ff 100%);
    --sp-gradient-faq: linear-gradient(180deg, #cd00ff 0%, #e88bff 100%);
    --sp-gradient-bar: linear-gradient(180deg, #e347ff 0%, #e6bfed 100%);
    --sp-gradient-border: linear-gradient(180deg, #e347ff 0%, #e6bfed 100%);
    --sp-gradient-area: linear-gradient(180deg, #f5ceff 0%, #ffffff 100%);
    --sp-text-shadow: 0 1.28px 6.4px rgba(29, 17, 34, 1), 0 0.32px 2.8px rgba(29, 17, 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 ── */
.xf1f7c6 {
    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.xde4310 {
    background: var(--sp-gradient);
    color: var(--sp-white);
}

/* ── Service Header Card (37:386) ── */
.xf04770 {
    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;
}

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

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

.x7996fe {
    background: #cd00ff;
    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;
}

.x7996fe:hover {
    opacity: 0.9;
}

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

.xa49af3 {
    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;
}

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

.x8599b9 {
    cursor: default;
}

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

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

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

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

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

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

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

.xa49af3[data-dropdown].x4f0e11 .x824fa6 {
    transform: rotate(180deg);
}

/* ── Dropdown Menu ── */
.x447f80 {
    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;
}

.x447f80.x4f0e11 {
    display: flex;
}

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

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

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

.x90c175 {
    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: #f8eff9;
}

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

.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);
}

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

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

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

/* ── Other Countries (37:401) ── */
.xf4b1af {
    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;
}

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

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

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

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

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

.xd1f622 {
    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;
}

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

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

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

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

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

.x624530 {
    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;
}

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

.x624530: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(178, 144, 180, 0.03);
}

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

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

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

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

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

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

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

.x5a30b8: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, 80, 201, 0.12);
    color: var(--sp-success);
}

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

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

/* ── Price Badge ── */
.xffd11e {
    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) ── */
.xc2c552 {
    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;
}

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

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

.xbb907d {
    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) ── */
.x129c04 {
    display: flex;
    gap: 16px;
}

.x1251d1 {
    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;
}

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

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

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

.xb05a2d {
    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;
}

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

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

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

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

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

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

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

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

.x34ed30 {
    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;
}

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

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

.x3b2168 .x4f2f79 {
    stroke: rgba(178, 144, 180, 0.14);
    stroke-width: 1;
    stroke-dasharray: 2 2;
}

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

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

.x14d8c8 {
    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;
}

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

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

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

.x9e9098 {
    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;
}

.xc4b31d {
    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(186, 0, 238, 0.08);
}

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

.x536f81 {
    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 ── */
.xe429ba {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

.x56c43c {
    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);
}

.xbe8fa1 {
    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) ── */
.xa9d4cd {
    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;
}

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

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

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

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

.x1707e8 + .x1707e8 {
    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) ── */
.x72b10b {
    max-width: 100%;
    margin: 0;
    counter-reset: question-counter;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.x72b10b .xf734c7 {
    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);
}

.x72b10b .xf734c7 .x84fbc5 { display: block; }
.x72b10b .xf734c7 .xb0e52c { display: none; }
.x72b10b .xf734c7[open] .x84fbc5 { display: none; }
.x72b10b .xf734c7[open] .xb0e52c { display: block; }

.x72b10b .x71202e {
    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;
}

.x72b10b .x71202e::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;
}

.x72b10b .xc49052 {
    color: var(--sp-primary-text);
    flex: 1;
}

.x72b10b .x71202e svg {
    flex-shrink: 0;
    margin-left: auto;
}

.x72b10b .x32dd35 {
    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;
}

.x72b10b .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);
}

.x72b10b .xf734c7.is-open .x71202e {
    border-radius: var(--sp-radius-btn) var(--sp-radius-btn) 0 0;
}

/* ── FAQ (37:675) ── */
.xa27299 {
    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;
}

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

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

.x11e198 {
    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.x4f0e11 .faq-item__icon {
    transform: rotate(45deg);
}

/* ── Other Services (37:698) ── */
.x911355 {
    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;
}

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

.xb061fb {
    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;
}

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

.xb6c073 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

    .x129c04 {
        flex-wrap: wrap;
    }

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

    .xa67a5f {
        flex-direction: column;
    }

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

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

    .xed9df7 {
        flex-direction: column;
    }

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

@media (max-width: 768px) {
    .xf1f7c6 {
        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 ── */
    .xf04770 {
        border-radius: 16px;
        padding: 16px;
        gap: 16px;
    }

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

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

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

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

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

    .xf07131 {
        gap: 24px;
    }

    .x63e71b {
        font-size: 14px;
    }

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

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

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

    /* ── Dropdown Menu ── */
    .x447f80 {
        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);
    }

    .x90c175 {
        max-height: 50vh;
    }

    .x545d3c {
        border-radius: 12px;
    }

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

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

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

    .x04668e {
        font-size: 16px;
    }

    .x90c129 {
        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;
    }

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

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

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

    .x242df4 {
        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(178, 144, 180, 0.02);
    }

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

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

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

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

    .x6b4e2e {
        gap: 4px;
    }

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

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

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

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

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

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

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

    .x1458e8 svg {
        flex-shrink: 0;
    }

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

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

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

    .xbb907d {
        font-size: 16px;
    }

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

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

    .x90b35e {
        font-size: 14px;
    }

    .x3561d4 {
        font-size: 18px;
    }

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

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

    .x35aa65 {
        font-size: 14px;
    }

    .xcbd232 {
        font-size: 16px;
    }

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

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

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

    .x50f9ba {
        height: 200px;
    }

    .x536f81 {
        font-size: 12px;
    }

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

    .xd5b837 {
        font-size: 16px;
    }

    .x3b3461 {
        font-size: 16px;
    }

    .x56c43c {
        font-size: 14px;
    }

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

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

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

    .x919407 {
        font-size: 16px;
    }

    .x1707e8 {
        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 ── */
    .xa27299 {
        border-radius: 16px;
        padding: 8px;
        gap: 8px;
    }

    .xdab238 {
        padding: 8px;
    }

    .x24c9af {
        font-size: 18px;
    }

    .x11e198 {
        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 ── */
    .x911355 {
        border-radius: 16px;
        padding: 8px;
        gap: 8px;
    }

    .x638b55 {
        padding: 8px;
    }

    .xb061fb {
        font-size: 18px;
    }

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

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

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

/* ── Баннер "отзывы" (как на главной) ── */
.x8d5aa8 { padding-bottom: 12px; }
.x5a9b34 { display: block; width: 100%; height: auto; border-radius: 20px; }
.x49d8be .xfa4aac { position: relative; display: block; }
.x49d8be .xd16694 { position: absolute; top: 0; height: 100%; z-index: 2; cursor: pointer; }
.x49d8be .x448085 { left: 0; width: 50%; }
.x49d8be .xa54578 { right: 0; width: 50%; }
@media (max-width: 768px) {
    .x49d8be .xd16694 { width: 100%; height: 50%; top: auto; left: 0; }
    .x49d8be .x448085 { top: 0; height: 50%; }
    .x49d8be .xa54578 { 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(75deg); }

/* перерисованные баннеры уже в новой палитре */
img[src*="how-it-works-pc.e1aed67c1659.png"],
img[src*="IMG_2361.jpeg"] { filter: none !important; }
