/**
 * ==================== BASE STYLES ====================
 *
 * @format
 */

h1 {
  font-family: Anton;
  font-weight: 400;
  font-style: Regular;
  font-size: 80px;
  leading-trim: NONE;
  line-height: 90px;
  letter-spacing: -1.24px;
}

.paragraph-text {
  color: #def0de;
  font-family: "Rethink Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.449px;
  margin-top: 15px;
  max-width: 580px;
  /* margin-bottom: 2rem; */
}

/* ==================== HERO SECTION ==================== */
.platFormBg {
  position: absolute;
  top: 0;
  right: 0;
}

.platformBgImg {
  width: 100%;
  object-fit: cover;
  display: block;
}

.platformMobileBgImg {
  display: none;
  object-fit: cover;
  width: 100%;
}

.platform-hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /* gap: 4rem; */
  position: relative;
  /* padding: 2rem 0; */
}

.platform-hero-glow {
  position: absolute;
  top: -30%;
  right: 0;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    #4ecdc4 0%,
    rgba(78, 205, 196, 0.4) 30%,
    rgba(78, 205, 196, 0.15) 50%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
  animation: gentlePulse 12s ease-in-out infinite;
}
.Product-hero-image {
  display: block;
}
.platform-hero-glow--secondary {
  width: 700px;
  height: 700px;
  top: -20%;
  right: -10%;
  background: radial-gradient(
    circle at 40% 40%,
    #07b39b 0%,
    rgba(7, 179, 155, 0.3) 40%,
    transparent 65%
  );
  opacity: 0.6;
  animation: gentlePulse 15s ease-in-out infinite reverse;
}

@keyframes gentlePulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.platform-highlight {
  color: #4ecdc4;
  display: block;
}

.platform-heading-white {
  color: #fef3da;
}

.platform-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  background: transparent;
  border: 1px solid #4ecdc4;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.platform-cta-button:hover {
  background: #4ecdc4;
  transform: translateX(5px);
}

/* ==================== DASHBOARD PREVIEW ==================== */
.responsive-dashboard-preview {
  display: none;
}
.platform-dashboard-preview {
  position: relative;
  min-height: 400px;
  order: 2;
  overflow: visible;
}

/* .hero-analytic {
  position: absolute;
  background: transparent;
  top: 0;
  max-width: 90%;
  height: auto;
}

#hero1 {
  left: -3%;
  top: 0%;
}

#hero2 {
  right: 8%;
  top: 19%;
}

#hero3 {
  left: 5%;
  top: 62%;
}
  */

/* Glow wrapper positioning */
.hero-glow-wrapper {
  position: absolute;
  border-radius: 16px;
  isolation: isolate;
  transform: translate3d(0, 0, 0.01px);

  /* Updated glow variables */
  --glow-sens: 30;
  --color-sens: 50;
  --pointer-angle: 45deg;
  --pointer-distance: 0;
  --glow-color: 161deg 65% 55%;
}

#hero1 {
  left: 1%;
  top: 7%;
}

#hero2 {
  right: 11%;
  top: 18%;
}

#hero3 {
  left: 4%;
  top: 62%;
}

/* Image inside wrapper */
.hero1-analytic {
  display: block;
  width: 100%;
  border-radius: inherit;
  position: relative;
  z-index: 1;
  max-width: 285px;
  max-height: 306px;
  box-shadow: -5px -4px 12.4px 4px rgba(0, 153, 168, 0.2),
    -7px -4px 14.9px -7px rgba(61, 220, 151, 0.2);
}

.hero2-analytic {
  display: block;
  width: 100%;
  border-radius: inherit;
  position: relative;
  z-index: 1;
  max-width: 278px;
  max-height: 351px;
  box-shadow: -5px -4px 12.4px 4px rgba(0, 153, 168, 0.2),
    14px 20px 14.9px -7px rgba(61, 220, 151, 0.2);
}

.hero3-analytic {
  display: block;
  width: 100%;
  border-radius: inherit;
  position: relative;
  z-index: 1;
  max-width: 387px;
  max-height: 228px;
  box-shadow: -5px -4px 12.4px 4px rgba(0, 153, 168, 0.2),
    1px 10px 27.9px 4px rgba(61, 220, 151, 0.2);
}

/* Colored border effect */
.hero-glow-wrapper::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;

  opacity: 0;
  transition: opacity 0.25s ease-out;
  z-index: 0;
  pointer-events: none;
}
.hero-glow-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;

  background: radial-gradient(
    circle at var(--beam-x) var(--beam-y),
    hsl(var(--glow-color) / 10%) 0%,
    hsl(var(--glow-color) / 10%) 5%,
    transparent 65%
  );

  opacity: calc(var(--pointer-distance) / 100);
  transition: opacity 0.2s ease-out;
}
/* Glow element */
.hero-glow-wrapper > .glow {
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease-out;

  -webkit-mask-image: conic-gradient(
    from var(--pointer-angle) at center,
    black 2.5%,
    transparent 10%,
    transparent 90%,
    black 97.5%
  );
  mask-image: conic-gradient(
    from var(--pointer-angle) at center,
    black 2.5%,
    transparent 10%,
    transparent 90%,
    black 97.5%
  );

  mix-blend-mode: plus-lighter;
}

.hero-glow-wrapper > .glow::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px hsl(var(--glow-color) / 100%),
    inset 0 0 1px 0 hsl(var(--glow-color) / 70%),
    inset 0 0 3px 0 hsl(var(--glow-color) / 50%),
    inset 0 0 6px 0 hsl(var(--glow-color) / 30%),
    0 0 1px 0 hsl(var(--glow-color) / 70%),
    0 0 3px 0 hsl(var(--glow-color) / 50%),
    0 0 6px 0 hsl(var(--glow-color) / 30%),
    0 0 10px 0 hsl(var(--glow-color) / 20%);
}

/* Show glow on hover */
.hero-glow-wrapper:hover::before,
.hero-glow-wrapper:hover > .glow {
  opacity: 1;
}

/* ==================== TECHNICAL ARCHITECTURE ==================== */
.platform-tech-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 1rem; */
  padding: 40px 95px;
  text-align: center;
  margin-top: 160px;
  position: relative;
}

.circle-blue {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(8%, -5%);
  width: 90%;
  z-index: -20;
  /* animation: gentlePulse 15s ease-in-out infinite;s */
}

.platform-tech-section h2 {
  font-size: 2.5rem;
  color: #3ddc97;
}

.platform-tech-section > p {
  color: #b0b0b0;
  /* margin-bottom: 4rem; */
  font-size: 1rem;
  max-width: 1200px;
}

.platform-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin: 60px auto;
}

.platform-feature-card {
  border: 1px solid rgba(78, 205, 196, 0.2);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  /* background: rgba(46, 46, 46, 0.15); */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 25px;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(20, 20, 20, 0.5),
    inset 0 -1px 0 rgba(66, 66, 66, 0.1), inset 0 0 20px 10px rgb(24, 24, 24); */
  position: relative;

  border-radius: 25px;
  background: rgba(0, 0, 0, 0);

  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  --border-width: 0.5px;
}

/* ====== BORDER OUTLINE (button::after applied to card) ====== */
.platform-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: var(--border-width);
  box-sizing: border-box;

  background: conic-gradient(
      from var(--angle-1) at 50% 50%,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0) 5% 40%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 60% 95%,
      rgba(0, 0, 0, 0.5)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));

  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all var(--anim--hover-time) var(--anim--hover-ease),
    --angle-1 500ms ease;
}

@property --angle-1 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -75deg;
}

@property --angle-2 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -45deg;
}

.platform-feature-card:hover {
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: -5px -4px 12.4px 4px rgba(0, 153, 168, 0.2),
    -7px -4px 14.9px -7px rgba(61, 220, 151, 0.2);
  scale: 1.1 1.2;
}

/* ACTIVE effect for mobile scroll (same as hover) */
.platform-feature-card.active {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: -5px -4px 12.4px 4px rgba(0, 153, 168, 0.2),
    -7px -4px 14.9px -7px rgba(61, 220, 151, 0.2);
}

.platform-feature-card h3 {
  margin-bottom: 1rem;
  color: #fff;

  font-family: Anton;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.449px;
}
.technical-paragraph-text {
  color: #def0de !important;
  text-align: center;
  font-family: "Rethink Sans";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.449px;
  margin-top: 10px;
  margin: 10px auto;
}
.technical-paragraph-heading {
  color: #3ddc97;
  text-align: center;
  font-family: Anton;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 83.333% */
  letter-spacing: 0.369px;
}
.platform-feature-card p {
  color: #def0de;
  text-align: center;
  font-family: "Rethink Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.312px;
}

/* ==================== SEAMLESSLY INTEGRATE SECTION ==================== */
.seamlessely-integrate-section {
  border-radius: 14px;
  background-color: #0099ab;
  margin: 50px 95px;
  padding: 100px 60px;
  display: flex;
  gap: 40px;
}

.seamlessly-left-section {
  flex: 1;
}

.seamlessly-right-section {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 600px;
  padding: 20px;
}

.highlight-seamlessly {
  color: #3ddc97 !important;
}

.white-seamlessly {
  color: #def0de;
}

.seamlessly-heading h3 {
  color: white;
  font-size: 2.5em;
  font-family: Anton;
  font-weight: 100 !important;
  /* margin-bottom: 15px; */
}

.seamlessly-heading p {
  color: #ececec;
  font-family: "Rethink Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 105% */
  max-width: 750px;
  letter-spacing: -0.449px;
}

/* ==================== ACCORDION ==================== */
.accordion {
  margin-top: 30px;
}

.accordion-item {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  border-bottom: 1.5px solid white;
}
.accordion-item:last-child {
  border-bottom: 0px;
}

.accordion-header {
  cursor: pointer;
  padding: 18px 0;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.accordion-header > h3 {
  color: #ececec;
  font-family: Anton;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 75% */
  letter-spacing: -0.312px;
}
/* .accordion-header:hover {
  opacity: 0.8;
} */

.accordion-header .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  /* font-weight: bold; */
  transition: 0.3s;
}

.accordion-item.active .accordion-header .icon {
  background-color: #3ddc97;
  color: black;
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-in-out;
  padding: 0;
}

.accordion-content.active {
  max-height: 500px;
  padding: 0 0 40px 0;
}

.accordion-content p {
  color: #ececec !important;
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 116.667% */
  letter-spacing: -0.15px;
  max-width: 78%;
}
.accordion-item.active .accordion-header h3 {
  color: #3ddc97;
  font-weight: 100;
}
/* ==================== DEMO CARD ==================== */
.demo-card {
  background: transparent;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 10;
  max-width: 450px;
  text-align: center;

  position: sticky;
  top: 150px;
  transform: translateY(calc(var(--scrollY) * 0.15));
  transition: transform 0.1s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diamondShape {
  /* position: absolute;
  top: 0; */
}

.demo-card h3 {
  color: #fff;
  text-align: center;
  font-family: Anton;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 100% */
  letter-spacing: -1.236px;
  padding: 0px 50px;
}

.demo-card p {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 18px;
  font-family: "Rethink Sans";
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  max-width: 750px;
  letter-spacing: -0.449px;
}

.request-demo-btn {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 25px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  /* font-style: normal; */
  text-decoration: none;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 28px; /* 155.556% */
}

.request-demo-btn:hover {
  cursor: pointer;
}

/* ==================== DIAMOND SHAPES ==================== */
.diamond-shapes {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
  z-index: 1;
}

.diamond-shapes svg {
  position: absolute;
  /* opacity: 0.4; */
  left: 50%;
}

.diamond-shapes svg:nth-child(1) {
  max-width: 435.366px;
  height: 449.692px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.diamond-shapes svg:nth-child(2) {
  transform: translate(-50%, -42%);
  z-index: 2;
  top: 23%;
  height: 412.387px;
  opacity: 0.2;
}

.diamond-shapes svg:nth-child(3) {
  height: 375.078px;
  transform: translate(-50%, -35%);
  z-index: 3;
  top: 42%;
  opacity: 0.3;
}

.diamond-shapes svg:nth-child(4) {
  height: 338.974px;
  transform: translate(-50%, -28%);
  z-index: 4;
  top: 62%;
  opacity: 0.4;
}

/* ==================== TECHNICAL SPECIALIZATION ==================== */
.technical-specialization-section {
  padding: 6rem;
}

.technical-specialization-header {
  text-align: center;
  padding: 30px 0;
}

.technical-specialization-header h1 {
  font-family: Anton;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.369px;
  color: #3ddc97;
  margin-bottom: 10px;
}

.text-white {
  color: #def0de;
  text-align: center;
}

.technical-specialization {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0px 50px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.specialization-card {
  padding: 38px 20px;
  background: rgba(30, 30, 30, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 0px solid rgba(78, 205, 196, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;

  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  --border-width: 0.5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.specialization-card h3 {
  color: #3ddc97;
  text-align: center;
  font-family: Anton;
  font-size: 24px;
  font-style: normal;
  display: block;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.15px;
}

.specialization-card span {
  color: #ffffff;
  /* opacity: 0.4; */
  text-align: center;
  font-family: "Rethink Sans";
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.15px;
  margin-top: 10px;
}

/* ====== BORDER OUTLINE (button::after applied to card) ====== */
.specialization-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: var(--border-width);
  box-sizing: border-box;

  background: conic-gradient(
      from var(--angle-1) at 50% 50%,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0) 5% 40%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 60% 95%,
      rgba(0, 0, 0, 0.5)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));

  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all var(--anim--hover-time) var(--anim--hover-ease),
    --angle-1 500ms ease;
}

/* Hover: turn the animated border exactly like button */
.feature-card:hover::after {
  --angle-1: -125deg;
}

@property --angle-1 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -75deg;
}

@property --angle-2 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -45deg;
}

:root {
  --anim--hover-time: 400ms;
  --anim--hover-ease: cubic-bezier(0.25, 1, 0.5, 1);
}

/* ==================== COMMON CTA ==================== */
.common-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 75vh;
  padding: 48px 16px;
  overflow: hidden;
}

.common-cta .cta-bg {
  position: absolute;
  inset: -10% -10% -20% -10%;
  width: 120%;
  height: auto;
  opacity: 0.6;
  filter: blur(2px);
  z-index: 0;
  pointer-events: none;
  transform: translateY(-5%);
}

.cta-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 760px);
  padding: 32px 40px;
  border-radius: 20px;
  background: rgba(8, 14, 13, 0.72);
  border: 1px solid rgba(61, 220, 151, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: center;
}

.cta-card-heading {
  color: #def0de;
  text-align: center;
  font-family: Anton;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -1.236px;
}

.cta-card-heading .accent {
  color: #3ddc97;
}

.cta-card-sub {
  margin: 0 0 18px;
  color: #a7c5bd;
  font: 500 16px/1.6 "Rethink Sans", ui-sans-serif, system-ui, -apple-system,
    Segoe UI, Roboto, Arial, sans-serif;
}

/* ==================== RESPONSIVE STYLES ==================== */

@media (max-width: 1599px) {
  .platform-tech-section {
    padding: 40px 80px;
  }
  h1,
  h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .hero1-analytic {
    max-width: 230px;
    max-height: 306px;
  }

  .hero2-analytic {
    max-width: 230px;
    max-height: 351px;
  }

  .hero3-analytic {
    max-width: 330px;
    max-height: 228px;
  }

  #hero1 {
    left: 20%;
    top: 0%;
    transform: translateX(-50%);
  }

  #hero2 {
    right: auto;
    left: 55%;
    top: 5%;
    /* transform: translateX(-50%); */
  }

  #hero3 {
    left: 50%;
    top: 70%;
    transform: translateX(-100%);
  }
}

@media (max-width: 1366px) {
  .platform-tech-section {
    padding: 30px 70px;
  }
  h1,
  h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .paragraph-text {
    max-width: 350px;
  }

  .hero1-analytic {
    max-width: 200px;
  }

  .hero2-analytic {
    max-width: 200px;
  }

  .hero3-analytic {
    max-width: 300px;
  }
}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
  h1,
  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  #hero1 {
    left: 25%;
    top: 5%;
    transform: translateX(-50%);
  }

  #hero2 {
    right: auto;
    left: 60%;
    top: 5%;
    /* transform: translateX(-50%); */
  }

  #hero3 {
    left: 55%;
    top: 65%;
    transform: translateX(-100%);
  }

  .hero1-analytic {
    max-width: 180px;
  }

  .hero2-analytic {
    max-width: 180px;
  }

  .hero3-analytic {
    max-width: 300px;
  }

  /* .platform-hero-section {
    gap: 2rem;
    padding: 1rem;
  } */

  .platform-tech-section {
    margin-top: 120px;
    padding: 0px 40px;
  }

  .platform-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 0 1rem;
  }

  .seamlessely-integrate-section {
    margin: 0px 40px;
    padding: 40px;
    gap: 30px;
  }
  .hero-analytic {
    height: 250px;
  }
  .seamlessly-heading h3 {
    font-size: 2em;
  }

  .technical-specialization {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }

  .technical-specialization-section {
    padding: 3rem 1rem;
  }

  .technical-specialization-header h1 {
    font-size: 38px;
  }

  .cta-card-heading {
    font-size: 48px;
    line-height: 52px;
  }
  .accordion-content p {
    font-size: 15px;
    line-height: 20px; /* 116.667% */
  }
  .accordion-header > h3 {
    font-size: 27px;
    font-weight: 400;
    line-height: 24px; /* 75% */
  }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  h2 {
    display: flex;
    align-items: center;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.8px;
  }

  .paragraph-text {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  /* Hero Section - Mobile */
  .platform-hero-section {
    /* grid-template-columns: 1fr; */
    /* gap: 2rem;
    padding: 1rem; */
    display: flex;
    flex-direction: column-reverse;
    text-align: start;
    padding-top: 36px;
    gap: 40px;
  }

  /* Hide blue circle glow on mobile */
  .platform-hero-glow,
  .platform-hero-glow--secondary {
    display: none;
  }
  .product-hero-image {
    display: none !important;
  }

  .platform-hero-content {
    width: 100%;
    order: 1;
    text-align: start;
  }

  .hero-analytic {
    max-width: 50%;
    height: 300px;
    position: relative;
  }

  #hero3 {
    top: 8% !important; /* First / Top */
    z-index: 3;
  }

  #hero1 {
    top: 38% !important; /* Middle */
    z-index: 2;
  }

  #hero2 {
    top: 68% !important; /* Bottom */
    z-index: 1;
  }
  .accordion-content p {
    font-size: 12px;
    line-height: 19px; /* 116.667% */
    max-width: 80%;
  }
  .accordion-header > h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 24px; /* 75% */
  }
  /* dashboard preview */

  .platform-dashboard-preview {
    display: none;
  }
  .responsive-dashboard-preview {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .responsive-previewImg-Row1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .responsive-previewImg-Row2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .responsiveDash1Img {
    max-width: 250px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: -4px -4px 15px 2px rgba(0, 153, 168, 0.3),
      4px 4px 15px -7px rgba(61, 220, 151, 0.6);
  }
  .responsiveDash2Img {
    max-width: 180px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: -4px -4px 15px 2px rgba(0, 153, 168, 0.3),
      4px 4px 15px -7px rgba(61, 220, 151, 0.6);
  }
  .responsiveDash3Img {
    max-width: 180px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: -4px -4px 15px 2px rgba(0, 153, 168, 0.3),
      4px 4px 15px -7px rgba(61, 220, 151, 0.6);
  }

  /* Optional: Slight scale variation for depth */
  #hero3 {
    transform: translate(-50%, -80%) scale(1.05);
  }
  #hero1 {
    transform: translate(-23%, 125%) scale(1);
  }
  #hero2 {
    transform: translate(-110%, 124%) scale(0.95);
  }

  /* Technical Architecture - Mobile */
  .platform-tech-section {
    margin-top: 4rem;
    padding: 0px 20px;
  }

  .circle-blue {
    display: none;
  }

  .platform-tech-section h2 {
    font-size: 2rem;
  }

  .platform-tech-section > p {
    /* margin-bottom: 2rem; */
    font-size: 0.9rem;
    padding: 0 1rem;
  }

  .platform-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }

  .platform-feature-card {
    padding: 2rem 1.5rem;
  }
  .platform-feature-card:hover {
    scale: 1;
  }
  .platform-feature-card h3 {
    color: #0099ab;
  }
  /* Seamlessly Integrate - Mobile */
  .seamlessely-integrate-section {
    flex-direction: column;
    margin: 0px 20px;
    padding: 30px 20px;
    gap: 30px;
  }

  .seamlessly-left-section,
  .seamlessly-right-section {
    flex: 1;
    width: 100%;
    min-height: auto;
  }

  .seamlessly-heading h3 {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .seamlessly-heading p {
    font-size: 0.85em;
  }

  .accordion-header {
    font-size: 1em;
    padding: 15px 0;
  }
  .white-seamlessly {
    margin-right: 4px;
  }
  /* Demo card centered on mobile */
  .seamlessly-right-section {
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }

  .demo-card {
    max-width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
  }

  .demo-card h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .demo-card p {
    /* font-size: 0.85em; */
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 0px;
  }

  /* Diamond shapes - smaller on mobile */
  .diamond-shapes {
    height: 300px;
    margin-top: 20px;
  }

  .diamond-shapes svg:nth-child(1) {
    height: 280px;
  }

  .diamond-shapes svg:nth-child(2) {
    height: 250px;
  }

  .diamond-shapes svg:nth-child(3) {
    height: 220px;
  }

  .diamond-shapes svg:nth-child(4) {
    height: 190px;
  }

  /* Technical Specialization - Mobile */
  .technical-specialization-section {
    padding: 3rem 1rem;
  }

  .technical-specialization-header h1 {
    font-size: 28px;
    line-height: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .technical-specialization-header span {
    /* font-size: 0.85em; */
    padding: 0 1rem;
  }

  .technical-specialization {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }

  .specialization-card h3 {
    font-size: 20px;
    line-height: 32px;
  }

  /* CTA Section - Mobile */
  .common-cta {
    min-height: 60vh;
    padding: 32px 16px;
  }

  .cta-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .cta-card-heading {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.8px;
  }

  .cta-card-sub {
    font-size: 14px;
    line-height: 1.5;
  }

  .platform-cta-button {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
  }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .platformBgImg {
    width: 170%;
    overflow-x: hidden;
    display: none;
  }
  .platformMobileBgImg {
    display: block;
    width: 100vw;
  }
  .platform-hero-section {
    /* gap: 1.5rem; */
  }
  .heroCircle {
    display: none !important;
  }
  .seamlessly-heading h3 {
    font-size: 1.5em;
  }
  .product-hero-image {
    display: none !important;
  }
  .demo-card {
    padding: 25px 15px;
    background-color: #0099ab;
    color: white;
  }

  .demo-card h3 {
    font-size: 27px;
    line-height: 28px;
    padding: 8px 7px;
  }
  .accordion-content.active {
    padding: 0 0 10px 0;
  }
  .request-demo-btn {
    width: 191.984px;
    padding: 9px 0px;
    margin-top: 40px;
  }
  .specialization-card {
    margin: 0 10px;
  }
  .technical-specialization-header h1 {
    font-size: 28px;
    line-height: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .technical-specialization-header h1 .text-white {
    color: #3ddc97 !important;
  }
  .cta-card-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .diamond-shapes {
    height: 271px;
    position: absolute;
  }

  .diamond-shapes svg:nth-child(1) {
    /* height: 220px; */
    /* width: 100%; */
    height: 313px;
    width: 75%;
  }

  .diamond-shapes svg:nth-child(2) {
    height: 235px;
  }

  .diamond-shapes svg:nth-child(3) {
    height: 170px;
  }

  .diamond-shapes svg:nth-child(4) {
    height: 179px;
    opacity: 1;
  }

  .responsiveDash1Img {
    max-width: 181px;
  }
  .responsiveDash2Img {
    max-width: 144px;
  }
  .responsiveDash3Img {
    max-width: 149px;
  }
}
