@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
/* [next]/internal/font/google/inter_5901b7c6.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_5901b7c6-module__ec5Qua__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_5901b7c6-module__ec5Qua__variable {
  --font-inter: "Inter", "Inter Fallback";
}

/* [project]/apps/landing-page/src/app/globals.css [app-client] (css) */
:root {
  --primary-700: #0056cc;
  --primary-600: #007aff;
  --primary-500: #007aff;
  --primary-400: #4a9eff;
  --primary-300: #7bb3ff;
  --primary-200: #b3d9ff;
  --primary-100: #e6f3ff;
  --primary-50: #f0f8ff;
  --primary-25: #f8fbff;
  --neutral-950: #020617;
  --neutral-900: #0f172a;
  --neutral-800: #1e293b;
  --neutral-700: #334155;
  --neutral-600: #475569;
  --neutral-500: #64748b;
  --neutral-400: #94a3b8;
  --neutral-300: #cbd5e1;
  --neutral-200: #e2e8f0;
  --neutral-100: #f1f5f9;
  --neutral-50: #f8fafc;
  --white: #fff;
  --accent-teal: #14b8a6;
  --accent-blue: #3b82f6;
  --accent-purple: #a855f7;
  --accent-orange: #fb923c;
  --success-dark: #059669;
  --success: #10b981;
  --success-light: #d1fae5;
  --warning-dark: #d97706;
  --warning: #f59e0b;
  --warning-light: #fef3c7;
  --danger-dark: #dc2626;
  --danger: #ef4444;
  --danger-light: #fee2e2;
  --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Consolas, monospace;
  --text-xs: clamp(.75rem, .7rem + .25vw, .875rem);
  --text-sm: clamp(.875rem, .8rem + .375vw, 1rem);
  --text-base: clamp(1rem, .95rem + .25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + .625vw, 1.25rem);
  --text-xl: clamp(1.25rem, 1.1rem + .75vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
  --text-3xl: clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem);
  --text-4xl: clamp(2.25rem, 1.8rem + 2.25vw, 3rem);
  --text-5xl: clamp(3rem, 2rem + 5vw, 4rem);
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .05);
  --radius-sm: .375rem;
  --radius-md: .5rem;
  --radius-lg: .75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;
  --transition-fast: .15s cubic-bezier(.4, 0, .2, 1);
  --transition-base: .25s cubic-bezier(.4, 0, .2, 1);
  --transition-slow: .35s cubic-bezier(.4, 0, .2, 1);
  --z-base: 0;
  --z-dropdown: 10;
  --z-sticky: 20;
  --z-overlay: 30;
  --z-modal: 40;
  --z-popover: 50;
  --z-tooltip: 60;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

.page-content {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 64px;
  padding-left: 24px;
  padding-right: 24px;
}

body {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  color: var(--neutral-900);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -.02em;
  margin-bottom: var(--space-4);
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: var(--text-5xl);
  letter-spacing: -.03em;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  font-size: var(--text-4xl);
  line-height: 1.15;
}

h3 {
  font-size: var(--text-3xl);
  font-weight: 600;
}

h4 {
  font-size: var(--text-xl);
  font-weight: 600;
}

h5 {
  font-size: var(--text-lg);
  font-weight: 600;
}

p {
  font-size: var(--text-base);
  color: var(--neutral-700);
  margin-bottom: var(--space-4);
  line-height: 1.7;
}

a {
  color: var(--primary-600);
  transition: color var(--transition-fast);
  text-decoration: none;
}

a:hover {
  color: var(--primary-700);
  text-decoration: underline;
}

a.btn:hover, .btn:hover {
  text-decoration: none !important;
}

a:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.container {
  max-width: 1280px;
  padding: 0 var(--space-6);
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .container {
    padding: 0 var(--space-8);
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 var(--space-12);
  }
}

.btn {
  justify-content: center;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-base);
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all var(--transition-base);
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.btn:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 122, 255, .25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-700), var(--primary-600));
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 122, 255, .35);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  background: var(--white);
  color: var(--neutral-700);
  border-color: var(--neutral-300);
}

.btn-secondary:hover {
  background: var(--neutral-50);
  border-color: var(--neutral-400);
  color: var(--neutral-800);
  text-decoration: none;
}

.btn-outline {
  color: var(--primary-600);
  border: 2px solid var(--primary-600);
  background: none;
}

.btn-outline:hover {
  background: var(--primary-600);
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-white {
  color: var(--primary-600);
  border: 2px solid var(--primary-600);
  background: none;
}

.btn-outline-white:hover {
  background: var(--primary-600);
  color: #fff;
  transform: translateY(-1px);
}

.btn-large {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-lg);
}

.btn-small {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-sm);
}

.logo {
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-xl);
  color: var(--neutral-900);
  cursor: pointer;
  transition: transform var(--transition-fast);
  flex-shrink: 0;
  max-width: 100%;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.logo img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

@media (min-width: 768px) {
  .logo img {
    max-height: 90px;
  }
}

@media (min-width: 1024px) {
  .logo img {
    max-height: 100px;
  }
}

.logo:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.logo-icon {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-400));
  border-radius: var(--radius-lg);
  width: 40px;
  height: 40px;
  color: var(--neutral-900);
  box-shadow: var(--shadow-md);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  display: flex;
}

.mobile-menu {
  z-index: var(--z-overlay);
  padding: var(--space-6);
  background: #fff;
  display: none;
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu-items {
  list-style: none;
}

.mobile-menu-items a {
  padding: var(--space-4);
  color: var(--neutral-700);
  font-size: var(--text-lg);
  border-bottom: 1px solid var(--neutral-100);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.mobile-menu-items a:hover, .mobile-menu-items a.active {
  color: var(--primary-600);
  background: var(--primary-50);
  text-decoration: none;
}

.nav-actions {
  gap: var(--space-4);
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.contact-bubble {
  bottom: var(--space-6);
  right: var(--space-6);
  z-index: var(--z-sticky);
  position: fixed;
}

.quick-contact {
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--neutral-200);
  opacity: 0;
  visibility: hidden;
  min-width: 200px;
  transition: all var(--transition-base);
  background: #fff;
  position: absolute;
  bottom: 60px;
  right: 0;
  transform: translateY(10px);
}

.contact-bubble:hover .quick-contact {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-trigger {
  color: #fff;
  cursor: pointer;
  width: 56px;
  height: 56px;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-base);
  background: linear-gradient(135deg, #007aff, #0056cc);
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-trigger:hover {
  box-shadow: var(--shadow-xl);
  color: #007aff;
  background: #fff;
  border-color: #007aff;
  transform: scale(1.05);
}

.contact-trigger svg {
  width: 24px;
  height: 24px;
}

.hero {
  padding: var(--space-20) var(--space-6) var(--space-16);
  background: linear-gradient(135deg, var(--white) 0%, var(--primary-50) 100%);
  align-items: center;
  min-height: calc(100vh - 72px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  background: linear-gradient(45deg, var(--primary-50) 0%, var(--white) 25%, var(--primary-100) 50%, var(--white) 75%, var(--primary-50) 100%);
  opacity: .6;
  z-index: 0;
  background-size: 400% 400%;
  animation: 8s ease-in-out infinite gradientShift;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(circle at 20% 80%, rgba(80, 70, 229, .1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 80% 20%, rgba(80, 70, 229, .1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 40% 40%, rgba(80, 70, 229, .05) 0%, rgba(0, 0, 0, 0) 50%);
  animation: 12s ease-in-out infinite particleFloat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

@keyframes particleFloat {
  0%, 100% {
    opacity: .3;
    transform: translateY(0)rotate(0);
  }

  33% {
    opacity: .6;
    transform: translateY(-20px)rotate(120deg);
  }

  66% {
    opacity: .4;
    transform: translateY(10px)rotate(240deg);
  }
}

@media (min-width: 768px) {
  .hero {
    padding: var(--space-24) var(--space-8) var(--space-20);
  }
}

.hero-content {
  text-align: center;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.hero-badge {
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-5);
  color: var(--primary-600);
  border: 1px solid var(--primary-200);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  margin-bottom: var(--space-6);
  box-shadow: var(--shadow-sm);
  background: #fff;
  font-weight: 600;
  animation: .6s fadeInDown;
  display: inline-flex;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pulse {
  background: var(--success);
  border-radius: var(--radius-full);
  width: 8px;
  height: 8px;
  animation: 2s infinite pulse;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .5;
    transform: scale(1.5);
  }
}

.hero h1 {
  margin-bottom: var(--space-6);
  animation: .7s fadeInUp;
}

.hero-highlight {
  background: linear-gradient(135deg, var(--primary-600), var(--accent-purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-description {
  font-size: var(--text-xl);
  color: var(--neutral-600);
  margin-bottom: var(--space-8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  animation: .8s fadeInUp;
}

.hero-actions {
  gap: var(--space-4);
  flex-wrap: wrap;
  justify-content: center;
  animation: .9s fadeInUp;
  display: flex;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  padding: var(--space-16) var(--space-6);
}

@media (min-width: 768px) {
  .section {
    padding: var(--space-20) var(--space-8);
  }
}

.section-alt {
  background: var(--neutral-50);
}

.section-header {
  text-align: center;
  max-width: 768px;
  margin: 0 auto var(--space-12);
}

.section-header h2 {
  margin-bottom: var(--space-4);
}

.section-header p {
  color: var(--neutral-600);
}

.grid {
  gap: var(--space-6);
  display: grid;
}

.grid-2 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-3 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-4 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--neutral-200);
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.card:hover {
  border-color: var(--primary-200);
  transform: translateY(-8px)rotateX(2deg)rotateY(2deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 0 0 1px rgba(255, 255, 255, .05);
}

.solution-card {
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  transition: all var(--transition-base);
  cursor: pointer;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.solution-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-200);
  transform: translateY(-2px);
}

.solution-icon {
  background: linear-gradient(135deg, var(--primary-50), var(--primary-100));
  border-radius: var(--radius-lg);
  width: 48px;
  height: 48px;
  margin-bottom: var(--space-4);
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.badge {
  padding: var(--space-1) var(--space-2);
  font-size: var(--text-xs);
  border-radius: var(--radius-md);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  display: inline-block;
}

.badge-success {
  background: var(--success-light);
  color: var(--success-dark);
}

.badge-primary {
  background: var(--primary-100);
  color: var(--primary-700);
}

.badge-warning {
  background: var(--warning-light);
  color: var(--warning-dark);
}

footer {
  background: var(--neutral-50);
  padding: var(--space-12) var(--space-6) var(--space-6);
  border-top: 1px solid var(--neutral-200);
}

.footer-content {
  gap: var(--space-8);
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: var(--space-8);
  grid-template-columns: 1fr;
  display: grid;
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }
}

.footer-content h4 {
  letter-spacing: .02em;
  color: var(--neutral-700);
}

.footer-content a {
  padding: var(--space-2) 0;
  display: inline-block;
}

.footer-content a:hover {
  color: var(--neutral-900);
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .footer-content > div:not(:first-child) {
    border-left: 1px solid var(--neutral-200);
    padding-left: var(--space-6);
  }
}

@media (max-width: 767px) {
  .footer-content > div {
    border-top: 1px solid var(--neutral-200);
    padding-top: var(--space-6);
  }

  .footer-content > div:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.form-group {
  margin-bottom: var(--space-6);
}

.form-label {
  font-size: var(--text-sm);
  color: var(--neutral-700);
  margin-bottom: var(--space-2);
  font-weight: 600;
  display: block;
}

.form-input {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  border: 1px solid var(--neutral-300);
  border-radius: var(--radius-lg);
  background: var(--white);
  transition: all var(--transition-fast);
}

.form-input:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 3px var(--primary-100);
  outline: none;
}

.required {
  color: var(--danger);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .hero {
    min-height: 80vh;
    padding: var(--space-16) 0;
  }

  .hero-content h1 {
    font-size: var(--text-3xl);
  }

  .hero-description {
    font-size: var(--text-lg);
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .section {
    padding: var(--space-12) 0;
  }
}

.integration-category {
  margin-bottom: var(--space-12);
  padding: var(--space-8);
  border-radius: var(--radius-xl);
  border: 1px solid var(--neutral-200);
  box-shadow: var(--shadow-sm);
  background: #fff;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.integration-category:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-200);
  transform: translateY(-2px);
}

.integration-category h3 {
  font-size: var(--text-xl);
  color: var(--neutral-900);
  margin-bottom: var(--space-3);
  align-items: center;
  gap: var(--space-2);
  font-weight: 700;
  display: flex;
}

.integration-grid {
  gap: var(--space-4);
  margin-top: var(--space-4);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
}

.integration-item {
  padding: var(--space-4) var(--space-5);
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  color: var(--neutral-700);
  text-align: center;
  cursor: default;
  font-weight: 600;
  transition: all .2s;
}

.integration-item:hover {
  background: var(--primary-50);
  border-color: var(--primary-200);
  color: var(--primary-700);
  transform: translateY(-1px);
}

.integration-features {
  gap: var(--space-8);
  margin-top: var(--space-8);
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.integration-feature {
  text-align: center;
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  min-width: 150px;
}

.integration-feature h4 {
  color: #fff;
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
  font-weight: 600;
}

.integration-feature p {
  color: rgba(255, 255, 255, .8);
  font-size: var(--text-sm);
}

.custom-integration-cta {
  margin-top: var(--space-12);
  padding: var(--space-16);
  background: var(--neutral-900);
  border-radius: var(--radius-2xl);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.custom-integration-cta h2 {
  font-size: var(--text-2xl);
  color: #fff;
  margin-bottom: var(--space-6);
  justify-content: center;
  align-items: center;
  gap: var(--space-2);
  font-weight: 700;
  display: flex;
}

.custom-integration-cta p {
  margin: var(--space-4) 0;
  color: rgba(255, 255, 255, .9);
  max-width: 600px;
  font-size: var(--text-lg);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.security-pillar {
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  text-align: center;
  box-shadow: var(--shadow-sm);
  background: #fff;
  flex-direction: column;
  height: 100%;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.security-pillar:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-200);
  transform: translateY(-4px);
}

.security-pillar-icon {
  margin-bottom: var(--space-4);
  font-size: 48px;
  display: block;
}

.security-pillar h3 {
  font-size: var(--text-xl);
  color: var(--neutral-900);
  margin-bottom: var(--space-4);
  font-weight: 700;
}

.security-features {
  text-align: left;
  font-size: var(--text-sm);
  color: var(--neutral-700);
  margin-top: auto;
  padding: 0;
  list-style: none;
}

.security-features li {
  padding: var(--space-2) 0;
  align-items: center;
  gap: var(--space-2);
  display: flex;
}

.team-card {
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-align: center;
  background: #fff;
  flex-direction: column;
  height: 100%;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card:hover {
  border-color: var(--primary-200);
  transform: translateY(-8px)rotateX(2deg)rotateY(1deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 0 0 1px rgba(255, 255, 255, .05);
}

.team-card.founder {
  background: linear-gradient(135deg, var(--primary-50), white);
  border-color: var(--primary-200);
}

.team-card.advisor {
  background: linear-gradient(135deg, var(--neutral-50), white);
  border-color: var(--neutral-300);
}

.team-card-header {
  margin-bottom: var(--space-4);
  position: relative;
}

.team-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto var(--space-4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-avatar-image {
  border-radius: var(--radius-full);
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: var(--shadow-lg);
  border: 3px solid #fff;
}

.team-avatar-placeholder {
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--primary-400), var(--primary-600));
  width: 100%;
  height: 100%;
  box-shadow: var(--shadow-lg);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-avatar-placeholder:before {
  content: "";
  background: linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .1), rgba(0, 0, 0, 0));
  width: 200%;
  height: 200%;
  animation: 3s infinite shimmer;
  position: absolute;
  top: -50%;
  left: -50%;
}

.team-initials {
  color: #fff;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}

.team-badge {
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: var(--shadow-sm);
  font-weight: 600;
  position: absolute;
  top: -8px;
  right: -8px;
}

.founder-badge {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-500));
  color: #fff;
}

.advisor-badge {
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-blue));
  color: #fff;
}

.team-card-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.team-name {
  font-size: var(--text-xl);
  color: var(--neutral-900);
  margin-bottom: var(--space-1);
  font-weight: 700;
  line-height: 1.2;
}

.team-role {
  font-size: var(--text-base);
  color: var(--primary-600);
  margin-bottom: var(--space-1);
  font-weight: 600;
}

.team-company {
  font-size: var(--text-sm);
  color: var(--neutral-600);
  margin-bottom: var(--space-3);
  font-weight: 500;
}

.team-bio {
  font-size: var(--text-sm);
  color: var(--neutral-600);
  margin-bottom: var(--space-4);
  flex: 1;
  line-height: 1.5;
}

.team-achievements {
  gap: var(--space-2);
  margin-bottom: var(--space-4);
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.achievement-tag {
  padding: var(--space-1) var(--space-2);
  background: var(--primary-100);
  color: var(--primary-700);
  border-radius: var(--radius-md);
  font-size: var(--text-xs);
  border: 1px solid var(--primary-200);
  font-weight: 500;
  display: inline-block;
}

.team-links {
  padding-top: var(--space-4);
  border-top: 1px solid var(--neutral-200);
  margin-top: auto;
}

.team-link {
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: var(--neutral-100);
  color: var(--neutral-700);
  border-radius: var(--radius-lg);
  font-size: var(--text-sm);
  border: 1px solid var(--neutral-200);
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.team-link:hover {
  background: var(--primary-600);
  color: #fff;
  box-shadow: var(--shadow-md);
  text-decoration: none;
  transform: translateY(-1px);
}

.linkedin-link:hover {
  background: #0077b5;
}

.team-section {
  margin: var(--space-12) 0;
}

.team-section-header {
  text-align: center;
  margin-bottom: var(--space-8);
}

.team-section-title {
  font-size: var(--text-3xl);
  color: var(--neutral-900);
  margin-bottom: var(--space-2);
  font-weight: 700;
}

.team-section-subtitle {
  font-size: var(--text-lg);
  color: var(--neutral-600);
  max-width: 600px;
  margin: 0 auto;
}

.team-grid {
  gap: var(--space-6);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.meet-team-cta {
  background: linear-gradient(135deg, var(--primary-50), white);
  border: 2px solid var(--primary-200);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  text-align: center;
  margin: var(--space-12) 0;
}

.meet-team-cta h3 {
  font-size: var(--text-2xl);
  color: var(--neutral-900);
  margin-bottom: var(--space-3);
  font-weight: 700;
}

.meet-team-cta p {
  font-size: var(--text-lg);
  color: var(--neutral-600);
  margin-bottom: var(--space-6);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.meet-team-actions {
  gap: var(--space-4);
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%)translateY(-100%)rotate(45deg);
  }

  100% {
    transform: translateX(100%)translateY(100%)rotate(45deg);
  }
}

@media (max-width: 768px) {
  .integration-grid {
    gap: var(--space-3);
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .integration-item {
    padding: var(--space-3) var(--space-4);
    font-size: var(--text-sm);
  }

  .integration-features {
    align-items: center;
    gap: var(--space-4);
    flex-direction: column;
  }

  .integration-feature {
    width: 100%;
    min-width: auto;
    max-width: 200px;
  }

  .team-grid {
    gap: var(--space-4);
    grid-template-columns: 1fr;
  }

  .team-card {
    padding: var(--space-4);
  }

  .team-avatar {
    width: 100px;
    height: 100px;
  }

  .team-initials {
    font-size: 2rem;
  }

  .team-name {
    font-size: var(--text-lg);
  }

  .meet-team-actions {
    flex-direction: column;
    align-items: center;
  }

  .meet-team-actions .btn {
    width: 100%;
    max-width: 300px;
  }
}

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

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

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

.text-neutral-600 {
  color: var(--neutral-600);
}

.text-neutral-700 {
  color: var(--neutral-700);
}

.text-neutral-500 {
  color: var(--neutral-500);
}

.flex {
  display: flex;
}

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

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

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

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

.gap-2 {
  gap: var(--space-2);
}

.gap-4 {
  gap: var(--space-4);
}

.gap-6 {
  gap: var(--space-6);
}

.gap-8 {
  gap: var(--space-8);
}

.mb-4 {
  margin-bottom: var(--space-4);
}

.mb-6 {
  margin-bottom: var(--space-6);
}

.mb-8 {
  margin-bottom: var(--space-8);
}

.mt-4 {
  margin-top: var(--space-4);
}

.mt-6 {
  margin-top: var(--space-6);
}

.mt-8 {
  margin-top: var(--space-8);
}

.p-4 {
  padding: var(--space-4);
}

.p-6 {
  padding: var(--space-6);
}

.p-8 {
  padding: var(--space-8);
}

.w-full {
  width: 100%;
}

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

.max-w-lg {
  max-width: 32rem;
}

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

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

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

.max-w-6xl {
  max-width: 72rem;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

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

.fade-in {
  animation: .6s ease-out fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-up {
  animation: .6s ease-out slideUp;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.problem-solution {
  gap: var(--space-8);
  margin: var(--space-12) 0;
  grid-template-columns: 1fr;
  display: grid;
}

@media (min-width: 768px) {
  .problem-solution {
    grid-template-columns: 1fr 1fr;
  }
}

.problem-card, .solution-card-hero {
  border-radius: var(--radius-xl);
  padding: var(--space-8);
}

.problem-card {
  background: linear-gradient(135deg, var(--danger-light), white);
  border: 2px solid var(--danger-light);
}

.solution-card-hero {
  background: linear-gradient(135deg, var(--success-light), white);
  border: 2px solid var(--success-light);
}

.problem-card h3 {
  color: var(--danger-dark);
  margin-bottom: var(--space-4);
}

.solution-card-hero h3 {
  color: var(--success-dark);
  margin-bottom: var(--space-4);
}

.demo-section {
  background: linear-gradient(135deg, var(--primary-50), white);
  padding: var(--space-16);
  border-radius: var(--radius-2xl);
}

.demo-screen {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-2xl);
  padding: var(--space-6);
  background: #fff;
  position: relative;
  overflow: hidden;
}

.cta-section {
  background: var(--neutral-900);
  padding: var(--space-16);
  color: #fff;
  text-align: center;
  border-radius: var(--radius-2xl);
  margin: var(--space-12) 0;
  position: relative;
  overflow: hidden;
}

.cta-section h2 {
  color: #fff;
  margin-bottom: var(--space-4);
}

.cta-section p {
  color: rgba(255, 255, 255, .9);
  font-size: var(--text-xl);
  margin-bottom: var(--space-8);
}

.category-tabs {
  gap: var(--space-2);
  margin-bottom: var(--space-8);
  padding-bottom: var(--space-4);
  border-bottom: 2px solid var(--neutral-200);
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
}

.category-tab {
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-lg);
  font-size: var(--text-base);
  color: var(--neutral-600);
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
  background: none;
  border: none;
  font-weight: 600;
  position: relative;
}

.category-tab:hover {
  background: var(--neutral-100);
  color: var(--neutral-800);
}

.category-tab.active {
  background: var(--primary-600) !important;
  color: #fff !important;
}

.category-tab .count {
  margin-left: var(--space-1);
  padding: 0 var(--space-2);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  background: rgba(255, 255, 255, .2);
  display: inline-block;
}

.category-tab.active .count {
  background: rgba(255, 255, 255, .3);
}

.category-content {
  animation: .3s fadeIn;
  display: none;
}

.category-content.active {
  display: block;
}

.agents-grid {
  gap: var(--space-6);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  display: grid;
}

.agent-card {
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  transition: all var(--transition-base);
  cursor: default;
  background: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
}

.agent-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-200);
  transform: translateY(-2px);
}

.agent-badge {
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
}

.agent-badge.human-guided {
  background: var(--warning-light);
  color: var(--warning-dark);
}

.agent-metrics {
  margin: var(--space-4) 0;
  padding-top: var(--space-4);
  border-top: 1px solid var(--neutral-200);
}

.agent-learn-more {
  padding-top: var(--space-4);
  margin-top: auto;
}

.towers-container {
  max-width: 1200px;
  margin: 0 auto;
}

.executive-tower-section {
  background: linear-gradient(135deg, var(--primary-50), white);
  border-radius: var(--radius-2xl);
  padding: var(--space-12);
  margin: var(--space-8) 0;
  text-align: center;
}

.executive-tower-content {
  max-width: 1000px;
  margin: 0 auto;
}

.executive-tower-icon {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-400));
  border-radius: var(--radius-xl);
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-6);
  color: var(--neutral-900);
  box-shadow: var(--shadow-lg);
  justify-content: center;
  align-items: center;
  font-size: 36px;
  display: flex;
}

.aggregation-flow {
  justify-content: center;
  align-items: center;
  gap: var(--space-4);
  margin: var(--space-8) 0;
  flex-wrap: wrap;
  display: flex;
}

.mini-tower-icon {
  align-items: center;
  gap: var(--space-2);
  flex-direction: column;
  display: flex;
}

.mini-icon {
  border: 2px solid var(--neutral-300);
  border-radius: var(--radius-lg);
  width: 48px;
  height: 48px;
  box-shadow: var(--shadow-sm);
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.mini-label {
  font-size: var(--text-xs);
  color: var(--neutral-600);
  text-align: center;
  font-weight: 600;
}

.flow-arrow {
  font-size: var(--text-lg);
  color: var(--primary-600);
  font-weight: bold;
}

.supporting-towers-grid {
  gap: var(--space-6);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  display: grid;
}

.tower-card {
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-align: center;
  transition: all var(--transition-base);
  cursor: pointer;
  background: #fff;
}

.tower-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-200);
  transform: translateY(-2px);
}

.tower-card-enhanced {
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-align: center;
  transition: all var(--transition-base);
  cursor: pointer;
  background: #fff;
  flex-direction: column;
  display: flex;
}

.tower-card-enhanced:hover {
  box-shadow: var(--shadow-xl);
  background: linear-gradient(135deg, var(--primary-50), white);
  border-color: var(--primary-200);
  transform: translateY(-4px);
}

.tower-icon {
  border-radius: var(--radius-lg);
  width: 64px;
  height: 64px;
  margin: 0 auto var(--space-4);
  color: var(--neutral-900);
  box-shadow: var(--shadow-md);
  justify-content: center;
  align-items: center;
  font-size: 28px;
  display: flex;
}

.tower-icon.manufacturing {
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-blue));
}

.tower-icon.inventory {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-400));
}

.tower-icon.sourcing, .tower-icon.logistics {
  background: linear-gradient(135deg, var(--accent-purple), var(--primary-400));
}

.tower-features {
  margin: var(--space-4) 0;
  text-align: left;
  padding: 0;
  list-style: none;
}

.tower-features li {
  padding: var(--space-2) 0;
  font-size: var(--text-sm);
  color: var(--neutral-600);
  border-bottom: 1px solid var(--neutral-100);
}

.tower-features li:last-child {
  border-bottom: none;
}

.tower-cta {
  padding-top: var(--space-4);
  margin-top: auto;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0dd5d093._.css.map*/