* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  user-select: none;
}

:root {
  --purple: #704af2;
  --blue: #4ac0f2;
  --dark: #0a142f;
  --text: #3d3d3d;
  --text-muted: #525252;
  --bg: #ffffff;
  --soft: #f7f7fd;
}

body {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}
.d-hidden {
  display: none !important;
}
.text-center {
  text-align: center !important;
}
img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.container {
  width: min(1344px, 92%);
  margin: 0 auto;
}

.navbar {
  position: sticky;
  top: 0;
  background: var(--bg);
  z-index: 10;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 24px;
}

.logo {
  width: 49px;
  height: 43px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 48px;
  background: var(--soft);
  padding: 14px 32px;
  border-radius: 999px;
}

.nav__link {
  color: var(--text);
  font-weight: 500;
  font-size: 1em;
}

.nav__link--active {
  color: #3056d3;
  font-weight: 600;
}

.navbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--bg);
  border: 1px solid rgba(66, 66, 66, 0.15);
  color: #424242;
  font-size: 0.875em;
}

.lang__caret {
  width: 16px;
  height: 16px;
}

.btn {
  padding: 16px 26px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 1em;
  width: 100%;
  max-width: 250px;
  display: inline-block;
}

.btn--primary {
  background: var(--purple);
  color: #fff;
}

.btn--light {
  background: #fff;
  color: #5e5def;
  font-weight: 600;
}

.hero {
  padding: 40px 0 70px;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 64px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.eyebrow {
  font-family: "Roboto Flex", sans-serif;
  letter-spacing: 2px;
  color: var(--purple);
  font-weight: 600;
  font-size: 1.25em;
}

.hero h1 {
  font-size: 4em;
  line-height: 1.1;
}

.hero__sub {
  color: var(--text-muted);
  font-size: 1.25em;
  margin-top: auto;
}

.hero__image {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.services {
  padding: 70px 0;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.section-title__icon {
  width: 90px;
}

.section-title h2 {
  font-size: 2.5em;
  line-height: 1.3;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.card {
  background: #fff;
  border-radius: 35px;
  padding: 28px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card__icon {
  width: 50px;
  height: 50px;
}

.card h3 {
  font-size: 1.75em;
  line-height: 1.4;
}

.card p {
  color: var(--text-muted);
  font-size: 1em;
}

.projects {
  background: #f7f7fd;
  padding: 70px 0;
}

.projects h2 {
  text-align: center;
  font-size: 2.25em;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #0f1729;
}

.projects h2 span {
  background: linear-gradient(90deg, #8026d9 0%, #e61ae6 50%, #21d5ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.projects__cards {
  overflow: hidden;
}

.projects__track {
  display: flex;
  gap: 24px;
  transition: transform 300ms ease;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  padding: 20px;
}

.projects__track:active {
  cursor: grabbing;
}

.project-card {
  background: #fff;
  border-radius: 35.386px;
  padding: 24px 22px 26px;
  box-shadow: 0 5.662px 14.154px rgba(0, 0, 0, 0.13);
  min-width: 320px;
  min-height: 229px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
  flex: 0 0 385px;
}

.project-card__logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.project-card__logo--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f4f5;
  color: #0f1729;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.project-card__org {
  font-size: 1.125em;
  margin: 0;
  color: #0f1729;
  font-weight: 700;
}

.project-card__subtitle {
  font-size: 0.875em;
  color: #8026d9;
  font-weight: 500;
}

.project-card__desc {
  font-size: 0.875em;
  color: #6b7280;
  line-height: 1.6;
}

.projects__arrows {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.circle-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.circle-btn.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.circle-btn--dark {
  background: var(--purple);
  width: 42px;
  height: 42px;
}

.sister {
  position: relative;
  padding: 90px 0 100px;
  background: #faf7fe;
  overflow: hidden;
}

.sister::before,
.sister::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.7;
  z-index: 0;
}

.sister::before {
  left: 60px;
  top: 80px;
  background: rgba(139, 92, 246, 0.25);
}

.sister::after {
  right: 80px;
  bottom: 80px;
  background: rgba(59, 130, 246, 0.25);
}

.sister__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.sister__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(239, 232, 253, 0.8);
  border: 1px solid rgba(228, 228, 231, 0.7);
  color: #71717a;
  font-size: 0.875em;
  font-weight: 500;
}

.sister__title {
  font-size: 2.75em;
  line-height: 1.2;
  color: #17171c;
}

.sister__title span {
  background: linear-gradient(148deg, #7c3bed 0%, #c930e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sister__subtitle {
  font-size: 1.125em;
  color: #71717a;
}

.sister__subtitle strong {
  color: #17171c;
}

.sister__subtitle-accent {
  background: linear-gradient(155deg, #7c3bed 0%, #c930e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  margin: 0 4px;
}

.sister__cards {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(900px, 100%);
}

.sister-card {
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(228, 228, 231, 0.5);
  padding: 28px 32px 26px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 210px;
}

.sister-card__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.sister-card__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f4f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sister-card__arrow img {
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
}

.sister-card h3 {
  font-size: 1.5em;
  color: #17171c;
}

.sister-card p {
  color: #71717a;
  font-size: 1em;
}

.sister-card__divider {
  margin-top: auto;
  height: 1px;
  background: rgba(228, 228, 231, 0.6);
}

.cta {
  padding: 70px 0 90px;
}

.cta__box {
  background: linear-gradient(
    190deg,
    rgba(74, 192, 242, 1) 18%,
    rgba(112, 74, 242, 1) 105%
  );
  border-radius: 35px;
  padding: 70px 40px;
  text-align: center;
  color: #fff;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.cta__box h2 {
  font-size: 3em;
  line-height: 1.2;
  margin:0px;
}
.cta__box .btn {
  margin-top:20px ;
}
.footer {
  padding: 70px 0 40px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(10, 20, 47, 0.08);
}

.footer__bottom {
  padding-top: 16px;
  text-align: center;
  color: rgba(10, 20, 47, 0.6);
  font-size: 0.875em;
}

.footer__links {
  display: flex;
  gap: 24px;
  font-size: 0.875em;
  color: var(--dark);
}

.footer__socials {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.social__icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}

.social__stack {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}



@media (max-width: 1100px) {
  
.project-card {
  flex: 0 0 340px;
  }
  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .projects__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .sister__cards {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }

  .footer__top {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .project-card {
    flex: 0 0 300px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .nav {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--soft);
    padding: 14px;
    border-radius: 999px;
    width: 100%;
    justify-content: center;
  }

  .navbar__actions {
    width: 100%;
    justify-content: center;
  }
.project-card {
  flex: 0 0 100%;
  }
  .cards {
    grid-template-columns: 1fr;
  }

  .projects__cards {
    grid-template-columns: 1fr;
  }

  .footer__links {
    flex-direction: column;
    align-items: center;
  }

  .hero h1 {
    font-size: 2.625em;
  }

  .cta__box h2 {
    font-size: 2em;
  }
  .sister__title {
    font-size: 2.1em;
  }

  .sister__subtitle {
    font-size: 1em;
  }
  .btn--primary {
    margin: auto;
  }
  .circle-btn {
  width: 45px;
  height: 45px;
}
}
