@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
  /* ASCERTAIN Corporate Identity */
  --brand-blue:   #393c84;
  --brand-red:    #e85d6b;
  --brand-mint:   #86b8bd;
  --brand-petrol: #048ea3;
  --brand-bg:     #ffffff;
  --brand-text:   #102b35;
  --asc-field-fill: #c7e7e6;
  --asc-field-bg: #ffffff;
  --asc-field-radius: 1.25rem;
  --asc-heading-blue: #213f8f;
  --asc-text-on-white: #2894a4;
  --asc-text-on-turquoise: #122830;

  /* Bootstrap-Mapping */
  --bs-primary: var(--brand-blue);
  --bs-primary-rgb: 57,60,132;
  --bs-danger:  var(--brand-red);
  --bs-info:    var(--brand-mint);
  --bs-success: var(--brand-petrol);
  --bs-link-color: var(--brand-blue);
  --bs-link-hover-color: #30336e;
  --a11y-focus: #0b5fff;
  --a11y-focus-shadow: rgba(11, 95, 255, 0.35);
}

/* ===== Accessibility Baseline (WCAG) ===== */
a {
  text-underline-offset: 0.14em;
}

a:hover {
  text-decoration-thickness: 2px;
}

:where(
  a[href],
  button,
  input,
  select,
  textarea,
  summary,
  [role="button"],
  [role="tab"],
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: 3px solid var(--a11y-focus) !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px var(--a11y-focus-shadow);
}

.form-control,
.form-select,
.form-check-input {
  border-color: #6b7280;
}

.form-text,
.text-muted {
  color: #4b5563 !important;
}

.preset-field .preset-select {
  padding-right: 2.5rem;
  background-image: var(--bs-form-select-bg-img, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"));
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.navbar .nav-link {
  color: #1f2937;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #1f2a6a;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.toast {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* ===== Grundlayout ===== */
body {
  margin: 0;
  color: var(--brand-text);
  background: url("../img/header.jpg") no-repeat center top fixed;
  background-size: cover;
  background-attachment: fixed;
}

/* Halbtransparenter Content-Container */
main.app-main-shell {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
}

main.app-main-shell.app-main-wide {
  max-width: none;
  width: calc(100vw - 2rem);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  main.app-main-shell {
    padding: 1.25rem;
  }

  main.app-main-shell.app-main-wide {
    width: calc(100vw - 1rem);
  }
}

/* Toasts */
.toast-container-bottom {
  width: min(540px, calc(100vw - 1.5rem));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
}
.toast-container-bottom .toast { width: 100%; }

.feedback-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1800;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  padding: 0.55rem 1rem;
}

/* Kopfbereich */
.page-head .btn { white-space: nowrap; }

/* PSM tables: local right alignment for numbers without pushing them to full-cell right edge */
.psm-num-cell {
  text-align: left;
}
.psm-num-local {
  display: inline-block;
  min-width: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
.num-cell {
  text-align: left;
}
.num-local {
  display: inline-block;
  min-width: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

/* ===== Buttons ===== */
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:var(--brand-blue);
  --bs-btn-border-color:var(--brand-blue);
  --bs-btn-hover-bg:#30336e;
  --bs-btn-hover-border-color:#30336e;
}
.btn-outline-primary {
  --bs-btn-color:var(--brand-blue);
  --bs-btn-border-color:var(--brand-blue);
  --bs-btn-hover-bg:var(--brand-blue);
  --bs-btn-hover-border-color:var(--brand-blue);
  --bs-btn-hover-color:#fff;
}

.btn-assessment-add-model {
  --bs-btn-color:#fff;
  --bs-btn-bg:var(--brand-petrol);
  --bs-btn-border-color:var(--brand-petrol);
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#037f91;
  --bs-btn-hover-border-color:#037f91;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#037282;
  --bs-btn-active-border-color:#037282;
}

/* ===== Navbar ===== */
.navbar.bg-body-tertiary {
  background: rgba(255,255,255,0.95) !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.navbar .navbar-brand {
  color: var(--brand-blue);
  font-weight: 600;
}
.navbar .nav-link {
  color: #1f2937;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #1f2a6a;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.nav-user-chip,
.navbar .nav-link.nav-user-chip,
.navbar .nav-link.nav-user-chip:hover,
.navbar .nav-link.nav-user-chip.active {
  color: var(--brand-petrol);
}

.nav-user-chip__dot {
  background: rgba(4, 142, 163, 0.18);
  color: var(--brand-petrol);
  border: 1px solid rgba(4, 142, 163, 0.3);
}

/* ===== KPI Cards ===== */
.kpi-card {
  border-left: 6px solid var(--brand-mint);
  background: #fff;
}

/* ===== Model Carousel (Cards) ===== */
.model-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: .5rem;
  align-items: stretch;
}
.model-carousel .card {
  scroll-snap-align: start;
  display: flex;
}
.model-carousel .card-body {
  display: flex;
  flex-direction: column;
}
.model-carousel .card-body .btn {
  margin-top: auto;
}

/* ===== Formular-Look & Helfer ===== */
.form-grid .form-label {
  font-weight: 600;
}
.form-text {
  color: rgba(0,0,0,0.55);
}

.btn {
  border-radius: var(--asc-field-radius);
}

.btn-sm {
  border-radius: var(--asc-field-radius);
}

.form-label {
  color: var(--brand-petrol);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.45rem;
}

.form-control:not([type="file"]),
.form-select {
  min-height: 3rem;
  padding: 0.6rem 1rem;
  color: #15171a;
  border: 1.5px solid var(--asc-field-fill);
  border-radius: var(--asc-field-radius);
  background-color: var(--asc-field-bg);
  box-shadow: none;
}

.form-control:not([type="file"]):focus,
.form-select:focus {
  border-color: var(--brand-petrol);
  box-shadow: 0 0 0 0.18rem rgba(4, 142, 163, 0.14);
}

.form-control:not([type="file"])::placeholder {
  color: #767676;
  opacity: 1;
}

.form-control:not([type="file"]):disabled,
.form-control:not([type="file"])[readonly],
.form-select:disabled {
  color: #333333;
  background-color: var(--asc-field-bg);
  border-color: var(--asc-field-fill);
  opacity: 1;
}

.form-control:not([type="file"]).is-invalid,
.form-select.is-invalid {
  border-color: #b42318;
}

.form-text {
  color: var(--brand-petrol);
  font-size: 1.05rem;
  line-height: 1.3;
  margin-top: 0.45rem;
}

.asc-select {
  position: relative;
  z-index: 1;
  border-radius: var(--asc-field-radius);
}

.asc-select::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1.5px solid var(--asc-field-fill);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}

.asc-select.is-open {
  z-index: 20;
  overflow: hidden;
  background: #ffffff;
}

.asc-select.is-open::before {
  opacity: 1;
}

.asc-select__native {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.asc-select__button {
  width: 100%;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.6rem 1rem;
  color: #15171a;
  border: 1.5px solid var(--asc-field-fill);
  border-radius: var(--asc-field-radius);
  background: var(--asc-field-bg);
  text-align: left;
  transition: box-shadow .24s ease, color .18s ease;
}

.asc-select__button::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 0.55rem;
  border-right: 1.5px solid var(--brand-petrol);
  border-bottom: 1.5px solid var(--brand-petrol);
  transform: translateY(-0.15rem) rotate(45deg);
  transition: transform .3s ease, opacity .18s ease;
}

.asc-select__button:focus {
  border-color: var(--brand-petrol);
  box-shadow: 0 0 0 0.18rem rgba(4, 142, 163, 0.14);
  outline: 0;
}

.asc-select__button:focus-visible {
  outline: 3px solid var(--a11y-focus) !important;
  outline-offset: 2px;
}

.asc-select.is-open .asc-select__button {
  border-color: transparent;
  border-radius: var(--asc-field-radius) var(--asc-field-radius) 0 0;
  box-shadow: none;
}

.asc-select.is-open .asc-select__button::after {
  transform: translateY(0.1rem) rotate(225deg);
}

.asc-select__menu {
  position: static;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  opacity: 0;
  transform: translateY(-0.2rem);
  transition: max-height .58s cubic-bezier(.22, 1, .36, 1),
              opacity .38s ease,
              transform .58s cubic-bezier(.22, 1, .36, 1),
              padding .46s ease;
}

.asc-select.is-open .asc-select__menu {
  max-height: 16rem;
  overflow-y: auto;
  padding: 0.45rem 0.65rem 0.45rem 0.45rem;
  opacity: 1;
  scrollbar-color: var(--asc-field-fill) rgba(199, 231, 230, 0.38);
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  transform: translateY(0);
}

.asc-select__menu::-webkit-scrollbar {
  width: 0.55rem;
}

.asc-select__menu::-webkit-scrollbar-track {
  margin-block: 0.45rem;
  border-radius: 999px;
  background: rgba(199, 231, 230, 0.38);
}

.asc-select__menu::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--asc-field-fill);
}

.asc-select__option {
  width: 100%;
  display: block;
  padding: 0.6rem 0.85rem;
  border: 0;
  border-radius: calc(var(--asc-field-radius) - 0.35rem);
  background: transparent;
  color: #15171a;
  text-align: left;
}

.asc-select__option:hover,
.asc-select__option:focus,
.asc-select__option.is-selected {
  background: rgba(4, 142, 163, 0.1);
  outline: 0;
}

/* ===== Miscellaneous ===== */
pre {
  background: #f7f7f9;
  border: 1px solid #ececec;
  border-radius: .5rem;
  padding: .75rem;
  max-height: 420px;
  overflow: auto;
}

@media (max-width: 991.98px) {
  .js-run-slot pre {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
  }
}

#logopostfix { margin-bottom: 3px; }

/* ===== Hintergrund-Overlay darf NICHT Events fangen ===== */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, rgba(57,60,132,0.4) 0%, rgba(57,60,132,0.05) 100%);
  z-index: 0;
  pointer-events: none;
}

/* ===== Lokaler Loader NUR im <main> ===== */
.loading-overlay--local {
  position: fixed;
  inset: 0;
  display: none;                  /* via Klasse toggeln */
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(6px);     /* unscharf machen */
  -webkit-backdrop-filter: blur(6px);
  border-radius: 0;
  z-index: 2000;                  /* unter Modal, über Content */
}
.loading-overlay--local.is-visible { display: flex; }
.loading-overlay--local.is-priority { z-index: 4000; }

/* Overlay spinner (SVG) */
.pill-spinner {
  width: 90px;
  height: 90px;
  display: block;
  transform-origin: center center;
  transform-box: fill-box;
  animation: overlay-spinner-rotate 1.2s linear infinite;
  will-change: transform;
}
.pill-spinner__top {
  fill: #e95f6c;
}
.pill-spinner__bottom {
  fill: #87b8bd;
}

@keyframes overlay-spinner-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ===== Modal-Fix (über allen Overlays liegen) ===== */
.modal-backdrop { z-index: 2050 !important; }
.modal          { z-index: 2060 !important; }

/* Navbar bleibt darüber, aber unter Modals */
.navbar { z-index: 1030; }

/* Hintergrundbild & -verlauf blockieren keine Klicks */
body::before { pointer-events: none !important; }

/* ===== Layout Enhancements for Model Page ===== */
.page-head {
  text-align: center;
}
.page-head h3 {
  font-weight: 600;
}
.page-head p {
  max-width: 800px;
  margin: 0 auto;
}

/* ===== Status Badges ===== */
.badge-status {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.badge-status::before {
  content: "●";
  font-size: 0.7em;
  line-height: 1;
}
.badge-status.status-running,
.badge-status.status-queued {
  background-color: #4a4688;
  color: #ffffff;
}
.badge-status.status-error {
  background-color: #cf4b56;
  color: #ffffff;
}
.badge-status.status-done,
.badge-status.status-ready {
  background-color: #0d7f8e;
  color: #ffffff;
}

/* Gleich breite Buttons (Header + Actions) */
.btn-action,
.btn-wide {
  min-width: 180px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  text-align: center;
}

/* Einheitliche Höhe + Schrift */

.btn-wide {
  font-size: 1rem;
}

/* --- Prettier accordion head --- */
.run-head { background: #fff; }
.run-head .badge {
  border: 1px solid rgba(57,60,132,.25);
  background: rgba(57,60,132,.06) !important;
}
.run-head .run-param {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: .9rem;
  padding: .1rem .35rem;
  background: #f5f6fa;
  border: 1px solid #e5e7ef;
  border-radius: .35rem;
  color: #343a40;
}

/* --- Loader HUD (Logo oben + Caption) --- */
.loading-overlay--local { position: fixed; inset: 0; }
.loading-overlay--local .loader-hud {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none; /* UI nicht blockieren */
  text-align: center;
}
.loading-overlay--local .loader-logo {
  height: 34px;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.2));
}
.loading-overlay--local .loader-caption {
  font-weight: 600;
  letter-spacing: .2px;
  color: var(--brand-blue);
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

/* ===== Landing Page ===== */
body.landing-page-body {
  background: var(--brand-bg);
  background-attachment: scroll;
  overflow-x: clip;
}

body.landing-page-body::before {
  display: none;
}

.landing-page-main-shell.app-main-shell {
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0;
}

.landing-page {
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--brand-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.0137em;
}

.landing-page section[id]:not(#top) {
  scroll-margin-top: 0;
}

.landing-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  width: 100%;
  margin: 0;
  background: rgb(255, 255, 255);
  border-bottom: none;
  box-shadow: none;
}

.landing-nav.is-scrolled {
  background: rgb(255, 255, 255);
}

.landing-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1170px;
  margin: 0 auto;
  min-height: 112px;
  padding: 0 125px;
}

.landing-nav__brand img {
  height: 34px;
  display: block;
}

.landing-nav__links,
.landing-nav__actions {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.landing-nav__links a {
  color: var(--brand-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.landing-nav__links a:hover,
.landing-nav__links a:focus-visible {
  color: var(--brand-blue);
}

.landing-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: 0.72rem 1.25rem;
  background: var(--brand-red);
  color: #fff;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}

.landing-nav__cta:hover,
.landing-nav__cta:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.landing-kicker,
.landing-ribbon,
.landing-ribbon--footer {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.95rem;
  background: var(--brand-red);
  color: #fff;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-ribbon::after,
.landing-ribbon--footer::after,
.landing-kicker::after {
  content: "›";
  font-size: 1rem;
  line-height: 1;
}

.landing-ribbon--footer {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.landing-section-blocktitle {
  --landing-blocktitle-offset: max(0px, calc((var(--landing-client-width, 100vw) - 100%) / 2));
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  min-height: 75px;
  padding: 12px 30px;
  background: var(--brand-red);
  color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.landing-section-blocktitle__label {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 51px;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.landing-section-blocktitle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 30.1px;
  flex: 0 0 auto;
}

.landing-section-blocktitle__icon-image {
  display: block;
  width: 31px;
  height: 30px;
}

.landing-section-blocktitle--models {
  width: calc(375px + var(--landing-blocktitle-offset));
  margin-left: calc(-1 * var(--landing-blocktitle-offset));
  margin-bottom: 44px;
}

.landing-section-blocktitle--qa {
  width: calc(285px + var(--landing-blocktitle-offset));
  margin-left: calc(-1 * var(--landing-blocktitle-offset));
  margin-bottom: 44px;
}

.landing-hero {
  padding: 0 0 0;
}

.landing-hero__visual {
  position: relative;
  min-height: 555px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.landing-hero__visual::before {
  content: none;
}

.landing-hero__image {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  max-width: none;
  user-select: none;
  pointer-events: none;
  will-change: transform;
}

.landing-hero__frame {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  min-height: 555px;
  margin: 0 auto;
  padding: 158px 125px 0;
}

.landing-hero__title-wrap {
  max-width: 743px;
}

.landing-hero__title {
  margin: 0.9rem 0 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--brand-blue);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.0361em;
  text-wrap: balance;
}

.landing-hero__title-line {
  display: block;
  line-height: 68px;
  white-space: nowrap;
}

.landing-hero__title-line--tight {
  line-height: 56.016px;
}

.landing-hero__title-accent {
  color: var(--brand-red);
}

.landing-hero__title-main {
  color: var(--brand-blue);
}

.landing-hero__summary {
  display: block;
  margin: -76px 0 0;
  position: relative;
  z-index: 2;
}

.landing-hero__summary-frame {
  --landing-summary-left: calc(((100% - 1170px) / 2) + 125px);
  width: 100%;
  max-width: none;
  padding-left: var(--landing-summary-left);
}

.landing-hero__summary-copy {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 390px;
  margin-left: 0;
  padding: 0;
  background: var(--brand-blue);
  color: #fff;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.landing-hero__summary-text {
  position: absolute;
  top: 73px;
  right: calc(100% - 920px);
  width: 820px;
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.015625em;
}

.landing-hero__summary-text span {
  display: block;
}

.landing-hero__summary-cta {
  position: absolute;
  right: calc(100% - 920px);
  bottom: 29px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-decoration: none;
}

.landing-hero__summary-cta:hover,
.landing-hero__summary-cta:focus-visible {
  color: #fff;
}

.landing-hero__summary-cta-label {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.0078125em;
}

.landing-hero__summary-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--brand-red);
}

.landing-hero__summary-cta-icon svg {
  width: 20px;
  height: 20px;
}

.landing-hero__summary-cta-icon path {
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.45rem;
  border: none;
  border-radius: 999px;
  background: var(--brand-red);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(232, 93, 107, 0.26);
}

.landing-pill-button::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

.landing-pill-button:hover,
.landing-pill-button:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.landing-pill-button--light {
  background: var(--brand-blue);
}

.landing-pill-button--hero {
  margin-top: 1.7rem;
}

.landing-section {
  padding: 2.75rem 0 0;
}

.landing-section__content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 125px;
}

.landing-section__content--intro {
  display: block;
}

.landing-section--plain .landing-section__content,
.landing-section--about .landing-section__content {
  padding-bottom: 2.2rem;
}

.landing-explore {
  max-width: 920px;
}

.landing-explore__title {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--brand-petrol);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.01172em;
}

.landing-explore__text {
  margin-top: 9px;
  color: var(--brand-text);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.0166em;
}

.landing-explore__cta {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  margin-top: 23px;
  margin-left: auto;
  color: var(--brand-petrol);
  text-decoration: none;
}

.landing-explore__cta:hover,
.landing-explore__cta:focus-visible {
  color: var(--brand-petrol);
}

.landing-explore__cta-label {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.00586em;
}

.landing-explore__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--brand-red);
}

.landing-explore__cta-icon svg {
  width: 20px;
  height: 20px;
}

.landing-explore__cta-icon path {
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-section--models .landing-section__content,
.landing-section--faq .landing-section__content {
  padding-top: 2.1rem;
  padding-bottom: 2.2rem;
}

.landing-section--models {
  background: #fbedec;
}

.landing-section--faq {
  background: #DAEAEB;
}

.landing-section--partners {
  overflow: hidden;
}

.landing-section--partners .landing-section__content {
  padding-top: 1rem;
}

.landing-model-area {
  display: flex;
  gap: 30px;
  width: 920px;
  margin-top: 24px;
  align-items: flex-start;
}

.landing-model-area__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 445px;
}

.landing-model-area__column--offset {
  padding-top: 50px;
}

.landing-model-teaser {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 445px;
  min-height: 485px;
  padding: 40px 35px;
  color: #fff;
  overflow: hidden;
}

.landing-model-teaser--pricing {
  min-height: 487px;
  background: var(--brand-petrol);
}

.landing-model-teaser--cart {
  background: var(--brand-blue);
}

.landing-model-teaser--ngs {
  background: var(--brand-red);
}

.landing-model-teaser--ps {
  background: var(--brand-mint);
}

.landing-model-teaser__icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.landing-model-teaser__icon-asset {
  display: block;
  object-fit: contain;
}

.landing-model-teaser__icon-asset--pricing {
  width: 106.78px;
  height: 87px;
}

.landing-model-teaser__icon-asset--cart {
  width: 87px;
  height: 87px;
}

.landing-model-teaser__icon-asset--ngs {
  width: 93.76px;
  height: 89px;
}

.landing-model-teaser__icon-asset--ps {
  width: 88.13px;
  height: 88.13px;
}

.landing-model-teaser__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 375px;
}

.landing-model-teaser__copy h3 {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.009em;
}

.landing-model-teaser__copy p {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.0156em;
}

.landing-model-teaser__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.landing-model-teaser__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  height: 46px;
  padding: 10px 28px;
  border: none;
  border-radius: 100px;
  background: #fff;
  color: var(--brand-petrol);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.landing-model-teaser__button:hover,
.landing-model-teaser__button:focus-visible {
  color: var(--brand-petrol);
}

.landing-model-teaser__button--disabled {
  cursor: default;
}

.landing-about {
  max-width: 920px;
}

.landing-about__title {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--brand-petrol);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.01953em;
}

.landing-about__text {
  margin-top: 9px;
  color: var(--brand-text);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.01367em;
}

.landing-about__cta {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  margin-top: 19px;
  margin-left: auto;
  color: var(--brand-petrol);
  text-decoration: none;
}

.landing-about__cta:hover,
.landing-about__cta:focus-visible {
  color: var(--brand-petrol);
}

.landing-about__cta-label {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.landing-about__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--brand-red);
}

.landing-about__cta-icon svg {
  width: 20px;
  height: 20px;
}

.landing-about__cta-icon path {
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-faq {
  width: 920px;
  margin-top: 22px;
}

.landing-faq__item {
  border-radius: 23px;
  overflow: hidden;
  background: transparent;
}

.landing-faq__item:focus-within {
  outline: 3px solid var(--a11y-focus);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px var(--a11y-focus-shadow);
}

.landing-faq__item + .landing-faq__item {
  margin-top: 15px;
}

.landing-faq__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 75px;
  padding: 15px 25px;
  border: 2px solid transparent;
  background: var(--brand-petrol);
  color: #fff;
  text-align: left;
  border-radius: 23px;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    border-top-left-radius 220ms ease,
    border-top-right-radius 220ms ease,
    border-bottom-left-radius 220ms ease,
    border-bottom-right-radius 220ms ease;
}

.landing-faq__toggle.collapsed {
  border-color: #d6e6e8;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.75),
    0 0 0 1px rgba(16, 43, 53, 0.22);
}

.landing-faq__toggle:not(.collapsed) {
  padding: 15px 25px;
  background: #fff;
  color: var(--brand-petrol);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.landing-faq__item.is-opening .landing-faq__toggle:not(.collapsed) {
  transition:
    background-color 220ms ease,
    color 220ms ease,
    border-top-left-radius 220ms ease,
    border-top-right-radius 220ms ease,
    border-bottom-left-radius 220ms ease 140ms,
    border-bottom-right-radius 220ms ease 140ms;
}

.landing-faq__toggle:focus-visible {
  outline: 3px solid var(--a11y-focus);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px var(--a11y-focus-shadow);
}

.landing-faq__question {
  width: 760px;
  max-width: calc(100% - 65px);
  color: inherit;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.01465em;
  transition: color 220ms ease;
}

.landing-faq__icon {
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  margin-left: 20px;
  background: center / 45px 45px no-repeat url("../img/landing/faq-plus.svg");
}

.landing-faq__toggle:not(.collapsed) .landing-faq__icon {
  background-image: url("../img/landing/faq-minus.svg");
}

.landing-faq__collapse {
  background: #fff;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}

.landing-faq__collapse.collapsing {
  overflow: hidden;
  transition: height 320ms ease;
}

.landing-faq__item.is-opening .landing-faq__collapse.collapsing {
  transition-delay: 140ms;
}

.landing-faq__body {
  width: 760px;
  max-width: calc(100% - 110px);
  padding: 15px 25px 25px;
  color: var(--brand-text);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.0161em;
}

.landing-faq__body p {
  margin: 0;
}

.landing-faq__body p + p {
  margin-top: 1rem;
}

.landing-partners {
  --landing-partners-visible: 4;
  --landing-partner-gap: 42px;
  --landing-partner-slot: calc(
    (100% - ((var(--landing-partners-visible) - 1) * var(--landing-partner-gap))) /
      var(--landing-partners-visible)
  );
  width: min(920px, 100%);
  margin-top: 36px;
  overflow-x: clip;
}

.landing-partners__carousel-shell {
  width: 100%;
  overflow: hidden;
  overflow-x: clip;
}

.landing-partners__carousel-track {
  display: flex;
  align-items: center;
  gap: var(--landing-partner-gap);
  will-change: transform;
}

.landing-partner-logo {
  flex: 0 0 var(--landing-partner-slot);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 150px;
  text-decoration: none;
}

.landing-partner-logo img {
  display: block;
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.landing-partner-logo--peek {
  pointer-events: none;
}

.landing-partner-logo--chino img {
  max-width: 135px;
  max-height: 135px;
}

.landing-partner-logo--uio img {
  max-width: 150px;
  max-height: 150px;
}

.landing-partner-logo--goeg img {
  max-width: 184.8px;
  max-height: 73.875px;
}

.landing-partner-logo--eha img {
  max-width: 184.8px;
  max-height: 92.406px;
}

.landing-partner-logo--aim img {
  max-width: 184.8px;
  max-height: 61.594px;
}

.landing-partner-logo--optimedis img {
  max-width: 184.8px;
  max-height: 72.344px;
}

.landing-partner-logo--erasmus img {
  max-width: 150px;
  max-height: 150px;
}

.landing-partner-logo--mpe img {
  max-width: 179.938px;
  max-height: 150px;
}

.landing-partner-logo--comenius img {
  max-width: 104.891px;
  max-height: 150px;
}

.landing-partner-logo--egg {
  position: relative;
  z-index: 2;
}

.landing-partner-logo--egg-alpha img {
  animation:
    landing-optimedis-bounce 0.52s ease-in-out infinite alternate,
    landing-optimedis-blink 1.1s linear infinite;
  transform-origin: center;
}

.landing-partner-logo--egg-beta img {
  animation:
    landing-optimedis-spin 1.4s linear infinite,
    landing-optimedis-hueshift 2.2s linear infinite;
  transform-origin: center;
}

.landing-partner-logo--egg-gamma img {
  animation:
    landing-optimedis-wobble 0.88s ease-in-out infinite,
    landing-optimedis-pop 0.7s ease-in-out infinite alternate;
  transform-origin: center;
}

.landing-partner-logo--egg-delta img {
  animation:
    landing-optimedis-skew 0.46s ease-in-out infinite alternate,
    landing-optimedis-blink 0.78s steps(2, end) infinite,
    landing-optimedis-hueshift 1.7s linear infinite;
  transform-origin: center;
}

.landing-partner-logo--party img {
  transform-origin: center;
  will-change: transform, filter, opacity;
}

.landing-partner-logo--party-1 img {
  animation:
    landing-party-hop 0.62s ease-in-out infinite alternate,
    landing-party-tint 1.25s linear infinite;
}

.landing-partner-logo--party-2 img {
  animation:
    landing-party-twirl 0.9s ease-in-out infinite,
    landing-party-flash 0.72s steps(2, end) infinite;
}

.landing-partner-logo--party-3 img {
  animation:
    landing-party-sway 0.66s ease-in-out infinite alternate,
    landing-party-tint 1.6s linear infinite reverse;
}

.landing-partner-logo--party-4 img {
  animation:
    landing-party-jello 0.88s ease-in-out infinite,
    landing-party-flash 1.05s steps(2, end) infinite reverse;
}

@keyframes landing-optimedis-bounce {
  from {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(-11px) scale(1.06);
  }
}

@keyframes landing-optimedis-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes landing-optimedis-hueshift {
  0% {
    filter: saturate(1.05) hue-rotate(0deg) brightness(1);
  }

  50% {
    filter: saturate(1.8) hue-rotate(145deg) brightness(1.12);
  }

  100% {
    filter: saturate(1.05) hue-rotate(360deg) brightness(1);
  }
}

@keyframes landing-optimedis-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.36;
  }
}

@keyframes landing-optimedis-wobble {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }

  25% {
    transform: rotate(-8deg) translateY(-4px);
  }

  75% {
    transform: rotate(8deg) translateY(-4px);
  }
}

@keyframes landing-optimedis-pop {
  from {
    transform: scale(0.95);
  }

  to {
    transform: scale(1.12);
  }
}

@keyframes landing-optimedis-skew {
  from {
    transform: skewX(-7deg) rotate(-5deg);
  }

  to {
    transform: skewX(7deg) rotate(5deg);
  }
}

@keyframes landing-party-hop {
  from {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(-10px) scale(1.08);
  }
}

@keyframes landing-party-twirl {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(11deg) scale(1.06);
  }

  100% {
    transform: rotate(-11deg) scale(1);
  }
}

@keyframes landing-party-sway {
  from {
    transform: translateX(-6px) rotate(-5deg) scale(1);
  }

  to {
    transform: translateX(6px) rotate(5deg) scale(1.07);
  }
}

@keyframes landing-party-jello {
  0%,
  100% {
    transform: skewX(0deg) skewY(0deg) scale(1);
  }

  25% {
    transform: skewX(-8deg) skewY(-2deg) scale(1.05);
  }

  50% {
    transform: skewX(8deg) skewY(2deg) scale(1.08);
  }

  75% {
    transform: skewX(-5deg) skewY(1deg) scale(1.03);
  }
}

@keyframes landing-party-tint {
  0% {
    filter: hue-rotate(0deg) saturate(1) brightness(1);
  }

  33% {
    filter: hue-rotate(70deg) saturate(1.5) brightness(1.08);
  }

  66% {
    filter: hue-rotate(180deg) saturate(1.7) brightness(1.12);
  }

  100% {
    filter: hue-rotate(360deg) saturate(1) brightness(1);
  }
}

@keyframes landing-party-flash {
  0%,
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 0 rgba(232, 93, 107, 0));
  }

  50% {
    opacity: 0.72;
    filter: drop-shadow(0 0 12px rgba(232, 93, 107, 0.45));
  }
}

.landing-footer {
  width: var(--landing-client-width, 100%);
  margin-top: 0.5rem;
  margin-left: calc(50% - (var(--landing-client-width, 100%) / 2));
  margin-right: calc(50% - (var(--landing-client-width, 100%) / 2));
}

.landing-footer__main {
  background: var(--brand-blue);
}

.landing-footer__inner {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-footer__inner--main {
  padding-top: 58px;
  padding-bottom: 44px;
}

.landing-footer__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.9fr);
  gap: 56px;
  align-items: start;
}

.landing-footer__meta {
  min-width: 0;
}

.landing-footer__link-columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.landing-footer__brand-block,
.landing-footer__eu-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-top: 44px;
}

.landing-footer__brand-block {
  gap: 8px;
}

.landing-footer__contact {
  min-width: 0;
}

.landing-footer__brand {
  display: block;
  width: fit-content;
  line-height: 0;
}

.landing-footer__brand img {
  display: block;
  width: 228px;
  max-width: 100%;
  height: auto;
}

.landing-footer__tagline {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.landing-footer__eu-badge {
  width: 228px;
  max-width: 100%;
  height: auto;
}

.landing-footer__smallprint {
  margin: 0;
  max-width: 320px;
  color: #ffffff;
  font-size: 13px;
  line-height: 19px;
}

.landing-footer__heading {
  margin: 0 0 20px;
  color: #c6dadd;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.landing-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-footer__list li + li {
  margin-top: 10px;
}

.landing-footer__list a {
  color: #c6dadd;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.landing-footer__list a:hover,
.landing-footer__list a:focus-visible {
  color: #ffffff;
}

.landing-footer__contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.landing-footer__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-footer__field span {
  color: #c6dadd;
  font-size: 16px;
  line-height: 24px;
}

.landing-footer__field input,
.landing-footer__field textarea {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 18px;
  outline: none;
}

.landing-footer__field textarea {
  min-height: 122px;
  border-radius: 22px;
  resize: vertical;
}

.landing-footer__privacy {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #c6dadd;
  font-size: 12px;
  line-height: 15px;
  max-width: 210px;
}

.landing-footer__privacy input {
  width: 14px;
  height: 14px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: #8de8e5;
}

.landing-footer__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 6px;
}

.landing-footer__submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 146px;
  height: 44px;
  padding: 8px 22px;
  border: 0;
  border-radius: 999px;
  background: #f46370;
  color: #ffffff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  gap: 20px;
}

.landing-footer__submit img {
  width: 30px;
  height: 22px;
  flex: 0 0 auto;
}

.landing-footer__rule {
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.landing-footer__copy {
  padding-top: 26px;
  color: #9cb5d7;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 980px) {
  .landing-footer__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }
}

@media (max-width: 640px) {
  .landing-footer__link-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .landing-footer__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

.landing-start-modal .modal-dialog {
  max-width: 35rem;
}

.landing-start-modal__content {
  border: none;
  border-radius: 1.85rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(36, 51, 84, 0.24);
}

.landing-start-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.65rem 1.7rem 1rem;
  border-bottom: 1px solid rgba(59, 62, 132, 0.08);
}

.landing-start-modal__eyebrow {
  margin: 0 0 0.45rem;
  color: #7a8798;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.landing-start-modal__title {
  margin: 0;
  color: var(--brand-blue);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.08;
}

.landing-start-modal__close {
  margin: 0 !important;
  flex: 0 0 auto;
  opacity: 0.75;
}

.landing-start-modal__body {
  padding: 1.35rem 1.7rem 1.1rem;
}

.landing-start-modal__hint {
  margin-bottom: 1.15rem;
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  background: rgba(134, 184, 189, 0.18);
  color: #375468;
  font-size: 0.95rem;
  line-height: 1.6;
}

.landing-start-modal__hint.is-warning {
  background: rgba(232, 93, 107, 0.14);
  color: #7f3442;
}

.landing-start-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.landing-start-modal__label {
  color: #66768c;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-start-modal__select {
  min-height: 3.35rem;
  border: 1px solid rgba(59, 62, 132, 0.18);
  border-radius: 1.15rem;
  background-color: #f9fbff;
  color: var(--brand-blue);
  font-size: 1rem;
  font-weight: 500;
  padding-inline: 1rem 2.8rem;
  box-shadow: none;
}

.landing-start-modal__select:focus {
  border-color: rgba(59, 62, 132, 0.42);
  box-shadow: 0 0 0 0.22rem rgba(59, 62, 132, 0.12);
}

.landing-start-modal__note {
  color: #7f3442;
  font-size: 0.85rem;
  line-height: 1.45;
}

.landing-start-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  padding: 0 1.7rem 1.55rem;
}

.landing-start-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.landing-start-modal__button:hover,
.landing-start-modal__button:focus-visible {
  transform: translateY(-1px);
}

.landing-start-modal__button--primary {
  background: var(--brand-blue);
  color: #ffffff;
}

.landing-start-modal__button--primary:hover,
.landing-start-modal__button--primary:focus-visible {
  background: #30336e;
  color: #ffffff;
}

.landing-start-modal__button--secondary {
  background: #ffffff;
  border-color: rgba(59, 62, 132, 0.18);
  color: var(--brand-blue);
}

@media (max-width: 991.98px) {
  .landing-section__content--intro,
  .landing-hero__summary,
  .landing-footer__columns {
    grid-template-columns: 1fr;
  }

  .landing-nav__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-nav__links {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .landing-nav__inner,
  .landing-section__content,
  .landing-hero__frame,
  .landing-hero__summary-frame {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .landing-hero__visual {
    min-height: 460px;
  }

  .landing-hero__summary {
    margin: -2rem 0 0;
  }

  .landing-hero__summary-copy {
    width: 100%;
    min-height: 0;
    max-width: none;
    padding: 2rem 2rem 1.7rem 2.4rem;
  }

  .landing-hero__summary-text,
  .landing-hero__summary-cta {
    position: static;
  }

  .landing-hero__summary-text {
    width: auto;
    font-size: 1.25rem;
    line-height: 1.55;
  }

  .landing-hero__summary-cta {
    margin-top: 2rem;
    justify-content: flex-end;
  }

  .landing-model-area {
    width: 100%;
  }

  .landing-model-area {
    flex-direction: column;
  }

  .landing-model-area__column,
  .landing-model-teaser {
    width: 100%;
  }

  .landing-model-area__column--offset {
    padding-top: 0;
  }

  .landing-model-teaser__copy {
    width: min(375px, 100%);
  }

  .landing-faq {
    width: 100%;
  }

  .landing-faq__question,
  .landing-faq__body {
    width: auto;
    max-width: none;
  }

  .landing-partners {
    --landing-partner-gap: 30px;
  }

  .landing-footer__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-footer__column--nav {
    gap: 40px;
  }

  .landing-footer__submenu {
    position: static;
    padding: 6px 0 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .landing-footer__note {
    margin-top: 28px;
  }

  .landing-footer__social {
    margin-top: 32px;
    justify-content: flex-start;
  }

  .landing-footer__copy {
    padding-top: 40px;
  }

  .landing-footer__inner--lower {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-nav__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem 1.25rem;
    min-height: 92px;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: initial;
  }

  .landing-nav__links {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.95rem;
  }

  .landing-nav__links a {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .landing-nav__cta {
    min-width: 104px;
    padding: 0.68rem 1.1rem;
    font-size: 0.76rem;
  }

  .landing-hero__frame {
    min-height: 476px;
    padding-top: calc(var(--landing-nav-height, 112px) + 18px);
  }

  .landing-hero__title-wrap {
    max-width: 31rem;
  }

  .landing-hero__title {
    margin-top: 0;
    font-size: clamp(2.35rem, 5.1vw, 3rem);
    line-height: 1.02;
    letter-spacing: 0.012em;
  }

  .landing-hero__title-line,
  .landing-hero__title-line--tight {
    white-space: normal;
    line-height: 1.02;
  }

  .landing-hero__summary-frame {
    padding-right: 0;
  }

  .landing-hero__summary-copy {
    padding: 2.05rem 1.75rem 1.45rem 3.2rem;
    border-top-left-radius: 124px;
    border-bottom-left-radius: 124px;
  }

  .landing-hero__summary-text {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
  }

  .landing-hero__summary-text::before {
    content: attr(aria-label);
    display: block;
    color: #fff;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 1.14rem;
    font-weight: 400;
    line-height: 1.46;
    letter-spacing: 0.004em;
  }

  .landing-hero__summary-text span {
    display: none;
  }

  .landing-hero__summary-cta {
    margin-top: 1.2rem;
    width: 100%;
    gap: 0.9rem;
    justify-content: flex-end;
  }

  .landing-hero__summary-cta-label {
    font-size: 1.15rem;
    line-height: 1.28;
  }

  .landing-hero__summary-cta-icon {
    width: 40px;
    height: 40px;
  }

  .landing-hero__summary-cta-icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767.98px) {
  .landing-page-main-shell.app-main-shell,
  .landing-nav {
    width: 100%;
  }

  .landing-nav {
    margin-top: 0;
  }

  .landing-nav__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand brand"
      "links actions";
    align-items: center;
    gap: 0.55rem 0.75rem;
    min-height: 0;
    padding: 0.7rem 0.9rem 0.8rem;
  }

  .landing-nav__brand {
    grid-area: brand;
    justify-self: center;
  }

  .landing-nav__brand img {
    height: 28px;
  }

  .landing-section__content,
  .landing-hero__frame,
  .landing-hero__summary-frame {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .landing-hero__summary-frame {
    padding-right: 0;
  }

  .landing-hero__frame {
    min-height: 440px;
    padding-top: calc(var(--landing-nav-height, 112px) + 14px);
  }

  .landing-hero__title-wrap {
    max-width: min(15.75rem, 100%);
  }

  .landing-nav__links {
    grid-area: links;
    gap: 0.7rem;
    justify-content: flex-start;
  }

  .landing-nav__actions {
    grid-area: actions;
    justify-content: flex-end;
  }

  .landing-nav__links a {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .landing-nav__cta {
    min-width: 94px;
    padding: 0.6rem 0.95rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .landing-nav__links a,
  .landing-nav__cta,
  .landing-pill-button,
  .landing-model-teaser__button {
    letter-spacing: 0.06em;
  }

  .landing-hero__title {
    margin-top: 0;
    font-size: clamp(1.5rem, 7.4vw, 2.05rem);
    line-height: 1.03;
    letter-spacing: 0.006em;
  }

  .landing-hero__title-line,
  .landing-hero__title-line--tight {
    white-space: normal;
    line-height: 1.03;
  }

  .landing-model-teaser {
    min-height: 0;
  }

  .landing-model-teaser__copy {
    width: 100%;
  }

  .landing-model-teaser__footer {
    justify-content: flex-start;
  }

  .landing-faq__toggle {
    padding: 1rem;
  }

  .landing-faq__toggle:not(.collapsed) {
    padding: 1rem;
  }

  .landing-faq__question {
    max-width: calc(100% - 57px);
    font-size: 1.15rem;
    line-height: 1.45;
  }

  .landing-faq__icon {
    width: 40px;
    height: 40px;
    margin-left: 1rem;
    background-size: 40px 40px;
  }

  .landing-faq__body {
    padding: 0.9rem 1rem 1rem;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .landing-partners {
    --landing-partners-visible: 2;
    --landing-partner-gap: 18px;
    margin-top: 1.5rem;
  }

  .landing-partner-logo {
    height: 112px;
  }

  .landing-partner-logo img {
    max-height: 112px;
    transform-origin: center;
  }

  .landing-hero__summary-copy {
    width: 100%;
    min-height: 0;
    padding: 1.3rem 1rem 1.25rem 2.25rem;
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px;
  }

  .landing-hero__summary-text {
    width: auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
  }

  .landing-hero__summary-text::before {
    content: attr(aria-label);
    display: block;
    color: #fff;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.003em;
  }

  .landing-hero__summary-text span {
    display: none;
  }

  .landing-hero__summary-cta {
    margin-top: 0.95rem;
    width: 100%;
    gap: 0.75rem;
    justify-content: flex-end;
  }

  .landing-hero__summary-cta-label {
    font-size: 1rem;
    line-height: 1.32;
  }

  .landing-hero__summary-cta-icon {
    width: 38px;
    height: 38px;
  }

  .landing-hero__summary-cta-icon svg {
    width: 17px;
    height: 17px;
  }

  .landing-explore__text span {
    display: inline;
  }

  .landing-explore__cta {
    gap: 0.85rem;
    margin-top: 1rem;
  }

  .landing-explore__cta-label {
    font-size: 1rem;
    line-height: 1.5;
  }

  .landing-about__text span {
    display: inline;
  }

  .landing-about__cta {
    gap: 0.85rem;
    margin-top: 1rem;
  }

  .landing-section--plain .landing-section__content,
  .landing-section--about .landing-section__content {
    padding-bottom: 1.6rem;
  }

  .landing-about__cta-label {
    font-size: 1rem;
    line-height: 1.5;
  }

  .landing-footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .landing-footer__inner--main {
    padding-top: 42px;
    padding-bottom: 24px;
  }

  .landing-footer__heading,
  .landing-footer__list a,
  .landing-footer__menu a,
  .landing-footer__note {
    font-size: 16px;
    line-height: 28px;
  }

  .landing-footer__field span,
  .landing-footer__intro {
    font-size: 15px;
    line-height: 22px;
  }

  .landing-footer__field textarea {
    min-height: 120px;
  }

  .landing-footer__helper {
    margin-left: 0;
  }

  .landing-footer__actions {
    justify-content: flex-start;
  }

  .landing-footer__submit {
    min-width: 136px;
  }

  .landing-footer__social {
    gap: 18px;
  }

  .landing-footer__social-link {
    width: 52px;
    height: 52px;
  }

  .landing-section-blocktitle {
    gap: 0.9rem;
    width: max-content;
    max-width: 100%;
    min-height: auto;
    padding: 0.75rem 1rem;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }

  .landing-section-blocktitle__label {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }

  .landing-section-blocktitle__icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .landing-section-blocktitle__icon-image {
    width: 1.4rem;
    height: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-partners__carousel-track {
    transition: none !important;
  }
}

@media (max-width: 359.98px) {
  .landing-nav__inner {
    gap: 0.45rem 0.55rem;
    padding: 0.6rem 0.75rem 0.72rem;
  }

  .landing-nav__brand img {
    height: 26px;
  }

  .landing-nav__links {
    gap: 0.55rem;
  }

  .landing-nav__links a {
    font-size: 0.58rem;
    letter-spacing: 0.11em;
  }

  .landing-nav__cta {
    min-width: 86px;
    padding: 0.56rem 0.85rem;
    font-size: 0.68rem;
  }

  .landing-hero__frame {
    min-height: 418px;
    padding-top: calc(var(--landing-nav-height, 112px) + 10px);
  }

  .landing-hero__title-wrap {
    max-width: min(17.2rem, 100%);
  }

  .landing-hero__title {
    font-size: clamp(1.34rem, 6.8vw, 1.84rem);
    line-height: 1;
    letter-spacing: 0.004em;
  }

  .landing-hero__summary-copy {
    padding: 1.18rem 0.95rem 1.2rem 2.45rem;
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
  }

  .landing-hero__summary-text::before {
    font-size: 0.84rem;
    line-height: 1.36;
  }

  .landing-hero__summary-cta {
    margin-top: 0.8rem;
    width: 100%;
    gap: 0.65rem;
    justify-content: flex-end;
  }

  .landing-hero__summary-cta-label {
    font-size: 0.95rem;
  }

  .landing-hero__summary-cta-icon {
    width: 35px;
    height: 35px;
  }

  .landing-hero__summary-cta-icon svg {
    width: 16px;
    height: 16px;
  }
}
