/*
 * Shared interaction layer for the Qesora redesign.
 * The canvas-based surface controller in each page preserves the current
 * dither response (hover intensity 1, press intensity 1.5). This stylesheet
 * keeps the accompanying lift, press and keyboard-focus feedback consistent.
 */
:where(a, button, input, [role="button"]) {
  -webkit-tap-highlight-color: transparent;
}

:where(a, button):focus-visible,
:where(input, select, textarea):focus-visible {
  outline: 2px solid #1e3fe0;
  outline-offset: 3px;
}

:where(a, button)[data-fx="surface"] {
  transform: translateY(0) scale(1);
  transform-origin: center;
  transition:
    transform 200ms cubic-bezier(.22, 1, .36, 1),
    filter 200ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  :where(a, button)[data-fx="surface"]:hover {
    transform: translateY(-1px) scale(1);
    filter: brightness(1.035);
  }
}

:where(a, button)[data-fx="surface"]:active {
  transform: translateY(0) scale(.96);
  filter: brightness(.985);
  transition-duration: 80ms;
}

:where(button, [role="button"]):not([data-fx="surface"]) {
  transition:
    filter 140ms ease,
    opacity 140ms ease,
    border-color 140ms ease,
    background-color 140ms ease;
}

:where(button, [role="button"]):not([data-fx="surface"]):active {
  filter: brightness(.96);
  opacity: .86;
  transition-duration: 70ms;
}

.qesora-primary-nav a {
  position: relative;
  padding-block: 6px;
  color: #6c6d70 !important;
  text-decoration: none;
  transition:
    color 180ms ease-out,
    opacity 180ms ease-out;
}

.qesora-primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1e3fe0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-primary-nav a:hover::after,
.qesora-primary-nav a:focus-visible::after,
.qesora-primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.qesora-primary-nav a:hover,
.qesora-primary-nav a:focus-visible,
.qesora-primary-nav a[aria-current="page"] {
  color: #17181a !important;
}

.qesora-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(23, 24, 26, .16);
  background: rgba(233, 235, 239, .94);
  box-shadow:
    inset 0 -2px 0 rgba(30, 63, 224, .055),
    0 16px 34px -30px rgba(6, 20, 60, .68);
  -webkit-backdrop-filter: blur(18px) saturate(.88);
  backdrop-filter: blur(18px) saturate(.88);
}

.qesora-site-header__inner {
  position: relative;
  width: min(100% - clamp(40px, 8vw, 128px), 1240px);
  height: 64px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.qesora-hero-phone::before,
.qesora-hero-phone::after {
  content: "";
  position: absolute;
  left: -2px;
  z-index: -1;
  width: 2px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(180deg, #777b84, #24272d 68%, #0a0b0e);
}

.qesora-hero-phone::before {
  top: 20%;
  height: 12%;
}

.qesora-hero-phone::after {
  top: 36%;
  height: 22%;
}

.qesora-phone-shell {
  border-color: rgba(5, 7, 12, .94) !important;
  border-radius: 19px !important;
  background: linear-gradient(145deg, #7b7f89 0, #1c1f25 18%, #050609 56%, #3b3e45 100%) !important;
  box-shadow:
    inset 0 0 0 2px rgba(5, 7, 12, .94),
    inset 0 0 0 3px rgba(255, 255, 255, .16),
    0 18px 34px -20px rgba(6, 20, 60, .72) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.qesora-phone-shell > span:not(.qesora-phone-splash) {
  display: none !important;
}

.qesora-phone-shell::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 9;
  width: 31%;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050609;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.qesora-phone-shell::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  z-index: 9;
  width: 34%;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(246, 246, 243, .78);
  mix-blend-mode: difference;
}

.qesora-phone-splash {
  position: absolute;
  inset: 3px;
  z-index: 6;
  display: block !important;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qesora-hero-phone:nth-of-type(1) .qesora-phone-splash {
  background-image: url("/product-release-20260918/assets/qesora-splash-tiktok-v1.jpg");
}

.qesora-hero-phone:nth-of-type(2) .qesora-phone-splash {
  background-image: url("/product-release-20260918/assets/qesora-splash-instagram-v1.jpg");
}

.qesora-hero-phone:nth-of-type(3) .qesora-phone-splash {
  background-image: url("/product-release-20260918/assets/qesora-splash-youtube-v1.jpg");
}

.qesora-site-brand {
  flex: 0 0 auto;
  color: #17181a !important;
  font-family: "Fraunces", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: .34em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.qesora-site-header .qesora-primary-nav {
  display: flex !important;
  align-items: center;
  gap: clamp(22px, 2.3vw, 32px);
  margin-inline: auto;
  font-size: 13.5px;
}

.qesora-header-actions {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.qesora-header-signin {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #4f5054 !important;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.qesora-header-signin::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 7px;
  left: 8px;
  height: 1px;
  background: #1e3fe0;
  opacity: 0;
  transform: scaleX(.2);
  transform-origin: left center;
  transition:
    opacity 160ms ease,
    transform 200ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-header-signin:hover,
.qesora-header-signin:focus-visible {
  color: #17181a !important;
}

.qesora-header-signin:hover::after,
.qesora-header-signin:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.qesora-header-signin:active {
  transform: scale(.96);
}

.qesora-language-switcher {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
}

.qesora-language-toggle {
  position: relative;
  min-width: 36px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 7px;
  border: 0;
  border-radius: 4px;
  background: rgba(23, 24, 26, .035);
  color: #66676b;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .055),
    0 1px 2px -1px rgba(0, 0, 0, .05),
    0 2px 4px rgba(0, 0, 0, .025);
  transition:
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.qesora-language-toggle > span {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .1em;
}

.qesora-language-toggle > svg {
  margin-right: -1px;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 200ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-language-toggle:hover,
.qesora-language-toggle:focus-visible,
.qesora-language-switcher[data-lang-open="true"] .qesora-language-toggle {
  background: #f7f7f4;
  color: #1e3fe0;
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .14),
    0 1px 2px -1px rgba(0, 0, 0, .08),
    0 4px 10px rgba(12, 25, 88, .055);
}

.qesora-language-toggle:active {
  transform: scale(.96);
}

.qesora-language-switcher[data-lang-open="true"] .qesora-language-toggle > svg {
  transform: rotate(180deg);
}

.qesora-language-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: 166px;
  display: grid;
  gap: 4px;
  padding: 6px;
  border-radius: 10px;
  background: rgba(250, 250, 247, .98);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .075),
    0 6px 14px -8px rgba(0, 0, 0, .2),
    0 18px 38px -18px rgba(6, 20, 60, .32);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(4px);
  transform: translateY(-6px) scale(.97);
  transform-origin: top right;
  transition:
    opacity 150ms ease-out,
    filter 180ms ease-out,
    transform 200ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 200ms;
}

.qesora-language-switcher[data-lang-open="true"] .qesora-language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

.qesora-language-menu button {
  position: relative;
  min-height: 44px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 14px;
  gap: 8px;
  align-items: center;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #66676b;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 150ms ease-out,
    color 150ms ease-out,
    transform 150ms ease-out;
}

.qesora-language-menu button > span {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .11em;
}

.qesora-language-menu button > i {
  overflow: hidden;
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qesora-language-menu button > svg {
  opacity: 0;
  transform: scale(.25);
  filter: blur(4px);
  stroke: #1e3fe0;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    opacity 180ms ease-out,
    filter 220ms ease-out,
    transform 260ms cubic-bezier(.2, 0, 0, 1);
}

.qesora-language-menu button:hover,
.qesora-language-menu button:focus-visible {
  background: rgba(30, 63, 224, .07);
  color: #17181a;
  outline: 0;
}

.qesora-language-menu button:active {
  transform: scale(.96);
}

.qesora-language-menu button[aria-checked="true"] {
  background: rgba(30, 63, 224, .09);
  color: #1e3fe0;
}

.qesora-language-menu button[aria-checked="true"] > svg {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.qesora-header-cta {
  min-height: 42px;
  flex: 0 0 auto;
}

.qesora-menu-toggle,
.qesora-mobile-panel {
  display: none;
}

.qesora-menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  background: rgba(23, 24, 26, .045);
  color: #17181a;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .06),
    0 1px 2px -1px rgba(0, 0, 0, .06),
    0 2px 4px rgba(0, 0, 0, .04);
  transition:
    transform 150ms ease-out,
    background-color 150ms ease-out,
    box-shadow 150ms ease-out;
}

.qesora-menu-toggle:hover {
  background: rgba(30, 63, 224, .07);
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .12),
    0 1px 2px -1px rgba(0, 0, 0, .08),
    0 2px 4px rgba(0, 0, 0, .06);
}

.qesora-menu-toggle:active {
  transform: scale(.96);
}

.qesora-menu-icon {
  position: relative;
  width: 17px;
  height: 12px;
}

.qesora-menu-icon::before,
.qesora-menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 1px;
  background: currentColor;
  transition:
    top 200ms cubic-bezier(.22, 1, .36, 1),
    transform 200ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-menu-icon::before {
  top: 2px;
}

.qesora-menu-icon::after {
  top: 9px;
}

.qesora-site-header[data-menu-open="true"] .qesora-menu-icon::before {
  top: 5px;
  transform: rotate(45deg);
}

.qesora-site-header[data-menu-open="true"] .qesora-menu-icon::after {
  top: 5px;
  transform: rotate(-45deg);
}

.qesora-mobile-panel {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  padding: 10px 0 14px;
  border-bottom: 1px solid rgba(23, 24, 26, .16);
  background: rgba(233, 235, 239, .98);
  box-shadow: 0 20px 32px -28px rgba(6, 20, 60, .72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 160ms ease-out,
    transform 200ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 200ms;
}

.qesora-site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #101116;
  color: #f1f1ee;
  isolation: isolate;
}

.qesora-footer-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  opacity: .42;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0, rgba(0, 0, 0, .65) 20%, transparent 52%, rgba(0, 0, 0, .32) 76%, #000 100%),
    linear-gradient(180deg, #000 0, rgba(0, 0, 0, .82) 18%, rgba(0, 0, 0, .28) 50%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0, rgba(0, 0, 0, .65) 20%, transparent 52%, rgba(0, 0, 0, .32) 76%, #000 100%),
    linear-gradient(180deg, #000 0, rgba(0, 0, 0, .82) 18%, rgba(0, 0, 0, .28) 50%, #000 100%);
  mask-composite: intersect;
}

.qesora-footer-shell {
  position: relative;
  z-index: 1;
  width: min(100% - clamp(40px, 8vw, 128px), 1240px);
  margin-inline: auto;
}

.qesora-footer-console-stage {
  padding: clamp(70px, 8vw, 120px) 0 clamp(60px, 7vw, 96px);
  display: grid;
  justify-items: center;
}

.qesora-footer-kicker {
  display: block;
  margin-bottom: 22px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
  color: #8fa3ff;
}

.qesora-footer-console {
  position: relative;
  overflow: hidden;
  width: min(100%, 760px);
  min-height: 356px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(8, 9, 13, .74);
  box-shadow:
    inset 0 0 0 1px rgba(30, 63, 224, .08),
    0 30px 70px -44px rgba(0, 0, 0, .9);
}

.qesora-footer-console__bar {
  min-height: 45px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(241, 241, 238, .6);
}

.qesora-footer-console__bar span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #aebdff;
}

.qesora-footer-console__bar i {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #5d7aff;
  box-shadow: 0 0 0 3px rgba(93, 122, 255, .13);
}

.qesora-footer-console__visual {
  position: relative;
  height: 252px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 32px 32px;
}

.qesora-footer-console__visual > span {
  position: absolute;
  inset: -8% -10%;
  display: block;
  opacity: .92;
  -webkit-mask-image: radial-gradient(ellipse 68% 80% at 53% 48%, #000 0 42%, rgba(0, 0, 0, .55) 62%, transparent 82%);
  mask-image: radial-gradient(ellipse 68% 80% at 53% 48%, #000 0 42%, rgba(0, 0, 0, .55) 62%, transparent 82%);
}

.qesora-footer-reticle {
  position: absolute;
  left: 54%;
  top: 48%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(241, 241, 238, .7);
  border-radius: 50%;
  box-shadow:
    0 0 0 8px rgba(30, 63, 224, .08),
    inset 0 0 0 1px rgba(30, 63, 224, .32);
}

.qesora-footer-reticle::before,
.qesora-footer-reticle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(241, 241, 238, .5);
  transform: translate(-50%, -50%);
}

.qesora-footer-reticle::before {
  width: 92px;
  height: 1px;
}

.qesora-footer-reticle::after {
  width: 1px;
  height: 92px;
}

.qesora-footer-console__signals {
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.qesora-footer-console__signals span {
  min-width: 0;
  padding: 0 9px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, .08);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 7.5px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(241, 241, 238, .6);
}

.qesora-footer-console__signals span:last-child {
  border-right: 0;
}

.qesora-footer-nav-row {
  padding: clamp(64px, 7vw, 96px) 0 clamp(42px, 5vw, 68px);
  border-top: 0;
}

.qesora-footer-nav {
  width: min(100%, 920px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
}

.qesora-footer-nav > div {
  display: grid;
  gap: 9px;
  align-content: start;
}

.qesora-footer-nav strong {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #f1f1ee;
}

.qesora-footer-nav a {
  position: relative;
  width: fit-content;
  color: rgba(241, 241, 238, .54);
  font-size: 12px;
  text-decoration: none;
  transition: color 150ms ease-out;
}

.qesora-footer-nav a:hover,
.qesora-footer-nav a:focus-visible {
  color: #f1f1ee;
}

.qesora-footer-wordmark {
  position: relative;
  overflow: hidden;
  height: clamp(180px, 23vw, 288px);
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #1e3fe0;
  text-decoration: none;
}

.qesora-footer-wordmark > span {
  position: absolute;
  inset: 14px 0 0;
  display: block;
  opacity: .96;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .52) 5%, #000 12% 88%, rgba(0, 0, 0, .52) 95%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 16% 82%, rgba(0, 0, 0, .34) 94%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .52) 5%, #000 12% 88%, rgba(0, 0, 0, .52) 95%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 16% 82%, rgba(0, 0, 0, .34) 94%, transparent 100%);
  mask-composite: intersect;
}

.qesora-footer-meta {
  min-height: 72px;
  padding: 18px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(241, 241, 238, .34);
}

.qesora-footer-meta > span:last-child {
  display: flex;
  gap: 20px;
}

.qesora-footer-meta a {
  color: rgba(241, 241, 238, .45);
}

.qesora-science-decor {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.qesora-science-decor--thesis {
  top: 12%;
  right: -54px;
  width: min(28vw, 320px);
  height: 76%;
  opacity: .22;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .42) 38%, #000 100%),
    linear-gradient(180deg, transparent 0, #000 20% 78%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .42) 38%, #000 100%),
    linear-gradient(180deg, transparent 0, #000 20% 78%, transparent 100%);
  mask-composite: intersect;
}

.qesora-science-decor--outputs {
  left: -72px;
  bottom: -12%;
  width: min(34vw, 400px);
  height: 66%;
  opacity: .18;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0 24%, rgba(0, 0, 0, .48) 54%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 30% 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0 24%, rgba(0, 0, 0, .48) 54%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 30% 82%, transparent 100%);
  mask-composite: intersect;
}

.qesora-science-decor--results {
  left: -96px;
  bottom: -22px;
  width: min(31vw, 360px);
  height: 56%;
  opacity: .22;
  -webkit-mask-image: radial-gradient(ellipse 88% 86% at 5% 88%, #000 0 26%, rgba(0, 0, 0, .6) 52%, transparent 82%);
  mask-image: radial-gradient(ellipse 88% 86% at 5% 88%, #000 0 26%, rgba(0, 0, 0, .6) 52%, transparent 82%);
}

.qesora-science-decor--close {
  right: -64px;
  bottom: -16%;
  width: min(28vw, 300px);
  height: 84%;
  opacity: .16;
  -webkit-mask-image: radial-gradient(ellipse 88% 78% at 100% 80%, #000 0 22%, rgba(0, 0, 0, .52) 48%, transparent 82%);
  mask-image: radial-gradient(ellipse 88% 78% at 100% 80%, #000 0 22%, rgba(0, 0, 0, .52) 48%, transparent 82%);
}

.qesora-site-header[data-menu-open="true"] .qesora-mobile-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.qesora-mobile-nav {
  width: min(100% - 32px, 1240px);
  margin-inline: auto;
  display: grid;
  gap: 4px;
}

.qesora-mobile-nav a {
  position: relative;
  min-height: 52px;
  padding: 0 10px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 4px;
  color: #4f5054;
  font-size: 15px;
  text-decoration: none;
  transition:
    color 150ms ease-out,
    padding-left 180ms cubic-bezier(.22, 1, .36, 1),
    background-color 150ms ease-out,
    box-shadow 150ms ease-out;
}

.qesora-mobile-nav a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  bottom: 11px;
  width: 3px;
  border-radius: 3px;
  background:
    repeating-linear-gradient(
      180deg,
      #1e3fe0 0 2px,
      #91a6ff 2px 4px
    );
  opacity: 0;
  transform: scaleY(.25);
  transform-origin: center;
  transition:
    opacity 180ms ease-out,
    transform 200ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-mobile-nav a::after {
  content: "↗";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: rgba(30, 63, 224, .055);
  color: #1e3fe0;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  opacity: .45;
  transform: translate(-3px, 3px);
  transition:
    opacity 180ms ease-out,
    transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-mobile-nav a:hover,
.qesora-mobile-nav a:focus-visible,
.qesora-mobile-nav a[aria-current="page"] {
  padding-left: 18px;
  color: #17181a;
  background: rgba(30, 63, 224, .055);
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .1),
    0 1px 2px -1px rgba(0, 0, 0, .06),
    0 2px 4px rgba(0, 0, 0, .035);
}

.qesora-mobile-nav a:hover::before,
.qesora-mobile-nav a:focus-visible::before,
.qesora-mobile-nav a[aria-current="page"]::before {
  opacity: 1;
  transform: scaleY(1);
}

.qesora-mobile-nav a:hover::after,
.qesora-mobile-nav a:focus-visible::after,
.qesora-mobile-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translate(0, 0);
}

.qesora-mobile-nav a[aria-current="page"] {
  color: #17181a;
}

.qesora-mobile-auth {
  width: min(100% - 32px, 1240px);
  margin: 8px auto 0;
  padding-top: 10px;
  border-top: 1px solid rgba(23, 24, 26, .1);
}

.qesora-mobile-auth a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, .42);
  color: #1e3fe0;
  font-size: 13px;
  font-weight: 500;
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .1),
    0 1px 2px -1px rgba(0, 0, 0, .05),
    0 2px 4px rgba(0, 0, 0, .025);
  transition:
    background-color 150ms ease-out,
    box-shadow 150ms ease-out,
    transform 150ms ease-out;
}

.qesora-mobile-auth a:hover,
.qesora-mobile-auth a:focus-visible {
  background: rgba(30, 63, 224, .07);
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .16),
    0 1px 2px -1px rgba(0, 0, 0, .08),
    0 4px 10px rgba(12, 25, 88, .05);
}

.qesora-mobile-auth a:active {
  transform: scale(.96);
}

.qesora-mobile-language {
  width: min(100% - 32px, 1240px);
  margin: 8px auto 0;
  padding-top: 10px;
  border-top: 1px solid rgba(23, 24, 26, .1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.qesora-mobile-language__label {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9a9b9e;
}

.qesora-mobile-language__options {
  display: flex;
  gap: 6px;
}

.qesora-mobile-language__options button {
  min-width: 44px;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: rgba(23, 24, 26, .035);
  color: #66676b;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
  transition:
    background-color 150ms ease-out,
    color 150ms ease-out,
    box-shadow 150ms ease-out,
    transform 150ms ease-out;
}

.qesora-mobile-language__options button[aria-checked="true"] {
  background: rgba(30, 63, 224, .09);
  color: #1e3fe0;
  box-shadow: 0 0 0 1px rgba(30, 63, 224, .18);
}

.qesora-mobile-language__options button:active {
  transform: scale(.96);
}

.qesora-hero-signals-field {
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.qesora-hero-edge--left {
  bottom: -420px !important;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0 10%,
    rgba(0, 0, 0, .1) 16%,
    rgba(0, 0, 0, .2) 21%,
    rgba(0, 0, 0, .24) 25%,
    rgba(0, 0, 0, .2) 29%,
    rgba(0, 0, 0, .14) 33%,
    rgba(0, 0, 0, .08) 36%,
    rgba(0, 0, 0, .03) 39%,
    transparent 42%
  ) !important;
  mask-image: linear-gradient(
    180deg,
    transparent 0 10%,
    rgba(0, 0, 0, .1) 16%,
    rgba(0, 0, 0, .2) 21%,
    rgba(0, 0, 0, .24) 25%,
    rgba(0, 0, 0, .2) 29%,
    rgba(0, 0, 0, .14) 33%,
    rgba(0, 0, 0, .08) 36%,
    rgba(0, 0, 0, .03) 39%,
    transparent 42%
  ) !important;
}

.qesora-hero-edge--right {
  bottom: -420px !important;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0 10%,
    rgba(0, 0, 0, .1) 16%,
    rgba(0, 0, 0, .2) 21%,
    rgba(0, 0, 0, .24) 25%,
    rgba(0, 0, 0, .2) 29%,
    rgba(0, 0, 0, .14) 33%,
    rgba(0, 0, 0, .08) 36%,
    rgba(0, 0, 0, .03) 39%,
    transparent 42%
  ) !important;
  mask-image: linear-gradient(
    180deg,
    transparent 0 10%,
    rgba(0, 0, 0, .1) 16%,
    rgba(0, 0, 0, .2) 21%,
    rgba(0, 0, 0, .24) 25%,
    rgba(0, 0, 0, .2) 29%,
    rgba(0, 0, 0, .14) 33%,
    rgba(0, 0, 0, .08) 36%,
    rgba(0, 0, 0, .03) 39%,
    transparent 42%
  ) !important;
}

.qesora-hero-dither-bridge {
  position: absolute;
  top: 0;
  bottom: -520px;
  z-index: 2;
  width: clamp(40px, 5vw, 96px);
  overflow: hidden;
  display: block;
  pointer-events: none;
}

.qesora-hero-dither-bridge--left {
  left: 0;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0 20%, rgba(0, 0, 0, .72) 42%, rgba(0, 0, 0, .28) 68%, transparent 94%),
    linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .55) 22%, rgba(0, 0, 0, .85) 32%, #000 36% 48%, rgba(0, 0, 0, .82) 58%, rgba(0, 0, 0, .6) 70%, rgba(0, 0, 0, .38) 82%, rgba(0, 0, 0, .18) 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0 20%, rgba(0, 0, 0, .72) 42%, rgba(0, 0, 0, .28) 68%, transparent 94%),
    linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .55) 22%, rgba(0, 0, 0, .85) 32%, #000 36% 48%, rgba(0, 0, 0, .82) 58%, rgba(0, 0, 0, .6) 70%, rgba(0, 0, 0, .38) 82%, rgba(0, 0, 0, .18) 92%, transparent 100%);
  mask-composite: intersect;
}

.qesora-hero-dither-bridge--right {
  right: 0;
  -webkit-mask-image:
    linear-gradient(270deg, #000 0 17%, rgba(0, 0, 0, .68) 38%, rgba(0, 0, 0, .24) 66%, transparent 93%),
    linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .55) 22%, rgba(0, 0, 0, .85) 32%, #000 36% 48%, rgba(0, 0, 0, .82) 58%, rgba(0, 0, 0, .6) 70%, rgba(0, 0, 0, .38) 82%, rgba(0, 0, 0, .18) 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(270deg, #000 0 17%, rgba(0, 0, 0, .68) 38%, rgba(0, 0, 0, .24) 66%, transparent 93%),
    linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .55) 22%, rgba(0, 0, 0, .85) 32%, #000 36% 48%, rgba(0, 0, 0, .82) 58%, rgba(0, 0, 0, .6) 70%, rgba(0, 0, 0, .38) 82%, rgba(0, 0, 0, .18) 92%, transparent 100%);
  mask-composite: intersect;
}

.qesora-hero-dither-bridge > span {
  position: absolute;
  inset: 0;
  display: block;
  opacity: .45;
}

.qesora-hero-dither-bridge--right > span {
  opacity: .3;
}

.qesora-signals-steps-field {
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.qesora-signals-steps-field > section {
  position: relative;
  z-index: 1;
}

.qesora-edge-continuity {
  position: absolute;
  top: -260px;
  bottom: -180px;
  z-index: 0;
  width: clamp(224px, 27vw, 372px);
  display: block;
  pointer-events: none;
}

.qesora-edge-continuity--left {
  left: 0;
}

.qesora-edge-continuity--right {
  right: 0;
}

.qesora-edge-continuity__field {
  position: absolute;
  inset: 0;
  display: block;
  opacity: .19;
}

.qesora-edge-continuity--left .qesora-edge-continuity__field {
  -webkit-mask-image:
    linear-gradient(90deg, #000 0 16%, rgba(0, 0, 0, .74) 35%, rgba(0, 0, 0, .32) 59%, rgba(0, 0, 0, .08) 78%, transparent 94%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) 3%, rgba(0, 0, 0, .6) 6%, rgba(0, 0, 0, .85) 10%, #000 14% 86%, rgba(0, 0, 0, .72) 92%, rgba(0, 0, 0, .22) 97%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0 16%, rgba(0, 0, 0, .74) 35%, rgba(0, 0, 0, .32) 59%, rgba(0, 0, 0, .08) 78%, transparent 94%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) 3%, rgba(0, 0, 0, .6) 6%, rgba(0, 0, 0, .85) 10%, #000 14% 86%, rgba(0, 0, 0, .72) 92%, rgba(0, 0, 0, .22) 97%, transparent 100%);
  mask-composite: intersect;
}

.qesora-edge-continuity--right .qesora-edge-continuity__field {
  opacity: .22;
  -webkit-mask-image:
    linear-gradient(270deg, #000 0 14%, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .3) 57%, rgba(0, 0, 0, .07) 77%, transparent 94%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) 3%, rgba(0, 0, 0, .6) 6%, rgba(0, 0, 0, .85) 10%, #000 14% 87%, rgba(0, 0, 0, .7) 93%, rgba(0, 0, 0, .2) 97%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(270deg, #000 0 14%, rgba(0, 0, 0, .7) 33%, rgba(0, 0, 0, .3) 57%, rgba(0, 0, 0, .07) 77%, transparent 94%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) 3%, rgba(0, 0, 0, .6) 6%, rgba(0, 0, 0, .85) 10%, #000 14% 87%, rgba(0, 0, 0, .7) 93%, rgba(0, 0, 0, .2) 97%, transparent 100%);
  mask-composite: intersect;
}

.qesora-edge-continuity__field--grain {
  top: 1.5%;
  bottom: 2%;
  width: 76%;
  opacity: .14;
}

.qesora-edge-continuity__field--spine {
  inset: 0 auto 0 0;
  width: 62%;
  opacity: .12;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0 38%, rgba(0, 0, 0, .56) 68%, transparent 100%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .12) 4%, rgba(0, 0, 0, .46) 9%, rgba(0, 0, 0, .8) 14%, #000 21% 88%, rgba(0, 0, 0, .52) 95%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0 38%, rgba(0, 0, 0, .56) 68%, transparent 100%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .12) 4%, rgba(0, 0, 0, .46) 9%, rgba(0, 0, 0, .8) 14%, #000 21% 88%, rgba(0, 0, 0, .52) 95%, transparent 100%);
  mask-composite: intersect;
}

.qesora-edge-continuity--right .qesora-edge-continuity__field--spine {
  inset: 0 0 0 auto;
  transform: scaleX(-1);
}

.qesora-edge-continuity--left .qesora-edge-continuity__field--grain {
  right: 0;
  left: auto;
}

.qesora-edge-continuity--right .qesora-edge-continuity__field--grain {
  right: auto;
  left: 0;
  opacity: .15;
}

.qesora-edge-continuity::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  opacity: .24;
  background:
    radial-gradient(circle, rgba(30, 63, 224, .56) 1px, transparent 1.35px) 0 0 / 7px 7px,
    radial-gradient(circle, rgba(30, 63, 224, .28) .8px, transparent 1.2px) 3px 4px / 11px 11px;
  pointer-events: none;
}

.qesora-edge-continuity--left::after {
  -webkit-mask-image:
    linear-gradient(90deg, #000 0 13%, rgba(0, 0, 0, .72) 35%, rgba(0, 0, 0, .24) 65%, transparent 94%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .18) 4%, rgba(0, 0, 0, .64) 10%, #000 18% 88%, rgba(0, 0, 0, .56) 94%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0 13%, rgba(0, 0, 0, .72) 35%, rgba(0, 0, 0, .24) 65%, transparent 94%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .18) 4%, rgba(0, 0, 0, .64) 10%, #000 18% 88%, rgba(0, 0, 0, .56) 94%, transparent 100%);
  mask-composite: intersect;
}

.qesora-edge-continuity--right::after {
  opacity: .22;
  -webkit-mask-image:
    linear-gradient(270deg, #000 0 13%, rgba(0, 0, 0, .7) 34%, rgba(0, 0, 0, .24) 64%, transparent 94%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .16) 4%, rgba(0, 0, 0, .62) 10%, #000 18% 89%, rgba(0, 0, 0, .54) 95%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(270deg, #000 0 13%, rgba(0, 0, 0, .7) 34%, rgba(0, 0, 0, .24) 64%, transparent 94%),
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .16) 4%, rgba(0, 0, 0, .62) 10%, #000 18% 89%, rgba(0, 0, 0, .54) 95%, transparent 100%);
  mask-composite: intersect;
}

#signals {
  overflow: visible !important;
  padding-bottom: 0 !important;
}

.qesora-timeline-outflow {
  position: relative;
  z-index: 0;
  height: clamp(116px, 10vw, 154px);
  margin-top: clamp(-24px, -1.6vw, -12px);
  overflow: visible;
  pointer-events: none;
}

.qesora-signal-outflow {
  position: absolute;
  top: -20px;
  bottom: auto;
  z-index: 0;
  width: clamp(210px, 23vw, 320px);
  height: clamp(230px, 23vw, 310px);
  display: block;
  opacity: .48;
  pointer-events: none;
}

.qesora-signal-outflow--left {
  left: -64px;
  top: -44px;
  width: clamp(250px, 28vw, 390px);
  height: clamp(250px, 26vw, 350px);
  opacity: .52;
  -webkit-mask-image: radial-gradient(
    ellipse 110% 92% at 34% 38%,
    #000 0 18%,
    rgba(0, 0, 0, .9) 36%,
    rgba(0, 0, 0, .48) 58%,
    rgba(0, 0, 0, .12) 76%,
    transparent 91%
  );
  mask-image: radial-gradient(
    ellipse 110% 92% at 34% 38%,
    #000 0 18%,
    rgba(0, 0, 0, .9) 36%,
    rgba(0, 0, 0, .48) 58%,
    rgba(0, 0, 0, .12) 76%,
    transparent 91%
  );
}

.qesora-signal-outflow--right {
  right: -54px;
  top: -28px;
  width: clamp(230px, 25vw, 350px);
  height: clamp(230px, 24vw, 325px);
  opacity: .44;
  -webkit-mask-image: radial-gradient(
    ellipse 92% 105% at 56% 48%,
    #000 0 19%,
    rgba(0, 0, 0, .86) 37%,
    rgba(0, 0, 0, .44) 58%,
    rgba(0, 0, 0, .1) 73%,
    transparent 86%
  );
  mask-image: radial-gradient(
    ellipse 92% 105% at 56% 48%,
    #000 0 19%,
    rgba(0, 0, 0, .86) 37%,
    rgba(0, 0, 0, .44) 58%,
    rgba(0, 0, 0, .1) 73%,
    transparent 86%
  );
}

.qesora-signal-outflow--grain {
  top: 2px;
  width: clamp(150px, 16vw, 220px);
  height: clamp(180px, 18vw, 240px);
  opacity: .22;
}

.qesora-signal-outflow--left.qesora-signal-outflow--grain {
  left: 8px;
  top: -8px;
  width: clamp(176px, 19vw, 260px);
  height: clamp(205px, 20vw, 270px);
  opacity: .24;
}

.qesora-signal-outflow--right.qesora-signal-outflow--grain {
  right: 4px;
  top: 6px;
  opacity: .18;
}

.qesora-steps-bridge {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  margin-inline: auto;
  padding-inline: 34px;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.qesora-steps-bridge > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e3fe0;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.qesora-steps-bridge > span::before,
.qesora-steps-bridge > span::after {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(30, 63, 224, .36);
}

.qesora-steps-bridge h2 {
  margin: 0;
  color: #17181a;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.qesora-steps-bridge p {
  max-width: 54ch;
  margin: 0;
  color: #6c6d70;
  font-size: 13px;
  line-height: 1.6;
}

.qesora-steps-ornament {
  position: absolute;
  top: clamp(16px, 2.4vw, 32px);
  z-index: 0;
  width: clamp(104px, 14vw, 168px);
  aspect-ratio: 1;
  display: block;
  pointer-events: none;
  opacity: .3;
  filter: saturate(.9);
  -webkit-mask-image: radial-gradient(circle, #000 0 48%, rgba(0, 0, 0, .62) 64%, transparent 78%);
  mask-image: radial-gradient(circle, #000 0 48%, rgba(0, 0, 0, .62) 64%, transparent 78%);
}

.qesora-steps-ornament--left {
  left: clamp(-30px, 1.2vw, 14px);
  transform: rotate(-11deg);
}

.qesora-steps-ornament--right {
  right: clamp(-30px, 1.2vw, 14px);
  transform: rotate(13deg) scaleX(-1);
}

.qesora-pricing-page {
  position: relative;
}

.qesora-pricing-page > main,
.qesora-pricing-page > footer {
  position: relative;
  z-index: 1;
}

.qesora-pricing-page-edge {
  position: absolute;
  top: 70px;
  bottom: 0;
  z-index: 0;
  width: max(
    24px,
    calc((100% - min(100% - clamp(40px, 8vw, 128px), 1240px)) / 2)
  );
  display: block;
  overflow: hidden;
  opacity: .34;
  pointer-events: none;
}

.qesora-pricing-page-edge--left {
  left: 0;
  -webkit-mask-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .8) 48%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .8) 48%, transparent 100%);
}

.qesora-pricing-page-edge--right {
  right: 0;
  opacity: .28;
  -webkit-mask-image: linear-gradient(270deg, #000 0, rgba(0, 0, 0, .74) 44%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 0, rgba(0, 0, 0, .74) 44%, transparent 100%);
}

.qesora-billing-switch {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(158px, 1fr));
  gap: 5px;
  padding: 5px;
  border-radius: 9px;
  background: rgba(23, 24, 26, .04);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .05),
    0 1px 2px -1px rgba(0, 0, 0, .06),
    0 2px 4px rgba(0, 0, 0, .03);
}

.qesora-billing-tab {
  position: relative;
  isolation: isolate;
  min-height: 54px;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 18px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #6c6d70;
  cursor: pointer;
  transform: scale(1);
  transition:
    transform 160ms cubic-bezier(.22, 1, .36, 1),
    color 160ms ease-out,
    background-color 160ms ease-out,
    box-shadow 160ms ease-out;
}

.qesora-billing-tab > span,
.qesora-billing-tab > small {
  position: relative;
  z-index: 1;
  font-family: "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}

.qesora-billing-tab > span {
  font-size: 11.5px;
  letter-spacing: .12em;
}

.qesora-billing-tab > small {
  font-size: 8.5px;
  letter-spacing: .1em;
  color: #9a9b9e;
}

.qesora-billing-tab--active {
  color: #fff;
  background: #1e3fe0;
  box-shadow: 0 6px 16px -10px rgba(6, 20, 60, .85);
  animation: qbt-in 260ms cubic-bezier(.22, 1, .36, 1);
}

@keyframes qbt-in {
  from { opacity: .55; transform: scale(.965); }
  to { opacity: 1; transform: none; }
}

/* the dithered fill sits inside the button instead of covering it edge to edge */
.qesora-billing-tab--active > canvas {
  inset: 3px !important;
  width: calc(100% - 6px) !important;
  height: calc(100% - 6px) !important;
  border-radius: 3px;
  opacity: .55;
  mix-blend-mode: screen;
}

.qesora-billing-tab--active > small {
  color: rgba(255, 255, 255, .72);
}

.qesora-billing-tab:active {
  transform: scale(.96);
  transition-duration: 80ms;
}

.qesora-note-row {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 24, 26, .14);
  border-radius: 4px;
  background: #f6f6f3;
  transform: translateY(0);
  transition:
    transform 200ms cubic-bezier(.22, 1, .36, 1),
    border-color 200ms ease-out,
    box-shadow 200ms ease-out;
}

/* research dossier: ghost chapter numerals + fixed spine */
#evidence > div { position: relative; }

/* ghost section numerals removed */

.qesora-spine {
  position: fixed;
  left: clamp(10px, 1.4vw, 26px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  display: none;
  flex-direction: column;
  gap: 13px;
}

@media (min-width: 1280px) {
  .qesora-spine { display: flex; }
}

.qesora-spine__item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 8.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9a9b9e;
}

.qesora-spine__item i {
  width: 5px;
  height: 5px;
  background: rgba(23, 24, 26, .22);
  transition: background 180ms ease-out, transform 180ms ease-out;
}

.qesora-spine__item b {
  font-weight: 400;
}

.qesora-spine__item span {
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.qesora-spine:hover .qesora-spine__item span,
.qesora-spine__item.is-active span {
  opacity: 1;
  transform: translateX(0);
}

.qesora-spine__item.is-active {
  color: #1e3fe0;
}

.qesora-spine__item.is-active i {
  background: #1e3fe0;
  transform: scale(1.5);
}

/* research: acquisition-session panel */
@keyframes qesoraScanX {
  0%, 100% { left: 3%; }
  50% { left: 96%; }
}


.qesora-session-scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  width: 2px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(143, 163, 245, .85) 30% 70%, transparent);
  animation: qesoraScanX 9s cubic-bezier(.45, 0, .55, 1) infinite;
}

@media (prefers-reduced-motion: reduce) {
  .qesora-session-scan { animation: none; opacity: 0; }
}

@media (max-width: 860px) {
  .qesora-session-panel {
    grid-template-columns: 1fr !important;
  }
}

/* archive head: hero-card surface, dark controls */
.qesora-archive-head input::placeholder {
  color: #9a9b9e;
}

.qesora-archive-head button[aria-haspopup="listbox"] {
  background: #f1f1ee !important;
  color: #17181a !important;
  box-shadow: none !important;
}

.qesora-archive-head button[aria-haspopup="listbox"] span {
  color: #17181a !important;
}

.qesora-archive-head button[aria-haspopup="listbox"] svg {
  stroke: #6c6d70 !important;
}

.qesora-note-row a {
  text-decoration: none;
}

.qesora-note-title {
  transition: color 180ms ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .qesora-note-row:hover {
    transform: translateY(-2px);
    border-color: rgba(30, 63, 224, .3);
    box-shadow:
      0 0 0 1px rgba(30, 63, 224, .07),
      0 16px 30px -26px rgba(6, 20, 60, .5);
  }

  .qesora-note-row:hover .qesora-note-title {
    color: #1e3fe0;
  }
}

.qesora-versus-head {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #9a9b9e;
}

.qesora-versus-row {
  border: 1px solid rgba(23, 24, 26, .12);
  border-radius: 4px;
  background: #f1f1ee;
  transform: translateY(0);
  transition:
    transform 200ms cubic-bezier(.22, 1, .36, 1),
    border-color 200ms ease-out,
    box-shadow 200ms ease-out;
}

.qesora-versus-row--lead {
  border-color: rgba(30, 63, 224, .38);
  background: #f2f3fb;
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .1),
    0 14px 32px -26px rgba(6, 20, 60, .6);
}

@media (hover: hover) and (pointer: fine) {
  .qesora-versus-row:hover {
    transform: translateY(-2px);
    border-color: rgba(30, 63, 224, .3);
    box-shadow:
      0 0 0 1px rgba(30, 63, 224, .07),
      0 16px 30px -26px rgba(6, 20, 60, .5);
  }
}

.qesora-plan-card {
  border: 1px solid rgba(23, 24, 26, .14);
  background: #f1f1ee;
  border-radius: 4px;
  transform: translateY(0);
  transition:
    transform 220ms cubic-bezier(.22, 1, .36, 1),
    border-color 220ms ease-out,
    background-color 220ms ease-out,
    box-shadow 220ms ease-out;
}

.qesora-plan-card--chosen,
.qesora-plan-card:has(.qesora-plan-selected-rail) {
  border-color: rgba(30, 63, 224, .42);
  background: #f1f1ee;
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .12),
    0 16px 38px -26px rgba(6, 20, 60, .62);
}

.qesora-plan-price {
  text-wrap: nowrap;
}

.qesora-plan-button {
  position: relative;
  z-index: 2;
  isolation: isolate;
  min-height: 44px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px 12px 18px;
  border: 1px solid rgba(23, 24, 26, .18);
  border-radius: 3px;
  background: transparent;
  color: #17181a;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transform: translateY(0) scale(1);
  transition:
    transform 180ms cubic-bezier(.22, 1, .36, 1),
    border-color 160ms ease-out,
    box-shadow 160ms ease-out,
    color 160ms ease-out;
}

.qesora-plan-button > span,
.qesora-plan-button > i {
  position: relative;
  z-index: 1;
}

.qesora-plan-button > i {
  margin-left: 1px;
  font-style: normal;
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.qesora-plan-button--active {
  border: 0;
  color: #fff;
  text-shadow: 0 1px 2px rgba(6, 20, 60, .55);
}

.qesora-plan-button:active {
  transform: translateY(0) scale(.96);
  transition-duration: 80ms;
}

.qesora-volume-guide {
  display: grid;
  grid-template-columns: minmax(260px, .68fr) minmax(420px, 1.32fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: stretch;
  margin-top: clamp(8px, 1.2vw, 16px);
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: 6px;
  background: #f1f1ee;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .07),
    0 1px 2px -1px rgba(0, 0, 0, .06),
    0 2px 4px rgba(0, 0, 0, .035);
}

.qesora-volume-guide__intro {
  display: grid;
  align-content: start;
  gap: 8px;
}

.qesora-volume-guide__intro > span {
  color: #9a9b9e;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.qesora-volume-guide__intro > strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 300;
  line-height: 1.05;
  text-wrap: balance;
}

.qesora-volume-guide__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(23, 24, 26, .11);
  border-radius: 4px;
  background: rgba(23, 24, 26, .11);
}

.qesora-volume-guide__metric {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 3px;
  padding: 12px;
  background: #f6f6f3;
}

.qesora-volume-guide__metric > i,
.qesora-volume-guide__metric > small,
.qesora-volume-guide__eyebrow {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-style: normal;
  text-transform: uppercase;
}

.qesora-volume-guide__metric > i {
  color: #9a9b9e;
  font-size: 7.5px;
  letter-spacing: .12em;
}

.qesora-volume-guide__metric > b {
  color: #17181a;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 300;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.qesora-volume-guide__metric > small {
  color: #6c6d70;
  font-size: 6.8px;
  letter-spacing: .07em;
  line-height: 1.35;
}

.qesora-volume-guide__control {
  display: grid;
  align-content: start;
  gap: 10px;
}

.qesora-volume-guide__eyebrow {
  color: #9a9b9e;
  font-size: 8px;
  letter-spacing: .13em;
}

.qesora-plan-slider {
  position: relative;
  height: 50px;
}

.qesora-plan-slider__track {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #e9e9e5;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .08),
    0 1px 2px -1px rgba(0, 0, 0, .07),
    0 2px 4px rgba(0, 0, 0, .04);
}

.qesora-plan-slider__track canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .78;
  image-rendering: pixelated;
  pointer-events: none;
}

.qesora-plan-slider__track::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16.666%;
  left: 16.666%;
  height: 1px;
  background: rgba(30, 63, 224, .32);
  transform: translateY(-50%);
}

.qesora-plan-slider__stops {
  position: absolute;
  z-index: 2;
  inset: 0 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  pointer-events: none;
}

.qesora-plan-slider__stops i {
  width: 14px;
  height: 18px;
  justify-self: center;
  border: 1px solid rgba(30, 63, 224, .32);
  border-radius: 2px;
  background:
    radial-gradient(circle, rgba(30, 63, 224, .54) 1px, transparent 1.2px) 0 0 / 5px 5px,
    rgba(246, 246, 243, .86);
  box-shadow: 0 0 0 2px rgba(246, 246, 243, .6);
}

.qesora-plan-slider__thumb {
  position: absolute;
  z-index: 3;
  top: 8px;
  width: 30px;
  height: 34px;
  margin-left: -15px;
  overflow: hidden;
  border-radius: 3px;
  background:
    radial-gradient(circle, rgba(102, 131, 255, .92) 1px, transparent 1.25px) 0 0 / 5px 5px,
    #10244b;
  box-shadow:
    0 0 0 1px rgba(8, 21, 53, .4),
    0 2px 4px rgba(8, 21, 53, .24),
    0 8px 18px rgba(8, 21, 53, .15);
  transition: left 220ms cubic-bezier(.2, 0, 0, 1);
  pointer-events: none;
}

.qesora-plan-slider__input {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: grab;
}

.qesora-plan-slider__input:active {
  cursor: grabbing;
}

.qesora-plan-slider:focus-within .qesora-plan-slider__track {
  box-shadow:
    0 0 0 2px #1e3fe0,
    0 1px 2px -1px rgba(0, 0, 0, .07),
    0 2px 4px rgba(0, 0, 0, .04);
}

.qesora-plan-stepper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.qesora-plan-step {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  gap: 4px 8px;
  align-items: start;
  padding: 10px 8px 9px;
  border: 0;
  border-top: 1px solid rgba(23, 24, 26, .16);
  border-radius: 0;
  background: transparent;
  color: #17181a;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transform: scale(1);
  transition:
    transform 180ms cubic-bezier(.22, 1, .36, 1),
    background-color 160ms ease-out,
    color 160ms ease-out;
}

.qesora-plan-step > :not(canvas) {
  position: relative;
  z-index: 1;
}

.qesora-plan-step > span {
  color: #9a9b9e;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 7.5px;
  letter-spacing: .12em;
}

.qesora-plan-step > strong {
  min-width: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 300;
  line-height: 1;
}

.qesora-plan-step > i,
.qesora-plan-step > b {
  grid-column: 1 / -1;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 7.5px;
  font-style: normal;
  letter-spacing: .06em;
  line-height: 1.35;
}

.qesora-plan-step > i {
  color: #6c6d70;
  text-transform: uppercase;
}

.qesora-plan-step > b {
  color: #1e3fe0;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .qesora-plan-step:not(.qesora-plan-step--active):hover {
    background: rgba(255, 255, 252, .56);
    color: #1e3fe0;
  }
}

.qesora-plan-step:active {
  z-index: 2;
  transform: scale(.96);
  transition-duration: 80ms;
}

.qesora-plan-step:focus-visible {
  z-index: 3;
  outline: 2px solid #1e3fe0;
  outline-offset: -3px;
}

.qesora-plan-step--active {
  border-top: 2px solid #1e3fe0;
  color: #1e3fe0;
}

.qesora-plan-step--active > span,
.qesora-plan-step--active > i {
  color: #6577cf;
}

.qesora-plan-step--active > b {
  color: #1e3fe0;
}

.qesora-pricing-note {
  color: #9a9b9e;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.qesora-benchmark-pattern-source {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.qesora-benchmark-pattern-source--primary {
  top: 72%;
  left: max(-28px, calc(50% - 670px));
  width: clamp(310px, 38vw, 520px);
  height: clamp(270px, 34vw, 440px);
  opacity: .24;
  -webkit-mask-image: radial-gradient(ellipse 96% 84% at 13% 20%, #000 0 16%, rgba(0, 0, 0, .78) 34%, rgba(0, 0, 0, .3) 56%, transparent 81%);
  mask-image: radial-gradient(ellipse 96% 84% at 13% 20%, #000 0 16%, rgba(0, 0, 0, .78) 34%, rgba(0, 0, 0, .3) 56%, transparent 81%);
}

.qesora-benchmark-pattern-source--echo {
  top: 14%;
  right: -8%;
  width: clamp(260px, 34vw, 480px);
  height: clamp(300px, 42vw, 540px);
  opacity: .105;
  transform: scaleX(-1);
  -webkit-mask-image: radial-gradient(ellipse 88% 92% at 18% 36%, #000 0 13%, rgba(0, 0, 0, .66) 33%, rgba(0, 0, 0, .2) 59%, transparent 82%);
  mask-image: radial-gradient(ellipse 88% 92% at 18% 36%, #000 0 13%, rgba(0, 0, 0, .66) 33%, rgba(0, 0, 0, .2) 59%, transparent 82%);
}

/* full-section dither underlay for #benchmark — same pattern engine, spread edge to edge */
.qesora-benchmark-pattern-source--field {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .09;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65) 10%, #000 26% 80%, rgba(0, 0, 0, .55) 92%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65) 10%, #000 26% 80%, rgba(0, 0, 0, .55) 92%, transparent 100%);
}

.qesora-journal-opening {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 6vw, 94px) 0 clamp(16px, 1.8vw, 26px);
}

.qesora-journal-opening__stripe {
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  height: 88px;
  z-index: 0;
  display: block;
  opacity: .55;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0 8%, rgba(0, 0, 0, .58) 30%, #000 62% 100%),
    linear-gradient(90deg, transparent 0, #000 3% 97%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(180deg, transparent 0 8%, rgba(0, 0, 0, .58) 30%, #000 62% 100%),
    linear-gradient(90deg, transparent 0, #000 3% 97%, transparent 100%);
  mask-composite: intersect;
}

.qesora-journal-opening__inner {
  position: relative;
  z-index: 1;
  width: min(100% - clamp(40px, 8vw, 128px), 1240px);
  margin-inline: auto;
}

.qesora-journal-latest {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 2.4vw, 34px) 0 clamp(62px, 6vw, 92px);
}

.qesora-journal-latest__header {
  width: min(100% - clamp(40px, 8vw, 128px), 1240px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 24, 26, .18);
}

.qesora-journal-latest__header h2 {
  max-width: 18ch;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.qesora-journal-rail-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 108px;
  border: 1px solid rgba(23, 24, 26, .24);
  border-radius: 2px;
  background: rgba(255, 255, 252, .7);
  overflow: hidden;
}

.qesora-journal-rail-control {
  position: relative;
  width: 54px;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #17181a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 120ms ease;
}

.qesora-journal-rail-control + .qesora-journal-rail-control {
  border-left: 1px solid rgba(23, 24, 26, .14);
}

.qesora-journal-rail-control::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  height: 2px;
  background: #1e3fe0;
  opacity: .16;
  transform: scaleX(.18);
  transition:
    opacity 150ms ease-out,
    transform 220ms cubic-bezier(.2, 0, 0, 1);
}

.qesora-journal-rail-control--previous::after {
  transform-origin: 100% 50%;
}

.qesora-journal-rail-control--next::after {
  transform-origin: 0 50%;
}

.qesora-journal-rail-control svg {
  width: 22px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.qesora-journal-rail-control:active {
  transform: scale(.96);
}

.qesora-journal-rail-control:focus-visible {
  z-index: 1;
  outline: 2px solid #1e3fe0;
  outline-offset: -3px;
}

.qesora-journal-rail {
  margin-top: clamp(24px, 2.8vw, 38px);
  padding: 4px max(clamp(20px, 4vw, 64px), calc(50vw - 620px)) 18px;
  scroll-padding-inline: max(clamp(20px, 4vw, 64px), calc(50vw - 620px));
  display: flex;
  gap: clamp(14px, 1.8vw, 24px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.qesora-journal-rail::-webkit-scrollbar {
  display: none;
}

.qesora-journal-card {
  position: relative;
  flex: 0 0 clamp(246px, 23vw, 296px);
  min-height: 472px;
  padding: 10px 10px 16px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 0;
  color: #17181a;
  background: rgba(255, 255, 252, .58);
  border: 1px solid rgba(23, 24, 26, .14);
  border-radius: 3px;
  box-shadow: 0 12px 30px rgba(18, 27, 65, 0);
  transition:
    border-color 200ms ease,
    box-shadow 220ms ease,
    transform 180ms ease,
    background-color 200ms ease;
}

.qesora-journal-card::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: repeating-linear-gradient(90deg, #1e3fe0 0 3px, transparent 3px 7px);
  opacity: 0;
  transform: scaleX(.72);
  transform-origin: left;
  transition:
    opacity 180ms ease,
    transform 240ms ease;
}

.qesora-journal-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #12246f;
  border: 1px solid rgba(23, 24, 26, .12);
}

.qesora-journal-card__meta {
  min-height: 50px;
  padding: 11px 2px 9px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px 10px;
  border-bottom: 1px solid rgba(23, 24, 26, .1);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8.5px;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

.qesora-journal-tag {
  justify-self: start;
  max-width: 100%;
  padding: 5px 7px 4px;
  overflow: hidden;
  color: #1737cf;
  background: rgba(30, 63, 224, .08);
  border: 1px solid rgba(30, 63, 224, .2);
  border-radius: 2px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qesora-journal-date,
.qesora-journal-read {
  color: #6f7176;
  white-space: nowrap;
}

.qesora-journal-date {
  justify-self: end;
  color: #4f5156;
}

.qesora-journal-read {
  grid-column: 1 / -1;
  padding-left: 1px;
}

.qesora-journal-card__title {
  margin: 15px 3px 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.01em;
  text-wrap: pretty;
}

.qesora-journal-card__summary {
  margin: 10px 3px 0;
  color: #65676c;
  font-size: 12px;
  line-height: 1.55;
}

.qesora-journal-card__action {
  margin: auto 3px 0;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #1e3fe0;
  font-size: 11px;
  font-weight: 500;
}

.qesora-journal-card__action svg {
  width: 18px;
  height: 11px;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.qesora-archive-index-wave {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  margin-block: clamp(18px, 2.5vw, 32px) -10px;
  opacity: .42;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .74) 18%, #000 38% 68%, rgba(0, 0, 0, .32) 84%, transparent 100%),
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .5) 8%, #000 22% 78%, rgba(0, 0, 0, .5) 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .74) 18%, #000 38% 68%, rgba(0, 0, 0, .32) 84%, transparent 100%),
    linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .5) 8%, #000 22% 78%, rgba(0, 0, 0, .5) 92%, transparent 100%);
  mask-composite: intersect;
}

.qesora-archive {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 5vw, 84px) 0;
}

.qesora-archive__shell {
  position: relative;
  z-index: 1;
  width: min(100% - clamp(40px, 8vw, 128px), 1240px);
  margin-inline: auto;
  display: grid;
  gap: clamp(20px, 2.4vw, 30px);
}

.qesora-archive__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid #17181a;
}

.qesora-archive__heading h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 300;
  line-height: 1.16;
  text-wrap: balance;
}

.qesora-archive__eyebrow,
.qesora-archive__count {
  font-family: "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}

.qesora-archive__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6c6d70;
  font-size: 9.5px;
  letter-spacing: .16em;
}

.qesora-archive__eyebrow i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e3fe0;
}

.qesora-archive__count {
  margin-left: auto;
  color: #85868a;
  font-size: 9px;
  letter-spacing: .12em;
  font-variant-numeric: tabular-nums;
}

.qesora-archive-toolbar {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) minmax(180px, .78fr) minmax(180px, .78fr);
  gap: 1px;
  padding: 0;
  border: 1px solid #17181a;
  border-radius: 0;
  background: rgba(23, 24, 26, .16);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .8) inset,
    0 10px 30px rgba(18, 27, 65, .045);
  overflow: visible;
}

.qesora-archive-toolbar__intro {
  grid-column: 1 / -1;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(23, 24, 26, .16);
  background:
    linear-gradient(90deg, rgba(30, 63, 224, .11), transparent 34%),
    #f1f1ee;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.qesora-archive-toolbar__intro span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17181a;
}

.qesora-archive-toolbar__intro i {
  width: 6px;
  height: 6px;
  background: #1e3fe0;
  box-shadow: 4px 0 rgba(30, 63, 224, .42), 8px 0 rgba(30, 63, 224, .18);
}

.qesora-archive-toolbar__intro strong {
  margin-left: auto;
  color: #696b70;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.qesora-archive-toolbar__intro button {
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(23, 24, 26, .18);
  border-radius: 2px;
  background: rgba(255, 255, 252, .76);
  color: #55575c;
  font: inherit;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.qesora-filter-control {
  position: relative;
  min-width: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border: 0;
  border-radius: 0;
  background: #fbfbf8;
  box-shadow: none;
  cursor: text;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.qesora-filter-control:not(.qesora-filter-control--search) {
  cursor: pointer;
}

.qesora-filter-control:focus-within {
  z-index: 2;
  background: #fff;
  box-shadow:
    inset 0 -3px #1e3fe0,
    inset 0 0 0 1px #1e3fe0,
    0 6px 18px rgba(12, 25, 88, .08);
}

.qesora-filter-control:active {
  transform: scale(.99);
}

.qesora-filter-control__body {
  min-width: 0;
  flex: 1;
  display: grid;
  gap: 3px;
}

.qesora-filter-control__label {
  color: #85868a;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.qesora-filter-control__input,
.qesora-filter-control__value {
  width: 100%;
  min-width: 0;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #17181a;
  font: 500 13.5px/25px "Geist", "Helvetica Neue", Arial, sans-serif;
}

.qesora-filter-control__input::placeholder {
  color: #696b70;
  opacity: 1;
}

.qesora-filter-control__value {
  display: block;
  padding-right: 28px;
  color: #17181a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.qesora-filter-control__icon {
  flex: 0 0 auto;
  stroke: #77797e;
  stroke-width: 1.4;
  stroke-linecap: round;
  transition: stroke 160ms ease;
}

.qesora-filter-control__chevron {
  position: absolute;
  right: 13px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  stroke: #3f4145;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
  transition:
    stroke 160ms ease,
    transform 160ms ease;
}

.qesora-filter-control:focus-within .qesora-filter-control__icon,
.qesora-filter-control:focus-within .qesora-filter-control__chevron {
  stroke: #1e3fe0;
}

.qesora-filter-control--menu {
  min-height: 0;
  padding: 0;
  overflow: visible;
  cursor: default;
}

.qesora-filter-menu__trigger {
  position: relative;
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 11px 14px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.qesora-filter-menu__trigger:focus-visible {
  outline: 2px solid #1e3fe0;
  outline-offset: -3px;
}

.qesora-filter-control--menu[data-open="true"] {
  z-index: 18;
  background: #fff;
  box-shadow:
    inset 0 -3px #1e3fe0,
    inset 0 0 0 1px #1e3fe0,
    0 6px 18px rgba(12, 25, 88, .08);
}

.qesora-filter-control--menu[data-open="true"] .qesora-filter-control__chevron {
  stroke: #1e3fe0;
  transform: translateY(-50%) rotate(180deg);
}

.qesora-filter-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  padding: 20px 6px 6px;
  border-radius: 3px;
  background: #0f1118;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .16),
    0 1px 2px -1px rgba(0, 0, 0, .18),
    0 16px 34px rgba(7, 12, 30, .22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(.985);
  transform-origin: 50% 0;
  pointer-events: none;
  transition:
    opacity 150ms ease-out,
    transform 180ms cubic-bezier(.2, 0, 0, 1),
    visibility 0s linear 180ms;
}

.qesora-filter-control--menu[data-open="true"] .qesora-filter-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition-delay: 0s;
}

.qesora-filter-menu__signal {
  position: absolute;
  top: 5px;
  left: 7px;
  right: 7px;
  height: 9px;
  opacity: .8;
  background:
    radial-gradient(circle, rgba(96, 124, 255, .9) 1px, transparent 1.3px) 0 0 / 5px 5px;
  -webkit-mask-image: linear-gradient(90deg, #000 0 38%, rgba(0, 0, 0, .2) 76%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 38%, rgba(0, 0, 0, .2) 76%, transparent 100%);
  pointer-events: none;
}

.qesora-filter-menu__option {
  position: relative;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 10px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .075);
  border-radius: 1px;
  background: transparent;
  color: rgba(255, 255, 255, .74);
  font: 500 12px/1 "Geist", "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 150ms ease-out,
    color 150ms ease-out,
    transform 150ms ease-out;
}

.qesora-filter-menu__option:first-of-type {
  border-top-color: transparent;
}

.qesora-filter-menu__option i {
  width: 26px;
  height: 14px;
  flex: 0 0 auto;
  opacity: .16;
  transform: scale(.75);
  background:
    radial-gradient(circle, currentColor 1px, transparent 1.25px) 0 0 / 5px 5px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 42%);
  mask-image: linear-gradient(90deg, transparent, #000 42%);
  transition:
    opacity 180ms ease-out,
    transform 180ms cubic-bezier(.2, 0, 0, 1);
}

.qesora-filter-menu__option[data-selected="true"] {
  background: #1e3fe0;
  color: #fff;
}

.qesora-filter-menu__option[data-selected="true"] i {
  opacity: .92;
  transform: scale(1);
}

.qesora-filter-menu__option:focus-visible {
  outline: 2px solid #8fa3ff;
  outline-offset: -3px;
}

.qesora-filter-menu__option:active {
  transform: scale(.96);
}

.qesora-archive-list {
  list-style: none;
  margin: -4px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.qesora-archive-table-head,
.qesora-archive-entry__link {
  display: grid;
  grid-template-columns: 118px minmax(0, 1.6fr) minmax(120px, .62fr) 72px;
  gap: clamp(14px, 2vw, 28px);
}

.qesora-archive-table-head {
  padding: 0 15px 4px;
  color: #85868a;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.qesora-archive-table-head span:last-child {
  text-align: right;
}

.qesora-archive-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 24, 26, .1);
  border-radius: 3px;
  background: rgba(251, 251, 248, .86);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .02),
    0 1px 2px -1px rgba(0, 0, 0, .05),
    0 2px 4px rgba(0, 0, 0, .025);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.qesora-archive-entry::before {
  content: "";
  position: absolute;
  inset: auto 14px 7px;
  height: 3px;
  z-index: 1;
  opacity: 0;
  background:
    repeating-linear-gradient(90deg, #1e3fe0 0 3px, transparent 3px 7px);
  -webkit-mask-image: linear-gradient(90deg, #000 0 28%, rgba(0, 0, 0, .54) 68%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 28%, rgba(0, 0, 0, .54) 68%, transparent 100%);
  transform: scaleX(.16);
  transform-origin: 0 50%;
  transition:
    opacity 150ms ease-out,
    transform 220ms cubic-bezier(.2, 0, 0, 1);
}

.qesora-archive-entry__link {
  position: relative;
  min-height: 88px;
  align-items: center;
  padding: 15px 16px;
  color: inherit;
}

.qesora-archive-entry__date,
.qesora-archive-entry__content {
  display: grid;
}

.qesora-archive-entry__date {
  gap: 4px;
  align-self: center;
}

.qesora-archive-entry__date b,
.qesora-archive-entry__date i,
.qesora-archive-entry__read,
.qesora-archive-entry__recent {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
}

.qesora-archive-entry__date b {
  color: #17181a;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .1em;
}

.qesora-archive-entry__date i {
  color: #96979a;
  font-size: 8.5px;
  font-style: normal;
  letter-spacing: .05em;
}

.qesora-archive-entry__content {
  min-width: 0;
  gap: 6px;
}

.qesora-archive-entry__title-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.qesora-archive-entry__title-row strong {
  min-width: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 400;
  line-height: 1.26;
  text-wrap: balance;
}

.qesora-archive-entry__arrow {
  flex: 0 0 auto;
  opacity: 0;
  transform: translateX(-6px);
  stroke: #1e3fe0;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.qesora-archive-entry__recent {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1e3fe0;
  font-size: 7.5px;
  font-style: normal;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.qesora-archive-entry__recent::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1e3fe0;
  box-shadow: 0 0 0 3px rgba(30, 63, 224, .1);
}

.qesora-archive-entry__topic {
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(23, 24, 26, .09);
  border-radius: 999px;
  background: #f1f1ee;
  color: #626368;
  font-size: 10.5px;
  line-height: 1;
  text-wrap: pretty;
}

.qesora-archive-entry__read {
  justify-self: end;
  color: #1e3fe0;
  font-size: 8.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.qesora-archive-empty {
  padding: 24px 18px;
  border: 1px dashed rgba(23, 24, 26, .16);
  border-radius: 6px;
  color: #77787c;
  font-size: 13px;
  text-align: center;
}

.qesora-archive-empty button {
  min-height: 40px;
  margin-left: 4px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #1e3fe0;
  font: 500 13px/1 "Geist", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.qesora-archive-empty button:active {
  transform: scale(.96);
}

@media (hover: hover) and (pointer: fine) {
  .qesora-archive-toolbar__intro button:hover {
    color: #1733c4;
    border-color: rgba(30, 63, 224, .42);
    background: #fff;
    transform: translateY(-1px);
  }

  .qesora-journal-rail-control:hover {
    color: #1e3fe0;
    background-color: rgba(30, 63, 224, .03);
  }

  .qesora-journal-rail-control:hover::after,
  .qesora-journal-rail-control:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .qesora-journal-rail-control--previous:hover svg {
    transform: translateX(-2px);
  }

  .qesora-journal-rail-control--next:hover svg {
    transform: translateX(2px);
  }

  .qesora-journal-card:hover {
    color: #17181a;
    border-color: rgba(30, 63, 224, .36);
    background-color: rgba(255, 255, 252, .94);
    box-shadow: 0 15px 34px rgba(18, 27, 65, .085);
    transform: translateY(-3px);
  }

  .qesora-journal-card:hover::after {
    opacity: .9;
    transform: scaleX(1);
  }

  .qesora-journal-card:hover .qesora-journal-card__action svg {
    transform: translateX(3px);
  }

  .qesora-filter-control:hover {
    background: #fff;
    box-shadow: inset 0 -2px rgba(30, 63, 224, .68);
    transform: none;
  }

  .qesora-filter-menu__option:hover {
    background: rgba(84, 111, 243, .17);
    color: #fff;
  }

  .qesora-filter-menu__option[data-selected="true"]:hover {
    background: #2949e5;
  }

  .qesora-archive-entry:hover {
    border-color: rgba(30, 63, 224, .24);
    background: #fff;
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, .025),
      0 2px 4px -1px rgba(0, 0, 0, .08),
      0 8px 18px rgba(12, 25, 88, .065);
    transform: translateY(-2px);
  }

  .qesora-archive-entry:hover::before,
  .qesora-archive-entry:focus-within::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .qesora-archive-entry:hover .qesora-archive-entry__arrow,
  .qesora-archive-entry:focus-within .qesora-archive-entry__arrow {
    opacity: 1;
    transform: translateX(0);
  }

  .qesora-archive-empty button:hover {
    background: rgba(30, 63, 224, .08);
    color: #1733c4;
  }
}

.qesora-validation-pattern {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.qesora-validation-pattern--bridge {
  top: -18%;
  left: max(0px, calc(50% - 620px));
  width: clamp(290px, 35vw, 470px);
  height: clamp(430px, 54vw, 700px);
  opacity: .28;
  -webkit-mask-image: radial-gradient(ellipse 92% 84% at 7% 7%, #000 0 24%, rgba(0, 0, 0, .78) 43%, rgba(0, 0, 0, .3) 61%, transparent 79%);
  mask-image: radial-gradient(ellipse 92% 84% at 7% 7%, #000 0 24%, rgba(0, 0, 0, .78) 43%, rgba(0, 0, 0, .3) 61%, transparent 79%);
}

.qesora-validation-pattern--rail {
  top: 18%;
  left: -12px;
  width: clamp(92px, 12vw, 158px);
  height: 82%;
  opacity: .12;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0 24%, rgba(0, 0, 0, .6) 46%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 15% 70%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, #000 0 24%, rgba(0, 0, 0, .6) 46%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 15% 70%, transparent 100%);
  mask-composite: intersect;
}

.qesora-validation-copy {
  position: relative;
  isolation: isolate;
}

.qesora-validation-copy::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -34px -46px -36px -34px;
  pointer-events: none;
  background: radial-gradient(ellipse 78% 72% at 38% 40%, #f6f6f3 0 58%, rgba(246, 246, 243, .98) 70%, rgba(246, 246, 243, .76) 83%, transparent 100%);
}

.qesora-validation-copy > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .qesora-billing-tab:not(.qesora-billing-tab--active):hover {
    background: rgba(23, 24, 26, .045);
    color: #17181a;
  }

  .qesora-plan-card:hover {
    transform: translateY(-3px);
    border-color: rgba(30, 63, 224, .3);
    box-shadow:
      0 0 0 1px rgba(30, 63, 224, .08),
      0 18px 34px -26px rgba(6, 20, 60, .5);
  }

  .qesora-plan-button:hover {
    border-color: rgba(30, 63, 224, .42);
    color: #1e3fe0;
  }

  .qesora-plan-button:hover > i {
    transform: translateX(2px);
  }

  .qesora-plan-button--active:hover {
    color: #fff;
  }
}

@media (max-width: 760px) {
  .qesora-site-header__inner {
    width: min(100% - 28px, 1240px);
    gap: 10px;
  }

  .qesora-site-header .qesora-primary-nav {
    display: none !important;
  }

  .qesora-site-brand {
    margin-right: auto;
    font-size: 17px;
    letter-spacing: .29em;
  }

  .qesora-header-actions {
    gap: 6px;
  }

  .qesora-header-signin {
    display: none;
  }

  .qesora-header-actions .qesora-language-switcher {
    display: none;
  }

  .qesora-language-toggle {
    min-width: 34px;
    height: 40px;
    padding-inline: 6px;
  }

  .qesora-language-menu {
    top: calc(100% + 12px);
  }

  .qesora-header-cta {
    min-height: 40px;
  }

  .qesora-header-cta span {
    font-size: 12px !important;
  }

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

  .qesora-mobile-panel {
    display: block;
  }

  .qesora-hero {
    min-height: 760px;
    padding: 68px 0 286px !important;
  }

  .qesora-hero-inner {
    width: min(100% - 30px, 1240px) !important;
  }

  .qesora-hero-copy {
    max-width: 100% !important;
  }

  .qesora-hero-copy h1 {
    max-width: 8.4ch;
    font-size: clamp(46px, 13.2vw, 56px) !important;
    line-height: .98 !important;
  }

  .qesora-hero-copy p {
    max-width: 31ch !important;
    font-size: 14.5px !important;
    line-height: 1.58;
  }

  .qesora-hero-art {
    top: auto !important;
    right: -19% !important;
    bottom: -4% !important;
    width: 104% !important;
    height: 57% !important;
    opacity: .9;
    -webkit-mask-image:
      linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .5) 18%, #000 42% 88%, transparent 100%),
      linear-gradient(90deg, transparent 0 8%, #000 30% 100%) !important;
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .5) 18%, #000 42% 88%, transparent 100%),
      linear-gradient(90deg, transparent 0 8%, #000 30% 100%) !important;
    mask-composite: intersect;
  }

  .qesora-hero-phones {
    display: block !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 32px !important;
    height: 208px !important;
    z-index: 5 !important;
    pointer-events: none !important;
  }

  .qesora-hero-phone {
    width: clamp(76px, 21vw, 86px) !important;
    height: clamp(156px, 43vw, 178px) !important;
  }

  .qesora-signal-strip-wrap {
    margin-top: -26px !important;
  }

  .qesora-signal-strip {
    width: min(100% - 30px, 1240px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border: 1px solid rgba(23, 24, 26, .72) !important;
  }

  .qesora-signal-card {
    gap: 8px !important;
    min-height: 150px;
    padding: 20px 12px 22px !important;
    box-shadow:
      1px 0 0 rgba(23, 24, 26, .07),
      0 1px 0 rgba(23, 24, 26, .07) !important;
  }

  .qesora-signal-card small {
    line-height: 1.45;
  }

  .qesora-show-tabs {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .qesora-show-tabs::-webkit-scrollbar {
    display: none;
  }

  .qesora-show-tabs > * {
    min-width: 96px;
  }

  .qesora-steps-bridge {
    padding-inline: 0;
  }

  .qesora-edge-continuity {
    width: 92px;
  }

  .qesora-edge-continuity__field {
    opacity: .11;
  }

  .qesora-edge-continuity__field--grain {
    opacity: .07;
  }

  .qesora-edge-continuity::after {
    opacity: .16;
  }

  .qesora-signal-outflow {
    top: -8px;
    width: 148px;
    height: 190px;
    opacity: .33;
  }

  .qesora-signal-outflow--right {
    right: -38px;
    top: 2px;
    width: 138px;
    height: 182px;
    opacity: .29;
  }

  .qesora-signal-outflow--grain {
    top: 16px;
    width: 94px;
    height: 136px;
    opacity: .18;
  }

  .qesora-signal-outflow--right.qesora-signal-outflow--grain {
    top: 22px;
    opacity: .15;
  }

  .qesora-signal-outflow--left {
    left: -42px;
    top: -18px;
    width: 164px;
    height: 202px;
  }

  .qesora-signal-outflow--left.qesora-signal-outflow--grain {
    left: -4px;
    top: 8px;
    width: 108px;
    height: 148px;
  }

  .qesora-timeline-outflow {
    height: 104px;
    margin-top: -10px;
  }

  .qesora-benchmark-pattern-source--primary {
    top: 38%;
    left: -48px;
    width: 270px;
    height: 310px;
    opacity: .21;
  }

  .qesora-benchmark-pattern-source--echo {
    top: 28%;
    right: -96px;
    width: 240px;
    height: 330px;
    opacity: .08;
  }

  .qesora-journal-opening {
    padding-top: 58px;
    padding-bottom: 16px;
  }

  .qesora-journal-opening__stripe {
    top: -30px;
    height: 68px;
    opacity: .5;
  }

  .qesora-journal-latest {
    padding: 20px 0 62px;
  }

  .qesora-journal-latest__header {
    width: min(100% - 30px, 1240px);
    align-items: center;
    padding-bottom: 16px;
  }

  .qesora-journal-latest__header h2 {
    max-width: 13ch;
    font-size: clamp(25px, 7vw, 31px);
  }

  .qesora-journal-rail-nav {
    min-width: 0;
  }

  .qesora-journal-rail-control {
    width: 50px;
    min-height: 46px;
  }

  .qesora-journal-rail {
    margin-top: 20px;
    padding: 3px 15px 16px;
    scroll-padding-inline: 15px;
    gap: 12px;
  }

  .qesora-journal-card {
    flex-basis: min(82vw, 286px);
    min-height: 458px;
  }

  .qesora-archive-index-wave {
    height: 48px;
    width: calc(100% + 30px);
    margin: 18px -15px -8px;
    opacity: .38;
  }

  .qesora-archive {
    padding: 48px 0 62px;
  }

  .qesora-archive__shell {
    width: min(100% - 30px, 1240px);
    gap: 20px;
  }

  .qesora-archive__heading {
    align-items: center;
    gap: 9px 12px;
    padding-bottom: 15px;
  }

  .qesora-archive__heading h2 {
    order: 3;
    width: 100%;
    font-size: clamp(22px, 7vw, 27px);
  }

  .qesora-archive__count {
    margin-left: auto;
  }

  .qesora-archive-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
  }

  .qesora-archive-toolbar__intro {
    min-height: 38px;
    padding: 0 10px;
    gap: 8px;
  }

  .qesora-archive-toolbar__intro strong {
    display: none;
  }

  .qesora-filter-control--search {
    grid-column: 1 / -1;
  }

  .qesora-filter-control {
    min-height: 62px;
    padding: 9px 11px;
  }

  .qesora-filter-control--menu {
    min-height: 0;
    padding: 0;
  }

  .qesora-filter-menu__trigger {
    min-height: 62px;
    padding: 9px 11px;
  }

  .qesora-filter-menu {
    left: -1px;
    right: -1px;
  }

  .qesora-filter-control__label {
    font-size: 7.5px;
  }

  .qesora-filter-control__input,
  .qesora-filter-control__value {
    font-size: 13px;
  }

  .qesora-filter-control__chevron {
    right: 10px;
  }

  .qesora-archive-list {
    margin-top: -8px;
    gap: 7px;
  }

  .qesora-archive-table-head {
    display: none;
  }

  .qesora-archive-entry__link {
    min-height: 104px;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    grid-template-areas:
      "date content content"
      "date topic read";
    gap: 10px 12px;
    align-items: start;
    padding: 14px 13px 14px 15px;
  }

  .qesora-archive-entry__date {
    grid-area: date;
    align-self: stretch;
    align-content: center;
    padding-right: 10px;
    border-right: 1px solid rgba(23, 24, 26, .09);
  }

  .qesora-archive-entry__content {
    grid-area: content;
    align-self: center;
  }

  .qesora-archive-entry__topic {
    grid-area: topic;
    align-self: end;
  }

  .qesora-archive-entry__read {
    grid-area: read;
    align-self: center;
  }

  .qesora-archive-entry__title-row {
    align-items: flex-start;
  }

  .qesora-archive-entry__title-row strong {
    font-size: clamp(15.5px, 4.7vw, 18px);
    line-height: 1.25;
  }

  .qesora-archive-entry__arrow {
    margin-top: 2px;
    opacity: .6;
    transform: translateX(0);
  }

  .qesora-archive-entry::before {
    inset: auto 12px 6px;
    opacity: .22;
    transform: scaleX(.58);
  }

  .qesora-steps-bridge p {
    max-width: 38ch;
  }

  .qesora-pricing-page-edge {
    top: 64px;
    width: 22px;
    opacity: .2;
  }

  .qesora-pricing-page-edge--right {
    opacity: .16;
  }

  .qesora-pricing-meta {
    gap: 8px 14px !important;
    letter-spacing: .12em !important;
  }

  .qesora-pricing-meta > :last-child {
    width: 100%;
    margin-left: 0 !important;
  }

  .qesora-pricing-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .qesora-billing-switch {
    width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qesora-billing-tab {
    padding-inline: 9px;
  }

  .qesora-pricing-plans {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qesora-volume-guide {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
  }

  .qesora-plan-stepper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .qesora-plan-step {
    min-height: 86px;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: start;
    padding: 9px 5px 8px;
  }

  .qesora-plan-step > span {
    grid-row: auto;
  }

  .qesora-plan-step > strong {
    grid-column: 2;
    font-size: clamp(13px, 4vw, 17px);
  }

  .qesora-plan-step > i {
    grid-column: 1 / -1;
  }

  .qesora-plan-step > b {
    grid-column: 1 / -1;
    grid-row: auto;
    text-align: left;
  }

  .qesora-steps-flow {
    padding-top: 18px !important;
  }

  .qesora-steps-relay {
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    opacity: .56 !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 4% 96%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0, #000 4% 96%, transparent 100%);
  }

  .qesora-steps-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 38px !important;
  }

  .qesora-step-card {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 10px !important;
    justify-items: stretch !important;
    text-align: left !important;
  }

  .qesora-step-card > :first-child {
    grid-column: 1;
    grid-row: 1 / span 4;
    align-self: start;
    justify-content: flex-start !important;
  }

  .qesora-step-card > :not(:first-child) {
    grid-column: 2;
  }

  .qesora-steps-ornament {
    top: 62px;
    width: 78px;
    display: block;
    opacity: .2;
  }

  .qesora-steps-ornament--left {
    left: -24px;
  }

  .qesora-steps-ornament--right {
    right: -24px;
  }

  .qesora-faq-list {
    margin-top: 0 !important;
  }

  .qesora-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 24px !important;
  }

  .qesora-footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 350px) {
  .qesora-site-header__inner {
    width: min(100% - 20px, 1240px);
  }

  .qesora-site-brand {
    font-size: 15px;
    letter-spacing: .25em;
  }

  .qesora-header-cta {
    padding-inline: 11px !important;
  }
}

@media (max-width: 860px) {
  .qesora-science-decor {
    opacity: .13;
  }

  .qesora-science-decor--thesis,
  .qesora-science-decor--close {
    width: min(46vw, 250px);
  }

  .qesora-science-decor--outputs,
  .qesora-science-decor--results {
    width: min(52vw, 280px);
  }

  .qesora-footer-console {
    width: min(100%, 620px);
  }

  .qesora-footer-nav {
    width: min(100%, 620px);
  }

  .qesora-showcase-grid,
  .qesora-benchmark-grid,
  .qesora-validation-grid,
  .qesora-faq-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .qesora-showcase-grid > :first-child {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(23, 24, 26, .1);
  }

  .qesora-benchmark-grid,
  .qesora-validation-grid,
  .qesora-faq-grid {
    gap: 34px !important;
  }

  .qesora-validation-pattern--bridge {
    top: -112px;
    left: -34px;
    width: min(78vw, 350px);
    height: 410px;
    opacity: .22;
    -webkit-mask-image: radial-gradient(ellipse 94% 82% at 5% 4%, #000 0 22%, rgba(0, 0, 0, .68) 43%, rgba(0, 0, 0, .22) 62%, transparent 80%);
    mask-image: radial-gradient(ellipse 94% 82% at 5% 4%, #000 0 22%, rgba(0, 0, 0, .68) 43%, rgba(0, 0, 0, .22) 62%, transparent 80%);
  }

  .qesora-validation-pattern--rail {
    top: 18%;
    width: 82px;
    opacity: .08;
  }

  .qesora-validation-copy::before {
    inset: -28px -22px -30px -26px;
    background: radial-gradient(ellipse 88% 76% at 35% 42%, #f6f6f3 0 64%, rgba(246, 246, 243, .98) 75%, rgba(246, 246, 243, .8) 86%, transparent 100%);
  }

  .qesora-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 24px !important;
  }
}

@media (max-width: 520px) {
  .qesora-footer-shell {
    width: min(100% - 30px, 1240px);
  }

  .qesora-footer-field {
    opacity: .32;
  }

  .qesora-footer-console-stage {
    padding: 60px 0 54px;
  }

  .qesora-footer-kicker {
    max-width: 24ch;
    margin-bottom: 18px;
    line-height: 1.55;
  }

  .qesora-footer-console {
    min-height: 308px;
  }

  .qesora-footer-console__visual {
    height: 206px;
  }

  .qesora-footer-console__signals {
    min-height: 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qesora-footer-console__signals span:nth-child(2) {
    border-right: 0;
  }

  .qesora-footer-console__signals span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .qesora-footer-nav-row {
    padding: 54px 0 40px;
  }

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

  .qesora-footer-nav > div:last-child {
    grid-column: auto;
  }

  .qesora-footer-wordmark {
    height: 148px;
  }

  .qesora-footer-wordmark > span {
    inset: 8px -12px 0;
  }

  .qesora-footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

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

@media (min-width: 761px) {
  .qesora-hero-phones {
    bottom: 36px !important;
  }

  .qesora-signal-strip {
    border: 1px solid rgba(23, 24, 26, .72) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(a, button, input, [role="button"]) {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* perf: cap oversized dither canvases so they don't allocate 2500-5300px tall buffers */
.qesora-edge-continuity { max-height: none; }
.qesora-steps-ornament { max-height: 460px; }
.qesora-hero-dither-bridge { max-height: 700px; }
.qesora-validation-pattern, .qesora-benchmark-pattern-source { max-height: 420px; }
.qesora-benchmark-pattern-source--field { max-height: none; }
.qesora-signal-outflow:not([style*="height"]) { max-height: 320px; }
.qesora-signal-outflow[style*="height"] { max-height: none; }


/* perf: the gutter column had 4 stacked dither layers; the tall bridge is redundant */
.qesora-hero-dither-bridge:not([style*="height"]) { display: none; }





/* corner cleanup: gutter band fades sideways toward the card and ends above it */
.qesora-hero-dither-bridge--left {
  -webkit-mask-image: linear-gradient(90deg, #000 0 30%, rgba(0,0,0,.6) 62%, rgba(0,0,0,.25) 82%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 30%, rgba(0,0,0,.6) 62%, rgba(0,0,0,.25) 82%, transparent 100%);
}
.qesora-hero-dither-bridge--right {
  -webkit-mask-image: linear-gradient(270deg, #000 0 30%, rgba(0,0,0,.6) 62%, rgba(0,0,0,.25) 82%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 0 30%, rgba(0,0,0,.6) 62%, rgba(0,0,0,.25) 82%, transparent 100%);
}


/* the card sits ON the dither field: a soft halo of page colour dissolves the
   surrounding dither into the card instead of cutting it at the corners */
.qesora-signal-strip-wrap { position: relative; }
.qesora-signal-strip-wrap::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -60px;
  left: calc(clamp(20px, 4vw, 64px) - 86px);
  right: calc(clamp(20px, 4vw, 64px) - 86px);
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(150px 130px at 86px 12px, rgba(246,246,243,.95), rgba(246,246,243,0) 74%),
    radial-gradient(150px 130px at calc(100% - 86px) 12px, rgba(246,246,243,.95), rgba(246,246,243,0) 74%),
    linear-gradient(90deg, rgba(246,246,243,.85), rgba(246,246,243,0) 86px),
    linear-gradient(270deg, rgba(246,246,243,.85), rgba(246,246,243,0) 86px);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.35) 0, #000 18% 40%, rgba(0,0,0,.7) 58%, rgba(0,0,0,.35) 75%, transparent 100%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.35) 0, #000 18% 40%, rgba(0,0,0,.7) 58%, rgba(0,0,0,.35) 75%, transparent 100%);
}
.qesora-signal-strip { position: relative; z-index: 1; }
.qesora-signal-strip > * { position: relative; z-index: 1; }


/* panels sit ON the dither: the field passes underneath, never over the surface */
.qesora-show-panel {
  position: relative;
  z-index: 2;
  background: #f6f6f3;
}
.qesora-show-tabs {
  position: relative;
  z-index: 1;
  background: #f6f6f3;
}
.qesora-signal-strip { background: #f1f1ee; }
.qesora-signal-card { position: relative; background: #f1f1ee; }
.qesora-signal-strip-wrap { z-index: 8; }


/* Journal: the corner dither blobs must yield where the horizontal asterisk bands
   cross them — the stars stay, the edge field fades out */
[style*="left: -78px"][style*="top: -30px"],
[style*="right: -96px"][style*="top: -104px"] {
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.06) 18%, rgba(0,0,0,.22) 30%, rgba(0,0,0,.48) 42%, rgba(0,0,0,.74) 56%, #000 70%);
  mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.06) 18%, rgba(0,0,0,.22) 30%, rgba(0,0,0,.48) 42%, rgba(0,0,0,.74) 56%, #000 70%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: .8;
}


/* signal strip: opaque surface, dither strictly behind */
.qesora-signal-strip-wrap { position: relative; isolation: isolate; z-index: 40 !important; }
.qesora-signal-strip { position: relative; z-index: 1; background: #f1f1ee; }
.qesora-signal-card { position: relative; background: #f1f1ee; }


/* the hero branch (which holds the signal strip) must outrank the section that
   follows it, otherwise the edge-continuity fields paint over cards 1 and 4 */
.qesora-hero-signals-field { position: relative; z-index: 3; }
.qesora-edge-continuity { z-index: 0; }

/* hero gutter columns may bleed below the hero, but never across the panel */
.qesora-hero-edge { pointer-events: none; }
.qesora-hero-edge--left, .qesora-hero-edge--right { max-width: clamp(20px, 4vw, 64px); }


/* outflow columns start below the panel's bottom edge and fade in, so the two
   bottom corners have no hard cut where the panel surface ends */
.qesora-signal-outflow {
  -webkit-mask-image: linear-gradient(180deg, transparent 0 22%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.3) 38%, rgba(0,0,0,.58) 46%, rgba(0,0,0,.82) 56%, #000 66% 88%, rgba(0,0,0,.5) 95%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0 22%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.3) 38%, rgba(0,0,0,.58) 46%, rgba(0,0,0,.82) 56%, #000 66% 88%, rgba(0,0,0,.5) 95%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}


/* Hero -> analysis continuity.
   The previous page-colour halo erased the dither around the signal card and
   exposed the change from the hero's large cells to the finer page rim as a
   horizontal staircase. Keep the card opaque, remove that erasing layer and
   place the two large-cell bridges across the actual junction instead. */
.qesora-signal-strip-wrap::before {
  display: none !important;
}

.qesora-hero-dither-bridge[style] {
  top: auto !important;
  bottom: -190px !important;
  width: clamp(72px, 13vw, 220px) !important;
  height: clamp(420px, 36vw, 560px) !important;
  z-index: 1 !important;
  overflow: visible !important;
}

.qesora-hero-dither-bridge[style] > span {
  opacity: .42 !important;
}

.qesora-hero-dither-bridge--right[style] > span {
  opacity: .36 !important;
}

@media (max-width: 760px) {
  .qesora-hero-dither-bridge[style] {
    bottom: -138px !important;
    width: 76px !important;
    height: 430px !important;
  }

  .qesora-hero-dither-bridge[style] > span {
    opacity: .34 !important;
  }

  .qesora-hero-dither-bridge--right[style] > span {
    opacity: .3 !important;
  }
}


/* the field below the panel used to start at full strength exactly on the panel's
   bottom edge (3x the gutter density above it) — ramp it in over ~90px instead */
.qesora-timeline-outflow > span:not([class]) {
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.26) 0 110px, rgba(0,0,0,.34) 145px, rgba(0,0,0,.46) 185px, rgba(0,0,0,.6) 225px, rgba(0,0,0,.76) 270px, rgba(0,0,0,.88) 310px, #000 350px, #000 calc(100% - 190px), rgba(0,0,0,.72) calc(100% - 140px), rgba(0,0,0,.44) calc(100% - 95px), rgba(0,0,0,.2) calc(100% - 55px), rgba(0,0,0,.06) calc(100% - 24px), transparent 100%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.26) 0 110px, rgba(0,0,0,.34) 145px, rgba(0,0,0,.46) 185px, rgba(0,0,0,.6) 225px, rgba(0,0,0,.76) 270px, rgba(0,0,0,.88) 310px, #000 350px, #000 calc(100% - 190px), rgba(0,0,0,.72) calc(100% - 140px), rgba(0,0,0,.44) calc(100% - 95px), rgba(0,0,0,.2) calc(100% - 55px), rgba(0,0,0,.06) calc(100% - 24px), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}


/* the dense field below the panel and the light gutter beside it are different
   textures; soften where they meet by fading the page ground over both corners */
.qesora-show-panel { position: relative; }
.qesora-show-panel::before,
.qesora-show-panel::after {
  content: "";
  position: absolute;
  bottom: -108px;
  width: 320px;
  height: 285px;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(closest-side at 50% 40%, rgba(246, 246, 243, .9) 0 26%, rgba(246, 246, 243, .7) 46%, rgba(246, 246, 243, .42) 66%, rgba(246, 246, 243, .16) 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0 4%, rgba(0, 0, 0, .5) 14%, #000 26%);
  mask-image: linear-gradient(180deg, transparent 0 4%, rgba(0, 0, 0, .5) 14%, #000 26%);
}
.qesora-show-panel::before { left: -150px; }
.qesora-show-panel::after { right: -150px; }


/* Journal: drop the soft dot blobs in the left/right gutters — keep the asterisk
   bands and the sharp pixel work */
[style*="left: -78px"][style*="top: -30px"],
[style*="right: -96px"][style*="top: -104px"],
[style*="left:-78px"][style*="top:-30px"],
[style*="right:-96px"][style*="top:-104px"] {
  display: none !important;
}


/* Journal: remove every soft dot blob parked in the page gutters */
[style*="clamp(230px, 25vw, 340px)"],
[style*="clamp(230px,25vw,340px)"],
[style*="clamp(260px, 27vw, 380px)"],
[style*="clamp(260px,27vw,380px)"] {
  display: none !important;
}

/* header: pin the primary nav so it does not shift between pages whose header
   actions differ (some pages have no language switcher / sign-in link) */
@media (min-width: 1120px) {
  .qesora-site-header__inner { position: relative; }
  .qesora-primary-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* between the mobile drawer and the point where the centred nav clears the
   actions block, the nav stays in flow so the two cannot overlap */
@media (min-width: 761px) and (max-width: 1119.98px) {
  .qesora-site-header__inner { gap: 18px; }
  .qesora-site-header .qesora-primary-nav {
    position: static;
    transform: none;
    margin-left: auto;
    gap: clamp(12px, 1.6vw, 22px);
  }
  .qesora-header-actions { margin-left: 0; }
}


.qesora-paper-row {
  border: 1px solid rgba(23, 24, 26, .12);
  border-radius: 4px;
  background: transparent;
  transform: translateY(0);
  transition:
    transform 200ms cubic-bezier(.22, 1, .36, 1),
    border-color 200ms ease-out,
    box-shadow 200ms ease-out;
}

.qesora-paper-row a {
  text-decoration: none;
}

.qesora-paper-title {
  transition: color 180ms ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .qesora-paper-row:hover {
    transform: translateY(-2px);
    border-color: rgba(30, 63, 224, .3);
    box-shadow:
      0 0 0 1px rgba(30, 63, 224, .07),
      0 16px 30px -26px rgba(6, 20, 60, .5);
  }

  .qesora-paper-row:hover .qesora-paper-title {
    color: #1e3fe0;
  }
}

@media (max-width: 900px) {
  .qesora-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .qesora-thesis-grid {
    grid-template-columns: 1fr !important;
  }

  .qesora-research-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .qesora-flow-grid {
    grid-template-columns: 1fr !important;
  }
}

/* §7 limits rows: quiet hover so the question/answer pair reads as one unit */
.qesora-limit-row {
  position: relative;
  transition: background-color .18s ease;
}
.qesora-limit-row::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 4px;
  height: 0;
  background: #1e3fe0;
  transform: translateY(-50%);
  transition: height .2s ease;
}
.qesora-limit-row:hover { background: rgba(30, 63, 224, .035); }
.qesora-limit-row:hover::before { height: calc(100% - 24px); }

/* the §7 limits list stacks on narrow screens — the inline grid is desktop-only */
@media (max-width: 760px) {
  .qesora-limit-row {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding-block: 18px !important;
  }
}

/* archive filter reset: readable at rest, clearly clickable on hover */
.qesora-reset-btn { transition: background-color .16s ease, border-color .16s ease; }
.qesora-reset-btn:hover { background: rgba(30, 63, 224, .14) !important; border-color: #1e3fe0 !important; }

/* four-phase pipeline: 2x2 then single column; arrows only in the horizontal layout */
@media (max-width: 1080px) {
  .qesora-phase-flow { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; column-gap: clamp(20px, 3vw, 40px) !important; row-gap: clamp(22px, 2.6vw, 32px) !important; }
  .qesora-phase-arrow { display: none !important; }
}
@media (max-width: 620px) {
  .qesora-phase-flow { grid-template-columns: 1fr !important; }
  .qesora-phase-band { grid-template-columns: 1fr !important; }
}

/* stepped block: the rail step reacts on hover, not only when active */
.qesora-step-btn:hover { background: rgba(30, 63, 224, .05) !important; }
.qesora-step-btn:focus-visible { outline: 2px solid rgba(30, 63, 224, .5); outline-offset: -2px; }

/* the stepped evidence block: rail stacks above the panel on narrow screens */
@media (max-width: 860px) {
  .qesora-evidence-grid { grid-template-columns: 1fr !important; }
}

/* one shared footer across the whole site: hide the per-page ones */
footer:not(.qesora-site-footer) { display: none !important; }

/* §3 signal rules: native accordion, no default marker, +/− affordance */
.qesora-rule > summary { list-style: none; }
.qesora-rule > summary::-webkit-details-marker { display: none; }
.qesora-rule > summary::marker { content: ""; }
.qesora-rule > summary:hover { background: rgba(30, 63, 224, .04); }
.qesora-rule > summary:focus-visible { outline: 2px solid rgba(30, 63, 224, .5); outline-offset: -2px; }
.qesora-rule .qesora-rule-mark::before { content: "+"; }
.qesora-rule[open] .qesora-rule-mark::before { content: "\2212"; color: #1e3fe0; }
.qesora-rule[open] > summary .qesora-rule-thesis { opacity: 0; }
@media (max-width: 880px) {
  .qesora-rule > summary { grid-template-columns: 40px minmax(0, 1fr) 18px !important; }
  .qesora-rule .qesora-rule-thesis { display: none !important; }
}

/* copy blocks dissolve the dither behind them: a heavily feathered wash of page
   colour sits between the field and the text, so type reads as part of the page */
.qesora-veil { position: relative; }
.qesora-veil::before {
  content: "";
  position: absolute;
  inset: -34% -30%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(44% 46% at 42% 50%, #f6f6f3 0 30%, rgba(246,246,243,.86) 44%, rgba(246,246,243,.62) 56%, rgba(246,246,243,.38) 68%, rgba(246,246,243,.18) 80%, rgba(246,246,243,.06) 90%, transparent 100%);
}

.qesora-veil--wide::before {
  inset: -22% -18%;
  background:
    radial-gradient(52% 50% at 50% 50%, #f6f6f3 0 40%, rgba(246,246,243,.88) 54%, rgba(246,246,243,.66) 65%, rgba(246,246,243,.42) 75%, rgba(246,246,243,.2) 85%, rgba(246,246,243,.07) 93%, transparent 100%);
}

/* hero: the wash is offset to the text itself, so the dither still crosses
   the left margin instead of being cut off by a rectangular hole */
#top .qesora-veil::before {
  inset: -2% -20% -22% -16%;
  /* feather sized in px to the negative insets, so the plateau covers the whole
     content box and every transition lives outside it */
  background:
    linear-gradient(90deg,
      transparent 0,
      rgba(246,246,243,.35) 46px,
      rgba(246,246,243,.78) 96px,
      #f6f6f3 136px,
      #f6f6f3 calc(100% - 88px),
      rgba(246,246,243,.72) calc(100% - 46px),
      transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.45) 26px, rgba(0,0,0,.85) 62px, #000 96px, #000 calc(100% - 96px), rgba(0,0,0,.6) calc(100% - 40px), transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.45) 26px, rgba(0,0,0,.85) 62px, #000 96px, #000 calc(100% - 96px), rgba(0,0,0,.6) calc(100% - 40px), transparent 100%);
}

/* standalone FAQ page: native accordion, +/− affordance */
.qesora-faq-row { list-style: none; }
.qesora-faq-row::-webkit-details-marker { display: none; }
details > .qesora-faq-row::marker { content: ""; }
.qesora-faq-row:hover { background: rgba(30, 63, 224, .04); }
.qesora-faq-row:focus-visible { outline: 2px solid rgba(30, 63, 224, .5); outline-offset: -2px; }
.qesora-faq-mark::before { content: "+"; }
details[open] > .qesora-faq-row .qesora-faq-mark::before { content: "\2212"; color: #1e3fe0; }
@media (max-width: 620px) {
  .qesora-faq-row { grid-template-columns: 64px minmax(0,1fr) 18px !important; padding-inline: 0 !important; }
}

/* legal + help pages */
.qesora-faq-btn:hover { background: rgba(30, 63, 224, .05) !important; }
.qesora-faq-btn:focus-visible { outline: 2px solid rgba(30, 63, 224, .5); outline-offset: -2px; }
@media (max-width: 900px) {
  .qesora-legal-grid { grid-template-columns: 1fr !important; }
  .qesora-legal-index { position: static !important; }
  .qesora-help-flow { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; column-gap: clamp(18px,3vw,34px) !important; row-gap: 26px !important; }
  .qesora-help-flow > span[aria-hidden] { display: none !important; }
  .qesora-faq-btn { grid-template-columns: 34px minmax(0,1fr) 20px !important; }
  .qesora-faq-btn > span:nth-child(3) { display: none !important; }
}
@media (max-width: 620px) {
  .qesora-help-flow { grid-template-columns: 1fr !important; }
  .qesora-priv-row { grid-template-columns: 1fr !important; gap: 8px !important; }
}

/* tall reading columns: uniform vertical wash, feathered only at the sides and
   at the two ends — a single radial leaves the middle rows uncovered */
.qesora-veil--column::before {
  inset: -60px -13%;
  background:
    linear-gradient(90deg, transparent 0, rgba(246,246,243,.72) 7%, #f6f6f3 15% 85%, rgba(246,246,243,.72) 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 5% 95%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 5% 95%, transparent 100%);
}

/* small right-aligned blocks: own centred wash (the #top .qesora-veil radial is
   offset to 34% for the left-hand copy column and dies before their right edge) */
.qesora-veil-block { position: relative; }
.qesora-veil-block::before {
  content: "";
  position: absolute;
  inset: -14px -20px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0, #f6f6f3 14% 86%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 22% 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 22% 78%, transparent 100%);
}

.qesora-neuma-card a:hover { color: #16257e; border-color: rgba(22,37,126,.7); }

#top .qesora-research-hero > .qesora-veil { align-self: start; }


/* research hero: the left column carries the field down past the section edge,
   matching the right one (the drift script owns the height) */
#top .qesora-veil::before { opacity: .94; }

/* research hero photo: soft page-colour halo so the field reads behind it */
#top .qesora-research-hero { position: relative; }
#top .qesora-research-hero > img { position: relative; z-index: 3; }
#top .qesora-research-hero::after {
  content: "";
  position: absolute;
  right: -6%;
  top: -8%;
  width: 68%;
  height: 78%;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(48% 46% at 52% 48%, rgba(246,246,243,.9) 0 24%, rgba(246,246,243,.55) 48%, rgba(246,246,243,.18) 70%, transparent 88%);
}


/* Exact production-header preservation layer. */
.qesora-primary-nav a {
  position: relative;
  padding-block: 6px;
  color: #6c6d70 !important;
  text-decoration: none;
  transition:
    color 180ms ease-out,
    opacity 180ms ease-out;
}
.qesora-primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1e3fe0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1);
}
.qesora-primary-nav a:hover::after,
.qesora-primary-nav a:focus-visible::after,
.qesora-primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.qesora-primary-nav a:hover,
.qesora-primary-nav a:focus-visible,
.qesora-primary-nav a[aria-current="page"] {
  color: #17181a !important;
}
.qesora-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(23, 24, 26, .16);
  background: rgba(233, 235, 239, .94);
  box-shadow:
    inset 0 -2px 0 rgba(30, 63, 224, .055),
    0 16px 34px -30px rgba(6, 20, 60, .68);
  -webkit-backdrop-filter: blur(18px) saturate(.88);
  backdrop-filter: blur(18px) saturate(.88);
}
.qesora-site-header__inner {
  position: relative;
  width: min(100% - clamp(40px, 8vw, 128px), 1240px);
  height: 64px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.qesora-site-brand {
  flex: 0 0 auto;
  min-width: 142px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e3fe0 !important;
  text-decoration: none;
}
.qesora-site-brand__mark {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  image-rendering: pixelated;
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1);
}
.qesora-site-brand__wordmark {
  width: 108px;
  height: 19px;
  display: block;
  overflow: hidden;
}
.qesora-site-brand__wordmark img {
  width: 100%;
  height: 100%;
  display: block;
}
.qesora-site-brand:hover .qesora-site-brand__mark,
.qesora-site-brand:focus-visible .qesora-site-brand__mark {
  transform: translateY(-1px) rotate(4deg);
}
.qesora-site-brand:hover .qesora-site-brand__wordmark,
.qesora-site-brand:focus-visible .qesora-site-brand__wordmark {
  filter: saturate(1.12) contrast(1.08);
}
.qesora-site-header .qesora-primary-nav {
  display: flex !important;
  align-items: center;
  gap: clamp(22px, 2.3vw, 32px);
  margin-inline: auto;
  font-size: 13.5px;
}
.qesora-header-actions {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.qesora-header-signin {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #4f5054 !important;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 160ms ease,
    transform 160ms ease;
}
.qesora-header-signin::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 7px;
  left: 8px;
  height: 1px;
  background: #1e3fe0;
  opacity: 0;
  transform: scaleX(.2);
  transform-origin: left center;
  transition:
    opacity 160ms ease,
    transform 200ms cubic-bezier(.22, 1, .36, 1);
}
.qesora-header-signin:hover,
.qesora-header-signin:focus-visible {
  color: #17181a !important;
}
.qesora-header-signin:hover::after,
.qesora-header-signin:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}
.qesora-header-signin:active {
  transform: scale(.96);
}
.qesora-language-switcher {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
}
.qesora-language-toggle {
  position: relative;
  min-width: 36px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 7px;
  border: 0;
  border-radius: 4px;
  background: rgba(23, 24, 26, .035);
  color: #66676b;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .055),
    0 1px 2px -1px rgba(0, 0, 0, .05),
    0 2px 4px rgba(0, 0, 0, .025);
  transition:
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}
.qesora-language-toggle > span {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .1em;
}
.qesora-language-toggle > svg {
  margin-right: -1px;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 200ms cubic-bezier(.22, 1, .36, 1);
}
.qesora-language-toggle:hover,
.qesora-language-toggle:focus-visible,
.qesora-language-switcher[data-lang-open="true"] .qesora-language-toggle {
  background: #f7f7f4;
  color: #1e3fe0;
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .14),
    0 1px 2px -1px rgba(0, 0, 0, .08),
    0 4px 10px rgba(12, 25, 88, .055);
}
.qesora-language-toggle:active {
  transform: scale(.96);
}
.qesora-language-switcher[data-lang-open="true"] .qesora-language-toggle > svg {
  transform: rotate(180deg);
}
.qesora-language-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: 166px;
  display: grid;
  gap: 4px;
  padding: 6px;
  border-radius: 10px;
  background: rgba(250, 250, 247, .98);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .075),
    0 6px 14px -8px rgba(0, 0, 0, .2),
    0 18px 38px -18px rgba(6, 20, 60, .32);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(4px);
  transform: translateY(-6px) scale(.97);
  transform-origin: top right;
  transition:
    opacity 150ms ease-out,
    filter 180ms ease-out,
    transform 200ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 200ms;
}
.qesora-language-switcher[data-lang-open="true"] .qesora-language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}
.qesora-language-menu button {
  position: relative;
  min-height: 44px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 14px;
  gap: 8px;
  align-items: center;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #66676b;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 150ms ease-out,
    color 150ms ease-out,
    transform 150ms ease-out;
}
.qesora-language-menu button > span {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .11em;
}
.qesora-language-menu button > i {
  overflow: hidden;
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qesora-language-menu button > svg {
  opacity: 0;
  transform: scale(.25);
  filter: blur(4px);
  stroke: #1e3fe0;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    opacity 180ms ease-out,
    filter 220ms ease-out,
    transform 260ms cubic-bezier(.2, 0, 0, 1);
}
.qesora-language-menu button:hover,
.qesora-language-menu button:focus-visible {
  background: rgba(30, 63, 224, .07);
  color: #17181a;
  outline: 0;
}
.qesora-language-menu button:active {
  transform: scale(.96);
}
.qesora-language-menu button[aria-checked="true"] {
  background: rgba(30, 63, 224, .09);
  color: #1e3fe0;
}
.qesora-language-menu button[aria-checked="true"] > svg {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
.qesora-header-cta {
  min-height: 42px;
  flex: 0 0 auto;
}
.qesora-menu-toggle,
.qesora-mobile-panel {
  display: none;
}
.qesora-menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  background: rgba(23, 24, 26, .045);
  color: #17181a;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .06),
    0 1px 2px -1px rgba(0, 0, 0, .06),
    0 2px 4px rgba(0, 0, 0, .04);
  transition:
    transform 150ms ease-out,
    background-color 150ms ease-out,
    box-shadow 150ms ease-out;
}
.qesora-menu-toggle:hover {
  background: rgba(30, 63, 224, .07);
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .12),
    0 1px 2px -1px rgba(0, 0, 0, .08),
    0 2px 4px rgba(0, 0, 0, .06);
}
.qesora-menu-toggle:active {
  transform: scale(.96);
}
.qesora-menu-icon {
  position: relative;
  width: 17px;
  height: 12px;
}
.qesora-menu-icon::before,
.qesora-menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 1px;
  background: currentColor;
  transition:
    top 200ms cubic-bezier(.22, 1, .36, 1),
    transform 200ms cubic-bezier(.22, 1, .36, 1);
}
.qesora-menu-icon::before {
  top: 2px;
}
.qesora-menu-icon::after {
  top: 9px;
}
.qesora-site-header[data-menu-open="true"] .qesora-menu-icon::before {
  top: 5px;
  transform: rotate(45deg);
}
.qesora-site-header[data-menu-open="true"] .qesora-menu-icon::after {
  top: 5px;
  transform: rotate(-45deg);
}
.qesora-mobile-panel {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  padding: 10px 0 14px;
  border-bottom: 1px solid rgba(23, 24, 26, .16);
  background: rgba(233, 235, 239, .98);
  box-shadow: 0 20px 32px -28px rgba(6, 20, 60, .72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 160ms ease-out,
    transform 200ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 200ms;
}
.qesora-site-header[data-menu-open="true"] .qesora-mobile-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.qesora-mobile-nav {
  width: min(100% - 32px, 1240px);
  margin-inline: auto;
  display: grid;
  gap: 4px;
}
.qesora-mobile-nav a {
  position: relative;
  min-height: 52px;
  padding: 0 10px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 4px;
  color: #4f5054;
  font-size: 15px;
  text-decoration: none;
  transition:
    color 150ms ease-out,
    padding-left 180ms cubic-bezier(.22, 1, .36, 1),
    background-color 150ms ease-out,
    box-shadow 150ms ease-out;
}
.qesora-mobile-nav a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  bottom: 11px;
  width: 3px;
  border-radius: 3px;
  background:
    repeating-linear-gradient(
      180deg,
      #1e3fe0 0 2px,
      #91a6ff 2px 4px
    );
  opacity: 0;
  transform: scaleY(.25);
  transform-origin: center;
  transition:
    opacity 180ms ease-out,
    transform 200ms cubic-bezier(.22, 1, .36, 1);
}
.qesora-mobile-nav a::after {
  content: "↗";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: rgba(30, 63, 224, .055);
  color: #1e3fe0;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  opacity: .45;
  transform: translate(-3px, 3px);
  transition:
    opacity 180ms ease-out,
    transform 180ms cubic-bezier(.22, 1, .36, 1);
}
.qesora-mobile-nav a:hover,
.qesora-mobile-nav a:focus-visible,
.qesora-mobile-nav a[aria-current="page"] {
  padding-left: 18px;
  color: #17181a;
  background: rgba(30, 63, 224, .055);
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .1),
    0 1px 2px -1px rgba(0, 0, 0, .06),
    0 2px 4px rgba(0, 0, 0, .035);
}
.qesora-mobile-nav a:hover::before,
.qesora-mobile-nav a:focus-visible::before,
.qesora-mobile-nav a[aria-current="page"]::before {
  opacity: 1;
  transform: scaleY(1);
}
.qesora-mobile-nav a:hover::after,
.qesora-mobile-nav a:focus-visible::after,
.qesora-mobile-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translate(0, 0);
}
.qesora-mobile-nav a[aria-current="page"] {
  color: #17181a;
}
.qesora-mobile-auth {
  width: min(100% - 32px, 1240px);
  margin: 8px auto 0;
  padding-top: 10px;
  border-top: 1px solid rgba(23, 24, 26, .1);
}
.qesora-mobile-auth a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, .42);
  color: #1e3fe0;
  font-size: 13px;
  font-weight: 500;
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .1),
    0 1px 2px -1px rgba(0, 0, 0, .05),
    0 2px 4px rgba(0, 0, 0, .025);
  transition:
    background-color 150ms ease-out,
    box-shadow 150ms ease-out,
    transform 150ms ease-out;
}
.qesora-mobile-auth a:hover,
.qesora-mobile-auth a:focus-visible {
  background: rgba(30, 63, 224, .07);
  box-shadow:
    0 0 0 1px rgba(30, 63, 224, .16),
    0 1px 2px -1px rgba(0, 0, 0, .08),
    0 4px 10px rgba(12, 25, 88, .05);
}
.qesora-mobile-auth a:active {
  transform: scale(.96);
}
@media (max-width: 760px) {
.qesora-site-header__inner {
    width: min(100% - 28px, 1240px);
    gap: 10px;
  }
.qesora-site-header .qesora-primary-nav {
    display: none !important;
  }
.qesora-site-brand {
    margin-right: auto;
    min-width: 116px;
    gap: 6px;
  }
.qesora-site-brand__mark {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }
.qesora-site-brand__wordmark {
    width: 88px;
    height: 16px;
  }
.qesora-header-actions {
    gap: 6px;
  }
.qesora-header-signin {
    display: none;
  }
.qesora-language-toggle {
    min-width: 34px;
    height: 40px;
    padding-inline: 6px;
  }
.qesora-language-menu {
    top: calc(100% + 12px);
  }
.qesora-header-cta {
    min-height: 40px;
  }
.qesora-header-cta span {
    font-size: 12px !important;
  }
.qesora-menu-toggle {
    display: inline-flex;
  }
.qesora-mobile-panel {
    display: block;
  }

}
@media (max-width: 350px) {
.qesora-site-header__inner {
    width: min(100% - 20px, 1240px);
  }
.qesora-site-brand {
    min-width: 102px;
  }
.qesora-site-brand__mark {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
.qesora-site-brand__wordmark {
    width: 76px;
    height: 14px;
  }
.qesora-header-cta {
    padding-inline: 11px !important;
  }

}


/* Landing pilot: keep account actions grouped at the right edge. */
@media (min-width: 1120px) {
  .qesora-site-header .qesora-header-actions {
    margin-left: auto;
  }
}

@media (min-width: 761px) {
  .qesora-site-header .qesora-header-signin {
    min-width: 64px;
    padding-inline: 12px;
    color: #303238 !important;
  }
}

@media (max-width: 760px) {
  .qesora-mobile-auth {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 8px;
  }

  .qesora-mobile-auth .qesora-mobile-auth__signup {
    justify-content: space-between;
    padding-inline: 16px;
    color: #fff;
    background:
      radial-gradient(circle at center, rgba(255,255,255,.62) 0 1px, transparent 1.3px) 0 0 / 7px 7px,
      linear-gradient(115deg, #1836c9 0%, #3155f0 58%, #2445dd 100%);
    box-shadow:
      inset 0 0 0 1px rgba(8, 27, 116, .35),
      0 8px 20px -14px rgba(6, 20, 60, .76);
    text-shadow: 0 1px 2px rgba(6, 20, 60, .55);
  }

  .qesora-mobile-auth .qesora-mobile-auth__signup:hover,
  .qesora-mobile-auth .qesora-mobile-auth__signup:focus-visible {
    color: #fff;
    background:
      radial-gradient(circle at center, rgba(255,255,255,.72) 0 1px, transparent 1.3px) 0 0 / 7px 7px,
      linear-gradient(115deg, #1534c9 0%, #3a60f4 58%, #2345dd 100%);
  }
}

/* Landing FAQ action rows · R373 */
.qesora-faq-list {
  gap: 10px;
}

.qesora-faq-item {
  overflow: hidden;
  border: 1px solid #17181a !important;
  border-radius: 7px;
  background: rgba(246, 246, 243, .94);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.qesora-faq-question {
  min-height: 58px;
  padding: 15px 18px !important;
  border-radius: 6px !important;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: .025em !important;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.qesora-faq-question > span:first-child {
  padding-right: 10px;
}

.qesora-faq-question > span:last-child {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  margin-left: 8px;
  border-radius: 5px !important;
}

.qesora-faq-question > span:last-child i {
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.qesora-faq-item:hover,
.qesora-faq-item:focus-within {
  border-color: #1e3fe0 !important;
  box-shadow: 0 7px 20px -18px rgba(6, 20, 60, .72);
}

.qesora-faq-question:hover,
.qesora-faq-question:focus-visible,
.qesora-faq-question[aria-expanded="true"] {
  color: #1e3fe0 !important;
  background: rgba(30, 63, 224, .055) !important;
}

.qesora-faq-question:focus-visible {
  outline: 2px solid #1e3fe0;
  outline-offset: -3px;
}

.qesora-faq-answer {
  padding: 0 18px;
}

.qesora-faq-answer p {
  padding: 0 0 16px !important;
}

@media (max-width: 640px) {
  .qesora-faq-list {
    gap: 16px;
  }

  .qesora-faq-question {
    min-height: 56px;
    padding: 14px 16px !important;
    font-size: 11.5px !important;
  }

  .qesora-faq-question > span:last-child {
    width: 27px !important;
    height: 27px !important;
    flex-basis: 27px !important;
    margin-left: 6px;
  }

  .qesora-faq-answer {
    padding-inline: 16px;
  }
}

/* Landing FAQ system · R378
   Keep the question surface paper-white and reserve the generated cobalt
   treatment for the compact 3D toggle, matching the header CTA hierarchy. */
.qesora-faq-list {
  min-height: 420px;
  align-content: start;
}

.qesora-faq-item {
  border-radius: 8px;
  overflow: hidden;
  background: #fff !important;
}

.qesora-faq-question {
  position: relative;
  overflow: hidden;
  block-size: 58px !important;
  min-block-size: 58px !important;
  max-block-size: 58px !important;
  color: #17181a !important;
  background: #fff !important;
  background-image: none !important;
  text-shadow: none !important;
}

.qesora-faq-question > span {
  position: relative;
  z-index: 1;
}

.qesora-faq-question__toggle {
  flex: 0 0 36px !important;
  inline-size: 36px !important;
  min-inline-size: 36px !important;
  max-inline-size: 36px !important;
  block-size: 36px !important;
  min-block-size: 36px !important;
  max-block-size: 36px !important;
  aspect-ratio: 1 / 1;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
  background-color: var(--qesora-action-blue, #1e3fe0) !important;
  background-image: var(--qesora-button-dither) !important;
  background-position: center !important;
  background-size: cover !important;
  color: #fff !important;
  box-shadow: var(--qesora-action-shadow) !important;
  transform: translateY(0) scale(1);
  transform-origin: center;
  transition-property: transform, filter, box-shadow, opacity;
  transition-duration: 180ms;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.qesora-faq-question__toggle-surface {
  z-index: 0;
}

.qesora-faq-question__toggle i {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(6, 20, 60, .55) !important;
}

.qesora-faq-question:hover,
.qesora-faq-question:focus-visible,
.qesora-faq-question[aria-expanded="true"] {
  color: #17181a !important;
  background: #fff !important;
  background-image: none !important;
}

.qesora-faq-question:hover .qesora-faq-question__toggle,
.qesora-faq-question:focus-visible .qesora-faq-question__toggle {
  transform: translateY(-1px) scale(1);
  box-shadow: var(--qesora-action-shadow-hover) !important;
  filter: brightness(1.055);
}

.qesora-faq-question:active .qesora-faq-question__toggle {
  transform: translateY(0) scale(.96);
  box-shadow: var(--qesora-action-shadow) !important;
  filter: brightness(.985);
  transition-duration: 80ms;
}

.qesora-faq-answer {
  background: #fff !important;
}

.qesora-faq-aside-card {
  overflow: hidden;
  border-radius: 8px !important;
}

@media (max-width: 640px) {
  .qesora-faq-list {
    min-height: 0;
    margin-top: 30px !important;
  }

  .qesora-faq-question {
    block-size: 55px !important;
    min-block-size: 55px !important;
    max-block-size: 55px !important;
  }

  .qesora-faq-question__toggle {
    flex-basis: 36px !important;
    inline-size: 36px !important;
    min-inline-size: 36px !important;
    max-inline-size: 36px !important;
    block-size: 36px !important;
    min-block-size: 36px !important;
    max-block-size: 36px !important;
  }
}
