

:root {
  --hero-building-photo: url("../medya/login2.png");
}

.hero {
  position: relative;
  padding: 5.5rem 2rem 5rem;
  overflow: hidden;
  background: #f9fafb;
}

.hero.hero-cargopanel {
  background: transparent;
  
  padding-top: clamp(3.75rem, 4.1vw, 4.45rem);
  padding-bottom: clamp(2rem, 3vw, 3rem);
}

.page-home .page-home-top-wrap {
  position: relative;
  z-index: 0;
  isolation: isolate;
  margin-top: calc(-1 * (env(safe-area-inset-top, 0px) + 4.35rem + 10px));
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.page-home .page-home-hero-video-layer {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #0f172a;
}

.page-home .page-home-hero-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 104%;
  min-height: 104%;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.page-home .page-home-hero-video-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(249, 250, 251, 0.76) 34%,
    rgba(249, 250, 251, 0.62) 62%,
    rgba(255, 255, 255, 0.42) 100%
  );
}

.page-home .page-home-top-wrap > .hero.hero-cargopanel {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: calc(
    env(safe-area-inset-top, 0px) + 4.35rem + 10px + clamp(3.75rem, 4.1vw, 4.45rem)
  );
}

.page-home .hero.hero-cargopanel .hero-photo-bg {
  display: none;
}

.page-home .hero.hero-cargopanel .hero-photo-scrim {
  display: none;
}

.page-home .hero.hero-cargopanel .hero-inner {
  position: relative;
  z-index: 2;
}

.hero-photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-photo-bg-img {
  position: absolute;
  left: -6%;
  top: -6%;
  width: 112%;
  height: 112%;
  background-image: var(--hero-building-photo);
  background-size: cover;
  background-position: center;
  animation: heroBgPhotoMotion 28s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-photo-bg:has(.hero-photo-bg-video) .hero-photo-bg-img {
  animation: none;
  will-change: auto;
}

.hero.hero-cargopanel .hero-photo-bg-img {
  animation: none;
  will-change: auto;
  background-position: 78% center;
}

.hero.hero-cargopanel .hero-photo-bg:has(.hero-photo-bg-video) .hero-photo-bg-img {
  opacity: 0;
  visibility: hidden;
}

.hero-photo-bg-video {
  position: absolute;
  left: -6%;
  top: -6%;
  width: 112%;
  height: 112%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.hero-photo-scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(249, 250, 251, 0.9) 38%,
    rgba(249, 250, 251, 0.65) 65%,
    rgba(241, 245, 249, 0.35) 100%
  );
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-bg-video {
    display: none;
  }

  .hero-photo-bg-img {
    animation: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .hero.hero-cargopanel .hero-photo-bg:has(.hero-photo-bg-video) .hero-photo-bg-img {
    opacity: 1;
    visibility: visible;
  }

  .page-home .page-home-hero-video-layer {
    display: none;
  }

  .page-home .hero.hero-cargopanel .hero-photo-bg {
    display: block;
  }

  .page-home .hero.hero-cargopanel .hero-photo-bg-img {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes heroBgPhotoMotion {
  0% {
    transform: scale(1.04) translate(0%, 0%);
  }
  100% {
    transform: scale(1.11) translate(-1.2%, -0.9%);
  }
}

.hero-cargopanel .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 55%, #f1f5f9 100%);
}

.hero-wavy-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-wavy-bg svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
  justify-content: space-between;
}

.hero.hero-cargopanel .hero-inner {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.3rem, 0.95vw, 0.8rem);
  max-width: min(115rem, 100%);
  margin-top: -0.5rem;
}

.hero.hero-cargopanel .hero-content {
  flex: none;
  align-self: center;
  width: 100%;
  
  max-width: min(68rem, 100%);
  margin: clamp(-0.94rem, -1.65vw, -0.28rem) auto 0;
  padding-inline: clamp(0.35rem, 1.5vw, 1rem);
  padding-bottom: clamp(0.15rem, 0.55vw, 0.45rem);
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.hero.hero-cargopanel .hero-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  width: 100%;
  max-width: min(26rem, 100%);
  margin-inline: auto;
  justify-content: center;
  justify-items: stretch;
}

.hero.hero-cargopanel .hero-buttons > .btn.btn-lg {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.55rem 0.85rem;
  font-size: 0.9375rem;
  border-radius: 9999px;
}

.hero.hero-cargopanel .hero-proof-row {
  justify-content: center;
}

.hero.hero-cargopanel .hero-character-scene {
  flex: none;
  width: 100%;
  max-width: min(110rem, 100%);
  margin: 0 auto;
  margin-top: clamp(-1.35rem, -2.35vw, -0.65rem);
  align-items: center;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.hero.hero-cargopanel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(2rem, 6vw, 4rem);
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(248, 250, 252, 0.18) 28%,
    rgba(245, 247, 251, 0.5) 55%,
    rgba(238, 242, 247, 0.72) 78%,
    var(--page-bg-floor) 100%
  );
}

.hero-content {
  flex: 0 1 480px;
  max-width: 520px;
  min-width: 0;
  text-align: left;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06em;
  font-size: clamp(2.5rem, 4.6vw + 1.05rem, 3.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--color-text);
  margin-bottom: 1.65rem;
}

.hero.hero-cargopanel .hero-title {
  align-items: center;
  
  font-size: clamp(1.42rem, 3.65vw + 0.72rem, 3.45rem);
  width: 100%;
  max-width: none;
  padding-inline: 0;
  box-sizing: border-box;
  margin-bottom: clamp(0.85rem, 1.8vw, 1.15rem);
}

.hero.hero-cargopanel .hero-title-row {
  display: block;
  white-space: nowrap;
  line-height: 1.12;
  width: max-content;
  max-width: none;
  margin-inline: auto;
}

.hero.hero-cargopanel .hero-title-row:first-child {
  color: #0f172a;
}

.hero.hero-cargopanel .hero-title-row:last-child {
  color: #2563eb;
}

@keyframes heroTitleWordIn {
  from {
    opacity: 0;
    transform: translate3d(0, 0.5em, 0) rotateX(-10deg);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0);
    filter: blur(0);
  }
}

@keyframes heroTitleGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hero.hero-cargopanel .hero-title.hero-title--split .hero-title-row:last-child {
  color: inherit;
}

.hero.hero-cargopanel .hero-title.hero-title--split .hero-title-word {
  display: inline-block;
  opacity: 0;
  animation: heroTitleWordIn 1.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.085s * var(--hero-word-i, 0));
  will-change: transform, opacity, filter;
}

.hero.hero-cargopanel .hero-title.hero-title--split .hero-title-row:first-child .hero-title-word {
  color: #0f172a;
}

.hero.hero-cargopanel .hero-title.hero-title--split .hero-title-row:last-child .hero-title-word {
  background-image: linear-gradient(
    102deg,
    #1d4ed8 0%,
    #3b82f6 38%,
    #60a5fa 52%,
    #2563eb 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation:
    heroTitleWordIn 1.45s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    heroTitleGradientFlow 9s ease-in-out infinite;
  animation-delay: calc(0.085s * var(--hero-word-i, 0)), 1s;
}

@media (prefers-reduced-motion: reduce) {
  .hero.hero-cargopanel .hero-title.hero-title--split .hero-title-word {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
    will-change: auto;
  }

  .hero.hero-cargopanel .hero-title.hero-title--split .hero-title-row:last-child .hero-title-word {
    background-image: none;
    -webkit-text-fill-color: currentColor;
    color: #2563eb;
  }
}

.hero-title-row {
  display: block;
  line-height: 1.12;
}

.hero-title-accent {
  color: var(--color-primary);
}

.hero-desc {
  font-size: clamp(1.15rem, 1.1vw + 1rem, 1.3rem);
  color: var(--color-text-muted);
  line-height: 1.68;
  margin-bottom: 2rem;
}

.hero.hero-cargopanel .hero-desc {
  max-width: min(42rem, 100%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1.1rem, 2.2vw, 1.45rem);
  color: #000000;
  
  font-size: clamp(0.9375rem, 0.42vw + 0.86rem, 1.125rem);
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}

.hero-cta-primary,
.hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.hero-btn-icon {
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1;
}

.hero-cta-primary {
  font-weight: 700;
}

.hero-cta-primary:hover {
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.28);
}

.hero-proof {
  margin-top: 1.75rem;
}

.hero.hero-cargopanel .hero-proof {
  margin-top: clamp(0.85rem, 1.6vw, 1.15rem);
}

.hero-proof-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem 1rem;
  max-width: 100%;
}

.hero-avatar-stack {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hero-avatar-stack .hero-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
}

.hero-avatar-stack .hero-avatar:not(:first-child) {
  margin-left: -11px;
}

.hero-avatar-stack .hero-avatar:nth-child(1) {
  z-index: 1;
}

.hero-avatar-stack .hero-avatar:nth-child(2) {
  z-index: 2;
}

.hero-avatar-stack .hero-avatar:nth-child(3) {
  z-index: 3;
}

.hero-avatar-stack .hero-avatar:nth-child(4) {
  z-index: 4;
}

.hero-avatar-stack .hero-avatar:nth-child(5) {
  z-index: 5;
}

.hero-proof-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  flex: 0 1 auto;
  min-width: 0;
  text-align: left;
}

.hero-proof-text a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-proof-text a:hover {
  text-decoration-thickness: 2px;
}

.hero-cta-secondary {
  border-color: rgba(0, 0, 0, 0.2);
  color: var(--color-text);
}

.hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.25);
}

.hero-character-scene {
  flex: 1 1 690px;
  min-width: 0;
  max-width: 1012px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-cargopanel .hero-character-scene {
  align-items: flex-end;
}

.hero-acet-scroll {
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.85rem, 2.4vw, 1.5rem) clamp(0.35rem, 2vw, 1rem)
    clamp(0.65rem, 2vw, 1.35rem);
}

@media (min-width: 768px) {
  .hero-acet-scroll {
    padding: clamp(0.75rem, 2vw, 1.35rem) clamp(0.5rem, 2.5vw, 1.5rem)
      clamp(0.85rem, 2.4vw, 1.65rem);
  }
}

.hero.hero-cargopanel .hero-acet-scroll {
  padding-top: clamp(0.1rem, 0.45vw, 0.4rem);
}

@media (min-width: 768px) {
  .hero.hero-cargopanel .hero-acet-scroll {
    padding-top: clamp(0.08rem, 0.4vw, 0.35rem);
  }
}

.hero-acet-stage {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0;
}

.hero-acet-perspective {
  position: relative;
  perspective: 1200px;
  perspective-origin: 50% 55%;
  transform-style: preserve-3d;
  width: 100%;
  overflow: visible;
  padding-bottom: clamp(0.55rem, 1.8vw, 1.25rem);
}

.hero-acet-perspective::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(0.2rem, 1vw, 0.65rem);
  transform: translateX(-50%);
  width: min(74%, 644px);
  height: clamp(14px, 2.5vw, 30px);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(15, 23, 42, 0.42) 0%,
    rgba(15, 23, 42, 0.14) 48%,
    transparent 72%
  );
  filter: blur(10px);
  opacity: 0.95;
}

.hero-mb {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(108rem, 99vw);
  margin: 0 auto;
  transform-origin: 50% 78%;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.hero-mb[data-acet-card] {
  transform: rotateX(14deg) scale(1.02);
}

@media (max-width: 900px) {
  
  .hero-acet-perspective {
    perspective: none;
    transform-style: flat;
  }

  .hero-mb {
    transform: none;
    transform-style: flat;
    backface-visibility: visible;
  }

  .hero-mb[data-acet-card] {
    transform: none;
  }

  .hero-mb-base {
    transform: none;
  }

  .hero-mb-screen {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-mb[data-acet-card] {
    transform: none;
  }
}

.hero-mb-pro-shell {
  position: relative;
  isolation: isolate;
  border-radius: clamp(14px, 2vw, 22px);
  padding: 0 clamp(9px, 1.35vw, 14px);
  background:
    radial-gradient(ellipse 130% 85% at 14% -8%, rgba(120, 125, 140, 0.22) 0%, transparent 52%),
    radial-gradient(ellipse 100% 70% at 92% 8%, rgba(55, 60, 75, 0.18) 0%, transparent 48%),
    linear-gradient(168deg, #18181f 0%, #0e0e12 32%, #060607 58%, #030304 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 2px 4px rgba(0, 0, 0, 0.4),
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 28px 56px -8px rgba(15, 23, 42, 0.32),
    0 36px 72px -16px rgba(15, 23, 42, 0.22),
    0 52px 96px -24px rgba(15, 23, 42, 0.14);
}

.hero-mb-pro-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0.02;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
  
  .hero-mb-pro-shell {
    isolation: auto;
  }

  .hero-mb-pro-shell::before {
    mix-blend-mode: normal;
    opacity: 0;
    visibility: hidden;
  }

  .hero-mb,
  .hero-mb-panel1-scale {
    will-change: auto;
  }

  .hero-mb-panel1-scale {
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
  }

  
  .hero-mb-screen::before,
  .hero-mb-screen::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .hero-mb-panel1-host {
    z-index: 5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.hero-mb-pro-shell > * {
  position: relative;
  z-index: 2;
}

.hero-mb-pro-bezel--top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(16px, 2.1vw, 24px);
  padding: clamp(9px, 1.4vw, 14px) 0 clamp(7px, 1vw, 11px);
}

.hero-mb-pro-cam {
  width: clamp(8px, 1.05vw, 11px);
  height: clamp(8px, 1.05vw, 11px);
  border-radius: 50%;
  flex-shrink: 0;
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.35) 0%, transparent 28%),
    radial-gradient(circle at 32% 28%, #4a4a55 0%, #1a1a20 45%, #020203 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    inset 0 -2px 5px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(0, 0, 0, 0.55),
    0 1px 2px rgba(255, 255, 255, 0.06);
}

.hero-mb-pro-body {
  border-radius: clamp(5px, 0.65vw, 9px);
  overflow: hidden;
  background: #000;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    inset 0 0 24px rgba(255, 255, 255, 0.025),
    inset 0 2px 12px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(0, 0, 0, 0.6);
}

.hero-mb-pro-bezel--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(28px, 4vw, 42px);
  padding: clamp(8px, 1.25vw, 13px) 0 clamp(12px, 1.75vw, 20px);
}

.hero-mb-pro-brand {
  font-size: clamp(6.5px, 0.62vw, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.34);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  user-select: none;
  text-transform: none;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.75),
    0 -1px 0 rgba(255, 255, 255, 0.04);
}

.hero-mb-hinge {
  height: 3px;
  margin: -1px auto 0;
  width: 96%;
  max-width: calc(100% - 8px);
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #1a1a1e 12%,
    #0e0e10 50%,
    #1a1a1e 88%,
    transparent 100%
  );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0.95;
}

.hero-mb-base {
  position: relative;
  width: 107%;
  margin-left: -3.5%;
  margin-top: -1px;
  height: clamp(17px, 2.85vw, 28px);
  border-radius: 0 0 22px 22px;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(255, 255, 255, 0.08) 6%,
      rgba(255, 255, 255, 0.02) 12%,
      rgba(0, 0, 0, 0.02) 50%,
      rgba(255, 255, 255, 0.02) 88%,
      rgba(255, 255, 255, 0.08) 94%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    linear-gradient(180deg, #c4c5cc 0%, #a5a6ae 38%, #8b8c95 72%, #787880 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 3px rgba(0, 0, 0, 0.1),
    0 10px 24px -5px rgba(15, 23, 42, 0.32);
  transform: perspective(420px) rotateX(1.25deg);
  transform-origin: top center;
}

.hero-mb-base-lip {
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.12) 20%,
    rgba(0, 0, 0, 0.12) 80%,
    transparent
  );
}

.hero-mb-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  min-height: 0;
  max-height: none;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  transform: translateZ(0);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.075),
    inset 0 1px 16px rgba(0, 0, 0, 0.38),
    inset 0 -8px 18px rgba(0, 0, 0, 0.22);
}

.hero-mb-screen:has(.hero-mb-panel1-host) {
  aspect-ratio: 960 / 523;
}

@supports (container-type: size) {
  .hero-mb-screen:has(.hero-mb-panel1-host) {
    container-type: size;
    container-name: hero-mb-panel;
  }

  @container hero-mb-panel (min-width: 2px) {
    .hero-mb-panel1-scale {
      transform: translate3d(0, 0, 0) scale3d(
        calc(min(100cqw / 960px, 100cqh / 523px) * 0.998),
        calc(min(100cqw / 960px, 100cqh / 523px) * 0.998),
        1
      );
    }
  }
}

@media (max-width: 900px) {
  @supports (container-type: size) {
    @container hero-mb-panel (min-width: 2px) {
      .hero-mb-panel1-scale {
        transform: none;
      }
    }
  }
}

.hero-mb-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0.28;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 38%,
    transparent 62%,
    rgba(0, 0, 0, 0.03) 100%
  );
}

.hero-mb-panel1-host {
  position: absolute;
  inset: -2px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.hero-mb-panel1-scale {
  width: 960px;
  height: 523px;
  flex-shrink: 0;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-rendering: geometricPrecision;
}

.hero-mb-screen .hero-mb-panel1-scale .kisiler-mockup {
  font-size: 10.75px;
}

.hero-mb-screen .hero-mb-panel1-mock {
  box-shadow: none;
  border-radius: 6px;
  overflow: hidden;
}

.hero-mb-screen:has(.hero-mb-panel1-host)::after {
  opacity: 0.22;
}

.hero-mb-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(
    ellipse 100% 100% at 50% 50%,
    transparent 62%,
    rgba(0, 0, 0, 0.09) 100%
  );
}

@media (min-width: 900px) {
  .hero-mb {
    max-width: min(108rem, 99vw, 136vmin);
  }
}

.hero-mb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: translateZ(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-acet-card] {
    transform: none !important;
    will-change: auto;
  }

  .hero-acet-perspective::after {
    filter: blur(6px);
    opacity: 0.75;
  }

  .hero-mb-pro-shell::before {
    opacity: 0.02;
  }
}

.hero-dashboard-wrap {
  flex: 1 1 640px;
  min-width: 0;
  max-width: 720px;
}

.hero-tablet-wrap {
  width: 100%;
  min-width: 0;
}

.hero-dashboard-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.hero-dashboard-frame.hero-mockup-container {
  padding: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.hero-tablet-screen {
  position: relative;
  width: 100%;
  min-width: 0;
  flex: 1;
  min-height: 380px;
  max-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
}

.hero-tablet-screen .hero-mockup {
  width: 100%;
  min-width: 0;
  transform: scale(0.9);
  transform-origin: top center;
}

.hero-success-toast {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
  max-width: calc(100% - 32px);
}

.hero-toast-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-toast-body {
  flex: 1;
  min-width: 0;
}

.hero-toast-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 2px;
}

.hero-toast-desc {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.4;
}

.browser-chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #e2e8f0;
  border-bottom: 1px solid #cbd5e1;
  flex-shrink: 0;
}

.browser-dots {
  display: flex;
  gap: 8px;
}

.browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.browser-dots span:nth-child(1) { background: #ff5f57; }
.browser-dots span:nth-child(2) { background: #febc2e; }
.browser-dots span:nth-child(3) { background: #28c840; }

.browser-url {
  flex: 1;
  text-align: center;
  font-size: 13px;
  color: #64748b;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 6px;
  margin: 0 40px;
  border: 1px solid #cbd5e1;
}

.hero-dashboard-iframe-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58.33%;
  background: #eef2f7;
}

.hero-demo-iframe,
.hero-demo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  pointer-events: none;
  object-fit: cover;
}

.hero-demo-img {
  border: none;
}

@keyframes hero-float {
  0%, 100% { transform: translateY(0) translateX(0) scale(1); }
  25% { transform: translateY(-8px) translateX(2px) scale(1.01); }
  50% { transform: translateY(-5px) translateX(-2px) scale(1.005); }
  75% { transform: translateY(-9px) translateX(1px) scale(1.01); }
}

.overlay-label {
  font-size: 13px;
  color: var(--color-text-muted);
  font-weight: 500;
}

.overlay-value {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.hero {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.hero-cargopanel .hero-bg,
.hero-wavy-bg {
  display: none !important;
}

@media (max-width: 900px) {
  .hero {
    padding: 5rem 1rem 4rem;
  }

  .hero-inner {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .hero-content {
    flex: none;
    max-width: 100%;
    text-align: center;
  }

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

  .hero-proof-row {
    justify-content: center;
  }

  .hero-proof-text {
    font-size: 0.8125rem;
  }

  .hero.hero-cargopanel .hero-proof-text {
    font-size: 0.875rem;
  }

  .hero-title {
    font-size: clamp(2.05rem, 5.2vw, 2.65rem);
  }

  .hero.hero-cargopanel .hero-title {
    font-size: clamp(1.55rem, 4vw + 0.75rem, 2.95rem);
  }

  .hero-desc {
    font-size: 1.125rem;
  }

  .hero-dashboard-wrap {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-character-scene {
    flex: none;
    width: 100%;
    max-width: min(736px, 100%);
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }

  .hero-acet-scroll {
    min-height: 0;
    padding: clamp(0.75rem, 2.6vw, 1.35rem) clamp(0.25rem, 1.5vw, 0.65rem)
      clamp(0.55rem, 2vw, 1.2rem);
  }

  .hero-acet-stage {
    padding: 0;
  }

  .hero-mb-pro-shell {
    border-radius: 12px;
    padding: 0 8px;
  }

  .hero-mb-pro-bezel--top {
    min-height: 14px;
    padding: 8px 0 6px;
  }

  .hero-mb-pro-cam {
    width: 7px;
    height: 7px;
  }

  .hero-mb-pro-bezel--bottom {
    min-height: 26px;
    padding: 7px 0 11px;
  }

  .hero-mb-pro-brand {
    font-size: 6px;
    letter-spacing: 0.05em;
  }

  .hero-mb-screen {
    border-radius: 5px;
  }

  .hero-mb-hinge {
    height: 2px;
  }

  .hero-mb-base {
    height: clamp(12px, 3.6vw, 20px);
    border-radius: 0 0 16px 16px;
    
    transform: none;
  }

  .hero-tablet-wrap {
    transform: none;
  }

  .hero-tablet-screen {
    min-height: 340px;
    max-height: 460px;
  }

  .hero-dashboard-iframe-inner {
    padding-bottom: 75%;
  }

  .hero-success-toast {
    padding: 10px 14px;
    gap: 10px;
    max-width: calc(100% - 24px);
  }

  .hero-toast-icon {
    width: 36px;
    height: 36px;
  }

  .hero-toast-icon svg {
    width: 20px;
    height: 20px;
  }

  .hero-toast-title {
    font-size: 0.875rem;
  }

  .hero-toast-desc {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .hero-proof-row {
    gap: 0.85rem 1.4rem;
  }

  .hero.hero-cargopanel .hero-proof-row {
    gap: 0.85rem 1.6rem;
  }

  .hero-avatar-stack .hero-avatar:not(:first-child) {
    margin-left: -7px;
  }

  .hero.hero-cargopanel .hero-character-scene {
    margin-top: clamp(0.45rem, 1.5vw, 1rem);
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: clamp(1.7rem, 6vw, 2.15rem);
  }

  .hero.hero-cargopanel .hero-title {
    font-size: clamp(1.48rem, 5.5vw + 0.55rem, 2.35rem);
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .hero.hero-cargopanel .hero-buttons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero.hero-cargopanel .hero-title-row:last-child {
    white-space: normal;
    width: 100%;
    max-width: 100%;
    line-height: 1.14;
  }
}
