:root {
  color-scheme: dark;
  --bg: #15120f;
  --panel: #211b17;
  --panel-strong: #2a231d;
  --line: rgba(221, 198, 168, 0.16);
  --line-strong: rgba(221, 198, 168, 0.28);
  --text: #f3eadf;
  --muted: #c9baa8;
  --soft: #a99681;
  --accent: #d7b38a;
  --accent-deep: #8f6846;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%),
    linear-gradient(rgba(221, 198, 168, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 198, 168, 0.045) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 72px 72px, 72px 72px, auto;
  color: var(--text);
  line-height: 1.65;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

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

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

p,
ul,
ol {
  margin: 0;
}

main {
  min-height: 100vh;
}

.container {
  width: min(var(--container), calc(100vw - 32px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.site-shell {
  position: relative;
  z-index: 20;
  background: rgba(21, 18, 15, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.shell-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.brand-mark {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-meta {
  font-size: 0.8rem;
  color: var(--soft);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: center;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text);
}

.shell-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-pill {
  border: 1px solid var(--line-strong);
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-weight: 600;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-small {
  padding: 10px 16px;
  font-size: 0.9rem;
}

.button-primary {
  background: var(--accent);
  color: #16110d;
}

.button-primary:hover {
  background: #dfc09d;
}

.button-secondary {
  border-color: var(--line-strong);
  color: var(--text);
  background: transparent;
}

.button-secondary:hover {
  border-color: rgba(221, 198, 168, 0.5);
}

.page-hero {
  padding: 88px 0 36px;
}

.home-hero {
  padding-top: 96px;
}

.hero-grid,
.split-grid,
.article-hero-grid,
.article-layout {
  display: grid;
  gap: 28px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
}

.article-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: center;
}

.hero-summary,
.panel,
.media-card,
.article-card,
.sticky-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-summary {
  padding: 28px;
}

.hero-summary-label {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-summary h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
}

.hero-summary p {
  color: var(--muted);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 4.95rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

h3 {
  font-size: 1.35rem;
}

.lead {
  margin-top: 18px;
  max-width: 760px;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-grid .check-list {
  margin-top: 18px;
}

.section {
  padding: 34px 0 34px;
}

.muted {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading p {
  margin-top: 12px;
  color: var(--muted);
}

.card-grid,
.article-grid,
.media-grid,
.stats-grid,
.timeline-grid {
  display: grid;
  gap: 20px;
}

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid.six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.panel {
  padding: 24px;
}

.panel h3,
.panel strong {
  display: block;
}

.panel strong {
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.panel p,
.panel li {
  color: var(--muted);
}

.motion-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.panel-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  align-items: start;
}

.check-list,
.plain-list {
  padding-left: 20px;
}

.check-list li + li,
.plain-list li + li {
  margin-top: 10px;
}

.check-list li::marker,
.plain-list li::marker {
  color: var(--accent);
}

.article-card,
.media-card {
  overflow: hidden;
}

.image-frame,
.article-hero-image {
  background: #120f0d;
}

.image-frame {
  position: relative;
}

.image-frame img,
.media-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.team-member-card img,
.team-spotlight-card img {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  background: #18130f;
  padding: 10px 10px 0;
}

.article-card-media img {
  aspect-ratio: 16 / 9;
}

.article-hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.image-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 13, 10, 0.82);
  border: 1px solid rgba(243, 234, 223, 0.14);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.article-card-body,
.media-card-copy {
  padding: 22px;
}

.article-card-body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.article-card-body h2,
.article-card-body h3,
.media-card-copy h3 {
  margin-bottom: 12px;
}

.article-card-body p,
.media-card-copy p {
  color: var(--muted);
}

.article-card-meta {
  margin-bottom: 10px;
  color: var(--soft);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card-body h2 a,
.article-card-body h3 a {
  text-decoration: none;
}

.article-card-body > p:last-of-type {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card-footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.article-card-cta {
  min-width: 168px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(215, 179, 138, 0.14);
  border: 1px solid rgba(215, 179, 138, 0.22);
  color: var(--accent);
  font-size: 0.78rem;
}

.chip-muted {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--line);
}

.text-link,
.external-link-row a,
.article-card-body a {
  color: var(--accent);
}

.external-link-row {
  margin-top: 16px;
}

.article-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
}

.article-body {
  min-width: 0;
}

.article-body > * + * {
  margin-top: 24px;
}

.article-section > * + * {
  margin-top: 16px;
}

.article-body p,
.article-body li,
.article-body li a,
.article-body p a,
.faq-item p {
  color: var(--muted);
}

.article-body ul,
.article-body ol {
  padding-left: 24px;
}

.article-body li + li {
  margin-top: 8px;
}

.sticky-panel {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.sticky-panel h2 {
  margin-bottom: 14px;
  font-size: 1.7rem;
}

.sticky-panel .button {
  width: 100%;
  margin-top: 12px;
}

.sticky-panel hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 22px 0;
}

.aside-note {
  color: var(--soft);
  font-size: 0.95rem;
  margin-top: 18px;
  line-height: 1.65;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-item {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.02);
}

.faq-item h3 {
  margin-bottom: 10px;
}

.cta-band {
  padding: 56px 0;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(215, 179, 138, 0.12), rgba(255, 255, 255, 0.03));
}

.cta-band-inner h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 12px;
}

.cta-band-inner p {
  color: var(--muted);
  max-width: 760px;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.metric-card {
  min-height: 164px;
}

.metric-card strong {
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
}

.metric-card p {
  max-width: 18ch;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0 40px;
}

.mobile-cta-bar {
  display: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.footer-brand,
.footer-label {
  margin-bottom: 10px;
  color: var(--text);
  font-weight: 600;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
}

code {
  padding: 0.15rem 0.4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

@media (max-width: 1100px) {
  .hero-grid,
  .split-grid,
  .article-layout,
  .article-hero-grid {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .card-grid.six,
  .article-grid,
  .media-grid,
  .stats-grid,
  .timeline-grid,
  .timeline-grid.four,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .shell-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav,
  .shell-actions,
  .hero-actions,
  .cta-band-inner,
  .cta-band-actions {
    width: 100%;
  }

  .site-nav {
    gap: 8px 14px;
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
    max-width: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .shell-actions {
    justify-content: space-between;
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .card-grid,
  .card-grid.six,
  .article-grid,
  .media-grid,
  .stats-grid,
  .timeline-grid,
  .timeline-grid.four,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .section,
  .cta-band {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home-hero {
    padding-top: 44px;
    padding-bottom: 112px;
  }

  .page-hero {
    padding-bottom: 96px;
  }

  .cta-band-inner,
  .panel,
  .hero-summary,
  .article-card-body,
  .media-card-copy,
  .sticky-panel {
    padding: 20px;
  }

  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0));
  }

  .mobile-cta-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0));
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(20, 16, 13, 0.92);
    border: 1px solid var(--line-strong);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition:
      opacity 220ms ease,
      transform 220ms ease;
  }

  body.show-mobile-cta .mobile-cta-bar {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

.mobile-cta-bar .button {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .article-card-cta {
    width: 100%;
  }

  .article-card-media img {
    aspect-ratio: 16 / 8.4;
  }

  .team-member-card img,
  .team-spotlight-card img {
    padding: 8px 8px 0;
  }
}

.ru-landing-shell .brand-meta {
  letter-spacing: 0.06em;
}

.ru-landing-nav {
  gap: 18px;
}

.ru-audit-page {
  --bg: #11100d;
  --panel: #1c1814;
  --panel-strong: #26201b;
  --text: #e9ded1;
  --muted: #b8a999;
  --soft: #9d8f81;
  --accent: #c9a36a;
  --accent-deep: #d9b885;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  overflow-x: clip;
}

.ru-audit-page main {
  overflow: clip;
}

.revenue-hero {
  padding-top: 108px;
}

.revenue-hero-grid,
.booking-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.revenue-hero-grid h1 {
  max-width: 13ch;
}

.revenue-hero-tags,
.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.soft-tag,
.tag-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(143, 174, 139, 0.34);
  color: #dbe9d8;
  background: rgba(143, 174, 139, 0.1);
  font-size: 0.92rem;
  font-weight: 600;
}

.revenue-callout {
  position: relative;
}

.revenue-proof-chip {
  margin-top: 22px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(143, 174, 139, 0.28);
  background: linear-gradient(180deg, rgba(143, 174, 139, 0.18), rgba(143, 174, 139, 0.05));
}

.revenue-proof-chip strong {
  display: block;
  margin-bottom: 10px;
  color: #dce7c7;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-stat strong {
  display: block;
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: none;
}

.proof-stat p {
  max-width: 16ch;
}

.statement-band {
  margin-top: 28px;
  padding: 22px 26px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 20px 20px 0;
}

.statement-band p {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.35;
}

.statement-band span {
  color: #d6e7c8;
}

.booking-ui {
  padding: 22px;
}

.booking-ui-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.booking-search,
.booking-score {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 0.92rem;
}

.booking-score {
  color: #dbe9d8;
  border-color: rgba(143, 174, 139, 0.28);
}

.booking-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.booking-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.booking-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.mock-hospitality-card img,
.expertise-card img {
  object-fit: cover;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.comparison-card {
  min-height: 100%;
}

.comparison-card-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.comparison-card-accent {
  background: linear-gradient(180deg, rgba(143, 174, 139, 0.15), rgba(143, 174, 139, 0.05));
  border-color: rgba(143, 174, 139, 0.28);
}

.layer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.snapshot-note,
.meeting-sidecard,
.selection-panel,
.calendly-shell {
  padding: 24px;
}

.snapshot-note h3,
.meeting-sidecard h3,
.selection-panel h3 {
  margin-bottom: 12px;
}

.snapshot-note p + p {
  margin-top: 12px;
}

.team-mini-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-mini-grid .media-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.calendly-grid {
  align-items: center;
}

.calendly-frame {
  width: 100%;
  min-height: 760px;
  border: 0;
  border-radius: 20px;
  background: #fff;
}

.external-link-row a {
  color: var(--accent);
}

.ru-audit-page .mobile-cta-bar.show-immediately {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.revenue-hero-vivid {
  position: relative;
  padding-bottom: 68px;
  background:
    radial-gradient(circle at 0% 0%, rgba(117, 86, 255, 0.12), transparent 34%),
    radial-gradient(circle at 100% 20%, rgba(143, 174, 139, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.impact-kicker-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(201, 163, 106, 0.12);
  border: 1px solid rgba(201, 163, 106, 0.32);
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 700;
}

.vivid-grid {
  align-items: stretch;
}

.hero-copy-impact {
  display: flex;
  flex-direction: column;
}

.hero-copy-impact .impact-title + .lead {
  margin-top: 30px;
}

.impact-title {
  display: flex;
  flex-direction: column;
  gap: 0.08em;
  max-width: 12ch;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3.05rem, 7vw, 6.4rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.impact-title span {
  display: block;
}

.outlined-impact,
.outline-pill-text {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.08em 0.26em;
  border-radius: 999px;
  border: 2px solid rgba(143, 174, 139, 0.9);
}

.impact-subtitle {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.25rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.impact-subtitle + p,
.section-heading .impact-subtitle + p {
  margin-top: 22px;
}

.impact-lead {
  max-width: 56ch;
}

.impact-lead + .impact-lead {
  margin-top: 14px;
}

.lime-copy,
.lime-highlight {
  color: #d7f86e;
}

.wave-mark {
  position: relative;
  display: inline;
  padding-bottom: 0.08em;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.16em;
  text-decoration-skip-ink: none;
}

.wave-lime {
  text-decoration-color: #b6ff00;
}

.wave-purple {
  text-decoration-color: #7556ff;
}

.pdf-preview-card {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

.pdf-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.pdf-preview-head h3 {
  margin-top: 4px;
}

.pdf-preview-head p:last-child {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
}

.pdf-preview-frame {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
  background: #fff;
}

.pdf-preview-viewer {
  display: none;
  padding: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.pdf-preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
}

.pdf-preview-toolbar-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pdf-preview-counter {
  color: var(--muted);
  font-size: 0.92rem;
  white-space: nowrap;
}

.pdf-preview-canvas-shell {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    #0f0d0b;
}

.pdf-preview-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: var(--muted);
  text-align: center;
  z-index: 1;
}

.pdf-preview-loading.is-hidden {
  display: none;
}

.pdf-preview-canvas {
  display: block;
  width: 100%;
  height: auto;
}

.calendly-inline-section {
  padding-top: 44px;
}

.calendly-inline-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.calendly-inline-card .calendly-inline-widget {
  width: 100%;
}

.gold-copy {
  color: var(--accent);
}

.ink-highlight {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.08em 0.24em;
  border-radius: 999px;
  background: rgba(117, 86, 255, 0.8);
  color: #fff7ed;
}

.hero-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.compact-proof-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promise-tile {
  min-height: 168px;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.promise-tile strong {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

.promise-tile p {
  color: #f0e5d8;
  font-size: 1.05rem;
}

.promise-blue {
  background: linear-gradient(135deg, rgba(117, 86, 255, 0.9), rgba(75, 65, 231, 0.92));
}

.promise-lime {
  background: linear-gradient(135deg, rgba(207, 255, 52, 0.98), rgba(173, 215, 60, 0.95));
  color: #14110e;
}

.promise-lime p,
.promise-lime strong {
  color: #14110e;
}

.promise-dark {
  background: linear-gradient(180deg, rgba(47, 43, 39, 0.96), rgba(33, 29, 26, 0.98));
}

.hero-visual-stack {
  display: grid;
  gap: 16px;
}

.expert-intro-card {
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(39, 35, 31, 0.98), rgba(26, 23, 20, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.expert-intro-card img {
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(1);
}

.expert-intro-copy {
  padding: 18px 20px 20px;
}

.expert-intro-copy h3 {
  margin-bottom: 8px;
}

.compact-audience-cloud {
  margin: 18px 0 6px;
}

.compact-audience-cloud span {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.86rem;
}

.hero-visual-card,
.vivid-mock-card {
  box-shadow: var(--shadow);
}

.compact-list li + li {
  margin-top: 8px;
}

.hero-proof-row {
  display: grid;
  gap: 14px;
}

.neon-proof {
  border-color: rgba(143, 174, 139, 0.44);
  background:
    linear-gradient(180deg, rgba(143, 174, 139, 0.22), rgba(143, 174, 139, 0.06)),
    rgba(255, 255, 255, 0.02);
}

.impact-mini-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.impact-mini-note span {
  font-size: 1.2rem;
  line-height: 1;
}

.impact-mini-note p {
  color: var(--muted);
}

.note-wide {
  margin-top: 18px;
}

.proof-grid-vivid .panel,
.impact-stat {
  box-shadow: var(--shadow);
}

.impact-stat-accent {
  background: linear-gradient(180deg, rgba(201, 163, 106, 0.16), rgba(255, 255, 255, 0.03));
}

.impact-stat-dark {
  background: linear-gradient(180deg, rgba(47, 43, 39, 0.96), rgba(33, 29, 26, 0.98));
}

.pain-story-grid {
  align-items: center;
}

.pain-portrait-wrap {
  position: relative;
}

.portrait-blob {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background: radial-gradient(circle at 30% 30%, rgba(143, 174, 139, 0.85), rgba(143, 174, 139, 0.55));
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: var(--shadow);
}

.portrait-blob img {
  width: 100%;
  max-width: 540px;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: grayscale(1);
}

.portrait-blob-large {
  min-height: 580px;
}

.speech-card {
  position: absolute;
  top: 22px;
  left: 22px;
  max-width: 260px;
  padding: 14px 18px;
  border-radius: 24px;
  background: #fff7ed;
  color: #13110e;
  font-size: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pain-bullet-stack {
  display: grid;
  gap: 14px;
}

.pain-card h3 {
  margin-bottom: 10px;
}

.impact-statement {
  margin-top: 20px;
}

.section-electric {
  background:
    radial-gradient(circle at 0% 0%, rgba(117, 86, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
}

.booking-ui-vivid {
  background: linear-gradient(180deg, rgba(117, 86, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.compare-grid-vivid {
  align-items: stretch;
}

.compare-card-negative,
.compare-card-positive,
.layer-card,
.service-mode-card,
.team-fact-card,
.selection-panel-vivid {
  box-shadow: var(--shadow);
}

.compare-card-negative {
  border-color: rgba(255, 255, 255, 0.08);
}

.compare-card-positive {
  border-color: rgba(143, 174, 139, 0.32);
}

.layer-grid-vivid {
  align-items: stretch;
}

.layer-card-featured {
  border-color: rgba(117, 86, 255, 0.45);
  background: linear-gradient(180deg, rgba(117, 86, 255, 0.12), rgba(255, 255, 255, 0.03));
}

.layer-card h3,
.service-mode-card h3 {
  margin-top: 12px;
}

.layer-card h3 + p,
.service-mode-card h3 + p {
  margin-top: 14px;
}

.service-mode-card .plain-list {
  margin-top: 18px;
}

.wellness-visual-column {
  display: grid;
  gap: 16px;
}

.wellness-notes-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow);
}

.consultation-band {
  background:
    radial-gradient(circle at 0% 0%, rgba(117, 86, 255, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(52, 42, 185, 0.92), rgba(74, 51, 215, 0.94));
}

.consultation-band .eyebrow,
.consultation-band p,
.consultation-band li,
.consultation-band h2,
.consultation-band h3 {
  color: #fff7ed;
}

.consultation-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.consultation-band-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(17, 16, 13, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.consultation-band .impact-subtitle + p {
  margin-top: 24px;
}

.consultation-band-card p + p {
  margin-top: 12px;
}

.meeting-sidecard-strong {
  border-color: rgba(143, 174, 139, 0.24);
}

.snapshot-dark {
  background: linear-gradient(180deg, rgba(47, 43, 39, 0.98), rgba(26, 23, 20, 0.98));
}

.service-mode-grid,
.expertise-stat-grid {
  align-items: stretch;
}

.package-carousel {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.package-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 18px;
}

.package-price {
  margin: 12px 0 10px;
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 800;
}

.service-mode-card-accent {
  border-color: rgba(143, 174, 139, 0.32);
  background: linear-gradient(180deg, rgba(143, 174, 139, 0.16), rgba(255, 255, 255, 0.03));
}

.audience-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.audience-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  font-weight: 700;
}

.case-carousel {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.case-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 360px);
  gap: 18px;
}

.case-slide {
  overflow: hidden;
  border-radius: 24px;
  background: #191512;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}

.case-slide-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.case-slide-copy {
  padding: 18px;
}

.compact-case-slide .case-slide-copy {
  padding: 16px 18px 18px;
}

.compact-case-slide h3 {
  font-size: 1.05rem;
  line-height: 1.25;
}

.case-slide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.case-slide-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
}

.expertise-grid-vivid {
  align-items: center;
}

.expertise-portrait-shell {
  display: grid;
  gap: 18px;
}

.expertise-caption h3 {
  margin-bottom: 8px;
}

.team-grid-vivid .media-card,
.team-grid-vivid .panel {
  box-shadow: var(--shadow);
}

.compact-team-slide .case-slide-media {
  position: relative;
}

.team-slide-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(17, 16, 13, 0.06), rgba(17, 16, 13, 0.82));
  backdrop-filter: blur(6px);
}

.team-slide-overlay strong {
  display: block;
  color: #fff7ed;
  font-size: 0.98rem;
  line-height: 1.2;
}

.team-slide-overlay span {
  display: block;
  margin-top: 4px;
  color: rgba(245, 240, 231, 0.78);
  font-size: 0.8rem;
  line-height: 1.25;
}

.team-fact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.selection-grid-vivid {
  align-items: center;
}

.checklist-emoji li + li {
  margin-top: 10px;
}

.checklist-emoji li::marker {
  color: transparent;
}

.red-cross {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 10px;
  color: #ff3b30;
  font-weight: 900;
  line-height: 1;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.45rem;
}

.final-booking-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(117, 86, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
}

.ecosystem-strip {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ecosystem-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.ecosystem-rail-item {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ecosystem-rail-item img {
  width: 100%;
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
  object-position: center;
}

.ecosystem-rail-item-static {
  cursor: default;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.ecosystem-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.ecosystem-card img {
  width: 100%;
  max-width: 184px;
  height: 78px;
  padding: 4px 0;
  object-fit: contain;
  object-position: center;
}

.ecosystem-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 0.96rem;
}

.ecosystem-card span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ecosystem-card-static {
  cursor: default;
}

@media (max-width: 980px) {
  .hero-promise-grid,
  .consultation-band-grid,
  .revenue-hero-grid,
  .booking-proof-grid,
  .compare-grid,
  .layer-grid,
  .team-mini-grid,
  .two-up,
  .four-up,
  .ecosystem-grid,
  .ecosystem-rail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ru-landing-nav {
    display: none;
  }

  .pdf-preview-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pdf-preview-head p:last-child {
    max-width: none;
  }

  .pdf-preview-viewer {
    display: block;
  }

  .pdf-preview-frame-desktop {
    display: none;
  }

  .pdf-preview-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .pdf-preview-toolbar-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .pdf-preview-counter {
    white-space: normal;
  }

  .pdf-preview-toolbar .button {
    width: 100%;
  }

  .pdf-preview-toolbar [data-pdf-open] {
    display: none !important;
  }

  .checklist-emoji {
    padding-left: 0;
    list-style: none;
  }

  .checklist-emoji li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .compact-filter-section .aside-note {
    color: var(--text);
    line-height: 1.6;
  }

  .calendly-inline-card {
    border-radius: 20px;
  }

  .calendly-inline-card .calendly-inline-widget {
    height: 640px !important;
  }

  .revenue-hero {
    padding-top: 58px;
    padding-bottom: 120px;
  }

  .impact-kicker-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .impact-title,
  .impact-subtitle {
    max-width: none;
  }

  .compact-proof-row {
    grid-template-columns: 1fr;
  }

  .expert-intro-card img {
    aspect-ratio: 4 / 4.4;
  }

  .ecosystem-rail-item {
    min-height: 76px;
  }

  .ecosystem-rail-item img {
    max-width: 132px;
    max-height: 40px;
  }

  .hero-promise-grid {
    grid-template-columns: 1fr;
  }

  .portrait-blob,
  .portrait-blob-large {
    min-height: 420px;
  }

  .speech-card {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .case-carousel-track {
    grid-auto-columns: minmax(260px, 84vw);
  }

  .package-track {
    grid-auto-columns: minmax(280px, 88vw);
  }

  .calendly-shell {
    display: none;
  }

  .ru-audit-page .section,
  .ru-audit-page .page-hero {
    overflow-x: clip;
  }

  .ru-audit-page .hero-actions,
  .ru-audit-page .cta-band-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .ru-audit-page .hero-actions .button,
  .ru-audit-page .cta-band-actions .button {
    width: 100%;
    justify-content: center;
  }

  .ru-audit-page .booking-ui-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ru-audit-page .booking-search,
  .ru-audit-page .booking-score {
    width: 100%;
  }

  .ru-audit-page .revenue-proof-chip,
  .ru-audit-page .statement-band,
  .ru-audit-page .snapshot-note,
  .ru-audit-page .meeting-sidecard,
  .ru-audit-page .selection-panel,
  .ru-audit-page .calendly-shell {
    overflow-wrap: anywhere;
  }

  .revenue-hero-grid h1 {
    max-width: none;
  }

  .proof-stat strong {
    font-size: 2.5rem;
  }

  .calendly-frame {
    min-height: 620px;
  }
}
