﻿@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes pulse-glow {
  0%, 100% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes pulse-glow {
  0%, 100% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes rotate-slow {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-slow {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes data-stream {
  0% {
    -webkit-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100vh) translateX(50%);
            transform: translateY(100vh) translateX(50%);
    opacity: 0;
  }
}
@keyframes data-stream {
  0% {
    -webkit-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100vh) translateX(50%);
            transform: translateY(100vh) translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@-webkit-keyframes border-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes border-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes number-float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(180deg);
            transform: translateY(-30px) rotate(180deg);
    opacity: 0.3;
  }
}
@keyframes number-float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(180deg);
            transform: translateY(-30px) rotate(180deg);
    opacity: 0.3;
  }
}
@-webkit-keyframes hex-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.2;
  }
}
@keyframes hex-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.2;
  }
}
@-webkit-keyframes bar-grow {
  from {
    height: 0;
  }
  to {
    height: var(--height);
  }
}
@keyframes bar-grow {
  from {
    height: 0;
  }
  to {
    height: var(--height);
  }
}
@-webkit-keyframes ring-rotate {
  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 ring-rotate {
  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 particle-orbit {
  0% {
    -webkit-transform: rotate(0deg) translateX(40px) rotate(0deg);
            transform: rotate(0deg) translateX(40px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(40px) rotate(-360deg);
            transform: rotate(360deg) translateX(40px) rotate(-360deg);
  }
}
@keyframes particle-orbit {
  0% {
    -webkit-transform: rotate(0deg) translateX(40px) rotate(0deg);
            transform: rotate(0deg) translateX(40px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(40px) rotate(-360deg);
            transform: rotate(360deg) translateX(40px) rotate(-360deg);
  }
}
@-webkit-keyframes flow-move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes flow-move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@-webkit-keyframes card-glow-pulse {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes card-glow-pulse {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}
.accounting-services-pro {
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#06090f), color-stop(50%, #0c1220), to(rgba(255, 255, 255, 0.04)));
  background: linear-gradient(180deg, #06090f 0%, #0c1220 50%, rgba(255, 255, 255, 0.04) 100%);
  position: relative;
  overflow-x: hidden;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #ffffff;
}

.bg-elements {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.data-stream {
  position: absolute;
  width: 2px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#0ea5e9), to(transparent));
  background: linear-gradient(180deg, transparent, #0ea5e9, transparent);
  opacity: 0.3;
}
.data-stream.stream-1 {
  left: 10%;
  -webkit-animation: data-stream 8s linear infinite;
          animation: data-stream 8s linear infinite;
}
.data-stream.stream-2 {
  left: 30%;
  -webkit-animation: data-stream 12s linear infinite 2s;
          animation: data-stream 12s linear infinite 2s;
}
.data-stream.stream-3 {
  right: 20%;
  -webkit-animation: data-stream 10s linear infinite 4s;
          animation: data-stream 10s linear infinite 4s;
}

.floating-numbers {
  position: absolute;
  width: 100%;
  height: 100%;
}
.floating-numbers .number {
  position: absolute;
  font-family: "Courier New", monospace;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ea580c;
  opacity: 0.1;
  -webkit-animation: number-float 10s ease-in-out infinite;
          animation: number-float 10s ease-in-out infinite;
}
.floating-numbers .number.num-0 {
  left: 64%;
  top: 72%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-1 {
  left: 13%;
  top: 33%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  font-size: 2rem;
}
.floating-numbers .number.num-2 {
  left: 63%;
  top: 72%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-3 {
  left: 85%;
  top: 54%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-4 {
  left: 82%;
  top: 33%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  font-size: 2rem;
}
.floating-numbers .number.num-5 {
  left: 14%;
  top: 11%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-6 {
  left: 88%;
  top: 62%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-7 {
  left: 40%;
  top: 58%;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  font-size: 2rem;
}
.floating-numbers .number.num-8 {
  left: 61%;
  top: 14%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  font-size: 2rem;
}
.floating-numbers .number.num-9 {
  left: 73%;
  top: 78%;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  font-size: 2rem;
}
.floating-numbers .number.num-10 {
  left: 26%;
  top: 35%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-11 {
  left: 19%;
  top: 27%;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-12 {
  left: 45%;
  top: 25%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  font-size: 2rem;
}
.floating-numbers .number.num-13 {
  left: 29%;
  top: 28%;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-14 {
  left: 2%;
  top: 62%;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  font-size: 2rem;
}
.floating-numbers .number.num-15 {
  left: 32%;
  top: 7%;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  font-size: 2rem;
}
.floating-numbers .number.num-16 {
  left: 59%;
  top: 1%;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  font-size: 2rem;
}
.floating-numbers .number.num-17 {
  left: 77%;
  top: 28%;
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  font-size: 2rem;
}
.floating-numbers .number.num-18 {
  left: 78%;
  top: 17%;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  font-size: 1.5rem;
}
.floating-numbers .number.num-19 {
  left: 41%;
  top: 12%;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  font-size: 2rem;
}

.circuit-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(14, 165, 233, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 165, 233, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 5% 80px;
  gap: 60px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 120px 20px 60px;
  }
}

.hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.hex-grid {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hex-grid .hex {
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(234, 88, 12, 0.1);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-animation: hex-pulse 4s ease-in-out infinite;
          animation: hex-pulse 4s ease-in-out infinite;
}
.hex-grid .hex.hex-0 {
  left: 43%;
  top: 29%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0.11;
}
.hex-grid .hex.hex-1 {
  left: 31%;
  top: 21%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 0.13;
}
.hex-grid .hex.hex-2 {
  left: 60%;
  top: 45%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0.06;
}
.hex-grid .hex.hex-3 {
  left: 64%;
  top: 87%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  opacity: 0.1;
}
.hex-grid .hex.hex-4 {
  left: 29%;
  top: 26%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0.07;
}
.hex-grid .hex.hex-5 {
  left: 23%;
  top: 47%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0.11;
}
.hex-grid .hex.hex-6 {
  left: 28%;
  top: 4%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0.14;
}
.hex-grid .hex.hex-7 {
  left: 5%;
  top: 39%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  opacity: 0.09;
}
.hex-grid .hex.hex-8 {
  left: 32%;
  top: 83%;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0.09;
}
.hex-grid .hex.hex-9 {
  left: 41%;
  top: 24%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  opacity: 0.11;
}
.hex-grid .hex.hex-10 {
  left: 52%;
  top: 23%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.15;
}
.hex-grid .hex.hex-11 {
  left: 61%;
  top: 75%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  opacity: 0.13;
}
.hex-grid .hex.hex-12 {
  left: 11%;
  top: 88%;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  opacity: 0.09;
}
.hex-grid .hex.hex-13 {
  left: 19%;
  top: 88%;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  opacity: 0.12;
}
.hex-grid .hex.hex-14 {
  left: 88%;
  top: 16%;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  opacity: 0.11;
}
.hex-grid .hex.hex-15 {
  left: 83%;
  top: 66%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0.08;
}
.hex-grid .hex.hex-16 {
  left: 42%;
  top: 31%;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
  opacity: 0.14;
}
.hex-grid .hex.hex-17 {
  left: 73%;
  top: 99%;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  opacity: 0.12;
}
.hex-grid .hex.hex-18 {
  left: 57%;
  top: 13%;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
  opacity: 0.08;
}
.hex-grid .hex.hex-19 {
  left: 45%;
  top: 63%;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
  opacity: 0.08;
}
.hex-grid .hex.hex-20 {
  left: 72%;
  top: 82%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.14;
}
.hex-grid .hex.hex-21 {
  left: 9%;
  top: 61%;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  opacity: 0.14;
}
.hex-grid .hex.hex-22 {
  left: 63%;
  top: 35%;
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
  opacity: 0.12;
}
.hex-grid .hex.hex-23 {
  left: 19%;
  top: 49%;
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
  opacity: 0.11;
}
.hex-grid .hex.hex-24 {
  left: 85%;
  top: 13%;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  opacity: 0.11;
}
.hex-grid .hex.hex-25 {
  left: 3%;
  top: 25%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  opacity: 0.08;
}
.hex-grid .hex.hex-26 {
  left: 62%;
  top: 57%;
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
  opacity: 0.12;
}
.hex-grid .hex.hex-27 {
  left: 92%;
  top: 88%;
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
  opacity: 0.07;
}
.hex-grid .hex.hex-28 {
  left: 54%;
  top: 10%;
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
  opacity: 0.08;
}
.hex-grid .hex.hex-29 {
  left: 91%;
  top: 47%;
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
  opacity: 0.07;
}

.hero-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 700px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .hero-content {
    max-width: 100%;
  }
}

.hero-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.2), rgba(234, 88, 12, 0.1));
  border: 1px solid rgba(234, 88, 12, 0.3);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #f97316;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
}
.hero-badge i {
  color: #ea580c;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
}
.hero-title .title-line {
  display: block;
  color: #ffffff;
}
.hero-title .title-line:first-child {
  font-size: 0.6em;
  font-weight: 400;
  color: #cbd5e1;
  margin-bottom: 10px;
}
.hero-title .title-line:last-child {
  background: -webkit-gradient(linear, left top, right top, from(#cbd5e1), to(#ffffff));
  background: linear-gradient(90deg, #cbd5e1, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-title .title-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 10px 0;
}
@media (max-width: 1200px) {
  .hero-title .title-highlight {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-title .title-highlight .highlight-text {
  background: linear-gradient(135deg, #ea580c, #f97316, #ea580c);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: shimmer 3s linear infinite;
          animation: shimmer 3s linear infinite;
}
.hero-title .title-highlight .highlight-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ea580c, #ea580c);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
  -webkit-box-shadow: 0 0 40px rgba(234, 88, 12, 0.3);
          box-shadow: 0 0 40px rgba(234, 88, 12, 0.3);
}
.hero-title .title-highlight .highlight-icon i {
  font-size: 1.8rem;
  color: #06090f;
}

.hero-description {
  font-size: 1.2rem;
  color: #cbd5e1;
  line-height: 1.8;
  margin-bottom: 40px;
}
.hero-description .ai-icon {
  color: #0ea5e9;
  margin-right: 10px;
  -webkit-animation: pulse-glow 2s ease-in-out infinite;
          animation: pulse-glow 2s ease-in-out infinite;
}
.hero-description strong {
  color: #0ea5e9;
}

.hero-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .hero-stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.stat-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ea580c, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 5px;
}
.stat-item .stat-label {
  font-size: 0.9rem;
  color: #94a3b8;
  font-weight: 500;
}
.stat-item .stat-icon {
  position: absolute;
  top: -10px;
  right: 20%;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stat-item .stat-icon i {
  font-size: 0.8rem;
  color: #06090f;
}

.stat-divider {
  width: 1px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#64748b), to(transparent));
  background: linear-gradient(180deg, transparent, #64748b, transparent);
}
@media (max-width: 768px) {
  .stat-divider {
    width: 60%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#64748b), to(transparent));
    background: linear-gradient(90deg, transparent, #64748b, transparent);
  }
}

.hero-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .hero-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #ea580c, #ea580c);
  border: none;
  border-radius: 12px;
  color: #06090f;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-box-shadow: 0 10px 30px rgba(234, 88, 12, 0.4);
          box-shadow: 0 10px 30px rgba(234, 88, 12, 0.4);
}
.cta-primary:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
      -ms-transform: translateY(-5px) scale(1.02);
          transform: translateY(-5px) scale(1.02);
  -webkit-box-shadow: 0 20px 50px rgba(234, 88, 12, 0.5);
          box-shadow: 0 20px 50px rgba(234, 88, 12, 0.5);
}
.cta-primary i {
  font-size: 1.2rem;
}

.cta-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #0ea5e9;
  color: #0ea5e9;
}

.hero-visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .hero-visual {
    max-width: 100%;
    width: 100%;
  }
}

.dashboard-mockup {
  background: linear-gradient(145deg, rgba(26, 36, 56, 0.8), rgba(6, 9, 15, 0.9));
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2), 0 0 60px rgba(14, 165, 233, 0.1);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2), 0 0 60px rgba(14, 165, 233, 0.1);
  backdrop-filter: blur(20px);
}

.mockup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: rgba(6, 9, 15, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mockup-header .mockup-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.mockup-header .mockup-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.mockup-header .mockup-dots span:nth-child(1) {
  background: #ff5f57;
}
.mockup-header .mockup-dots span:nth-child(2) {
  background: #ffbd2e;
}
.mockup-header .mockup-dots span:nth-child(3) {
  background: #00d9ff;
}
.mockup-header .mockup-title {
  font-size: 0.9rem;
  color: #94a3b8;
  font-weight: 500;
}

.mockup-content {
  padding: 30px;
}

.chart-area {
  margin-bottom: 20px;
}

.chart-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  padding: 0 10px;
}
.chart-bars .bar {
  width: 12%;
  height: var(--height);
  background: -webkit-gradient(linear, left top, left bottom, from(#0ea5e9), to(#38bdf8));
  background: linear-gradient(180deg, #0ea5e9, #38bdf8);
  border-radius: 6px 6px 0 0;
  -webkit-animation: bar-grow 1.5s ease-out forwards;
          animation: bar-grow 1.5s ease-out forwards;
  -webkit-animation-delay: calc(var(--i, 0) * 0.1s);
          animation-delay: calc(var(--i, 0) * 0.1s);
}
.chart-bars .bar.bar-0 {
  --i: 0;
}
.chart-bars .bar.bar-1 {
  --i: 1;
}
.chart-bars .bar.bar-2 {
  --i: 2;
}
.chart-bars .bar.bar-3 {
  --i: 3;
}
.chart-bars .bar.bar-4 {
  --i: 4;
}
.chart-bars .bar.bar-5 {
  --i: 5;
}
.chart-bars .bar.bar-6 {
  --i: 6;
}
.chart-bars .bar:nth-child(odd) {
  background: -webkit-gradient(linear, left top, left bottom, from(#ea580c), to(#ea580c));
  background: linear-gradient(180deg, #ea580c, #ea580c);
}

.data-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.mini-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.mini-card i {
  font-size: 1.2rem;
}
.mini-card span {
  font-size: 0.9rem;
  font-weight: 600;
}
.mini-card.revenue i {
  color: #38bdf8;
}
.mini-card.revenue span {
  color: #38bdf8;
}
.mini-card.tax i {
  color: #ea580c;
}
.mini-card.tax span {
  color: #f97316;
}
/* ================================================================
   SERVICES NAV — Premium segmented control
================================================================ */
.services-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(4, 6, 13, 0.96);
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 12px 0;
  -webkit-box-shadow: 0 2px 40px rgba(0,0,0,0.5);
          box-shadow: 0 2px 40px rgba(0,0,0,0.5);
}

.nav-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-container::-webkit-scrollbar { display: none; }

.nav-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 8px 17px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 9px;
  color: #4b5563;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  letter-spacing: 0.15px;
  overflow: hidden;
}
.nb-icon {
  width: 22px; height: 22px;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  border-radius: 5px;
  background: rgba(255,255,255,0.04);
  font-size: 0.7rem;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.nb-ripple { display: none; }

.nav-btn:hover { color: #cbd5e1; background: rgba(255,255,255,0.06); -webkit-transform: translateY(-1px); -ms-transform: translateY(-1px); transform: translateY(-1px); }

.nav-btn:nth-child(1).active { background: linear-gradient(135deg,rgba(14,165,233,.16),rgba(3,42,75,.5)); color: #7dd3fc; border-color: rgba(14,165,233,.3); -webkit-box-shadow:0 2px 14px rgba(14,165,233,.12); box-shadow:0 2px 14px rgba(14,165,233,.12); -webkit-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px); }
.nav-btn:nth-child(2).active { background: linear-gradient(135deg,rgba(5,150,105,.16),rgba(4,40,28,.5)); color: #6ee7b7; border-color: rgba(5,150,105,.3);  -webkit-box-shadow:0 2px 14px rgba(5,150,105,.12);  box-shadow:0 2px 14px rgba(5,150,105,.12);  -webkit-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px); }
.nav-btn:nth-child(3).active { background: linear-gradient(135deg,rgba(99,102,241,.16),rgba(20,18,68,.5)); color: #a5b4fc; border-color: rgba(99,102,241,.3); -webkit-box-shadow:0 2px 14px rgba(99,102,241,.12); box-shadow:0 2px 14px rgba(99,102,241,.12); -webkit-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px); }
.nav-btn:nth-child(4).active { background: linear-gradient(135deg,rgba(124,58,237,.16),rgba(40,14,90,.5));  color: #d8b4fe; border-color: rgba(124,58,237,.3); -webkit-box-shadow:0 2px 14px rgba(124,58,237,.12); box-shadow:0 2px 14px rgba(124,58,237,.12); -webkit-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px); }

/* ================================================================
   SERVICES SECTION
================================================================ */
.services-section {
  position: relative;
  z-index: 1;
  padding: 52px 24px 80px;
  max-width: 1380px;
  margin: 0 auto;
}

.section-header {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  gap: 20px;
  margin-bottom: 44px;
}
.header-line { -webkit-box-flex:1; -ms-flex:1; flex:1; max-width:130px; height:1px; background:linear-gradient(90deg,transparent,rgba(234,88,12,.4),transparent); }
.section-title { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; gap:10px; font-size:clamp(1.15rem,2vw,1.5rem); font-weight:800; letter-spacing:-0.3px; }
.st-icon { width:28px; height:28px; background:linear-gradient(135deg,#ea580c,#f97316); border-radius:7px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; font-size:0.75rem; color:#fff; -webkit-box-shadow:0 3px 10px rgba(234,88,12,.4); box-shadow:0 3px 10px rgba(234,88,12,.4); }
.st-word { color:#cbd5e1; }
.st-accent { -webkit-background-clip:text; background-clip:text; color:transparent; background-image:linear-gradient(135deg,#ea580c,#f97316); }

.sv-particles { position:absolute; inset:0; pointer-events:none; overflow:hidden; z-index:0; }
.sv-particle  { position:absolute; width:3px; height:3px; border-radius:50%; background:rgba(14,165,233,.12); -webkit-animation:sv-float 9s ease-in-out infinite; animation:sv-float 9s ease-in-out infinite; }
.sv-orb { position:absolute; border-radius:50%; pointer-events:none; z-index:0; filter:blur(90px); }
.sv-orb-a { width:420px; height:420px; background:rgba(5,150,105,.04); top:5%; left:-100px; }
.sv-orb-b { width:500px; height:500px; background:rgba(124,58,237,.04); bottom:5%; right:-130px; }
@-webkit-keyframes sv-float { 0%,100%{opacity:0;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)} 50%{opacity:.4;-webkit-transform:translateY(-20px) scale(1.5);transform:translateY(-20px) scale(1.5)} }
@keyframes sv-float { 0%,100%{opacity:0;transform:translateY(0) scale(1)} 50%{opacity:.4;transform:translateY(-20px) scale(1.5)} }

/* ── GRID ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 16px;
}

/* ── card entrance ── */
@-webkit-keyframes sc-fadein { from{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)} to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)} }
@keyframes sc-fadein { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
.sc-enter { -webkit-animation:sc-fadein .45s ease both; animation:sc-fadein .45s ease both; -webkit-animation-delay:var(--delay,0ms); animation-delay:var(--delay,0ms); }

/* ── sweep keyframe ── */
@-webkit-keyframes sc-sweep { 0%{left:-80%} 100%{left:120%} }
@keyframes sc-sweep { 0%{left:-80%} 100%{left:120%} }

/* ── icon pulse ── */
@-webkit-keyframes sc-halo { 0%,100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)} 50%{opacity:.55;-webkit-transform:scale(1.55);transform:scale(1.55)} }
@keyframes sc-halo { 0%,100%{opacity:0;transform:scale(1)} 50%{opacity:.55;transform:scale(1.55)} }

/* ── ring spin ── */
@-webkit-keyframes sc-rspin1 { to{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)} }
@keyframes sc-rspin1 { to{transform:translate(-50%,-50%) rotate(360deg)} }
@-webkit-keyframes sc-rspin2 { to{-webkit-transform:translate(-50%,-50%) rotate(-360deg);transform:translate(-50%,-50%) rotate(-360deg)} }
@keyframes sc-rspin2 { to{transform:translate(-50%,-50%) rotate(-360deg)} }

/* ================================================================
   SERVICE CARD
================================================================ */
.service-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #07101e;
  border: 1px solid rgba(255,255,255,0.065);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.34,1.56,.64,1), -webkit-box-shadow .3s ease, border-color .3s ease;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease, border-color .3s ease;
  cursor: pointer;
}

/* ================================================================
   HERO ZONE — top coloured panel per category
================================================================ */
.sc-hero {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 18px;
  min-height: 190px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}

/* — Mesh texture background — */
.sc-hero-mesh {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 28px),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 28px);
  pointer-events: none;
}

/* — Hero glow blob — */
.sc-hero-glow {
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  opacity: .18;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
  filter: blur(30px);
}

/* — Sequence number — */
.sc-seq {
  position: absolute;
  top: 12px; right: 14px;
  font-size: 2.6rem;
  font-weight: 900;
  font-family: 'Courier New', monospace;
  line-height: 1;
  color: rgba(255,255,255,.038);
  letter-spacing: -2px;
  pointer-events: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

/* — Category chip — */
.sc-cat {
  position: absolute;
  top: 13px; left: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  z-index: 2;
}
.sc-cat i { font-size: .55rem; }
.sc-cat.accounting { background:rgba(5,150,105,.15); color:#34d399; border:1px solid rgba(5,150,105,.3); }
.sc-cat.software   { background:rgba(14,165,233,.15); color:#38bdf8; border:1px solid rgba(14,165,233,.3); }
.sc-cat.consulting { background:rgba(124,58,237,.15); color:#c084fc; border:1px solid rgba(124,58,237,.3); }

/* ── Icon system ── */
.sc-icon-wrap {
  position: relative;
  z-index: 2;
  width: 72px; height: 72px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}

.sc-icon-ring {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 1.5px dashed;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  opacity: .22;
}
.sc-icon-ring.r1 { width: 96px; height: 96px; -webkit-animation:sc-rspin1 18s linear infinite; animation:sc-rspin1 18s linear infinite; }
.sc-icon-ring.r2 { width: 116px; height: 116px; -webkit-animation:sc-rspin2 26s linear infinite; animation:sc-rspin2 26s linear infinite; }

.service-card.accounting .sc-icon-ring { border-color: #059669; }
.service-card.software   .sc-icon-ring { border-color: #0ea5e9; }
.service-card.consulting .sc-icon-ring { border-color: #7c3aed; }

.sc-icon-core {
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 72px; height: 72px;
  border-radius: 20px;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  font-size: 1.7rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* Accounting – dark green */
.service-card.accounting .sc-icon-core {
  background: linear-gradient(145deg,#052e1c,#065f46);
  color: #34d399;
  border: 1px solid rgba(5,150,105,.35);
  -webkit-box-shadow: 0 0 0 6px rgba(5,150,105,.07), 0 6px 20px rgba(5,150,105,.25), inset 0 1px 0 rgba(52,211,153,.1);
          box-shadow: 0 0 0 6px rgba(5,150,105,.07), 0 6px 20px rgba(5,150,105,.25), inset 0 1px 0 rgba(52,211,153,.1);
}
/* Software – deep blue */
.service-card.software .sc-icon-core {
  background: linear-gradient(145deg,#071936,#0c3461);
  color: #38bdf8;
  border: 1px solid rgba(14,165,233,.35);
  -webkit-box-shadow: 0 0 0 6px rgba(14,165,233,.07), 0 6px 20px rgba(14,165,233,.25), inset 0 1px 0 rgba(56,189,248,.1);
          box-shadow: 0 0 0 6px rgba(14,165,233,.07), 0 6px 20px rgba(14,165,233,.25), inset 0 1px 0 rgba(56,189,248,.1);
}
/* Consulting – deep violet */
.service-card.consulting .sc-icon-core {
  background: linear-gradient(145deg,#1e0a3c,#3b0764);
  color: #c084fc;
  border: 1px solid rgba(124,58,237,.35);
  -webkit-box-shadow: 0 0 0 6px rgba(124,58,237,.07), 0 6px 20px rgba(124,58,237,.25), inset 0 1px 0 rgba(192,132,252,.1);
          box-shadow: 0 0 0 6px rgba(124,58,237,.07), 0 6px 20px rgba(124,58,237,.25), inset 0 1px 0 rgba(192,132,252,.1);
}

/* halo ring */
.sc-icon-halo {
  position: absolute;
  top: 50%; left: 50%;
  width: 72px; height: 72px;
  border-radius: 20px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.service-card.accounting .sc-icon-halo { background: radial-gradient(circle, rgba(5,150,105,.55), transparent 70%); }
.service-card.software   .sc-icon-halo { background: radial-gradient(circle, rgba(14,165,233,.55), transparent 70%); }
.service-card.consulting .sc-icon-halo { background: radial-gradient(circle, rgba(124,58,237,.55), transparent 70%); }

/* hero glow per category */
.service-card.accounting .sc-hero-glow { background: radial-gradient(circle, #059669, transparent); }
.service-card.software   .sc-hero-glow { background: radial-gradient(circle, #0ea5e9, transparent); }
.service-card.consulting .sc-hero-glow { background: radial-gradient(circle, #7c3aed, transparent); }

/* hero title */
.sc-title {
  position: relative;
  z-index: 2;
  font-size: .82rem;
  font-weight: 800;
  color: #f1f5f9;
  text-align: center;
  line-height: 1.38;
  letter-spacing: -.15px;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  margin: 0;
  padding: 0 6px;
}

/* title underline bar */
.sc-title-bar {
  position: relative;
  z-index: 2;
  height: 2px;
  width: 32px;
  border-radius: 2px;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}
.service-card.accounting .sc-title-bar { background: linear-gradient(90deg, #059669, #34d399); }
.service-card.software   .sc-title-bar { background: linear-gradient(90deg, #0ea5e9, #38bdf8); }
.service-card.consulting .sc-title-bar { background: linear-gradient(90deg, #7c3aed, #c084fc); }

/* hero separator line */
.sc-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
}
.service-card.accounting .sc-hero::after { background: linear-gradient(90deg,transparent,rgba(5,150,105,.35),transparent); }
.service-card.software   .sc-hero::after { background: linear-gradient(90deg,transparent,rgba(14,165,233,.35),transparent); }
.service-card.consulting .sc-hero::after { background: linear-gradient(90deg,transparent,rgba(124,58,237,.35),transparent); }

/* ── hero gradient overlay (top edge) ── */
.sc-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: 18px 18px 0 0;
}
.service-card.accounting .sc-hero::before { background: linear-gradient(90deg,#059669,#34d399,#fbbf24); }
.service-card.software   .sc-hero::before { background: linear-gradient(90deg,#0369a1,#38bdf8,#818cf8); }
.service-card.consulting .sc-hero::before { background: linear-gradient(90deg,#6d28d9,#c084fc,#f472b6); }

/* ================================================================
   BODY
================================================================ */
.sc-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 18px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.sc-desc {
  font-size: .74rem;
  color: #475569;
  line-height: 1.65;
  margin: 0;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

/* ── Feature list ── */
.sc-features {
  list-style: none;
  margin: 0; padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.sc-features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: .71rem;
  color: #64748b;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.018);
  border: 1px solid rgba(255,255,255,.04);
  -webkit-transition: background .2s, border-color .2s, color .2s;
  transition: background .2s, border-color .2s, color .2s;
}
.scf-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
}
.service-card.accounting .scf-dot { background: #059669; }
.service-card.software   .scf-dot { background: #0ea5e9; }
.service-card.consulting .scf-dot { background: #7c3aed; }

/* ================================================================
   FOOTER
================================================================ */
.sc-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 11px 18px 16px;
  border-top: 1px solid rgba(255,255,255,.04);
}

.sc-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 9px;
  font-size: .75rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: .1px;
  border: 1px solid transparent;
  -webkit-transition: all .22s ease;
  transition: all .22s ease;
}
.sc-btn-icon {
  width: 22px; height: 22px;
  border-radius: 6px;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  font-size: .65rem;
  -webkit-transition: -webkit-transform .22s ease; transition: transform .22s ease;
}

.service-card.accounting .sc-btn { background:rgba(5,150,105,.1); color:#34d399; border-color:rgba(5,150,105,.22); }
.service-card.software   .sc-btn { background:rgba(14,165,233,.1); color:#38bdf8; border-color:rgba(14,165,233,.22); }
.service-card.consulting .sc-btn { background:rgba(124,58,237,.1); color:#c084fc; border-color:rgba(124,58,237,.22); }

.service-card.accounting .sc-btn-icon { background:rgba(5,150,105,.18); color:#34d399; }
.service-card.software   .sc-btn-icon { background:rgba(14,165,233,.18); color:#38bdf8; }
.service-card.consulting .sc-btn-icon { background:rgba(124,58,237,.18); color:#c084fc; }

.sc-btn:hover .sc-btn-icon { -webkit-transform:translateX(2px); -ms-transform:translateX(2px); transform:translateX(2px); }

/* quick action buttons */
.sc-actions { display:-webkit-box; display:-ms-flexbox; display:flex; gap:5px; }
.sc-act-btn {
  width: 32px; height: 32px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  color: #2d3748;
  cursor: pointer;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  font-size: .68rem;
  -webkit-transition: all .18s ease; transition: all .18s ease;
}
.sc-act-btn:hover { background:rgba(255,255,255,.07); color:#475569; border-color:rgba(255,255,255,.1); }

/* ── shine overlay ── */
.sc-shine {
  position: absolute; inset: 0;
  pointer-events: none;
  border-radius: 18px;
  overflow: hidden;
  z-index: 3;
}
.sc-shine::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 55%; height: 100%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.055),transparent);
  -webkit-transform: skewX(-18deg);
      -ms-transform: skewX(-18deg);
          transform: skewX(-18deg);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* ================================================================
   HOVER — Accounting (Emerald)
================================================================ */
.service-card.accounting:hover {
  -webkit-transform: translateY(-6px) scale(1.005);
      -ms-transform: translateY(-6px) scale(1.005);
          transform: translateY(-6px) scale(1.005);
  border-color: rgba(5,150,105,.3);
  -webkit-box-shadow:
    0 0 0 1px rgba(5,150,105,.1),
    0 24px 48px rgba(0,0,0,.55),
    0 0 60px rgba(5,150,105,.1),
    inset 0 1px 0 rgba(5,150,105,.08);
          box-shadow:
    0 0 0 1px rgba(5,150,105,.1),
    0 24px 48px rgba(0,0,0,.55),
    0 0 60px rgba(5,150,105,.1),
    inset 0 1px 0 rgba(5,150,105,.08);
}
.service-card.accounting:hover .sc-hero-glow    { opacity: .32; }
.service-card.accounting:hover .sc-seq          { color: rgba(5,150,105,.09); }
.service-card.accounting:hover .sc-icon-wrap    { -webkit-transform: translateY(-3px) scale(1.06); -ms-transform: translateY(-3px) scale(1.06); transform: translateY(-3px) scale(1.06); }
.service-card.accounting:hover .sc-icon-core    { background:linear-gradient(145deg,#065f46,#047857); color:#6ee7b7; -webkit-box-shadow:0 0 0 7px rgba(5,150,105,.1),0 10px 28px rgba(5,150,105,.45); box-shadow:0 0 0 7px rgba(5,150,105,.1),0 10px 28px rgba(5,150,105,.45); }
.service-card.accounting:hover .sc-icon-halo    { opacity: 1; -webkit-animation:sc-halo 2.2s ease-in-out infinite; animation:sc-halo 2.2s ease-in-out infinite; }
.service-card.accounting:hover .sc-title        { color: #34d399; }
.service-card.accounting:hover .sc-title-bar    { width: 56px; }
.service-card.accounting:hover .sc-desc         { color: #64748b; }
.service-card.accounting:hover .sc-features li  { background:rgba(5,150,105,.07); border-color:rgba(5,150,105,.18); color:#a7f3d0; }
.service-card.accounting:hover .scf-dot         { -webkit-transform:scale(1.5); -ms-transform:scale(1.5); transform:scale(1.5); }
.service-card.accounting:hover .sc-btn          { background:linear-gradient(135deg,#059669,#10b981); color:#fff; border-color:transparent; -webkit-box-shadow:0 5px 18px rgba(5,150,105,.45); box-shadow:0 5px 18px rgba(5,150,105,.45); -webkit-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px); }
.service-card.accounting:hover .sc-shine::before { opacity: 1; -webkit-animation:sc-sweep 1.1s ease forwards; animation:sc-sweep 1.1s ease forwards; }

/* ================================================================
   HOVER — Software (Blue)
================================================================ */
.service-card.software:hover {
  -webkit-transform: translateY(-6px) scale(1.005);
      -ms-transform: translateY(-6px) scale(1.005);
          transform: translateY(-6px) scale(1.005);
  border-color: rgba(14,165,233,.3);
  -webkit-box-shadow:
    0 0 0 1px rgba(14,165,233,.1),
    0 24px 48px rgba(0,0,0,.55),
    0 0 60px rgba(14,165,233,.1),
    inset 0 1px 0 rgba(14,165,233,.08);
          box-shadow:
    0 0 0 1px rgba(14,165,233,.1),
    0 24px 48px rgba(0,0,0,.55),
    0 0 60px rgba(14,165,233,.1),
    inset 0 1px 0 rgba(14,165,233,.08);
}
.service-card.software:hover .sc-hero-glow    { opacity: .32; }
.service-card.software:hover .sc-seq          { color: rgba(14,165,233,.09); }
.service-card.software:hover .sc-icon-wrap    { -webkit-transform: translateY(-3px) scale(1.06); -ms-transform: translateY(-3px) scale(1.06); transform: translateY(-3px) scale(1.06); }
.service-card.software:hover .sc-icon-core    { background:linear-gradient(145deg,#0c3461,#1d4ed8); color:#7dd3fc; -webkit-box-shadow:0 0 0 7px rgba(14,165,233,.1),0 10px 28px rgba(14,165,233,.45); box-shadow:0 0 0 7px rgba(14,165,233,.1),0 10px 28px rgba(14,165,233,.45); }
.service-card.software:hover .sc-icon-halo    { opacity: 1; -webkit-animation:sc-halo 2.2s ease-in-out infinite; animation:sc-halo 2.2s ease-in-out infinite; }
.service-card.software:hover .sc-title        { color: #38bdf8; }
.service-card.software:hover .sc-title-bar    { width: 56px; }
.service-card.software:hover .sc-desc         { color: #64748b; }
.service-card.software:hover .sc-features li  { background:rgba(14,165,233,.07); border-color:rgba(14,165,233,.18); color:#bae6fd; }
.service-card.software:hover .scf-dot         { -webkit-transform:scale(1.5); -ms-transform:scale(1.5); transform:scale(1.5); }
.service-card.software:hover .sc-btn          { background:linear-gradient(135deg,#0369a1,#0ea5e9); color:#fff; border-color:transparent; -webkit-box-shadow:0 5px 18px rgba(14,165,233,.45); box-shadow:0 5px 18px rgba(14,165,233,.45); -webkit-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px); }
.service-card.software:hover .sc-shine::before { opacity: 1; -webkit-animation:sc-sweep 1.1s ease forwards; animation:sc-sweep 1.1s ease forwards; }

/* ================================================================
   HOVER — Consulting (Purple)
================================================================ */
.service-card.consulting:hover {
  -webkit-transform: translateY(-6px) scale(1.005);
      -ms-transform: translateY(-6px) scale(1.005);
          transform: translateY(-6px) scale(1.005);
  border-color: rgba(124,58,237,.3);
  -webkit-box-shadow:
    0 0 0 1px rgba(124,58,237,.1),
    0 24px 48px rgba(0,0,0,.55),
    0 0 60px rgba(124,58,237,.1),
    inset 0 1px 0 rgba(124,58,237,.08);
          box-shadow:
    0 0 0 1px rgba(124,58,237,.1),
    0 24px 48px rgba(0,0,0,.55),
    0 0 60px rgba(124,58,237,.1),
    inset 0 1px 0 rgba(124,58,237,.08);
}
.service-card.consulting:hover .sc-hero-glow    { opacity: .32; }
.service-card.consulting:hover .sc-seq          { color: rgba(124,58,237,.09); }
.service-card.consulting:hover .sc-icon-wrap    { -webkit-transform: translateY(-3px) scale(1.06); -ms-transform: translateY(-3px) scale(1.06); transform: translateY(-3px) scale(1.06); }
.service-card.consulting:hover .sc-icon-core    { background:linear-gradient(145deg,#3b0764,#4c1d95); color:#e9d5ff; -webkit-box-shadow:0 0 0 7px rgba(124,58,237,.1),0 10px 28px rgba(124,58,237,.45); box-shadow:0 0 0 7px rgba(124,58,237,.1),0 10px 28px rgba(124,58,237,.45); }
.service-card.consulting:hover .sc-icon-halo    { opacity: 1; -webkit-animation:sc-halo 2.2s ease-in-out infinite; animation:sc-halo 2.2s ease-in-out infinite; }
.service-card.consulting:hover .sc-title        { color: #c084fc; }
.service-card.consulting:hover .sc-title-bar    { width: 56px; }
.service-card.consulting:hover .sc-desc         { color: #64748b; }
.service-card.consulting:hover .sc-features li  { background:rgba(124,58,237,.07); border-color:rgba(124,58,237,.18); color:#e9d5ff; }
.service-card.consulting:hover .scf-dot         { -webkit-transform:scale(1.5); -ms-transform:scale(1.5); transform:scale(1.5); }
.service-card.consulting:hover .sc-btn          { background:linear-gradient(135deg,#6d28d9,#7c3aed); color:#fff; border-color:transparent; -webkit-box-shadow:0 5px 18px rgba(124,58,237,.45); box-shadow:0 5px 18px rgba(124,58,237,.45); -webkit-transform:translateY(-1px); -ms-transform:translateY(-1px); transform:translateY(-1px); }
.service-card.consulting:hover .sc-shine::before { opacity: 1; -webkit-animation:sc-sweep 1.1s ease forwards; animation:sc-sweep 1.1s ease forwards; }



.tech-section {
  position: relative;
  z-index: 1;
  padding: 100px 24px;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 60% at 10% 50%, rgba(234, 88, 12, 0.07) 0%, transparent 55%), radial-gradient(ellipse 70% 60% at 90% 50%, rgba(14, 165, 233, 0.1) 0%, transparent 55%), -webkit-gradient(linear, left top, left bottom, from(rgba(6, 9, 15, 0)), color-stop(8%, #06090f), color-stop(92%, #06090f), to(rgba(6, 9, 15, 0)));
  background: radial-gradient(ellipse 80% 60% at 10% 50%, rgba(234, 88, 12, 0.07) 0%, transparent 55%), radial-gradient(ellipse 70% 60% at 90% 50%, rgba(14, 165, 233, 0.1) 0%, transparent 55%), linear-gradient(180deg, rgba(6, 9, 15, 0) 0%, #06090f 8%, #06090f 92%, rgba(6, 9, 15, 0) 100%);
}

.tech-bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(14, 165, 233, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 165, 233, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 40%, transparent 100%);
          mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 40%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.tech-scan-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #0ea5e9), color-stop(70%, #ea580c), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #0ea5e9 30%, #ea580c 70%, transparent 100%);
  opacity: 0.18;
  top: 50%;
  pointer-events: none;
  z-index: 0;
  -webkit-animation: tech-scan 6s ease-in-out infinite;
          animation: tech-scan 6s ease-in-out infinite;
}

@-webkit-keyframes tech-scan {
  0% {
    top: 15%;
    opacity: 0;
  }
  10% {
    opacity: 0.18;
  }
  90% {
    opacity: 0.18;
  }
  100% {
    top: 85%;
    opacity: 0;
  }
}

@keyframes tech-scan {
  0% {
    top: 15%;
    opacity: 0;
  }
  10% {
    opacity: 0.18;
  }
  90% {
    opacity: 0.18;
  }
  100% {
    top: 85%;
    opacity: 0;
  }
}
.tech-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .tech-wrapper {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.tech-ai-hero {
  position: relative;
  width: 360px;
  height: 360px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .tech-ai-hero {
    width: 300px;
    height: 300px;
  }
}

.ai-orb-outer {
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  border: 1.5px solid rgba(14, 165, 233, 0.15);
  -webkit-animation: ai-orb-spin 18s linear infinite;
          animation: ai-orb-spin 18s linear infinite;
}
.ai-orb-outer::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0ea5e9;
  -webkit-box-shadow: 0 0 16px #0ea5e9, 0 0 32px rgba(14, 165, 233, 0.6);
          box-shadow: 0 0 16px #0ea5e9, 0 0 32px rgba(14, 165, 233, 0.6);
}

.ai-orb-inner {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(234, 88, 12, 0.15);
  animation: ai-orb-spin 10s linear infinite reverse;
}
.ai-orb-inner::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea580c;
  -webkit-box-shadow: 0 0 14px #ea580c, 0 0 28px rgba(234, 88, 12, 0.5);
          box-shadow: 0 0 14px #ea580c, 0 0 28px rgba(234, 88, 12, 0.5);
}

@-webkit-keyframes ai-orb-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ai-orb-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.neural-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ai-center-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.18) 0%, rgba(234, 88, 12, 0.12) 100%);
  backdrop-filter: blur(16px);
  border: 1.5px solid rgba(14, 165, 233, 0.35);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  z-index: 2;
  -webkit-box-shadow: 0 0 40px rgba(14, 165, 233, 0.25), 0 0 80px rgba(14, 165, 233, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 0 40px rgba(14, 165, 233, 0.25), 0 0 80px rgba(14, 165, 233, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.ai-center-badge .ai-badge-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(14, 165, 233, 0.2);
  -webkit-animation: badge-ping 2.4s ease-in-out infinite;
          animation: badge-ping 2.4s ease-in-out infinite;
}
.ai-center-badge i {
  font-size: 2rem;
  background: linear-gradient(135deg, #0ea5e9, #ea580c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
}
.ai-center-badge span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

@-webkit-keyframes badge-ping {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 0;
  }
}

@keyframes badge-ping {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
    opacity: 0;
  }
}
.ai-stat-float {
  position: absolute;
  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;
  gap: 2px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(5, 13, 26, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  z-index: 3;
  -webkit-animation: float-chip 4s ease-in-out infinite;
          animation: float-chip 4s ease-in-out infinite;
}
.ai-stat-float .ai-stat-val {
  font-size: 1.05rem;
  font-weight: 800;
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ai-stat-float .ai-stat-lbl {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.ai-stat-float.f1 {
  top: 8%;
  right: -10%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.ai-stat-float.f2 {
  bottom: 16%;
  right: -14%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ai-stat-float.f3 {
  bottom: 6%;
  left: -6%;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes float-chip {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes float-chip {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.tech-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.tech-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.tech-badge-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0ea5e9;
  text-transform: uppercase;
}
.tech-badge-label .badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0ea5e9;
  -webkit-box-shadow: 0 0 8px #0ea5e9;
          box-shadow: 0 0 8px #0ea5e9;
  -webkit-animation: badge-blink 1.6s ease-in-out infinite;
          animation: badge-blink 1.6s ease-in-out infinite;
}

@-webkit-keyframes badge-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

@keyframes badge-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.tech-main-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 900;
  color: #f1f5f9;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}
.tech-main-title span {
  background: linear-gradient(135deg, #ea580c, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tech-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.75;
  max-width: 540px;
  margin: 0;
}

.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 600px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }
}

.tech-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-transition: background 0.28s ease, border-color 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: background 0.28s ease, border-color 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  overflow: hidden;
}
.tech-card .tc-glow {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.tech-card .tc-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.tech-card .tc-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tech-card .tc-body strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 5px;
  line-height: 1.3;
}
.tech-card .tc-body p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin: 0;
}
.tech-card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  border-color: rgba(14, 165, 233, 0.25);
  background: rgba(14, 165, 233, 0.05);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.tech-card:hover .tc-glow {
  opacity: 1;
}
.tech-card:hover .tc-icon {
  -webkit-transform: scale(1.12) rotate(-4deg);
      -ms-transform: scale(1.12) rotate(-4deg);
          transform: scale(1.12) rotate(-4deg);
}
.tech-card:hover .tc-body p {
  color: rgba(255, 255, 255, 0.55);
}
.tech-card.tc-ai .tc-icon {
  background: rgba(14, 165, 233, 0.12);
}
.tech-card.tc-ai .tc-icon i {
  color: #0ea5e9;
}
.tech-card.tc-ai .tc-glow {
  background: radial-gradient(circle at 0 0, rgba(14, 165, 233, 0.12) 0%, transparent 65%);
}
.tech-card.tc-ai:hover .tc-icon {
  background: rgba(14, 165, 233, 0.22);
}
.tech-card.tc-cloud .tc-icon {
  background: rgba(56, 189, 248, 0.1);
}
.tech-card.tc-cloud .tc-icon i {
  color: #38bdf8;
}
.tech-card.tc-cloud .tc-glow {
  background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.1) 0%, transparent 65%);
}
.tech-card.tc-cloud:hover {
  border-color: rgba(56, 189, 248, 0.25);
  background: rgba(56, 189, 248, 0.05);
}
.tech-card.tc-cloud:hover .tc-icon {
  background: rgba(56, 189, 248, 0.2);
}
.tech-card.tc-chain .tc-icon {
  background: rgba(234, 88, 12, 0.1);
}
.tech-card.tc-chain .tc-icon i {
  color: #ea580c;
}
.tech-card.tc-chain .tc-glow {
  background: radial-gradient(circle at 0 0, rgba(234, 88, 12, 0.1) 0%, transparent 65%);
}
.tech-card.tc-chain:hover {
  border-color: rgba(234, 88, 12, 0.25);
  background: rgba(234, 88, 12, 0.04);
}
.tech-card.tc-chain:hover .tc-icon {
  background: rgba(234, 88, 12, 0.2);
}
.tech-card.tc-rpa .tc-icon {
  background: rgba(249, 115, 22, 0.1);
}
.tech-card.tc-rpa .tc-icon i {
  color: #f97316;
}
.tech-card.tc-rpa .tc-glow {
  background: radial-gradient(circle at 0 0, rgba(249, 115, 22, 0.1) 0%, transparent 65%);
}
.tech-card.tc-rpa:hover {
  border-color: rgba(249, 115, 22, 0.25);
  background: rgba(249, 115, 22, 0.04);
}
.tech-card.tc-rpa:hover .tc-icon {
  background: rgba(249, 115, 22, 0.2);
}
.tech-card.tc-data .tc-icon {
  background: rgba(14, 165, 233, 0.1);
}
.tech-card.tc-data .tc-icon i {
  color: rgb(55.016194332, 184.6194331984, 242.983805668);
}
.tech-card.tc-data .tc-glow {
  background: radial-gradient(circle at 0 0, rgba(14, 165, 233, 0.08) 0%, transparent 65%);
}
.tech-card.tc-sec .tc-icon {
  background: rgba(234, 88, 12, 0.12);
}
.tech-card.tc-sec .tc-icon i {
  color: #ea580c;
}
.tech-card.tc-sec .tc-glow {
  background: radial-gradient(circle at 0 0, rgba(234, 88, 12, 0.1) 0%, transparent 65%);
}
.tech-card.tc-sec:hover {
  border-color: rgba(234, 88, 12, 0.25);
  background: rgba(234, 88, 12, 0.04);
}
.tech-card.tc-sec:hover .tc-icon {
  background: rgba(234, 88, 12, 0.22);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 9, 15, 0.9);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-container {
  background: linear-gradient(145deg, #1a2438, #06090f);
  border-radius: 28px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  -webkit-animation: slideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: slideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
          box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .modal-container {
    max-height: 95vh;
    border-radius: 20px;
  }
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(50px) scale(0.95);
            transform: translateY(50px) scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translateY(50px) scale(0.95);
            transform: translateY(50px) scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.modal-close i {
  font-size: 1.2rem;
}
.modal-close:hover {
  background: #ef4444;
  border-color: #ef4444;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-header {
  position: relative;
  padding: 60px 40px;
  text-align: center;
  overflow: hidden;
}
.modal-header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ea580c, #ea580c);
  z-index: 0;
}
.modal-header .header-circuit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(6, 9, 15, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 9, 15, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
}
.modal-header .header-glow {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  border-radius: 50%;
}
.modal-header .header-content {
  position: relative;
  z-index: 1;
}
.modal-header .modal-icon {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 25px;
  position: relative;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.modal-header .modal-icon .icon-pulse {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  -webkit-animation: pulse-glow 2s ease-in-out infinite;
          animation: pulse-glow 2s ease-in-out infinite;
}
.modal-header .modal-icon i {
  font-size: 2.5rem;
  background: linear-gradient(135deg, #ea580c, #06090f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.modal-header .modal-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #06090f;
  margin: 0 0 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.modal-header .modal-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(6, 9, 15, 0.2);
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #06090f;
}
.modal-header .modal-badge i {
  color: #ea580c;
}

.modal-body {
  padding: 40px;
}
@media (max-width: 768px) {
  .modal-body {
    padding: 25px;
  }
}

.modal-section {
  margin-bottom: 35px;
}
.modal-section:last-child {
  margin-bottom: 0;
}
.modal-section h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.modal-section h3 i {
  color: #ea580c;
  font-size: 1.1em;
}
.modal-section p {
  font-size: 1.05rem;
  color: #cbd5e1;
  line-height: 1.8;
}
.modal-section.value-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 25px;
  background: rgba(234, 88, 12, 0.1);
  border-radius: 16px;
  border-left: 4px solid #ea580c;
}
.modal-section.value-section .section-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ea580c, #ea580c);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-section.value-section .section-icon i {
  font-size: 1.3rem;
  color: #06090f;
}
.modal-section.value-section .section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal-section.value-section .section-content h3 {
  margin-bottom: 10px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-card .feature-check {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #38bdf8, #38bdf8);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.feature-card .feature-check i {
  font-size: 0.8rem;
  color: #06090f;
}
.feature-card span {
  font-size: 0.95rem;
  color: #e2e8f0;
  line-height: 1.5;
}
.feature-card:hover {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.3);
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.chars-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.char-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.char-item i {
  color: #0ea5e9;
  font-size: 0.9rem;
}
.char-item span {
  font-size: 0.95rem;
  color: #cbd5e1;
  font-weight: 500;
}
.char-item:hover {
  background: rgba(14, 165, 233, 0.1);
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.char-item:hover i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.benefits-section .benefits-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.15), rgba(14, 165, 233, 0.1));
  border-radius: 20px;
  border: 1px solid rgba(234, 88, 12, 0.2);
}
@media (max-width: 600px) {
  .benefits-section .benefits-card {
    -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;
    text-align: center;
  }
}
.benefits-section .benefits-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ea580c, #ea580c);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 10px 30px rgba(234, 88, 12, 0.3);
          box-shadow: 0 10px 30px rgba(234, 88, 12, 0.3);
}
.benefits-section .benefits-icon i {
  font-size: 2rem;
  color: #06090f;
}
.benefits-section .benefits-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.benefits-section .benefits-content h3 {
  margin-bottom: 12px;
}

.modal-footer {
  padding: 25px 40px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 600px) {
  .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 25px 30px;
  }
}

.btn-contact-pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #ea580c, #ea580c);
  border: none;
  border-radius: 12px;
  color: #06090f;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 10px 30px rgba(234, 88, 12, 0.4);
          box-shadow: 0 10px 30px rgba(234, 88, 12, 0.4);
}
.btn-contact-pro .btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.btn-contact-pro:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 40px rgba(234, 88, 12, 0.5);
          box-shadow: 0 15px 40px rgba(234, 88, 12, 0.5);
}
.btn-contact-pro:hover .btn-shine {
  -webkit-animation: shimmer 0.8s ease;
          animation: shimmer 0.8s ease;
}
.btn-contact-pro i {
  font-size: 1.2rem;
}

.btn-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: rgba(14, 165, 233, 0.1);
  border: 2px solid #0ea5e9;
  border-radius: 12px;
  color: #0ea5e9;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-quote:hover {
  background: #0ea5e9;
  color: #06090f;
}

.btn-close-modal {
  padding: 18px 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #94a3b8;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-close-modal:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.modal-container::-webkit-scrollbar {
  width: 8px;
}

.modal-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.modal-container::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#ea580c), to(#0ea5e9));
  background: linear-gradient(180deg, #ea580c, #0ea5e9);
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 100px;
  }
  .hero-stats {
    padding: 20px;
  }
  .stat-item .stat-number {
    font-size: 2rem;
  }
  .service-card .icon-container {
    width: 100px;
    height: 100px;
  }
  .service-card .icon-core {
    width: 60px;
    height: 60px;
  }
  .service-card .icon-core i {
    font-size: 1.5rem;
  }
  .service-card .service-title {
    font-size: 1.1rem;
    min-height: auto;
  }
  .service-card .features-preview li {
    font-size: 0.8rem;
  }
  .tech-stack {
    gap: 15px;
  }
  .tech-item {
    padding: 20px;
    min-width: 120px;
  }
  .tech-item .tech-icon {
    width: 55px;
    height: 55px;
  }
  .tech-item .tech-icon i {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .hero-title .title-highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .hero-cta {
    width: 100%;
  }
  .hero-cta button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-card .service-number {
    font-size: 2rem;
  }
  .service-card .category-tag {
    font-size: 0.7rem;
    padding: 6px 10px;
  }
  .service-card .action-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-card .quick-actions {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=wwwroot\css\Components\sanphamdichvu.css.map */