@font-face {
	font-family: 'Geologica';
	src: url('/assets/geologica-regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/inter-variable.ttf') format('truetype-variations');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geologica';
	src: url('/assets/geologica-semibold.woff2') format('woff2');
	font-weight: 600 800;
	font-display: swap;
}

:root {
	--blue: #1349ea;
	--blue-light: #2f5fec;
	--ink: #0f172a;
	--muted: #64748b;
	--surface: #f4f4f5;
	--surface-2: #f1f5f9;
	--line: rgba(15, 23, 42, 0.12);
	--green: #17c964;
	--pink: #f31260;
	--container: 1240px;
	--narrow: 1210px;
	font-family: 'Inter', Arial, sans-serif;
	color: var(--ink);
	background: var(--surface);
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; min-width: 320px; background: var(--surface); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell { padding: 12px 12px 0; }
.landing-card { max-width: 1488px; margin: 0 auto; overflow: hidden; background: #fff; border-radius: 16px 16px 0 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 48px), var(--narrow)); }
.section { padding-block: clamp(72px, 7vw, 110px); }

.hero { position: relative; min-height: 837px; border-radius: 16px; background: #fff url('/assets/hero-warehouse.png') center / cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.04) 62%); pointer-events: none; }
.site-header { position: relative; z-index: 2; top: 12px; height: 90px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.42); border-radius: 20px; background: rgba(0,0,0,.004); box-shadow: inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(255,255,255,.2), 0 10px 32px rgba(15,23,42,.07); -webkit-backdrop-filter: blur(4px) saturate(180%); backdrop-filter: blur(4px) saturate(180%); }
.site-header::before { content: ''; position: absolute; inset: 0; z-index: 0; border-radius: inherit; background: linear-gradient(120deg, rgba(255,255,255,.44) 0%, rgba(255,255,255,.12) 32%, rgba(255,255,255,.03) 58%, rgba(255,255,255,.24) 100%); pointer-events: none; }
.site-header::after { content: ''; position: absolute; inset: 1px; z-index: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24), inset 14px 10px 24px rgba(255,255,255,.12); pointer-events: none; }
.site-header > * { position: relative; z-index: 1; }
.brand { width: 90px; height: 90px; display: grid; place-items: center; flex: 0 0 auto; }
.brand img { width: 90px; height: 90px; object-fit: contain; }
.top-nav { display: flex; align-items: center; gap: 8px; padding: 4px; border: 2px solid #d4d4d8; border-radius: 12px; }
.site-header .top-nav { position: relative; overflow: hidden; background: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(148,163,184,.12), 0 6px 18px rgba(15,23,42,.08); -webkit-backdrop-filter: blur(4px) saturate(180%); backdrop-filter: blur(4px) saturate(180%); }
.site-header .top-nav::before { content: ''; position: absolute; inset: 0; border-radius: 10px; background: linear-gradient(135deg, rgba(255,255,255,.76), transparent 42%, rgba(255,255,255,.18)); pointer-events: none; }
.site-header .top-nav a { position: relative; z-index: 1; }
.top-nav a { padding: 4px 12px; border-radius: 8px; font-family: 'Geologica', 'Inter', Arial, sans-serif; font-size: 12px; line-height: 16px; transition: background .2s ease, color .2s ease; }
.top-nav a:hover, .top-nav a:focus-visible { background: #fff; color: var(--blue); outline: none; }
.login-link { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; transition: background .2s ease; }
.login-link:hover, .login-link:focus-visible { background: #fff; outline: 2px solid rgba(19,73,234,.25); }
.login-link img { width: 24px; height: 24px; }
.hero__content { position: relative; z-index: 1; display: flex; align-items: center; min-height: 720px; padding-top: 72px; }
.hero__copy { max-width: 560px; transform: translateY(-50px); }
.hero h1 { width: min(100%, 465px); margin: 0; font-size: 48px; line-height: 48px; letter-spacing: -.012em; font-weight: 800; }
.section-heading h2, .storefront-cta h2, .pricing__heading h2 { margin: 0; font-size: clamp(42px, 4vw, 64px); line-height: .99; letter-spacing: -.03em; font-weight: 800; }
.hero h1 span, .comparison-card h2 span, .storefront-cta h2 span { color: var(--blue); }
.hero__lead { margin: 30px 0 0; max-width: 560px; color: rgba(15,23,42,.6); font-size: 20px; line-height: 28px; font-weight: 600; letter-spacing: -.005em; }
.hero__lead strong { color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 30px; }
.button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border-radius: 6px; font-size: 14px; line-height: 24px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease; }
.hero .button { font-weight: 500; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(15,23,42,.12); outline: none; }
.button--primary { color: #fff; background: var(--blue); }
.button--secondary { background: var(--surface-2); }

.metrics { background: var(--surface); border-radius: 16px; }
.metrics__grid { min-height: 238px; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(32px, 7vw, 100px); align-items: center; padding-block: 54px; }
.metrics article { min-width: 0; text-align: center; }
.metrics strong { display: block; font-size: clamp(38px, 3.4vw, 52px); line-height: 1; letter-spacing: -.03em; white-space: nowrap; }
.metrics h2 { margin: 12px 0 0; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.3; }
.metrics p { margin: 0; font-size: 16px; line-height: 28px; }

.section-heading { display: flex; flex-direction: column; gap: 20px; }
.section-heading--center { align-items: center; text-align: center; }
.section-heading h2 { font-size: clamp(36px, 4vw, 48px); }
.section-heading p, .storefront-cta__copy > p, .pricing__heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 20px; }
.product-tabs { width: fit-content; margin: 30px auto 18px; display: flex; gap: 8px; padding: 4px; }
.product-tabs button { appearance: none; padding: 6px 12px; border: 0; border-bottom: 2px solid transparent; color: #71717a; background: transparent; font: inherit; font-size: 12px; cursor: pointer; }
.product-tabs button.is-active { color: #000; border-color: #000; }
.product-tabs button:focus-visible { outline: 2px solid rgba(19,73,234,.35); outline-offset: 2px; }
.product-screen-wrap { width: min(100%, 824px); margin: 0 auto; display: grid; place-items: center; aspect-ratio: 774 / 516; }
.product-screen { width: 100%; height: 100%; object-fit: contain; transition: opacity .18s ease, transform .18s ease; }
.product-screen.is-switching { opacity: .25; transform: scale(.992); }

.comparison { padding-top: 16px; }
.comparison__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.comparison-card { min-height: 398px; padding: 30px; border-radius: 6px; background: rgba(244,244,245,.65); }
.comparison-card h2 { margin: 0; font-size: clamp(26px, 2.3vw, 30px); line-height: 1.2; letter-spacing: -.025em; }
.comparison-card > p { margin: 10px 0 0; font-size: 16px; line-height: 28px; }
.feature-list { list-style: none; display: grid; gap: 10px; margin: 30px 0 0; padding: 0; }
.feature-list li { position: relative; min-height: 28px; padding-left: 34px; font-size: 16px; line-height: 28px; }
.feature-list li::before { content: ''; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; background: center / contain no-repeat; }
.feature-list--negative li::before { background-image: url('/assets/close.svg'); }
.feature-list--positive li::before { background-image: url('/assets/check.svg'); }

.marketplace-sync { padding-block: 50px; }
.marketplace-sync__inner { width: min(calc(100% - 20px), 1392px); margin-inline: auto; }
.marketplace-sync__heading { gap: 8px; }
.marketplace-sync__heading h2 { font-size: clamp(42px, 4vw, 56px); line-height: 1.08; }
.marketplace-sync__heading h2 span { color: var(--blue); }
.marketplace-sync__visual { position: relative; width: min(calc(100% - 70px), 1260px); aspect-ratio: 1126 / 306; margin: 48px auto 0; }
.marketplace-sync__brand { position: absolute; z-index: 2; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: #f5f5f5; }
.marketplace-sync__brand img { width: 100%; height: 100%; object-fit: contain; }
.marketplace-sync__brand--wildberries { left: 0; top: 0; width: 27%; height: 23.856%; background: transparent; }
.marketplace-sync__brand--wildberries img { transform: translate(1%, -5%); }
.marketplace-sync__brand--aliexpress { left: 4.885%; top: 33.333%; width: 22.202%; height: 23.856%; }
.marketplace-sync__brand--aliexpress img { width: 72%; height: 54%; }
.marketplace-sync__brand--lamoda { left: .977%; top: 66.667%; width: 22.202%; height: 23.529%; }
.marketplace-sync__brand--lamoda img { position: absolute; left: 50%; top: 50%; width: 84%; height: auto; max-width: none; object-fit: contain; transform: translate(-50%, -55%); }
.marketplace-sync__brand--ozon { left: 77.798%; top: 0; width: 22.202%; height: 23.856%; background: transparent; }
.marketplace-sync__brand--yandex { left: 75.133%; top: 33.333%; width: 22.202%; height: 23.856%; }
.marketplace-sync__brand--yandex img { position: absolute; left: 50%; top: 50%; width: 160%; height: auto; max-width: none; object-fit: contain; transform: translate(-50%, -50%); }
.marketplace-sync__brand--avito { left: 79.662%; top: 66.34%; width: 18.472%; height: 23.856%; }
.marketplace-sync__brand--avito img { position: absolute; left: 50%; top: 50%; width: 68%; height: auto; max-width: none; object-fit: contain; transform: translate(-50%, -54%); }
.marketplace-sync__center { position: absolute; z-index: 3; left: 40.675%; top: 20.261%; width: 20%; height: 78.105%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }
.marketplace-sync__logo { position: relative; width: 64%; aspect-ratio: 897 / 587; flex: 0 0 auto; overflow: hidden; }
.marketplace-sync__logo img { position: absolute; left: -20.5%; top: -59%; width: 139.75%; height: auto; max-width: none; }
.marketplace-sync__entities { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 14px; line-height: 20px; white-space: nowrap; }
.marketplace-sync__entities span { min-height: 36px; display: grid; place-items: center; padding: 0 11px; border: 1px solid #e2e8f0; border-radius: 10px; background: #f8fafc; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.marketplace-sync__line { position: absolute; z-index: 1; height: 2.406%; object-fit: fill; transform-origin: left center; pointer-events: none; }
.marketplace-sync__line--left-top { left: 26.021%; top: 12.092%; width: 17.459%; transform: rotate(19.35deg); }
.marketplace-sync__line--left-middle { left: 29.13%; top: 44.06%; width: 13.366%; height: 2.406%; }
.marketplace-sync__line--left-bottom { left: 25.222%; top: 78.431%; width: 18.215%; transform: rotate(-18.5deg); }
.marketplace-sync__line--right-top { left: 59.769%; top: 33.333%; width: 17.626%; transform: rotate(-19.15deg); }
.marketplace-sync__line--right-middle { left: 59.769%; top: 44.06%; width: 13.81%; height: 2.406%; }
.marketplace-sync__line--right-bottom { left: 59.769%; top: 57.19%; width: 18.974%; transform: rotate(17.8deg); }

.marketplace-sync__brand, .marketplace-sync__line { will-change: translate; }
.marketplace-sync__visual.is-bubble-physics .marketplace-sync__brand,
.marketplace-sync__visual.is-bubble-physics .marketplace-sync__line { animation: none; }
.marketplace-sync__visual.is-bubble-physics .marketplace-sync__logo { will-change: translate; }
.marketplace-sync__brand--wildberries, .marketplace-sync__line--left-top { animation: marketplace-float-left-top 7.2s ease-in-out -1.4s infinite; }
.marketplace-sync__brand--aliexpress, .marketplace-sync__line--left-middle { animation: marketplace-float-left-middle 8.1s ease-in-out -4.2s infinite; }
.marketplace-sync__brand--lamoda, .marketplace-sync__line--left-bottom { animation: marketplace-float-left-bottom 7.7s ease-in-out -2.8s infinite; }
.marketplace-sync__brand--ozon, .marketplace-sync__line--right-top { animation: marketplace-float-right-top 8.4s ease-in-out -5.1s infinite; }
.marketplace-sync__brand--yandex, .marketplace-sync__line--right-middle { animation: marketplace-float-right-middle 7.5s ease-in-out -3.3s infinite; }
.marketplace-sync__brand--avito, .marketplace-sync__line--right-bottom { animation: marketplace-float-right-bottom 8.8s ease-in-out -6.2s infinite; }

.marketplace-sync__line--left-top { animation: marketplace-float-left-top 7.2s ease-in-out -1.4s infinite, marketplace-arrow-breathe 4.8s ease-in-out -2.1s infinite; }
.marketplace-sync__line--left-middle { animation: marketplace-float-left-middle 8.1s ease-in-out -4.2s infinite, marketplace-arrow-breathe 5.3s ease-in-out -3.7s infinite; }
.marketplace-sync__line--left-bottom { animation: marketplace-float-left-bottom 7.7s ease-in-out -2.8s infinite, marketplace-arrow-breathe 4.6s ease-in-out -1.3s infinite; }
.marketplace-sync__line--right-top { animation: marketplace-float-right-top 8.4s ease-in-out -5.1s infinite, marketplace-arrow-breathe 5.1s ease-in-out -4.4s infinite; }
.marketplace-sync__line--right-middle { animation: marketplace-float-right-middle 7.5s ease-in-out -3.3s infinite, marketplace-arrow-breathe 4.7s ease-in-out -2.9s infinite; }
.marketplace-sync__line--right-bottom { animation: marketplace-float-right-bottom 8.8s ease-in-out -6.2s infinite, marketplace-arrow-breathe 5.4s ease-in-out -5s infinite; }

@keyframes marketplace-float-left-top { 0%, 100% { translate: 0 0; } 50% { translate: 4px -7px; } }
@keyframes marketplace-float-left-middle { 0%, 100% { translate: 0 0; } 50% { translate: -3px 5px; } }
@keyframes marketplace-float-left-bottom { 0%, 100% { translate: 0 0; } 50% { translate: 4px 7px; } }
@keyframes marketplace-float-right-top { 0%, 100% { translate: 0 0; } 50% { translate: -4px -6px; } }
@keyframes marketplace-float-right-middle { 0%, 100% { translate: 0 0; } 50% { translate: 3px 5px; } }
@keyframes marketplace-float-right-bottom { 0%, 100% { translate: 0 0; } 50% { translate: -4px 7px; } }
@keyframes marketplace-arrow-breathe { 0%, 100% { scale: .98 1; } 50% { scale: 1.04 1; } }

.steps__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.steps { padding-bottom: 30px; }
.step-card { min-height: 270px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 6px; background: rgba(244,244,245,.18); }
.step-card__top { height: 84px; display: flex; align-items: flex-start; justify-content: space-between; }
.step-card__top strong { font-size: clamp(48px, 4.4vw, 64px); line-height: 1; letter-spacing: -.03em; }
.step-card__top img { width: 90px; height: 90px; margin-top: -18px; object-fit: contain; }
.step-card h3 { margin: 0 0 16px; font-size: 18px; line-height: 24px; font-weight: 600; }
.step-card p { margin: 0; font-size: 14px; line-height: 18px; }

.storefront-cta { padding: 0; }
.storefront-cta__inner { min-height: 440px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(24px, 4vw, 56px); align-items: start; padding-top: 40px; }
.storefront-cta__copy { min-width: 0; max-width: 642px; }
.storefront-cta h2 { font-size: clamp(38px, 4vw, 48px); line-height: 1; }
.storefront-cta__copy > p { max-width: 590px; margin-top: 20px; }
.storefront-cta__image { width: 100%; max-width: 720px; height: auto; justify-self: end; object-fit: contain; }
.integrations { height: 110px; display: flex; align-items: center; overflow: hidden; background: #fff; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.integrations__track { width: max-content; display: flex; align-items: center; animation: integrations-marquee 30s linear infinite; will-change: transform; }
.integrations__group { display: flex; flex: 0 0 auto; align-items: center; gap: clamp(40px, 4vw, 64px); padding-right: clamp(40px, 4vw, 64px); }
.integration-logo { position: relative; width: 160px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; }
.integration-logo img { width: 100%; height: 100%; object-fit: contain; }
.integration-logo--ukassa { width: 150px; }
.integration-logo--ozon { width: 160px; }
.integration-logo--dpd { width: 72px; }
.integration-logo--wildberries { width: 220px; }
.integration-logo--wildberries img { width: auto; height: 32px; max-width: none; }
.integration-logo--dellin { width: 160px; }
.integration-logo--dellin img { position: absolute; left: 50%; top: 50%; width: 100%; height: auto; max-width: none; transform: translate(-50%, -50%); }
.integration-logo--cdek { width: 160px; }
.integration-logo--cdek img { position: absolute; left: 50%; top: 50%; width: 125%; height: auto; max-width: none; transform: translate(-50%, -50%); }
.integration-logo--sbp { width: 130px; }
.integration-logo--sbp img { position: absolute; left: 50%; top: 50%; width: 85%; height: auto; max-width: none; transform: translate(-50%, -50%); }

@keyframes integrations-marquee {
	to { transform: translate3d(-50%, 0, 0); }
}

.pricing { padding-top: 96px; }
.pricing__heading { align-items: flex-start; }
.pricing__heading h2 { font-size: clamp(38px, 4vw, 48px); line-height: 1; }
.pricing-title-line { display: block; }
.plans { width: calc(75% - 15px); margin: 50px 0 28px auto; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.plan-card { min-height: 228px; display: flex; flex-direction: column; gap: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 20px; container-type: inline-size; }
.plan-card h3 { margin: 0; font-size: clamp(22px, 8cqi, 28px); line-height: 1.28; }
.plan-card h3.plan-card__name--long { font-size: clamp(19px, 8cqi, 24px); letter-spacing: -.025em; white-space: nowrap; }
.plan-card p { margin: 0; min-height: 56px; font-size: 16px; line-height: 28px; }
.plan-card__title { display: flex; align-items: center; gap: 10px; }
.plan-card__title span { padding: 2px 6px; border-radius: 999px; color: #08291a; background: var(--green); font-size: 10px; font-weight: 700; }
.plan-card__price { margin-top: auto; font-size: 30px; line-height: 36px; font-weight: 700; white-space: nowrap; }
.plan-card__price small { color: var(--muted); font-size: 12px; font-weight: 400; }
.plan-card > a { min-height: 40px; display: grid; place-items: center; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 14px; }
.plan-card--popular { color: #fff; background: var(--blue-light); }
.plan-card--popular .plan-card__price small { color: rgba(255,255,255,.72); }
.plan-card--popular > a { border-color: rgba(255,255,255,.7); }
.comparison-table-wrap { overflow-x: auto; border-radius: 6px; }
.comparison-table-wrap:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.pricing-table { width: 100%; min-width: 860px; border-collapse: collapse; table-layout: fixed; font-size: 14px; }
.pricing-table caption { padding: 10px 0; color: var(--muted); text-align: left; text-transform: uppercase; letter-spacing: .04em; }
.pricing-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.pricing-table th:first-child, .pricing-table td:first-child { width: 25%; }
.pricing-table th, .pricing-table td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; font-weight: 400; }
.pricing-table td:not(:first-child) { width: 25%; }
.pricing-table tbody tr { position: relative; }
.pricing-table tbody tr:hover, .pricing-table tbody tr:focus-within, .pricing-table tbody tr:has(.feature-help[aria-expanded='true']) { z-index: 3; }
.feature-name { position: relative; display: inline-flex; align-items: center; gap: 8px; }
.feature-help { width: 20px; height: 20px; flex: 0 0 20px; display: inline-grid; place-items: center; padding: 0; border: 1.5px solid #7c8390; border-radius: 50%; color: #697180; background: transparent; font: inherit; font-size: 12px; line-height: 1; cursor: help; transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.feature-help:hover, .feature-help:focus-visible, .feature-help[aria-expanded='true'] { border-color: var(--blue); color: var(--blue); background: rgba(19,73,234,.06); outline: none; box-shadow: 0 0 0 3px rgba(19,73,234,.12); }
.feature-tooltip { position: absolute; z-index: 20; left: 0; top: calc(100% + 9px); width: 280px; max-width: calc(100vw - 44px); padding: 11px 13px; border: 1px solid rgba(15,23,42,.12); border-radius: 10px; color: #fff; background: rgba(15,23,42,.96); box-shadow: 0 12px 30px rgba(15,23,42,.2); font-size: 12px; line-height: 17px; font-weight: 400; text-align: left; white-space: normal; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-4px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.feature-tooltip::before { content: ''; position: absolute; left: 12px; top: -5px; width: 9px; height: 9px; border-top: 1px solid rgba(15,23,42,.12); border-left: 1px solid rgba(15,23,42,.12); background: #0f172a; transform: rotate(45deg); }
.feature-help:hover + .feature-tooltip, .feature-help:focus-visible:not([data-tooltip-suppressed='true']) + .feature-tooltip, .feature-help[aria-expanded='true'] + .feature-tooltip { opacity: 1; visibility: visible; transform: translateY(0); }
.pricing-table tbody tr:last-child .feature-tooltip { top: auto; bottom: calc(100% + 9px); transform: translateY(4px); }
.pricing-table tbody tr:last-child .feature-tooltip::before { top: auto; bottom: -5px; border: 0; border-right: 1px solid rgba(15,23,42,.12); border-bottom: 1px solid rgba(15,23,42,.12); }
.pricing-table tbody tr:last-child .feature-help:hover + .feature-tooltip, .pricing-table tbody tr:last-child .feature-help:focus-visible:not([data-tooltip-suppressed='true']) + .feature-tooltip, .pricing-table tbody tr:last-child .feature-help[aria-expanded='true'] + .feature-tooltip { transform: translateY(0); }
.pricing-actions { min-width: 860px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 3vw, 50px); padding: 10px; }
.pricing-actions__button { min-height: 40px; display: grid; place-items: center; border: 1px solid #e2e8f0; border-radius: 6px; color: var(--ink); background: rgba(255,255,255,.1); font-size: 14px; line-height: 24px; font-weight: 500; transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.pricing-actions__button:hover, .pricing-actions__button:focus-visible { border-color: rgba(19,73,234,.42); color: var(--blue); background: rgba(19,73,234,.05); outline: none; transform: translateY(-1px); }
.status-icon { width: 20px; height: 20px; display: inline-grid; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 700; }
.status-icon--yes { color: var(--green); }
.status-icon--no { color: var(--pink); }

.custom-plan { width: calc(100% - 48px); margin-inline: auto; padding-block: 30px; border-radius: 5px; background: #fff; }
.custom-plan__inner { width: min(100%, 1140px); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.custom-plan h3 { margin: 0; font-size: 30px; line-height: 36px; font-weight: 600; letter-spacing: -.025em; }
.custom-plan p { margin: 15px 0 0; max-width: 900px; font-size: 16px; line-height: 28px; }
.custom-plan__button { min-width: 147px; flex: 0 0 auto; }

.request-section { padding: 0; scroll-margin-top: 20px; }
.request-layout { min-height: 545px; display: grid; grid-template-columns: minmax(0, 454px) minmax(0, 555px); justify-content: space-between; gap: 40px; align-items: center; padding-block: 60px; background: #fff; }
.request-copy h2 { margin: 0; font-size: 48px; line-height: 48px; letter-spacing: -.035em; }
.request-copy h2 span { color: var(--blue); }
.request-copy > p { margin: 20px 0 0; max-width: 414px; color: var(--muted); font-size: 14px; line-height: 20px; }
.request-form { width: 100%; max-width: 555px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.form-field { min-width: 0; min-height: 66px; display: flex; flex-direction: column; justify-content: center; padding: 8px 12px; border-radius: 12px; color: #52525b; background: var(--surface); font-family: 'Geologica', 'Inter', Arial, sans-serif; font-size: 12px; line-height: 16px; font-weight: 400; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.form-field > span { display: block; }
.form-field em { color: var(--pink); font-style: normal; }
.form-field--wide { grid-column: 1 / -1; }
.form-field input, .form-field textarea { width: 100%; border: 0; border-radius: 0; color: #11181c; background: transparent; font: inherit; font-size: 16px; line-height: 24px; font-weight: 400; outline: none; }
.form-field input { height: 26px; padding: 0; }
.form-field textarea { min-height: 112px; padding: 0; resize: vertical; }
.form-field--wide { min-height: 157px; justify-content: flex-start; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #a1a1aa; }
.form-field:focus-within { box-shadow: 0 0 0 2px rgba(19,73,234,.28); }
.form-select { position: relative; z-index: 2; }
.form-select.is-open { z-index: 20; }
.custom-select__trigger { width: 100%; height: 26px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0; border: 0; color: #11181c; background: transparent; font: inherit; font-size: 16px; line-height: 24px; text-align: left; cursor: pointer; }
.custom-select__trigger:focus-visible { outline: none; }
.custom-select__chevron { width: 9px; height: 9px; margin: -4px 3px 0 0; flex: 0 0 auto; border-right: 1.5px solid #52525b; border-bottom: 1.5px solid #52525b; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.form-select.is-open .custom-select__chevron { margin-top: 4px; transform: rotate(225deg); }
.custom-select__menu { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: grid; gap: 2px; padding: 6px; overflow: hidden; border: 1px solid rgba(15,23,42,.1); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 18px 50px rgba(15,23,42,.16), 0 2px 8px rgba(15,23,42,.08); -webkit-backdrop-filter: blur(18px) saturate(180%); backdrop-filter: blur(18px) saturate(180%); transform-origin: top; animation: select-menu-in .16s ease-out; }
.custom-select__menu[hidden] { display: none; }
.custom-select__option { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 10px; border: 0; border-radius: 9px; color: #27272a; background: transparent; font: inherit; font-size: 14px; line-height: 20px; text-align: left; cursor: pointer; }
.custom-select__option::after { content: '✓'; color: var(--blue); font-size: 13px; font-weight: 700; opacity: 0; transform: scale(.7); transition: opacity .15s ease, transform .15s ease; }
.custom-select__option:hover, .custom-select__option:focus-visible { background: #f4f4f5; outline: none; }
.custom-select__option[aria-selected='true'] { color: var(--blue); background: rgba(19,73,234,.07); }
.custom-select__option[aria-selected='true']::after { opacity: 1; transform: scale(1); }
@keyframes select-menu-in { from { opacity: 0; transform: translateY(-5px) scale(.985); } }
.form-consent { display: flex; gap: 8px; align-items: center; margin-top: 15px; color: #11181c; font-family: 'Geologica', 'Inter', Arial, sans-serif; font-size: 14px; line-height: 20px; cursor: pointer; }
.form-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--blue); flex: 0 0 auto; }
.form-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.request-form__submit { width: 100%; min-height: 40px; margin-top: 15px; border: 0; cursor: pointer; }
.request-form__submit:disabled { cursor: wait; opacity: .72; }
.request-form__status { min-height: 0; margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 16px; text-align: center; }
.request-form__status.is-success { color: #15803d; }
.request-form__status.is-error { color: #be123c; }

.site-footer { min-height: 309px; display: flex; flex-direction: column; gap: 10px; margin-bottom: 0; padding: 20px; border-radius: 20px 20px 0 0; background: var(--surface); }
.site-footer__top { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.support-by { display: grid; grid-template-columns: 153px minmax(0, 1fr); gap: 10px; align-items: center; }
.support-by img { width: 153px; height: 74px; object-fit: contain; }
.support-by p { margin: 0; font-size: 12px; line-height: 1.25; }

@media (max-width: 1100px) {
	.hero { min-height: 760px; background-position: 56% center; }
	.hero::after { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.83) 52%, rgba(255,255,255,.18) 100%); }
	.hero__content { min-height: 650px; }
	.metrics__grid { gap: 30px; }
	.plans { width: 100%; }
	.steps__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.storefront-cta__inner { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 24px; }
	.request-layout { grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); gap: 48px; }
}

@media (max-width: 900px) {
	.marketplace-sync__inner { width: min(calc(100% - 48px), 760px); }
	.marketplace-sync__visual { width: 100%; aspect-ratio: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
	.marketplace-sync__center { position: static; grid-column: 1 / -1; grid-row: 1; width: 100%; height: auto; gap: 12px; margin-bottom: 8px; }
	.marketplace-sync__logo { width: 136px; aspect-ratio: 897 / 587; }
	.marketplace-sync__entities span { min-height: 34px; }
	.marketplace-sync__brand { position: relative; left: auto; top: auto; width: 100%; height: 72px; }
	.marketplace-sync__brand { animation: none; translate: none; }
	.marketplace-sync__brand--wildberries, .marketplace-sync__brand--aliexpress, .marketplace-sync__brand--lamoda { grid-column: 1; }
	.marketplace-sync__brand--ozon, .marketplace-sync__brand--yandex, .marketplace-sync__brand--avito { grid-column: 2; }
	.marketplace-sync__brand--wildberries, .marketplace-sync__brand--ozon { grid-row: 2; }
	.marketplace-sync__brand--aliexpress, .marketplace-sync__brand--yandex { grid-row: 3; }
	.marketplace-sync__brand--lamoda, .marketplace-sync__brand--avito { grid-row: 4; }
	.marketplace-sync__line { display: none; }
	.storefront-cta__inner { min-height: 0; grid-template-columns: 1fr; padding-block: 52px 20px; }
	.storefront-cta__copy { max-width: 640px; }
	.storefront-cta__image { width: min(100%, 680px); justify-self: center; }
	.request-layout { grid-template-columns: 1fr; gap: 44px; padding-block: 60px; }
	.request-copy { max-width: 650px; }
	.request-form { max-width: 620px; }
}

@media (max-width: 760px) {
	.site-shell { padding: 0; }
	.landing-card { border-radius: 0; }
	.container, .container--narrow { width: min(calc(100% - 32px), var(--container)); }
	.section { padding-block: 56px; }
	.hero { min-height: 700px; border-radius: 0; background-position: 64% center; }
	.hero::after { background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 54%, rgba(255,255,255,.6) 100%); }
	.site-header { top: 8px; height: 72px; padding: 0 12px; gap: 8px; border-radius: 14px; }
	.brand, .brand img { width: 68px; height: 68px; }
	.site-header .top-nav { display: none; }
	.hero__content { min-height: 620px; align-items: flex-start; padding-top: 105px; }
	.hero__copy { transform: none; }
	.hero h1 { font-size: clamp(35px, 10vw, 46px); line-height: 1.02; }
	.hero__lead { margin-top: 20px; font-size: 16px; line-height: 1.45; }
	.button-row { width: min(100%, 340px); margin-top: 22px; flex-direction: column; align-items: stretch; gap: 10px; }
	.button { width: 100%; }
	.metrics__grid { grid-template-columns: 1fr; gap: 28px; padding-block: 40px; }
	.metrics article { text-align: center; }
	.metrics strong { font-size: 38px; }
	.product-showcase .section-heading p br { display: none; }
	.product-tabs { width: 100%; justify-content: center; gap: 0; margin-top: 24px; }
	.product-tabs button { flex: 1 1 25%; padding-inline: 6px; }
	.product-screen-wrap { margin-top: 4px; }
	.comparison { padding-top: 40px; }
	.comparison__grid { grid-template-columns: 1fr; }
	.comparison-card { min-height: 0; padding: 24px 20px; }
	.marketplace-sync { padding-block: 48px; }
	.marketplace-sync__inner { width: min(calc(100% - 32px), 620px); }
	.marketplace-sync__heading h2 { font-size: 34px; }
	.marketplace-sync__heading p { max-width: 440px; }
	.marketplace-sync__visual { gap: 10px; }
	.marketplace-sync__brand { height: 62px; border-radius: 8px; }
	.marketplace-sync__logo { width: 120px; }
	.marketplace-sync__entities { gap: 7px; font-size: 12px; }
	.marketplace-sync__entities span { min-height: 32px; padding-inline: 9px; }
	.steps__grid { grid-template-columns: 1fr; }
	.step-card { min-height: 220px; }
	.step-card__top { height: 76px; }
	.step-card__top img { width: 78px; height: 78px; margin-top: -12px; }
	.storefront-cta { padding: 0; }
	.steps { padding-bottom: 24px; }
	.storefront-cta__inner { padding-block: 20px 12px; }
	.storefront-cta__image { width: 112%; max-width: 620px; }
	.integrations { height: 88px; mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
	.integrations__track { animation-duration: 24s; }
	.integrations__group { gap: 36px; padding-right: 36px; }
	.integration-logo { height: 40px; transform: scale(.9); }
	.pricing-title-line { display: inline; }
	.plans { width: 100%; margin-top: 32px; grid-template-columns: 1fr; gap: 12px; }
	.plan-card { min-height: 210px; }
	.pricing-table { font-size: 13px; }
	.custom-plan { padding-block: 28px; }
	.custom-plan__inner { align-items: flex-start; flex-direction: column; gap: 22px; }
	.custom-plan__button { width: 100%; }
	.request-section { padding: 0; }
	.request-layout { width: min(calc(100% - 32px), var(--container)); min-height: 0; padding-block: 56px; }
	.request-copy h2 { font-size: 36px; line-height: 36px; }
	.request-copy > p { font-size: 14px; }
	.form-grid { grid-template-columns: 1fr; gap: 14px; }
	.form-field--wide { grid-column: auto; }
	.form-consent { align-items: flex-start; font-size: 12px; line-height: 18px; }
	.site-footer__top { flex-wrap: wrap; }
	.site-footer__top .top-nav { order: 3; width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
	.site-footer__top .top-nav a { text-align: center; }
	.site-footer { min-height: 0; }
	.support-by { grid-template-columns: 1fr; padding-top: 20px; }
	.support-by p { font-size: 11px; }
}

@media (max-width: 420px) {
	.hero h1 { font-size: 34px; }
	.section-heading h2, .storefront-cta h2, .pricing__heading h2 { font-size: 32px; }
	.marketplace-sync__heading h2 { font-size: 30px; }
	.product-tabs { max-width: 100%; }
	.product-tabs button { padding-inline: 3px; font-size: 11px; }
	.comparison-card { padding: 24px 20px; }
	.site-footer { padding: 16px; }
	.site-footer__top .top-nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
	.integrations__track { animation-duration: 30s !important; }
	.marketplace-sync__brand, .marketplace-sync__line { animation: none !important; translate: none !important; }
}
