/* ============================================
   Цифровой Агент Х
   Zenith Ref · Luxury Tech · Conversion
   ============================================ */

:root {
  --bg: #0a0d12;
  --bg-up: #11161d;
  --bg-surface: #161d26;
  --glass: rgba(188, 196, 207, 0.055);
  --glass-hover: rgba(188, 196, 207, 0.08);

  --text: #ffffff;
  --text-2: #b1b8c2;
  --text-3: #7f8894;

  --cyan: #b9935f;
  --blue: #5d6f84;
  --magenta: #9f6e4f;
  --purple: #6f7f90;
  --silver: #c4ccd6;
  --gold: #bc9158;

  --grad-btn: linear-gradient(135deg, #a87d47 0%, #c89e63 50%, #8f6841 100%);
  --grad-magenta: linear-gradient(135deg, #8a6445 0%, #ad8456 100%);
  --grad-ambient: radial-gradient(ellipse 80% 55% at 50% -5%, rgba(188, 145, 88, 0.08) 0%, transparent 55%);
  --grad-purple: radial-gradient(ellipse 45% 35% at 95% 55%, rgba(93, 111, 132, 0.08) 0%, transparent 50%);

  --border: rgba(255, 255, 255, 0.08);
  --border-sub: rgba(255, 255, 255, 0.05);
  --border-cyan: rgba(188, 145, 88, 0.4);

  --shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  --glow-cyan: 0 0 48px rgba(188, 145, 88, 0.15);
  --brand-ref-image: url("images/brand-atmosphere.webp");
  --brand-atmo-blur: 12px;
  --brand-atmo-opacity: 0.92;

  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-x: 'Comic Sans MS', 'Comic Sans', cursive;

  --radius: 12px;
  --radius-lg: 16px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --t: 0.45s var(--ease);

  --container: 1180px;
  --header: 76px;
  --section: clamp(56px, 8vw, 96px);
}

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

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }

/* Ambient + grain (SKILL) */
.ambient {
  position: fixed;
  inset: 0;
  background: var(--grad-ambient), var(--grad-purple);
  pointer-events: none;
  z-index: 0;
  animation: ambientDrift 18s ease-in-out infinite alternate;
}

/* ── Brand atmosphere: референс как декоративная подложка ──
   Прозрачность 85–100%, слабое размытие, mix-blend-mode: screen
   убирает чёрный фон картинки — остаются только янтарные блики.
   Не на весь экран: частичные акценты + зоны с «воздухом». */

.hero,
.contact,
.footer,
.trust,
.problem,
.about,
.benefits,
.process {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero > .container,
.contact > .container,
.trust > .container,
.problem > .container,
.about > .container,
.benefits > .container,
.process > .container,
.footer > .container {
  position: relative;
  z-index: 1;
}

.hero::before,
.contact::before,
.footer::before,
.trust::before,
.problem::after,
.about::before,
.benefits::before,
.process::after,
.brand-atmo-divider::before {
  content: '';
  position: absolute;
  background-image: var(--brand-ref-image);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(var(--brand-atmo-blur)) saturate(0.85);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

/* Полно-секционные подложки: hero, CTA, футер */
.hero::before,
.contact::before,
.footer::before,
.trust::before {
  inset: -18% -6%;
}

.hero::before {
  opacity: 1;
  background-position: 58% 18%;
  transform: translateY(-10%) scale(1.04);
}

.contact::before {
  opacity: 0.95;
  background-position: 42% 62%;
  transform: translateY(5%) scale(1.06);
}

.trust::before {
  opacity: 0.92;
  background-position: 68% 42%;
  transform: scale(1.04);
}

.footer::before {
  opacity: 0.88;
  background-position: 50% 78%;
  transform: translateY(12%) scale(1.08);
}

/* Частичные акценты — «между блоками», не на весь экран */
.problem::after,
.about::before,
.benefits::before,
.process::after {
  width: min(480px, 52vw);
  height: min(380px, 42vh);
  border-radius: 50%;
  background-size: 130%;
}

.problem::after {
  right: -10%;
  bottom: -18%;
  opacity: 0.88;
  background-position: 72% 28%;
  transform: rotate(-10deg);
}

.about::before {
  left: -14%;
  top: 8%;
  opacity: 0.95;
  background-position: 28% 52%;
  transform: rotate(6deg);
}

.benefits::before {
  right: -12%;
  top: -8%;
  width: min(440px, 48vw);
  height: min(320px, 36vh);
  opacity: 0.85;
  background-position: 62% 38%;
}

.process::after {
  left: -8%;
  bottom: -22%;
  opacity: 0.9;
  background-position: 48% 72%;
  transform: rotate(-5deg);
}

/* Декоративные «мосты» между секциями */
.brand-atmo-divider {
  position: relative;
  height: clamp(40px, 6vw, 72px);
  overflow: hidden;
  pointer-events: none;
}

.brand-atmo-divider::before {
  inset: -60% 15%;
  opacity: 0.92;
  background-position: center;
  transform: scale(1.1);
}

@keyframes ambientDrift {
  0% { opacity: 1; transform: scale(1) translateY(0); }
  100% { opacity: 0.85; transform: scale(1.04) translateY(-1%); }
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.028;
  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.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px;
}

main, .header, .footer { position: relative; z-index: 1; }

/* Brand X (promt.md) */
.logo__x {
  font-family: var(--font-x);
  color: var(--gold);
  display: inline-block;
  transform: skewX(-8deg);
  font-weight: 700;
  animation: logoGlow 4s ease-in-out infinite;
}

@keyframes logoGlow {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  50% { text-shadow: 0 0 18px rgba(201, 169, 98, 0.35); }
}

.logo__x--inline { font-size: 1.05em; }

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}

.reveal.revealed { opacity: 1; transform: none; }
.reveal--d1 { transition-delay: 0.08s; }
.reveal--d2 { transition-delay: 0.16s; }
.reveal--d3 { transition-delay: 0.24s; }
.reveal--d4 { transition-delay: 0.32s; }
.reveal--d5 { transition-delay: 0.4s; }

/* Layout */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.section { padding: var(--section) 0; }

.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 20px;
}

.eyebrow--cyan { color: var(--cyan); }
.eyebrow--magenta { color: var(--magenta); }
.eyebrow--silver { color: var(--silver); }
.eyebrow--gold { color: var(--gold); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.8vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.section-lead {
  font-size: 17px;
  color: var(--text-2);
  line-height: 1.7;
  max-width: 540px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: var(--t);
  cursor: pointer;
}

.btn--primary {
  background: var(--grad-btn);
  color: #fff;
  box-shadow: 0 4px 24px rgba(188, 145, 88, 0.28);
  position: relative;
  overflow: hidden;
}

.btn--primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.6s var(--ease);
}

.btn--primary:hover::after {
  transform: translateX(120%);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(188, 145, 88, 0.36);
}

.btn--magenta {
  background: var(--grad-btn);
  color: #fff;
  box-shadow: 0 4px 24px rgba(188, 145, 88, 0.24);
}

.btn--magenta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(188, 145, 88, 0.34);
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.btn--ghost:hover {
  border-color: var(--border-cyan);
  background: rgba(188, 145, 88, 0.08);
}

.btn--ghost-light {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border-color: var(--border);
}

.btn--ghost-light:hover { background: rgba(255, 255, 255, 0.1); }

.btn--full { width: 100%; }

/* Header */
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header);
  transition: background 0.4s, border-color 0.4s;
}

.header--scrolled {
  background: rgba(5, 5, 8, 0.9);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--border-sub);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  z-index: 1001;
}

.nav { display: none; align-items: center; gap: 32px; }

.nav__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-2);
  transition: color 0.3s;
}

.nav__link:hover { color: var(--text); }

.nav__link--cta {
  padding: 10px 22px;
  color: #fff;
  background: var(--grad-btn);
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(188, 145, 88, 0.26);
}

.nav__link--cta:hover { color: #fff; }

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 28px;
  height: 28px;
  z-index: 1001;
}

.burger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--text);
  transition: var(--t);
}

.burger--active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger--active span:nth-child(2) { opacity: 0; }
.burger--active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.nav--open {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  background: var(--bg);
  justify-content: center;
  align-items: center;
  gap: 28px;
  z-index: 1000;
}

.nav--open .nav__link { font-size: 22px; font-family: var(--font-display); }

/* Hero */
.hero { padding-top: calc(var(--header) + 32px); }

.hero__top {
  max-width: 680px;
  margin-bottom: clamp(32px, 6vw, 52px);
  animation: heroEnter 1s var(--ease) both;
}

@keyframes heroEnter {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 6.5vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}

.hero__lead {
  font-size: clamp(16px, 2.5vw, 19px);
  color: var(--text-2);
  line-height: 1.65;
  margin-bottom: 22px;
  max-width: 560px;
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero__grid {
  display: grid;
  gap: 20px;
}

/* Solution cards */
.solution {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.5s var(--ease), border-color 0.5s, box-shadow 0.5s;
}

.solution:hover {
  transform: translateY(-5px);
  border-color: var(--border-cyan);
  box-shadow: var(--shadow), var(--glow-cyan);
}

.solution:nth-child(2):hover {
  border-color: rgba(192, 38, 211, 0.35);
  box-shadow: var(--shadow), 0 0 48px rgba(192, 38, 211, 0.1);
}

.solution__visual {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
}

.solution__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
  transition: transform 0.75s var(--ease);
}

.solution__visual--card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a10;
}

.solution__device {
  height: 92%;
  width: auto;
  max-width: 46%;
  aspect-ratio: 9 / 12;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border-cyan);
  box-shadow: 0 0 32px rgba(188, 145, 88, 0.2);
  z-index: 1;
}

.solution__visual--card .solution__device {
  aspect-ratio: 9 / 11;
}

.solution__device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: none;
  transition: none;
}

.solution__badge {
  position: absolute;
  z-index: 3;
  padding: 5px 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border-radius: 999px;
  text-transform: uppercase;
}

.solution__badge--nfc {
  top: 14%;
  left: 10%;
  color: var(--cyan);
  background: rgba(188, 145, 88, 0.18);
  border: 1px solid rgba(188, 145, 88, 0.48);
  animation: badgePulse 2.4s ease-in-out infinite;
}

.solution__badge--qr {
  top: 14%;
  right: 10%;
  color: var(--magenta);
  background: rgba(192, 38, 211, 0.15);
  border: 1px solid rgba(192, 38, 211, 0.45);
  animation: badgePulse 2.4s ease-in-out infinite 1.2s;
}

.solution__badge--emenu { top: 12%; right: 8%; }

.solution__ripple {
  position: absolute;
  bottom: 22%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  border-radius: 50%;
  border: 1px solid rgba(188, 145, 88, 0.5);
  animation: tapPulse 2.8s var(--ease) infinite;
  z-index: 2;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.85; }
}

.solution__visual--emenu,
.solution__visual--sites {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a10;
}

.solution__visual--emenu .solution__device,
.solution__visual--sites .solution__device {
  border-color: rgba(192, 38, 211, 0.35);
  box-shadow: 0 0 32px rgba(192, 38, 211, 0.12);
}

.solution__visual--sites .solution__device {
  border-color: rgba(124, 58, 237, 0.35);
  box-shadow: 0 0 32px rgba(124, 58, 237, 0.12);
}

/* E-Menu hero */
.solution__visual--emenu img {
  object-fit: cover;
  object-position: top center;
  filter: saturate(1) contrast(1.02);
}

.solution__scan {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--magenta), transparent);
  box-shadow: 0 0 12px var(--magenta);
  animation: scanMove 3s ease-in-out infinite;
  z-index: 2;
}

@keyframes scanMove {
  0%, 100% { top: 18%; opacity: 0.4; }
  50% { top: 72%; opacity: 1; }
}

.solution__order {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: rgba(34, 197, 94, 0.9);
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.35);
  animation: orderPop 3s ease-in-out infinite;
  z-index: 3;
}

.solution__order-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

@keyframes orderPop {
  0%, 35%, 100% { opacity: 0; transform: translateX(-50%) scale(0.85); }
  45%, 75% { opacity: 1; transform: translateX(-50%) scale(1); }
}

/* Sites hero */
.solution__visual--sites img {
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.95) contrast(1.05);
}

.solution__code {
  position: absolute;
  bottom: 18%;
  left: 10%;
  right: 10%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.solution__code span {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: rgba(124, 58, 237, 0.5);
  animation: codeType 2.5s ease-in-out infinite;
}

.solution__code span:nth-child(1) { width: 0; animation-delay: 0s; }
.solution__code span:nth-child(2) { width: 0; animation-delay: 0.4s; }
.solution__code span:nth-child(3) { width: 0; animation-delay: 0.8s; }

@keyframes codeType {
  0%, 10% { width: 0; opacity: 0.3; }
  40%, 70% { width: 100%; opacity: 1; }
  100% { width: 100%; opacity: 0.3; }
}

.solution__launch {
  position: absolute;
  top: 14%;
  right: 8%;
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7cb342;
  background: rgba(124, 179, 66, 0.15);
  border: 1px solid rgba(124, 179, 66, 0.45);
  border-radius: 999px;
  animation: launchBlink 2s ease-in-out infinite;
  z-index: 3;
}

@keyframes launchBlink {
  0%, 100% { opacity: 0.6; box-shadow: none; }
  50% { opacity: 1; box-shadow: 0 0 20px rgba(124, 179, 66, 0.3); }
}

@keyframes tapPulse {
  0% { transform: scale(0.85); opacity: 0.7; }
  70%, 100% { transform: scale(1.35); opacity: 0; }
}

.solution:hover .solution__visual img { transform: scale(1.05); }
.solution:hover .solution__device img { transform: none; }

.solution__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 8, 0.9) 0%, transparent 55%);
}

.solution__glow {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.35;
  pointer-events: none;
}

.solution__glow--cyan { background: var(--cyan); bottom: 10%; right: 10%; }
.solution__glow--magenta { background: var(--magenta); bottom: 15%; left: 10%; }
.solution__glow--purple { background: var(--purple); top: 20%; right: 15%; }

.solution__body { padding: 28px 24px 32px; }

.solution__num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 10px;
  display: block;
}

.solution__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.solution__text {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.6;
  margin-bottom: 16px;
}

.solution__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
}

.solution__link--magenta { color: var(--magenta); }
.solution__link--silver { color: var(--silver); }

/* Problem */
.problem { background: var(--bg-up); border-block: 1px solid var(--border-sub); }

.problem__inner {
  display: grid;
  gap: 32px;
  align-items: start;
}

.problem__list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-sub);
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.6;
}

.problem__list li strong {
  display: block;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 4px;
}

/* Product */
.product { background: var(--bg); }
.product--alt { background: var(--bg-surface); }

.product__grid {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.product__result {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.55;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.product__content .section-lead { margin-bottom: 28px; }

.product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-list { margin-bottom: 36px; }

.feature-list li {
  position: relative;
  padding: 13px 0 13px 18px;
  font-size: 15px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-sub);
}

.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(188, 145, 88, 0.45);
}

.feature-list--magenta li::before {
  background: var(--magenta);
  box-shadow: 0 0 8px rgba(192, 38, 211, 0.4);
}

.feature-list--silver li::before {
  background: var(--silver);
  box-shadow: none;
}

.product__media { margin: 0; position: relative; }

.product__media img {
  width: 100%;
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  object-fit: cover;
  border: 1px solid var(--border-sub);
  filter: saturate(0.9);
}

.product__media figcaption {
  margin-top: 14px;
  font-size: 13px;
  color: var(--text-3);
}

/* Phone mockups */
.phone {
  margin: 0;
  position: relative;
}

.phone__frame {
  padding: 8px;
  background: linear-gradient(145deg, #1a1a24 0%, #0a0a10 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.phone__screen {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 9 / 19.5;
  width: 100%;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
}

.phone__screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  display: block;
  image-rendering: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.phone--featured .phone__frame {
  border-color: var(--border-cyan);
  box-shadow: var(--shadow), var(--glow-cyan);
}

.phone--showcase .phone__frame {
  max-width: 280px;
  margin: 0 auto;
}

.phone--showcase .phone__screen {
  aspect-ratio: 9 / 19.5;
}

.product__phones .phone--featured .phone__frame {
  max-width: 220px;
  margin: 0 auto;
}

.product__phones .phone--back .phone__frame {
  max-width: 180px;
  margin: 0 auto;
}

.phone__chips {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.chip {
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.chip--nfc {
  color: var(--cyan);
  background: rgba(188, 145, 88, 0.12);
  border: 1px solid rgba(188, 145, 88, 0.35);
}

.chip--qr {
  color: var(--magenta);
  background: rgba(192, 38, 211, 0.12);
  border: 1px solid rgba(192, 38, 211, 0.35);
}

.phones-cluster {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(12px, 2.5vw, 20px);
  padding: 24px 0 8px;
}

.phone--back {
  flex: 0 1 32%;
  opacity: 0.9;
  transition: opacity 0.4s var(--ease);
}

.phone--back:hover { opacity: 1; }

.phone--featured {
  flex: 0 1 36%;
  z-index: 2;
}

.phone--left { transform: rotate(-4deg); }
.phone--right { transform: rotate(4deg); }
.phone--left:hover { transform: rotate(-2deg); }
.phone--right:hover { transform: rotate(2deg); }

.product__phones-caption {
  margin-top: 20px;
  font-size: 13px;
  color: var(--text-3);
  text-align: center;
}

/* NFC scene (product block) */
.product__demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nfc-scene {
  position: relative;
  width: min(100%, 320px);
  height: 340px;
  margin: 0 auto;
}

.nfc-scene__orbit {
  position: absolute;
  inset: 10% 5%;
  border-radius: 50%;
  border: 1px dashed rgba(0, 212, 255, 0.15);
  animation: orbitSpin 24s linear infinite;
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

.nfc-scene__phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  padding: 8px;
  background: linear-gradient(145deg, #1a1a24, #0a0a10);
  border: 1px solid var(--border-cyan);
  border-radius: 22px;
  box-shadow: var(--glow-cyan);
  animation: phoneFloat 5s ease-in-out infinite;
}

.nfc-scene__screen {
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a10;
}

.nfc-scene__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

@keyframes phoneFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-8px); }
}

.nfc-scene__tag {
  position: absolute;
  right: 12%;
  bottom: 22%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfc-scene__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 212, 255, 0.15);
  border: 1px solid rgba(0, 212, 255, 0.4);
  animation: tapPulse 2.4s var(--ease) infinite;
}

.nfc-scene__text {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--cyan);
}

.nfc-scene__qr {
  position: absolute;
  left: 10%;
  top: 18%;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--magenta);
  border: 1px solid rgba(192, 38, 211, 0.4);
  border-radius: 8px;
  background: rgba(192, 38, 211, 0.1);
  animation: qrBlink 3s ease-in-out infinite;
}

@keyframes qrBlink {
  0%, 100% { opacity: 0.7; box-shadow: none; }
  50% { opacity: 1; box-shadow: 0 0 20px rgba(192, 38, 211, 0.2); }
}

/* Showcase */
.showcase {
  background: var(--bg-surface);
  border-block: 1px solid var(--border-sub);
}

.showcase__head {
  max-width: 620px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.showcase__head .section-lead { max-width: none; }

.showcase__grid {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.showcase-card {
  display: grid;
  gap: 20px;
  padding: 24px;
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.5s var(--ease);
}

.showcase-card:hover {
  border-color: var(--border-cyan);
  box-shadow: 0 0 40px rgba(0, 212, 255, 0.06);
  transform: translateY(-4px);
}

.showcase-card.revealed .phone--showcase {
  animation: cardRise 0.8s var(--ease) both;
}

.showcase-card:nth-child(2).revealed .phone--showcase { animation-delay: 0.08s; }
.showcase-card:nth-child(3).revealed .phone--showcase { animation-delay: 0.16s; }
.showcase-card:nth-child(4).revealed .phone--showcase { animation-delay: 0.24s; }
.showcase-card:nth-child(5).revealed .phone--showcase { animation-delay: 0.32s; }
.showcase-card:nth-child(6).revealed .phone--showcase { animation-delay: 0.4s; }

@keyframes cardRise {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to { opacity: 1; transform: none; }
}

.showcase-card .phone--showcase .phone__frame {
  transition: transform 0.5s var(--ease), box-shadow 0.5s;
}

.showcase-card:hover .phone--showcase .phone__frame {
  transform: translateY(-6px);
  box-shadow: var(--shadow), 0 0 48px rgba(0, 212, 255, 0.12);
}

.showcase-card .phone {
  position: relative;
}

.showcase-card__nfc {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.85), rgba(192, 38, 211, 0.85));
  border-radius: 999px;
  z-index: 2;
  pointer-events: none;
}

.showcase-card__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 10px;
}

.showcase-card__body h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.showcase-card__body p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
}

.showcase__integration {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
}

.integration-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.integration-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: var(--cyan);
  background: rgba(188, 145, 88, 0.1);
  border: 1px solid rgba(188, 145, 88, 0.28);
  border-radius: var(--radius);
  animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.integration-item__icon--qr {
  color: var(--magenta);
  background: rgba(192, 38, 211, 0.08);
  border-color: rgba(192, 38, 211, 0.2);
  animation-delay: 1.5s;
}

.integration-item strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.integration-item p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.6;
}

/* About */
.about {
  background: var(--bg);
  border-bottom: 1px solid var(--border-sub);
}

.about__grid {
  display: grid;
  gap: clamp(28px, 5vw, 52px);
  align-items: center;
}

.about__portrait {
  position: relative;
  margin: 0;
  max-width: 420px;
  justify-self: center;
}

.about__portrait-glow {
  position: absolute;
  inset: 10% 5%;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(192, 38, 211, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(0, 212, 255, 0.2) 0%, transparent 55%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.about__portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-sub);
  box-shadow: var(--shadow);
}

.about__role {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.about__content .section-lead { margin-bottom: 24px; max-width: none; }

.about__points {
  margin-bottom: 32px;
}

.about__points li {
  position: relative;
  padding: 12px 0 12px 18px;
  font-size: 15px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-sub);
}

.about__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.faq__item a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

/* Benefits */
.benefits { background: var(--bg-up); }

.benefits__head { margin-bottom: 32px; max-width: 520px; }

.benefits__grid {
  display: grid;
  gap: 20px;
}

.benefit {
  padding: 32px 28px;
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
  transition: border-color 0.4s;
}

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

.benefit__icon {
  display: block;
  font-size: 10px;
  color: var(--cyan);
  margin-bottom: 16px;
}

.benefit h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.benefit p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
}

/* Process */
.process__head { margin-bottom: 32px; max-width: 480px; }

.process__steps {
  display: grid;
  gap: 16px;
}

.process__step {
  padding: 28px 24px;
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
}

.process__step.revealed {
  animation: stepIn 0.7s var(--ease) both;
}

.process__step:nth-child(2).revealed { animation-delay: 0.1s; }
.process__step:nth-child(3).revealed { animation-delay: 0.2s; }
.process__step:nth-child(4).revealed { animation-delay: 0.3s; }

@keyframes stepIn {
  from { opacity: 0; transform: translateX(-12px); }
  to { opacity: 1; transform: none; }
}

.process__num {
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
  opacity: 0.7;
  margin-bottom: 12px;
}

.process__step h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.process__step p {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.6;
}

/* Trust */
.trust {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-sub);
}

.trust__inner {
  display: grid;
  gap: 28px;
}

.trust__list li {
  position: relative;
  padding: 12px 0 12px 20px;
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.6;
}

.trust__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

.trust__quote {
  padding: 32px 28px;
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-left: 2px solid var(--gold);
  border-radius: var(--radius-lg);
}

.trust__quote p {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--text);
}

/* FAQ */
.faq__head { margin-bottom: 28px; }

.faq__item { border-bottom: 1px solid var(--border-sub); }
.faq__item:first-child { border-top: 1px solid var(--border-sub); }

.faq__item summary {
  padding: 24px 40px 24px 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: color 0.3s;
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 300;
  color: var(--text-3);
}

.faq__item[open] summary { color: var(--cyan); }
.faq__item[open] summary::after { content: '−'; color: var(--cyan); }

.faq__item p {
  padding: 0 0 24px;
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.7;
}

/* Contact */
.contact {
  background: var(--bg-up);
  border-top: 1px solid var(--border-sub);
}

.contact__grid {
  display: grid;
  gap: 36px;
}

.contact__channels {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.contact__label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 6px;
}

.contact__value {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  transition: color 0.3s;
}

.contact__value:hover { color: var(--cyan); }

.contact__channel--card {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border-sub);
}

.contact__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: 4px;
  border-radius: 16px;
  border: 1px solid rgba(201, 169, 98, 0.45);
  background: rgba(201, 169, 98, 0.1);
  text-decoration: none;
  transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s, background 0.35s;
}

.contact__card-link:hover {
  transform: translateY(-3px) scale(1.06);
  border-color: var(--gold);
  background: rgba(201, 169, 98, 0.18);
  box-shadow: 0 0 32px rgba(201, 169, 98, 0.35);
}

.contact__card-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.contact__x {
  font-size: 30px;
  line-height: 1;
  animation: logoGlow 4s ease-in-out infinite;
}

.connect__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.connect__lead {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.connect__panel {
  display: grid;
  gap: 20px;
  margin-top: clamp(28px, 5vw, 40px);
  text-align: left;
}

.connect__card-block,
.connect__safe {
  padding: clamp(24px, 4vw, 36px);
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
}

.connect__card-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.connect__card-link {
  width: 64px;
  height: 64px;
}

.connect__hint,
.connect__safe-text {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.65;
  max-width: 520px;
}

.connect__safe-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--gold);
}

.connect__legal {
  margin-top: 24px;
  font-size: 13px;
  color: var(--text-3);
  line-height: 1.6;
}

.connect__legal a {
  color: var(--text-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.connect__legal a:hover { color: var(--cyan); }

.examples-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Legal pages */
.legal-main {
  padding-top: calc(var(--header) + 32px);
  padding-bottom: var(--section);
}

.legal-doc {
  max-width: 760px;
  margin: 0 auto;
}

.legal-doc h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.legal-doc__meta {
  font-size: 14px;
  color: var(--text-3);
  margin-bottom: 32px;
}

.legal-doc h2 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 12px;
  color: var(--text);
}

.legal-doc p,
.legal-doc li {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.75;
}

.legal-doc ul {
  margin: 12px 0 12px 1.1em;
  list-style: disc;
}

.legal-doc a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact__form {
  padding: clamp(28px, 5vw, 40px);
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  position: relative;
}

.contact__form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--blue), transparent);
  opacity: 0.6;
}

.form-field { margin-bottom: 22px; }

.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--border-cyan);
  box-shadow: 0 0 0 3px rgba(188, 145, 88, 0.12);
}

.form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b75' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-field textarea { resize: vertical; min-height: 112px; }

.form-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--text-3);
  text-align: center;
}

.form-field--error input,
.form-field--error select,
.form-field--error textarea {
  border-color: rgba(239, 68, 68, 0.5);
}

.form-success {
  padding: 16px;
  margin-bottom: 20px;
  background: rgba(188, 145, 88, 0.12);
  border: 1px solid var(--border-cyan);
  border-radius: var(--radius);
  font-size: 14px;
  color: #e5c89f;
  text-align: center;
}

.form-success--error {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.45);
  color: #fca5a5;
}

/* Footer */
.footer {
  padding: 40px 0 26px;
  border-top: 1px solid var(--border-sub);
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer__brand p {
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-3);
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__nav a {
  font-size: 14px;
  color: var(--text-2);
  transition: color 0.3s;
}

.footer__nav a:hover { color: var(--cyan); }

.footer__copy {
  font-size: 13px;
  color: var(--text-3);
  padding-top: 24px;
  border-top: 1px solid var(--border-sub);
}

/* Tablet */
@media (min-width: 768px) {
  .burger { display: none; }
  .nav { display: flex; }

  .hero__grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }

  .problem__inner { grid-template-columns: 1fr 1fr; gap: 64px; }

  .product__grid { grid-template-columns: 1fr 1fr; }
  .product__grid--reverse .product__content { order: 2; }
  .product__grid--reverse .product__media { order: 1; }

  .showcase__grid { grid-template-columns: repeat(2, 1fr); }
  .showcase__integration { grid-template-columns: 1fr 1fr; gap: 32px; }

  .about__grid { grid-template-columns: 0.9fr 1.1fr; }
  .about__portrait { justify-self: start; }

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

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

  .trust__inner { grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; }

  .connect__panel { grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }

  .footer__inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .benefits__grid { grid-template-columns: repeat(4, 1fr); }
  .process__steps { grid-template-columns: repeat(4, 1fr); }
  .showcase__grid { grid-template-columns: repeat(3, 1fr); }
  .phone--showcase .phone__frame { max-width: 280px; }
  .examples-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Examples page */
.page-examples .nav--compact { display: flex; gap: 16px; align-items: center; }

.examples-main {
  padding-top: calc(var(--header) + 32px);
  padding-bottom: var(--section);
}

.examples-hero {
  max-width: 560px;
  margin-bottom: 24px;
}

.examples-hero__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 16px;
}

.examples-hero__lead {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.65;
}

.examples-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.examples-filter {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.examples-filter:hover {
  color: var(--text);
  border-color: var(--border);
}

.examples-filter.is-active {
  color: var(--cyan);
  border-color: var(--border-cyan);
  background: rgba(188, 145, 88, 0.12);
}

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

.examples-item {
  padding: 20px 16px;
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
  transition: opacity 0.4s, transform 0.4s, border-color 0.4s;
}

.examples-item.is-hidden {
  display: none;
}

.examples-item:hover {
  border-color: var(--border-cyan);
}

.examples-item__body h2 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.examples-item__body p {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.55;
}

.examples-cta {
  margin-top: 48px;
  padding: 32px;
  text-align: center;
  background: var(--glass);
  border: 1px solid var(--border-sub);
  border-radius: var(--radius-lg);
}

.examples-cta__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.footer--mini {
  padding: 32px 0;
}

.footer--mini .footer__copy {
  border: none;
  padding: 0;
  text-align: center;
  width: 100%;
}

.footer--mini a {
  color: var(--cyan);
  transition: color 0.3s;
}

.footer--mini a:hover { color: var(--text); }

@media (max-width: 767px) {
  .examples-grid { grid-template-columns: 1fr; }
  .page-examples .nav--compact .nav__link:not(.nav__link--cta) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .solution:hover .solution__visual img { transform: none; }
  .btn--primary:hover, .btn--magenta:hover { transform: none; }
  .btn--primary::after { display: none; }
  .phone--left, .phone--right { transform: none; }
  .phone--back { opacity: 1; }
  .ambient, .logo__x { animation: none; }
}
