@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.cdnfonts.com/css/cabinet-grotesk');

:root {
  --bg0: #070A12;
  --bg1: #0B1023;
  --surface: rgba(255, 255, 255, .06);
  --surface2: rgba(255, 255, 255, .09);
  --stroke: rgba(255, 255, 255, .12);
  --text: #EAF0FF;
  --muted: rgba(234, 240, 255, .72);
  --muted2: rgba(234, 240, 255, .56);
  --accent: #F26A2E;
  --accent2: #FF8B3D;
  --cm-orange: #F26A2E;
  --warning: #FFB020;
  --radius: 20px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
  --shadow2: 0 16px 50px rgba(0, 0, 0, .35);
  --ring: 0 0 0 .25rem rgba(242, 106, 46, .22);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: #171717;
}

.page {
  min-height: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--text);
}

.muted {
  color: var(--muted2);
}

/* Bootstrap overrides */
.btn-primary {
  --bs-btn-bg: var(--accent);
  --bs-btn-border-color: rgba(255, 255, 255, .12);
  --bs-btn-hover-bg: #6B49FF;
  --bs-btn-hover-border-color: rgba(255, 255, 255, .18);
  --bs-btn-active-bg: #5E3DFF;
  --bs-btn-active-border-color: rgba(255, 255, 255, .18);
  --bs-btn-disabled-bg: rgba(124, 92, 255, .6);
  --bs-btn-disabled-border-color: transparent;
}

.btn-secondary-cm {
  border-radius: 10px;
  border: 1px solid #FEFEFE;
  background: #1A1A1A;
  box-shadow: 0 2px 0 0 rgba(201, 201, 201, 0.25) inset, 0 4px 3px 0 rgba(255, 242, 242, 0.25) inset;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  height: 56px;
  line-height: 56px;
}

.btn-secondary-cm:hover .label-up:first-child {
  top: -100%;
  transform: translateY(-5px);
}

.btn-secondary-cm:hover .label-up:last-child {
  top: 0%;

}

.btn-secondary-cm:hover {
  border-radius: 10px;
  border: 1px solid #FEFEFE;
  background: linear-gradient(180deg, #363636 0%, #1A1A1A 100%);
  box-shadow: 0 2px 0 0 rgba(201, 201, 201, 0.25) inset, 0 4px 3px 0 rgba(255, 242, 242, 0.25) inset, 0 4px 8.6px 0 rgba(107, 107, 107, 0.25);
  /* transform: translateY(-5px); */
}

.btn-cm-cta {
  border-radius: 10px;
  border: 2px solid #D83903;
  background: var(--Orange, #F05D35);
  box-shadow: 0 4px 9.6px 0 rgba(241, 101, 53, 0.23), 0 6px 4px 0 rgba(255, 242, 242, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.btn-cm-cta:disabled {
  border-radius: 10px;
  border: 2px solid #D83903;
  background: var(--Orange, #F05D35);
  box-shadow: 0 4px 9.6px 0 rgba(241, 101, 53, 0.23), 0 6px 4px 0 rgba(255, 242, 242, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  height: 56px;
  line-height: 56px;
  text-align: center;
  /* opacity: 0.9; */
  cursor: not-allowed;
}


.label-up {
  display: block;
  padding: 0 40px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: top 0.3s ease-out;
  /* âœ… ease-out matches Figma */
  white-space: nowrap;
}

/* âœ… Second span starts BELOW the button */
.label-up:last-child {
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

/* âœ… On hover: first exits UP, second comes UP into view */
.btn-cm-cta:hover .label-up:first-child {
  top: -100%;
}

.btn-cm-cta:hover .label-up:last-child {
  top: 0%;
}

.btn-cm-cta:hover {
  border-radius: 10px;
  border: 2px solid #D83903;
  background: #F1491B;
  box-shadow: 0 4px 9.6px 0 rgba(241, 101, 53, 0.23), 0 6px 4px 0 rgba(255, 242, 242, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* Footer subscribe button sizing (matches design) */
.footer-form-2 .btn-cm-cta {
  height: 44px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
}


.btn-outline-light {
  --bs-btn-color: var(--text);
  --bs-btn-border-color: rgba(255, 255, 255, .22);
  --bs-btn-hover-color: var(--text);
  --bs-btn-hover-bg: rgba(255, 255, 255, .08);
  --bs-btn-hover-border-color: rgba(255, 255, 255, .28);
  --bs-btn-active-bg: rgba(255, 255, 255, .10);
}


/* Header (matches screenshot) */
.cm-headerbar {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  width: min(1150px, 100%);
  margin: 0 auto;
  display: flex;
  padding: 10px 18px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

/* .cm-headerbar .navbar-collapse {
  flex: 1;
} */

.cm-headerbar .navbar-nav {
  flex-wrap: wrap;
}

.cm-brand {
  color: #333;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cm-logo {

  border-radius: 999px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cm-logo__core {
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  opacity: .5;
}

.cm-logo--sm {
  width: 22px;
  height: 22px;
}

.cm-navtoggle {
  border: none !important;
  border-radius: 999px;
  padding: 6px 10px;
}

.cm-navtoggle:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.cm-navtoggle .navbar-toggler-icon {
  filter: invert(0);
}

.cm-nav .nav-link {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px !important;
}

.cm-nav .nav-link:hover {
  border-radius: 8px;
  background: rgba(242, 242, 242, 0);
  color: #F05736;
  padding: 10px !important;
  border-bottom: 1px solid transparent;
  background-image: linear-gradient(rgba(242, 242, 242, 0), rgba(242, 242, 242, 0)), linear-gradient(90deg, #FFF1EC, #F16535, #FFF1EC);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #FFFFFF inset !important;
}

.cm-nav .nav-link.active {
  border-radius: 8px;
  background: rgba(242, 242, 242, 0);
  color: #F05736;
  padding: 10px !important;
  border-bottom: 1px solid transparent;
  background-image: linear-gradient(rgba(242, 242, 242, 0), rgba(242, 242, 242, 0)), linear-gradient(90deg, #FFF1EC, #F16535, #FFF1EC);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #ffffff inset !important;
}

.cm-nav {
  margin-left: auto;
  gap: 20px;
}

/* .cm-nav .btn-cm-cta {
  padding: 10px 18px;
} */

.cm-nav .dropdown-menu {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, .10);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

.cm-nav .dropdown-item {
  font-weight: 650;
}

.cm-nav .dropdown-item:active {
  background: rgba(242, 106, 46, .14);
  color: #151A22;
}

/* Small dropdowns (same dark language as mega) */
.cm-dd.dropdown-menu {
  margin-top: 14px;
  padding: 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 22, 28, .92), rgba(12, 13, 17, .92));
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
  min-width: 240px;
}

.cm-dd__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 14px;
  color: rgba(234, 240, 255, .88);
  font-weight: 700;
}

.cm-dd__item:hover {
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

/* Mega dropdown (matches screenshot) */
.cm-mega.dropdown-menu {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: auto;
  width: fit-content;
}

.cm-mega__panel {
  /* width: min(1150px, calc(100vw - 48px)); */
  width: 616px;
  margin: -22px auto 0;
  border-radius: 20px;
  border: 1px solid #343333;
  background: #131313;
  box-shadow: 0 4px 54px 0 rgba(66, 66, 66, 0.25);
  overflow: hidden;
  display: flex;
  padding: 7px 8px 20px 7px;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  overflow-y: scroll;
}

.cm-mega__panel-2 {
  /* width: min(743px, calc(100vw - 48px)); */
  width: 253px;
  margin: -25px auto 0;
  border-radius: 20px;
  border: 1px solid #343333;
  background: #131313;
  box-shadow: 0 4px 54px 0 rgba(66, 66, 66, 0.25);
  overflow: hidden;
  display: flex;
  padding: 7px 8px 20px 7px;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}

.cm-mega__grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;

}

.custom-postion-accoding {
  position: relative !important;
}

.custom-drop-sw {
  top: 95px !important;
}

.border-custom- {
  border-radius: 13px;
  border: 1px solid rgba(52, 51, 51, 0.89);
  background: #131313;
  box-shadow: 0 4px 34px 0 rgba(244, 93, 52, 0.09);
  width: 100%;
  padding-top: 17px;
}

.cm-mega__col.cm-mega__col--mid-last {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cm-mega__grid-server {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 0;
  border-radius: 13px;
  border: 1px solid rgba(52, 51, 51, 0.89);
  background: #131313;
  box-shadow: 0 4px 34px 0 rgba(244, 93, 52, 0.09);
}

.right-col-cm-app-development {
  border-left: 1px solid rgba(52, 50, 50, 0.53);
  padding-left: 25px;
}

.cm-mega__grid-2 {
  display: grid;
  grid-template-columns: 1.05fr;
  gap: 0;
  border-radius: 13px;
  border: 1px solid rgba(52, 51, 51, 0.89);
  background: #131313;
  box-shadow: 0 4px 34px 0 rgba(244, 93, 52, 0.09);
  width: 100%;
}

.cm-mega__col {
  margin: 22px 0px 18px;
  padding: 0 26px;
}

.cm-mega__col--mid {
  border-left: 1px solid rgba(255, 255, 255, .08);
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.cm-mega__col--product {
  padding-right: 26px;
  border-left: 1px solid #343232;
}

.cm-mega__h {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin-bottom: 17px;
  opacity: 0.3;
  position: relative;
}



.cm-mega__link {
  display: block;
  padding: 8.5px 0;
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease;
  /* 27px */
}

span.cm-mega__thumb img {
  width: 100%;
  /* height: 150px; */
  border-radius: 13px;
}

.cm-mega__link:hover {
  color: #E5562F;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}

.cm-mega__link:hover::after {
  content: "→";
  margin-left: 5px;
  transition: all 0.3s ease;
}

.cm-mega__link.active {
  color: #E5562F;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cm-mega__product {
  display: block;
  border-radius: 18px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .10);
  padding: 14px;
}

.cm-mega__product:hover {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .14);
}

.cm-mega__thumb {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .10);
  background:
    radial-gradient(520px 200px at 70% 20%, rgba(242, 106, 46, .25), transparent 60%),
    radial-gradient(520px 220px at 20% 80%, rgba(255, 255, 255, .06), transparent 65%),
    rgba(255, 255, 255, .03);
  margin-bottom: 12px;
}

.cm-mega__productBody {
  display: block;
}

.cm-mega__productT {
  display: block;
  color: #F6F6F6;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin-bottom: 10px;
}

.cm-mega__productD {
  display: block;
  color: #F6F6F6;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  opacity: 0.7;
}

.cm-mega__bottom {
  display: flex;
  justify-content: flex-end;
  /* justify-content: flex-start; */
  gap: 8px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.cm-mega__bottomText {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.cm-mega__bottomLink {
  opacity: 0.7;
  color: #FD673E;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cm-sub-menu {
  color: #F16C48;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cm-mega__bottomLink:hover {
  color: #ff8b3d;
}

/* Center mega menu under pill navbar */
@media (min-width: 992px) {
  .cm-nav .dropdown {
    position: static;
  }


  .cm-mega {
    left: 0;
    right: 0;
    top: calc(100% + 8px);
  }

  /* Optional hover open like screenshot behavior */
  .cm-nav .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .cm-mega__panel {
    width: 100%;
    margin-top: 10px;
    height: 50vh;
  }

  .cm-mega__grid {
    grid-template-columns: 1fr;
  }

  .cm-mega__col--mid {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
}

/* Hero */
.site-header {
  position: sticky;
  z-index: 9999;
  top: 8px;
}

.hero {
  padding: 46px 0 30px;
}

.hero-center {
  width: min(1280px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero-search {
  width: min(420px, 100%);
  margin: 0 auto 18px;
  padding: 10px 14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(234, 240, 255, .75);
  backdrop-filter: blur(10px);
}

.hero-search__icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .30);
  border: 1px solid rgba(255, 255, 255, .12);
}

.hero-search__text {
  font-weight: 650;
  font-size: .92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-title {
  font-family: "Fraunces", serif;
  font-weight: 750;
  letter-spacing: -.03em;
  font-size: clamp(2.0rem, 2.5vw + 1.35rem, 3.25rem);
  line-height: 1.12;
  margin: 0 0 12px;
}

.hero-title__accent {
  color: var(--cm-orange);
  text-shadow: 0 18px 46px rgba(242, 106, 46, .24);
}

.hero-sub {
  margin: 0 auto;
  /* max-width: 62ch; */
  color: rgba(234, 240, 255, .70);
  line-height: 1.75;
  font-weight: 600;
}

/* Hero art */
.hero-art {
  position: relative;
  min-height: 420px;
  border-radius: calc(var(--radius) + 10px);
  border: 1px solid rgba(255, 255, 255, .10);
  background:
    radial-gradient(800px 500px at 20% 10%, rgba(124, 92, 255, .22), transparent 60%),
    radial-gradient(600px 500px at 85% 40%, rgba(0, 211, 167, .14), transparent 60%),
    rgba(255, 255, 255, .03);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.art-glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 50%, rgba(124, 92, 255, .18), transparent 55%);
  filter: blur(10px);
  opacity: .9;
  pointer-events: none;
  animation: floatGlow 9s ease-in-out infinite;
}

@keyframes floatGlow {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(2%, -3%, 0) rotate(6deg);
  }
}

.art-card {
  position: absolute;
  left: 18px;
  right: 18px;
  border-radius: 18px;
  background: rgba(12, 16, 32, .62);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow2);
}

.art-card--top {
  top: 20px;
  height: 140px;
  transform: rotate(-2deg);
}

.art-card--mid {
  top: 165px;
  height: 160px;
  transform: rotate(2deg);
}

.art-card--bottom {
  bottom: 20px;
  height: 120px;
  transform: rotate(-1deg);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 14px;
  gap: 10px;
}

.art-header {
  display: flex;
  gap: 8px;
  padding: 14px 14px 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .3);
}

.dot-red {
  background: #FF5C70;
}

.dot-yellow {
  background: #FFC34D;
}

.dot-green {
  background: #42E2A9;
}

.art-lines {
  padding: 2px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.art-lines span {
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(234, 240, 255, .20), rgba(234, 240, 255, .06));
}

.art-lines span:nth-child(2) {
  width: 82%;
}

.art-lines span:nth-child(3) {
  width: 68%;
}

.art-lines span:nth-child(4) {
  width: 74%;
}

.art-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  background: rgba(124, 92, 255, .18);
  border: 1px solid rgba(124, 92, 255, .32);
}

.art-grid {
  position: absolute;
  inset: 50px 14px 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.art-grid .g {
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .10);
}

.art-grid .g:nth-child(2),
.art-grid .g:nth-child(7) {
  background: linear-gradient(135deg, rgba(124, 92, 255, .22), rgba(0, 211, 167, .12));
  border-color: rgba(255, 255, 255, .14);
}

.art-stat {
  text-align: left;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  flex: 1;
  min-width: 0;
}

.art-stat__n {
  font-weight: 900;
  letter-spacing: -.01em;
}

.art-stat__l {
  margin-top: 2px;
  color: var(--muted2);
  font-weight: 700;
  font-size: .82rem;
}

/* Sections */
.section {
  padding: 78px 0;
}

.section-tight {
  padding: 56px 0;
}

.section-surface {
  position: relative;
  background: rgba(255, 255, 255, .02);
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.section-title {
  font-family: "Fraunces", serif;
  font-weight: 650;
  letter-spacing: -.02em;
  font-size: clamp(1.7rem, 1.4vw + 1.2rem, 2.35rem);
  margin: 0;
}

.section-subtitle {
  margin: 0;
  color: var(--muted);
  max-width: 58ch;
  line-height: 1.7;
}

/* Cards */
.feature-card,
.work-card,
.step-card,
.quote-card {
  height: 100%;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .25);
}

.cm-stats {
  padding-top: 30px;
}

.stat-card {
  height: 100%;
  padding: 22px 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .10);
  text-align: center;
}

.stat-n {
  font-weight: 950;
  letter-spacing: -.02em;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, .92);
}

.stat-l {
  margin-top: 6px;
  color: rgba(234, 240, 255, .62);
  font-weight: 700;
}

.portfolio-card {
  height: 100%;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .10);
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .25);
}

.portfolio-thumb {
  height: 220px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  background:
    radial-gradient(520px 240px at 15% 20%, rgba(242, 106, 46, .25), transparent 62%),
    radial-gradient(520px 240px at 90% 40%, rgba(255, 255, 255, .06), transparent 65%),
    rgba(255, 255, 255, .03);
}

.portfolio-thumb--b {
  background:
    radial-gradient(520px 240px at 15% 30%, rgba(255, 255, 255, .06), transparent 62%),
    radial-gradient(520px 240px at 90% 25%, rgba(242, 106, 46, .20), transparent 65%),
    rgba(255, 255, 255, .03);
}

.portfolio-body {
  padding: 18px 20px 20px;
}

.feature-card {
  padding: 22px 22px 20px;
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(124, 92, 255, .22), rgba(0, 211, 167, .10));
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(234, 240, 255, .92);
}

.feature-title {
  margin: 14px 0 6px;
  font-weight: 800;
  letter-spacing: -.01em;
  font-size: 1.1rem;
}

.feature-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.work-card {
  overflow: hidden;
}

.work-thumb {
  height: 190px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  background:
    radial-gradient(500px 220px at 20% 20%, rgba(124, 92, 255, .30), transparent 60%),
    radial-gradient(450px 250px at 85% 30%, rgba(0, 211, 167, .16), transparent 65%),
    rgba(255, 255, 255, .03);
}

.work-thumb--b {
  background:
    radial-gradient(460px 220px at 25% 30%, rgba(0, 211, 167, .22), transparent 62%),
    radial-gradient(460px 260px at 90% 15%, rgba(255, 176, 32, .14), transparent 65%),
    rgba(255, 255, 255, .03);
}

.work-thumb--c {
  background:
    radial-gradient(520px 260px at 10% 10%, rgba(255, 176, 32, .18), transparent 62%),
    radial-gradient(520px 240px at 90% 40%, rgba(124, 92, 255, .22), transparent 65%),
    rgba(255, 255, 255, .03);
}

.work-body {
  padding: 18px 20px 20px;
}

.work-tag {
  display: inline-flex;
  align-items: center;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  color: rgba(234, 240, 255, .86);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
}

.work-title {
  margin: 10px 0 6px;
  font-weight: 850;
  letter-spacing: -.01em;
  font-size: 1.15rem;
}

.work-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.step-card {
  padding: 22px 20px;
}

.step-n {
  font-weight: 900;
  font-size: 1.1rem;
  color: rgba(183, 166, 255, .95);
  letter-spacing: .06em;
}

.step-title {
  margin: 10px 0 6px;
  font-weight: 850;
}

.step-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.quote-card {
  padding: 22px 22px 20px;
}

.quote-text {
  margin: 0 0 18px;
  color: rgba(234, 240, 255, .88);
  line-height: 1.75;
  font-weight: 600;
}

.quote-by {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background:
    radial-gradient(16px 16px at 30% 30%, rgba(255, 255, 255, .85), rgba(255, 255, 255, 0) 65%),
    linear-gradient(135deg, rgba(124, 92, 255, .85), rgba(0, 211, 167, .65));
  border: 1px solid rgba(255, 255, 255, .14);
}

.avatar--b {
  background: linear-gradient(135deg, rgba(0, 211, 167, .85), rgba(255, 176, 32, .65));
}

.avatar--c {
  background: linear-gradient(135deg, rgba(255, 176, 32, .75), rgba(124, 92, 255, .8));
}

.quote-name {
  font-weight: 900;
  letter-spacing: -.01em;
}

.quote-role {
  color: var(--muted2);
  font-weight: 700;
  font-size: .86rem;
}

/* FAQ */
.faq .accordion-item {
  background: transparent;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, .10);
}

.faq .accordion-button {
  background: rgba(255, 255, 255, .04);
  color: var(--text);
  font-weight: 850;
  letter-spacing: -.01em;
  padding: 18px 18px;
  box-shadow: none;
}

.faq .accordion-button:focus {
  box-shadow: var(--ring);
}

.faq .accordion-button::after {
  filter: invert(1);
  opacity: .8;
}

.faq .accordion-body {
  background: rgba(255, 255, 255, .03);
  color: var(--muted);
  line-height: 1.7;
  padding: 16px 18px 18px;
}

/* CTA */
.cta {
  padding: 28px;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(800px 260px at 20% 0%, rgba(124, 92, 255, .30), transparent 58%),
    radial-gradient(700px 260px at 90% 30%, rgba(0, 211, 167, .16), transparent 60%),
    rgba(255, 255, 255, .04);
  box-shadow: var(--shadow2);
}

.cta-title {
  font-family: "Fraunces", serif;
  font-weight: 700;
  letter-spacing: -.02em;
}

.cta-text {
  color: var(--muted);
  line-height: 1.7;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.input-glass {
  background: rgba(10, 14, 28, .55);
  border: 1px solid rgba(255, 255, 255, .14);
  color: var(--text);
  border-radius: 16px;
}

.input-glass::placeholder {
  color: rgba(234, 240, 255, .55);
}

.input-glass:focus {
  background: rgba(10, 14, 28, .65);
  border-color: rgba(124, 92, 255, .55);
  box-shadow: var(--ring);
  color: var(--text);
}

.cta-note {
  margin-top: 10px;
  color: var(--muted2);
  font-weight: 600;
  font-size: .88rem;
}

/* Footer */
.site-footer {
  padding: 18px 0 40px;
}

.cm-footer {
  padding: 40px 50px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .10);
  /* background: #0C0C0C; */
  box-shadow: 0 14px 2px 0 rgba(34, 34, 34, 0.25) inset, 0 -4px 9px 0 rgba(255, 255, 255, 0.15) inset;
  position: relative;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-h {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
  letter-spacing: 0.48px;
}

.footer-a {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  opacity: 0.8;
}

.footer-a:hover {
  color: rgba(255, 255, 255, .92);
  opacity: 1;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact__item {
  display: flex;
  gap: 10px;
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  /* opacity: 0.8; */
}

.address-cm {
  opacity: 0.8;
}

.fc-ic {
  width: 19px;
  height: 15px;
}

.footer-news {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  background: rgba(29, 29, 29, 0.20);
  box-shadow: 0.5rem 1rem 1rem rgb(0 0 0 / 40%), -1px -1px 0px rgb(179 179 179), 1px 1px 0px rgb(234 234 234);
  overflow: hidden;
}

.footer-sub {
  margin-top: 6px;
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  opacity: 0.8;
  letter-spacing: 0.28px;
}

.footer-form-2 {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-input {
  flex: 1;
  display: flex;
  padding: 4px 3.839px 5px 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 135px;
  border-radius: 10px;
  background: #363636;
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  width: 100%;
  height: 38px;
  border: none !important;
}

button.btn.btn-sm.btn-cm-cta.btn-pill.custom-footer-btn {
  position: absolute;
  border-radius: 5.179px;
  border: 1.036px solid #D83903;
  background: var(--Orange, #F05D35);
  box-shadow: 0 2.071px 4.971px 0 rgba(241, 101, 53, 0.23), 0 3.107px 2.071px 0 rgba(255, 242, 242, 0.25) inset, 0 2.071px 2.071px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  /* padding: 8.286px 20.714px; */
  justify-content: center;
  align-items: center;
  gap: 5.179px;
  color: #FFF;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  right: 4px;
  height: 29px;
  line-height: 29px;
  top: 4px;
  width: 89px;
}

.custom-footer-btn span.label-up {
  padding: 0;
}

.input-group-custom {
  display: flex;
  position: relative;
  width: 100%;
}

.footer-input::placeholder {
  color: rgba(234, 240, 255, .45);
  font-weight: 600;
}

.footer-input:focus {
  background: rgba(0, 0, 0, .22);
  border-color: rgba(242, 106, 46, .60);
  box-shadow: var(--ring);
  color: rgba(255, 255, 255, .92);
}

.cm-footer__divider {
  height: 1px;
  background: #525252;
  ;
  margin: 30px 0 14px;
}

.cm-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

span.reserved-rights {
  color: var(--white, #F6F6F6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.8;
  letter-spacing: 0.28px;
}

.cm-social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cm-social__a {
  width: 30px;
  height: 29.878px;
  border-radius: 20px;
  box-shadow: 0.5rem 1rem 1rem rgb(0 0 0 / 40%), -1px -1px 0px rgb(179 179 179), 1px 1px 0px rgb(234 234 234);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.cm-footer::after {
  /* content: '';
    background: #D9D9D9;
    width: 95px;
    height: 124px;
    transform: rotate(-25.762deg);
    top: 15%;
    left: 9%;
    position: absolute;
    filter: blur(97px);
    border-radius: 50%;
    z-index: -1; */
  content: '';
  position: absolute;
  border-radius: 394px;
  opacity: 0.3;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #ffffff 100%);
  filter: blur(97px);
  width: 196px;
  height: 394px;
  bottom: -2%;
  left: 5%;
  z-index: -1;
}

.active-product-tab {
  color: #F05736;
}

.cm-footer::before {
  content: '';
  position: absolute;
  border-radius: 394px;
  /* opacity: 0.4; */
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #ffffff 100%);
  filter: blur(97px);
  bottom: -12%;
  right: 17%;
  width: 70.908px;
  height: 124px;
  transform: rotate(23.913deg);
}

/* Responsive */
@media (max-width: 991.98px) {
  .cm-headerbar {
    border-radius: 26px;
    padding: 12px 14px;
    flex-wrap: wrap;
    min-height: 20px;
    max-height: 80vh;
    overflow-y: scroll;

  }

  .cm-nav .nav-link {
    padding: 10px 5px !important;
    border-radius: 4px;
    background: #F8F8F8;
    gap: 10px;
    align-items: center;
  }

  .cm-nav .nav-link.active {
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #F8F8F8;
    box-shadow: none !important;
  }

  .hero {
    padding-top: 22px;
  }

  .cta-form {
    grid-template-columns: 1fr;
  }

  .cta {
    padding: 22px;
  }

  .footer-form-2 {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding-top: 44px;
  }

  .art-card {
    left: 14px;
    right: 14px;
  }
}

/* Force desktop navbar layout (pill header) */
@media (min-width: 992px) {
  .cm-navtoggle {
    display: none !important;
  }

  #primaryNav {
    display: flex !important;
    flex-basis: auto;
  }

  #primaryNav.collapse:not(.show) {
    display: flex !important;
  }
}

/* â”€â”€ NEWSLETTER MODAL â”€â”€ */
#newsletterModal .modal-dialog {
  max-width: 620px;
}

.newsletter-modal {
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  padding: 22px 22px 37px 22px;
}

/* Close button */
.newsletter-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.newsletter-close:hover {
  background: rgba(255, 255, 255, 0.20);
}

.balloon-envelope-wrap img {
  width: 100%;
  border-radius: 12px;
}



/* â”€â”€ TEXT BODY â”€â”€ */
.newsletter-body {
  padding-top: 41px;
  text-align: center;
  background: #171717;
}

.newsletter-title {
  color: var(--white, #F6F6F6);
  font-family: 'Cabinet Grotesk';
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 153.846% */
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

.newsletter-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(246, 246, 246, 0.60);
  line-height: 1.65;
  max-width: 420px;
  margin: 0 auto;
}

.erro-title {
  color: var(--white, #F6F6F6);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-top: 40px;
}

p.error-sub.text-center {
  color: #F6F6F6;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 611px;
  margin: 20px auto 40px;
}


/* Legal PDF (inline PDF.js): same #171717 as body — no iframe gray gutter */
.legal-pdf-wrap,
.legal-pdfjs-root {
  background: #171717 !important;
}

.legal-pdfjs-root {
  min-height: calc(100vh - 220px);
}

.legal-pdfjs-loading {
  color: rgba(255, 255, 255, 0.85);
}

/* Legal Pages (Privacy Policy & Terms and Conditions) */
.legal-page-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 15px;
}

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

.legal-text-content h1,
.legal-text-content h2,
.legal-text-content h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.legal-text-content h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.legal-text-content h2 {
  font-size: 2rem;
}

.legal-text-content h3 {
  font-size: 1.5rem;
}

.legal-text-content .content-body {
  text-align: justify;
  line-height: 1.8;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}

.legal-text-content .content-body p {
  margin-bottom: 1.5rem;
}

.legal-text-content .content-body ul,
.legal-text-content .content-body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.legal-text-content .content-body li {
  margin-bottom: 0.8rem;
}

/* PDFJS Viewer Styling */
.legal-pdfjs-root {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.legal-pdfjs-loading {
  color: #000;
}


.legal-text-content {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  color: #1a1a1a;
  line-height: 1.8;
}

/* Title */
.legal-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Paragraph spacing */
.content-body p {
  margin-bottom: 18px;
  font-size: 16px;
}

/* Headings */
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Lists */
.content-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.content-body li {
  margin-bottom: 8px;
}

/* Bold text */
.content-body strong {
  font-weight: 600;
}

.cm-mega__productD a {
  color: var(--Primary-Primary700, #E5562F);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  white-space: nowrap;
}

a.btn-close.modal-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  --bs-btn-close-color: #f6f6f6 !important;
  fill: #f6f6f6;
  background: none !important;
  opacity: 1;
}

.hero-sub-empty {
  font-size: 18px !important;
  opacity: 0.8;
  max-width: 73% !important;
  margin: 0 auto 1.5rem !important;
}

.first-sub-menu-cm {
  height: 87vh;
  overflow-y: scroll;
}

.contact-hero-title {
  margin-bottom: 40px !important;
}

.tech-stack-container img {
  width: 100%;
}

.contact-form-error {
  color: var(--color-icon-error-default, #F00);
  /* text-align: right; */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: -5px 0px 30px;
}

.schedule-call-error {
  margin: 50px 0px -36px;
}

.error-schedule-call {
  margin: -3px 0px 10px;
}

.error-newsletter-email {
  margin: 23px 0px 14px;
}


.project-overview-desc h3 {
  margin-top: 44px;
  margin-bottom: 10px;
}

.project-overview-desc h3:first-child {
  margin-top: 0;
}



.service-card-new.service-card-new-mobile {
  display: flex;
  flex-direction: column;
}

.cm-para-t {
  margin-top: 10px !important;
}

.custom-margin-p {
  margin-bottom: 10px !important;
}

.form-gap-t {
  margin-bottom: 7px !important;
}

.cm-ul {
  margin-top: 16px !important;
}