/* Font Family */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
:root {
  color-scheme: dark;
}

/* Font Family */
:root {
  color-scheme: dark;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #050505;
  color: #f4f4f5;
  line-height: 1.6;
  overflow-x: hidden;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 5vw, 2rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.overline {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: #80d497;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.section-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 3rem;
  font-weight: 800;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background-color: #80d497;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary .btn-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-primary:hover {
  background-color: #98dfab;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 20px rgba(128, 212, 151, 0.3);
          box-shadow: 0 10px 20px rgba(128, 212, 151, 0.3);
}
.btn-primary:hover .btn-icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-outline svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(128, 212, 151, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-outline:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.reveal {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: var(--d, 0s);
          transition-delay: var(--d, 0s);
}
.reveal.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes gridScan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 60px;
  }
}

@keyframes gridScan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 60px;
  }
}
@-webkit-keyframes grid-drift {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes grid-drift {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  background: rgba(5, 5, 5, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar .navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .brand .brand-icon {
  height: 32px;
  width: auto;
}
.navbar .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #a1a1aa;
}
.navbar .nav-links a:hover {
  color: #f4f4f5;
}
.navbar .nav-links .btn-nav {
  padding: 0.6rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #f4f4f5;
}
.navbar .nav-links .btn-nav:hover {
  background: #fff;
  color: #000;
}
.navbar .hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.navbar .hamburger span {
  width: 25px;
  height: 2px;
  background: #f4f4f5;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1024px) {
  .navbar .nav-links {
    position: fixed;
    top: 80px;
    right: 0;
    height: calc(100vh - 80px);
    background: rgba(5, 5, 5, 0.98);
    backdrop-filter: blur(20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 10%;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 999;
    gap: 0;
  }
  .navbar .nav-links.nav-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .navbar .nav-links li {
    opacity: 0;
    width: 80%;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar .nav-links li:last-child {
    border-bottom: none;
  }
  .navbar .nav-links a {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    width: 100%;
  }
  .navbar .nav-links .btn-nav {
    padding: 1rem 3rem;
    font-size: 1.2rem;
  }
  .navbar .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1001;
  }
  .navbar .hamburger.toggle span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
            transform: rotate(-45deg) translate(-5px, 5px);
  }
  .navbar .hamburger.toggle span:nth-child(2) {
    opacity: 0;
  }
  .navbar .hamburger.toggle span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
            transform: rotate(45deg) translate(-5px, -5px);
  }
  @-webkit-keyframes navLinkFade {
    from {
      opacity: 0;
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes navLinkFade {
    from {
      opacity: 0;
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
}
footer {
  padding: 6rem 0 3rem;
  background: #050505;
  position: relative;
  overflow: hidden;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .footer-divider {
  position: absolute;
  bottom: 100px;
  left: -10%;
  right: -10%;
  width: 120%;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 100%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 75%);
  mask-image: radial-gradient(ellipse at 50% 100%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 75%);
  -webkit-animation: gridScan 20s linear infinite;
          animation: gridScan 20s linear infinite;
  pointer-events: none;
}
footer .footer-top {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 6rem;
}
footer .footer-brand-col {
  max-width: 300px;
}
footer .footer-brand-col .brand {
  display: inline-block;
  margin-bottom: 1.5rem;
}
footer .footer-brand-col .brand .brand-icon {
  height: 56px;
  width: auto;
}
footer .footer-brand-col .slogan {
  color: #a1a1aa;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
}
footer .footer-links-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3rem, 8vw, 6rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
footer .link-group .footer-group-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
footer .link-group a {
  font-size: 0.9rem;
  color: #a1a1aa;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
footer .link-group a .social-icon {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer .link-group a:hover {
  color: #f4f4f5;
}
footer .link-group a:hover .social-icon {
  opacity: 1;
}
footer .footer-bottom {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding-top: 3rem;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer .footer-bottom .footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-bottom .footer-bottom-left .btn-signin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-size: 0.95rem;
  color: #a1a1aa;
  font-weight: 500;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
footer .footer-bottom .footer-bottom-left .btn-signin span {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
footer .footer-bottom .footer-bottom-left .btn-signin:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #f4f4f5;
}
footer .footer-bottom .footer-bottom-left .btn-signin:hover span {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
footer .footer-bottom .footer-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.85rem;
  color: #a1a1aa;
}
footer .footer-bottom .footer-bottom-right a:hover {
  color: #f4f4f5;
}

@media (max-width: 1024px) {
  footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
/* Font Family */
:root {
  color-scheme: dark;
}

@keyframes gridScan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 60px;
  }
}
@keyframes grid-drift {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes orbit-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes orbit-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes orbit-spin-counter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes orbit-spin-counter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.services-page {
  padding-top: 80px;
}
.services-page .services-hero {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 15vh;
}
.services-page .services-hero .services-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(rgba(128, 212, 151, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(128, 212, 151, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-animation: gridScan 20s linear infinite;
          animation: gridScan 20s linear infinite;
  pointer-events: none;
  top: auto;
  bottom: 0;
  left: -10%;
  right: -10%;
  height: 40%;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(20%, black), color-stop(80%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(20%, black), color-stop(80%, black), to(transparent));
  mask-image: linear-gradient(to top, transparent 0%, black 20%, black 80%, transparent 100%);
}
.services-page .services-hero .container {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-bottom: 2rem;
}
.services-page .services-hero .hero-subtitle {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  letter-spacing: 0.3em;
  color: #80d497;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: block;
  text-transform: uppercase;
}
.services-page .services-hero .hero-title {
  font-size: clamp(2.5rem, 8vw, 5rem);
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #fff 0%, #a1a1aa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 0.1em;
}
.services-page .services-hero .hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.5);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.services-page .glow-bg {
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgba(59, 130, 246, 0.15);
  border-radius: 50%;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
}
.services-page .glow-1 {
  width: 600px;
  height: 600px;
  background: rgba(59, 130, 246, 0.15);
  top: -100px;
  right: -100px;
}
.services-page .glow-2 {
  width: 400px;
  height: 400px;
  background: rgba(139, 92, 246, 0.1);
  bottom: 20%;
  left: 10%;
}
.services-page .grid-section {
  padding: clamp(4rem, 10vw, 10rem) 0;
  background-color: #050505;
}
.services-page .grid-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  position: relative;
}
.services-page .service-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-page .service-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.services-page .service-card {
  background: rgba(17, 17, 17, 0.4);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
.services-page .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(128, 212, 151, 0.1), transparent 50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.services-page .service-card .card-icon {
  font-size: 3rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(255, 255, 255, 0.3);
}
.services-page .service-card .card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-page .service-card .card-description {
  color: #a1a1aa;
  line-height: 1.7;
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.services-page .service-card:hover::before {
  opacity: 1;
}
.services-page .service-card:hover .card-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #80d497;
}
.services-page .service-card .service-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.services-page .service-card .service-tags .tag {
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  color: #a1a1aa;
}
.services-page .cta-section {
  padding: clamp(4rem, 10vw, 10rem) 0;
  text-align: center;
  position: relative;
  background: #111111;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.services-page .cta-section .cta-content {
  max-width: 900px;
  margin: 0 auto;
}
.services-page .cta-section .cta-content .gigantic-title {
  font-size: clamp(2.5rem, 8vw, 5rem);
  letter-spacing: -0.05em;
  margin-bottom: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#a1a1aa));
  background: linear-gradient(to right, #fff, #a1a1aa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .services-page .services-hero {
    min-height: 60vh;
    padding-bottom: 5vh;
  }
  .services-page .services-hero .hero-title {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }
  .services-page .grid-section {
    padding: 4rem 0;
  }
  .services-page .grid-section .services-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  .services-page .cta-section {
    padding: 5rem 0;
  }
}
@media (max-width: 480px) {
  .services-page .services-hero {
    min-height: 50vh;
    padding-top: 6rem;
    text-align: center;
  }
  .services-page .services-hero .hero-subtitle {
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
  }
  .services-page .services-hero .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .services-page .services-hero .hero-description {
    font-size: 1rem;
    line-height: 1.6;
  }
  .services-page .grid-section {
    padding: 3rem 0;
  }
  .services-page .grid-section .services-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .services-page .service-card {
    padding: 2rem 1.5rem;
  }
  .services-page .service-card .card-title {
    font-size: 1.25rem;
  }
  .services-page .service-card .card-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .services-page .cta-section {
    padding: 4rem 0;
  }
  .services-page .cta-section .gigantic-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}