:root {
  --ink: #050609;
  --panel: #0b0d12;
  --paper: #f4f3ef;
  --muted: #969aa5;
  --muted-soft: #6e727d;
  --accent: #82adff;
  --accent-soft: rgba(130, 173, 255, 0.12);
  --accent-glow: rgba(92, 143, 255, 0.24);
  --line: rgba(255, 255, 255, 0.1);
  --line-bright: rgba(255, 255, 255, 0.21);
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --font-sans:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Helvetica Neue", Arial, sans-serif;
  --mono:
    "SFMono-Regular", "SF Mono", ui-monospace, Menlo, Monaco, Consolas,
    monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(
      ellipse at 79% 10%,
      rgba(91, 139, 236, 0.14),
      transparent 29%
    ),
    radial-gradient(
      ellipse at 18% 72%,
      rgba(79, 68, 145, 0.07),
      transparent 34%
    ),
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.018),
      transparent 32%,
      rgba(125, 168, 255, 0.022) 68%,
      transparent
    ),
    linear-gradient(rgba(255, 255, 255, 0.021) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.021) 1px, transparent 1px),
    var(--ink);
  background-size: auto, auto, auto, 80px 80px, 80px 80px, auto;
  color: var(--paper);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(130, 173, 255, 0.3);
  color: white;
}

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

main {
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

main::before {
  background:
    radial-gradient(
      ellipse at 50% -12%,
      rgba(255, 255, 255, 0.045),
      transparent 39%
    ),
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.012) 50%,
      transparent
    );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

.ambient {
  border-radius: 50%;
  filter: blur(118px);
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.ambient-one {
  animation: ambient-drift 18s var(--ease-premium) infinite alternate;
  background:
    radial-gradient(circle at 44% 42%, #4777e9, rgba(49, 95, 218, 0.22) 52%),
    #315fda;
  box-shadow:
    -180px 210px 210px rgba(73, 58, 135, 0.14),
    70px 90px 170px rgba(95, 151, 255, 0.12);
  height: 420px;
  right: -120px;
  top: 70px;
  width: 420px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(24px) saturate(128%);
  background:
    linear-gradient(
      180deg,
      rgba(14, 16, 21, 0.86),
      rgba(6, 7, 10, 0.72)
    );
  border-bottom: 1px solid var(--line);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.18),
    inset 0 -1px rgba(255, 255, 255, 0.025);
  display: flex;
  height: 82px;
  justify-content: space-between;
  margin: auto;
  max-width: 1440px;
  padding: 0 48px;
  position: relative;
  z-index: 10;
}

.wordmark {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 15px;
  transition:
    color 0.24s ease,
    opacity 0.24s ease;
}

.wordmark-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.wordmark-copy strong {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.035);
}

.wordmark-copy small {
  color: #74777f;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wordmark-mark {
  align-items: center;
  background:
    linear-gradient(145deg, #ffffff, #dadce3 72%, #bfc9dc);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86) inset,
    0 8px 24px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  color: var(--ink);
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  height: 38px;
  justify-content: center;
  letter-spacing: -0.08em;
  transition:
    box-shadow 0.28s var(--ease-premium),
    transform 0.28s var(--ease-premium);
  width: 38px;
}

.wordmark:hover .wordmark-mark,
.wordmark:focus-visible .wordmark-mark {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 10px 30px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(125, 168, 255, 0.14);
  transform: translateY(-1px);
}

.wordmark:focus-visible {
  outline: 1px solid rgba(130, 173, 255, 0.78);
  outline-offset: 7px;
}

.header-cta {
  align-items: center;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    );
  border: 1px solid rgba(255, 255, 255, 0.19);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.055) inset,
    0 8px 26px rgba(0, 0, 0, 0.13);
  display: flex;
  font-size: 12px;
  gap: 22px;
  isolation: isolate;
  overflow: hidden;
  padding: 11px 14px;
  position: relative;
  transition:
    background-color 0.28s var(--ease-premium),
    border-color 0.28s var(--ease-premium),
    box-shadow 0.28s var(--ease-premium),
    transform 0.28s var(--ease-premium);
}

.header-cta::before {
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.13) 49%,
    transparent 68%
  );
  content: "";
  inset: -1px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-125%);
  transition: transform 0.6s var(--ease-premium);
  z-index: -1;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(164, 194, 255, 0.42);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 12px 34px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(125, 168, 255, 0.065);
  outline: none;
  transform: translateY(-2px);
}

.header-cta:hover::before,
.header-cta:focus-visible::before {
  transform: translateX(125%);
}

.help-index {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: auto;
  max-width: 1440px;
  min-height: calc(100svh - 82px);
  padding: clamp(34px, 4.2vh, 58px) 48px 22px;
  position: relative;
}

.index-intro {
  align-items: end;
  animation: enter 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  display: grid;
  gap: 18px 32px;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
  margin-bottom: clamp(22px, 3vh, 36px);
}

.eyebrow {
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  grid-column: 1 / -1;
  letter-spacing: 0.14em;
  margin: 0;
  text-shadow: 0 0 20px rgba(125, 168, 255, 0.2);
  text-transform: uppercase;
}

h1 {
  background: linear-gradient(
    106deg,
    #ffffff 4%,
    #f4f3ef 43%,
    #cbd5e8 78%,
    #f2f0ea 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.7rem, 5vw, 5.7rem);
  font-weight: 430;
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
  text-shadow: 0 20px 60px rgba(36, 60, 108, 0.12);
}

.index-description {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  justify-self: end;
  line-height: 1.5;
  margin: 0;
  max-width: 360px;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  width: 100%;
}

.help-list {
  animation: enter 0.72s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
  border-top: 1px solid var(--line);
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.18) 46%,
      rgba(125, 168, 255, 0.16)
    )
    1;
  box-shadow: 0 -20px 60px rgba(66, 106, 189, 0.025);
  display: block;
}

.help-row {
  align-items: center;
  appearance: none;
  background: transparent;
  border-bottom: 1px solid var(--line);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 20px;
  grid-template-columns: 34px minmax(230px, 0.82fr) minmax(280px, 1.18fr) 18px;
  isolation: isolate;
  min-height: clamp(62px, 7.4vh, 78px);
  overflow: hidden;
  padding: 10px 6px 10px 0;
  position: relative;
  text-align: left;
  transition:
    background-color 0.32s var(--ease-premium),
    border-color 0.32s var(--ease-premium),
    box-shadow 0.32s var(--ease-premium),
    padding 0.32s var(--ease-premium);
  width: 100%;
}

.help-row::before {
  background: linear-gradient(
    180deg,
    rgba(188, 210, 255, 0.92),
    var(--accent),
    rgba(98, 142, 235, 0.6)
  );
  box-shadow:
    0 0 14px rgba(125, 168, 255, 0.35),
    0 0 32px rgba(125, 168, 255, 0.14);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition:
    height 0.32s var(--ease-premium),
    opacity 0.32s ease;
  width: 2px;
  z-index: 2;
}

.help-row::after {
  background:
    radial-gradient(
      ellipse at 10% 50%,
      rgba(125, 168, 255, 0.09),
      transparent 36%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025),
      transparent 42%,
      rgba(125, 168, 255, 0.018)
    );
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.32s var(--ease-premium);
  z-index: -1;
}

.help-row:hover,
.help-row:focus-visible,
.help-row[aria-expanded="true"] {
  background: rgba(125, 168, 255, 0.032);
  border-color: rgba(145, 181, 255, 0.28);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.025) inset,
    0 -1px 0 rgba(125, 168, 255, 0.035) inset;
  outline: none;
  padding-left: 14px;
}

.help-row:hover::after,
.help-row:focus-visible::after,
.help-row[aria-expanded="true"]::after {
  opacity: 1;
}

.help-row:hover::before,
.help-row:focus-visible::before,
.help-row[aria-expanded="true"]::before {
  height: 58%;
}

.help-number {
  color: var(--muted-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  transition:
    color 0.26s ease,
    text-shadow 0.26s ease;
}

.help-row > .help-number {
  grid-column: 1;
}

.help-row > strong {
  grid-column: 2;
}

.help-row > .help-detail {
  grid-column: 3;
}

.help-row > .help-arrow {
  grid-column: 4;
}

.help-row strong {
  font-size: clamp(0.96rem, 1.2vw, 1.12rem);
  font-weight: 560;
  letter-spacing: -0.02em;
  transition:
    color 0.26s ease,
    text-shadow 0.26s ease,
    transform 0.32s var(--ease-premium);
}

.help-detail {
  color: var(--muted);
  font-size: clamp(0.76rem, 0.95vw, 0.88rem);
  line-height: 1.45;
  max-width: 650px;
  transition:
    color 0.26s ease,
    transform 0.32s var(--ease-premium);
}

.help-arrow {
  color: #b9bbc2;
  font-size: 14px;
  justify-self: end;
  filter: drop-shadow(0 0 0 rgba(125, 168, 255, 0));
  transition:
    color 0.18s ease,
    filter 0.28s ease,
    transform 0.32s var(--ease-premium);
}

.help-row:hover .help-number,
.help-row:focus-visible .help-number,
.help-row[aria-expanded="true"] .help-number {
  color: #a9c6ff;
  text-shadow: 0 0 14px rgba(125, 168, 255, 0.24);
}

.help-row:hover strong,
.help-row:focus-visible strong,
.help-row[aria-expanded="true"] strong {
  color: #ffffff;
  text-shadow: 0 0 24px rgba(125, 168, 255, 0.055);
  transform: translateX(2px);
}

.help-row:hover .help-detail,
.help-row:focus-visible .help-detail,
.help-row[aria-expanded="true"] .help-detail {
  color: #aeb1ba;
  transform: translateX(2px);
}

.help-row:hover .help-arrow,
.help-row:focus-visible .help-arrow,
.help-row[aria-expanded="true"] .help-arrow {
  color: var(--accent);
  filter: drop-shadow(0 0 8px rgba(125, 168, 255, 0.42));
  transform: translate(2px, -2px);
}

.help-row[aria-expanded="true"] .help-arrow {
  transform: rotate(45deg);
}

.help-panel[hidden] {
  display: none;
}

.help-panel {
  animation: panel-reveal 0.48s var(--ease-premium) both;
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(125, 168, 255, 0.055),
      transparent 54%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.018),
      rgba(255, 255, 255, 0.005)
    );
  border-bottom: 1px solid rgba(125, 168, 255, 0.18);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.16) inset,
    0 30px 80px rgba(0, 0, 0, 0.12);
  padding: 20px 0 24px;
}

.placeholder-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.legal-ai-card-grid {
  display: grid;
  gap: 12px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.legal-ai-card {
  background:
    radial-gradient(circle at 76% 28%, rgba(83, 129, 224, 0.12), transparent 38%),
    linear-gradient(150deg, rgba(20, 23, 30, 0.98), rgba(8, 10, 14, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.035) inset;
  color: var(--paper);
  display: grid;
  grid-template-rows: 150px 1fr;
  height: 100%;
  min-height: 390px;
  overflow: hidden;
  position: relative;
  transition:
    border-color 0.34s var(--ease-premium),
    box-shadow 0.34s var(--ease-premium),
    transform 0.34s var(--ease-premium);
}

.legal-ai-card:hover,
.legal-ai-card:focus-visible {
  border-color: rgba(132, 172, 255, 0.34);
  box-shadow:
    0 32px 78px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(132, 172, 255, 0.13) inset,
    0 0 44px rgba(83, 129, 224, 0.12);
  outline: none;
  transform: translateY(-3px) scale(1.012);
  z-index: 2;
}

.legal-ai-card-media {
  background: #0b0d12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
}

.legal-ai-card-media::after {
  background: linear-gradient(180deg, transparent 48%, rgba(7, 9, 13, 0.82));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.legal-ai-card-media img {
  filter: saturate(0.72) contrast(1.04) brightness(0.76);
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  transition:
    filter 0.4s var(--ease-premium),
    transform 0.64s var(--ease-premium);
  width: 100%;
}

.legal-ai-card:nth-child(2) .legal-ai-card-media img,
.legal-ai-card:nth-child(4) .legal-ai-card-media img,
.legal-ai-card:nth-child(5) .legal-ai-card-media img {
  object-position: 50% 5%;
}

.legal-ai-card:hover .legal-ai-card-media img,
.legal-ai-card:focus-visible .legal-ai-card-media img {
  filter: saturate(0.9) contrast(1.03) brightness(0.9);
  transform: scale(1.025);
}

.legal-ai-card-media > span {
  background: rgba(7, 9, 13, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  bottom: 12px;
  color: #b9ceff;
  font-family: var(--mono);
  font-size: 10px;
  left: 12px;
  letter-spacing: 0.08em;
  padding: 5px 7px;
  position: absolute;
  z-index: 2;
}

.legal-ai-card-copy {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.legal-ai-card-copy h3 {
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  font-weight: 530;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 12px;
}

.legal-ai-card-copy p {
  color: #92959d;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.legal-ai-card-copy em {
  color: #9cbcff;
  font-family: var(--mono);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-top: 20px;
  text-transform: uppercase;
}

.tool-placeholder {
  isolation: isolate;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.placeholder-image {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(125, 168, 255, 0.075),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.035),
      rgba(255, 255, 255, 0.008)
    ),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #0a0c10;
  background-size: auto, auto, 32px 32px, 32px 32px, auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.035) inset;
  overflow: hidden;
  position: relative;
  transition:
    border-color 0.32s var(--ease-premium),
    box-shadow 0.32s var(--ease-premium),
    transform 0.32s var(--ease-premium);
}

.placeholder-image::before,
.placeholder-image::after {
  background: rgba(125, 168, 255, 0.21);
  content: "";
  left: 50%;
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
}

.placeholder-image::before {
  height: 1px;
  width: 28px;
}

.placeholder-image::after {
  height: 28px;
  width: 1px;
}

.placeholder-image > span {
  color: #6f7480;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  left: 12px;
  letter-spacing: 0.12em;
  position: absolute;
  top: 11px;
}

.video-preview {
  appearance: none;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 100%;
}

.video-preview::before,
.video-preview::after {
  display: none;
}

.video-preview video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.72;
  position: absolute;
  transition:
    filter 0.35s var(--ease-premium),
    opacity 0.35s var(--ease-premium),
    transform 0.6s var(--ease-premium);
  width: 100%;
}

.video-preview > span {
  background: rgba(7, 9, 13, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  padding: 5px 7px;
  z-index: 2;
}

.video-preview > i {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(8, 11, 17, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 12px;
  height: 42px;
  justify-content: center;
  left: 50%;
  padding-left: 2px;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  transition:
    background 0.3s var(--ease-premium),
    box-shadow 0.3s var(--ease-premium),
    transform 0.3s var(--ease-premium);
  width: 42px;
  z-index: 2;
}

.video-preview:hover video,
.video-preview:focus-visible video {
  opacity: 1;
  transform: scale(1.025);
}

.video-preview:hover > i,
.video-preview:focus-visible > i {
  background: rgba(75, 126, 230, 0.88);
  box-shadow: 0 0 28px rgba(125, 168, 255, 0.35);
  transform: translate(-50%, -50%) scale(1.06);
}

.video-preview:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.litigators-resource-preview {
  display: block;
}

.litigators-resource-preview::before,
.litigators-resource-preview::after {
  display: none;
}

.litigators-resource-preview img {
  filter: saturate(0.72) contrast(1.04) brightness(0.72);
  height: 100%;
  object-fit: cover;
  object-position: 50% 8%;
  transition:
    filter 0.4s var(--ease-premium),
    transform 0.64s var(--ease-premium);
  width: 100%;
}

.litigators-resource-preview::after {
  background: linear-gradient(180deg, transparent 54%, rgba(5, 7, 11, 0.76));
  content: "";
  display: block;
  inset: 0;
  position: absolute;
}

.litigators-resource-preview > span {
  background: rgba(7, 9, 13, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  padding: 5px 7px;
  z-index: 2;
}

.litigators-resource-preview:hover img,
.litigators-resource-preview:focus-visible img {
  filter: saturate(0.92) contrast(1.03) brightness(0.9);
  transform: scale(1.025);
}

.litigators-resource-preview:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.explore-button {
  appearance: none;
  backdrop-filter: blur(16px) saturate(120%);
  background:
    linear-gradient(
      145deg,
      rgba(249, 249, 247, 0.96),
      rgba(220, 225, 235, 0.92)
    );
  border: 1px solid rgba(255, 255, 255, 0.35);
  bottom: 12px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78) inset,
    0 10px 28px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  left: 12px;
  padding: 10px 9px;
  position: absolute;
  right: 12px;
  transition:
    background-color 0.25s var(--ease-premium),
    box-shadow 0.25s var(--ease-premium),
    transform 0.25s var(--ease-premium);
  z-index: 2;
}

.tool-placeholder:hover .placeholder-image,
.tool-placeholder:focus-within .placeholder-image {
  border-color: rgba(138, 177, 255, 0.3);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.3),
    0 0 38px rgba(125, 168, 255, 0.055),
    0 1px 0 rgba(255, 255, 255, 0.055) inset;
  transform: translateY(-2px);
}

.explore-button:hover,
.explore-button:focus-visible {
  background: white;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(125, 168, 255, 0.11);
  outline: none;
  transform: translateY(-2px);
}

.video-dialog {
  background: transparent;
  border: 0;
  height: 100vh;
  margin: auto;
  max-height: none;
  max-width: none;
  padding: clamp(48px, 7vw, 88px);
  width: 100vw;
}

.video-dialog::backdrop {
  backdrop-filter: blur(24px) saturate(115%);
  background: rgba(2, 4, 8, 0.88);
}

.video-dialog video {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.65),
    0 0 70px rgba(125, 168, 255, 0.08);
  display: block;
  height: 100%;
  margin: auto;
  max-height: calc(100vh - clamp(96px, 14vw, 176px));
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.video-dialog-close {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(20, 23, 30, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  font: 300 25px/1 var(--font-sans);
  height: 38px;
  justify-content: center;
  position: fixed;
  right: 24px;
  top: 22px;
  width: 38px;
  z-index: 2;
}

.video-dialog-close:hover,
.video-dialog-close:focus-visible {
  background: rgba(50, 56, 70, 0.96);
  outline: none;
  transform: scale(1.05);
}

@media (max-width: 720px) {
  .video-dialog {
    padding: 64px 12px 20px;
  }

  .video-dialog video {
    max-height: calc(100vh - 84px);
  }
}

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

.transactional-dialog {
  background: transparent;
  border: 0;
  color: var(--paper);
  height: 94vh;
  max-height: 94vh;
  max-width: 98vw;
  overflow: visible;
  padding: 36px;
  width: 98vw;
}

.transactional-dialog[open] {
  animation: booking-pop 0.42s var(--ease-premium) both;
}

.transactional-dialog::backdrop {
  backdrop-filter: blur(18px) saturate(112%);
  background:
    radial-gradient(
      ellipse at 50% 42%,
      rgba(42, 65, 112, 0.2),
      transparent 54%
    ),
    rgba(3, 4, 7, 0.88);
}

.transactional-dialog .transactional-preview-grid {
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.litigators-preview-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.litigators-preview-grid .tool-placeholder {
  border-radius: 22px;
  grid-column: span 2;
  min-height: 0;
}

.litigators-preview-grid .tool-placeholder:nth-child(4) {
  grid-column: 2 / span 2;
}

.litigators-preview-grid .placeholder-image {
  aspect-ratio: auto;
  border: 0;
  border-radius: 22px;
  height: 100%;
}

.litigators-preview-grid .explore-button {
  border-radius: 12px;
  bottom: 18px;
  font-size: 12px;
  left: 18px;
  padding: 13px 14px;
  right: 18px;
}

.litigators-preview-grid .tool-placeholder:hover .placeholder-image,
.litigators-preview-grid .tool-placeholder:focus-within .placeholder-image {
  box-shadow:
    0 32px 76px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(132, 172, 255, 0.26) inset,
    0 0 46px rgba(92, 141, 241, 0.17);
  transform: translateY(-3px) scale(1.01);
}

@media (max-width: 820px) {
  .litigators-dialog {
    height: 94vh;
    overflow-y: auto;
    padding: 48px 14px 18px;
  }

  .litigators-preview-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .litigators-preview-grid .tool-placeholder,
  .litigators-preview-grid .tool-placeholder:nth-child(4) {
    grid-column: 1;
    min-height: 260px;
  }
}

.transactional-dialog .transactional-preview-card {
  background:
    radial-gradient(circle at 78% 76%, rgba(93, 137, 229, 0.13), transparent 34%),
    linear-gradient(145deg, #14161c, #0a0b0f);
  border: 0;
  border-radius: 22px;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.055) inset;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}

.transactional-dialog .transactional-preview-copy {
  order: 1;
  padding: clamp(20px, 2vw, 28px) clamp(24px, 2.6vw, 38px) 13px;
  position: relative;
}

.transactional-dialog .transactional-preview-copy > p {
  color: #82aaff;
  margin-bottom: 10px;
}

.transactional-dialog .transactional-preview-copy h3 {
  font-size: clamp(1.55rem, 2.15vw, 2.35rem);
  font-weight: 540;
  letter-spacing: -0.052em;
  margin-bottom: 8px;
  max-width: 78%;
}

.transactional-dialog .transactional-preview-copy > span {
  color: #b9bbc1;
  display: -webkit-box;
  font-size: clamp(0.74rem, 0.9vw, 0.88rem);
  line-height: 1.45;
  max-width: 78%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.transactional-dialog .transactional-preview-copy em {
  color: #82aaff;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: clamp(24px, 2.6vw, 38px);
  text-transform: uppercase;
  top: clamp(22px, 2vw, 29px);
}

.transactional-dialog .transactional-preview-image {
  border-bottom: 0;
  border-top: 0;
  margin: 0 18px 15px;
  min-height: 0;
  order: 2;
}

.transactional-dialog .transactional-preview-image img {
  border-radius: 12px;
  object-position: 50% 8%;
}

.transactional-dialog .protege-preview,
.transactional-dialog .prompts-preview {
  background:
    radial-gradient(circle at 62% 35%, rgba(86, 132, 229, 0.18), transparent 42%),
    linear-gradient(145deg, #0d111a, #07080c);
  border-radius: 12px;
}

.transactional-dialog .transactional-preview-card:nth-child(2) {
  background:
    radial-gradient(circle at 78% 72%, rgba(126, 151, 203, 0.13), transparent 36%),
    linear-gradient(145deg, #1a1c21, #0e1014);
}

.transactional-dialog .transactional-preview-card:nth-child(3) {
  background:
    radial-gradient(circle at 72% 76%, rgba(91, 128, 201, 0.12), transparent 36%),
    linear-gradient(145deg, #17191e, #0c0e12);
}

.transactional-dialog .transactional-preview-card:hover {
  border-color: transparent;
  box-shadow:
    0 32px 76px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(132, 172, 255, 0.26) inset,
    0 0 46px rgba(92, 141, 241, 0.17);
  transform: translateY(-3px) scale(1.01);
}

.transactional-close {
  align-items: center;
  appearance: none;
  backdrop-filter: blur(16px);
  background: rgba(12, 14, 19, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #e5e6e9;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 22px;
  height: 38px;
  justify-content: center;
  padding: 0 0 2px;
  position: absolute;
  right: 7px;
  top: 7px;
  transition:
    background-color 0.22s var(--ease-premium),
    border-color 0.22s var(--ease-premium),
    transform 0.22s var(--ease-premium);
  width: 38px;
  z-index: 5;
}

.transactional-close:hover,
.transactional-close:focus-visible {
  background: rgba(28, 33, 44, 0.98);
  border-color: rgba(138, 177, 255, 0.42);
  outline: none;
  transform: scale(1.05);
}

.transactional-preview-card {
  background: linear-gradient(
    145deg,
    rgba(18, 21, 28, 0.97),
    rgba(8, 10, 15, 0.99)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.03) inset;
  display: grid;
  grid-template-rows: 170px 1fr;
  min-height: 440px;
  overflow: hidden;
  transition:
    border-color 0.36s var(--ease-premium),
    box-shadow 0.36s var(--ease-premium),
    filter 0.36s var(--ease-premium),
    opacity 0.36s var(--ease-premium),
    transform 0.36s var(--ease-premium);
}

.transactional-preview-card:hover {
  border-color: rgba(128, 169, 255, 0.42);
  box-shadow:
    0 30px 84px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(125, 168, 255, 0.07) inset,
    0 0 42px rgba(92, 141, 241, 0.15);
  transform: translateY(-3px) scale(1.008);
}

.transactional-preview-image {
  background:
    radial-gradient(circle at 60% 25%, rgba(80, 122, 211, 0.13), transparent 42%),
    #090b10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  position: relative;
}

.transactional-preview-image img {
  filter: saturate(0.68) contrast(1.04) brightness(0.68);
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  transition:
    filter 0.46s var(--ease-premium),
    transform 0.68s var(--ease-premium);
  width: 100%;
}

.transactional-preview-card:hover .transactional-preview-image img {
  filter: saturate(0.9) contrast(1.03) brightness(0.82);
  transform: scale(1.025);
}

.transactional-preview-copy {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.transactional-preview-copy > p {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  margin: 0 0 19px;
  text-transform: uppercase;
}

.transactional-preview-copy h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.72rem);
  font-weight: 480;
  letter-spacing: -0.038em;
  line-height: 1.05;
  margin: 0 0 18px;
}

.transactional-preview-copy > span {
  color: #92959d;
  font-size: 12px;
  line-height: 1.55;
}

.transactional-preview-copy em {
  color: #dedfe2;
  font-size: 11px;
  font-style: normal;
  margin-top: auto;
  padding-top: 22px;
}

.protege-preview {
  padding: 22px;
}

.protege-preview > span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.protege-preview > i {
  background: rgba(255, 255, 255, 0.12);
  display: block;
  height: 5px;
  margin-top: 14px;
  width: 72%;
}

.protege-preview > i:nth-of-type(2) {
  width: 88%;
}

.protege-preview > i:nth-of-type(3) {
  width: 52%;
}

.protege-preview > b {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(125, 168, 255, 0.17);
  bottom: 18px;
  color: #737780;
  font-size: 9px;
  font-weight: 450;
  left: 18px;
  padding: 10px;
  position: absolute;
  right: 18px;
}

.prompts-preview {
  padding: 20px;
}

.prompts-preview > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #9a9da5;
  display: flex;
  font-size: 10px;
  gap: 13px;
  margin-bottom: 7px;
  padding: 10px;
  transition:
    border-color 0.3s ease,
    transform 0.36s var(--ease-premium);
}

.prompts-preview b {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 8px;
}

.transactional-preview-card:hover
  .prompts-preview
  > span:nth-child(2) {
  border-color: rgba(125, 168, 255, 0.27);
  transform: translateX(4px);
}

.modal-open {
  overflow: hidden;
}

.booking-dialog {
  background: transparent;
  border: 0;
  color: var(--paper);
  height: 94vh;
  max-height: 94vh;
  max-width: 98vw;
  overflow: visible;
  padding: 36px;
  width: 98vw;
}

.booking-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
}

.booking-section,
.testimonials-section {
  background:
    radial-gradient(circle at 78% 76%, rgba(93, 137, 229, 0.13), transparent 34%),
    linear-gradient(145deg, #14161c, #0a0b0f);
  border: 0;
  border-radius: 22px;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.055) inset;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: clamp(22px, 2.4vw, 36px);
  transition:
    background 0.36s var(--ease-premium),
    border-color 0.36s var(--ease-premium),
    box-shadow 0.36s var(--ease-premium),
    filter 0.36s var(--ease-premium),
    opacity 0.36s var(--ease-premium),
    transform 0.36s var(--ease-premium);
}

.booking-section:hover,
.booking-section:focus-within,
.testimonials-section:hover,
.testimonials-section:focus-within {
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(93, 139, 232, 0.13),
      transparent 52%
    ),
    linear-gradient(145deg, rgba(21, 25, 34, 0.99), rgba(9, 11, 17, 0.99));
  border-color: rgba(128, 169, 255, 0.42);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(125, 168, 255, 0.08) inset,
    0 0 42px rgba(92, 141, 241, 0.16);
  filter: saturate(1.08);
  transform: translateY(-2px) scale(1.008);
}

.booking-section-label {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.booking-section-label--action {
  align-items: center;
  background: linear-gradient(145deg, #97bdff, #6497f8);
  border: 1px solid rgba(190, 214, 255, 0.58);
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.78) inset;
  color: #071225;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 650;
  justify-content: space-between;
  letter-spacing: 0;
  padding: 11px 13px;
  text-transform: none;
}

.testimonials-section {
  background:
    radial-gradient(circle at 72% 74%, rgba(104, 137, 205, 0.12), transparent 36%),
    linear-gradient(145deg, #191b20, #0d0f13);
}

.advisor-column-heading {
  margin-bottom: clamp(24px, 3vh, 38px);
}

.advisor-column-heading h2 {
  font-size: clamp(2rem, 3.3vw, 3.9rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.advisor-column-heading p {
  color: #989ba4;
  font-size: clamp(0.83rem, 1vw, 0.98rem);
  line-height: 1.55;
  margin: 15px 0 0;
  max-width: 520px;
}

.meeting-grid {
  display: grid;
  flex: 1;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-height: 0;
}

.meeting-card {
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(18px, 2vw, 28px);
  position: relative;
  transition:
    background-color 0.32s var(--ease-premium),
    border-color 0.32s var(--ease-premium),
    box-shadow 0.32s var(--ease-premium),
    transform 0.32s var(--ease-premium);
}

.meeting-card > span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.meeting-card h3 {
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  font-weight: 560;
  letter-spacing: -0.036em;
  line-height: 1.08;
  margin: 18px 30px 10px 0;
}

.meeting-card p {
  color: #9699a2;
  font-size: clamp(0.75rem, 0.88vw, 0.87rem);
  line-height: 1.5;
  margin: 0;
}

.meeting-card i {
  color: #7e9fe0;
  font-size: 13px;
  font-style: normal;
  position: absolute;
  right: 20px;
  top: 18px;
  transition: transform 0.3s var(--ease-premium);
}

.meeting-card:hover,
.meeting-card:focus-visible {
  background: rgba(125, 168, 255, 0.055);
  border-color: rgba(125, 168, 255, 0.27);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(125, 168, 255, 0.035) inset;
  outline: none;
  transform: translateY(-2px) scale(1.008);
}

.meeting-card:hover i,
.meeting-card:focus-visible i {
  transform: translate(2px, -2px);
}

.testimonial-list {
  display: grid;
  flex: 1;
  gap: 12px;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  min-height: 0;
}

.testimonial-list blockquote {
  align-items: center;
  background: rgba(255, 255, 255, 0.027);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  color: #e1e2e5;
  display: flex;
  font-size: clamp(1rem, 1.3vw, 1.24rem);
  font-weight: 450;
  letter-spacing: -0.015em;
  line-height: 1.48;
  margin: 0;
  padding: clamp(20px, 2.4vw, 32px);
  transition:
    background-color 0.32s var(--ease-premium),
    border-color 0.32s var(--ease-premium),
    transform 0.32s var(--ease-premium);
}

.testimonial-list blockquote:hover {
  background: rgba(125, 168, 255, 0.045);
  border-color: rgba(125, 168, 255, 0.22);
  transform: translateY(-2px) scale(1.006);
}

.advisor-closing {
  color: #d2d4d9;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-weight: 480;
  grid-column: 1 / -1;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 8px 0 2px;
  text-align: center;
}

.booking-dialog[open] {
  animation: booking-pop 0.42s var(--ease-premium) both;
}

.booking-dialog::backdrop {
  backdrop-filter: blur(18px) saturate(112%);
  background:
    radial-gradient(
      ellipse at 50% 42%,
      rgba(42, 65, 112, 0.2),
      transparent 54%
    ),
    rgba(3, 4, 7, 0.84);
}

.booking-close {
  align-items: center;
  appearance: none;
  backdrop-filter: blur(16px);
  background: rgba(12, 14, 19, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #e5e6e9;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 22px;
  height: 38px;
  justify-content: center;
  padding: 0 0 2px;
  position: absolute;
  right: 6px;
  top: 6px;
  transition:
    background-color 0.22s var(--ease-premium),
    border-color 0.22s var(--ease-premium),
    transform 0.22s var(--ease-premium);
  width: 38px;
  z-index: 5;
}

.booking-close:hover,
.booking-close:focus-visible {
  background: rgba(28, 33, 44, 0.96);
  border-color: rgba(138, 177, 255, 0.4);
  outline: none;
  transform: scale(1.05);
}

.booking-preview {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.3),
    0 0 54px rgba(125, 168, 255, 0.055);
  display: block;
  isolation: isolate;
  flex: 1;
  margin: 0;
  max-height: none;
  max-width: none;
  overflow: hidden;
  position: relative;
  transition:
    border-color 0.32s var(--ease-premium),
    box-shadow 0.32s var(--ease-premium),
    transform 0.32s var(--ease-premium);
}

.booking-preview::after {
  background: linear-gradient(
    180deg,
    transparent 64%,
    rgba(5, 6, 9, 0.26)
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.booking-preview img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.booking-button {
  align-items: center;
  backdrop-filter: blur(18px) saturate(120%);
  background:
    linear-gradient(
      145deg,
      rgba(151, 189, 255, 0.98),
      rgba(100, 151, 248, 0.98)
    );
  border: 1px solid rgba(190, 214, 255, 0.58);
  border-radius: 12px;
  bottom: 20px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.84) inset,
    0 14px 38px rgba(0, 0, 0, 0.3);
  color: #071225;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 34px;
  justify-content: space-between;
  left: 20px;
  padding: 13px 15px;
  position: absolute;
  transition:
    background-color 0.25s var(--ease-premium),
    box-shadow 0.25s var(--ease-premium),
    transform 0.25s var(--ease-premium);
  z-index: 2;
}

.booking-preview:hover,
.booking-preview:focus-visible {
  border-color: rgba(138, 177, 255, 0.36);
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.36),
    0 0 62px rgba(125, 168, 255, 0.08);
  outline: none;
  transform: translateY(-2px);
}

.booking-preview:hover .booking-button,
.booking-preview:focus-visible .booking-button {
  background: linear-gradient(145deg, #afd0ff, #77a8ff);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 17px 42px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(125, 168, 255, 0.12);
  transform: translateY(-2px);
}

.speaking-proof {
  animation: enter 0.78s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.085);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.035) inset,
    0 0 70px rgba(74, 116, 201, 0.045);
  display: block;
  height: auto;
  margin-top: clamp(18px, 2.4vh, 28px);
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.speaking-images {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: clamp(116px, 17vh, 176px);
  min-height: 116px;
  position: relative;
}

.speaking-images::before {
  background:
    linear-gradient(
      90deg,
      rgba(5, 6, 9, 0.16),
      transparent 30%,
      transparent 72%,
      rgba(5, 6, 9, 0.2)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 22%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.speaking-proof figure {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.speaking-proof figure::after {
  background:
    linear-gradient(180deg, transparent 48%, rgba(4, 5, 8, 0.42)),
    linear-gradient(120deg, rgba(125, 168, 255, 0.045), transparent 46%);
  content: "";
  inset: 0;
  opacity: 0.76;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.4s var(--ease-premium);
}

.speaking-proof img {
  display: block;
  filter: saturate(0.68) contrast(1.08) brightness(0.76);
  height: 100%;
  object-fit: cover;
  transition:
    filter 0.44s var(--ease-premium),
    transform 0.7s var(--ease-premium);
  width: 100%;
}

.speaking-proof figure:hover img {
  filter: saturate(0.92) contrast(1.06) brightness(0.9);
  transform: scale(1.022);
}

.speaking-proof figure:hover::after {
  opacity: 0.46;
}

.proof-caption {
  align-items: center;
  backdrop-filter: blur(22px) saturate(125%);
  background:
    linear-gradient(
      110deg,
      rgba(7, 8, 11, 0.94),
      rgba(12, 15, 21, 0.86) 68%,
      rgba(20, 25, 35, 0.76)
    );
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  bottom: auto;
  box-shadow:
    16px -14px 50px rgba(0, 0, 0, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.02) inset;
  color: #d7d8dc;
  display: flex;
  font-size: 12px;
  left: auto;
  line-height: 1.45;
  margin: 0;
  max-width: none;
  padding: 12px 16px;
  position: relative;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.38);
  z-index: 3;
}

.status-dot {
  animation: status-breathe 4.8s var(--ease-premium) infinite;
  background: radial-gradient(circle at 35% 30%, #e7efff, var(--accent) 58%);
  border-radius: 50%;
  box-shadow:
    0 0 0 5px rgba(91, 135, 255, 0.15),
    0 0 18px rgba(125, 168, 255, 0.38);
  flex: 0 0 auto;
  height: 6px;
  margin-right: 13px;
  width: 6px;
}

.plan-builder-entry {
  display: flex;
  justify-content: center;
  padding: clamp(34px, 5vw, 66px) 24px;
}

.plan-builder-launch {
  align-items: center;
  appearance: none;
  background: linear-gradient(145deg, #9bc0ff, #6699f9);
  border: 1px solid rgba(193, 216, 255, 0.56);
  border-radius: 14px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.82) inset,
    0 18px 48px rgba(0, 0, 0, 0.28),
    0 0 36px rgba(125, 168, 255, 0.1);
  color: #071225;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  gap: 42px;
  padding: 15px 18px;
  transition:
    box-shadow 0.32s var(--ease-premium),
    transform 0.32s var(--ease-premium);
}

.plan-builder-launch:hover,
.plan-builder-launch:focus-visible {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 22px 56px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(125, 168, 255, 0.16);
  outline: none;
  transform: translateY(-2px) scale(1.01);
}

.plan-builder-dialog {
  background:
    radial-gradient(circle at 82% 10%, rgba(84, 128, 219, 0.16), transparent 36%),
    #0b0d12;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 42px 130px rgba(0, 0, 0, 0.58);
  color: var(--paper);
  max-width: min(1040px, 94vw);
  overflow: visible;
  padding: clamp(34px, 5vw, 66px);
  width: 100%;
}

.plan-builder-dialog[open] {
  animation: booking-pop 0.42s var(--ease-premium) both;
}

.plan-builder-dialog::backdrop {
  backdrop-filter: blur(18px) saturate(112%);
  background: rgba(3, 4, 7, 0.88);
}

.plan-builder-close {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: #e5e6e9;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 21px;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
}

.plan-builder-header p {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.plan-builder-header h2 {
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
}

.plan-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(34px, 5vw, 58px);
}

.plan-card {
  background:
    radial-gradient(circle at 84% 18%, rgba(105, 149, 237, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.028);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  min-height: 170px;
  padding: clamp(22px, 3vw, 34px);
  transition:
    border-color 0.32s var(--ease-premium),
    box-shadow 0.32s var(--ease-premium),
    transform 0.32s var(--ease-premium);
}

.plan-card:hover {
  border-color: rgba(125, 168, 255, 0.28);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(125, 168, 255, 0.08);
  transform: translateY(-2px) scale(1.007);
}

.plan-card > span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.plan-card p {
  color: #737780;
  font-size: 11px;
  margin: 34px 0 8px;
}

.plan-card h3 {
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  font-weight: 520;
  letter-spacing: -0.048em;
  line-height: 1;
  margin: 0;
}

.plan-source-link {
  color: #a9c6ff;
  display: inline-flex;
  font-size: 12px;
  gap: 12px;
  margin-top: 28px;
  transition: color 0.22s ease;
}

.plan-source-link:hover,
.plan-source-link:focus-visible {
  color: #ffffff;
  outline: none;
}

footer {
  align-items: center;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.012),
      rgba(255, 255, 255, 0.003)
    );
  border-top: 1px solid var(--line);
  box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.08);
  color: #6d6f76;
  display: grid;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  grid-template-columns: repeat(3, 1fr);
  letter-spacing: 0.08em;
  margin: auto;
  max-width: 1440px;
  padding: 22px 48px 28px;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

footer p:nth-child(2) {
  justify-self: center;
}

footer a {
  color: #b4b5b9;
  justify-self: end;
  transition:
    color 0.22s ease,
    text-shadow 0.22s ease,
    transform 0.22s var(--ease-premium);
}

footer a:hover,
footer a:focus-visible {
  color: white;
  outline: none;
  text-shadow: 0 0 18px rgba(125, 168, 255, 0.16);
  transform: translateY(-1px);
}

@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ambient-drift {
  0% {
    opacity: 0.17;
    transform: translate3d(0, 0, 0) scale(0.98);
  }
  100% {
    opacity: 0.23;
    transform: translate3d(-26px, 18px, 0) scale(1.04);
  }
}

@keyframes status-breathe {
  0%,
  100% {
    box-shadow:
      0 0 0 5px rgba(91, 135, 255, 0.12),
      0 0 12px rgba(125, 168, 255, 0.24);
    filter: brightness(0.94);
  }
  50% {
    box-shadow:
      0 0 0 6px rgba(91, 135, 255, 0.17),
      0 0 20px rgba(125, 168, 255, 0.4);
    filter: brightness(1.07);
  }
}

@keyframes panel-reveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes booking-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .help-index {
    padding-top: 24px;
  }

  .index-intro {
    margin-bottom: 18px;
  }

  .help-row {
    min-height: 56px;
  }

  .speaking-images {
    height: 104px;
    min-height: 104px;
  }

  .speaking-proof {
    margin-top: 14px;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 0 24px;
  }

  .help-index {
    min-height: auto;
    padding: 56px 24px 28px;
  }

  .index-intro {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .index-description {
    justify-self: start;
  }

  .help-row {
    grid-template-columns: 28px minmax(190px, 0.9fr) minmax(230px, 1.1fr) 18px;
  }

  .speaking-images {
    height: 156px;
  }

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

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

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

  .legal-ai-card {
    min-height: 410px;
  }

  .transactional-dialog {
    overflow-y: auto;
    padding: 30px 22px;
  }

  .transactional-dialog .transactional-preview-grid {
    height: auto;
  }

  .transactional-dialog .transactional-preview-card {
    min-height: 520px;
  }

  footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 640px) {
  body {
    background-size: auto, auto, auto, 48px 48px, 48px 48px, auto;
  }

  .site-header {
    height: 78px;
  }

  .wordmark {
    gap: 11px;
  }

  .wordmark-mark {
    height: 34px;
    width: 34px;
  }

  .wordmark-copy strong {
    font-size: 14px;
  }

  .wordmark-copy small {
    font-size: 9px;
  }

  .header-cta {
    font-size: 10px;
    gap: 8px;
    padding: 9px 10px;
  }

  .help-index {
    padding-top: 42px;
  }

  .legal-ai-card-grid {
    grid-template-columns: 1fr;
  }

  .legal-ai-card {
    grid-template-rows: 190px 1fr;
    min-height: 390px;
  }

  h1 {
    font-size: clamp(2.85rem, 14vw, 4.4rem);
  }

  .help-row {
    gap: 9px 12px;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .help-row strong {
    font-size: 0.98rem;
  }

  .help-row > .help-detail {
    grid-column: 2 / -1;
  }

  .help-row > .help-arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .speaking-images {
    gap: 4px;
    grid-template-columns: 1.45fr 1fr;
    height: 220px;
  }

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

  .placeholder-image {
    aspect-ratio: 16 / 10;
  }

  .transactional-preview-grid {
    grid-template-columns: 1fr;
  }

  .transactional-preview-card {
    grid-template-columns: 0.72fr 1fr;
    grid-template-rows: 1fr;
    min-height: 330px;
  }

  .transactional-dialog {
    padding: 28px 14px;
  }

  .transactional-dialog .transactional-preview-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(210px, 1fr);
    min-height: 430px;
  }

  .transactional-dialog .transactional-preview-copy h3,
  .transactional-dialog .transactional-preview-copy > span {
    max-width: 100%;
  }

  .transactional-dialog .transactional-preview-copy em {
    position: static;
    margin-top: 12px;
  }

  .booking-dialog {
    height: 94vh;
    overflow-y: auto;
    padding: 18px;
  }

  .plan-builder-dialog {
    max-height: 92vh;
    overflow-y: auto;
    padding: 46px 20px 28px;
  }

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

  .plan-card {
    min-height: 145px;
  }

  .booking-layout {
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .booking-section,
  .testimonials-section {
    min-height: 620px;
    padding: 22px;
  }

  .advisor-closing {
    grid-column: 1;
    padding: 18px 12px;
  }

  .booking-section-label {
    margin-bottom: 8px;
  }

  .booking-preview img {
    height: 34vh;
  }

  .testimonial-list blockquote {
    font-size: 0.96rem;
    padding: 20px;
  }

  .booking-close {
    right: 0;
    top: 0;
  }

  .booking-button {
    bottom: 10px;
    gap: 14px;
    left: 10px;
    padding: 10px 11px;
  }

  .speaking-proof figure:last-of-type {
    display: none;
  }

  .proof-caption {
    font-size: 11px;
    padding: 10px 12px;
  }

  footer {
    gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  footer p:nth-child(2) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Keep small interface labels crisp and readable across the product. */
.wordmark-copy small,
.eyebrow,
.help-number,
.placeholder-image > span,
.transactional-preview-copy > p,
.transactional-dialog .transactional-preview-copy em,
.protege-preview > span,
.prompts-preview b,
.booking-section-label,
footer {
  color: #9dbbfa;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.wordmark-copy small,
footer {
  color: #858994;
}

/* Full-page preview for the first “How I Help” section. */
.legal-ai-showcase-dialog {
  background:
    radial-gradient(
      ellipse at 18% 0%,
      rgba(87, 136, 236, 0.13),
      transparent 34%
    ),
    linear-gradient(145deg, #10131a, #07090d 72%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow:
    0 46px 140px rgba(0, 0, 0, 0.62),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
  color: var(--paper);
  height: min(92vh, 900px);
  margin: auto;
  max-width: 1580px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 44px);
  width: calc(100% - 32px);
}

.legal-ai-showcase-dialog[open] {
  align-items: center;
  display: flex;
  justify-content: center;
}

.legal-ai-showcase-dialog::backdrop {
  backdrop-filter: blur(18px) saturate(0.88);
  background: rgba(2, 4, 8, 0.82);
}

.legal-ai-showcase-close {
  align-items: center;
  appearance: none;
  background: rgba(12, 15, 21, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 24px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 42px;
  z-index: 4;
}

.legal-ai-showcase-close:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.legal-ai-take-bubble {
  align-items: flex-start;
  aspect-ratio: 1;
  background:
    radial-gradient(
      circle at 18% 8%,
      rgba(130, 173, 255, 0.2),
      transparent 48%
    ),
    linear-gradient(145deg, rgba(28, 34, 46, 0.98), rgba(11, 14, 20, 0.99));
  border: 1px solid rgba(145, 181, 255, 0.22);
  border-radius: 22px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  justify-content: space-between;
  min-width: 0;
  overflow: hidden;
  padding: clamp(24px, 2.4vw, 36px);
  position: relative;
  transition:
    border-color 0.34s var(--ease-premium),
    box-shadow 0.34s var(--ease-premium),
    transform 0.34s var(--ease-premium);
}

.legal-ai-take-bubble::after {
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(125, 168, 255, 0.42);
  content: "";
  height: 7px;
  position: absolute;
  right: 28px;
  top: 28px;
  width: 7px;
}

.legal-ai-take-bubble:hover {
  border-color: rgba(145, 181, 255, 0.34);
  box-shadow:
    0 32px 78px rgba(0, 0, 0, 0.4),
    0 0 44px rgba(83, 129, 224, 0.1);
  transform: translateY(-3px) scale(1.012);
  z-index: 2;
}

.legal-ai-take-bubble > span {
  color: #9dbbfa;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-ai-take-bubble blockquote {
  color: #f2f3f6;
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
  max-width: 12ch;
}

.legal-ai-showcase-dialog .legal-ai-card-grid {
  gap: clamp(14px, 1.5vw, 22px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  margin: auto;
  max-height: 100%;
  min-height: 0;
  width: min(100%, 1200px);
}

.legal-ai-showcase-dialog .legal-ai-card {
  aspect-ratio: 1;
  border-radius: 22px;
  grid-template-rows: minmax(130px, 0.9fr) minmax(0, 1.1fr);
  min-height: 0;
}

@media (max-width: 900px) {
  .legal-ai-showcase-dialog {
    height: 92vh;
    overflow-y: auto;
    padding: 24px;
  }

  .legal-ai-showcase-dialog .legal-ai-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .legal-ai-showcase-dialog .legal-ai-card {
    grid-template-rows: minmax(150px, 0.9fr) minmax(0, 1.1fr);
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .legal-ai-showcase-dialog {
    border-radius: 16px;
    padding: 62px 16px 18px;
    width: calc(100% - 16px);
  }

  .legal-ai-showcase-dialog .legal-ai-card-grid {
    grid-template-columns: 1fr;
  }
}

.global-question-cta {
  align-items: center;
  background: #f5f5f7;
  border-bottom: 1px solid #d8d9dd;
  border-top: 1px solid #d8d9dd;
  color: #17181b;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: clamp(38px, 6vw, 76px) auto 0;
  max-width: 1440px;
  padding: clamp(26px, 4vw, 46px) clamp(20px, 4vw, 64px);
  width: 100%;
}

.global-question-cta__label {
  color: #6698f5;
  font-family: var(--mono, "SFMono-Regular", Consolas, monospace);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.global-question-cta h2 {
  color: #17181b;
  font-family: var(--sans, -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.global-question-cta__button {
  background: #315fae;
  border: 1px solid #315fae;
  border-radius: 13px;
  color: #fff;
  display: inline-flex;
  font-family: var(--sans, -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: 1rem;
  font-weight: 620;
  justify-content: center;
  min-width: 180px;
  padding: 15px 22px;
  text-decoration: none;
  transition:
    background 180ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.global-question-cta__button:hover,
.global-question-cta__button:focus-visible {
  background: #284f94;
  box-shadow: 0 12px 30px rgba(37, 70, 128, 0.2);
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .global-question-cta {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .global-question-cta__button {
    width: 100%;
  }
}
