@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto/Roboto-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.hero-section {
  position: relative;
  overflow: clip;
  height: 92vh;
  min-height: 800px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-content {
  position: relative;
  z-index: 20;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.hero-copy-wrap {
  background: rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
  max-width: 56rem;
  transform: translateX(2rem);
}

.hero-blurb {
  text-align: center;
  max-width: 42rem;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.hero-section-anchor {
  margin-top: 10px;
}

.nav-brand-clip {
  clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 0 100%);
}

.nav-brand-glow {
  text-shadow: 0 0 10px #34d399;
}

@media (min-width: 768px) {
  .hero-subtitle {
    transform: translateX(2rem);
  }
}

@media (max-width: 767px) {
  .hero-subtitle {
    transform: none;
  }

  .hero-section {
    min-height: 720px;
  }
}

.hero-overlay {
  z-index: 19;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(127, 29, 29, 0.35) 35%, rgba(0, 0, 0, 1) 100%);
}

.hero-cta {
  border: 1px solid rgba(248, 113, 113, 0.6);
  background: rgba(8, 8, 8, 0.45);
  color: #f3f4f6;
  box-shadow: 0 10px 24px rgba(248, 113, 113, 0.12);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.hero-cta:hover {
  border-color: #00ff41;
  box-shadow: 0 14px 28px rgba(248, 113, 113, 0.18);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  z-index: 40;
}

.mobile-menu-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(84vw, 360px);
  background: #050a0d;
  border-right: 1px solid rgba(40, 255, 180, 0.35);
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.6);
  transform: translateX(-100%);
  transition: transform 260ms ease;
  z-index: 45;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  gap: 1.5rem;
}

.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(40, 255, 180, 0.08), transparent 45%),
    linear-gradient(90deg, rgba(255, 175, 64, 0.12), transparent 60%);
  pointer-events: none;
  opacity: 0.8;
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.mobile-menu-title {
  color: rgba(190, 255, 235, 0.9);
  font-size: 0.95rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.mobile-menu-close {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 175, 64, 0.45);
  background: rgba(12, 18, 20, 0.9);
  color: rgba(255, 222, 150, 0.95);
  box-shadow: inset 0 0 0 1px rgba(40, 255, 180, 0.2);
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.mobile-menu-close:hover {
  border-color: rgba(40, 255, 180, 0.8);
  box-shadow: 0 0 0 1px rgba(40, 255, 180, 0.7), 0 0 18px rgba(40, 255, 180, 0.35);
  transform: rotate(-4deg);
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.mobile-menu-link {
  color: rgba(190, 255, 235, 0.9);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.6rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(40, 255, 180, 0.22);
  background: rgba(10, 16, 20, 0.95);
  transition: border-color 200ms ease, transform 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.mobile-menu-link:hover {
  border-color: rgba(255, 175, 64, 0.75);
  background: rgba(20, 22, 28, 0.95);
  box-shadow: 0 0 0 1px rgba(255, 175, 64, 0.5), 0 0 14px rgba(255, 175, 64, 0.3);
  transform: translateX(4px);
}

.omni-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.88);
  backdrop-filter: blur(6px);
}

.omni-terminal {
  width: min(980px, 94%);
  max-width: 980px;
  padding: 28px;
  border-radius: 12px;
  background: linear-gradient(180deg, #02111a, #00121a);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, 'Roboto Mono', monospace;
  color: #9be7ff;
}

.omni-terminal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.omni-terminal-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.omni-terminal-dot.is-red {
  background: #ff5f56;
  box-shadow: 0 0 8px #ff5f56;
}

.omni-terminal-dot.is-yellow {
  background: #ffbd2e;
  box-shadow: 0 0 8px #ffbd2e;
}

.omni-terminal-dot.is-green {
  background: #27c93f;
  box-shadow: 0 0 8px #27c93f;
}

.omni-terminal-status {
  margin-left: auto;
  font-size: 13px;
  color: #7ee7d6;
}

.omni-lines {
  min-height: 84px;
  max-height: 360px;
  overflow: auto;
  line-height: 1.45;
  font-size: 15px;
  padding: 6px 4px 0;
}

.omni-progress {
  height: 10px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  margin-top: 18px;
  overflow: hidden;
}

.omni-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #36e6ff, #10b981);
  transition: width 400ms linear;
}

.omni-iframe-container {
  position: relative;
  width: 94%;
  max-width: 1200px;
  height: 80vh;
  margin: 12px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  background: #000;
  display: flex;
  flex-direction: column;
}

.omni-iframe-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2100;
  background: rgba(255, 255, 255, 0.06);
  color: #9be7ff;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 6px 10px;
}

.omni-iframe {
  border: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.omni-page-blurred > *:not(#omni-overlay) {
  filter: blur(6px) saturate(0.95);
  transition: filter 260ms ease;
  pointer-events: none;
  user-select: none;
}

.panel {
  background: rgba(30, 41, 59, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-swiper-shell {
  position: relative;
  --menu-paddle-w: clamp(14px, 7vw, 35px);
  --menu-paddle-accent: #36e6ff;
  --menu-paddle-accent-rgb: 54, 230, 255;
  --menu-paddle-inset-y: 70px;
  padding: 0 var(--menu-paddle-w);
}

.menu-swiper-shell.is-overflow-visible {
  overflow: visible;
}

.menu-swiper-shell .menu-swiper-frame,
.menu-swiper-shell .menu-swiper {
  position: relative;
  z-index: auto;
}

.menu-swiper-shell .menu-swiper-paddle {
  position: absolute;
  top: 2rem;
  bottom: var(--menu-paddle-inset-y);
  width: var(--menu-paddle-w);
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  padding: 0;
}

.menu-swiper-shell .menu-swiper-paddle.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.18;
  background: transparent;
}

.menu-swiper-shell .menu-swiper-paddle.left {
  left: 0;
  transform: translateX(-110%);
  border-radius: 20px 0 0 20px;
  background: linear-gradient(to right, rgba(var(--menu-paddle-accent-rgb), 0.1), transparent);
}

.menu-swiper-shell .menu-swiper-paddle.right {
  right: 0;
  transform: translateX(110%);
  border-radius: 0 20px 20px 0;
  background: linear-gradient(to left, rgba(var(--menu-paddle-accent-rgb), 0.1), transparent);
}

.menu-swiper-shell .menu-swiper-paddle::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 60%;
  background: var(--menu-paddle-accent);
  box-shadow: 0 0 8px rgba(var(--menu-paddle-accent-rgb), 0.35);
  border-radius: 10px;
  opacity: 0.15;
  transition: opacity 0.25s ease, height 0.25s ease, box-shadow 0.25s ease;
}

.menu-swiper-shell .menu-swiper-paddle:not(.swiper-button-disabled)::after {
  opacity: 0.45;
  box-shadow: 0 0 12px rgba(var(--menu-paddle-accent-rgb), 0.55);
}

.menu-swiper-shell .menu-swiper-paddle.swiper-button-disabled::after {
  opacity: 0.06;
  box-shadow: none;
}

.menu-swiper-shell .menu-swiper-paddle.left::after {
  right: 20px;
}

.menu-swiper-shell .menu-swiper-paddle.right::after {
  left: 20px;
}

.menu-swiper-shell .menu-swiper-paddle:not(.swiper-button-disabled):hover {
  z-index: 60;
  opacity: 1;
  background: rgba(var(--menu-paddle-accent-rgb), 0.08);
}

.menu-swiper-shell .menu-swiper-paddle:not(.swiper-button-disabled):hover::after {
  opacity: 1;
  height: 40%;
  box-shadow: 0 0 18px rgba(var(--menu-paddle-accent-rgb), 0.85);
}

.menu-embla {
  position: relative;
}

.menu-embla.is-tall,
.menu-embla.is-compact {
  overflow: visible;
}

.menu-embla.is-tall {
  min-height: 420px;
}

.menu-embla.is-compact {
  min-height: 220px;
}

.menu-embla .embla__viewport {
  overflow: hidden;
}

.menu-embla .embla__container {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding-top: 1rem;
}

.menu-embla .embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .menu-embla .embla__slide {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (min-width: 1280px) {
  .menu-embla .embla__slide {
    flex-basis: calc((100% - 60px) / 3);
  }
}

.web-subcategory-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(1.25rem, 2.2vw, 2rem);
  padding-top: clamp(1.45rem, 2.4vw, 2.25rem);
  background: rgba(3, 3, 9, 0.75);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  max-width: 100%;
  font-family: 'Roboto', Arial, sans-serif;
}

.web-subcategory-card:hover {
  transform: translateY(-6px);
  border-color: var(--card-accent, #00ff41);
  background: rgba(10, 10, 20, 0.95);
}

.web-subcategory-card:hover .card-heading {
  color: var(--card-accent, #00ff41);
}

.web-subcategory-card:hover .card-subheading {
  color: #fff;
}

.web-subcategory-card:hover .card-footer {
  color: var(--card-accent, #00ff41);
  transform: translateX(4px);
}

.card-heading {
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--card-accent, #00ff41);
  transition: color 200ms ease;
  white-space: normal;
}

.card-subheading {
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  letter-spacing: clamp(0.04rem, 0.4vw, 0.16rem);
  transition: color 220ms ease;
  max-width: 100%;
  word-break: break-word;
}

.card-copy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
  word-break: break-word;
}

.card-bullets {
  margin: 0;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.card-bullets li {
  white-space: normal;
  margin-bottom: 0.25rem;
}

.card-bullets li:last-child {
  margin-bottom: 0;
}

.card-footer {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--card-accent, #8af9ff);
  transition: transform 200ms ease, color 200ms ease;
}

.web-subcategory-card[data-products='core'] {
  --card-accent: #36e6ff;
}

.web-subcategory-card[data-products='expansion'] {
  --card-accent: #ffe066;
}

.web-subcategory-card[data-products='frontends'] {
  --card-accent: #ff6bcb;
}

.web-subcategory-card[data-products='inbound-webhook'],
.web-subcategory-card[data-products='verified-integration'] {
  --card-accent: #36e6ff;
}

.web-subcategory-card[data-products='live-buffer'],
.web-subcategory-card[data-products='verified-dataflow'] {
  --card-accent: #10b981;
}

.web-subcategory-card[data-products='outbound-sync'],
.web-subcategory-card[data-products='verified-method'] {
  --card-accent: #ff6bcb;
}

.inventory-runtime-section {
  position: relative;
}
