@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(_vinext_fonts/montserrat-64b6a15a9f13/montserrat-2f5adf11.woff2) format("woff2");
}

.contact-fields .field-full { grid-column: 1 / -1; }
.contact-form-actions a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-form-actions a:hover { color: var(--teal); }

.legal-site { min-height: 100vh; background: #fff; color: var(--ink); }
.legal-header {
  position: relative;
  height: 106px;
  padding: 0 max(clamp(22px, 5vw, 80px), calc((100vw - var(--content-max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--navy);
  border-bottom: 1px solid #ffffff20;
}
.legal-header nav { display: flex; }
.legal-hero {
  padding: 76px max(clamp(22px, 6vw, 94px), calc((100vw - var(--content-max)) / 2));
  background: var(--navy);
  color: #fff;
}
.legal-hero > div { width: min(940px, 100%); margin: auto; }
.legal-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.legal-hero > div > p:last-child { margin: 22px 0 0; color: #aebdc7; font-size: 13px; }
.legal-content {
  width: min(940px, calc(100% - 44px));
  margin: 0 auto;
  padding: 76px 0 90px;
  color: #26333e;
  line-height: 1.75;
}
.legal-content .legal-lead {
  margin: 0 0 34px;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 560;
  line-height: 1.6;
}
.legal-content section { padding: 34px 0; border-top: 1px solid #dbe2e5; }
.legal-content section:first-of-type { margin-top: 12px; }
.legal-content h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.legal-content h3 { margin: 25px 0 8px; color: var(--ink); font-size: 18px; }
.legal-content p { margin: 0 0 15px; }
.legal-content ul { margin: 12px 0 16px; padding-left: 24px; list-style: disc; }
.legal-content li { margin: 8px 0; }
.legal-content a { color: var(--teal2); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-content code { padding: 2px 5px; border-radius: 4px; background: #eef3f4; font-size: .9em; }
.legal-notice {
  margin: 0 0 38px;
  padding: 24px 26px;
  border: 1px solid var(--teal);
  border-radius: 12px;
  background: #f2f8f8;
  color: #20303a;
}
.legal-notice strong { color: var(--ink); }
.legal-content dl { margin: 22px 0; border: 1px solid #dbe2e5; }
.legal-content dl > div { display: grid; grid-template-columns: 190px 1fr; border-bottom: 1px solid #dbe2e5; }
.legal-content dl > div:last-child { border-bottom: 0; }
.legal-content dt, .legal-content dd { margin: 0; padding: 14px 16px; }
.legal-content dt { background: #f3f6f7; color: var(--ink); font-weight: 800; }
.legal-table-wrap { margin: 22px 0; overflow-x: auto; }
.legal-content table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.55; }
.legal-content th, .legal-content td { padding: 15px 14px; border: 1px solid #d6dfe2; text-align: left; vertical-align: top; }
.legal-content th { background: var(--navy); color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.legal-content tr:nth-child(even) td { background: #f6f8f8; }
.legal-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 35px 0 50px; }
.legal-card-grid > a {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 145px;
  padding: 25px;
  border: 1px solid #cdd8da;
  text-decoration: none;
  transition: .2s;
}
.legal-card-grid > a:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: 0 14px 30px #0f172212; }
.legal-card-grid strong { color: var(--ink); font-size: 18px; text-transform: uppercase; }
.legal-card-grid span { color: var(--muted); font-weight: 500; line-height: 1.55; }
.inline-cookie-button {
  appearance: none;
  padding: 13px 18px;
  border: 1px solid var(--teal);
  border-radius: 4px;
  background: var(--navy);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.inline-cookie-button:hover { background: var(--teal); }

.legal-footer {
  min-height: 0;
  padding: 38px max(clamp(22px, 5vw, 80px), calc((100vw - var(--content-max)) / 2));
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
  align-items: start;
  gap: 26px 48px;
  background: #0f1722;
  color: #9caeba;
  font-size: 11px;
  line-height: 1.65;
  border-top: 1px solid #ffffff1f;
}
.legal-footer > div { gap: initial; text-transform: none; letter-spacing: normal; }
.footer-company { display: flex; align-items: center; gap: 24px !important; }
.legal-footer .brand-logo { width: 210px; height: auto; flex: 0 0 auto; }
.footer-company p, .footer-copyright { margin: 0; }
.footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px 20px !important;
  flex-wrap: wrap;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  font-weight: 700;
}
.footer-links a:hover, .footer-links button:hover { color: var(--teal); }
.footer-links button {
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
.footer-copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid #ffffff14; }

.cookie-banner {
  position: fixed;
  z-index: 1000;
  left: 24px;
  right: 24px;
  bottom: 24px;
  width: min(980px, calc(100% - 48px));
  margin: auto;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--teal);
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 24px 70px #0008;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 8px; font-size: 21px; }
.cookie-banner p { max-width: 650px; margin: 0; color: #c9d5dc; font-size: 13px; line-height: 1.6; }
.cookie-banner .cookie-kicker { margin: 0 0 6px; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.cookie-banner a { display: inline-block; margin-top: 8px; color: #fff; font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-button { min-height: 44px; padding: 0 16px; border: 1px solid var(--teal); border-radius: 4px; font-family: inherit; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.cookie-reject { background: transparent; color: #fff; }
.cookie-accept { background: var(--teal); color: #fff; }
.cookie-button:hover { border-color: var(--teal2); background: var(--teal2); }

@media (max-width: 900px) {
  .legal-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-company { align-items: flex-start; flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 18px; }
  .cookie-actions { justify-content: flex-end; }
}

@media (max-width: 720px) {
  .legal-header { height: 72px; padding: 0 20px; }
  .legal-header nav { display: none; }
  .legal-hero { padding: 58px 22px; }
  .legal-content { width: calc(100% - 44px); padding: 58px 0 72px; }
  .legal-content dl > div { grid-template-columns: 1fr; }
  .legal-content dt { padding-bottom: 4px; }
  .legal-content dd { padding-top: 6px; }
  .legal-card-grid { grid-template-columns: 1fr; }
  .legal-footer { padding: 34px 22px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 21px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-button { padding: 0 10px; font-size: 10px; }
  .contact-fields .field-full { grid-column: auto; }
}
