:root {
  --bg-900: #121421;
  --bg-800: #191b2a;
  --bg-700: #2a1f21;
  --card-900: rgba(25, 21, 24, 0.86);
  --card-800: rgba(31, 24, 27, 0.78);
  --line-strong: rgba(255, 201, 143, 0.24);
  --line-soft: rgba(255, 203, 148, 0.14);
  --text-strong: #f3ede5;
  --text-main: #d9cbbd;
  --text-soft: #a89484;
  --brand-cyan: #f0a15f;
  --brand-teal: #efb477;
  --brand-orange: #cf6e45;
  --brand-gold: #f2c68e;
  --good: #6cc08c;
  --danger: #ff9e86;
  --shadow-xl: 0 28px 70px rgba(8, 4, 8, 0.58);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --wrap: 1200px;
  --font-display: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-body: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-mono: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.004em;
  font-feature-settings: "calt" 1, "liga" 1;
  background:
    radial-gradient(circle at 12% 8%, rgba(103, 109, 156, 0.2), transparent 38%),
    radial-gradient(circle at 56% 28%, rgba(214, 123, 55, 0.28), transparent 46%),
    radial-gradient(circle at 84% 66%, rgba(139, 47, 34, 0.23), transparent 44%),
    radial-gradient(circle at 18% 86%, rgba(86, 27, 25, 0.22), transparent 42%),
    linear-gradient(160deg, var(--bg-900), var(--bg-800) 48%, var(--bg-700));
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 700;
}

p {
  font-family: var(--font-body);
}

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

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

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

.wrap {
  width: min(100%, var(--wrap));
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.5vw, 2rem);
}

/* Legacy legal page layout compatibility */
.container {
  width: min(100%, var(--wrap));
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.5vw, 2rem);
}

.nav-container {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(20, 18, 24, 0.78);
  backdrop-filter: blur(14px);
}

.nav-content {
  width: min(100%, var(--wrap));
  margin: 0 auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 clamp(1rem, 2.5vw, 2rem);
}

.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0.12rem;
  font-family: var(--font-display);
  font-size: 1.03rem;
  font-weight: 680;
  letter-spacing: -0.01em;
}

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

.logo-io {
  color: #d8b89a;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 205, 156, 0.32);
  border-radius: 999px;
  padding: 0.5rem 0.92rem;
  color: var(--text-strong);
  background: rgba(56, 35, 32, 0.44);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.003em;
}

.primary-cta:hover {
  box-shadow: 0 12px 28px rgba(35, 17, 15, 0.52);
}

.top-strip {
  border-bottom: 1px solid var(--line-soft);
  background: rgba(24, 20, 23, 0.82);
  backdrop-filter: blur(10px);
}

.top-strip .wrap {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-main);
}

.top-strip strong {
  color: var(--text-strong);
}

.top-strip a {
  margin-left: 0.35rem;
  color: #f6d0a2;
  font-weight: 700;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(17, 16, 22, 0.74);
  backdrop-filter: blur(14px);
}

.nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.03rem;
  letter-spacing: -0.01em;
  font-weight: 650;
  color: var(--text-strong);
}

.brand-mark {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(135deg, #ffd8b2, #c86b46);
  box-shadow: 0 0 18px rgba(223, 127, 74, 0.42);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--text-main);
  font-size: 0.93rem;
  font-weight: 560;
  letter-spacing: -0.003em;
}

.desktop-nav > a,
.nav-dd-btn {
  padding: 0.35rem 0.15rem;
}

.desktop-nav > a:hover,
.nav-dd-btn:hover {
  color: var(--text-strong);
}

.nav-dd {
  position: relative;
}

.nav-dd-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-dd-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-dd.open .nav-dd-btn::after {
  transform: translateY(1px) rotate(-135deg);
}

.nav-dd-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.55rem);
  min-width: 240px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(24, 19, 24, 0.95);
  box-shadow: var(--shadow-xl);
  padding: 0.5rem;
  display: grid;
  gap: 0.25rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dd:hover .nav-dd-menu,
.nav-dd.open .nav-dd-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dd-menu a {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.52rem 0.58rem;
  font-size: 0.81rem;
  font-weight: 560;
  color: var(--text-main);
}

.nav-dd-menu a:hover {
  border-color: var(--line-soft);
  background: rgba(78, 46, 33, 0.46);
  color: var(--text-strong);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: -0.003em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}

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

.btn-ghost {
  border: 1px solid rgba(255, 210, 165, 0.3);
  color: var(--text-strong);
  background: rgba(47, 29, 26, 0.44);
  padding: 0.52rem 0.95rem;
  font-size: 0.8rem;
}

.btn-ghost:hover {
  box-shadow: 0 12px 28px rgba(34, 16, 14, 0.56);
}

.btn-primary {
  padding: 0.57rem 1.05rem;
  font-size: 0.8rem;
  color: #21150f;
  background: linear-gradient(135deg, #ffd5a8, #f0a15f 42%, #c5633f);
  box-shadow: 0 13px 30px rgba(207, 109, 63, 0.33);
}

.btn-primary:hover {
  box-shadow: 0 16px 36px rgba(214, 117, 70, 0.4);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  border: 1px solid rgba(255, 208, 161, 0.3);
  background: rgba(42, 30, 29, 0.66);
  color: var(--text-strong);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
  display: block;
  position: relative;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.menu-toggle span::before {
  top: -6px;
}

.menu-toggle span::after {
  top: 6px;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(10, 8, 14, 0.86);
  backdrop-filter: blur(11px);
  display: none;
}

.mobile-nav.open {
  display: block;
}

.mobile-shell {
  width: min(92vw, 340px);
  height: 100%;
  margin-left: auto;
  background: linear-gradient(156deg, rgba(26, 20, 23, 0.97), rgba(18, 16, 23, 0.97));
  border-left: 1px solid var(--line-strong);
  box-shadow: -20px 0 42px rgba(8, 6, 10, 0.62);
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-close {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 191, 133, 0.33);
  background: rgba(77, 44, 31, 0.46);
  color: var(--text-strong);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.mobile-links {
  display: grid;
  gap: 0.35rem;
}

.mobile-links a,
.mobile-links button {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 205, 158, 0.22);
  border-radius: 10px;
  background: rgba(39, 28, 31, 0.64);
  color: var(--text-main);
  padding: 0.64rem 0.7rem;
  text-align: left;
  font-size: 0.88rem;
  font-weight: 560;
  cursor: pointer;
}

.mobile-links button[data-mobile-dd-toggle] {
  position: relative;
  padding-right: 2rem;
}

.mobile-links button[data-mobile-dd-toggle]::after {
  content: "";
  position: absolute;
  right: 0.82rem;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-62%) rotate(45deg);
  transition: transform 0.18s ease;
}

.mobile-links button[data-mobile-dd-toggle][aria-expanded="true"]::after {
  transform: translateY(-32%) rotate(-135deg);
}

.mobile-links a:hover,
.mobile-links button:hover {
  color: var(--text-strong);
}

.mobile-dd {
  display: none;
  padding: 0.24rem 0.35rem 0.28rem 0.65rem;
  gap: 0.3rem;
}

.mobile-dd a {
  display: block;
  width: 100%;
  font-size: 0.79rem;
  background: rgba(57, 36, 35, 0.74);
}

.mobile-dd.open {
  display: grid;
}

.mobile-actions {
  margin-top: auto;
  display: grid;
  gap: 0.5rem;
}

.hero {
  padding: clamp(4.2rem, 6.8vw, 6rem) 0 clamp(3.4rem, 5vw, 4.6rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 205, 160, 0.26);
  background: rgba(44, 28, 31, 0.64);
  color: #efd7c1;
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
}

.kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-teal);
}

.hero h1,
.page-hero h1,
.section h2,
.cta-band h2 {
  font-family: var(--font-display);
  font-weight: 670;
  letter-spacing: -0.02em;
  color: var(--text-strong);
}

.hero h1 {
  font-size: clamp(1.95rem, 5vw, 3.95rem);
  line-height: 1.02;
  margin-bottom: 0.9rem;
}

.gradient-text {
  background: linear-gradient(130deg, #f8eee3, #f3be8f 42%, #d87f4f 72%, #963d2f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p,
.page-hero p {
  color: var(--text-main);
  font-size: clamp(1rem, 1.38vw, 1.1rem);
  line-height: 1.68;
  max-width: 70ch;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.tag-row {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tag {
  border: 1px solid rgba(255, 193, 140, 0.24);
  border-radius: 999px;
  padding: 0.33rem 0.66rem;
  background: rgba(85, 50, 35, 0.28);
  color: var(--text-soft);
  font-size: 0.71rem;
  font-weight: 600;
  letter-spacing: -0.004em;
}

.hero-panel,
.panel {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, rgba(31, 24, 27, 0.92), rgba(23, 18, 22, 0.82));
  box-shadow: var(--shadow-xl);
  padding: clamp(1rem, 2vw, 1.35rem);
  position: relative;
  overflow: hidden;
}

.hero-panel::before,
.panel::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -8%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 150, 96, 0.2), transparent 62%);
  pointer-events: none;
}

.hero-panel::after,
.panel::after {
  content: "";
  position: absolute;
  right: -15%;
  bottom: -32%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(131, 57, 40, 0.18), transparent 64%);
  pointer-events: none;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
  position: relative;
  z-index: 1;
}

.panel-head h3 {
  font-size: 0.69rem;
  font-family: var(--font-mono);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f0d8c2;
}

.panel-chip {
  border-radius: 999px;
  padding: 0.22rem 0.56rem;
  font-family: var(--font-mono);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #ffd9b5, #eca067);
  color: #2c1a10;
}

.case-list {
  display: grid;
  gap: 0.55rem;
  position: relative;
  z-index: 1;
}

.case-row {
  border: 1px solid rgba(255, 206, 166, 0.23);
  border-radius: var(--radius-sm);
  background: rgba(36, 25, 29, 0.68);
  padding: 0.52rem 0.62rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.45rem;
  align-items: center;
}

.case-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 10px rgba(71, 213, 154, 0.6);
}

.case-row small {
  display: block;
  color: var(--text-soft);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-row strong {
  color: var(--text-strong);
  font-size: 0.88rem;
  line-height: 1.28;
  letter-spacing: -0.006em;
}

.case-row span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #f1decb;
}

.hero-surface {
  position: relative;
  border: 1px solid rgba(255, 194, 137, 0.28);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0.7rem;
  background: linear-gradient(165deg, rgba(28, 20, 26, 0.92), rgba(19, 17, 25, 0.92));
  z-index: 1;
}

.hero-surface-shell {
  position: absolute;
  inset: 0;
}

.hero-surface {
  min-height: 242px;
}

.hero-surface-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(255, 188, 128, 0.2);
  overflow: hidden;
}

.hero-surface-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(52, 32, 31, 0.18), rgba(17, 14, 20, 0.86)),
    repeating-linear-gradient(
      to right,
      rgba(242, 181, 128, 0.08) 0,
      rgba(242, 181, 128, 0.08) 1px,
      transparent 1px,
      transparent 22px
    ),
    repeating-linear-gradient(
      to top,
      rgba(242, 181, 128, 0.06) 0,
      rgba(242, 181, 128, 0.06) 1px,
      transparent 1px,
      transparent 20px
    );
}

.hero-surface-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-surface-orb-a {
  width: 260px;
  height: 260px;
  left: 8%;
  top: 6%;
  background: radial-gradient(circle, rgba(245, 173, 107, 0.38), rgba(245, 173, 107, 0.06) 62%, transparent 74%);
}

.hero-surface-orb-b {
  width: 220px;
  height: 220px;
  right: 16%;
  top: 26%;
  background: radial-gradient(circle, rgba(166, 70, 54, 0.3), rgba(166, 70, 54, 0.06) 60%, transparent 74%);
}

.hero-surface-bars {
  position: absolute;
  left: 0.52rem;
  right: 0.52rem;
  bottom: 0.52rem;
  height: 44%;
  display: flex;
  align-items: flex-end;
  gap: 0.24rem;
}

.hero-surface-bars span {
  flex: 1;
  height: var(--h, 30%);
  min-height: 14px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, rgba(248, 216, 177, 0.9), rgba(191, 106, 64, 0.2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-surface-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.38rem;
  padding: 0.6rem;
}

.hero-surface-meta div {
  border: 1px solid rgba(255, 198, 145, 0.22);
  border-radius: 10px;
  background: rgba(61, 37, 32, 0.52);
  padding: 0.4rem 0.5rem;
}

.hero-surface-meta small {
  display: block;
  color: var(--text-soft);
  font-family: var(--font-mono);
  font-size: 0.57rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}

.hero-surface-meta strong {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 0.85rem;
  line-height: 1;
}

.hero-rotator {
  position: relative;
  border: 1px solid rgba(255, 194, 137, 0.28);
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 0.7rem;
  background: rgba(6, 14, 28, 0.82);
  z-index: 1;
}

.hero-rotator img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.75s ease, transform 1.05s ease;
  filter: saturate(1.06) contrast(1.04);
}

.hero-rotator img.active {
  opacity: 1;
  transform: scale(1);
}

.hero-rotator-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.55rem 0.72rem;
  font-size: 0.73rem;
  color: #f2d7bc;
  background: linear-gradient(180deg, rgba(23, 15, 18, 0), rgba(23, 15, 18, 0.92));
}

.hero-rotator-dots {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  gap: 0.32rem;
  z-index: 2;
}

.hero-rotator-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 196, 142, 0.46);
  background: rgba(49, 29, 28, 0.76);
  padding: 0;
  cursor: pointer;
}

.hero-rotator-dots button.active {
  border-color: #f2b27a;
  background: #f2b27a;
}

.total-row {
  margin-top: 0.75rem;
  border-top: 1px solid rgba(255, 196, 145, 0.23);
  padding-top: 0.72rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  z-index: 1;
}

.total-row small {
  color: var(--text-soft);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.total-row strong {
  font-family: var(--font-display);
  color: #f8e9d6;
  font-size: 1.72rem;
  font-weight: 680;
  line-height: 1;
}

.section {
  padding: clamp(3.3rem, 6vw, 5.2rem) 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.4rem;
}

.eyebrow {
  display: inline-block;
  color: #edd4be;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.section h2 {
  font-size: clamp(1.56rem, 3.7vw, 2.7rem);
  line-height: 1.08;
  margin-bottom: 0.75rem;
}

.section p {
  color: var(--text-main);
  font-size: clamp(0.98rem, 1.22vw, 1.08rem);
  line-height: 1.68;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
}

.stat-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(18, 20, 28, 0.76);
  padding: 0.9rem;
}

.stat-value {
  font-family: var(--font-display);
  color: var(--text-strong);
  font-size: clamp(1.26rem, 2.45vw, 1.9rem);
  font-weight: 670;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.stat-label {
  color: var(--text-soft);
  font-family: var(--font-mono);
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-grid {
  display: grid;
  gap: 0.75rem;
}

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

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

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

.card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--card-900);
  padding: 0.95rem;
}

.card h3 {
  font-family: var(--font-display);
  color: var(--text-strong);
  font-size: 1.06rem;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin-bottom: 0.45rem;
}

.card p {
  color: var(--text-soft);
  font-size: 0.89rem;
  line-height: 1.62;
}

.check-list {
  margin-top: 0.8rem;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.check-list li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--text-main);
  font-size: 0.86rem;
  line-height: 1.54;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-teal);
}

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

.compare .bad h3 {
  color: var(--danger);
}

.compare .good h3 {
  color: #f3c18c;
}

.solution-grid {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-link {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--card-900);
  padding: 1rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.solution-link:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 173, 114, 0.45);
}

.solution-link h3 {
  font-family: var(--font-display);
  color: var(--text-strong);
  font-size: 1.08rem;
  letter-spacing: -0.012em;
  margin-bottom: 0.4rem;
}

.solution-link p {
  color: var(--text-soft);
  font-size: 0.89rem;
  line-height: 1.58;
  margin-bottom: 0.7rem;
}

.solution-link span {
  color: #f0d9bf;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.viz-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.viz-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(29, 21, 27, 0.82);
  padding: 0.85rem;
  min-height: 208px;
  position: relative;
  overflow: hidden;
}

.viz-card::after {
  content: "";
  position: absolute;
  right: -24%;
  bottom: -36%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 128, 83, 0.14), transparent 64%);
  pointer-events: none;
}

.viz-card h3 {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

.viz-note {
  margin-top: 0.52rem;
  color: var(--text-soft);
  font-size: 0.79rem;
  line-height: 1.56;
}

.spark-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
  height: 88px;
}

.spark-bars span {
  flex: 1;
  min-height: 14px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #f5d8b6, #c97748);
  opacity: 0.96;
}

.spark-bars span.dim {
  opacity: 0.52;
}

.ring-chart {
  --ring-bg: conic-gradient(#f2b27a 0 40%, #df8454 40% 72%, #a34b3a 72% 100%);
  position: relative;
  width: 132px;
  aspect-ratio: 1;
  margin: 0.45rem auto 0.25rem;
  border-radius: 50%;
  background: var(--ring-bg);
}

.ring-chart::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 194, 139, 0.24);
  background: rgba(26, 18, 23, 0.94);
}

.ring-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.8rem;
}

.ring-center strong {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1;
}

.ring-center span {
  color: var(--text-soft);
  font-family: var(--font-body);
  font-size: 0.64rem;
  margin-top: 0.21rem;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 560;
}

.funnel {
  display: grid;
  gap: 0.4rem;
}

.funnel-step {
  width: var(--w, 100%);
  border: 1px solid rgba(255, 201, 143, 0.25);
  border-radius: 999px;
  background: rgba(94, 54, 39, 0.35);
  padding: 0.3rem 0.58rem;
  color: var(--text-main);
  font-size: 0.77rem;
  font-weight: 540;
  letter-spacing: -0.004em;
}

.heat-map {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.32rem;
  margin-top: 0.25rem;
}

.heat-cell {
  height: 14px;
  border-radius: 4px;
  background: rgba(255, 194, 137, 0.2);
}

.heat-1 { background: rgba(242, 187, 132, 0.28); }
.heat-2 { background: rgba(233, 158, 95, 0.4); }
.heat-3 { background: rgba(215, 122, 72, 0.5); }
.heat-4 { background: rgba(179, 85, 56, 0.58); }
.heat-5 { background: rgba(145, 58, 43, 0.64); }

.mini-kpis {
  list-style: none;
  display: grid;
  gap: 0.42rem;
  margin-top: 0.32rem;
}

.mini-kpis li {
  border: 1px solid rgba(255, 199, 146, 0.24);
  border-radius: 10px;
  background: rgba(72, 44, 37, 0.46);
  padding: 0.35rem 0.48rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-main);
  font-size: 0.75rem;
}

.mini-kpis li strong {
  color: #f5e1ce;
  font-family: var(--font-display);
  font-size: 0.78rem;
}

.viz-split {
  display: grid;
  gap: 0.42rem;
}

.viz-split div {
  display: grid;
  grid-template-columns: 110px 1fr 42px;
  align-items: center;
  gap: 0.36rem;
  color: var(--text-main);
  font-size: 0.75rem;
}

.viz-split label {
  color: #e2d1c0;
  font-size: 0.74rem;
  font-weight: 560;
  letter-spacing: -0.004em;
}

.viz-split span {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 197, 143, 0.18);
  overflow: hidden;
}

.viz-split i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #f6d4ad, #cf7547);
}

.viz-split strong {
  color: #f3ddc8;
  font-family: var(--font-display);
  font-size: 0.77rem;
  text-align: right;
}

.chart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.chart-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(29, 21, 27, 0.8);
  overflow: hidden;
}

.chart-card img {
  width: 100%;
  height: 146px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 194, 137, 0.18);
}

.chart-card p {
  padding: 0.62rem;
  color: var(--text-soft);
  font-size: 0.78rem;
}

.inline-chart {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(29, 21, 27, 0.8);
  padding: 0.85rem;
}

.inline-chart h3 {
  margin-bottom: 0.65rem;
}

.bars {
  display: grid;
  gap: 0.5rem;
}

.bar-row {
  display: grid;
  grid-template-columns: 120px 1fr 52px;
  gap: 0.45rem;
  align-items: center;
}

.bar-row label {
  color: var(--text-main);
  font-size: 0.78rem;
  font-weight: 560;
  letter-spacing: -0.004em;
}

.bar-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 196, 139, 0.16);
  overflow: hidden;
}

.bar-track span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6d7b2, #cb7247);
}

.bar-row strong {
  color: #f3ddc8;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 620;
  text-align: right;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.2rem;
}

.metric-cell {
  border: 1px solid rgba(255, 199, 145, 0.24);
  border-radius: 10px;
  background: rgba(76, 46, 38, 0.45);
  padding: 0.42rem 0.52rem;
}

.metric-cell span {
  display: block;
  color: var(--text-soft);
  font-size: 0.66rem;
  line-height: 1.42;
  letter-spacing: 0.01em;
  margin-bottom: 0.18rem;
}

.metric-cell strong {
  color: #f4e1cd;
  font-family: var(--font-display);
  font-size: 0.98rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.signal-list {
  list-style: none;
  display: grid;
  gap: 0.4rem;
  margin-top: 0.22rem;
}

.signal-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--text-main);
  font-size: 0.76rem;
  line-height: 1.45;
}

.signal-list li span {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.signal-list li span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6cf9f, #ca6f45);
  box-shadow: 0 0 0 3px rgba(242, 185, 125, 0.15);
}

.signal-list li strong {
  color: #f5dfc7;
  font-family: var(--font-display);
  font-size: 0.74rem;
  letter-spacing: -0.004em;
  border: 1px solid rgba(255, 193, 139, 0.24);
  border-radius: 999px;
  background: rgba(95, 56, 41, 0.42);
  padding: 0.17rem 0.46rem;
  white-space: nowrap;
}

.signal-list.compact li strong {
  min-width: 50px;
  text-align: center;
}

.viz-grid-home .viz-card {
  background: rgba(29, 21, 27, 0.82);
}

.viz-grid-chatbot .viz-card {
  background: linear-gradient(165deg, rgba(36, 24, 31, 0.88), rgba(34, 22, 24, 0.78));
}

.viz-grid-chatbot .viz-card::after {
  background: radial-gradient(circle, rgba(227, 137, 84, 0.2), transparent 64%);
}

.viz-grid-support .viz-card {
  background: linear-gradient(165deg, rgba(32, 24, 30, 0.87), rgba(31, 20, 24, 0.79));
}

.viz-grid-support .viz-card::after {
  background: radial-gradient(circle, rgba(198, 107, 74, 0.2), transparent 64%);
}

.viz-grid-data .viz-card {
  background: linear-gradient(165deg, rgba(30, 22, 29, 0.86), rgba(28, 21, 26, 0.78));
}

.viz-grid-data .viz-card::after {
  background: radial-gradient(circle, rgba(147, 80, 58, 0.2), transparent 64%);
}

.viz-grid-marketing .viz-card {
  background: linear-gradient(165deg, rgba(33, 24, 27, 0.88), rgba(37, 23, 25, 0.79));
}

.viz-grid-marketing .viz-card::after {
  background: radial-gradient(circle, rgba(233, 153, 99, 0.19), transparent 64%);
}

.viz-grid-cx .viz-card {
  background: linear-gradient(165deg, rgba(33, 23, 30, 0.88), rgba(30, 20, 26, 0.79));
}

.viz-grid-cx .viz-card::after {
  background: radial-gradient(circle, rgba(242, 184, 125, 0.16), transparent 64%);
}

.timeline {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--card-900);
  padding: 1rem;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.time-node {
  border: 1px solid rgba(255, 198, 143, 0.24);
  border-radius: 12px;
  background: rgba(64, 39, 34, 0.42);
  padding: 0.65rem;
}

.time-node strong {
  display: block;
  color: #f1d8c2;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.time-node p {
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.54;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 820px;
  margin: 1.2rem auto 0;
}

.plan {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  background: var(--card-900);
  padding: 1rem;
  position: relative;
}

.plan h3 {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.012em;
  margin-bottom: 0.26rem;
}

.plan.popular {
  border-color: rgba(243, 246, 252, 0.36);
  box-shadow: 0 18px 44px rgba(193, 105, 62, 0.25);
}

.plan-badge {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.23rem 0.56rem;
  background: linear-gradient(135deg, #ffd9b4, #ec9f67);
  color: #2c1a11;
}

.price {
  font-family: var(--font-display);
  color: var(--text-strong);
  font-size: 2.22rem;
  font-weight: 680;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.18rem;
}

.price-sub {
  color: var(--text-soft);
  font-size: 0.8rem;
  margin-bottom: 0.78rem;
}

.plan ul {
  list-style: none;
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
}

.plan li {
  color: var(--text-main);
  font-size: 0.84rem;
  line-height: 1.52;
  position: relative;
  padding-left: 1rem;
}

.plan li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f2ba84;
  position: absolute;
  left: 0;
  top: 0.42rem;
}

.plan .btn {
  width: 100%;
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-size: 0.84rem;
}

.plan .btn-ghost {
  background: rgba(84, 50, 36, 0.44);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
}

.trust-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--card-900);
  padding: 0.9rem;
}

.trust-card h3 {
  color: var(--text-strong);
  font-size: 0.95rem;
  margin-bottom: 0.36rem;
}

.trust-card p {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.cta-band {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 14% 18%, rgba(239, 176, 115, 0.18), transparent 42%),
    radial-gradient(circle at 82% 80%, rgba(142, 56, 42, 0.16), transparent 46%),
    rgba(28, 21, 25, 0.8);
  text-align: center;
  padding: clamp(1.2rem, 3vw, 1.9rem);
  box-shadow: var(--shadow-xl);
}

.cta-band h2 {
  font-size: clamp(1.62rem, 3.45vw, 2.62rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
}

.cta-band p {
  max-width: 680px;
  margin: 0 auto 0.95rem;
  color: var(--text-main);
  font-size: 0.99rem;
  line-height: 1.66;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.page-hero {
  padding: clamp(4.2rem, 6.7vw, 6rem) 0 clamp(2.8rem, 4vw, 3.8rem);
}

.page-hero h1 {
  font-size: clamp(1.9rem, 4.8vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -0.022em;
  margin-bottom: 0.8rem;
  max-width: 820px;
}

.page-hero p {
  max-width: 760px;
}

.page-subnav {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.page-subnav a {
  border: 1px solid rgba(255, 191, 133, 0.27);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-soft);
  padding: 0.33rem 0.67rem;
  background: rgba(85, 52, 39, 0.34);
}

.page-subnav a:hover,
.page-subnav a.active {
  color: var(--text-strong);
  border-color: rgba(255, 201, 146, 0.45);
}

.quote-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--card-900);
  padding: 1rem;
}

.quote-card blockquote {
  color: var(--text-main);
  font-size: 1.03rem;
  line-height: 1.66;
  margin-bottom: 0.62rem;
}

.quote-card cite {
  color: #f2b67e;
  font-family: var(--font-mono);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-style: normal;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.gallery-item {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--card-900);
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 194, 137, 0.2);
}

.gallery-item div {
  padding: 0.65rem;
}

.gallery-item h3 {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.24;
  margin-bottom: 0.34rem;
}

.gallery-item p {
  color: var(--text-soft);
  font-size: 0.85rem;
  line-height: 1.56;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.team-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--card-900);
  padding: 0.9rem;
}

.team-card h3 {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.26;
  margin-bottom: 0.34rem;
}

.team-card p {
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.56;
}

.job-list {
  display: grid;
  gap: 0.7rem;
}

.job-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--card-900);
  padding: 0.95rem;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.6rem;
}

.job-meta span {
  border: 1px solid rgba(255, 195, 140, 0.27);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.59rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
  padding: 0.28rem 0.56rem;
}

.job-card h3 {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.24;
  margin-bottom: 0.35rem;
}

.job-card p {
  color: var(--text-soft);
  font-size: 0.89rem;
  line-height: 1.58;
  margin-bottom: 0.7rem;
}

footer {
  border-top: 1px solid var(--line-soft);
  margin-top: 3rem;
  padding: 1.9rem 0 2.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 0.95rem;
}

.footer-grid h4 {
  color: #edd4be;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.footer-grid p,
.footer-grid a {
  color: var(--text-soft);
  font-size: 0.84rem;
  letter-spacing: -0.003em;
  margin-bottom: 0.38rem;
  display: block;
}

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

.copy {
  margin-top: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line-soft);
  color: var(--text-soft);
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

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

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

  .solution-grid,
  .gallery-grid,
  .team-grid,
  .chart-grid,
  .viz-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .desktop-nav {
    display: none;
  }

  .nav-inner {
    min-height: 68px;
    justify-content: flex-start;
    gap: 0.55rem;
  }

  .nav-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 0.45rem;
  }

  .nav-actions .btn-primary {
    display: none;
  }

  .nav-actions .btn-ghost {
    padding: 0.44rem 0.72rem;
    font-size: 0.76rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

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

  .card-grid.cols-3,
  .card-grid.cols-2,
  .compare,
  .pricing-grid,
  .solution-grid,
  .gallery-grid,
  .team-grid,
  .chart-grid,
  .viz-grid {
    grid-template-columns: 1fr;
  }

  .bar-row {
    grid-template-columns: 96px 1fr 50px;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .mobile-actions .btn {
    width: 100%;
  }

  .page-subnav a {
    flex: 1 1 calc(50% - 0.48rem);
    text-align: center;
  }

  .quote-card blockquote {
    font-size: 0.98rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .wrap,
  .container,
  .nav-content {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .stats-grid,
  .trust-grid,
  .card-grid.cols-4,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .top-strip .wrap {
    font-size: 0.74rem;
    line-height: 1.45;
    text-align: left;
  }

  .top-strip a {
    display: inline-block;
    margin-left: 0.24rem;
  }

  .hero {
    padding: 3.5rem 0 2.7rem;
  }

  .page-hero {
    padding: 3.3rem 0 2.4rem;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 10.5vw, 2.7rem);
    line-height: 1.06;
  }

  .page-hero h1 {
    font-size: clamp(1.85rem, 9.4vw, 2.55rem);
    line-height: 1.08;
  }

  .hero p,
  .page-hero p,
  .section p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .hero-panel,
  .panel {
    border-radius: 18px;
    padding: 0.8rem;
  }

  .hero-surface-meta {
    grid-template-columns: 1fr;
    gap: 0.32rem;
    padding: 0.52rem;
  }

  .hero-surface-meta div {
    padding: 0.38rem 0.45rem;
  }

  .card,
  .plan,
  .trust-card,
  .quote-card,
  .job-card,
  .time-node,
  .team-card,
  .viz-card,
  .inline-chart {
    padding: 0.8rem;
  }

  .case-row {
    grid-template-columns: auto 1fr;
    align-items: flex-start;
  }

  .case-row span {
    grid-column: 2;
    justify-self: start;
    margin-top: 0.08rem;
  }

  .total-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .total-row strong {
    font-size: 1.4rem;
  }

  .bar-row {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }

  .bar-row label,
  .bar-row strong {
    font-size: 0.75rem;
  }

  .bar-row strong {
    text-align: left;
  }

  .viz-split div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .viz-split strong {
    text-align: left;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .signal-list li {
    align-items: flex-start;
  }

  .spark-bars {
    height: 72px;
  }

  .ring-chart {
    width: 112px;
  }

  .gallery-item img {
    height: 150px;
  }

  .mobile-shell {
    width: min(100vw, 340px);
  }
}

@media (max-width: 420px) {
  .nav-inner {
    min-height: 64px;
  }

  .brand {
    font-size: 0.96rem;
  }

  .nav-actions .btn-ghost {
    padding: 0.38rem 0.62rem;
    font-size: 0.72rem;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .mobile-shell {
    width: 100vw;
  }

  .section {
    padding: 2.6rem 0;
  }

  .kicker {
    font-size: 0.62rem;
    padding: 0.32rem 0.6rem;
  }

  .page-subnav a {
    flex-basis: 100%;
  }

  .gallery-item img {
    height: 132px;
  }

  .job-meta {
    gap: 0.28rem;
  }

  .job-meta span {
    font-size: 0.56rem;
    padding: 0.24rem 0.48rem;
  }
}


/* Accrual-inspired visual refresh (single source of truth) */
:root {
  --bg-900: #1a1a1a;
  --bg-800: #202020;
  --bg-700: #2a2a2a;
  --card-900: rgba(38, 38, 38, 0.92);
  --card-800: rgba(46, 46, 46, 0.86);
  --line-strong: rgba(255, 255, 255, 0.16);
  --line-soft: rgba(255, 255, 255, 0.08);
  --text-strong: #f7f7f6;
  --text-main: rgba(245, 245, 244, 0.84);
  --text-soft: rgba(245, 245, 244, 0.58);
  --brand-cyan: #1f89f3;
  --brand-teal: #58a8f3;
  --brand-orange: #edbe3e;
  --brand-gold: #edbe3e;
  --good: #4fc18d;
  --danger: #df6f6f;
  --shadow-xl: 0 24px 52px rgba(0, 0, 0, 0.45);
  --font-display: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-body: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-mono: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  letter-spacing: -0.002em;
  line-height: 1.64;
  background:
    radial-gradient(circle at 14% -8%, rgba(237, 190, 62, 0.16), transparent 38%),
    radial-gradient(circle at 86% 8%, rgba(31, 137, 243, 0.17), transparent 40%),
    radial-gradient(circle at 52% 114%, rgba(255, 255, 255, 0.06), transparent 42%),
    linear-gradient(180deg, var(--bg-900), var(--bg-800) 45%, var(--bg-700));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
}

.top-strip,
.site-nav,
.nav-container {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(26, 26, 26, 0.84);
  backdrop-filter: blur(16px);
}

.top-strip strong {
  color: var(--text-strong);
}

.top-strip a {
  color: var(--brand-cyan);
}

.brand,
.logo-reflo {
  color: var(--text-strong);
}

.logo-io {
  color: rgba(255, 255, 255, 0.72);
}

.brand-mark {
  background: linear-gradient(140deg, var(--brand-orange), #f3d17a);
  box-shadow: 0 0 18px rgba(237, 190, 62, 0.45);
}

.desktop-nav > a:hover,
.nav-dd-btn:hover {
  color: var(--text-strong);
}

.nav-dd-menu {
  background: rgba(35, 35, 35, 0.96);
  border-color: rgba(255, 255, 255, 0.12);
}

.nav-dd-menu a {
  color: rgba(245, 245, 244, 0.84);
}

.nav-dd-menu a:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.btn,
.primary-cta {
  border-radius: 999px;
}

.btn-ghost,
.primary-cta {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.04);
}

.btn-ghost:hover,
.primary-cta:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.btn-primary {
  color: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, #f3cc61, #edbe3e);
  box-shadow: 0 14px 30px rgba(237, 190, 62, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 16px 32px rgba(237, 190, 62, 0.34);
}

.menu-toggle {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-strong);
}

.mobile-nav {
  background: rgba(16, 16, 16, 0.64);
}

.mobile-shell {
  border-left-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #232323, #1b1b1b);
}

.mobile-close {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.mobile-links a,
.mobile-links button,
.mobile-dd a {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 245, 244, 0.84);
}

.kicker,
.tag,
.eyebrow,
.page-subnav a,
.job-meta span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 245, 244, 0.72);
}

.gradient-text {
  background: linear-gradient(125deg, #f9f9f8 10%, #f4cd63 42%, #6fb7ff 82%);
  -webkit-background-clip: text;
  background-clip: text;
}

.section {
  padding: clamp(4rem, 6vw, 5.8rem) 0;
}

.hero {
  padding: clamp(5rem, 8vw, 7rem) 0 clamp(3.8rem, 5vw, 4.8rem);
}

.page-hero {
  padding: clamp(4.6rem, 7vw, 6.2rem) 0 clamp(3rem, 4.6vw, 4.2rem);
}

.section-head {
  max-width: 820px;
  margin-bottom: 1.7rem;
}

.hero-panel,
.panel,
.card,
.solution-link,
.stat-card,
.viz-card,
.inline-chart,
.chart-card,
.timeline,
.time-node,
.plan,
.trust-card,
.quote-card,
.team-card,
.job-card,
.gallery-item,
.case-row,
.metric-cell,
.mini-kpis li,
.signal-list li strong {
  border-color: var(--line-soft);
  background: var(--card-900);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(8px);
}

.hero-panel::before,
.hero-panel::after,
.panel::before,
.panel::after,
.viz-card::after {
  display: none;
}

.panel-head h3,
.case-row small,
.total-row small,
.hero-surface-meta small,
.viz-note,
.metric-cell span,
.signal-list li span,
.bar-row label,
.viz-split label,
.ring-center span,
.footer-grid h4,
.footer-grid p,
.footer-grid a,
.copy {
  color: var(--text-soft);
}

.panel-chip,
.plan-badge {
  background: rgba(237, 190, 62, 0.14);
  color: #f6d888;
}

.case-row {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.04);
}

.case-row span,
.viz-card h3,
.inline-chart h3,
.metric-cell strong,
.mini-kpis li strong,
.signal-list li strong,
.bar-row strong,
.funnel-step,
.viz-split strong,
.ring-center strong,
.total-row strong {
  color: var(--text-strong);
}

.check-list li::before,
.case-dot,
.plan li::before {
  background: var(--brand-cyan);
  box-shadow: 0 0 10px rgba(31, 137, 243, 0.42);
}

.compare .good h3 {
  color: #8ec6ff;
}

.compare .bad h3 {
  color: #ff9898;
}

.solution-link {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.solution-link:hover {
  transform: none;
  border-color: rgba(111, 183, 255, 0.42);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.solution-link span,
.top-strip a,
.quote-card cite {
  color: var(--brand-cyan);
}

.hero-surface {
  border-color: rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.96), rgba(22, 22, 22, 0.96));
}

.hero-surface-grid {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.55)),
    repeating-linear-gradient(
      to right,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px,
      transparent 22px
    ),
    repeating-linear-gradient(
      to top,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 20px
    );
}

.hero-surface-orb {
  display: none;
}

.hero-surface-bars span {
  background: linear-gradient(180deg, rgba(243, 207, 103, 0.95), rgba(31, 137, 243, 0.28));
}

.hero-surface-meta div {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.34);
}

.hero-surface-meta strong {
  color: #ffffff;
}

.hero-rotator {
  border-color: rgba(255, 255, 255, 0.14);
  background: #1d1d1d;
}

.hero-rotator-cap {
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.72) 100%);
}

.viz-grid {
  gap: 0.86rem;
}

.viz-card,
.inline-chart {
  border-radius: 16px;
  min-height: 208px;
}

.spark-bars {
  position: relative;
  align-items: flex-end;
  gap: 0.4rem;
  height: 162px;
  padding: 1rem 0.88rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3)),
    repeating-linear-gradient(
      to top,
      rgba(255, 255, 255, 0.09) 0,
      rgba(255, 255, 255, 0.09) 1px,
      transparent 1px,
      transparent 36px
    ),
    repeating-linear-gradient(
      to right,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 46px
    );
  overflow: hidden;
}

.spark-bars::before {
  content: "100";
  position: absolute;
  top: 0.54rem;
  right: 0.68rem;
  color: rgba(245, 245, 244, 0.68);
  font-size: 0.7rem;
  line-height: 1;
}

.spark-bars::after {
  content: "9    10    11    12 PM";
  position: absolute;
  left: 0.86rem;
  bottom: 0.43rem;
  color: rgba(245, 245, 244, 0.62);
  font-size: 0.66rem;
  line-height: 1;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.spark-bars span {
  position: relative;
  z-index: 1;
  min-height: 8px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #f3cc61, #edbe3e);
  box-shadow: 0 8px 16px rgba(237, 190, 62, 0.24);
  opacity: 1;
}

.spark-bars span.dim {
  background: linear-gradient(180deg, #8e8e8e, #5c5c5c);
  box-shadow: none;
  opacity: 0.78;
}

.ring-chart {
  --ring-bg: conic-gradient(from -90deg, #edbe3e 0 36%, #1f89f3 36% 72%, #6a6a6a 72% 100%) !important;
  width: 162px;
  margin: 0.5rem auto 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.ring-chart::before {
  display: none;
}

.ring-chart::after {
  inset: 28px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(20, 20, 20, 0.94);
}

.funnel-step {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(31, 137, 243, 0.32), rgba(237, 190, 62, 0.2) 62%, rgba(255, 255, 255, 0.04) 100%);
}

.heat-map {
  gap: 0.35rem;
}

.heat-cell {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.18);
}

.heat-1 { background: rgba(255, 255, 255, 0.18); }
.heat-2 { background: rgba(208, 226, 244, 0.4); }
.heat-3 { background: rgba(111, 183, 255, 0.54); }
.heat-4 { background: rgba(51, 151, 244, 0.68); }
.heat-5 { background: rgba(237, 190, 62, 0.84); }

.viz-split span,
.bar-track {
  background: rgba(255, 255, 255, 0.18);
}

.viz-split i,
.bar-track span {
  background: linear-gradient(90deg, #f3cc61, #1f89f3);
}

.signal-list li span::before {
  background: linear-gradient(135deg, #f3cc61, #1f89f3);
  box-shadow: 0 0 0 3px rgba(237, 190, 62, 0.14);
}

.signal-list li strong {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.bars {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 0.95rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.24)),
    repeating-linear-gradient(
      to top,
      rgba(255, 255, 255, 0.09) 0,
      rgba(255, 255, 255, 0.09) 1px,
      transparent 1px,
      transparent 26px
    );
}

.bar-row {
  grid-template-columns: 126px 1fr 54px;
  gap: 0.55rem;
}

.bar-track {
  height: 10px;
}

.chart-card img {
  display: none;
}

.chart-card p {
  padding: 0.9rem;
  min-height: 132px;
}

.plan.popular {
  border-color: rgba(237, 190, 62, 0.44);
  box-shadow: 0 20px 34px rgba(237, 190, 62, 0.18);
}

.plan .btn-ghost {
  background: rgba(255, 255, 255, 0.04);
}

.cta-band {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 15% 14%, rgba(237, 190, 62, 0.2), transparent 42%),
    radial-gradient(circle at 82% 78%, rgba(31, 137, 243, 0.2), transparent 44%),
    rgba(34, 34, 34, 0.82);
}

footer {
  border-top-color: rgba(255, 255, 255, 0.09);
}

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

@media (max-width: 900px) {
  .section {
    padding: 3.4rem 0;
  }

  .hero {
    padding: 4.1rem 0 3.1rem;
  }

  .page-hero {
    padding: 3.8rem 0 2.8rem;
  }

  .viz-grid,
  .solution-grid,
  .chart-grid {
    gap: 0.72rem;
  }
}

@media (max-width: 640px) {
  .viz-card,
  .inline-chart {
    min-height: auto;
  }

  .spark-bars {
    height: 146px;
    padding: 0.84rem 0.72rem 1.58rem;
    gap: 0.3rem;
  }

  .spark-bars::after {
    font-size: 0.62rem;
    left: 0.66rem;
    bottom: 0.4rem;
  }

  .ring-chart {
    width: 144px;
  }

  .bar-row {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }

  .bar-row strong {
    text-align: left;
  }

  .chart-card p {
    min-height: 0;
  }
}

@media (max-width: 420px) {
  .section {
    padding: 2.8rem 0;
  }

  .btn-primary,
  .btn-ghost {
    font-size: 0.76rem;
  }
}

/* Accrual structural pass */
.hero-subtitle {
  margin-top: 0.35rem;
  font-weight: 520;
  color: var(--text-main);
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.button-group {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.launch-banner {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  padding: 0.86rem 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.launch-banner strong {
  color: var(--text-strong);
  font-size: 0.95rem;
}

.launch-banner span {
  color: var(--text-soft);
  font-size: 0.86rem;
}

.customer-strip {
  padding-top: 1.6rem;
}

.logo-row {
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.6rem;
}

.logo-row span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  text-align: center;
  padding: 0.56rem 0.4rem;
  color: rgba(245, 245, 244, 0.74);
  font-size: 0.8rem;
  font-weight: 560;
}

.feature-stack .wrap {
  display: grid;
  gap: 0.88rem;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0.9rem;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
}

.feature-copy {
  padding: 0.45rem 0.3rem;
}

.feature-copy h3 {
  color: var(--text-strong);
  font-size: clamp(1.3rem, 2.4vw, 1.95rem);
  line-height: 1.15;
  margin-bottom: 0.4rem;
}

.feature-copy p {
  color: var(--text-main);
  max-width: 45ch;
}

.feature-visual {
  margin: 0;
}

@media (max-width: 980px) {
  .logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .launch-banner {
    flex-direction: column;
    align-items: flex-start;
  }

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