/* Homepage variant 05: hero + under-row + dark directions/calc tweaks */

.v05-page { padding: 18px 0 8px; }
.v05-shell { width: min(1160px, 94vw); margin: 0 auto; }

/* Hero — dark photo plane (draft 8765 / bykot-next) */
.v05-hero {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  min-height: 0;
  color: #fff;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 16px;
  align-items: end;
  padding: clamp(22px, 3.5vw, 32px) 32px;
  box-shadow: 0 30px 60px rgba(16, 24, 22, 0.18);
  background:
    linear-gradient(105deg, rgba(10, 16, 14, 0.88) 0%, rgba(16, 24, 22, 0.55) 42%, rgba(16, 24, 22, 0.28) 100%),
    url("../assets/hero-calm.jpg") center 35% / cover no-repeat,
    linear-gradient(145deg, #101816, #1c4b42);
}
.v05-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 70% 40%, #000 15%, transparent 72%);
}

.v05-copy {
  position: relative;
  z-index: 2;
  max-width: min(48rem, 100%);
  padding-right: 8px;
}
.v05-kicker {
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.v05-kicker a {
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 800;
  font-size: 0.92rem;
}
.v05-kicker-sep { opacity: 0.45; }
.v05-copy h1 {
  color: #fff;
  max-width: min(34ch, 100%);
  margin: 0;
  line-height: 1.08;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
body[data-page="home-compare"] .v05-copy h1 {
  max-width: min(42ch, 100%);
  line-height: 1.12;
}
.v05-copy .lead {
  color: rgba(255, 255, 255, 0.78);
  margin: 14px 0 18px;
  max-width: 40rem;
}
body[data-page="home-compare"] .v05-copy .lead {
  max-width: 38rem;
  line-height: 1.55;
}
body[data-page="home-compare"] .v05-card.is-plain {
  min-height: 0;
  flex: 1 1 280px;
  padding: 18px 16px;
}
body[data-page="home-compare"] .v05-card.is-plain h3 {
  font-size: 1.12rem;
  max-width: 18ch;
}
body[data-page="home-compare"] .v05-card.is-grad {
  min-height: 0;
  max-width: 200px;
  padding: 16px 14px 14px;
}
body[data-page="home-compare"] .v05-card.is-grad h3 {
  font-size: 1rem;
  max-width: 12ch;
}
body[data-page="home-compare"] .v05-card.is-grad p {
  max-width: 16ch;
  font-size: 0.84rem;
}
.v05-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.v05-hero .btn-dark {
  background: #fff;
  color: #101816;
}
.v05-hero .btn-dark:hover { background: #f0f3f1; }
.v05-hero .btn-line {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

/* Chips — right column */
.v05-chips {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 12px;
  align-content: end;
  justify-items: end;
  padding: 8px 0 8px 12px;
}
.v05-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px 10px 10px;
  border-radius: 999px;
  text-decoration: none;
  color: #15201d;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  transition: 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  animation: v05-bob 6.5s ease-in-out infinite;
}
.v05-chip:nth-child(2) { animation-delay: -1.6s; }
.v05-chip:nth-child(3) { animation-delay: -3.1s; }
.v05-chip:nth-child(4) { animation-delay: -4.4s; }
.v05-chip:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
}
.v05-chip .av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  background: #1a1f1d;
}
.v05-chip .av.sites { background: linear-gradient(145deg, #3a3a3a, #111); }
.v05-chip .av.bots { background: linear-gradient(145deg, #444, #151515); }
.v05-chip .av.apps { background: linear-gradient(145deg, #3d3d3d, #101010); }
.v05-chip .av.crm { background: linear-gradient(145deg, #4a4a4a, #181818); }
.v05-chip .meta { display: grid; line-height: 1.15; min-width: 0; }
.v05-chip strong { font-size: 0.92rem; }
.v05-chip small { color: #5f6d68; font-weight: 600; font-size: 0.78rem; }
.v05-chip .go {
  margin-left: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #101816;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
}
@keyframes v05-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* Consult wider for long copy; sites/bots equal, content from the top */
.v05-sell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 196px 196px;
  align-items: stretch;
  gap: 12px;
  margin-top: 14px;
}
.v05-card {
  border-radius: 28px;
  text-decoration: none;
  display: grid;
  align-content: start;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
}
.v05-card:hover { transform: translateY(-3px); }

.v05-card.is-plain {
  min-height: 0;
  padding: 20px 20px 18px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.v05-card.is-plain .label {
  display: inline-flex;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(28, 75, 66, 0.08);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.v05-card.is-plain h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  color: var(--ink);
  max-width: none;
  line-height: 1.25;
}
.v05-card.is-plain p {
  margin: 0;
  color: var(--copy);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  max-width: none;
}
.v05-card.is-plain .cta {
  margin-top: 14px;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--forest);
}
.v05-card.is-plain a.mail {
  color: var(--forest);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.v05-card.is-grad {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 196px;
  min-height: 0;
  padding: 16px 14px;
  color: #fff;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  background: linear-gradient(160deg, #0a0a0a 0%, #171717 55%, #0d0d0d 100%);
}
.v05-card.is-grad .glow {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
  left: var(--mx, 50%);
  top: var(--my, 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease;
  background: radial-gradient(circle, rgba(90, 160, 140, 0.45) 0%, rgba(90, 160, 140, 0) 70%);
  filter: blur(2px);
  z-index: 0;
}
.v05-card.is-bots .glow {
  background: radial-gradient(circle, rgba(90, 130, 190, 0.42) 0%, rgba(90, 130, 190, 0) 70%);
}
.v05-card.is-grad:hover .glow { opacity: 1; }
.v05-card.is-grad .label,
.v05-card.is-grad h3,
.v05-card.is-grad p,
.v05-card.is-grad .cta {
  position: relative;
  z-index: 1;
}
.v05-card.is-grad .label {
  display: inline-flex;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.v05-card.is-grad h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  color: #fff;
  max-width: none;
  line-height: 1.25;
}
.v05-card.is-grad p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  max-width: none;
  line-height: 1.4;
}
.v05-card.is-grad .cta {
  margin-top: 12px;
  font-weight: 800;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.92);
}

/* Shared cursor glow — sell cards + directions + service pages */
.glow-follow { position: relative; overflow: hidden; }
.glow-follow .glow {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  left: var(--mx, 50%);
  top: var(--my, 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease;
  background: radial-gradient(circle, rgba(160, 168, 176, 0.42) 0%, rgba(160, 168, 176, 0) 70%);
  filter: blur(2px);
  z-index: 0;
}
.glow-follow.is-apps .glow,
.glow-follow.is-sites .glow {
  background: radial-gradient(circle, rgba(90, 160, 140, 0.4) 0%, rgba(90, 160, 140, 0) 70%);
}
.glow-follow.is-crm .glow,
.glow-follow.is-bots .glow {
  background: radial-gradient(circle, rgba(120, 150, 190, 0.4) 0%, rgba(120, 150, 190, 0) 70%);
}
.glow-follow:hover .glow { opacity: 1; }
.glow-follow > *:not(.glow) { position: relative; z-index: 1; }

/* Directions — almost flat dark, gradient barely there */
.dir-card.glow-follow,
body[data-page="home"] .dir-card,
body[data-page="apps"] .dir-card,
body[data-page="crm"] .dir-card {
  background:
    linear-gradient(155deg, #111213 0%, #141516 52%, #1b1d20 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.dir-card.glow-follow::after,
body[data-page="home"] .dir-card::after { display: none; }
.dir-card.glow-follow .dir-bg { display: none; }
.dir-card.glow-follow .tag,
body[data-page="home"] .dir-card .tag,
body[data-page="apps"] .dir-card .tag,
body[data-page="crm"] .dir-card .tag {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 10px;
}
.dir-card.glow-follow h3,
body[data-page="home"] .dir-card h3,
body[data-page="apps"] .dir-card h3,
body[data-page="crm"] .dir-card h3 {
  margin: 0;
  max-width: 18ch;
  color: #fff;
}
.dir-card.glow-follow p,
body[data-page="home"] .dir-card p,
body[data-page="apps"] .dir-card p,
body[data-page="crm"] .dir-card p {
  color: rgba(255, 255, 255, 0.68);
  max-width: none;
  font-size: 0.9rem;
  line-height: 1.5;
}
.dir-card.glow-follow .num,
body[data-page="home"] .dir-card .num {
  opacity: 0.28;
  color: #fff;
}
.dir-foot {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-top: 18px;
}
.btn-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 700;
}
.dir-card:hover .btn-glass { background: rgba(255, 255, 255, 0.18); }

/* Service pages — same language as home */
.v05-hero.is-apps {
  background-image:
    var(--hero-photo-veil),
    var(--hero-photo-veil-extra),
    url("../assets/hero-app.jpg");
  background-size: auto, auto, 132% auto;
  background-position: 0 0, 0 0, 88% 16%;
}
.v05-hero.is-crm {
  background-image:
    var(--hero-photo-veil),
    var(--hero-photo-veil-extra),
    url("../assets/crm-calm.jpg");
  background-size: auto, auto, 128% auto;
  background-position: 0 0, 0 0, 88% 22%;
}

.ink-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(155deg, #0a0a0a 0%, #16181b 38%, #3a3f46 78%, #6a7178 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  display: grid;
  align-content: start;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.ink-card:hover { transform: translateY(-3px); }
.ink-card .tag {
  display: inline-flex;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ink-card h3 { margin: 0 0 8px; color: #fff; }
.ink-card p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.92rem; }
.ink-card a { color: rgba(255, 255, 255, 0.9); }
.ink-card ul { margin: 10px 0 0; padding-left: 18px; color: rgba(255, 255, 255, 0.72); }
.ink-card .amount { font-size: 1.8rem; font-weight: 800; margin: 8px 0 2px; color: #fff; }
.ink-card .sub { color: rgba(255, 255, 255, 0.55); font-size: 0.88rem; margin-bottom: 12px; }
.ink-card .btn-primary {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ink-card .btn-primary:hover { background: rgba(255, 255, 255, 0.22); }
.ink-card.popular {
  background:
    linear-gradient(155deg, #111111 0%, #1c1c1c 40%, #2c3034 100%);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36);
}
.ink-card.price {
  align-content: start;
}
.ink-card.price ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 7px;
}
.ink-card.price li {
  padding-left: 14px;
  position: relative;
  color: rgba(255, 255, 255, 0.72);
}
.ink-card.price li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.ink-card .btn-light {
  background: #fff;
  color: #101816;
}
.ink-card .btn-line {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.ink-card .cta {
  margin-top: 14px;
  font-weight: 800;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.92);
}
.ex-card {
  border-radius: 24px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ex-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.ex-card .body { padding: 14px 16px 16px; }
.ex-card h3 { margin: 0; color: #fff; }
.ex-card p { margin: 6px 0 0; color: rgba(255, 255, 255, 0.62); font-size: 0.88rem; }

body[data-page="apps"] .checks li,
body[data-page="crm"] .checks li { color: var(--copy); }
body[data-page="apps"] .platform-box,
body[data-page="crm"] .split-media.ink-card { min-height: 280px; }

/* Calculator — darker green + soft gradient */
body[data-page="home"] .calc-cta {
  background:
    linear-gradient(125deg, rgba(6, 12, 10, 0.92) 0%, rgba(12, 32, 28, 0.78) 48%, rgba(8, 18, 16, 0.88) 100%),
    linear-gradient(160deg, #0a1612, #132f2a 55%, #0d1c18),
    url("../assets/hero-calm.jpg") center/cover;
  border-color: rgba(255, 255, 255, 0.1);
}
body[data-page="home"] .calc-cta .eyebrow {
  color: rgba(197, 224, 138, 0.75) !important;
}
body[data-page="home"] .calc-cta-side {
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

body[data-page="home"] .section-head.story-head .lead {
  max-width: 52rem;
  line-height: 1.7;
}
.story {
  max-width: 52rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
}
.story a { font-weight: 700; color: var(--forest); }

.home-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.home-group {
  padding: 22px 20px 20px;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.home-group .tag {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--forest);
  background: rgba(28, 75, 66, 0.08);
}
.home-group h3 { margin: 0 0 10px; font-size: 1.2rem; }
.home-group p { margin: 0; color: var(--ink); line-height: 1.65; font-size: 0.96rem; }
.home-group-links { margin-top: 14px !important; font-weight: 700; }
.home-group-links a { color: var(--forest); }

.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.case-card {
  padding: 22px 20px 18px;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.case-card .tag {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--forest);
}
.case-card h3 { margin: 0 0 10px; font-size: 1.15rem; line-height: 1.3; }
.case-card p { margin: 0; line-height: 1.65; font-size: 0.95rem; }
.case-meta {
  margin-top: 14px !important;
  font-weight: 800;
  color: var(--forest);
  font-size: 0.88rem !important;
}

.letter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.letter-card {
  display: grid;
  border-radius: 22px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--ease);
}
.letter-card:hover { transform: translateY(-3px); }
.letter-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
  background: #f4f1ea;
}
.letter-card .body { padding: 14px 16px 16px; }
.letter-card h3 { margin: 0 0 8px; font-size: 1.02rem; }
.letter-card p { margin: 0; font-size: 0.92rem; line-height: 1.6; color: var(--copy); font-weight: 500; }

.logo-strip {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: center;
  padding: 18px 16px;
  border-radius: 22px;
  background: #101816;
}
.logo-strip img {
  width: 100%;
  height: 56px;
  object-fit: contain;
}

@media (max-width: 960px) {
  .home-groups, .letter-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .logo-strip { grid-template-columns: repeat(3, 1fr); }
}

body[data-page="home"] #napravleniya .section-head,
body[data-page="home"] #napravleniya .section-head .lead,
body[data-page="home"] #sravnenie .section-head,
body[data-page="home"] #sravnenie .section-head .lead {
  max-width: none;
}
body[data-page="home"] #napravleniya .dir-head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
body[data-page="home"] #napravleniya .dir-head-row h2 {
  margin: 0;
}
body[data-page="home"] #napravleniya .dir-head-cta {
  flex: 0 0 auto;
  text-align: right;
  max-width: min(320px, 46%);
}
body[data-page="home"] #napravleniya .dir-head-cta .btn {
  white-space: nowrap;
}
body[data-page="home"] #napravleniya .dir-head-cta .btn:hover {
  background: var(--forest) !important;
  color: #fff;
  border-color: var(--forest);
  box-shadow: 0 10px 26px rgba(28, 75, 66, 0.28);
}
body[data-page="home"] #napravleniya .dir-head-note {
  margin: 8px 0 0;
  font-size: 0.72rem;
  line-height: 1.35;
  font-weight: 600;
  color: var(--forest);
}
@media (max-width: 720px) {
  body[data-page="home"] #napravleniya .dir-head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  body[data-page="home"] #napravleniya .dir-head-cta {
    text-align: left;
    max-width: none;
  }
}
body[data-page="home"] .dir-more {
  margin-top: 14px;
}
.compare-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background: var(--ink);
  border: 1px solid rgba(16, 24, 22, 0.18);
}
.compare-mini:hover {
  background: var(--forest);
  color: #fff;
}

body[data-page="home"] .home-niche-grid.is-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
body[data-page="home"] .home-niche-grid.is-6 .home-niche .pic { height: 92px; }
body[data-page="home"] .home-niche-grid.is-6 .home-niche .body { padding: 8px 10px 10px; }
body[data-page="home"] .home-niche-grid.is-6 .home-niche h3 { font-size: 0.92rem; }
body[data-page="home"] .home-niche-grid.is-6 .home-niche p { font-size: 0.78rem; margin-top: 3px; }

.client-marquee {
  margin-top: 22px;
  overflow: hidden;
}
.client-marquee-label {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.client-marquee-track { overflow: hidden; }
.client-marquee-row {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: client-marquee 110s linear infinite;
}
.client-marquee-row img {
  height: 38px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
html[data-theme="dark"] .client-marquee-row img {
  mix-blend-mode: screen;
  opacity: 0.8;
}
@keyframes client-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.compare-table.is-wide {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
}
.compare-table.is-wide th,
.compare-table.is-wide td {
  padding: 10px 7px;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
  white-space: normal;
  vertical-align: top;
}
.compare-table.is-wide th:first-child,
.compare-table.is-wide td:first-child {
  width: 30%;
  padding-right: 14px;
}
.compare-table.is-wide th:not(:first-child),
.compare-table.is-wide td:not(:first-child) {
  width: 11.6%;
}
.compare-table.is-wide td strong { font-size: 0.95rem; }
.compare-table.is-wide .muted { font-size: 0.8rem; color: var(--muted); font-weight: 500; }
.compare-table.is-wide tr.is-budget td {
  background: rgba(28, 75, 66, 0.07);
  color: #3d5c55;
  font-weight: 600;
}
html[data-theme="dark"] .compare-table.is-wide tr.is-budget td {
  background: rgba(61, 140, 120, 0.14);
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1100px) {
  body[data-page="home"] .home-niche-grid.is-6 { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 980px) {
  body[data-page="home"] .dir-grid.is-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .v05-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: clamp(22px, 3.5vw, 32px) 20px;
  }
  .v05-chips {
    justify-items: start;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    order: 2;
  }
  .v05-copy { order: 1; }
  .v05-copy h1 { max-width: 100%; }
  .v05-chip { animation: none; }
  .v05-sell { grid-template-columns: 1fr 1fr; }
  .v05-card.is-plain { grid-column: 1 / -1; }
  .v05-card.is-grad {
    width: auto;
    max-width: none;
    justify-self: stretch;
  }
  body[data-page="home"] .home-niche-grid.is-6 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  body[data-page="home"] .home-niche-grid.is-6 { grid-template-columns: 1fr 1fr; }
  .v05-sell { grid-template-columns: 1fr; }
  .v05-card.is-plain { grid-column: auto; }
}
@media (max-width: 560px) {
  .v05-chips { grid-template-columns: 1fr; }
}
