* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #000000;
  overflow-x: hidden;
  overflow-y: auto;
}

.intro {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  background: #000000;
  overflow: hidden;
  z-index: 99;
  opacity: 1;
}

.rectangle-5,
.subtitle,
.error-illustration,
.frame-8774 {
  visibility: hidden;
}

.rectangle-5 {
  position: absolute;
  width: 1811px;
  height: 845px;
  left: 54px;
  top: 118px;
  background: rgba(0, 0, 0, 0.25);
}

.subtitle {
  position: absolute;
  width: 1676px;
  height: 204px;
  left: 122px;
  top: 503px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160.04%;
  color: #ffffff;
}

.ellipse-198 {
  position: absolute;
  width: 699px;
  height: 661px;
  left: -102px;
  top: 654px;
  background: linear-gradient(
    180deg,
    rgba(251, 169, 45, 0.06) 0%,
    rgba(251, 169, 45, 0.04) 100%
  );
  filter: blur(10.6378px);
}

.ellipse-197 {
  position: absolute;
  width: 339.88px;
  height: 310.69px;
  left: 84.41px;
  top: 779.33px;
  opacity: 0.2;
  border: 2.12755px solid rgba(251, 169, 45, 0.2);
  border-radius: 50%;
}

.star-22 {
  position: absolute;
  top: -20px;
  right: -20px;
  width: min(82vw, 1450px);
  height: auto;
  opacity: 0.92;
  mix-blend-mode: screen;
  filter: brightness(1.04) contrast(1.1)
    drop-shadow(0 0 26px rgba(251, 169, 45, 0.4));
  pointer-events: none;
}

.title {
  position: absolute;
  width: min(88vw, 1680px);
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  opacity: 1;
  object-fit: contain;
  pointer-events: none;
  z-index: 100;
}

.frame-8771 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 80px;
  position: absolute;
  width: min(72vw, 711px);
  height: 191.95px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.logo-white-font {
  width: min(62vw, 610px);
  height: auto;
  flex: none;
  order: 0;
  flex-grow: 0;
  object-fit: contain;
}

.bottom-meta {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.05vw, 20px);
  line-height: 1.45;
}

.bottom-meta p {
  margin: 0;
}

.bottom-left,
.bottom-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bottom-right {
  text-align: right;
}

@media (max-width: 1200px) {
  .title {
    width: min(96vw, 1300px);
    transform: translate(-50%, -62%);
  }

  .frame-8771 {
    top: 49%;
  }

  .star-22 {
    width: min(92vw, 1300px);
    top: -32px;
    right: -42px;
  }
}

.about-page {
  min-height: 100dvh;
  background: #000000;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-left {
  background: #000000;
  color: #ffffff;
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.about-top {
  padding: 0 44px;
}

.about-mini-logo {
  width: 140px;
  height: auto;
}

.about-steps-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.about-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.timeline-label {
  font-family: "Outfit", sans-serif;
  font-size: clamp(20px, 1.8vw, 30px);
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.timeline-item.active .timeline-label {
  color: #ffffff;
}

.timeline-item.active .timeline-label span {
  color: #fba92d;
}

.timeline-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 60px;
}

.connector-line {
  width: 1.5px;
  flex: 1;
  background: rgba(255, 255, 255, 0.2);
}

.timeline-item.active .connector-line {
  background: #fba92d;
}

.connector-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 4px 0;
}

.timeline-item.active .connector-dot {
  background: #fba92d;
  box-shadow: 0 0 10px rgba(251, 169, 45, 0.6);
}

.about-left-footer {
  padding: 0 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.about-site {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.about-next-page {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.1em;
  font-weight: 500;
  opacity: 0.8;
}

.about-next-page span {
  color: #fba92d;
}

.about-right {
  position: relative;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-right-bg-placeholder {
  position: absolute;
  inset: 0;
  background-image: url("assets/img/page2bg.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.about-right-bg-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.about-cards {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 580px;
}

.about-card {
  background: rgba(15, 15, 15, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.about-card:hover {
  border-color: rgba(251, 169, 45, 0.3);
  transform: translateX(5px);
}

.about-card-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-top: 0;
}

.card-content {
  flex: 1;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  column-gap: 12px;
}

.card-title {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  color: #fba92d;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 0;
}

.card-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}

.vision-page .vm-cards {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 580px;
}

.vision-page .vm-card {
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px 22px;
}

.vision-page .vm-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.vision-page .vm-card-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.vision-page .vm-card-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #fba92d;
}

.vision-page .vm-card-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.who-page .who-cards {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
}

.who-page .who-card {
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 22px 24px;
}

.who-page .who-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.who-page .who-card-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.who-page .who-card-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #fba92d;
}

.who-page .who-card-text {
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.who-page .who-card-text:last-child {
  margin-bottom: 0;
}

.value-page .value-right-bg-placeholder {
  background-image: url("assets/img/pg2/companyvalues.png");
}

.value-page .value-right-bg-placeholder::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.58) 42%,
    rgba(0, 0, 0, 0.36) 72%,
    rgba(0, 0, 0, 0.26) 100%
  );
}

.value-page .about-right {
  align-items: flex-start;
  padding-top: 72px;
}

.value-page .value-cards {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.value-page .value-subcard {
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.value-page .value-intro-overlay {
  width: 100%;
  max-width: 600px;
  padding: 0;
  background: none;
}

.value-page .value-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.value-page .value-card-icon {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid rgba(251, 169, 45, 0.35);
  background: rgba(251, 169, 45, 0.08);
  object-fit: contain;
}

.value-page .value-card-title {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fba92d;
}

.value-page .value-card-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  max-width: 620px;
}

.value-page .value-subcards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 560px;
  margin-top: 74px;
}

.value-page .value-subcard {
  padding: 14px 18px;
}

.value-page .value-subcard-title {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fba92d;
}

.value-page .value-subcard-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.about-card,
.vm-card,
.who-card,
.value-intro-overlay,
.value-subcard {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.about-card.is-visible,
.vm-card.is-visible,
.who-card.is-visible,
.value-intro-overlay.is-visible,
.value-subcard.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .about-card,
  .vm-card,
  .who-card,
  .value-intro-overlay,
  .value-subcard {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1100px) {
  .about-right {
    padding: 30px;
  }
  
  .about-card {
    padding: 20px 24px;
  }

  .vision-page .vm-card {
    padding: 18px 20px;
  }

  .vision-page .vm-card-title {
    font-size: 22px;
  }

  .vision-page .vm-card-text {
    font-size: 15px;
  }

  .who-page .who-card {
    padding: 20px 22px;
  }

  .who-page .who-card-title {
    font-size: 22px;
  }

  .who-page .who-card-text {
    font-size: 15px;
  }

  .value-page .value-card-title {
    font-size: 26px;
  }

  .value-page .value-card-text,
  .value-page .value-subcard-text {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .about-page {
    grid-template-columns: 1fr;
  }

  .about-left {
    padding: 40px 20px;
    min-height: auto;
  }

  .about-steps-container {
    padding: 60px 0;
  }

  .about-steps-line {
    height: 320px;
  }

  .about-right {
    padding: 40px 20px;
    justify-content: center;
  }
  
  .about-cards {
    max-width: 100%;
  }

  .vision-page .vm-cards {
    max-width: 100%;
  }

  .who-page .who-cards {
    max-width: 100%;
  }

  .value-page .value-cards,
  .value-page .value-intro-overlay,
  .value-page .value-subcards {
    max-width: 100%;
  }

  .value-page .value-subcards {
    margin-top: 28px;
  }
}

@media (max-width: 600px) {
  .about-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .card-icon-box {
    flex-basis: auto;
  }
  
  .about-steps-line {
    display: none;
  }
  
  .about-steps {
    gap: 30px;
  }

  .about-step {
    align-items: flex-start;
  }
  
  .step-label {
    text-align: left;
  }

  .vision-page .vm-card {
    padding: 16px;
  }

  .vision-page .vm-card-title {
    font-size: 20px;
  }

  .vision-page .vm-card-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .who-page .who-card {
    padding: 16px;
  }

  .who-page .who-card-title {
    font-size: 20px;
  }

  .who-page .who-card-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .value-page .value-intro-overlay {
    padding: 0;
  }

  .value-page .value-card-title {
    font-size: 20px;
  }

  .value-page .value-card-text,
  .value-page .value-subcard-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .value-page .value-subcards {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .title {
    width: min(110vw, 980px);
    transform: translate(-50%, -64%);
  }

  .frame-8771 {
    width: min(86vw, 560px);
    top: 47%;
  }

  .logo-white-font {
    width: min(76vw, 500px);
  }

  .star-22 {
    width: min(120vw, 980px);
    top: -52px;
    right: -120px;
  }

  .bottom-meta {
    left: 20px;
    right: 20px;
    bottom: 20px;
    align-items: center;
    text-align: center;
    font-size: 13px;
  }

  .bottom-left,
  .bottom-right {
    align-items: center;
  }

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

@media (max-width: 640px) {
  .title {
    width: min(126vw, 760px);
    transform: translate(-50%, -66%);
  }

  .frame-8771 {
    top: 45%;
  }

  .bottom-meta {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    bottom: 16px;
  }
}

/* ================================================
   OFFER PAGE — FIXED TO MATCH REFERENCE
================================================ */

.offer-page {
  position: relative;
  height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Logo — absolute top-left */
.offer-header {
  position: absolute;
  top: 40px;
  left: 44px;
  z-index: 10;
}

/* Vertically centered main area */
.offer-slider-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 28px;
  padding: 80px 0 20px;
  box-sizing: border-box;
  position: relative;
}

/* ── Swiper container ─────────────────────────── */
.offer-swiper {
  width: 100%;
  height: 340px;          /* increased height */
  overflow: visible;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px;
  box-sizing: border-box;
}

.offer-swiper .swiper-wrapper {
  align-items: center;    /* Vertically center all slides */
}

/* ── Slides: hide everything by default ─────────── */
.swiper-slide {
  width: 320px !important;   /* fixed exact slide width for stability */
  height: 330px !important;  /* fixed exact slide height for stability */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  align-self: center;
}

/* Show prev + next + active only */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  opacity: 1;
  pointer-events: auto;
}

/* Center/active card opacity */
.swiper-slide-active,
.swiper-slide-duplicate-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

/* ── Card shell ──────────────────────────────── */
.offer-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.8s ease, border 0.8s ease, box-shadow 0.8s ease;
  transform: scale(0.85); /* Shrunk normally */
}

/* Active card gets full size and subtle golden border */
.swiper-slide-active .offer-card,
.swiper-slide-duplicate-active .offer-card {
  transform: scale(1);
  border: 1px solid rgba(251, 169, 45, 0.25);
}

/* ── Overlay ─────────────────────────────────── */
.offer-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 28px;
  gap: 12px;
  text-align: center;
  transition: background 0.8s ease;
}

.swiper-slide-active .offer-card-overlay,
.swiper-slide-duplicate-active .offer-card-overlay {
  background: rgba(0, 0, 0, 0.60);
}

/* ── Text ────────────────────────────────────── */
.offer-card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;         /* was 20px — too large */
  line-height: 1.4;
  color: #FBA92D;
  margin: 0;
  text-align: center;
}

.offer-card-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;         /* was 20px — way too large */
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  text-align: center;
}

/* Side cards get slightly smaller text */
.swiper-slide-prev .offer-card-title,
.swiper-slide-next .offer-card-title,
.swiper-slide-duplicate-prev .offer-card-title,
.swiper-slide-duplicate-next .offer-card-title {
  font-size: 14px;
}

.swiper-slide-prev .offer-card-text,
.swiper-slide-next .offer-card-text,
.swiper-slide-duplicate-prev .offer-card-text,
.swiper-slide-duplicate-next .offer-card-text {
  font-size: 12px;
}

/* ── "What We Offer" heading ─────────────────── */
.offer-footer-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.offer-footer-title span {
  color: #F5A623;
}

/* ── Navigation arrows ───────────────────────── */
.offer-swiper .swiper-button-next,
.offer-swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: none;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.offer-swiper .swiper-button-next::after,
.offer-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 600;
}

.offer-swiper .swiper-button-next {
  right: 8px;
}

.offer-swiper .swiper-button-prev {
  left: 8px;
}

.offer-swiper .swiper-button-next:hover,
.offer-swiper .swiper-button-prev:hover {
  color: #fba92d;
}

/* ── Footer bar ──────────────────────────────── */
.offer-footer {
  width: 100%;
  padding: 0 44px 28px;
  flex-shrink: 0;
}

.offer-footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
}

.offer-site {
  position: absolute;
  left: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.offer-next-page {
  display: none;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 1024px) {
  .offer-swiper {
    height: 340px;
    padding: 0 50px;
  }

  .swiper-slide {
    width: 320px !important;
    height: 340px !important;
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .offer-page {
    height: auto;
    min-height: 100dvh;
  }

  .offer-slider-wrapper {
    padding: 80px 0 40px;
    gap: 30px;
  }

  .offer-swiper {
    height: 300px;
    padding: 0 36px;
  }

  .swiper-slide {
    width: 260px !important;
    height: 300px !important;
    opacity: 0.4;
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    opacity: 1;
  }

  .swiper-slide-prev,
  .swiper-slide-next,
  .swiper-slide-duplicate-prev,
  .swiper-slide-duplicate-next {
    opacity: 0.5;
  }

  .offer-card-title { font-size: 15px; }
  .offer-card-text  { font-size: 12px; }
  .offer-footer-title { font-size: 28px; }
  .offer-footer { padding: 0 20px 20px; }
}

/* ================================================
   TECH STACK PAGE
================================================ */
.tech-stack-page {
  position: relative;
  height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tech-stack-header {
  position: absolute;
  top: 40px;
  left: 44px;
  z-index: 10;
}

.tech-stack-content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}

.tech-stack-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.tech-stack-title span {
  color: #FBA92D;
}

.tech-stack-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 70px;
  max-width: 900px;
  margin: 0 auto;
}

.tech-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.tech-icon:hover {
  transform: translateY(-8px);
}

.tech-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Specific icon adjustments if any require it */
.tech-icon.nextjs-icon {
  background: #ffffff;
  border-radius: 50%;
  padding: 8px;
  box-sizing: border-box;
}

.tech-icon.scrum-icon img,
.tech-icon.n8n-icon img {
  transform: scale(1.4);
}

.tech-stack-footer {
  position: absolute;
  bottom: 28px;
  left: 44px;
  right: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-stack-site {
  position: absolute;
  left: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.tech-stack-next-page {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s ease;
}

.tech-stack-next-page span {
  color: #FBA92D;
  font-size: 18px;
  line-height: 0;
  margin-right: 4px;
}

.tech-stack-next-page em {
  font-style: normal;
  font-family: sans-serif;
  transition: transform 0.3s ease;
}

.tech-stack-next-page:hover {
  color: #ffffff;
}

.tech-stack-next-page:hover em {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .tech-stack-grid {
    gap: 30px 40px;
  }
  .tech-icon {
    width: 48px;
    height: 48px;
  }
}

/* ================================================
   SAFORA PAGE
================================================ */
.safora-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 20px 20px;
}

.safora-site-tr {
  position: absolute;
  top: 20px;
  right: 44px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}

.safora-header {
  position: absolute;
  top: 20px;
  left: 44px;
  z-index: 10;
}

.safora-layout {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}

.safora-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.safora-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.1;
}

.safora-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  max-width: 580px;
}

.safora-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #FBA92D;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.safora-link span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.safora-link em.arrow {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-family: sans-serif;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.safora-link:hover {
  opacity: 0.8;
}

.safora-link:hover em.arrow {
  transform: translateX(4px);
}

.safora-tags {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-top: -5px;
  max-width: 600px;
}

.safora-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1200px;
  gap: 20px 40px;
  margin-top: 50px;
}

.sf-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1024px) {
  .safora-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 30px;
  }
}

@media (max-width: 640px) {
  .safora-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.sf-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(251, 169, 45, 0.08); /* slight yellow tint background */
  border: 1px solid rgba(251, 169, 45, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FBA92D;
  flex-shrink: 0;
}

.sf-icon svg {
  width: 22px;
  height: 22px;
}

.sf-feature span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.safora-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.safora-img {
  width: 100%;
  max-width: 600px;
  object-fit: contain;
  /* subtle drop shadow to pop from background */
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

.safora-footer {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .safora-layout {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 60px;
  }
  
  .safora-right {
    order: -1;
  }
}

@media (max-width: 600px) {
  .safora-features-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   SYKETRIBE PAGE
================================================ */
.syketribe-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 100px 44px 20px;
  overflow: hidden;
}

.syketribe-stats-tr {
  position: absolute;
  top: 80px;
  right: 44px;
  display: flex;
  gap: 16px;
  z-index: 10;
}

.st-stat-box {
  background: transparent;
  border: 1px solid rgba(251, 169, 45, 0.2);
  border-radius: 8px;
  padding: 10px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.st-stat-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #FBA92D;
  font-weight: 500;
}

.st-stat-label svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.st-stat-value {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.syketribe-top-text {
  margin-top: 20px;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.syketribe-layout {
  width: 100%;
  max-width: 1300px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px 40px;
  align-items: flex-start; /* Aligns left and right columns to the top */
  flex: 1;
}

.syketribe-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px; /* Space between image and text block */
}

.syketribe-left::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.45) 0%, rgba(0,0,0,0) 70%);
  filter: blur(60px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.syketribe-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px; /* Reduced from 450px */
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.syketribe-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

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

.st-pill {
  background: rgba(255, 255, 255, 0.15);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  padding: 6px 20px;
  border-radius: 20px;
  align-self: flex-start;
  margin-bottom: 2px;
}

.st-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.st-features li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.st-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(251, 169, 45, 0.08);
  border: 1px solid rgba(251, 169, 45, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FBA92D;
  flex-shrink: 0;
}

.st-icon svg {
  width: 18px;
  height: 18px;
}

.st-features span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

.syketribe-bottom-left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px; /* Aligns gently to the left of the bounding box */
}

@media (max-width: 1100px) {
  .syketribe-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .syketribe-top-text {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .syketribe-right {
    grid-template-columns: 1fr;
  }
  .syketribe-stats-tr {
    top: 90px;
    right: 20px;
    flex-direction: column;
    gap: 8px;
  }
  .syketribe-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .syketribe-bottom-left {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 40px;
  }
}

/* ================================================
   VOINTY PAGE
================================================ */
.vointy-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 100px 44px 20px;
  overflow: hidden;
}

.vointy-layout {
  width: 100%;
  max-width: 1300px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px 40px;
  align-items: flex-start;
  flex: 1;
}

.vointy-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vointy-img {
  max-width: 700px !important; /* Forces it to be larger than Syketribe */
}

@media (max-width: 1100px) {
  .vointy-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .vointy-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ================================================
   VISUIZ PAGE
================================================ */
.visuiz-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 100px 44px 20px;
  overflow: hidden;
}

.visuiz-top-text {
  margin-top: 10px;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.visuiz-layout {
  width: 100%;
  max-width: 1300px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  flex: 1;
}

.visuiz-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visuiz-left::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.5) 0%, rgba(251, 169, 45, 0.1) 40%, rgba(0,0,0,0) 70%);
  filter: blur(90px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visuiz-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 650px; /* Increased from 500px */
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.visuiz-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.visuiz-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vz-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.vz-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FBA92D;
  flex-shrink: 0;
}

.vz-icon svg {
  width: 22px;
  height: 22px;
}

.vz-feature-text h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 8px;
}

.vz-feature-text p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.visuiz-cta-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
}

.visuiz-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #FBA92D;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.visuiz-link span {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.visuiz-link em.arrow {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-family: sans-serif;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.visuiz-link:hover {
  opacity: 0.8;
}

.visuiz-link:hover em.arrow {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .visuiz-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .visuiz-page {
    padding: 100px 20px 80px;
  }
}

/* ================================================
   PARKIO PAGE
================================================ */
.parkio-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 100px 44px 20px;
  overflow: hidden;
}

.parkio-layout {
  width: 100%;
  max-width: 1300px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px 40px;
  align-items: flex-start;
  flex: 1;
}

.parkio-left {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.parkio-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.parkio-features li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.parkio-features span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.parkio-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: -80px; /* Pulls the right column (image + text below) up more aggressively */
}

.parkio-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.parkio-img-wrapper::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.45) 0%, rgba(251, 169, 45, 0.1) 40%, rgba(0,0,0,0) 70%);
  filter: blur(80px);
  z-index: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parkio-img {
  position: relative;
  z-index: 1;
  width: 120%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.parkio-bottom-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: -150px; /* Provides a small buff down to align perfectly */
}

@media (max-width: 1024px) {
  .parkio-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .parkio-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ================================================
   THIPPAWAN PAGE
================================================ */
.thippawan-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 100px 44px 20px;
  overflow: hidden;
}

.thippawan-layout {
  width: 100%;
  max-width: 1400px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
  flex: 1;
}

.thippawan-left {
  display: flex;
  flex-direction: column;
}

.thippawan-bottom-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
}

.thippawan-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.thippawan-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 850px;
}

.thippawan-img-wrapper::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, rgba(0,0,0,0) 70%);
  filter: blur(80px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thippawan-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.thippawan-next-page {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1024px) {
  .thippawan-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .thippawan-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ================================================
   FORM PROJECT PAGE
================================================ */
.formproject-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 100px 44px 20px; /* Increased top padding to clear sticky nav */
  overflow: hidden;
}

.formproject-top-text {
  margin-top: 10px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

.formproject-layout {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: flex-start; /* Force elements to the top */
  flex: 1;
}

.formproject-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.formproject-img-wrapper {
  position: relative;
  width: 100%;
  min-width: 800px; /* Locks it from shrinking */
  margin-left: -50px;
}
.formproject-img-wrapper::before {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.25) 0%, rgba(251, 169, 45, 0.05) 40%, rgba(0,0,0,0) 70%);
  filter: blur(80px);
  z-index: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.formproject-img {
  position: relative;
  z-index: 1;
  width: 125%; /* Expands off the massive locked 800px */
  height: auto;
  object-fit: contain;
  margin-top: -100px; /* Pulls strongly up to top text */
  margin-bottom: -200px; /* Forces spill down */
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.formproject-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.formproject-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.formproject-features li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fp-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08); /* Matches the tinted circular background */
  border: 1px solid rgba(251, 169, 45, 0.2); /* Subtle yellow border rim */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fp-icon svg {
  width: 20px;
  height: 20px;
}

.formproject-features span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.formproject-bottom-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.formproject-next-page {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1024px) {
  .formproject-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .formproject-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ================================================
   STICKY NAV
================================================ */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 44px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.sticky-nav.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sticky-nav img {
  height: 38px;
  width: auto;
}

/* ================================================
   PLANTGENIE PAGE
================================================ */
.plantgenie-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 100px 44px 20px;
  overflow: hidden;
}

.plantgenie-layout {
  width: 100%;
  max-width: 1440px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
  flex: 1;
}

.plantgenie-left {
  display: flex;
  flex-direction: column;
}

.plantgenie-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.plantgenie-features li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.pg-feature-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: -4px; /* Alignment with icons */
}

.pg-feature-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.pg-feature-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #b6b6b6;
  line-height: 1.5;
  margin: 0;
}

.plantgenie-bottom-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.plantgenie-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.plantgenie-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.plantgenie-img-wrapper::before {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.08) 0%, rgba(0,0,0,0) 65%);
  filter: blur(80px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plantgenie-img {
  position: relative;
  z-index: 1;
  width: 110%; /* Makes image huge like screenshot */
  margin-left: -5%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.plantgenie-next-page {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1024px) {
  .plantgenie-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .plantgenie-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ================================================
   LOST IN TOWN PAGE
================================================ */
.lostintown-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 100px 44px 20px;
  overflow: hidden;
}

.lostintown-top-text {
  margin-top: 10px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

.lostintown-layout {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: flex-start;
  flex: 1;
}

.lostintown-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.lostintown-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: -20px;
}

.lostintown-img-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(0,0,0,0) 65%);
  filter: blur(80px);
  z-index: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lostintown-img {
  position: relative;
  z-index: 1;
  width: 115%; /* Massive but less overlapping than 125% */
  height: auto;
  object-fit: contain;
  margin-top: -60px; /* Pull up to clear some vertical space */
  margin-bottom: -100px; /* Spills bottom without exploding text area */
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.lostintown-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  margin-left: 40px; /* Shifts the features and bottom links bit right */
}

@media (max-width: 1024px) {
  .lostintown-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .lostintown-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lostintown-img-wrapper {
    min-width: unset;
    margin-left: 0;
  }
}

/* ================================================
   NEWS FINLAND PAGE
================================================ */
.newsfinland-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 160px 44px 10px;
  overflow: hidden;
}

.newsfinland-layout {
  width: 100%;
  max-width: 1400px;
  margin: 10px auto 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsfinland-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.newsfinland-text-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsfinland-image-area {
  display: flex;
  justify-content: flex-end; /* Keep it anchored safely from right bounds */
  align-items: center;
}

.newsfinland-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 680px; 
  margin-left: -60px; /* Pulls it firmly toward the text block */
}

.newsfinland-img-wrapper::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 400px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.1) 0%, rgba(0,0,0,0) 70%);
  filter: blur(80px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsfinland-img {
  position: relative;
  z-index: 1;
  width: 105%;
  height: auto;
  margin-top: -10px;
  margin-bottom: -20px;
  margin-left: -20px; /* Slight extra bump towards text */
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.newsfinland-bottom-features {
  margin-top: 10px;
}

.newsfinland-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 60px;
}

.newsfinland-features li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.newsfinland-features span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .newsfinland-top-grid {
    grid-template-columns: 1fr;
  }
  .newsfinland-features {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   MAP TRACKER PAGE
================================================ */
.maptracker-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 160px 44px 20px;
  overflow: hidden;
}

.maptracker-layout {
  width: 100%;
  max-width: 1400px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
  flex: 1;
}

.maptracker-left {
  display: flex;
  flex-direction: column;
}

.maptracker-bottom-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.maptracker-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.maptracker-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
}

.maptracker-img-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.08) 0%, rgba(0,0,0,0) 65%);
  filter: blur(80px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.maptracker-img {
  position: relative;
  z-index: 1;
  width: 110%;
  margin-left: -5%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.maptracker-next-page {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1024px) {
  .maptracker-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .maptracker-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ================================================
   APIARY INNOVATIONS PAGE
================================================ */
.apiary-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 160px 44px 20px;
  overflow: hidden;
}

.apiary-layout {
  width: 100%;
  max-width: 1400px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
  flex: 1;
}

.apiary-left {
  display: flex;
  flex-direction: column;
}

.apiary-features {
  margin-top: 20px;
}

.apiary-features span {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.apiary-bottom-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.apiary-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.apiary-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 850px;
}

.apiary-img-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.08) 0%, rgba(0,0,0,0) 65%);
  filter: blur(80px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.apiary-img {
  position: relative;
  z-index: 1;
  width: 110%;
  margin-left: -5%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.apiary-next-page {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1024px) {
  .apiary-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .apiary-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ================================================
   MEGALON PAGE
================================================ */
.megalon-page {
  position: relative;
  min-height: 100dvh;
  background: #000000;
  display: flex;
  flex-direction: column;
  padding: 160px 44px 20px;
  overflow: hidden;
}

.megalon-top-text {
  margin-top: 10px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

.megalon-layout {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: flex-start;
  flex: 1;
}

.megalon-left {
  display: flex;
  flex-direction: column;
}

.megalon-mid-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.megalon-features {
  margin-top: 10px;
}

.megalon-features span {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.megalon-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.megalon-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 850px;
}

.megalon-img-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(251, 169, 45, 0.08) 0%, rgba(0,0,0,0) 65%);
  filter: blur(80px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.megalon-img {
  position: relative;
  z-index: 1;
  width: 110%;
  margin-left: -5%;
  margin-top: -180px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
}

.megalon-next-page {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1024px) {
  .megalon-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .megalon-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ================================================
   SCROLL ANIMATIONS (PORTFOLIO SCREENS)
================================================ */
.syketribe-left, .syketribe-right,
.visuiz-left, .visuiz-right,
.vointy-left, .vointy-img-wrapper,
.parkio-left, .parkio-right,
.thippawan-left, .thippawan-right,
.formproject-top-text, .formproject-left, .formproject-right,
.plantgenie-left, .plantgenie-right,
.lostintown-top-text, .lostintown-left, .lostintown-right,
.newsfinland-top, .newsfinland-right, .newsfinland-bottom,
.maptracker-left, .maptracker-right,
.apiary-left, .apiary-right,
.megalon-top-text, .megalon-left, .megalon-right {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.syketribe-left.is-visible, .syketribe-right.is-visible,
.visuiz-left.is-visible, .visuiz-right.is-visible,
.vointy-left.is-visible, .vointy-img-wrapper.is-visible,
.parkio-left.is-visible, .parkio-right.is-visible,
.thippawan-left.is-visible, .thippawan-right.is-visible,
.formproject-top-text.is-visible, .formproject-left.is-visible, .formproject-right.is-visible,
.plantgenie-left.is-visible, .plantgenie-right.is-visible,
.lostintown-top-text.is-visible, .lostintown-left.is-visible, .lostintown-right.is-visible,
.newsfinland-top.is-visible, .newsfinland-right.is-visible, .newsfinland-bottom.is-visible,
.maptracker-left.is-visible, .maptracker-right.is-visible,
.apiary-left.is-visible, .apiary-right.is-visible,
.megalon-top-text.is-visible, .megalon-left.is-visible, .megalon-right.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hide scattered mini logos from other sections */
.about-mini-logo {
  display: none !important;
}

@media (max-width: 768px) {
  .sticky-nav {
    padding: 16px 20px;
  }
  .sticky-nav img {
    height: 30px;
  }
}



