/* ===========================================
   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: #252140;
    --sp-secondary-text: #9c90b4;
    --sp-heading-text: #262047;
    --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(156, 144, 180, 0.14);
    --sp-border-badge: rgba(156, 144, 180, 0.07);
    --sp-success: #17bac9;
    --sp-warning: #bdf524;
    --sp-danger: #f35612;
    --sp-info: #3400ff;
    --sp-info-light: #2c00ee;
    --sp-info-bg: #f0f7ff;
    --sp-gradient: linear-gradient(180deg, #000bff 0%, #3400ff 100%);
    --sp-gradient-faq: linear-gradient(180deg, #3400ff 0%, #a28bff 100%);
    --sp-gradient-bar: linear-gradient(180deg, #7547ff 0%, #cabfed 100%);
    --sp-gradient-border: linear-gradient(180deg, #7547ff 0%, #cabfed 100%);
    --sp-gradient-area: linear-gradient(180deg, #d8ceff 0%, #ffffff 100%);
    --sp-text-shadow: 0 1.28px 6.4px rgba(19, 17, 34, 1), 0 0.32px 2.8px rgba(19, 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 ── */
.xb3edb8 {
    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.x4e09cd {
    background: var(--sp-gradient);
    color: var(--sp-white);
}

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

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

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

.xabdab6 {
    background: #3400ff;
    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;
}

.xabdab6:hover {
    opacity: 0.9;
}

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

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

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

.x8883ad {
    cursor: default;
}

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

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

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

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

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

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

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

.xbd1bd1[data-dropdown].xdbfde0 .xe68643 {
    transform: rotate(180deg);
}

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

.xac9912.xdbfde0 {
    display: flex;
}

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

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

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

.x5ccf74 {
    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: #f3eff9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x5f5da8 .xe4caa3 {
    stroke: rgba(156, 144, 180, 0.14);
    stroke-width: 1;
    stroke-dasharray: 2 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xe3785e .x841cc1 .x539f76 { display: block; }
.xe3785e .x841cc1 .x0bfde7 { display: none; }
.xe3785e .x841cc1[open] .x539f76 { display: none; }
.xe3785e .x841cc1[open] .x0bfde7 { display: block; }

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

.xe3785e .x338e3f::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;
}

.xe3785e .x5e34ab {
    color: var(--sp-primary-text);
    flex: 1;
}

.xe3785e .x338e3f svg {
    flex-shrink: 0;
    margin-left: auto;
}

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

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

.xe3785e .x841cc1.is-open .x338e3f {
    border-radius: var(--sp-radius-btn) var(--sp-radius-btn) 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .x3607cc {
        flex-wrap: wrap;
    }

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

    .xd1e2d9 {
        flex-direction: column;
    }

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

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

    .x71f807 {
        flex-direction: column;
    }

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

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

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

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

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

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

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

    .x3616c0 {
        gap: 24px;
    }

    .x67d041 {
        font-size: 14px;
    }

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

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

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

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

    .x5ccf74 {
        max-height: 50vh;
    }

    .x5074dc {
        border-radius: 12px;
    }

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

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

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

    .x3f7a7d {
        font-size: 16px;
    }

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

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

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

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

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

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

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

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

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

    .xb334c7 {
        gap: 4px;
    }

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

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

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

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

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

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

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

    .xf5105a svg {
        flex-shrink: 0;
    }

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

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

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

    .x406e87 {
        font-size: 16px;
    }

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

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

    .xe3d819 {
        font-size: 14px;
    }

    .xf446a4 {
        font-size: 18px;
    }

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

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

    .x12cbe4 {
        font-size: 14px;
    }

    .x4e72cf {
        font-size: 16px;
    }

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

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

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

    .x6be15a {
        height: 200px;
    }

    .x79987d {
        font-size: 12px;
    }

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

    .x2ab4b8 {
        font-size: 16px;
    }

    .xc9b6d2 {
        font-size: 16px;
    }

    .xe0fbd4 {
        font-size: 14px;
    }

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

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

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

    .x9e690b {
        font-size: 16px;
    }

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

    .x6e47d6 {
        padding: 8px;
    }

    .x072d37 {
        font-size: 18px;
    }

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

    .x0a6959 {
        padding: 8px;
    }

    .x5fab0b {
        font-size: 18px;
    }

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

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

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

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

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