@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
:root {
  --bg: #071019;
  --panel: #0d1823;
  --text: #eef6ff;
  --muted: #91a4b8;
  --line: rgba(255, 255, 255, 0.1);
  --a: #64e7ff;
  --b: #8c7cff;
  --max: 1180px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: -30%;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(100, 231, 255, 0.1),
      transparent 24%
    ),
    radial-gradient(
      circle at 85% 25%,
      rgba(140, 124, 255, 0.11),
      transparent 25%
    );
  pointer-events: none;
  z-index: -1;
}
.container {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
}
header {
  height: 82px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 16, 25, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  padding-right: max(20px, calc((100% - var(--max)) / 2));
}
.logo {
  font: 700 23px "Space Grotesk";
  letter-spacing: -1px;
  color: #fff;
  text-decoration: none;
}
.logo i {
  font-style: normal;
  color: var(--a);
}
nav {
  display: flex;
  gap: 48px;
}
nav a {
  color: #c4d1df;
  text-decoration: none;
  font-size: 14px;
}
nav a:hover,
footer a:hover {
  color: #fff;
}
.navbtn,
.btn {
  display: inline-block;
  border: 1px solid rgba(100, 231, 255, 0.35);
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: rgba(100, 231, 255, 0.06);
}
.primary {
  background: linear-gradient(90deg, var(--a), #8ca4ff);
  color: #031018;
  border: 0;
}
.hero {
  padding: 110px 0 85px;
  text-align: center;
}
.eyebrow,
.kicker {
  color: var(--a);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}
.hero h1 {
  font: 700 clamp(48px, 7vw, 82px)/0.98 "Space Grotesk";
  letter-spacing: -4px;
  max-width: 950px;
  margin: 18px auto;
}
.hero h1 span {
  background: linear-gradient(90deg, var(--a), #b6aaff);
  -webkit-background-clip: text;
  color: transparent;
}
.hero p {
  color: var(--muted);
  font-size: 18px;
  max-width: 680px;
  margin: 24px auto 30px;
}
.actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
section {
  padding: 48px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 40px;
}
.section-head h2 {
  font: 700 clamp(35px, 5vw, 56px)/1.05 "Space Grotesk";
  letter-spacing: -2px;
  margin-top: 10px;
}
.section-head p {
  color: var(--muted);
  max-width: 480px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.025);
  transition: 0.3s;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(100, 231, 255, 0.35);
}
.icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    rgba(100, 231, 255, 0.18),
    rgba(140, 124, 255, 0.2)
  );
  color: var(--a);
  font-weight: 700;
  margin-bottom: 20px;
}
.card h3 {
  font: 600 21px "Space Grotesk";
  margin-bottom: 8px;
}
.card p {
  color: var(--muted);
  font-size: 14px;
}
.hero-panel {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 35px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.02)
  );
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.panel-copy h2 {
  font: 600 42px/1.05 "Space Grotesk";
  margin: 12px 0;
}
.panel-copy p {
  color: var(--muted);
}
.visual {
  min-height: 330px;
  border-radius: 22px;
  background: linear-gradient(145deg, #11293a, #14172b);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.visual:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, #8cecff, #635cff 50%, transparent 70%);
  left: 25%;
  top: 18%;
  opacity: 0.65;
  filter: blur(4px);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.step {
  border-top: 1px solid var(--line);
  padding: 25px;
}
.step b {
  color: var(--a);
  font-size: 12px;
}
.step h3 {
  font: 600 20px "Space Grotesk";
  margin: 15px 0 7px;
}
.step p {
  font-size: 13px;
  color: var(--muted);
}
.form-wrap {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 30px;
}
.contact-info,
.form {
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.025);
}
.contact-info h3 {
  font: 600 30px "Space Grotesk";
  margin: 12px 0;
}
.contact-info p {
  color: var(--muted);
  margin-bottom: 20px;
}
.contact-link {
  display: block;
  color: #dce9f5;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
label {
  font-size: 13px;
  color: #cbd8e5;
  display: block;
  margin-bottom: 7px;
}
input,
textarea,
select {
  width: 100%;
  background: #09131e;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #fff;
  padding: 13px 14px;
  outline: none;
  font: inherit;
}
input:focus,
textarea:focus,
select:focus {
  border-color: rgba(100, 231, 255, 0.55);
}
textarea {
  min-height: 130px;
  resize: vertical;
}
.field {
  margin-bottom: 16px;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form button {
  cursor: pointer;
}
.cta {
  border: 1px solid rgba(100, 231, 255, 0.2);
  border-radius: 30px;
  padding: 65px;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(100, 231, 255, 0.12),
      transparent 55%
    ),
    rgba(255, 255, 255, 0.025);
}
.cta h2 {
  font: 700 clamp(38px, 6vw, 66px)/1 "Space Grotesk";
  letter-spacing: -3px;
}
.cta p {
  color: var(--muted);
  max-width: 560px;
  margin: 18px auto 28px;
}
footer {
  padding: 35px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer a {
  color: #c6d4e1;
  text-decoration: none;
  margin-left: 18px;
}
.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: white;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
  z-index: 20;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: 0.7s;
}
.reveal.show {
  opacity: 1;
  transform: none;
}
@media (max-width: 800px) {
  nav {
    display: none;
  }
  .hero {
    padding: 75px 0;
  }
  .hero h1 {
    letter-spacing: -2.5px;
  }
  .grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .hero-panel,
  .form-wrap {
    grid-template-columns: 1fr;
  }
  .section-head {
    display: block;
  }
  .section-head p {
    margin-top: 15px;
  }
  .cta {
    padding: 45px 22px;
  }
}
@media (max-width: 520px) {
  .container {
    width: calc(100% - 28px);
  }
  .grid,
  .steps,
  .two {
    grid-template-columns: 1fr;
  }
  .footer {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
  }
  .footer div:last-child {
    margin-top: 14px;
  }
  footer a {
    margin: 0 15px 0 0;
  }
}

/* Mobile navigation */
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(100, 231, 255, 0.35);
  border-radius: 12px;
  background: rgba(100, 231, 255, 0.05);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #eef6ff;
  border-radius: 2px;
  transition: 0.25s;
}
.mobile-menu {
  display: none;
}
@media (max-width: 800px) {
  header {
    position: relative;
  }
  .menu-toggle {
    display: flex;
  }
  header > .navbtn {
    display: inline-block;
    margin-left: auto;
    margin-right: 8px;
  }
  nav {
    display: none;
  }
  .mobile-menu {
    position: absolute;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    top: 72px;
    left: 0;
    right: 0;
    z-index: 50;
    flex-direction: column;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(7, 16, 25, 0.97);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: 0.25s;
  }
  .mobile-menu.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu a {
    padding: 14px 15px;
    color: #dce8f3;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
  }
  .mobile-menu a:hover {
    background: rgba(100, 231, 255, 0.08);
    color: #fff;
  }
  .mobile-menu .mobile-cta {
    margin-top: 4px;
    text-align: center;
    background: linear-gradient(90deg, var(--a), #8ca4ff);
    color: #031018;
  }
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Hero background slider */
.hero-slider {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 0.8s ease,
    transform 6s ease;
  pointer-events: none;
}
.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.hero-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 10, 16, 0.94) 0%,
      rgba(3, 10, 16, 0.72) 48%,
      rgba(3, 10, 16, 0.35) 100%
    ),
    linear-gradient(0deg, rgba(3, 10, 16, 0.7), transparent 45%);
}
.slide-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
  padding: 100px 0;
}
.slide-content h1 {
  font: 700 clamp(45px, 6.5vw, 78px)/0.98 "Space Grotesk";
  letter-spacing: -4px;
  max-width: 780px;
  margin: 18px 0;
}
.slide-content h1 span {
  background: linear-gradient(90deg, var(--a), #b6aaff);
  -webkit-background-clip: text;
  color: transparent;
}
.slide-content p {
  color: #b2c2d2;
  font-size: 18px;
  max-width: 650px;
  margin: 25px 0 30px;
}
.slider-controls {
  position: absolute;
  z-index: 5;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--max), calc(100% - 40px));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-dots {
  display: flex;
  gap: 8px;
}
.slider-dot {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.3s;
}
.slider-dot.active {
  background: var(--a);
  width: 58px;
}
.slider-count {
  color: #b9c8d6;
  font-size: 12px;
  letter-spacing: 2px;
}
.slider-arrows {
  display: flex;
  gap: 8px;
}
.slider-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 800px) {
  .hero-slider {
    min-height: 690px;
  }
  .slide-content {
    padding: 90px 0 120px;
  }
  .slide-content h1 {
    letter-spacing: -2.5px;
  }
  .slide-content p {
    font-size: 16px;
  }
  .slider-controls {
    bottom: 22px;
  }
  .slider-arrows {
    display: none;
  }
}

/* Real image for the Why CodeNest panel */
.why-image {
  background-image:
    linear-gradient(180deg, rgba(5, 14, 23, 0.08), rgba(5, 14, 23, 0.55)),
    url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=85");
  background-size: cover;
  background-position: center;
}
.why-image:after {
  display: none;
}

.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
.logo-main {
  font: 700 22px "Space Grotesk";
  letter-spacing: -1px;
  color: #fff;
}
.logo-main i {
  font-style: normal;
  color: var(--a);
}
.logo-sub {
  font: 600 8px "DM Sans";
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #91a4b8;
  margin-top: 5px;
}
@media (max-width: 800px) {
  .logo-main {
    font-size: 20px;
  }
  .logo-sub {
    font-size: 7px;
    letter-spacing: 2.5px;
  }
}

main {
  padding-top: 82px;
}

@media (max-width: 800px) {
  header {
    height: 72px;
    padding-left: 14px;
    padding-right: 14px;
  }
  main {
    padding-top: 72px;
  }
  .mobile-menu {
    position: fixed;
    top: 72px;
    left: 14px;
    right: 14px;
  }
}

/* Header: normal in document at top, fixed + smoothly revealed after 200px */
body {
  margin: 0 !important;
  padding: 0 !important;
}
body > header.container {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: min(var(--max), calc(100% - 40px)) !important;
  height: 82px !important;
  margin: 0 auto !important;
  z-index: 99999 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease,
    background 0.3s ease,
    box-shadow 0.3s ease !important;
}
body > header.container.is-scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 82px !important;
  margin: 0 !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: rgba(7, 16, 25, 0.9) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.22) !important;
}
body > main {
  padding-top: 0 !important;
}
body > main.header-scrolled {
  padding-top: 82px !important;
}
@media (max-width: 800px) {
  body > header.container {
    width: calc(100% - 28px) !important;
    height: 72px !important;
  }
  body > header.container.is-scrolled {
    width: 100% !important;
    height: 72px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  body > main.header-scrolled {
    padding-top: 72px !important;
  }
}

/* Home About / Experience section */
.home-about {
  position: relative;
  overflow: hidden;
}
.home-about:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 15% 50%,
      rgba(100, 231, 255, 0.08),
      transparent 35%
    ),
    radial-gradient(
      ellipse at 85% 20%,
      rgba(140, 124, 255, 0.09),
      transparent 35%
    );
}
.about-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 75px;
  align-items: center;
}
.about-photo-wrap {
  position: relative;
  padding: 0 0 0 20px;
}
.about-photo {
  height: 540px;
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #101b27;
  position: relative;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 10, 16, 0.02),
    rgba(3, 10, 16, 0.2)
  );
}
.experience-badge {
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px 30px 22px 25px;
  border-radius: 20px;
  background: linear-gradient(120deg, #4f8cff, #00e5fa);
  box-shadow: 0 20px 50px rgba(38, 57, 180, 0.35);
}
.experience-badge strong {
  font: 700 55px/1 "Space Grotesk";
  letter-spacing: -3px;
}
.experience-badge div {
  font: 600 23px/1.05 "Space Grotesk";
}
.experience-badge small {
  display: block;
  font: 500 13px "DM Sans";
  margin-top: 5px;
  color: #eef6ff;
}
.about-copy .kicker {
  margin-bottom: 13px;
}
.about-copy h2 {
  font: 700 clamp(36px, 4.2vw, 55px)/1.08 "Space Grotesk";
  letter-spacing: -2px;
  max-width: 590px;
  margin-bottom: 22px;
}
.about-copy h2 span {
  background: linear-gradient(90deg, var(--a), #b6aaff);
  -webkit-background-clip: text;
  color: transparent;
}
.about-copy > p {
  color: #a4b6c8;
  font-size: 16px;
  max-width: 620px;
  margin-bottom: 25px;
}
.about-points {
  display: grid;
  gap: 12px;
  margin: 0 0 27px;
}
.about-point {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #e4edf5;
  font-size: 15px;
}
.about-point .point-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(100, 231, 255, 0.45);
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--a);
  background: rgba(100, 231, 255, 0.05);
  font-size: 18px;
}
@media (max-width: 800px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about-photo-wrap {
    padding: 0 0 0 8px;
  }
  .about-photo {
    height: 390px;
    border-radius: 28px;
  }
  .experience-badge {
    left: -2px;
    bottom: 22px;
    padding: 17px 21px;
  }
  .experience-badge strong {
    font-size: 42px;
  }
  .experience-badge div {
    font-size: 18px;
  }
  .about-copy h2 {
    letter-spacing: -1.5px;
  }
}
@media (max-width: 520px) {
  .about-photo {
    height: 330px;
  }
  .experience-badge {
    left: -5px;
    bottom: 15px;
  }
  .experience-badge strong {
    font-size: 36px;
  }
  .experience-badge div {
    font-size: 16px;
  }
}

/* What We Do — six premium service cards */
.services-section {
  position: relative;
  overflow: hidden;
}
.services-section:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -280px;
  top: 120px;
  border-radius: 50%;
  background: rgba(100, 231, 255, 0.06);
  filter: blur(100px);
  pointer-events: none;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
}
.service-card {
  position: relative;
  min-height: 315px;
  padding: 30px 28px 27px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.065),
    rgba(255, 255, 255, 0.018)
  );
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.35s,
    box-shadow 0.35s;
}
.service-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 0,
    rgba(100, 231, 255, 0.11),
    transparent 45%
  );
  opacity: 0;
  transition: opacity 0.4s;
}
.service-card:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -65px;
  bottom: -65px;
  border-radius: 50%;
  background: rgba(140, 124, 255, 0.1);
  filter: blur(18px);
  transition: transform 0.5s;
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(100, 231, 255, 0.34);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.28);
}
.service-card:hover:before {
  opacity: 1;
}
.service-card:hover:after {
  transform: scale(1.6);
}
.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  font: 700 20px "Space Grotesk";
  color: var(--a);
  border: 1px solid rgba(100, 231, 255, 0.25);
  background: linear-gradient(
    135deg,
    rgba(100, 231, 255, 0.13),
    rgba(140, 124, 255, 0.14)
  );
  margin-bottom: 27px;
  position: relative;
  z-index: 1;
  transition:
    transform 0.45s,
    background 0.45s;
}
.service-card:hover .service-icon {
  transform: rotate(-5deg) scale(1.08);
  background: linear-gradient(
    135deg,
    rgba(100, 231, 255, 0.22),
    rgba(140, 124, 255, 0.25)
  );
}
.service-number {
  position: absolute;
  right: 24px;
  top: 23px;
  color: rgba(255, 255, 255, 0.22);
  font: 600 11px "Space Grotesk";
  letter-spacing: 2px;
}
.service-card h3 {
  font: 600 23px/1.15 "Space Grotesk";
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.service-card p {
  color: var(--muted);
  font-size: 14px;
  max-width: 330px;
  position: relative;
  z-index: 1;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #dceaf5;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  margin-top: 23px;
  position: relative;
  z-index: 1;
}
.service-link span {
  color: var(--a);
  transition: transform 0.3s;
}
.service-card:hover .service-link span {
  transform: translateX(5px);
}
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 275px;
    padding: 25px;
  }
}

/* Inner page premium banners */
.inner-banner {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--line);
}
.inner-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 9, 15, 0.95),
      rgba(3, 9, 15, 0.72) 48%,
      rgba(3, 9, 15, 0.55)
    ),
    linear-gradient(0deg, rgba(3, 9, 15, 0.5), transparent);
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -130px;
  top: -120px;
  border-radius: 50%;
  background: rgba(100, 231, 255, 0.12);
  filter: blur(90px);
}
.inner-banner-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
  padding: 75px 0;
}
.inner-banner-content .kicker {
  margin-bottom: 15px;
}
.inner-banner-content h1 {
  font: 700 clamp(46px, 6vw, 72px)/1 "Space Grotesk";
  letter-spacing: -3px;
  max-width: 800px;
}
.inner-banner-content h1 span {
  background: linear-gradient(90deg, var(--a), #b6aaff);
  -webkit-background-clip: text;
  color: transparent;
}
.inner-banner-content p {
  color: #a9bacb;
  font-size: 17px;
  max-width: 650px;
  margin-top: 20px;
}
.breadcrumb {
  margin-top: 24px;
  color: #8ea2b5;
  font-size: 12px;
}
.breadcrumb a {
  color: #cfe1ef;
  text-decoration: none;
}
@media (max-width: 800px) {
  .inner-banner {
    min-height: 340px;
  }
  .inner-banner-content {
    padding: 65px 0;
  }
  .inner-banner-content h1 {
    letter-spacing: -2px;
  }
  .inner-banner-content p {
    font-size: 15px;
  }
}

/* Shared header component */
#site-header {
  position: relative;
  z-index: 99999;
}
#site-header .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
#site-header .logo-main {
  font: 700 22px "Space Grotesk";
  letter-spacing: -1px;
  color: #fff;
}
#site-header .logo-main i {
  font-style: normal;
  color: var(--a);
}
#site-header .logo-sub {
  font: 600 8px "DM Sans";
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #91a4b8;
  margin-top: 5px;
}
#site-header nav a.active {
  color: #63e4fc;
}
#site-header .mobile-menu a.active {
  color: var(--a);
}
#site-header > header.container {
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
  width: 100% !important;
}
#site-header > header.container.is-scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 99999 !important;
  background: rgba(7, 16, 25, 0.92) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25) !important;
}
body > main.header-scrolled {
  padding-top: 82px !important;
}
@media (max-width: 800px) {
  #site-header > header.container.is-scrolled {
    height: 72px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  body > main.header-scrolled {
    padding-top: 72px !important;
  }
  #site-header .logo-main {
    font-size: 20px;
  }
  #site-header .logo-sub {
    font-size: 7px;
    letter-spacing: 2.5px;
  }
}

/* Shared header wrapper + 200px scroll behavior */
#site-header {
  height: 82px;
  position: relative;
  z-index: 99999;
}
#site-header > header.container {
  height: 82px;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    box-shadow 0.3s ease;
}
#site-header > header.container.is-scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: max(20px, calc((100% - var(--max)) / 2)) !important;
  padding-right: max(20px, calc((100% - var(--max)) / 2)) !important;
  background: rgba(7, 16, 25, 0.92) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
body > main {
  padding-top: 0 !important;
}
body > main.header-scrolled {
  padding-top: 82px !important;
}
#site-header .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
#site-header .logo-main {
  font: 700 22px "Space Grotesk";
  letter-spacing: -1px;
  color: #fff;
}
#site-header .logo-main i {
  font-style: normal;
  color: var(--a);
}
#site-header .logo-sub {
  font: 600 8px "DM Sans";
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #91a4b8;
  margin-top: 5px;
}
#site-header nav a.active {
  color: #63e4fc;
}
#site-header .mobile-menu a.active {
  color: var(--a);
}
@media (max-width: 800px) {
  #site-header {
    height: 72px;
  }
  #site-header > header.container {
    height: 72px;
  }
  #site-header > header.container.is-scrolled {
    height: 72px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  body > main.header-scrolled {
    padding-top: 72px !important;
  }
  #site-header .logo-main {
    font-size: 20px;
  }
  #site-header .logo-sub {
    font-size: 7px;
    letter-spacing: 2.5px;
  }
}

/* Real Estate portfolio section */
.realestate-section {
  position: relative;
  overflow: hidden;
}
.realestate-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: stretch;
}
.realestate-feature {
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.realestate-feature:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(3, 9, 15, 0.94),
    rgba(3, 9, 15, 0.08) 75%
  );
}
.realestate-feature-content {
  position: relative;
  z-index: 2;
  padding: 34px;
}
.realestate-feature-content .kicker {
  margin-bottom: 10px;
}
.realestate-feature-content h3 {
  font: 600 34px/1.05 "Space Grotesk";
  margin-bottom: 12px;
}
.realestate-feature-content p {
  color: #b5c4d2;
  max-width: 560px;
  font-size: 14px;
}
.realestate-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.realestate-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.025);
  transition: 0.35s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.realestate-card:hover {
  transform: translateY(-7px);
  border-color: rgba(100, 231, 255, 0.35);
  background: rgba(100, 231, 255, 0.035);
}
.realestate-card .service-icon {
  margin-bottom: 18px;
}
.realestate-card h4 {
  font: 600 18px "Space Grotesk";
  margin-bottom: 7px;
}
.realestate-card p {
  font-size: 13px;
  color: var(--muted);
}
@media (max-width: 800px) {
  .realestate-grid {
    grid-template-columns: 1fr;
  }
  .realestate-feature {
    min-height: 390px;
  }
  .realestate-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .realestate-feature {
    min-height: 350px;
  }
  .realestate-feature-content {
    padding: 24px;
  }
  .realestate-feature-content h3 {
    font-size: 27px;
  }
  .realestate-services {
    grid-template-columns: 1fr;
  }
}

/* About page approach image */
.approach-image {
  background-image:
    linear-gradient(180deg, rgba(5, 14, 23, 0.08), rgba(5, 14, 23, 0.3)),
    url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1400&q=85") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.approach-image:after {
  display: none !important;
}

/* About process — animated journey timeline */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-top: 35px;
}
.process-grid:before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 30px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(100, 231, 255, 0.5),
    rgba(140, 124, 255, 0.5)
  );
  transform-origin: left;
  animation: processLine 1.2s ease both;
}
.process-item {
  position: relative;
  padding: 0 22px 25px;
  min-height: 210px;
  transition: transform 0.4s ease;
}
.process-item:first-child {
}
.process-item:last-child {
  padding-right: 0;
}
.process-node {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin: -1px 0 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #071019;
  border: 1px solid rgba(100, 231, 255, 0.45);
  box-shadow:
    0 0 0 7px rgba(100, 231, 255, 0.025),
    0 0 28px rgba(100, 231, 255, 0.08);
  color: var(--a);
  font: 700 15px "Space Grotesk";
  transition: 0.45s;
}
.process-node:after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px dashed rgba(100, 231, 255, 0.28);
  animation: processSpin 8s linear infinite;
}
.process-item h3 {
  font: 600 23px "Space Grotesk";
  margin-bottom: 9px;
  transition: color 0.3s;
}
.process-item p {
  color: var(--muted);
  font-size: 14px;
  max-width: 235px;
}
.process-item:hover {
  transform: translateY(-9px);
}
.process-item:hover .process-node {
  background: linear-gradient(
    135deg,
    rgba(100, 231, 255, 0.18),
    rgba(140, 124, 255, 0.2)
  );
  border-color: var(--a);
  box-shadow:
    0 0 0 9px rgba(100, 231, 255, 0.035),
    0 0 35px rgba(100, 231, 255, 0.2);
}
.process-item:hover h3 {
  color: var(--a);
}
.process-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--a);
  margin-bottom: 9px;
}
@keyframes processLine {
  from {
    transform: scaleX(0);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes processSpin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 800px) {
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .process-grid:before {
    display: none;
  }
  .process-item {
    padding: 22px 5px;
    min-height: 190px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .process-node {
  }
}
@media (max-width: 520px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-item {
    min-height: auto;
    padding: 16px;
    border-top: 0;
  }
  .process-node {
  }
  .process-item h3 {
    font-size: 21px;
  }
}

/* Rich portfolio project cards */
.work-project-card {
  min-height: 245px !important;
  padding: 25px 28px !important;
  transition:
    transform 0.4s ease,
    border-color 0.35s,
    background 0.35s,
    box-shadow 0.35s;
}
.work-project-card:hover {
  transform: translateY(-8px);
  border-color: rgba(100, 231, 255, 0.32);
  background: rgba(100, 231, 255, 0.025);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.work-tagline {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  color: var(--a);
  margin: 26px 0 10px;
}
.work-project-card h3 {
  font: 600 23px "Space Grotesk";
  margin-bottom: 10px;
}
.work-project-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 380px;
}
@media (max-width: 520px) {
  .work-project-card {
    min-height: 220px !important;
    padding: 22px !important;
  }
  .work-tagline {
    margin-top: 22px;
  }
  .work-project-card h3 {
    font-size: 21px;
  }
}

/* Portfolio cards — entrance + hover animation */
.work-project-card {
  position: relative;
  overflow: hidden;
  transform: translateY(35px);
  opacity: 0;
  animation: projectReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.work-project-card:nth-child(1) {
  animation-delay: 0.12s;
}
.work-project-card:nth-child(2) {
  animation-delay: 0.24s;
}
.work-project-card:nth-child(3) {
  animation-delay: 0.36s;
}

.work-project-card:before {
  content: "";
  position: absolute;
  top: -120%;
  left: -55%;
  width: 45%;
  height: 300%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: rotate(22deg);
  transition: left 0.8s ease;
  pointer-events: none;
}
.work-project-card:hover:before {
  left: 125%;
}

.work-project-card:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -95px;
  bottom: -95px;
  border-radius: 50%;
  background: rgba(100, 231, 255, 0.12);
  filter: blur(30px);
  transition:
    transform 0.55s ease,
    opacity 0.55s ease;
  opacity: 0.35;
  pointer-events: none;
}
.work-project-card:hover:after {
  transform: scale(1.8);
  opacity: 0.8;
}

.work-project-card .icon {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s;
}
.work-project-card:hover .icon {
  transform: translateY(-4px) rotate(-5deg) scale(1.08);
  box-shadow: 0 0 25px rgba(100, 231, 255, 0.18);
}
.work-project-card .work-tagline {
  transition:
    letter-spacing 0.35s,
    color 0.35s;
}
.work-project-card:hover .work-tagline {
  letter-spacing: 2.5px;
}
.work-project-card h3 {
  transition:
    transform 0.35s,
    color 0.35s;
}
.work-project-card:hover h3 {
  transform: translateX(5px);
  color: #fff;
}
@keyframes projectReveal {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .work-project-card {
    animation: none;
    transform: none;
    opacity: 1;
  }
}

/* Service detail pages */
.service-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 105px;
  background:
    radial-gradient(
      circle at 78% 25%,
      rgba(90, 70, 255, 0.24),
      transparent 32%
    ),
    radial-gradient(
      circle at 15% 80%,
      rgba(0, 205, 255, 0.13),
      transparent 30%
    ),
    #07111b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.service-detail-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.7;
}
.detail-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}
.detail-kicker {
  display: inline-flex;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #55dcff;
  margin-bottom: 22px;
}
.detail-kicker:before {
  content: "";
  width: 28px;
  height: 2px;
  background: #55dcff;
  margin-top: 6px;
}
.detail-hero h1 {
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -4px;
  max-width: 800px;
  margin: 0 0 28px;
}
.detail-hero h1 span,
.detail-intro h2 span {
  background: linear-gradient(90deg, #55dcff, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.detail-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: #aab8c7;
  max-width: 680px;
  margin: 0 0 34px;
}
.detail-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.detail-visual {
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  animation: detailFloat 7s ease-in-out infinite;
}
.detail-visual:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, #32d8ff, #7557ff);
  filter: blur(10px);
  opacity: 0.78;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  animation: orb 6s ease-in-out infinite;
}
.detail-visual:after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  transform: rotate(-8deg);
}
.visual-code {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font:
    800 70px/1 Arial,
    sans-serif;
  color: #fff;
  letter-spacing: -5px;
  text-shadow: 0 0 40px rgba(75, 220, 255, 0.55);
}
.detail-section,
.process-section {
  padding: 110px 0;
}
.detail-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.detail-intro h2 {
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1;
  letter-spacing: -2.5px;
  margin: 0;
}
.detail-intro-copy p {
  font-size: 18px;
  line-height: 1.8;
  color: #9eacbb;
  margin: 0 0 18px;
}
.detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 55px;
}
.detail-metric {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
  border-radius: 18px;
  transition: 0.35s;
}
.detail-metric:hover {
  transform: translateY(-7px);
  border-color: rgba(70, 214, 255, 0.35);
}
.detail-metric strong {
  display: block;
  font-size: 34px;
  color: #fff;
  margin-bottom: 6px;
}
.detail-metric span {
  font-size: 13px;
  color: #8291a1;
}
.capability-section {
  background: #0a1420;
}
.capability-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 45px;
}
.capability-head h2 {
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1;
  letter-spacing: -2.5px;
  margin: 0;
}
.capability-head p {
  max-width: 470px;
  color: #91a0af;
  line-height: 1.7;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.capability-card {
  min-height: 220px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.015)
  );
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.capability-card:hover {
  transform: translateY(-9px);
  border-color: rgba(75, 220, 255, 0.32);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.25);
}
.capability-num {
  font-size: 11px;
  color: #55dcff;
  letter-spacing: 2px;
  font-weight: 800;
}
.capability-card h3 {
  font-size: 23px;
  margin: 42px 0 12px;
}
.capability-card p {
  color: #8494a5;
  line-height: 1.65;
  margin: 0;
  font-size: 14px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.process-card {
  padding: 30px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  transition: 0.35s;
}
.process-card:hover {
  border-color: #55dcff;
  transform: translateY(-6px);
}
.process-card .step {
  font-size: 12px;
  color: #55dcff;
  font-weight: 800;
  letter-spacing: 2px;
}
.process-card h3 {
  font-size: 22px;
  margin: 55px 0 12px;
}
.process-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #8291a1;
}
.detail-cta {
  padding: 85px 60px;
  border-radius: 28px;
  background: linear-gradient(120deg, #111d2a, #0d1522);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.detail-cta h2 {
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -2.5px;
  line-height: 1;
  margin: 0 0 14px;
}
.detail-cta p {
  color: #92a0ae;
}
.detail-cta .btn {
  white-space: nowrap;
}
@keyframes detailFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes orb {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
  50% {
    transform: translateX(-50%) translateY(-18px) scale(1.08);
  }
}
@media (max-width: 900px) {
  .detail-hero-grid,
  .detail-intro {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .detail-visual {
    min-height: 330px;
  }
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .capability-head {
    display: block;
  }
  .capability-head p {
    margin-top: 18px;
  }
}
@media (max-width: 600px) {
  .service-detail-hero {
    padding: 115px 0 75px;
  }
  .detail-hero h1 {
    letter-spacing: -2.5px;
  }
  .detail-hero p {
    font-size: 16px;
  }
  .detail-visual {
    min-height: 260px;
  }
  .visual-code {
    font-size: 52px;
  }
  .detail-section,
  .process-section {
    padding: 75px 0;
  }
  .detail-metrics,
  .capability-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .detail-cta {
    padding: 42px 26px;
    display: block;
    border-radius: 20px;
  }
  .detail-cta .btn {
    margin-top: 25px;
    display: inline-flex;
  }
}

/* ===== Premium four-step process cards ===== */
.process-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.process-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 40%,
    rgba(45, 210, 255, 0.06),
    transparent 42%
  );
  pointer-events: none;
}
.process-section .container {
  position: relative;
  z-index: 1;
}
.process-section .section-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 58px;
}
.process-section .section-head .kicker {
  color: #55dcff;
  letter-spacing: 2.2px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.process-section .section-head h2 {
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -3.5px;
  margin: 0;
}
.process-section .section-head h2:after {
  content: "";
  display: block;
  width: 115px;
  height: 4px;
  margin-top: 22px;
  border-radius: 10px;
  background: linear-gradient(90deg, #55dcff, #8b5cf6);
}
.process-section .section-head > p {
  max-width: 520px;
  justify-self: end;
  color: #91a0af;
  line-height: 1.8;
  margin: 0;
  font-size: 16px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  position: relative;
}
.process-grid:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(85, 220, 255, 0.1),
    rgba(85, 220, 255, 0.65),
    rgba(139, 92, 246, 0.65),
    rgba(139, 92, 246, 0.1)
  );
  z-index: 0;
}
.process-grid.about-page:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0%;
  right: 9%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(85, 220, 255, 0.1),
    rgba(85, 220, 255, 0.65),
    rgba(139, 92, 246, 0.65),
    rgba(139, 92, 246, 0.1)
  );
  z-index: 0;
}
.process-card {
  min-height: 400px;
  padding: 34px 28px 28px;
  border: 1px solid rgba(110, 190, 220, 0.22);
  border-radius: 24px;
  background: linear-gradient(
    160deg,
    rgba(22, 35, 48, 0.9),
    rgba(8, 18, 29, 0.94)
  );
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: visible;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.45s,
    box-shadow 0.45s;
  z-index: 1;
}
.process-card:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -45px;
  bottom: -55px;
  border-radius: 50%;
  background: #315cff;
  filter: blur(65px);
  opacity: 0.08;
  transition: 0.45s;
}
.process-card:hover {
  transform: translateY(-12px);
  border-color: rgba(85, 220, 255, 0.58);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.32),
    0 0 35px rgba(40, 200, 255, 0.08);
}
.process-card:hover:after {
  opacity: 0.2;
}
.process-card .step {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #eafcff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  background: #0b1825;
  border: 1px solid #55dcff;
  padding: 0;
  box-shadow:
    0 0 0 6px #07111b,
    0 0 25px rgba(85, 220, 255, 0.24);
}
.process-card .step:after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px dashed rgba(85, 220, 255, 0.28);
  border-radius: 50%;
  animation: processSpin 10s linear infinite;
}
.process-card h3 {
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
  margin: 105px 0 14px;
  letter-spacing: -0.7px;
}
.process-card p {
  text-align: center;
  min-height: 58px;
  font-size: 14px;
  line-height: 1.7;
  color: #93a5b6;
  margin: 0;
}
.process-card ul {
  list-style: none;
  padding: 22px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.process-card li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 14px;
  color: #b6c4d1;
  font-size: 13px;
  line-height: 1.45;
}
.process-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #25d7ff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #25d7ff;
  font-size: 10px;
  font-weight: 800;
}
.process-arrow {
  position: absolute;
  top: 7px;
  right: -16px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(85, 220, 255, 0.55);
  border-radius: 50%;
  display: none;
  place-items: center;
  color: #55dcff;
  background: #08131f;
  z-index: 4;
  transition: 0.35s;
}
.process-card:hover .process-arrow {
  transform: translateX(4px);
  background: #55dcff;
  color: #07111b;
}
@keyframes processSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1000px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
  }
  .process-grid:before {
    display: none;
  }
  .process-section .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .process-section .section-head > p {
    justify-self: start;
  }
}
@media (max-width: 600px) {
  .process-section {
    padding: 80px 0;
  }
  .process-section .section-head {
    margin-bottom: 48px;
  }
  .process-section .section-head h2 {
    letter-spacing: -2px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .process-card {
    min-height: 0;
    padding: 30px 24px 25px;
  }
  .process-card h3 {
    margin-top: 82px;
  }
  .process-card p {
    min-height: auto;
  }
  .process-arrow {
    display: none;
  }
}

/* ===== About: Clients + Testimonials sliders ===== */
.clients-section {
  padding: 105px 0 90px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #07111b, #081521);
}
.clients-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}
.clients-head h2 {
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1;
  letter-spacing: -2.8px;
  margin: 0;
}
.clients-controls,
.testimonial-controls {
  display: flex;
  gap: 10px;
}
.client-arrow,
.testimonial-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(85, 220, 255, 0.38);
  background: rgba(255, 255, 255, 0.025);
  color: #dffaff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.35s;
}
.client-arrow:hover,
.testimonial-arrow:hover {
  background: #55dcff;
  color: #07111b;
  transform: translateY(-3px);
  box-shadow: 0 0 28px rgba(85, 220, 255, 0.2);
}
.client-slider,
.testimonial-slider {
  overflow: hidden;
  position: relative;
}
.client-track {
  display: flex;
  gap: 16px;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.client-card {
  flex: 0 0 calc((100% - 64px) / 5);
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.015)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 18px;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}
.client-card:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #32d8ff;
  filter: blur(65px);
  opacity: 0;
  transition: 0.35s;
}
.client-card:hover {
  transform: translateY(-8px);
  border-color: rgba(85, 220, 255, 0.38);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}
.client-card:hover:before {
  opacity: 0.11;
}
.client-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(85, 220, 255, 0.3);
  background: rgba(85, 220, 255, 0.07);
  display: grid;
  place-items: center;
  color: #55dcff;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 14px;
  position: relative;
}
.client-card strong {
  font-size: 14px;
  letter-spacing: 1.3px;
  color: #eef7ff;
  position: relative;
}
.client-card small {
  font-size: 10px;
  color: #718294;
  margin-top: 7px;
  position: relative;
}
.client-dots,
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
}
.slider-dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: #3a4b5d;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.slider-dot.active {
  width: 24px;
  border-radius: 10px;
  background: #55dcff;
}
.testimonials-section {
  padding: 110px 0 120px;
  background: #07111b;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.testimonial-layout {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 65px;
  align-items: center;
}
.testimonial-intro h2 {
  font-size: clamp(44px, 5.3vw, 70px);
  line-height: 0.95;
  letter-spacing: -3.5px;
  margin: 15px 0 25px;
}
.testimonial-intro h2 span {
  background: linear-gradient(90deg, #55dcff, #9c7cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.testimonial-intro p {
  max-width: 390px;
  color: #8e9dac;
  line-height: 1.75;
  margin: 0 0 28px;
}
.testimonial-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  padding: 32px;
  background: linear-gradient(
    145deg,
    rgba(20, 34, 47, 0.95),
    rgba(7, 17, 27, 0.98)
  );
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.testimonial-card:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -80px;
  bottom: -100px;
  background: #6255ff;
  filter: blur(80px);
  opacity: 0.1;
}
.testimonial-card:hover {
  transform: translateY(-7px);
  border-color: rgba(85, 220, 255, 0.35);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
}
.quote-mark {
  font-size: 72px;
  line-height: 0.7;
  color: #55dcff;
  font-family: Georgia, serif;
  height: 50px;
}
.testimonial-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #b6c2ce;
  margin: 22px 0 30px;
  min-height: 130px;
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}
.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #55dcff, #7456ff);
  color: #07111b;
  font-size: 11px;
  font-weight: 900;
}
.testimonial-meta strong {
  display: block;
  color: #edf5fc;
  font-size: 13px;
}
.testimonial-meta small {
  display: block;
  color: #718294;
  font-size: 10px;
  margin-top: 4px;
}
.stars {
  margin-left: auto;
  color: #ffd35a;
  font-size: 13px;
  letter-spacing: 2px;
}
.testimonial-slider {
  padding: 8px 0 0;
}
.testimonial-track {
  display: flex;
  gap: 18px;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
@media (max-width: 1100px) {
  .client-card {
    flex-basis: calc((100% - 48px) / 4);
  }
  .testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }
  .testimonial-layout {
    grid-template-columns: 0.7fr 1.3fr;
  }
}
@media (max-width: 800px) {
  .clients-head {
    display: block;
  }
  .clients-controls {
    margin-top: 20px;
  }
  .client-card {
    flex-basis: calc((100% - 32px) / 3);
  }
  .testimonial-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .testimonial-intro p {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .clients-section,
  .testimonials-section {
    padding: 75px 0;
  }
  .client-card {
    flex-basis: calc((100% - 16px) / 2);
    min-height: 135px;
  }
  .client-card:nth-child(n + 5) {
    display: none;
  }
  .testimonial-card {
    flex-basis: 100%;
    min-height: 315px;
    padding: 26px;
  }
  .testimonial-card p {
    font-size: 15px;
    min-height: 125px;
  }
  .stars {
    font-size: 11px;
  }
  .testimonial-controls {
    margin-top: 8px;
  }
}

/* ===== About: premium clients + testimonials ===== */
.about-trust {
  padding: 48px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(0, 213, 255, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 75%,
      rgba(105, 70, 255, 0.09),
      transparent 30%
    );
}
.trust-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}
.trust-heading .kicker {
  color: #55dcff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.3px;
  margin-bottom: 17px;
}
.trust-heading h2 {
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.98;
  letter-spacing: -3px;
  margin: 0;
}
.trust-heading h2 span,
.testimonial-side h2 span {
  background: linear-gradient(90deg, #55dcff, #9b7cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.trust-heading > p {
  max-width: 520px;
  justify-self: end;
  color: #8fa0b1;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.client-marquee {
  position: relative;
  margin: 0 -10vw 105px;
  overflow: hidden;
  padding: 10px 0 20px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
}
.client-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: clientMarquee 28s linear infinite;
}
.client-marquee:hover .client-track {
  animation-play-state: paused;
}
.client-logo-card {
  width: 190px;
  height: 94px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  padding: 17px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.065),
    rgba(255, 255, 255, 0.018)
  );
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  flex: none;
  transition: 0.4s;
}
.client-logo-card:hover {
  transform: translateY(-7px);
  border-color: rgba(85, 220, 255, 0.45);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.25),
    0 0 25px rgba(85, 220, 255, 0.07);
}
.client-mark {
  grid-row: 1/3;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #07111b;
  background: linear-gradient(135deg, #55dcff, #8b7cff);
  font-size: 19px;
  font-weight: 900;
}
.client-logo-card b {
  font-size: 14px;
  color: #edf5fb;
  letter-spacing: 0.8px;
  align-self: end;
}
.client-logo-card small {
  font-size: 7px;
  letter-spacing: 2px;
  color: #708091;
  align-self: start;
}
@keyframes clientMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.testimonial-wrap {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 55px;
  align-items: center;
}
.testimonial-side .kicker {
  color: #55dcff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.3px;
  margin-bottom: 17px;
}
.testimonial-side h2 {
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 0.98;
  letter-spacing: -2.8px;
  margin: 0 0 20px;
}
.testimonial-side > p {
  color: #8fa0b1;
  line-height: 1.7;
  max-width: 300px;
  margin: 0;
}
.testimonial-controls {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}
.testimonial-controls button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(85, 220, 255, 0.4);
  background: #0a1723;
  color: #dff9ff;
  font-size: 19px;
  cursor: pointer;
  transition: 0.3s;
}
.testimonial-controls button:hover {
  background: #55dcff;
  color: #07111b;
  transform: translateY(-3px);
}
.testimonial-dots {
  display: flex;
  gap: 7px;
  margin-top: 20px;
}
.testimonial-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #344352;
  cursor: pointer;
  transition: 0.3s;
}
.testimonial-dots button.active {
  width: 25px;
  border-radius: 8px;
  background: #55dcff;
}
.testimonial-slider {
  overflow: hidden;
  border-radius: 28px;
}
.testimonial-track {
  display: flex;
  transition: transform 0.75s cubic-bezier(0.22, 0.8, 0.2, 1);
}
.testimonial-card {
  min-width: 100%;
  min-height: 355px;
  padding: 38px 42px;
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-template-rows: 1fr auto;
  gap: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(20, 34, 47, 0.96),
    rgba(7, 17, 27, 0.98)
  );
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  position: relative;
  overflow: hidden;
}
.testimonial-card:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #38d8ff;
  filter: blur(100px);
  opacity: 0.06;
  right: -90px;
  top: -100px;
}
.testimonial-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #55dcff,
    #8b7cff,
    transparent
  );
  transform: scaleX(0.3);
  transform-origin: center;
  transition: 0.8s;
}
.testimonial-card.active:after {
  transform: scaleX(1);
}
.quote-mark {
  position: absolute;
  right: 30px;
  top: 12px;
  font-family: Georgia, serif;
  font-size: 110px;
  line-height: 1;
  color: #55dcff;
  opacity: 0.13;
}
.testimonial-photo {
  grid-row: 1/3;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #55dcff, #805cff);
  align-self: center;
  box-shadow: 0 0 35px rgba(85, 220, 255, 0.13);
  animation: testimonialPhoto 5s ease-in-out infinite;
}
.testimonial-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  filter: saturate(0.9);
}
.testimonial-content {
  align-self: center;
  position: relative;
  z-index: 1;
}
.testimonial-content > p {
  font-size: 21px;
  line-height: 1.65;
  color: #d7e2eb;
  margin: 0 0 28px;
  max-width: 720px;
}
.testimonial-person {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.testimonial-person strong {
  font-size: 15px;
  color: #fff;
}
.testimonial-person span {
  font-size: 12px;
  color: #7f90a0;
}
.stars {
  margin-top: 13px;
  letter-spacing: 3px;
  color: #ffd35a;
  font-size: 13px;
}
@keyframes testimonialPhoto {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(2deg);
  }
}

@media (max-width: 900px) {
  .trust-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .trust-heading > p {
    justify-self: start;
  }
  .testimonial-wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .testimonial-side > p {
    max-width: 520px;
  }
  .testimonial-card {
    min-height: 340px;
  }
}
@media (max-width: 600px) {
  .about-trust {
    padding: 85px 0;
  }
  .trust-heading h2 {
    letter-spacing: -2px;
  }
  .client-marquee {
    margin-bottom: 75px;
  }
  .client-logo-card {
    width: 165px;
    height: 84px;
  }
  .testimonial-card {
    padding: 30px 23px;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    border-radius: 22px;
    min-height: 330px;
  }
  .testimonial-photo {
    width: 68px;
    height: 68px;
  }
  .testimonial-content > p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .quote-mark {
    font-size: 85px;
    right: 15px;
  }
}

/* GSAP slider polish */
.client-track {
  will-change: transform;
}
.testimonial-track {
  position: relative;
  min-height: 355px;
  display: block;
  will-change: transform;
}
.testimonial-card {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}
.testimonial-slider {
  min-height: 355px;
}
.testimonial-card.active:after {
  transform: scaleX(1);
}
@media (max-width: 600px) {
  .testimonial-track,
  .testimonial-slider {
    min-height: 330px;
  }
  .testimonial-card {
    min-height: 330px;
  }
}
