/*
Theme Name: Shopmasters
Theme URI: https://myshopmasters.com/
Author: Denis Zadorozhny
Author URI: https://freelancehunt.com/freelancer/den_myshopmasters.html
Description: Custom dark theme for Shopmasters — Shopify web studio. Inspired by modern dark UI, own accent palette (teal + amber), Manrope + Source Sans 3.
Version: 3.8.2
Text Domain: shopmasters
*/

/* ============================================
   Self-hosted fonts — font-display: optional (zero CLS)
   ============================================ */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url(assets/fonts/manrope-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url(assets/fonts/manrope-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url(assets/fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url(assets/fonts/manrope-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(assets/fonts/sourcesans3-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(assets/fonts/sourcesans3-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(assets/fonts/sourcesans3-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(assets/fonts/sourcesans3-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================
   CSS Variables (Brand — Dark Theme, Own Palette)
   ============================================ */
:root {
  --color-bg: #0B0F1A;
  --color-surface: #111827;
  --color-surface-light: #1F2937;
  --color-white: #FFFFFF;
  --color-accent: #14B8A6;
  --color-accent-hover: #2DD4BF;
  --color-accent-glow: rgba(20, 184, 166, 0.15);
  --color-accent-2: #F59E0B;
  --color-text: #F1F5F9;
  --color-text-muted: #94A3B8;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-accent: rgba(20, 184, 166, 0.3);

  --font-heading: 'Manrope', sans-serif;
  --font-body: 'Source Sans 3', sans-serif;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.3);
  --shadow-glow: 0 0 40px var(--color-accent-glow);
  --max-width: 1280px;
  --gap: 24px;

  /* Breakpoints (for reference): mobile < 768px, tablet 768–1024px, desktop > 1024px */
  --bp-mobile: 767px;
  --bp-tablet: 1024px;
  --bp-small-mobile: 480px;
}

/* ============================================
   Заголовки: ПК 40px, мобилка 30px, font-weight 600
   ============================================ */
h1, h2, h3,
.hero__title,
.section__title,
.shopify-benefit__title,
.service-card__title,
.pricing-card__name,
.cta-banner__title,
.dropshipping-block__title,
.seo-text__title {
  font-size: 2.5rem;
  font-weight: 700;
}

/* Подзаголовки секций: 18px, font-weight 500 на всех экранах */
.section__subtitle,
.hero__subtitle,
.cta-banner__sub {
  font-size: 1.125rem;
  font-weight: 500;
}

/* ============================================
   Reset & Base
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--color-accent-hover); }
ul, ol { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 1024px) {
  .container { padding: 0 20px; }
}

@media (max-width: 768px) {
  html, body { overflow-x: hidden; width: 100%; min-width: 0; }
  body { overflow-x: clip; }
  .container {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* Секции не выходят за экран */
  section, .trust-strip, .cta-banner, .lead-form-section, .seo-text, .site-footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* Заголовки на мобилке 30px, font-weight 700 */
  h1, h2, h3,
  .hero__title,
  .section__title,
  .shopify-benefit__title,
  .service-card__title,
  .pricing-card__name,
  .cta-banner__title,
  .dropshipping-block__title,
  .seo-text__title {
    font-size: 1.875rem;
    font-weight: 700;
  }

  /* Подзаголовки на мобилке тоже 18px, font-weight 500 */
  .section__subtitle,
  .hero__subtitle,
  .cta-banner__sub {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
}

/* ============================================
   Buttons (touch-friendly min height 44px)
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 32px;
  min-height: 44px;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
}

.btn:active { transform: scale(0.97); }

.btn--primary {
  background: var(--color-accent);
  color: var(--color-bg);
  border-color: var(--color-accent);
}
.btn--primary:hover {
  background: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  color: var(--color-bg);
  box-shadow: var(--shadow-glow);
}

.btn--outline {
  background: transparent;
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.btn--outline:hover {
  background: var(--color-accent);
  color: var(--color-bg);
  box-shadow: var(--shadow-glow);
}

.btn--ghost {
  background: rgba(255,255,255,0.06);
  color: var(--color-text);
  border-color: rgba(255,255,255,0.22);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--color-accent);
  color: var(--color-accent);
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 15, 26, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--color-border);
}

/* ПК: фиксированный хедер при скролле */
@media (min-width: 769px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
  }
  body { padding-top: 80px; }
}

@media (max-width: 768px) {
  .site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; }
  body { padding-top: 64px; }
}

.site-header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.site-logo {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.375rem;
  color: var(--color-text);
  letter-spacing: -0.02em;
  z-index: 1;
}
.site-logo span { color: var(--color-accent); }

.site-nav { display: flex; align-items: center; gap: 32px; justify-content: flex-end; flex: 1; }

/* ПК: меню по центру шапки, в одну строку */
.site-nav__links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  white-space: nowrap;
}

.site-nav__links a {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  font-weight: 600;
  text-transform: uppercase;
  transition: color .2s;
  flex-shrink: 0;
}
.site-nav__links a:hover { color: var(--color-accent); }
.site-nav__links ul { display: flex; flex-wrap: nowrap; gap: 16px; list-style: none; margin: 0; padding: 0; }
.site-nav__links ul li { margin: 0; }
/* Скрыть пункт меню «Языки» (ссылка на #pll_switcher), если он добавлен в меню вручную */
.site-nav__links a[href="#pll_switcher"] { display: none !important; }
.site-nav__links li:has(a[href="#pll_switcher"]) { display: none !important; }

.site-logo--img { display: inline-block; }
.site-logo--img a { display: inline-flex; align-items: center; }
.site-logo--img img { max-height: 40px; max-width: 200px; width: auto; height: auto; display: block; object-fit: contain; }

/* Скрыть лишний крупный логотип/название сайта сверху (от плагинов или старых шаблонов) */
body .site-title,
body .wp-block-site-title,
body > .site-branding:first-of-type .site-title {
  display: none !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.menu-toggle svg { width: 28px; height: 28px; stroke: var(--color-text); }

/* Мобильное боковое меню (на десктопе скрыто) */
.mobile-menu { display: none; }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  background: var(--color-bg);
  padding: 100px 0 75px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--color-accent-glow) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero__title {
  color: var(--color-text);
  margin-bottom: 24px;
  line-height: 1.1;
}
.hero__title em {
  font-style: normal;
  color: var(--color-accent);
}

.hero__subtitle {
  margin: 0 0 40px;
  color: var(--color-text-muted);
  margin-bottom: 40px;
  max-width: 520px;
  line-height: 1.7;
}

.hero__title--en,
.hero__subtitle--en { text-align: center; }
.hero__subtitle--en { max-width: 560px; margin-left: auto; margin-right: auto; }

.hero__title--en { font-size: 2.25rem; }

.hero__subtitle-br--mobile { display: inline; }

@media screen and (min-width: 750px) {
  .hero__title--en { font-size: 3.25rem; }
  .hero__title--en,
  .hero__subtitle--en { text-align: center; }
  .hero__title--pl { font-size: 2.85rem; }
  .hero__title--bg { font-size: 2.85rem; }
  .hero__title--ro { font-size: 2.85rem; }
  .hero__title--es { font-size: 2.85rem; }
  .hero__subtitle-br--mobile { display: none; }
}

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

.hero__buttons .btn,
.hero__buttons .hero__fh-badge {
  min-height: 52px;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.hero__fh-badge {
  display: flex;
  padding: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: transparent;
  border: none;
}

.hero__fh-badge:hover {
  background: transparent;
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hero__fh-badge-inner {
  display: flex;
  align-items: stretch;
  flex: 1;
  width: 100%;
  min-height: 52px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.hero__fh-badge-left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #2c3e50;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.hero__fh-badge-right {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 20px;
  min-width: 0;
  background: #eab308;
  color: #0B0F1A;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.hero__fh-stars {
  letter-spacing: 0.1em;
  line-height: 1;
}

.hero__fh-rating-text {
  font-size: 0.8125rem;
  line-height: 1;
}

.hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__banner {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(20, 184, 166, 0.08);
  overflow: hidden;
}

.hero__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  padding: 40px 0;
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
  align-items: start;
}

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

.trust-strip__number {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--color-accent);
  line-height: 1;
}

.trust-strip__label {
  font-size: 1.125rem;
  color: var(--color-text-muted);
}

/* 4-я колонка trust-strip: Shopify Select Partner badge.
   Высота визуально равна паре "число + лейбл" в соседних колонках,
   поэтому ритм полосы не нарушается. */
.trust-strip__item--shopify {
  justify-content: center;
  align-items: center;
  justify-self: center;
  min-height: 70px;
}

.trust-strip__shopify-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: var(--radius-md);
  padding: 4px 8px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.trust-strip__shopify-link:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.trust-strip__shopify-link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.trust-strip__shopify-img {
  display: block;
  width: auto;
  height: 70px;
  max-width: 100%;
}

/* Freelancehunt badges (стиль як на freelancehunt.com/shields) */
.fh-badge {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s, box-shadow 0.15s;
  max-width: 100%;
}

.fh-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.fh-badge__left {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: #2c3e50;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
}

.fh-badge__right {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
}

.fh-badge--top1 .fh-badge__right {
  background: #f59e0b;
  color: #0B0F1A;
}

.fh-badge--rating .fh-badge__right {
  background: #22c55e;
  color: #fff;
}

.fh-badge--rating-gold .fh-badge__right {
  background: #eab308;
  color: #0B0F1A;
}

/* ============================================
   HERO — два CTA-кнопки + один Freelancehunt-бейдж под ними по центру.
   На десктопе кнопки рядом (1fr 1fr), на мобиле — друг под другом (1fr).
   FH-бейдж всегда центрирован относительно блока кнопок выше.
   ============================================ */
.hero__buttons--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 520px;
  margin-bottom: 18px;
}

.hero__buttons--two .btn {
  width: 100%;
}

.hero__fh-badge-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  margin: 0;
}

.hero__fh-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.hero__fh-link:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.hero__fh-link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.hero__fh-img {
  display: block;
  width: auto;
  height: 36px;
  max-width: 100%;
}

/* Локальный fallback-бейдж Freelancehunt (для EN/DE/PL/BG/RO/ES,
   а также для UA/RU при ошибке загрузки внешнего shield).
   Стилизован как shields.io for-the-badge. */
.fh-fallback {
  display: inline-flex;
  align-items: stretch;
  height: 32px;
  font-family: 'Verdana', 'DejaVu Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.fh-fallback__brand,
.fh-fallback__rating {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}

.fh-fallback__brand {
  background: #1f2937;
  color: #ffffff;
}

.fh-fallback__rating {
  background: #f59e0b;
  color: #111827;
}

.fh-fallback__rating--green {
  background: #22c55e;
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .hero__fh-link,
  .trust-strip__shopify-link { transition: none; }
  .hero__fh-link:hover,
  .trust-strip__shopify-link:hover { transform: none; }
}

/* ============================================
   ABOUT SHOPIFY (benefits)
   ============================================ */
.shopify-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.shopify-benefit {
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--color-border);
  transition: border-color .2s;
}

.shopify-benefit:hover {
  border-color: var(--color-border-accent);
}

/* ПК: иконки +40% (48→67px, svg 24→34px) */
.shopify-benefit__icon {
  width: 67px;
  height: 67px;
  border-radius: var(--radius-md);
  background: var(--color-accent-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.shopify-benefit__icon svg {
  width: 34px;
  height: 34px;
  stroke: var(--color-accent);
  fill: none;
}

.shopify-benefit__title {
  margin-bottom: 12px;
}

/* Блок «Чому Shopify»: только описание под заголовком +25% на ПК */
.shopify-benefit__text {
  font-size: 1.171875rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ============================================
   SECTION (shared)
   ============================================ */
/* Секции: отступ до «белой линии» 75px ПК / 50px мобилка, симметрично сверху и снизу */
.section { padding: 75px 0; }
.section--surface { background: var(--color-surface); }

.section__title {
  text-align: center;
  margin-bottom: 24px;
}

.section__subtitle {
  text-align: center;
  color: var(--color-text-muted);
  margin-bottom: 56px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   SERVICES
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid var(--color-border);
  transition: all .3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-border-accent);
  box-shadow: var(--shadow-glow);
}

.service-card__icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--color-accent-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-card__icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--color-accent);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card__title {
  margin-bottom: 16px;
}

.service-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-card__list li {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  padding-left: 18px;
  position: relative;
}
.service-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
}

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

.services-grid--five,
.services-grid--six {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .services-grid--five,
  .services-grid--six { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .services-grid--five,
  .services-grid--six { grid-template-columns: 1fr; }
}

.section__cta-wrap {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0;
}

/* ============================================
   INTEGRATIONS (marketplaces)
   ============================================ */
.integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 0;
}

.integration-item {
  background: var(--color-bg);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color .2s;
}

.integration-item:hover {
  border-color: var(--color-border-accent);
}

.integration-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--color-accent-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.integration-item__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--color-accent);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.integration-item__name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-accent);
}

.integration-item__desc {
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

@media (max-width: 768px) {
  .integration-item__name { font-size: 1.3rem; }
  .integration-item__desc { font-size: 1.09375rem; }
}

/* ============================================
   DROPSHIPPING
   ============================================ */
.dropshipping-content {
  display: grid;
  gap: 28px;
  max-width: 720px;
  margin: 0 auto 0;
}

.dropshipping-block__title {
  margin-bottom: 10px;
  color: var(--color-text);
}

.dropshipping-block__text {
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   SEO TEXT (before footer)
   ============================================ */
.seo-text {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: 56px 0 48px;
}

.seo-text__inner {
  max-width: 800px;
  margin: 0 auto;
}

.seo-text__title {
  margin-bottom: 20px;
  color: var(--color-text);
}

.seo-text__inner p {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.seo-text__inner p:last-child {
  margin-bottom: 0;
}

.service-card--accent {
  border-color: var(--color-border-accent);
  background: linear-gradient(180deg, rgba(20,184,166,0.04) 0%, var(--color-surface) 100%);
}

/* ============================================
   HOW WE WORK (steps)
   ============================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}

.step {
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--color-border);
  position: relative;
  transition: border-color .2s;
}

.step:hover {
  border-color: var(--color-border-accent);
}

.step__num {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-accent);
  opacity: 0.6;
  margin-bottom: 16px;
  line-height: 1;
}

.step__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
  min-height: 2.7em;
  display: flex;
  align-items: center;
}

.step__text {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.steps-cta {
  text-align: center;
  margin: 0;
}

/* ============================================
   PRICING
   ============================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.pricing-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-border-accent);
}

.pricing-card--featured {
  border-color: var(--color-accent);
  background: linear-gradient(180deg, rgba(20,184,166,0.06) 0%, var(--color-surface) 100%);
  box-shadow: var(--shadow-glow);
}

.pricing-card__badge {
  display: inline-block;
  background: var(--color-accent);
  color: var(--color-bg);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
  align-self: flex-start;
}

.pricing-card__name {
  font-family: var(--font-heading);
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.pricing-card__tagline {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-bottom: 16px;
  line-height: 1.4;
}

.pricing-card__price {
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--color-text);
  margin-bottom: 24px;
}
.pricing-card--featured .pricing-card__price { color: var(--color-accent); }

.pricing-card__features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.pricing-card__features li {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  padding-left: 24px;
  position: relative;
}
.pricing-card__features li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
}

/* ============================================
   LANGUAGE DROPDOWN (header)
   ============================================ */
.lang-dropdown {
  position: relative;
}

.lang-dropdown__short { display: none; }
.lang-dropdown__option-short { display: none; }

.lang-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-bg);
  background: var(--color-accent);
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 0.2s;
}

.lang-dropdown__trigger:hover {
  background: var(--color-accent-hover);
}

.lang-dropdown__chevron {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}

.lang-dropdown--open .lang-dropdown__chevron {
  transform: rotate(180deg);
}

.lang-dropdown__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: var(--color-surface-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  padding: 6px 0;
  z-index: 110;
}

.lang-dropdown__panel[hidden] {
  display: none;
}

.lang-dropdown__option {
  display: block;
  padding: 10px 16px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--color-text);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.lang-dropdown__option:hover {
  background: var(--color-surface);
  color: var(--color-accent);
}

.lang-dropdown__option--current {
  color: var(--color-accent);
  font-weight: 600;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
  position: relative;
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 75px 0;
  text-align: center;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(ellipse, var(--color-accent-glow) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner .container { position: relative; }

.cta-banner__title {
  color: var(--color-text);
  margin-bottom: 12px;
}

.cta-banner__sub {
  color: var(--color-text-muted);
  margin-bottom: 40px;
}

/* ============================================
   LEAD FORM
   ============================================ */
.lead-form-section { padding: 75px 0; }

.lead-form {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lead-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lead-form__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

.lead-form__input,
.lead-form__textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}

.lead-form__input:focus,
.lead-form__textarea:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-accent-glow);
}

.lead-form__input::placeholder,
.lead-form__textarea::placeholder {
  color: var(--color-text-muted);
  opacity: 0.5;
}

.lead-form__textarea { min-height: 120px; resize: vertical; }

.lead-form__submit { align-self: center; min-width: 200px; margin-top: 8px; }

.lead-form__status {
  text-align: center;
  padding: 12px;
  border-radius: var(--radius-sm);
  display: none;
}
.lead-form__status--success { display: block; background: var(--color-accent-glow); color: var(--color-accent); }
.lead-form__status--error { display: block; background: rgba(220,38,38,0.1); color: #ef4444; }

/* ============================================
   CONTACTS
   ============================================ */
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contacts-info { display: flex; flex-direction: column; gap: 20px; }

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1rem;
}

.contact-item__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--color-accent-glow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item__icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--color-accent);
  fill: none;
  stroke-width: 1.8;
}

.contact-item strong { color: var(--color-text); }

.contacts-socials {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.contacts-socials a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-surface-light);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s;
}
.contacts-socials a:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  box-shadow: var(--shadow-glow);
}
.contacts-socials a:hover svg { stroke: var(--color-bg); }
.contacts-socials a svg { width: 20px; height: 20px; stroke: var(--color-text-muted); fill: none; stroke-width: 1.8; }

.contacts-map-wrap {
  width: 100%;
  position: relative;
  aspect-ratio: 16/10;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.contacts-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.contacts-map__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.875rem;
  color: var(--color-accent);
  font-weight: 600;
}

.contacts-map__link:hover {
  color: var(--color-accent-hover);
  text-decoration: underline;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  padding: 24px 0;
  font-size: 0.875rem;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.site-footer__copy {
  color: var(--color-text-muted);
}

.site-footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.site-footer__social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-surface-light);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  transition: background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-bg);
  box-shadow: var(--shadow-glow);
}

.site-footer__social-link svg {
  width: 18px;
  height: 18px;
}

.site-footer .fh-badge {
  flex-shrink: 0;
}

/* ============================================
   RESPONSIVE — ПК (>1024), Планшет (768–1024), Мобильный (<768), Малый мобильный (<480)
   ============================================ */

/* ---------- Планшет (до 1024px) ---------- */
@media (max-width: 1024px) {
  .site-nav__links { gap: 12px; }
  .site-nav__links a { font-size: 0.875rem; }

  .hero .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .hero__subtitle { margin-left: auto; margin-right: auto; }
  .hero__buttons { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .hero__buttons--two { grid-template-columns: 1fr 1fr; max-width: 100%; gap: 12px; margin-bottom: 14px; }
  .hero__fh-badge-wrap { max-width: 100%; margin: 0 auto; }
  .hero__visual { display: none; }
  .hero { padding: 80px 0 70px; }

  .trust-strip { padding: 36px 0; }
  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
  .trust-strip__item--shopify { grid-column: 1 / -1; justify-self: center; }

  .shopify-benefits { grid-template-columns: 1fr; gap: 26px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 44px; }
  .step__title { font-size: 1.125rem; min-height: 2.5em; }
  .services-grid,
  .services-grid--four { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .pricing-card--featured { order: -1; }
  .contacts-grid { grid-template-columns: 1fr; gap: 40px; }

  .section { padding: 70px 0; }
  .section__title { margin-bottom: 20px; }
  .section__subtitle { margin-bottom: 48px; }

  .cta-banner { padding: 70px 0; }
  .lead-form-section { padding: 70px 0; }
}

/* ---------- Мобильный (до 768px) ---------- */
@media (max-width: 768px) {
  /* Фиксированный хедер: не двигается при скролле. Без transform — иначе в мобильных браузерах fixed может ломаться. */
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw;
    overflow: visible;
    z-index: 1000;
  }
  /* Компенсация: контент не уходит под шапку */
  body { padding-top: 64px !important; }
  .site-header .container {
    height: 64px;
    justify-content: center;
    position: relative;
    overflow: visible;
  }
  .site-logo { font-size: 1.35rem; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  .site-nav__links {
    display: none;
    pointer-events: auto;
  }
  .site-nav .lang-dropdown {
    display: block;
    pointer-events: auto;
    order: 1;
    margin-right: 5px;
  }
  .site-nav .menu-toggle { pointer-events: auto; order: -1; }
  .lang-dropdown__full { display: none; }
  .lang-dropdown__short { display: inline; }
  .lang-dropdown__option-full { display: none; }
  .lang-dropdown__option-short { display: inline; }
  .lang-dropdown__trigger {
    padding: 5px 8px;
    font-size: 0.6rem;
    background: var(--color-accent);
    color: var(--color-bg);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
  }
  .site-nav .lang-dropdown__chevron {
    width: 12px;
    height: 12px;
  }
  .lang-dropdown__panel {
    background: var(--color-surface-light);
    right: 0;
    left: auto;
    width: max-content;
    min-width: 0;
    max-width: 100px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
  }

  /* Старое поведение: на мобиле не показываем .site-nav__links из хедера */
  .site-nav--open .site-nav__links {
    display: none !important;
  }

  /* Новое боковое меню для мобильной версии */
  .mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
  }
  .mobile-menu.mobile-menu--open {
    display: block;
    pointer-events: auto;
  }
  .mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .mobile-menu.mobile-menu--open .mobile-menu__backdrop {
    opacity: 1;
  }
  .mobile-menu__panel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    max-width: 90vw;
    background: var(--color-bg);
    border-right: 1px solid var(--color-border);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 24px 0 32px;
  }
  .mobile-menu.mobile-menu--open .mobile-menu__panel {
    transform: translateX(0);
  }
  .mobile-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: var(--radius-md);
    transition: background 0.2s, color 0.2s;
  }
  .mobile-menu__close:hover,
  .mobile-menu__close:focus {
    background: var(--color-surface);
    color: var(--color-accent);
  }
  .mobile-menu__close svg {
    width: 24px;
    height: 24px;
  }
  .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    padding-top: 56px;
  }
  .mobile-menu__nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 24px;
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-text);
    text-decoration: none;
    border-bottom: 1px solid var(--color-border);
    transition: background 0.2s, color 0.2s;
  }
  .mobile-menu__nav a:hover,
  .mobile-menu__nav a:focus {
    background: var(--color-surface);
    color: var(--color-accent);
  }
  .mobile-menu__nav a:last-child {
    border-bottom: none;
  }
  .mobile-menu__nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
  .mobile-menu__nav ul li { margin: 0; }
  .mobile-menu__contacts {
    margin-top: 50px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mobile-menu__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    color: var(--color-accent);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s, opacity 0.2s;
  }
  .mobile-menu__contact-link:hover,
  .mobile-menu__contact-link:focus {
    color: var(--color-accent-hover, var(--color-accent));
    opacity: 0.9;
  }
  .mobile-menu__contact-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: inherit;
  }
  .mobile-menu__contact-icon svg {
    width: 100%;
    height: 100%;
  }
  .mobile-menu__socials {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    padding: 0;
    flex-wrap: wrap;
  }
  .mobile-menu__social-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-surface-light);
    border: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
    transition: background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
  }
  .mobile-menu__social-link:hover,
  .mobile-menu__social-link:focus {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-bg);
    box-shadow: var(--shadow-glow);
  }
  .mobile-menu__social-link svg {
    width: 20px;
    height: 20px;
  }
  .mobile-menu__brand {
    margin-top: 75px;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .mobile-menu__brand-link {
    display: block;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 1.875rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.2s, opacity 0.2s;
  }
  .mobile-menu__brand-link span {
    color: var(--color-accent);
  }
  .mobile-menu__brand-link:hover,
  .mobile-menu__brand-link:focus {
    color: var(--color-text);
    opacity: 0.9;
  }
  .mobile-menu__brand-link:hover span,
  .mobile-menu__brand-link:focus span {
    color: var(--color-accent-hover, var(--color-accent));
  }

  .hero { padding: 16px 0 50px; }
  .hero .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .hero__visual {
    display: flex;
    order: -1;
    justify-content: center;
  }
  .hero__content { order: 1; text-align: center; min-height: 240px; }
  .hero__banner { max-width: 100%; }
  .hero__title { margin-bottom: 20px; }
  .hero__subtitle { margin-bottom: 32px; }
  .hero__buttons { grid-template-columns: 1fr; max-width: none; gap: 16px; }
  .hero__buttons .btn,
  .hero__buttons .hero__fh-badge { min-height: 48px; }
  .hero__fh-badge-inner { min-height: 48px; }
  .hero__fh-badge-left,
  .hero__fh-badge-right { font-size: 0.8125rem; padding: 0 14px; }

  .hero__buttons--two { grid-template-columns: 1fr; gap: 12px; max-width: 360px; margin: 0 auto 14px; }
  .hero__fh-badge-wrap { max-width: 360px; margin: 0 auto; }
  .hero__fh-img { height: 32px; }

  .trust-strip { padding: 32px 0; }
  .trust-strip__grid { grid-template-columns: 1fr; gap: 24px; row-gap: 24px; }
  .trust-strip__item--shopify { grid-column: auto; min-height: 0; }
  .trust-strip__shopify-img { height: 60px; }
  .trust-strip__number { font-size: 2.34rem; }
  .trust-strip__label { font-size: 1.26rem; }

  .section { padding: 50px 0; }
  .section__title { margin-bottom: 20px; }
  .section__subtitle { margin-bottom: 40px; }

  .shopify-benefits { gap: 24px; }
  .shopify-benefit { padding: 28px 24px; }
  .shopify-benefit__icon { width: 60px; height: 60px; }
  .shopify-benefit__icon svg { width: 30px; height: 30px; }
  .shopify-benefit__text { font-size: 1.09375rem; }

  .steps { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .step { padding: 28px 24px; }
  .step__num { font-size: 1.5rem; }
  .step__title { font-size: 1.0625rem; min-height: auto; }
  .step__text { font-size: 0.875rem; }

  .services-grid,
  .services-grid--four { grid-template-columns: 1fr; gap: 24px; }
  .service-card { padding: 28px 24px; }
  .service-card__list li { font-size: 0.875rem; }

  .pricing-grid { grid-template-columns: 1fr; gap: 28px; max-width: 360px; margin: 0 auto; }
  .pricing-card--featured { order: 0; }
  .pricing-card { padding: 32px 24px; }
  .pricing-card__price { font-size: 2.25rem; margin-bottom: 20px; }
  .pricing-card__features { margin-bottom: 24px; gap: 8px; }
  .pricing-card__features li { font-size: 0.875rem; }

  .cta-banner { padding: 50px 0; }
  .cta-banner__title { margin-bottom: 14px; }
  .cta-banner__sub { margin-bottom: 32px; }

  .lead-form-section { padding: 50px 0; }
  .lead-form { gap: 18px; }
  .lead-form__input,
  .lead-form__textarea { font-size: 16px; min-height: 48px; }
  .lead-form__textarea { min-height: 120px; }
  .lead-form__submit { width: 100%; max-width: 280px; min-height: 48px; }

  .contacts-grid { gap: 36px; }
  .contact-item { font-size: 0.9375rem; gap: 14px; }
  .contact-item > div { min-width: 0; word-wrap: break-word; }
  .contact-item__icon { width: 40px; height: 40px; flex-shrink: 0; }
  .contacts-socials { flex-wrap: wrap; gap: 10px; }
  .contacts-socials a { min-width: 44px; min-height: 44px; }
  .contacts-map { min-height: 240px; }

  .seo-text { padding: 40px 0 40px; }
  .seo-text__title { margin-bottom: 20px; }
  .seo-text__inner p { font-size: 0.875rem; }
  .integrations-grid { grid-template-columns: 1fr; }
  .dropshipping-block__text { font-size: 0.9375rem; }

  .site-footer { padding: 28px 0; }
  .site-footer__inner { flex-direction: column; gap: 20px; text-align: center; }
  .site-footer__copy { font-size: 0.8125rem; }
  .fh-badge__left,
  .fh-badge__right { font-size: 0.75rem; padding: 6px 10px; }
}

/* ---------- Малый мобильный (до 480px) ---------- */
@media (max-width: 480px) {
  .hero__content { min-height: 220px; }
  .hero__title { margin-bottom: 12px; }
  .hero__subtitle { margin-bottom: 24px; }
  .hero__fh-badge-left { font-size: 0.75rem; padding: 0 10px; }
  .hero__fh-badge-right { font-size: 0.75rem; padding: 0 10px; }
  .hero__fh-rating-text { font-size: 0.6875rem; }

  .section__subtitle { margin-bottom: 36px; }

  .trust-strip__number { font-size: 2.15rem; }
  .trust-strip__label { font-size: 1.26rem; }

  .pricing-card__price { font-size: 2rem; }

  .lang-dropdown__trigger { padding: 8px 11px; font-size: 0.7rem; }
  .lang-dropdown__option { padding: 12px 16px; min-height: 44px; display: flex; align-items: center; }

  .fh-badge__left,
  .fh-badge__right { font-size: 0.6875rem; padding: 6px 8px; }
}

/* ============================================
   FIX: мобильный хедер всегда фиксирован (последнее слово в каскаде)
   ============================================ */
@media (max-width: 768px) {
  html body header.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 1000 !important;
  }
  html body {
    padding-top: 64px !important;
  }
}
