*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #001E2D;
  color: #001E2D;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  overflow-x: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

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

button {
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-latin-700-normal.woff2") format("woff2");
}
body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

h1 {
  font-size: clamp(1.75rem, 3vw + 1.1rem, 2.986rem);
  font-weight: 300;
}

h2 {
  font-size: clamp(1.5rem, 2.5vw + 0.9rem, 2.488rem);
  font-weight: 300;
}

h3 {
  font-size: clamp(1.25rem, 2vw + 0.75rem, 2.074rem);
  font-weight: 300;
}

h4 {
  font-size: clamp(1.125rem, 1.5vw + 0.65rem, 1.728rem);
}

h5 {
  font-size: clamp(1rem, 1.2vw + 0.6rem, 1.44rem);
}

h6 {
  font-size: clamp(1rem, 0.8vw + 0.65rem, 1.2rem);
}

main {
  background-color: #001E2D;
}
main.page-content {
  background-color: #FFFFFF;
  color: #001E2D;
}
main.page-content .section-title {
  color: #001E2D;
}
main.page-content .section-subtitle {
  color: #626262;
}
main .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container {
  width: 100%;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.container {
  margin-inline: auto;
  padding-inline: 1em;
}
.container--text {
  max-width: 1440px;
}
.container--right {
  background: #dadada;
}
@media (min-width: 640px) {
  .container--right .container--content .container--img {
    grid-column: 2;
    grid-row: 1;
  }
}
.container--left {
  background: #e6e4e9;
}
.container--content {
  display: grid;
}
@media (min-width: 640px) {
  .container--content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.container--content {
  max-width: 1440px;
  margin-inline: auto;
}
.container--img {
  flex-basis: 45%;
  background-color: #f2f2f2;
}
.container--img picture {
  height: 100%;
}
.container--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container--txt {
  flex-basis: 55%;
  padding: clamp(1.5rem, 5vw, 5rem);
}
.container--txt h3 {
  margin-block: 1em;
}
.container.not-found {
  height: 100%;
  display: flex;
  gap: 1em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  list-style: none;
}
ul.list-inline li {
  display: inline;
}
ul.list-inline li + li::before {
  content: "| ";
  font-weight: bold;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75em 1.75em;
  border-radius: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  transition: opacity 150ms ease, transform 150ms ease;
}
.btn:hover {
  transform: scale(1.01);
}
.btn:focus-visible {
  outline: 2px solid #00B4F8;
  outline-offset: 3px;
  transform: scale(1.01);
}
.btn--primary {
  color: #FFFFFF;
  background-color: #00B4F8;
}
.btn--hero {
  font-weight: 300;
}
.btn--outline {
  background-color: transparent;
  border: 2px solid #00B4F8;
  color: #00B4F8;
}

.section-title {
  font-weight: 300;
}

.section-subtitle {
  color: #626262;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.js-appears [data-appears] {
  opacity: 0;
  transform: translateY(10vh);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-appears [data-appears].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-appears [data-appears] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.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: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.5em 1em;
  background: #00B4F8;
  color: #000D13;
  border-radius: 0 0 0.625rem 0.625rem;
  font-weight: 700;
}
.skip-link:focus {
  top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 13, 19, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(98, 98, 98, 0.3);
  transition: box-shadow 300ms ease;
}
.site-header.is-scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(3.5rem, 5vw, 3rem);
  gap: 2rem;
}
.site-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.site-header__logo .logo-img {
  display: block;
  height: 2.8rem;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
}
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
}
.site-nav li {
  height: 100%;
}
.site-nav__link {
  font-weight: 300;
  color: #BCDBFA;
  transition: color 150ms ease;
  display: flex;
  white-space: nowrap;
  padding-bottom: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
  height: 100%;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
}
.site-nav__link:hover {
  color: #FFFFFF;
}
.site-nav__link:focus-visible {
  color: #FFFFFF;
  outline: 2px solid #00B4F8;
  outline-offset: -4px;
  border-radius: 3px;
}
.site-nav__link.is-active {
  color: #FFFFFF;
  border-bottom-color: #00B4F8;
  background-color: rgba(255, 255, 255, 0.1);
}
.site-nav__cta {
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.25rem;
  flex-shrink: 0;
}
.nav-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: transform 300ms ease, opacity 300ms ease;
}
.nav-toggle:focus-visible {
  outline: 2px solid #00B4F8;
  outline-offset: 3px;
  border-radius: 4px;
}
.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 640px) {
  .nav-toggle {
    display: flex;
  }
  .site-nav {
    position: fixed;
    top: var(--header-h, 3.5rem);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background-color: #000D13;
    border-top: 1px solid rgba(98, 98, 98, 0.3);
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms ease;
    height: auto;
  }
  .site-nav.is-open {
    max-height: 200vh;
  }
  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 1rem 0;
  }
  .site-nav__link {
    display: block;
    padding: 1rem;
    font-size: 1em;
    border-bottom: 4px solid rgba(98, 98, 98, 0.2);
  }
  .site-nav__cta {
    display: block;
    margin: 1rem;
    text-align: center;
  }
}
@keyframes hero-down-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1em);
  }
}
.hero {
  position: relative;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/src/images/index/services-top.svg) no-repeat top/cover;
  z-index: 2;
  top: calc(100% - 4em);
  left: 0;
  width: 100%;
  height: 4em;
}
.hero__content {
  position: absolute;
  inset-block: 0;
  right: 0;
  z-index: 1;
  width: 35vw;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 5rem 3rem;
  background-color: rgba(0, 13, 19, 0.8);
}
.hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/src/images/index/hero-text-box.svg) no-repeat right bottom/cover;
  z-index: 2;
  height: 100%;
  top: 0;
  width: 25vw;
  left: -25vw;
}
@media (max-width: 1024px) {
  .hero__content::before {
    width: 33vw;
    left: -33vw;
  }
}
.hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.hero__eyebrow {
  font-size: 1.25em;
  font-weight: 500;
  color: #55AEA5;
  line-height: 1.2;
}
.hero__title {
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}
.hero__title-accent {
  color: #00B4F8;
}
.hero__description {
  font-size: 1em;
  color: #FFFFFF;
}
@media (min-width: 640px) {
  .hero__down {
    background: url(/src/images/index/flecha.svg) no-repeat center/contain;
    width: 2em;
    height: 2em;
    position: absolute;
    bottom: 5em;
    left: calc(50% - 2em);
    z-index: 2;
    animation: hero-down-float 1.8s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__down {
    animation: none;
  }
}
@media (max-width: 1024px) {
  .hero__content {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 95svh;
  }
  .hero__content {
    inset-block: auto 0;
    width: 100%;
    padding: 3rem 2rem;
  }
}
.services {
  color: #FFFFFF;
  padding-block: 2rem;
  background-color: #001E2D;
  position: relative;
}
.services .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.services__heading {
  color: #ff000;
  margin-bottom: 1rem;
  line-height: 1.1em;
}
.services__subtitle {
  font-size: 1.25em;
  max-width: 48rem;
  margin-inline: auto;
  line-height: 1.6;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.services ul {
  padding: 0;
}

.service-card {
  perspective: 900px;
  display: flex;
}
.service-card:nth-child(1) .service-card__front,
.service-card:nth-child(1) .service-card__back {
  background-color: #00B4F8;
}
.service-card:nth-child(2) .service-card__front,
.service-card:nth-child(2) .service-card__back {
  background-color: #55AEA5;
}
.service-card:nth-child(3) .service-card__front,
.service-card:nth-child(3) .service-card__back {
  background-color: #AAA852;
}
.service-card:nth-child(4) .service-card__front,
.service-card:nth-child(4) .service-card__back {
  background-color: #FFA100;
}
.service-card__inner {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.65s ease;
  height: 100%;
  will-change: transform;
}
.service-card:hover .service-card__inner, .service-card:focus-within .service-card__inner {
  transform: rotateY(180deg);
}
.service-card:focus-visible {
  outline: 2px solid #00B4F8;
  outline-offset: 3px;
  border-radius: 0.625rem;
}
@media (prefers-reduced-motion: reduce) {
  .service-card__inner {
    transition: none;
  }
}
.service-card__front, .service-card__back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0.625rem;
  overflow: hidden;
  height: 100%;
  transform: translateZ(0);
}
.service-card__front {
  background-color: #0F4163;
  display: flex;
  flex-direction: column;
}
.service-card__back {
  position: absolute;
  inset: 0;
  background-color: #0F4163;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  z-index: 2;
}
.service-card__image {
  margin: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card__title {
  font-size: clamp(1.125rem, 1.5vw + 0.65rem, 1.728rem);
  font-weight: 300;
  line-height: 1.2;
  padding: 2rem;
  margin: 0;
}
.service-card__description {
  font-size: clamp(1rem, 1.2vw + 0.6rem, 1.44rem);
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

@media (max-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}
.step {
  background-color: #55AEA5;
}
.step + .step {
  border-top: 2px dashed rgba(255, 255, 255, 0.3);
}
.step__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
}
.step--reverse .step__image {
  order: 2;
}
.step--reverse .step__content {
  order: 1;
}
.step__image {
  margin: 0;
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.step__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.step__title {
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
}
.step__description {
  font-size: 1em;
  color: rgba(0, 13, 19, 0.85);
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .step {
    padding-block: 3rem;
  }
  .step__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .step__image {
    order: 1 !important;
  }
  .step__content {
    order: 2 !important;
  }
}
@media (max-width: 640px) {
  .step {
    padding-block: 2rem;
  }
}
#cta-wrapper {
  text-align: center;
  padding-block: 3rem;
  color: #FFFFFF;
  background: #0F4163;
}
#cta-wrapper .container {
  max-width: 768px;
  margin-inline: auto;
}
#cta-wrapper h2 {
  margin-bottom: 1em;
  font-size: clamp(1.125rem, 1.5vw + 0.65rem, 1.728rem);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: #000D13;
  border-top: 1px solid rgba(0, 180, 248, 0.25);
  padding: 2rem 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-banner.is-visible {
  transform: translateY(0);
}
.cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cookie-banner__text {
  flex: 1;
  color: #626262;
  font-size: 0.8em;
  margin: 0;
}
.cookie-banner__text strong {
  color: #FFFFFF;
  font-weight: 500;
  margin-right: 0.25em;
}
.cookie-banner__link {
  background: none;
  border: none;
  padding: 0;
  color: #00B4F8;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.cookie-banner__link:hover, .cookie-banner__link:focus-visible {
  color: #FFFFFF;
}
.cookie-banner__link:focus-visible {
  outline: 2px solid #00B4F8;
  outline-offset: 2px;
  border-radius: 2px;
}
.cookie-banner__actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
  align-items: center;
}
.cookie-banner__btn {
  font-size: 0.8em;
  padding: 0.6em 1.25em;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid rgba(98, 98, 98, 0.5);
  background: transparent;
  color: #626262;
  border-radius: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: color 150ms ease, border-color 150ms ease;
}
.cookie-banner__btn:hover, .cookie-banner__btn:focus-visible {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.cookie-banner__btn:focus-visible {
  outline: 2px solid #00B4F8;
  outline-offset: 2px;
}
.cookie-banner__btn--primary {
  border-color: #00B4F8;
  color: #00B4F8;
}
.cookie-banner__btn--primary:hover, .cookie-banner__btn--primary:focus-visible {
  background: #00B4F8;
  color: #001E2D;
}

.cookie-prefs {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cookie-prefs.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.cookie-prefs__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.cookie-prefs__panel {
  position: relative;
  background: #000D13;
  border: 1px solid rgba(0, 180, 248, 0.2);
  border-radius: 0.625rem;
  width: 100%;
  max-width: 34rem;
  max-height: 90dvh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cookie-prefs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  background: #000D13;
}
.cookie-prefs__title {
  font-size: clamp(1.125rem, 1.5vw + 0.65rem, 1.728rem);
  color: #FFFFFF;
  margin: 0;
  font-weight: 500;
}
.cookie-prefs__close {
  background: none;
  border: none;
  color: #626262;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.625rem;
  transition: color 150ms ease;
  margin-right: -0.25rem;
}
.cookie-prefs__close:hover, .cookie-prefs__close:focus-visible {
  color: #FFFFFF;
}
.cookie-prefs__close:focus-visible {
  outline: 2px solid #00B4F8;
  outline-offset: 2px;
}
.cookie-prefs__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cookie-prefs__category {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.cookie-prefs__category:first-child {
  padding-top: 0;
}
.cookie-prefs__category:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cookie-prefs__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.cookie-prefs__cat-name {
  display: block;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1em;
  margin: 0 0 0.375rem;
  cursor: default;
}
.cookie-prefs label.cookie-prefs__cat-name {
  cursor: pointer;
}
.cookie-prefs__cat-desc {
  color: #626262;
  font-size: 0.8em;
  margin: 0;
  max-width: 26rem;
}
.cookie-prefs__always {
  font-size: 0.8em;
  color: #55AEA5;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 0.125rem;
}
.cookie-prefs__footer {
  display: flex;
  gap: 1rem;
  padding: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  justify-content: flex-end;
  position: sticky;
  bottom: 0;
  background: #000D13;
}

.cookie-toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  padding-top: 0.125rem;
}
.cookie-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-toggle input:focus-visible + .cookie-toggle__track {
  outline: 2px solid #00B4F8;
  outline-offset: 2px;
}
.cookie-toggle input:checked + .cookie-toggle__track {
  background: #00B4F8;
}
.cookie-toggle input:checked + .cookie-toggle__track::after {
  transform: translateX(1.25rem);
}
.cookie-toggle__track {
  display: block;
  width: 2.75rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  position: relative;
  transition: background 150ms ease;
}
.cookie-toggle__track::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  background: #FFFFFF;
  border-radius: 50%;
  transition: transform 150ms ease;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.privacy-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.privacy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.privacy-modal__panel {
  position: relative;
  background: #000D13;
  border: 1px solid rgba(0, 180, 248, 0.2);
  border-radius: 0.625rem;
  width: 100%;
  max-width: 38rem;
  max-height: 90dvh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.privacy-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  background: #000D13;
}
.privacy-modal__title {
  font-size: clamp(1.125rem, 1.5vw + 0.65rem, 1.728rem);
  color: #FFFFFF;
  margin: 0;
  font-weight: 500;
}
.privacy-modal__close {
  background: none;
  border: none;
  color: #626262;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.625rem;
  transition: color 150ms ease;
  margin-right: -0.25rem;
}
.privacy-modal__close:hover, .privacy-modal__close:focus-visible {
  color: #FFFFFF;
}
.privacy-modal__close:focus-visible {
  outline: 2px solid #00B4F8;
  outline-offset: 2px;
}
.privacy-modal__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.privacy-modal__section-title {
  font-size: 1em;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0 0 0.375rem;
}
.privacy-modal__text {
  color: #626262;
  font-size: 0.8em;
  margin: 0;
  line-height: 1.65;
}
.privacy-modal__highlight {
  padding: 1rem 2rem;
  background: rgba(0, 180, 248, 0.07);
  border-left: 3px solid #00B4F8;
  border-radius: 0 0.625rem 0.625rem 0;
}
.privacy-modal__highlight .privacy-modal__text {
  color: #FFFFFF;
}
.privacy-modal__link {
  color: #00B4F8;
  text-decoration: underline;
}
.privacy-modal__link:hover, .privacy-modal__link:focus-visible {
  color: #FFFFFF;
}
.privacy-modal__link:focus-visible {
  outline: 2px solid #00B4F8;
  outline-offset: 2px;
  border-radius: 2px;
}
.privacy-modal__footer {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  bottom: 0;
  background: #000D13;
}

@media (max-width: 640px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-banner__actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .cookie-banner__actions .cookie-banner__btn {
    flex: 1;
    text-align: center;
  }
  .cookie-prefs {
    padding: 1rem;
    align-items: flex-end;
  }
  .cookie-prefs__panel {
    max-height: 92dvh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cookie-prefs__footer {
    flex-direction: column;
  }
  .cookie-prefs__footer .btn {
    width: 100%;
    text-align: center;
  }
}
.site-footer {
  background-color: #000D13;
  border-top: 1px solid rgba(98, 98, 98, 0.3);
  padding-block: 0 2rem;
}
.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1em;
  border-top: 1px solid rgba(98, 98, 98, 0.3);
}
.site-footer__copy {
  font-size: 0.68rem;
  color: #9e9e9e;
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
.site-footer__nav {
  display: flex;
  gap: 2rem;
  font-size: 0.8em;
}
.site-footer__nav a {
  font-size: 0.8em;
  color: #9e9e9e;
  transition: color 150ms ease;
}
.site-footer__nav a:hover {
  color: #FFFFFF;
}
.site-footer__list {
  padding-block: 3rem;
  color: #626262;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  font-size: 0.68rem;
}
.site-footer__list h2 {
  font-size: 1rem;
}

.form-section {
  padding-block: 2rem;
  text-align: center;
}
.form-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.form-section__title {
  font-size: clamp(1.5rem, 2.5vw + 0.9rem, 2.488rem);
  font-weight: 500;
  line-height: 1.2;
}
.form-section .btn {
  font-size: 1.25em;
  padding: 0.75em 2.25em;
}

.form-form {
  width: 100%;
  max-width: 27rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.form-form__note {
  font-size: 0.8em;
}
.form-form__required {
  color: #00B4F8;
  margin-left: 0.2em;
  font-weight: 700;
}

.form-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-form__field input[type=text],
.form-form__field input[type=email],
.form-form__field textarea {
  width: 100%;
  padding: 0.65em 1em;
  border: 1px solid #626262;
  border-radius: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  transition: border-color 150ms ease;
}
.form-form__field input[type=text]::placeholder,
.form-form__field input[type=email]::placeholder,
.form-form__field textarea::placeholder {
  color: #626262;
}
.form-form__field input[type=text]:focus,
.form-form__field input[type=email]:focus,
.form-form__field textarea:focus {
  outline: none;
  border-color: #00B4F8;
}
.form-form__field textarea {
  resize: vertical;
}

.form-form__field--checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
}
.form-form__field--checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  margin-top: 0.15em;
  border: 1px solid #626262;
  border-radius: 0.2083333333rem;
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.form-form__field--checkbox input[type=checkbox]:focus-visible {
  outline: none;
  border-color: #00B4F8;
  box-shadow: 0 0 0 3px rgba(0, 180, 248, 0.4);
}
.form-form__field--checkbox input[type=checkbox]:checked {
  border-color: #00B4F8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%2300B4F8' stroke-width='4' fill='' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7em;
}
.form-form__field--checkbox label {
  cursor: pointer;
}
.form-form__field--checkbox label a {
  color: #00B4F8;
  text-decoration: underline;
}
.form-form__field--checkbox label a:hover {
  opacity: 0.8;
}

.form-form__actions {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 640px) {
  .form-form__actions {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__nav {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
