* {
  box-sizing: border-box;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("font/sf-pro-display/SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("font/sf-pro-display/SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("font/sf-pro-display/SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("font/sf-ui-display/sf-ui-display-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("font/sf-ui-display/sf-ui-display-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("font/sf-ui-display/sf-ui-display-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #000000;
  color: #ffffff;
}

header {
  padding: 0 32px;
  width: 100%;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 32px;
  z-index: 2;
}

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

.page {
  background: url('./images/top_bg.svg') no-repeat;
  background-position: top right;
  background-size: contain;
}

/* Top navigation bar */
.nav {
  max-width: 1376px;
  width: 100%;
  padding: 6px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0;
  background: #0E0E0E;
  position: sticky;
  top: 32px;
  z-index: 99999;
}

.logo {
  display: inline-flex;
  padding: 8px;
  background: #000000;
  outline: 1px solid #1E1E1E;
  border-radius: 4px;
  width: 48px;
}

.logo-img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: 50% 50%;
  animation: spin-slow 5s linear infinite;
}

.logo-container {
  width: 32px;
  height: 32px;
  position: relative;
}

.logo-img.circle2 {
  position: absolute;
  width: 29.18px;
  height: 28.67px;
  left: 0;
  top: 0;
  bottom: auto;
  transform-origin: 50% 50%;
  animation: spin-slow 5s linear infinite reverse;
}

.btn-logo .logo-img {
  width: 21.31px;
  height: 22.02px;
}

.btn-logo .logo-img.circle2 {
  width: 21.89px;
  height: 21.5px;
}

.brand {
  font-size: 12px;
  letter-spacing: 0.6px;
  color: var(--muted);
  user-select: none;
}

/* Slow continuous rotation for the logo */
@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

  .logo-img,
  .logo-img.circle2 {
    animation: none;
  }
}

.brand {
  font-size: 12px;
  letter-spacing: 0.6px;
  color: var(--muted);
  user-select: none;
}

.nav-links {
  display: flex;
  justify-content: left;
}

.nav-links a {
  color: #ffffff90;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  padding: 14px 22px;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  position: relative;
  font-family: SF Pro Display;
}

.nav-links a:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.nav-links a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 1px;
  background: #242424;
}

/* Right CTA */
.nav-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 14px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #EAEAEA;
  text-decoration: none;
  padding: 12px 16px;
  outline: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 0;
  transition: all .15s ease;
  font-family: SF Pro Display;
  justify-content: center;
}

.btn-ghost:hover {
  background: #ffffff;
  color: #000000;
}

.btn-ghost.light_btn {
  background: #ffffff;
  color: #000000;
}

.btn-ghost.light_btn .btn-logo,
.btn-ghost:hover .btn-logo {
  filter: invert(1);
}

.btn-ghost.light_btn:hover {
  background: transparent;
  color: #ffffff;
}

.btn-ghost.light_btn:hover .btn-logo {
  filter: invert(0);
}

.btn-logo {
  height: 24px;
  width: 24px;
  position: relative;
}

.nav-toggle {
  display: none;
}

.hero {
  flex: 1;
}

.banner_sec {
  padding: 53px 0 159px;
}

.banner {
  position: relative;
}

.banner_img {
  text-align: center;
}

.banner_content {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}

.subheading {
  padding: 8px 12px;
  display: inline-block;
  background: #FFFFFF1A;
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
  font-family: "SF Pro Display";
  border-radius: 4px;
}

.grey-txt {
  color: #FFFFFF99;
}

h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  font-family: "SF UI Display";
}

.banner_btns {
  display: flex;
  gap: 10px;
}

/* ------Tab section----- */

.platform-section {
  width: 100%;
  padding-top: 110px;
}

/* BORDERS */
.border-horizontal {
  height: 1px;
  background: #242424;
}

.border-vertical {
  width: 1px;
  background: #242424;
}

/* INNER GRID */
.platform-inner {
  display: flex;
  min-height: 893px;
  height: 100%;
  align-items: stretch;
  flex-direction: row;
}

/* LEFT CONTENT */
.platform-left {
  padding: 60px 56px 0 0;
  width: 100%;
  max-width: 348px;
}

.platform-left h4 {
  color: #fff;
  margin: 0;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.platform-left p {
  font-size: 13px;
  color: #aaa;
  line-height: 1.6;
}

/* RIGHT SIDE */
.platform-right {
  margin: 31px 9px 110px 31px;
  background: linear-gradient(0deg, #090909 0%, rgba(19, 19, 19, 0.3) 100%);
  padding: 32px;
  width: calc(100% - 348px);
  display: flex;
  flex-direction: column;
}

/* TABS */
.tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
}

.tab {
  background: #323232;
  border: none;
  color: #FFFFFF99;
  padding: 8px 14px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
}

.tab.active {
  background: #fff;
  color: #1E1E1E;
  backdrop-filter: blur(100px);
}

/* TAB CONTENT */
.tab-panel {
  display: none;
  width: 100%;
  height: 100%;
}

.tab-panel.active {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* VISUAL AREA */
.visual {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* CENTER IMAGE */
.center-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Ensure the image container centers its content */
.tab_view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 0 0 auto;
}

/* ICONS */
.icon {
  width: 36px;
  position: absolute;
  opacity: 0.85;
}

.tl {
  top: 0;
  left: 0;
}

.tr {
  top: 0;
  right: 0;
}

.bl {
  bottom: 0;
  left: 0;
}

.br {
  bottom: 0;
  right: 0;
}

.app_icons {
  background: #FFFFFF1A;
  padding: 6px 6px 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  flex-direction: row;
  right: 0;
  bottom: -62px;
}

.tab-content {
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.applications img {
  width: 24px;
}

.app_icons p {
  margin: 0;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
}

.applications {
  height: 24px;
  display: flex;
  gap: 6px;
}

.tab_bottom_icons {
  text-align: right;
  padding: 30px 0;
  position: relative;
  right: 0;
  width: 100%;
}

/* --- Two column Section--- */
.talking_ai {
  display: flex;
  flex-direction: row;
}


.talking_ai_left {
  padding: 139px 80px 0 0;
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 49.6%;
}

h2 {
  font-family: "SF UI Display";
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.7px;
  margin: 0;
}

p {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.talking_ai_left h2 {
  max-width: 436px;
  width: 100%;
}

.talking_ai_left p {
  max-width: 266px;
  width: 100%;
}

.talking_ai_left .btn-ghost {
  margin-top: 20px;
}

.talking_ai_right h5 {
  color: #FFF;
  text-align: center;
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 0.32px;
  margin: 0;
}

.sprawl_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

.sprawl_content span {
  color: #ffffff99;
  text-align: center;
  font-family: "SF UI Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: 1.12px;
}

.talking_ai_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-left: 1px solid #242424;
  width: 50.4%;
  padding: 117px 0;
}

.talking_ai_right_content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* ------ Scroll Section-- */

.scroll-section {
  display: flex;
}

/* LEFT */
.scroll-left {
  position: sticky;
  top: 120px;
  height: fit-content;
  padding-left: 21px;
  width: calc(100% - 897px);
  padding-top: 224px;
  padding-bottom: 120px;
}

.scroll-left ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.scroll-left li {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.30);
  font-family: "SF UI Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: static;
  padding-left: 0;
  /* remove progress bar spacing */
}

.scroll-left li.active {
  color: #fff;
}

.scroll-left .progress-ticks .tick {
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 1px;
}

.scroll-left .progress-ticks .tick.active {
  background: #ffffff;
}

/* Ensure links inside the left sticky list inherit styling and behave like text */
.scroll-left li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  letter-spacing: 0;
}

/* RIGHT */
.scroll-right {
  max-width: 897px;
  width: 100%;
  padding: 120px 0 120px 100px;
  border-left: 1px solid #242424;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* CONTENT BOX */
.content-box {
  position: static;
  border: 1px solid #242424;
  background: linear-gradient(0deg, #090909 0%, rgba(19, 19, 19, 0.3) 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0 16px 16px;
  background-image: url('./images/dot.webp');
}

.content-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 356px;
}

.content-box-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content-box-bottom {
  width: 100%;
}

.content-box-bottom h3 {
  margin: 0 0 8px 0;
  font-family: "SF UI Display";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.content-box-bottom p {
  font-weight: 300;
  color: #ffffff99;
  font-family: "SF UI Display";
  line-height: 100%;
  margin: 0;
}

.scroll-box-section {
  /* border-top: 1px solid #242424; */
}

.scroll_content_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.scroll-right-content p {
  max-width: 363px;
  width: 100%;
}

.scroll-right-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* -----Growth Slider Section */
.growth-section {
  padding: 0 30px 120px;
  /* border-top: 1px solid #242424; */
}

.growth-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  padding-top: 120px;
}

.growth-header-left {
  width: 616px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.growth-header-right h2 {
  margin: 0 0 10px 0;
}

.growth-header-right p {
  max-width: 381px;
}

.growth-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.growth-viewport {
  overflow: hidden;
  width: 100%;
}

.growth-slider .slick-list {
  overflow: hidden;
}

.growth-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.growth-slider .slick-slide {
  height: auto;
  display: grid !important;
}

.growth-slide {
  display: grid;
  gap: 40px;
  grid-template-columns: 822px 1fr;
  padding: 0;
  align-items: stretch;
  height: 100%;
  align-content: stretch;
  min-height: 560px;
  /* ensures a solid stage so both cards can stretch */
}

.card {
  border: 1px solid #242424;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}



.card-media {
  flex: 1 1 auto;
  display: flex;
}

.card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-caption {
  color: #ffffff99;
}

.card-caption p {
  font-family: "SF UI Display";
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
}

.auto-row-left p {
  font-family: "SF UI Display";
  font-weight: 300;
}

.growth-right.card {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0;
  flex: 0 0 420px;
  align-self: stretch;
  justify-content: space-between;
  padding: 40px 16px;
}

/* Middle text block should expand to take available vertical space */
.growth-right.card .card-middle-content {
  /* flex: 1 1 auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 0 16px; */
  align-items: center;
  gap: 24px;
}

/* Make CTA consistent and pinned visually to bottom within the card */
.growth-right.card .btn-ghost,
.growth-right.card .btn-ghost.light_btn {
  align-self: center;
  width: 100%;
  justify-content: center;
  font-weight: 400;
}

/* Left card should flex and stretch to fill remaining width and match height */
.growth-left.card {
  flex: 1 1 auto;
  align-self: stretch;
  gap: 40px;
}

.growth-right.card h4 {
  font-family: "SF UI Display";
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}

.growth-right.card blockquote {
  margin: 0;
  color: #ffffffcc;
  font-weight: 300;
  max-width: 455px;
  font-family: 'SF UI Display';
  line-height: normal;
  font-size: 20px;
  width: 100%;
}

.card-top-icon {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-quote-author {
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  font-family: "SF UI Display";
  font-weight: 300;
  line-height: normal;
}

/* Slick arrows and dots themed to your UI */
.growth-nav {
  cursor: pointer;
  position: absolute;
  top: auto;
  z-index: 1;
  left: 28%;
}

.growth-prev {
  left: -12px;
}

.growth-next {
  right: -12px;
}

.growth-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 0;
  position: relative;
  width: 822px;
  height: 12px;
}

.growth-dots .slick-dots {
  margin: 0;
  display: flex !important;
  gap: 40px;
  position: absolute;
  top: 0;
  justify-content: center;
}

.growth-dots .slick-dots li {
  width: 0;
  height: 0;
  /* background: #ffffff; */
  /* position: relative; */
  margin: 0;
}

.growth-dots .slick-dots li button {
  padding: 0;
  width: 1px;
  height: 12px;
  background: #242424;
  transition: all 0.5s ease-in-out;
  font-size: 0;
}

.growth-dots .slick-dots li::before,
.growth-dots .slick-dots li::after {
  content: '';
  background: #242424;
  height: 12px;
  width: 1px;
  position: absolute;
  right: 27px;
  top: 0;
  transition: all 0.5s ease-in-out;
  right: 10px;
}

.growth-dots .slick-dots li::after {
  right: 20px;
  transition: all 0.4s ease-in-out;
}

.growth-dots .slick-dots li.completed::before,
.growth-dots .slick-dots li.completed::after,
.growth-dots .slick-dots li.completed button::after {
  background: #ffffff;

}

.growth-dots .slick-dots li.completed button {
  background: #ffffff;
}


.sprawl_img .lottie-player .animation {
  width: auto !important;
  height: auto !important;
  display: flex;
}


/* Scroll progress under growth slider */
.growth-progress {
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
  gap: 6px;
}

.growth-progress .progress-track {
  width: 180px;
  height: 2px;
  position: relative;
  background: repeating-linear-gradient(to right,
      rgba(255, 255, 255, 0.15) 0 1px,
      transparent 1px 10px);
  overflow: hidden;
}

.growth-progress .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: width .25s ease;
}

/* Tick-based indicator (10 lines) */
.growth-progress .ticks {
  display: flex;
  gap: 12px;
  align-items: center;
}

.growth-progress .tick {
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.18);
}

.growth-progress .tick.active {
  background: #ffffff;
}

.growth-dots .slick-dots li:first-child::before,
.growth-dots .slick-dots li:first-child::after,
.growth-dots .slick-dots li:first-child button::after,
.growth-dots .slick-dots li:first-child button::before {
  content: none;
}


.growth-dots .slick-dots li button::after {
  content: '';
  background: #242424;
  height: 12px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  /* left: -12px; */
  transition: all 0.3s ease-in-out;
}

.growth-dots .slick-dots li button::after {
  right: 30px;
  /* left: -17px; */
}

/* ===== Autonomous Execution Section ===== */
.auto-section {
  /* border-top: 1px solid #242424; */
  --auto-sticky-top: 120px;
  --auto-card-height: 520px;
  --auto-row-gap: 60px;
  /* border-bottom: 1px solid #242424; */
}

.auto-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
  align-items: flex-start;
  max-width: 669px;
  width: 100%;
  font-family: 'SF Pro Display';
}

.auto-header h2 {
  margin: 0;
  line-height: 110%;
  max-width: 900px;
  width: 100%;
}

.auto-body {
  display: grid;
  grid-template-columns: 216px 1fr;
}

/* LEFT STICKY */
.auto-left {
  position: sticky;
  top: var(--auto-sticky-top);
  height: fit-content;
  padding-left: 21px;
  padding-bottom: 80px;
}

.auto-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auto-left li {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.35);
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 500;
}

.auto-left li.active {
  color: #fff;
}

.auto-body-top .auto-right {
  padding-top: 120px;
}

.auto-row::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #242424;
  top: -12px;
}

/* Ensure links inside the auto left sticky list inherit styling and behave like text */
.auto-left li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

/* RIGHT FLOW */
.auto-right {
  display: flex;
  flex-direction: column;
  gap: var(--auto-row-gap);
  border-left: 1px solid #242424;
  padding-left: 50px;
  position: relative;
}

.auto-row {
  display: grid;
  grid-template-columns: 314px 1fr;
  gap: 100px;
  align-items: start;
  justify-items: stretch;
  position: relative;
  min-height: 0;
  background: transparent;
  z-index: auto;
  margin-top: 12px;
}

.auto-row-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.auto-row-right.card {
  border: none;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
  background: linear-gradient(0deg, #090909 0%, rgba(19, 19, 19, 0.30) 100%);
  position: static;
}

.auto-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.auto-row-left h4 {
  font-family: SF UI Display;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  margin: 0;
}

/* Get-in-Touch Section------ */
.get-in-touch-section {
  padding-top: 120px;
  ;
  /* border-bottom: 1px solid #242424; */
}

.get-in-touch-header {
  max-width: 599px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 80px;
}

.get-in-touch-box {
  display: flex;
  width: 100%;
  gap: 34px;
  padding-bottom: 120px;
}

.get-in-touch-left {
  max-width: 199px;
  width: 100%;
  padding-top: 42px;
}

.get-in-touch-right {
  max-width: calc(100% - 233px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.get-in-touch-card {
  max-width: calc((100% - 20px)/2);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  margin-top: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.get-in-touch-card img {
  width: 100%;
}

.get-in-touch-card h3 {
  color: #FFF;
  font-family: "SF UI Display";
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}

.get-in-touch-card-content p {
  color: rgba(255, 255, 255, 0.60);
  font-family: "SF UI Display";
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.get-in-touch-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
}

.get-in-touch-card::before {
  position: absolute;
  content: '';
  background: #242424;
  top: -10px;
  width: 100%;
  height: 1px;
  left: 0;
}

.get-in-touch-card:hover {
  background: linear-gradient(0deg, #090909 0%, rgba(19, 19, 19, 0.30) 100%);
}

/* ---- Team Section----- */
.team-section {
  padding-top: 120px;
}

.team-header {
  max-width: 599px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 80px;
}

.team-grid {
  display: flex;
  gap: 20px;
  padding-bottom: 120px;
}

.team-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
}

.team-card::before {
  position: absolute;
  content: '';
  background: #242424;
  top: -10px;
  width: 100%;
  height: 1px;
  left: 0;
}

.team-card:hover {
  background: linear-gradient(0deg, #090909 0%, rgba(19, 19, 19, 0.30) 100%);
}

.team-card-img {
  width: 100%;
}

.team-card-img img {
  width: 100%;
  border-radius: 12px;
}

.team-card h3 {
  color: #FFF;
  font-family: "SF UI Display";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  text-align: center;
}

.team-card p {
  color: rgba(255, 255, 255, 0.60);
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
  text-align: center;
}

.team-role {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.team-card .team-bio {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 8px;
  text-align: center;
}

.team-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}

.team-linkedin:hover {
  opacity: 1;
}

.team-linkedin img {
  width: 18px;
  height: 18px;
}

.advisors-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 120px;
}

.advisors-label {
  color: rgba(255, 255, 255, 0.50);
  font-family: "SF UI Display";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.advisors-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.advisors-logos img {
  height: 24px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.advisors-logos img:hover {
  opacity: 0.8;
}

.advisors-logos img.logo-invert {
  filter: invert(1);
  mix-blend-mode: screen;
  height: 48px;
}

@media (max-width: 767px) {
  .team-grid {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .team-header {
    margin-bottom: 40px;
  }

  .team-section {
    padding-top: 60px;
  }

  .advisors-row {
    padding-bottom: 60px;
    gap: 20px;
  }

  .advisors-logos {
    gap: 24px;
  }

  .advisors-logos img {
    height: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .team-grid {
    flex-wrap: wrap;
  }

  .team-card {
    flex: 0 0 calc(50% - 10px);
  }
}

/* ---- FAQ Section----- */
.faq-section {
  padding-top: 120px;
}

.faq-header {
  max-width: 599px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 80px;
}

.faq-list {
  max-width: 800px;
  width: 100%;
  padding-bottom: 120px;
}

.faq-item {
  border-top: 1px solid #242424;
}

.faq-item:last-child {
  border-bottom: 1px solid #242424;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-question span:first-child {
  color: #FFF;
  font-family: "SF UI Display";
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.faq-icon {
  color: rgba(255, 255, 255, 0.50);
  font-family: "SF UI Display";
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 24px;
}

.faq-answer p {
  color: rgba(255, 255, 255, 0.60);
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin: 0;
}

@media (max-width: 767px) {
  .faq-section {
    padding-top: 60px;
  }

  .faq-header {
    margin-bottom: 40px;
  }

  .faq-list {
    padding-bottom: 60px;
  }

  .faq-question span:first-child {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}

/* ---- Contact Section----- */
.contact-section {
  padding-bottom: 120px;
  margin-top: 120px;
  position: relative;
}

.contact-content-right {
  max-width: 545px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* Truncate long contact heading with CSS-only ellipsis */
.contact-content-right h2 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.contact-content {
  display: flex;
  justify-content: space-between;
  height: 605px;
  flex-direction: row;
  align-items: flex-start;
  background-size: cover;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid #242424;
  background: url(./images/CTA-img.webp) rgb(0, 0, 0) 0px -17.549px / 100% 138.859% no-repeat;
}

.vertical-border {
  height: 120px;
  background: #242424;
  width: 1px;
  position: absolute;
  left: 50%;
  top: -120px;
}

/* --- Footer--- */
.footer-copyright {
  border: 1px solid #242424;
  border-bottom: 0;
  background: #000000;
  position: relative;
}

li {
  list-style: none;
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.64px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.footer-copyright li {
  opacity: 0.5;
}

.footer-copyright ul {
  display: flex;
  gap: 75px;
  padding: 40.5px 0;
  justify-content: center;
  margin: 0;
}

.footer-content-top {
  max-width: 469px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.footer-content-left-logo {
  bottom: -49px;
  position: absolute;
  height: 280px;
  display: flex;
  align-items: flex-start;
}

.footer-content-left p {
  color: rgba(255, 255, 255, 0.15);
  font-family: "SF UI Display";
  font-size: 280px;
  font-weight: 500;
  line-height: 100%;

}

.footer-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 83px;
  border: 1px solid #242424;
  border-bottom: 0;
  padding: 50px;
}

.footer-content-bottom {
  display: flex;
  justify-content: space-between;
  height: 197px;
  align-items: flex-end;
}

.footer-content-right {
  display: flex;
  gap: 32px;
  padding: 20px;
}

.footer-content-right ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.footer-content-right a {
  color: #fff;
  text-decoration: none;
}

.footer-content-left-logo img {
  padding-top: 40px;
}

.banner_img {
  max-width: 985.54px;
  margin: 0 auto;
  width: 100%;
}

.lottie_banner {
  position: relative;
  padding-top: 145px;
  padding-bottom: 156px;
  align-items: center;
  align-self: center;
  align-content: center;
  text-align: center;
}

.lottie-player {
  aspect-ratio: 1905/1156.22;
}

.scroll-left li a::after,
.auto-left li a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  background: #242424;
  left: -21px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  height: 1.12px;
  width: 12px;
}

.scroll-left li:first-child a::after,
.auto-left li:first-child a::after {
  content: none;
}

.scroll-left li a::before,
.auto-left li a::before {
  content: '';
  position: absolute;
  height: 1.12px;
  width: 12px;
  background: #242424;
  left: -21px;
  bottom: 9px;
  transition: all 0.3s ease-in-out;
}

.scroll-left li:first-child .progress-tick::before,
.auto-left li:first-child .progress-tick::before {
  content: none;
}

.progress-tick::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  background: #242424;
  left: -21px;
  bottom: 18px;
  transition: all 0.5s ease-in-out;
  height: 1.12px;
  width: 12px;
}

.progress-tick {
  position: relative;
}


.scroll-left li.completed a::before,
.auto-left li.completed a::before {
  background: #fff;
}

.scroll-left li.completed a::after,
.auto-left li.completed a::after {
  background: #ffffff;
}

.scroll-left li.completed .progress-tick::before,
.auto-left li.completed .progress-tick::before {
  background: #ffffff;
}

.growth-progress span {
  background: #242424;
  height: 12px;
  width: 2px;
}

.p30 {
  padding-left: 30px;
  padding-right: 30px;
}

.footer-content-right li:hover {
  opacity: 0.5;
}

.footer-copyright li:hover {
  opacity: 1;
}

.contact-content img:hover {
  filter: invert(0.5);
}

.mobile-img,
.content-box-img .mobile-img,
.auto-visual .mobile-img {
  display: none;
}

.growth-track.slick-slider {
  margin-bottom: 18px !important;
}

.banner_content .subheading {
  background: #1A1A1A;
}

@media (max-width: 1439px) {
  .footer-content-left p {
    font-size: 19vw;
  }
}

@media (max-width: 1280px) {
  .banner_content {
    bottom: 20px;
  }

  .platform-right {
    padding: 24px;
    width: calc(100% - 300px);
    margin-bottom: 80px;
  }

  .platform-left {
    max-width: 300px;
  }

  .platform-inner {
    min-height: auto;
  }

  .platform-section {
    padding-top: 80px;
  }

  h2 {
    font-size: 38px;
  }

  .sprawl_content {
    gap: 20px;
  }

  .scroll-left {
    width: calc(100% - 750px);
  }

  .scroll-right {
    max-width: 750px;
  }

  .growth-slide {
    grid-template-columns: 720px 1fr;
  }

  .growth-dots {
    width: 720px;
  }

  .growth-header {
    flex-wrap: wrap;
    gap: 20px;
  }

  .auto-row {
    gap: 30px;
    grid-template-columns: 280px 1fr;
  }

  .auto-right {
    padding-left: 30px;
  }

  .get-in-touch-left {
    max-width: 150px;
  }

  .get-in-touch-right {
    max-width: calc(100% - 184px);
  }

  .get-in-touch-card h3 {
    font-size: 28px;
  }

  .get-in-touch-card-content p {
    font-size: 16px;
  }

  .footer-content-left p {
    font-size: 16vw;
  }

  .footer-content {
    gap: 0;
  }

  .footer-content-left-logo {
    bottom: -100px;
  }
}

@media (max-width: 1024px) {

  header {
    padding: 0 20px;
  }

  h1 {
    font-size: 46px;
  }

  .banner_content {
    bottom: 0;
    max-width: 550px;
    position: relative;
    margin-top: -80px;
  }

  .talking_ai_right {
    padding: 80px 0;
  }

  .talking_ai_left {
    padding: 80px 0 0;
  }

  .scroll-right {
    max-width: calc(100% - 280px);
    padding: 80px 0 80px 40px;
  }

  .scroll-left {
    width: 280px;
  }

  .content-box-bottom h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .growth-slide {
    grid-template-columns: 620px 1fr;
    gap: 24px;
  }

  .growth-dots {
    width: 620px;
  }

  .card-top-icon img {
    width: 38px;
    height: 38px;
  }

  .growth-section {
    padding: 0 30px 80px;
  }

  .growth-header {
    padding-top: 80px;
  }

  .get-in-touch-box {
    flex-direction: column;
    padding-bottom: 80px;
  }

  .get-in-touch-right {
    max-width: 100%;
  }

  .get-in-touch-header {
    margin-bottom: 40px;
  }

  .get-in-touch-left {
    padding: 0;
  }

  .contact-content {
    height: 500px;
    background-size: cover;
  }

  .contact-section {
    padding-bottom: 80px;
    margin-top: 80px;
  }

  .get-in-touch-section {
    padding: 0 30px 80px;
  }

  .footer-content-left-logo {
    bottom: -73px;
    position: relative;
    line-height: 100%;
    height: auto;
  }

  .vertical-border {
    height: 80px;
    top: -80px;
  }

  .footer-content-right {
    flex-direction: column;
    gap: 12px;
  }

  .auto-body-top .auto-right {
    padding-top: 80px;
  }

  .growth-header {
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .nav {
    gap: 10px;
  }

  .nav-links a {
    padding: 11px 18px;
  }

  .platform-left {
    max-width: 250px;
    padding-right: 30px;
  }

  .platform-right {
    width: calc(100% - 250px);
  }

  p {
    font-size: 16px;
  }

  .sprawl_content {
    display: none;
  }

  .growth-slide {
    grid-template-columns: 520px 1fr;
  }

  .growth-dots {
    width: 520px;
  }

  .growth-header-left {
    gap: 10px;
  }

  .auto-row {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .auto-row-left h4 {
    font-size: 24px;
  }

  .contact-content {
    flex-direction: column-reverse;
    height: 445px;
  }
}

@media (max-width: 820px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
    letter-spacing: 0;
  }

  header {
    padding: 0;
    top: 0;
  }

  .nav {
    grid-template-columns: auto auto;
    position: relative;
    padding: 8px 16px;
    top: 0;
    border-radius: 0;
  }

  .banner_content {
    max-width: 500px;
  }

  .nav-cta {
    display: none;
  }

  /* Hidden by default */
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid var(--stroke);
    border-radius: 10px;
    padding: 8px;
    z-index: 10;
  }

  /* When open */
  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    padding: 14px 16px;
    width: 100%;
  }

  .nav-toggle {
    display: flex;
    justify-self: end;
    background: transparent;
    outline: 1px solid #C6C6C6;
    width: 56px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;
    border: none;
  }

  .nav-toggle span {
    height: 1.5px;
    width: 22px;
    background: #fff;
  }

  .nav-links a::before {
    content: none;
  }

  .growth-slide {
    grid-template-columns: 420px 1fr;
  }

  .growth-dots {
    width: 420px;
  }

  .growth-left.card {
    gap: 32px;
  }

  .growth-track.slick-slider {
    margin-bottom: 0;
  }

  .growth-right.card blockquote {
    font-size: 16px;
  }

  .card-quote-author {
    font-size: 14px;
  }

  .lottie_banner {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 100px;
  }


}

@media (max-width: 767px) {

  .dsktp-img,
  .talking_ai_right_content,
  .tab_bottom_icons,
  .content-box-img .dsktp-img {
    display: none;
  }

  .dsktp-img.only-show-desk {
    display: block;
  }

  .mobile-img,
  .content-box-img .mobile-img,
  .auto-visual .mobile-img {
    display: block;
  }

  .lottie_banner {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 97px;
    gap: 36px;
    align-items: center;
  }

  .banner_content {
    margin-top: 0;
    padding: 0 16.5px;
  }

  .talking_ai {
    flex-direction: column;
    gap: 58px;
  }

  .talking_ai_right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #242424;
    padding: 16px;
  }

  .talking_ai_left p,
  .talking_ai_left h2 {
    max-width: max-content;

  }

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

  .platform-inner {
    flex-direction: column;
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;

  }

  .platform-left,
  .talking_ai_left {
    max-width: 100%;
    width: 100%;
  }

  .platform-right {
    margin: 12px;
    padding: 12px;
    width: calc(100% - 24px);
    min-height: 623px;
  }

  .platform-left {
    padding: 80px 16px 39px;
    border-bottom: 1px solid #242424;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .content-box-bottom h3 {
    font-size: 24px;
  }

  .scroll_content_box {
    gap: 32px;
  }

  .scroll_content_box #s3 .content-box-img img {
    max-height: 360px;
  }

  .growth-right.card {
    gap: 35px;
  }

  .growth-slide {
    grid-template-columns: 1fr;
  }

  .growth-dots {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .growth-slide>*:nth-child(1) {
    order: 2;
  }

  .growth-slide>*:nth-child(2) {
    order: 1;
  }

  .card {
    padding: 12px;
  }

  .growth-right.card {
    padding: 30px 12px;
  }

  .growth-section {
    padding: 0px 16px;
  }

  .get-in-touch-card h3 {
    font-size: 24px;
  }

  .footer-content-left-logo {
    bottom: -5px;
  }

  .footer-copyright ul {
    gap: 20px;
    flex-wrap: wrap;
  }

  .auto-header {
    gap: 10px;
  }

  .page {
    background: url('./images/mob_bg.svg') no-repeat;
    background-position: top right;
    background-size: contain;
  }


}

@media (max-width: 650px) {

  .scroll-left,
  .auto-left {
    display: none;
  }

  .scroll-right {
    max-width: 100%;
    padding: 80px 0;
    border: none;
  }

  .auto-right {
    max-width: 100%;
    padding-left: 0;
    border-left: none;
    gap: 32px;
  }

  .content-box-img {
    min-height: 417px;
    padding: 20px;
  }

  .content-box {
    padding: 0 12px 12px;
  }

  .auto-body {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .auto-row>*:nth-child(1) {
    order: 2;
  }

  .auto-row>*:nth-child(2) {
    order: 1;
    min-height: 541px;
  }

  .auto-row-right.card {
    margin: 16px;
    padding: 0;
  }

  .auto-row {
    margin-top: 0;
  }

  .auto-row::before {
    top: 0;
  }



  .get-in-touch-right {
    flex-direction: column;
  }

  .auto-header {
    margin-bottom: 0
  }

  .get-in-touch-card {
    max-width: 100%;
    padding: 12px;
    background: linear-gradient(0deg, #090909 0%, rgba(19, 19, 19, 0.30) 100%);
    min-height: 450px;
    display: flex;
    /* justify-content: space-between; */
  }

  .get-in-touch-header {
    margin-bottom: 20px;
    gap: 10px;
  }

  .banner_btns {
    flex-direction: column;
  }

  .contact-content {
    height: 569px;
    background-size: contain;
    background-position: center 70%;
    padding: 40px 12px;
  }

  .contact-content-right h2 {
    font-size: 32px;
  }

  .footer-content-bottom {
    height: auto;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-content-left-logo {
    bottom: 0;
  }

  .footer-content {
    padding: 30px 30px 0;
  }

  .footer-content-right {
    padding-left: 0;
  }

  /* .page {
    background: url(./images/mob_bg.svg) no-repeat;
    background-position: top right;
    background-size: contain;
  } */

  .subheading {
    font-size: 10px;
  }

  .get-in-touch-section {
    padding: 80px 16px 0;
  }

  .btn-logo .logo-img.circle2 {
    width: 15.89px;
    height: 15.5px;
  }

  .btn-logo .logo-img {
    width: 15.31px;
    height: 15.02px;
  }

  .btn-logo {
    height: 16px;
    width: 16px;
  }

  .card-media {
    height: 348px;
  }

  .card-media img {
    object-fit: cover;
  }

  .growth-right.card h4 {
    font-size: 32px;
  }

  .growth-right.card blockquote {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .card-caption p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
  }

  .get-in-touch-box {
    gap: 60px;
  }

  .get-in-touch-card-img {
    min-height: 301px;
    align-content: center;
    align-self: center;
  }

  .footer-content-left-logo img {
    padding-top: 0;
    width: 10%;
  }

  .lottie_banner img {
    width: 356px;
  }

  .auto-visual {
    padding: 20px;
  }

  .sprawl_img img {
    width: 320px;
  }

}

/* ---- Legal Pages (Privacy / Terms) ---- */
.legal-page {
  background-image: none;
}

.legal-hero {
  padding-top: 180px;
  padding-bottom: 60px;
}

.legal-hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  max-width: 800px;
}

.legal-hero-content h1 {
  margin: 0;
}

.legal-effective-date {
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 300;
}

.legal-body {
  padding-top: 60px;
  padding-bottom: 120px;
}

.legal-content {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal-section h3 {
  font-family: "SF UI Display";
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
  color: #fff;
}

.legal-section p,
.legal-section li {
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.60);
  margin: 0;
}

.legal-section ul {
  padding-left: 20px;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-section ul li {
  list-style: disc;
}

.legal-section a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}

.legal-section a:hover {
  opacity: 0.6;
}

.footer-copyright a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-copyright a:hover {
  opacity: 0.7;
}

@media (max-width: 820px) {
  .legal-hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .legal-body {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .legal-content {
    gap: 36px;
  }
}

@media (max-width: 650px) {
  .legal-hero {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .legal-section h3 {
    font-size: 20px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 14px;
  }

  .legal-content {
    gap: 32px;
  }
}

/* Lottie Performance: GPU acceleration for smoother playback */
lottie-player {
  transform: translateZ(0);
}

/* ---- Mobile Lottie: bigger sizing ---- */
@media (max-width: 767px) {
  /* Tab section – make the Lottie fill the container */
  .platform-right {
    min-height: auto;
    padding: 16px;
  }

  .tab_view lottie-player {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Override the desktop aspect-ratio so Lotties aren't squished on narrow screens */
  .lottie-player {
    aspect-ratio: auto;
  }

  /* "Real problem" section – make Lottie larger and full width */
  .talking_ai_right {
    padding: 30px 0;
  }

  .sprawl_img {
    width: 100%;
    padding: 0;
  }

  .sprawl_img lottie-player {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* How It Works section – increase card and Lottie area */
  .auto-row>*:nth-child(2) {
    min-height: auto;
  }

  .auto-visual {
    padding: 0;
    width: 100%;
  }

  .auto-visual lottie-player {
    width: 100% !important;
    max-width: 100% !important;
  }

  .auto-row-right.card {
    margin: 0;
    padding: 0;
    min-height: 380px;
  }
}

@media (max-width: 650px) {
  /* Override the previous min-height constraint */
  .auto-row>*:nth-child(2) {
    min-height: auto;
  }

  .auto-row-right.card {
    margin: 0;
    min-height: 340px;
    padding: 0;
  }

  .auto-visual {
    padding: 0;
  }

  /* Content box images (features section) – full width */
  .content-box-img {
    min-height: auto;
    padding: 16px 0;
  }

  .content-box {
    padding: 0 8px 12px;
  }

  /* Sprawl / "real problem" Lottie – full bleed on small screens */
  .talking_ai_right {
    padding: 20px 0;
  }

  .sprawl_img {
    width: 100%;
    padding: 0;
  }
}

/* ---- Contact Form Modal ---- */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80);
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.active {
  display: flex;
}

.modal-card {
  background: #0E0E0E;
  border: 1px solid #242424;
  border-radius: 12px;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: #FFFFFF99;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
  font-family: "SF UI Display";
  font-weight: 300;
}

.modal-close:hover {
  color: #ffffff;
}

.modal-card h3 {
  font-family: "SF UI Display";
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 8px 0;
  color: #fff;
}

.modal-card > p {
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 32px 0;
}

#contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-row .form-group {
  flex: 1;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-family: "SF UI Display";
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF99;
}

.form-group label .required {
  color: #FFFFFF99;
}

.form-group input,
.form-group textarea {
  background: #000000;
  border: 1px solid #242424;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: "SF UI Display";
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  outline: none;
  transition: border-color 0.15s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #FFFFFF40;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #FFFFFF99;
}

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

.modal-submit {
  width: 100%;
  margin-top: 8px;
  border: none;
  cursor: pointer;
  font-family: "SF Pro Display";
}

.form-success {
  text-align: center;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.form-success h3 {
  font-family: "SF UI Display";
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

.modal-close-btn {
  margin-top: 16px;
  border: none;
  cursor: pointer;
}

.modal-card::-webkit-scrollbar {
  width: 4px;
}

.modal-card::-webkit-scrollbar-track {
  background: transparent;
}

.modal-card::-webkit-scrollbar-thumb {
  background: #242424;
  border-radius: 2px;
}

@media (max-width: 650px) {
  .modal-card {
    padding: 32px 20px;
    border-radius: 8px;
  }

  .modal-card h3 {
    font-size: 24px;
  }

  .form-row {
    flex-direction: column;
    gap: 20px;
  }
}