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

:root {
  --bg: #020611;
  --bg2: #050d1d;
  --card: rgba(7, 18, 39, .72);
  --line: rgba(102, 183, 255, .22);
  --white: #f5f9ff;
  --muted: #91a4bd;
  --blue: #2378ff;
  --cyan: #32d6ff;
  --violet: #8c4dff;
  --pink: #d65cff;
  --shadow: 0 30px 90px rgba(0, 0, 0, .48);
  --radius: 24px;
  --max: 1220px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% -10%, rgba(35, 120, 255, .18), transparent 34%),
    radial-gradient(circle at 85% 0%, rgba(140, 77, 255, .13), transparent 30%), var(--bg);
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .23;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  z-index: -2
}

a {
  color: inherit;
  text-decoration: none
}

button,
input,
textarea,
select {
  font: inherit
}

.wrap {
  width: min(var(--max), 92%);
  margin: auto
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(2, 6, 17, .62);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.navin {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Space Grotesk";
  font-weight: 700
}

.mark {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #25a6ff, #7c3cff);
  box-shadow: 0 0 28px #287dff66;
  font-size: 13px
}

.logo em {
  font-style: normal;
  color: #76cfff
}

.links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  color: #c4d0df
}

.links a:hover,
.links a.active {
  color: #fff
}

.navcta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 13px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid var(--line);
  transition: .25s
}

.navcta,
.primary {
  border: 0;
  background: linear-gradient(135deg, #297dff, #8848ff);
  box-shadow: 0 14px 35px #316dff2b
}

.btn:hover,
.navcta:hover {
  transform: translateY(-3px)
}

.hamb {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px
}

.hero {
  min-height: 850px;
  padding: 150px 0 90px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 35px
}

.hero:after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  right: -160px;
  top: 120px;
  background: radial-gradient(circle, #1b6eff2e, transparent 65%);
  filter: blur(15px);
  z-index: -1
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  background: #07152b;
  border-radius: 99px;
  color: #9edfff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #49d9ff;
  box-shadow: 0 0 12px #49d9ff
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif
}

h1 {
  font-size: clamp(45px, 5.3vw, 76px);
  line-height: 1.02;
  letter-spacing: -3.5px;
  margin: 20px 0 18px
}

h1 span,
h2 span,
.grad {
  background: linear-gradient(90deg, #fff, #57d5ff, #a56bff);
  -webkit-background-clip: text;
  color: transparent
}

.lead {
  max-width: 610px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px
}

.outline {
  background: #071124
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--line);
  max-width: 680px
}

.stat {
  padding: 18px;
  background: #071224
}

.stat strong {
  display: block;
  font-family: "Space Grotesk";
  font-size: 25px
}

.stat small {
  color: var(--muted);
  font-size: 10px
}

.scene {
  height: 570px;
  position: relative;
  perspective: 1000px
}

.planet {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  right: 25px;
  top: 70px;
  background: radial-gradient(circle at 35% 30%, #9ce8ff 0 3%, #1972d7 20%, #0a1c48 58%, #020614 70%);
  box-shadow: -40px 40px 120px #1671ff55, inset -45px -35px 80px #000;
  animation: float 7s ease-in-out infinite
}

.planet:before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  border: 1px solid #3daeff55;
  transform: rotate(-18deg) scaleX(1.55);
  box-shadow: 0 0 30px #2f9bff22
}

.planet:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-linear-gradient(20deg, transparent 0 12px, #57c6ff18 13px 15px);
  mix-blend-mode: screen
}

.laptop {
  position: absolute;
  z-index: 4;
  width: 420px;
  height: 270px;
  left: 35px;
  top: 170px;
  transform: rotate(-8deg) rotateY(-13deg);
  filter: drop-shadow(0 35px 35px #000)
}

.screen {
  height: 235px;
  border: 9px solid #17243a;
  border-bottom-width: 14px;
  border-radius: 17px;
  background: linear-gradient(135deg, #0b1d3d, #091128);
  box-shadow: inset 0 0 0 1px #6bdcff55;
  overflow: hidden
}

.screen .brand {
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  background: radial-gradient(circle, #265dff44, transparent 55%)
}

.screen .brand b {
  font: 700 38px "Space Grotesk"
}

.screen .brand small {
  display: block;
  color: #72dfff;
  margin-top: 6px
}

.base {
  width: 470px;
  height: 20px;
  margin: -2px -25px 0;
  border-radius: 0 0 35px 35px;
  background: linear-gradient(#53647d, #101827);
  box-shadow: 0 16px 25px #0008
}

.floatbox {
  position: absolute;
  z-index: 5;
  padding: 12px 14px;
  border: 1px solid #57bfff55;
  background: #07152dcc;
  backdrop-filter: blur(15px);
  border-radius: 15px;
  box-shadow: var(--shadow);
  font-size: 11px;
  animation: float 5s ease-in-out infinite
}

.f1 {
  right: 5px;
  top: 95px
}

.f2 {
  left: 0;
  top: 95px;
  animation-delay: -2s
}

.f3 {
  right: 50px;
  bottom: 40px;
  animation-delay: -3.5s
}

.cube {
  position: absolute;
  width: 55px;
  height: 55px;
  transform-style: preserve-3d;
  animation: spin 12s linear infinite
}

.cube i {
  position: absolute;
  inset: 0;
  border: 1px solid #63caff88;
  background: #177cff18;
  backdrop-filter: blur(5px)
}

.cube i:nth-child(1) {
  transform: translateZ(27px)
}

.cube i:nth-child(2) {
  transform: rotateY(90deg) translateZ(27px)
}

.cube i:nth-child(3) {
  transform: rotateY(180deg) translateZ(27px)
}

.cube i:nth-child(4) {
  transform: rotateY(-90deg) translateZ(27px)
}

.c1 {
  left: 20px;
  top: 45px
}

.c2 {
  right: 15px;
  bottom: 75px;
  width: 35px;
  height: 35px;
  animation-duration: 9s
}

@keyframes float {
  50% {
    transform: translateY(-16px)
  }
}

@keyframes spin {
  to {
    transform: rotateX(360deg) rotateY(360deg)
  }
}

@keyframes pulse {
  50% {
    opacity: .55;
    transform: scale(1.06)
  }
}

.section {
  padding: 100px 0
}

.head {
  max-width: 700px;
  margin-bottom: 42px
}

.kicker {
  color: #65d9ff;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 10px;
  font-weight: 800
}

.head h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  margin: 9px 0 13px;
  letter-spacing: -1.8px
}

.head p {
  color: var(--muted);
  line-height: 1.7
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.card {
  position: relative;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, #0a1a31b8, #050c19d9);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 50px #0003;
  overflow: hidden;
  transition: .28s
}

.card:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -50px;
  top: -50px;
  background: #268cff33;
  filter: blur(25px);
  border-radius: 50%
}

.card:hover {
  transform: translateY(-6px);
  border-color: #52baff66;
  box-shadow: 0 25px 70px #0007
}

.ico {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #147dff, #863fff);
  box-shadow: 0 10px 30px #247eff3b;
  margin-bottom: 18px;
  font-size: 17px
}

.card h3 {
  margin: 0 0 8px;
  font-size: 17px
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65
}

.service {
  min-height: 190px
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center
}

.visual {
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: radial-gradient(circle at 50% 35%, #1d64c844, transparent 45%), #061021;
  position: relative;
  overflow: hidden
}

/* .office {
  position: absolute;
  inset: 50px;
  border: 1px solid #51c7ff55;
  border-radius: 20px;
  background: linear-gradient(145deg, #132a48, #071021);
  box-shadow: inset 0 0 60px #298fff16
} */

.office {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;

  border: 1px solid rgba(81, 199, 255, .35);

  background: #061021;

  box-shadow:
    inset 0 0 60px rgba(41, 143, 255, .16),
    0 20px 60px rgba(0, 0, 0, .35);
}

.office img {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(1.1) contrast(1.05) brightness(.82);

  transition: transform .6s ease, filter .6s ease;
}

/* Hover effect */
.visual:hover .office img {
  transform: scale(1.05);
  filter:
    saturate(1.2) contrast(1.08) brightness(.95);
}

/* Dark futuristic overlay */
.office::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(135deg,
      rgba(3, 12, 30, .35),
      rgba(10, 70, 130, .08),
      rgba(100, 40, 180, .25));

  pointer-events: none;
}


.office:before {
  content: "INDORE WEBSOFT";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 700 28px "Space Grotesk";
  color: #70dcff;
  text-shadow: 0 0 25px #2aaaff99
}

.office:after {
  position: absolute;

  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 10px;
  color: #9aabc1
}

.checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 25px
}

.check {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #cbd8e9;
  font-size: 12px;
  background: #071327
}

.check b {
  color: #69d8ff;
  margin-right: 7px
}

.work {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px
}

.project {
  padding: 0;
  overflow: hidden
}

.project-art {
  height: 220px;
  background: linear-gradient(135deg, #071b3c, #15295d);
  position: relative;
  overflow: hidden
}

.project-art:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #35bfff55;
  filter: blur(25px);
  left: 25px;
  top: 35px
}

.project-art:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 150px;
  border: 1px solid #8c63ff66;
  transform: rotate(-18deg);
  right: -90px;
  bottom: -20px;
  box-shadow: 0 0 50px #8c63ff22
}

.project-body {
  padding: 18px
}

.tag {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: #8edfff;
  font-size: 9px;
  text-transform: uppercase
}

.project-body h3 {
  margin: 9px 0 4px
}

.project-body p {
  color: var(--muted);
  font-size: 11px;
  margin: 0
}

.cta {
  padding: 48px;
  border: 1px solid #6d55ff66;
  border-radius: 28px;
  background: radial-gradient(circle at 20% 50%, #1c77ff38, transparent 35%), radial-gradient(circle at 80% 30%, #a14cff38, transparent 35%), #071124;
  position: relative;
  overflow: hidden
}

.cta:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -130px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid #a25cff55;
  box-shadow: 0 0 90px #7751ff33
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px
}

.stars {
  color: #ffd45a;
  letter-spacing: 2px
}

.quote {
  color: #c3d0e2;
  font-size: 13px;
  line-height: 1.7;
  margin: 12px 0
}

.person {
  font-weight: 700;
  font-size: 12px
}

.person small {
  display: block;
  color: var(--muted);
  font-weight: 400
}

.prices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.price .amount {
  font: 700 38px "Space Grotesk";
  margin: 10px 0
}

.price ul {
  list-style: none;
  padding: 0;
  color: #aebed2;
  font-size: 12px;
  line-height: 2
}

.price li:before {
  content: "✓";
  color: #5bd8ff;
  margin-right: 8px
}

.featured {
  border-color: #8b5cff88;
  box-shadow: 0 0 0 1px #8b5cff33, 0 30px 90px #653cff16
}

.blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px
}

.post .cover {
  height: 170px;
  background: linear-gradient(135deg, #0b2552, #2c1459);
  position: relative
}

.post .cover:after {
  content: "";
  position: absolute;
  inset: 35px;
  border: 1px solid #5bcfff66;
  transform: rotate(8deg);
  border-radius: 18px
}

.post-body {
  padding: 18px
}

.post-body h3 {
  font-size: 16px
}

.post-body p {
  color: var(--muted);
  font-size: 11px
}

.formgrid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 18px
}

.contactbox {
  padding: 28px
}

.fields {
  display: grid;
  gap: 12px
}

.twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: #050e1d;
  color: #fff;
  border-radius: 13px;
  padding: 14px;
  outline: 0
}

textarea {
  min-height: 150px;
  resize: vertical
}

input:focus,
textarea:focus,
select:focus {
  border-color: #52caff
}

.notice {
  padding: 13px 15px;
  background: #081a31;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #9eb3ca;
  font-size: 11px
}

.pagehero {
  padding: 150px 0 65px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: radial-gradient(circle at 50% 0, #12366a55, transparent 50%)
}

.pagehero h1 {
  font-size: clamp(42px, 5vw, 64px);
  max-width: 900px
}

.footer {
  padding: 55px 0 25px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  background: #01040b
}

.footgrid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 35px
}

.footer p,
.footer a {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8
}

.footer h4 {
  font-size: 13px;
  margin: 0 0 10px
}

.copy {
  border-top: 1px solid rgba(255, 255, 255, .07);
  margin-top: 30px;
  padding-top: 18px;
  color: #71839a;
  font-size: 10px;
  display: flex;
  justify-content: space-between
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: .75s ease
}

.reveal.show {
  opacity: 1;
  transform: none
}

#top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #2780ff, #8b45ff);
  color: #fff;
  display: none;
  z-index: 90;
  box-shadow: 0 15px 35px #246dff44
}

@media(max-width:1000px) {
  .grid {
    grid-template-columns: 1fr 1fr
  }

  .prices {
    grid-template-columns: 1fr 1fr
  }

  .hero {
    grid-template-columns: 1fr
  }

  .scene {
    height: 520px
  }

  .footgrid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:720px) {
  .links {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #020611f2;
    padding: 20px;
    flex-direction: column
  }

  .links.open {
    display: flex
  }

  .hamb {
    display: block
  }

  .navcta {
    display: none
  }

  .grid,
  .work,
  .testimonials,
  .blog,
  .prices,
  .split,
  .formgrid {
    grid-template-columns: 1fr
  }

  .hero {
    padding-top: 125px
  }

  .scene {
    height: 410px
  }

  .planet {
    width: 240px;
    height: 240px;
    right: 10px
  }

  .laptop {
    width: 300px;
    height: 195px;
    left: 0;
    top: 130px
  }

  .screen {
    height: 170px
  }

  .base {
    width: 340px
  }

  .stats {
    grid-template-columns: 1fr 1fr
  }

  .twocol {
    grid-template-columns: 1fr
  }

  .section {
    padding: 75px 0
  }

  .footgrid {
    grid-template-columns: 1fr
  }

  .copy {
    display: block
  }

  .copy span {
    display: block;
    margin-top: 8px
  }
}

/* =========================
   FUTURISTIC V2 EXPERIENCE
   ========================= */
body {
  --mx: 50%;
  --my: 30%;
  background-color: #020611;
  background-image:
    radial-gradient(circle at var(--mx) var(--my), rgba(54, 170, 255, .12), transparent 24%),
    radial-gradient(circle at 88% 15%, rgba(140, 77, 255, .13), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(0, 210, 255, .08), transparent 24%);
}

body:after {
  content: "";
  position: fixed;
  inset: -12%;
  z-index: -3;
  pointer-events: none;
  background-image: url("../img/reference-hero.webp");
  background-size: cover;
  background-position: center;
  opacity: .055;
  filter: blur(1px) saturate(1.25);
  transform: scale(1.08);
  animation: ambientDrift 22s ease-in-out infinite alternate;
}

@keyframes ambientDrift {
  from {
    transform: scale(1.08) translate3d(-1%, 0, 0)
  }

  to {
    transform: scale(1.16) translate3d(1%, -1%, 0)
  }
}

body.page-about:after {
  background-position: 15% 30%;
  opacity: .065;
  filter: hue-rotate(15deg) blur(1px)
}

body.page-services:after {
  background-position: 82% 42%;
  opacity: .06;
  filter: hue-rotate(45deg) blur(1px)
}

body.page-portfolio:after {
  background-position: 50% 75%;
  opacity: .07;
  filter: hue-rotate(-15deg) blur(1px)
}

body.page-pricing:after {
  background-position: 72% 20%;
  opacity: .055;
  filter: hue-rotate(60deg) blur(1px)
}

body.page-blog:after {
  background-position: 25% 65%;
  opacity: .06;
  filter: hue-rotate(-30deg) blur(1px)
}

body.page-contact:after {
  background-position: 90% 70%;
  opacity: .07;
  filter: hue-rotate(20deg) blur(1px)
}

body.page-privacy:after,
body.page-terms:after {
  background-position: center 15%;
  opacity: .04
}

.nav {
  box-shadow: 0 10px 40px rgba(0, 0, 0, .25)
}

.nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #39cfff66, #8b5cff66, transparent);
  animation: navScan 4s linear infinite
}

@keyframes navScan {
  from {
    background-position: -100vw 0
  }

  to {
    background-position: 100vw 0
  }
}

.reference-orbit {
  position: absolute;
  inset: 30px -30px 15px 10px;
  z-index: 0;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(89, 198, 255, .24);
  background: #061025;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .55), 0 0 80px rgba(40, 128, 255, .12);
  transform: rotate(2deg) perspective(1000px) rotateY(-4deg);
  opacity: .8;
  animation: artFloat 8s ease-in-out infinite;
}

.reference-orbit:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, .35), transparent 35%, rgba(82, 165, 255, .08));
  z-index: 2;
  pointer-events: none
}

.reference-orbit:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, .025) 8px);
  mix-blend-mode: screen;
  z-index: 3;
  opacity: .35
}

.reference-orbit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.12) contrast(1.08)
}

@keyframes artFloat {
  50% {
    transform: rotate(-1deg) perspective(1000px) rotateY(5deg) translateY(-10px)
  }
}

.scene>.planet,
.scene>.laptop {
  z-index: 4
}

.scene>.floatbox {
  z-index: 8
}

.scene>.cube {
  z-index: 9
}

.scene {
  isolation: isolate
}

.service {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .18s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.service:after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(77, 210, 255, .85), rgba(166, 86, 255, .85), transparent 85%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}

.service:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-4deg) scale(1.025);
  border-color: #5fd9ff99;
  background: linear-gradient(145deg, rgba(11, 34, 63, .95), rgba(9, 10, 31, .94));
  box-shadow: 0 28px 80px rgba(20, 120, 255, .22), inset 0 0 40px rgba(53, 199, 255, .06);
  animation: serviceBlink 1.15s ease-in-out infinite;
}

.service:hover:after {
  opacity: 1;
  animation: borderBlink 1.15s ease-in-out infinite
}

.service .ico {
  transform: translateZ(26px);
  transition: .25s
}

.service:hover .ico {
  box-shadow: 0 0 35px rgba(60, 205, 255, .5), 0 0 70px rgba(137, 75, 255, .25);
  animation: iconBlink .8s ease-in-out infinite
}

.service h3,
.service p {
  transform: translateZ(18px)
}

@keyframes serviceBlink {

  0%,
  100% {
    box-shadow: 0 28px 80px rgba(20, 120, 255, .22), inset 0 0 40px rgba(53, 199, 255, .06)
  }

  50% {
    box-shadow: 0 28px 95px rgba(126, 74, 255, .35), inset 0 0 55px rgba(53, 199, 255, .13)
  }
}

@keyframes borderBlink {

  0%,
  100% {
    opacity: .25
  }

  50% {
    opacity: 1
  }
}

@keyframes iconBlink {

  0%,
  100% {
    filter: brightness(1)
  }

  50% {
    filter: brightness(1.45)
  }
}

.work-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: -18px 0 25px
}

.filter {
  cursor: pointer;
  border: 1px solid var(--line);
  background: rgba(7, 18, 39, .65);
  color: #a9bad0;
  border-radius: 99px;
  padding: 9px 14px;
  font-size: 11px;
  transition: .25s
}

.filter:hover,
.filter.active {
  color: #fff;
  border-color: #4dcfff99;
  background: linear-gradient(135deg, #0d2b4d, #24134d);
  box-shadow: 0 0 24px rgba(47, 168, 255, .14)
}

.project {
  transform-style: preserve-3d
}

.project:hover {
  transform: translateY(-9px) rotateX(2deg) rotateY(-2deg)
}

.project-art {
  height: 220px;
  background: #030817
}

.project-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease, filter .5s ease
}

.project:hover .project-art img {
  transform: scale(1.07);
  filter: saturate(1.25) brightness(1.08)
}

.project.is-hidden {
  display: none
}

.command-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.command-card {
  position: relative;
  min-height: 220px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(8, 26, 49, .92), rgba(4, 9, 23, .8));
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .25s
}

.command-card:hover {
  transform: translateY(-8px) rotateX(3deg);
  border-color: #6ad8ff88;
  box-shadow: 0 30px 80px rgba(31, 132, 255, .16)
}

.command-no {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1686ff, #8d49ff);
  font: 700 12px "Space Grotesk";
  box-shadow: 0 0 30px rgba(62, 146, 255, .3)
}

.command-card h3 {
  margin: 28px 0 8px;
  font-size: 20px
}

.command-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7
}

.scanline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #38d8ff, #8b50ff, transparent);
  animation: scan 2.8s linear infinite
}

@keyframes scan {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(100%)
  }
}

.signal-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
  padding: 17px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(3, 11, 25, .75);
  color: #8fdcff;
  font: 700 10px "Space Grotesk";
  letter-spacing: 2px;
  overflow: hidden
}

.signal-strip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55d8ff;
  box-shadow: 0 0 15px #55d8ff;
  animation: pulse 1.2s infinite
}

.signal-strip span {
  white-space: nowrap
}

.card,
.cta,
.visual,
.command-card,
.price,
.post,
.contactbox {
  transform-style: preserve-3d
}

.card:hover .tag {
  box-shadow: 0 0 18px rgba(69, 205, 255, .18)
}

.pagehero {
  position: relative;
  overflow: hidden
}

.pagehero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -150px;
  top: -260px;
  border-radius: 50%;
  border: 1px solid rgba(72, 203, 255, .2);
  box-shadow: 0 0 100px rgba(38, 118, 255, .1);
  animation: orbitHero 12s linear infinite
}

.pagehero:after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -300px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 71, 255, .18), transparent 68%);
  animation: pulse 7s ease-in-out infinite
}

.pagehero .wrap {
  position: relative;
  z-index: 2
}

@keyframes orbitHero {
  to {
    transform: rotate(360deg)
  }
}

.cursor-glow,
.cursor-ring {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen
}

.cursor-glow {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 184, 255, .11), transparent 65%);
  filter: blur(5px)
}

.cursor-ring {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(103, 216, 255, .75);
  border-radius: 50%;
  transition: width .15s, height .15s, border-color .15s;
  box-shadow: 0 0 20px rgba(70, 187, 255, .35)
}

.cursor-ring.hover {
  width: 52px;
  height: 52px;
  border-color: #9d72ff
}

@media (pointer:coarse) {

  .cursor-glow,
  .cursor-ring {
    display: none
  }
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  margin-top: 70px;
  padding: 13px 0;
  background: rgba(6, 17, 35, .55)
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 30px;
  animation: marquee 25s linear infinite;
  color: #73dfff;
  font: 700 11px "Space Grotesk";
  letter-spacing: 2px
}

.marquee-track span {
  display: flex;
  align-items: center;
  gap: 30px
}

.marquee-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8b5cff;
  box-shadow: 0 0 12px #8b5cff
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

@media(max-width:1000px) {
  .command-grid {
    grid-template-columns: 1fr 1fr
  }

  .reference-orbit {
    inset: 20px 0 20px 0
  }
}

@media(max-width:720px) {
  body:after {
    opacity: .035
  }

  .reference-orbit {
    inset: 20px 0 15px 0;
    transform: none;
    opacity: .55
  }

  .command-grid {
    grid-template-columns: 1fr
  }

  .signal-strip {
    overflow: auto;
    justify-content: flex-start
  }

  .work-filters {
    margin-top: -8px
  }
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #26cfff, #7d52ff, #ff5bd7);
  z-index: 10000;
  box-shadow: 0 0 15px rgba(75, 202, 255, .65)
}

/* Custom White Logos */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-iws {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.logo-text {
  width: 150px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Footer */
.footer .logo-iws {
  width: 42px;
}

.footer .logo-text {
  width: 150px;
}

/* Mobile */
@media (max-width: 700px) {
  .logo-iws {
    width: 36px;
    height: 36px;
  }

  .logo-text {
    width: 125px;
  }
}


/* ================================
   PREMIUM CONTACT STATS
================================ */

.contact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.contact-stat {
  position: relative;
  min-height: 96px;
  padding: 18px 20px;

  display: flex;
  align-items: center;
  gap: 15px;

  text-decoration: none;
  color: #fff;

  background:
    linear-gradient(145deg,
      rgba(255, 255, 255, .12),
      rgba(255, 255, 255, .045));

  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  overflow: hidden;

  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease,
    background .35s ease;
}


/* Glow */
.contact-stat::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -70px;
  bottom: -70px;

  background: rgba(255, 255, 255, .08);
  border-radius: 50%;

  transition: .4s ease;
}

.contact-stat:hover {
  transform: translateY(-7px);

  border-color: rgba(255, 255, 255, .35);

  background:
    linear-gradient(145deg,
      rgba(255, 255, 255, .17),
      rgba(255, 255, 255, .065));

  box-shadow:
    0 20px 45px rgba(0, 0, 0, .30),
    0 0 25px rgba(255, 255, 255, .06);
}

.contact-stat:hover::after {
  transform: scale(2);
}


/* ================================
   ICON
================================ */

.contact-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;

  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .17);

  color: #fff;

  font-size: 23px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 8px 20px rgba(0, 0, 0, .15);

  position: relative;
  z-index: 2;
}


/* WhatsApp icon */
.contact-icon.whatsapp {
  color: #25D366;
}

.contact-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}


/* ================================
   TEXT
================================ */

.contact-stat>div:last-child {
  position: relative;
  z-index: 2;

  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-stat strong {
  display: block;

  color: #fff;

  font-size: 15px;
  font-weight: 700;

  line-height: 1.35;

  white-space: nowrap;
}

.contact-stat small {
  display: block;

  margin-top: 6px;

  color: rgba(255, 255, 255, .62);

  font-size: 11px;
  font-weight: 500;

  letter-spacing: .7px;
  text-transform: uppercase;
}


/* ================================
   CLIENT FOCUS
================================ */

.client-focus {
  cursor: default;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1000px) {

  .contact-stats {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {

  .contact-stats {
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    margin-top: 22px;
  }

  .contact-stat {
    min-height: 88px;
    padding: 13px;
    gap: 10px;

    border-radius: 16px;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;

    border-radius: 12px;

    font-size: 18px;
  }

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

  .contact-stat strong {
    font-size: 11px;
    white-space: normal;
    line-height: 1.3;
  }

  .contact-stat small {
    margin-top: 4px;
    font-size: 9px;
    letter-spacing: .4px;
  }
}

/* =========================
   MAIN SECTION
========================= */

.about-extra {
  width: 100%;
  padding: 100px 7%;
  background: transparent;
  color: #ffffff;
  box-sizing: border-box;
}

.about-block {
  max-width: 1250px;
  margin: 0 auto 130px;
}


/* =========================
   HEADING
========================= */

.about-heading {
  max-width: 750px;
  margin-bottom: 55px;
}

.about-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0.65;
}

.about-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}

.about-heading h2 span,
.belief-content h2 span {
  background: linear-gradient(90deg,
      #ffffff,
      #8d8d8d);

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-heading p {
  margin: 0;
  max-width: 650px;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.6;
}


/* =========================
   STATS
========================= */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat-card {
  position: relative;
  padding: 35px 28px;
  min-height: 210px;

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.025);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;

  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;

  width: 100px;
  height: 100px;

  top: -50px;
  right: -50px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

  filter: blur(20px);

  transition: 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-8px);

  border-color: rgba(255, 255, 255, 0.3);

  background: rgba(255, 255, 255, 0.055);
}

.stat-card:hover::before {
  transform: scale(2);
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 18px;
}

.stat-number span {
  font-size: 28px;
  opacity: 0.5;
}

.stat-card h3 {
  margin: 0 0 9px;
  font-size: 18px;
}

.stat-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.5;
}


/* =========================
   PROCESS
========================= */

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-card {
  position: relative;

  padding: 35px 28px;

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.025);

  overflow: hidden;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease;
}

.process-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.3);
}

.process-number {
  position: absolute;
  top: 20px;
  right: 22px;

  font-size: 12px;
  font-weight: 700;

  opacity: 0.25;
}

.process-icon {
  font-size: 30px;
  margin-bottom: 25px;
}

.process-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.process-card p {
  margin: 0;

  font-size: 14px;
  line-height: 1.75;

  opacity: 0.55;
}


/* =========================
   WHY US
========================= */

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.why-card {
  padding: 38px;

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.025);

  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
}

.why-card:hover {
  transform: translateY(-7px);

  background: rgba(255, 255, 255, 0.05);

  border-color: rgba(255, 255, 255, 0.25);
}

.why-icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.15);

  border-radius: 14px;

  font-size: 22px;

  margin-bottom: 25px;
}

.why-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.why-card p {
  margin: 0;
  max-width: 500px;

  font-size: 14px;
  line-height: 1.8;

  opacity: 0.55;
}


/* =========================
   BELIEFS
========================= */

.belief-section {
  max-width: 1250px;
  margin: 0 auto;

  padding: 80px 70px;

  border: 1px solid rgba(255, 255, 255, 0.10);

  border-radius: 30px;

  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.015));

  position: relative;
  overflow: hidden;
}

.belief-section::after {
  content: "";

  position: absolute;

  width: 350px;
  height: 350px;

  right: -150px;
  bottom: -150px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.07);

  filter: blur(70px);

  pointer-events: none;
}

.belief-content {
  position: relative;
  z-index: 2;
}

.belief-content h2 {
  max-width: 800px;

  margin: 0 0 20px;

  font-size: clamp(38px, 5vw, 62px);

  line-height: 1.05;

  letter-spacing: -2px;
}

.belief-content>p {
  max-width: 650px;

  margin: 0 0 50px;

  font-size: 16px;

  line-height: 1.8;

  opacity: 0.6;
}

.belief-list {
  max-width: 850px;
}

.belief-item {
  display: flex;
  gap: 30px;

  padding: 25px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.belief-item>span {
  min-width: 35px;

  font-size: 13px;

  font-weight: 700;

  opacity: 0.35;
}

.belief-item h3 {
  margin: 0 0 8px;

  font-size: 20px;
}

.belief-item p {
  margin: 0;

  font-size: 14px;

  line-height: 1.7;

  opacity: 0.55;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

  .stats-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

  .about-extra {
    padding: 70px 20px;
  }

  .about-block {
    margin-bottom: 90px;
  }

  .about-heading {
    margin-bottom: 35px;
  }

  .about-heading h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .stats-grid,
  .process-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .stat-card,
  .process-card,
  .why-card {
    padding: 30px 24px;
  }

  .belief-section {
    padding: 45px 25px;
    border-radius: 24px;
  }

  .belief-content h2 {
    font-size: 40px;
  }

  .belief-item {
    gap: 18px;
  }

}

/* ============================== SECTION HEADING ============================== */
.service-section-heading {
  max-width: 800px;
  margin-bottom: 60px;
}

.service-section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.service-section-heading h2 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -2px;
  margin: 15px 0 20px;
}

.service-section-heading h2 span,
.service-cta-box h2 span {
  background: linear-gradient(90deg, #ffffff, #777777);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.service-section-heading p {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.8;
  opacity: .6;
}

/* ============================== WHY CHOOSE US ============================== */
.service-why {
  padding-top: 100px;
}

.why-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why-service-card {
  position: relative;
  padding: 40px;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 24px;
  background: rgba(255, 255, 255, .025);
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.why-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .05);
}

.why-number {
  font-size: 13px;
  font-weight: 700;
  opacity: .35;
  margin-bottom: 35px;
}

.why-service-card h3 {
  font-size: 22px;
  margin: 0 0 14px;
}

.why-service-card p {
  max-width: 560px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  opacity: .55;
}

/* ============================== PROCESS ============================== */
.service-process {
  padding-top: 80px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.process-step {
  position: relative;
  padding: 35px 28px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .02);
  transition: transform .35s ease, border-color .35s ease;
}

.process-step:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, .28);
}

.process-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, .03);
}

.process-step h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.process-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  opacity: .55;
}

/* ============================== CTA ============================== */
.service-cta {
  padding-bottom: 120px;
}

.service-cta-box {
  position: relative;
  min-height: 420px;
  padding: 70px;
  display: flex;
  align-items: center;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
  overflow: hidden;
}

.service-cta-box::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -150px;
  top: -180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  filter: blur(70px);
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.service-cta-box h2 {
  margin: 15px 0 20px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.5px;
}

.service-cta-box p {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.8;
  opacity: .6;
  margin-bottom: 35px;
}

/* ============================== CTA BUTTONS ============================== */
.cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.service-cta-btn,
.service-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.service-cta-btn {
  color: #000;
  background: #fff;
  gap: 15px;
}

.service-cta-btn:hover {
  transform: translateY(-3px);
}

.service-cta-btn span {
  font-size: 20px;
}

.service-secondary-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .03);
}

.service-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .35);
}

/* ============================== CTA DECORATION ============================== */
.cta-decoration {
  position: absolute;
  right: 60px;
  bottom: 45px;
  display: flex;
  gap: 10px;
  opacity: .12;
  transform: rotate(-12deg);
}

.cta-decoration span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 12px;
}

/* ============================== MOBILE ============================== */
@media (max-width: 900px) {
  .why-service-grid {
    grid-template-columns: 1fr;
  }

  .process-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-cta-box {
    padding: 50px 35px;
  }

  .cta-decoration {
    opacity: .05;
  }
}

@media (max-width: 600px) {
  .service-section-heading h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .process-line {
    grid-template-columns: 1fr;
  }

  .why-service-card {
    padding: 30px 25px;
  }

  .process-step {
    padding: 30px 25px;
  }

  .service-cta-box {
    min-height: auto;
    padding: 45px 25px;
    border-radius: 24px;
  }

  .service-cta-box h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .service-cta-box p {
    font-size: 14px;
  }

  .cta-decoration {
    display: none;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .service-cta-btn,
  .service-secondary-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ========================================== COMMON PORTFOLIO HEADINGS ========================================== */
.portfolio-heading {
  max-width: 800px;
  margin-bottom: 60px;
}

.portfolio-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-heading h2 {
  margin: 15px 0 20px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -2px;
}

.portfolio-heading h2 span,
.portfolio-cta-box h2 span {
  background: linear-gradient(90deg, #ffffff, #777777);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.portfolio-heading p {
  max-width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  opacity: .58;
}

/* ========================================== EXPERTISE ========================================== */
.portfolio-expertise {
  padding-top: 100px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.expertise-card {
  position: relative;
  padding: 38px;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 25px;
  background: rgba(255, 255, 255, .025);
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.expertise-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, .27);
  background: rgba(255, 255, 255, .05);
}

.expertise-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.expertise-top span {
  font-size: 12px;
  opacity: .35;
  font-weight: 700;
}

.expertise-top b {
  font-size: 11px;
  letter-spacing: 2px;
  opacity: .35;
}

.expertise-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
}

.expertise-card p {
  margin: 0 0 25px;
  max-width: 600px;
  font-size: 14px;
  line-height: 1.75;
  opacity: .55;
}

.expertise-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.expertise-tags span {
  padding: 7px 11px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, .1);
  font-size: 11px;
  opacity: .6;
}

/* ========================================== PROCESS ========================================== */
.portfolio-process {
  padding-top: 80px;
}

.portfolio-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.portfolio-process-card {
  position: relative;
  padding: 32px 27px;
  min-height: 235px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .02);
  transition: transform .35s ease, border-color .35s ease;
}

.portfolio-process-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, .25);
}

.portfolio-process-number {
  font-size: 13px;
  font-weight: 700;
  opacity: .35;
  margin-bottom: 40px;
}

.portfolio-process-line {
  position: absolute;
  top: 48px;
  right: 25px;
  width: 35px;
  height: 1px;
  background: rgba(255, 255, 255, .2);
}

.portfolio-process-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.portfolio-process-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  opacity: .55;
}

/* ========================================== INDUSTRIES ========================================== */
.portfolio-industries {
  padding-top: 80px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.industry-card {
  min-height: 155px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .018);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, .23);
  background: rgba(255, 255, 255, .045);
}

.industry-card>span {
  display: block;
  margin-bottom: 25px;
  font-size: 11px;
  opacity: .3;
}

.industry-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.industry-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  opacity: .5;
}

/* ========================================== CTA ========================================== */
.portfolio-cta {
  padding-top: 90px;
  padding-bottom: 120px;
}

.portfolio-cta-box {
  position: relative;
  min-height: 390px;
  padding: 65px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
  overflow: hidden;
}

.portfolio-cta-box::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  filter: blur(80px);
}

.portfolio-cta-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.portfolio-cta-box h2 {
  margin: 15px 0 20px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.5px;
}

.portfolio-cta-box p {
  max-width: 650px;
  margin: 0 0 35px;
  font-size: 16px;
  line-height: 1.8;
  opacity: .58;
}

/* ========================================== CTA BUTTONS ========================================== */
.portfolio-buttons {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.portfolio-main-btn,
.portfolio-outline-btn {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.portfolio-main-btn {
  color: #000;
  background: #fff;
  gap: 15px;
}

.portfolio-main-btn:hover {
  transform: translateY(-3px);
}

.portfolio-main-btn span {
  font-size: 20px;
}

.portfolio-outline-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .03);
}

.portfolio-outline-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
}

/* ========================================== CTA PATTERN ========================================== */
.portfolio-cta-pattern {
  position: absolute;
  right: 60px;
  bottom: 45px;
  display: grid;
  grid-template-columns: repeat(2, 70px);
  gap: 10px;
  transform: rotate(-10deg);
  opacity: .10;
}

.portfolio-cta-pattern div {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
}

/* ========================================== TABLET ========================================== */
@media (max-width: 1000px) {
  .portfolio-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-cta-pattern {
    opacity: .05;
  }
}

/* ========================================== MOBILE ========================================== */
@media (max-width: 650px) {
  .portfolio-heading h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-process-grid {
    grid-template-columns: 1fr;
  }

  .industry-grid {
    grid-template-columns: 1fr;
  }

  .expertise-card {
    padding: 30px 25px;
  }

  .portfolio-process-card {
    padding: 30px 25px;
  }

  .portfolio-cta-box {
    min-height: auto;
    padding: 45px 25px;
    border-radius: 24px;
  }

  .portfolio-cta-box h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .portfolio-cta-box p {
    font-size: 14px;
  }

  .portfolio-cta-pattern {
    display: none;
  }

  .portfolio-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .portfolio-main-btn,
  .portfolio-outline-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ========================================== HEADINGS ========================================== */
.pricing-heading {
  max-width: 800px;
  margin-bottom: 60px;
}

.pricing-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-heading h2 {
  margin: 15px 0 20px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -2px;
}

.pricing-heading h2 span,
.pricing-cta-box h2 span {
  background: linear-gradient(90deg, #ffffff, #777777);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pricing-heading p {
  max-width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  opacity: .58;
}

/* ========================================== INCLUDED ========================================== */
.pricing-included {
  padding-top: 100px;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.included-card {
  position: relative;
  min-height: 220px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .025);
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.included-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .05);
}

.included-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 30px;
  opacity: .7;
}

.included-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.included-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  opacity: .55;
}

/* ========================================== COMPARISON TABLE ========================================== */
.pricing-compare {
  padding-top: 80px;
}

.pricing-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .09);
}

.pricing-table {
  width: 100%;
  min-width: 750px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .018);
}

.pricing-table th,
.pricing-table td {
  padding: 19px 22px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  font-size: 13px;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: left;
}

.pricing-table th {
  font-size: 12px;
  letter-spacing: .5px;
  background: rgba(255, 255, 255, .045);
  opacity: .85;
}

.pricing-table td {
  opacity: .65;
}

.pricing-table tbody tr {
  transition: background .25s ease;
}

.pricing-table tbody tr:hover {
  background: rgba(255, 255, 255, .035);
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

/* ========================================== FAQ ========================================== */
.pricing-faq {
  padding-top: 90px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 17px;
  background: rgba(255, 255, 255, .02);
  overflow: hidden;
  transition: border-color .3s ease, background .3s ease;
}

.faq-item:hover {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .035);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  font-size: 20px;
  opacity: .45;
  transition: transform .3s ease;
}

.faq-item[open] summary span {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  font-size: 13px;
  line-height: 1.8;
  opacity: .55;
}

/* ========================================== CTA ========================================== */
.pricing-cta {
  padding-top: 90px;
  padding-bottom: 120px;
}

.pricing-cta-box {
  position: relative;
  min-height: 390px;
  padding: 65px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
  overflow: hidden;
}

.pricing-cta-box::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  filter: blur(80px);
}

.pricing-cta-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.pricing-cta-box h2 {
  margin: 15px 0 20px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.5px;
}

.pricing-cta-box p {
  max-width: 650px;
  margin: 0 0 35px;
  font-size: 16px;
  line-height: 1.8;
  opacity: .58;
}

/* ========================================== CTA BUTTONS ========================================== */
.pricing-cta-buttons {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.pricing-main-btn,
.pricing-outline-btn {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.pricing-main-btn {
  color: #000;
  background: #fff;
  gap: 15px;
}

.pricing-main-btn:hover {
  transform: translateY(-3px);
}

.pricing-main-btn span {
  font-size: 20px;
}

.pricing-outline-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .03);
}

.pricing-outline-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .35);
}

/* ========================================== CTA DECORATION ========================================== */
.pricing-cta-decoration {
  position: absolute;
  right: 70px;
  bottom: 55px;
  display: flex;
  gap: 10px;
  transform: rotate(-10deg);
  opacity: .10;
}

.price-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ========================================== TABLET ========================================== */
@media (max-width: 950px) {
  .included-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .pricing-cta-decoration {
    opacity: .05;
  }
}

/* ========================================== MOBILE ========================================== */
@media (max-width: 600px) {
  .pricing-heading h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .included-grid {
    grid-template-columns: 1fr;
  }

  .included-card {
    padding: 28px 24px;
  }

  .pricing-cta-box {
    min-height: auto;
    padding: 45px 25px;
    border-radius: 24px;
  }

  .pricing-cta-box h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .pricing-cta-box p {
    font-size: 14px;
  }

  .pricing-cta-decoration {
    display: none;
  }

  .pricing-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-main-btn,
  .pricing-outline-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .faq-item summary {
    padding: 20px;
  }

  .faq-item p {
    padding: 0 20px 20px;
  }
}

