/* О компании — стили страницы "About" */

/* Убираем белую полоску между шапкой и hero на странице "О компании" */
body:has(.about-page) .menu-top-box {
  margin-bottom: 0;
}
body:has(.about-page) footer {
  padding-top: 0;
  margin-bottom: 0;
}


/* Focus indicators: visible outline >= 3px on all interactive elements */
.about-page a:focus-visible,
.about-page button:focus-visible,
.about-page input:focus-visible,
.about-page select:focus-visible,
.about-page textarea:focus-visible,
.about-page [tabindex]:focus-visible {
  outline: 3px solid var(--ap-teal, #3d7f8a);
  outline-offset: 2px;
}
.about-page .ap-hero a:focus-visible,
.about-page .ap-cta-dark a:focus-visible,
.about-page .ap-cta-mid a:focus-visible {
  outline-color: var(--ap-accent, #ffcf06);
}

/* Screen reader only — visually hidden but accessible */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ================================ */
/* ABOUT PAGE STYLES */
/* ================================ */

.about-page {
  --ap-accent: #ffcf06;
  --ap-accent-hover: #e6ba00;
  --ap-accent-text: #333333;
  --ap-accent-rgb: 255, 207, 6;
  --ap-accent-light: rgba(255, 207, 6, 0.08);
  --ap-teal: #3d7f8a; /* WCAG AA 4.56:1 on #fff */
  --ap-teal-soft: #82b4bd; /* original — for dark bg or decorative use */
  --ap-teal-light: #ecf4f5;
  --ap-teal-rgb: 61, 127, 138;
  --ap-text: #333333;
  --ap-text-light: #666666;
  --ap-text-lighter: #767676; /* WCAG AA 4.54:1 on #fff */
  --ap-bg: #ffffff;
  --ap-bg-dark: #333333;
  --ap-border: #eeeeee;
  --ap-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --ap-shadow-lg: 0 4px 16px rgba(0, 0, 0, 0.12);
  --ap-font: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ap-font-heavy: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ap-radius: 0px;
  --ap-container: 1170px;
  --ap-transition: all 0.3s ease;
}

.about-page * {
  box-sizing: border-box;
}

.about-page {
  color: #333333;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Глобальный сброс — перебить сайтовые стили которые скрывают элементы */
.about-page [class^="ap-"],
.about-page [class*=" ap-"] {
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  overflow: visible !important;
}

.about-page a {
  color: var(--ap-text);
  text-decoration: none;
  transition: var(--ap-transition);
}

.about-page a:hover {
  color: var(--ap-accent);
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6 {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 700;
  font-style: normal !important;
  line-height: 1.3;
  margin: 0;
  color: var(--ap-text);
}

.about-page p {
  margin: 0 0 1em 0;
}

.about-page ul,
.about-page ol {
  margin: 0 0 1em 0;
  padding-left: 1.5em;
}

.about-page li {
  margin-bottom: 0.5em;
}

.about-page strong {
  font-family: var(--ap-font-heavy);
  font-weight: 700;
}

.ap-container {
  max-width: var(--ap-container);
  margin: 0 auto;
  padding: 0 20px;
}

/* Breadcrumb */
.ap-breadcrumb {
  background-color: var(--ap-teal-light);
  padding: 12px 0;
  font-size: 13px;
  color: var(--ap-text);
}

.ap-breadcrumb__link,
.ap-breadcrumb__current {
  display: inline-block;
}

.ap-breadcrumb__link {
  color: var(--ap-text);
}

.ap-breadcrumb__link:hover {
  color: var(--ap-accent);
}

.ap-breadcrumb__separator {
  margin: 0 6px;
  color: var(--ap-text-light);
}

.ap-breadcrumb__current {
  color: var(--ap-text-light);
}

/* Hero Section */
.ap-hero {
  position: relative;
  min-height: 440px;
  background: linear-gradient(135deg, #1a252f 0%, #243342 50%, #1a252f 100%);
  background-color: #1a252f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Decorative diagonal accent line */
.ap-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 1px;
  height: 200%;
  background: linear-gradient(to bottom, transparent 20%, rgba(130, 180, 189, 0.15) 50%, transparent 80%);
  transform: rotate(25deg);
  z-index: 1;
}

.ap-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ap-teal) 0%, rgba(130, 180, 189, 0) 100%);
  z-index: 3;
}

.about-page .ap-hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #ffffff;
  max-width: 820px;
  padding: 50px 20px;
}

.ap-hero__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffcf06;
  margin-bottom: 16px;
  padding: 6px 16px;
  border: 1px solid #ffcf06;
}

.about-page .ap-hero__title {
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.15;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: 0.5px;
}

.about-page .ap-hero__title em {
  font-style: normal;
  color: #ffcf06;
}

.about-page .ap-hero__subtitle {
  font-size: 17px;
  margin-bottom: 32px;
  color: #ffffff;
  line-height: 1.7;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.ap-hero__badges {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.ap-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

.ap-hero__badge-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.ap-hero__cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Counters Section */
.ap-counters {
  background-color: var(--ap-teal-light);
  padding: 50px 0;
}

.ap-counters__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.ap-counter-card {
  padding: 20px;
  position: relative;
}

.ap-counter-card + .ap-counter-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background-color: rgba(130, 180, 189, 0.3);
}

.ap-counter-card__number {
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--ap-text);
  line-height: 1;
  margin-bottom: 10px;
}

.ap-counter-card__label {
  font-size: 13px;
  color: var(--ap-teal);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Section Title */
.about-page .ap-section-title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  color: var(--ap-text);
  font-family: 'Lato', sans-serif;
}

.ap-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--ap-accent);
}

/* Answer Capsule — GEO snippet for AI search */
.about-page .ap-answer-capsule {
  display: block;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: 36px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ap-text-light, #555);
  font-style: italic;
}

/* Accessibility: disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .ap-animate {
    opacity: 1 !important;
    transform: none !important;
  }
  .ap-counter__value {
    /* Skip counter animation, show final value instantly */
    transition: none !important;
  }
}

/* USP Section */
.ap-usp {
  background-color: #ffffff !important;
  padding: 60px 0 !important;
}

.ap-usp__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}

.ap-usp-card {
  background-color: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #eeeeee !important;
  padding: 35px 25px !important;
  text-align: center !important;
  transition: var(--ap-transition);
  border-radius: 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.ap-usp-card:hover {
  border-color: var(--ap-teal);
  box-shadow: 0 4px 20px rgba(130, 180, 189, 0.15);
}

.ap-usp-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  background-color: var(--ap-teal-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ap-teal);
}

.ap-usp-card__icon svg {
  width: 28px;
  height: 28px;
}

.about-page .ap-usp-card__title {
  font-size: 16px !important;
  margin-bottom: 12px;
  font-weight: 700 !important;
  color: #333333 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: block !important;
  visibility: visible !important;
}

.ap-usp-card__text {
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 1.7;
  display: block !important;
  visibility: visible !important;
}


/* Reviews Section */
.ap-reviews {
  background-color: var(--ap-teal-light);
  padding: 50px 0;
}

.ap-reviews__header {
  text-align: center;
  margin-bottom: 36px;
}

.ap-reviews__summary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.ap-reviews__score {
  font-size: 42px;
  font-weight: 900;
  color: var(--ap-text);
  line-height: 1;
}

.ap-reviews__stars {
  display: flex;
  gap: 3px;
}

.ap-reviews__star {
  width: 22px;
  height: 22px;
  color: var(--ap-accent);
}

.ap-reviews__meta {
  text-align: left;
}

.ap-reviews__meta-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
}

.ap-reviews__count {
  font-size: 13px;
  color: var(--ap-text-light);
}

.ap-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.ap-review-card {
  background: #ffffff !important;
  color: #333333 !important;
  padding: 24px !important;
  border: 1px solid #eeeeee !important;
  transition: var(--ap-transition);
  display: flex !important;
  flex-direction: column;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

.ap-review-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(var(--ap-teal-rgb), 0.3) !important;
}

.ap-review-card__top {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ap-review-card__avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ap-teal) 0%, var(--ap-accent) 100%) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.ap-review-card__author {
  flex: 1;
}

.ap-review-card__name {
  font-weight: 700;
  font-size: 14px !important;
  color: #333333 !important;
  line-height: 1.3;
  visibility: visible !important;
  display: block !important;
}

.ap-review-card__date {
  font-size: 12px !important;
  color: #767676 !important;
  display: block !important;
}

.ap-review-card__stars {
  display: flex !important;
  gap: 2px;
  margin-bottom: 10px;
}

.ap-review-card__star {
  width: 16px;
  height: 16px;
  color: #ffcf06 !important;
}

.ap-review-card__text {
  font-size: 14px !important;
  line-height: 1.65;
  color: #333333 !important;
  flex: 1;
  display: block !important;
  visibility: visible !important;
}

.ap-review-card__product {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--ap-border);
  font-size: 12px;
  color: var(--ap-text-light);
}

.ap-review-card__product strong {
  color: var(--ap-text);
}

.ap-reviews__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.ap-reviews__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ap-teal);
  transition: var(--ap-transition);
}

.ap-reviews__link:hover {
  color: var(--ap-accent);
}

.ap-reviews__link svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 992px) {
  .ap-reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ap-reviews__grid {
    grid-template-columns: 1fr;
  }

  .ap-reviews__score {
    font-size: 34px;
  }
}

/* About Text Section */
.ap-about-text {
  background-color: var(--ap-teal-light);
  padding: 80px 0;
}

.ap-about-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 50px;
  align-items: start;
}

.ap-content {
  max-width: none;
}

.ap-content,
.ap-review-card__text {
  overflow-wrap: anywhere;
}

.ap-content p {
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 20px;
  color: var(--ap-text);
}

.about-page .ap-content h3 {
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 12px;
  color: var(--ap-text);
  font-weight: 700;
}

.ap-content a {
  color: var(--ap-teal);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  transition: var(--ap-transition);
}

.ap-content a:hover {
  border-bottom-color: var(--ap-teal);
}

/* Sidebar Key Facts */
.ap-sidebar-facts {
  background-color: #ffffff;
  border: 1px solid var(--ap-border);
  padding: 28px 24px;
  position: sticky;
  top: 20px;
}

.about-page .ap-sidebar-facts__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--ap-teal);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ap-accent);
}

.ap-sidebar-fact {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ap-border);
}

.ap-sidebar-fact:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ap-sidebar-fact__value {
  font-size: 28px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  color: var(--ap-text);
  line-height: 1;
  margin-bottom: 4px;
}

.ap-sidebar-fact__label {
  font-size: 12px;
  color: var(--ap-text-light);
  line-height: 1.4;
}

.ap-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.ap-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
  color: var(--ap-text);
  line-height: 1.6;
  font-size: 14px;
}

.ap-list li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: var(--ap-teal);
  border-radius: 50%;
}

.ap-list a {
  color: var(--ap-teal);
  text-decoration: none;
  font-weight: 700;
  transition: var(--ap-transition);
}

.ap-list a:hover {
  text-decoration: underline;
}


/* Founder Section */
.ap-founder {
  background-color: var(--ap-bg);
  padding: 50px 0;
}

.ap-founder__grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}

.ap-founder__photo {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background-color: var(--ap-teal-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ap-founder__photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ap-teal);
  gap: 12px;
}

.ap-founder__photo-placeholder svg {
  width: 80px;
  height: 80px;
  opacity: 0.5;
}

.ap-founder__photo-placeholder span {
  font-size: 12px;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.ap-founder__label {
  display: inline-block;
  background-color: var(--ap-accent);
  color: var(--ap-accent-text);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  margin-bottom: 16px;
}

.ap-founder__name {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 6px;
  color: var(--ap-text);
  line-height: 1.2;
}

.ap-founder__role {
  font-size: 14px;
  color: var(--ap-teal);
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ap-founder__story {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ap-text);
}

.ap-founder__story p {
  margin-bottom: 14px;
}

.ap-founder__story p:last-child {
  margin-bottom: 0;
}

.ap-founder__quote {
  position: relative;
  padding: 20px 24px;
  margin-top: 20px;
  background: linear-gradient(135deg, var(--ap-teal-light) 0%, rgba(var(--ap-accent-rgb), 0.06) 100%);
  border-left: 4px solid var(--ap-accent);
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ap-text);
}

.ap-founder__quote::before {
  content: '\201C';
  position: absolute;
  top: -8px;
  left: 12px;
  font-size: 48px;
  color: var(--ap-accent);
  opacity: 0.3;
  font-style: normal;
  line-height: 1;
}

@media (max-width: 768px) {
  .ap-founder__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ap-founder__photo {
    max-width: 220px;
    margin: 0 auto;
  }

  .ap-founder__label {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .ap-founder__info { text-align: center; }
  .ap-founder__story,
  .ap-founder__quote { text-align: left; }

  .ap-founder__name {
    font-size: 22px;
  }

  .ap-founder__story {
    font-size: 14px;
  }
}

/* Mission & Values Section */
.ap-mission {
  padding: 50px 0;
  background: linear-gradient(135deg, #f8fafa 0%, #fff 100%);
}
.ap-mission__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 32px;
}
.ap-mission__card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  transition: transform .25s, box-shadow .25s;
  text-align: center;
}
.ap-mission__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.ap-mission__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  background: var(--ap-teal-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ap-mission__icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--ap-teal);
}
.about-page .ap-mission__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ap-text);
  margin-bottom: 10px;
}
.ap-mission__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ap-text-light);
}
.ap-mission__statement {
  text-align: center;
  margin: -20px auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ap-text);
  padding: 0 15%;
}
.ap-mission__statement strong {
  color: var(--ap-teal);
}
@media (max-width: 991px) {
  .ap-mission__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .ap-mission__grid { grid-template-columns: 1fr; }
  .ap-mission__card { padding: 24px 20px; }
  .ap-mission__statement { font-size: 16px; padding: 0 5%; }
}

/* Store Section */
.ap-store {
  background-color: var(--ap-bg);
  padding: 80px 0;
  border-bottom: 1px solid var(--ap-border);
}

.ap-store__content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.ap-store__map {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-color: #ecf4f5;
  border: 1px solid var(--ap-border);
  overflow: hidden;
}

.ap-store__map::before {
  content: 'Загрузка карты…';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: var(--ap-text-light, #666);
  font-size: 14px;
  z-index: 0;
  transition: opacity .3s ease;
}
.ap-store__map.map-loaded::before {
  opacity: 0;
  pointer-events: none;
}
.ap-store__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.ap-store__directions {
  background-color: var(--ap-teal-light);
  padding: 16px 18px;
  border: 1px solid var(--ap-border);
  border-top: none;
}

.ap-store__directions .ap-store__block-text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ap-text-light);
}

.ap-store__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ap-store__block {
  background-color: var(--ap-teal-light);
  padding: 18px 16px;
  border-radius: var(--ap-radius);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ap-store__block--wide {
  grid-column: 1 / -1;
}

.ap-store__block-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ap-teal);
}

.ap-store__block-icon svg {
  width: 18px;
  height: 18px;
}

.ap-store__block-body {
  flex: 1;
  min-width: 0;
}

.about-page .ap-store__block-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--ap-teal);
  margin-bottom: 8px;
}

.ap-store__block-text {
  font-size: 14px;
  color: var(--ap-text);
  line-height: 1.6;
  margin: 0;
}

.ap-store__link {
  color: var(--ap-text);
  text-decoration: none;
  font-weight: 700;
  transition: var(--ap-transition);
}

.ap-store__link:hover {
  color: var(--ap-teal);
}

.ap-store__platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--ap-border);
  flex-wrap: wrap;
}
.ap-store__platforms-label {
  font-size: 13px;
  color: var(--ap-text-light);
  font-weight: 600;
}
.ap-store__platform-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--ap-teal);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
}
.ap-store__platform-link:hover {
  color: var(--ap-accent);
}
.ap-store__platform-link svg {
  flex-shrink: 0;
}

.ap-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(0,0,0,0.3);
  cursor: pointer;
  vertical-align: middle;
  transition: var(--ap-transition);
  border-radius: 3px;
  position: relative;
}

.ap-copy-btn:hover {
  color: var(--ap-teal);
  background: rgba(130,180,189,0.1);
}

.ap-copy-btn svg {
  width: 14px;
  height: 14px;
}

.ap-copy-btn[data-copied]::after {
  content: "Скопировано!";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
}

.ap-copy-btn:not([data-copied]):hover::after {
  content: "Копировать";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
}

/* Social Links */
.ap-social-links {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.ap-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 2px solid var(--ap-border);
  border-radius: var(--ap-radius);
  color: var(--ap-teal);
  transition: var(--ap-transition);
}

.ap-social-link:hover {
  background-color: var(--ap-teal);
  color: white;
  border-color: var(--ap-teal);
}

.ap-social-link svg {
  width: 24px;
  height: 24px;
}

/* Requisites Section */
.ap-requisites {
  background-color: var(--ap-teal-light);
  padding: 36px 0;
  border-bottom: 1px solid var(--ap-border);
}

.ap-requisites .ap-container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ap-requisites__label {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ap-requisites__label-icon {
  width: 16px;
  height: 16px;
  color: var(--ap-teal);
  flex-shrink: 0;
}

.about-page .ap-requisites__title {
  font-size: 12px;
  font-weight: 700;
  color: var(--ap-teal);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  white-space: nowrap;
}

.ap-requisites__sep {
  width: 1px;
  height: 16px;
  background-color: var(--ap-border);
  flex-shrink: 0;
}

.ap-requisites__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.6;
  background: none;
  padding: 0;
  align-items: center;
}

.ap-requisites__content p {
  margin: 0;
  color: var(--ap-text-light);
  display: flex;
  align-items: center;
  gap: 4px;
}

.ap-requisites__content p + p::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(130, 180, 189, 0.5);
  margin-right: 8px;
  flex-shrink: 0;
}

.ap-requisites__content p strong {
  color: var(--ap-text);
}

.ap-requisites__content p:first-child {
  font-size: 13px;
  color: var(--ap-text);
}

.ap-requisites__divider {
  display: none;
}

/* FAQ Section */
.ap-faq {
  background-color: var(--ap-bg);
  padding: 64px 0 80px;
  border-bottom: 1px solid var(--ap-border);
}

.ap-faq__subtitle {
  margin: -20px auto 32px;
  text-align: center;
  font-size: 15px;
  color: var(--ap-text-light);
  line-height: 1.5;
}

.ap-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.ap-accordion-item {
  margin-bottom: 0;
  border: 1px solid var(--ap-border);
  border-radius: 0;
  overflow: hidden;
}

.ap-accordion-item + .ap-accordion-item {
  border-top: none;
}

.ap-accordion-item:first-child {
  border-radius: var(--ap-radius) var(--ap-radius) 0 0;
}

.ap-accordion-item:last-child {
  border-radius: 0 0 var(--ap-radius) var(--ap-radius);
}

.ap-accordion-header {
  width: 100%;
  padding: 18px 24px;
  background-color: var(--ap-bg);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--ap-text);
  transition: var(--ap-transition);
  gap: 16px;
}

.ap-accordion-header:hover {
  background-color: var(--ap-teal-light);
}

.ap-accordion-header:focus-visible {
  outline: 2px solid var(--ap-teal);
  outline-offset: -2px;
  background-color: var(--ap-teal-light);
}

.ap-accordion-header[aria-expanded="true"] {
  background-color: var(--ap-teal-light);
  border-bottom: 1px solid var(--ap-border);
}

.ap-accordion-header__text {
  flex: 1;
  text-align: left;
}

.ap-accordion-header__icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: var(--ap-teal);
  transition: transform 0.3s ease;
}

.ap-accordion-header[aria-expanded="true"] .ap-accordion-header__icon {
  transform: rotate(180deg);
}

.ap-accordion-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.ap-accordion-content-wrapper.is-open {
  grid-template-rows: 1fr;
}

.about-page .ap-accordion-content {
  overflow: hidden !important;
  min-height: 0 !important;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ap-text-light);
  background-color: var(--ap-bg);
}

.about-page .ap-accordion-content-wrapper {
  overflow: hidden !important;
}

.ap-accordion-content__inner {
  padding: 16px 24px 20px;
}

.ap-accordion-content a {
  color: var(--ap-teal);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.ap-accordion-content a:hover {
  border-bottom-color: var(--ap-teal);
}

/* FAQ Bottom CTA */
.ap-faq-cta {
  max-width: 800px;
  margin: 32px auto 0;
  text-align: center;
  padding: 28px 24px;
  background-color: var(--ap-teal-light);
  border: 1px solid var(--ap-border);
  border-radius: var(--ap-radius);
}

.about-page .ap-faq-cta__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ap-text) !important;
  margin-bottom: 8px;
}

.ap-faq-cta__text {
  font-size: 14px;
  color: var(--ap-text-light);
  margin-bottom: 16px;
}

.ap-faq-cta__links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ap-faq-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ap-teal);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ap-faq-cta__link:hover {
  color: var(--ap-text);
}

.ap-faq-cta__link svg {
  width: 16px;
  height: 16px;
}

.ap-faq-cta__email-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

/* CTA Dark Section */
.ap-cta-dark {
  position: relative;
  background: linear-gradient(135deg, #1a252f 0%, #243342 50%, #1a252f 100%);
  padding: 80px 0;
  overflow: hidden;
}

.ap-cta-dark__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(130,180,189,0.08) 0%, transparent 70%);
  z-index: 1;
}

.ap-cta-dark__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff !important;
  max-width: 640px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 auto;
}

.about-page .ap-cta-dark__title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 12px;
  color: #ffffff !important;
  letter-spacing: 0.3px;
}

.ap-cta-dark__accent {
  color: var(--ap-accent);
}

.about-page .ap-cta-dark__subtitle {
  font-size: 15px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.6;
}

.ap-cta-dark__buttons {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  visibility: visible !important;
}

.ap-cta-dark__micro {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,.7);
}

.ap-cta-dark__trust {
  display: flex !important;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  visibility: visible !important;
}

.ap-cta-dark__trust-item {
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  visibility: visible !important;
  letter-spacing: 0.3px;
}

.ap-cta-dark__trust-icon {
  width: 14px;
  height: 14px;
  color: rgba(130, 180, 189, 0.7);
  flex-shrink: 0;
}

/* Buttons */
.ap-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: var(--ap-transition);
  text-decoration: none;
  letter-spacing: 0.5px;
}

.ap-button--primary {
  background-color: var(--ap-accent);
  color: var(--ap-accent-text);
}

.ap-button--primary:hover {
  background-color: var(--ap-accent-hover);
}

.about-page .ap-button--outline {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

.about-page .ap-button--outline:hover {
  background-color: #ffffff;
  color: #333333;
  border-color: #ffffff;
}

.about-page .ap-button--ghost {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 600;
}

.about-page .ap-button--ghost:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}

.ap-button--large {
  padding: 14px 32px;
  font-size: 14px;
}

.ap-button__icon {
  width: 18px;
  height: 18px;
}

.ap-button:focus-visible {
  outline: 2px solid var(--ap-accent);
  outline-offset: 2px;
}

/* Animations */
.ap-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ap-animate.ap-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .ap-hero {
    min-height: 320px;
  }

  .ap-hero__title {
    font-size: 24px;
  }

  .ap-hero__label {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .ap-hero__subtitle {
    font-size: 14px;
  }

  .ap-hero__badges {
    gap: 8px;
  }

  .ap-hero__badge {
    padding: 6px 12px;
    font-size: 12px;
  }

  .ap-counter-card__number {
    font-size: 28px;
  }

  .ap-counters__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .ap-usp__grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .ap-section-title {
    font-size: 22px;
  }

  .ap-cta-dark {
    padding: 50px 0;
  }

  .ap-cta-dark__title {
    font-size: 22px;
  }

  .ap-cta-dark__trust {
    gap: 16px;
  }

  .ap-cta-dark__trust-item {
    font-size: 11px;
  }

  .ap-button {
    padding: 12px 20px;
    font-size: 12px;
  }

  .ap-store__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ap-store__info {
    grid-template-columns: 1fr;
  }

  .ap-store__map {
    min-height: 260px;
  }

  .ap-cta-dark__buttons {
    flex-direction: column;
    align-items: center;
  }

  .ap-requisites .ap-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ap-requisites__sep {
    display: none;
  }

  .ap-requisites__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ap-requisites__content p + p::before {
    display: none;
  }

  .ap-accordion-header {
    padding: 16px 18px;
    font-size: 14px;
  }

  .ap-accordion-content__inner {
    padding: 14px 18px 18px;
  }

  .ap-faq-cta__links {
    flex-direction: column;
    align-items: center;
  }

  .ap-faq-cta {
    padding: 24px 18px;
  }

  .ap-about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ap-sidebar-facts {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 16px;
  }

  .about-page .ap-sidebar-facts__title {
    grid-column: 1 / -1;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 8px;
    position: relative;
  }
  .about-page .ap-sidebar-facts__title::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: var(--ap-accent);
    margin: 10px auto 0;
  }

  .ap-sidebar-fact {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
  }

  .ap-sidebar-fact__value {
    font-size: 22px;
  }

  /* Compact section paddings on mobile */
  .ap-counters,
  .ap-usp,
  .ap-about-text,
  .ap-store,
  .ap-faq,
  .ap-cta-dark { padding: 48px 0; }

  .ap-mission,
  .ap-founder,
  .ap-cta-mid { padding: 32px 0; }

  .about-page .ap-section-title {
    font-size: 22px;
    margin-bottom: 28px;
    padding-bottom: 14px;
  }
  .about-page .ap-answer-capsule {
    font-size: 14px;
    margin-top: -12px;
    margin-bottom: 24px;
  }

  /* Counters: убрать вертикальные разделители при 2-кол сетке */
  .ap-counter-card + .ap-counter-card::before { display: none; }
  .ap-counter-card { padding: 12px 8px; }

  /* Hero CTA — кнопки в столбик на всю ширину */
  .ap-hero__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .ap-hero__cta .ap-button { width: 100%; }
  .about-page .ap-hero__content { padding: 40px 16px; }

  /* Reviews summary компактнее */
  .ap-reviews__summary { gap: 12px; }
  .ap-reviews__score { font-size: 38px; }

  /* Store map */
  .ap-store__map { min-height: 280px; }

  /* Длинные строки (email/телефон) не должны вызывать горизонтальный скролл */
  .ap-store__block-text,
  .ap-requisites__content p { word-break: break-word; }
}

/* Mobile fine-tuning */
@media (max-width: 480px) {
  .ap-container { padding: 0 14px; }

  .about-page .ap-hero__title { font-size: 22px; }
  .about-page .ap-hero__subtitle { font-size: 13px; }
  .ap-hero__label { font-size: 9px; padding: 4px 12px; }
  .ap-hero__badges { gap: 6px; margin-bottom: 24px; }
  .ap-hero__badge { padding: 5px 10px; font-size: 11px; }

  .ap-counters__grid { gap: 10px; }
  .ap-counter-card__number { font-size: 24px; }
  .ap-counter-card__label { font-size: 11px; letter-spacing: 0.5px; }

  .about-page .ap-section-title { font-size: 20px; margin-bottom: 22px; }

  .ap-reviews__score { font-size: 32px; }
  .ap-review-card { padding: 18px; }

  .ap-sidebar-facts {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 16px;
  }
  .ap-sidebar-fact__value { font-size: 20px; }

  .ap-founder__quote { padding: 16px 18px; font-size: 14px; }

  .ap-store__map { min-height: 240px; }
  .ap-store__block { padding: 14px 12px; }

  .ap-cta-dark { padding: 40px 0; }
  .about-page .ap-cta-dark__title { font-size: 20px; }
  .ap-cta-dark__buttons .ap-button { width: 100%; }
  .ap-cta-dark__trust { gap: 10px; }

  .ap-cta-mid__inner { padding: 24px 16px; }
  .ap-cta-mid__title { font-size: 18px; }
  .ap-cta-mid__sub { font-size: 13px; margin-bottom: 20px; }

  .ap-accordion-header { padding: 14px 14px; font-size: 13px; }
  .ap-accordion-content__inner { padding: 12px 14px 16px; font-size: 13px; }
}

/* Reduced motion — deferred section */
@media (prefers-reduced-motion: reduce) {
  .ap-accordion-content-wrapper {
    transition: none;
  }
  .ap-accordion-header__icon {
    transition: none;
  }
}

/* Print styles */
@media print {
  .ap-accordion-content-wrapper {
    grid-template-rows: 1fr !important;
  }
  .ap-accordion-content-wrapper[aria-hidden="true"] {
    grid-template-rows: 1fr !important;
  }
  .ap-accordion-header__icon {
    display: none;
  }
  .ap-faq-cta,
  .ap-cta-dark {
    display: none;
  }
  .ap-faq {
    padding: 30px 0;
  }
}

/* Mid-page CTA */
.ap-cta-mid {
  padding: 40px 0;
}
.ap-cta-mid__inner {
  background: linear-gradient(135deg, var(--ap-dark, #1a1a2e) 0%, #2d2d44 100%);
  border-radius: 16px;
  padding: 40px 48px;
  text-align: center;
  color: #fff;
}
.ap-cta-mid__title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 8px;
}
.ap-cta-mid__sub {
  font-size: 15px;
  color: rgba(255,255,255,.9);
  margin-bottom: 28px;
  text-align: center;
}
.ap-cta-mid__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.ap-cta-mid__btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  min-width: 200px;
  text-align: center;
}
.ap-cta-mid__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.3);
}
.ap-cta-mid__btn--primary {
  background: var(--ap-accent, #ffcf06) !important;
  color: #333333 !important;
}
.ap-cta-mid__btn--primary:hover {
  background: var(--ap-accent-hover, #e6ba00) !important;
  color: #333333 !important;
}
.ap-cta-mid__btn--secondary {
  background: #fff !important;
  color: #1a1a2e !important;
  border: 1px solid #fff;
}
.ap-cta-mid__btn--secondary:hover {
  background: rgba(255,255,255,.9) !important;
  color: #1a1a2e !important;
}
.ap-cta-mid__micro {
  display: block;
  width: 100%;
  font-size: 13px;
  color: rgba(255,255,255,.7);
  margin-top: -4px;
}
.ap-cta-mid__trust-strip {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 13px;
  color: rgba(255,255,255,.75);
}
.ap-cta-mid__trust-strip span::before {
  content: '\2713';
  margin-right: 6px;
  color: var(--ap-accent, #D35400);
}
@media (max-width: 600px) {
  .ap-cta-mid__inner { padding: 28px 20px; }
  .ap-cta-mid__title { font-size: 20px; }
  .ap-cta-mid__btn { min-width: 100%; }
  .ap-cta-mid__trust-strip { flex-direction: column; gap: 8px; }
}

/* Video placeholder block */
.ap-video-block {
  padding: 48px 0;
}
.ap-video-placeholder {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #1a1a2e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: rgba(255,255,255,.6);
  cursor: default;
  overflow: hidden;
}
.ap-video-placeholder__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--ap-accent, #D35400);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ap-video-placeholder__icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  margin-left: 4px;
}
.ap-video-placeholder__text {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.8);
}
.ap-video-placeholder__sub {
  font-size: 13px;
}
