@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../images/fonts/alan-sans-v5-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../images/fonts/alan-sans-v5-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../images/fonts/alan-sans-v5-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../images/fonts/alan-sans-v5-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../images/fonts/alan-sans-v5-latin_latin-ext-700.woff2') format('woff2');
}
:root {
  --c-dark:   #14003a;
  --c-purple: #6c61ff;
  --c-mint:   #00cec3;
  --c-cyan:   #00cec3;
  --c-white:  #ffffff;
  --font: "Alan Sans", system-ui, sans-serif;
  --bar-h: min(8.89vh, 96px);
  --cue-label: var(--c-white);
  --cue-arrow: var(--c-cyan);
}
body.is-light {
  --cue-label: var(--c-cyan);
  --cue-arrow: var(--c-cyan);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--c-dark);
  color: var(--c-white);
  font-family: var(--font);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overscroll-behavior: none;
  overflow-x: hidden;
  scrollbar-color: #00cec3 transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: #00cec3;
  border-radius: 999px;
  border: 2px solid var(--c-dark);
}
::-webkit-scrollbar-thumb:hover { background: #5cffff; }
html:has(body.is-light) {
  scrollbar-color: #6c61ff transparent;
}
html:has(body.is-light)::-webkit-scrollbar-thumb {
  background: #6c61ff;
  border-color: var(--c-white);
}
html:has(body.is-light)::-webkit-scrollbar-thumb:hover { background: #5048d6; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.loader {
  position: fixed;
  inset: 0;
  background: var(--c-dark);
  z-index: 1000;
  display: grid;
  place-items: center;
  pointer-events: auto;
}
.loader-mark {
  width: clamp(48px, 9vw, 160px);
  height: auto;
  fill: var(--c-purple);
}
.loader.is-gone {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
body.loading .scroll-cue,
body.loading main { visibility: hidden; }
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--bar-h);
  z-index: 50;
  background: transparent;
  pointer-events: auto;
}
.topbar-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--c-white);
  transform-origin: top center;
  will-change: transform;
}
.brand {
  z-index: 1;
}
#topbar-path {
  fill: var(--c-white);
}
.brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.brand img,
.brand-logo {
  display: block;
  height: clamp(22px, 3vh, 34px);
  width: auto;
}
.brand-logo {
  overflow: visible;
}
.noise-particles {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;                  opacity: 1;                  transition: opacity 0.6s ease;
  }
body.is-light .noise-particles { opacity: 0; }
body.sec-4 .noise-particles,
body.sec-5 .noise-particles { opacity: 0; }
.noise-particles { transition: opacity 1s ease-out; }
.noise-particles canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;       }
#smooth-wrapper { display: contents; }
#smooth-content { display: contents; }
main { position: relative; z-index: 2; }
.screen {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  padding: var(--bar-h) 24px var(--bar-h);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
}
.theme-dark  { background: transparent; color: var(--c-white); }
.theme-light { background: var(--c-white); color: var(--c-purple); }
.display {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(36px, 4vw, 80px);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: var(--c-cyan);
  margin: 0;
  position: relative;
  z-index: 3;
  max-width: min(92vw, 1500px);
}
body.is-light .display { color: var(--c-purple); }
.letter {
  display: inline-block;
  position: relative;
  top: 0;
  white-space: pre;
  will-change: transform, opacity, top;
  transition: top 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.word {
  display: inline-block;
  white-space: nowrap;
}
u {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
u::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.04em;
  width: 100%;
  height: 0.05em;
  background: currentColor;
  transform: scaleX(var(--u-progress, 1));
  transform-origin: var(--u-origin, left center);
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  pointer-events: none;
  will-change: transform;
}
.display strong { font-weight: 600; }
.display .hl { font-weight: 600; color: var(--c-purple); }
.display .nb { white-space: nowrap; }
.persistent-m {
  position: fixed;
  top: 50lvh;
  left: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
}
.persistent-m svg {
  display: block;
  width: clamp(220px, 36vw, 540px);
  height: auto;
  fill: var(--c-purple);
  will-change: transform, filter;
}
body:not(.sec-2):not(.sec-3):not(.sec-4):not(.sec-5) .persistent-m { opacity: 0 !important; }
@media (hover: hover) {
  html, body { cursor: none; }
  *, *::before, *::after { cursor: none !important; }
  input[type="checkbox"] { cursor: pointer; }
  button, a, [data-magnetic], .cta, .scroll-cue, label { cursor: none; }
  .cta, .cta * { cursor: pointer !important; }
  .contact-modal, .contact-modal *, .contact-modal *::before, .contact-modal *::after { cursor: auto !important; }
  .contact-modal button, .contact-modal a, .contact-modal label,
  .contact-modal [type="submit"], .contact-modal [data-close-contact],
  .contact-modal select { cursor: pointer !important; }
  .contact-modal input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
  .contact-modal textarea { cursor: text !important; }
  .cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-cyan);
    box-shadow: 0 0 10px rgba(0, 206, 195, .55);
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    will-change: transform;
    transition: width .18s ease, height .18s ease, box-shadow .18s ease, opacity .25s ease;
  }
  .cursor-dot.is-magnetic {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 16px rgba(0, 206, 195, .8);
  }
  body.is-light .cursor-dot,
  .cursor-dot.over-white {
    background: var(--c-purple);
    box-shadow: 0 0 10px rgba(108, 97, 255, .55);
  }
  body.is-light .cursor-dot.is-magnetic,
  .cursor-dot.over-white.is-magnetic {
    box-shadow: 0 0 16px rgba(108, 97, 255, .8);
  }
  body.is-light .cursor-m img,
  .cursor-m.over-white img {
    content: url("/images/m-purple.svg");
  }
}
@media (hover: none) {
  .cursor-dot { display: none; }
}
.cursor-m {
  position: fixed;
  top: 0;
  left: 0;
  width: 21px;                       height: auto;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  will-change: transform;
  transition: opacity 0.3s ease;
}
.cursor-m img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: none) {
  .cursor-m { display: none; }
}
.persistent-m-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;                       opacity: 0;
}
body:not(.sec-9):not(.sec-10):not(.sec-11) .persistent-m-2 { opacity: 0 !important; }
body.sec-9, body.sec-10, body.sec-11 { background: var(--c-white); }
#s9.screen, #s10.screen, #s11.screen { background: transparent; }
.persistent-m-2 img {
  display: block;
  width: clamp(220px, 25.25vw, 500px);
  height: auto;
  will-change: transform, filter;
}
.x-bg {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 1;
}
.x-bg svg { fill: currentColor; width: 540px; height: auto; }
.x-bg--purple { color: var(--c-purple); }
.x-bg--cyan   { color: var(--c-cyan); }
.x-bg--small  svg { width: 320px; }
.x-bg--big    svg { width: 720px; }
.x-bg--full   svg { width: min(80vw, 880px); }
.focus-pull svg.almento-logo {
  display: block;
  height: clamp(40px, 8vh, 80px);
  width: auto;
}
.almento-letter {
  will-change: opacity, filter;
}
.photo-collage {
  position: relative;
  width: min(1280px, 90vw, calc((100vh - 320px) * 1.85));
  aspect-ratio: 2.42;
  margin: clamp(20px, 3.3vw, 64px) auto 0;
}
@media (max-width: 1500px) {
  #s7.screen {
    justify-content: flex-start;
    padding-top: calc(var(--bar-h) + 28px);
  }
}
.photo-collage .ph {
  position: absolute;
  object-fit: cover;
}
.photo-collage .ph1 { left: 0%;    top: 9%;    width: 29%;   height: 37.5%; }
.photo-collage .ph2 { left: 30%;   top: 0%;    width: 33.5%; height: 46.4%; }
.photo-collage .ph3 { left: 64.5%; top: 11.5%; width: 34%;   height: 52.6%; }
.photo-collage .ph4 { left: 8.5%;  top: 49.5%; width: 28.5%; height: 59.2%; }
.photo-collage .ph5 { left: 38%;   top: 49.5%; width: 25.5%; height: 43.1%; }
.photo-collage .ph6 { left: 64.5%; top: 67%;   width: 30%;   height: 50.2%; }
@media (max-width: 720px) {
  .photo-collage {
    aspect-ratio: 0.80;
    width: 92vw;
  }
  .photo-collage .ph1 { left:  0%;   top:  5.5%; width: 48.5%; height: 22%;   }
  .photo-collage .ph2 { left: 50.5%; top:  0%;   width: 47%;   height: 27.5%; }
  .photo-collage .ph3 { left:  0%;   top: 29%;   width: 97.5%; height: 35%;   }
  .photo-collage .ph4 { left:  0%;   top: 65.5%; width: 32%;   height: 46%;   }
  .photo-collage .ph5 { left: 33.5%; top: 65.5%; width: 35%;   height: 26%;   }
  .photo-collage .ph6 { left: 70%;   top: 65.5%; width: 27.5%; height: 21%;   }
  .photo-collage .ph4,
  .photo-collage .ph5,
  .photo-collage .ph6 { display: none; }
  #s7 .display { margin-top: 60px; }
}
.scroll-cue {
  position: fixed;
  left: 50%;
  bottom: 32px;
  width: clamp(76px, 10vw, 152px);
  margin-left: clamp(-76px, -5vw, -38px);
  transform-origin: bottom center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 49;
  text-decoration: none;
  pointer-events: auto;
  opacity: 0;
  filter: blur(16px);
  transform: translateY(30px);
  transition:
    opacity .9s ease-out,
    filter .9s ease-out,
    transform 1s cubic-bezier(0.5, 0, 0.3, 1);
}
.scroll-cue.is-shown {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.scroll-cue .cue-label,
.scroll-cue .cue-arrow { margin-left: auto; margin-right: auto; }
body.sec-11 .scroll-cue {
  transform: translateX(-50%) scale(0) !important;
  opacity: 0 !important;
  filter: blur(16px) !important;
  pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
  .scroll-cue .cue-label { display: none; }
}
.cue-label {
  font-family: var(--font);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.4em;
  text-transform: lowercase;
  color: var(--cue-label);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: color 0.4s ease;
}
.cue-arrow {
  width: 76px;
  height: auto;
  color: var(--cue-arrow);
  transition: color 0.4s ease;
}
@media (min-width: 1280px) {
  .cue-arrow { width: 152px; }
  .cue-label { font-size: 21px; }
}
.legal {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;                 padding: 18px clamp(240px, 18vw, 380px) 18px clamp(64px, 6vw, 88px);
  background: var(--c-purple);
  color: var(--c-white);
  font-size: clamp(12px, 0.91vw, 18px);      z-index: 4;
  overflow: visible;                           font-weight: 400;
}
.legal__text {
  white-space: nowrap;
  display: inline;
}
.legal__name, .legal__ids { display: inline; }
.legal strong { font-weight: 700; }            .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width:    clamp(190px, 15.15vw, 300px);   height:   clamp(36px,  2.52vw, 50px);     font-size: clamp(14px, 1.21vw, 24px);     background: var(--c-dark);
  color: var(--c-cyan);
  border-radius: 999px;
  font-weight: 600;
  position: absolute;
  right: 32px;
  bottom: 100%;
  transform: translateY(50%);
  transition: background 0.2s ease, transform 0.2s ease;
}
.cta:hover {
  background: #1f0066;
  transform: translateY(50%) scale(1.03);
}
@media (max-width: 720px) {
  .legal {
    flex-direction: column;
    align-items: center;
    text-align: center;
    white-space: normal;
    padding: 16px 16px 28px;
    line-height: 1.45;
  }
  .legal__text {
    white-space: normal;
    display: block;
  }
  .legal__name, .legal__ids {
    display: block;
  }
  .legal__name { margin-bottom: 2px; }
  .cta {
    position: relative;       bottom: auto;
    right: auto;
    transform: none;
    margin-top: 12px;
  }
  .cta:hover { transform: scale(1.03); }
  body.sec-11 .cookie-fab { bottom: 96px; }
}
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 48px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
}
.contact-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s 0s;
}
.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 30, 0.55);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}
.contact-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  padding: clamp(28px, 4vw, 56px) clamp(24px, 3.5vw, 56px);
  background: #14003a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(108, 97, 255, 0.12) inset;
  color: var(--c-white);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contact-modal.is-open .contact-modal__panel { transform: translateY(0) scale(1); }
.contact-modal__close {
  position: absolute;
  top: 16px; right: 16px;
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.contact-modal__close:hover { background: rgba(255, 255, 255, 0.1); color: var(--c-white); transform: rotate(90deg); }
.contact-modal__title {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(22px, 2.4vw, 36px);
  text-align: center;
  margin-bottom: clamp(20px, 2.5vw, 36px);
  color: var(--c-white);
  position: relative;
}
.contact-modal__title::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: #00cec3;
  border-radius: 3px;
  margin: 12px auto 0;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 28px);
  margin-bottom: 20px;
}
.contact-form__col { display: flex; flex-direction: column; gap: 14px; }
.contact-form__col--msg { display: flex; }
.field { display: flex; flex-direction: column; position: relative; }
.field--textarea { flex: 1; }
.field label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
}
.field__input-wrap { position: relative; }
.field input,
.field textarea {
  width: 100%;
  padding: 12px 40px 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: var(--c-white);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 300;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  outline: none;
}
.field__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c-cyan);
  color: var(--c-dark);
  display: grid;
  place-items: center;
  pointer-events: none;
  transition: transform 0.25s cubic-bezier(0.6, 1.5, 0.6, 1);
  z-index: 2;
}
.field.has-error .field__icon { transform: translateY(-50%) scale(1); }
.field.has-error input,
.field.has-error textarea { border-color: var(--c-cyan); box-shadow: 0 0 0 3px rgba(0, 206, 195, 0.18); }
.field textarea {
  resize: vertical;
  min-height: 100%;
  font-family: var(--font);
  line-height: 1.5;
}
.field input:focus,
.field textarea:focus {
  border-color: var(--c-cyan);
  background: rgba(0, 206, 195, 0.04);
  box-shadow: 0 0 0 3px rgba(0, 206, 195, 0.15);
}
.field input::placeholder,
.field textarea::placeholder { color: rgba(255, 255, 255, 0.3); }
.field__error { display: none; }
.field__error--consent {
  display: block;
  margin-top: 8px;
  margin-left: 36px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s;
  font-size: 12px;
  color: var(--c-cyan);
}
.field__error--consent.is-shown { opacity: 1; height: auto; }
.consent.has-error .consent__box { border-color: var(--c-cyan); box-shadow: 0 0 0 3px rgba(0, 206, 195, 0.18); }
.phone-input { position: relative; display: flex; }
.phone-input__prefix {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  color: var(--c-white);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.phone-input__prefix:hover { background: rgba(255, 255, 255, 0.07); }
.phone-input__prefix .flag { font-size: 16px; line-height: 1; }
.flag-img { width: 22px; height: 16px; object-fit: cover; border-radius: 2px; display: block; flex-shrink: 0; }
.phone-input input {
  border-radius: 0 8px 8px 0;
}
.phone-input__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 220px;
  max-height: 110px;
  overflow-y: auto;
  overscroll-behavior: contain;
  list-style: none;
  background: #14003a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  z-index: 10;
  padding: 4px 0;
}
.phone-input__menu li {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s;
}
.phone-input__menu li:hover { background: rgba(0, 206, 195, 0.08); }
.phone-input__menu li img.flag-img { width: 22px; height: 16px; }
.phone-input__menu li span:last-child { color: rgba(255, 255, 255, 0.55); font-size: 13px; }
.consent {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  cursor: pointer;
  margin-top: 6px;
  user-select: none;
}
.consent input { position: absolute; opacity: 0; pointer-events: none; }
.consent__box {
  width: 22px; height: 22px;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  display: grid; place-items: center;
  transition: all 0.2s;
  flex-shrink: 0;
  margin-top: 1px;
}
.consent__box::after {
  content: '';
  width: 12px; height: 7px;
  border: solid var(--c-dark);
  border-width: 0 0 2.5px 2.5px;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.2s cubic-bezier(0.6, 1.5, 0.6, 1);
  margin-top: -3px;
}
.consent input:checked ~ .consent__box {
  background: var(--c-cyan);
  border-color: var(--c-cyan);
}
.consent input:checked ~ .consent__box::after { transform: rotate(-45deg) scale(1); }
.consent input:focus-visible ~ .consent__box { box-shadow: 0 0 0 3px rgba(0, 206, 195, 0.25); }
.consent__text {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}
.consent__text strong { color: rgba(255, 255, 255, 0.85); font-weight: 600; }
.contact-form__submit {
  margin-top: 22px;
  padding: 14px 28px;
  background: #00cec3;
  color: var(--c-dark);
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 8px 24px rgba(0, 206, 195, 0.25);
}
.contact-form__submit:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0, 206, 195, 0.4); }
.contact-form__submit:disabled { opacity: 0.6; cursor: wait; }
.contact-form__loading,
.contact-form__success {
  position: absolute;
  inset: 0;
  background: #14003a;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  border-radius: 18px;
  z-index: 2;
}
.contact-form__loading.is-shown,
.contact-form__success.is-shown { display: flex; animation: fadeInUp 0.4s ease; }
.contact-modal__panel:has(.contact-form__success.is-shown),
.contact-modal__panel:has(.contact-form__loading.is-shown) {
  overflow: hidden;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.contact-form__spinner {
  width: 48px; height: 48px;
  border: 3px solid rgba(0, 206, 195, 0.2);
  border-top-color: var(--c-cyan);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 20px;
}
@keyframes spin { to { transform: rotate(360deg); } }
.contact-form__check {
  width: 64px; height: 64px;
  margin-bottom: 18px;
}
.contact-form__check svg { width: 100%; height: 100%; }
.contact-form__loading h3,
.contact-form__success h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 8px;
}
.contact-form__loading p,
.contact-form__success p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
.contact-form__success p strong { color: var(--c-cyan); font-weight: 500; }
.contact-form__close-btn {
  padding: 10px 22px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  font-size: 14px;
  transition: all 0.2s;
}
.contact-form__close-btn:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.4); }
.contact-form { position: relative; }
@media (max-width: 760px) {
  .contact-form__grid { grid-template-columns: 1fr; }
  .field--textarea textarea { min-height: 140px; }
  #s8 .display br:first-of-type { display: none; }
  #s8 .display u:first-of-type { margin-left: 0.3em; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  u::after { transform: scaleX(1) !important; }
}
