/* Global overflow prevention */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

/* Ensure all cards and containers respect viewport bounds */
.paper-card,
.tool-card {
  overflow: hidden;
}

/* Container safeguards */
.papers-gallery,
.tools-grid,
.tools-gallery_component,
.section_research {
  max-width: 100vw;
  overflow-x: hidden;
}

:root {
  --gray: #f8f9fa;
  --black: black;
  --white: white;
  --black003: #00000008;
  --black040: #0006;
  --black050: #00000080;
  --black060: #0009;
  --black070: #000000b3;
  --black080: #000c;
  --accent400: #888888;
  --accent500: #666666;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  background-color: var(--gray);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(135deg, rgba(250, 250, 250, 0.8), rgba(245, 245, 245, 0.9));
  color: var(--black);
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 100%;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}


h1 {
  letter-spacing: -2.88px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.14;
  font-family: 'Manrope', sans-serif;
  color: var(--black);
}

h2 {
  letter-spacing: -2.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.14;
  color: var(--black);
}

h3 {
  letter-spacing: -1.92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--black);
}

h4 {
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

h6 {
  letter-spacing: -.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.7;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-embed {
  position: relative;
}

.w-nav {
  position: relative;
  background: #fff;
  z-index: 1000;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-wrapper {
  flex: 1;
  position: relative;
  z-index: 2;
}

.section_header {
  z-index: 10;
  background: transparent;
  width: 100%;
  margin-bottom: 0;
  min-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.padding-global {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  z-index: 2;
}

.flex-align-center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-align-center.margin-top--160 {
  margin-top: -8rem;
}

.flex-align-center.margin-top--160.display-vertical {
  flex-flow: column;
}

.flex-align-center.margin-top--160.display-vertical.is-hero {
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}

.max-width-920 {
  max-width: 60rem;
}

.max-width-920.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-736 {
  max-width: 46rem;
}

.max-width-736.flex-align-center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer-24 {
  width: 100%;
  height: 1.5rem;
}

.spacer-32 {
  width: 100%;
  height: 0.5rem;
}

.button-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.button-group.is-center {
  justify-content: center;
}

.heading-style-h1 {
  letter-spacing: -2.88px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.14;
  color: var(--black);
}

.heading-style-h1.align-center {
  text-align: center;
}

.heading-style-h1.significant-ai-header {
  font-family: 'Syne', sans-serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  padding-bottom: 0.2rem;
  max-width: 100%;
  overflow: visible;
  text-align: center;
  width: 100%;
}

/* Override container constraints for the title */
.max-width-736:has(.significant-ai-header) {
  max-width: none;
  width: 100%;
}

/* Keep title on one line for larger screens */
@media screen and (min-width: 768px) {
  .heading-style-h1.significant-ai-header {
    white-space: nowrap;
    font-size: clamp(3.5rem, 9vw, 5.5rem);
  }
}

.hero-tagline {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--accent500);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  opacity: 0.8;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.text-size-large {
  font-size: 1.15rem;
  line-height: 1.6;
}

.text-colour-black070 {
  color: var(--black070);
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, var(--accent500), var(--accent400));
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.back-to-top svg {
  width: 1.25rem;
  height: 1.25rem;
}

.section_research {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
  overflow-x: hidden;
}

.papers-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem clamp(1rem, 4vw, 2rem);
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .papers-gallery {
    gap: 1.5rem 1rem;
    padding: 1.5rem clamp(0.75rem, 3vw, 1.5rem);
  }
}

@media screen and (max-width: 480px) {
  .papers-gallery {
    gap: 1rem;
    padding: 1rem clamp(0.5rem, 2vw, 1rem);
  }
}

.paper-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  cursor: pointer;
  
  flex: 0 0 auto;
  width: 300px;
  min-height: 480px;
  aspect-ratio: 1 / 1.35;
  
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-sizing: border-box;
  contain: layout style;
  
  perspective: 2000px;
  perspective-origin: center;
  backface-visibility: visible;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg) translateZ(0px);
  will-change: transform;
}

.paper-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.75rem 1.5rem;
  position: relative;
  z-index: 1;
}

.paper-card:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.2);
}

.paper-card:hover .paper-title {
  color: var(--accent500);
  transition: color 0.3s ease;
}

.paper-card:active {
  transform: translateY(-8px) scale(1.01);
  transition: all 0.1s ease-out;
}



.paper-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paper-conference {
  font-size: 0.75rem;
  color: var(--black070);
  font-style: italic;
  flex: 1;
}

.paper-links {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.paper-link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--accent500);
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}

.paper-link:hover {
  background: var(--accent500);
  color: white;
  border-color: var(--accent500);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.paper-link svg {
  opacity: 0.7;
}

.paper-link:hover svg {
  opacity: 1;
}

.paper-card {
  opacity: 0;
  transform: translateY(40px) rotateX(0deg) rotateY(0deg) translateZ(0px);
  animation: paperFadeIn 0.8s ease-out forwards;
  animation-delay: calc(var(--paper-index, 0) * 0.2s);
}

@keyframes paperFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px) rotateX(0deg) rotateY(0deg) translateZ(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) rotateY(0deg) translateZ(0px);
  }
}

.paper-header {
  margin-bottom: 1.25rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 1rem;
}

.paper-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--black);
  margin: 0 0 0.75rem 0;
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.01em;
}

.paper-venue-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.paper-venue {
  font-size: 0.85rem;
  color: var(--accent500);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.paper-date {
  font-size: 0.8rem;
  color: var(--black070);
  font-weight: 400;
}

.paper-authors {
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  color: var(--black070);
  line-height: 1.4;
}

.author {
  font-weight: 400;
}

.author:not(:last-child)::after {
  content: ', ';
}

.paper-teaser {
  margin-bottom: 1.25rem;
  background: rgba(248, 249, 250, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.teaser-placeholder {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(248, 249, 250, 0.95) 100%
  );
}

.teaser-placeholder svg {
  width: 100%;
  height: auto;
  max-height: 120px;
  transition: all 0.3s ease;
}

.paper-card:hover .teaser-placeholder svg {
  transform: scale(1.02);
}

.paper-card:hover .paper-teaser {
  background: rgba(250, 251, 252, 0.9);
  border-color: rgba(0, 0, 0, 0.08);
}

.paper-abstract {
  flex: 1;
  margin-bottom: 1.5rem;
}

.paper-abstract h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 0.75rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.paper-abstract p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--black070);
  margin: 0;
  text-align: justify;
}

.author {
  font-weight: 500;
}

.paper-abstract {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--black070);
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.paper-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}

.paper-metrics {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.citation-count {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--black070);
  font-weight: 500;
}

.citation-count svg {
  width: 16px;
  height: 16px;
}

.paper-year {
  font-size: 0.85rem;
  color: var(--black070);
  font-weight: 500;
}

.paper-links {
  display: flex;
  gap: 1rem;
}

.paper-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.05);
  color: var(--black);
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.paper-link:hover {
  background: var(--accent500);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.paper-link svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .papers-gallery {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .paper-card {
    padding: 1.5rem;
  }
  
  .paper-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .paper-links {
    flex-wrap: wrap;
    width: 100%;
  }
  
  .paper-link {
    flex: 1;
    justify-content: center;
    min-width: calc(50% - 0.5rem);
  }
}

.navbar_component {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  z-index: 2000;
  background-color: transparent;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2.75rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.navbar-logo-text {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.02em;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.navbar_logo-link:hover .navbar-logo-text {
  opacity: 1;
}

.navbar-logo-container:hover {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  transform: translateY(-1px);
}

.navbar-logo-img {
  height: 24px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}



.navbar_container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.015);
  backdrop-filter: blur(80px) saturate(200%) brightness(115%);
  -webkit-backdrop-filter: blur(80px) saturate(200%) brightness(115%);
  border-radius: 3.5rem;
  padding: 1rem 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.008);
  width: 100%;
  min-height: auto;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-y: auto;
}

.navbar-chat-input-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  min-height: 2rem;
}

.navbar-logo-section {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1rem;
}

.navbar-logo-img {
  height: 24px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}



.navbar_container.navbar-tablet {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


.navbar_container:hover {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.015);
}

.navbar_container:focus-within {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 
    0 16px 50px rgba(0, 0, 0, 0.08),
    0 0 0 3px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.02);
}




.navbar-logo-faded {
  opacity: 1.0;
  transition: opacity 0.3s ease;
}

.navbar_container:focus-within .navbar-logo-faded {
  opacity: 1;
}


.navbar_container.response-showing {
  background: rgba(255, 255, 255, 0.025); 
}




.ai-chat-input-native {
  flex: 1;
  border: none;
  background: transparent;
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  outline: none;
  padding: 0;
  line-height: 1.4;
}

.ai-chat-input-native::placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 400;
}

.ai-chat-send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 4px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.ai-chat-send-btn:hover {
  color: rgba(0, 0, 0, 0.9);
}

.ai-chat-send-btn:active {
  transform: scale(0.95);
  color: rgba(0, 0, 0, 1);
}

.ai-chat-send-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}


.three-dots {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}

.three-dots .dot {
  width: 3px;
  height: 3px;
  background-color: currentColor;
  border-radius: 50%;
  animation: pulseDot 1.4s infinite ease-in-out both;
}

.three-dots .dot:nth-child(1) {
  animation-delay: -0.32s;
}

.three-dots .dot:nth-child(2) {
  animation-delay: -0.16s;
}

.three-dots .dot:nth-child(3) {
  animation-delay: 0s;
}

@keyframes pulseDot {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}


.ai-loading-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8rem;
  margin: 0.5rem 0 0 0;
  padding: 0;
}


.ai-chat-response-content {
  margin-top: 1rem;
  padding: 1rem 0 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  animation: expandDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes expandDown {
  from {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.ai-response-content-streaming {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.85rem !important;
  line-height: 1.7 !important;
  color: rgba(0, 0, 0, 0.95) !important;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  min-height: 1.5rem;
}


.ai-response-content-streaming p,
.ai-response-content p,
.ai-chat-response-content p {
  font-size: 0.85rem !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}





.ai-response-content,
.ai-chat-response-content {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.85rem !important;
  line-height: 1.7 !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ai-response-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.ai-response-close:hover {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
}

.nav-padding {
  width: 0;
  height: 1rem;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-icon {
  display: flex;
  align-items: center;
}

.img-navbar {
  height: 20px;
  width: auto;
}

.navba-links {
  display: flex;
  align-items: center;
}

.nav-links-wraper {
  display: flex;
  align-items: center;
  gap: 0;
}

.navbar-link {
  color: var(--black);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 1.375rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.15s;
  display: flex;
  text-decoration: none;
}

.navbar-link:hover {
  color: var(--black060);
  text-decoration: none;
}

.navbar-link.w--current {
  background-color: var(--black003);
  color: #a5a5a5;
  border-radius: 56px;
  padding: 0.75rem 1.5rem;
}

.navbar-link.get-started-button {
  color: var(--link-color--link-alternate);
  background-color: #000;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-link.navbar-link-without-padding {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.container-3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.navbar-link-without-padding {
  padding: 1rem 0.5rem;
}

.text-block-5 {
  background: linear-gradient(135deg, var(--accent500), var(--accent400));
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-link.mobile-only-navbar-link {
  display: none;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}



.navbar_menu-button {
  padding: 0;
  display: none;
  cursor: pointer;
}

.menu-icon {
  width: 20px;
  height: 16px;
  position: relative;
}

.menu-icon_line-top,
.menu-icon_line-middle,
.menu-icon_line-bottom {
  background-color: var(--black);
  height: 2px;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
}

.menu-icon_line-top {
  top: 0;
}

.menu-icon_line-middle {
  top: 50%;
  transform: translateY(-50%);
}

.menu-icon_line-bottom {
  bottom: 0;
}



.flex-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.max-width-920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-920.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.max-width-920.text-center .max-width-736 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.max-width-920.text-center h1 {
  text-align: center;
  width: 100%;
}

.max-width-920.text-center p {
  text-align: center;
  width: 100%;
}

.max-width-920.text-center .button-group {
  justify-content: center;
  width: 100%;
}

.heading-style-h1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -2.88px;
  margin: 0;
  text-align: center;
  width: 100%;
}

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

.spacer-24 {
  height: 1.5rem;
}

.spacer-32 {
  height: 2rem;
}

.spacer-52 {
  height: 3.25rem;
}

.max-width-736 {
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-large {
  font-size: 1.15rem;
  line-height: 1.7;
  text-align: center;
}

.tagline-narrow {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
}

.text-colour-black070 {
  color: var(--black070);
  text-align: center;
}

.button-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

.button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--base-color-neutral--white);
  color: var(--black);
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.button:hover {
  background-color: #f8f8f8;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.is-icon {
  
}

.icon-embed-xsmall {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-black {
  color: var(--black);
}


.margin-top--160 {
  margin-top: 6rem;
}

.display-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.is-hero {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}

.img-hero-bg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.is-old {
  
}

.product-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  color: var(--black);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 3;
}

.product-play:hover {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.05);
  text-decoration: none;
}

.play-product-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-size-small {
  font-size: 0.875rem;
  line-height: 1.4;
}

.time-play {
  color: var(--black070);
}

.play-icon {
  width: 20px;
  height: 20px;
}

.hero-gradient {
  position: absolute;
  top: -10%;
  left: -25%;
  width: 150%;
  height: 120%;
  z-index: 1;
  opacity: 0.3;
}

.hero-rotation-wrapper {
  position: absolute;
  top: 10%;
  right: -20%;
  z-index: 1;
  opacity: 0.1;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.image-4 {
  width: 100%;
  height: auto;
}

.hero-gradient-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 2;
  pointer-events: none;
}


.section_cards-perform {
  padding: 6rem 0;
  position: relative;
}

.z-ndex-1 {
  z-index: 1;
}


.bg-gray {
  background: transparent;
}

.bg-white {
  background: transparent;
}

.container-large {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cards-perform_component {
  width: 100%;
}

.max-width-1200 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cards-perform-list {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.cards-perform-item {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.cards-perform-item:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.3);
}

.is-relative {
  position: relative;
}

.blue-shadow {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.02);
}

.blue-shadow:hover {
  box-shadow: 0 8px 32px rgba(112, 115, 217, 0.15);
}

.margin-bottom {
  margin-bottom: 1rem;
}

.margin-small {
  margin-bottom: 0.5rem;
}

.subtitle-large {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-color-accent {
  color: var(--accent500);
}

.text-color-blue {
  color: #4169e1;
}

    .text-color-black {
      color: var(--black);
    }


.section_affiliations {
  padding: 4rem 0;
  background-color: var(--gray);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.affiliations_component {
  width: 100%;
  overflow: hidden;
}

.affiliations-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--black070);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-align: center;
  font-family: 'Manrope', sans-serif;
}

.affiliations-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.affiliations-carousel {
  overflow: hidden;
  width: 100%;
  mask: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.affiliations-track {
  display: flex;
  animation: infiniteScroll 40s linear infinite;
  align-items: center;
  gap: 4rem;
  width: max-content;
  will-change: transform;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-33.333% - 1.2rem));
  }
}



.affiliation-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  height: 60px;
  padding: 0 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.logo-icon {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.logo-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.affiliation-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  pointer-events: none;
}

.affiliation-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.logo-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--black);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}


.affiliation-logo.cmu .logo-text {
  color: #c41230;
  font-weight: 700;
}

.affiliation-logo.berkeley .logo-text {
  color: #003262;
  font-weight: 700;
}

.affiliation-logo.oxford .logo-text {
  color: #002147;
  font-weight: 700;
}

.affiliation-logo.hkust .logo-text {
  color: #0066cc;
  font-weight: 700;
}

.affiliation-logo.adobe .logo-text {
  color: #fa0f00;
  font-weight: 700;
}

.affiliation-logo.netflix .logo-text {
  color: #e50914;
  font-weight: 700;
}

.affiliation-logo.nvidia .logo-text {
  color: #76b900;
  font-weight: 700;
}


/* Removed hover pause to keep carousel continuously moving */


@media screen and (max-width: 768px) {
  .section_affiliations {
    padding: 5rem 0 3rem 0;
  }
  
  .affiliation-item {
    margin-right: 2rem;
  }
  
  .affiliation-logo {
    height: 50px;
    padding: 0 1rem;
    gap: 0.5rem;
  }
  
  .logo-text {
    font-size: 0.9rem;
  }
  
  .logo-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .affiliations-track {
    animation-duration: 20s;
  }
}

@media screen and (max-width: 480px) {
  .affiliation-item {
    margin-right: 1.5rem;
  }
  
  .affiliation-logo {
    height: 45px;
    padding: 0 0.8rem;
    gap: 0.4rem;
  }
  
  .logo-text {
    font-size: 0.8rem;
  }
  
  .logo-icon svg {
    width: 16px;
    height: 16px;
  }
}

.construct-aiicard-text {
  text-align: left;
  z-index: 2;
  position: relative;
}

.margin-xsmall {
  margin-bottom: 0.5rem;
}

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

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-family: 'Manrope', sans-serif;
}

.txt-black080 {
  color: var(--black080);
}

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

.text-size-regular {
  font-size: 1rem;
  line-height: 1.6;
}

.text-black070 {
  color: var(--black070);
}

._12-mobile {
  
}

.img-bg-card {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 1;
}


.section_features {
  padding: 6rem 0;
  background-color: var(--gray);
}

.features_component {
  width: 100%;
}

.heading-style-h2 {
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -2.4px;
  margin: 0;
  padding-bottom: 0.1rem;
  font-family: 'Manrope', sans-serif;
  color: var(--black);
}

.heading-style-h4 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.44px;
  margin: 0;
  font-family: 'Manrope', sans-serif;
}

.spacer-64 {
  height: 4rem;
}

.spacer-48 {
  height: 3rem;
}

.tools-grid-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.features-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 3rem 2rem !important;
  margin-top: 0;
  width: 100%;
  max-width: none;
  padding: 0 clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .features-list {
    gap: 2rem 1.5rem !important;
    padding: 0 clamp(0.75rem, 3vw, 1.5rem);
  }
}

@media screen and (max-width: 480px) {
  .features-list {
    gap: 1.5rem 1rem !important;
    padding: 0 clamp(0.5rem, 2vw, 1rem);
  }
}

.feature-item {
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  perspective: 2000px;
  perspective-origin: center;
  backface-visibility: visible;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg) translateZ(0px);
  will-change: transform;
  
  width: 100%;
  box-sizing: border-box;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.2);
}

.feature-content {
  position: relative;
  z-index: 2;
}


.tool-card-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9; 
  min-height: 200px; 
  padding: 0 !important; 
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  perspective: 1000px;
  transform-style: preserve-3d;
  
  flex: 0 0 auto;
  width: 300px;
  box-sizing: border-box;
}

.tool-card-video:hover {
  transform: translateY(-12px) rotateX(8deg) rotateY(-4deg) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.tool-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tool-background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.video-fallback-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.whichframe-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.genbuild-bg {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.semantic-pinching-bg {
  background: linear-gradient(135deg, #fc4a1a 0%, #f7b733 100%);
}

.haimburger-bg {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
}

.videomap-bg {
  background: linear-gradient(135deg, #8360c3 0%, #2ebf91 100%);
}

.jigsaw-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.genmix-bg {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}

.animatext-bg {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.inkspire-bg {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.soundify-bg {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.architect-bg {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.video-unroll-bg {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.sound-of-100-meals-bg {
  background: linear-gradient(135deg, #30cfd0 0%, #91a7ff 100%);
}


.tool-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.tool-card-video:hover .tool-overlay {
  opacity: 1;
}

.tool-overlay-content {
  text-align: center;
  padding: 1.5rem;
}

.tool-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: white !important;
  margin: 0 0 0.5rem 0;
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.01em;
}


.tool-overlay .tool-title {
  background: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}

.tool-description {
  font-size: 0.95rem;
  color: white !important;
  line-height: 1.4;
  margin: 0;
  font-family: 'Manrope', sans-serif;
}




.section_integrations {
  padding: 6rem 0;
}

.integrations_component {
  width: 100%;
}

.integrations-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.integration-category {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.category-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--black);
}

.integration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.integration-tag {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--black);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  cursor: pointer;
}

.integration-tag:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

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

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

.docs-link {
  color: var(--accent500);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.docs-link:hover {
  color: var(--accent400);
  text-decoration: none;
}


.section_hub-cta {
  padding: 6rem 0;
  background-color: var(--gray);
}

.section_hub-cta .heading-style-h2 {
  padding-bottom: 0.2rem;
  overflow: visible;
}

.hub-cta_component {
  width: 100%;
  display: flex;
  justify-content: center;
}

.max-width-800 {
  max-width: 800px;
  width: 100%;
}

.button-large {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent500), var(--accent400));
  color: white;
  padding: 1rem 2rem;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: 'Manrope', sans-serif;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  cursor: pointer;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.button-large::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  border-radius: 16px;
  pointer-events: none;
}

.button-large:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}


.section_download {
  padding: 6rem 0;
}

.download_component {
  width: 100%;
}

.download-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.download-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.06);
}

.download-item:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.25);
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.download-icon {
  width: 24px;
  height: 24px;
  color: var(--accent500);
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.download-content {
  flex: 1;
}

.download-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--black);
}

.download-description {
  color: var(--black070);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.download-link {
  color: var(--accent500);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.download-link:hover {
  color: var(--accent400);
  text-decoration: none;
}


.footer {
  padding: 5rem 0 2.5rem;
  background: linear-gradient(135deg, rgba(250, 250, 250, 0.8), rgba(245, 245, 245, 0.9));
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M 60 0 L 0 0 0 60" fill="none" stroke="rgba(0,0,0,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)" /></svg>');
  pointer-events: none;
}

.footer_component {
  width: 100%;
}


.footer-newsletter-section {
  margin-bottom: 3rem;
  text-align: left;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-logo-img {
  height: 24px;
  width: auto;
}

.footer-logo-text {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  margin-left: 0.5rem;
  opacity: 0.8;
}

.footer-tagline {
  color: var(--black070);
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: 'Manrope', sans-serif;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link {
  color: var(--black070);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--black);
  text-decoration: none;
}


.footer-left {
  flex: 1;
  min-width: 200px;
}

.footer-center,
.footer-right {
  min-width: 280px;
}

.footer-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--black);
}

.footer-section-subtitle {
  color: var(--black070);
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.footer-download-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-btn {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--black);
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

.footer-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-1px);
}



.updates-signup {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.updates-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--accent500), var(--accent400));
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.updates-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, var(--accent400), var(--accent500));
  text-decoration: none;
}

.updates-btn svg {
  width: 20px;
  height: 20px;
}



.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-bottom-link {
  color: var(--black070);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-bottom-link:hover {
  color: var(--black);
  text-decoration: none;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-copyright {
  color: var(--black070);
  font-size: 0.75rem;
}


.section_research-intersection {
  padding: 6rem 0;
  background-color: var(--gray);
}

.research-intersection_component {
  width: 100%;
}

.venn-diagram-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  max-width: 900px;
  margin: 0 auto;
}

.venn-circle {
  position: relative;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(16px);
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.hci-circle {
  background: rgba(255, 255, 255, 0.7);
  transform: translateX(50px);
  z-index: 2;
}

.ai-circle {
  background: rgba(240, 240, 240, 0.7);
  transform: translateX(-50px);
  z-index: 2;
}

.venn-circle:hover {
  transform: translateX(50px) scale(1.05);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.ai-circle:hover {
  transform: translateX(-50px) scale(1.05);
  background: rgba(240, 240, 240, 0.85);
}

.venn-intersection {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  backdrop-filter: blur(20px);
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.circle-content {
  text-align: center;
  padding: 2rem;
  z-index: 4;
  position: relative;
}

.circle-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--black);
  font-family: 'Manrope', sans-serif;
}

.intersection-content {
  text-align: center;
  padding: 1rem;
}

.intersection-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
  font-family: 'Manrope', sans-serif;
}

.intersection-description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}

.publication-tags, .tool-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.pub-tag, .tool-tag {
  background: rgba(0, 0, 0, 0.1);
  color: var(--black);
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.tool-tag {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}


.section_tools-gallery {
  display: none;
  padding: 6rem 0;
  background-color: var(--gray);
}

.tools-gallery_component {
  width: 100%;
  overflow-x: hidden;
}

.tools-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 3rem;
  padding: 2rem clamp(1rem, 4vw, 2rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .tools-grid {
    gap: 1.5rem;
    padding: 1.5rem clamp(0.75rem, 3vw, 1.5rem);
  }
}

@media screen and (max-width: 480px) {
  .tools-grid {
    gap: 1rem;
    padding: 1rem clamp(0.5rem, 2vw, 1rem);
  }
}

.tool-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  
  flex: 0 0 auto;
  width: 300px;
  
  box-sizing: border-box;
  contain: layout style;
}

.tool-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.2);
}

.tool-preview {
  height: 200px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.tool-screenshot {
  width: 90%;
  height: 80%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.demo-interface {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.demo-header {
  height: 20px;
  background: #f1f3f4;
  border-bottom: 1px solid #e1e5e9;
  position: relative;
}

.demo-header::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f56;
  box-shadow: 14px 0 0 #ffbd2e, 28px 0 0 #27ca3f;
}

.demo-content {
  flex: 1;
  padding: 12px;
  display: flex;
  gap: 8px;
}

.demo-chart {
  flex: 2;
  background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  border-radius: 4px;
  opacity: 0.7;
}

.demo-controls {
  flex: 1;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}


.demo-interface.design-tool {
  flex-direction: row;
}

.demo-canvas {
  flex: 2;
  background: white;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}

.canvas-element {
  width: 40px;
  height: 30px;
  background: linear-gradient(45deg, #a8edea 0%, #fed6e3 100%);
  border-radius: 4px;
  animation: float 3s ease-in-out infinite;
}

.canvas-element:nth-child(2) {
  animation-delay: 1s;
}

.canvas-element:nth-child(3) {
  animation-delay: 2s;
}

.demo-sidebar {
  width: 60px;
  background: #f8f9fa;
  border-left: 1px solid #e9ecef;
}


.demo-interface.data-tool {
  flex-direction: row;
}

.demo-graph {
  flex: 2;
  background: white;
  padding: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graph-node {
  width: 20px;
  height: 20px;
  background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  position: absolute;
  animation: pulse 2s ease-in-out infinite;
}

.graph-node:nth-child(1) {
  top: 20px;
  left: 30px;
}

.graph-node:nth-child(2) {
  top: 50px;
  right: 30px;
  animation-delay: 0.5s;
}

.graph-node:nth-child(3) {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 1s;
}

.graph-connection {
  position: absolute;
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #667eea, #764ba2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.demo-panel {
  width: 60px;
  background: #f8f9fa;
  border-left: 1px solid #e9ecef;
}


.tool-preview.coming-soon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.coming-soon-content {
  text-align: center;
}

.coming-soon-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  animation: bounce 2s ease-in-out infinite;
}

.tool-info {
  padding: 1.5rem;
}

.tool-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--black);
  font-family: 'Manrope', sans-serif;
}

.tool-description {
  font-size: 0.875rem;
  color: var(--black070);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tag {
  background: rgba(0, 0, 0, 0.08);
  color: var(--black);
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tool-status {
  display: flex;
  justify-content: flex-end;
}

.status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-badge.research {
  background: rgba(255, 193, 7, 0.1);
  color: #856404;
  border: 1px solid rgba(255, 193, 7, 0.3);
}

.status-badge.prototype {
  background: rgba(0, 123, 255, 0.1);
  color: #004085;
  border: 1px solid rgba(0, 123, 255, 0.3);
}

.status-badge.beta {
  background: rgba(40, 167, 69, 0.1);
  color: #155724;
  border: 1px solid rgba(40, 167, 69, 0.3);
}

.status-badge.soon {
  background: rgba(108, 117, 125, 0.1);
  color: #495057;
  border: 1px solid rgba(108, 117, 125, 0.3);
}


@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

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

@keyframes bounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}


.parallax-bg {
  transform: translateY(0);
  transition: transform 0.1s ease-out;
}

.hover-lift {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hover-lift:hover {
  
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}



.pulse-on-scroll {
  animation: gentle-pulse 4s ease-in-out infinite;
}

@keyframes gentle-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

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

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


.slide-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-in.animated {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in.animated {
  opacity: 1;
}


@media screen and (max-width: 991px) {
  .footer-newsletter-section {
    text-align: center;
  }
  
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
  
     .footer-bottom-left {
     align-items: center;
   }
   
   
     .section_header {
    min-height: 100vh;
    padding-top: 1rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .features-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: 1.5rem !important;
    grid-row-gap: 2rem !important;
    gap: 1.5rem 2rem;
    width: 100%;
  }
   
   .heading-style-h1.significant-ai-header {
     font-size: 4rem; 
     padding-bottom: 0.6rem;
   }
   
   
   .venn-diagram-container {
     min-height: 400px;
   }
   
   .venn-circle {
     width: 300px;
     height: 300px;
   }
   
   .hci-circle {
     transform: translateX(30px);
   }
   
   .ai-circle {
     transform: translateX(-30px);
   }
   
   .venn-circle:hover {
     transform: translateX(30px) scale(1.02) !important;
   }
   
   .ai-circle:hover {
     transform: translateX(-30px) scale(1.02) !important;
   }
   
   
   
   .tool-preview {
     height: 180px;
   }
   
   
   .venn-diagram-container {
     flex-direction: column;
     min-height: auto;
     gap: 2rem;
     padding: 2rem 0;
   }
   
   .venn-circle {
     width: 280px;
     height: 280px;
     transform: none !important;
     position: static;
   }
   
   .venn-intersection {
     position: static;
     width: 240px;
     height: 120px;
     border-radius: 20px;
   }
   
   .hci-circle:hover, .ai-circle:hover {
     transform: none !important;
   }
   
   
   
   .tool-preview {
     height: 160px;
   }
   
   .demo-content {
     padding: 8px;
     gap: 6px;
   }
   
   .demo-canvas {
     padding: 8px;
     gap: 6px;
   }
   
   .canvas-element {
     width: 30px;
     height: 25px;
   }
   
   
   .papers-gallery {
     grid-template-columns: 1fr;
     gap: 2rem;
     max-width: 100%;
   }
   
   .paper-card {
     min-height: 520px;
   }
   
   .paper-content {
     padding: 1.5rem 1.25rem 1rem;
   }
   
   .paper-title {
     font-size: 1rem;
   }
   
   .paper-abstract p {
     font-size: 0.85rem;
   }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
  
  .navbar_button-wrapper {
    display: none;
  }
  
  .navbar_menu-button {
    display: block;
  }
  
  .navbar-link.mobile-only-navbar-link {
    display: block;
  }

  .navbar_container {
    background-color: rgba(243, 243, 243, 0);
    padding: 0.5rem 0;
  }
  
  
  .navbar_container {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.01); 
    border-color: rgba(255, 255, 255, 0.08);
  }
  
  .navbar-logo-section {
    margin-right: 0.5rem;
  }
  
  .ai-chat-input-native {
    font-size: 0.9rem;
    margin-right: 0.75rem;
  }
  
  .ai-chat-send-btn {
    width: 1.8rem;
    height: 1.8rem;
  }
  
  .navbar_container {
    border-radius: 2rem;
    padding: 0.75rem 1rem;
    max-height: 60vh;
  }
  
  .navbar-chat-input-section {
    gap: 0.5rem;
    min-height: 1.5rem;
  }
  
  .navbar-logo-img {
    height: 20px;
  }
  
  .ai-response-content-streaming {
    font-size: 0.8rem !important;
    line-height: 1.6 !important;
  }
  
  
  .ai-response-content-streaming p,
  .ai-response-content p,
  .ai-chat-response-content p {
    font-size: 0.8rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }
  
  .heading-style-h1 {
    font-size: 3.5rem;
  }
  
  .cards-perform-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
  
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .section_header {
    min-height: 100vh;
    padding: 1rem 0 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .heading-style-h1 {
    font-size: 2.5rem;
  }
  
  
  .heading-style-h1.significant-ai-header {
    font-size: clamp(3rem, 15vw, 4.5rem); 
    line-height: 1.1;
    padding-bottom: 0.3rem;
    max-width: 100%;
    word-break: keep-all;
  }
  
  .button-group {
    flex-direction: column;
    width: 100%;
  }
  
  .button {
    justify-content: center;
    width: 100%;
  }
  
  .mobile-only-navbar-link {
    display: block;
  }
  
  .container-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2rem;
    letter-spacing: -1.5px;
  }
  
  .section_header {
    min-height: auto;
    padding: 6rem 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }
  
  .margin-top--160 {
    margin-top: 4rem;
  }

  .spacer-24 {
    height: 0.5rem;
  }

  .spacer-32 {
    height: 0.25rem;
  }

  .spacer-52 {
    height: 2rem;
  }

  .section_affiliations {
    padding: 2rem 0 2rem 0 !important;
  }

  .affiliations-carousel {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .affiliations-track {
    align-items: center !important;
    justify-content: center !important;
  }

  .logo-image {
    height: 40px !important;
    max-height: 40px !important;
    display: block;
    margin: 0 auto;
  }

  .mobile-spacer {
    height: 10rem !important;
  }
  
     .cards-perform-item {
     padding: 1.5rem;
   }
   
   .features-list {
     display: grid !important;
     grid-template-columns: 1fr !important;
     grid-column-gap: 0 !important;
     grid-row-gap: 2rem !important;
     gap: 0 2rem;
     width: 100%;
   }
   
   .tool-card-video {
     min-height: 180px; 
   }
   

   
   .integrations-grid {
     grid-template-columns: 1fr;
     gap: 2rem;
   }
   
   .download-grid {
     grid-template-columns: 1fr;
     gap: 1.5rem;
   }
   
   .footer-newsletter-section {
     text-align: center;
   }
   
   .footer-bottom {
     flex-direction: column;
     align-items: center;
     text-align: center;
   }
   
   .footer-bottom-left {
     align-items: center;
   }
   
   .footer-links {
     justify-content: center;
     gap: 2rem;
   }
   
   .footer-bottom {
     flex-direction: column;
     text-align: center;
     gap: 1rem;
   }
   
   .newsletter-form {
     flex-direction: column;
     max-width: none;
   }
   
   .footer-download-buttons {
     flex-direction: column;
     align-items: center;
   }
   
   .footer-btn {
     text-align: center;
     min-width: 200px;
   }
   
   .heading-style-h2 {
     font-size: 2.5rem;
     letter-spacing: -1.5px;
     line-height: 1.3;
     padding-bottom: 0.2rem;
   }
   
   .heading-style-h4 {
     font-size: 1.75rem;
     letter-spacing: -1px;
   }
   
   
 } 


@media screen and (max-width: 768px) {
  .heading-style-h1 {
    font-size: 3rem;
    letter-spacing: -1.8px;
  }
  
  .text-size-large {
    font-size: 1.125rem;
  }
  
  .button-group {
    flex-direction: column;
    gap: 1rem;
  }
  
  .button {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  
  .padding-global {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media screen and (max-width: 480px) {
  .heading-style-h1 {
    font-size: 2.5rem;
    letter-spacing: -1.2px;
  }
  
  .text-size-large {
    font-size: 1rem;
  }
} 


.inherit-color * { color: inherit; }
*[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; }
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; }
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; }
.pointer-events-off { pointer-events: none; }
.pointer-events-on { pointer-events: auto; }
.div-square::after { content: ""; display: block; padding-bottom: 100%; }
.container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; }
.text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.display-inlineflex { display: inline-flex; }
.hide { display: none !important; }
.margin-0 { margin: 0rem !important; }
.padding-0 { padding: 0rem !important; }
.spacing-clean { padding: 0rem !important; margin: 0rem !important; }


@media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } }
@media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } }
@media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } }


.text-gradient, h1, h2, h3, .paper-title, .tool-title, .circle-title, .intersection-title {
    background: linear-gradient(to bottom, #9C9C9C, #000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    display: inline-block;
    padding-bottom: 2px;
}
.has-gradient {
    background: linear-gradient(to bottom, #000, #9C9C9C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.header-signup-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
}

.header-signup-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 50px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.header-signup-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: white;
}

.header-signup-btn:hover::before {
    opacity: 1;
}

.header-signup-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-signup-btn .icon-embed-xsmall {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-signup-btn:hover .icon-embed-xsmall {
    transform: translateX(2px);
}

.header-signup-btn-text {
    position: relative;
    z-index: 2;
    letter-spacing: 0.01em;
}


.btn-primary {
    display: inline-flex; align-items: center; gap: 0.75rem;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%); color: white;
    padding: 1rem 2rem; border-radius: 50px; text-decoration: none;
    font-weight: 600; font-size: 1rem; font-family: 'Manrope', sans-serif;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1); position: relative; overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); cursor: pointer;
}
.btn-primary::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 50px; pointer-events: none; opacity: 0; transition: opacity 0.3s ease;
}
.btn-primary:hover {
    transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none; color: white;
}
.btn-primary:hover::before { opacity: 1; }
.btn-primary:active { transform: translateY(0); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.btn-secondary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(255, 255, 255, 0.95); color: var(--black);
    padding: 0.75rem 1.5rem; border-radius: 12px; text-decoration: none;
    font-weight: 500; font-size: 0.875rem; font-family: 'Manrope', sans-serif;
    transition: all 0.3s ease; border: 1px solid rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px); cursor: pointer;
}
.btn-secondary:hover {
    background: rgba(255, 255, 255, 1); transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); border-color: rgba(0, 0, 0, 0.15);
    text-decoration: none; color: var(--black);
}
.btn-secondary:active { transform: translateY(0); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); }

.btn-tertiary {
    display: inline-flex; align-items: center; gap: 0.5rem; color: var(--accent500);
    text-decoration: none; font-weight: 600; font-size: 1rem; font-family: 'Manrope', sans-serif;
    transition: all 0.2s ease; padding: 0.5rem 0;
}
.btn-tertiary:hover { color: var(--black); text-decoration: none; transform: translateX(2px); }

.btn-icon {
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.1); color: rgba(0, 0, 0, 0.6);
    border: none; border-radius: 8px; width: 2.5rem; height: 2.5rem;
    cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(10px);
}
.btn-icon:hover {
    background: rgba(255, 255, 255, 0.15); color: rgba(0, 0, 0, 0.8);
}
.btn-icon:active { transform: scale(0.98); }

.btn-large {
    display: inline-flex; align-items: center; gap: 0.75rem;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%); color: white;
    padding: 1.25rem 2.5rem; border-radius: 50px; text-decoration: none;
    font-weight: 600; font-size: 1.125rem; font-family: 'Manrope', sans-serif;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1); position: relative; overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25); cursor: pointer;
    pointer-events: auto;
    opacity: 0;
    transform: translateY(30px) scale(0.9);
}

.btn-large.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.btn-large::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 50px; pointer-events: none; opacity: 0; transition: opacity 0.3s ease;
}
.btn-large:hover {
    transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    text-decoration: none; color: white;
}
.btn-large:hover::before { opacity: 1; }
.btn-large:active { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); }

.btn-back-to-top {
    position: fixed; bottom: 2rem; right: 2rem; display: flex;
    align-items: center; justify-content: center; width: 3rem; height: 3rem;
    background: rgba(255, 255, 255, 0.1); color: rgba(0, 0, 0, 0.8); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%;
    cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); z-index: 1000;
    opacity: 0; transform: translateY(20px); pointer-events: none;
}
.btn-back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.btn-back-to-top:hover {
    background: rgba(255, 255, 255, 0.2); transform: translateY(-1px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}
.btn-back-to-top:active { transform: translateY(0); }

.btn-primary .icon-embed-xsmall, .btn-large .icon-embed-xsmall {
    position: relative; z-index: 1; transition: transform 0.3s ease;
}
.btn-primary:hover .icon-embed-xsmall, .btn-large:hover .icon-embed-xsmall {
    transform: scale(1.05) rotate(2deg);
}

@media screen and (max-width: 768px) {
    .btn-primary, .btn-large { padding: 1rem 1.75rem; font-size: 0.95rem; }
    .btn-large { padding: 1.125rem 2rem; font-size: 1rem; }
    .btn-back-to-top { bottom: 1.5rem; right: 1.5rem; width: 2.75rem; height: 2.75rem; }
} 


.logo-image {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 2rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: grayscale(20%) opacity(0.9);
}

.logo-image:hover {
  transform: scale(1.15);
  filter: grayscale(0%) opacity(1);
}


.cmu-logo {
  width: 120px !important;
  height: 120px !important;
}


.section_research-intersection {
  display: none;
}


.cursor-particle {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  font-size: 20px;
  color: #000;
  user-select: none;
  font-weight: 500;
  font-family: 'Syne', sans-serif;
  transform-origin: center;
  animation: fadeAndFloat 2.5s ease-out forwards;
}

@keyframes fadeAndFloat {
  0% {
    opacity: 0.7;
    transform: scale(1) translateY(0) rotate(0deg);
  }
  25% {
    opacity: 0.5;
    transform: scale(0.9) translateY(-15px) rotate(45deg);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.8) translateY(-30px) rotate(90deg);
  }
  75% {
    opacity: 0.15;
    transform: scale(0.6) translateY(-40px) rotate(135deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.4) translateY(-50px) rotate(180deg);
  }
}


.interactive-papers-container {
  width: 100%;
  padding: 2rem 0;
}

.papers-physics-space {
  position: relative;
  width: 100%;
  height: 600px;
  background: transparent;
  overflow: visible;
}

.paper-item {
  position: absolute;
  width: 300px;
  height: 390px;
  cursor: grab;
  transition: box-shadow 0.3s ease;
  z-index: 10;
  
  
  background: white;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.paper-item:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.paper-item:active,
.paper-item.dragging {
  cursor: grabbing;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.paper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  pointer-events: none;
  user-select: none;
}

.paper-shadow {
  position: absolute;
  bottom: -8px;
  left: 8px;
  right: -8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.6;
  z-index: -1;
}

.papers-interaction-hint {
  margin-top: 2rem;
  text-align: center;
}

.interaction-text {
  color: #6c757d;
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.8;
}


.paper-preview-tooltip {
  position: absolute;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transform: translateY(-10px);
}

.paper-preview-tooltip.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.preview-content {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  max-width: 350px;
  position: relative;
}


.preview-content::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.9);
  display: block;
}


.preview-content::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.9);
  display: none;
}


.paper-preview-tooltip.below .preview-content::after {
  display: none;
}

.paper-preview-tooltip.below .preview-content::before {
  display: block;
}

.preview-info {
  width: 100%;
}

.preview-info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.01em;
  white-space: normal;
  word-wrap: break-word;
}

.preview-author {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 0.4rem;
  font-style: italic;
  letter-spacing: 0.01em;
}

.preview-meta {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}




@media (max-width: 768px) {
  .papers-physics-space {
    height: 500px;
  }
  
  .paper-item {
    width: 240px;
    height: 312px;
  }
  
  .preview-content {
    max-width: 280px;
    padding: 0.3rem 0.45rem;
  }
  
  .preview-info h4 {
    font-size: 0.85rem;
  }
  
  .preview-author {
    font-size: 0.75rem;
  }
  
  .preview-meta {
    font-size: 0.75rem;
  }
  

}

@media (max-width: 480px) {
  .papers-physics-space {
    height: 400px;
  }
  
  .paper-item {
    width: 180px;
    height: 234px;
  }
  
  .preview-content {
    max-width: 240px;
    padding: 0.25rem 0.4rem;
  }
  
  .preview-info h4 {
    font-size: 0.8rem;
  }
  
  .preview-author {
    font-size: 0.7rem;
  }
  
  .preview-meta {
    font-size: 0.7rem;
  }
  

}


.navbar-chat-input-section {
    display: none !important;
}

.navbar_container.response-showing #aiChatResponse {
    display: none !important;
}


.navbar_component {
    display: none !important;
}


.highlight-research {
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    animation: chemical-reaction 3s ease-in-out infinite;
    color: var(--black100);
}



.highlight-ai {
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    padding: 3px 2px;
    white-space: nowrap;
}

.human-part {
    position: relative;
    color: var(--base-color-neutral--black070);
    font-weight: normal;
    display: inline;
}

.handshake-part {
    display: inline-block;
    width: 1.1em;
    text-align: center;
    margin: 0;
    vertical-align: baseline;
    position: relative;
    height: 1em;
}

.handshake-part span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    opacity: 0;
    line-height: 1;
    font-size: 0.85em;
}

.handshake-part .emoji-1 {
    animation: emoji-1-cycle 3s ease-in-out infinite;
}

.handshake-part .emoji-2 {
    animation: emoji-2-cycle 3s ease-in-out infinite;
}

.handshake-part .emoji-3 {
    animation: emoji-3-cycle 3s ease-in-out infinite;
}

.handshake-part .emoji-4 {
    animation: emoji-4-cycle 3s ease-in-out infinite;
}

.handshake-part .emoji-5 {
    animation: emoji-5-cycle 3s ease-in-out infinite;
}

.handshake-part .emoji-6 {
    animation: emoji-6-cycle 3s ease-in-out infinite;
}

.ai-part {
    position: relative;
    color: var(--base-color-neutral--black070);
    font-weight: normal;
    display: inline;
}




.highlight-creativity {
    position: relative;
    color: var(--base-color-neutral--black070);
    display: inline;
    overflow: hidden;
    vertical-align: baseline;
}

.highlight-creativity::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    animation: shimmer-sweep 2.5s ease-in-out infinite;
    pointer-events: none;
}




@keyframes chemical-reaction {
    0%, 100% { 
        transform: scale(1);
    }
    25% { 
        transform: scale(1.02);
    }
    50% { 
        transform: scale(0.98);
    }
    75% { 
        transform: scale(1.01);
    }
}



@keyframes emoji-1-cycle {
    0%, 15% { opacity: 1; }
    17%, 100% { opacity: 0; }
}

@keyframes emoji-2-cycle {
    0%, 15% { opacity: 0; }
    17%, 32% { opacity: 1; }
    34%, 100% { opacity: 0; }
}

@keyframes emoji-3-cycle {
    0%, 32% { opacity: 0; }
    34%, 49% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

@keyframes emoji-4-cycle {
    0%, 49% { opacity: 0; }
    51%, 66% { opacity: 1; }
    68%, 100% { opacity: 0; }
}

@keyframes emoji-5-cycle {
    0%, 66% { opacity: 0; }
    68%, 83% { opacity: 1; }
    85%, 100% { opacity: 0; }
}

@keyframes emoji-6-cycle {
    0%, 83% { opacity: 0; }
    85%, 100% { opacity: 1; }
}



.tool-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.tool-link:hover {
    text-decoration: none;
    color: inherit;
}


@keyframes shimmer-sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}


