@font-face {
      font-family: "Mulish";
      src: url("/themes/siberkumeyeni/assets/fonts/Mulish/Mulish-VariableFont_wght.woff2") format("woff2");
      font-style: normal;
      font-weight: 200 1000;
      font-display: swap;
    }

    @font-face {
      font-family: "Mulish";
      src: url("/themes/siberkumeyeni/assets/fonts/Mulish/Mulish-Italic-VariableFont_wght.woff2") format("woff2");
      font-style: italic;
      font-weight: 200 1000;
      font-display: swap;
    }

    :root {
      color-scheme: light;
      --brand: #293b83;
      --brand-dark: #14215b;
      --cyan: #2c98d3;
      --red: #e21b2d;
      --ink: #111827;
      --ink-soft: #344054;
      --muted: #667085;
      --line: #e5eaf2;
      --line-strong: #ccd6e5;
      --paper: #ffffff;
      --soft: #f7f9fc;
      --soft-2: #eef4fa;
      --dark: #071126;
      --container: 1180px;
      --header-h: 78px;
      --font-family-base: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --font-caption: 12px;
      --font-ui: 13px;
      --font-body-small: 14px;
      --font-body: 16px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      min-width: 320px;
      background: var(--paper);
      scroll-behavior: smooth;
      scroll-padding-top: calc(var(--header-h) + 20px);
    }

    body {
      margin: 0;
      min-width: 320px;
      background: var(--paper);
      color: var(--ink);
      font-family: var(--font-family-base);
      font-synthesis: none;
      line-height: 1.55;
      letter-spacing: 0;
    }

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

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

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

    button {
      cursor: pointer;
    }

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

    .site-header {
      position: sticky;
      z-index: 30;
      top: 0;
      height: var(--header-h);
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.97);
      backdrop-filter: blur(16px);
    }

    .site-header__inner {
      width: min(1380px, calc(100% - 48px));
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      min-width: 0;
      flex: 0 0 auto;
    }

    .brand img {
      width: 198px;
      height: auto;
      object-fit: contain;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      min-width: 0;
    }

    .desktop-nav a {
      position: relative;
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      padding: 0 9px;
      color: var(--ink-soft);
      font-size: 13px;
      font-weight: 760;
      white-space: nowrap;
      transition: color 160ms ease;
    }

    .desktop-nav a::after {
      content: "";
      position: absolute;
      left: 9px;
      right: 9px;
      bottom: 4px;
      height: 2px;
      background: var(--cyan);
      opacity: 0;
      transform: scaleX(0.45);
      transform-origin: center;
      transition: opacity 160ms ease, transform 160ms ease;
    }

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

    .desktop-nav a:hover::after,
    .desktop-nav a.is-active::after {
      opacity: 1;
      transform: scaleX(1);
    }

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

    .portal-actions {
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 0 0 auto;
    }

    .language-toggle,
    .mobile-language-toggle {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 0;
      background: transparent;
      padding: 0;
    }

    .language-toggle {
      flex: 0 0 auto;
      min-height: 24px;
    }

    .language-toggle a,
    .mobile-language-toggle a {
      position: relative;
      display: inline-flex;
      min-width: 0;
      min-height: 24px;
      align-items: center;
      justify-content: center;
      color: var(--muted);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.04em;
      line-height: 1;
      border-bottom: 2px solid transparent;
      transition: background 160ms ease, color 160ms ease;
    }

    .language-toggle a + a,
    .mobile-language-toggle a + a {
      padding-left: 8px;
    }

    .language-toggle a + a::before,
    .mobile-language-toggle a + a::before {
      content: "/";
      position: absolute;
      left: -2px;
      top: 50%;
      transform: translateY(-50%);
      color: #a8b1c3;
      font-weight: 700;
    }

    .language-toggle a:hover,
    .mobile-language-toggle a:hover {
      color: var(--brand);
    }

    .language-toggle a.is-active,
    .mobile-language-toggle a.is-active {
      border-bottom-color: var(--cyan);
      color: var(--brand);
    }

    .nav-search {
      position: relative;
      width: 176px;
      height: 40px;
      display: flex;
      align-items: center;
    }

    .nav-search svg {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 17px;
      height: 17px;
      color: var(--muted);
      flex: 0 0 auto;
      pointer-events: none;
    }

    .nav-search input {
      width: 100%;
      min-width: 0;
      height: 100%;
      padding: 0 0 0 25px;
      border: 0;
      border-bottom: 1px solid var(--line-strong);
      border-radius: 0;
      background: transparent;
      color: var(--ink);
      outline: none;
    }

    .nav-search input:focus {
      border-bottom-color: var(--cyan);
    }

    .search-suggestions {
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100% + 9px);
      z-index: 80;
      display: grid;
      min-width: min(360px, calc(100vw - 32px));
      max-height: min(430px, calc(100vh - 120px));
      overflow: auto;
      border-top: 2px solid var(--cyan);
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    }

    .search-suggestions[hidden] {
      display: none;
    }

    .search-suggestion-result,
    .search-suggestion-status {
      display: grid;
      gap: 4px;
      width: 100%;
      padding: 12px 14px;
      border: 0;
      border-bottom: 1px solid var(--line);
      background: transparent;
      color: var(--ink);
      font: inherit;
      text-align: left;
    }

    .search-suggestion-choice {
      cursor: pointer;
    }

    .search-suggestion-result {
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
    }

    .search-suggestion-result:hover,
    .search-suggestion-result.is-active,
    .search-suggestion-status:hover {
      background: #f6fbff;
    }

    .search-suggestion-result strong,
    .search-suggestion-status strong {
      display: block;
      color: var(--ink);
      font-size: 13px;
      font-weight: 880;
      line-height: 1.25;
    }

    .search-suggestion-result small,
    .search-suggestion-status small {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    .search-suggestion-badge {
      max-width: 130px;
      overflow: hidden;
      color: var(--brand);
      font-size: 10px;
      font-style: normal;
      font-weight: 900;
      text-overflow: ellipsis;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .search-page-suggestion {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 14px;
    }

    .search-page-suggestion[hidden] {
      display: none;
    }

    .search-page-suggestion a {
      color: var(--brand);
      font-weight: 850;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .search-results-shell {
      display: grid;
      grid-template-columns: 210px minmax(0, 1fr);
      gap: 26px;
      align-items: start;
    }

    .search-results-summary {
      position: sticky;
      top: calc(var(--header-h) + 20px);
      display: flex;
      min-height: 250px;
      flex-direction: column;
      padding: 24px;
      border-radius: 6px;
      background: linear-gradient(145deg, var(--brand-dark), var(--brand));
      color: #fff;
      overflow: hidden;
      box-shadow: 0 18px 42px rgba(7, 26, 62, 0.14);
    }

    .search-results-summary::after {
      content: "";
      position: absolute;
      right: -45px;
      bottom: -55px;
      width: 150px;
      height: 150px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
      box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.04), 0 0 0 48px rgba(255, 255, 255, 0.025);
    }

    .search-results-summary__label {
      position: relative;
      z-index: 1;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .search-results-summary > strong {
      position: relative;
      z-index: 1;
      margin-top: 22px;
      font-size: 58px;
      font-weight: 820;
      line-height: 0.9;
    }

    .search-results-summary > span:not(.search-results-summary__label) {
      position: relative;
      z-index: 1;
      margin-top: 8px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 13px;
      font-weight: 760;
    }

    .search-results-summary > div {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 5px;
      margin-top: auto;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .search-results-summary small {
      color: rgba(255, 255, 255, 0.58);
      font-size: 10px;
      font-weight: 820;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .search-results-summary b {
      overflow: hidden;
      font-size: 14px;
      line-height: 1.35;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .search-results-main {
      min-width: 0;
    }

    .search-results-form {
      position: relative;
      display: grid;
      grid-template-columns: minmax(260px, 1fr) auto auto auto;
      gap: 14px;
      align-items: center;
      margin-bottom: 18px;
      padding: 15px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .search-results-form .search-line input {
      height: 44px;
      padding-left: 31px;
      border-bottom-color: var(--line-strong);
      font-size: 15px;
      font-weight: 540;
    }

    .search-results-form .search-line svg {
      width: 18px;
      height: 18px;
    }

    .search-results-form > button {
      display: inline-flex;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 18px;
      border: 1px solid var(--brand);
      border-radius: 4px;
      background: var(--brand);
      color: #fff;
      cursor: pointer;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .search-results-form > button:hover {
      border-color: var(--brand-dark);
      background: var(--brand-dark);
    }

    .search-results-form .search-suggestions {
      top: calc(100% + 8px);
      right: auto;
      width: min(560px, 100%);
    }

    .search-results-list {
      display: grid;
      gap: 12px;
    }

    .search-result-card {
      display: grid;
      grid-template-columns: 124px minmax(0, 1fr) 132px;
      gap: 18px;
      align-items: center;
      min-height: 132px;
      padding: 16px;
      border: 1px solid rgba(15, 23, 42, 0.1);
      border-radius: 6px;
      background: #fff;
      color: var(--ink);
      transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .search-result-card:hover {
      border-color: rgba(44, 152, 211, 0.5);
      box-shadow: 0 14px 32px rgba(7, 26, 62, 0.09);
      transform: translateY(-1px);
    }

    .search-result-card__media {
      display: flex;
      width: 124px;
      height: 92px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 5px;
      background: linear-gradient(180deg, #fff, #f8fbfd);
      overflow: hidden;
    }

    .search-result-card__media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 12px;
    }

    .search-result-card--editorial .search-result-card__media img {
      object-fit: cover;
      padding: 0;
    }

    .search-result-card__body {
      display: block;
      min-width: 0;
    }

    .search-result-card__meta {
      display: flex;
      min-width: 0;
      align-items: center;
      gap: 10px;
      margin-bottom: 7px;
    }

    .search-result-card__meta > span {
      display: inline-flex;
      min-height: 24px;
      align-items: center;
      padding: 0 9px;
      border-radius: 999px;
      background: rgba(44, 152, 211, 0.1);
      color: var(--brand);
      font-size: 9.5px;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .search-result-card__meta time {
      min-width: 0;
      overflow: hidden;
      color: var(--muted);
      font-size: 11px;
      font-weight: 720;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .search-result-card h2 {
      display: -webkit-box;
      margin: 0;
      overflow: hidden;
      color: var(--ink);
      font-size: 18px;
      font-weight: 820;
      line-height: 1.28;
      letter-spacing: 0;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      transition: color 160ms ease;
    }

    .search-result-card:hover h2 {
      color: var(--brand);
    }

    .search-result-card__summary {
      display: -webkit-box;
      margin-top: 7px;
      overflow: hidden;
      color: var(--muted);
      font-size: 12.5px;
      line-height: 1.5;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .search-result-card__action {
      display: flex;
      min-height: 40px;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 0 13px;
      border-left: 1px solid var(--line);
      color: var(--brand);
      font-size: 10.5px;
      font-weight: 900;
      letter-spacing: 0.025em;
      text-transform: uppercase;
    }

    .search-result-card__action svg {
      width: 19px;
      height: 19px;
      flex: 0 0 auto;
      transition: transform 160ms ease;
    }

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

    .btn {
      display: inline-flex;
      min-height: 40px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 16px;
      border: 1px solid transparent;
      border-radius: 4px;
      font-size: 13px;
      font-weight: 850;
      white-space: nowrap;
      transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
    }

    .btn svg {
      width: 16px;
      height: 16px;
    }

    .btn--primary {
      background: var(--brand);
      color: #fff;
    }

    .btn--primary:hover {
      background: var(--brand-dark);
    }

    .btn--outline {
      border-color: var(--line-strong);
      background: #fff;
      color: var(--brand);
    }

    .btn--outline:hover {
      border-color: var(--brand);
    }

    .view-button {
      flex: 0 0 auto;
      min-height: 34px;
      padding: 0 11px;
      border: 0;
      border-bottom: 2px solid transparent;
      background: transparent;
      color: var(--muted);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .view-button:hover,
    .view-button.is-active {
      border-bottom-color: var(--cyan);
      color: var(--brand);
    }

    .page-view {
      display: none;
    }

    .page-view.is-active {
      display: block;
    }

    .page-head {
      position: relative;
      max-width: 100%;
      overflow: hidden;
      overflow: clip;
      border-bottom: 1px solid rgba(41, 59, 131, 0.12);
      background: linear-gradient(120deg, #ffffff 0%, #f8fbff 60%, #f4f9fc 100%);
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.82), 0 1px 0 rgba(41, 59, 131, 0.05);
      padding: 38px 0 36px;
      isolation: isolate;
    }

    .page-head__fx {
      position: absolute;
      inset: -42px 0;
      overflow: hidden;
      contain: paint;
      pointer-events: none;
      z-index: 0;
    }

    .page-head__orb {
      position: absolute;
      width: var(--orb-size, 220px);
      height: var(--orb-size, 220px);
      border-radius: 50%;
      background: var(--orb-fill, rgba(44, 152, 211, 0.2));
      filter: blur(var(--orb-blur, 34px));
      opacity: var(--orb-opacity, 0.72);
      animation: page-head-orb-drift var(--orb-speed, 18s) ease-in-out infinite alternate;
      will-change: transform;
    }

    .page-head__orb--one {
      --orb-size: 270px;
      --orb-blur: 38px;
      --orb-fill: linear-gradient(135deg, rgba(44, 152, 211, 0.32), rgba(41, 59, 131, 0.16));
      --orb-speed: 22s;
      left: -66px;
      top: -64px;
    }

    .page-head__orb--two {
      --orb-size: 176px;
      --orb-blur: 32px;
      --orb-fill: linear-gradient(135deg, rgba(226, 27, 45, 0.16), rgba(44, 152, 211, 0.18));
      --orb-speed: 18s;
      right: 12%;
      top: -54px;
      animation-name: page-head-orb-drift-reverse;
    }

    .page-head__orb--three {
      --orb-size: 224px;
      --orb-blur: 42px;
      --orb-fill: linear-gradient(135deg, rgba(41, 59, 131, 0.18), rgba(44, 152, 211, 0.26));
      --orb-speed: 24s;
      right: -54px;
      bottom: -86px;
    }

    .page-head__orb--four {
      --orb-size: 146px;
      --orb-blur: 28px;
      --orb-fill: linear-gradient(135deg, rgba(44, 152, 211, 0.2), rgba(118, 132, 238, 0.12));
      --orb-speed: 20s;
      left: 42%;
      bottom: -58px;
      animation-name: page-head-orb-drift-reverse;
    }

    .page-head__orb--five {
      --orb-size: 112px;
      --orb-blur: 24px;
      --orb-fill: linear-gradient(135deg, rgba(226, 27, 45, 0.1), rgba(41, 59, 131, 0.12));
      --orb-speed: 16s;
      left: 67%;
      top: 46%;
    }

    @keyframes page-head-orb-drift {
      from {
        transform: translate3d(-10px, -4px, 0) scale(1);
      }
      to {
        transform: translate3d(42px, 14px, 0) scale(1.06);
      }
    }

    @keyframes page-head-orb-drift-reverse {
      from {
        transform: translate3d(18px, 10px, 0) scale(1.03);
      }
      to {
        transform: translate3d(-36px, -8px, 0) scale(0.98);
      }
    }

    .page-head .container {
      position: relative;
      z-index: 1;
    }

    .breadcrumbs {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.02em;
    }

    .breadcrumbs a {
      color: var(--brand);
    }

    .breadcrumbs a:hover {
      color: var(--cyan);
    }

    .breadcrumbs__current {
      display: block;
      max-width: min(58ch, 52vw);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .page-head h1 {
      margin: 0;
      max-width: 820px;
      color: var(--ink);
      font-size: clamp(34px, 4vw, 54px);
      font-weight: 900;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .page-head p {
      max-width: 760px;
      margin: 14px 0 0;
      color: var(--ink-soft);
      font-size: clamp(15px, 1.4vw, 18px);
      font-weight: 520;
      line-height: 1.62;
    }

    .page-head__meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 18px;
      margin-top: 16px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }

    .page-head__meta > * {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .page-head__meta > span {
      position: relative;
      padding-left: 14px;
    }

    .page-head__meta > span::before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--cyan);
      content: "";
      transform: translateY(-50%);
    }

    .page-head__meta-icon {
      width: 15px;
      height: 15px;
      flex: 0 0 auto;
      fill: none;
      stroke: var(--cyan);
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.8;
    }

    .section {
      padding: 46px 0;
    }

    .section + .section {
      padding-top: 0;
    }

    .section--soft {
      background: var(--soft);
    }

    .landing-hero {
      position: relative;
      min-height: min(720px, calc(100vh - 18px));
      padding: calc(var(--header-h) + 58px) 0 42px;
      overflow: hidden;
      background: #071126;
      color: #fff;
    }

    .landing-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(7, 17, 38, 0.98) 0%, rgba(7, 17, 38, 0.86) 48%, rgba(7, 17, 38, 0.55) 100%),
        url("/storage/uploads/2026/07/14/renklilogo.png") right 7vw center / min(520px, 38vw) auto no-repeat;
      opacity: 1;
    }

    .landing-hero__media {
      position: absolute;
      right: min(6vw, 84px);
      bottom: 70px;
      width: min(430px, 34vw);
      padding: 36px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    }

    .landing-hero__media img {
      width: 100%;
      height: auto;
    }

    .landing-hero__inner {
      position: relative;
      z-index: 1;
      display: grid;
      min-height: 520px;
      grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.54fr);
      align-items: end;
      gap: 64px;
    }

    .landing-hero__copy {
      align-self: center;
      max-width: 760px;
    }

    .landing-hero__copy .eyebrow {
      color: #8bd3ff;
    }

    .landing-hero h1 {
      margin: 18px 0 0;
      color: #fff;
      font-size: clamp(46px, 6.4vw, 86px);
      font-weight: 780;
      line-height: 0.98;
      letter-spacing: 0;
    }

    .landing-hero p {
      max-width: 650px;
      margin: 24px 0 0;
      color: rgba(255, 255, 255, 0.82);
      font-size: clamp(18px, 2vw, 23px);
      line-height: 1.5;
    }

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

    .hero-actions .btn--outline {
      border-color: rgba(255, 255, 255, 0.34);
      background: transparent;
      color: #fff;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 6px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.16);
      backdrop-filter: blur(18px);
    }

    .hero-metric {
      min-height: 116px;
      padding: 22px;
      background: rgba(7, 17, 38, 0.52);
      color: #fff;
    }

    .hero-metric strong {
      display: block;
      font-size: clamp(29px, 4vw, 46px);
      line-height: 1;
      letter-spacing: 0;
    }

    .hero-metric span {
      display: block;
      margin-top: 10px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 26px;
    }

    .section-kicker {
      margin: 0 0 10px;
      color: var(--cyan);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .landing-title {
      margin: 0;
      max-width: 760px;
      color: var(--ink);
      font-size: clamp(30px, 4vw, 48px);
      font-weight: 760;
      line-height: 1.08;
      letter-spacing: 0;
    }

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

    .institution-copy {
      min-height: 230px;
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .institution-copy h3 {
      margin: 0;
      color: var(--ink);
      font-size: 25px;
      font-weight: 760;
      letter-spacing: 0;
    }

    .institution-copy p {
      margin: 18px 0 0;
      color: var(--muted);
      line-height: 1.65;
    }

    .landing-search {
      width: min(420px, 100%);
    }

    .section-title {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
      margin: 0 0 22px;
    }

    .section-title h2 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(25px, 3vw, 34px);
      line-height: 1.15;
      letter-spacing: 0;
    }

    .section-title a {
      color: var(--brand);
      font-size: 13px;
      font-weight: 900;
    }

    .catalog-search {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
      gap: 34px;
      align-items: end;
      padding-bottom: 36px;
      border-bottom: 1px solid var(--line);
    }

    .search-line {
      position: relative;
      display: flex;
      align-items: center;
      border-bottom: 1px solid var(--line-strong);
    }

    .search-line svg,
    .search-line > iconify-icon {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 22px;
      height: 22px;
      color: var(--muted);
      flex: 0 0 auto;
      pointer-events: none;
    }

    .search-line input {
      width: 100%;
      height: 56px;
      padding-left: 34px;
      border: 0;
      background: transparent;
      color: var(--ink);
      outline: none;
      font-size: 22px;
      font-weight: 650;
    }

    .search-line input::placeholder {
      color: #98a2b3;
    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
      display: none;
      -webkit-appearance: none;
      appearance: none;
    }

    .search-line input.has-search-clear,
    .hv2-search input.has-search-clear,
    .nav-search input.has-search-clear {
      padding-right: 48px;
    }

    .search-line .search-clear,
    .hv2-search .search-clear,
    .nav-search .search-clear {
      position: absolute;
      top: 50%;
      right: 2px;
      z-index: 3;
      display: inline-grid;
      width: 44px;
      min-width: 44px;
      height: 44px;
      min-height: 44px;
      padding: 0;
      place-items: center;
      border: 0;
      border-radius: 50%;
      background: transparent;
      color: #5f6470;
      line-height: 1;
      cursor: pointer;
      transform: translateY(-50%);
      transition: background-color 160ms ease, color 160ms ease;
    }

    .search-clear[hidden] {
      display: none !important;
    }

    .search-clear iconify-icon {
      font-size: 18px;
      pointer-events: none;
    }

    .search-clear:hover {
      background: #e9ebef;
      color: #17296d;
    }

    .search-clear:focus-visible {
      outline: 3px solid rgba(23, 41, 109, 0.28);
      outline-offset: 2px;
    }

    .catalog-stats,
    .company-stats {
      display: grid;
      gap: 1px;
      background: var(--line);
      border: 1px solid var(--line);
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .catalog-stat,
    .company-stat {
      min-height: 82px;
      padding: 16px 18px;
      background: #fff;
    }

    .catalog-stat b,
    .company-stat b {
      display: block;
      color: var(--brand);
      font-size: 28px;
      line-height: 1;
      letter-spacing: 0;
    }

    .catalog-stat span,
    .company-stat span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 820;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

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

    .category-card,
    .content-panel,
    .info-panel,
    .archive-shell,
    .member-summary {
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .category-card {
      display: flex;
      min-height: 260px;
      flex-direction: column;
      padding: 28px;
      transition: border-color 160ms ease, transform 160ms ease;
    }

    .category-card:hover {
      border-color: rgba(44, 152, 211, 0.6);
      transform: translateY(-2px);
    }

    .category-card__icon {
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      color: var(--brand);
      margin-bottom: 22px;
    }

    .category-card__icon svg {
      width: 22px;
      height: 22px;
    }

    .category-card h2,
    .content-panel h2,
    .info-panel h2,
    .member-summary h2 {
      margin: 0;
      color: var(--ink);
      font-size: 24px;
      font-weight: 760;
      line-height: 1.18;
      letter-spacing: 0;
    }

    .category-card p,
    .content-panel p,
    .info-panel p,
    .member-summary p {
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 15px;
    }

    .about-section {
      background: #fff;
    }

    .about-layout {
      display: grid;
      grid-template-columns: 250px minmax(0, 1fr);
      gap: 64px;
      align-items: start;
    }

    .about-sidebar {
      position: sticky;
      top: calc(var(--header-h) + 24px);
    }

    .about-nav {
      display: grid;
      border-left: 1px solid var(--line);
    }

    .about-nav a {
      display: flex;
      min-height: 50px;
      align-items: center;
      border-left: 3px solid transparent;
      margin-left: -1px;
      padding: 13px 18px;
      color: var(--ink-soft);
      font-size: 15px;
      font-weight: 780;
      transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
    }

    .about-nav a:hover,
    .about-nav a.is-active {
      border-left-color: var(--cyan);
      background: linear-gradient(90deg, rgba(44, 152, 211, 0.1), rgba(44, 152, 211, 0));
      color: var(--brand);
    }

    .startup-section {
      background: #fff;
    }

    .startup-layout {
      display: grid;
      grid-template-columns: 260px minmax(0, 1fr);
      gap: 64px;
      align-items: start;
    }

    .startup-sidebar {
      position: sticky;
      top: calc(var(--header-h) + 24px);
    }

    .startup-nav {
      display: grid;
      border-left: 1px solid var(--line);
    }

    .startup-nav a {
      display: flex;
      min-height: 52px;
      align-items: center;
      border-left: 3px solid transparent;
      margin-left: -1px;
      padding: 13px 18px;
      color: var(--ink-soft);
      font-size: 15px;
      font-weight: 780;
      line-height: 1.32;
      transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
    }

    .startup-nav a:hover,
    .startup-nav a.is-active {
      border-left-color: var(--cyan);
      background: linear-gradient(90deg, rgba(44, 152, 211, 0.1), rgba(44, 152, 211, 0));
      color: var(--brand);
    }

    .startup-nav__portal {
      justify-content: space-between;
      gap: 14px;
      margin-top: 10px;
      border-top: 1px solid var(--line);
      color: var(--brand);
    }

    .startup-nav__portal span {
      flex: 0 0 auto;
      color: var(--brand);
      font-size: 18px;
      line-height: 1;
    }

    .startup-content {
      max-width: 920px;
    }

    .startup-content__head {
      margin-bottom: 30px;
      padding-bottom: 26px;
      border-bottom: 1px solid var(--line);
    }

    .startup-content__head h2 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(30px, 4vw, 46px);
      font-weight: 760;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .startup-article {
      color: var(--ink-soft);
      font-size: 16px;
      line-height: 1.78;
    }

    .startup-article h1,
    .startup-article h2,
    .startup-article h3,
    .startup-article h4,
    .startup-article h5,
    .startup-article h6 {
      margin: 36px 0 14px;
      color: var(--ink);
      font-size: 24px;
      font-weight: 760;
      line-height: 1.18;
      letter-spacing: 0;
    }

    .startup-article h1:first-child,
    .startup-article h2:first-child,
    .startup-article h3:first-child,
    .startup-article h4:first-child,
    .startup-article h5:first-child,
    .startup-article h6:first-child {
      margin-top: 0;
    }

    .startup-article p {
      margin: 0 0 13px;
    }

    .startup-article p:empty {
      display: none;
    }

    .startup-article strong {
      color: var(--ink);
      font-weight: 850;
    }

    .about-content {
      max-width: 880px;
    }

    .corporate-identity-content {
      min-width: 0;
      max-width: 100%;
    }

    .corporate-identity-intro {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 36px;
      margin-bottom: 48px;
      padding-bottom: 32px;
      border-bottom: 1px solid var(--line);
    }

    .corporate-identity-intro > div {
      max-width: 680px;
    }

    .corporate-identity-intro .section-kicker {
      margin: 0 0 10px;
    }

    .corporate-identity-intro h2 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 780;
      line-height: 1.06;
      letter-spacing: -0.025em;
    }

    .corporate-identity-intro p:not(.section-kicker) {
      margin: 16px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.68;
    }

    .brand-kit-download {
      display: inline-flex;
      min-height: 46px;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 17px;
      border: 1px solid var(--brand);
      border-radius: 5px;
      background: var(--brand);
      color: #fff;
      font-size: 13px;
      font-weight: 850;
      transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
    }

    .brand-kit-download:hover {
      border-color: var(--brand-dark);
      background: var(--brand-dark);
      transform: translateY(-1px);
    }

    .brand-kit-download svg {
      width: 18px;
      height: 18px;
    }

    .brand-usage-section + .brand-usage-section {
      margin-top: 52px;
      padding-top: 48px;
      border-top: 1px solid var(--line);
    }

    .brand-usage-heading {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 22px;
    }

    .brand-usage-heading span {
      display: inline-flex;
      width: 34px;
      height: 26px;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      background: var(--soft-2);
      color: var(--brand);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.06em;
    }

    .brand-usage-heading h3 {
      margin: 0;
      color: var(--ink);
      font-size: 22px;
      font-weight: 780;
      line-height: 1.2;
    }

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

    .brand-asset-card {
      min-width: 0;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .brand-asset-card:hover {
      border-color: rgba(44, 152, 211, 0.48);
      box-shadow: 0 16px 34px rgba(20, 33, 91, 0.1);
      transform: translateY(-2px);
    }

    .brand-asset-preview {
      display: flex;
      aspect-ratio: 1;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border-bottom: 1px solid var(--line);
      background: #f4f7fb;
    }

    .brand-asset-preview--color {
      background: var(--brand);
    }

    .brand-asset-preview--white {
      background:
        linear-gradient(45deg, rgba(41, 59, 131, 0.035) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(41, 59, 131, 0.035) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(41, 59, 131, 0.035) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(41, 59, 131, 0.035) 75%),
        #fff;
      background-position: 0 0, 0 8px, 8px -8px, -8px 0;
      background-size: 16px 16px;
    }

    .brand-asset-preview img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: transform 220ms ease;
    }

    .brand-asset-card:hover .brand-asset-preview img {
      transform: scale(1.025);
    }

    .brand-asset-meta {
      display: grid;
      gap: 12px;
      padding: 16px;
    }

    .brand-asset-meta h4 {
      min-height: 38px;
      margin: 0;
      color: var(--ink);
      font-size: 14px;
      font-weight: 800;
      line-height: 1.35;
    }

    .brand-asset-meta a {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      color: var(--brand);
      font-size: 12px;
      font-weight: 850;
    }

    .brand-asset-meta a:hover {
      color: var(--cyan);
    }

    .brand-asset-meta svg {
      width: 16px;
      height: 16px;
      flex: 0 0 auto;
    }

    @media (max-width: 1180px) {
      .brand-asset-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 620px) {
      .corporate-identity-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 38px;
      }

      .brand-kit-download {
        width: 100%;
      }

      .brand-asset-grid {
        grid-template-columns: 1fr;
      }

      .brand-asset-meta h4 {
        min-height: 0;
      }
    }

    .about-logo-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 44px;
      margin: 0 0 42px;
      padding-bottom: 32px;
      border-bottom: 1px solid var(--line);
    }

    .about-logo {
      display: flex;
      height: 104px;
      align-items: center;
      justify-content: center;
    }

    .about-logo img {
      width: auto;
      max-width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .about-block {
      margin-top: 34px;
      padding-top: 32px;
      border-top: 1px solid var(--line);
    }

    .about-block--intro {
      margin-top: 0;
      padding-top: 0;
      border-top: 0;
    }

    .about-block h2,
    .about-statement h2 {
      margin: 0 0 16px;
      color: var(--ink);
      font-size: 26px;
      font-weight: 760;
      line-height: 1.18;
      letter-spacing: 0;
    }

    .about-block p,
    .about-statement p {
      margin: 0;
      color: var(--ink-soft);
      font-size: 16px;
      line-height: 1.8;
    }

    .about-block p + p {
      margin-top: 16px;
    }

    .about-statement-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      margin-top: 36px;
    }

    .about-statement {
      position: relative;
      display: grid;
      min-height: 238px;
      grid-template-columns: 58px minmax(0, 1fr);
      grid-template-rows: auto minmax(0, 1fr);
      gap: 18px 20px;
      align-items: center;
      padding: 30px;
      border: 1px solid #dfe2e8;
      border-radius: 0;
      background: linear-gradient(135deg, #fff 0%, #f6f7fb 100%);
      box-shadow: 0 12px 30px rgba(22, 32, 78, 0.055);
      overflow: hidden;
    }

    .about-statement--vision {
      background: linear-gradient(135deg, #fff 0%, #faf6fc 100%);
    }

    .about-statement__icon {
      position: relative;
      z-index: 1;
      display: inline-grid;
      width: 58px;
      height: 58px;
      place-items: center;
      border: 1px solid rgba(30, 45, 120, 0.14);
      background: #eef0f8;
      color: #1e2d78;
    }

    .about-statement--vision .about-statement__icon {
      border-color: rgba(113, 39, 170, 0.15);
      background: #f4ecf8;
      color: #7127aa;
    }

    .about-statement__icon iconify-icon {
      font-size: 27px;
    }

    .about-statement__body {
      display: contents;
    }

    .about-statement .about-statement__body h2 {
      position: relative;
      z-index: 1;
      grid-column: 2;
      margin: 0;
      font-size: 23px;
      font-weight: 850;
    }

    .about-statement .about-statement__body p {
      position: relative;
      z-index: 1;
      grid-column: 1 / -1;
      align-self: start;
      margin: 0;
      color: #4c5568;
      font-size: 15px;
      line-height: 1.75;
    }

    .about-goals {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 22px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .about-goals li {
      position: relative;
      padding-left: 24px;
      color: var(--ink-soft);
      font-size: 16px;
      line-height: 1.65;
    }

    .about-goals li::before {
      content: "";
      position: absolute;
      top: 0.72em;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--cyan);
      box-shadow: 0 0 0 4px rgba(44, 152, 211, 0.12);
    }

    .category-card__meta {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin: 24px 0;
      padding-top: 20px;
      border-top: 1px solid var(--line);
    }

    .category-card__meta b {
      display: block;
      color: var(--ink);
      font-size: 20px;
      line-height: 1;
    }

    .category-card__meta span {
      display: block;
      margin-top: 6px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 760;
      text-transform: uppercase;
    }

    .card-link,
    .read-more {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: auto;
      color: var(--brand);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .card-link svg,
    .read-more svg {
      width: 16px;
      height: 16px;
    }

    .category-card .card-link {
      min-height: 36px;
      justify-content: center;
      padding: 0 13px;
      border: 1px solid rgba(44, 152, 211, 0.32);
      border-radius: 4px;
      background: rgba(44, 152, 211, 0.08);
      color: var(--brand);
      font-size: 12px;
      letter-spacing: 0.02em;
      transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
    }

    .category-card .card-link b {
      font-size: 14px;
      line-height: 1;
    }

    .category-card:hover .card-link {
      border-color: var(--brand);
      background: var(--brand);
      color: #fff;
    }

    .firm-strip {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 26px;
      align-items: stretch;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: var(--soft);
    }

    .firm-strip h2 {
      margin: 0;
      font-size: 28px;
      line-height: 1.12;
    }

    .firm-strip p {
      margin: 12px 0 24px;
      color: var(--muted);
    }

    .company-mini-list {
      display: grid;
      gap: 0;
      border-top: 1px solid var(--line);
    }

    .company-mini {
      display: grid;
      grid-template-columns: 58px minmax(0, 1fr) auto;
      gap: 16px;
      align-items: center;
      min-height: 86px;
      padding: 16px 0;
      border-bottom: 1px solid var(--line);
    }

    .company-mini strong {
      display: block;
      color: var(--ink);
      font-size: 15px;
      line-height: 1.3;
    }

    .company-mini span {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 13px;
    }

    .logo-box {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 58px;
      height: 48px;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      overflow: hidden;
    }

    .logo-box img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 7px;
    }

    .archive-shell {
      display: grid;
      grid-template-columns: 250px minmax(0, 1fr);
      gap: 0;
      align-items: start;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
      overflow: hidden;
    }

    .filter-panel {
      min-height: 100%;
      padding: 24px 22px;
      border-right: 1px solid var(--line);
      background: #fff;
    }

    .filter-panel h2 {
      margin: 0 0 16px;
      color: var(--ink);
      font-size: 15px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .filter-group + .filter-group {
      margin-top: 26px;
    }

    .filter-group--categories {
      max-height: 560px;
      overflow-y: auto;
      overscroll-behavior: contain;
      padding-right: 6px;
      scrollbar-color: rgba(36, 58, 128, 0.34) transparent;
      scrollbar-width: thin;
    }

    .filter-group--categories::-webkit-scrollbar {
      width: 5px;
    }

    .filter-group--categories::-webkit-scrollbar-thumb {
      border-radius: 999px;
      background: rgba(36, 58, 128, 0.34);
    }

    .filter-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 44px;
      border-top: 1px solid var(--line);
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 760;
    }

    .filter-link:last-child {
      border-bottom: 1px solid var(--line);
    }

    .filter-link span {
      color: var(--muted);
      font-size: 12px;
      font-weight: 760;
    }

    .filter-link:hover,
    .filter-link.is-active {
      color: var(--brand);
    }

    .filter-link.is-active {
      box-shadow: inset 3px 0 0 var(--cyan);
      padding-left: 12px;
    }

    .archive-main {
      min-width: 0;
      padding: 24px;
    }

    .archive-filter-strip {
      display: grid;
      gap: 14px;
      margin-bottom: 22px;
      padding-bottom: 18px;
      border-bottom: 1px solid var(--line);
    }

    .catalog-switch {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .catalog-switch a {
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      color: var(--ink-soft);
      font-size: 13px;
      font-weight: 880;
    }

    .catalog-switch a:hover,
    .catalog-switch a.is-active {
      border-color: rgba(44, 152, 211, 0.55);
      background: rgba(44, 152, 211, 0.08);
      color: var(--brand);
    }

    .category-chipbar {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding-bottom: 4px;
      scrollbar-width: thin;
    }

    .category-chip {
      display: inline-flex;
      flex: 0 0 auto;
      min-height: 32px;
      align-items: center;
      justify-content: center;
      padding: 0 11px;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      color: var(--ink-soft);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .category-chip:hover,
    .category-chip.is-active {
      border-color: rgba(41, 59, 131, 0.32);
      background: var(--brand);
      color: #fff;
    }

    .archive-toolbar {
      position: relative;
      display: grid;
      grid-template-columns: minmax(240px, 1fr) auto auto auto;
      gap: 18px;
      align-items: center;
      margin-bottom: 22px;
      padding: 0 0 18px;
      border-bottom: 1px solid var(--line);
    }

    .archive-toolbar .search-line input {
      height: 42px;
      padding-left: 29px;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.2;
    }

    .archive-toolbar .search-line svg,
    .archive-toolbar .search-line > iconify-icon {
      width: 18px;
      height: 18px;
    }

    .archive-toolbar .search-suggestions,
    .catalog-search .search-suggestions {
      top: calc(100% + 8px);
      right: auto;
      width: min(560px, 100%);
    }

    .toolbar-count {
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      gap: 4px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 780;
      line-height: 1;
      white-space: nowrap;
    }

    .page-size {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 760;
      white-space: nowrap;
    }

    .page-size select {
      height: 38px;
      padding: 0 28px 0 10px;
      border: 0;
      border-bottom: 1px solid var(--line-strong);
      border-radius: 0;
      background: #fff;
      color: var(--ink);
      outline: none;
    }

    .favorites-toggle {
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 12px;
      border: 1px solid rgba(24, 92, 172, 0.18);
      border-radius: 4px;
      background: #fff;
      color: var(--ink-soft);
      cursor: pointer;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0;
      white-space: nowrap;
      transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
    }

    .favorites-toggle svg,
    .favorites-toggle > iconify-icon {
      width: 16px;
      height: 16px;
      color: var(--brand);
    }

    .favorites-toggle b {
      display: inline-flex;
      min-width: 22px;
      height: 22px;
      align-items: center;
      justify-content: center;
      padding: 0 7px;
      border-radius: 999px;
      background: rgba(44, 152, 211, 0.1);
      color: var(--brand);
      font-size: 11px;
      line-height: 1;
    }

    .favorites-toggle:hover {
      border-color: rgba(24, 41, 109, 0.3);
      background: #f5f6f8;
      color: var(--ink);
    }

    .favorites-toggle:hover svg,
    .favorites-toggle:hover > iconify-icon {
      color: var(--brand-dark);
    }

    .favorites-toggle:hover b {
      background: rgba(44, 152, 211, 0.14);
      color: var(--brand-dark);
    }

    .favorites-toggle.is-active {
      border-color: var(--brand);
      background: var(--brand);
      color: #fff;
    }

    .favorites-toggle.is-active svg,
    .favorites-toggle.is-active > iconify-icon,
    .favorites-toggle.is-active b {
      color: #fff;
    }

    .favorites-toggle.is-active b {
      background: rgba(255, 255, 255, 0.18);
    }

    .row-list {
      display: grid;
      gap: 0;
      border-top: 1px solid var(--line);
    }

    .catalog-row,
    .member-row {
      display: grid;
      grid-template-columns: 64px minmax(0, 1fr) 170px 120px;
      gap: 18px;
      align-items: center;
      min-height: 104px;
      padding: 20px 0;
      border-bottom: 1px solid var(--line);
    }

    .catalog-row:hover h3,
    .member-row:hover h3 {
      color: var(--brand);
    }

    .catalog-row h3,
    .member-row h3 {
      margin: 0;
      color: var(--ink);
      font-size: 19px;
      line-height: 1.25;
      letter-spacing: 0;
      transition: color 160ms ease;
    }

    .catalog-row p,
    .member-row p {
      display: -webkit-box;
      margin: 6px 0 0;
      overflow: hidden;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .row-tag {
      color: var(--ink-soft);
      font-size: 13px;
      font-weight: 820;
    }

    .row-action {
      display: inline-flex;
      min-height: 34px;
      align-items: center;
      justify-content: center;
      justify-self: end;
      padding: 0 12px;
      border: 1px solid rgba(44, 152, 211, 0.32);
      border-radius: 4px;
      background: rgba(44, 152, 211, 0.08);
      color: var(--brand);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
    }

    .catalog-row:hover .row-action,
    .member-row:hover .row-action,
    .news-row:hover .row-action {
      border-color: var(--brand);
      background: var(--brand);
      color: #fff;
    }

    .member-row {
      grid-template-columns: 64px minmax(0, 1fr) 260px 120px;
    }

    .compact-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      background: var(--line);
      border: 1px solid var(--line);
    }

    .compact-stats span {
      display: block;
      min-height: 52px;
      padding: 9px 10px;
      background: #fff;
      color: var(--muted);
      font-size: 11px;
      font-weight: 780;
      text-transform: uppercase;
    }

    .compact-stats b {
      display: block;
      margin-bottom: 3px;
      color: var(--ink);
      font-size: 17px;
      line-height: 1;
    }

    .pagination {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 6px;
      margin-top: 24px;
    }

    .pagination a {
      display: inline-flex;
      min-width: 36px;
      height: 36px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 4px;
      color: var(--ink-soft);
      font-size: 13px;
      font-weight: 820;
    }

    .pagination button,
    .pagination__ellipsis {
      display: inline-flex;
      min-width: 36px;
      height: 36px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      color: var(--ink-soft);
      font-size: 13px;
      font-weight: 820;
    }

    .pagination button {
      cursor: pointer;
    }

    .pagination button:disabled {
      cursor: not-allowed;
      opacity: 0.42;
    }

    .pagination a:hover,
    .pagination a.is-active,
    .pagination button:hover:not(:disabled),
    .pagination button.is-active {
      border-color: var(--brand);
      background: var(--brand);
      color: #fff;
    }

    .detail-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 350px;
      gap: 24px;
      align-items: start;
    }

    .detail-intro {
      display: grid;
      grid-template-columns: 96px minmax(0, 1fr);
      gap: 22px;
      align-items: center;
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--line);
    }

    .detail-logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 96px;
      height: 76px;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      overflow: hidden;
    }

    .detail-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 10px;
    }

    .eyebrow {
      display: block;
      margin-bottom: 8px;
      color: var(--cyan);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .detail-intro h2 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(28px, 3.4vw, 38px);
      font-weight: 760;
      line-height: 1.1;
      letter-spacing: 0;
    }

    .content-panel,
    .info-panel,
    .member-summary {
      padding: 28px;
    }

    .content-panel + .content-panel {
      margin-top: 18px;
    }

    .spec-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      margin-top: 22px;
      background: var(--line);
      border: 1px solid var(--line);
    }

    .spec-item {
      min-height: 86px;
      padding: 17px;
      background: #fff;
    }

    .spec-item b {
      display: block;
      color: var(--ink);
      font-size: 14px;
    }

    .spec-item span {
      display: block;
      margin-top: 6px;
      color: var(--muted);
      font-size: 13px;
    }

    .info-list {
      display: grid;
      gap: 0;
      margin-top: 20px;
      border-top: 1px solid var(--line);
    }

    .info-list a,
    .info-list span {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 46px;
      border-bottom: 1px solid var(--line);
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 720;
    }

    .info-list b {
      color: var(--ink);
    }

    .info-list a {
      color: var(--brand);
      font-weight: 880;
    }

    .product-detail {
      display: grid;
      gap: 24px;
    }

    .product-detail-hero {
      display: grid;
      grid-template-columns: 190px minmax(0, 1fr);
      gap: 26px;
      align-items: center;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .product-detail-logo {
      display: flex;
      width: 190px;
      min-height: 156px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
      overflow: hidden;
    }

    .product-detail-logo img {
      width: 150px;
      height: 118px;
      object-fit: contain;
      padding: 12px;
    }

    .product-detail-heading h2 {
      margin: 16px 0 0;
      color: var(--ink);
      font-size: 42px;
      font-weight: 780;
      line-height: 1.06;
      letter-spacing: 0;
    }

    .company-link-detail {
      display: inline-grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 10px;
      align-items: center;
      max-width: 100%;
      margin-top: 15px;
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 780;
      line-height: 1.35;
    }

    .company-link-detail:hover {
      color: var(--brand);
    }

    .company-mini-logo-detail {
      display: inline-flex;
      width: 36px;
      height: 30px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      overflow: hidden;
    }

    .company-mini-logo-detail img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 4px;
    }

    .product-detail-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 24px;
      align-items: start;
    }

    .product-detail-main,
    .product-detail-side {
      display: grid;
      gap: 18px;
    }

    .detail-card,
    .company-sidebar-card {
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .detail-card__head,
    .sidebar-card-header {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 58px;
      padding: 0 22px;
      border-bottom: 1px solid var(--line);
      background: var(--soft);
    }

    .detail-card__head h3,
    .sidebar-card-header h4 {
      margin: 0;
      color: var(--ink);
      font-size: 18px;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: 0;
    }

    .detail-card__icon {
      display: inline-flex;
      width: 28px;
      height: 28px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(44, 152, 211, 0.22);
      border-radius: 4px;
      background: #fff;
      color: var(--brand);
      font-size: 13px;
      font-weight: 900;
    }

    .detail-card__body {
      padding: 24px;
      color: var(--ink-soft);
      font-size: 15px;
      line-height: 1.72;
    }

    .detail-card__body p {
      margin: 0;
    }

    .detail-card__body p + p,
    .feature-block + .feature-block,
    .feature-content section + section {
      margin-top: 18px;
    }

    .big-measures-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 10px;
    }

    .big-measure-card {
      display: flex;
      min-height: 56px;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 12px 14px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: var(--soft);
      color: var(--ink);
      font-size: 14px;
      font-weight: 720;
      line-height: 1.35;
      text-decoration: none;
      transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
    }

    .big-measure-card:hover {
      border-color: rgba(44, 152, 211, 0.42);
      background: #fff;
      color: var(--brand);
    }

    .big-measure-card iconify-icon {
      flex: 0 0 auto;
      color: var(--brand);
      font-size: 16px;
    }

    .training-text {
      white-space: pre-line;
    }

    .training-info-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .training-info-item {
      display: grid;
      min-height: 82px;
      align-content: start;
      gap: 8px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
    }

    .training-info-item b {
      color: var(--ink);
      font-size: 13px;
      font-weight: 820;
      line-height: 1.25;
    }

    .training-info-item em {
      min-height: 20px;
      color: var(--ink-soft);
      font-style: normal;
      font-size: 14px;
      line-height: 1.35;
    }

    .feature-content > p:first-child {
      margin-bottom: 18px;
      color: var(--ink);
      font-weight: 720;
    }

    .feature-block,
    .feature-content section {
      padding: 16px 0 0;
      border-top: 1px solid var(--line);
    }

    .feature-block h3,
    .feature-content section h3 {
      margin: 0 0 10px;
      color: var(--brand);
      font-size: 16px;
      font-weight: 820;
      line-height: 1.25;
      letter-spacing: 0;
    }

    .feature-block ul,
    .feature-content section ul {
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .feature-block li,
    .feature-content section li {
      position: relative;
      padding-left: 18px;
    }

    .feature-block li::before,
    .feature-content section li::before {
      position: absolute;
      top: 0.72em;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: var(--cyan);
      content: "";
    }

    .company-header-sidebar {
      display: grid;
      gap: 14px;
      justify-items: center;
      padding: 24px 22px 18px;
      text-align: center;
    }

    .company-logo-sidebar {
      width: 118px;
      height: 86px;
      object-fit: contain;
      padding: 10px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .company-name-sidebar {
      margin: 0;
      color: var(--ink);
      font-size: 15px;
      font-weight: 820;
      line-height: 1.35;
      letter-spacing: 0;
    }

    .company-contact-list {
      display: grid;
      border-top: 1px solid var(--line);
    }

    .contact-item {
      display: grid;
      grid-template-columns: 86px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      min-height: 52px;
      padding: 12px 18px;
      border-bottom: 1px solid var(--line);
      color: var(--ink-soft);
      font-size: 13px;
      line-height: 1.4;
    }

    .contact-item--external {
      grid-template-columns: 86px minmax(0, 1fr) auto;
    }

    .external-link-icon {
      width: 15px;
      height: 15px;
      flex: 0 0 auto;
      color: currentColor;
      opacity: 0.78;
    }

    .db-richtext a.content-external-link .external-link-icon {
      display: inline-block;
      margin-inline-start: 0.28em;
      vertical-align: -0.12em;
    }

    .contact-item--external .external-link-icon {
      justify-self: end;
    }

    .contact-item b {
      color: var(--ink);
      font-size: 12px;
      font-weight: 850;
    }

    .contact-item span {
      min-width: 0;
      overflow-wrap: anywhere;
    }

    a.contact-item:hover {
      color: var(--brand);
    }

    .company-stats-sidebar {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      margin: 18px;
      background: var(--line);
      border: 1px solid var(--line);
    }

    .stat-box {
      display: grid;
      min-height: 78px;
      align-content: center;
      justify-items: center;
      padding: 12px 8px;
      background: #fff;
      text-align: center;
    }

    .stat-number {
      color: var(--brand);
      font-size: 26px;
      font-weight: 860;
      line-height: 1;
    }

    .stat-text {
      margin-top: 7px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 880;
      text-transform: uppercase;
    }

    .btn-view-company {
      display: flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      margin: 0 18px 18px;
      border: 1px solid var(--brand);
      border-radius: 4px;
      background: var(--brand);
      color: #fff;
      font-size: 13px;
      font-weight: 880;
      text-align: center;
    }

    .btn-view-company:hover {
      background: var(--brand-dark);
    }

    .quick-card {
      overflow: hidden;
    }

    .quick-actions {
      display: grid;
      gap: 0;
    }

    .quick-action-btn {
      display: flex;
      width: 100%;
      min-height: 50px;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 0 18px;
      border: 0;
      border-bottom: 1px solid var(--line);
      background: #fff;
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 800;
      text-align: left;
    }

    .quick-action-btn:last-child {
      border-bottom: 0;
    }

    .quick-action-btn:hover {
      color: var(--brand);
      background: var(--soft);
    }

    .related-list {
      display: grid;
      gap: 0;
      margin-top: 16px;
      border-top: 1px solid var(--line);
    }

    .related-item {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 16px;
      align-items: center;
      min-height: 78px;
      padding: 16px 0;
      border-bottom: 1px solid var(--line);
    }

    .related-item h3 {
      margin: 0;
      font-size: 17px;
      line-height: 1.25;
    }

    .related-item span {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .news-row {
      display: grid;
      grid-template-columns: 178px minmax(0, 1fr) 130px 100px;
      gap: 18px;
      align-items: center;
      min-height: 134px;
      padding: 20px 0;
      border-bottom: 1px solid var(--line);
    }

    .news-row:hover h3 {
      color: var(--brand);
    }

    .news-thumb {
      display: block;
      width: 178px;
      aspect-ratio: 16 / 9;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: var(--dark);
      overflow: hidden;
    }

    .news-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .news-row h3 {
      margin: 0;
      color: var(--ink);
      font-size: 19px;
      line-height: 1.25;
      transition: color 160ms ease;
    }

    .news-row p {
      margin: 7px 0 0;
      color: var(--muted);
      font-size: 13px;
    }

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

    .news-archive-card {
      display: grid;
      min-height: 100%;
      grid-template-rows: auto 1fr;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 6px;
      background: #fff;
      color: var(--ink);
      overflow: hidden;
      box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
      transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    }

    .news-archive-card:hover {
      border-color: rgba(24, 92, 172, 0.34);
      box-shadow: 0 18px 48px rgba(7, 26, 62, 0.1);
      transform: translateY(-2px);
    }

    .news-archive-card__media {
      display: block;
      aspect-ratio: 16 / 9;
      background: var(--dark);
      overflow: hidden;
    }

    .news-archive-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 220ms ease;
    }

    .news-archive-card:hover .news-archive-card__media img {
      transform: scale(1.035);
    }

    .news-archive-card__body {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-height: 196px;
      padding: 18px;
    }

    .news-archive-card time {
      color: var(--brand);
      font-size: 12px;
      font-weight: 900;
    }

    .news-archive-card h2 {
      margin: 0;
      color: var(--ink);
      font-size: 18px;
      line-height: 1.28;
      letter-spacing: 0;
    }

    .news-archive-card p {
      display: -webkit-box;
      margin: 0;
      overflow: hidden;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }

    .news-archive-card__action {
      display: inline-flex;
      width: 100%;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: auto;
      padding: 0 14px;
      border: 1px solid var(--brand);
      border-radius: 4px;
      background: var(--brand);
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
    }

    .news-archive-card:hover .news-archive-card__action {
      border-color: var(--brand-dark);
      background: var(--brand-dark);
      color: #fff;
    }

    [data-archive-item][hidden] {
      display: none !important;
    }

    .catalog-archive-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
      gap: 22px;
    }

    .catalog-card {
      position: relative;
      display: grid;
      grid-template-rows: auto 1fr auto;
      min-height: 100%;
      border: 1px solid rgba(15, 23, 42, 0.1);
      border-radius: 6px;
      background: #fff;
      color: var(--ink);
      overflow: hidden;
      box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
      transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    }

    .catalog-card:hover {
      border-color: rgba(44, 152, 211, 0.54);
      box-shadow: 0 16px 36px rgba(7, 26, 62, 0.1);
      transform: translateY(-2px);
    }

    .catalog-card__hitarea {
      position: absolute;
      z-index: 2;
      inset: 0;
      border-radius: inherit;
      cursor: pointer;
    }

    .catalog-card__hitarea:focus-visible {
      outline: 3px solid rgba(44, 152, 211, 0.36);
      outline-offset: -3px;
    }

    .catalog-card__top {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 148px;
      padding: 24px 22px;
      border-bottom: 1px solid rgba(15, 23, 42, 0.08);
      background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
    }

    .catalog-card__kind {
      position: absolute;
      top: 12px;
      left: 12px;
      display: inline-flex;
      min-height: 28px;
      align-items: center;
      gap: 7px;
      padding: 0 11px 0 9px;
      border: 1px solid rgba(24, 92, 172, 0.18);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      color: var(--brand);
      font-size: 10.5px;
      font-weight: 920;
      letter-spacing: 0;
      line-height: 1;
      text-transform: uppercase;
      box-shadow: 0 10px 24px rgba(7, 26, 62, 0.08);
      backdrop-filter: blur(10px);
    }

    .catalog-card__kind::before {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: currentColor;
      box-shadow: 0 0 0 4px rgba(24, 92, 172, 0.12);
    }

    .catalog-card--hizmetler .catalog-card__kind {
      border-color: rgba(44, 152, 211, 0.22);
      color: #167fb3;
    }

    .catalog-card--hizmetler .catalog-card__kind::before {
      box-shadow: 0 0 0 4px rgba(44, 152, 211, 0.12);
    }

    .catalog-card--egitimler .catalog-card__kind {
      border-color: rgba(26, 163, 111, 0.22);
      color: #147552;
    }

    .catalog-card--egitimler .catalog-card__kind::before {
      box-shadow: 0 0 0 4px rgba(26, 163, 111, 0.12);
    }

    .catalog-card__favorite {
      position: absolute;
      z-index: 4;
      top: 10px;
      right: 10px;
      display: inline-flex;
      width: 34px;
      height: 34px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(15, 23, 42, 0.12);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      color: var(--ink-soft);
      cursor: pointer;
      box-shadow: 0 10px 22px rgba(7, 26, 62, 0.08);
      transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
    }

    .catalog-card__favorite svg {
      width: 18px;
      height: 18px;
    }

    .catalog-card__favorite .favorite-fill {
      display: none;
    }

    .catalog-card__favorite:hover,
    .catalog-card__favorite.is-active {
      border-color: rgba(44, 152, 211, 0.42);
      background: #fff;
      color: var(--brand);
      transform: translateY(-1px);
    }

    .catalog-card__favorite.is-active .favorite-outline {
      display: none;
    }

    .catalog-card__favorite.is-active .favorite-fill {
      display: block;
    }

    .catalog-card__logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 164px;
      height: 88px;
      min-height: 0;
      border: 0;
      background: transparent;
    }

    .catalog-card__logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
    }

    .catalog-card__body {
      position: relative;
      display: flex;
      min-width: 0;
      min-height: 178px;
      flex-direction: column;
      gap: 12px;
      padding: 18px 18px 0;
    }

    .catalog-card__chips,
    .product-category-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
    }

    .catalog-card__chips span,
    .product-category-tag {
      display: inline-flex;
      max-width: 100%;
      align-items: center;
      min-height: 25px;
      padding: 5px 9px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 5px;
      background: #f7fafc;
      color: var(--ink-soft);
      font-size: 10.5px;
      font-weight: 820;
      letter-spacing: 0;
      line-height: 1.25;
      text-transform: uppercase;
    }

    .catalog-card h3 {
      margin: 0;
      color: var(--ink);
      font-size: 18px;
      font-weight: 820;
      line-height: 1.28;
      letter-spacing: 0;
      display: -webkit-box;
      min-height: 46px;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      transition: color 160ms ease;
    }

    .catalog-card:hover h3 {
      color: var(--brand);
    }

    .catalog-card__company {
      display: block;
      margin-top: auto;
      padding: 0;
      border: 0;
      color: var(--ink-soft);
      font-size: 12px;
      font-weight: 820;
      line-height: 1.4;
      text-transform: uppercase;
    }

    .catalog-card__summary {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .catalog-card__footer {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: stretch;
      padding: 18px;
    }

    .catalog-card__action {
      display: inline-flex;
      width: 100%;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 14px;
      border: 1px solid var(--brand);
      border-radius: 4px;
      background: var(--brand);
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
    }

    .catalog-card:hover .catalog-card__action {
      border-color: var(--brand-dark);
      background: var(--brand-dark);
      color: #fff;
    }

    .archive-shell--members {
      grid-template-columns: 230px minmax(0, 1fr);
      gap: 24px;
      border: 0;
      border-radius: 0;
      background: transparent;
      overflow: visible;
    }

.archive-shell--members .filter-panel {
      position: sticky;
      top: calc(var(--header-h) + 20px);
      min-height: 0;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .archive-main--members {
      padding: 0;
    }

    .archive-main--members .archive-toolbar {
      margin-bottom: 18px;
      padding: 16px 18px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

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

    .member-card {
      display: grid;
      grid-template-rows: auto minmax(0, 1fr) auto auto;
      min-width: 0;
      min-height: 100%;
      border: 1px solid rgba(15, 23, 42, 0.1);
      border-radius: 6px;
      background: #fff;
      color: var(--ink);
      overflow: hidden;
      box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
      transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .member-card:hover {
      border-color: rgba(44, 152, 211, 0.52);
      box-shadow: 0 16px 34px rgba(7, 26, 62, 0.1);
      transform: translateY(-2px);
    }

    .member-card:focus-visible {
      outline: 3px solid rgba(44, 152, 211, 0.34);
      outline-offset: 3px;
    }

    .member-card__visual {
      position: relative;
      display: flex;
      min-height: 138px;
      align-items: center;
      justify-content: center;
      padding: 38px 22px 20px;
      border-bottom: 1px solid rgba(15, 23, 42, 0.08);
      background: linear-gradient(180deg, #fff 0%, #f7fafc 100%);
    }

    .member-card__visual::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--brand) 0 32%, var(--cyan) 32% 56%, transparent 56%);
      opacity: 0.82;
    }

    .member-card__eyebrow {
      position: absolute;
      top: 14px;
      left: 16px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--brand);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0.07em;
      line-height: 1;
      text-transform: uppercase;
    }

    .member-card__eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 0 4px rgba(44, 152, 211, 0.12);
    }

    .member-card__logo {
      display: flex;
      width: min(170px, 82%);
      height: 76px;
      align-items: center;
      justify-content: center;
    }

    .member-card__logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .member-card__body {
      display: flex;
      min-width: 0;
      flex-direction: column;
      padding: 18px 18px 16px;
    }

    .member-card h3 {
      display: -webkit-box;
      min-height: 66px;
      margin: 0;
      overflow: hidden;
      color: var(--ink);
      font-size: 17px;
      font-weight: 820;
      line-height: 1.3;
      letter-spacing: 0;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      transition: color 160ms ease;
    }

    .member-card:hover h3 {
      color: var(--brand);
    }

    .member-card__summary {
      display: -webkit-box;
      min-height: 58px;
      margin-top: 10px;
      overflow: hidden;
      color: var(--muted);
      font-size: 12.5px;
      line-height: 1.55;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }

    .member-card__stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin: 0 18px;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .member-card__stats > span {
      min-width: 0;
      padding: 12px 5px 11px;
      text-align: center;
    }

    .member-card__stats > span + span {
      border-left: 1px solid var(--line);
    }

    .member-card__stats b,
    .member-card__stats small {
      display: block;
    }

    .member-card__stats b {
      color: var(--brand);
      font-size: 19px;
      font-weight: 880;
      line-height: 1;
    }

    .member-card__stats small {
      margin-top: 5px;
      overflow: hidden;
      color: var(--muted);
      font-size: 9.5px;
      font-weight: 840;
      letter-spacing: 0.04em;
      text-overflow: ellipsis;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .member-card__footer {
      display: flex;
      min-height: 58px;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 0 18px;
      color: var(--brand);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.035em;
      text-transform: uppercase;
    }

    .member-card__footer svg {
      width: 20px;
      height: 20px;
      transition: transform 160ms ease;
    }

    .member-card:hover .member-card__footer svg {
      transform: translateX(3px);
    }

    .archive-shell--startup {
      grid-template-columns: 230px minmax(0, 1fr);
      gap: 24px;
      border: 0;
      border-radius: 0;
      background: transparent;
      overflow: visible;
    }

    .archive-shell--startup .filter-panel {
      position: sticky;
      top: calc(var(--header-h) + 20px);
      min-height: 0;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .archive-main--startup {
      padding: 0;
    }

    .startup-archive-intro {
      position: relative;
      min-height: 270px;
      margin-bottom: 18px;
      padding: 36px 38px;
      border-radius: 6px;
      background: linear-gradient(135deg, #071a3e 0%, var(--brand) 72%, #167faf 100%);
      color: #fff;
      overflow: hidden;
      box-shadow: 0 18px 40px rgba(7, 26, 62, 0.12);
    }

    .startup-archive-intro::before,
    .startup-archive-intro::after {
      content: "";
      position: absolute;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 50%;
    }

    .startup-archive-intro::before {
      top: -90px;
      right: -45px;
      width: 280px;
      height: 280px;
      box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.025), 0 0 0 76px rgba(255, 255, 255, 0.018);
    }

    .startup-archive-intro::after {
      right: 170px;
      bottom: -95px;
      width: 190px;
      height: 190px;
    }

    .startup-archive-intro__kicker {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #8edcff;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.09em;
      text-transform: uppercase;
    }

    .startup-archive-intro__kicker::before {
      content: "";
      width: 22px;
      height: 2px;
      background: currentColor;
    }

    .startup-archive-intro h2 {
      position: relative;
      z-index: 1;
      max-width: 640px;
      margin: 18px 0 0;
      color: #fff;
      font-size: clamp(30px, 3.6vw, 46px);
      font-weight: 760;
      line-height: 1.08;
      letter-spacing: -0.025em;
    }

    .startup-archive-intro p {
      position: relative;
      z-index: 1;
      max-width: 670px;
      margin: 17px 0 0;
      color: rgba(255, 255, 255, 0.72);
      font-size: 14px;
      line-height: 1.65;
    }

    .startup-archive-intro > a {
      position: relative;
      z-index: 1;
      display: inline-flex;
      min-height: 42px;
      align-items: center;
      gap: 10px;
      margin-top: 22px;
      padding: 0 15px;
      border: 1px solid rgba(255, 255, 255, 0.36);
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      backdrop-filter: blur(8px);
    }

    .startup-archive-intro > a:hover {
      border-color: #fff;
      background: #fff;
      color: var(--brand);
    }

    .startup-archive-grid {
      display: grid;
      gap: 16px;
    }

    .startup-program-card {
      display: grid;
      grid-template-columns: 230px minmax(0, 1fr);
      min-height: 282px;
      border: 1px solid rgba(15, 23, 42, 0.1);
      border-radius: 6px;
      background: #fff;
      color: var(--ink);
      overflow: hidden;
      transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .startup-program-card:hover {
      border-color: rgba(44, 152, 211, 0.5);
      box-shadow: 0 16px 36px rgba(7, 26, 62, 0.1);
      transform: translateY(-2px);
    }

    .startup-program-card__visual {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, #edf7fc, #f8fbfd);
      color: var(--brand);
      overflow: hidden;
    }

    .startup-program-card__visual::after {
      content: "";
      position: absolute;
      right: -54px;
      bottom: -54px;
      width: 140px;
      height: 140px;
      border: 1px solid rgba(44, 152, 211, 0.18);
      border-radius: 50%;
      box-shadow: 0 0 0 22px rgba(44, 152, 211, 0.05);
    }

    .startup-program-card__visual svg {
      width: 118px;
      height: 118px;
      opacity: 0.9;
    }

    .startup-program-card__number {
      position: absolute;
      top: 18px;
      left: 18px;
      color: rgba(24, 92, 172, 0.58);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
    }

    .startup-program-card__body {
      display: flex;
      min-width: 0;
      flex-direction: column;
      padding: 30px 32px;
    }

    .startup-program-card__eyebrow {
      color: var(--cyan);
      font-size: 10.5px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .startup-program-card h2 {
      margin: 12px 0 0;
      color: var(--ink);
      font-size: 25px;
      font-weight: 800;
      line-height: 1.18;
      letter-spacing: -0.015em;
      transition: color 160ms ease;
    }

    .startup-program-card:hover h2 {
      color: var(--brand);
    }

    .startup-program-card__summary {
      display: -webkit-box;
      margin-top: 14px;
      overflow: hidden;
      color: var(--muted);
      font-size: 13.5px;
      line-height: 1.6;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }

    .startup-program-card__action {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: auto;
      padding-top: 20px;
      color: var(--brand);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.035em;
      text-transform: uppercase;
    }

    .startup-program-card__action b {
      font-size: 17px;
      line-height: 1;
      transition: transform 160ms ease;
    }

    .startup-program-card:hover .startup-program-card__action b {
      transform: translateX(3px);
    }

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

    .simple-card {
      min-height: 210px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .simple-card h2,
    .simple-card h3 {
      margin: 0;
      color: var(--ink);
      font-size: 22px;
      font-weight: 760;
      line-height: 1.18;
    }

    .simple-card p {
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 14px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-top: 20px;
    }

    .field {
      display: grid;
      gap: 7px;
    }

    .field--wide {
      grid-column: 1 / -1;
    }

    .field span {
      color: var(--ink-soft);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .field input,
    .field textarea,
    .field select {
      width: 100%;
      min-height: 44px;
      border: 0;
      border-bottom: 1px solid var(--line-strong);
      border-radius: 0;
      background: transparent;
      color: var(--ink);
      outline: none;
    }

    .field textarea {
      min-height: 112px;
      resize: vertical;
    }

    .field input:focus,
    .field textarea:focus,
    .field select:focus {
      border-bottom-color: var(--cyan);
    }

    .member-detail-head {
      display: grid;
      grid-template-columns: 120px minmax(0, 1fr);
      gap: 24px;
      align-items: center;
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--line);
    }

    .member-detail-logo {
      display: inline-flex;
      width: 120px;
      height: 96px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      overflow: hidden;
    }

    .member-detail-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 12px;
    }

    .member-detail-head h2 {
      margin: 0;
      font-size: clamp(26px, 3.4vw, 38px);
      font-weight: 760;
      line-height: 1.1;
      letter-spacing: 0;
    }

    .member-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .member-tags span {
      display: inline-flex;
      min-height: 28px;
      align-items: center;
      border: 1px solid var(--line);
      border-radius: 4px;
      padding: 0 9px;
      color: var(--ink-soft);
      font-size: 12px;
      font-weight: 760;
    }

    .member-profile {
      display: grid;
      gap: 24px;
    }

    .member-profile-hero {
      display: grid;
      grid-template-columns: 210px minmax(0, 1fr);
      gap: 28px;
      align-items: center;
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .member-profile-logo {
      display: flex;
      width: 210px;
      min-height: 156px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
      overflow: hidden;
    }

    .member-profile-logo img {
      width: 166px;
      height: 112px;
      object-fit: contain;
      padding: 12px;
    }

    .member-profile-heading {
      min-width: 0;
    }

    .member-profile-heading h2 {
      margin: 0;
      color: var(--ink);
      font-size: 36px;
      font-weight: 780;
      line-height: 1.08;
      letter-spacing: 0;
      overflow-wrap: anywhere;
    }

    .member-profile-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
    }

    .member-profile-meta a,
    .member-profile-meta span {
      display: inline-flex;
      max-width: 100%;
      min-height: 32px;
      align-items: center;
      border: 1px solid var(--line);
      border-radius: 4px;
      padding: 0 10px;
      background: var(--soft);
      color: var(--ink-soft);
      font-size: 12px;
      font-weight: 800;
      overflow-wrap: anywhere;
    }

    .member-profile-meta a:hover {
      border-color: rgba(44, 152, 211, 0.5);
      color: var(--brand);
    }

    .member-profile-meta__external {
      gap: 7px;
      padding-right: 8px;
    }

    .member-profile-meta__external .external-link-icon {
      width: 14px;
      height: 14px;
    }

    .member-profile-grid {
      display: grid;
      grid-template-columns: 360px minmax(0, 1fr);
      gap: 24px;
      align-items: start;
    }

    .member-profile-side,
    .member-profile-main {
      display: grid;
      gap: 18px;
    }

    .member-profile-card {
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
      overflow: hidden;
    }

    .member-profile-card__head {
      display: flex;
      min-height: 58px;
      align-items: center;
      padding: 0 22px;
      border-bottom: 1px solid var(--line);
      background: var(--soft);
    }

    .member-profile-card__head h3 {
      margin: 0;
      color: var(--ink);
      font-size: 18px;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: 0;
    }

    .member-profile-card__body {
      padding: 24px;
      color: var(--ink-soft);
      font-size: 15px;
      line-height: 1.72;
    }

    .member-profile-card__body p {
      margin: 0;
    }

    .member-profile-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      background: var(--line);
    }

    .member-profile-stats a {
      display: grid;
      min-height: 98px;
      align-content: center;
      justify-items: center;
      padding: 14px 10px;
      background: #fff;
      text-align: center;
    }

    .member-profile-stats a:hover {
      background: var(--soft);
    }

    .member-profile-stats b {
      color: var(--brand);
      font-size: 30px;
      line-height: 1;
    }

    .member-profile-stats span {
      margin-top: 8px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 880;
      text-transform: uppercase;
    }

    .member-catalog-links {
      display: grid;
      gap: 0;
    }

    .member-catalog-links a {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 16px;
      align-items: center;
      min-height: 78px;
      padding: 16px 22px;
      border-bottom: 1px solid var(--line);
      color: var(--ink-soft);
    }

    .member-catalog-links a:last-child {
      border-bottom: 0;
    }

    .member-catalog-links a:hover {
      background: var(--soft);
      color: var(--brand);
    }

    .member-catalog-links b,
    .member-catalog-links small {
      display: block;
    }

    .member-catalog-links b {
      color: var(--ink);
      font-size: 17px;
      line-height: 1.25;
    }

    .member-catalog-links small {
      margin-top: 4px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .member-catalog-links strong {
      color: var(--brand);
      font-size: 18px;
      line-height: 1;
    }

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

    .footer-top {
      display: flex;
      gap: 34px;
      align-items: center;
      justify-content: flex-start;
      padding-bottom: 34px;
      border-bottom: 1px solid var(--line);
    }

    .footer-logo,
    .footer-ssb-logo {
      display: inline-flex;
      flex: 0 0 auto;
      align-items: center;
    }

    .footer-logo img {
      width: 210px;
      height: auto;
    }

    .footer-ssb-logo img {
      width: 178px;
      height: auto;
    }

    .footer-ssb-logo {
      margin-left: auto;
    }

    .footer-project {
      max-width: 610px;
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .footer-social {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 18px;
    }

    .footer-social a {
      color: var(--ink-soft);
      transition: color 160ms ease;
    }

    .footer-social a:hover {
      color: var(--brand);
    }

    .footer-social svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 30px;
      padding: 34px 0;
      border-bottom: 1px solid var(--line);
    }

    .footer-col h3 {
      margin: 0 0 16px;
      color: var(--ink);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .footer-col a,
    .footer-col p {
      display: block;
      margin: 0 0 10px;
      color: var(--muted);
      font-size: 13px;
    }

    .footer-col a:hover {
      color: var(--brand);
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding-top: 24px;
      color: var(--muted);
      font-size: 12px;
    }

    .footer-bottom a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--brand);
      font-weight: 850;
    }

    .footer-bottom__links {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      gap: 14px 18px;
    }

    .news-detail-section {
      background:
        linear-gradient(180deg, rgba(238, 244, 250, 0.58), rgba(255, 255, 255, 0) 220px),
        #fff;
    }

    .news-detail-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 34px;
      align-items: start;
    }

    .news-detail-article,
    .news-related-card {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 18px 50px rgba(20, 33, 91, 0.07);
    }

    .news-detail-header {
      max-width: 980px;
      margin: 0 auto;
      padding: 42px 52px 34px;
    }

    .news-detail-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 760;
    }

    .news-detail-meta span {
      display: inline-flex;
      min-height: 28px;
      align-items: center;
      padding: 0 10px;
      border-radius: 999px;
      background: rgba(44, 152, 211, 0.1);
      color: var(--brand);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .news-detail-meta time::before {
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      margin: 0 10px 2px 0;
      border-radius: 50%;
      background: var(--cyan);
    }

    .news-detail-header h2 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(32px, 3.7vw, 52px);
      font-weight: 880;
      line-height: 1.08;
      letter-spacing: -0.025em;
    }

    .news-detail-lead {
      margin: 20px 0 0;
      color: var(--ink-soft);
      font-size: 18px;
      font-weight: 520;
      line-height: 1.7;
    }

    .news-detail-cover {
      position: relative;
      margin: 0;
      border-radius: 8px 8px 0 0;
      overflow: hidden;
      background: var(--soft-2);
    }

    .news-detail-cover::after {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid rgba(17, 24, 39, 0.05);
      pointer-events: none;
    }

    .news-detail-cover img {
      width: 100%;
      height: auto;
    }

    .news-detail-body {
      max-width: 980px;
      margin: 0 auto;
      padding: 36px 52px 4px;
      color: var(--ink-soft);
      font-size: 17px;
      line-height: 1.82;
    }

    .news-detail-body > :first-child {
      margin-top: 0;
    }

    .news-detail-body h2,
    .news-detail-body h3 {
      margin: 34px 0 12px;
      color: var(--ink);
      line-height: 1.24;
    }

    .news-detail-body h2 {
      font-size: 27px;
    }

    .news-detail-body h3 {
      font-size: 22px;
    }

    .news-detail-body img {
      height: auto;
      margin: 28px 0;
      border-radius: 6px;
    }

    .news-detail-body a {
      color: var(--brand);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .news-detail-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      max-width: 876px;
      margin: 34px auto 0;
      padding: 24px 0 34px;
      border-top: 1px solid var(--line);
    }

    .news-detail-actions a,
    .news-detail-actions button {
      display: inline-flex;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 15px;
      border: 1px solid var(--line-strong);
      border-radius: 4px;
      background: #fff;
      color: var(--brand);
      font-size: 13px;
      font-weight: 850;
      transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
    }

    .news-detail-actions a:hover,
    .news-detail-actions button:hover {
      border-color: var(--brand);
      background: var(--brand);
      color: #fff;
    }

    .news-related-card {
      padding: 32px;
    }

    .news-related-card__head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 24px;
    }

    .news-related-card__head span {
      color: var(--cyan);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .news-related-card__head h3 {
      margin: 5px 0 0;
      color: var(--ink);
      font-size: 24px;
      line-height: 1.2;
    }

    .news-related-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .news-related-item {
      display: flex;
      min-width: 0;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
      overflow: hidden;
      transition: border-color 160ms ease, transform 160ms ease;
    }

    .news-related-item__media {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: var(--soft-2);
    }

    .news-related-item__media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: transform 180ms ease;
    }

    .news-related-item:hover {
      border-color: rgba(44, 152, 211, 0.55);
      transform: translateY(-2px);
    }

    .news-related-item__body {
      display: flex;
      min-height: 176px;
      flex: 1;
      flex-direction: column;
      padding: 20px;
    }

    .news-related-item:hover .news-related-item__media img {
      transform: scale(1.04);
    }

    .news-related-item__body time {
      display: block;
      margin-bottom: 10px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 720;
    }

    .news-related-item__body b {
      display: -webkit-box;
      overflow: hidden;
      color: var(--ink);
      font-size: 17px;
      font-weight: 800;
      line-height: 1.4;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      transition: color 160ms ease;
    }

    .news-related-item:hover .news-related-item__body b {
      color: var(--brand);
    }

    .news-related-item__action {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: auto;
      padding-top: 18px;
      color: var(--brand);
      font-size: 12px;
      font-weight: 850;
    }

    .news-related-item__action i {
      font-style: normal;
      font-size: 16px;
    }

    .news-related-card__all {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--brand);
      font-size: 13px;
      font-weight: 850;
    }

    .event-detail-section {
      padding: 42px 0 58px;
      background: var(--soft);
    }

    .event-detail-shell {
      display: grid;
      gap: 24px;
    }

    .event-detail-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
      gap: 20px;
      align-items: stretch;
    }

    .event-detail-cover {
      display: flex;
      min-width: 0;
      min-height: 410px;
      align-items: center;
      justify-content: center;
      margin: 0;
      border: 1px solid rgba(15, 23, 42, 0.1);
      border-radius: 6px;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 16px 36px rgba(7, 26, 62, 0.08);
    }

    .event-detail-cover img {
      width: 100%;
      height: 100%;
      max-height: 520px;
      object-fit: contain;
    }

    .event-detail-info {
      position: relative;
      display: flex;
      min-width: 0;
      flex-direction: column;
      padding: 30px;
      border-radius: 6px;
      background: linear-gradient(145deg, var(--brand-dark), var(--brand));
      color: #fff;
      overflow: hidden;
      box-shadow: 0 16px 36px rgba(7, 26, 62, 0.12);
    }

    .event-detail-info::after {
      content: "";
      position: absolute;
      right: -70px;
      bottom: -70px;
      width: 190px;
      height: 190px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 50%;
      box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.025);
    }

    .event-detail-info__eyebrow {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-self: flex-start;
      min-height: 28px;
      align-items: center;
      padding: 0 10px;
      border: 1px solid rgba(142, 220, 255, 0.32);
      border-radius: 999px;
      background: rgba(44, 152, 211, 0.13);
      color: #9de3ff;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .event-detail-info h2 {
      position: relative;
      z-index: 1;
      margin: 18px 0 0;
      color: #fff;
      font-size: 28px;
      font-weight: 780;
      line-height: 1.15;
      letter-spacing: -0.015em;
    }

    .event-detail-info__list {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 0;
      margin-top: 22px;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .event-detail-info__item {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 12px;
      align-items: start;
      padding: 17px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .event-detail-info__item svg {
      width: 22px;
      height: 22px;
      margin-top: 2px;
      color: #8edcff;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .event-detail-info__item span,
    .event-detail-info__item small,
    .event-detail-info__item b {
      display: block;
    }

    .event-detail-info__item small {
      color: rgba(255, 255, 255, 0.58);
      font-size: 9.5px;
      font-weight: 850;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .event-detail-info__item b {
      margin-top: 4px;
      color: #fff;
      font-size: 13.5px;
      font-weight: 760;
      line-height: 1.45;
    }

    .event-detail-info__actions {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 9px;
      margin-top: auto;
      padding-top: 22px;
    }

    .event-detail-info__actions a,
    .event-detail-info__actions button {
      display: inline-flex;
      min-height: 40px;
      align-items: center;
      justify-content: center;
      padding: 0 13px;
      border: 1px solid rgba(255, 255, 255, 0.28);
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0.025em;
      text-transform: uppercase;
    }

    .event-detail-info__actions a:hover,
    .event-detail-info__actions button:hover {
      border-color: #fff;
      background: #fff;
      color: var(--brand);
    }

    .event-detail-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 310px;
      gap: 24px;
      align-items: start;
    }

    .event-detail-content {
      min-width: 0;
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .event-detail-content > header {
      margin-bottom: 24px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--line);
    }

    .event-detail-content > header h2 {
      margin: 0;
      color: var(--ink);
      font-size: 28px;
      font-weight: 790;
      line-height: 1.2;
      letter-spacing: -0.015em;
    }

    .event-detail-richtext {
      color: var(--ink-soft);
      font-size: 15px;
      line-height: 1.78;
    }

    .event-detail-richtext > :first-child {
      margin-top: 0;
    }

    .event-detail-richtext > :last-child {
      margin-bottom: 0;
    }

    .event-detail-richtext h2,
    .event-detail-richtext h3,
    .event-detail-richtext h4 {
      margin: 28px 0 12px;
      color: var(--ink);
      font-weight: 800;
      line-height: 1.25;
    }

    .event-detail-richtext a {
      color: var(--brand);
      font-weight: 800;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .event-detail-richtext strong {
      color: var(--ink);
      font-weight: 850;
    }

    .event-detail-gallery {
      margin-top: 30px;
      padding-top: 26px;
      border-top: 1px solid var(--line);
    }

    .event-detail-gallery > h2,
    .event-detail-related > h2 {
      margin: 0 0 16px;
      color: var(--ink);
      font-size: 18px;
      font-weight: 820;
      letter-spacing: 0;
    }

    .event-detail-gallery__grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    .event-detail-gallery__grid a {
      display: block;
      aspect-ratio: 16 / 10;
      border: 1px solid var(--line);
      border-radius: 5px;
      background: var(--soft);
      overflow: hidden;
    }

    .event-detail-gallery__grid img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .event-detail-related {
      position: sticky;
      top: calc(var(--header-h) + 20px);
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
    }

    .event-detail-related__list {
      display: grid;
      gap: 14px;
    }

    .event-detail-related__list a {
      display: grid;
      gap: 9px;
      padding-bottom: 14px;
      border-bottom: 1px solid var(--line);
    }

    .event-detail-related__list a:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .event-detail-related__list a > span {
      display: flex;
      width: 100%;
      aspect-ratio: 16 / 7;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      background: var(--soft);
      overflow: hidden;
    }

    .event-detail-related__list img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .event-detail-related__list b {
      display: -webkit-box;
      overflow: hidden;
      color: var(--ink);
      font-size: 13px;
      font-weight: 800;
      line-height: 1.4;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      transition: color 160ms ease;
    }

    .event-detail-related__list a:hover b {
      color: var(--brand);
    }

    .event-detail-related__list time {
      color: var(--muted);
      font-size: 10.5px;
      font-weight: 760;
    }

    .news-story-section {
      padding: 36px 0 58px;
      background: #fff;
    }

    .news-story-shell {
      display: grid;
      gap: 38px;
    }

    .news-story-cover {
      width: 100%;
      margin: 0;
      border-radius: 8px;
      background: var(--soft-2);
      overflow: hidden;
    }

    .news-story-cover img {
      display: block;
      width: 100%;
      height: auto;
    }

    .event-story-section .news-story-shell {
      gap: 30px;
    }

    .event-story-meta {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .event-story-meta > span {
      display: grid;
      min-width: 0;
      grid-template-columns: 22px minmax(0, 1fr);
      grid-template-rows: auto auto;
      column-gap: 12px;
      padding: 17px 24px;
      border-right: 1px solid var(--line);
    }

    .event-story-meta > span:first-child {
      padding-left: 0;
    }

    .event-story-meta > span:last-child {
      padding-right: 0;
      border-right: 0;
    }

    .event-story-meta svg {
      width: 20px;
      height: 20px;
      grid-row: 1 / 3;
      align-self: center;
      fill: none;
      stroke: var(--brand);
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.8;
    }

    .event-story-meta small,
    .event-story-meta b {
      min-width: 0;
    }

    .event-story-meta small {
      color: var(--muted);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .event-story-meta b {
      overflow-wrap: anywhere;
      color: var(--ink);
      font-size: 13px;
      line-height: 1.45;
    }

    .news-story-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 310px;
      gap: 48px;
      align-items: start;
    }

    .news-story-content {
      min-width: 0;
      color: var(--ink-soft);
      font-size: 16px;
      line-height: 1.82;
    }

    .news-story-content .db-richtext {
      text-align: justify;
      text-justify: inter-word;
      overflow-wrap: anywhere;
      -webkit-hyphens: auto;
      hyphens: auto;
    }

    .news-story-content > :first-child {
      margin-top: 0;
    }

    .news-story-content p {
      margin: 0 0 20px;
    }

    .news-story-content .news-editorial-list,
    .news-story-content .db-richtext > ul {
      display: grid;
      gap: 12px;
      margin: 8px 0 24px 4px;
      padding: 0 0 0 24px;
      border-left: 1px solid var(--line);
      list-style: none;
    }

    .news-story-content .news-editorial-list > li,
    .news-story-content .db-richtext > ul > li {
      position: relative;
      margin: 0;
      padding: 0;
      color: var(--ink-soft);
    }

    .news-story-content .news-editorial-list > li::before,
    .news-story-content .db-richtext > ul > li::before {
      position: absolute;
      top: 0.9em;
      left: -24px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--brand);
      box-shadow: 0 0 0 4px var(--paper);
      content: "";
      transform: translate(-50%, -50%);
    }

    .news-story-content strong {
      color: var(--ink);
      font-weight: 800;
    }

    .news-story-content h2,
    .news-story-content h3 {
      margin: 34px 0 14px;
      color: var(--ink);
      line-height: 1.25;
    }

    .news-story-content h2 {
      font-size: 26px;
    }

    .news-story-content h3 {
      font-size: 21px;
    }

    .news-story-content a {
      color: var(--brand);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .news-story-related {
      position: static;
      padding-left: 28px;
      border-left: 1px solid var(--line);
    }

    .news-story-related h2 {
      margin: 0 0 14px;
      color: var(--ink);
      font-size: 18px;
      font-weight: 850;
    }

    .news-story-related__list {
      display: grid;
    }

    .news-story-related__list a {
      display: grid;
      grid-template-columns: 86px minmax(0, 1fr);
      align-items: center;
      gap: 12px;
      padding: 16px 0;
      border-bottom: 1px solid var(--line);
    }

    .news-story-related__media {
      display: block;
      width: 86px;
      aspect-ratio: 4 / 3;
      border: 1px solid var(--line);
      border-radius: 5px;
      background: var(--soft-2);
      overflow: hidden;
    }

    .news-story-related__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 180ms ease;
    }

    .news-story-related__body {
      display: grid;
      min-width: 0;
      gap: 6px;
    }

    .news-story-related__list b {
      display: -webkit-box;
      overflow: hidden;
      color: var(--ink);
      font-size: 13px;
      font-weight: 780;
      line-height: 1.35;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      transition: color 160ms ease;
    }

    .news-story-related__list time {
      color: var(--muted);
      font-size: 11px;
      font-weight: 700;
    }

    .news-story-related__list a:hover b {
      color: var(--brand);
    }

    .news-story-related__list a:hover .news-story-related__media img {
      transform: scale(1.04);
    }

    .news-story-gallery {
      margin-top: 38px;
      padding-top: 26px;
      border-top: 1px solid var(--line);
    }

    .news-story-gallery h2 {
      margin: 0 0 18px;
      color: var(--ink);
      font-size: 24px;
      font-weight: 850;
    }

    .news-story-gallery__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }

    .news-story-gallery__grid a {
      aspect-ratio: 4 / 3;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: var(--soft-2);
      overflow: hidden;
    }

    .news-story-gallery__grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 180ms ease;
    }

    .news-story-gallery__grid a:hover img {
      transform: scale(1.025);
    }

    body.fancy-slider-open {
      overflow: hidden;
    }

    .fancy-slider[hidden] {
      display: none;
    }

    .fancy-slider {
      position: fixed;
      inset: 0;
      z-index: 10000;
      color: #fff;
    }

    .fancy-slider__backdrop {
      position: absolute;
      inset: 0;
      border: 0;
      background: rgba(3, 9, 22, 0.95);
      cursor: zoom-out;
    }

    .fancy-slider__dialog {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      --fancy-slider-gutter: clamp(76px, 5.2vw, 96px);
      --fancy-slider-nav-offset: clamp(12px, calc(2.6vw - 26px), 22px);
      flex-direction: column;
      pointer-events: none;
    }

    .fancy-slider__toolbar,
    .fancy-slider__stage,
    .fancy-slider__thumbs {
      pointer-events: auto;
    }

    .fancy-slider__toolbar {
      display: flex;
      min-height: 64px;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 12px var(--fancy-slider-gutter);
    }

    .fancy-slider__counter {
      color: rgba(255, 255, 255, 0.78);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.06em;
    }

    .fancy-slider__close,
    .fancy-slider__nav,
    .fancy-slider__thumb {
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      cursor: pointer;
    }

    .fancy-slider__close {
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      padding: 0;
      border-radius: 50%;
    }

    .fancy-slider__stage {
      position: relative;
      display: grid;
      min-height: 0;
      flex: 1;
      place-items: center;
      padding: 12px var(--fancy-slider-gutter) 18px;
      overflow: hidden;
      touch-action: pan-y;
    }

    .fancy-slider__image {
      display: block;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      user-select: none;
      filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.34));
    }

    .fancy-slider__nav {
      position: absolute;
      top: 50%;
      z-index: 1;
      display: inline-flex;
      width: 52px;
      height: 52px;
      align-items: center;
      justify-content: center;
      padding: 0;
      border-radius: 50%;
      transform: translateY(-50%);
    }

    .fancy-slider__nav--prev {
      left: var(--fancy-slider-nav-offset);
    }

    .fancy-slider__nav--next {
      right: var(--fancy-slider-nav-offset);
    }

    .fancy-slider__icon {
      display: block;
      width: 24px;
      height: 24px;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 2;
      pointer-events: none;
    }

    .fancy-slider__close .fancy-slider__icon {
      width: 20px;
      height: 20px;
    }

    .fancy-slider__close:hover,
    .fancy-slider__nav:hover,
    .fancy-slider__close:focus-visible,
    .fancy-slider__nav:focus-visible {
      border-color: rgba(255, 255, 255, 0.48);
      background: rgba(255, 255, 255, 0.18);
      outline: none;
    }

    .fancy-slider__caption {
      min-height: 28px;
      margin: 0;
      padding: 0 24px 12px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 13px;
      text-align: center;
    }

    .fancy-slider__thumbs {
      display: flex;
      max-width: 100%;
      justify-content: center;
      gap: 8px;
      padding: 0 20px 18px;
      overflow-x: auto;
    }

    .fancy-slider__thumb {
      width: 68px;
      height: 50px;
      flex: 0 0 auto;
      padding: 2px;
      border-radius: 5px;
      opacity: 0.58;
      overflow: hidden;
    }

    .fancy-slider__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .fancy-slider__thumb.is-active {
      border-color: var(--cyan);
      opacity: 1;
    }

    .news-story-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-top: 34px;
      padding-top: 24px;
      border-top: 1px solid var(--line);
    }

    .news-story-actions a,
    .news-story-actions button {
      border: 0;
      background: transparent;
      color: var(--brand);
      font-size: 13px;
      font-weight: 850;
    }

    .footer-credit {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      white-space: nowrap;
    }

    .footer-credit .external-link-icon {
      width: 13px;
      height: 13px;
    }

    @media (prefers-reduced-motion: reduce) {
      .page-head__orb {
        animation: none;
        transition: none;
      }
    }

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

    @media (max-width: 1180px) {
      .site-header__inner {
        width: min(100%, calc(100% - 32px));
        gap: 16px;
      }

      .portal-actions .btn--outline {
        display: none;
      }

      .header-actions {
        gap: 10px;
      }

      .desktop-nav {
        overflow-x: auto;
        justify-content: flex-start;
      }

      .catalog-search,
      .firm-strip,
      .detail-grid,
      .product-detail-grid,
      .member-profile-grid,
      .news-detail-layout {
        grid-template-columns: 1fr;
      }

      .news-detail-sidebar {
        position: static;
      }

      .training-info-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      }

      .about-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 42px;
      }

      .startup-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 42px;
      }

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

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

      .archive-shell {
        grid-template-columns: 220px minmax(0, 1fr);
      }
    }

    @media (max-width: 860px) {
      .container,
      .site-header__inner {
        width: min(100%, calc(100% - 28px));
      }

      .site-header {
        height: auto;
        min-height: var(--header-h);
      }

      .site-header__inner {
        padding: 12px 0;
        flex-wrap: wrap;
      }

      .brand img {
        width: 174px;
      }

      .desktop-nav {
        order: 3;
        width: 100%;
      }

      .site-header__inner .btn--primary {
        min-height: 36px;
        padding: 0 12px;
      }

      .page-head {
        padding: 30px 0 28px;
      }

      .page-head__orb--one {
        --orb-size: 190px;
        left: -78px;
        top: -62px;
      }

      .page-head__orb--two {
        --orb-size: 132px;
        right: -34px;
        top: -36px;
      }

      .page-head__orb--three {
        --orb-size: 158px;
        right: -76px;
        bottom: -70px;
      }

      .page-head__orb--four,
      .page-head__orb--five {
        display: none;
      }

      .page-head__orb {
        display: none;
        animation: none;
        transform: none;
      }

      .page-head__orb--one {
        left: -18px;
      }

      .page-head__orb--two,
      .page-head__orb--three {
        right: -14px;
      }

      .section {
        padding: 34px 0;
      }

      .catalog-stats,
      .company-stats,
      .category-grid,
      .simple-grid,
      .spec-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .product-detail-hero {
        grid-template-columns: 150px minmax(0, 1fr);
      }

      .member-profile-hero {
        grid-template-columns: 150px minmax(0, 1fr);
      }

      .product-detail-logo {
        width: 150px;
        min-height: 126px;
      }

      .member-profile-logo {
        width: 150px;
        min-height: 126px;
      }

      .product-detail-logo img {
        width: 122px;
        height: 98px;
      }

      .member-profile-logo img {
        width: 122px;
        height: 98px;
      }

      .product-detail-heading h2 {
        font-size: 34px;
      }

      .member-profile-heading h2 {
        font-size: 30px;
      }

      .archive-shell {
        display: block;
      }

      .archive-shell--members .filter-panel {
        position: static;
        margin-bottom: 18px;
        border: 1px solid var(--line);
      }

      .archive-shell--startup .filter-panel {
        position: static;
        margin-bottom: 18px;
        border: 1px solid var(--line);
      }

      .search-results-shell {
        grid-template-columns: 1fr;
      }

      .search-results-summary {
        position: static;
        display: grid;
        min-height: 0;
        grid-template-columns: auto auto minmax(0, 1fr);
        column-gap: 12px;
        align-items: end;
      }

      .search-results-summary::after {
        display: none;
      }

      .search-results-summary__label {
        grid-column: 1 / -1;
      }

      .search-results-summary > strong {
        margin-top: 16px;
        font-size: 42px;
      }

      .search-results-summary > span:not(.search-results-summary__label) {
        align-self: center;
        margin-top: 0;
      }

      .search-results-summary > div {
        align-self: stretch;
        margin-top: 12px;
        padding: 0 0 0 18px;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.18);
      }

      .about-layout {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .startup-layout {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .about-sidebar,
      .startup-sidebar {
        position: static;
      }

      .about-nav,
      .startup-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-left: 0;
        border-bottom: 1px solid var(--line);
      }

      .about-nav a,
      .startup-nav a {
        justify-content: center;
        border-left: 0;
        border-bottom: 3px solid transparent;
        margin-left: 0;
        text-align: center;
      }

      .about-nav a:hover,
      .about-nav a.is-active,
      .startup-nav a:hover,
      .startup-nav a.is-active {
        border-bottom-color: var(--cyan);
        background: linear-gradient(180deg, rgba(44, 152, 211, 0), rgba(44, 152, 211, 0.1));
      }

      .about-content,
      .startup-content {
        max-width: none;
      }

      .filter-panel {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .filter-group--categories {
        max-height: 280px;
        overflow: auto;
        padding-right: 6px;
      }

      .archive-toolbar {
        grid-template-columns: 1fr;
        align-items: stretch;
      }

      .news-archive-grid,
      .catalog-archive-grid {
        grid-template-columns: 1fr;
      }

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

      .catalog-row,
      .news-row,
      .member-row,
      .company-mini,
      .related-item {
        grid-template-columns: 1fr;
      }

      .news-thumb {
        width: 100%;
      }

      .logo-box,
      .catalog-row .logo-box,
      .member-row .logo-box {
        width: 72px;
        height: 56px;
      }

      .row-action {
        justify-self: start;
      }

      .detail-intro,
      .product-detail-hero,
      .member-profile-hero,
      .member-detail-head,
      .form-grid {
        grid-template-columns: 1fr;
      }

      .news-detail-header {
        padding: 30px;
      }

      .news-detail-body {
        padding: 30px 30px 4px;
      }

      .news-detail-actions {
        margin-right: 30px;
        margin-left: 30px;
      }

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

      .news-story-layout {
        grid-template-columns: 1fr;
        gap: 36px;
      }

      .event-story-meta {
        grid-template-columns: 1fr;
      }

      .event-story-meta > span,
      .event-story-meta > span:first-child,
      .event-story-meta > span:last-child {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .event-story-meta > span:last-child {
        border-bottom: 0;
      }

      .event-detail-hero,
      .event-detail-layout {
        grid-template-columns: 1fr;
      }

      .event-detail-cover {
        min-height: 0;
      }

      .event-detail-cover img {
        height: auto;
        max-height: none;
      }

      .event-detail-related {
        position: static;
      }

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

      .news-story-related {
        position: static;
        padding-top: 28px;
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
      }

      .news-story-related__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
      }

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

      .product-detail-logo,
      .member-profile-logo {
        width: 100%;
      }

      .footer-top {
        flex-wrap: wrap;
        align-items: center;
      }

      .footer-social {
        justify-content: flex-start;
      }

      .catalog-index-panel__head,
      .catalog-index-panel__controls {
        align-items: flex-start;
        flex-direction: column;
      }

      .catalog-index-row {
        grid-template-columns: 68px minmax(0, 1fr);
      }

      .catalog-index-row__type {
        grid-column: 2;
      }

      .catalog-index-row__action {
        grid-column: 2;
        justify-self: start;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 620px) {
      .member-archive-grid {
        grid-template-columns: 1fr;
      }

      .search-results-form {
        grid-template-columns: 1fr;
      }

      .search-results-form > button {
        width: 100%;
      }

      .search-results-form .page-size,
      .search-results-form .toolbar-count {
        justify-self: start;
      }

      .search-result-card {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 14px;
        padding: 13px;
      }

      .search-result-card__media {
        width: 86px;
        height: 76px;
      }

      .search-result-card h2 {
        font-size: 16px;
      }

      .search-result-card__summary {
        -webkit-line-clamp: 2;
      }

      .search-result-card__action {
        grid-column: 1 / -1;
        min-height: 38px;
        padding: 10px 0 0;
        border-top: 1px solid var(--line);
        border-left: 0;
      }

      .startup-archive-intro {
        min-height: 0;
        padding: 28px 24px;
      }

      .startup-archive-intro::before,
      .startup-archive-intro::after {
        display: none;
      }

      .startup-program-card {
        grid-template-columns: 1fr;
      }

      .startup-program-card__visual {
        min-height: 170px;
      }

      .startup-program-card__body {
        padding: 24px;
      }

      .event-detail-section {
        padding: 28px 0 40px;
      }

      .event-detail-info,
      .event-detail-content,
      .event-detail-related {
        padding: 22px;
      }

      .event-detail-info__actions {
        grid-template-columns: 1fr;
      }

      .event-detail-gallery__grid,
      .event-detail-related__list {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 520px) {
      .header-actions {
        gap: 8px;
      }

      .language-toggle {
        min-height: 24px;
      }

      .language-toggle a {
        min-height: 24px;
        font-size: 10px;
      }

      .footer-logo img {
        width: 188px;
      }

      .footer-ssb-logo {
        margin-left: 0;
      }

      .footer-ssb-logo img {
        width: 168px;
      }

      .search-line input {
        height: 48px;
        font-size: 18px;
      }

      .about-logo-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
      }

      .about-logo {
        width: min(300px, 100%);
        height: 86px;
        justify-content: flex-start;
      }

      .startup-nav {
        grid-template-columns: 1fr;
      }

      .about-statement-grid,
      .about-goals {
        grid-template-columns: 1fr;
      }

      .about-statement {
        min-height: 0;
      }

      .category-card,
      .content-panel,
      .info-panel,
      .member-summary,
      .firm-strip,
      .archive-main,
      .filter-panel {
        padding: 20px;
      }

      .archive-main--members {
        padding: 0;
      }

      .archive-main--startup {
        padding: 0;
      }

      .archive-main--members .archive-toolbar {
        padding: 16px;
      }

      .pagination {
        justify-content: flex-start;
        flex-wrap: wrap;
      }

      .news-archive-grid {
        grid-template-columns: 1fr;
      }

      .catalog-archive-grid {
        grid-template-columns: 1fr;
      }

      .catalog-index-row__main b,
      .catalog-index-row__main small {
        white-space: normal;
      }

      .catalog-card__top {
        min-height: 82px;
        padding: 20px 18px 0;
      }

      .catalog-card__logo {
        width: 108px;
        height: 64px;
      }

      .catalog-card__body,
      .catalog-card__footer {
        padding-right: 18px;
        padding-left: 18px;
      }

      .product-detail-hero,
      .member-profile-hero,
      .detail-card__body {
        padding: 20px;
      }

      .product-detail-heading h2 {
        font-size: 30px;
      }

      .news-detail-header,
      .news-detail-body {
        padding-right: 20px;
        padding-left: 20px;
      }

      .news-detail-header h2 {
        font-size: 29px;
      }

      .news-detail-lead {
        font-size: 16px;
      }

      .news-detail-actions {
        align-items: stretch;
        flex-direction: column;
        margin-right: 20px;
        margin-left: 20px;
      }

      .news-related-card {
        padding: 20px;
      }

      .news-detail-cover {
        border-radius: 7px 7px 0 0;
      }

      .news-related-card__head {
        align-items: flex-start;
        flex-direction: column;
      }

      .news-related-list {
        grid-template-columns: 1fr;
      }

      .news-related-item__body {
        min-height: 156px;
      }

      .news-story-section {
        padding: 24px 0 42px;
      }

      .news-story-shell {
        gap: 28px;
      }

      .news-story-layout {
        gap: 28px;
      }

      .news-story-content {
        font-size: 15px;
        line-height: 1.75;
      }

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

      .news-story-related__list {
        grid-template-columns: 1fr;
      }

      .news-story-actions {
        align-items: flex-start;
        flex-direction: column;
      }

      .fancy-slider__toolbar {
        min-height: 56px;
        padding-top: 8px;
        padding-bottom: 8px;
      }

      .fancy-slider__dialog {
        --fancy-slider-gutter: 52px;
        --fancy-slider-nav-offset: 6px;
      }

      .fancy-slider__stage {
        padding: 8px var(--fancy-slider-gutter) 12px;
      }

      .fancy-slider__nav {
        width: 40px;
        height: 40px;
      }

      .fancy-slider__nav--prev {
        left: var(--fancy-slider-nav-offset);
      }

      .fancy-slider__nav--next {
        right: var(--fancy-slider-nav-offset);
      }

      .fancy-slider__caption {
        padding-right: 14px;
        padding-left: 14px;
      }

      .fancy-slider__thumbs {
        justify-content: flex-start;
        padding-right: 12px;
        padding-left: 12px;
      }

      .member-profile-heading h2 {
        font-size: 26px;
      }

      .contact-item,
      .company-stats-sidebar,
      .member-profile-stats {
        grid-template-columns: 1fr;
      }

      .contact-item--external {
        grid-template-columns: minmax(0, 1fr) auto;
      }

      .contact-item--external b {
        grid-column: 1 / -1;
      }

      .contact-item--external span {
        grid-column: 1;
      }

      .contact-item--external .external-link-icon {
        grid-column: 2;
        grid-row: 2;
      }

      .member-profile-card__body {
        padding: 20px;
      }
    }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 10020;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: #17296d;
  color: #fff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.24);
  font-size: 14px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-140%);
  transition: none;
}

.skip-link:focus {
  opacity: 1;
  outline: 3px solid #ffd84d;
  outline-offset: 2px;
  pointer-events: auto;
  transform: translateY(0);
}

.membership-conditions-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.membership-conditions-copy {
  padding: clamp(24px, 4vw, 48px);
  color: var(--ink-soft);
  line-height: 1.8;
}

.membership-conditions-copy .membership-lead {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
}

.membership-conditions-copy h2 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: clamp(20px, 2.4vw, 26px);
}

.membership-conditions-copy ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 32px;
  padding-left: 22px;
}

.membership-conditions-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px clamp(24px, 4vw, 48px);
  background: var(--brand);
  color: #fff;
}

.membership-conditions-cta h2,
.membership-conditions-cta p {
  margin: 0;
  color: inherit;
}

.membership-conditions-cta p {
  margin-top: 6px;
  opacity: .82;
}

.membership-conditions-cta > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
  background: #fff;
  color: var(--brand);
  font-weight: 850;
}

@media (max-width: 720px) {
  .membership-conditions-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.empty-state {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
  color: var(--muted);
  font-weight: 760;
}

.filter-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

    .filter-link span {
      color: var(--muted);
    }

@media (max-width: 980px) {
  .landing-hero {
    min-height: auto;
    padding: calc(var(--header-h) + 36px) 0 34px;
  }

  .landing-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 17, 38, 0.96) 0%, rgba(7, 17, 38, 0.9) 100%),
      url("/storage/uploads/2026/07/14/renklilogo.png") center 34px / min(340px, 70vw) auto no-repeat;
  }

  .landing-hero__media {
    display: none;
  }

  .landing-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .landing-hero__copy {
    padding-top: 120px;
  }

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

  .institution-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .landing-hero h1 {
    font-size: 40px;
  }

  .landing-hero p {
    font-size: 17px;
  }

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

  .hero-metric {
    min-height: 88px;
  }
}

.is-home .site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  background: rgba(255, 255, 255, 0.96);
  transition: background-color 200ms ease, border-color 200ms ease, backdrop-filter 200ms ease, box-shadow 200ms ease;
}

.is-home .site-header .brand img {
  transition: filter 200ms ease;
}

.is-home .site-header:not(.is-scrolled) {
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.is-home .site-header:not(.is-scrolled) .brand img {
  filter: brightness(0) invert(1);
}

.is-home .site-header:not(.is-scrolled) .desktop-nav a,
.is-home .site-header:not(.is-scrolled) .language-toggle a,
.is-home .site-header:not(.is-scrolled) .nav-search svg,
.is-home .site-header:not(.is-scrolled) .nav-search input {
  color: #fff;
}

.is-home .site-header:not(.is-scrolled) .desktop-nav a:hover,
.is-home .site-header:not(.is-scrolled) .desktop-nav a.is-active,
.is-home .site-header:not(.is-scrolled) .language-toggle a:hover,
.is-home .site-header:not(.is-scrolled) .language-toggle a.is-active {
  color: #fff;
}

.is-home .site-header:not(.is-scrolled) .language-toggle a + a::before {
  color: rgba(255, 255, 255, 0.62);
}

.is-home .site-header:not(.is-scrolled) .nav-search input {
  border-bottom-color: rgba(255, 255, 255, 0.48);
}

.is-home .site-header:not(.is-scrolled) .nav-search input::placeholder {
  color: rgba(255, 255, 255, 0.78);
}

.is-home .site-header:not(.is-scrolled) .btn--outline {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.is-home .site-header:not(.is-scrolled) .btn--outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.is-home .site-header:not(.is-scrolled) .menu-button {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(7, 17, 38, 0.12);
  color: #fff;
}

.btn--light {
  color: var(--brand);
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.btn--light:hover {
  color: var(--brand-dark);
  background: #f7fbff;
}

.btn--glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.btn--glass:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.14);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--brand);
}

.menu-button span,
.menu-button span::before,
.menu-button span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, background 180ms ease;
}

.menu-button span {
  position: relative;
}

.menu-button span::before,
.menu-button span::after {
  content: "";
  position: absolute;
  left: 0;
}

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

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

body.menu-open .menu-button span {
  background: transparent;
}

body.menu-open .menu-button span::before {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .menu-button span::after {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: var(--header-h) 0 auto;
  display: none;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.09);
}

body.menu-open .mobile-menu {
  display: block;
}

.mobile-menu__inner {
  width: min(100%, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 22px;
  display: grid;
  gap: 8px;
}

.mobile-menu a:not(.btn) {
  padding: 12px 2px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 820;
}

.mobile-menu__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 10px;
}

.mobile-language-toggle {
  justify-self: start;
  margin-top: 4px;
}

.hero {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 38, 0.78) 0%, rgba(7, 17, 38, 0.58) 34%, rgba(7, 17, 38, 0.28) 62%, rgba(7, 17, 38, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 17, 38, 0.5) 0%, rgba(7, 17, 38, 0.08) 44%, rgba(7, 17, 38, 0.18) 100%);
  pointer-events: none;
}

.hero__bg,
.hero__bg img {
  position: absolute;
  inset: 0;
}

.hero__bg {
  z-index: -4;
  background: #071126;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero--brand .hero__bg {
  background:
    linear-gradient(115deg, #071126 0%, #0c1c3e 54%, #14215b 100%);
}

.hero--brand .hero__bg img {
  width: 52vw;
  height: auto;
  inset: 50% 5vw auto auto;
  object-fit: contain;
  opacity: 0.18;
  transform: translateY(-50%);
}

.hero-social {
  position: absolute;
  top: 50%;
  left: clamp(14px, 1.8vw, 28px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  transform: translateY(-50%);
}

.hero-social::before,
.hero-social::after {
  content: "";
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.28);
}

.hero-social a {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: color 160ms ease, transform 160ms ease;
}

.hero-social a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.hero-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.hero__inner {
  width: min(1320px, calc(100% - 104px));
  height: 100vh;
  margin: 0 auto;
  padding: calc(var(--header-h) + 54px) 0 34px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 24px;
}

.hero__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  min-height: 0;
}

.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-news-panel {
  position: relative;
  z-index: 1;
  grid-column: 1;
  max-width: 820px;
  padding: 38px 44px 38px 0;
}

.hero-news-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -130px -240px -150px -120px;
  background:
    radial-gradient(ellipse at 38% 48%, rgba(5, 14, 34, 0.32) 0%, rgba(5, 14, 34, 0.18) 46%, rgba(5, 14, 34, 0.08) 66%, rgba(5, 14, 34, 0) 84%),
    conic-gradient(from 220deg at 42% 50%, rgba(5, 14, 34, 0) 0deg, rgba(44, 152, 211, 0.09) 46deg, rgba(5, 14, 34, 0.12) 102deg, rgba(5, 14, 34, 0) 168deg, rgba(5, 14, 34, 0) 360deg);
  opacity: 0.62;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, #000 54%, transparent 84%);
  mask-image: radial-gradient(ellipse at center, #000 0%, #000 54%, transparent 84%);
  pointer-events: none;
}

.hero-news-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 820;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(7, 17, 38, 0.55);
}

.hero-news-panel p {
  display: -webkit-box;
  margin: 18px 0 0;
  max-width: 700px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-shadow: 0 2px 12px rgba(7, 17, 38, 0.5);
}

.hero-date {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.hero-controls {
  position: absolute;
  top: 50%;
  right: clamp(18px, 3.2vw, 52px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
}

.hero-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}

.hero-dot {
  position: relative;
  width: 4px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
  transition: background 160ms ease, height 160ms ease;
}

.hero-dot.is-active {
  height: 38px;
  background: rgba(255, 255, 255, 0.28);
}

.hero-dot span {
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  border-radius: inherit;
  background: var(--cyan);
  transform: scaleY(var(--progress, 0));
  transform-origin: top;
  transition: transform 80ms linear;
}

.hero .hero-metrics {
  display: flex;
  width: min(860px, 100%);
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 16px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.hero .hero-metric {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex: 0 1 auto;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin-right: 26px;
  padding: 0 26px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #fff;
}

.hero .hero-metric:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.hero .hero-metric strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.hero .hero-metric span {
  display: block;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.is-home .section {
  padding: 74px 0;
}

.is-home .section + .section {
  padding-top: 74px;
}

.is-home .section-head {
  display: block;
  max-width: 860px;
  margin-bottom: 30px;
}

.is-home .section-title {
  display: block;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 760;
}

.is-home .institution-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.is-home .institution-copy {
  padding: 32px;
  transition: border-color 180ms ease;
}

.is-home .institution-copy:hover {
  border-color: rgba(44, 152, 211, 0.34);
}

.is-home .institution-copy h3 {
  font-size: 27px;
  line-height: 1.2;
}

.support-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--line);
  overflow: hidden;
}

.support-strip div {
  padding: 17px;
  background: var(--soft);
}

.support-strip b {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.support-strip span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.data-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.data-cell {
  min-height: 132px;
  padding: 23px;
  border: 0;
  border-radius: 0;
  background: #fff;
  transition: color 180ms ease;
}

.data-cell strong {
  display: block;
  color: var(--brand);
  font-size: 38px;
  line-height: 1;
  font-weight: 850;
}

.data-cell span {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 820;
}

.data-cell small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.category-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 760;
  line-height: 1.18;
}

.catalog-page .catalog-search {
  margin-bottom: 30px;
}

.catalog-page .search-line input {
  font-size: 16px;
  font-weight: 500;
}

.catalog-page .search-line input::placeholder {
  font-weight: 500;
}

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

.catalog-page .catalog-stat {
  color: inherit;
  transition: background 160ms ease;
}

.catalog-page .catalog-stat:hover {
  background: rgba(44, 152, 211, 0.06);
}

.catalog-entry-grid {
  margin-bottom: 34px;
}

.catalog-entry-card {
  min-height: 286px;
}

.catalog-entry-card .category-card__meta {
  align-items: stretch;
}

.catalog-entry-card .category-card__meta span {
  min-height: 54px;
  margin: 0;
}

.catalog-index-panel {
  padding-top: 4px;
}

.catalog-index-panel__head {
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
}

.catalog-index-panel__controls {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px 18px;
}

.catalog-index-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 22px;
  padding-top: 22px;
}

.catalog-index-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  min-height: 96px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.catalog-index-row:hover b {
  color: var(--brand);
}

.catalog-index-row__logo {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.catalog-index-row__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.catalog-index-row__main {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.catalog-index-row__main b {
  overflow: hidden;
  color: var(--ink);
  font-size: 16px;
  font-weight: 820;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 160ms ease;
}

.catalog-index-row__main small {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-index-row__type {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 860;
}

.catalog-index-row__action {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(44, 152, 211, 0.32);
  border-radius: 4px;
  background: rgba(44, 152, 211, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.catalog-index-row:hover .catalog-index-row__action {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.list-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

.list-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 22px;
  border-bottom: 0;
}

.list-panel__head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.12;
  font-weight: 880;
}

.list-panel__head a {
  color: var(--brand);
  font-size: 13px;
  font-weight: 950;
}

.compact-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 0 18px;
  margin: -8px 0 -18px;
}

.compact-track::-webkit-scrollbar {
  display: none;
}

.compact-row {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
  min-height: 198px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  padding: 70px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  scroll-snap-align: start;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.compact-row::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.compact-row:hover {
  z-index: 2;
  transform: translateY(-2px);
  border-color: rgba(44, 152, 211, 0.34);
  background: #fff;
}

.compact-row:hover::after {
  transform: scaleX(1);
}

.compact-row b {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
  font-weight: 800;
  transition: color 180ms ease;
}

.compact-row:hover b {
  color: var(--cyan);
}

.compact-row span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.compact-row > div > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.compact-row .item-logo {
  position: absolute;
  top: 21px;
  right: 22px;
  display: flex;
  width: 88px;
  height: 42px;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.compact-row .item-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.compact-row time {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.compact-row time + b {
  margin-top: 18px;
}

.compact-row em {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  align-self: start;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cyan);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.compact-row--news {
  flex-basis: calc((100% - 48px) / 4);
  min-height: 360px;
  gap: 0;
  padding: 0;
}

.compact-row--news::after {
  left: 0;
  right: 0;
}

.compact-row--news .news-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #071126;
}

.news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.compact-row--news:hover .news-media img {
  transform: scale(1.035);
}

.compact-row--news > div {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.career-layout {
  display: block;
}

.job-track {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 12px 0 24px;
  margin-bottom: -24px;
}

.job-track::-webkit-scrollbar {
  display: none;
}

.career-card {
  display: grid;
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  scroll-snap-align: start;
}

.career-logo {
  display: flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.career-logo img {
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
}

.career-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 760;
  line-height: 1.22;
}

.career-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.career-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.career-meta span {
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 850;
}

.career-card .read-more {
  margin-top: 24px;
}

.to-top {
  position: fixed;
  z-index: 60;
  right: auto;
  bottom: 18px;
  left: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(41, 59, 131, 0.18);
  border-radius: 6px;
  background: #fff;
  color: var(--brand);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.15);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease;
}

@media (max-width: 520px) {
  .to-top {
    bottom: 12px;
    left: 12px;
  }
}

.to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

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

  .hero-social {
    display: none;
  }

  .hero__inner {
    width: min(100%, calc(100% - 48px));
  }

  .hero-news-panel {
    grid-column: auto;
    max-width: 840px;
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .is-home .institution-layout,
  .is-home .catalog-search {
    grid-template-columns: 1fr;
  }

  .compact-row,
  .career-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 68px;
  }

  .hero__inner {
    width: min(100%, calc(100% - 34px));
    padding: calc(var(--header-h) + 26px) 0 14px;
    gap: 16px;
  }

  .hero__main {
    align-content: center;
    gap: 18px;
  }

  .hero-news-panel {
    max-width: 100%;
    margin-left: 0;
    padding: 24px 54px 24px 0;
  }

  .hero-controls {
    right: 16px;
  }

  .hero-dot {
    height: 22px;
  }

  .hero-dot.is-active {
    height: 32px;
  }

  .hero-news-panel::before {
    inset: -80px -54px -92px -46px;
    background:
      radial-gradient(ellipse at 40% 50%, rgba(5, 14, 34, 0.58) 0%, rgba(5, 14, 34, 0.4) 42%, rgba(5, 14, 34, 0.16) 68%, rgba(5, 14, 34, 0) 86%),
      conic-gradient(from 220deg at 42% 50%, rgba(5, 14, 34, 0) 0deg, rgba(44, 152, 211, 0.12) 48deg, rgba(5, 14, 34, 0.24) 104deg, rgba(5, 14, 34, 0) 174deg, rgba(5, 14, 34, 0) 360deg);
  }

  .hero-news-panel h2 {
    font-size: 36px;
  }

  .hero-news-panel p {
    font-size: 15px;
  }

  .hero .hero-actions {
    margin-top: 22px;
  }

  .hero .hero-actions .btn {
    min-width: 0;
  }

  .hero .hero-metrics {
    width: 100%;
    padding-top: 14px;
  }

  .hero .hero-metric {
    flex: 1 1 0;
    justify-content: center;
    margin-right: 0;
    padding: 0 8px;
    text-align: center;
  }

  .hero .hero-metric strong {
    font-size: 18px;
  }

  .hero .hero-metric span {
    margin-top: 0;
    font-size: 9px;
  }

  .is-home .section {
    padding: 60px 0;
  }

  .is-home .section + .section {
    padding-top: 60px;
  }

  .is-home .section-title {
    font-size: 28px;
  }

  .support-strip,
  .data-board {
    grid-template-columns: 1fr;
  }

  .compact-row {
    min-height: 168px;
    flex-basis: 100%;
    padding: 72px 22px 24px;
  }

  .compact-row--news {
    min-height: 356px;
    padding: 0;
  }

  .career-card {
    flex-basis: 100%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .hero-news-panel h2 {
    font-size: 32px;
  }

  .hero-news-panel p {
    font-size: 14px;
  }

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

  .hero-news-panel {
    padding-right: 44px;
  }

  .hero-controls {
    right: 12px;
  }

  .hero .hero-metrics {
    justify-content: space-between;
  }

  .hero .hero-metric:nth-child(n+4) {
    display: none;
  }

  .hero .hero-metric:nth-child(3) {
    border-right: 0;
  }
}

/* Alternate homepage: isolated from the current homepage by the .home-v2 scope. */
.home-v2 {
  --hv2-navy: #17296d;
  --hv2-purple: #6326a8;
  --hv2-soft: #f5f6f8;
  --hv2-sidebar-width: 260px;
  overflow: clip;
  background: #fff;
  color: var(--ink);
}

.home-v2 a {
  text-decoration: none;
}

.hv2-discovery {
  padding: 26px 0 68px;
  background: #fff;
}

.hv2-search {
  display: grid;
  grid-template-columns: var(--hv2-sidebar-width) minmax(0, 1fr) 88px;
  min-height: 56px;
  margin-bottom: 22px;
  border: 1px solid #e3e6eb;
  background: #f7f7f8;
}

.hv2-search strong,
.hv2-search label,
.hv2-search > button {
  display: flex;
  min-width: 0;
  align-items: center;
}

.hv2-search strong {
  gap: 11px;
  padding: 0 18px;
  background: #eceef1;
  color: var(--hv2-navy);
  font-size: 14px;
  font-weight: 850;
}

.hv2-search svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hv2-search label {
  position: relative;
  gap: 10px;
  padding: 0 18px;
  color: #9299a8;
}

.hv2-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.hv2-search > button {
  justify-content: center;
  border: 0;
  background: var(--hv2-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.hv2-feature-grid {
  display: grid;
  grid-template-columns: var(--hv2-sidebar-width) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.hv2-category-list {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-top: 1px solid #dfe2e8;
}

.hv2-category-list a {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e6e8ed;
  color: #262d3c;
  font-size: 12px;
  font-weight: 720;
  transition: color 160ms ease, padding 160ms ease;
}

.hv2-category-list a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hv2-category-list a b {
  color: #b7bbc4;
  font-size: 14px;
}

.hv2-category-list a:hover {
  padding-left: 6px;
  color: var(--hv2-navy);
}

.hv2-category-list .hv2-category-list__all {
  margin-top: auto;
  border-bottom-color: var(--hv2-navy);
  color: var(--hv2-navy);
  font-weight: 850;
  text-transform: uppercase;
}

.hv2-feature {
  position: relative;
  display: block;
  min-height: 500px;
  border-radius: 2px;
  background: #17213e;
  overflow: hidden;
}

.hv2-feature__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 500ms ease;
}

.hv2-feature:hover .hv2-feature__media {
  transform: scale(1.025);
}

.hv2-feature__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 19, 54, 0.9) 0%, rgba(9, 19, 54, 0.48) 52%, rgba(9, 19, 54, 0.08) 100%);
}

.hv2-feature__content {
  position: absolute;
  z-index: 1;
  left: clamp(28px, 5vw, 68px);
  bottom: clamp(28px, 5vw, 58px);
  display: block;
  width: min(650px, calc(100% - 56px));
  color: #fff;
}

.hv2-feature__content small {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hv2-feature__content h1 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(32px, 4.2vw, 62px);
  font-weight: 820;
  line-height: 1.03;
  letter-spacing: -0.035em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hv2-feature__content p {
  display: -webkit-box;
  max-width: 580px;
  margin: 17px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hv2-feature__content > b,
.hv2-feature__content > .hv2-feature__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.hv2-feature__content > .hv2-feature__link {
  min-width: 48px;
  min-height: 48px;
  padding-inline: 4px;
}

.hv2-section {
  padding: 72px 0;
}

.hv2-section:nth-of-type(even) {
  background: #fff;
}

.hv2-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.hv2-section-head > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hv2-section-head > div > span {
  color: #b9bec8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hv2-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.hv2-section-head > a {
  color: #7b8290;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hv2-section-head > a b {
  margin-left: 7px;
  color: var(--hv2-navy);
}

.hv2-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dfe2e8;
  border-left: 1px solid #dfe2e8;
}

.hv2-product-card {
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  padding: 25px;
  border-right: 1px solid #dfe2e8;
  border-bottom: 1px solid #dfe2e8;
  background: #fff;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.hv2-product-card:hover {
  z-index: 1;
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(20, 33, 71, 0.12);
}

.hv2-product-card__logo {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 12px;
  background: #fafafa;
}

.hv2-product-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hv2-product-card h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hv2-product-card p {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hv2-product-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #eceef2;
  color: var(--hv2-navy);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.hv2-metrics {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: 50px 0 0;
  background: linear-gradient(115deg, #17296d 0%, #40318c 52%, #8022aa 100%);
  color: #fff;
  overflow: visible;
}

.hv2-metrics::before,
.hv2-metrics::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.hv2-metrics::before {
  top: -180px;
  right: 7%;
  width: 430px;
  height: 430px;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.018);
}

.hv2-metrics::after {
  bottom: -130px;
  left: -80px;
  width: 280px;
  height: 280px;
}

.hv2-metrics .container {
  position: relative;
  z-index: 1;
}

.hv2-metrics__intro {
  text-align: center;
}

.hv2-metrics__intro span {
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hv2-metrics__intro p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.hv2-metrics__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
  transform: translateY(22px);
}

.hv2-metrics__grid a {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 13px;
  padding: 18px 22px;
  border-bottom: 4px solid #d7d9df;
  background: #fff;
  color: var(--ink);
  box-shadow:
    0 18px 36px rgba(20, 15, 62, 0.24),
    0 4px 10px rgba(31, 39, 70, 0.1);
}

.hv2-metrics__grid strong {
  color: var(--hv2-navy);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.hv2-metrics__grid span {
  color: #5f6470;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.hv2-members {
  padding-top: 105px;
  background: #fff;
}

.hv2-metrics + .hv2-section {
  background-color: #fff;
  background-image: linear-gradient(
    180deg,
    #e8eaf0 0,
    rgba(239, 241, 245, 0.82) 28px,
    rgba(248, 249, 251, 0.52) 58px,
    rgba(255, 255, 255, 0) 96px
  );
  background-repeat: no-repeat;
}

.hv2-member-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid #dfe2e8;
  border-left: 1px solid #dfe2e8;
}

.hv2-member-grid a {
  display: flex;
  min-width: 0;
  height: 138px;
  align-items: center;
  justify-content: center;
  padding: 23px;
  border-right: 1px solid #dfe2e8;
  border-bottom: 1px solid #dfe2e8;
  filter: none;
  opacity: 1;
  transition: background-color 180ms ease;
}

.hv2-member-grid a:hover {
  background: #fafbfc;
}

.hv2-member-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hv2-careers {
  background: var(--hv2-soft);
}

.hv2-career-grid {
  display: grid;
  grid-template-columns: 1.08fr repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hv2-career-intro,
.hv2-career-card {
  min-width: 0;
  min-height: 350px;
}

.hv2-career-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: linear-gradient(145deg, #18286a, #7626a7);
  color: #fff;
  overflow: hidden;
}

.hv2-career-intro::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -110px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.035), 0 0 0 76px rgba(255, 255, 255, 0.02);
}

.hv2-career-intro small {
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.hv2-career-intro h3 {
  position: relative;
  z-index: 1;
  margin: 36px 0 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 800;
  line-height: 1.02;
}

.hv2-career-intro p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.6;
}

.hv2-career-intro > a {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: auto;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.hv2-career-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 23px 22px;
  border: 1px solid #e1e4e9;
  background: #fff;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hv2-career-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(20, 31, 70, 0.11);
}

.hv2-career-card__logo {
  display: flex;
  width: 150px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.hv2-career-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hv2-career-card > small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.hv2-career-card h3 {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hv2-career-card p {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.hv2-career-card > span:last-child {
  width: 100%;
  margin-top: auto;
  padding: 11px 15px;
  background: var(--hv2-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.hv2-news {
  background: #fff;
}

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

.hv2-news-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-bottom: 2px solid #e1e4e9;
  background: #fff;
}

.hv2-news-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: #eceef2;
  overflow: hidden;
}

.hv2-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.hv2-news-card:hover .hv2-news-card__media img {
  transform: scale(1.035);
}

.hv2-news-card__body {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  padding: 18px 4px 16px;
}

.hv2-news-card time {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

.hv2-news-card h3 {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hv2-news-card__body > b {
  margin-top: auto;
  color: var(--hv2-navy);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.hv2-join {
  padding: 32px 0;
  background: #eef0f3;
}

.hv2-join .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.hv2-join .container > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}

.hv2-join .container > div > span {
  display: flex;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hv2-navy);
  border-radius: 50%;
  color: var(--hv2-navy);
  font-size: 28px;
  font-weight: 500;
}

.hv2-join p {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.hv2-join p strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 820;
}

.hv2-join .container > a {
  flex: 0 0 auto;
  padding: 14px 20px;
  background: var(--hv2-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

@media (max-width: 1060px) {
  .home-v2 {
    --hv2-sidebar-width: 210px;
  }

  .hv2-search,
  .hv2-feature-grid {
    grid-template-columns: var(--hv2-sidebar-width) minmax(0, 1fr);
  }

  .hv2-search > button {
    grid-column: 2;
  }

  .hv2-search label {
    border-bottom: 1px solid #e3e6eb;
  }

  .hv2-search > button {
    min-height: 44px;
  }

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

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

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

@media (max-width: 760px) {
  .hv2-discovery {
    padding-top: 16px;
    padding-bottom: 48px;
  }

  .hv2-search {
    grid-template-columns: 1fr auto;
  }

  .hv2-search strong {
    grid-column: 1 / -1;
    min-height: 48px;
  }

  .hv2-search > button {
    grid-column: auto;
    min-width: 74px;
  }

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

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

  .hv2-category-list .hv2-category-list__all {
    margin-top: 0;
  }

  .hv2-feature {
    min-height: 430px;
  }

  .hv2-section {
    padding: 54px 0;
  }

  .hv2-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hv2-metrics {
    padding-top: 42px;
  }

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

  .hv2-members {
    padding-top: 92px;
  }

  .hv2-news-grid {
    grid-template-columns: 1fr;
  }

  .hv2-news-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .hv2-news-card__media {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 520px) {
  .hv2-category-list,
  .hv2-product-grid,
  .hv2-metrics__grid,
  .hv2-member-grid,
  .hv2-career-grid,
  .hv2-news-card {
    grid-template-columns: 1fr;
  }

  .hv2-category-list a:nth-child(n+7):not(.hv2-category-list__all) {
    display: none;
  }

  .hv2-feature {
    min-height: 390px;
  }

  .hv2-feature__content h1 {
    font-size: 31px;
  }

  .hv2-feature__content p {
    display: none;
  }

  .hv2-product-card {
    min-height: 270px;
  }

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

  .hv2-member-grid a {
    height: 115px;
    padding: 18px;
  }

  .hv2-career-intro,
  .hv2-career-card {
    min-height: 320px;
  }

  .hv2-news-card__media {
    aspect-ratio: 16 / 10;
  }

  .hv2-join .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .hv2-join .container > a {
    width: 100%;
    text-align: center;
  }
}

/* Siberküme Yeni theme refinements */
:root {
  --brand: #1e2d78;
  --brand-dark: #15225f;
  --cyan: #7127aa;
  --soft: #f5f5f7;
  --soft-2: #eef0f3;
}

[data-theme="siberkumeyeni"] body,
body {
  background: #fff;
}

.hv2-section-head {
  position: relative;
  min-height: 58px;
  isolation: isolate;
}

.hv2-section-head::before {
  content: attr(data-backdrop);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -34px;
  max-width: calc(100vw - 20px);
  transform: translateY(-52%);
  color: #f1f2f4;
  font-size: clamp(54px, 7.4vw, 108px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.07em;
  white-space: nowrap;
  pointer-events: none;
}

.page-head::after {
  font-size: clamp(58px, 8vw, 118px);
}

.hv2-section-head > div,
.hv2-section-head > a {
  position: relative;
  z-index: 1;
}

.hv2-section-head > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4e5667;
  transition: color 160ms ease, opacity 160ms ease;
}

.hv2-section-head > a:hover {
  color: var(--hv2-navy);
}

.hv2-section-head > a b {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #dfe2e8;
  font-size: 13px;
}

.hv2-product-slider {
  position: relative;
}

.hv2-product-viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.hv2-product-viewport::-webkit-scrollbar {
  display: none;
}

.hv2-product-track {
  display: flex;
  width: max-content;
  border-top: 1px solid #dfe2e8;
  border-left: 1px solid #dfe2e8;
}

.hv2-product-track .hv2-product-card {
  width: 277px;
  flex: 0 0 277px;
  scroll-snap-align: start;
}

.hv2-slider-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
  border: 0;
  background: rgba(30, 45, 120, 0.9);
  color: #fff;
  font-size: 31px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 8px 22px rgba(20, 30, 75, 0.2);
  cursor: pointer;
}

.hv2-slider-button--prev {
  left: -24px;
}

.hv2-slider-button--next {
  right: -24px;
}

.hv2-slider-button:hover {
  background: #7127aa;
}

.hv2-metrics__notch {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  display: block;
  width: 112px;
  height: 40px;
  overflow: hidden;
  background: transparent;
  transform: translateX(-50%);
  pointer-events: none;
}

.hv2-metrics__notch::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  width: 76px;
  height: 76px;
  border-bottom-right-radius: 13px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.hv2-career-grid {
  grid-template-columns: 1.12fr repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.hv2-career-intro {
  z-index: 1;
}

.hv2-career-intro + .hv2-career-card {
  position: relative;
  z-index: 2;
  margin: 26px 0 -18px -48px;
  box-shadow: 0 18px 42px rgba(20, 31, 70, 0.15);
}

.hv2-career-card + .hv2-career-card {
  margin: 26px 0 -18px 16px;
}

.page-head {
  position: relative;
  background: #fff;
  overflow: hidden;
  isolation: isolate;
}

.page-head::after {
  content: attr(data-backdrop);
  position: absolute;
  z-index: 0;
  top: 52%;
  left: 50%;
  width: max-content;
  max-width: 120vw;
  transform: translate(-50%, -50%);
  color: #f1f2f4;
  font-size: clamp(76px, 12vw, 180px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.075em;
  white-space: nowrap;
  pointer-events: none;
}

.page-head__fx {
  display: none;
}

.page-head .container {
  z-index: 2;
}

.page-head h1 {
  max-width: 900px;
  color: #172035;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 850;
}

.archive-shell {
  gap: 28px;
}

.filter-panel,
.archive-toolbar,
.news-archive-card,
.catalog-archive-card,
.member-card,
.startup-program-card,
.product-detail-card,
.member-profile-card,
.news-story-cover,
.news-story-content,
.event-story-meta {
  border-radius: 0 !important;
}

.filter-panel {
  border-top: 4px solid #1e2d78;
  background: #f5f5f6;
  box-shadow: none;
}

.filter-link.is-active {
  background: #1e2d78;
  color: #fff;
}

.archive-toolbar {
  border-color: #dfe2e8;
  box-shadow: none;
}

.news-archive-grid,
.catalog-archive-grid,
.member-archive-grid {
  gap: 18px;
}

.news-archive-card,
.catalog-archive-card,
.member-card {
  border-color: #dde0e6;
  box-shadow: none;
}

.news-archive-card__action,
.catalog-card__action,
.member-card__footer {
  border-radius: 0 !important;
  background: #1e2d78 !important;
  color: #fff !important;
}

.news-story-section,
.event-story-section,
.section {
  background-color: #fff;
}

.news-story-related,
.event-detail-related {
  border-left-color: #dfe2e8;
}

.new-footer-signup {
  border-top: 1px solid #dfe2e8;
  background: #ededf0;
}

.new-footer-signup .container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(320px, 1.35fr);
  align-items: stretch;
}

.new-footer-signup__join,
.new-footer-signup__copy,
.new-footer-signup__form {
  min-height: 106px;
}

.new-footer-signup__join {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-right: 28px;
  color: #172035;
}

.new-footer-signup__join > span {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 2px solid #172035;
  border-radius: 50%;
  font-size: 28px;
}

.new-footer-signup p,
.new-footer-signup__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.new-footer-signup p {
  margin: 0;
}

.new-footer-signup strong {
  color: #172035;
  font-size: 14px;
  font-weight: 850;
}

.new-footer-signup small {
  color: #5f6470;
  font-size: 11px;
  line-height: 1.45;
}

.new-footer-signup__copy {
  padding: 0 28px;
  border-left: 1px solid #d7d9df;
}

.new-footer-signup__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  align-items: center;
  padding-left: 28px;
  position: relative;
}

.new-footer-signup__form input,
.new-footer-signup__form button {
  height: 44px;
  border: 0;
}

.new-footer-signup__form input {
  min-width: 0;
  padding: 0 16px;
  background: #fff;
  color: #172035;
  font: inherit;
  font-size: 12px;
}

.new-footer-signup__form button {
  background: #1e2d78;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.new-footer-signup__form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.new-footer-signup__message {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 28px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.new-footer-signup__message.is-success {
  color: #176c3a;
}

.new-footer-signup__message.is-error {
  color: #a12626;
}

.new-footer-signup__message[hidden] {
  display: none;
}

.site-footer--classic {
  position: relative;
  padding: 0;
  border: 0;
  background: linear-gradient(118deg, #142467 0%, #3a2c89 54%, #7625a7 100%);
  color: #fff;
  overflow: hidden;
}

.site-footer--classic::before,
.site-footer--classic::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.site-footer--classic::before {
  right: -180px;
  bottom: -230px;
  width: 560px;
  height: 560px;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.018);
}

.site-footer--classic::after {
  top: -180px;
  left: -170px;
  width: 420px;
  height: 420px;
}

.site-footer--classic .container {
  position: relative;
  z-index: 1;
}

.classic-footer-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 45px 0 32px;
}

.classic-footer-contact {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

.classic-footer-contact p,
.classic-footer-contact a {
  margin: 0;
  color: inherit;
}

.classic-footer-contact p,
.classic-footer-contact > a {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.classic-footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.classic-footer-social a {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
}

.classic-footer-brand {
  display: flex;
  justify-content: center;
  padding: 18px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.classic-footer-brand img {
  width: 210px;
  max-height: 70px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.classic-footer-hotline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  text-align: right;
}

.classic-footer-hotline small,
.classic-footer-hotline a {
  display: block;
  color: #fff;
}

.classic-footer-hotline small {
  font-size: 9px;
  text-transform: uppercase;
}

.classic-footer-hotline a {
  font-size: 17px;
  font-weight: 850;
}

.classic-footer-hotline > span {
  font-size: 32px;
}

.classic-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.classic-footer-nav a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.classic-footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.classic-footer-links > div {
  display: grid;
  align-content: start;
  gap: 7px;
}

.classic-footer-links strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.classic-footer-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.classic-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0 22px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
}

.classic-footer-bottom a {
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1060px) {
  .hv2-product-track .hv2-product-card {
    width: 260px;
    flex-basis: 260px;
  }

  .hv2-career-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .hv2-career-intro + .hv2-career-card,
  .hv2-career-card + .hv2-career-card {
    margin: 0;
  }

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

  .new-footer-signup__form {
    grid-column: 1 / -1;
    min-height: 72px;
    padding: 0;
    border-top: 1px solid #d7d9df;
  }

  .new-footer-signup__message {
    left: 0;
  }
}

.fancy-slider__icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.news-story-gallery__grid img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .hv2-section-head::before {
    left: -10px;
    font-size: 54px;
  }

  .hv2-slider-button--prev {
    left: 0;
  }

  .hv2-slider-button--next {
    right: 0;
  }

  .classic-footer-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .classic-footer-contact,
  .classic-footer-contact p,
  .classic-footer-contact > a,
  .classic-footer-hotline {
    justify-items: center;
    justify-content: center;
  }

  .classic-footer-brand {
    border: 0;
  }

  .classic-footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .hv2-product-track .hv2-product-card {
    width: calc(100vw - 52px);
    flex-basis: calc(100vw - 52px);
  }

  .new-footer-signup .container,
  .classic-footer-links {
    grid-template-columns: 1fr;
  }

  .new-footer-signup__join,
  .new-footer-signup__copy {
    min-height: 88px;
    padding: 18px 0;
    border-left: 0;
    border-bottom: 1px solid #d7d9df;
  }

  .new-footer-signup__form {
    grid-template-columns: 1fr 92px;
  }

  .classic-footer-links {
    gap: 20px;
  }

  .classic-footer-bottom {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

/* The classic homepage uses the same solid navigation bar as the reference. */
.is-home .site-header,
.is-home .site-header:not(.is-scrolled) {
  position: sticky;
  inset: auto;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  box-shadow: none;
}

.is-home .site-header:not(.is-scrolled) .brand img {
  filter: none;
}

.is-home .site-header:not(.is-scrolled) .desktop-nav a,
.is-home .site-header:not(.is-scrolled) .language-toggle a,
.is-home .site-header:not(.is-scrolled) .nav-search svg,
.is-home .site-header:not(.is-scrolled) .nav-search input {
  color: var(--ink-soft);
}

.is-home .site-header:not(.is-scrolled) .desktop-nav a:hover,
.is-home .site-header:not(.is-scrolled) .desktop-nav a.is-active,
.is-home .site-header:not(.is-scrolled) .language-toggle a:hover,
.is-home .site-header:not(.is-scrolled) .language-toggle a.is-active {
  color: var(--brand);
}

.is-home .site-header:not(.is-scrolled) .language-toggle a + a::before {
  color: var(--line-strong);
}

.is-home .site-header:not(.is-scrolled) .nav-search input {
  border-bottom-color: var(--line-strong);
}

.is-home .site-header:not(.is-scrolled) .nav-search input::placeholder {
  color: var(--muted);
}

.is-home .site-header:not(.is-scrolled) .btn--outline {
  border-color: var(--line-strong);
  background: #fff;
  color: var(--brand);
}

.is-home .site-header:not(.is-scrolled) .btn--outline:hover {
  border-color: var(--brand);
  background: var(--surface-soft);
}

.is-home .site-header:not(.is-scrolled) .menu-button {
  border-color: var(--line-strong);
  background: #fff;
  color: var(--brand);
}

/* Reference navigation, homepage slider and footer alignment. */
iconify-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

.site-header--classic {
  height: 74px;
  border-bottom: 1px solid #dedfe3;
  color: #282d38;
  background: #fff;
  backdrop-filter: none;
}

.site-header--classic .site-header__inner {
  width: min(1280px, calc(100% - 40px));
  gap: 0;
}

.site-header--classic .brand {
  margin-right: auto;
  padding-right: 24px;
}

.site-header--classic .brand img {
  width: 190px;
  max-height: 58px;
}

.classic-primary-nav {
  align-self: stretch;
  gap: 0;
}

.classic-primary-nav a {
  min-height: 100%;
  padding: 0 10px;
  color: #373a42;
  font-size: 11px;
  font-weight: 650;
}

.classic-primary-nav a::after {
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 4px;
  background: #1e2d78;
}

.classic-nav-actions {
  display: flex;
  height: 44px;
  align-items: stretch;
  margin-left: 8px;
  border: 1px solid #d8d9dd;
}

.classic-nav-action,
.classic-nav-language,
.classic-nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border-left: 1px solid #d8d9dd;
  color: #282d38;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.classic-nav-action:first-child {
  border-left: 0;
}

.classic-nav-action iconify-icon {
  font-size: 18px;
}

.classic-nav-language {
  min-width: 45px;
  color: #5f6470;
}

.classic-nav-search {
  width: 43px;
  padding: 0;
  font-size: 19px;
}

.classic-nav-action:hover,
.classic-nav-language:hover,
.classic-nav-search:hover {
  background: #f3f3f5;
  color: #1e2d78;
}

.site-header--classic .menu-button {
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.mobile-menu__inner > a iconify-icon {
  margin-right: 8px;
}

.hv2-search iconify-icon {
  font-size: 20px;
}

.hv2-feature-grid {
  grid-template-columns: var(--hv2-sidebar-width) minmax(0, 1fr);
}

.hv2-category-list a {
  min-height: 37px;
  font-size: 11px;
}

.hv2-category-list a iconify-icon {
  color: #aeb2bb;
  font-size: 14px;
}

.hv2-hero-slider,
.hv2-hero-slider__stage {
  position: relative;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
}

.hv2-hero-slider .hv2-feature {
  position: absolute;
  inset: 0;
  min-height: 520px;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.015);
  pointer-events: none;
  transition: opacity 360ms ease, transform 480ms ease, visibility 360ms ease;
}

.hv2-hero-slider .hv2-feature.is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hv2-hero-slider__button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background 180ms ease;
  cursor: pointer;
}

.hv2-hero-slider:hover .hv2-hero-slider__button,
.hv2-hero-slider:focus-within .hv2-hero-slider__button {
  opacity: 1;
}

.hv2-hero-slider__button:hover {
  background: rgba(30, 45, 120, 0.9);
}

.hv2-hero-slider__button--prev {
  left: 0;
}

.hv2-hero-slider__button--next {
  right: 0;
}

.hv2-hero-slider__dots {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 6px;
  left: 42px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hv2-hero-slider__dots button {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hv2-hero-slider__dots button::before {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.55);
  content: "";
}

.hv2-hero-slider__dots button.is-active::before {
  background: #fff;
}

.hv2-feature__content {
  bottom: 72px;
}

.hv2-feature__content h1 {
  max-width: 720px;
  font-size: clamp(30px, 3vw, 44px);
}

.hv2-feature__content > b iconify-icon,
.hv2-feature__content > .hv2-feature__link iconify-icon {
  font-size: 15px;
}

.hv2-section-head::before {
  left: -4px;
  color: #f0f1f3;
  font-size: clamp(36px, 3.8vw, 54px);
  letter-spacing: -0.045em;
}

.hv2-section-head > div > span {
  display: none;
}

.hv2-section-head h2 {
  font-size: clamp(25px, 2.4vw, 34px);
}

.hv2-section-head > a {
  gap: 10px;
  padding: 0;
}

.hv2-section-head > a iconify-icon {
  padding: 0;
  border: 0;
  font-size: 22px;
}

.hv2-slider-button {
  padding: 0;
  font-size: 24px;
}

.hv2-product-card__link iconify-icon,
.hv2-news-card__body > b iconify-icon,
.hv2-career-intro > a iconify-icon {
  font-size: 14px;
}

.hv2-news-card__body > b,
.hv2-career-intro > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hv2-metrics__grid a {
  display: grid;
  grid-template-columns: 30px auto 1fr;
  gap: 8px;
}

.hv2-metrics__grid iconify-icon {
  color: #1e2d78;
  font-size: 27px;
}

.hv2-careers {
  background: #fff;
}

.hv2-career-grid {
  grid-template-columns: 300px repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.hv2-career-intro,
.hv2-career-card {
  min-height: 365px;
}

.hv2-career-intro {
  padding: 30px;
}

.hv2-career-intro h3 {
  margin-top: 24px;
  font-size: 38px;
}

.hv2-career-intro + .hv2-career-card {
  min-height: 338px;
  margin: 27px 0 -18px -52px;
}

.hv2-career-card + .hv2-career-card {
  min-height: 338px;
  margin: 27px 0 -18px 0;
}

.new-footer-signup {
  background: #efeff0;
}

.new-footer-signup .container {
  grid-template-columns: 1.05fr 1fr 1.45fr;
}

.new-footer-signup__join,
.new-footer-signup__copy,
.new-footer-signup__form {
  min-height: 118px;
}

.new-footer-signup__join {
  gap: 20px;
  padding: 0 32px 0 0;
  border-right: 1px solid #d4d5d8;
}

.new-footer-signup__join > iconify-icon {
  color: #111827;
  font-size: 62px;
  stroke-width: 1.25;
}

.new-footer-signup__copy {
  justify-content: center;
  padding: 0 32px;
  border-right: 1px solid #d4d5d8;
}

.new-footer-signup__form {
  padding-left: 34px;
}

.site-footer--classic {
  min-height: 392px;
}

.classic-footer-head {
  grid-template-columns: minmax(0, 1fr) 310px minmax(0, 1fr);
  padding: 48px 0 36px;
}

.classic-footer-contact p,
.classic-footer-contact > a {
  gap: 10px;
}

.classic-footer-contact p iconify-icon,
.classic-footer-contact > a iconify-icon {
  margin-top: 2px;
  font-size: 17px;
}

.classic-footer-social a {
  font-size: 12px;
}

.classic-footer-hotline > span {
  display: block;
  font-size: inherit;
}

.classic-footer-hotline > iconify-icon {
  font-size: 40px;
}

.classic-footer-nav {
  min-height: 54px;
  padding: 0;
}

.classic-footer-map {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.classic-footer-map iconify-icon {
  font-size: 17px;
}

.classic-footer-legal {
  background: #fff;
  color: #5f6470;
  font-size: 9px;
}

.classic-footer-legal .container {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.classic-footer-legal a {
  color: #1e2d78;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .classic-nav-actions {
    display: none;
  }

  .site-header--classic .brand {
    margin-right: 0;
  }

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

  .hv2-career-intro + .hv2-career-card,
  .hv2-career-card + .hv2-career-card {
    min-height: 350px;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .site-header--classic {
    height: 66px;
  }

  .site-header--classic .brand img {
    width: 150px;
  }

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

  .hv2-hero-slider,
  .hv2-hero-slider__stage,
  .hv2-hero-slider .hv2-feature {
    min-height: 430px;
  }

  .hv2-hero-slider__button {
    opacity: 1;
  }

  .hv2-hero-slider__dots {
    right: 16px;
    left: 16px;
    justify-content: center;
  }

  .hv2-section-head::before {
    left: -6px;
    font-size: 34px;
  }

  .new-footer-signup .container,
  .classic-footer-head {
    grid-template-columns: 1fr;
  }

  .new-footer-signup__join,
  .new-footer-signup__copy,
  .new-footer-signup__form {
    min-height: 94px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #d4d5d8;
  }

  .classic-footer-legal .container {
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .hv2-category-list a:nth-child(n+7):not(.hv2-category-list__all) {
    display: flex;
  }

  .hv2-category-list {
    max-height: 285px;
    overflow-y: auto;
  }

  .hv2-section-head::before {
    font-size: 30px;
  }

  .hv2-career-grid {
    grid-template-columns: 1fr;
  }
}

/* Final reference details: fading nav rails, neural network texture and centered legal line. */
.site-header--classic {
  border-bottom: 0;
}

.classic-primary-nav {
  position: relative;
  height: 44px;
  align-self: center;
}

.classic-primary-nav::before,
.classic-primary-nav::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -9px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 217, 221, 0) 0%, rgba(216, 217, 221, 0.42) 28%, #d8d9dd 100%);
  pointer-events: none;
}

.classic-primary-nav::before {
  top: 0;
}

.classic-primary-nav::after {
  bottom: 0;
}

.classic-primary-nav a {
  z-index: 1;
  min-height: 44px;
}

.classic-nav-actions {
  margin-left: 0;
}

.hv2-metrics,
.hv2-career-intro,
.site-footer--classic {
  background-color: #1a2a72;
  background-image: linear-gradient(112deg, #17296d 0%, #34318c 52%, #7625a7 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hv2-metrics::before,
.hv2-metrics::after,
.hv2-career-intro::after,
.site-footer--classic::before,
.site-footer--classic::after {
  display: none;
}

.hv2-career-intro {
  background-position: center;
  background-size: cover;
}

.neural-network-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hv2-category-list a span small {
  color: #5f6470;
  font: inherit;
  font-weight: 650;
}

.hv2-metrics__grid a {
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 11px;
  row-gap: 0;
}

.hv2-metrics__grid a iconify-icon {
  grid-row: 1 / 3;
  grid-column: 1;
  align-self: center;
}

.hv2-metrics__grid a strong {
  grid-row: 1;
  grid-column: 2;
  align-self: end;
  line-height: 1;
}

.hv2-metrics__grid a span {
  grid-row: 2;
  grid-column: 2;
  align-self: start;
  margin-top: 5px;
}

.classic-footer-legal .container {
  justify-content: center;
  text-align: center;
}

.classic-footer-legal p {
  margin: 0;
}

.classic-footer-legal p span {
  margin: 0 7px;
  color: #5f6470;
}

/* Catalog archive sidebar follows the homepage product discovery panel. */
.archive-shell .filter-panel--catalog {
  min-height: 0;
  padding: 0;
  border: 1px solid #e3e6eb;
  border-top: 0;
  background: #fff;
}

.archive-catalog-sidebar__head {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  border-top: 1px solid #e3e6eb;
  border-bottom: 1px solid #dfe2e8;
  background: #eceef1;
  color: #17296d;
  font-size: 14px;
  font-weight: 850;
}

.archive-catalog-sidebar__head iconify-icon {
  font-size: 20px;
}

.filter-panel--catalog .filter-group {
  margin: 0;
  padding: 15px 18px 0;
}

.filter-panel--catalog .filter-group + .filter-group {
  margin-top: 0;
  padding-top: 20px;
}

.filter-panel--catalog .filter-group h2 {
  margin: 0 0 8px;
  color: #5f6470;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.filter-panel--catalog .filter-group--catalog {
  padding-bottom: 4px;
  background: #f8f8f9;
}

.filter-panel--catalog .filter-group--categories {
  max-height: 560px;
  padding-right: 18px;
  padding-bottom: 18px;
}

.filter-panel--catalog .filter-link {
  position: relative;
  min-height: 37px;
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid #e6e8ed;
  background: transparent;
  box-shadow: none;
  color: #262d3c;
  font-size: 11px;
  font-weight: 720;
  transition: color 160ms ease, padding 160ms ease, background 160ms ease;
}

.filter-panel--catalog .filter-link:last-child {
  border-bottom: 1px solid #e6e8ed;
}

.filter-panel--catalog .filter-link span {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-panel--catalog .filter-link iconify-icon {
  flex: 0 0 auto;
  color: #aeb2bb;
  font-size: 14px;
}

.filter-panel--catalog .filter-link:hover,
.filter-panel--catalog .filter-link.is-active {
  padding-left: 6px;
  background: transparent;
  color: #17296d;
}

.filter-panel--catalog .filter-link.is-active {
  font-weight: 850;
}

.filter-panel--catalog .filter-link.is-active::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: -12px;
  width: 3px;
  background: #17296d;
}

/* Corporate inner-page navigation follows the catalog sidebar pattern. */
.about-sidebar--catalog {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e3e6eb;
  border-top: 0;
  background: #fff;
}

.about-sidebar--catalog .about-nav {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 15px 18px 18px;
  border: 0;
  background: #f8f8f9;
}

.about-sidebar--catalog .about-nav a {
  position: relative;
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e6e8ed;
  background: transparent;
  color: #262d3c;
  font-size: 11px;
  font-weight: 720;
  text-align: left;
  transition: color 160ms ease, padding 160ms ease;
}

.about-sidebar--catalog .about-nav a span {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-sidebar--catalog .about-nav a iconify-icon {
  flex: 0 0 auto;
  color: #aeb2bb;
  font-size: 14px;
}

.about-sidebar--catalog .about-nav a:hover,
.about-sidebar--catalog .about-nav a.is-active {
  padding-left: 6px;
  border-bottom-color: #e6e8ed;
  background: transparent;
  color: #17296d;
}

.about-sidebar--catalog .about-nav a.is-active {
  font-weight: 850;
}

.about-sidebar--catalog .about-nav a.is-active::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: -12px;
  width: 3px;
  background: #17296d;
}

/* Inner page header uses the homepage purple neural-network atmosphere. */
.page-head {
  position: relative;
  min-height: 0;
  padding: 32px 0 42px;
  border-bottom: 0;
  background-color: #1a2a72;
  background-image: linear-gradient(112deg, #17296d 0%, #34318c 52%, #7625a7 100%);
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

.page-head::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(69, 171, 225, 0.15), transparent 31%),
    radial-gradient(circle at 86% 72%, rgba(230, 100, 255, 0.16), transparent 34%);
  pointer-events: none;
}

.page-head::after {
  display: none;
  content: none;
}

.page-head > .page-head__network {
  z-index: 0;
  opacity: 0.34;
}

.page-head .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.page-head .breadcrumbs {
  order: 2;
  justify-content: center;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-head .breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

.page-head .breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.94);
}

.page-head .breadcrumbs__home {
  display: inline-flex;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
  transition: color 160ms ease, opacity 160ms ease;
}

.page-head .breadcrumbs__home iconify-icon {
  font-size: 18px;
  filter: drop-shadow(0 0 0.45px currentColor);
}

.page-head .breadcrumbs__home:hover {
  color: #fff;
  opacity: 1;
}

.page-head .breadcrumbs__home:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.page-head .breadcrumbs__current {
  color: #fff;
  font-weight: 850;
}

.page-head .breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.54);
  font-weight: 600;
}

.page-head h1 {
  order: 1;
  max-width: 900px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-shadow: 0 6px 24px rgba(10, 15, 54, 0.18);
}

.page-head p {
  order: 4;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.page-head__meta {
  order: 3;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
}

.page-head__meta-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.page-head__meta > span::before {
  background: rgba(255, 255, 255, 0.72);
}

.page-head__notch {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  left: 50%;
  display: block;
  width: clamp(92px, 8vw, 120px);
  height: 32px;
  transform: translateX(-50%);
  pointer-events: none;
}

.page-head__notch svg {
  display: block;
  width: 100%;
  height: 100%;
}

.page-head__notch path {
  fill: #fff;
}

@media (max-width: 760px) {
  .page-head {
    min-height: 0;
    padding: 26px 0 36px;
  }

  .page-head h1 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .page-head__notch {
    width: 88px;
    height: 26px;
  }
}

/* Unified inner-page and detail system for the new theme. */
.page-view {
  --detail-navy: #1e2d78;
  --detail-purple: #7127aa;
  --detail-line: #dfe2e8;
  --detail-surface: #f6f7f9;
  --detail-shadow: 0 14px 34px rgba(22, 32, 78, 0.07);
}

/*
 * Disabled: the original detail component rules declared earlier in this
 * stylesheet are the production source of truth.
 *
.page-view > .section,
.page-view .news-story-section,
.page-view .event-story-section,
.page-view .startup-section {
  background:
    linear-gradient(180deg, rgba(244, 245, 248, 0.94) 0%, #fff 420px),
    #fff;
}

.product-detail-hero,
.member-profile-hero,
.detail-card,
.company-sidebar-card,
.member-profile-card,
.news-story-cover,
.news-story-content,
.news-story-related,
.event-story-meta,
.startup-nav,
.startup-content,
.content-panel,
.info-panel {
  border-color: var(--detail-line);
  border-radius: 0;
  background: #fff;
}

.product-detail-hero,
.member-profile-hero,
.content-panel,
.startup-content,
.news-story-content,
.news-story-cover {
  position: relative;
  box-shadow: var(--detail-shadow);
}

.product-detail-hero::before,
.member-profile-hero::before,
.content-panel::before,
.startup-content::before,
.news-story-content::before,
.news-story-cover::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 4px;
  background: linear-gradient(90deg, var(--detail-navy), #3a318d 56%, var(--detail-purple));
  pointer-events: none;
}

.product-detail,
.member-profile {
  gap: 22px;
}

.product-detail-hero,
.member-profile-hero {
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
}

.product-detail-logo,
.member-profile-logo {
  border: 1px solid #e2e5ea;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 41, 109, 0.06);
}

.product-detail-heading h2,
.member-profile-heading h2,
.detail-intro h2,
.startup-content__head h2 {
  color: #172035;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.product-detail-heading h2 {
  margin-top: 13px;
  font-size: clamp(30px, 3.7vw, 44px);
}

.product-category-tag,
.eyebrow {
  border-color: rgba(30, 45, 120, 0.16);
  color: var(--detail-navy);
}

.product-category-tag {
  border-radius: 0;
  background: #f4f5f8;
}

.company-link-detail {
  color: #515a6e;
}

.product-detail-grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
}

.member-profile-side,
.info-panel {
  position: sticky;
  top: calc(var(--header-h) + 18px);
}

.detail-card,
.company-sidebar-card,
.member-profile-card,
.info-panel {
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(22, 32, 78, 0.045);
}

.detail-card__head,
.member-profile-card__head,
.sidebar-card-header {
  min-height: 56px;
  border-bottom: 1px solid var(--detail-line);
  background: #eceef1;
}

.detail-card__head,
.member-profile-card__head {
  position: relative;
}

.detail-card__head::after,
.member-profile-card__head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(30, 45, 120, 0.48), rgba(113, 39, 170, 0));
}

.sidebar-card-header {
  background: linear-gradient(112deg, var(--detail-navy), #3a318d 58%, var(--detail-purple));
}

.sidebar-card-header h4 {
  color: #fff;
}

.detail-card__head h3,
.member-profile-card__head h3,
.sidebar-card-header h4,
.news-story-related h2,
.info-panel h2 {
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.detail-card__icon {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  background: var(--detail-navy);
  color: #fff;
  font-size: 16px;
}

.detail-card__icon iconify-icon {
  font-size: 16px;
}

.detail-card__body,
.member-profile-card__body {
  padding: 26px;
  color: #414b5e;
  line-height: 1.78;
}

.detail-card__body img,
.member-profile-card__body img,
.news-story-content img,
.startup-article img,
.content-panel img {
  max-width: 100%;
  height: auto;
}

.training-info-grid {
  gap: 1px;
  border: 1px solid var(--detail-line);
  background: var(--detail-line);
}

.training-info-item {
  min-height: 96px;
  padding: 18px;
  border: 0;
  border-radius: 0;
  background: #f8f8f9;
}

.training-info-item b {
  color: var(--detail-navy);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.training-info-item em {
  color: #172035;
  font-weight: 720;
}

.company-header-sidebar {
  background: linear-gradient(180deg, #fff, #f8f8fa);
}

.company-logo-sidebar,
.company-mini-logo-detail {
  border-radius: 0;
}

.company-stats-sidebar {
  border-color: var(--detail-line);
  background: var(--detail-line);
}

.stat-number {
  color: var(--detail-navy);
}

.btn-view-company {
  border-radius: 0;
  border-color: var(--detail-navy);
  background: var(--detail-navy);
}

.btn-view-company:hover {
  border-color: var(--detail-purple);
  background: var(--detail-purple);
}

.quick-action-btn {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  justify-content: initial;
  gap: 10px;
}

.quick-action-btn iconify-icon {
  color: var(--detail-navy);
  font-size: 17px;
}

.quick-action-btn:hover {
  background: #f1f2f5;
  color: var(--detail-navy);
}

.member-profile-grid {
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 22px;
}

.member-profile-card__head {
  padding: 0 22px;
}

.member-catalog-links a {
  min-height: 84px;
  transition: background 160ms ease, color 160ms ease, padding 160ms ease;
}

.member-catalog-links a:hover {
  padding-left: 28px;
  background: #f3f4f7;
}

.member-catalog-links strong {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: var(--detail-navy);
  color: #fff;
}

.member-catalog-links strong iconify-icon {
  font-size: 16px;
}

.news-story-section {
  padding: 30px 0 64px;
}

.news-story-shell {
  gap: 24px;
}

.news-story-cover {
  border: 1px solid var(--detail-line);
  background: #fff;
}

.news-story-cover img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.news-story-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
}

.news-story-content {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--detail-line);
  color: #3e485b;
  line-height: 1.82;
}

.news-story-content h2,
.news-story-content h3,
.news-story-gallery h2 {
  color: #172035;
  letter-spacing: -0.02em;
}

.news-story-related {
  top: calc(var(--header-h) + 18px);
  padding: 0;
  border: 1px solid var(--detail-line);
  box-shadow: 0 9px 28px rgba(22, 32, 78, 0.045);
  overflow: hidden;
}

.news-story-related h2 {
  min-height: 56px;
  margin: 0;
  padding: 18px 20px;
  background: linear-gradient(112deg, var(--detail-navy), #3a318d 58%, var(--detail-purple));
  color: #fff;
}

.news-story-related__list {
  padding: 0 18px 8px;
}

.news-story-related__list a {
  grid-template-columns: 94px minmax(0, 1fr);
  padding: 14px 0;
}

.news-story-related__media {
  width: 94px;
  border-radius: 0;
}

.news-story-gallery {
  border-top-color: var(--detail-line);
}

.news-story-gallery__grid a {
  border-radius: 0;
}

.news-story-actions a,
.news-story-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--detail-navy);
  background: #fff;
  color: var(--detail-navy);
  text-decoration: none;
}

.news-story-actions button {
  background: var(--detail-navy);
  color: #fff;
}

.news-story-actions button:hover {
  border-color: var(--detail-purple);
  background: var(--detail-purple);
}

.event-story-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--detail-line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 32, 78, 0.045);
}

.event-story-meta > span,
.event-story-meta > span:first-child,
.event-story-meta > span:last-child {
  padding: 18px 22px;
}

.event-story-meta > span iconify-icon {
  width: 34px;
  height: 34px;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--detail-navy);
  font-size: 22px;
}

.event-story-meta > span {
  grid-template-columns: 34px minmax(0, 1fr);
}

.event-story-meta small {
  color: #5f6470;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.startup-layout {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
}

.startup-nav {
  border: 1px solid var(--detail-line);
  box-shadow: 0 9px 28px rgba(22, 32, 78, 0.045);
  overflow: hidden;
}

.startup-nav a {
  min-height: 48px;
  margin-left: 0;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #e6e8ed;
  background: #fff;
  font-size: 13px;
}

.startup-nav a:hover,
.startup-nav a.is-active {
  border-left-color: var(--detail-navy);
  background: #f0f1f4;
  color: var(--detail-navy);
}

.startup-nav .startup-nav__portal {
  margin-top: 0;
  border-top: 0;
  border-left-color: transparent;
  border-bottom: 0;
  background: linear-gradient(112deg, var(--detail-navy), var(--detail-purple));
  color: #fff;
}

.startup-nav .startup-nav__portal:hover {
  border-left-color: transparent;
  background: linear-gradient(112deg, #283c98, #812dbe);
  color: #fff;
}

.startup-nav__portal iconify-icon {
  font-size: 18px;
}

.startup-content {
  max-width: none;
  padding: clamp(26px, 3.5vw, 44px);
  border: 1px solid var(--detail-line);
}

.startup-content__head {
  margin-bottom: 26px;
  padding-bottom: 22px;
}

.startup-article,
.content-panel {
  color: #414b5e;
  line-height: 1.8;
}

.detail-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
}

.content-panel,
.info-panel {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--detail-line);
}

.info-panel {
  padding: 0;
  overflow: hidden;
  box-shadow: 0 9px 28px rgba(22, 32, 78, 0.045);
}

.info-panel h2 {
  min-height: 56px;
  padding: 18px 20px;
  background: linear-gradient(112deg, var(--detail-navy), #3a318d 58%, var(--detail-purple));
  color: #fff;
}

.info-panel .info-list {
  margin-top: 0;
  padding: 0 18px 8px;
  border-top: 0;
}

.info-list a b iconify-icon,
.external-link-icon {
  font-size: 15px;
}

.detail-intro {
  border-bottom-color: var(--detail-line);
}

.detail-logo {
  border-radius: 0;
}

.spec-grid {
  border-color: var(--detail-line);
  background: var(--detail-line);
}

.spec-item {
  position: relative;
  background: #f8f8f9;
}

.spec-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--detail-navy), var(--detail-purple));
}

@media (max-width: 980px) {
  .product-detail-side,
  .member-profile-side,
  .info-panel,
  .news-story-related,
  .startup-sidebar {
    position: static;
  }

  .product-detail-grid,
  .member-profile-grid,
  .news-story-layout,
  .startup-layout,
  .detail-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 680px) {
  .page-view > .section,
  .news-story-section {
    padding: 24px 0 38px;
  }

  .product-detail-hero,
  .member-profile-hero {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .product-detail-logo,
  .member-profile-logo {
    width: 100%;
    min-height: 132px;
  }

  .product-detail-side,
  .news-story-related__list,
  .training-info-grid,
  .event-story-meta,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .event-story-meta > span {
    border-right: 0;
    border-bottom: 1px solid var(--detail-line);
  }

  .event-story-meta > span:last-child {
    border-bottom: 0;
  }

  .news-story-content,
  .startup-content,
  .content-panel {
    padding: 22px;
  }

  .news-story-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .news-story-actions a,
  .news-story-actions button {
    justify-content: center;
  }
}

*/

/* Detail refinement: neutral cards, clean editorial pages and homepage-like sidebars. */
.news-archive-card,
.catalog-card,
.member-card {
  border-top-color: var(--detail-line) !important;
}

.archive-shell .filter-panel--agenda {
  min-height: 0;
  padding: 0;
  border: 1px solid #e3e6eb;
  border-top: 0;
  background: #fff;
}

.archive-agenda-sidebar__head {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  border-top: 1px solid #e3e6eb;
  border-bottom: 1px solid #dfe2e8;
  background: #eceef1;
  color: #17296d;
  font-size: 14px;
  font-weight: 850;
}

.archive-agenda-sidebar__head iconify-icon {
  font-size: 20px;
}

.filter-panel--agenda .filter-group--agenda {
  margin: 0;
  padding: 15px 18px 18px;
}

.filter-panel--agenda .filter-link {
  position: relative;
  min-height: 42px;
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid #e6e8ed;
  background: transparent;
  box-shadow: none;
  color: #262d3c;
  font-size: 12px;
  font-weight: 720;
  transition: color 160ms ease, padding 160ms ease;
}

.filter-panel--agenda .filter-link span {
  color: inherit;
  font: inherit;
}

.filter-panel--agenda .filter-link iconify-icon {
  color: #aeb2bb;
  font-size: 14px;
}

.filter-panel--agenda .filter-link:hover,
.filter-panel--agenda .filter-link.is-active {
  padding-left: 6px;
  background: transparent;
  color: #17296d;
}

.filter-panel--agenda .filter-link.is-active {
  font-weight: 850;
}

.filter-panel--agenda .filter-link.is-active::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -12px;
  width: 3px;
  background: #17296d;
}

.page-head h1 {
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.04;
}

@media (max-width: 760px) {
  .page-head h1 {
    font-size: clamp(28px, 8vw, 40px);
  }
}

/* Career archive */
.archive-shell--career {
  display: block;
  border: 0;
  background: transparent;
  overflow: visible;
}

.archive-shell--career > .filter-panel {
  display: none;
}

.archive-main--career {
  padding: 0;
}

.career-archive-intro {
  position: relative;
  display: grid;
  min-height: 286px;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(34px, 5vw, 62px);
  background: linear-gradient(118deg, #172b78 0%, #292a87 48%, #7524a6 100%);
  color: #fff;
  overflow: hidden;
}

.career-archive-intro__glow {
  position: absolute;
  z-index: 0;
  top: -120px;
  right: 5%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(3px);
  pointer-events: none;
}

.career-archive-intro__content,
.career-archive-intro__count {
  position: relative;
  z-index: 1;
}

.career-archive-intro__content {
  max-width: 720px;
}

.career-archive-intro__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.career-archive-intro__kicker iconify-icon {
  font-size: 18px;
}

.career-archive-intro h2 {
  max-width: 650px;
  margin: 15px 0 0;
  color: #fff;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.career-archive-intro p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.72;
}

.career-archive-intro__count {
  display: grid;
  min-height: 174px;
  place-items: center;
  align-content: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  backdrop-filter: blur(8px);
}

.career-archive-intro__count iconify-icon {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 25px;
}

.career-archive-intro__count strong {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.career-archive-intro__count span {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.archive-main--career .archive-toolbar {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 24px;
  margin: 18px 0 0;
  padding: 17px 20px;
  border: 1px solid #e0e3ea;
  background: #fff;
}

.archive-main--career .search-line > iconify-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  color: #727b8e;
  pointer-events: none;
  transform: translateY(-50%);
}

.archive-main--career .search-line input {
  color: #172035;
  font-size: 14px;
  font-weight: 560;
}

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

.career-archive-card {
  display: grid;
  min-width: 0;
  min-height: 250px;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 30px;
  border: 1px solid #dde1e9;
  background: #fff;
  color: #172035;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.career-archive-card:only-child {
  grid-column: 1 / -1;
}

.career-archive-card:hover {
  border-color: #c4cad6;
  box-shadow: 0 18px 38px rgba(23, 32, 53, 0.08);
  transform: translateY(-2px);
}

.career-archive-card__logo {
  display: flex;
  width: 108px;
  height: 108px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e5eb;
  background: #fafbfc;
  overflow: hidden;
}

.career-archive-card__logo img {
  width: 100%;
  height: 100%;
  padding: 13px;
  object-fit: contain;
}

.career-archive-card__body {
  min-width: 0;
}

.career-archive-card__company {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #667085;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.career-archive-card__company iconify-icon {
  color: #293b83;
  font-size: 16px;
}

.career-archive-card h3 {
  margin: 10px 0 0;
  color: #172035;
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 790;
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.career-archive-card p {
  display: -webkit-box;
  max-width: 720px;
  margin: 12px 0 0;
  overflow: hidden;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.career-archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.career-archive-card__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #626b7c;
  font-size: 12px;
  font-weight: 720;
}

.career-archive-card__meta iconify-icon {
  color: #293b83;
  font-size: 16px;
}

.career-archive-card__action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 18px;
  background: #233577;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 160ms ease;
}

.career-archive-card__action iconify-icon {
  font-size: 17px;
  transition: transform 160ms ease;
}

.career-archive-card:hover .career-archive-card__action {
  background: #15245e;
}

.career-archive-card:hover .career-archive-card__action iconify-icon {
  transform: translateX(3px);
}

@media (max-width: 860px) {
  .career-archive-intro {
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 28px;
  }

  .career-archive-intro__count {
    min-height: 150px;
  }

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

  .career-archive-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .career-archive-card__logo {
    width: 88px;
    height: 88px;
  }

  .career-archive-card__action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .archive-main--career {
    padding: 0;
  }

  .career-archive-intro {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    padding: 28px 24px;
  }

  .career-archive-intro__count {
    min-height: 112px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    justify-content: start;
    justify-items: start;
    padding: 18px 20px;
  }

  .career-archive-intro__count iconify-icon {
    grid-row: 1 / 3;
    margin: 0;
  }

  .career-archive-intro__count strong {
    font-size: 38px;
  }

  .career-archive-intro__count span {
    margin: 2px 0 0;
  }

  .archive-main--career .archive-toolbar {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .archive-main--career .page-size,
  .archive-main--career .toolbar-count {
    justify-content: space-between;
  }

  .career-archive-card {
    min-height: 0;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
  }

  .career-archive-card__logo {
    width: 68px;
    height: 68px;
  }

  .career-archive-card__company {
    font-size: 10px;
  }

  .career-archive-card h3 {
    font-size: 23px;
  }

  .career-archive-card__meta,
  .career-archive-card__action {
    grid-column: 1 / -1;
  }

  .career-archive-card__action {
    width: 100%;
    justify-self: stretch;
  }
}

/* Career archive: sidebar layout and catalog-style job cards. */
.archive-shell--career {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.archive-shell--career > .filter-panel {
  display: block;
}

.archive-main--career {
  padding: 24px;
}

.career-archive-intro {
  min-height: 238px;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 28px;
  padding: 34px 36px;
}

.career-archive-intro h2 {
  font-size: clamp(30px, 3.2vw, 42px);
}

.career-archive-intro p {
  margin-top: 14px;
  font-size: 14px;
}

.career-archive-intro__count {
  min-height: 142px;
  padding: 18px;
}

.career-archive-intro__count strong {
  font-size: 42px;
}

.archive-main--career .archive-toolbar {
  gap: 18px;
  margin-top: 18px;
  padding: 14px 16px;
}

.career-archive-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.career-archive-card,
.career-archive-card:only-child {
  position: relative;
  display: grid;
  min-height: 100%;
  grid-column: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.career-archive-card:hover {
  border-color: rgba(44, 152, 211, 0.42);
  box-shadow: 0 16px 36px rgba(7, 26, 62, 0.09);
  transform: translateY(-2px);
}

.career-archive-card__top {
  position: relative;
  display: flex;
  min-height: 148px;
  align-items: center;
  justify-content: center;
  padding: 34px 22px 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}

.career-archive-card__kind {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 7px;
  padding: 0 11px 0 9px;
  border: 1px solid rgba(24, 92, 172, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.career-archive-card__kind::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(24, 92, 172, 0.12);
}

.career-archive-card__logo {
  width: 164px;
  height: 88px;
  border: 0;
  background: transparent;
}

.career-archive-card__logo img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
}

.career-archive-card__body {
  display: flex;
  min-width: 0;
  min-height: 178px;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 0;
}

.career-archive-card h3 {
  display: -webkit-box;
  min-height: 46px;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 18px;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 160ms ease;
}

.career-archive-card:hover h3 {
  color: var(--brand);
}

.career-archive-card__company {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: auto;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 820;
  line-height: 1.45;
  text-transform: uppercase;
}

.career-archive-card__company iconify-icon {
  flex: 0 0 auto;
  margin-top: 1px;
}

.career-archive-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.career-archive-card__meta {
  min-height: 0;
  margin-top: 0;
}

.career-archive-card__meta:empty {
  display: none;
}

.career-archive-card__footer {
  display: flex;
  padding: 18px;
}

.career-archive-card__action {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--brand);
  background: var(--brand);
}

@media (max-width: 980px) {
  .archive-shell--career {
    grid-template-columns: minmax(0, 1fr);
  }

  .archive-shell--career > .filter-panel {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .archive-main--career {
    padding: 20px;
  }

  .career-archive-intro {
    grid-template-columns: minmax(0, 1fr);
    padding: 28px 24px;
  }

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

  .career-archive-card__body {
    min-height: 156px;
  }

  .career-archive-card__footer,
  .career-archive-card__action {
    grid-column: auto;
  }
}

/* Career detail */
.career-detail-section {
  padding-block: clamp(34px, 5vw, 64px) clamp(54px, 7vw, 88px);
  background:
    radial-gradient(circle at 8% 8%, rgba(45, 44, 130, 0.055), transparent 28%),
    #f7f8fb;
}

.career-detail-shell {
  display: grid;
  gap: 28px;
}

.career-detail-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: center;
  gap: clamp(32px, 5vw, 70px);
  min-height: 292px;
  padding: clamp(32px, 4.5vw, 56px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(205, 81, 230, 0.5), transparent 31%),
    linear-gradient(120deg, #172c72 0%, #27247c 48%, #7d299d 100%);
  box-shadow: 0 24px 60px rgba(31, 35, 94, 0.2);
}

.career-detail-hero::after {
  position: absolute;
  inset: auto -5% -95px 42%;
  z-index: -1;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  content: "";
  transform: rotate(-5deg);
}

.career-detail-hero .neural-network-canvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.52;
  pointer-events: none;
}

.career-detail-hero__logo {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 108px;
  padding: 18px;
  background: #fff;
}

.career-detail-hero__logo img {
  display: block;
  width: 100%;
  max-width: 145px;
  max-height: 70px;
  object-fit: contain;
}

.career-detail-hero__content {
  min-width: 0;
}

.career-detail-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.career-detail-hero__kicker iconify-icon {
  color: #fff;
  font-size: 19px;
}

.career-detail-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 830;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.career-detail-hero__company {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}

.career-detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.career-detail-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 12px;
  font-weight: 740;
  backdrop-filter: blur(7px);
}

.career-detail-hero__meta iconify-icon {
  flex: 0 0 auto;
  font-size: 17px;
}

.career-detail-hero__application {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.career-detail-hero__application p {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 2px 2px 0;
  color: #fff;
}

.career-detail-hero__application p small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.career-detail-hero__application p strong {
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.career-detail-apply-button {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  background: #fff;
  color: var(--brand);
  font-size: 13px;
  font-weight: 850;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.career-detail-apply-button iconify-icon {
  font-size: 18px;
  transition: transform 180ms ease;
}

.career-detail-apply-button:hover,
.career-detail-apply-button:focus-visible {
  color: #fff;
  background: #17245f;
  transform: translateY(-2px);
}

.career-detail-apply-button:hover iconify-icon,
.career-detail-apply-button:focus-visible iconify-icon {
  transform: translateX(3px);
}

.career-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 28px;
}

.career-detail-main,
.career-detail-side {
  display: grid;
  min-width: 0;
  gap: 20px;
}

.career-detail-panel,
.career-detail-company,
.career-detail-actions {
  border: 1px solid #e2e4ec;
  background: #fff;
  box-shadow: 0 12px 34px rgba(27, 34, 81, 0.055);
}

.career-detail-panel__head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 18px clamp(22px, 3vw, 34px);
  border-bottom: 1px solid #ececf2;
}

.career-detail-panel__head > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--brand);
  background: #f1f1f8;
  font-size: 19px;
}

.career-detail-panel__head h2,
.career-detail-company h2,
.career-detail-actions h2 {
  margin: 0;
  color: var(--ink);
}

.career-detail-panel__head h2 {
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.2;
}

.career-detail-body {
  padding: clamp(24px, 4vw, 40px);
  color: #4f566b;
  font-size: 16px;
  line-height: 1.8;
}

.career-detail-body > :first-child {
  margin-top: 0;
}

.career-detail-body > :last-child {
  margin-bottom: 0;
}

.career-detail-body p {
  margin-block: 0 1.1em;
}

.career-detail-body ul,
.career-detail-body ol {
  padding-left: 1.25em;
}

.career-detail-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 10px clamp(22px, 3vw, 34px) 22px;
}

.career-detail-spec {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 84px;
  padding: 14px 14px 14px 0;
  border-bottom: 1px solid #ececf2;
}

.career-detail-spec:nth-last-child(-n + 2) {
  border-bottom-color: transparent;
}

.career-detail-spec > iconify-icon {
  color: #7d8191;
  font-size: 21px;
}

.career-detail-spec span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.career-detail-spec small {
  color: #5f6470;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.career-detail-spec b {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.career-detail-files {
  display: grid;
  gap: 10px;
  padding: 24px clamp(22px, 3vw, 34px);
}

.career-detail-files a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid #e6e7ed;
  color: var(--ink);
  background: #fafafd;
  font-size: 13px;
  font-weight: 760;
}

.career-detail-files a span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.career-detail-side {
  position: sticky;
  top: 100px;
}

.career-detail-company,
.career-detail-actions {
  padding: 26px;
}

.career-detail-company {
  display: grid;
  gap: 18px;
}

.career-detail-company__label {
  color: #5f6470;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.career-detail-company__logo {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid #e8e9ef;
  background: #fafafd;
}

.career-detail-company__logo img {
  display: block;
  max-width: 150px;
  max-height: 75px;
  object-fit: contain;
}

.career-detail-company h2 {
  font-size: 17px;
  line-height: 1.45;
}

.career-detail-company > a {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  padding-top: 14px;
  border-top: 1px solid #ececf2;
  color: var(--brand);
  font-size: 12px;
  font-weight: 790;
}

.career-detail-actions {
  display: grid;
  gap: 9px;
}

.career-detail-actions h2 {
  margin-bottom: 9px;
  font-size: 17px;
}

.career-detail-actions__hint {
  margin: -2px 0 9px;
  color: #646a7c;
  font-size: 12px;
  line-height: 1.6;
}

.career-detail-action {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid #e2e3ea;
  border-radius: 0;
  color: #34394c;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 790;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.career-detail-action iconify-icon {
  color: #767b8e;
  font-size: 18px;
  transition: color 180ms ease;
}

.career-detail-action:hover,
.career-detail-action:focus-visible {
  border-color: #c8c9d6;
  color: var(--brand);
  background: #f6f6fa;
}

.career-detail-action:hover iconify-icon,
.career-detail-action:focus-visible iconify-icon {
  color: var(--brand);
}

.career-detail-action--apply {
  min-height: 52px;
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.career-detail-action--apply iconify-icon {
  color: #fff;
}

.career-detail-action--apply:hover,
.career-detail-action--apply:focus-visible {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  color: #fff;
}

.career-detail-action--apply:hover iconify-icon,
.career-detail-action--apply:focus-visible iconify-icon {
  color: #fff;
}

@media (max-width: 980px) {
  .career-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .career-detail-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .career-detail-section {
    padding-block: 24px 54px;
  }

  .career-detail-shell {
    gap: 18px;
  }

  .career-detail-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    min-height: 0;
    padding: 28px 22px 32px;
  }

  .career-detail-hero__logo {
    min-height: 96px;
    padding: 15px;
  }

  .career-detail-hero__logo img {
    max-height: 62px;
  }

  .career-detail-hero h1 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .career-detail-hero__meta {
    display: grid;
  }

  .career-detail-hero__meta span {
    width: 100%;
  }

  .career-detail-specs,
  .career-detail-side {
    grid-template-columns: minmax(0, 1fr);
  }

  .career-detail-spec:nth-last-child(-n + 2) {
    border-bottom-color: #ececf2;
  }

  .career-detail-spec:last-child {
    border-bottom-color: transparent;
  }

  .career-detail-panel__head,
  .career-detail-body,
  .career-detail-company,
  .career-detail-actions {
    padding-inline: 20px;
  }
}

@media print {
  .career-detail-section {
    background: #fff;
  }

  .career-detail-side,
  .career-detail-hero .neural-network-canvas {
    display: none;
  }

  .career-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Career detail follows the shared product/service detail language. */
.career-product-detail__hero {
  align-items: center;
}

.career-product-detail__company {
  margin: 12px 0 0;
  color: #515a6e;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.5;
}

.career-product-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
  color: #676e80;
  font-size: 12px;
  font-weight: 720;
}

.career-product-detail__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.career-product-detail__meta iconify-icon {
  color: var(--brand);
  font-size: 17px;
}

.career-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--detail-line);
  border-left: 1px solid var(--detail-line);
}

.career-info-grid > span {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 3px 11px;
  min-height: 88px;
  align-content: center;
  padding: 16px 18px;
  border-right: 1px solid var(--detail-line);
  border-bottom: 1px solid var(--detail-line);
  background: #fafafd;
}

.career-info-grid iconify-icon {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--brand);
  font-size: 19px;
}

.career-info-grid small {
  color: #6a7080;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.career-info-grid b {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.career-application-card__body {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.career-application-card__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: var(--brand);
  font-size: 20px;
}

.career-application-card__body > p {
  margin: 0;
  color: #5d6475;
  font-size: 13px;
  line-height: 1.65;
}

.career-application-card__deadline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--detail-line);
}

.career-application-card__deadline small {
  color: #6a7080;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.career-application-card__deadline b {
  color: var(--ink);
  font-size: 13px;
}

.career-application-card .btn-view-company {
  gap: 9px;
  margin: 0;
}

.career-application-card .btn-view-company iconify-icon {
  font-size: 17px;
}

@media (max-width: 680px) {
  .career-product-detail__meta {
    display: grid;
  }

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

/* Only database-backed rich-text output is justified. */
.db-richtext {
  text-align: justify;
  text-justify: inter-word;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.member-about-copy {
  text-align: justify;
  text-justify: inter-word;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* Shared typography scale for frequently repeated interface elements. */
.classic-primary-nav a,
.classic-nav-action,
.classic-nav-language {
  font-size: var(--font-ui);
  line-height: 1.35;
}

.classic-footer-nav a,
.new-footer-signup small,
.classic-footer-contact,
.classic-footer-hotline small,
.hv2-category-list a,
.hv2-feature__content small,
.hv2-section-head > a,
.hv2-product-card__link,
.hv2-metrics__grid span,
.filter-panel--catalog .filter-link,
.filter-panel--catalog .filter-group h2 {
  font-size: var(--font-caption);
}

.classic-footer-legal {
  font-size: 11px;
}

.news-archive-card p {
  font-size: var(--font-body-small);
}

/* Event calendar */
.event-calendar-section {
  padding-block: 42px 78px;
  background: #f7f7f9;
}

.event-calendar-shell {
  align-items: start;
  border: 0;
  background: transparent;
  overflow: visible;
}

.event-calendar {
  display: grid;
  min-width: 0;
  gap: 20px;
}

.event-calendar__filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid #e0e3e9;
  background: #fff;
}

.event-calendar__filters label {
  display: grid;
  gap: 8px;
}

.event-calendar__filters label > span {
  color: #4d5565;
  font-size: var(--font-caption);
  font-weight: 800;
}

.event-calendar__filters input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid #d7dbe3;
  outline: 0;
  background: #fff;
  color: #172035;
  font-size: var(--font-body-small);
}

.event-calendar__filters input:focus-visible {
  border-color: #1e2d78;
  box-shadow: 0 0 0 3px rgba(30, 45, 120, 0.12);
}

.event-calendar__panel {
  position: relative;
  min-height: 780px;
  border: 1px solid #dfe2e8;
  background: #fff;
}

.event-calendar__loading {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: #fff;
  color: #4d5565;
  font-size: var(--font-body-small);
  font-weight: 750;
}

.event-calendar__loading[hidden] {
  display: none;
}

.event-calendar__loading > span:first-child {
  width: 18px;
  height: 18px;
  border: 2px solid #c9ced8;
  border-top-color: #1e2d78;
  border-radius: 50%;
  animation: event-calendar-loading 700ms linear infinite;
}

@keyframes event-calendar-loading {
  to {
    transform: rotate(360deg);
  }
}

.event-calendar__toolbar {
  display: grid;
  min-height: 72px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid #dfe2e8;
}

.event-calendar__toolbar h2 {
  min-width: 0;
  margin: 0;
  color: #172035;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 820;
  line-height: 1.2;
  text-align: left;
  text-transform: capitalize;
}

.event-calendar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}

.event-calendar__toolbar button {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d9dde5;
  background: transparent;
  color: #1e2d78;
  transition: border-color 160ms ease, color 160ms ease;
}

.event-calendar__toolbar button:hover {
  border-color: #1e2d78;
  color: #7127aa;
}

.event-calendar__toolbar button:focus-visible {
  outline: 2px solid #1e2d78;
  outline-offset: 2px;
}

.event-calendar__toolbar button iconify-icon {
  font-size: 20px;
}

.event-calendar__toolbar .event-calendar__today {
  padding-inline: 15px;
  font-size: var(--font-ui);
  font-weight: 800;
}

.event-calendar__weekdays,
.event-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.event-calendar__weekdays {
  border-bottom: 1px solid #dfe2e8;
  background: #f2f3f6;
}

.event-calendar__weekdays span {
  padding: 12px 8px;
  color: #505869;
  font-size: var(--font-caption);
  font-weight: 850;
  text-align: center;
}

.event-calendar__day {
  min-width: 0;
  min-height: 116px;
  padding: 10px;
  border-right: 1px solid #e5e7ec;
  border-bottom: 1px solid #e5e7ec;
  background: #fff;
}

.event-calendar__day:nth-child(7n) {
  border-right: 0;
}

.event-calendar__day > time {
  display: inline-flex;
  min-width: 26px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  color: #303849;
  font-size: var(--font-ui);
  font-weight: 800;
}

.event-calendar__day.is-outside {
  background: #fafafa;
}

.event-calendar__day.is-outside > time {
  color: #667085;
}

.event-calendar__day.is-today > time {
  border-bottom: 2px solid #7127aa;
  color: #1e2d78;
}

.event-calendar__event {
  position: relative;
  display: block;
  margin-top: 7px;
  padding: 2px 0 2px 12px;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #26336e;
  font-size: 11px;
  font-weight: 780;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-calendar__event::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7127aa;
  transform: translateY(-50%);
}

.event-calendar__event:hover {
  color: #7127aa;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.event-calendar__more {
  display: block;
  margin-top: 6px;
  color: #676f7e;
  font-size: 10px;
  font-weight: 750;
}

.event-calendar__empty {
  margin: 0;
  padding: 18px;
  border-top: 1px solid #e5e7ec;
  color: #5b6372;
  font-size: var(--font-body-small);
  text-align: center;
}

.event-calendar__mobile-events {
  display: none;
}

@media (max-width: 860px) {
  .event-calendar-shell > .filter-panel {
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .event-calendar-section {
    padding-block: 26px 56px;
  }

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

  .event-calendar__toolbar {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding-inline: 10px;
  }

  .event-calendar__toolbar h2 {
    text-align: center;
  }

  .event-calendar__actions {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 44px 44px;
  }

  .event-calendar__panel {
    min-height: 545px;
  }

  .event-calendar__toolbar .event-calendar__today {
    min-width: 0;
  }

  .event-calendar__weekdays span {
    padding-inline: 2px;
    font-size: 10px;
  }

  .event-calendar__day {
    min-height: 66px;
    padding: 5px 3px;
    text-align: center;
  }

  .event-calendar__day > time {
    min-width: 23px;
    min-height: 23px;
    font-size: 11px;
  }

  .event-calendar__event {
    width: 7px;
    height: 7px;
    margin: 5px auto 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #7127aa;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  .event-calendar__event::before {
    display: none;
  }

  .event-calendar__more {
    margin-top: 3px;
    font-size: 8px;
    text-align: center;
  }

  .event-calendar__mobile-events {
    display: block;
    border: 1px solid #dfe2e8;
    background: #fff;
  }

  .event-calendar__mobile-events > h2 {
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #e2e5eb;
    color: #172035;
    font-size: 17px;
    font-weight: 820;
  }

  .event-calendar__mobile-event {
    display: grid;
    min-height: 70px;
    grid-template-columns: 54px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-bottom: 1px solid #e7e9ee;
  }

  .event-calendar__mobile-event:last-child {
    border-bottom: 0;
  }

  .event-calendar__mobile-event > time {
    color: #1e2d78;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .event-calendar__mobile-event > span {
    display: grid;
    min-width: 0;
    gap: 4px;
  }

  .event-calendar__mobile-event strong {
    color: #252d3e;
    font-size: 13px;
    line-height: 1.35;
  }

  .event-calendar__mobile-event small {
    color: #656d7c;
    font-size: 11px;
  }

  .event-calendar__mobile-event > iconify-icon {
    color: #1e2d78;
    font-size: 17px;
  }

  .event-calendar__mobile-empty {
    margin: 0;
    padding: 18px 15px;
    color: #626a79;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .event-calendar__loading > span:first-child {
    animation: none;
  }
}

/* Frequently asked questions */
.faq-content {
  min-width: 0;
  max-width: 920px;
}

.faq-content__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe2e8;
}

.faq-content__head > div {
  max-width: 680px;
}

.faq-content__head .section-kicker {
  margin-bottom: 10px;
  color: #26377f;
}

.faq-content__head h2 {
  margin: 0;
  color: #172035;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 820;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.faq-content__head > div > p:not(.section-kicker) {
  margin: 16px 0 0;
  color: #535d70;
  font-size: 16px;
  line-height: 1.72;
}

.faq-content__count {
  display: grid;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(30, 45, 120, 0.16);
  background:
    linear-gradient(145deg, rgba(30, 45, 120, 0.07), rgba(113, 39, 170, 0.08)),
    #fff;
}

.faq-content__count strong {
  color: #17296d;
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}

.faq-content__count small {
  margin-top: 7px;
  color: #677083;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.faq-item {
  border: 1px solid #dfe2e8;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faq-item:hover {
  border-color: rgba(30, 45, 120, 0.38);
}

.faq-item[open] {
  border-color: rgba(30, 45, 120, 0.3);
  box-shadow: 0 15px 34px rgba(22, 32, 78, 0.08);
  transform: translateY(-1px);
}

.faq-item summary {
  display: grid;
  min-height: 82px;
  grid-template-columns: 48px minmax(0, 1fr) 38px;
  gap: 20px;
  align-items: center;
  padding: 16px 20px;
  color: #172035;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary:focus-visible {
  outline: 3px solid rgba(44, 152, 211, 0.34);
  outline-offset: -3px;
}

.faq-item__index {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #dfe2e8;
  background: #f5f6f9;
  color: #657086;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.faq-item[open] .faq-item__index {
  border-color: transparent;
  background: linear-gradient(145deg, #17296d, #7127aa);
  color: #fff;
}

.faq-item__question {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.42;
}

.faq-item__toggle {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dfe2e8;
  border-radius: 50%;
  color: #17296d;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  transition: opacity 180ms ease, transform 180ms ease;
}

.faq-item__toggle::after {
  transform: rotate(90deg);
}

.faq-item[open] .faq-item__toggle {
  border-color: #17296d;
  background: #17296d;
  color: #fff;
}

.faq-item[open] .faq-item__toggle::after {
  opacity: 0;
  transform: rotate(0);
}

.faq-item__answer {
  margin: 0 20px 0 88px;
  padding: 0 58px 25px 0;
  border-top: 1px solid #eceef2;
}

.faq-item__answer p {
  max-width: 680px;
  margin: 21px 0 0;
  color: #535d70;
  font-size: 15px;
  line-height: 1.76;
}

.faq-item__answer a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #17296d;
  font-size: 13px;
  font-weight: 850;
}

.faq-item__answer a:hover {
  color: #7127aa;
}

.faq-item__answer a iconify-icon {
  font-size: 16px;
}

.faq-contact-card {
  display: grid;
  min-height: 118px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding: 25px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 104, 255, 0.23), transparent 29%),
    linear-gradient(135deg, #17296d, #392f91 58%, #7127aa);
  color: #fff;
}

.faq-contact-card h2 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 820;
  line-height: 1.3;
}

.faq-contact-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.5;
}

.faq-contact-card > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.faq-contact-card > a::after {
  content: "↗";
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.faq-contact-card > a:hover {
  border-color: #fff;
  background: #fff;
  color: #17296d;
}

@media (max-width: 700px) {
  .faq-content__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 26px;
    padding-bottom: 24px;
  }

  .faq-content__head h2 {
    font-size: 34px;
  }

  .faq-content__count {
    width: auto;
    height: 38px;
    flex: 0 0 auto;
    grid-auto-flow: column;
    gap: 7px;
    align-items: center;
    padding: 0 13px;
  }

  .faq-content__count strong {
    font-size: 19px;
  }

  .faq-content__count small {
    margin: 0;
  }

  .faq-item summary {
    min-height: 72px;
    grid-template-columns: 38px minmax(0, 1fr) 32px;
    gap: 12px;
    padding: 14px 13px;
  }

  .faq-item__index {
    width: 38px;
    height: 38px;
    font-size: 10px;
  }

  .faq-item__question {
    font-size: 15px;
  }

  .faq-item__toggle {
    width: 32px;
    height: 32px;
  }

  .faq-item__answer {
    margin: 0 13px 0 63px;
    padding: 0 8px 21px 0;
  }

  .faq-item__answer p {
    margin-top: 17px;
    font-size: 14px;
  }

  .faq-contact-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .faq-contact-card > a {
    justify-content: center;
  }
}

/* Contact page */
.contact-page__section {
  padding: clamp(50px, 6vw, 82px) 0 clamp(66px, 8vw, 104px);
  background:
    radial-gradient(circle at 92% 8%, rgba(112, 39, 170, 0.06), transparent 28%),
    linear-gradient(180deg, #f5f6f9 0, #fff 540px);
}

.contact-page__content {
  min-width: 0;
}

.contact-page__intro {
  max-width: 780px;
  margin-bottom: clamp(30px, 4vw, 46px);
}

.contact-page__eyebrow,
.contact-form-card > header > span,
.contact-map__head > div > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #26377f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-page__eyebrow iconify-icon,
.contact-form-card > header > span iconify-icon,
.contact-map__head > div > span iconify-icon {
  flex: 0 0 auto;
  font-size: 18px;
}

.contact-page__intro h2 {
  max-width: 680px;
  margin: 0;
  color: #172035;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 820;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.contact-page__intro p {
  max-width: 700px;
  margin: 20px 0 0;
  color: #535d70;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.72;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
}

.contact-details {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(209, 96, 255, 0.23), transparent 27%),
    linear-gradient(145deg, #17296d 0%, #34318c 54%, #7025a2 100%);
  color: #fff;
}

.contact-details::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.025), 0 0 0 86px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

.contact-details > .neural-network-canvas {
  z-index: 0;
  opacity: 0.4;
}

.contact-details__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 510px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 48px);
}

.contact-details__brand {
  max-width: 350px;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 820;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.contact-details__list {
  display: grid;
  gap: 0;
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-details__item {
  display: grid;
  min-width: 0;
  min-height: 92px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: start;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

a.contact-details__item {
  transition: padding 180ms ease, border-color 180ms ease;
}

a.contact-details__item:hover {
  padding-right: 8px;
  padding-left: 8px;
  border-bottom-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.contact-details__item > iconify-icon:first-child {
  margin-top: 2px;
  font-size: 22px;
}

.contact-details__item p {
  display: grid;
  min-width: 0;
  gap: 7px;
  margin: 0;
}

.contact-details__item small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details__item strong {
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.contact-details__arrow {
  margin-top: 2px;
  font-size: 18px;
}

.contact-form-card {
  padding: clamp(30px, 4.2vw, 52px);
  border: 1px solid #dfe2e9;
  background: #fff;
  box-shadow: 0 18px 54px rgba(22, 32, 78, 0.07);
}

.contact-form-card > header h2,
.contact-map__head h2 {
  margin: 12px 0 0;
  color: #172035;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.contact-form-card > header p,
.contact-map__head p {
  max-width: 590px;
  margin: 13px 0 0;
  color: #596274;
  font-size: 15px;
  line-height: 1.68;
}

.contact-form-card .form-grid {
  gap: 21px 18px;
  margin-top: 34px;
}

.contact-form-card .field {
  gap: 9px;
}

.contact-form-card .field > span {
  color: #343d50;
  font-size: 11px;
  letter-spacing: 0.07em;
}

.contact-form-card .field input,
.contact-form-card .field textarea,
.contact-form-card .field select {
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid #d8dce5;
  background: #f8f9fb;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.contact-form-card .field textarea {
  min-height: 138px;
}

.contact-form-card .field--consent {
  display: grid;
  min-height: 52px;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 15px;
  border: 1px solid #d8dce5;
  background: #f8f9fb;
}

.contact-form-card .field--consent input[type="checkbox"] {
  width: 19px;
  min-height: 19px;
  height: 19px;
  margin: 1px 0 0;
  padding: 0;
  border: 1px solid #9ba2b2;
  accent-color: #253783;
}

.contact-form-card .field--consent > span {
  color: #414a5c;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form-card .field--file input[type="file"] {
  min-height: 50px;
  padding: 7px;
  color: #555f72;
  font-size: 12px;
}

.contact-form-card .field--file input[type="file"]::file-selector-button {
  min-height: 34px;
  margin-right: 11px;
  padding: 0 13px;
  border: 0;
  background: #e9ebf1;
  color: #27334d;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.contact-form-card .field input:focus,
.contact-form-card .field textarea:focus,
.contact-form-card .field select:focus {
  border-color: #343f94;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(52, 63, 148, 0.12);
}

.contact-form-card .field .btn {
  display: inline-flex;
  width: auto;
  min-width: 170px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid #253783;
  background: #253783;
  color: #fff;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.035em;
}

.contact-form-card .field .btn:hover {
  border-color: #17296d;
  background: #17296d;
  color: #fff;
}

.contact-form-card__email {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  border-bottom: 2px solid #26377f;
  color: #26377f;
  font-weight: 800;
}

.contact-map {
  margin-top: 0;
  border: 1px solid #dfe2e9;
  background: #fff;
  box-shadow: 0 18px 54px rgba(22, 32, 78, 0.06);
}

.contact-map--inline {
  min-height: 510px;
}

.contact-map__head {
  display: flex;
  min-height: 170px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(28px, 4vw, 46px);
}

.contact-map__head > div {
  max-width: 680px;
}

.contact-map__head > a {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 0 2px;
  border-bottom: 2px solid #26377f;
  color: #26377f;
  font-size: 13px;
  font-weight: 850;
  transition: gap 160ms ease, color 160ms ease, border-color 160ms ease;
}

.contact-map__head > a:hover {
  gap: 13px;
  border-bottom-color: #6b289f;
  color: #6b289f;
}

.contact-map__head > a iconify-icon {
  font-size: 18px;
}

.contact-map__frame {
  position: relative;
  height: 100%;
  min-height: 510px;
  overflow: hidden;
  background: #e9ebf0;
}

.contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .contact-page__grid {
    grid-template-columns: 1fr;
  }

  .contact-details,
  .contact-details__inner {
    min-height: 430px;
  }

  .contact-map--inline,
  .contact-map__frame {
    min-height: 380px;
  }

  .contact-map__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .contact-page__section {
    padding: 38px 0 64px;
  }

  .contact-page__intro {
    margin-bottom: 26px;
  }

  .contact-page__intro h2 {
    font-size: 35px;
  }

  .contact-page__intro p {
    font-size: 15px;
  }

  .contact-details__inner,
  .contact-form-card,
  .contact-map__head {
    padding: 26px 22px;
  }

  .contact-details,
  .contact-details__inner {
    min-height: 410px;
  }

  .contact-details__list {
    margin-top: 38px;
  }

  .contact-details__item {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 13px;
  }

  .contact-form-card .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card .field {
    grid-column: 1;
  }

  .contact-form-card .field .btn {
    width: 100%;
  }

  .contact-map__frame {
    height: 310px;
    min-height: 310px;
  }
}

/* Shared membership navigation */
.archive-shell--members {
  grid-template-columns: 264px minmax(0, 1fr);
}

.archive-shell--members .filter-panel.membership-nav {
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce2ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(26, 40, 95, 0.08);
}

.membership-nav__head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 22px 18px 20px;
  background:
    radial-gradient(circle at 92% 12%, rgba(118, 215, 255, 0.24), transparent 30%),
    linear-gradient(145deg, #20357f 0%, #39288d 100%);
  color: #fff;
}

.membership-nav__emblem {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.membership-nav__emblem iconify-icon {
  font-size: 23px;
}

.membership-nav__eyebrow {
  display: block;
  margin-bottom: 2px;
  color: #79d9ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.membership-nav__head h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: none;
}

.membership-nav__head p {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.membership-nav__links {
  display: grid;
  gap: 7px;
  padding: 10px;
}

.membership-nav__link {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #27334f;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.membership-nav__link:hover {
  border-color: #dce4f5;
  background: #f7f9fd;
  color: #233783;
}

.membership-nav__link.is-active {
  border-color: #d8e2fa;
  background: #eef3ff;
  color: #233783;
}

.membership-nav__link.is-active::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: #278fc9;
  content: "";
}

.membership-nav__icon,
.membership-nav__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.membership-nav__icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #edf1f8;
  color: #4c5c7b;
}

.membership-nav__icon iconify-icon {
  font-size: 18px;
}

.membership-nav__link.is-active .membership-nav__icon {
  background: #fff;
  color: #278fc9;
  box-shadow: 0 5px 14px rgba(35, 55, 131, 0.09);
}

.membership-nav__copy {
  min-width: 0;
}

.membership-nav__copy strong,
.membership-nav__copy small {
  display: block;
}

.membership-nav__copy strong {
  color: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.membership-nav__copy small {
  margin-top: 3px;
  color: #7a859d;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
}

.membership-nav__arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #8792a8;
}

.membership-nav__link--join {
  margin-top: 3px;
  border-color: #253783;
  background: #253783;
  color: #fff;
}

.membership-nav__link--join:hover {
  border-color: #1b2c70;
  background: #1b2c70;
  color: #fff;
}

.membership-nav__link--join .membership-nav__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.membership-nav__link--join .membership-nav__copy small,
.membership-nav__link--join .membership-nav__arrow {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 720px) {
  .membership-nav__head {
    padding: 18px;
  }

  .membership-nav__links {
    padding: 9px;
  }
}

/* Membership pages use the same sidebar proportions as the other archives. */
.archive-shell--members {
  grid-template-columns: 230px minmax(0, 1fr);
}

/* Member archive cards intentionally share the news-card system. */
.member-news-card__media {
  border-bottom: 1px solid #dde0e6;
  background: #f7f8fa;
}

.member-news-card .member-news-card__media img {
  object-fit: contain;
  padding: 24px 30px;
}

.member-news-card:hover .member-news-card__media img {
  transform: scale(1.025);
}

.member-news-card__meta {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Career center intro follows the branded panel used in the reference layout. */
.hv2-career-intro__brand {
  max-width: 220px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: 0.18em;
}

.hv2-career-intro .hv2-career-intro__brand + h3 {
  max-width: 230px;
  margin-top: 10px;
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.08;
}

.hv2-career-intro__footer {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin-top: auto;
}

.hv2-career-intro__footer > img {
  display: block;
  width: min(158px, 58%);
  height: auto;
  filter: grayscale(1) brightness(0) invert(1);
}

.hv2-career-card__logo {
  margin-bottom: 14px;
}

.hv2-career-card__divider {
  display: block;
  width: 100%;
  height: 1px;
  flex: 0 0 1px;
  background: #d8dadd;
}

.hv2-career-card__position {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.hv2-career-card .hv2-career-card__position h3 {
  margin: 0;
}

.hv2-career-card__position small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.hv2-career-card__divider + p {
  margin: 13px 0 0;
}

@media (max-width: 520px) {
  .hv2-career-intro__brand {
    max-width: 260px;
  }

  .hv2-career-intro .hv2-career-intro__brand + h3 {
    max-width: none;
  }

  .hv2-career-intro__footer > img {
    width: min(180px, 62%);
  }
}

/* Home news uses the same infinite, button-controlled rail as products. */
.hv2-news-slider {
  position: relative;
}

.hv2-news-viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.hv2-news-viewport::-webkit-scrollbar {
  display: none;
}

.hv2-news-track {
  display: flex;
  width: max-content;
  gap: 18px;
}

.hv2-news-track .hv2-news-card {
  width: 381px;
  flex: 0 0 381px;
  scroll-snap-align: start;
}

@media (max-width: 760px) {
  .hv2-news-track {
    gap: 14px;
  }

  .hv2-news-track .hv2-news-card {
    display: flex;
    width: calc(100vw - 48px);
    flex-basis: calc(100vw - 48px);
  }

  .hv2-news-track .hv2-news-card__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

/* Framer-inspired homepage motion: reveal, stagger, parallax and tactile cards. */
.site-header--classic.has-home-nav-motion {
  transition:
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 320ms ease,
    backdrop-filter 320ms ease;
}

.site-header--classic.has-home-nav-motion .brand img {
  transition:
    filter 200ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes home-nav-entry {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, -15px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

html.home-nav-intro .site-header--classic .brand,
html.home-nav-intro .site-header--classic .classic-primary-nav > a,
html.home-nav-intro .site-header--classic .classic-nav-actions > *,
html.home-nav-intro .site-header--classic .menu-button {
  animation: home-nav-entry 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: opacity, filter, transform;
}

html.home-nav-intro .site-header--classic .brand {
  animation-delay: 70ms;
}

html.home-nav-intro .site-header--classic .classic-primary-nav > :nth-child(1) {
  animation-delay: 150ms;
}

html.home-nav-intro .site-header--classic .classic-primary-nav > :nth-child(2) {
  animation-delay: 215ms;
}

html.home-nav-intro .site-header--classic .classic-primary-nav > :nth-child(3) {
  animation-delay: 280ms;
}

html.home-nav-intro .site-header--classic .classic-primary-nav > :nth-child(4) {
  animation-delay: 345ms;
}

html.home-nav-intro .site-header--classic .classic-primary-nav > :nth-child(5) {
  animation-delay: 410ms;
}

html.home-nav-intro .site-header--classic .classic-primary-nav > :nth-child(6) {
  animation-delay: 475ms;
}

html.home-nav-intro .site-header--classic .classic-nav-actions > :nth-child(1) {
  animation-delay: 540ms;
}

html.home-nav-intro .site-header--classic .classic-nav-actions > :nth-child(2) {
  animation-delay: 600ms;
}

html.home-nav-intro .site-header--classic .classic-nav-actions > :nth-child(3) {
  animation-delay: 660ms;
}

html.home-nav-intro .site-header--classic .classic-nav-actions > :nth-child(4) {
  animation-delay: 720ms;
}

html.home-nav-intro .site-header--classic .classic-nav-actions > :nth-child(5) {
  animation-delay: 780ms;
}

html.home-nav-intro .site-header--classic .menu-button {
  animation-delay: 170ms;
}

.site-header--classic.has-home-nav-motion.is-scrolled {
  border-bottom-color: rgba(30, 45, 120, 0.1);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(1.18);
  box-shadow: 0 12px 34px rgba(20, 31, 70, 0.1);
}

.site-header--classic.has-home-nav-motion.is-scrolled .brand img {
  transform: scale(0.96);
}

.site-header--classic.has-home-nav-motion .classic-primary-nav a::after {
  transform-origin: left center;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header--classic.has-home-nav-motion .classic-nav-action iconify-icon,
.site-header--classic.has-home-nav-motion .classic-nav-search iconify-icon {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header--classic.has-home-nav-motion .classic-nav-action:hover iconify-icon,
.site-header--classic.has-home-nav-motion .classic-nav-search:hover iconify-icon {
  transform: translate3d(0, -1px, 0) scale(1.08);
}

.home-v2.is-motion-ready [data-home-motion] {
  --home-motion-x: 0px;
  --home-motion-y: 28px;
  --home-motion-scale: 0.985;
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(var(--home-motion-x), var(--home-motion-y), 0) scale(var(--home-motion-scale));
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--home-motion-delay, 0ms);
  will-change: opacity, filter, transform;
}

.home-v2.is-motion-ready [data-home-motion="left"] {
  --home-motion-x: -30px;
  --home-motion-y: 0px;
}

.home-v2.is-motion-ready [data-home-motion="right"] {
  --home-motion-x: 30px;
  --home-motion-y: 0px;
}

.home-v2.is-motion-ready [data-home-motion="down"] {
  --home-motion-y: -18px;
}

.home-v2.is-motion-ready [data-home-motion="scale"] {
  --home-motion-y: 14px;
  --home-motion-scale: 0.94;
}

.home-v2.is-motion-ready [data-home-motion].is-motion-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes hv2-copy-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.home-v2.is-motion-ready .hv2-feature.is-active .hv2-feature__content > * {
  animation: none;
}

.home-v2.is-motion-ready .hv2-feature.is-active .hv2-feature__content > :nth-child(2) {
  animation-delay: 0ms;
}

.home-v2.is-motion-ready .hv2-feature.is-active .hv2-feature__content > :nth-child(3) {
  animation-delay: 0ms;
}

.home-v2.is-motion-ready .hv2-feature.is-active .hv2-feature__content > :nth-child(4) {
  animation-delay: 0ms;
}

.home-v2 .hv2-search {
  transition:
    border-color 240ms ease,
    box-shadow 300ms ease,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-v2 .hv2-search.is-motion-visible:focus-within {
  border-color: rgba(30, 45, 120, 0.42);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 18px 36px rgba(20, 31, 70, 0.11);
}

.home-v2 .hv2-search > button {
  position: relative;
  overflow: hidden;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.home-v2 .hv2-search > button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.2) 48%, transparent 76%);
  content: "";
  transform: translate3d(-125%, 0, 0);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.home-v2 .hv2-search > button:hover::after,
.home-v2 .hv2-search > button:focus-visible::after {
  transform: translate3d(125%, 0, 0);
}

@keyframes hv2-category-link-in {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.home-v2.is-motion-ready .hv2-category-list.is-motion-visible a {
  animation: hv2-category-link-in 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--home-category-delay, 90ms);
}

.home-v2 .hv2-section-head > a iconify-icon,
.home-v2 .hv2-product-card__link iconify-icon,
.home-v2 .hv2-news-card__body > b iconify-icon {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-v2 .hv2-section-head > a:hover iconify-icon,
.home-v2 .hv2-product-card:hover .hv2-product-card__link iconify-icon,
.home-v2 .hv2-news-card:hover .hv2-news-card__body > b iconify-icon {
  transform: translate3d(4px, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
  .home-v2 .hv2-product-card,
  .home-v2 .hv2-career-card,
  .home-v2 .hv2-news-card,
  .home-v2 .hv2-metrics__grid > a {
    --home-tilt-x: 0deg;
    --home-tilt-y: 0deg;
    --home-glow-x: 50%;
    --home-glow-y: 50%;
    transform-style: preserve-3d;
    transition:
      transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 240ms ease,
      background-color 180ms ease;
    will-change: transform;
  }

  .home-v2 .hv2-product-card:hover,
  .home-v2 .hv2-career-card:hover,
  .home-v2 .hv2-news-card:hover,
  .home-v2 .hv2-metrics__grid > a:hover {
    z-index: 2;
    background-image: radial-gradient(circle at var(--home-glow-x) var(--home-glow-y), rgba(81, 113, 207, 0.1), transparent 48%);
    transform: perspective(900px) translate3d(0, -5px, 0) rotateX(var(--home-tilt-x)) rotateY(var(--home-tilt-y));
    box-shadow: 0 22px 48px rgba(20, 31, 70, 0.14);
  }
}

@media (max-width: 760px) {
  html.home-nav-intro .site-header--classic .brand,
  html.home-nav-intro .site-header--classic .classic-primary-nav > a,
  html.home-nav-intro .site-header--classic .classic-nav-actions > *,
  html.home-nav-intro .site-header--classic .menu-button {
    filter: none;
  }

  .home-v2.is-motion-ready [data-home-motion] {
    --home-motion-x: 0px;
    --home-motion-y: 20px;
    filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.home-nav-intro .site-header--classic .brand,
  html.home-nav-intro .site-header--classic .classic-primary-nav > a,
  html.home-nav-intro .site-header--classic .classic-nav-actions > *,
  html.home-nav-intro .site-header--classic .menu-button {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }

  .home-v2.is-motion-ready [data-home-motion],
  .home-v2.is-motion-ready [data-home-motion].is-motion-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .home-v2.is-motion-ready .hv2-feature.is-active .hv2-feature__content > * {
    animation: none;
  }

  .home-v2.is-motion-ready .hv2-category-list.is-motion-visible a {
    animation: none;
  }

  .home-v2 .hv2-search,
  .home-v2 .hv2-search.is-motion-visible:focus-within {
    transform: none;
    transition: none;
  }

}

/* Minimal inner-page language: calm surfaces, editorial archives and restrained motion. */
.archive-page > .section,
.support-page__section {
  padding: clamp(44px, 5.5vw, 72px) 0 clamp(64px, 7vw, 96px);
  background: #fff !important;
}

.archive-page .archive-shell {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(32px, 4vw, 52px);
  border: 0 !important;
  background: transparent;
  overflow: visible;
}

.archive-page .filter-panel,
.archive-page .filter-panel--catalog,
.archive-page .filter-panel--agenda,
.archive-page .archive-shell--members .filter-panel {
  position: static;
  top: auto;
  align-self: start;
  min-height: 0;
  padding: 0;
  border: 0 !important;
  background: transparent;
  box-shadow: none;
}

.archive-page .archive-catalog-sidebar__head,
.archive-page .archive-agenda-sidebar__head,
.support-page .archive-catalog-sidebar__head {
  min-height: 0;
  padding: 0 0 17px;
  border: 0;
  border-bottom: 1px solid #dfe2e8;
  background: transparent;
  color: #17296d;
  font-size: 14px;
}

.archive-page .archive-catalog-sidebar__head iconify-icon,
.archive-page .archive-agenda-sidebar__head iconify-icon,
.support-page .archive-catalog-sidebar__head iconify-icon {
  font-size: 18px;
}

.archive-page .filter-panel--catalog .filter-group,
.archive-page .filter-panel--agenda .filter-group,
.archive-page .filter-panel .filter-group {
  margin: 0;
  padding: 16px 0 0;
  background: transparent;
}

.archive-page .filter-panel .filter-group + .filter-group {
  margin: 22px 0 0;
  padding-top: 0;
}

.archive-page .filter-panel .filter-group h2 {
  margin-bottom: 7px;
  color: #667085;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.archive-page .filter-panel .filter-group--categories {
  max-height: 470px;
  padding-right: 7px;
  padding-bottom: 0;
}

.archive-page .filter-panel .filter-group--atlas {
  padding-top: 18px;
  border-top: 1px solid #dfe2e8;
}

.archive-page .filter-panel .filter-group--atlas h2 {
  margin-bottom: 12px;
  color: #3f4859;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.catalog-atlas-filter {
  display: grid;
  gap: 9px;
}

.catalog-atlas-filter__control {
  position: relative;
}

.catalog-atlas-filter__control select {
  width: 100%;
  min-height: 42px;
  padding: 0 34px 0 11px;
  appearance: none;
  border: 1px solid #d5d9e1;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: #394254;
  font: inherit;
  font-size: 11px;
  line-height: 1.35;
  cursor: pointer;
}

.catalog-atlas-filter__control select:focus-visible {
  border-color: #17296d;
  box-shadow: 0 0 0 1px #17296d;
}

.catalog-atlas-filter__control iconify-icon {
  position: absolute;
  top: 50%;
  right: 11px;
  color: #6f7787;
  font-size: 15px;
  pointer-events: none;
  transform: translateY(-50%);
}

.catalog-atlas-filter button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #17296d;
  border-radius: 0;
  background: transparent;
  color: #17296d;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.catalog-atlas-filter button:hover {
  background: #17296d;
  color: #fff;
}

.catalog-atlas-filter button:focus-visible {
  outline: 2px solid #17296d;
  outline-offset: 2px;
}

.archive-page .filter-panel .filter-link {
  min-height: 39px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eceef2;
  background: transparent;
  box-shadow: none;
  color: #475063;
  font-size: 12px;
  font-weight: 650;
}

.archive-page .filter-panel .filter-link span {
  color: inherit;
  font: inherit;
}

.archive-page .filter-panel .filter-link iconify-icon {
  color: #a1a7b2;
  font-size: 13px;
}

.archive-page .filter-panel .filter-link:hover,
.archive-page .filter-panel .filter-link.is-active {
  padding-left: 0;
  background: transparent;
  color: #17296d;
}

.archive-page .filter-panel .filter-link.is-active {
  font-weight: 800;
}

.archive-page .filter-panel .filter-link.is-active::before {
  display: none;
  content: none;
}

.archive-page .archive-main,
.archive-page .archive-main--members {
  padding: 0;
}

.archive-page .archive-toolbar,
.archive-page .archive-main--members .archive-toolbar,
.archive-page .archive-main--career .archive-toolbar {
  gap: 12px 18px;
  margin: 0 0 28px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid #dfe2e8;
  background: transparent;
  box-shadow: none;
}

.archive-page .archive-toolbar .search-line {
  border-bottom: 1px solid #cfd4de;
}

.archive-page .archive-toolbar .search-line input {
  height: 40px;
  padding-left: 29px;
  border: 0;
  background: transparent;
}

.archive-page .archive-toolbar .search-line:focus-within {
  border-bottom-color: #17296d;
}

.archive-page .page-size {
  gap: 7px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 650;
}

.archive-page .page-size select {
  height: 36px;
  padding-left: 8px;
  background: transparent;
}

.archive-page .toolbar-count {
  min-height: 36px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 650;
}

.archive-page .favorites-toggle {
  min-height: 36px;
  padding: 0 10px;
  border-color: #dfe2e8;
  border-radius: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 750;
}

.archive-page .favorites-toggle b {
  border-radius: 2px;
  background: #eff1f5;
}

.archive-page .favorites-toggle.is-active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.archive-page .favorites-toggle.is-active:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.archive-page .favorites-toggle.is-active b {
  background: rgba(255, 255, 255, 0.18);
}

.archive-page .news-archive-grid,
.archive-page .catalog-archive-grid,
.archive-page .member-archive-grid {
  gap: 34px 22px;
}

.archive-page .news-archive-card {
  border: 0 !important;
  border-bottom: 1px solid #dfe2e8 !important;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: border-color 180ms ease;
}

.archive-page .news-archive-card:hover {
  border-bottom-color: #17296d !important;
  box-shadow: none;
  transform: none;
}

.archive-page .news-archive-card__media {
  background: #f1f3f6;
}

.archive-page .news-archive-card__media img {
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.archive-page .news-archive-card:hover .news-archive-card__media img {
  opacity: 0.94;
  transform: scale(1.018);
}

.archive-page .news-archive-card__body {
  min-height: 190px;
  gap: 9px;
  padding: 17px 0 20px;
}

.archive-page .news-archive-card time,
.archive-page .member-news-card__meta {
  color: #667085;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.cookie-banner .cookie-btn-accept {
  background: #15803d;
}

.archive-page .news-archive-card h2 {
  font-size: 17px;
  font-weight: 780;
  line-height: 1.36;
}

.archive-page .news-archive-card p {
  color: #697183;
  line-height: 1.58;
}

.archive-page .news-archive-card__action {
  width: auto;
  min-height: 0;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 7px;
  margin-top: auto;
  padding: 6px 0 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #17296d !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.archive-page .news-archive-card__action b,
.archive-page .catalog-card__action b {
  transition: transform 180ms ease;
}

.archive-page .news-archive-card:hover .news-archive-card__action b,
.archive-page .catalog-card:hover .catalog-card__action b {
  transform: translateX(4px);
}

.archive-page .member-news-card__media {
  border-bottom: 0;
  background: #f7f8fa;
}

.archive-page .catalog-card {
  border: 1px solid #e1e4e9 !important;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: border-color 180ms ease;
}

.archive-page .catalog-card:hover {
  border-color: #b9c0cd !important;
  box-shadow: none;
  transform: none;
}

.archive-page .catalog-card__top {
  min-height: 142px;
  padding: 28px 22px 20px;
  border-bottom-color: #eceef2;
  background: #fafbfc;
}

.archive-page .catalog-card__kind {
  top: 13px;
  left: 14px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #697183;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  backdrop-filter: none;
}

.archive-page .catalog-card__kind::before {
  width: 5px;
  height: 5px;
  box-shadow: none !important;
}

.archive-page .catalog-card__favorite {
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.archive-page .catalog-card__favorite:hover,
.archive-page .catalog-card__favorite.is-active {
  background: #eef1f5;
  transform: none;
}

.archive-page .catalog-card__logo {
  width: 150px;
  height: 78px;
}

.archive-page .catalog-card__body {
  min-height: 166px;
  gap: 10px;
  padding: 18px 17px 0;
}

.archive-page .catalog-card h3 {
  font-size: 17px;
  font-weight: 780;
  line-height: 1.34;
}

.archive-page .catalog-card__chips span {
  min-height: 0;
  padding: 4px 7px;
  border-color: #e5e7eb;
  border-radius: 2px;
  background: #fafafa;
  color: #697183;
  font-size: 10px;
  font-weight: 650;
  text-transform: none;
}

.archive-page .catalog-card__company {
  color: #727a89;
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
}

.archive-page .catalog-card__footer {
  justify-content: flex-start;
  padding: 16px 17px 19px;
}

.archive-page .catalog-card__action {
  width: auto;
  min-height: 0;
  justify-content: flex-start;
  gap: 7px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #17296d !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.archive-page .pagination {
  gap: 4px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid #eceef2;
}

.archive-page .pagination a,
.archive-page .pagination button {
  border-radius: 0;
  box-shadow: none;
}

/* FAQ keeps the shared inner-page structure, without decorative card furniture. */
.support-page .support-layout {
  gap: clamp(38px, 5vw, 66px);
}

.support-page .support-sidebar {
  overflow: visible;
  border: 0;
  background: transparent;
}

.support-page .support-sidebar .about-nav {
  padding: 10px 0 0;
  background: transparent;
}

.support-page .support-sidebar .about-nav a {
  min-height: 43px;
  padding: 0;
  font-size: 12px;
}

.support-page .support-sidebar .about-nav a:hover,
.support-page .support-sidebar .about-nav a.is-active {
  padding-left: 0;
}

.support-page .support-sidebar .about-nav a.is-active::before {
  display: none;
  content: none;
}

.faq-content {
  max-width: 860px;
}

.faq-content__head {
  display: block;
  margin-bottom: 26px;
  padding-bottom: 25px;
}

.faq-content__head > div {
  max-width: 690px;
}

.faq-content__head h2 {
  font-size: clamp(32px, 3.7vw, 44px);
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.faq-content__head > div > p:not(.section-kicker) {
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.68;
}

.faq-list {
  gap: 0;
  border-top: 1px solid #cfd4de;
}

.faq-item,
.faq-item:hover,
.faq-item[open] {
  border: 0;
  border-bottom: 1px solid #dfe2e8;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.faq-item summary {
  min-height: 70px;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 22px;
  padding: 17px 0;
}

.faq-item__question {
  font-size: 16px;
  font-weight: 730;
  line-height: 1.48;
}

.faq-item__toggle {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  color: #17296d;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  width: 11px;
  height: 1px;
}

.faq-item[open] .faq-item__toggle {
  border: 0;
  background: transparent;
  color: #17296d;
}

.faq-item__answer {
  margin: 0;
  padding: 0 56px 24px 0;
  border: 0;
}

.faq-item__answer p {
  margin: 0;
  color: #60697a;
  font-size: 14px;
  line-height: 1.75;
}

.faq-contact-card {
  min-height: 0;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid #cfd4de;
  border-bottom: 1px solid #cfd4de;
  background: transparent;
  color: #172035;
}

.faq-contact-card h2 {
  color: #172035;
  font-size: 17px;
  font-weight: 760;
}

.faq-contact-card p {
  color: #697183;
}

.faq-contact-card > a {
  min-height: 0;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #17296d;
  font-size: 12px;
  font-weight: 800;
}

.faq-contact-card > a:hover {
  border: 0;
  background: transparent;
  color: #7127aa;
}

@media (max-width: 860px) {
  .archive-page .archive-shell {
    display: block;
  }

  .archive-page .filter-panel,
  .archive-page .filter-panel--catalog,
  .archive-page .filter-panel--agenda,
  .archive-page .archive-shell--members .filter-panel {
    position: static;
    margin-bottom: 34px;
  }

  .archive-page .filter-panel .filter-group--categories {
    max-height: 260px;
  }

  .archive-page .news-archive-grid,
  .archive-page .catalog-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .archive-page > .section,
  .support-page__section {
    padding: 36px 0 64px;
  }

  .archive-page .archive-toolbar {
    grid-template-columns: 1fr;
  }

  .archive-page .news-archive-grid,
  .archive-page .catalog-archive-grid,
  .archive-page .member-archive-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .archive-page .news-archive-card__body {
    min-height: 0;
  }

  .faq-content__head {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .faq-content__head h2 {
    font-size: 31px;
  }

  .faq-item summary {
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 15px;
    padding: 15px 0;
  }

  .faq-item__question {
    font-size: 15px;
  }

  .faq-item__answer {
    padding: 0 36px 20px 0;
  }

  .faq-contact-card {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .faq-contact-card > a {
    justify-content: flex-start;
  }
}

/* Original-site page loader: full-screen neutral field and animated cluster mark. */
.site-preloader {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  opacity: 1;
  visibility: visible;
  transition: opacity 150ms ease-out, visibility 0s linear 0s;
}

.site-preloader[hidden] {
  display: none;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 150ms ease-out, visibility 0s linear 150ms;
}

.site-preloader__animation,
.site-preloader__static {
  width: auto;
  height: 150px;
  max-width: min(86vw, 206px);
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.site-preloader__static {
  display: none;
}

.site-preloader.use-static-logo .site-preloader__animation {
  display: none;
}

.site-preloader.use-static-logo .site-preloader__static {
  display: block;
}

body.is-page-loading {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .site-preloader {
    transition: none;
  }

  .site-preloader__animation {
    display: none;
  }

  .site-preloader__static {
    display: block;
  }
}

/* 404: restrained editorial layout using the project's core type and colour system. */
.not-found-page > .not-found-section {
  min-height: 0;
  padding: clamp(34px, 4vw, 52px) 0 clamp(48px, 5.5vw, 70px);
  background: #fff;
}

.not-found-layout {
  display: grid;
  min-height: 292px;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  border-top: 1px solid #cfd5df;
  border-bottom: 1px solid #cfd5df;
}

.not-found-code {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  padding: 30px clamp(28px, 5vw, 72px) 34px 0;
}

.not-found-code::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, #2c98d3 0 62%, #e21b2d 62%);
}

.not-found-code span {
  color: #8791a2;
  font-size: clamp(132px, 15vw, 216px);
  font-weight: 850;
  line-height: 0.78;
  letter-spacing: -0.095em;
  user-select: none;
}

.not-found-code i {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e0e4eb;
}

.not-found-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 38px 0 38px clamp(40px, 5vw, 72px);
}

.not-found-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #667085;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.not-found-eyebrow::before {
  width: 25px;
  height: 2px;
  background: #e21b2d;
  content: "";
}

.not-found-eyebrow strong {
  color: #293b83;
  font-weight: 850;
}

.not-found-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #172035;
  font-size: clamp(34px, 3.8vw, 50px);
  font-weight: 780;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.not-found-intro {
  max-width: 520px;
  margin: 14px 0 0;
  color: #60697a;
  font-size: 15px;
  line-height: 1.75;
}

.not-found-home-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 24px;
  margin-top: 23px;
  padding: 0 18px;
  border: 1px solid #293b83;
  background: #293b83;
  color: #fff;
  font-size: 12px;
  font-weight: 780;
  transition: background 160ms ease, border-color 160ms ease;
}

.not-found-home-link iconify-icon {
  font-size: 17px;
  transition: transform 160ms ease;
}

.not-found-home-link:hover {
  border-color: #14215b;
  background: #14215b;
}

.not-found-home-link:hover iconify-icon {
  transform: translateX(3px);
}

.not-found-routes {
  display: grid;
  grid-template-columns: minmax(190px, 0.48fr) minmax(0, 1.52fr);
  gap: clamp(28px, 5vw, 76px);
  padding-top: 22px;
}

.not-found-routes > p {
  margin: 0;
  color: #667085;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.not-found-routes > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 56px);
}

.not-found-routes a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e2e6ec;
  color: #475063;
  font-size: 13px;
  font-weight: 680;
  transition: border-color 160ms ease, color 160ms ease;
}

.not-found-routes a b {
  color: #9aa1ad;
  font-size: 13px;
  font-weight: 500;
  transition: color 160ms ease, transform 160ms ease;
}

.not-found-routes a:hover {
  border-bottom-color: #293b83;
  color: #293b83;
}

.not-found-routes a:hover b {
  color: #293b83;
  transform: translate(2px, -2px);
}

@media (max-width: 820px) {
  .not-found-layout {
    grid-template-columns: 1fr;
  }

  .not-found-code {
    min-height: 154px;
    padding: 26px 0 28px;
  }

  .not-found-code::before {
    right: auto;
    left: 0;
    width: 64px;
  }

  .not-found-code span {
    font-size: clamp(112px, 31vw, 166px);
  }

  .not-found-code i {
    right: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }

  .not-found-copy {
    padding: 32px 0 34px;
  }

  .not-found-routes {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 540px) {
  .not-found-page > .not-found-section {
    padding-top: 28px;
    padding-bottom: 46px;
  }

  .not-found-code {
    min-height: 126px;
  }

  .not-found-code span {
    font-size: clamp(98px, 30vw, 124px);
  }

  .not-found-copy {
    padding: 28px 0 32px;
  }

  .not-found-copy h2 {
    font-size: 32px;
  }

  .not-found-intro {
    margin-top: 16px;
    font-size: 14px;
  }

  .not-found-home-link {
    width: 100%;
    justify-content: space-between;
    margin-top: 22px;
  }

  .not-found-routes {
    padding-top: 20px;
  }

  .not-found-routes > div {
    grid-template-columns: 1fr;
  }
}
