/* Premium editorial — layout & effects (visual tokens in luxury-dark-theme.css) */

:root {
  --font-sans: "Inter", sans-serif;
  --font-display: "Cormorant Garamond", serif;
  --bg: #f3efe8;
  --bg-elevated: #eee7dd;
  --bg-muted: #e5ddd2;
  --bg-card: rgba(255, 252, 248, 0.72);
  --bg-card-hover: rgba(255, 255, 255, 0.9);
  --border: rgba(86, 96, 67, 0.14);
  --border-strong: rgba(86, 96, 67, 0.24);
  --text: #4b463f;
  --text-heading: #2e2b27;
  --text-muted: #565149;
  --text-soft: #6f6960;
  --accent: #566043;
  --accent-hover: #455032;
  --accent-dim: #66734e;
  --accent-glow: rgba(86, 96, 67, 0.14);
  --accent-subtle: rgba(86, 96, 67, 0.08);
  --taupe: #dccfc0;
  --taupe-deep: #cfc3b5;
  --glass-bg: rgba(255, 252, 248, 0.58);
  --glass-border: rgba(255, 255, 255, 0.55);
  --shadow-soft: 0 14px 44px rgba(58, 52, 44, 0.07);
  --shadow-card: 0 8px 28px rgba(58, 52, 44, 0.06);
  --about-warm-top: #ede6db;
  --about-warm-mid: #e5ddd2;
  --about-warm-deep: #dccfc0;
}

/* === Typography — см. typography.css === */
body {
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--text);
  background: var(--bg);
  background-image: linear-gradient(180deg, #f7f3ec 0%, var(--bg) 40%, #efe9df 100%);
}

/* Секционные заголовки — typography.css */

p,
a,
button,
li,
input,
textarea,
label,
.logo,
.logo__muted,
.nav,
.nav a,
.direction-card,
.direction-card p,
.support__card,
.support__card p,
.platform-fit__card,
.platform-fit__card p,
.platform-fit__lead,
.platform-fit__perks,
.platform-fit__perks li,
.faq,
.faq__answer,
.section__subtitle,
.hero__lead,
.link-arrow,
.eyebrow,
.footer,
.tariff,
.tariff__desc,
.tariff__list,
.tariffs,
.review-card,
.reviews-stack-scroller,
.btn,
.btn--primary,
.btn--outline {
  font-family: var(--font-sans);
}

button,
input,
textarea,
select {
  font-family: inherit;
}

.btn,
.btn--primary,
.btn--outline,
.btn--sm {
  font-weight: 500;
}

p,
.section__subtitle,
.hero__lead,
.direction-card p,
.support__card p,
.platform-fit__card p,
.faq__answer {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.platform-fit__card-title,
.direction-card h3,
.support__card h3,
.faq__item summary,
.tariff__name,
.logo {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.grain {
  opacity: 0.045;
  mix-blend-mode: multiply;
}

a:hover {
  color: var(--accent-hover);
}

/* Header */
.header {
  background: rgba(241, 234, 222, 0.58);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  border-bottom: 1px solid rgba(86, 96, 67, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.logo {
  color: var(--text-heading);
}

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

.nav a {
  color: var(--text-muted);
}

.nav a:hover {
  color: var(--text-heading);
}

.burger {
  border-color: var(--border-strong);
}

.burger span {
  background: var(--text-heading);
}

@media (max-width: 900px) {
  .nav {
    background: rgba(247, 243, 236, 0.97);
    border-bottom-color: var(--border);
  }
}

/* Buttons */
.btn--primary {
  background: var(--accent);
  color: #f7f4ef;
  box-shadow: var(--shadow-card);
}

.btn--primary:hover {
  background: var(--accent-hover);
  color: #fff;
  box-shadow: 0 10px 28px rgba(86, 96, 67, 0.2);
}

.btn--outline {
  color: var(--text-heading);
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.35);
}

.btn--outline:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-subtle);
}

.link-arrow {
  color: var(--text-muted);
}

.link-arrow:hover {
  color: var(--accent);
}

.eyebrow {
  color: var(--text-muted);
  font-weight: 600;
}

.section__title {
  color: var(--text-heading);
}

/* === Hero — cinematic full-bleed === */
.hero {
  position: relative;
  overflow: hidden;
  min-height: min(94vh, 860px);
  padding: calc(var(--header-h) + clamp(2rem, 5vw, 3rem)) 0 clamp(2.25rem, 4.5vw, 3.25rem);
  background: #e8e0d4;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  opacity: 0.03;
  mix-blend-mode: soft-light;
}

.hero::after {
  display: none;
}

.hero__scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero__scene-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 62% 100%;
  opacity: 1;
  filter:
    saturate(0.94)
    contrast(1.03)
    brightness(0.98)
    sepia(0.05)
    hue-rotate(-2deg);
}

.hero__scene-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    100deg,
    rgba(255, 252, 247, 0.93) 0%,
    rgba(252, 248, 242, 0.7) 20%,
    rgba(248, 242, 234, 0.32) 36%,
    transparent 54%
  );
  pointer-events: none;
}

.hero .container.hero__grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  gap: 0;
  min-height: calc(min(94vh, 860px) - var(--header-h) - 5rem);
  width: min(1140px, 100% - var(--space) * 2);
  max-width: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: min(38rem, 54%);
  padding: clamp(0.25rem, 1.5vw, 0.75rem) 0;
}

.hero__content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: -1.25rem -2.5rem -1rem -1.25rem;
  background: radial-gradient(
    ellipse 95% 85% at 8% 45%,
    rgba(255, 252, 247, 0.72) 0%,
    rgba(252, 248, 242, 0.35) 48%,
    transparent 72%
  );
  pointer-events: none;
}

.hero__title {
  color: var(--text-heading);
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem;
  max-width: 13.5em;
  text-shadow: 0 1px 2px rgba(255, 252, 247, 0.95), 0 0 36px rgba(252, 248, 242, 0.85);
}

.hero__title-line {
  display: block;
}

.hero__title-line + .hero__title-line {
  margin-top: 0.06em;
}

.hero__title em {
  font-style: normal;
}

.hero__lead {
  color: var(--text);
  font-size: clamp(1rem, 1.8vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.68;
  max-width: 30em;
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 2px rgba(255, 252, 247, 0.92), 0 0 28px rgba(252, 248, 242, 0.8);
}

.hero .eyebrow {
  color: var(--text-muted);
  margin-bottom: 1rem;
  text-shadow: 0 1px 2px rgba(255, 252, 247, 0.85);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.35rem;
}

.hero .link-arrow {
  color: var(--text);
  text-shadow: 0 1px 2px rgba(255, 252, 247, 0.8);
}

.hero .link-arrow:hover {
  color: var(--accent);
}

@media (min-width: 901px) {
  .hero__scene-img {
    /* Ноутбук целиком справа снизу; стул вне кадра; сад сверху */
    object-position: 52% 68%;
  }

  .hero__title {
    max-width: 12.8em;
    font-size: clamp(2.35rem, 3.8vw, 3.15rem);
    line-height: 1.07;
  }

  .hero__content {
    max-width: min(34rem, 48%);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: min(92vh, 740px);
    padding-bottom: clamp(1.75rem, 5vw, 2.5rem);
  }

  .hero__scene {
    position: absolute;
    inset: 0;
  }

  .hero__scene-img {
    object-position: 58% 100%;
    transform: none;
    filter:
      saturate(0.93)
      contrast(1.03)
      brightness(0.98)
      sepia(0.06)
      hue-rotate(-3deg);
  }

  .hero__scene-tone {
    background:
      linear-gradient(
        180deg,
        rgba(88, 98, 72, 0.18) 0%,
        rgba(108, 102, 86, 0.08) 24%,
        transparent 42%
      );
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 38%, transparent 58%);
    mask-image: linear-gradient(180deg, #000 0%, #000 38%, transparent 58%);
  }

  .hero__scene-readability {
    width: 100%;
    height: 58%;
    inset: 0 auto auto 0;
    background: linear-gradient(
      180deg,
      rgba(252, 248, 242, 0.62) 0%,
      rgba(245, 238, 228, 0.35) 55%,
      transparent 100%
    );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
  }

  .hero__scene-fade {
    background:
      linear-gradient(
        180deg,
        rgba(252, 248, 242, 0.95) 0%,
        rgba(247, 241, 232, 0.78) 22%,
        rgba(240, 233, 222, 0.28) 38%,
        transparent 50%
      ),
      radial-gradient(ellipse 100% 70% at 50% 28%, rgba(255, 252, 247, 0.5) 0%, transparent 65%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 48%, transparent 62%);
    mask-image: linear-gradient(180deg, #000 0%, #000 48%, transparent 62%);
  }

  .hero .container.hero__grid {
    grid-template-columns: 1fr;
    min-height: calc(min(92vh, 740px) - var(--header-h) - 3.5rem);
    align-items: stretch;
  }

  .hero__content {
    max-width: 100%;
    flex: 1;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .hero__title {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
    line-height: 1.1;
    max-width: 14em;
  }

  .hero__lead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.66;
    color: var(--text);
    margin-bottom: 0;
  }

  .hero .eyebrow {
    color: var(--text-muted);
  }

  .hero__actions {
    margin-top: auto;
    padding-top: clamp(14rem, 46vh, 20rem);
    width: 100%;
  }

  .hero__actions .btn--primary {
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .hero__scene-img {
    object-position: 55% 100%;
  }

  .hero__actions {
    padding-top: clamp(13rem, 44vh, 18rem);
  }

  .hero__actions .btn--primary {
    margin-top: 1.15rem;
  }
}

/* Sections */
.section--dark {
  background: var(--bg-elevated);
  border-block-color: var(--border);
}

/* === Platform fit — atmospheric depth === */
.section--platform-fit {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7.5vw, 5.5rem) 0 clamp(3.25rem, 6.5vw, 5rem);
  border-block: 1px solid rgba(86, 96, 67, 0.1);
  background: #ddd4c8;
}

.platform-fit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.platform-fit__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.85;
}

.platform-fit__glow--1 {
  width: min(720px, 95vw);
  height: min(520px, 70vh);
  right: -18%;
  bottom: -28%;
  background: radial-gradient(ellipse at center, rgba(248, 242, 232, 0.95) 0%, rgba(228, 218, 202, 0.45) 45%, transparent 72%);
}

.platform-fit__glow--2 {
  width: min(480px, 65vw);
  height: min(380px, 50vh);
  left: 22%;
  top: 18%;
  background: radial-gradient(ellipse at center, rgba(210, 200, 185, 0.55) 0%, transparent 70%);
  opacity: 0.65;
}

.platform-fit__glow--3 {
  width: min(360px, 50vw);
  height: min(280px, 40vh);
  left: -8%;
  bottom: 12%;
  background: radial-gradient(ellipse at center, rgba(180, 168, 152, 0.4) 0%, transparent 68%);
  filter: blur(56px);
  opacity: 0.7;
}

.platform-fit__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.platform-fit__shade--tl {
  background:
    radial-gradient(ellipse 65% 55% at 0% 0%, rgba(108, 98, 88, 0.22) 0%, transparent 58%),
    radial-gradient(ellipse 45% 40% at 8% 35%, rgba(98, 108, 88, 0.12) 0%, transparent 65%);
}

.platform-fit__shade--br {
  background: radial-gradient(ellipse 70% 60% at 100% 100%, rgba(92, 88, 78, 0.18) 0%, transparent 55%);
}

.platform-fit__beam {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    128deg,
    transparent 0%,
    transparent 38%,
    rgba(252, 248, 240, 0.15) 58%,
    rgba(248, 242, 232, 0.42) 78%,
    rgba(238, 230, 218, 0.28) 100%
  );
  opacity: 0.9;
}

.section--platform-fit .platform-fit {
  position: relative;
  z-index: 1;
}

.section--platform-fit .platform-fit__head {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.section--platform-fit .platform-fit__head .section__title {
  color: var(--text-heading);
  text-shadow: 0 1px 24px rgba(252, 248, 240, 0.5);
}

.section--platform-fit .platform-fit__main {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}

.section--platform-fit .platform-fit__lead {
  margin: 0;
  max-width: 26rem;
  font-size: clamp(1rem, 1.9vw, 1.08rem);
  line-height: 1.68;
  color: var(--text);
  text-shadow: 0 1px 18px rgba(252, 248, 240, 0.45);
}

.section--platform-fit .platform-fit__audience-label {
  margin: 0 0 1rem;
  color: var(--text-muted);
  letter-spacing: 0.12em;
}

.section--platform-fit .platform-fit__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
  align-items: start;
}

.section--platform-fit .platform-fit__anim {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.section--platform-fit .platform-fit__anim > .platform-fit__card {
  height: 100%;
}

.section--platform-fit .platform-fit__anim--wide {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.section--platform-fit .platform-fit__anim--wide .platform-fit__perks-bar {
  margin-top: 0;
}

.section--platform-fit .platform-fit__card {
  position: relative;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  overflow: hidden;
  padding: 1.15rem 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 252, 247, 0.62);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow:
    -10px -8px 28px rgba(72, 64, 54, 0.07),
    14px 18px 36px rgba(58, 52, 44, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition:
    transform 0.35s var(--ease-out, ease),
    box-shadow 0.35s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.section--platform-fit .platform-fit__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.35) 0%, transparent 52%);
  pointer-events: none;
}

.section--platform-fit .platform-fit__card--wide {
  padding: 1.25rem 1.35rem;
}

.section--platform-fit .platform-fit__card:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 253, 250, 0.78);
  box-shadow:
    -12px -10px 32px rgba(72, 64, 54, 0.09),
    18px 22px 44px rgba(58, 52, 44, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.section--platform-fit .platform-fit__card-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(86, 96, 67, 0.12);
  box-shadow:
    -4px -3px 12px rgba(72, 64, 54, 0.06),
    6px 8px 16px rgba(58, 52, 44, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.section--platform-fit .platform-fit__card-body {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.section--platform-fit .platform-fit__card-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-heading);
}

.section--platform-fit .platform-fit__card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.section--platform-fit .platform-fit__perks-bar {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding: 1.1rem 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 252, 247, 0.38);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  box-shadow:
    -8px -6px 24px rgba(72, 64, 54, 0.06),
    12px 16px 40px rgba(58, 52, 44, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.section--platform-fit .platform-fit__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.section--platform-fit .platform-fit__perks li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--text);
}

.section--platform-fit .platform-fit__perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.85;
  box-shadow: 0 0 0 3px rgba(86, 96, 67, 0.12);
}

/* Desktop: центрированная композиция + пирамида карточек */
@media (min-width: 901px) {
  .section--platform-fit .platform-fit__head {
    text-align: center;
    margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
  }

  .section--platform-fit .platform-fit__head .section__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section--platform-fit .platform-fit__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.75rem, 3vw, 2.5rem);
    width: 100%;
  }

  .section--platform-fit .platform-fit__intro {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .section--platform-fit .platform-fit__lead {
    max-width: min(42rem, 85vw);
    margin-inline: auto;
    text-align: center;
    font-size: clamp(1.02rem, 1.35vw, 1.12rem);
    line-height: 1.62;
  }

  .section--platform-fit .platform-fit__audience {
    width: 100%;
    max-width: min(960px, 100%);
    margin-inline: auto;
  }

  .section--platform-fit .platform-fit__audience-label {
    text-align: center;
    margin-bottom: clamp(1.25rem, 2vw, 1.5rem);
  }

  /* Пирамида: 6 колонок, явное позиционирование (не равномерная 2-col grid) */
  .section--platform-fit .platform-fit__cards.cards-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    gap: clamp(1rem, 1.6vw, 1.35rem) clamp(1rem, 1.8vw, 1.5rem);
    width: 100%;
    max-width: min(960px, 100%);
    margin-inline: auto;
    padding: 0;
  }

  /* Верхний ряд — 2 карточки, смещены к центру (вершина пирамиды) */
  .section--platform-fit .platform-fit__anim:nth-child(1) {
    grid-column: 2 / 4;
    grid-row: 1;
  }

  .section--platform-fit .platform-fit__anim:nth-child(2) {
    grid-column: 4 / 6;
    grid-row: 1;
  }

  /* Средний ряд — 3 карточки на всю ширину */
  .section--platform-fit .platform-fit__anim:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .section--platform-fit .platform-fit__anim:nth-child(4) {
    grid-column: 3 / 5;
    grid-row: 2;
  }

  .section--platform-fit .platform-fit__anim:nth-child(5) {
    grid-column: 5 / 7;
    grid-row: 2;
  }

  /* Нижний ряд — широкая карточка */
  .section--platform-fit .platform-fit__anim:nth-child(6) {
    grid-column: 1 / 7;
    grid-row: 3;
  }

  .section--platform-fit .platform-fit__anim.wide-card,
  .section--platform-fit .platform-fit__anim--wide {
    display: block;
  }

  .section--platform-fit .platform-fit__anim--wide .platform-fit__perks-bar {
    margin-top: 0;
    width: 100%;
  }

  .section--platform-fit .platform-fit__anim--wide .platform-fit__perks {
    justify-content: center;
  }

  .section--platform-fit .platform-fit__anim .platform-fit__card {
    transform: none;
  }

  .section--platform-fit .platform-fit__anim .platform-fit__card:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 900px) {
  .section--platform-fit .platform-fit__main {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .section--platform-fit .platform-fit__lead {
    max-width: 100%;
  }

  .section--platform-fit .platform-fit__cards {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .section--platform-fit .platform-fit__anim .platform-fit__card {
    transform: none;
  }

  .section--platform-fit .platform-fit__anim:nth-child(even) .platform-fit__card {
    transform: translateX(0.35rem);
  }

  .section--platform-fit .platform-fit__anim--wide .platform-fit__card {
    transform: none;
  }

  .section--platform-fit .platform-fit__card {
    box-shadow:
      -10px -8px 28px rgba(72, 64, 54, 0.09),
      14px 20px 40px rgba(58, 52, 44, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .section--platform-fit .platform-fit__card:hover {
    transform: translateY(-3px);
    box-shadow:
      -12px -10px 32px rgba(72, 64, 54, 0.11),
      16px 24px 48px rgba(58, 52, 44, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .section--platform-fit .platform-fit__anim:nth-child(even) .platform-fit__card:hover {
    transform: translateX(0.35rem) translateY(-3px);
  }

  .section--platform-fit .platform-fit__anim--wide .platform-fit__card:hover {
    transform: translateY(-3px);
  }

  .section--platform-fit .platform-fit__perks-bar {
    box-shadow:
      -10px -8px 28px rgba(72, 64, 54, 0.09),
      14px 20px 40px rgba(58, 52, 44, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.75);
  }

  .section--platform-fit .platform-fit__perks {
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .section--platform-fit .platform-fit__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
  }

  .section--platform-fit .platform-fit__anim--wide {
    grid-column: 1 / -1;
  }

  .section--platform-fit .platform-fit__anim:nth-child(1) .platform-fit__card {
    transform: translateY(0);
  }

  .section--platform-fit .platform-fit__anim:nth-child(2) .platform-fit__card {
    transform: translateY(0.65rem);
  }

  .section--platform-fit .platform-fit__anim:nth-child(3) .platform-fit__card {
    transform: translateY(-0.25rem);
  }

  .section--platform-fit .platform-fit__anim:nth-child(4) .platform-fit__card {
    transform: translateY(0.45rem);
  }
}

/* === Directions — mesh shader + glass cards === */
.section--directions {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  border-block: 1px solid rgba(86, 96, 67, 0.1);
  background: #e8ded2;
}

.directions__mesh-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.directions__mesh-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.directions__mesh-fallback {
  display: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 20% 30%, rgba(243, 239, 232, 0.95) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 85% 25%, rgba(232, 222, 210, 0.85) 0%, transparent 52%),
    radial-gradient(ellipse 65% 55% at 60% 85%, rgba(123, 132, 112, 0.35) 0%, transparent 58%),
    radial-gradient(ellipse 50% 45% at 15% 75%, rgba(102, 115, 78, 0.28) 0%, transparent 55%),
    linear-gradient(155deg, #f3efe8 0%, #e8ded2 40%, #ddd2c5 75%, #d7cec2 100%);
  animation: directions-mesh-fallback 28s ease-in-out infinite alternate;
}

.directions__mesh-wrap--fallback .directions__mesh-canvas {
  display: none;
}

.directions__mesh-wrap--fallback .directions__mesh-fallback {
  display: block;
}

@keyframes directions-mesh-fallback {
  0% {
    filter: hue-rotate(0deg) brightness(1);
    transform: scale(1);
  }
  100% {
    filter: hue-rotate(-4deg) brightness(1.03);
    transform: scale(1.04);
  }
}

.directions__mesh-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(243, 239, 232, 0.35) 0%, transparent 22%, transparent 78%, rgba(215, 206, 194, 0.4) 100%),
    radial-gradient(ellipse 90% 80% at 50% 50%, transparent 30%, rgba(184, 176, 166, 0.12) 100%);
  pointer-events: none;
}

.directions__inner {
  position: relative;
  z-index: 2;
}

.section--directions .section__head {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.section--directions .section__title {
  color: var(--text-heading);
  text-shadow: 0 1px 20px rgba(252, 248, 240, 0.55);
}

.section--directions .section__subtitle {
  color: var(--text-muted);
  text-shadow: 0 1px 14px rgba(252, 248, 240, 0.4);
}

.section--directions .directions-scroll {
  width: min(100%, 580px);
  margin: 0.75rem auto 0;
  padding: 0.35rem;
  border-radius: 28px;
  background: rgba(255, 252, 247, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    -8px -6px 28px rgba(72, 64, 54, 0.06),
    16px 22px 48px rgba(58, 52, 44, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.section--directions .directions-scroll.is-scrollable::before {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(86, 96, 67, 0.14);
  box-shadow: inset 0 0 8px rgba(86, 96, 67, 0.06);
}

.section--directions .directions-scroll__list {
  max-height: min(440px, 58vh);
  padding: 0.5rem 0.85rem 0.5rem 0.35rem;
  scrollbar-color: var(--accent-dim) rgba(255, 255, 255, 0.35);
}

.section--directions .directions-scroll__list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(86, 96, 67, 0.1);
  box-shadow: none;
}

.section--directions .directions-scroll__list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #7b8470 0%, var(--accent) 50%, var(--accent-hover) 100%);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 8px rgba(86, 96, 67, 0.15);
}

.section--directions .directions-scroll__gradient--top {
  background: linear-gradient(to bottom, rgba(243, 239, 232, 0.92) 0%, transparent 100%);
}

.section--directions .directions-scroll__gradient--bottom {
  background: linear-gradient(to top, rgba(232, 222, 210, 0.92) 0%, transparent 100%);
}

.section--directions .direction-card {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 1.3rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 252, 247, 0.58);
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  box-shadow:
    -8px -6px 24px rgba(72, 64, 54, 0.07),
    12px 16px 32px rgba(58, 52, 44, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 0.45s var(--ease-out, ease),
    border-color 0.3s ease,
    box-shadow 0.4s ease,
    background 0.3s ease,
    opacity 0.45s ease,
    filter 0.45s ease;
}

.section--directions .direction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.42) 0%, transparent 50%);
  pointer-events: none;
}

.section--directions .direction-card h3,
.section--directions .direction-card p {
  position: relative;
  z-index: 1;
}

.section--directions .direction-card h3 {
  color: var(--text-heading);
  font-weight: 600;
}

.section--directions .direction-card p {
  color: var(--text-muted);
}

.section--directions .direction-card--entrance.is-inview:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 253, 250, 0.72);
  box-shadow:
    -10px -8px 28px rgba(72, 64, 54, 0.09),
    16px 22px 40px rgba(58, 52, 44, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.section--directions .direction-card--wide {
  background: linear-gradient(
    135deg,
    rgba(255, 252, 247, 0.65) 0%,
    rgba(232, 222, 210, 0.55) 55%,
    rgba(123, 132, 112, 0.12) 100%
  );
  border-color: rgba(102, 115, 78, 0.18);
}

@media (max-width: 767px) {
  .section--directions {
    padding: clamp(3rem, 9vw, 4rem) 0;
  }

  .section--directions .directions-scroll {
    width: 100%;
    padding: 0.3rem;
    border-radius: 22px;
    box-shadow:
      -10px -8px 28px rgba(72, 64, 54, 0.08),
      14px 20px 44px rgba(58, 52, 44, 0.11),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  .section--directions .directions-scroll__list {
    max-height: min(400px, 52vh);
  }

  .section--directions .direction-card {
    box-shadow:
      -10px -8px 26px rgba(72, 64, 54, 0.09),
      14px 18px 36px rgba(58, 52, 44, 0.11),
      inset 0 1px 0 rgba(255, 255, 255, 0.85);
  }

  .section--directions .direction-card--entrance.is-inview:hover {
    box-shadow:
      -12px -10px 30px rgba(72, 64, 54, 0.1),
      16px 24px 44px rgba(58, 52, 44, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  .directions__mesh-fallback {
    animation: none;
  }
}

/* === Support — premium glass on deep moss === */
.section--support {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8.5vw, 6.5rem) 0;
  background:
    radial-gradient(ellipse 100% 80% at 30% 20%, rgba(118, 132, 98, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 80% 80%, rgba(102, 115, 78, 0.28) 0%, transparent 50%),
    linear-gradient(
      165deg,
      #4f5c46 0%,
      #566043 28%,
      #5d6848 52%,
      #566043 78%,
      #526048 100%
    );
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.support__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.support__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 55% 45% at 22% 18%, rgba(255, 255, 255, 0.1) 0%, transparent 65%),
    radial-gradient(ellipse 40% 35% at 75% 70%, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.support__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(ellipse 90% 75% at 50% 40%, rgba(255, 255, 255, 0.08) 0%, transparent 58%);
  pointer-events: none;
}

.support__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.55;
}

.support__orb--1 {
  width: min(460px, 78vw);
  height: min(460px, 78vw);
  left: -14%;
  top: -24%;
  background: rgba(130, 148, 108, 0.55);
}

.support__orb--2 {
  width: min(380px, 62vw);
  height: min(380px, 62vw);
  right: -10%;
  top: 2%;
  background: rgba(118, 132, 98, 0.5);
}

.support__orb--3 {
  width: min(320px, 52vw);
  height: min(320px, 52vw);
  left: 38%;
  bottom: -30%;
  background: rgba(86, 96, 67, 0.55);
}

.support__orb--4 {
  width: min(240px, 40vw);
  height: min(240px, 40vw);
  left: 8%;
  top: 38%;
  background: rgba(150, 168, 125, 0.35);
  opacity: 0.65;
}

.support__orb--5 {
  width: min(200px, 34vw);
  height: min(200px, 34vw);
  right: 28%;
  bottom: 8%;
  background: rgba(102, 115, 78, 0.45);
  opacity: 0.6;
}

.support__sphere {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.support__sphere--sharp {
  z-index: 0;
  background:
    radial-gradient(circle at 28% 24%, rgba(210, 228, 178, 0.92) 0%, rgba(155, 175, 125, 0.78) 30%, rgba(108, 125, 88, 0.85) 58%, rgba(72, 84, 62, 0.92) 100%);
  box-shadow:
    inset -12px -16px 32px rgba(18, 24, 14, 0.28),
    inset 10px 12px 20px rgba(255, 255, 255, 0.18),
    0 28px 64px rgba(16, 22, 12, 0.28);
}

.support__sphere--s1 {
  width: clamp(160px, 20vw, 260px);
  height: clamp(160px, 20vw, 260px);
  left: -4%;
  bottom: 6%;
  opacity: 0.92;
}

.support__sphere--s2 {
  width: clamp(88px, 11vw, 130px);
  height: clamp(88px, 11vw, 130px);
  right: 12%;
  top: 10%;
}

.support__sphere--s3 {
  width: clamp(56px, 7vw, 84px);
  height: clamp(56px, 7vw, 84px);
  right: 4%;
  bottom: 18%;
  opacity: 0.9;
}

.support__sphere--s4 {
  width: clamp(44px, 5vw, 68px);
  height: clamp(44px, 5vw, 68px);
  left: 42%;
  top: 12%;
  opacity: 0.82;
}

.support__sphere--s5 {
  width: clamp(100px, 12vw, 150px);
  height: clamp(100px, 12vw, 150px);
  left: 18%;
  top: 22%;
  opacity: 0.78;
}

.support__sphere--s6 {
  width: clamp(64px, 8vw, 96px);
  height: clamp(64px, 8vw, 96px);
  right: 38%;
  bottom: 28%;
  opacity: 0.75;
}

.support__sphere--blur {
  z-index: 0;
  filter: blur(52px);
  opacity: 0.62;
  background: radial-gradient(circle, rgba(150, 168, 125, 0.7) 0%, rgba(86, 96, 67, 0.2) 72%);
}

.support__sphere--b1 {
  width: clamp(120px, 14vw, 180px);
  height: clamp(120px, 14vw, 180px);
  right: 4%;
  top: 38%;
}

.support__sphere--b2 {
  width: clamp(80px, 10vw, 120px);
  height: clamp(80px, 10vw, 120px);
  left: 32%;
  bottom: 2%;
}

.support__sphere--b3 {
  width: clamp(64px, 8vw, 96px);
  height: clamp(64px, 8vw, 96px);
  right: 30%;
  top: 6%;
  opacity: 0.5;
}

.support__sphere--b4 {
  width: clamp(140px, 16vw, 200px);
  height: clamp(140px, 16vw, 200px);
  left: 52%;
  top: 48%;
  opacity: 0.45;
}

.support__sphere--b5 {
  width: clamp(72px, 9vw, 110px);
  height: clamp(72px, 9vw, 110px);
  left: 6%;
  top: 52%;
  opacity: 0.48;
}

.support__sphere--glass {
  z-index: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 20px 48px rgba(16, 22, 12, 0.2);
}

.support__sphere--g1 {
  width: clamp(72px, 9vw, 110px);
  height: clamp(72px, 9vw, 110px);
  left: 28%;
  top: 8%;
  opacity: 0.85;
}

.support__sphere--g2 {
  width: clamp(48px, 6vw, 72px);
  height: clamp(48px, 6vw, 72px);
  right: 22%;
  top: 52%;
  opacity: 0.7;
}

.support .container {
  position: relative;
  z-index: 3;
}

.section--support .section__title {
  color: #f8f4ec;
  font-size: clamp(1.85rem, 3.8vw, 2.5rem);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(20, 26, 16, 0.25);
}

.support__shell {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem 1.25rem;
  align-items: start;
}

.section--support .support__intro {
  grid-column: 1 / span 7;
  grid-row: 1;
  max-width: 36rem;
  margin: 0 0 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 2;
}

.section--support .support__intro p {
  margin: 0;
  color: rgba(248, 244, 236, 0.9);
  font-size: clamp(0.98rem, 1.6vw, 1.05rem);
  line-height: 1.7;
}

.section--support .support__card {
  position: relative;
  z-index: 2;
  padding: 1.5rem 1.4rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
  box-shadow:
    0 24px 56px rgba(16, 22, 12, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 0.35s var(--ease-out, ease),
    box-shadow 0.35s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.section--support .support__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 45%, transparent 100%);
  pointer-events: none;
}

.section--support .support__card:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 32px 68px rgba(16, 22, 12, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.section--support .support__card-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.section--support .support__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: rgba(248, 244, 236, 0.95);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.section--support .support__num {
  color: rgba(220, 232, 198, 0.85);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin: 0;
}

.section--support .support__card h3 {
  position: relative;
  color: #fcfaf5;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.section--support .support__card p {
  position: relative;
  margin: 0;
  color: rgba(248, 244, 236, 0.85);
  font-size: 0.9rem;
  line-height: 1.62;
}

/* Staggered cards — как в референсе */
.support__shell > article.support__card:nth-of-type(1) {
  grid-column: 1 / span 4;
  grid-row: 2;
  align-self: start;
  transform: translateY(-0.65rem);
}

.support__shell > article.support__card:nth-of-type(2) {
  grid-column: 5 / -1;
  grid-row: 2;
  padding: 1.65rem 1.5rem;
}

.support__shell > article.support__card:nth-of-type(3) {
  grid-column: 4 / span 7;
  grid-row: 3;
  transform: translateX(-0.75rem) translateY(0.35rem);
}

@media (min-width: 901px) {
  .support__shell > article.support__card:nth-of-type(1):hover {
    transform: translateY(calc(-0.65rem - 4px));
  }

  .support__shell > article.support__card:nth-of-type(2):hover {
    transform: translateY(-4px);
  }

  .support__shell > article.support__card:nth-of-type(3):hover {
    transform: translate(-0.75rem, calc(0.35rem - 4px));
  }
}

@media (max-width: 900px) {
  .section--support {
    padding: clamp(3.25rem, 10vw, 4.75rem) 0;
  }

  .section--support .support__card:hover {
    transform: translateY(-3px);
  }

  .support__shell {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .section--support .support__intro,
  .support__shell > article.support__card:nth-of-type(1),
  .support__shell > article.support__card:nth-of-type(2),
  .support__shell > article.support__card:nth-of-type(3) {
    grid-column: 1;
    grid-row: auto;
    transform: none;
    margin: 0;
    padding: 1.45rem 1.35rem;
  }

  .support__orb {
    opacity: 0.5;
  }

  .support__sphere--sharp {
    opacity: 0.88;
  }

  .support__sphere--s1 {
    width: 140px;
    height: 140px;
    left: -12%;
    bottom: 2%;
    display: block;
  }

  .support__sphere--s2 {
    width: 72px;
    height: 72px;
    right: 6%;
    top: 8%;
    display: block;
  }

  .support__sphere--s4,
  .support__sphere--s5 {
    display: block;
    opacity: 0.7;
  }

  .support__sphere--s3,
  .support__sphere--s6 {
    display: block;
  }

  .support__sphere--blur {
    opacity: 0.55;
  }

  .support__sphere--b4,
  .support__sphere--g1 {
    display: block;
  }
}

/* Tariffs */
.tariffs-feed__hint {
  color: var(--accent-dim);
}

.tariffs-feed.is-scrollable::before {
  background: rgba(86, 96, 67, 0.1);
}

.tariffs-feed::-webkit-scrollbar-track {
  background: rgba(86, 96, 67, 0.1);
}

.tariffs-feed::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #6d7a56 0%, var(--accent) 50%, var(--accent-hover) 100%);
  background-clip: padding-box;
}

.tariffs-feed__fade--left {
  background: linear-gradient(to right, var(--bg) 0%, transparent 100%);
}

.tariffs-feed__fade--right {
  background: linear-gradient(to left, var(--bg) 0%, transparent 100%);
}

.review-card img {
  background: #fff;
  box-shadow: var(--shadow-soft);
  border-color: var(--border);
}

/* Curator */
.curator__photo-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.curator__lead,
.curator__body {
  color: var(--text-muted);
}

/* FAQ */
.faq__item {
  background: var(--bg-card);
  border-color: var(--border);
  box-shadow: var(--shadow-card);
}

.faq__item summary {
  color: var(--text-heading);
}

.faq__item summary::after {
  color: var(--accent);
}

/* CTA */
.cta-final {
  border-top-color: var(--border);
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--taupe-deep) 100%);
}

.cta-final__glow--1 {
  background: rgba(86, 96, 67, 0.12);
}

.cta-final__glow--2 {
  background: rgba(220, 207, 192, 0.35);
}

.cta-final__list li::before {
  color: var(--accent-dim);
}

.cta-channel {
  color: var(--text-heading);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--border);
  box-shadow: var(--shadow-card);
}

.cta-channel:hover {
  color: var(--text-heading);
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.footer {
  background: var(--bg);
  border-top-color: var(--border);
}
