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

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-padding-top: 88px;
}

body {
  width: 100%;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

img,
video {
  height: auto;
}

section,
main,
footer,
header {
  max-width: 100%;
}

button,
a,
input,
select,
textarea {
  max-width: 100%;
}

input,
select,
textarea {
  min-width: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
label,
span {
  overflow-wrap: anywhere;
}

header nav {
  min-width: 0;
}

header img[alt="Space Parking"] {
  display: block;
  max-width: min(220px, 48vw);
}

#mobile-menu {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

#mobile-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.site-nav-link {
  white-space: nowrap;
}

.marquee,
.marquee-content {
  max-width: 100%;
}

.text-headline-display {
  font-size: clamp(2.5rem, 4.45vw, 4rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.text-headline-lg {
  font-size: clamp(2rem, 3vw, 2.5rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.text-headline-md {
  font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
  line-height: 1.28 !important;
}

.text-body-lg {
  font-size: clamp(1rem, 1.45vw, 1.125rem) !important;
  line-height: 1.6 !important;
}

.rounded-2xl,
.rounded-3xl {
  max-width: 100%;
}

.grid > *,
.flex > * {
  min-width: 0;
}

.grid img,
.flex img {
  object-fit: cover;
}

.material-symbols-outlined {
  max-width: 1em;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
}

footer ul,
footer p {
  overflow-wrap: normal;
}

.process-steps {
  isolation: isolate;
}

.process-step {
  min-width: 0;
}

.process-icon {
  flex: 0 0 auto;
}

.products-hero {
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.products-hero-inner {
  row-gap: clamp(2rem, 5vw, 4rem);
}

.ecosystem-flow {
  isolation: isolate;
  counter-reset: ecosystem-step;
}

.ecosystem-node {
  min-width: 0;
  position: relative;
  text-align: center;
  counter-increment: ecosystem-step;
}

.ecosystem-circle {
  flex: 0 0 auto;
}

.ecosystem-detail-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ecosystem-detail-card > h4,
.ecosystem-detail-card > p {
  position: relative;
  z-index: 1;
}

.ecosystem-bg-icon {
  position: absolute;
  right: -0.2rem;
  bottom: -0.35rem;
  z-index: 0;
  font-size: 4rem !important;
  color: #00677f;
  opacity: 0.08;
  pointer-events: none;
}

.parking-workflow-circle .material-symbols-outlined {
  color: #ffffff !important;
}

.parking-workflow-grid {
  counter-reset: parking-workflow-step;
}

.parking-workflow-step {
  position: relative;
  counter-increment: parking-workflow-step;
}

.counting-communication-grid,
.counting-communication-visual,
.counting-protocol-card,
.counting-facility-grid,
.counting-facility-card {
  min-width: 0;
}

.guidance-sensor-card,
.guidance-workflow-grid,
.guidance-workflow-step,
.guidance-app-grid,
.guidance-app-card {
  min-width: 0;
}

.guidance-sensor-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.75rem;
  max-width: none;
  line-height: 1;
}

.guidance-workflow-grid {
  counter-reset: guidance-workflow-step;
}

.guidance-workflow-step {
  position: relative;
  counter-increment: guidance-workflow-step;
}

.guidance-workflow-circle .material-symbols-outlined {
  color: #ffffff !important;
}

.guidance-app-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.guidance-app-card > span:not(.guidance-app-bg-icon),
.guidance-app-card > h5 {
  position: relative;
  z-index: 1;
}

.guidance-app-bg-icon {
  position: absolute;
  right: -0.25rem;
  bottom: -0.4rem;
  z-index: 0;
  font-size: 4.5rem !important;
  color: #00677f;
  opacity: 0.075;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .px-margin-desktop,
  .md\:px-margin-desktop {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .gap-24 {
    gap: 3rem !important;
  }

  .gap-20,
  .gap-16 {
    gap: 2.5rem !important;
  }
}

@media (max-width: 992px) {
  html {
    scroll-padding-top: 80px;
  }

  header nav {
    height: 72px !important;
  }

  header img[alt="Space Parking"] {
    max-height: 44px;
  }

  #mobile-menu {
    max-height: calc(100vh - 72px);
  }

  .px-margin-desktop,
  .md\:px-margin-desktop,
  .px-gutter {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .py-\[160px\],
  .py-\[120px\],
  .py-32 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-24 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .mb-32,
  .mb-24 {
    margin-bottom: 4rem !important;
  }

  .mt-24 {
    margin-top: 3.5rem !important;
  }

  .space-y-32 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 5rem !important;
  }

  .gap-24,
  .gap-20,
  .gap-16,
  .gap-12 {
    gap: 2rem !important;
  }

  .grid {
    min-width: 0;
  }

  .grid > * {
    min-width: 0;
  }

  .md\:grid-cols-6,
  .lg\:grid-cols-5,
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  footer .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .products-hero {
    min-height: auto !important;
  }

  .ecosystem-flow {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem !important;
    margin-bottom: 3rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ecosystem-line {
    display: none !important;
  }

  .ecosystem-node {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 0.75rem;
    padding: 1.25rem 0.75rem;
    box-shadow: 0 12px 30px rgba(5, 22, 38, 0.05);
  }

  .ecosystem-circle {
    width: 4rem !important;
    height: 4rem !important;
  }

  .process-steps {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem !important;
  }

  .process-line {
    display: none !important;
  }

  .process-step {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 12px 32px rgba(5, 22, 38, 0.06);
  }

  .process-icon {
    width: 4.75rem !important;
    height: 4.75rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 768px) {
  header nav {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 0.75rem !important;
  }

  header img[alt="Space Parking"] {
    max-width: min(176px, 54vw);
    max-height: 40px;
  }

  .hidden.sm\:inline-flex {
    display: none !important;
  }

  .px-margin-desktop,
  .md\:px-margin-desktop,
  .px-gutter,
  .px-margin-mobile {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .text-headline-display,
  .text-headline-lg-mobile {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.12 !important;
  }

  .text-headline-lg {
    font-size: clamp(1.75rem, 7vw, 2.25rem) !important;
  }

  section.h-screen {
    min-height: calc(100svh - 72px) !important;
    height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .home-hero.h-screen {
    padding-top: 7rem !important;
  }

  section[class*="min-h-"] {
    min-height: auto !important;
  }

  .min-h-\[85vh\],
  .min-h-\[70vh\],
  .h-\[80vh\] {
    min-height: auto !important;
    height: auto !important;
  }

  .py-\[160px\],
  .py-\[120px\],
  .py-32 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-24 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .p-10,
  .p-8 {
    padding: 1.5rem !important;
  }

  .rounded-2xl {
    border-radius: 0.75rem !important;
  }

  .grid-cols-2,
  .sm\:grid-cols-2,
  .md\:grid-cols-2,
  .md\:grid-cols-3,
  .md\:grid-cols-4,
  .md\:grid-cols-6,
  .lg\:grid-cols-3,
  .lg\:grid-cols-4,
  .lg\:grid-cols-5,
  .lg\:grid-cols-6,
  .lg\:grid-cols-12 {
    grid-template-columns: 1fr !important;
  }

  section > .grid,
  section .max-w-container-max > .grid {
    align-items: stretch !important;
  }

  .grid > .group,
  .grid > div[class*="rounded-xl"],
  .grid > div[class*="rounded-2xl"],
  .grid > div[class*="border"],
  .grid > div[class*="shadow"] {
    width: 100%;
  }

  .grid > div[class*="bg-white"][class*="p-"],
  .grid > div[class*="surface"][class*="p-"],
  .grid > .group[class*="bg-white"],
  .grid > .group[class*="rounded"] {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .grid > div[class*="bg-white"][class*="p-"] > p,
  .grid > div[class*="surface"][class*="p-"] > p,
  .grid > .group[class*="bg-white"] > p {
    flex: 1 1 auto;
  }

  .grid > div[class*="bg-white"][class*="p-"] button,
  .grid > div[class*="surface"][class*="p-"] button,
  .grid > .group[class*="bg-white"] button,
  .grid > div[class*="bg-white"][class*="p-"] a,
  .grid > div[class*="surface"][class*="p-"] a,
  .grid > .group[class*="bg-white"] a {
    margin-top: auto;
  }

  .flex {
    min-width: 0;
  }

  .flex-wrap {
    row-gap: 0.75rem;
  }

  .flex.justify-between.items-end,
  .md\:flex-row,
  .md\:flex-row-reverse {
    align-items: flex-start !important;
  }

  .flex:not(nav .flex):has(> button),
  .flex:not(nav .flex):has(> a.flex-1) {
    flex-wrap: wrap;
  }

  section .flex > button,
  section .flex > a.flex-1 {
    min-width: min(100%, 12rem);
  }

  section .flex > button,
  section .flex > a[class*="px-"],
  section .flex > a.flex-1 {
    min-height: 44px;
  }

  .max-w-3xl,
  .max-w-2xl,
  .max-w-xl,
  .max-w-lg {
    max-width: 100% !important;
  }

  .h-\[400px\] {
    height: 280px !important;
  }

  .h-64 {
    height: 220px !important;
  }

  .h-40 {
    height: 150px !important;
  }

  .aspect-\[1\.24\],
  .aspect-square {
    aspect-ratio: 16 / 10 !important;
  }

  .relative.min-h-\[400px\] {
    min-height: 260px !important;
  }

  footer .grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  footer,
  footer .text-center,
  footer .md\:text-left {
    text-align: left !important;
  }

  footer .flex {
    align-items: flex-start !important;
  }

  .process-section .mb-24 {
    margin-bottom: 2rem !important;
  }

  .process-steps {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .process-step {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding: 1rem !important;
    text-align: left;
  }

  .process-step::after {
    content: "";
    position: absolute;
    left: 2.95rem;
    top: calc(100% - 0.1rem);
    width: 2px;
    height: 1rem;
    background: #E2E8F0;
  }

  .process-step:last-child::after {
    display: none;
  }

  .process-icon {
    width: 4rem !important;
    height: 4rem !important;
    margin: 0 !important;
  }

  .process-step .text-center {
    text-align: left !important;
  }

  .products-hero {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .products-hero-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .products-hero .space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.25rem !important;
  }

  .ecosystem-section .mb-16 {
    margin-bottom: 2rem !important;
  }

  .ecosystem-flow {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    margin-bottom: 2rem !important;
  }

  .ecosystem-node {
    display: grid !important;
    grid-template-columns: 2rem 3.75rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem !important;
    padding: 1rem 0.75rem;
    text-align: left;
  }

  .ecosystem-node::before {
    content: counter(ecosystem-step, decimal-leading-zero);
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: #f2f4f6;
    color: #00677f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
  }

  .ecosystem-node:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 2.65rem;
    bottom: -1rem;
    width: 2px;
    height: 1rem;
    background: linear-gradient(180deg, #00D2FF, rgba(0, 210, 255, 0));
  }

  .ecosystem-node span.font-label-sm {
    font-size: 0.95rem;
  }

  .ecosystem-circle {
    width: 3.75rem !important;
    height: 3.75rem !important;
  }

  .ecosystem-circle .material-symbols-outlined {
    font-size: 1.65rem !important;
  }

  .ecosystem-bg-icon {
    font-size: 3.5rem !important;
    right: 0.25rem;
    bottom: -0.25rem;
  }

  .counting-communication-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  .counting-communication-visual {
    max-width: 32rem;
    margin: 0 auto;
  }

  .counting-communication-visual .absolute {
    inset: -2rem !important;
    filter: blur(64px);
  }

  .counting-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .guidance-workflow-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    position: relative;
    padding-left: 0.25rem;
  }

  .guidance-workflow-grid::before {
    content: "";
    position: absolute;
    left: 2.75rem;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 103, 127, 0), rgba(0, 103, 127, 0.45), rgba(0, 103, 127, 0));
  }

  .guidance-workflow-line {
    display: none !important;
  }

  .guidance-workflow-step {
    display: grid !important;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
    padding: 1rem 1rem 1rem 0 !important;
    border: 0;
    box-shadow: none;
    text-align: left;
  }

  .guidance-workflow-step::before {
    content: counter(guidance-workflow-step, decimal-leading-zero);
    position: absolute;
    top: 0.35rem;
    left: 3.05rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: #00D2FF;
    color: #051626;
    border: 2px solid #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.18);
  }

  .guidance-workflow-circle {
    grid-column: 1;
    grid-row: 1 / span 2;
    position: relative;
    z-index: 1;
    width: 4rem !important;
    height: 4rem !important;
    margin: 0 auto !important;
    box-shadow: 0 0 0 5px #ffffff, 0 12px 28px rgba(5, 22, 38, 0.12);
  }

  .guidance-workflow-step h4 {
    grid-column: 2;
    margin: 0 0 0.35rem !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .guidance-workflow-step p {
    grid-column: 2;
    margin: 0;
    font-size: 0.875rem !important;
    line-height: 1.45 !important;
  }

  .parking-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 1.25rem !important;
    row-gap: 2rem !important;
  }

  .parking-workflow-step {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    padding: 1.35rem 0.85rem 1.2rem;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
    min-height: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .parking-workflow-step::before {
    content: counter(parking-workflow-step, decimal-leading-zero);
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: #00D2FF;
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: #051626;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 0 0 22px rgba(0, 210, 255, 0.32);
  }

  .parking-workflow-step:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    color: #00D2FF;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background: #051626;
    border: 1px solid rgba(0, 210, 255, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 18px rgba(0, 210, 255, 0.18);
  }

  .parking-workflow-step:nth-child(odd):not(:last-child)::after {
    content: "→";
    top: 4.9rem;
    right: -1.75rem;
  }

  .parking-workflow-step:nth-child(even):not(:last-child)::after {
    content: "↓";
    left: 50%;
    bottom: -2.1rem;
    transform: translateX(-50%);
  }

  .parking-workflow-circle {
    width: 4.25rem !important;
    height: 4.25rem !important;
    margin-bottom: 1rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(0, 210, 255, 0.28) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 12px 26px rgba(0,0,0,0.18);
  }

  .parking-workflow-circle .material-symbols-outlined {
    color: #ffffff !important;
    font-size: 1.85rem !important;
  }

  .marquee {
    gap: 2rem !important;
    contain: paint;
  }

  .marquee:not(.client-logo-marquee) .marquee-content {
    animation: none !important;
    transform: none !important;
    gap: 2rem !important;
    min-width: 100% !important;
  }

  .marquee:not(.client-logo-marquee) .marquee-content > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem !important;
  }

  .marquee:not(.client-logo-marquee) .marquee-content + .marquee-content {
    display: none !important;
  }

  .client-logo-item {
    width: clamp(7.5rem, 38vw, 9rem) !important;
    height: 4rem !important;
    flex: 0 0 clamp(7.5rem, 38vw, 9rem) !important;
    max-width: none !important;
    padding: 0.4rem 0.65rem !important;
  }

  .client-logo-item img {
    max-width: 100% !important;
    max-height: 3rem !important;
  }

  .client-logo-marquee {
    --client-logo-marquee-gap: 2rem;
  }

  .client-logo-marquee .marquee-content {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
    gap: var(--client-logo-marquee-gap) !important;
    animation: client-logo-scroll 30s linear infinite !important;
  }

  .client-logo-marquee .marquee-content > .client-logo-track {
    width: max-content !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 2rem !important;
  }

  .client-logo-marquee .marquee-content + .marquee-content {
    display: flex !important;
  }

  .parking-environments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.875rem !important;
  }

  .parking-environment-card {
    height: clamp(9rem, 42vw, 12rem) !important;
  }

  .parking-environment-title {
    left: 0.875rem !important;
    right: 0.75rem !important;
    bottom: 0.875rem !important;
  }

  .parking-environment-title h4 {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
  }

  .counting-communication-section .text-body-lg {
    margin-bottom: 2rem !important;
  }

  .counting-protocol-list {
    display: grid;
    gap: 1rem;
  }

  .counting-protocol-card {
    align-items: flex-start !important;
    gap: 1rem !important;
    padding: 1.25rem !important;
  }

  .counting-protocol-card > div:first-child {
    width: 3rem !important;
    height: 3rem !important;
  }

  .counting-communication-visual {
    max-width: 100%;
  }

  .counting-communication-visual img {
    border-radius: 0.75rem !important;
  }

  .counting-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    margin-bottom: 3rem !important;
  }

  .counting-facility-card {
    padding: 1.25rem 0.75rem !important;
    gap: 0.75rem !important;
    text-align: center;
  }

  .counting-facility-card .material-symbols-outlined {
    font-size: 2rem !important;
  }

  .counting-facility-card span:last-child {
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .guidance-sensor-card {
    align-items: flex-start;
    gap: 1rem !important;
    padding: 1rem !important;
  }

  .guidance-sensor-icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-basis: 2.5rem;
    font-size: 1.45rem !important;
  }

  .guidance-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.875rem !important;
  }

  .guidance-app-card {
    padding: 1rem 0.75rem !important;
    min-height: 6.25rem;
  }

  .guidance-app-card > span:not(.guidance-app-bg-icon) {
    margin-bottom: 0.5rem !important;
    font-size: 1.6rem !important;
  }

  .guidance-app-card h5 {
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .guidance-app-bg-icon {
    font-size: 3.6rem !important;
    right: -0.1rem;
    bottom: -0.35rem;
  }
}

@media (max-width: 480px) {
  html {
    scroll-padding-top: 72px;
  }

  header nav {
    height: 64px !important;
  }

  header img[alt="Space Parking"] {
    max-width: min(144px, 50vw);
    max-height: 34px;
  }

  #mobile-menu {
    max-height: calc(100vh - 64px);
  }

  .text-headline-display,
  .text-headline-lg-mobile {
    font-size: clamp(1.85rem, 10vw, 2.45rem) !important;
  }

  .text-headline-lg {
    font-size: clamp(1.55rem, 8vw, 2rem) !important;
  }

  .text-body-lg,
  .text-body-md {
    font-size: 1rem !important;
  }

  .py-\[160px\],
  .py-\[120px\],
  .py-32,
  .py-24 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .p-10,
  .p-8,
  .p-6 {
    padding: 1.25rem !important;
  }

  .grid > div[class*="rounded-xl"],
  .grid > div[class*="rounded-2xl"],
  .grid > .group[class*="rounded"] {
    border-radius: 0.75rem !important;
  }

  .gap-24,
  .gap-20,
  .gap-16,
  .gap-12,
  .gap-10,
  .gap-8,
  .gap-6 {
    gap: 1.25rem !important;
  }

  .mt-24 {
    margin-top: 2.5rem !important;
  }

  .mb-24,
  .mb-16 {
    margin-bottom: 2.5rem !important;
  }

  button,
  .button,
  a[class*="px-8"],
  a[class*="px-10"],
  button[class*="px-8"],
  button[class*="px-10"],
  button[class*="px-12"] {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  nav button,
  header button {
    width: auto;
  }

  section .flex:not(nav .flex) {
    width: 100%;
  }

  .h-\[400px\] {
    height: 220px !important;
  }

  .h-64 {
    height: 200px !important;
  }

  .h-40 {
    height: 140px !important;
  }

  .relative.min-h-\[400px\] {
    min-height: 220px !important;
  }

  .process-step {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 0.875rem;
  }

  .process-icon {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }

  .process-icon .material-symbols-outlined {
    font-size: 1.75rem !important;
  }

  .process-step::after {
    left: 2.7rem;
  }

  .products-hero {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .ecosystem-flow {
    grid-template-columns: 1fr !important;
  }

  .ecosystem-node {
    display: grid !important;
    grid-template-columns: 1.9rem 3.25rem minmax(0, 1fr);
    align-items: center;
    text-align: left;
  }

  .ecosystem-circle {
    width: 3.25rem !important;
    height: 3.25rem !important;
  }

  .ecosystem-node::before {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.65rem;
  }

  .ecosystem-node:not(:last-child)::after {
    left: 2.45rem;
  }

  .counting-protocol-card {
    padding: 1rem !important;
    gap: 0.875rem !important;
  }

  .counting-protocol-card > div:first-child {
    width: 2.75rem !important;
    height: 2.75rem !important;
  }

  .counting-protocol-card h4 {
    font-size: 1rem !important;
  }

  .counting-protocol-card p {
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
  }

  .counting-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  .counting-facility-card {
    padding: 1rem 0.5rem !important;
    min-height: 7.25rem;
    justify-content: center;
  }

  .counting-facility-card .material-symbols-outlined {
    font-size: 1.75rem !important;
  }

  .counting-facility-card span:last-child {
    font-size: 0.82rem;
  }

  .guidance-sensor-card {
    padding: 0.9rem !important;
    gap: 0.75rem !important;
  }

  .guidance-sensor-icon {
    width: 2.25rem;
    height: 2.25rem;
    flex-basis: 2.25rem;
    font-size: 1.25rem !important;
  }

  .guidance-workflow-grid::before {
    left: 2.35rem;
  }

  .guidance-workflow-step {
    grid-template-columns: 3.75rem minmax(0, 1fr);
    column-gap: 0.875rem;
    padding-right: 0 !important;
  }

  .guidance-workflow-step::before {
    left: 2.5rem;
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.56rem;
  }

  .guidance-workflow-circle {
    width: 3.35rem !important;
    height: 3.35rem !important;
  }

  .guidance-workflow-circle .material-symbols-outlined {
    font-size: 1.5rem !important;
  }

  .guidance-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  .guidance-app-card {
    min-height: 5.7rem;
    padding: 0.85rem 0.6rem !important;
  }

  .guidance-app-card > span:not(.guidance-app-bg-icon) {
    font-size: 1.45rem !important;
  }

  .guidance-app-card h5 {
    font-size: 0.8rem;
  }

  .guidance-app-bg-icon {
    font-size: 3rem !important;
  }

  .parking-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 0.875rem !important;
    row-gap: 1.75rem !important;
  }

  .parking-workflow-step {
    padding: 1rem 0.5rem 0.9rem;
    min-height: 12.1rem;
  }

  .parking-workflow-step::before {
    top: 0.45rem;
    left: 0.45rem;
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.58rem;
  }

  .parking-workflow-step:nth-child(odd):not(:last-child)::after {
    top: 4.65rem;
    right: -1.1rem;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.9rem;
  }

  .parking-workflow-step:nth-child(even):not(:last-child)::after {
    bottom: -1.75rem;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.9rem;
  }

  .parking-workflow-circle {
    width: 3.5rem !important;
    height: 3.5rem !important;
    margin-bottom: 0.875rem !important;
  }

  .parking-workflow-circle .material-symbols-outlined {
    font-size: 1.55rem !important;
  }

  .parking-workflow-step h4 {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
  }

  .parking-workflow-step p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 0.75rem !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 768px) {
  .parking-workflow-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    position: relative;
    padding-left: 0.25rem;
  }

  .parking-workflow-grid::before {
    content: "";
    position: absolute;
    left: 2.75rem;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 210, 255, 0), rgba(0, 210, 255, 0.65), rgba(0, 210, 255, 0));
  }

  .parking-workflow-step {
    display: grid !important;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
    min-height: auto;
    padding: 1rem 1rem 1rem 0 !important;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: left;
  }

  .parking-workflow-step::before {
    content: counter(parking-workflow-step, decimal-leading-zero);
    top: 0.35rem;
    left: 3.05rem;
    width: 1.75rem;
    height: 1.75rem;
    background: #00D2FF;
    color: #051626;
    border: 2px solid #051626;
    box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.2);
  }

  .parking-workflow-step::after {
    display: none !important;
  }

  .parking-workflow-circle {
    grid-column: 1;
    grid-row: 1 / span 2;
    position: relative;
    z-index: 1;
    width: 4rem !important;
    height: 4rem !important;
    margin: 0 auto !important;
    background: #0c1d2d !important;
    border: 1px solid rgba(0, 210, 255, 0.45) !important;
    box-shadow: 0 0 0 5px #051626, 0 12px 28px rgba(0, 0, 0, 0.28);
  }

  .parking-workflow-circle .material-symbols-outlined {
    color: #ffffff !important;
    font-size: 1.75rem !important;
  }

  .parking-workflow-step h4 {
    grid-column: 2;
    margin: 0 0 0.35rem !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .parking-workflow-step p {
    grid-column: 2;
    padding: 0 !important;
    margin: 0;
    font-size: 0.875rem !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 480px) {
  .parking-workflow-grid::before {
    left: 2.35rem;
  }

  .parking-workflow-step {
    grid-template-columns: 3.75rem minmax(0, 1fr);
    column-gap: 0.875rem;
    padding-right: 0 !important;
  }

  .parking-workflow-step::before {
    left: 2.5rem;
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.58rem;
  }

  .parking-workflow-circle {
    width: 3.35rem !important;
    height: 3.35rem !important;
  }

  .parking-workflow-circle .material-symbols-outlined {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .guidance-workflow-step::before,
  .parking-workflow-step::before {
    z-index: 5 !important;
    top: -0.15rem !important;
  }

  .guidance-workflow-step::before {
    left: 3.1rem !important;
  }

  .parking-workflow-step::before {
    left: 3.1rem !important;
  }

  .guidance-workflow-circle,
  .parking-workflow-circle {
    z-index: 2 !important;
  }
}

@media (max-width: 480px) {
  .guidance-workflow-step::before,
  .parking-workflow-step::before {
    top: -0.1rem !important;
    left: 2.55rem !important;
  }
}

.valet-workflow-grid {
  counter-reset: valet-workflow-step;
}

.valet-workflow-step,
.valet-feature-card {
  min-width: 0;
}

.valet-workflow-step {
  position: relative;
  counter-increment: valet-workflow-step;
}

.valet-feature-grid {
  min-width: 0;
}

.valet-feature-card span {
  min-width: 0;
}

@media (max-width: 768px) {
  .valet-workflow-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .valet-workflow-section h2 {
    margin-bottom: 2.5rem !important;
  }

  .valet-workflow-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    position: relative;
    padding-left: 0.25rem;
  }

  .valet-workflow-grid::before {
    content: "";
    position: absolute;
    left: 2.75rem;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 210, 255, 0), rgba(0, 210, 255, 0.65), rgba(0, 210, 255, 0));
  }

  .valet-workflow-line {
    display: none !important;
  }

  .valet-workflow-step {
    display: grid !important;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
    min-height: auto;
    padding: 1rem 1rem 1rem 0 !important;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: left;
  }

  .valet-workflow-step::before {
    content: counter(valet-workflow-step, decimal-leading-zero);
    position: absolute;
    z-index: 5;
    top: -0.15rem;
    left: 3.1rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: #00D2FF;
    color: #051626;
    border: 2px solid #051626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.2);
  }

  .valet-workflow-circle {
    grid-column: 1;
    grid-row: 1 / span 2;
    position: relative;
    z-index: 2;
    width: 4rem !important;
    height: 4rem !important;
    margin: 0 auto !important;
    background: #0c1d2d !important;
    border: 1px solid rgba(0, 210, 255, 0.45) !important;
    box-shadow: 0 0 0 5px #ffffff, 0 12px 28px rgba(5, 22, 38, 0.16) !important;
  }

  .valet-workflow-circle .material-symbols-outlined {
    color: #ffffff !important;
    font-size: 1.75rem !important;
  }

  .valet-workflow-step h4 {
    grid-column: 2;
    margin: 0 0 0.35rem !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .valet-workflow-step p {
    grid-column: 2;
    padding: 0 !important;
    margin: 0;
    font-size: 0.875rem !important;
    line-height: 1.45 !important;
  }

  .valet-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .valet-feature-card {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    gap: 0.55rem !important;
    min-height: 6.5rem;
    padding: 1rem !important;
  }

  .valet-feature-card .material-symbols-outlined {
    font-size: 1.55rem !important;
  }

  .valet-feature-card .font-label-sm {
    font-size: 0.82rem !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .valet-workflow-grid::before {
    left: 2.35rem;
  }

  .valet-workflow-step {
    grid-template-columns: 3.75rem minmax(0, 1fr);
    column-gap: 0.875rem;
    padding-right: 0 !important;
  }

  .valet-workflow-step::before {
    top: -0.1rem;
    left: 2.55rem;
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.58rem;
  }

  .valet-workflow-circle {
    width: 3.35rem !important;
    height: 3.35rem !important;
  }

  .valet-workflow-circle .material-symbols-outlined {
    font-size: 1.5rem !important;
  }

  .valet-feature-grid {
    gap: 0.75rem !important;
  }

  .valet-feature-card {
    min-height: 6.25rem;
    padding: 0.85rem 0.65rem !important;
  }

  .valet-feature-card .material-symbols-outlined {
    font-size: 1.4rem !important;
  }

  .valet-feature-card .font-label-sm {
    font-size: 0.76rem !important;
  }
}

.about-identity-item,
.about-innovation-item,
.about-value-item,
.about-journey-item {
  min-width: 0;
}

@media (max-width: 992px) {
  .about-hero {
    min-height: 620px;
    height: auto !important;
    padding: 6rem 0 4rem;
  }

  .about-hero-inner {
    padding-left: clamp(1rem, 5vw, 2rem) !important;
    padding-right: clamp(1rem, 5vw, 2rem) !important;
  }

  .about-identity-grid,
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .about-innovation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .about-innovation-feature,
  .about-innovation-wide {
    grid-column: auto !important;
  }

  .about-innovation-wide {
    align-items: flex-start !important;
  }
}

@media (max-width: 768px) {
  .about-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }

  .about-hero h1 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 1rem !important;
  }

  .about-hero p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    margin-bottom: 1.5rem !important;
  }

  .about-hero-actions {
    flex-wrap: wrap;
    gap: 0.75rem !important;
  }

  .about-hero-actions button {
    width: auto;
    min-width: min(100%, 12rem);
    padding: 0.9rem 1.15rem !important;
  }

  .about-identity-section,
  .about-values-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .about-identity-section > .grid {
    gap: 2rem !important;
  }

  .about-identity-grid {
    gap: 0.75rem !important;
  }

  .about-identity-item {
    display: grid !important;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    align-items: center;
    text-align: left !important;
    gap: 0.75rem;
    padding: 0.9rem !important;
    border-radius: 0.75rem !important;
    box-shadow: none !important;
    background: linear-gradient(180deg, #ffffff, #f7f9fb) !important;
  }

  .about-identity-item .material-symbols-outlined {
    margin: 0 !important;
    font-size: 1.65rem !important;
  }

  .about-identity-item h4 {
    font-size: 0.86rem !important;
    line-height: 1.25 !important;
  }

  .about-innovation-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .about-innovation-section .text-center {
    margin-bottom: 2.5rem !important;
  }

  .about-innovation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem !important;
  }

  .about-innovation-item {
    min-height: 8.75rem;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    overflow: hidden;
  }

  .about-innovation-item .absolute {
    right: -1rem;
    top: auto;
    bottom: -1.25rem;
    padding: 0 !important;
    opacity: 0.12 !important;
  }

  .about-innovation-item .absolute .material-symbols-outlined {
    font-size: 5.5rem !important;
  }

  .about-innovation-item > .material-symbols-outlined,
  .about-innovation-wide > .material-symbols-outlined {
    margin-bottom: 0.75rem !important;
    font-size: 2rem !important;
  }

  .about-innovation-item h3 {
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.4rem !important;
    overflow-wrap: anywhere;
  }

  .about-innovation-item p {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
  }

  .about-values-grid {
    gap: 0.85rem !important;
  }

  .about-value-item {
    padding: 1rem 0.75rem !important;
    min-height: 8rem;
    border-radius: 0.75rem !important;
    background: #ffffff;
  }

  .about-value-item .material-symbols-outlined {
    font-size: 1.75rem !important;
    margin-bottom: 0.55rem !important;
  }

  .about-value-item h4 {
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .about-value-item p {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .about-journey-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .about-journey-section h2 {
    margin-bottom: 2.5rem !important;
  }

  .about-journey-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    position: relative;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about-journey-grid::before {
    content: "";
    position: absolute;
    left: calc(50% - 8.5rem);
    top: 1.5rem;
    bottom: 1.5rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 210, 255, 0), rgba(0, 210, 255, 0.7), rgba(0, 210, 255, 0));
  }

  .about-journey-item {
    display: grid !important;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    column-gap: 1rem;
    align-items: center;
    text-align: left !important;
    padding: 0.85rem 0;
  }

  .about-journey-dot {
    grid-column: 1;
    grid-row: 1 / span 2;
    position: relative;
    z-index: 2;
    width: 3.15rem !important;
    height: 3.15rem !important;
    margin: 0 !important;
    border-width: 3px !important;
    transform: none !important;
  }

  .about-journey-dot .material-symbols-outlined {
    font-size: 1.35rem !important;
  }

  .about-journey-item h4 {
    grid-column: 2;
    margin: 0 0 0.25rem !important;
    font-size: 1rem !important;
  }

  .about-journey-item p {
    grid-column: 2;
    margin: 0;
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .about-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .about-hero-actions button {
    width: 100%;
  }

  .about-identity-grid,
  .about-values-grid,
  .about-innovation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .about-identity-item {
    grid-template-columns: 1fr;
    justify-items: start;
    min-height: 7rem;
    padding: 0.85rem 0.65rem !important;
  }

  .about-identity-item h4 {
    font-size: 0.78rem !important;
  }

  .about-innovation-item {
    min-height: 8.25rem;
    padding: 0.85rem 0.65rem !important;
  }

  .about-innovation-item h3 {
    font-size: 0.86rem !important;
  }

  .about-innovation-item p {
    font-size: 0.72rem !important;
  }

  .about-innovation-item > .material-symbols-outlined,
  .about-innovation-wide > .material-symbols-outlined {
    font-size: 1.65rem !important;
  }

  .about-value-item {
    min-height: 7.75rem;
    padding: 0.85rem 0.65rem !important;
  }

  .about-value-item h4 {
    font-size: 0.86rem;
  }

  .about-value-item p {
    font-size: 0.72rem !important;
  }

  .about-journey-grid::before {
    left: calc(50% - 7.85rem);
  }

  .about-journey-item {
    grid-template-columns: 2.9rem minmax(0, 1fr);
    column-gap: 0.8rem;
  }

  .about-journey-dot {
    width: 2.75rem !important;
    height: 2.75rem !important;
  }
}

@media (max-width: 768px) {
  .about-journey-grid {
    max-width: 18rem;
  }

  .about-journey-grid::before {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .about-journey-item {
    display: block !important;
    text-align: center !important;
    padding: 1rem 0 1.25rem;
  }

  .about-journey-dot {
    margin: 0 auto 0.65rem !important;
  }

  .about-journey-item h4,
  .about-journey-item p {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 13rem;
  }
}
