/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root,
[data-theme=dark] {
  --bg-primary: #0b0f14;
  --bg-secondary: #121820;
  --bg-elevated: #1a2230;
  --bg-card: #161d28;
  --bg-header: rgba(11, 15, 20, 0.92);
  --text-primary: #f0f4f8;
  --text-secondary: #9aa8bc;
  --text-muted: #6b7a8f;
  --accent: #00c96e;
  --accent-hover: #00e07d;
  --accent-secondary: #00a8b8;
  --gradient-brand: linear-gradient(135deg, #00cb47 0%, #00a3b4 100%);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.5);
  --hero-glow: rgba(0, 201, 110, 0.15);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --font-body: "Montserrat", system-ui, sans-serif;
  --font-display: "Montserrat Alternates", "Montserrat", sans-serif;
  --font-logo: "Inter", "Helvetica Neue", Arial, sans-serif;
  --support: #2d5a3d;
  --support-light: rgba(45, 90, 61, 0.25);
  --operational: #2d3f5a;
  --operational-light: rgba(45, 63, 90, 0.25);
  --management: #5a2d42;
  --management-light: rgba(90, 45, 66, 0.25);
  --review-bg: #161d28;
  --review-text: #f0f4f8;
  --theme-toggle-bg: rgba(255, 255, 255, 0.06);
  --theme-toggle-border: rgba(255, 255, 255, 0.12);
  --nav-overlay: rgba(0, 0, 0, 0.6);
  --about-gradient-1: linear-gradient(135deg, #0d3d2e 0%, #0a2a3d 100%);
  --about-gradient-2: linear-gradient(135deg, #1a2a4a 0%, #0d3d2e 100%);
}

[data-theme=light] {
  --bg-primary: #f5f7fb;
  --bg-secondary: #ffffff;
  --bg-elevated: #eef1f7;
  --bg-card: #ffffff;
  --bg-header: rgba(255, 255, 255, 0.92);
  --text-primary: #121820;
  --text-secondary: #4a5568;
  --text-muted: #8896a8;
  --accent: #00a865;
  --accent-hover: #00c070;
  --accent-secondary: #0090a0;
  --border: rgba(0, 0, 0, 0.08);
  --border-strong: rgba(0, 0, 0, 0.14);
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.1);
  --hero-glow: rgba(0, 168, 101, 0.1);
  --support: #3a8f5c;
  --support-light: rgba(58, 143, 92, 0.12);
  --operational: #3a5f8f;
  --operational-light: rgba(58, 95, 143, 0.1);
  --management: #8f3a5c;
  --management-light: rgba(143, 58, 92, 0.1);
  --review-bg: #ffffff;
  --review-text: #121820;
  --theme-toggle-bg: rgba(0, 0, 0, 0.04);
  --theme-toggle-border: rgba(0, 0, 0, 0.1);
  --nav-overlay: rgba(0, 0, 0, 0.3);
  --about-gradient-1: linear-gradient(135deg, #c8e6d0 0%, #b8dce8 100%);
  --about-gradient-2: linear-gradient(135deg, #c8d8f0 0%, #c8e6d0 100%);
}

html[data-lang=en] {
  --font-body: "Montserrat", system-ui, sans-serif;
  --font-display: "Montserrat", system-ui, sans-serif;
  --font-logo: "Montserrat", system-ui, sans-serif;
}
html[data-lang=en] body,
html[data-lang=en] button,
html[data-lang=en] input,
html[data-lang=en] textarea,
html[data-lang=en] select,
html[data-lang=en] .ces,
html[data-lang=en] .logo,
html[data-lang=en] .logo__text,
html[data-lang=en] .hero__title,
html[data-lang=en] .hero__badge,
html[data-lang=en] .hero__text,
html[data-lang=en] .section-title,
html[data-lang=en] .section-desc,
html[data-lang=en] .feature-card__title,
html[data-lang=en] .feature-card__text,
html[data-lang=en] .about-card__title,
html[data-lang=en] .about-card__text,
html[data-lang=en] .nav__link,
html[data-lang=en] .footer__link,
html[data-lang=en] .store-widget,
html[data-lang=en] .legal-page__title,
html[data-lang=en] .support-page__title,
html[data-lang=en] .support-page__lead {
  font-family: "Montserrat", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  transition: background-color 0.35s ease, color 0.35s ease;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}
.section {
  padding: 72px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 52px 0;
  }
}
[data-lang-only] {
  display: none !important;
}

html[data-lang=ru] [data-lang-only=ru],
html[data-lang=en] [data-lang-only=en] {
  display: block !important;
}

html[data-lang=ru] a[data-lang-only=ru],
html[data-lang=en] a[data-lang-only=en],
html[data-lang=ru] li[data-lang-only=ru],
html[data-lang=en] li[data-lang-only=en] {
  display: block;
}

html[data-lang=ru] a.nav__link[data-lang-only=ru],
html[data-lang=en] a.nav__link[data-lang-only=en],
html[data-lang=ru] a.footer__link[data-lang-only=ru],
html[data-lang=en] a.footer__link[data-lang-only=en] {
  display: inline-flex;
}

html[data-lang=ru] img[data-lang-only=ru],
html[data-lang=en] img[data-lang-only=en] {
  display: block;
}

html[data-lang=ru] .store-widget__label[data-lang-only=ru],
html[data-lang=en] .store-widget__label[data-lang-only=en] {
  display: block;
}

html[data-lang=ru] .legal-page__content[data-lang-only=ru],
html[data-lang=en] .legal-page__content[data-lang-only=en] {
  display: block;
}

html[data-lang=ru] .hero__badge[data-lang-only=ru],
html[data-lang=en] .hero__badge[data-lang-only=en] {
  display: inline-block;
}

@media (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}
.ces {
  font-family: var(--font-logo);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ces--accent {
  color: var(--accent);
}

.section-head {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.section-desc {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn:active {
  transform: scale(0.98);
}

.btn--primary {
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 201, 110, 0.3);
}
.btn--primary:hover {
  box-shadow: 0 6px 28px rgba(0, 201, 110, 0.45);
  transform: translateY(-2px);
}

.btn--ghost {
  border: 1px solid var(--border-strong);
  color: var(--text-primary);
  background: transparent;
}
.btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.btn--outline {
  border: 1px solid var(--accent);
  color: var(--accent);
  background: transparent;
  padding: 14px 36px;
}
.btn--outline:hover {
  background: var(--accent);
  color: #fff;
}

.store-widget {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 220px;
  height: 60px;
  padding: 0 16px;
  border-radius: 8px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-align: left;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}
.store-widget:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  border-color: rgba(255, 255, 255, 0.35);
}
.store-widget__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.store-widget__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.store-widget__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1.1;
}
.store-widget__label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
  white-space: nowrap;
}
.store-widget__name {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

[data-theme=light] .store-widget {
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .section-head {
    margin-bottom: 32px;
  }
  .section-title {
    font-size: clamp(2rem, 7vw, 2.5rem);
    margin-bottom: 10px;
  }
  .section-desc {
    font-size: 1.05rem;
    line-height: 1.65;
  }
  .store-widget {
    width: 100%;
    max-width: none;
    height: 68px;
    padding: 0 20px;
    gap: 12px;
  }
  .store-widget__icon {
    width: 34px;
    height: 34px;
  }
  .store-widget__label {
    font-size: 11px;
  }
  .store-widget__name {
    font-size: 18px;
  }
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 20;
}
.logo__img {
  width: 40px;
  height: 40px;
}
.logo__text {
  font-family: var(--font-logo);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-primary);
}
.logo--footer {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--theme-toggle-border);
  background: var(--theme-toggle-bg);
  transition: border-color 0.3s ease, transform 0.2s ease;
}
.theme-toggle:hover {
  border-color: var(--accent);
  transform: scale(1.05);
}
.theme-toggle svg {
  width: 20px;
  height: 20px;
  fill: var(--text-primary);
}
.theme-toggle .icon-sun,
.theme-toggle .icon-moon {
  display: none;
}

.lang-switch {
  display: flex;
  padding: 3px;
  border-radius: var(--radius-full);
  border: 1px solid var(--theme-toggle-border);
  background: var(--theme-toggle-bg);
  gap: 2px;
}
.lang-switch__btn {
  padding: 6px 10px;
  border-radius: var(--radius-full);
  font-family: var(--font-logo);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
  transition: background 0.2s ease, color 0.2s ease;
}
.lang-switch__btn:hover {
  color: var(--text-primary);
}
.lang-switch__btn.active {
  background: var(--accent);
  color: #fff;
}

[data-theme=dark] .theme-toggle .icon-sun,
:root:not([data-theme=light]) .theme-toggle .icon-sun {
  display: block;
}

[data-theme=light] .theme-toggle .icon-moon {
  display: block;
}

.segmented {
  display: none;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  padding: 4px;
  gap: 4px;
}
.segmented--wide {
  flex-wrap: wrap;
}
.segmented__btn {
  flex: 1;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.03em;
  transition: background 0.2s ease, color 0.2s ease;
  min-width: 0;
}
.segmented__btn.active {
  color: #fff;
}
.segmented__btn.branch-btn.active {
  background: var(--accent);
}
.segmented__btn.level-btn--support.active {
  background: var(--support);
}
.segmented__btn.level-btn--operational.active {
  background: var(--operational);
}
.segmented__btn.level-btn--management.active {
  background: var(--management);
}

.select-native {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-strong);
  background: var(--bg-card);
  color: var(--text-primary);
  font-size: 0.95rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239aa8bc' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}
.select-native:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .segmented {
    display: flex;
  }
  .select-native {
    display: none;
  }
}
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-group__label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--bg-header);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.header.scrolled {
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 16px;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 20;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 85vw);
  height: 100vh;
  height: 100dvh;
  background: var(--bg-secondary);
  border-left: 1px solid var(--border);
  padding: 88px 32px 32px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 15;
  overflow-y: auto;
}
.nav.open {
  transform: translateX(0);
}
.nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nav__link {
  display: block;
  padding: 14px 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border);
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.nav__link:hover {
  color: var(--accent);
  padding-left: 8px;
}

.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--nav-overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 12;
}
.nav-overlay.open {
  opacity: 1;
  visibility: visible;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease;
}
.burger:hover {
  background: var(--theme-toggle-bg);
}
.burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.burger.open .burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.open .burger__line:nth-child(2) {
  opacity: 0;
}
.burger.open .burger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 900px) {
  .burger,
  .nav-overlay {
    display: none;
  }
  .nav {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
    transform: none;
    overflow: visible;
  }
  .nav__list {
    flex-direction: row;
    gap: 32px;
  }
  .nav__link {
    padding: 0;
    font-size: 0.95rem;
    border: none;
  }
  .nav__link:hover {
    padding-left: 0;
  }
}
.hero {
  min-height: 100svh;
  padding: 64px 0 48px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
}
.hero__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100svh - 64px);
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  background: var(--support-light);
  border: 1px solid var(--border);
  color: var(--accent);
  font-family: var(--font-logo);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.4;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-primary);
  margin-bottom: 28px;
  max-width: 580px;
}
.hero__brand {
  font-family: var(--font-logo);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero__subtitle {
  margin-bottom: 36px;
  max-width: 520px;
}
.hero__text {
  font-size: clamp(0.9rem, 2.2vw, 1rem);
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.7;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

@media (max-width: 767px) {
  .hero {
    min-height: 100svh;
    min-height: 100dvh;
    padding: 64px 0 32px;
    align-items: center;
  }
  .hero__grid {
    min-height: calc(100svh - 64px);
    min-height: calc(100dvh - 64px);
    align-items: center;
  }
  .hero__content {
    justify-content: center;
  }
  .hero__badge {
    font-size: 0.8rem;
    padding: 10px 18px;
    margin-bottom: 18px;
  }
  .hero__title {
    font-size: clamp(1.9rem, 7.5vw, 2.4rem);
    margin-bottom: 18px;
    line-height: 1.2;
  }
  .hero__subtitle {
    margin-bottom: 24px;
  }
  .hero__text {
    font-size: 1.05rem;
    line-height: 1.65;
  }
  .hero__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .hero {
    padding: 80px 0 64px;
  }
  .hero__content {
    max-width: 720px;
  }
}
.features {
  position: relative;
  padding: 0 0 72px;
}

.features__defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.features__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent);
}
.feature-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
}
.feature-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.feature-card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}
.feature-card__text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

@media (max-width: 767px) {
  .features {
    padding-bottom: 52px;
  }
  .features__grid {
    gap: 16px;
  }
  .feature-card {
    padding: 24px 20px;
  }
  .feature-card__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .feature-card__text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media (min-width: 640px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .features {
    padding-bottom: 100px;
  }
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1100px) {
  .features__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .feature-card {
    grid-column: span 2;
  }
  .feature-card:nth-child(4) {
    grid-column: 2/span 2;
  }
  .feature-card:nth-child(5) {
    grid-column: 4/span 2;
  }
}
.about__intro {
  max-width: 800px;
  margin: 0 auto 48px;
  text-align: center;
}
.about__intro p {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text-secondary);
  line-height: 1.7;
}

.about__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.about-card:hover {
  box-shadow: var(--shadow-md);
}
.about-card__media {
  width: 100%;
  aspect-ratio: 16/10;
  min-height: 200px;
  background: var(--bg-elevated);
}
.about-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-card__media--accessibility {
  background: #0c1218;
  min-height: 220px;
  overflow: hidden;
}
.about-card__media--accessibility img {
  object-fit: cover;
  object-position: center 50%;
  transform: scale(1.12);
  transform-origin: center;
}
.about-card__body {
  padding: 0 24px 28px;
}
.about-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}
.about-card__text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

@media (max-width: 767px) {
  .about__intro {
    margin-bottom: 36px;
  }
  .about__intro p {
    font-size: 1.05rem;
    line-height: 1.65;
  }
  .about__cards {
    gap: 24px;
  }
  .about-card__body {
    padding: 0 20px 24px;
  }
  .about-card__title {
    font-size: 1.35rem;
    margin-bottom: 10px;
  }
  .about-card__text {
    font-size: 1.02rem;
    line-height: 1.65;
  }
}
@media (min-width: 768px) {
  .about__intro {
    text-align: left;
    margin-bottom: 64px;
  }
  .about-card {
    flex-direction: row;
    align-items: stretch;
  }
  .about-card__media {
    width: 45%;
    aspect-ratio: auto;
    min-height: 280px;
    flex-shrink: 0;
  }
  .about-card__body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-card--reverse {
    flex-direction: row-reverse;
  }
}
.reviews-swiper {
  padding-bottom: 48px;
  overflow: visible;
}
.reviews-swiper .swiper-slide {
  width: min(320px, 85vw);
  height: 300px;
}
.reviews-swiper__pagination {
  bottom: 0 !important;
}
.reviews-swiper__nav {
  display: none;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.reviews-swiper__prev, .reviews-swiper__next {
  position: static !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  background: var(--bg-card);
  color: var(--text-primary);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.reviews-swiper__prev::after, .reviews-swiper__next::after {
  font-size: 16px !important;
  font-weight: 700;
}
.reviews-swiper__prev:hover, .reviews-swiper__next:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  color: var(--text-primary);
  border-radius: var(--radius-lg);
  padding: 24px;
  height: 100%;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.review-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(0, 201, 110, 0.35);
}
.review-card__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.review-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-card__meta {
  flex: 1;
  min-width: 0;
}
.review-card__name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}
.review-card__name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  min-width: 0;
}
.review-card__badge {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.review-card__stars {
  color: #f5a623;
  font-size: 0.85rem;
  letter-spacing: 1px;
}
.review-card__text-wrap {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}
.review-card__text-wrap::-webkit-scrollbar {
  width: 4px;
}
.review-card__text-wrap::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 4px;
}
.review-card__text {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

@media (max-width: 767px) {
  .reviews-swiper {
    padding-bottom: 40px;
  }
  .reviews-swiper .swiper-slide {
    width: min(340px, 88vw);
    height: 320px;
  }
  .review-card {
    padding: 22px 20px;
  }
  .review-card__name {
    font-size: 1.05rem;
  }
  .review-card__stars {
    font-size: 0.95rem;
  }
  .review-card__text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.swiper-pagination-bullet {
  background: var(--text-muted) !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  background: var(--accent) !important;
  opacity: 1 !important;
}

@media (min-width: 640px) {
  .reviews-swiper__pagination {
    display: none;
  }
  .reviews-swiper__nav {
    display: flex;
  }
}
@media (min-width: 900px) {
  .reviews-swiper .swiper-slide {
    width: 340px;
    height: 320px;
  }
}
.footer {
  padding: 48px 0 32px;
  border-top: 1px solid var(--border);
  background: var(--bg-secondary);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
}
.footer__link {
  font-size: 0.9rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}
.footer__link:hover {
  color: var(--accent);
}
.footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--text-secondary);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.footer__social-link:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--support-light);
}
.footer__social-link img {
  width: 20px;
  height: 20px;
}
.footer__social-link svg {
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
.footer__copy {
  font-size: 0.8rem;
  color: var(--text-muted);
}

@media (min-width: 768px) {
  .footer {
    padding: 56px 0 40px;
  }
  .footer__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    text-align: left;
    gap: 24px 32px;
  }
  .footer .logo--footer {
    grid-row: 1;
    align-items: flex-start;
  }
  .footer__nav {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
  }
  .footer__social {
    grid-column: 3;
    grid-row: 1;
    justify-content: flex-end;
  }
  .footer__copy {
    grid-column: 1/-1;
    grid-row: 2;
    text-align: center;
  }
}
.legal-page,
.support-page {
  padding: 96px 0 80px;
}

.legal-page__head,
.support-page__head {
  text-align: center;
  margin-bottom: 40px;
}

.legal-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.support-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.legal-page__updated,
.support-page__lead {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.support-page__lead {
  max-width: 520px;
  margin: 0 auto;
}

.legal-page__content {
  max-width: 760px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.legal-page__content h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--accent);
  margin: 28px 0 12px;
}
.legal-page__content h2:first-child {
  margin-top: 0;
}
.legal-page__content p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 14px;
}
.legal-page__content p:last-child {
  margin-bottom: 0;
}
.legal-page__content p strong {
  color: var(--text-primary);
  font-weight: 600;
}
.legal-page__content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page__content a:hover {
  color: var(--accent-hover);
}

.support-page__card {
  max-width: 620px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  text-align: center;
  box-shadow: var(--shadow-md);
}

.support-page__logo {
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
}

.support-page__response {
  margin-top: 8px;
  margin-bottom: 28px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.support-contacts {
  display: grid;
  gap: 14px;
}

.support-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  color: var(--text-primary);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.support-contact:hover {
  border-color: var(--accent);
  background: var(--support-light);
  transform: translateY(-2px);
}
.support-contact__info {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  min-width: 0;
}
.support-contact__icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--bg-card);
  color: var(--accent);
}
.support-contact__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.support-contact__title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}
.support-contact__value {
  display: block;
  margin-top: 2px;
  font-size: 0.82rem;
  color: var(--text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support-contact__arrow {
  color: var(--text-muted);
  font-size: 1.25rem;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .legal-page,
  .support-page {
    padding: 80px 0 52px;
  }
  .legal-page__content,
  .support-page__card {
    padding: 28px 22px;
  }
  .legal-page__content p {
    font-size: 1rem;
  }
  .legal-page__content h2 {
    font-size: 1.3rem;
  }
  .support-page__lead {
    font-size: 1.02rem;
  }
  .support-contact__value {
    max-width: 180px;
  }
}

/*# sourceMappingURL=styles.css.map */
