@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
.primary-header-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.primary-header-font-light.italic {
  font-style: italic;
}
.primary-header-font-light {
  color: #ffffff;
}

.secondary-header-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
.secondary-header-font-light.italic {
  font-style: italic;
}
.secondary-header-font-light {
  color: #ffffff;
}

.tertiary-header-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
.tertiary-header-font-light.italic {
  font-style: italic;
}
.tertiary-header-font-light {
  color: #ffffff;
}

.body-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.body-font-light.italic {
  font-style: italic;
}
.body-font-light.bold {
  font-weight: 600;
}
.body-font-light {
  color: #ffffff;
}

.body-font-tertiary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.body-font-tertiary.italic {
  font-style: italic;
}
.body-font-tertiary.bold {
  font-weight: 600;
}
.body-font-tertiary {
  color: #667085;
}

.body-font-accent {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.body-font-accent.italic {
  font-style: italic;
}
.body-font-accent.bold {
  font-weight: 600;
}
.body-font-accent {
  color: #4A73A6;
}
.body-font-accent.underline {
  text-decoration: underline;
}

.caption-font-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
.caption-font-light.italic {
  font-style: italic;
}
.caption-font-light.regular {
  font-weight: 400;
}
.caption-font-light.bold {
  font-weight: 600;
}
.caption-font-light {
  color: #ffffff;
}

.caption-font-dark {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
.caption-font-dark.italic {
  font-style: italic;
}
.caption-font-dark.regular {
  font-weight: 400;
}
.caption-font-dark.bold {
  font-weight: 600;
}
.caption-font-dark {
  color: #000000;
}

.caption-font-tertiary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
.caption-font-tertiary.italic {
  font-style: italic;
}
.caption-font-tertiary.regular {
  font-weight: 400;
}
.caption-font-tertiary.bold {
  font-weight: 600;
}
.caption-font-tertiary {
  color: #667085;
}

.accent {
  color: #4A73A6;
}

html {
  font-size: 6px;
}

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

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis-stopped {
  overflow: clip;
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
@media (max-width: 850px) {
  html {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-gutter: auto;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.32);
  background-clip: padding-box;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

@media (max-width: 850px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
}
body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  background: #0D0F19;
  color: #000000;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

main {
  flex: 1 0 auto;
  width: 100%;
}

.footer {
  flex-shrink: 0;
}

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

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

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

.section-wrapper {
  display: grid;
  place-items: center;
  width: 100%;
  position: relative;
}
.section-wrapper .section-inner {
  width: min(1180px, 100vw - 32px);
  height: fit-content;
  position: relative;
  z-index: 1;
}

.page-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0, #000 100px, #000 calc(100% - 80px), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 100px, #000 calc(100% - 80px), transparent 100%);
}

.scene-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(106, 156, 216, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(106, 156, 216, 0.1) 1px, transparent 1px);
  background-size: 56px 56px;
  background-attachment: fixed;
  mask-image: radial-gradient(ellipse 75% 75% at 50% 45%, #000 20%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 75% 75% at 50% 45%, #000 20%, transparent 90%);
  opacity: 0.9;
}

.scene-horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  background: linear-gradient(to top, rgba(13, 15, 25, 0.7), transparent);
  pointer-events: none;
}

.spacer-light {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #2D2F38;
}

.spacer-dark {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #242735;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row.juco-sb {
  justify-content: space-between;
}
.flex-row.juco-c {
  justify-content: center;
}
.flex-row.juco-fs {
  justify-content: flex-start;
}
.flex-row.juco-fe {
  justify-content: flex-end;
}
.flex-row.alit-c {
  align-items: center;
}
.flex-row.alit-fs {
  align-items: flex-start;
}
.flex-row.alit-fe {
  align-items: flex-end;
}
.flex-row.alit-st {
  align-items: stretch;
}
.flex-row.gap-0u {
  gap: 0;
}
.flex-row.gap-1u {
  gap: 4px;
}
.flex-row.gap-2u {
  gap: 8px;
}
.flex-row.gap-3u {
  gap: 12px;
}
.flex-row.gap-4u {
  gap: 16px;
}
.flex-row.gap-6u {
  gap: 24px;
}
.flex-row.gap-8u {
  gap: 32px;
}
.flex-row.gap-9u {
  gap: 36px;
}
.flex-row.gap-12u {
  gap: 48px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col.juco-sb {
  justify-content: space-between;
}
.flex-col.juco-c {
  justify-content: center;
}
.flex-col.juco-fs {
  justify-content: flex-start;
}
.flex-col.juco-fe {
  justify-content: flex-end;
}
.flex-col.alit-c {
  align-items: center;
}
.flex-col.alit-fs {
  align-items: flex-start;
}
.flex-col.alit-fe {
  align-items: flex-end;
}
.flex-col.alit-st {
  align-items: stretch;
}
.flex-col.gap-0u {
  gap: 0;
}
.flex-col.gap-1u {
  gap: 4px;
}
.flex-col.gap-2u {
  gap: 8px;
}
.flex-col.gap-3u {
  gap: 12px;
}
.flex-col.gap-4u {
  gap: 16px;
}
.flex-col.gap-6u {
  gap: 24px;
}
.flex-col.gap-8u {
  gap: 32px;
}
.flex-col.gap-9u {
  gap: 36px;
}
.flex-col.gap-12u {
  gap: 48px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.flex-1 {
  flex: 1 1 0;
}

.m-auto {
  margin: 0 auto;
}

.m-0 {
  margin: 0;
}

.relative {
  position: relative;
}

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

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

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

.pad-2u {
  padding: 8px;
}

.pad-3u {
  padding: 12px;
}

.pad-4u {
  padding: 16px;
}

.pad-6u {
  padding: 24px;
}

.pad-8u {
  padding: 32px;
}

.pad-12u {
  padding: 48px;
}

.pad-y-2u {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pad-y-3u {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pad-y-4u {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pad-y-6u {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pad-y-8u {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pad-y-12u {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pad-y-16u {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pad-x-2u {
  padding-left: 8px;
  padding-right: 8px;
}

.pad-x-3u {
  padding-left: 12px;
  padding-right: 12px;
}

.pad-x-4u {
  padding-left: 16px;
  padding-right: 16px;
}

.pad-x-6u {
  padding-left: 24px;
  padding-right: 24px;
}

.pad-x-8u {
  padding-left: 32px;
  padding-right: 32px;
}

.pad-x-12u {
  padding-left: 48px;
  padding-right: 48px;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.min-w-0 {
  min-width: 0;
}

.background-primary-light {
  background: linear-gradient(145deg, #1b1d28 0%, #161822 50%, #131520 100%);
}

.background-primary-dark {
  background-color: #0D0F19;
}

.background-secondary-light {
  background-color: #242735;
}

.background-secondary-dark {
  background-color: #1c1e29;
}

.background-tertiary-light {
  background-color: #2D2F38;
}

.background-tertiary-dark {
  background-color: #3a3d4a;
}

.background-accent {
  background-color: #4A73A6;
}

.background-transparent {
  background-color: transparent;
}

.background-white {
  background-color: #ffffff;
}

.border-none {
  border: none;
}

.border-primary-light {
  border: 1px solid #161822;
}

.border-secondary-light {
  border: 1px solid #242735;
}

.border-secondary-dark {
  border: 1px solid #1c1e29;
}

.border-tertiary-light {
  border: 1px solid #2D2F38;
}

.border-tertiary-dark {
  border: 1px solid #3a3d4a;
}

.border-accent {
  border: 1px solid #4A73A6;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 8px;
}

.rounded {
  border-radius: 12px;
}

.rounded-lg {
  border-radius: 14px;
}

.rounded-xl {
  border-radius: 20px;
}

.rounded-2xl {
  border-radius: 32px;
}

.rounded-full {
  border-radius: 999px;
}

.rounded-circle {
  border-radius: 50%;
}

.transition-none {
  transition: none;
}

.transition-default {
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
}

.transition-colors {
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.transition-transform {
  transition: transform 0.18s ease;
}

.section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-divider::before, .section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #2D2F38;
}

.expand-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.expand-chevron {
  width: 10px;
  height: 6px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(8%) saturate(510%) hue-rotate(183deg) brightness(97%) contrast(88%);
}

.hover-lift:hover {
  translate: 0 -2px;
}

.hover-accent:hover {
  border-color: #4A73A6;
}

.hover-bg-secondary:hover {
  background-color: #242735;
}

.hover-brightness:hover {
  filter: brightness(1.1);
}

.hover-fade:hover {
  opacity: 0.7;
}

.btn-primary {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 8px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-primary:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-primary:active:not(:disabled) {
  translate: 0 0;
}
.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-primary {
  max-width: max-content;
  height: 36px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-primary.large-padding {
  padding: 0 32px;
}
.btn-primary.full-width {
  max-width: none;
  width: 100%;
}
.btn-primary.fixed-width {
  width: 128px;
}
.btn-primary.tall {
  height: 48px;
}
.btn-primary.square {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-primary.square.tall {
  width: 48px;
}
.btn-primary.icon {
  padding: 0;
}
.btn-primary.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-primary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  background-color: #4A73A6;
  color: #ffffff;
}
.btn-primary:hover:not(:disabled) {
  filter: brightness(1.1);
  box-shadow: 0 4px 16px rgba(74, 115, 166, 0.35), 0 0 0 1px rgba(74, 115, 166, 0.15);
}

.btn-secondary {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 8px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-secondary:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-secondary:active:not(:disabled) {
  translate: 0 0;
}
.btn-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-secondary {
  max-width: max-content;
  height: 36px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-secondary.large-padding {
  padding: 0 32px;
}
.btn-secondary.full-width {
  max-width: none;
  width: 100%;
}
.btn-secondary.fixed-width {
  width: 128px;
}
.btn-secondary.tall {
  height: 48px;
}
.btn-secondary.square {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-secondary.square.tall {
  width: 48px;
}
.btn-secondary.icon {
  padding: 0;
}
.btn-secondary.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-secondary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  border: 1px solid #4A73A6;
  color: #4A73A6;
}
.btn-secondary:hover:not(:disabled) {
  background-color: #4A73A6;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(74, 115, 166, 0.3);
}

.btn-tertiary {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 8px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-tertiary:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-tertiary:active:not(:disabled) {
  translate: 0 0;
}
.btn-tertiary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-tertiary {
  max-width: max-content;
  height: 36px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-tertiary.large-padding {
  padding: 0 32px;
}
.btn-tertiary.full-width {
  max-width: none;
  width: 100%;
}
.btn-tertiary.fixed-width {
  width: 128px;
}
.btn-tertiary.tall {
  height: 48px;
}
.btn-tertiary.square {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-tertiary.square.tall {
  width: 48px;
}
.btn-tertiary.icon {
  padding: 0;
}
.btn-tertiary.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-tertiary {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  height: auto;
  padding: 0;
  background-color: transparent;
  color: #000000;
}
.btn-tertiary:hover:not(:disabled) {
  opacity: 0.7;
  transform: none;
}

.btn-light {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 8px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-light:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-light:active:not(:disabled) {
  translate: 0 0;
}
.btn-light:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-light {
  max-width: max-content;
  height: 36px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-light.large-padding {
  padding: 0 32px;
}
.btn-light.full-width {
  max-width: none;
  width: 100%;
}
.btn-light.fixed-width {
  width: 128px;
}
.btn-light.tall {
  height: 48px;
}
.btn-light.square {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-light.square.tall {
  width: 48px;
}
.btn-light.icon {
  padding: 0;
}
.btn-light.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-light {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #0D0F19;
  border: 1px solid #ffffff;
}
.btn-light:hover:not(:disabled) {
  background-color: #e7e9ef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-black {
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
  inset: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
  border-radius: 8px;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, translate 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-black:hover:not(:disabled) {
  translate: 0 -1px;
}
.btn-black:active:not(:disabled) {
  translate: 0 0;
}
.btn-black:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-black {
  max-width: max-content;
  height: 36px;
  border: none;
  padding: 0 16px;
  background-color: transparent;
}
.btn-black.large-padding {
  padding: 0 32px;
}
.btn-black.full-width {
  max-width: none;
  width: 100%;
}
.btn-black.fixed-width {
  width: 128px;
}
.btn-black.tall {
  height: 48px;
}
.btn-black.square {
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100%;
}
.btn-black.square.tall {
  width: 48px;
}
.btn-black.icon {
  padding: 0;
}
.btn-black.with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-black {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn-black:hover:not(:disabled) {
  background-color: #1a1a1a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.form-group-wrapper {
  width: 100%;
}
.form-group-wrapper .form-group-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border: 1px solid #2D2F38;
  border-radius: 12px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  box-sizing: border-box;
  padding: 0 16px;
  background-color: transparent;
  transition: border-color 0.18s ease;
}
.form-group-wrapper .form-group-inner.icon {
  justify-content: space-between;
}
.form-group-wrapper .form-group-inner:hover {
  border-color: #3a3d4a;
}
.form-group-wrapper .form-group-inner:focus-within {
  border-color: #4A73A6;
  box-shadow: 0 0 0 3px rgba(74, 115, 166, 0.15);
}
.form-group-wrapper .form-group-inner input {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.form-group-wrapper .form-group-inner input.italic {
  font-style: italic;
}
.form-group-wrapper .form-group-inner input.bold {
  font-weight: 600;
}
.form-group-wrapper .form-group-inner input {
  color: #ffffff;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  background: none;
  outline: none;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
}
.form-group-wrapper .form-group-inner input::placeholder {
  color: #667085;
}
.form-group-wrapper .form-group-inner input:focus {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
}
.form-group-wrapper .form-group-inner input[type=date], .form-group-wrapper .form-group-inner input[type=time] {
  color: #ffffff;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.form-group-wrapper .form-group-inner input[type=date]::-webkit-calendar-picker-indicator, .form-group-wrapper .form-group-inner input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}
.form-group-wrapper .form-group-inner input[type=date]::-webkit-inner-spin-button, .form-group-wrapper .form-group-inner input[type=date]::-webkit-clear-button, .form-group-wrapper .form-group-inner input[type=time]::-webkit-inner-spin-button, .form-group-wrapper .form-group-inner input[type=time]::-webkit-clear-button {
  display: none;
}
.form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-fields-wrapper, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-text, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-month-field, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-day-field, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-year-field, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-hour-field, .form-group-wrapper .form-group-inner input[type=date]::-webkit-datetime-edit-minute-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-fields-wrapper, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-text, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-month-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-day-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-year-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-hour-field, .form-group-wrapper .form-group-inner input[type=time]::-webkit-datetime-edit-minute-field {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.date-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(48%) sepia(8%) saturate(510%) hue-rotate(183deg) brightness(97%) contrast(88%);
  pointer-events: none;
}

.edit-field-btn {
  flex-shrink: 0;
}
.edit-field-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(8%) saturate(510%) hue-rotate(183deg) brightness(97%) contrast(88%);
}

.form-card {
  padding: 32px 24px;
  border-radius: 16px;
}
.form-card .oauth-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-card .oauth-icon {
  width: 16px;
  height: 16px;
}

.announcement-bar {
  position: relative;
  color: #4A73A6;
  font-weight: 700;
  max-height: 100px;
  overflow: hidden;
  padding-right: 48px;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease;
}
.announcement-bar.dismissed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.announcement-bar p {
  color: #4A73A6;
  font-weight: 700;
}
.announcement-bar svg {
  color: #4A73A6;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.announcement-close {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.announcement-close img {
  width: 10px;
  height: 10px;
  filter: brightness(0) saturate(100%) invert(42%) sepia(15%) saturate(1200%) hue-rotate(180deg) brightness(95%) contrast(90%);
  transition: opacity 0.18s ease;
}
.announcement-close:hover img {
  opacity: 0.7;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 1px solid #2D2F38;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}
.navbar.navbar-hidden {
  transform: translateY(-100%);
  box-shadow: none;
}

html.no-scroll .navbar {
  transform: translateY(-100%);
  box-shadow: none;
}

.navbar-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.navbar-spacer {
  height: 64px;
}

.navbar-logo img {
  height: 32px;
  width: auto;
  display: block;
}

.nav-lang-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-lang-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 12px;
  pointer-events: auto;
}

.nav-lang {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #2D2F38;
}
.nav-lang img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.nav-lang-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s linear, transform 0.2s linear, visibility 0.2s;
  z-index: 50;
  pointer-events: none;
  overflow: visible;
  background: transparent;
  border: 0;
}
.nav-lang-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1c1e29;
  border: 1px solid #2D2F38;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .nav-lang-wrap:hover .nav-lang-menu,
  .nav-lang-wrap:focus-within .nav-lang-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
.nav-lang-wrap.open .nav-lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-lang-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.15s linear;
}
.nav-lang-option:hover, .nav-lang-option:focus-visible {
  background: rgba(74, 115, 166, 0.16);
}
.nav-lang-option.active {
  background: rgba(74, 115, 166, 0.22);
}
.nav-lang-option.active > span, .nav-lang-option:hover > span, .nav-lang-option:focus-visible > span {
  color: #4A73A6;
}

.nav-lang-option-flag {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.nav-profile-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-profile-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 12px;
  pointer-events: auto;
}

.nav-profile-trigger {
  cursor: pointer;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

.nav-profile-trigger:hover,
.nav-profile-wrap:hover .nav-profile-trigger,
.nav-profile-wrap:focus-within .nav-profile-trigger,
.nav-profile-wrap.open .nav-profile-trigger {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(74, 115, 166, 0.45), 0 0 0 3px rgba(74, 115, 166, 0.18);
}

.nav-profile-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  padding: 6px;
  background: #1c1e29;
  border: 1px solid #2D2F38;
  border-radius: 9999px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s linear, transform 0.2s linear, visibility 0.2s;
  z-index: 50;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .nav-profile-wrap:hover .nav-profile-menu,
  .nav-profile-wrap:focus-within .nav-profile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
.nav-profile-wrap.open .nav-profile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-profile-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.15s linear;
}
.nav-profile-option:hover, .nav-profile-option:focus-visible {
  background: rgba(74, 115, 166, 0.16);
}
.nav-profile-option:hover .nav-profile-icon, .nav-profile-option:focus-visible .nav-profile-icon {
  transform: scale(1.1);
  filter: drop-shadow(0 0 4px rgba(74, 115, 166, 0.65));
}
.nav-profile-option.is-logout:hover, .nav-profile-option.is-logout:focus-visible {
  background: rgba(58, 93, 137, 0.16);
}
.nav-profile-option.is-logout:hover .nav-profile-icon, .nav-profile-option.is-logout:focus-visible .nav-profile-icon {
  filter: drop-shadow(0 0 4px rgba(58, 93, 137, 0.65));
}

.nav-profile-sep {
  display: block;
  height: 1px;
  margin: 2px 6px;
  background: #2D2F38;
}

@media (hover: hover) and (pointer: fine) {
  .nav-profile-home {
    display: none;
  }
}
.nav-profile-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.15s linear, filter 0.15s linear;
}

.breadcrumbs {
  margin-top: 24px;
  margin-bottom: 48px;
}

.breadcrumbs-inner {
  overflow: hidden;
}
.breadcrumbs-inner a, .breadcrumbs-inner span {
  white-space: nowrap;
}
.breadcrumbs-inner a:hover {
  color: #ffffff;
}
.breadcrumbs-inner .crumb-sep {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  flex-shrink: 0;
}

.footer {
  position: relative;
  z-index: 1;
  margin-top: 64px;
  padding: 48px 24px;
  background-color: #0D0F19;
  border-top: 1px solid #2D2F38;
}

.footer-top,
.footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
}

.footer-top {
  padding-bottom: 32px;
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid #2D2F38;
}

.footer-logo img {
  height: 48px;
  width: auto;
  display: block;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-socials a img {
  width: 16px;
  height: 16px;
}

@media (max-width: 850px) {
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 550px) {
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
[class*=scroll-anim-] {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
[class*=scroll-anim-].is-visible {
  opacity: 1;
  transform: none;
}

.scroll-anim-up {
  transform: translateY(32px);
}

.scroll-anim-left {
  transform: translateX(32px);
}

.scroll-anim-right {
  transform: translateX(-32px);
}

.scroll-anim-zoom {
  transform: scale(0.92);
}

.scroll-anim-delay-1 {
  transition-delay: 0.12s;
}

.scroll-anim-delay-2 {
  transition-delay: 0.24s;
}

.scroll-anim-delay-3 {
  transition-delay: 0.36s;
}

.scroll-anim-delay-4 {
  transition-delay: 0.48s;
}

.scroll-anim-delay-5 {
  transition-delay: 0.6s;
}

.scroll-anim-delay-6 {
  transition-delay: 0.72s;
}

.scroll-anim-delay-7 {
  transition-delay: 0.84s;
}

.scroll-anim-delay-8 {
  transition-delay: 0.96s;
}

.scroll-anim-delay-9 {
  transition-delay: 1.08s;
}

.scroll-anim-delay-10 {
  transition-delay: 1.2s;
}

@media (pointer: coarse), (max-width: 900px) {
  .scroll-anim-eager {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  [class*=scroll-anim-] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 300;
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  animation: modal-fade-in 0.18s ease;
}
.modal-backdrop.open {
  display: flex;
}

@keyframes modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal {
  width: 100%;
  max-width: 560px;
  margin: auto;
  max-height: calc(100vh - 40px);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  animation: modal-pop 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 550px) {
  .modal {
    padding: 24px 16px;
    max-height: 100vh;
    max-height: 100svh;
  }
}

@keyframes modal-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal-header {
  width: 100%;
}

.modal-close {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
}
.modal-close img {
  width: 16px;
  height: 16px;
}

.modal-qr-image {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1/1;
  align-self: center;
}

.modal-actions {
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 550px) {
  .modal-actions {
    flex-direction: column;
  }
}

.icon-btn {
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}
.icon-btn img {
  width: 18px;
  height: 18px;
}
.icon-btn:hover, .icon-btn:focus-visible {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  outline: none;
}
.icon-btn:active {
  transform: translateY(0);
}

.home-inner {
  padding: 0;
}

.search-wrap {
  flex: 1;
  min-width: 0;
}

.search-wrap input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  outline: none;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.search-wrap input::placeholder {
  color: #667085;
}
.search-wrap input:focus {
  border-color: #4A73A6;
}

.parcheggio-card {
  min-width: 0;
}
.parcheggio-card .card-pin img {
  width: 44px;
  height: 44px;
}

.card-stats-wrapper {
  flex-direction: column;
  gap: 16px;
}

.card-stats-inner img {
  width: 20px;
  height: 16px;
}

.icon-white {
  filter: brightness(0) invert(1);
}

.avail-green {
  color: #21c57a;
}

.avail-orange {
  color: #f19d4a;
}

.avail-red {
  color: #e74c3c;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.scroll-progress {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 16px;
}
@media (max-width: 850px) {
  .scroll-progress {
    display: none;
  }
}

.scroll-progress-track {
  position: relative;
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.scroll-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4A73A6 0%, #6a9cd8 100%);
  box-shadow: 0 0 8px rgba(74, 115, 166, 0.55);
  transition: width 0.12s linear;
}

.scroll-progress-hint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  background: #0D0F19;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.scroll-progress-hint .hint-chevron {
  width: 10px;
  height: 10px;
  filter: brightness(0) invert(1);
  opacity: 0.75;
  animation: scroll-hint-bounce 1.4s ease-in-out infinite;
}

.scroll-progress.at-top .scroll-progress-hint {
  opacity: 1;
}

@keyframes scroll-hint-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}
.home-search-row {
  position: sticky;
  top: var(--sticky-top, var(--navbar-h, 64px));
  transition: top 0.3s ease;
  z-index: 30;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 20px calc(50vw - 50%) 24px;
  background: linear-gradient(to bottom, #0D0F19 0, #0D0F19 calc(100% - 24px), rgba(13, 15, 25, 0) 100%);
}

.grid-toggle-btn {
  flex: 0 0 auto;
  color: #4A73A6;
}
.grid-toggle-btn .grid-toggle-icon {
  display: block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: url("/static/assets/icons/dots-grid.svg") center/contain no-repeat;
  mask: url("/static/assets/icons/dots-grid.svg") center/contain no-repeat;
}
@media (max-width: 850px) {
  .grid-toggle-btn {
    display: none;
  }
}

.road-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  grid-template-rows: repeat(var(--stop-count, 30), auto);
  column-gap: 40px;
  row-gap: 40px;
  align-items: center;
  padding: 32px 0 64px;
}
@media (max-width: 850px) {
  .road-section {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 24px;
    padding: 24px 0;
  }
}
.road-section .parcheggio-card {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 320px;
}
@media (max-width: 850px) {
  .road-section .parcheggio-card {
    max-width: none;
  }
}

.road-track {
  grid-column: 2;
  grid-row: 1/-1;
  position: relative;
  align-self: stretch;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0, transparent 18px, rgba(255, 255, 255, 0.78) 18px, rgba(255, 255, 255, 0.78) 56px, transparent 56px, transparent 84px) center/6px 84px repeat-y, linear-gradient(to right, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 3px, transparent 3px, transparent calc(100% - 3px), rgba(255, 255, 255, 0.08) calc(100% - 3px), rgba(255, 255, 255, 0.08) 100%) center/100% 100% no-repeat, linear-gradient(#1a1c26, #1a1c26);
  mask-image: linear-gradient(to bottom, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
@media (max-width: 850px) {
  .road-track {
    grid-column: 1;
    margin-top: -60px;
    margin-bottom: -60px;
    background: linear-gradient(to bottom, transparent 0, transparent 10px, rgba(255, 255, 255, 0.78) 10px, rgba(255, 255, 255, 0.78) 32px, transparent 32px, transparent 48px) center/3px 48px repeat-y, linear-gradient(to right, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent calc(100% - 2px), rgba(255, 255, 255, 0.08) calc(100% - 2px), rgba(255, 255, 255, 0.08) 100%) center/100% 100% no-repeat, linear-gradient(#1a1c26, #1a1c26);
    mask-image: linear-gradient(to bottom, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
  }
}

.road-car-wrap {
  grid-column: 2;
  grid-row: 1/-1;
  position: sticky;
  top: calc(50vh + (var(--navbar-h, 64px)) / 2);
  top: calc(50svh + (var(--navbar-h, 64px)) / 2);
  align-self: start;
  justify-self: center;
  width: 140px;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
  animation: road-car-drop 0.8s 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (max-width: 850px) {
  .road-car-wrap {
    grid-column: 1;
    width: 64px;
  }
}

.road-car {
  display: block;
  flex: 0 0 auto;
  width: 56px;
  height: 102px;
  transform: translateY(-50%);
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.55));
  animation: road-car-idle 0.9s ease-in-out infinite alternate;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  .road-car {
    width: 42px;
    height: 76px;
  }
}

.road-car-beam {
  position: absolute;
  top: 44px;
  left: 50%;
  width: 120px;
  height: 180px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(255, 248, 209, 0.6) 0%, rgba(255, 248, 209, 0.2) 40%, rgba(255, 248, 209, 0) 85%);
  clip-path: polygon(32% 0, 68% 0, 100% 100%, 0 100%);
  filter: blur(3px);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
  animation: headlight-flicker 3.6s ease-in-out infinite;
}
@media (max-width: 850px) {
  .road-car-beam {
    top: 30px;
    width: 84px;
    height: 130px;
  }
}

@keyframes headlight-flicker {
  0%, 100% {
    opacity: 0.95;
  }
  30% {
    opacity: 0.72;
  }
  55% {
    opacity: 1;
  }
  80% {
    opacity: 0.85;
  }
}
@keyframes road-track-enter {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.road-stop .parcheggio-card {
  transition: translate 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.road-stop .parcheggio-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 0 28px rgba(74, 115, 166, 0.4), inset 0 0 0 1px rgba(106, 156, 216, 0.3);
}

@keyframes road-car-drop {
  from {
    transform: translateY(-80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes road-car-idle {
  from {
    transform: translate(-0.6px, calc(-50% - 0.5px)) rotate(-0.4deg);
  }
  to {
    transform: translate(0.6px, calc(-50% + 0.5px)) rotate(0.4deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .road-car {
    animation: none;
  }
  .road-track,
  .road-car-wrap,
  .road-car-beam {
    animation: none;
  }
}
.road-stop {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 320px;
}
.road-stop-left {
  grid-column: 1;
  justify-self: end;
}
.road-stop-left .road-branch {
  right: calc(-1 * 40px);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.08) 70%, transparent);
}
.road-stop-right {
  grid-column: 3;
  justify-self: start;
}
.road-stop-right .road-branch {
  left: calc(-1 * 40px);
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.08) 70%, transparent);
}
@media (max-width: 850px) {
  .road-stop {
    max-width: none;
  }
  .road-stop-left, .road-stop-right {
    grid-column: 2;
    justify-self: stretch;
  }
  .road-stop-left .road-branch, .road-stop-right .road-branch {
    display: block;
    left: calc(-1 * 20px);
    right: auto;
    width: 20px;
    background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.08) 70%, transparent);
  }
}

.road-stop:nth-child(3) {
  grid-row: 1;
}

.road-stop:nth-child(4) {
  grid-row: 2;
}

.road-stop:nth-child(5) {
  grid-row: 3;
}

.road-stop:nth-child(6) {
  grid-row: 4;
}

.road-stop:nth-child(7) {
  grid-row: 5;
}

.road-stop:nth-child(8) {
  grid-row: 6;
}

.road-stop:nth-child(9) {
  grid-row: 7;
}

.road-stop:nth-child(10) {
  grid-row: 8;
}

.road-stop:nth-child(11) {
  grid-row: 9;
}

.road-stop:nth-child(12) {
  grid-row: 10;
}

.road-stop:nth-child(13) {
  grid-row: 11;
}

.road-stop:nth-child(14) {
  grid-row: 12;
}

.road-stop:nth-child(15) {
  grid-row: 13;
}

.road-stop:nth-child(16) {
  grid-row: 14;
}

.road-stop:nth-child(17) {
  grid-row: 15;
}

.road-stop:nth-child(18) {
  grid-row: 16;
}

.road-stop:nth-child(19) {
  grid-row: 17;
}

.road-stop:nth-child(20) {
  grid-row: 18;
}

.road-stop:nth-child(21) {
  grid-row: 19;
}

.road-stop:nth-child(22) {
  grid-row: 20;
}

.road-stop:nth-child(23) {
  grid-row: 21;
}

.road-stop:nth-child(24) {
  grid-row: 22;
}

.road-stop:nth-child(25) {
  grid-row: 23;
}

.road-stop:nth-child(26) {
  grid-row: 24;
}

.road-stop:nth-child(27) {
  grid-row: 25;
}

.road-stop:nth-child(28) {
  grid-row: 26;
}

.road-stop:nth-child(29) {
  grid-row: 27;
}

.road-stop:nth-child(30) {
  grid-row: 28;
}

.road-stop:nth-child(31) {
  grid-row: 29;
}

.road-stop:nth-child(32) {
  grid-row: 30;
}

.road-branch {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.parcheggi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1180px) {
  .parcheggi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 550px) {
  .parcheggi-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.grid-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-overlay[hidden] {
  display: none;
}

.grid-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: grid-overlay-fade 0.2s ease;
}

.grid-overlay-panel {
  position: relative;
  width: min(1180px, 100vw - 2 * 16px);
  padding: 32px 32px 40px;
  border: 1px solid #2D2F38;
  border-radius: 14px;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: calc(100vh - 2 * 40px);
  animation: grid-overlay-pop 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 550px) {
  .grid-overlay-panel {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
    padding: 24px 16px 32px;
  }
}

.grid-overlay.is-closing {
  pointer-events: none;
}
.grid-overlay.is-closing .grid-overlay-backdrop {
  animation: grid-overlay-fade-out 0.2s ease forwards;
}
.grid-overlay.is-closing .grid-overlay-panel {
  animation: grid-overlay-pop-out 0.2s cubic-bezier(0.64, 0, 0.78, 0) forwards;
}

@keyframes grid-overlay-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes grid-overlay-pop-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(12px);
  }
}
.grid-overlay .grid-card-wrap {
  display: flex;
}
.grid-overlay .grid-card-wrap > .parcheggio-card {
  flex: 1;
  width: 100%;
}

.grid-overlay-header {
  margin-bottom: 24px;
  display: flex;
}

.grid-overlay-close {
  background: #242735;
  border: 1px solid #2D2F38;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
}
.grid-overlay-close:hover {
  background: #2D2F38;
}
.grid-overlay-close img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

@keyframes grid-overlay-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes grid-overlay-pop {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.parcheggio-inner {
  padding: 0;
}

@media (hover: hover) and (pointer: fine) {
  .action-card,
  .why-card,
  .tariffario-card {
    cursor: none;
  }
  .action-card a, .action-card button,
  .why-card a,
  .why-card button,
  .tariffario-card a,
  .tariffario-card button {
    cursor: none;
  }
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  pointer-events: none;
  z-index: 9999;
  background: rgba(74, 115, 166, 0.22);
  border: 1.5px solid #6a9cd8;
  border-radius: 50%;
  opacity: 0;
  scale: 0.4;
  translate: 0 0;
  transition: opacity 0.28s ease, scale 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease, border-color 0.25s ease;
  will-change: translate;
}
.custom-cursor::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 4.5px;
  height: 4.5px;
  background: #fff;
  border-radius: 50%;
}
.custom-cursor.is-active {
  opacity: 1;
  scale: 1;
}
.custom-cursor.is-active.is-pressed {
  scale: 1.25;
  background: rgba(74, 115, 166, 0.35);
}
@media (hover: none), (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}

.parcheggio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
  padding: 0 64px;
}
@media (max-width: 850px) {
  .parcheggio-hero {
    grid-template-columns: minmax(0, 1fr);
    padding: 0;
  }
}
.parcheggio-hero .hero-copy {
  padding-top: 32px;
}
.parcheggio-hero .hero-copy > p {
  max-width: 560px;
}
.parcheggio-hero .services-row {
  flex-wrap: wrap;
}
.parcheggio-hero .hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  min-height: 280px;
}

.service-chip {
  padding: 8px 16px;
  border-radius: 999px;
  background-color: rgba(74, 115, 166, 0.25);
  color: #ffffff;
}

.stat-tile {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.stat-tile .value {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
.stat-tile .value.italic {
  font-style: italic;
}
.stat-tile .value {
  font-weight: 700;
  line-height: 1;
}
.stat-tile.neutral {
  border: 1px solid #2D2F38;
  background-color: #0D0F19;
}
.stat-tile.neutral .value {
  color: #ffffff;
}
.stat-tile.avail-green {
  border: 1px solid #21c57a;
  background-color: rgba(33, 197, 122, 0.25);
}
.stat-tile.avail-green .value {
  color: #21c57a;
}
.stat-tile.avail-orange {
  border: 1px solid #f19d4a;
  background-color: rgba(241, 157, 74, 0.25);
}
.stat-tile.avail-orange .value {
  color: #f19d4a;
}
.stat-tile.avail-red {
  border: 1px solid #e74c3c;
  background-color: rgba(231, 76, 60, 0.25);
}
.stat-tile.avail-red .value {
  color: #e74c3c;
}

.action-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 850px) {
  .action-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.action-row .action-card .btn-primary,
.action-row .action-card .btn-secondary {
  margin-top: auto;
}
.action-row .action-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(44%) sepia(22%) saturate(800%) hue-rotate(178deg) brightness(90%) contrast(88%);
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1c1e29;
  border: 1px solid #2D2F38;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-circle img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.info-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 96px;
  row-gap: 48px;
  margin-top: 64px;
}
@media (max-width: 850px) {
  .info-block {
    grid-template-columns: minmax(0, 1fr);
  }
}
.info-block h2 {
  margin-bottom: 16px;
}
.info-block .orari-list li {
  padding: 8px 0;
}
.info-block .orari-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
.info-block .orari-head h2 {
  margin-bottom: 0;
}
.info-block .orari-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  line-height: 1.4;
}
.info-block .orari-status[hidden] {
  display: none;
}
.info-block .orari-status.is-open {
  background-color: rgba(33, 197, 122, 0.16);
  color: #21c57a;
  border: 1px solid rgba(33, 197, 122, 0.4);
}
.info-block .orari-status.is-open .orari-status-dot {
  background-color: #21c57a;
  box-shadow: 0 0 0 0 rgba(33, 197, 122, 0.6);
  animation: orari-pulse-green 1.8s ease-out infinite;
}
.info-block .orari-status.is-closed {
  background-color: rgba(231, 76, 60, 0.14);
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.4);
}
.info-block .orari-status.is-closed .orari-status-dot {
  background-color: #e74c3c;
  box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.6);
  animation: orari-pulse-red 1.8s ease-out infinite;
}
.info-block .orari-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
@keyframes orari-pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 197, 122, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(33, 197, 122, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 197, 122, 0);
  }
}
@keyframes orari-pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(231, 76, 60, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
  }
}
.info-block .caratteristiche-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.info-block .caratteristiche-grid img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.dettagli-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 96px;
}
@media (max-width: 850px) {
  .dettagli-section {
    grid-template-columns: minmax(0, 1fr);
  }
}
.dettagli-section .dettagli-desc-wrap {
  position: relative;
  overflow: hidden;
  max-height: 15.5rem;
  transition: max-height 0.4s ease;
}
.dettagli-section .dettagli-desc-wrap.expanded {
  max-height: 40em;
}
.dettagli-section .dettagli-desc-wrap:not(.expanded)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6em;
  background: linear-gradient(to top, #161822, transparent);
  pointer-events: none;
}
.dettagli-section .dettagli-divider {
  margin-top: -28px;
}
.dettagli-section .dettagli-toggle .expand-chevron {
  transition: transform 0.2s ease;
}
.dettagli-section .dettagli-toggle.expanded .expand-chevron {
  transform: rotate(180deg);
}
.dettagli-section .dettagli-contacts {
  padding-left: 16px;
}
.dettagli-section .contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.dettagli-carousel .carousel-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 3/2;
}
.dettagli-carousel .carousel-track {
  display: flex;
  height: 100%;
}
.dettagli-carousel .carousel-slide {
  flex: 0 0 100%;
  height: 100%;
}
.dettagli-carousel .carousel-slide.slide-success {
  background-color: rgba(33, 197, 122, 0.25);
}
.dettagli-carousel .carousel-slide.slide-warning {
  background-color: rgba(241, 157, 74, 0.25);
}
.dettagli-carousel .carousel-slide.slide-error {
  background-color: rgba(231, 76, 60, 0.25);
}
.dettagli-carousel .carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
}
.dettagli-carousel .carousel-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}
.dettagli-carousel .carousel-btn img {
  width: 14px;
  height: 14px;
}
.dettagli-carousel .carousel-btn.prev img {
  transform: rotate(180deg);
}
.dettagli-carousel .carousel-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.dettagli-carousel .carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background-color: #2D2F38;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.dettagli-carousel .carousel-dot.active {
  width: 36px;
  background-color: #4A73A6;
}

.map-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 96px;
}
@media (max-width: 850px) {
  .map-section {
    grid-template-columns: minmax(0, 1fr);
  }
}
.map-section .map-container {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3/2;
  align-self: stretch;
}
.map-section .map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1c1e29 0%, #2D2F38 50%, #1c1e29 100%);
  filter: blur(4px);
  transition: filter 0.5s ease;
}
.map-section .map-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.map-section .map-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.map-section .map-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px 8px 8px;
  border-radius: 999px;
  background-color: #1c1e29;
  border: 1px solid #2D2F38;
}
.map-section .map-pill .pill-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4A73A6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.map-section .map-pill .pill-icon img {
  width: 16px;
  height: 16px;
}
.map-section.revealed .map-placeholder {
  filter: none;
}

.tariffario {
  margin-top: 64px;
}

.tariffario-title {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 5.33rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.tariffario-head {
  width: 100%;
  text-align: left;
}

.tariffario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 850px) {
  .tariffario-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.tariffario-card:nth-child(odd) {
  background-color: #0D0F19;
}
.tariffario-card:nth-child(even) {
  background-color: #161822;
}
.tariffario-card > a:last-child {
  margin-top: auto;
}
.tariffario-card .subgroup {
  padding-top: 16px;
}
.tariffario-card .subgroup:first-of-type {
  padding-top: 0;
}
.tariffario-card .tariffario-expand {
  display: none;
}
@media (max-width: 850px) {
  .tariffario-card.tariffario-collapsible .tariffario-body {
    max-height: 320px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
  }
  .tariffario-card.tariffario-collapsible .tariffario-body::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4em;
    pointer-events: none;
  }
  .tariffario-card.tariffario-collapsible:nth-child(odd) .tariffario-body::after {
    background: linear-gradient(to top, #0D0F19, transparent);
  }
  .tariffario-card.tariffario-collapsible:nth-child(even) .tariffario-body::after {
    background: linear-gradient(to top, #161822, transparent);
  }
  .tariffario-card.tariffario-collapsible .tariffario-expand {
    display: grid;
    height: 36px;
  }
  .tariffario-card.tariffario-collapsible > a:last-child {
    display: none;
  }
  .tariffario-card.tariffario-collapsible.expanded .tariffario-body {
    max-height: 2000px;
  }
  .tariffario-card.tariffario-collapsible.expanded .tariffario-body::after {
    display: none;
  }
  .tariffario-card.tariffario-collapsible.expanded .tariffario-expand {
    display: none;
  }
  .tariffario-card.tariffario-collapsible.expanded > a:last-child {
    display: grid;
  }
}
.tariffario-card .price-list li {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: baseline;
  gap: 12px;
}
.tariffario-card .price-list li::before {
  content: "•";
  color: #ffffff;
}

.auth-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 850px) {
  .auth-block {
    grid-template-columns: minmax(0, 1fr);
  }
}
.auth-block .benefits {
  padding-left: 16px;
}
.auth-block .benefits li {
  padding-left: 16px;
  position: relative;
}
.auth-block .benefits li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.auth-block .social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-block .social-icon img {
  width: 18px;
  height: 18px;
}

.why-block {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.why-title {
  align-self: center;
}

.why-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 32px;
  align-items: center;
}
@media (max-width: 1180px) {
  .why-content {
    grid-template-columns: minmax(0, 1fr);
  }
}

.why-grid {
  order: 2;
}

.why-text {
  order: 1;
}
@media (max-width: 1180px) {
  .why-text {
    text-align: center;
    align-items: center;
  }
}

.why-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 550px) {
  .why-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.altri-block {
  margin-top: 64px;
}

.register-block {
  display: flex;
  justify-content: center;
}

.register-card {
  max-width: 650px;
  width: 100%;
}

@media (max-width: 550px) {
  .register-actions {
    flex-direction: column;
  }
}

@media (max-width: 850px) {
  .parcheggio-hero .hero-copy {
    padding-top: 16px;
  }
  .action-row {
    margin-top: 16px;
  }
  .info-block,
  .dettagli-section,
  .map-section,
  .tariffario,
  .auth-block,
  .why-block,
  .altri-block {
    margin-top: 48px;
  }
  .info-block {
    column-gap: 24px;
  }
  .dettagli-section,
  .map-section {
    gap: 24px;
  }
  .dettagli-section {
    padding: 24px;
  }
  .tariffario-card {
    padding: 24px;
  }
  .auth-block {
    gap: 24px;
  }
}
@media (max-width: 550px) {
  .parcheggio-hero .hero-stats {
    min-height: 200px;
  }
  .stat-tile {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .info-block {
    column-gap: 16px;
    row-gap: 32px;
  }
  .dettagli-section {
    padding: 16px;
    border-radius: 14px;
  }
  .tariffario-card {
    padding: 16px;
  }
  .caratteristiche-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .social-footer {
    flex-direction: column;
    gap: 16px;
  }
}
.dashboard-content {
  view-transition-name: dashboard-content;
  transition: opacity 0.22s ease;
}
.dashboard-content.is-leaving, .dashboard-content.is-entering {
  opacity: 0;
}

::view-transition-old(dashboard-content) {
  animation: dash-content-out 0.22s ease both;
}

::view-transition-new(dashboard-content) {
  animation: dash-content-in 0.22s ease 0.22s both;
}

@keyframes dash-content-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dash-content-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dashboard-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 64px;
}
@media (max-width: 850px) {
  .dashboard-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.sidebar {
  padding: 24px;
  position: sticky;
  top: 80px;
}
@media (max-width: 850px) {
  .sidebar {
    position: static;
  }
}

.sidebar-nav {
  gap: 4px;
}

.nav-item {
  padding: 12px 16px;
  border-radius: 8px;
  transition: background-color 0.24s ease;
}
.nav-item span {
  transition: color 0.28s ease, letter-spacing 0.28s ease;
}
.nav-item .nav-icon {
  transition: filter 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-item:hover {
  background-color: #1c1e29;
}
.nav-item.active {
  background-color: #1c1e29;
}
.nav-item.active span {
  color: #4A73A6;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.nav-item.active .nav-icon {
  filter: brightness(0) saturate(100%) invert(44%) sepia(22%) saturate(800%) hue-rotate(178deg) brightness(90%) contrast(88%);
  transform: scale(1.15);
}

.nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4A73A6;
  flex-shrink: 0;
}
.nav-dot.is-leaving {
  animation: nav-dot-out 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.nav-dot {
  box-shadow: 0 0 8px rgba(74, 115, 166, 0.6);
  animation: nav-dot-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes nav-dot-in {
  from {
    opacity: 0;
    transform: scale(0.2);
    width: 0;
    margin-right: -12px;
  }
  to {
    opacity: 1;
    transform: scale(1);
    width: 6px;
    margin-right: 0;
  }
}
@keyframes nav-dot-out {
  from {
    opacity: 1;
    transform: scale(1);
    width: 6px;
    margin-right: 0;
  }
  to {
    opacity: 0;
    transform: scale(0.2);
    width: 0;
    margin-right: -12px;
  }
}
.nav-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.nav-chev {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  transition: translate 0.18s ease;
}

.nav-item:hover .nav-chev {
  translate: 4px 0;
}

.sidebar-footer {
  padding: 0;
}

@media (max-width: 550px) {
  .dash-cards {
    flex-direction: column;
  }
}

.icon-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.18s ease;
}
.icon-btn:hover {
  opacity: 1;
}
.icon-btn img {
  width: 16px;
  height: 16px;
}

.faq-list {
  padding: 0 16px;
}

.faq-item {
  padding: 16px 0;
  border-top: 1px solid #2D2F38;
  cursor: pointer;
}
.faq-item .faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  transition: grid-template-rows 0.3s ease, margin-top 0.3s ease;
}
.faq-item .faq-answer {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.faq-item .faq-chev {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item.open .faq-answer-wrap {
  grid-template-rows: 1fr;
  margin-top: 12px;
}
.faq-item.open .faq-answer {
  opacity: 1;
}
.faq-item.open .faq-chev {
  transform: rotate(180deg);
}

.dashboard-content .form-group-inner,
.dashboard-content .custom-select-header {
  background-color: #161822;
}

.dashboard-content .edit-field-btn img {
  filter: brightness(0) invert(1);
}

.dati-personali-actions {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 550px) {
  .dati-personali-actions {
    flex-direction: column;
  }
}

.phone-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 16px;
  width: 100%;
  align-items: end;
}
@media (max-width: 550px) {
  .phone-row {
    grid-template-columns: 1fr 2fr;
  }
}

.address-row {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 16px;
  width: 100%;
  align-items: end;
}
@media (max-width: 550px) {
  .address-row {
    grid-template-columns: 2fr 1fr;
  }
}

.newsletter-options {
  width: 100%;
}

.newsletter-card {
  padding: 16px;
  border: 1px solid #2D2F38;
  border-radius: 14px;
  background-color: #161822;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.newsletter-card:hover {
  border-color: rgba(74, 115, 166, 0.45);
}
.newsletter-card:has(.newsletter-check:checked) {
  border-color: #4A73A6;
  background-color: rgba(74, 115, 166, 0.06);
}

.newsletter-check {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  flex-shrink: 0;
  border: 2px solid #2D2F38;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.newsletter-check:checked {
  background-color: #4A73A6;
  border-color: #4A73A6;
}
.newsletter-check:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newsletter-check:focus-visible {
  outline: 2px solid rgba(74, 115, 166, 0.5);
  outline-offset: 2px;
}

.targhe-add-btn {
  aspect-ratio: 1;
  height: auto;
  min-width: 48px;
  padding: 0;
  border-radius: 50%;
  flex-shrink: 0;
}
.targhe-add-btn img {
  width: 16px;
  height: 16px;
}

.targa-delete-btn {
  border-radius: 8px;
}

.targa-delete-icon {
  width: 16px;
  height: 16px;
}

.targa-row {
  border-bottom: 1px solid #2D2F38;
  padding-left: 16px;
}
.targa-row:last-child {
  border-bottom: none;
}

.targa-chip {
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), max-height 0.28s ease, padding 0.28s ease, margin 0.28s ease, border-color 0.28s ease;
  max-height: 80px;
  overflow: hidden;
}
.targa-chip.is-entering {
  opacity: 0;
  transform: translateY(-8px);
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
}
.targa-chip.is-leaving {
  opacity: 0;
  transform: translateX(12px);
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
  pointer-events: none;
}

.flow-card {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.form-actions {
  width: 100%;
}
@media (max-width: 550px) {
  .form-actions {
    flex-direction: column;
  }
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select-header {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #2D2F38;
  border-radius: 12px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.custom-select-header:hover {
  border-color: #3a3d4a;
}

.custom-select.open .custom-select-header {
  border-color: #4A73A6;
  box-shadow: 0 0 0 3px rgba(74, 115, 166, 0.15);
}

.custom-select-label {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.custom-select-label.italic {
  font-style: italic;
}
.custom-select-label.bold {
  font-weight: 600;
}
.custom-select-label {
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  flex: 1;
  min-width: 0;
}
.custom-select-label.is-placeholder {
  color: #667085;
}

.custom-select-chevron {
  width: 14px;
  height: 14px;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.custom-select.open .custom-select-chevron {
  transform: rotate(180deg);
}

.custom-select-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 40;
  max-height: 280px;
  overflow-y: auto;
  background: #242735;
  border: 1px solid #2D2F38;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 2px;
}

.custom-select.open .custom-select-options {
  display: flex;
}

.custom-select-option {
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.custom-select-option.italic {
  font-style: italic;
}
.custom-select-option.bold {
  font-weight: 600;
}
.custom-select-option {
  background: transparent;
  color: #ffffff;
  border: 0;
  text-align: left;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.custom-select-option:hover:not(:disabled) {
  background: rgba(74, 115, 166, 0.14);
}
.custom-select-option.selected {
  background: rgba(74, 115, 166, 0.22);
  color: #4A73A6;
}
.custom-select-option:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.targhe-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.targhe-option:hover {
  background: rgba(74, 115, 166, 0.14);
}
.targhe-option input[type=checkbox],
.targhe-option input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #4A73A6;
  cursor: pointer;
  flex-shrink: 0;
}

.durata-options[hidden],
[data-tipologia-description][hidden] {
  display: none;
}

.durata-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1px solid #2D2F38;
  border-radius: 12px;
  background: #1c1e29;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.durata-card:hover:not(.disabled) {
  border-color: #4A73A6;
  transform: translateY(-1px);
}
.durata-card.selected {
  border-color: #4A73A6;
  background: #4A73A6;
  box-shadow: 0 0 0 2px rgba(74, 115, 166, 0.35), 0 10px 24px rgba(74, 115, 166, 0.35);
}
.durata-card.selected .durata-card-title,
.durata-card.selected .durata-card-description,
.durata-card.selected .durata-card-price {
  color: #ffffff;
}
.durata-card.disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.durata-card .durata-card-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.durata-card-tag {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f19d4a;
}

.durata-card-price {
  font-size: 2.5rem;
}

.datetime-row {
  width: 100%;
}
.datetime-row .form-group-inner {
  flex: 1;
  min-width: 0;
}
.datetime-row .time-input {
  flex: 0 1 40%;
}
@media (max-width: 550px) {
  .datetime-row .date-input {
    flex: 0 1 66%;
  }
  .datetime-row .time-input {
    flex: 0 1 33%;
  }
}

.riepilogo-card {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.riepilogo-section {
  width: 100%;
}

.riepilogo-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding: 8px 0;
}
.riepilogo-row > p:first-child {
  flex: 0 0 auto;
}
.riepilogo-row > p:last-child,
.riepilogo-row > .flex-col {
  text-align: right;
}
@media (max-width: 550px) {
  .riepilogo-row .ri-time {
    display: block;
  }
}

.riepilogo-actions {
  width: 100%;
}
@media (max-width: 550px) {
  .riepilogo-actions {
    flex-direction: column;
  }
}

.riepilogo-btn-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.feedback-card {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  min-height: 560px;
  aspect-ratio: 1/1;
  justify-content: center;
  border: 1px solid transparent;
}
@media (max-width: 550px) {
  .feedback-card {
    aspect-ratio: auto;
    min-height: 0;
  }
}
.feedback-card.success {
  background-color: rgba(33, 197, 122, 0.1);
  border-color: rgba(33, 197, 122, 0.55);
}
.feedback-card.success .feedback-card-title {
  color: #21c57a;
}
.feedback-card.success .feedback-card-icon {
  filter: brightness(0) saturate(100%) invert(68%) sepia(47%) saturate(511%) hue-rotate(95deg) brightness(93%) contrast(91%);
}
.feedback-card.error {
  background-color: rgba(231, 76, 60, 0.1);
  border-color: rgba(231, 76, 60, 0.55);
}
.feedback-card.error .feedback-card-title {
  color: #e74c3c;
}
.feedback-card.error .feedback-card-icon {
  filter: brightness(0) saturate(100%) invert(46%) sepia(62%) saturate(4044%) hue-rotate(343deg) brightness(95%) contrast(87%);
}

.feedback-card-icon {
  width: 64px;
  height: 64px;
}
