@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/inter/inter-extralight.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/inter/inter-light-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-04FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/inter/inter-light-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter/inter-regular-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-04FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter/inter-regular-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/inter/inter-medium-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-04FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/inter/inter-medium-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/inter/inter-semibold-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-04FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/inter/inter-semibold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/inter/inter-bold-cyrillic.woff2") format("woff2");
  unicode-range: U+0400-04FF;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/inter/inter-bold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

:root {
  --bg: #111111;
  --text: #ffffff;
  --blue: #0d88d5;
  --logo-blue: #0d88d5;
  --light-heading: rgba(17, 24, 32, 0.82);
  --glass-border: linear-gradient(
    135deg,
    rgba(13, 136, 213, 0.78) 0%,
    rgba(0, 88, 160, 0.18) 23%,
    rgba(17, 17, 17, 0.04) 42%,
    rgba(17, 17, 17, 0.04) 58%,
    rgba(0, 88, 160, 0.2) 77%,
    rgba(13, 136, 213, 0.78) 100%
  );
  --header-glass-border:
    radial-gradient(140% 180% at 0% 100%, rgba(0, 0, 0, 0.28), rgba(255, 255, 255, 0.035) 34%, transparent 58%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.07) 18%,
      rgba(255, 255, 255, 0.016) 34%,
      rgba(255, 255, 255, 0.006) 50%,
      rgba(255, 255, 255, 0.014) 66%,
      rgba(255, 255, 255, 0.05) 84%,
      rgba(255, 255, 255, 0.13) 100%
    );
  --radius: 18px;
  --page-gutter: clamp(18px, 4vw, 96px);
  --page-max: 1800px;
  --dark-cta-border:
    linear-gradient(
      135deg,
      rgba(120, 210, 255, 0.72) 0%,
      rgba(0, 88, 160, 0.22) 17%,
      rgba(255, 255, 255, 0.06) 38%,
      rgba(255, 255, 255, 0.035) 58%,
      rgba(0, 88, 160, 0.24) 82%,
      rgba(115, 205, 255, 0.68) 100%
    );
  --dark-cta-bg:
    linear-gradient(135deg, rgba(28, 105, 150, 0.5) 0%, rgba(8, 25, 40, 0.95) 13%, rgba(5, 15, 27, 0.97) 54%, rgba(8, 27, 43, 0.94) 87%, rgba(31, 112, 158, 0.48) 100%);
  --dark-cta-idle-bg:
    linear-gradient(135deg, rgba(20, 93, 139, 0.34) 0%, rgba(7, 24, 39, 0.95) 16%, rgba(5, 19, 33, 0.98) 52%, rgba(7, 25, 40, 0.95) 84%, rgba(24, 98, 145, 0.34) 100%);
  --dark-cta-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.08);
  --dark-cta-hover-bg:
    radial-gradient(circle at 50% 50%, rgba(22, 143, 216, 0.32), transparent 64%),
    linear-gradient(135deg, rgba(16, 26, 38, 0.92), rgba(0, 96, 172, 0.78) 54%, rgba(17, 17, 17, 0.9));
  --dark-cta-hover-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.13),
    0 14px 30px rgba(0, 88, 160, 0.08);
  --dark-cta-active-shadow:
    inset 0 1px 0 rgba(180, 229, 255, 0.34),
    inset 0 -8px 16px rgba(0, 30, 58, 0.18),
    0 0 50px rgba(22, 143, 216, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero {
  display: flex;
  min-height: 100vh;
  padding: 0 var(--page-gutter);
  position: relative;
}

.hero::before {
  background: url("assets/header.jpg") center top / cover no-repeat;
  content: "";
  filter: blur(2px) brightness(0.75);
  inset: 0;
  opacity: 0.58;
  position: absolute;
  transform: scale(1.015);
  transition: filter 1200ms ease 520ms, opacity 1200ms ease 520ms, transform 1400ms cubic-bezier(0.2, 0.8, 0.2, 1) 520ms;
  z-index: 0;
}

body.is-loaded .hero::before {
  filter: blur(0) brightness(1);
  opacity: 1;
  transform: scale(1);
}

.hero::after {
  background:
    radial-gradient(70% 38% at 50% 0%, rgba(13, 136, 213, 0.14), rgba(13, 136, 213, 0.035) 42%, transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.site-header,
.hero-center {
  position: relative;
  z-index: 2;
}

body.is-loaded .site-header {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.site-header {
  align-items: center;
  backdrop-filter: blur(14px) saturate(132%) contrast(106%);
  -webkit-backdrop-filter: blur(14px) saturate(132%) contrast(106%);
  background: rgba(255, 255, 255, 0.026);
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.018) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 14px 42px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  isolation: isolate;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  padding: 7px;
  position: fixed;
  right: auto;
  top: 18px;
  transform: translateX(-50%) translateY(-10px);
  max-width: min(900px, calc(100vw - var(--page-gutter) * 2));
  width: min(900px, calc(100vw - var(--page-gutter) * 2));
  z-index: 100;
}

.site-header::before {
  background: var(--header-glass-border);
  border-radius: inherit;
  content: "";
  inset: 0;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.site-header::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.032)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 46%, rgba(0, 0, 0, 0.035));
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 1px 0 0 rgba(255, 255, 255, 0.032),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14),
    inset -1px 0 0 rgba(0, 0, 0, 0.08);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.site-header.is-on-light {
  --header-glass-border:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(123, 160, 190, 0.38) 26%, rgba(255, 255, 255, 0.18) 54%, rgba(94, 139, 177, 0.42) 100%);
  backdrop-filter: blur(9px) saturate(116%) contrast(102%);
  -webkit-backdrop-filter: blur(9px) saturate(116%) contrast(102%);
  background: rgba(235, 243, 249, 0.18);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(65, 99, 128, 0.08),
    0 14px 42px rgba(41, 65, 86, 0.08);
}

.site-header.is-on-light::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 34%, transparent 68%, rgba(94, 142, 180, 0.055)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), transparent 58%, rgba(72, 108, 138, 0.018));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 1px 0 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(65, 99, 128, 0.06),
    inset -1px 0 0 rgba(65, 99, 128, 0.03);
}

.site-header.is-on-light .nav::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(206, 222, 234, 0.2)) padding-box,
    var(--header-glass-border) border-box;
}

.site-header.is-on-light .nav a,
.site-header.is-on-light .nav a:hover,
.site-header.is-on-light .nav a.is-active {
  color: #213748;
}

.brand,
.nav,
.header-cta,
.mobile-menu-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.brand {
  align-items: center;
  border-radius: 999px;
  display: flex;
  gap: 0;
  justify-self: start;
  padding: 0;
  transition: filter 180ms ease, transform 180ms ease;
}

.brand-mark {
  border-radius: 999px;
  display: block;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.brand:hover {
  filter: drop-shadow(0 0 14px rgba(13, 136, 213, 0.28));
  transform: scale(1.045);
}

.brand:active {
  transform: scale(0.98);
}

.nav {
  border-radius: 999px;
  display: flex;
  gap: clamp(18px, 2.2vw, 30px);
  justify-content: center;
  justify-self: center;
  padding: 0;
  position: relative;
  --nav-x: 0px;
  --nav-w: 0px;
}

.nav::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)) padding-box,
    var(--header-glass-border) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  content: "";
  height: 30px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(var(--nav-x), -50%, 0);
  transition: opacity 180ms ease, transform 420ms cubic-bezier(0.18, 0.9, 0.18, 1.12), width 420ms cubic-bezier(0.18, 0.9, 0.18, 1.12);
  width: var(--nav-w);
  z-index: 0;
}

.nav a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.025em;
  padding: 7px 0;
  position: relative;
  transition: color 180ms ease, opacity 180ms ease;
  white-space: nowrap;
  z-index: 1;
}

.nav.has-indicator::before {
  opacity: 1;
}

.nav a:hover,
.nav a.is-active {
  color: #ffffff;
  opacity: 1;
}

.header-cta {
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.42), transparent 44%),
    linear-gradient(135deg, rgba(14, 20, 27, 0.92), rgba(0, 88, 160, 0.78) 54%, rgba(17, 17, 17, 0.9));
  border: 0;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.22),
    inset 0 -10px 18px rgba(0, 30, 58, 0.26),
    0 10px 28px rgba(0, 88, 160, 0.14);
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 300;
  justify-self: end;
  padding: 11px 20px;
  text-shadow: 0 1px 10px rgba(17, 17, 17, 0.28);
  transition: filter 160ms ease, transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.header-cta::before {
  background: var(--glass-border);
  border-radius: inherit;
  content: "";
  inset: 0;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  padding: 1px;
  pointer-events: none;
  position: absolute;
}

.header-cta:hover {
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.5), transparent 44%),
    linear-gradient(135deg, rgba(16, 26, 38, 0.94), rgba(0, 96, 172, 0.84) 54%, rgba(17, 17, 17, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.28),
    inset 0 -10px 18px rgba(0, 30, 58, 0.28),
    0 14px 34px rgba(0, 88, 160, 0.2);
  transform: translateY(-1px);
}

.header-cta:active {
  filter: brightness(1.22) saturate(1.1);
  transform: translateY(1px) scale(0.985);
}

.mobile-menu-toggle {
  align-items: center;
  border-radius: 999px;
  display: none;
  flex-direction: column;
  gap: 4px;
  height: 42px;
  justify-content: center;
  justify-self: end;
  padding: 0;
  width: 42px;
}

.mobile-nav {
  display: none;
}

.mobile-menu-toggle::before {
  background: var(--glass-border);
  border-radius: inherit;
  content: "";
  inset: 0;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  padding: 1px;
  pointer-events: none;
  position: absolute;
}

.mobile-menu-toggle span {
  background: rgba(244, 249, 252, 0.9);
  border-radius: 999px;
  display: block;
  height: 1.5px;
  transition: transform 180ms ease, opacity 160ms ease;
  width: 17px;
}

.site-header.is-on-light .mobile-menu-toggle span {
  background: rgba(33, 55, 72, 0.88);
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.hero-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: var(--page-max);
  min-height: 100vh;
  padding-top: clamp(166px, 21vh, 252px);
  text-align: center;
  width: 100%;
}

.hero-arc {
  bottom: 66px;
  height: 106px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: min(110vw, 1900px);
  z-index: 2;
}

.hero-arc path {
  fill: none;
  stroke: url("#hero-arc-gradient");
  stroke-linecap: round;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}

.scroll-cue {
  align-items: center;
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.42), transparent 44%),
    linear-gradient(135deg, rgba(14, 20, 27, 0.92), rgba(0, 88, 160, 0.78) 54%, rgba(17, 17, 17, 0.9)) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  bottom: 34px;
  display: flex;
  height: 84px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: filter 160ms ease, transform 180ms ease, background 180ms ease;
  width: 40px;
  z-index: 4;
}

.scroll-cue::before {
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.15),
    inset 0 -10px 18px rgba(0, 30, 58, 0.26),
    inset 1px 0 10px rgba(255, 255, 255, 0.025),
    inset -2px -6px 12px rgba(0, 0, 0, 0.3),
    0 10px 28px rgba(0, 88, 160, 0.14);
  content: "";
  inset: 1px;
  pointer-events: none;
  position: absolute;
}

.scroll-cue svg {
  fill: none;
  height: 32px;
  position: relative;
  stroke: rgba(207, 232, 255, 0.92);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  width: 24px;
}

.scroll-cue:hover {
  background:
    linear-gradient(135deg, rgba(14, 20, 27, 0.82), rgba(17, 17, 17, 0.86)) padding-box,
    var(--glass-border) border-box;
  transform: translateX(-50%) translateY(4px);
}

.scroll-cue:active {
  animation: cue-flash 220ms ease;
}

@keyframes cue-flash {
  0%,
  100% {
    filter: brightness(1);
  }

  42% {
    filter: brightness(1.85) saturate(1.28);
    transform: translateX(-50%) translateY(4px) scale(0.96);
  }
}

.top-stats {
  display: grid;
  gap: clamp(24px, 4.4vw, 82px);
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  justify-content: center;
  margin-bottom: 30px;
  max-width: 900px;
  width: min(100%, 900px);
}

.top-stats > div,
h1,
.hero-copy,
.hero-actions {
  opacity: 0;
  transform: translateY(12px);
}

body.is-loaded .top-stats > div,
body.is-loaded h1,
body.is-loaded .hero-copy,
body.is-loaded .hero-actions {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.is-loaded .top-stats > div:nth-child(1) {
  transition-delay: 160ms;
}

body.is-loaded .top-stats > div:nth-child(2) {
  transition-delay: 260ms;
}

body.is-loaded .top-stats > div:nth-child(3) {
  transition-delay: 360ms;
}

body.is-loaded h1 {
  transition-delay: 460ms;
}

body.is-loaded .hero-copy {
  transition-delay: 560ms;
}

body.is-loaded .hero-actions {
  transition-delay: 660ms;
}

.top-stats strong,
.top-stats span {
  display: block;
}

.top-stats strong {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.top-stats span {
  color: rgba(206, 219, 237, 0.76);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}

h1 {
  font-size: clamp(42px, 4.65vw, 64px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-bottom: 20px;
  max-width: 1380px;
  width: min(100%, 1380px);
}

h1 span {
  display: block;
}

.h1-main {
  color: #ffffff;
  font-size: 1.16em;
  white-space: nowrap;
}

.h1-accent {
  background: linear-gradient(135deg, #168fd8 0%, #0d88d5 38%, #0058a0 72%, #0d88d5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1em;
  white-space: nowrap;
}

.hero-copy {
  color: rgba(151, 159, 168, 0.82);
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 28px;
  max-width: 780px;
  width: min(100%, 780px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 0;
}

.btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  position: relative;
  transition: filter 160ms ease, transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn.primary {
  background:
    linear-gradient(180deg, #ffffff, #e7edf5) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(151, 159, 168, 0.42)) border-box;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 34px rgba(0, 0, 0, 0.18);
  color: #111111;
}

.btn.primary:hover {
  background:
    linear-gradient(180deg, #ffffff, #dce7f2) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(151, 159, 168, 0.5)) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 40px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.btn.primary:active {
  filter: brightness(1.12);
  transform: translateY(1px) scale(0.985);
}

.hero-subscribe-button {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(226, 235, 242, 0.92)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(132, 154, 171, 0.36) 48%, rgba(255, 255, 255, 0.7)) border-box;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 34px rgba(0, 0, 0, 0.18);
  gap: 14px;
  min-height: 58px;
  padding: 4px 16px 4px 4px;
}

.hero-subscribe-trail {
  display: inline-flex;
  font-size: 23px;
  font-weight: 400;
  gap: 1px;
  letter-spacing: 0;
  line-height: 1;
}

.hero-subscribe-trail i { color: rgba(23, 42, 57, 0.78); font-style: normal; }
.hero-subscribe-trail i:nth-child(2) { opacity: 0.55; }
.hero-subscribe-trail i:nth-child(3) { opacity: 0.28; }

.hero-subscribe-button:hover { background: linear-gradient(180deg, #fff, #d9e9f4) padding-box, linear-gradient(135deg, rgba(255,255,255,1), rgba(117,158,187,.48) 48%, rgba(255,255,255,.76)) border-box; }

.light-surface {
  background: #e7edf3;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.audience-section,
.win-block {
  background: transparent;
  color: var(--light-heading);
  margin: 0;
  max-width: none;
  position: relative;
  scroll-margin-top: 110px;
  width: 100%;
  z-index: 1;
}

.audience-section {
  overflow: hidden;
  padding: clamp(104px, 10vw, 150px) var(--page-gutter) clamp(72px, 8vw, 112px);
}

.audience-shell {
  margin: 0 auto;
  max-width: min(1560px, calc(100vw - var(--page-gutter) * 2));
  position: relative;
  width: 100%;
  z-index: 1;
}

.audience-heading {
  margin: 0 auto clamp(38px, 5vw, 68px);
  max-width: 920px;
  text-align: center;
}

.audience-title-row {
  align-items: center;
  backdrop-filter: blur(16px) saturate(116%);
  -webkit-backdrop-filter: blur(16px) saturate(116%);
  background:
    radial-gradient(80% 120% at 10% 0%, rgba(255, 255, 255, 0.84), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(239, 245, 249, 0.5)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(0, 88, 160, 0.16) 48%, rgba(255, 255, 255, 0.56)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -12px 24px rgba(0, 88, 160, 0.025),
    0 18px 38px rgba(31, 48, 67, 0.1);
  display: inline-flex;
  gap: 15px;
  margin-bottom: 22px;
  padding: 6px 24px 6px 6px;
}

.audience-heading h2 {
  color: var(--light-heading);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.audience-heading > p {
  color: rgba(28, 35, 43, 0.64);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 780px;
}

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

.fomo-section {
  padding: 54px var(--page-gutter) clamp(44px, 5vw, 76px);
  position: relative;
  z-index: 1;
}

.fomo-banner {
  background:
    radial-gradient(42% 82% at 24% 54%, rgba(13, 136, 213, 0.34), transparent 70%),
    radial-gradient(34% 62% at 5% 14%, rgba(86, 199, 255, 0.16), transparent 72%),
    radial-gradient(46% 74% at 88% 16%, rgba(60, 111, 145, 0.14), transparent 70%),
    linear-gradient(135deg, rgba(8, 17, 27, 0.96), rgba(3, 8, 13, 0.97)) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  border-radius: 34px;
  box-shadow:
    inset 0 1px 0 rgba(126, 220, 255, 0.14),
    inset 0 -18px 32px rgba(0, 30, 58, 0.18),
    0 28px 80px rgba(18, 35, 52, 0.18);
  color: #f6f9fc;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(400px, 1fr) minmax(380px, 0.92fr);
  margin: 0 auto;
  max-width: min(1560px, calc(100vw - var(--page-gutter) * 2));
  min-height: 430px;
  overflow: visible;
  position: relative;
}

.fomo-banner::before {
  background:
    linear-gradient(90deg, rgba(65, 105, 134, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(65, 105, 134, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  border-radius: inherit;
  mask-image: radial-gradient(ellipse 78% 72% at 30% 52%, #000 22%, rgba(0, 0, 0, 0.46) 58%, transparent 100%);
  opacity: 0.74;
  pointer-events: none;
  position: absolute;
}

.fomo-banner::after {
  background:
    linear-gradient(135deg, transparent 0 36%, rgba(86, 199, 255, 0.2) 36.2%, transparent 37%),
    linear-gradient(135deg, transparent 0 50%, rgba(13, 136, 213, 0.14) 50.2%, transparent 51%);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.fomo-copy {
  align-self: center;
  padding: clamp(30px, 4vw, 56px) clamp(28px, 5vw, 72px) clamp(30px, 4vw, 56px) 0;
  position: relative;
  transform: translateY(-14px);
  z-index: 2;
}

.fomo-kicker {
  color: rgba(135, 207, 246, 0.82);
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.fomo-copy h2 {
  color: #f7fbff;
  font-size: clamp(36px, 4vw, 66px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 660px;
}

.fomo-copy h2 span {
  background: linear-gradient(135deg, #dff6ff 0%, #56c7ff 30%, #0d88d5 68%, #0058a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: 1.34em;
  line-height: 0.9;
  margin-bottom: 8px;
}

.fomo-copy p {
  color: rgba(226, 236, 244, 0.66);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 300;
  line-height: 1.58;
  margin: 12px 0 0;
  max-width: 540px;
}

.btn.primary.fomo-cta-button {
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.42), transparent 44%),
    linear-gradient(135deg, rgba(14, 20, 27, 0.92), rgba(0, 88, 160, 0.78) 54%, rgba(17, 17, 17, 0.9)) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.22),
    inset 0 -10px 18px rgba(0, 30, 58, 0.26),
    0 16px 38px rgba(0, 88, 160, 0.18);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  gap: 16px;
  margin-top: 88px;
  min-height: 60px;
  min-width: 258px;
  padding: 0 24px 0 28px;
  text-shadow: none;
  width: fit-content;
}

.btn.primary.fomo-cta-button > span:first-child {
  color: #ffffff;
  filter: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
  text-shadow: none;
}

.btn.primary.fomo-cta-button:hover {
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.5), transparent 44%),
    linear-gradient(135deg, rgba(16, 26, 38, 0.94), rgba(0, 96, 172, 0.84) 54%, rgba(17, 17, 17, 0.92)) padding-box,
    var(--glass-border) border-box;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.28),
    inset 0 -10px 18px rgba(0, 30, 58, 0.28),
    0 18px 42px rgba(0, 88, 160, 0.24);
  transform: translateY(-1px);
}

.btn.primary.fomo-cta-button:active {
  filter: none;
  transform: translateY(1px) scale(0.985);
}

.btn.primary.fomo-cta-button .hero-subscribe-trail {
  display: inline-flex;
  font-size: 21px;
  font-weight: 400;
  gap: 1px;
  letter-spacing: 0;
  line-height: 1;
}

.btn.primary.fomo-cta-button .hero-subscribe-trail i {
  color: rgba(225, 243, 255, 0.9);
  font-style: normal;
}

.btn.primary.fomo-cta-button .hero-subscribe-trail i:nth-child(2) {
  opacity: 0.56;
}

.btn.primary.fomo-cta-button .hero-subscribe-trail i:nth-child(3) {
  opacity: 0.28;
}

.fomo-visual {
  min-height: 420px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.fomo-visual::after {
  background: radial-gradient(ellipse at 42% 58%, rgba(13, 136, 213, 0.2), transparent 56%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.fomo-visual img {
  display: block;
  bottom: 0;
  filter: drop-shadow(24px 22px 52px rgba(0, 0, 0, 0.4));
  height: min(680px, 178%);
  object-fit: contain;
  position: absolute;
  left: clamp(8px, 1.1vw, 28px);
  width: auto;
  z-index: 2;
}

.fomo-mobile-robot-position {
  display: none !important;
}

.fomo-backdrop-word {
  color: rgba(13, 136, 213, 0.09);
  font-size: clamp(96px, 12vw, 198px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  position: absolute;
  left: 58%;
  text-transform: uppercase;
  top: 24%;
  transform: rotate(-2deg);
  white-space: nowrap;
  z-index: 0;
}

.fomo-backdrop-word::after {
  background: radial-gradient(ellipse at center, rgba(13, 136, 213, 0.28), transparent 68%);
  content: "";
  filter: blur(28px);
  inset: -28px -40px;
  position: absolute;
  z-index: -1;
}

.audience-card {
  backdrop-filter: blur(16px) saturate(112%);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
  background:
    radial-gradient(72% 66% at 8% 3%, rgba(255, 255, 255, 0.82), transparent 66%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(244, 248, 251, 0.7)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(0, 88, 160, 0.14) 48%, rgba(255, 255, 255, 0.54)) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -16px 34px rgba(0, 88, 160, 0.025),
    0 22px 54px rgba(31, 48, 67, 0.1);
  color: var(--light-heading);
  min-height: 280px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  position: relative;
}

.audience-card::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(0, 88, 160, 0.08), transparent 70%);
  content: "";
  inset: 0 0 auto;
  height: 1px;
  position: absolute;
}

.audience-index {
  background: linear-gradient(145deg, rgba(22, 143, 216, 0.96) 4%, rgba(7, 91, 152, 0.54) 52%, rgba(7, 91, 152, 0) 100%);
  background-clip: text;
  color: transparent;
  font-size: clamp(48px, 4.4vw, 68px);
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: clamp(22px, 2.2vw, 34px);
  text-shadow: 0 8px 20px rgba(0, 88, 160, 0.08);
  top: clamp(22px, 2.2vw, 32px);
  -webkit-background-clip: text;
}

.audience-index::after {
  color: transparent;
  content: attr(data-number);
  filter: drop-shadow(0 4px 10px rgba(31, 62, 84, 0.08));
  inset: 0;
  pointer-events: none;
  position: absolute;
  text-shadow:
    -0.7px -0.7px 0 rgba(255, 255, 255, 0.82),
    0.8px 0.8px 0 rgba(68, 103, 128, 0.16);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.56);
}

.audience-label {
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(0, 88, 160, 0.12) 48%, rgba(255, 255, 255, 0.62)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -10px 18px rgba(0, 88, 160, 0.025),
    0 12px 26px rgba(26, 39, 55, 0.06);
  color: rgba(21, 27, 35, 0.7);
  display: inline-flex;
  font-size: 12px;
  margin-right: 78px;
  padding: 7px 10px;
  position: relative;
  z-index: 3;
}

.audience-content {
  bottom: clamp(24px, 3vw, 42px);
  left: clamp(24px, 3vw, 42px);
  max-width: calc(100% - clamp(48px, 6vw, 84px));
  position: absolute;
  z-index: 3;
}

.audience-content h3 {
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 600;
  margin: 0 0 12px;
}

.audience-content p {
  color: rgba(27, 35, 44, 0.62);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.audience-heading,
.audience-card {
  opacity: 0;
  transform: translateY(24px);
}

.audience-section.is-visible .audience-heading,
.audience-section.is-visible .audience-card {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease, transform 650ms ease;
}

.audience-section.is-visible .audience-card:nth-child(1) {
  transition-delay: 100ms;
}

.audience-section.is-visible .audience-card:nth-child(2) {
  transition-delay: 180ms;
}

.audience-section.is-visible .audience-card:nth-child(3) {
  transition-delay: 260ms;
}

.audience-section.is-visible .audience-card:nth-child(4) {
  transition-delay: 340ms;
}

.win-block {
  overflow: visible;
  padding: clamp(28px, 3vw, 42px) var(--page-gutter) clamp(72px, 9vw, 120px);
}

.win-block::before {
  content: none;
}

.inside-background-bars {
  height: clamp(330px, 32vw, 460px);
  inset: clamp(-76px, -4vw, -44px) 0 auto;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.inside-background-chart {
  filter: blur(1.2px);
  height: 100%;
  left: clamp(18px, 3vw, 56px);
  mask-image: linear-gradient(90deg, #000 0%, #000 74%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 74%, transparent 100%);
  opacity: .34;
  position: absolute;
  top: 0;
  width: min(760px, 52vw);
}

.inside-background-chart--tail {
  clip-path: inset(0 0 0 70%);
  left: auto;
  mask-image: linear-gradient(90deg, transparent 66%, #000 76%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 66%, #000 76%, #000 100%);
  right: clamp(-34px, -1vw, -12px);
  top: clamp(-96px, -6vw, -64px);
}

.inside-shell {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: min(1560px, calc(100vw - var(--page-gutter) * 2));
  position: relative;
  width: 100%;
  z-index: 1;
}

.access-cta {
  background:
    radial-gradient(58% 78% at 78% 43%, rgba(13, 136, 213, 0.28), transparent 72%),
    radial-gradient(38% 58% at 18% 10%, rgba(26, 57, 82, 0.28), transparent 72%),
    #05080b;
  color: #fff;
  min-height: 680px;
  overflow: hidden;
  position: relative;
  scroll-margin-top: 110px;
}

.access-cta::before {
  background:
    linear-gradient(90deg, rgba(65, 105, 134, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(65, 105, 134, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 40%, #000 100%);
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.access-cta-inner {
  display: grid;
  grid-template-columns: minmax(340px, 0.84fr) minmax(500px, 1.16fr);
  margin: 0 auto;
  max-width: min(1560px, calc(100vw - var(--page-gutter) * 2));
  min-height: 680px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.access-copy {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  max-width: 600px;
  opacity: 0;
  padding: 86px 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 800ms cubic-bezier(.2, .75, .2, 1);
}

.access-kicker {
  color: rgba(135, 207, 246, 0.82);
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.access-copy h2 {
  color: #f7fbff;
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0 0 24px;
}

.access-copy h2 span {
  background: linear-gradient(135deg, #168fd8 0%, #0d88d5 38%, #0058a0 72%, #0d88d5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.access-copy > p {
  color: rgba(226, 236, 244, 0.66);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 560px;
}

.access-button {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  gap: 13px;
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.access-button-trail {
  display: inline-flex;
  font-size: 21px;
  font-weight: 400;
  gap: 1px;
  line-height: 1;
}

.access-button-trail i { color: rgba(225, 243, 255, 0.9); font-style: normal; }
.access-button-trail i:nth-child(2) { opacity: 0.56; }
.access-button-trail i:nth-child(3) { opacity: 0.28; }

.access-copy > small {
  color: rgba(202, 217, 228, 0.44);
  display: block;
  font-size: 12px;
  margin-top: 14px;
}

.phone-stage {
  align-self: stretch;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  justify-self: end;
  opacity: 0;
  position: relative;
  transform: translate(92px, 72px);
  transition: opacity 760ms ease 160ms, transform 1000ms cubic-bezier(.16, .82, .2, 1) 160ms;
  width: min(680px, 48vw);
}

.phone-stage::before {
  background: radial-gradient(ellipse at center, rgba(20, 148, 224, 0.2), rgba(13, 91, 157, 0.08) 42%, transparent 72%);
  content: "";
  filter: blur(20px);
  inset: 4% -6% 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.phone-cutout {
  aspect-ratio: 864 / 1821;
  left: 0;
  position: absolute;
  top: -150px;
  width: 100%;
}

.phone-cutout > img {
  display: block;
  filter:
    saturate(.78)
    brightness(.92)
    contrast(.97);
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}

.access-cta.is-visible .access-copy,
.access-cta.is-visible .phone-stage {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .access-cta,
  .access-cta-inner {
    min-height: 0;
  }

  .access-cta-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 78px 0 64px;
  }

  .access-copy {
    display: contents;
    justify-self: center;
    text-align: center;
  }

  .access-kicker {
    order: 1;
  }

  .access-copy h2 {
    order: 2;
  }

  .access-copy > p {
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 560px);
    order: 3;
  }

  .phone-stage {
    grid-column: auto;
    grid-row: auto;
    height: clamp(500px, 108vw, 720px);
    justify-self: center;
    margin: -16px auto -24px;
    mask-image: linear-gradient(180deg, #000 0%, #000 91%, rgba(0, 0, 0, 0.72) 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 91%, rgba(0, 0, 0, 0.72) 95%, transparent 100%);
    order: 4;
    overflow: hidden;
    pointer-events: none;
    width: min(540px, 98vw);
  }

  .phone-cutout {
    left: 50%;
    top: -92px;
    transform: translateX(-60%);
    width: min(520px, 100vw);
  }

  .access-button {
    order: 5;
    overflow: hidden;
    padding-left: 6px;
    position: relative;
    z-index: 5;
    width: min(330px, 100%);
  }

  .access-copy > small {
    order: 6;
    position: relative;
    z-index: 5;
  }
}

.inside-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto clamp(46px, 6vw, 78px);
  max-width: 980px;
  text-align: center;
  width: 100%;
}

#inside .inside-copy,
#inside .inside-content-layout {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 760ms cubic-bezier(.2, .78, .2, 1);
}

#inside.is-visible .inside-copy,
#inside.is-visible .inside-content-layout {
  opacity: 1;
  transform: translateY(0);
}

#inside.is-visible .inside-content-layout {
  transition-delay: 150ms;
}

.inside-title-row {
  margin-bottom: 22px;
}

.inside-title-label {
  color: var(--light-heading);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.inside-summary {
  color: rgba(28, 35, 43, 0.64);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 780px;
}

.inside-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 32px;
}

.inside-tags span {
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(0, 88, 160, 0.12) 48%, rgba(255, 255, 255, 0.62)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -10px 18px rgba(0, 88, 160, 0.025),
    0 12px 26px rgba(26, 39, 55, 0.06);
  color: rgba(21, 27, 35, 0.7);
  font-size: 13px;
  line-height: 1;
  padding: 11px 15px;
}

.analytics-board {
  align-self: stretch;
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  background:
    radial-gradient(70% 62% at 8% 2%, rgba(255, 255, 255, 0.8), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(245, 248, 252, 0.7)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(0, 88, 160, 0.14) 46%, rgba(255, 255, 255, 0.5)) border-box;
  border: 1px solid transparent;
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -18px 42px rgba(0, 88, 160, 0.025),
    0 34px 80px rgba(31, 48, 67, 0.12);
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: clamp(18px, 2vw, 28px);
  position: relative;
  width: 100%;
}

.inside-content-layout {
  align-items: start;
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(620px, 1.48fr);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.inside-content-layout::before {
  content: none;
}

.inside-content-layout > * {
  position: relative;
  z-index: 1;
}

.analytics-copy {
  align-self: start;
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  background:
    radial-gradient(70% 62% at 8% 2%, rgba(255, 255, 255, 0.8), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(245, 248, 252, 0.7)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(0, 88, 160, 0.14) 46%, rgba(255, 255, 255, 0.5)) border-box;
  border: 1px solid transparent;
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -18px 42px rgba(0, 88, 160, 0.025),
    0 34px 80px rgba(31, 48, 67, 0.12);
  max-width: none;
  overflow: hidden;
  padding: clamp(18px, 2vw, 28px);
  width: 100%;
}

.analytics-copy .inside-tags {
  justify-content: flex-start;
  margin-top: 0;
}

.analytics-copy .module-grid {
  grid-template-columns: minmax(0, 1fr);
  margin: 18px 0 0;
}

.format-layout {
  align-items: start;
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  background:
    radial-gradient(70% 62% at 8% 2%, rgba(255, 255, 255, 0.8), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(245, 248, 252, 0.7)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(0, 88, 160, 0.14) 46%, rgba(255, 255, 255, 0.5)) border-box;
  border: 1px solid transparent;
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -18px 42px rgba(0, 88, 160, 0.025),
    0 34px 80px rgba(31, 48, 67, 0.14);
  display: grid;
  gap: clamp(28px, 4vw, 64px);
  grid-template-columns: minmax(300px, 0.86fr) minmax(500px, 1.14fr);
  overflow: hidden;
  padding: clamp(18px, 2vw, 28px);
  position: relative;
  width: 100%;
}

.format-layout::before {
  background:
    linear-gradient(90deg, rgba(0, 88, 160, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 88, 160, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 76%);
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
}

.format-layout > * {
  position: relative;
  z-index: 1;
}

.analytics-board .board-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.82fr);
}

.analytics-board .levels-panel {
  min-height: 260px;
  padding: 18px;
}

.market-brief {
  background:
    radial-gradient(75% 130% at 8% 0%, rgba(255, 255, 255, 0.86), transparent 64%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(232, 240, 247, 0.3)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(0, 88, 160, 0.16) 48%, rgba(255, 255, 255, 0.54)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  grid-column: auto;
  overflow: hidden;
}

.market-brief-chrome {
  align-items: center;
  border-bottom: 1px solid rgba(0, 88, 160, 0.08);
  display: flex;
  gap: 6px;
  height: 34px;
  padding: 0 18px;
}

.market-brief-chrome i {
  background: #eb7d75;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.market-brief-chrome i:nth-child(2) {
  background: #e4bd68;
}

.market-brief-chrome i:nth-child(3) {
  background: #62acd9;
}

.market-brief-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.market-brief-row {
  align-items: center;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 86px 3px minmax(0, 1fr);
  min-height: 104px;
  padding: 18px 20px;
}

.market-brief-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 88, 160, 0.08);
}

.module-card {
  background:
    linear-gradient(135deg, rgba(245, 248, 250, 0.58) 0%, rgba(255, 255, 255, 0.7) 48%, rgba(237, 243, 247, 0.44) 76%, rgba(255, 255, 255, 0.66) 100%) padding-box,
    linear-gradient(135deg, rgba(122, 142, 157, 0.24) 0%, rgba(176, 191, 201, 0.18) 18%, rgba(255, 255, 255, 0.9) 35%, rgba(158, 177, 190, 0.16) 56%, rgba(111, 133, 150, 0.22) 76%, rgba(255, 255, 255, 0.88) 100%) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -10px 18px rgba(0, 88, 160, 0.038),
    0 12px 26px rgba(26, 39, 55, 0.065);
}

.market-brief-row b {
  color: rgba(0, 88, 160, 0.86);
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.market-brief-row b::after {
  content: none;
}

.market-brief-divider {
  background: rgba(0, 88, 160, 0.16);
  border-radius: 99px;
  display: block;
  height: 30px;
  width: 3px;
}

.market-brief-row span {
  color: rgba(27, 35, 44, 0.72);
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.market-brief {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.market-brief-chrome {
  display: none;
}

.market-brief-grid {
  gap: 12px;
}

.market-brief-row {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(242, 247, 251, 0.48)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(0, 88, 160, 0.16) 48%, rgba(255, 255, 255, 0.58)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  column-gap: 14px;
  grid-template-columns: 116px minmax(0, 1fr);
  min-height: 70px;
  padding: 5px 18px 5px 5px;
  position: relative;
}

.market-brief-row:not(:last-child) {
  border-bottom: 1px solid transparent;
}

.market-brief-row b {
  align-self: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(212, 228, 240, 0.26)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(0, 88, 160, 0.2) 52%, rgba(255, 255, 255, 0.64)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(0, 78, 137, 0.88);
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 58px;
  padding: 9px 12px;
  text-align: center;
}

.market-brief-divider {
  display: none;
}

.market-brief-row span {
  color: rgba(27, 35, 44, 0.72);
  font-size: 14px;
  line-height: 1.52;
}

.format-layout {
  grid-template-columns: minmax(300px, 0.86fr) minmax(500px, 1.14fr);
  margin-top: clamp(28px, 4vw, 54px);
}

.format-copy {
  align-self: center;
  max-width: none;
}

.format-copy h2 {
  color: var(--light-heading);
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin: 0 0 20px;
  max-width: none;
  text-wrap: pretty;
}

.format-copy h2 span {
  display: block;
}

.format-copy > p:last-child {
  color: rgba(28, 35, 43, 0.68);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.62;
  margin: 0;
  max-width: none;
}

.inside-standalone-copy {
  color: rgba(28, 35, 43, 0.68);
  font-size: clamp(13px, 0.86vw, 14px);
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: none;
}

.analytics-risk-copy {
  margin-top: 16px;
}

.board-header,
.panel-label,
.insight-strip {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.board-header {
  color: rgba(18, 27, 36, 0.68);
  font-size: 13px;
  margin-bottom: 18px;
}

.board-header div {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.board-dot {
  background: #0058a0;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(13, 136, 213, 0.11);
  height: 7px;
  width: 7px;
}

.board-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.82fr);
}

.board-panel,
.module-card,
.insight-strip {
  backdrop-filter: blur(10px) saturate(108%);
  -webkit-backdrop-filter: blur(10px) saturate(108%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.38)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(0, 88, 160, 0.1) 48%, rgba(255, 255, 255, 0.58)) border-box;
  border: 1px solid transparent;
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -14px 24px rgba(0, 88, 160, 0.018),
    0 18px 42px rgba(35, 52, 70, 0.08);
}

.board-panel {
  min-height: 260px;
  padding: 18px;
}

.panel-label {
  align-items: center;
  color: rgba(20, 29, 39, 0.54);
  font-size: 13px;
  margin-bottom: 18px;
}

.panel-label span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.panel-label strong {
  color: rgba(20, 29, 39, 0.84);
  font-size: 13px;
  font-weight: 500;
}

.panel-title-icon {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(231, 237, 243, 0.34)) padding-box,
    linear-gradient(135deg, rgba(0, 88, 160, 0.42), rgba(255, 255, 255, 0.76)) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  position: relative;
  width: 22px;
}

.panel-title-icon img {
  display: block;
  filter: brightness(0) saturate(100%) invert(20%) sepia(96%) saturate(2456%) hue-rotate(187deg) brightness(83%) contrast(106%);
  height: 13px;
  object-fit: contain;
  width: 13px;
}

.risk-title-icon img {
  height: 14px;
  width: 14px;
}

.asset-chips {
  align-items: center;
  display: flex;
  gap: 5px;
}

.asset-chips strong {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(231, 237, 243, 0.42)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(0, 88, 160, 0.16)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(17, 24, 32, 0.72);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 7px 9px;
}

.level-chart {
  background:
    linear-gradient(180deg, rgba(231, 237, 243, 0.42), rgba(255, 255, 255, 0.16)),
    linear-gradient(90deg, rgba(0, 88, 160, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 88, 160, 0.04) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  border-radius: 14px;
  height: 210px;
  overflow: hidden;
  position: relative;
}

.level-chart svg {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.level-chart .market-line-chart {
  display: block;
  filter: none;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.level-chart .market-line-chart[hidden] {
  display: none;
}

.level-chart .market-chart-reference {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.market-level-points {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.market-level-points b {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0.95%;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid #2ab59b;
  border-radius: 50%;
  background: #f7fafc;
  transform: translate(-50%, -50%);
}

.market-line-chart .market-grid {
  fill: none;
  stroke: rgba(143, 181, 202, 0.1);
  stroke-dasharray: 3 6;
  stroke-width: 1;
}

.market-line-chart .market-baseline {
  fill: none;
  stroke: rgba(42, 181, 155, 0.52);
  stroke-dasharray: 4 5;
  stroke-width: 1;
}

.market-line-chart .market-area {
  fill: url(#market-area-fill);
  stroke: none;
}

.market-line-chart .market-line {
  fill: none;
  stroke: #2ab59b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.market-line-chart .market-level {
  fill: #e7edf3;
  stroke: #2ab59b;
  stroke-width: 1.5;
}

.market-line-chart .market-active-level {
  animation: market-level-pulse 1.8s ease-in-out infinite;
  fill: #f3fffb;
  stroke: #2ab59b;
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes market-level-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.44; transform: scale(1.55); }
}

.level-chart path {
  fill: none;
  stroke: #0058a0;
  stroke-linecap: round;
  stroke-width: 4;
}

.risk-panel {
  display: flex;
  flex-direction: column;
}

.risk-meter {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-height: 132px;
  position: relative;
}

.risk-arc {
  height: 126px;
  position: relative;
  width: min(100%, 230px);
}

.risk-arc span {
  background: linear-gradient(180deg, rgba(34, 128, 87, 0.5), rgba(34, 128, 87, 0.12));
  border-radius: 99px;
  bottom: 4px;
  box-shadow: 0 0 18px rgba(34, 128, 87, 0.06);
  height: var(--h);
  left: 50%;
  margin-left: -3px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: rotate(var(--rot)) translateY(-82px) scaleY(0.75);
  transform-origin: 50% 100%;
  width: 6px;
}

.risk-arc span:nth-child(n + 5) {
  background: linear-gradient(180deg, rgba(0, 88, 160, 0.72), rgba(0, 88, 160, 0.16));
  box-shadow: 0 0 18px rgba(0, 88, 160, 0.08);
}

@property --risk-bar-top {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(196, 72, 72, 0.82);
}

@property --risk-bar-bottom {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(196, 72, 72, 0.2);
}

.risk-arc span:nth-child(n + 10) {
  --risk-bar-bottom: rgba(196, 72, 72, 0.2);
  --risk-bar-top: rgba(196, 72, 72, 0.82);
  background: linear-gradient(180deg, var(--risk-bar-top), var(--risk-bar-bottom));
  box-shadow: 0 0 18px rgba(196, 72, 72, 0.12);
}

.risk-needle {
  background: transparent;
  bottom: 12px;
  height: 68px;
  left: 50%;
  position: absolute;
  transform: rotate(-62deg);
  transform-origin: 50% 100%;
  width: 3px;
  z-index: 2;
}

.risk-needle-base {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(231, 237, 243, 0.42)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(17, 24, 32, 0.12)) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  bottom: -13px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 24px rgba(35, 52, 70, 0.1);
  display: block;
  height: 28px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 28px;
  z-index: 1;
}

.risk-needle-arm {
  background: #28313a;
  border-radius: 99px;
  bottom: 0;
  display: block;
  height: 68px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3px;
  z-index: 2;
}

.risk-needle-arm::after {
  background: #28313a;
  border-radius: 50%;
  bottom: -6px;
  box-shadow: 0 0 0 5px rgba(17, 24, 32, 0.05);
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 14px;
}

.risk-panel.is-visible .risk-arc span {
  animation: risk-bar-in 700ms ease forwards;
  animation-delay: calc(180ms + var(--i) * 55ms);
}

.risk-panel.is-visible .risk-arc span:nth-child(n + 11) {
  animation:
    risk-bar-in 700ms ease calc(180ms + var(--i) * 55ms) forwards,
    risk-hot-reset 1600ms cubic-bezier(0.22, 0.9, 0.25, 1) 520ms forwards;
}

.risk-panel.is-visible .risk-needle {
  animation: risk-needle-sweep 1600ms cubic-bezier(0.22, 0.9, 0.25, 1) 520ms forwards;
}

.risk-legend {
  color: rgba(27, 35, 44, 0.5);
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 6px;
}

.risk-legend span::before {
  background: rgba(34, 128, 87, 0.54);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 6px;
  vertical-align: 1px;
  width: 5px;
}

.risk-legend span:nth-child(2)::before {
  background: rgba(0, 88, 160, 0.58);
}

.risk-legend span:nth-child(3)::before {
  background: rgba(196, 72, 72, 0.58);
}

@keyframes risk-bar-in {
  to {
    opacity: 1;
    transform: rotate(var(--rot)) translateY(-82px) scaleY(1);
  }
}

@keyframes risk-needle-sweep {
  0% {
    transform: rotate(-62deg);
  }

  54% {
    transform: rotate(70deg);
  }

  64% {
    transform: rotate(70deg);
  }

  100% {
    transform: rotate(34deg);
  }
}

@keyframes risk-hot-reset {
  0%,
  64% {
    --risk-bar-bottom: rgba(196, 72, 72, 0.2);
    --risk-bar-top: rgba(196, 72, 72, 0.82);
    box-shadow: 0 0 18px rgba(196, 72, 72, 0.12);
  }

  100% {
    --risk-bar-bottom: #d8dde2;
    --risk-bar-top: #aeb5bd;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .risk-arc span,
  .risk-needle {
    animation: none;
    opacity: 1;
  }

  .risk-arc span {
    transform: rotate(var(--rot)) translateY(-82px) scaleY(1);
  }

  .risk-needle {
    transform: rotate(34deg);
  }

  .risk-arc span:nth-child(n + 11) {
    --risk-bar-bottom: #d8dde2;
    --risk-bar-top: #aeb5bd;
    box-shadow: none;
  }
}

.insight-strip {
  color: rgba(22, 31, 41, 0.66);
  font-size: 14px;
  gap: 18px;
  margin: 14px 0;
  padding: 15px 18px;
}

.insight-strip strong {
  color: #0058a0;
  font-weight: 500;
  white-space: nowrap;
}

.module-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: clamp(28px, 4vw, 52px);
  width: 100%;
}

.module-card {
  align-items: center;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 68px;
  padding: 8px 14px 8px 9px;
  border-radius: 999px;
}

:root {
  --glass-fill: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34));
  --glass-light-border: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(0, 88, 160, 0.12) 48%, rgba(255, 255, 255, 0.62));
  --glass-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), inset 0 -10px 18px rgba(0, 88, 160, 0.025), 0 12px 26px rgba(26, 39, 55, 0.06);
  --glass-row-fill: linear-gradient(135deg, rgba(245, 248, 250, 0.58) 0%, rgba(255, 255, 255, 0.7) 48%, rgba(237, 243, 247, 0.44) 76%, rgba(255, 255, 255, 0.66) 100%);
  --glass-row-border: linear-gradient(135deg, rgba(122, 142, 157, 0.24) 0%, rgba(176, 191, 201, 0.18) 18%, rgba(255, 255, 255, 0.9) 35%, rgba(158, 177, 190, 0.16) 56%, rgba(111, 133, 150, 0.22) 76%, rgba(255, 255, 255, 0.88) 100%);
}

.audience-label,
.market-brief-row b,
.module-icon,
.section-kicker span {
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  background:
    var(--glass-fill) padding-box,
    var(--glass-light-border) border-box;
  border: 1px solid transparent;
  box-shadow: var(--glass-shadow);
}

.market-brief-row,
.module-card,
.strategy-steps article {
  background:
    var(--glass-row-fill) padding-box,
    var(--glass-row-border) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -10px 18px rgba(0, 88, 160, 0.038),
    0 12px 26px rgba(26, 39, 55, 0.065);
}

.market-brief-row b {
  border-radius: 999px;
}

.module-icon {
  border-radius: 50%;
  display: block;
  height: 50px;
  grid-column: 1;
  grid-row: 1 / -1;
  margin-bottom: 0;
  position: relative;
  width: 50px;
}

.module-icon::before,
.module-icon::after {
  content: "";
  position: absolute;
}

.module-icon::before {
  content: none;
}

.module-icon::after {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: inherit;
  content: "";
  inset: 2px;
  pointer-events: none;
}

.module-icon img {
  display: block;
  filter:
    invert(84%) sepia(8%) saturate(442%) hue-rotate(159deg) brightness(95%) contrast(88%)
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.92))
    drop-shadow(0 2px 2px rgba(60, 78, 92, 0.16));
  height: 24px;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}

.module-icon--fine img {
  height: 22px;
  width: 22px;
}

.strategy-section {
  padding: clamp(92px, 10vw, 150px) var(--page-gutter);
}

.strategy-shell,
.plans-shell {
  margin: 0 auto;
  max-width: min(1560px, calc(100vw - var(--page-gutter) * 2));
  width: 100%;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 22px;
}

.section-kicker span {
  border-radius: 999px;
  color: rgba(21, 27, 35, 0.72);
  font-size: 14px;
  padding: 8px 14px;
}

.strategy-shell > h2,
.plans-shell > h2 {
  color: var(--light-heading);
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0;
}

.strategy-intro {
  color: rgba(27, 35, 44, 0.66);
  font-size: 17px;
  line-height: 1.6;
  margin: 20px 0 42px;
  max-width: 620px;
}

.strategy-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.strategy-steps article {
  border-radius: 22px;
  min-height: 220px;
  padding: 24px;
}

.strategy-steps h3 { color: var(--light-heading); font-size: 18px; font-weight: 500; margin: 0 0 12px; }
.strategy-steps p { color: rgba(27, 35, 44, 0.62); font-size: 14px; font-weight: 400; line-height: 1.55; margin: 0; }

.strategy-context-card {
  overflow: hidden;
  position: relative;
}

.strategy-context-card h3,
.strategy-context-card p {
  position: relative;
  z-index: 2;
}

.strategy-context-map {
  bottom: -34px;
  display: block;
  height: auto;
  left: -34px;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 91%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 91%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  max-width: none;
  object-fit: contain;
  opacity: 0.74;
  pointer-events: none;
  position: absolute;
  right: -58px;
  transform: rotate(-3deg);
  transform-origin: 58% 70%;
  width: calc(100% + 92px);
  z-index: 1;
}

.strategy-levels-card {
  overflow: hidden;
  position: relative;
}

.strategy-levels-card h3,
.strategy-levels-card p {
  position: relative;
  z-index: 2;
}

.strategy-levels-map {
  bottom: -68px;
  display: block;
  height: auto;
  left: -56px;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  max-width: none;
  object-fit: contain;
  opacity: 0.36;
  pointer-events: none;
  position: absolute;
  right: -86px;
  transform: rotate(-2deg);
  transform-origin: 62% 72%;
  width: calc(100% + 142px);
  z-index: 1;
}

.strategy-scenario-card {
  overflow: hidden;
  position: relative;
}

.strategy-scenario-card h3,
.strategy-scenario-card p {
  position: relative;
  z-index: 2;
}

.strategy-scenario-path {
  bottom: -22px;
  display: block;
  height: auto;
  left: 50%;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 18%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 80%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 18%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 80%, transparent 100%);
  -webkit-mask-composite: source-in;
  max-width: none;
  object-fit: contain;
  opacity: 0.82;
  pointer-events: none;
  position: absolute;
  right: auto;
  transform: translateX(-50%) rotate(-2deg);
  transform-origin: 50% 72%;
  width: min(128%, 390px);
  z-index: 1;
}

.strategy-update-card {
  overflow: hidden;
  position: relative;
}

.strategy-update-card h3,
.strategy-update-card p {
  position: relative;
  z-index: 2;
}

.strategy-update-bars {
  bottom: -30px;
  display: block;
  height: auto;
  left: 50%;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  max-width: none;
  object-fit: contain;
  opacity: 0.54;
  pointer-events: none;
  position: absolute;
  right: auto;
  transform: translateX(-50%) rotate(-1deg);
  transform-origin: 50% 78%;
  width: min(132%, 420px);
  z-index: 1;
}

.plans-section {
  color: #f5f8fb;
  padding: clamp(92px, 10vw, 150px) var(--page-gutter);
}

.section-kicker--dark span { color: rgba(235, 244, 251, 0.72); }
.plans-shell > h2 { color: #f6f9fc; }

.pricing-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 42px; }
.pricing-card { border: 1px solid transparent; border-radius: 24px; display: flex; flex-direction: column; min-height: 455px; padding: 28px; }
.pricing-label { color: rgba(177, 207, 231, 0.8); font-size: 17px; font-weight: 400; line-height: 1.15; margin: 0 0 22px; }
.pricing-card h3 { font-size: 18px; font-weight: 400; line-height: 1.35; margin: 0; }
.pricing-price { align-items: baseline; color: #fff; display: flex; gap: 12px; letter-spacing: 0; margin: 20px 0 10px; }
.pricing-price-old { color: #8b9aa6; font-size: 28px; font-weight: 300; position: relative; }
.pricing-price-old::after { background: currentColor; content: ""; height: 1.5px; left: -2px; position: absolute; right: -2px; top: 52%; transform: rotate(-8deg); }
.pricing-price-free { color: #fff; font-size: 42px; font-weight: 500; }
.pricing-copy { color: rgba(219, 230, 239, 0.64); font-size: 14px; font-weight: 300; line-height: 1.55; margin: 0; min-height: 58px; }
.pricing-card ul { border-top: 1px solid rgba(171, 204, 227, 0.13); color: rgba(232, 240, 247, 0.76); font-size: 14px; font-weight: 200; line-height: 1.6; list-style: none; margin: 26px 0; padding: 18px 0 0; }
.pricing-card li + li { margin-top: 9px; }
.pricing-card li::before { color: #4d9fd2; content: "•"; margin-right: 8px; }
.duration-toggle {
  background:
    linear-gradient(135deg, rgba(14, 20, 27, 0.72), rgba(17, 17, 17, 0.76)) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 22px;
  padding: 3px;
}

.duration-toggle button { background: transparent; border: 0; border-radius: 999px; color: rgba(224,235,244,.68); cursor: pointer; font: inherit; font-size: 13px; padding: 9px 8px; }
.duration-toggle button.is-active { background: linear-gradient(135deg, rgba(20, 100, 164, 0.92), rgba(8, 39, 73, 0.96)); box-shadow: inset 0 1px 0 rgba(209, 244, 255, 0.18); color: #fff; }

@media (max-width: 900px) { .strategy-steps, .pricing-grid { grid-template-columns: 1fr 1fr; } .pricing-card { min-height: 430px; } }
@media (max-width: 620px) {
  .strategy-steps,
  .pricing-grid { grid-template-columns: 1fr; }

  .strategy-steps article { min-height: 180px; }

  .strategy-context-card {
    min-height: 210px;
  }

  .strategy-context-map {
    bottom: -42px;
    left: 50%;
    opacity: 0.62;
    right: auto;
    transform: translateX(-50%) rotate(-2deg) scale(0.86);
    transform-origin: 50% 72%;
    width: min(124%, 440px);
  }

  .strategy-steps .strategy-levels-card {
    min-height: 210px;
  }

  .strategy-levels-card p {
    max-width: 78%;
  }

  .strategy-levels-map {
    bottom: -68px;
    left: 50%;
    opacity: 0.34;
    right: auto;
    transform: translateX(-50%) rotate(-2deg) scale(0.84);
    transform-origin: 50% 72%;
    width: min(132%, 470px);
  }

  .strategy-scenario-card {
    min-height: 210px;
  }

  .strategy-scenario-path {
    bottom: -28px;
    left: 50%;
    opacity: 0.68;
    right: auto;
    transform: translateX(-50%) rotate(-2deg) scale(0.78);
    transform-origin: 50% 72%;
    width: min(128%, 470px);
  }

  .strategy-update-card {
    min-height: 210px;
  }

  .strategy-update-bars {
    bottom: -34px;
    left: 50%;
    opacity: 0.46;
    transform: translateX(-50%) rotate(-1deg) scale(0.82);
    transform-origin: 50% 78%;
    width: min(134%, 480px);
  }

}

.module-card h3 {
  color: var(--light-heading);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 1px;
}

.module-card p {
  color: rgba(27, 35, 44, 0.62);
  font-size: clamp(11px, 0.7vw, 12px);
  font-weight: 400;
  grid-column: 2;
  grid-row: 2;
  line-height: 1.4;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  :root {
    --page-gutter: clamp(18px, 3.6vw, 48px);
  }

  .site-header {
    gap: 24px;
    max-width: min(840px, calc(100vw - var(--page-gutter) * 2));
    width: min(840px, calc(100vw - var(--page-gutter) * 2));
  }

  .nav {
    gap: 18px;
  }

  .nav a {
    font-size: 14px;
  }

  .top-stats {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

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

  .inside-copy {
    max-width: 760px;
  }

  .analytics-board {
    width: 100%;
  }

  .inside-content-layout,
  .format-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    justify-content: space-between;
    max-width: min(560px, calc(100vw - var(--page-gutter) * 2));
    overflow: hidden;
    width: min(560px, calc(100vw - var(--page-gutter) * 2));
  }

  .nav {
    display: none;
  }

  .mobile-nav {
    backdrop-filter: blur(16px) saturate(126%);
    -webkit-backdrop-filter: blur(16px) saturate(126%);
    background:
      rgba(255, 255, 255, 0.026) padding-box,
      var(--header-glass-border) border-box;
    border: 1px solid transparent;
    border-radius: 22px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      inset 0 -1px 0 rgba(0, 0, 0, 0.18),
      0 20px 48px rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 280px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: fixed;
    right: var(--page-gutter);
    top: 78px;
    transform: translateX(12px) translateY(-8px) scale(0.98);
    transition: opacity 180ms ease, transform 220ms ease;
    width: min(52vw, 280px);
    z-index: 99;
  }

  .site-header.is-menu-open + .mobile-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) translateY(0) scale(1);
  }

  .mobile-nav::before {
    content: none;
  }

  .mobile-nav a {
    color: #ffffff;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 16px;
  }

  .mobile-nav a:hover,
  .mobile-nav a.is-active {
    background: rgba(255, 255, 255, 0.07);
  }

  .mobile-nav.is-on-light {
    background:
      rgba(235, 243, 249, 0.18) padding-box,
      linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(123, 160, 190, 0.38) 26%, rgba(255, 255, 255, 0.18) 54%, rgba(94, 139, 177, 0.42) 100%) border-box;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 0 -1px 0 rgba(65, 99, 128, 0.08),
      0 20px 48px rgba(41, 65, 86, 0.12);
  }

  .mobile-nav.is-on-light a {
    color: #213748;
  }

  .mobile-nav.is-on-light a:hover,
  .mobile-nav.is-on-light a.is-active {
    background: rgba(255, 255, 255, 0.48);
  }

  .header-cta {
    justify-self: end;
  }

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

  .brand {
    padding: 0;
  }

  .top-stats {
    gap: clamp(8px, 2.8vw, 18px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
    max-width: 100%;
  }

  h1 {
    font-size: 44px;
    letter-spacing: -0.035em;
  }

  .audience-heading h2 {
    font-size: 32px;
  }

  .h1-main,
  .h1-accent {
    white-space: normal;
  }

  .hero-center {
    min-height: 100svh;
    padding: 138px 0 clamp(30px, 5.8svh, 58px);
  }

  .hero-actions {
    margin-top: auto;
  }

  .hero-arc,
  .scroll-cue {
    display: none;
  }

  .hero-copy {
    max-width: min(100%, 460px);
  }

  .win-block {
    padding-top: 88px;
  }

  .audience-section {
    padding-top: 88px;
  }

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

  .board-grid,
  .module-grid {
    grid-template-columns: 1fr;
  }

  .board-panel {
    min-height: auto;
  }

  .level-chart {
    height: 170px;
  }

  .insight-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .insight-strip strong {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  :root {
    --page-gutter: 14px;
  }

  .hero {
    padding-bottom: 42px;
  }

  .hero::before {
    background-color: #000;
    background-position: center 72%;
    background-size: 188vw auto;
  }

  .header-cta {
    font-size: 12px;
    padding: 10px 12px;
  }

  .site-header {
    gap: 8px;
    padding: 6px;
  }

  .mobile-menu-toggle {
    height: 40px;
    width: 40px;
  }

  .top-stats {
    gap: 8px;
  }

  .top-stats strong {
    font-size: clamp(22px, 6.6vw, 26px);
  }

  .top-stats span {
    font-size: clamp(9px, 2.85vw, 11px);
    line-height: 1.18;
  }

  h1 {
    font-size: clamp(30px, 8.2vw, 34px);
    letter-spacing: -0.025em;
    line-height: 1.08;
  }

  .h1-main,
  .h1-accent {
    font-size: 1em;
  }

  .h1-main {
    white-space: nowrap;
  }

  .h1-accent {
    white-space: normal;
  }

  .hero-copy {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .hero-actions {
    flex-direction: row;
    gap: 10px;
    margin-top: auto;
    width: 100%;
  }

  .btn {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
  }

  .audience-heading h2 {
    font-size: 28px;
  }

  .audience-title-row {
    gap: 11px;
    padding: 5px 18px 5px 5px;
  }

  .audience-card {
    border-radius: 18px;
    min-height: 260px;
    padding: 22px;
  }

  .audience-content {
    bottom: 22px;
    left: 22px;
    max-width: calc(100% - 44px);
  }

  .audience-index {
    font-size: 48px;
    right: 22px;
    top: 22px;
  }

  .analytics-board {
    border-radius: 22px;
    padding: 14px;
  }

  .board-panel,
  .module-card,
  .insight-strip {
    border-radius: 14px;
  }
}

@media (max-width: 420px) {
  .brand {
    gap: 9px;
  }

  .brand-mark {
    height: 40px;
    width: 40px;
  }

  .header-cta {
    font-size: 12px;
    padding: 10px 12px;
  }
}

/* Restored pre-refactor component styles. */
.btn.secondary {
  background:
    var(--dark-cta-idle-bg) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(22, 143, 216, 0.08);
  color: #f0f3f8;
  font-weight: 400;
}

.btn.secondary:hover {
  background:
    var(--dark-cta-hover-bg) padding-box,
    var(--glass-border) border-box;
  box-shadow: var(--dark-cta-hover-shadow);
  transform: translateY(-2px);
}

.btn.secondary:active {
  filter: brightness(1.22) saturate(1.1);
  transform: translateY(1px) scale(0.985);
}

.module-card,
.market-brief-row,
.market-brief-row b {
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(0, 88, 160, 0.12) 48%, rgba(255, 255, 255, 0.62)) border-box;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), inset 0 -10px 18px rgba(0, 88, 160, 0.025), 0 12px 26px rgba(26, 39, 55, 0.06);
}

.market-brief-row {
  background:
    linear-gradient(135deg, rgba(245, 248, 250, 0.58) 0%, rgba(255, 255, 255, 0.7) 48%, rgba(237, 243, 247, 0.44) 76%, rgba(255, 255, 255, 0.66) 100%) padding-box,
    linear-gradient(135deg, rgba(122, 142, 157, 0.24) 0%, rgba(176, 191, 201, 0.18) 18%, rgba(255, 255, 255, 0.9) 35%, rgba(158, 177, 190, 0.16) 56%, rgba(111, 133, 150, 0.22) 76%, rgba(255, 255, 255, 0.88) 100%) border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -10px 18px rgba(0, 88, 160, 0.038), 0 12px 26px rgba(26, 39, 55, 0.065);
}

.market-brief-row b { border-radius: 999px; }
.module-icon { border-radius: 50%; }

.strategy-shell > h2,
.plans-shell > h2 { font-size: clamp(34px, 4vw, 58px); }
.strategy-steps h3 { font-size: 20px; font-weight: 600; margin: 38px 0 10px; }

.plans-section { background: #03080d; }
.pricing-grid { margin-top: 48px; }
.pricing-card { backdrop-filter: blur(4px) saturate(112%); -webkit-backdrop-filter: blur(4px) saturate(112%); background: linear-gradient(145deg, rgba(18, 45, 68, 0.48) 0%, rgba(4, 10, 16, 0.56) 52%, rgba(12, 38, 58, 0.44) 100%); border-color: transparent; min-height: 480px; overflow: visible; position: relative; transition: none; }
.pricing-card::before { background: var(--glass-border); border-radius: inherit; content: ""; inset: 0; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; padding: 1px; pointer-events: none; position: absolute; z-index: 0; }
.pricing-card > * { position: relative; z-index: 1; }
.pricing-card--pro {
  box-sizing: border-box;
  box-shadow:
    0 22px 72px rgba(0, 20, 38, 0.3),
    0 0 68px rgba(0, 88, 160, 0.26),
    inset 0 1px 0 rgba(143, 217, 255, 0.12);
  flex: 0 0 auto;
  justify-self: start;
  margin: 0 0 0 6px;
  height: 660px;
  min-height: 660px;
  padding: 38px 32px 36px;
  width: calc(100% + 14px);
  z-index: 2;
}

.pricing-card--pro::after {
  content: none;
}
.pricing-badge {
  background:
    radial-gradient(90% 160% at 16% 0%, rgba(255, 255, 255, 0.82), transparent 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(226, 235, 242, 0.74) 54%, rgba(246, 250, 253, 0.88) 100%) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(132, 154, 171, 0.28) 48%, rgba(255, 255, 255, 0.7)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -8px 16px rgba(0, 88, 160, 0.04),
    0 12px 28px rgba(0, 88, 160, 0.1);
  color: rgba(18, 28, 38, 0.78);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 10px 30px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 3;
}
.pricing-card h3 { font-size: 24px; font-weight: 500; line-height: 1.2; }
.pricing-card--pro h3 {
  min-height: 58px;
}
.pricing-price { margin: 24px 0 12px; }
.pricing-price-free { font-size: 52px; font-weight: 600; }
.pricing-copy { font-weight: 300; min-height: 66px; }
.pricing-label-row {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 22px;
  min-height: 34px;
}
.pricing-label-row .pricing-label {
  font-size: 22px;
  margin: 0;
}
.pricing-card--pro .pricing-label-row {
  margin-top: 12px;
}
.pricing-period-pill,
.duration-toggle {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(143, 197, 229, 0.045)) padding-box,
    linear-gradient(135deg, rgba(168, 204, 228, 0.24), rgba(0, 88, 160, 0.1) 52%, rgba(255, 255, 255, 0.12)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  flex: 0 0 auto;
  line-height: 1;
  width: auto;
}
.pricing-period-pill {
  color: rgba(224, 235, 244, 0.7);
  display: inline-flex;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  padding: 9px 14px;
}
.duration-toggle {
  align-items: center;
  display: inline-flex;
  margin-bottom: 0;
  max-width: 202px;
  padding: 4px;
}
.duration-toggle button {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  justify-content: center;
  line-height: 1;
  min-height: 30px;
  padding: 8px 12px;
}
.duration-toggle button.is-active {
  background: rgba(3, 11, 19, 0.72);
  box-shadow: none;
  color: rgba(245, 250, 255, 0.92);
}

/* Subscription controls: shared dark-blue glass treatment. */
.pricing-grid {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.pricing-button {
  align-items: center;
  background:
    var(--dark-cta-idle-bg) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(22, 143, 216, 0.08);
  color: #f3f9ff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  min-height: 52px;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.pricing-button:hover {
  background:
    var(--dark-cta-hover-bg) padding-box,
    var(--glass-border) border-box;
  box-shadow: var(--dark-cta-hover-shadow);
  filter: none;
  transform: translateY(-2px);
}

.pricing-button:active {
  filter: brightness(1.14) saturate(1.06);
  transform: translateY(0) scale(0.995);
}

.pricing-button--primary {
  padding-left: 15px;
}

.pricing-button-trail { display: inline-flex; font-size: 20px; gap: 1px; line-height: 1; }
.pricing-button-trail i { color: rgba(225, 243, 255, 0.92); font-style: normal; }
.pricing-button-trail i:nth-child(2) { opacity: 0.56; }
.pricing-button-trail i:nth-child(3) { opacity: 0.28; }

.pricing-button[data-pro-button] {
  background:
    radial-gradient(88% 130% at 12% 0%, rgba(255, 255, 255, 0.88), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(226, 235, 242, 0.86)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(132, 154, 171, 0.34) 48%, rgba(255, 255, 255, 0.72)) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -10px 18px rgba(0, 88, 160, 0.05);
  color: rgba(14, 25, 36, 0.82);
  gap: 12px;
  font-weight: 600;
  justify-content: center;
  padding: 5px 15px;
}

.pricing-button[data-pro-button]:hover {
  background:
    radial-gradient(88% 130% at 12% 0%, rgba(255, 255, 255, 0.96), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(216, 232, 244, 0.9)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(117, 158, 187, 0.46) 48%, rgba(255, 255, 255, 0.76)) border-box;
}

.pricing-button[data-pro-button] .pricing-button-trail i {
  color: rgba(14, 25, 36, 0.78);
}

.pricing-button-arrow {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(224, 236, 244, 0.86)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(117, 158, 187, 0.42) 52%, rgba(255, 255, 255, 0.78)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #0b1724;
  display: inline-flex;
  flex: 0 0 54px;
  font-size: 20px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1;
}

.plans-section {
  overflow: hidden;
  position: relative;
}

.plans-shell { position: relative; z-index: 1; }
.plans-market-texture { inset: 0; overflow: hidden; pointer-events: none; position: absolute; z-index: 0; }
.plans-candles {
  height: 270px;
  mask-image: radial-gradient(ellipse 88% 82% at 50% 52%, #000 42%, rgba(0, 0, 0, 0.72) 66%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 88% 82% at 50% 52%, #000 42%, rgba(0, 0, 0, 0.72) 66%, transparent 100%);
  opacity: 1;
  position: absolute;
  top: 26%;
  width: 30%;
}
.plans-candles--left { left: 7%; }
.plans-candles--right { right: 7%; transform: scaleX(-1); }
.plans-candles i {
  background: transparent;
  border: 0;
  bottom: calc(var(--y) - var(--down));
  display: block;
  height: calc(var(--h) + var(--up) + var(--down));
  left: var(--x);
  opacity: 1;
  position: absolute;
  width: 1px;
}

.plans-candles i::before {
  background: rgba(61, 131, 165, 0.54);
  content: "";
  height: 100%;
  left: 0;
  opacity: clamp(0.3, calc(var(--o) + 0.13), 0.66);
  position: absolute;
  top: 0;
  transform: none;
  width: 1px;
  z-index: 0;
}

.plans-candles i::after {
  background: linear-gradient(180deg, #2a657e 0%, #15445c 52%, #082432 100%);
  border: 1px solid rgba(72, 137, 168, 0.24);
  content: "";
  height: var(--h);
  left: 50%;
  position: absolute;
  top: var(--up);
  transform: translateX(-50%);
  width: 8px;
  z-index: 1;
}

.plans-candles i:nth-child(1) { --up: 7px; --down: 23px; }
.plans-candles i:nth-child(2) { --up: 19px; --down: 6px; }
.plans-candles i:nth-child(3) { --up: 10px; --down: 29px; }
.plans-candles i:nth-child(4) { --up: 27px; --down: 9px; }
.plans-candles i:nth-child(5) { --up: 6px; --down: 18px; }
.plans-candles i:nth-child(6) { --up: 15px; --down: 31px; }
.plans-candles i:nth-child(7) { --up: 8px; --down: 12px; }
.plans-candles i:nth-child(8) { --up: 23px; --down: 7px; }

.plans-candles { height: 360px; top: 17%; width: 43%; }

.plans-market-texture {
  background: url("assets/plans-grid.svg") center top / 100% 100% no-repeat;
  mask-image: radial-gradient(ellipse 78% 76% at 50% 48%, #000 12%, rgba(0, 0, 0, 0.78) 48%, rgba(0, 0, 0, 0.28) 74%, transparent 100%);
  opacity: 0.72;
}

.plans-candles--left {
  top: 48%;
}

.audience-title-row,
.inside-title-row {
  gap: 0;
  margin-bottom: 14px;
  padding: 8px 18px;
}

.audience-heading h2,
.inside-title-label {
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 500;
}

.strategy-shell > .section-kicker,
.plans-shell > .section-kicker {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.section-kicker > span {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 18px;
}

.strategy-shell > h2,
.plans-shell > h2 {
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 1.28;
  text-align: center;
}

.strategy-intro {
  font-size: 15px;
  margin: 26px auto 0;
  max-width: 680px;
  text-align: center;
}

.section-kicker--dark > span {
  background:
    linear-gradient(145deg, rgba(11, 25, 39, 0.78), rgba(5, 13, 21, 0.84)) padding-box,
    linear-gradient(135deg, rgba(101, 190, 239, 0.68), rgba(7, 48, 78, 0.24) 48%, rgba(86, 168, 218, 0.56)) border-box;
  box-shadow: inset 0 1px 0 rgba(171, 226, 251, 0.12), 0 12px 28px rgba(0, 0, 0, 0.16);
}

/* Unified two-level section heading system. */
.audience-title-row,
.inside-title-row {
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  background:
    var(--glass-fill) padding-box,
    var(--glass-light-border) border-box;
  border: 1px solid transparent;
  box-shadow: var(--glass-shadow);
}

.audience-heading h2,
.inside-title-label,
.section-kicker > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.strategy-shell > h2,
.plans-shell > h2,
.audience-heading > p,
.inside-summary {
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.28;
}

.strategy-shell > h2,
.audience-heading > p,
.inside-summary {
  color: rgba(28, 35, 43, 0.72);
}

.plans-shell > h2 {
  color: rgba(245, 248, 251, 0.88);
}

/* One exact style for every section title pill. */
.audience-title-row,
.inside-title-row,
.section-kicker > span {
  align-items: center;
  color: rgba(21, 27, 35, 0.78);
  display: inline-flex;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  gap: 11px;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 18px 7px 7px;
  position: relative;
}

.audience-heading h2,
.inside-title-label {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.section-kicker--dark > span {
  color: rgba(246, 249, 252, 0.92);
}

.audience-title-row::before,
.inside-title-row::before,
.section-kicker > span::before {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(232, 240, 246, 0.58)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(73, 145, 187, 0.34) 52%, rgba(255, 255, 255, 0.74)) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), inset 0 -7px 12px rgba(0, 88, 160, 0.05);
  content: "";
  filter: none;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.audience-title-row::after,
.inside-title-row::after,
.section-kicker > span::after {
  background: linear-gradient(135deg, #063f6d 0%, #159ee5 52%, #0a4f82 100%);
  content: "";
  filter: drop-shadow(0 2px 4px rgba(0, 73, 125, 0.18));
  height: 18px;
  left: 14px;
  -webkit-mask: url("assets/icons/shuffle.svg") center / 18px 18px no-repeat;
  mask: url("assets/icons/shuffle.svg") center / 18px 18px no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.audience-heading > p,
.inside-summary {
  color: rgba(28, 35, 43, 0.72);
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.section-kicker > span {
  align-items: center;
  display: inline-flex;
  gap: 11px;
}

.strategy-shell > h2 {
  margin-bottom: clamp(38px, 5vw, 68px);
}

/* Section heading icons reuse the same circle system as the module icons. */
.audience-title-row::before,
.audience-title-row::after,
.inside-title-row::before,
.inside-title-row::after,
.section-kicker > span::before,
.section-kicker > span::after {
  content: none;
  display: none;
}

.audience-title-row,
.inside-title-row,
.section-kicker > span {
  gap: 12px;
  padding: 6px 18px 6px 6px;
}

.section-title-icon {
  flex: 0 0 50px;
  grid-column: auto;
  grid-row: auto;
  height: 50px;
  margin: 0;
  width: 50px;
}

.section-title-icon img {
  display: none;
}

.section-title-icon::before {
  background: linear-gradient(135deg, #063f6d 0%, #159ee5 52%, #0a4f82 100%);
  content: "";
  height: 24px;
  left: 50%;
  -webkit-mask: url("assets/icons/shuffle.svg") center / 24px 24px no-repeat;
  mask: url("assets/icons/shuffle.svg") center / 24px 24px no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}

.section-kicker--dark > span > .section-title-icon {
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.34), transparent 44%),
    linear-gradient(135deg, rgba(14, 20, 27, 0.94), rgba(0, 88, 160, 0.7) 54%, rgba(17, 17, 17, 0.92)) padding-box,
    var(--glass-border) border-box;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.2),
    inset 0 -10px 18px rgba(0, 30, 58, 0.24),
    0 10px 26px rgba(0, 88, 160, 0.16);
}

.section-kicker--dark > span > .section-title-icon::after {
  border-color: rgba(126, 220, 255, 0.26);
}

.section-kicker--dark > span > .section-title-icon::before {
  background: linear-gradient(135deg, #dff6ff 0%, #56c7ff 48%, #0a5c93 100%);
}

/* Unified visual contract for all section title pills. */
.audience-title-row,
.inside-title-row,
.section-kicker > span {
  align-items: center;
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  background:
    var(--glass-fill) padding-box,
    var(--glass-light-border) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: var(--glass-shadow);
  color: rgba(21, 27, 35, 0.78);
  display: inline-flex;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  gap: 12px;
  line-height: 1;
  margin-bottom: 14px;
  padding: 6px 18px 6px 6px;
}

.section-kicker--dark > span {
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.42), transparent 44%),
    linear-gradient(135deg, rgba(14, 20, 27, 0.92), rgba(0, 88, 160, 0.78) 54%, rgba(17, 17, 17, 0.9)) padding-box,
    var(--glass-border) border-box;
  color: rgba(246, 249, 252, 0.92);
  font: 500 18px/1 "Inter", Arial, sans-serif;
  text-shadow: 0 1px 10px rgba(17, 17, 17, 0.22);
}

.section-kicker--dark .section-title-icon {
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.34), transparent 44%),
    linear-gradient(135deg, rgba(14, 20, 27, 0.94), rgba(0, 88, 160, 0.7) 54%, rgba(17, 17, 17, 0.92)) padding-box,
    var(--glass-border) border-box;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.2),
    inset 0 -10px 18px rgba(0, 30, 58, 0.24),
    0 10px 26px rgba(0, 88, 160, 0.16);
}

.section-kicker--dark .section-title-icon::after {
  border-color: rgba(126, 220, 255, 0.26);
}

.section-kicker--dark .section-title-icon::before {
  background: linear-gradient(135deg, #dff6ff 0%, #56c7ff 48%, #0a5c93 100%);
}

.audience-heading h2,
.inside-title-label,
.section-kicker > span {
  font: 500 18px/1 "Inter", Arial, sans-serif;
}

.section-title-icon,
.section-kicker > span > .section-title-icon {
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  background:
    var(--glass-fill) padding-box,
    var(--glass-light-border) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: var(--glass-shadow);
  display: block;
  flex: 0 0 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 50px;
}

/* Dark title pill for the pricing section. Placed last to beat the light shared icon style. */
#plans .section-kicker--dark > span {
  background:
    linear-gradient(135deg, rgba(14, 20, 27, 0.82), rgba(17, 17, 17, 0.86)) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.08),
    0 12px 28px rgba(0, 88, 160, 0.1);
  color: rgba(246, 249, 252, 0.92);
  font-weight: 500;
  min-width: 0;
  padding: 6px 18px 6px 6px;
  text-shadow: none;
}

#plans .section-kicker--dark > span > .section-title-icon {
  background:
    radial-gradient(circle at 28% 0%, rgba(22, 143, 216, 0.42), transparent 44%),
    linear-gradient(135deg, rgba(14, 20, 27, 0.92), rgba(0, 88, 160, 0.78) 54%, rgba(17, 17, 17, 0.9)) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.22),
    inset 0 -10px 18px rgba(0, 30, 58, 0.26),
    0 10px 28px rgba(0, 88, 160, 0.14);
}

#plans .section-kicker--dark > span > .section-title-icon::after {
  border-color: rgba(13, 136, 213, 0.32);
}

#plans .section-kicker--dark > span > .section-title-icon::before {
  background: linear-gradient(135deg, rgba(226, 248, 255, 0.96) 0%, rgba(86, 199, 255, 0.94) 48%, rgba(7, 82, 132, 0.98) 100%);
}

.section-title-icon img,
.section-kicker > span > .section-title-icon img {
  display: none !important;
}

.section-title-icon::before,
.section-kicker > span > .section-title-icon::before {
  content: none !important;
}

/* Unified vertical rhythm between section title pills, subtitles, and content. */
.audience-title-row,
.inside-title-row,
.strategy-shell > .section-kicker,
.plans-shell > .section-kicker {
  margin-bottom: 14px;
}

.audience-heading,
.inside-copy {
  margin-bottom: clamp(38px, 5vw, 68px);
}

.strategy-shell > h2,
.plans-shell > h2 {
  margin: 0 0 clamp(38px, 5vw, 68px);
}

.strategy-steps,
.pricing-grid {
  margin-top: 0;
}

.strategy-section {
  padding-top: clamp(52px, 6vw, 86px);
  padding-bottom: clamp(76px, 8vw, 118px);
}

.plans-section {
  padding-top: clamp(76px, 8vw, 118px);
  padding-bottom: clamp(92px, 10vw, 150px);
}

.win-block {
  padding-bottom: clamp(56px, 7vw, 92px);
}

.win-block--format {
  padding-top: clamp(48px, 6vw, 82px);
  padding-bottom: clamp(48px, 6vw, 82px);
}

.access-cta + .light-surface > .win-block--format {
  padding-top: clamp(28px, 3vw, 38px);
}

.access-cta + .light-surface > .win-block--format .format-layout {
  margin-top: clamp(18px, 2.6vw, 34px);
}

/* Center section title pills by layout, not by visual offset hacks. */
.audience-heading,
.inside-copy {
  text-align: center;
}

.strategy-shell > h2,
.plans-shell > h2 {
  text-align: center;
}

.strategy-shell > .section-kicker,
.plans-shell > .section-kicker {
  display: flex;
  justify-content: center;
}

.audience-title-row,
.inside-title-row {
  margin-left: auto;
  margin-right: auto;
}

/* Final CTA button arrangement. */
.hero-subscribe-button {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 240, 246, 0.74) 48%, rgba(255, 255, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(118, 153, 178, 0.34) 48%, rgba(255, 255, 255, 0.76)) border-box;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -10px 18px rgba(0, 88, 160, 0.035),
    0 14px 34px rgba(0, 0, 0, 0.16);
  gap: 15px;
  min-height: 52px;
  padding: 0 19px 0 22px;
}

.hero-subscribe-button:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(221, 235, 246, 0.82) 48%, rgba(255, 255, 255, 0.92)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(117, 158, 187, 0.48) 48%, rgba(255, 255, 255, 0.76)) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -10px 18px rgba(0, 88, 160, 0.05),
    0 16px 36px rgba(0, 0, 0, 0.18);
}

.hero-subscribe-trail i {
  color: rgba(23, 42, 57, 0.78);
}

.access-button-orb {
  align-items: center;
  background:
    radial-gradient(circle at 30% 12%, rgba(22, 143, 216, 0.52), transparent 44%),
    linear-gradient(135deg, #061829 0%, #0d69a5 48%, #061829 100%) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.24),
    inset 0 -10px 18px rgba(0, 30, 58, 0.26);
  display: inline-flex;
  flex: 0 0 50px;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 50px;
}

.access-button-orb::before {
  color: #fff;
  content: "→";
  font-size: 22px;
  font-weight: 500;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -54%);
}

/* Draggable access CTA. */
.access-button {
  --swipe-x: 0px;
  --swipe-progress: 0;
  --swipe-label-x: 0px;
  background:
    var(--dark-cta-idle-bg) padding-box,
    var(--glass-border) border-box;
  border: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(22, 143, 216, 0.08),
    0 0 34px rgba(0, 88, 160, 0.14);
  line-height: 1;
  min-height: 64px;
  overflow: visible;
  padding: 6px 18px 6px 6px;
  position: relative;
  touch-action: none;
  cursor: grab;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.access-button > * {
  position: relative;
  z-index: 1;
}

.access-button:hover {
  background:
    var(--dark-cta-hover-bg) padding-box,
    var(--glass-border) border-box;
  box-shadow: var(--dark-cta-hover-shadow);
  filter: none;
  transform: translateY(-2px);
}

.access-button:active {
  filter: brightness(1.22) saturate(1.1);
  transform: none;
}

.access-button-orb {
  align-self: center;
  flex: 0 0 52px;
  height: 52px;
  overflow: visible;
  position: relative;
  transform: translateX(var(--swipe-x));
  transition: transform 180ms ease;
  width: 52px;
  z-index: 1;
}

.access-button-label,
.access-button-trail {
  opacity: calc(1 - var(--swipe-progress));
  transform: translateX(var(--swipe-label-x));
  transition: opacity 160ms ease, transform 180ms ease;
}

.access-button.is-swiping .access-button-orb {
  transition: none;
}

.access-button.is-swiping .access-button-label,
.access-button.is-swiping .access-button-trail {
  transition: none;
}

.access-button.is-swiping {
  cursor: grabbing;
  filter: brightness(1.22) saturate(1.1);
  transform: none;
}

.access-button * {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.faq-section {
  background: #e7edf3;
  color: var(--light-heading);
  overflow: hidden;
  padding: clamp(76px, 8vw, 118px) var(--page-gutter) clamp(76px, 8vw, 118px);
  position: relative;
  scroll-margin-top: 110px;
}

.faq-section::before {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.54), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(0, 88, 160, 0.06), transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.faq-shell {
  margin: 0 auto;
  max-width: min(1560px, calc(100vw - var(--page-gutter) * 2));
  position: relative;
  text-align: center;
  z-index: 1;
}

.faq-shell > h2 {
  color: rgba(28, 35, 43, 0.72);
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.28;
  margin: 0 0 clamp(38px, 5vw, 68px);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  max-width: 1080px;
  text-align: left;
}

.faq-item {
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
  background:
    linear-gradient(135deg, rgba(245, 248, 250, 0.58) 0%, rgba(255, 255, 255, 0.7) 48%, rgba(237, 243, 247, 0.44) 76%, rgba(255, 255, 255, 0.66) 100%) padding-box,
    linear-gradient(135deg, rgba(122, 142, 157, 0.24) 0%, rgba(176, 191, 201, 0.18) 18%, rgba(255, 255, 255, 0.9) 35%, rgba(158, 177, 190, 0.16) 56%, rgba(111, 133, 150, 0.22) 76%, rgba(255, 255, 255, 0.88) 100%) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -10px 18px rgba(0, 88, 160, 0.038), 0 12px 26px rgba(26, 39, 55, 0.065);
  overflow: hidden;
  transition: border-radius 180ms ease, box-shadow 180ms ease;
}

.faq-item summary {
  align-items: center;
  color: rgba(21, 27, 35, 0.78);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.25;
  list-style: none;
  min-height: 58px;
  padding: 0 22px 0 26px;
}

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

.faq-item summary::after {
  color: rgba(0, 88, 160, 0.72);
  content: "+";
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  margin-left: 18px;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  color: rgba(27, 35, 44, 0.62);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin: -2px 0 0;
  padding: 0 54px 22px 26px;
}

@media (max-width: 760px) {
  .faq-item {
    border-radius: 22px;
  }

  .faq-item summary {
    font-size: 15px;
    line-height: 1.35;
    min-height: 56px;
    padding: 0 18px 0 20px;
  }

  .faq-item p {
    padding: 0 42px 20px 20px;
  }
}

.site-footer {
  background: #03080d;
  color: rgba(235, 244, 251, 0.72);
  padding: 34px var(--page-gutter);
  position: relative;
}

.site-footer::before {
  background: linear-gradient(90deg, transparent, rgba(13, 136, 213, 0.46), transparent);
  content: "";
  height: 1px;
  inset: 0 0 auto;
  opacity: 0.42;
  position: absolute;
}

.footer-shell {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, auto);
  margin: 0 auto;
  max-width: min(1560px, calc(100vw - var(--page-gutter) * 2));
}

.footer-brand {
  align-items: center;
  color: #f6f9fc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
}

.footer-logo {
  border-radius: 50%;
  height: 34px;
  object-fit: cover;
  width: 34px;
}

.footer-shell p {
  color: rgba(219, 230, 239, 0.58);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
  margin: 0;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.footer-nav a {
  color: rgba(235, 244, 251, 0.58);
  font-size: 13px;
  font-weight: 300;
  transition: color 160ms ease;
}

.footer-nav a:hover {
  color: #ffffff;
}

@media (max-width: 900px) {
  .footer-shell {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand,
  .footer-nav {
    justify-content: center;
  }
}

.section-title-icon > img {
  display: none !important;
}

.section-title-icon::before {
  content: none !important;
  display: none !important;
}

.section-title-icon > img,
.section-kicker > span > .section-title-icon > img {
  display: block !important;
  filter:
    grayscale(1)
    brightness(0.72)
    contrast(0.88)
    opacity(0.82)
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.84))
    drop-shadow(0 3px 5px rgba(60, 78, 92, 0.16));
  height: 24px;
  left: 50%;
  object-fit: contain;
  opacity: 0.92;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  z-index: 2;
}

#plans .section-kicker--dark > span > .section-title-icon > img {
  filter:
    invert(52%) sepia(97%) saturate(1972%) hue-rotate(174deg) brightness(104%) contrast(101%)
    drop-shadow(0 1px 0 rgba(213, 246, 255, 0.24))
    drop-shadow(0 4px 10px rgba(13, 136, 213, 0.44));
  opacity: 1;
}

@media (max-width: 860px) {
  .fomo-section {
    margin-top: -64px;
    padding-top: 6px;
    padding-bottom: 34px;
  }

  .fomo-banner {
    background: transparent;
    border-radius: 26px;
    border-color: transparent;
    box-shadow: none;
    clip-path: inset(-104px 0 0 0 round 26px);
    display: block;
    gap: 0;
    min-height: clamp(690px, 178vw, 820px);
    overflow: visible;
  }

  .fomo-banner::before {
    background:
      linear-gradient(90deg, rgba(65, 105, 134, 0.08) 1px, transparent 1px),
      linear-gradient(180deg, rgba(65, 105, 134, 0.06) 1px, transparent 1px),
      radial-gradient(42% 82% at 24% 54%, rgba(13, 136, 213, 0.34), transparent 70%),
      radial-gradient(34% 62% at 5% 14%, rgba(86, 199, 255, 0.16), transparent 72%),
      radial-gradient(46% 74% at 88% 16%, rgba(60, 111, 145, 0.14), transparent 70%),
      linear-gradient(135deg, rgba(8, 17, 27, 0.96), rgba(3, 8, 13, 0.97)) padding-box,
      var(--glass-border) border-box;
    background-size: 48px 48px, 48px 48px, auto, auto, auto, auto, auto;
    border: 1px solid transparent;
    box-shadow:
      inset 0 1px 0 rgba(126, 220, 255, 0.14),
      inset 0 -18px 32px rgba(0, 30, 58, 0.18),
      0 28px 80px rgba(18, 35, 52, 0.18);
    box-sizing: border-box;
    inset: clamp(168px, 42vw, 202px) 0 0;
    mask-image: none;
    opacity: 1;
    z-index: 0;
  }

  .fomo-banner::after {
    display: none;
  }

  .fomo-copy {
    align-items: center;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    left: 20px;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    transform: none;
    z-index: 4;
  }

  .fomo-kicker {
    display: none;
  }

  .fomo-copy h2 {
    font-size: clamp(22px, 6vw, 28px);
    font-weight: 500;
    line-height: 0.98;
    max-width: 100%;
    order: 1;
    text-align: center;
    transform: translateY(72px);
  }

  .fomo-copy h2 span {
    font-size: 2.48em;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .fomo-copy p {
    color: rgba(226, 236, 244, 0.64);
    font-size: 11px;
    line-height: 1.35;
    margin: 22px auto 0;
    max-width: 310px;
    order: 3;
  }

  .fomo-cta-button {
    margin-top: 24px;
    min-height: 56px;
    min-width: 238px;
    order: 2;
  }

  .fomo-visual {
    inset: 0;
    min-height: 0;
    overflow: visible;
    position: absolute;
  }

  .fomo-visual::after {
    background:
      linear-gradient(180deg, transparent 0%, transparent 54%, rgba(3, 8, 13, 0.16) 72%, rgba(3, 8, 13, 0.9) 96%);
    z-index: 3;
  }

  .fomo-desktop-robot {
    display: none !important;
  }

  .fomo-mobile-robot-position {
    bottom: 0;
    display: block !important;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 4;
  }

  .fomo-mobile-robot-position > .fomo-mobile-robot {
    bottom: auto;
    display: block;
    filter: none;
    height: auto;
    left: auto;
    max-width: none;
    object-fit: contain;
    position: static;
    right: auto;
    top: auto;
    transform: none;
    width: clamp(280px, 90vw, 430px);
  }

  .fomo-backdrop-word {
    font-size: clamp(86px, 23vw, 128px);
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
  }

  .audience-section {
    overflow: visible;
    padding-top: 76px;
    padding-bottom: 18px;
  }

  #inside.win-block {
    padding-top: 24px;
  }

  .strategy-section {
    padding-top: 40px;
  }

  .audience-grid {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
  }

  .audience-card {
    aspect-ratio: auto;
    min-height: 214px;
    padding: 22px;
  }

  .audience-label {
    font-size: 12px;
    line-height: 1;
    margin-right: 78px;
    padding: 7px 10px;
  }

  .audience-index {
    font-size: clamp(58px, 14vw, 72px);
    right: 22px;
    top: 22px;
  }

  .audience-content {
    bottom: 22px;
    left: 22px;
    max-width: calc(100% - 44px);
  }

  .audience-content h3 {
    font-size: clamp(23px, 6vw, 30px);
    margin-bottom: 10px;
  }

  .audience-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .analytics-board .board-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .analytics-board .levels-panel,
  .analytics-board .risk-panel {
    min-height: 260px;
  }

  .risk-title-icon img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(99%) saturate(2220%) hue-rotate(186deg) brightness(76%) contrast(112%);
  }
}

@media (max-width: 560px) {
  #inside.win-block {
    padding-top: 30px;
  }

  .audience-grid {
    gap: 13px;
  }

  .audience-card {
    border-radius: 18px;
    min-height: 214px;
    padding: 22px;
  }

  .audience-label {
    max-width: none;
  }

  .audience-content {
    bottom: 22px;
    left: 22px;
    max-width: calc(100% - 44px);
  }
}

/* More deliberate reveal choreography. Containers stay stable; inner items move in sequence. */
#inside .inside-content-layout,
.strategy-section .strategy-steps,
.plans-section .pricing-grid {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.audience-heading,
.audience-card,
.fomo-banner,
#inside .inside-copy,
#inside .analytics-copy,
#inside .analytics-board,
.win-block--format .format-layout,
.strategy-section .section-kicker,
.strategy-section h2,
.strategy-section .strategy-steps article,
.strategy-section .strategy-intro,
.plans-section .section-kicker,
.plans-section h2,
.plans-section .pricing-card,
.faq-section .section-kicker,
.faq-section h2,
.faq-section .faq-item {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 620ms ease,
    transform 820ms cubic-bezier(0.16, 0.84, 0.22, 1);
}

.audience-heading,
#inside .inside-copy,
#inside .analytics-copy,
.win-block--format .format-layout,
.strategy-section .section-kicker,
.plans-section .section-kicker {
  transform: translate3d(-48px, 22px, 0);
}

#inside .analytics-board,
.strategy-section h2,
.strategy-section .strategy-intro,
.plans-section h2 {
  transform: translate3d(48px, 22px, 0);
}

.audience-heading,
#inside .inside-copy {
  opacity: 1;
  transform: none;
  transition: none;
}

.audience-title-row,
.inside-title-row {
  opacity: 0;
  transform: translate3d(-48px, 22px, 0);
  transition:
    opacity 620ms ease,
    transform 820ms cubic-bezier(0.16, 0.84, 0.22, 1);
}

.audience-heading > p,
.inside-summary {
  opacity: 0;
  transform: translate3d(48px, 22px, 0);
  transition:
    opacity 620ms ease 80ms,
    transform 820ms cubic-bezier(0.16, 0.84, 0.22, 1) 80ms;
}

.audience-section.is-visible .audience-title-row,
.audience-section.is-visible .audience-heading > p,
#inside.is-visible .inside-title-row,
#inside.is-visible .inside-summary {
  opacity: 1;
  transform: none;
}

.audience-card:nth-child(-n + 2),
.strategy-section .strategy-steps article:nth-child(-n + 2) {
  transform: translate3d(-48px, 22px, 0);
}

.audience-card:nth-child(n + 3),
.strategy-section .strategy-steps article:nth-child(n + 3) {
  transform: translate3d(48px, 22px, 0);
}

.plans-section .pricing-card {
  transform: translate3d(0, 46px, 0);
}

.faq-section .section-kicker,
.faq-section h2,
.faq-section .faq-item {
  transform: translate3d(0, 18px, 0);
}

.audience-section.is-visible .audience-heading,
.audience-section.is-visible .audience-card,
.fomo-section.is-visible .fomo-banner,
#inside.is-visible .inside-copy,
#inside.is-visible .analytics-copy,
#inside.is-visible .analytics-board,
.win-block--format.is-visible .format-layout,
.strategy-section.is-visible .section-kicker,
.strategy-section.is-visible h2,
.strategy-section.is-visible .strategy-steps article,
.strategy-section.is-visible .strategy-intro,
.plans-section.is-visible .section-kicker,
.plans-section.is-visible h2,
.plans-section.is-visible .pricing-card,
.faq-section.is-visible .section-kicker,
.faq-section.is-visible h2,
.faq-section.is-visible .faq-item {
  opacity: 1;
  transform: none;
}

.audience-section.is-visible .audience-card:nth-child(1),
#inside.is-visible .analytics-copy,
.win-block--format.is-visible .format-layout,
.strategy-section.is-visible h2,
.plans-section.is-visible h2,
.faq-section.is-visible h2 {
  transition-delay: 80ms;
}

.audience-section.is-visible .audience-card:nth-child(2),
#inside.is-visible .analytics-board,
.strategy-section.is-visible .strategy-steps article:nth-child(1),
.plans-section.is-visible .pricing-card:nth-child(1),
.faq-section.is-visible .faq-item:nth-child(1) {
  transition-delay: 180ms;
}

.audience-section.is-visible .audience-card:nth-child(3),
.strategy-section.is-visible .strategy-steps article:nth-child(2),
.plans-section.is-visible .pricing-card:nth-child(2),
.faq-section.is-visible .faq-item:nth-child(2) {
  transition-delay: 280ms;
}

.audience-section.is-visible .audience-card:nth-child(4),
.strategy-section.is-visible .strategy-steps article:nth-child(3),
.plans-section.is-visible .pricing-card:nth-child(3),
.faq-section.is-visible .faq-item:nth-child(3) {
  transition-delay: 380ms;
}

.strategy-section.is-visible .strategy-steps article:nth-child(4),
.strategy-section.is-visible .strategy-intro,
.faq-section.is-visible .faq-item:nth-child(4) {
  transition-delay: 480ms;
}

@media (max-width: 860px) {
  .plans-market-texture {
    background-position: center 120px;
    background-size: 150% 118%;
    mask-image: linear-gradient(180deg, transparent 0 128px, rgba(0, 0, 0, 0.16) 190px, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.18) 76%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0 128px, rgba(0, 0, 0, 0.16) 190px, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.18) 76%, transparent 100%);
    opacity: 0.42;
  }

  .plans-candles {
    height: 320px;
    opacity: 0.62;
    top: 30%;
    width: 48%;
  }

  .plans-candles--left {
    left: -18%;
  }

  .plans-candles--right {
    right: -18%;
  }

  .plans-candles i::before {
    opacity: clamp(0.16, calc(var(--o) - 0.04), 0.34);
  }

  .plans-candles i::after {
    border-color: rgba(72, 137, 168, 0.14);
    opacity: 0.72;
    width: 6px;
  }

  .pricing-card--pro {
    height: auto;
    justify-self: stretch;
    margin: 18px 0 0;
    min-height: 560px;
    padding: 36px 26px 30px;
    width: 100%;
  }

  .access-copy {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .access-kicker,
  .access-copy h2,
  .access-copy > p,
  .access-button,
  .access-copy > small {
    opacity: 0;
    transition:
      opacity 620ms ease,
      transform 820ms cubic-bezier(0.16, 0.84, 0.22, 1);
  }

  .access-kicker,
  .access-copy h2 {
    transform: translate3d(36px, 20px, 0);
  }

  .access-copy > p {
    transform: translate3d(-36px, 20px, 0);
  }

  .access-button,
  .access-copy > small {
    transform: translate3d(36px, 20px, 0);
  }

  .audience-section.is-visible .audience-card,
  #inside.is-visible .inside-copy,
  #inside.is-visible .analytics-copy,
  #inside.is-visible .analytics-board,
  .win-block--format.is-visible .format-layout,
  .access-cta.is-visible .access-kicker,
  .access-cta.is-visible .access-copy h2,
  .access-cta.is-visible .access-copy > p {
    opacity: 0;
    transition-delay: 0ms;
  }

  .audience-section.is-visible .audience-card:nth-child(odd),
  #inside.is-visible .inside-copy,
  #inside.is-visible .analytics-copy,
  .win-block--format.is-visible .format-layout {
    transform: translate3d(-36px, 20px, 0);
  }

  .audience-section.is-visible .audience-card:nth-child(even),
  #inside.is-visible .analytics-board {
    transform: translate3d(36px, 20px, 0);
  }

  .access-cta.is-visible .access-kicker,
  .access-cta.is-visible .access-copy h2 {
    transform: translate3d(36px, 20px, 0);
  }

  .access-cta.is-visible .access-copy > p {
    transform: translate3d(-36px, 20px, 0);
  }

  .audience-section.is-visible .audience-card.is-mobile-visible,
  #inside.is-visible .inside-copy.is-mobile-visible,
  #inside.is-visible .analytics-copy.is-mobile-visible,
  #inside.is-visible .analytics-board.is-mobile-visible,
  .win-block--format.is-visible .format-layout.is-mobile-visible,
  .access-cta.is-visible .access-kicker.is-mobile-visible,
  .access-cta.is-visible .access-copy h2.is-mobile-visible,
  .access-cta.is-visible .access-copy > p.is-mobile-visible {
    opacity: 1;
    transform: none;
  }

  .access-cta.is-visible .access-button,
  .access-cta.is-visible .access-copy > small {
    opacity: 1;
    transform: none;
  }

  .access-button {
    justify-content: center;
    overflow: hidden;
    padding-left: 66px;
    padding-right: 24px;
    width: min(292px, 100%);
  }

  .access-button::before {
    background:
      radial-gradient(ellipse at 52% 54%, rgba(3, 8, 13, 0.52) 0%, rgba(3, 8, 13, 0.34) 48%, rgba(3, 8, 13, 0.08) 76%, transparent 100%);
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }

  .access-button-orb {
    flex-basis: 52px;
    left: 6px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(var(--swipe-x));
  }

  .access-button-label,
  .access-button-trail {
    transform: translateX(var(--swipe-label-x));
  }

  .audience-heading,
  #inside .inside-copy {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .audience-title-row,
  .inside-title-row {
    opacity: 0;
    transform: translate3d(-36px, 20px, 0);
    transition:
      opacity 620ms ease,
      transform 820ms cubic-bezier(0.16, 0.84, 0.22, 1);
  }

  .audience-heading > p,
  .inside-summary {
    opacity: 0;
    transform: translate3d(36px, 20px, 0);
    transition:
      opacity 620ms ease 80ms,
      transform 820ms cubic-bezier(0.16, 0.84, 0.22, 1) 80ms;
  }

  .audience-section.is-visible .audience-title-row,
  .audience-section.is-visible .audience-heading > p,
  #inside.is-visible .inside-title-row,
  #inside.is-visible .inside-summary {
    opacity: 1;
    transform: none;
  }
}
