.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

body {
  background-color: #f4f8fc;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

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

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

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

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-12 {
  width: 48px;
}

.w-fit {
  width: fit-content;
}

.h-12 {
  height: 48px;
}

.h-16 {
  height: 64px;
}

.h-auto {
  height: auto;
}

.min-h-screen {
  min-height: 100vh;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-2 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 40px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 64px;
}

.pt-4 {
  padding-top: 16px;
}

.pt-16 {
  padding-top: 64px;
}

.pt-stack-lg {
  padding-top: 32px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-24 {
  padding-top: 96px;
  padding-bottom: 96px;
}

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

.gap-4 {
  gap: 16px;
}

.gap-6 {
  gap: 24px;
}

.gap-10 {
  gap: 40px;
}

.gap-12 {
  gap: 48px;
}

.overflow-hidden {
  overflow: hidden;
}

.object-contain {
  object-fit: contain;
}

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

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 4px;
}

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

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

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

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

.border,
.border-b,
.border-t {
  border-style: solid;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

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

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

.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.drop-shadow-2xl {
  filter: drop-shadow(0 25px 25px rgba(15, 23, 42, 0.18));
}

.transition-all {
  transition: all 0.2s ease;
}

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

.duration-200 {
  transition-duration: 0.2s;
}

.scroll-mt-16 {
  scroll-margin-top: 64px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.bg-background {
  background-color: #f4f8fc;
}

.bg-surface {
  background-color: #f8fbff;
}

.bg-surface-container-lowest {
  background-color: #ffffff;
}

.bg-surface-container-highest {
  background-color: #edf4f7;
}

.bg-primary {
  background-color: #0f172a;
}

.bg-primary-fixed {
  background-color: #eef2ff;
}

.bg-primary-container\/10 {
  background-color: rgba(234, 179, 8, 0.1);
}

.bg-primary-fixed,
.group:hover .group-hover\:bg-primary-fixed {
  background-color: #eef2ff;
}

.text-on-surface,
.text-on-background {
  color: #0f172a;
}

.text-on-primary {
  color: #ffffff;
}

.text-primary {
  color: #0f172a;
}

.text-secondary {
  color: #475569;
}

.text-on-surface-variant {
  color: #475569;
}

.text-primary-fixed {
  color: #eef2ff;
}

.border-outline-variant,
.border-outline,
.border-slate-border {
  border-color: #dbe3ef;
}

.border-primary {
  border-color: #0f172a;
}

.border-primary-container\/20 {
  border-color: rgba(234, 179, 8, 0.2);
}

.border-primary-container\/30 {
  border-color: rgba(234, 179, 8, 0.3);
}

.hover\:text-primary:hover {
  color: #0f172a;
}

.hover\:border-primary-container:hover {
  border-color: #eab308;
}

.max-w-container-max {
  max-width: 1280px;
}

.px-margin-desktop {
  padding-left: 32px;
  padding-right: 32px;
}

.px-stack-md {
  padding-left: 16px;
  padding-right: 16px;
}

.px-stack-lg {
  padding-left: 32px;
  padding-right: 32px;
}

.py-stack-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-stack-md {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-stack-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-stack-md {
  padding: 16px;
}

.p-stack-lg {
  padding: 32px;
}

.gap-gutter {
  gap: 24px;
}

.gap-stack-sm {
  gap: 8px;
}

.gap-stack-md {
  gap: 16px;
}

.mb-stack-sm {
  margin-bottom: 8px;
}

.mb-stack-md {
  margin-bottom: 16px;
}

.mb-stack-lg {
  margin-bottom: 32px;
}

.mt-stack-sm {
  margin-top: 8px;
}

.mt-stack-md {
  margin-top: 16px;
}

.space-x-gutter> :not([hidden])~ :not([hidden]) {
  margin-left: 24px;
}

.space-x-stack-md> :not([hidden])~ :not([hidden]) {
  margin-left: 16px;
}

.space-y-stack-lg> :not([hidden])~ :not([hidden]) {
  margin-top: 32px;
}

.font-headline-xl,
.font-headline-lg,
.font-headline-md,
.font-headline-sm {
  font-family: "Public Sans", "Segoe UI", Arial, sans-serif;
}

.font-body-lg,
.font-body-md,
.font-body-sm,
.font-label-md {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.text-headline-xl {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
}

.text-headline-lg {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.02em;
}

.text-headline-md {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-headline-sm {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.text-body-lg {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-body-md {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-body-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-label-md {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.05em;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse 720px 420px at 12% 12%, rgba(128, 0, 128, 0.1), transparent 62%),
    radial-gradient(ellipse 620px 380px at 88% 18%, rgba(234, 179, 8, 0.14), transparent 60%),
    radial-gradient(ellipse 760px 360px at 50% 100%, rgba(1, 164, 57, 0.08), transparent 64%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 42%, #edf4f7 100%);
}

.site-header {
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.site-header.is-at-top {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}

.mobile-menu-toggle,
.mobile-nav,
.mobile-nav-backdrop {
  display: none;
}

main>section:first-child {
  background:
    radial-gradient(ellipse 720px 420px at 12% 12%, rgba(128, 0, 128, 0.1), transparent 62%),
    radial-gradient(ellipse 620px 380px at 88% 18%, rgba(234, 179, 8, 0.14), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.partner-panel {
  background:
    radial-gradient(ellipse 420px 220px at 8% 8%, rgba(128, 0, 128, 0.1), transparent 64%),
    radial-gradient(ellipse 440px 220px at 92% 4%, rgba(234, 179, 8, 0.16), transparent 62%),
    radial-gradient(ellipse 520px 220px at 50% 100%, rgba(1, 164, 57, 0.08), transparent 68%),
    rgba(255, 255, 255, 0.68);
  border-color: #dbe3ef;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.partner-title {
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.partner-marquee {
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: rgba(219, 227, 239, 0.9);
  background: rgba(255, 255, 255, 0.74);
}

.partner-marquee[hidden] {
  display: none;
}

.partner-marquee::before,
.partner-marquee::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 72px;
  pointer-events: none;
  content: "";
}

.partner-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.partner-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.partner-logo-card {
  min-width: 152px;
  padding: 16px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.partner-logo-card:hover {
  border-color: #f59e0b;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.cta-button:hover {
  color: #0f172a;
  background: #fef3c7;
  box-shadow: 0 14px 30px rgba(234, 179, 8, 0.24);
  transform: translateY(-2px);
}

.contact-cta {
  padding-top: 72px;
  padding-bottom: 72px;
}

.request-demo-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #01a439;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(1, 164, 57, 0.22);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.request-demo-button:hover,
.request-demo-button:focus-visible {
  background: #00c775;
  box-shadow: 0 14px 30px rgba(1, 164, 57, 0.3);
  transform: translateY(-1px);
}

.request-demo-button:focus-visible {
  outline: 2px solid rgba(1, 164, 57, 0.32);
  outline-offset: 3px;
}

.request-demo-nav-button {
  padding: 10px 16px;
}

.request-demo-mobile-button {
  width: 100%;
  margin-top: 10px;
  padding: 11px 16px;
}

.request-demo-cta-button {
  padding: 13px 22px;
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.request-demo-cta-button:hover,
.request-demo-cta-button:focus-visible {
  color: #0f172a;
  background: #fef3c7;
  box-shadow: 0 16px 32px rgba(234, 179, 8, 0.24);
}

body.demo-modal-open {
  overflow: hidden;
}

.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.demo-modal.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.demo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.56);
}

.demo-modal-panel {
  position: relative;
  width: min(100%, 480px);
  max-height: min(88vh, 760px);
  overflow-y: auto;
  padding: 28px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #f4f8fc;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}

.demo-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  color: #0f172a;
  background: #ffffff;
  cursor: pointer;
}

.demo-modal-header {
  padding-right: 34px;
  margin-bottom: 20px;
}

.demo-form {
  display: grid;
  gap: 12px;
}

.demo-field {
  display: grid;
  gap: 8px;
  color: #0f172a;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.demo-field strong {
  color: #e50013;
}

.demo-field input {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #64748b;
  border-radius: 0;
  color: #0f172a;
  background: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.demo-field input::placeholder {
  color: #9ca3af;
}

.demo-field input:focus {
  border-color: #01a439;
  outline: 2px solid rgba(1, 164, 57, 0.18);
  outline-offset: 0;
}

.demo-date-control {
  position: relative;
  display: block;
}

.demo-date-control input {
  padding-right: 48px;
  cursor: pointer;
  color-scheme: light;
}

.demo-date-control input::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  cursor: pointer;
  opacity: 0;
}

.demo-date-control:focus-within input {
  border-color: #01a439;
  outline: 2px solid rgba(1, 164, 57, 0.18);
  outline-offset: 0;
}

.demo-date-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #01a439;
  font-size: 22px;
  pointer-events: none;
  transform: translateY(-50%);
}

.demo-field small {
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.demo-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #0f172a;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.demo-confirmation input {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  flex-shrink: 0;
  accent-color: #01a439;
}

.demo-submit-button {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 10px 22px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  background: #00c775;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.demo-submit-button:hover,
.demo-submit-button:focus-visible {
  background: #01a439;
}

.partner-logo-card img {
  max-height: 64px;
  filter: saturate(0.95);
}

.partner-logo-card span {
  font-size: 13px;
  line-height: 18px;
}

@keyframes marquee {
  0% {
    transform: translateX(var(--marquee-start-offset, 0));
  }

  100% {
    transform: translateX(calc(-50% + var(--marquee-start-offset, 0)));
  }
}

.animate-marquee {
  --marquee-start-offset: clamp(-384px, calc(50vw - 636px), -32px);
  display: flex;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.partner-marquee:has(.partner-logo-card:hover) .animate-marquee {
  animation-play-state: paused;
}

.partner-marquee.is-logo-hovered .animate-marquee {
  animation-play-state: paused;
}

.partner-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.partner-more-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.partner-more-toggle:hover,
.partner-more-toggle:focus-visible {
  border-color: #eab308;
  box-shadow: 0 12px 26px rgba(234, 179, 8, 0.16);
  transform: translateY(-1px);
}

.partner-more-toggle:focus-visible {
  outline: 2px solid rgba(234, 179, 8, 0.48);
  outline-offset: 3px;
}

.partner-more-icon {
  font-size: 22px;
  transition: transform 0.2s ease;
}

.partner-more-toggle[aria-expanded="true"] .partner-more-icon {
  transform: rotate(180deg);
}

.partner-complete-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.partner-complete-list[hidden] {
  display: none;
}

.partner-list-card {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.partner-list-card:hover {
  border-color: #f59e0b;
  transform: translateY(-1px);
}

.partner-list-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.partner-list-card span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 767px) {
  .site-header-inner {
    justify-content: space-between;
    gap: 8px;
  }

  .site-brand {
    min-width: 0;
    flex: 1;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  body.mobile-menu-open .site-brand {
    opacity: 0;
    transform: translateX(-8px);
    pointer-events: none;
  }

  .site-title {
    font-size: 22px;
    line-height: 26px;
  }

  .site-tagline {
    display: block;
    max-width: 260px;
    overflow: visible;
    font-size: 9px;
    line-height: 13px;
    text-overflow: clip;
    white-space: normal;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    padding: 0;
    color: #1f4f83;
    cursor: pointer;
    background: #ffffff;
    border: 3px solid #0f4c86;
    border-radius: 0;
    box-shadow: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .mobile-menu-toggle:hover,
  .mobile-menu-toggle[aria-expanded="true"] {
    color: #0f4c86;
    background: #ffffff;
    border-color: #0f4c86;
    box-shadow: inset 0 0 0 1px rgba(15, 76, 134, 0.08);
  }

  .mobile-menu-toggle[aria-expanded="true"] {
    transform: none;
  }

  .mobile-menu-icon {
    font-size: 25px;
    line-height: 1;
  }

  .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 48;
    display: block;
    pointer-events: none;
    visibility: hidden;
    background: rgba(33, 54, 82, 0.46);
    opacity: 0;
    transition: opacity 0.24s ease, visibility 0.24s ease;
  }

  .mobile-nav-backdrop.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
    display: grid;
    align-content: start;
    width: min(282px, 82vw);
    max-height: calc(100svh - 28px);
    padding: 16px 0 20px;
    overflow-y: auto;
    pointer-events: none;
    visibility: hidden;
    background:
      linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, #ffffff 34%),
      #ffffff;
    border-right: 1px solid rgba(219, 227, 239, 0.92);
    border-bottom: 1px solid rgba(219, 227, 239, 0.92);
    border-radius: 0 0 18px 0;
    box-shadow: 18px 22px 52px rgba(15, 23, 42, 0.22);
    transform: translateX(-100%);
    transition: transform 0.28s ease, visibility 0.28s ease;
  }

  .mobile-nav.is-open {
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-nav-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 72px;
    padding: 10px 14px 16px;
    color: #0f172a;
    background:
      radial-gradient(ellipse 180px 70px at 8% 0%, rgba(234, 179, 8, 0.14), transparent 68%),
      radial-gradient(ellipse 180px 70px at 92% 0%, rgba(79, 70, 229, 0.08), transparent 68%);
    border-bottom: 1px solid rgba(219, 227, 239, 0.9);
  }

  .mobile-nav-logo {
    font-family: "Public Sans", "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .mobile-nav-generation {
    display: block;
    max-width: 228px;
    overflow: hidden;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: #475569;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-nav-group {
    padding: 10px 8px 0;
    padding-bottom: 0;
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 8px;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
  }

  .mobile-nav a.border-b-2 {
    border-bottom-width: 0;
  }

  .mobile-nav a.text-primary,
  .mobile-nav a:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #6865d8 0%, #817ee8 100%);
    box-shadow: 0 8px 18px rgba(104, 101, 216, 0.22);
    transform: translateX(2px);
  }

  .px-margin-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-headline-xl {
    font-size: 32px;
    line-height: 40px;
  }

  .text-headline-lg {
    font-size: 26px;
    line-height: 34px;
  }

  .partner-marquee::before,
  .partner-marquee::after {
    width: 40px;
  }

  .partner-logo-card {
    min-width: 136px;
    padding: 12px 14px;
  }

  .animate-marquee {
    --marquee-start-offset: calc(50vw - 548px);
  }

  .partner-complete-list {
    grid-template-columns: 1fr;
  }

  .partner-list-card {
    min-height: 82px;
  }

  .demo-modal {
    align-items: flex-start;
    padding: 16px;
  }

  .demo-modal-panel {
    max-height: calc(100vh - 32px);
    padding: 22px;
  }

  .demo-field input {
    min-height: 44px;
  }

  .demo-submit-button {
    width: 100%;
  }

  .contact-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  #beranda .hero-layout {
    position: relative;
    min-height: 520px;
    padding-top: 40px;
    padding-bottom: 24px;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }

  #beranda .hero-layout::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.48) 46%, rgba(255, 255, 255, 0.78) 100%),
      radial-gradient(ellipse 320px 220px at 84% 18%, rgba(234, 179, 8, 0.1), transparent 68%);
  }

  #beranda .hero-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 25px;
  }

  #beranda .hero-copy p {
    max-width: 100%;
  }

  #beranda .hero-copy h1,
  #beranda .hero-copy p {
    text-shadow: 0 1px 14px rgba(255, 255, 255, 0.92);
  }

  #beranda .hero-visual {
    position: absolute;
    top: 25px;
    right: -120px;
    left: -34px;
    z-index: 0;
    display: flex;
    height: 390px;
    opacity: 0.76;
    transform: rotate(-3deg);
  }

  #beranda .hero-mockup {
    width: min(760px, 164vw);
    max-width: none;
    object-fit: contain;
    object-position: center top;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:p-12 {
    padding: 48px;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
