@charset "utf-8";

:root {
  --hat-bg: #08051c;
  --hat-bg-2: #12082e;
  --hat-ink: #100a2d;
  --hat-muted: #6b637d;
  --hat-soft: #f7f4ff;
  --hat-soft-2: #efe8ff;
  --hat-line: rgba(88, 68, 155, 0.16);
  --hat-line-dark: rgba(255, 255, 255, 0.12);
  --hat-violet: #6d3df3;
  --hat-violet-bright: #8d63ff;
  --hat-orange: #ff6b09;
  --hat-gold: #ffc857;
  --hat-green: #24b47e;
  --hat-card: #ffffff;
  --hat-shadow: 0 28px 80px rgba(22, 12, 58, 0.16);
  --hat-title-h1-size: clamp(34px, 3.35vw, 48px);
  --hat-title-h1-weight: 700;
  --hat-title-h1-line: 1.12;
  --hat-title-h1-tracking: -0.025em;
  --hat-title-h2-size: clamp(34px, 3.1vw, 44px);
  --hat-title-h2-weight: 800;
  --hat-title-h2-line: 1.1;
  --hat-title-h2-tracking: -0.025em;
  --hat-title-h3-size: clamp(20px, 2.1vw, 26px);
  --hat-title-h3-weight: 700;
  --hat-title-h3-line: 1.22;
  --hat-title-h3-tracking: -0.02em;
}

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

body.version-history-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--hat-ink);
  background: #ffffff;
  font-family: "Poppins", Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.version-history-page *,
.version-history-page *::before,
.version-history-page *::after {
  box-sizing: border-box;
}

.version-history-page a {
  color: inherit;
  text-decoration: none;
}

.version-history-page img,
.version-history-page svg {
  max-width: 100%;
}

.version-history-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.version-history-page p,
.version-history-page h1,
.version-history-page h2,
.version-history-page h3,
.version-history-page dl,
.version-history-page dd {
  margin: 0;
}

.version-history-page button {
  font: inherit;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vh-shell,
.container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-4,
.col-lg-2 {
  min-width: 0;
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (max-width: 991px) {
  .col-lg-4,
  .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

.text-right {
  text-align: right;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 86px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 clamp(28px, 5vw, 76px);
  background: rgba(8, 5, 28, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  transition: height 0.2s ease, box-shadow 0.2s ease;
}

.header.scrolled {
  height: 68px;
  background: rgba(8, 5, 28, 0.99);
  box-shadow: 0 12px 28px rgba(2, 1, 12, 0.22);
}

.header .logo {
  display: flex;
  align-items: center;
  flex-basis: auto;
}

.header .logo a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 86px;
}

.header .logo img {
  width: 64px;
  height: auto;
  margin-right: 14px;
}

.header .logo a span,
.footer_logo a span {
  color: var(--hat-orange);
  font-weight: 900;
}

.header.scrolled .logo a {
  line-height: 68px;
}

.header .main_nav {
  display: block;
  flex-basis: auto;
}

.header .main_nav ul {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.header .main_nav ul li {
  margin-right: clamp(22px, 2.4vw, 42px);
}

.header .main_nav ul li:last-child {
  margin-right: 0;
}

.header .main_nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  transition: color 0.18s ease;
}

.header .main_nav ul li a:hover,
.header .main_nav ul li.active a {
  color: #c49dff;
}

.header .hamburger_container {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.header .hamburger_lines {
  display: inline-flex;
  width: 24px;
  flex-direction: column;
  gap: 5px;
}

.header .hamburger_lines span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.menu_container {
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1100;
  width: min(400px, 100vw);
  height: 100vh;
  opacity: 0;
  background: #ffffff;
  transition: right 0.3s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.menu_container.active {
  right: 0;
  opacity: 1;
}

.menu {
  width: 100%;
  height: 100%;
}

.menu_close {
  position: absolute;
  top: 34px;
  right: 30px;
  width: 44px;
  height: 44px;
  border: 0;
  color: var(--hat-ink);
  background: transparent;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
}

.menu ul {
  padding-top: 112px;
  padding-right: 50px;
}

.menu ul li {
  position: relative;
  margin-bottom: 10px;
}

.menu ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hat-violet);
  transform: translateY(-50%);
}

.menu ul li a {
  color: var(--hat-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  transition: color 0.2s ease;
}

.menu ul li a:hover {
  color: var(--hat-violet);
}

@media (min-width: 992px) {
  .header .hamburger_container {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .main_nav {
    display: none;
  }

  .header .hamburger_container {
    display: inline-flex;
  }
}

.vh-hero {
  position: relative;
  isolation: isolate;
  padding: 156px 0 118px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(255, 107, 9, 0.18) 0 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(140deg, var(--hat-bg), var(--hat-bg-2) 54%, #09031f);
}

.vh-hero::before {
  content: "";
  position: absolute;
  inset: 86px 0 auto 0;
  z-index: -1;
  height: 280px;
  background:
    linear-gradient(105deg, transparent 0 14%, rgba(141, 99, 255, 0.24) 14% 14.5%, transparent 14.5% 100%),
    linear-gradient(150deg, transparent 0 62%, rgba(255, 107, 9, 0.24) 62% 62.35%, transparent 62.35% 100%);
  opacity: 0.78;
}

.vh-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -1px;
  left: -8vw;
  z-index: -1;
  height: 126px;
  background: #ffffff;
  clip-path: polygon(0 62%, 17% 44%, 38% 56%, 62% 30%, 82% 48%, 100% 28%, 100% 100%, 0 100%);
}

.vh-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.56fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.vh-hero-copy {
  transform: translateY(-18px);
}

.vh-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.vh-breadcrumb a {
  color: #ffffff;
}

.vh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--hat-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.version-history-page .vh-eyebrow {
  margin-bottom: 16px;
}

.vh-eyebrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.vh-hero h1 {
  max-width: 670px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: var(--hat-title-h1-size);
  font-weight: var(--hat-title-h1-weight);
  letter-spacing: var(--hat-title-h1-tracking);
  line-height: var(--hat-title-h1-line);
}

.vh-hero-lede {
  max-width: 680px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

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

.vh-hero-actions .vh-primary-link,
.vh-hero-actions .vh-secondary-link {
  min-width: 210px;
  padding-right: 24px;
  padding-left: 24px;
}

.vh-primary-link,
.vh-secondary-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vh-primary-link {
  padding: 0 24px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--hat-orange), #ff9b45);
  box-shadow: 0 18px 42px rgba(255, 107, 9, 0.26);
}

.vh-secondary-link {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.vh-primary-link:hover,
.vh-secondary-link:hover {
  transform: translateY(-2px);
}

.vh-current-panel {
  position: relative;
  max-width: 420px;
  justify-self: end;
  padding: clamp(26px, 4vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(109, 61, 243, 0.18), rgba(255, 107, 9, 0.1));
  box-shadow: 0 30px 80px rgba(3, 1, 15, 0.32);
  backdrop-filter: blur(16px);
}

.vh-current-panel::before {
  content: "";
  position: absolute;
  inset: auto -40px -42px auto;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: rotate(18deg);
}

.vh-panel-head {
  display: flex;
  gap: 18px;
  align-items: center;
}

.vh-panel-head img {
  width: 72px;
  height: auto;
}

.vh-panel-head span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vh-panel-head strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
}

.vh-current-panel > p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.vh-signal-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.vh-signal-list div {
  padding: 15px 0 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vh-signal-list dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vh-signal-list dd {
  margin-top: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.vh-section {
  position: relative;
  padding: clamp(70px, 8vw, 110px) 0;
}

.vh-section-heading {
  max-width: 720px;
}

.vh-shell.vh-section-heading {
  max-width: 1180px;
}

.vh-shell.vh-section-heading > h2 {
  max-width: 720px;
}

.vh-shell.vh-section-heading > p:not(.vh-eyebrow) {
  max-width: 860px;
}

.vh-section-heading h2,
.vh-maintenance h2,
.vh-cta h2 {
  color: var(--hat-ink);
  font-size: var(--hat-title-h2-size);
  font-weight: var(--hat-title-h2-weight);
  letter-spacing: var(--hat-title-h2-tracking);
  line-height: var(--hat-title-h2-line);
}

.vh-section-heading p:not(.vh-eyebrow),
.vh-maintenance p,
.vh-cta p {
  margin-top: 18px;
  color: var(--hat-muted);
  font-size: 15px;
  line-height: 1.7;
}

.vh-release-section {
  padding-top: clamp(54px, 6vw, 76px);
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 48%, #fbf9ff 100%);
}

.vh-timeline {
  position: relative;
  display: grid;
  gap: 24px;
  margin-top: 46px;
}

.vh-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 178px;
  width: 2px;
  background: linear-gradient(180deg, var(--hat-orange), var(--hat-violet), rgba(109, 61, 243, 0.12));
}

.vh-release {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.vh-release::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 170px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--hat-violet);
  box-shadow: 0 0 0 1px rgba(109, 61, 243, 0.22), 0 10px 22px rgba(109, 61, 243, 0.22);
}

.vh-release-featured::before {
  background: var(--hat-orange);
  box-shadow: 0 0 0 1px rgba(255, 107, 9, 0.24), 0 10px 22px rgba(255, 107, 9, 0.24);
}

.vh-release-meta {
  padding-top: 16px;
  padding-right: 26px;
  text-align: right;
}

.vh-release-meta time {
  display: block;
  color: var(--hat-ink);
  font-size: 14px;
  font-weight: 900;
}

.vh-release-meta span {
  display: block;
  margin-top: 8px;
  color: var(--hat-violet);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.vh-release-meta b {
  display: inline-flex;
  margin-top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #5b2bd6;
  background: #eee8ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vh-release-body {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--hat-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--hat-shadow);
}

.vh-release-featured .vh-release-body {
  border-color: rgba(255, 107, 9, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 107, 9, 0.08), transparent 36%),
    #ffffff;
}

.vh-release-body h3 {
  color: var(--hat-ink);
  font-size: var(--hat-title-h3-size);
  font-weight: var(--hat-title-h3-weight);
  letter-spacing: var(--hat-title-h3-tracking);
  line-height: var(--hat-title-h3-line);
}

.vh-release-body p {
  margin-top: 14px;
  color: #534a68;
  font-size: 16px;
  line-height: 1.75;
}

.vh-release-body ul {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.vh-release-body li {
  position: relative;
  padding-left: 24px;
  color: #3f3754;
  font-size: 15px;
  line-height: 1.65;
}

.vh-release-body li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hat-orange);
  box-shadow: 0 0 0 5px rgba(255, 107, 9, 0.12);
}

.vh-evidence-section {
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 107, 9, 0.15) 0 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(145deg, var(--hat-bg), #15083a 60%, #09031f);
}

.vh-evidence-section .vh-section-heading h2,
.vh-evidence-section .vh-section-heading p:not(.vh-eyebrow) {
  color: #ffffff;
}

.vh-evidence-section .vh-section-heading p:not(.vh-eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.vh-heading-action {
  min-width: 148px;
  margin-top: 26px;
}

.vh-evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

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

.vh-evidence-grid article {
  min-height: 180px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.vh-evidence-grid strong {
  display: block;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
}

.vh-evidence-grid p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.vh-maintenance {
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(54px, 6vw, 78px);
  background:
    radial-gradient(circle at 12% 8%, rgba(109, 61, 243, 0.08), transparent 34%),
    linear-gradient(180deg, #fbf9ff 0%, #eef6ff 100%);
}

.vh-maintenance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.vh-standard-list {
  display: grid;
  gap: 14px;
}

.vh-standard-list li {
  padding: 22px 24px;
  border-left: 5px solid var(--hat-orange);
  border-radius: 8px;
  color: #514861;
  background: linear-gradient(90deg, rgba(255, 107, 9, 0.09), #ffffff 42%);
  box-shadow: 0 16px 44px rgba(44, 26, 106, 0.08);
  font-size: 15px;
  line-height: 1.65;
}

.vh-standard-list strong {
  color: var(--hat-ink);
  font-weight: 900;
}

.vh-cta {
  padding: 42px 0 116px;
  background:
    radial-gradient(circle at 82% 6%, rgba(255, 107, 9, 0.12), transparent 30%),
    linear-gradient(180deg, #fffaf4 0%, #ffffff 42%, #f7f3ef 100%);
}

.vh-cta-inner {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(28px, 5vw, 44px);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 107, 9, 0.28), transparent 45%),
    linear-gradient(135deg, #16083b, #08051c);
  box-shadow: 0 30px 90px rgba(18, 8, 46, 0.28);
}

.vh-cta .vh-eyebrow,
.vh-cta h2,
.vh-cta p {
  color: #ffffff;
}

.vh-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.vh-cta .vh-primary-link {
  flex: 0 0 auto;
  min-width: 170px;
  padding-right: 28px;
  padding-left: 28px;
  white-space: nowrap;
}

.footer {
  position: relative;
  z-index: 2;
  margin-top: -2px;
  padding-top: clamp(56px, 5vw, 72px);
  overflow: visible;
  background: var(--hat-bg);
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -138px;
  z-index: 0;
  height: 170px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath fill='%2308051c' d='M0 126 C138 82 298 68 478 88 C650 107 755 148 930 126 C1116 102 1266 54 1440 70 L1440 180 L0 180 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  pointer-events: none;
}

.footer > .container {
  position: relative;
  z-index: 1;
}

.footer_intro p {
  margin-bottom: 0;
}

.footer_logo a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.12em;
}

.footer_logo img {
  width: 58px;
  height: auto;
  margin-right: 12px;
}

.footer_intro p,
.footer_col a,
.footer_cr {
  color: rgba(255, 255, 255, 0.62);
}

.footer_col_title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.footer_col {
  margin-bottom: 24px;
}

.footer_col ul li {
  margin-bottom: 2px;
}

.footer_col ul li a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  font-size: 13px;
  line-height: 1.35;
}

.footer_col ul li a:hover {
  color: #ffffff;
}

.footer_cr {
  width: 100%;
  margin-top: 18px;
  padding-bottom: 4px;
  text-align: center;
}

.footer_social {
  margin-top: 22px;
}

.footer_social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer_social ul li {
  display: inline-flex;
}

.footer_social ul li a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.footer_social ul li a:hover {
  color: #ffffff;
  background: rgba(139, 86, 255, 0.28);
}

.footer_social .social-letter {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  line-height: 1;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1200;
  display: none;
  align-items: center;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 22px;
  border: 1px solid #a6cff4;
  border-radius: 22px;
  color: #30445a;
  background: #dff1ff;
  box-shadow: 0 20px 60px rgba(28, 83, 130, 0.18);
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.cookie-text {
  flex: 1;
}

.cookie-text span {
  color: #30445a;
  font-size: 17px;
  line-height: 1.55;
}

.cookie-text a {
  color: #114f82;
  border-bottom: 1px solid currentColor;
}

.cookie-ok-btn {
  flex: 0 0 170px;
  min-height: 52px;
  border: 1px solid #abcbe8;
  border-radius: 999px;
  color: #17344f;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

@media (max-width: 1180px) and (min-width: 1101px) {
  .vh-shell,
  .container {
    width: min(100% - 52px, 1180px);
  }

  .vh-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 340px);
    gap: 44px;
  }

  .vh-hero h1 {
    max-width: 670px;
    font-size: var(--hat-title-h1-size);
  }

  .vh-current-panel {
    max-width: 340px;
    padding: 26px;
  }

  .vh-panel-head {
    gap: 14px;
  }

  .vh-panel-head img {
    width: 62px;
  }

  .vh-panel-head strong {
    font-size: 32px;
  }

  .vh-current-panel > p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.65;
  }

  .vh-signal-list {
    gap: 8px;
    margin-top: 20px;
  }

  .vh-signal-list div {
    padding: 12px 0 10px;
  }

  .vh-timeline::before {
    left: 150px;
  }

  .vh-release {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 36px;
  }

  .vh-release::before {
    left: 141px;
  }
}

@media (max-width: 1100px) {
  .vh-hero-layout,
  .vh-evidence-layout,
  .vh-maintenance-grid {
    grid-template-columns: 1fr;
  }

  .vh-hero-copy {
    transform: none;
  }

  .vh-current-panel,
  .vh-evidence-grid {
    max-width: 760px;
  }

  .vh-current-panel {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .vh-timeline::before {
    left: 10px;
  }

  .vh-release {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 36px;
  }

  .vh-release::before {
    left: 1px;
  }

  .vh-release-meta {
    padding-top: 0;
    padding-right: 0;
    text-align: left;
  }

  .vh-release-meta span,
  .vh-release-meta b {
    display: inline-flex;
    margin-top: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 768px) {
  .vh-shell,
  .container {
    width: min(100% - 32px, 1180px);
  }

  .header {
    height: 72px;
    padding: 0 18px;
  }

  .header.scrolled {
    height: 64px;
  }

  .header .logo a {
    font-size: 26px;
    line-height: 72px;
  }

  .header.scrolled .logo a {
    line-height: 64px;
  }

  .header .logo img {
    width: 52px;
    margin-right: 10px;
  }

  .vh-hero {
    padding: 122px 0 96px;
  }

  .vh-hero h1 {
    font-size: clamp(31px, 8vw, 39px);
  }

  .vh-hero-lede {
    font-size: 16px;
  }

  .vh-hero-actions,
  .vh-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .vh-primary-link,
  .vh-secondary-link {
    width: 100%;
  }

  .vh-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .vh-panel-head strong {
    font-size: 34px;
  }

  .vh-section {
    padding: 66px 0;
  }

  .vh-evidence-grid {
    grid-template-columns: 1fr;
  }

  .vh-evidence-grid article {
    min-height: 0;
  }

  .vh-standard-list li {
    padding: 20px;
  }

  .footer::before {
    top: -92px;
    height: 112px;
  }

  .cookie-banner {
    right: 16px;
    bottom: 16px;
    left: 16px;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }

  .cookie-text span {
    font-size: 15px;
  }

  .cookie-ok-btn {
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .vh-current-panel,
  .vh-release-body,
  .vh-evidence-grid article,
  .vh-cta-inner {
    padding: 22px;
  }

  .vh-section-heading h2,
  .vh-maintenance h2,
  .vh-cta h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .vh-release {
    padding-left: 28px;
  }

  .vh-release-body li {
    padding-left: 20px;
  }
}
