:root {
  --bg: #0a0a0a;
  --surface: #111;
  --text: #eaeaea;
  --muted: #b5b5b5;
  --primary: #7c5cff;
  --primary-600: #6a47ff;
  --ring: rgba(124, 92, 255, .3);
  --card: #141414;
  --border: #1f1f1f;
  --success: #22c55e;
  --danger: #ef4444
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  background: #0a0a0a;
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 112px;
  position: relative;
  width: 100%;
  max-width: 100vw
}

/* Cosmic Background */

/* Falling Stars */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(2px 2px at 20px 30px, rgba(255, 255, 255, .3), transparent), radial-gradient(2px 2px at 40px 70px, rgba(255, 255, 255, .2), transparent), radial-gradient(1px 1px at 90px 40px, rgba(255, 255, 255, .4), transparent), radial-gradient(1px 1px at 130px 80px, rgba(255, 255, 255, .2), transparent);
  background-repeat: repeat;
  background-size: 400px 250px;
  animation: falling-stars 30s linear infinite;
  z-index: -1;
  pointer-events: none
}

/* Additional Falling Stars */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(1px 1px at 50px 100px, rgba(255, 255, 255, .3), transparent), radial-gradient(2px 2px at 150px 200px, rgba(255, 255, 255, .2), transparent), radial-gradient(1px 1px at 250px 150px, rgba(255, 255, 255, .4), transparent);
  background-repeat: repeat;
  background-size: 600px 400px;
  animation: falling-stars-2 40s linear infinite;
  z-index: -1;
  pointer-events: none
}

@keyframes sparkle {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: 0.3;
    transform: scale(1.1)
  }
}

@keyframes falling-stars {
  0% {
    transform: translateY(-50vh) translateX(0px);
    opacity: 1
  }

  50% {
    transform: translateY(0vh) translateX(25px);
    opacity: 1
  }

  100% {
    transform: translateY(50vh) translateX(50px);
    opacity: 1
  }
}

@keyframes falling-stars-2 {
  0% {
    transform: translateY(-30vh) translateX(30px);
    opacity: 1
  }

  50% {
    transform: translateY(20vh) translateX(55px);
    opacity: 1
  }

  100% {
    transform: translateY(70vh) translateX(80px);
    opacity: 1
  }
}

.bg-orbs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.bg-orbs span {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(28px);
  opacity: .18;
  mix-blend: screen;
  animation: drift linear infinite
}

.bg-orbs .o1 {
  top: 8%;
  left: 6%;
  width: 280px;
  height: 280px;
  background: radial-gradient(closest-side, rgba(124, 92, 255, .8), transparent 60%);
  animation-duration: 36s
}

.bg-orbs .o2 {
  top: 18%;
  right: 8%;
  width: 340px;
  height: 340px;
  background: radial-gradient(closest-side, rgba(34, 211, 238, .7), transparent 60%);
  animation-duration: 44s;
  animation-direction: reverse
}

.bg-orbs .o3 {
  bottom: 12%;
  left: 10%;
  width: 260px;
  height: 260px;
  background: radial-gradient(closest-side, rgba(165, 243, 252, .55), transparent 60%);
  animation-duration: 50s
}

.bg-orbs .o4 {
  bottom: 6%;
  right: 6%;
  width: 300px;
  height: 300px;
  background: radial-gradient(closest-side, rgba(124, 92, 255, .6), transparent 60%);
  animation-duration: 38s
}

.bg-orbs .o5 {
  top: 40%;
  left: 2%;
  width: 220px;
  height: 220px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, .14), transparent 60%);
  animation-duration: 60s
}

.bg-orbs .o6 {
  top: 55%;
  right: 2%;
  width: 240px;
  height: 240px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, .12), transparent 60%);
  animation-duration: 54s;
  animation-direction: reverse
}

@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(20px, -16px, 0)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

img {
  max-width: 100%;
  display: block
}

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

.container {
  width: calc(100% - 120px);
  max-width: 1440px;
  margin-inline: auto;
}

.section {
  padding: 96px 0
}

.section.alt {
  background: transparent
}

section.service-types {
  padding-bottom: 0;
}

.section.cta-full {
  position: relative;
  background: transparent;
  color: var(--text);
  padding: 120px 0
}

.section.cta-full .section-title {
  color: var(--text);
  font-size: clamp(28px, 5vw, 40px);
  margin-bottom: 12px;
  line-height: 1.2
}

.section.cta-full .lead {
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 28px;
  line-height: 1.4
}

.display {
  font-size: clamp(48px, 6vw, 60px);
  font-weight: 800;
  line-height: 1.1;
  margin: 24px 0;
  background: linear-gradient(135deg, #fff, #cfc8ff, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -.02em
}

@keyframes text-reveal {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

.lead {
  color: var(--muted);
  font-size: 20px;
  margin: 0 0 24px;
  max-width: 60ch
}

.section-title {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 0 24px;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.stack-l>*+* {
  margin-top: 24px
}

.stack-m>*+* {
  margin-top: 12px
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px
}

.cta-panel {
  /* background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(124, 92, 255, .08)); */
  border: 2px solid rgba(124, 92, 255, .4);
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 0 40px rgba(124, 92, 255, .2), 0 0 80px rgba(124, 92, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .1);
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px)
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: -50% -50%;
  background: radial-gradient(400px 400px at 50% 50%, rgba(124, 92, 255, .15), transparent 60%);
  opacity: .6;
  pointer-events: none
}

/* .cta-panel::after{content:"💬";position:absolute;top:24px;right:24px;font-size:32px;opacity:1;pointer-events:none;z-index:0} */
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(124, 92, 255, .3);
  background: linear-gradient(135deg, rgba(124, 92, 255, .12), rgba(124, 92, 255, .08));
  color: #cfc8ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1
}

.cta-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0 40px;
  position: relative;
  z-index: 1
}

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

.cta-point {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 15px;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  border: 1px solid rgba(124, 92, 255, .2);
  transition: all .2s ease;
  position: relative;
  overflow: hidden
}

.cta-point::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .08));
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none
}

.cta-point:hover {
  background: linear-gradient(135deg, rgba(124, 92, 255, .12), rgba(34, 211, 238, .08));
  border-color: rgba(124, 92, 255, .3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .2)
}

.cta-point::after {
  content: "✓";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 197, 94, .3), rgba(34, 197, 94, .2));
  color: #22c55e;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}

.cta-form {
  display: grid;
  gap: 20px;
  margin-top: 32px;
  position: relative;
  z-index: 1
}

.cta-form input,
.cta-form textarea {
  width: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 14px;
  color: var(--text);
  padding: 16px 20px;
  outline: 0;
  font-size: 16px;
  transition: all .2s ease;
  position: relative;
  backdrop-filter: blur(10px)
}

.cta-form input:focus,
.cta-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--ring), 0 4px 12px rgba(124, 92, 255, .1), 0 0 20px rgba(124, 92, 255, .05);
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02))
}

/* .cta-form input:invalid,.cta-form textarea:invalid{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)} */
.cta-form input:valid,
.cta-form textarea:valid {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .1)
}

.form-success {
  background: linear-gradient(135deg, rgba(34, 197, 94, .1), rgba(34, 197, 94, .05));
  border: 1px solid rgba(34, 197, 94, .3);
  color: #22c55e;
  padding: 16px;
  border-radius: 12px;
  margin-top: 16px;
  display: none
}

.form-error {
  background: linear-gradient(135deg, rgba(239, 68, 68, .1), rgba(239, 68, 68, .05));
  border: 1px solid rgba(239, 68, 68, .3);
  color: #ef4444;
  padding: 16px;
  border-radius: 12px;
  margin-top: 16px;
  display: none
}

.form-loading .btn {
  position: relative
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

/* Enhanced animations and micro-interactions */

.hero-media {
  animation: float 6s ease-in-out infinite
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-20px)
  }
}

/* Blog Article Styles */

.article-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(600px 400px at 20% 50%, rgba(124, 92, 255, .08), transparent 60%),
    radial-gradient(400px 300px at 80% 30%, rgba(34, 211, 238, .06), transparent 60%);
  pointer-events: none;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--muted);
}

.breadcrumbs a {
  color: var(--muted);
  transition: color .2s ease;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.article-date,
.article-read-time {
  color: var(--muted);
  font-size: 14px;
}

.article-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto 16px auto;
  background: linear-gradient(135deg, #fff, #cfc8ff, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  /* max-width: 1000px; */
  max-width: 1200px;
  text-align: center;
}

.article-subtitle {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0 auto;
  /* max-width: 1000px; */
  max-width: 900px;
  text-align: center;
}

/* Article Layout with Sidebar */

/* Article Author Info */
.article-author {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
  flex-shrink: 0;
}

.author-details {
  flex: 1;
}


/* Article Tags */
.article-tags {
  max-width: 800px;
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.tags-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}

.tag-link {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(124, 92, 255, 0.1);
  border: 1px solid rgba(124, 92, 255, 0.3);
  border-radius: 20px;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tag-link:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 92, 255, 0.3);
}

/* Related Posts Section */
.related-posts {
  background: rgba(255, 255, 255, 0.01);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.related-posts .section-header {
  text-align: center;
  margin-bottom: 48px;
}


.related-posts .section-subtitle {
  font-size: 18px;
  color: var(--muted);
  font-weight: 400;
}

/* Article CTA Block */
.article-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.05), rgba(34, 211, 238, 0.03));
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-card {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 48px;
  background: rgba(17, 17, 17, 0.95);
  border: 1px solid rgba(124, 92, 255, 0.3);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.cta-card .btn {
  font-size: 1.1rem;
  padding: 16px 40px;
  box-shadow: 0 8px 24px rgba(124, 92, 255, 0.4);
}

.cta-card .btn:hover {
  box-shadow: 0 12px 32px rgba(124, 92, 255, 0.6);
  transform: translateY(-3px);
}

.cta-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.cta-gradient {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.15), transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  animation: ctaPulse 8s ease-in-out infinite;
}

@keyframes ctaPulse {

  0%,
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.2) translate(-10%, 10%);
    opacity: 0.8;
  }
}

/* Floating Table of Contents */
.article-toc {
  position: fixed;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 280px;
  background: rgba(17, 17, 17, .95);
  border: 1px solid rgba(124, 92, 255, .3);
  border-radius: 12px;
  padding: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
  z-index: 100;
  transition: opacity .3s ease, visibility .3s ease;
}

.article-toc.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.toc-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px;
  color: var(--primary);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(124, 92, 255, .2);
}

.toc-item {
  margin-bottom: 8px;
}

.toc-link {
  display: block;
  padding: 8px 12px;
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 6px;
  transition: all .2s ease;
}

.toc-link:hover {
  color: var(--primary);
  background: rgba(124, 92, 255, .1);
}

.toc-link.active {
  color: var(--primary);
  background: rgba(124, 92, 255, .2);
  font-weight: 600;
}

.toc-link.toc-h2 {
  font-weight: 500;
}

.toc-link.toc-h3 {
  margin-left: 16px;
  font-size: 13px;
  opacity: 0.8;
}

/* Article Typography */
.article-body .lead {
  font-size: 22px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 40px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  border-left: 4px solid var(--primary);
  border-radius: 0 12px 12px 0;
  position: relative;
}


.article-body h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 60px 0 24px;
  color: var(--text);
  position: relative;
  padding-bottom: 16px;
}

.article-body h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-600));
  border-radius: 2px;
}


.article-body h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 16px;
  color: var(--text);
  position: relative;
  padding-left: 20px;
}

.article-body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 20px;
  background: var(--primary);
  border-radius: 2px;
}

.article-body p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--text);
}

.article-body ul,
.article-body ol {
  margin: 0 0 32px;
  padding-left: 0;
  list-style: none;
}

.article-body li {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 12px;
  color: var(--text);
  padding-left: 32px;
  position: relative;
}

.article-body ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

.article-body ol {
  counter-reset: item;
}

.article-body ol li {
  counter-increment: item;
  padding-left: 40px;
}

.article-body ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  background: rgba(124, 92, 255, .1);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 32px 0 12px;
  color: var(--text);
}

.article-body strong {
  color: var(--text);
  font-weight: 600;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .1));
  padding: 2px 6px;
  border-radius: 4px;
}

.article-body a {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: rgba(124, 92, 255, .3);
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}

.article-body a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

/* Quote Styles */
.article-body blockquote {
  margin: 40px 0;
  padding: 44px 32px 32px 32px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
  border-left: 6px solid var(--primary);
  border-radius: 0 16px 16px 0;
  position: relative;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: var(--text);
}

.article-body blockquote::before {
  content: "\201C";
  position: absolute;
  top: -10px;
  left: 24px;
  font-size: 60px;
  color: var(--primary);
  opacity: 0.3;
  font-family: serif;
}

.article-body blockquote::after {
  content: "\201C";
  position: absolute;
  bottom: -30px;
  right: 24px;
  font-size: 60px;
  color: var(--primary);
  opacity: 0.3;
  font-family: serif;
}

/* Code Blocks */
.article-body pre {
  background: rgba(17, 17, 17, .9);
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 12px;
  padding: 24px;
  margin: 32px 0;
  overflow-x: auto;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 14px;
  line-height: 1.5;
}

.article-body code {
  background: rgba(124, 92, 255, .1);
  color: var(--primary);
  padding: 4px 8px;
  border-radius: 6px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 14px;
}

.article-body pre code {
  background: none;
  color: var(--text);
  padding: 0;
}

/* Table Styles */
.article-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 32px 0;
  background: rgba(17, 17, 17, 0.95);
  border: 1px solid rgba(124, 92, 255, 0.2);
  border-radius: 12px;
  /* overflow: hidden; */
  font-size: 16px;
}

.article-body th {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.1), rgba(34, 211, 238, 0.05));
  color: var(--text);
  font-weight: 600;
  text-align: left;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(124, 92, 255, 0.2);
}

.article-body td {
  padding: 16px 24px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: color 0.2s ease;
}

.article-body tr:last-child td {
  border-bottom: none;
}

.article-body tr:hover td {
  color: var(--text);
  background: rgba(124, 92, 255, 0.03);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .article-toc {
    left: 20px;
    width: 260px;
  }
}


@media (max-width: 768px) {
  .article-header {
    padding: 100px 0 40px;
    margin-top: -60px;
  }

  .article-content {
    padding: 60px 0;
  }

  .article-subtitle {
    font-size: 15px;
    text-align: left;
  }

  .article-title {
    text-align: left;
  }

  .article-title,
  .article-body h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .article-body h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .article-body p,
  .article-body li {
    font-size: 16px;
  }

  .section-title {
    line-height: 1.3;
  }

  .article-body .lead {
    font-size: 18px;
    padding: 20px;
  }

  .article-body blockquote {
    padding: 40px 24px 24px 24px;
    font-size: 18px;
  }

  .article-body table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumbs,
  .article-meta {
    justify-content: flex-start;
  }

  .breadcrumbs {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

}

/* Blog Pagination Styles */
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 32px 0;
  border-top: 1px solid rgba(124, 92, 255, .2);
  flex-wrap: wrap;
  gap: 24px;
}

.pagination-info {
  flex: 1;
  min-width: 200px;
}

.pagination-text {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.pagination-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pagination-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 12px;
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.pagination-link.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 10px;
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.pagination-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .1));
  opacity: 0;
  transition: opacity .3s ease;
}

.pagination-page:hover {
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .08));
  border-color: rgba(124, 92, 255, .3);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px -4px rgba(124, 92, 255, .2);
}

.pagination-page.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  border-color: var(--primary);
  color: white;
  box-shadow: 0 4px 15px -4px rgba(124, 92, 255, .4);
}

.pagination-dots {
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  padding: 0 8px;
}

/* Responsive Pagination */
@media (max-width: 768px) {
  .pagination {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .pagination-info {
    order: 2;
  }

  .pagination-nav {
    order: 1;
    justify-content: center;
  }

  .pagination-link {
    padding: 10px 16px;
    font-size: 13px;
  }

  .pagination-page {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .pagination-pages {
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .pagination-nav {
    flex-direction: column;
    gap: 12px;
  }

  .pagination-pages {
    order: 1;
  }

  .pagination-link {
    order: 2;
  }

  /* Article Author - Mobile */
  .article-author {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }

  /* Article Tags - Mobile */
  .article-tags {
    justify-content: center;
  }

  .tags-label {
    width: 100%;
    text-align: center;
  }

  /* Article CTA - Mobile */
  .article-cta {
    padding: 60px 0;
  }

  .cta-card {
    padding: 40px 24px;
    border-radius: 16px;
  }

  .cta-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .cta-card .btn {
    font-size: 1rem;
    padding: 14px 28px;
    width: 100%;
  }

  .cta-gradient {
    width: 300px;
    height: 300px;
    top: -30%;
    right: -30%;
  }
}

/* 404 Error Page Styles */
.error-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .05), rgba(34, 211, 238, .03));
  position: relative;
  overflow: hidden;
}

.error-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(124, 92, 255, .1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(34, 211, 238, .1) 0%, transparent 50%);
  pointer-events: none;
}

.error-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.error-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  perspective: 1000px;
}

.error-digit {
  font-size: 120px;
  font-weight: 800;
  color: var(--primary);
  text-shadow: 0 0 30px rgba(124, 92, 255, .3);
  animation: errorDigitFloat 3s ease-in-out infinite;
  transform-style: preserve-3d;
}

.error-digit:nth-child(2) {
  animation-delay: 0.5s;
}

@keyframes errorDigitFloat {

  0%,
  100% {
    transform: translateY(0) rotateY(0deg);
  }

  50% {
    transform: translateY(-20px) rotateY(10deg);
  }
}

.error-message {
  margin-bottom: 50px;
}

.error-description {
  font-size: 20px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.error-links {
  background: rgba(17, 17, 17, .8);
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(20px);
}

.error-links-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 30px;
}

.error-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.error-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 12px;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.pagination-link::before,
.error-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .1), transparent);
  transition: left .5s;
}

.error-link-icon {
  font-size: 24px;
  flex-shrink: 0;
}

/* Responsive 404 Page */
@media (max-width: 768px) {
  .error-404 {
    padding: 100px 0 60px;
  }

  .error-digit {
    font-size: 80px;
  }

  .error-title {
    font-size: 36px;
  }

  .error-description {
    font-size: 18px;
  }

  .error-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn-large {
    width: 100%;
    max-width: 300px;
  }

  .error-links {
    padding: 30px 20px;
  }

  .error-links-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .error-link {
    padding: 14px 16px;
  }
}

@media (max-width: 480px) {
  .error-number {
    gap: 10px;
  }

  .error-digit {
    font-size: 60px;
  }

  .error-title {
    font-size: 28px;
  }

  .error-description {
    font-size: 16px;
  }

  .error-links-title {
    font-size: 20px;
  }
}

/* Privacy Policy Page Styles */
.article-header,
.privacy-header {
  padding: 120px 0 60px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
  border-bottom: 1px solid rgba(124, 92, 255, .2);
  position: relative;
  overflow: hidden;
}

.privacy-header .breadcrumbs {
  justify-content: left;
}

.privacy-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(124, 92, 255, .08) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(34, 211, 238, .08) 0%, transparent 50%);
  pointer-events: none;
}

.article-body,
.privacy-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.breadcrumb-link:hover {
  color: var(--primary-600);
}

.privacy-meta time {
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
}

.error-title,
.privacy-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 20px;
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.privacy-subtitle {
  font-size: 20px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.privacy-content-section {
  padding: 80px 0;
}

.privacy-body {
  max-width: 800px;
  margin: 0 auto;
}

.privacy-section {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(124, 92, 255, .1);
}

.privacy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.privacy-section h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
  position: relative;
}

.privacy-section h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--primary-600);
}

.privacy-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary);
  margin: 30px 0 15px;
}

.privacy-section p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 16px;
}

.privacy-section ul {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}

.privacy-section li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
}

.privacy-section li::before {
  content: "•";
  color: var(--primary);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.breadcrumb-link,
.privacy-section a {
  color: var(--primary);
  text-decoration: none;
  transition: color .2s ease;
}

.privacy-section a:hover {
  color: var(--primary-600);
  text-decoration: underline;
}

.contact-info {
  background: rgba(17, 17, 17, .8);
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 16px;
  padding: 30px;
  backdrop-filter: blur(20px);
  margin-top: 20px;
}

.contact-info p {
  margin-bottom: 12px;
  font-size: 16px;
}

.contact-info strong {
  color: var(--primary);
  font-weight: 600;
}

/* Responsive Privacy Policy */
@media (max-width: 768px) {
  .privacy-header {
    padding: 100px 0 40px;
  }

  .privacy-title {
    font-size: 36px;
  }

  .privacy-subtitle {
    font-size: 18px;
  }

  .privacy-content-section {
    padding: 60px 0;
  }

  .privacy-section h2 {
    font-size: 28px;
  }

  .privacy-section h3 {
    font-size: 20px;
  }

  .contact-info {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .privacy-header {
    padding: 80px 0 30px;
    margin-top: 45px;
  }

  .privacy-title {
    font-size: 28px;
  }

  .privacy-subtitle {
    font-size: 16px;
  }

  .privacy-content-section {
    padding: 40px 0;
  }

  .privacy-section {
    margin-bottom: 40px;
  }

  .privacy-section h2 {
    font-size: 24px;
  }

  .privacy-section h3 {
    font-size: 18px;
  }
}

/* Author Block Styles */
.author-card {
  background: rgba(17, 17, 17, .9);
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
  position: relative;
  overflow: hidden;
}

.author-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(124, 92, 255, .08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(34, 211, 238, .08) 0%, transparent 50%);
  pointer-events: none;
}

.author-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
  -webkit-background-clip: text;
  background-clip: text;
}


.author-bio {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 20px;
}

.author-social {
  display: flex;
  gap: 12px;
}

.author-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 10px;
  color: var(--primary);
  text-decoration: none;
  transition: all .3s ease;
}

.pagination-link:hover,
.error-link:hover,
.author-social-link:hover {
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .1));
  border-color: rgba(124, 92, 255, .3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .2);
}

.author-cta {
  text-align: center;
  position: relative;
  z-index: 1;
}

.author-cta-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 8px;
}

.author-cta-text {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 20px;
}

.author-cta .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
}

/* Responsive Author Block */
@media (max-width: 1024px) {
  .author-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
    padding: 30px;
  }

  /* .author-info {
    text-align: center;
  } */

  .author-bio {
    max-width: none;
  }

  .author-social {
    justify-content: center;
  }
}

@media (max-width: 768px) {

  .author-card {
    padding: 24px;
    gap: 16px;
  }

  .author-name {
    font-size: 16px;
  }

  .author-bio {
    font-size: 15px;
  }

  .author-social {
    gap: 8px;
  }

  .author-social-link {
    width: 36px;
    height: 36px;
  }

  .author-cta-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {

  .author-card {
    padding: 20px;
    gap: 12px;
  }


  .author-bio {
    font-size: 14px;
  }

  .author-cta-title {
    font-size: 16px;
  }

  .author-cta-text {
    font-size: 13px;
  }
}

@keyframes techPulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.05)
  }
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth
}

/* Loading states */
.form-loading,
.loading {
  opacity: .6;
  pointer-events: none
}

.form-loading .btn::after,
.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite
}

/* Hover effects for interactive elements */
a,
button {
  cursor: pointer
}

/* a:hover,button:hover{opacity:.8} */

/* Focus states for accessibility */
*:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px
}

/* Improved button states */
.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none
}

.btn:disabled:hover {
  transform: none
}

/* Enhanced form interactions */
input,
textarea,
select {
  transition: all .2s ease
}

input:focus,
textarea:focus,
select:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(124, 92, 255, .15)
}

/* Form validation styles */
input.error,
textarea.error,
select.error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .1) !important;
  background: linear-gradient(135deg, rgba(239, 68, 68, .05), rgba(239, 68, 68, .02)) !important;
}

.field-error {
  color: #ef4444;
  font-size: 14px;
  margin-top: 5px;
  display: block;
  animation: shake .3s ease-in-out;
}

@keyframes shake {

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

  25% {
    transform: translateX(-5px)
  }

  75% {
    transform: translateX(5px)
  }
}

/* Modal form styles */
.modal .form-success,
.modal .form-error {
  margin-top: 15px;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}

.modal .form-success {
  background: linear-gradient(135deg, rgba(34, 197, 94, .1), rgba(34, 197, 94, .05));
  border: 1px solid rgba(34, 197, 94, .3);
  color: #22c55e;
}

.modal .form-error {
  background: linear-gradient(135deg, rgba(239, 68, 68, .1), rgba(239, 68, 68, .05));
  border: 1px solid rgba(239, 68, 68, .3);
  color: #ef4444;
}

/* Micro-interactions for portfolio items */
.portfolio-slider .slider-slide {
  transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.portfolio-slider .slider-slide:hover {
  transform: translateY(-4px) scale(1.02)
}

/* Enhanced mobile menu animation */
.nav-menu {
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

/* Improved modal animations */

.cta-note {
  color: var(--muted);
  font-size: 13px;
  text-align: center;
  margin-top: 12px;
  position: relative;
  z-index: 1
}

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


/* Process Section */

.process-step:nth-child(even) {
  flex-direction: row-reverse
}

.process-step:nth-child(even) .step-content {
  text-align: right
}

.process-step:nth-child(even) .step-icon {
  order: -1
}

.step-title {
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  z-index: 1
}

.step-description {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
  z-index: 1
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .08));
  border: 1px solid rgba(124, 92, 255, .2);
  font-size: 32px;
  flex-shrink: 0;
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}

.step-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .1));
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none
}

.step-icon:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .3)
}

@media (max-width:768px) {
  .process-timeline::before {
    left: 30px
  }

  .process-step {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px
  }

  .process-step:nth-child(even) {
    flex-direction: column
  }

  .process-step:nth-child(even) .step-content {
    text-align: center
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 16px
  }

  .step-content {
    max-width: 100%;
    width: 100%;
  }

  .step-icon {
    display: none
  }
}

/* Mobile Responsive */
@media (max-width:768px) {
  .cta-panel {
    padding: 32px 24px;
    max-width: 100%
  }

  .cta-points {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .reason-list,
  .benefits-cards,
  .testimonial-grid {
    grid-template-columns: 1fr
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .benefit-card {
    padding: 24px
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .testimonial-card {
    padding: 32px;
    min-height: 280px
  }

  .author-avatar {
    width: 56px;
    height: 56px;
    font-size: 18px
  }

  .testimonial-rating {
    font-size: 13px;
    padding: 4px 10px
  }

  .highlight-text {
    font-size: 13px;
    padding: 8px 16px
  }

  .portfolio-slider .slider-slide {
    flex-direction: column;
    gap: 20px;
    min-height: auto;
    padding: 20px
  }

  .portfolio-slider .slide-image {
    flex: 0 0 auto;
    height: 200px;
    width: 100%
  }

  .portfolio-slider .slide-content {
    flex: 0 0 auto;
    padding: 0;
    gap: 12px
  }

  .portfolio-slider .slide-description {
    font-size: 13px;
    max-height: 80px;
    -webkit-line-clamp: 3
  }

  .portfolio-slider .slide-metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
  }

  .portfolio-slider .slide-actions {
    flex-direction: column;
    gap: 8px
  }

  .device-mockups {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px
  }

  .desktop-mockup {
    width: 100%;
    height: auto;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .mobile-mockup {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    z-index: 2;
    opacity: .9;
    height: auto
  }

  .slide-mockup.desktop {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: contain
  }

  .slide-mockup.mobile {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain
  }

  .portfolio-slider .slider-controls {
    margin-top: 0;
    gap: 20px
  }

  .portfolio-slider .slider-btn {
    width: 36px;
    height: 36px
  }

  .portfolio-slider .slide-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
  }

  .portfolio-slider .slide-status {
    margin-top: 6px
  }

  .faq-question {
    padding: 20px
  }

  .testimonial-text,
  .question-title {
    font-size: 16px
  }

  .faq-cta {
    padding: 32px 24px
  }

  .portfolio-slider .slide-title,
  .faq-cta-title {
    font-size: 20px
  }
}

/* Benefits Section */

.icon-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .15));
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none
}

/* Testimonials Section */

.testimonials-subtitle {
  color: var(--muted);
  font-size: 18px;
  margin-top: 12px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .15);
  backdrop-filter: blur(20px);
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, .1), 0 0 0 1px rgba(255, 255, 255, .05)
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none
}

.testimonial-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none
}

.testimonial-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 32px 100px -40px rgba(0, 0, 0, .8), 0 15px 40px -20px rgba(124, 92, 255, .3), 0 0 0 1px rgba(124, 92, 255, .2);
  border-color: rgba(124, 92, 255, .4)
}

/* Testimonial Header */
.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1
}

.testimonial-stars {
  display: flex;
  gap: 4px
}

.star {
  color: #ffd700;
  font-size: 18px;
  transition: all .3s ease;
  text-shadow: 0 0 8px rgba(255, 215, 0, .3)
}

.testimonial-card:hover .star {
  transform: scale(1.15) rotate(3deg);
  text-shadow: 0 0 15px rgba(255, 215, 0, .6)
}

.testimonial-rating {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .08));
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid rgba(124, 92, 255, .2)
}

/* Testimonial Content */
.testimonial-text {
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  font-style: italic;
  position: relative;
  z-index: 1;
  text-align: left;
  flex: 1;
  font-weight: 400;
  padding: 0;
  border-left: 2px solid var(--primary);
  padding-left: 16px;
  margin-left: 8px;
  transition: border-color .3s ease
}

/* Testimonial border colors */
.testimonial-card[data-color="business"] .testimonial-text {
  border-left-color: #a5b4fc
}

.testimonial-card[data-color="startup"] .testimonial-text {
  border-left-color: #fde68a
}

.testimonial-card[data-color="ecommerce"] .testimonial-text {
  border-left-color: #86efac
}

.testimonial-card[data-color="marketing"] .testimonial-text {
  border-left-color: #7dd3fc
}

.testimonial-card[data-color="upgrade"] .testimonial-text {
  border-left-color: #c4b5fd
}

.testimonial-card[data-color="personal"] .testimonial-text {
  border-left-color: #fda4af
}

/* Hover effects for borders */

.testimonial-card[data-color="startup"]:hover .testimonial-text {
  border-left-color: #f59e0b
}

.testimonial-card[data-color="ecommerce"]:hover .testimonial-text {
  border-left-color: #10b981
}

.testimonial-card[data-color="marketing"]:hover .testimonial-text {
  border-left-color: #0ea5e9
}

.testimonial-card[data-color="business"]:hover .testimonial-text,
.testimonial-card[data-color="upgrade"]:hover .testimonial-text {
  border-left-color: #8b5cf6
}

.testimonial-card[data-color="personal"]:hover .testimonial-text {
  border-left-color: #ef4444
}

/* Testimonial Author */
.testimonial-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  position: relative;
  z-index: 1;
  text-align: left
}

.author-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .4), 0 0 0 2px rgba(255, 255, 255, .1);
  transition: all .3s ease
}

.testimonial-card:hover .author-avatar {
  transform: scale(1.1);
  box-shadow: 0 12px 35px -8px rgba(124, 92, 255, .6)
}


/* Testimonial Highlight */
.testimonial-highlight {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  position: relative;
  z-index: 1
}

.highlight-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .1));
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  border: 1px solid rgba(124, 92, 255, .3);
  transition: all .3s ease
}

.testimonial-card:hover .highlight-text {
  background: linear-gradient(135deg, rgba(124, 92, 255, .25), rgba(34, 211, 238, .2));
  border-color: rgba(124, 92, 255, .4);
  transform: scale(1.05);
  box-shadow: 0 4px 15px -4px rgba(124, 92, 255, .3)
}

/* Portfolio Section */
.portfolio-section {
  position: relative;
  background: transparent;
  overflow: visible;
  padding: 40px 0
}

.process-subtitle,
.benefits-subtitle,
.portfolio-subtitle {
  color: var(--muted);
  font-size: 18px;
  margin-top: 12px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

/* Portfolio Slider */
.portfolio-slider {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: visible;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: grab
}

.portfolio-slider:active {
  cursor: grabbing
}

.slider-container {
  position: relative;
  padding: 20px 0;
  overflow: visible
}

.slider-track {
  display: flex;
  transition: transform .6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  touch-action: pan-y
}

.slider-slide {
  flex: 0 0 100%;
  display: flex !important;
  gap: 40px;
  align-items: flex-start;
  min-height: 500px;
  opacity: 0;
  transform: translateX(50px) scale(0.95) rotateY(5deg);
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 60px -20px rgba(124, 92, 255, .3), 0 0 0 1px rgba(124, 92, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .1);
  backdrop-filter: blur(20px);
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transform-style: preserve-3d
}

.slider-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
  border-radius: 24px;
  transform: translateZ(1px)
}

.slider-slide::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .1));
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
  border-radius: 26px;
  transform: translateZ(-1px);
  filter: blur(8px)
}

.slider-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1) rotateY(0deg);
  pointer-events: auto
}

.slider-slide:hover {
  background: linear-gradient(135deg, rgba(124, 92, 255, .12), rgba(34, 211, 238, .08));
  box-shadow: 0 25px 80px -20px rgba(124, 92, 255, .4), 0 0 0 1px rgba(124, 92, 255, .3), inset 0 1px 0 rgba(255, 255, 255, .15);
  transform: translateY(-4px) scale(1.02) rotateY(-2deg)
}

.slider-slide:hover::before {
  opacity: 0.8
}

.slider-slide:hover::after {
  opacity: 0.4
}

/* Slide Image */
.slide-image {
  flex: 0 0 calc(55% - 20px);
  position: relative;
  height: auto;
  min-height: 500px;
  overflow: visible;
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center
}

.slide-mockup {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
  transition: all .4s ease;
  background: transparent;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 60px -20px rgba(124, 92, 255, .3), 0 8px 32px -8px rgba(0, 0, 0, .2), 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 40px rgba(124, 92, 255, .2)
}

.slide-image:hover .slide-mockup {
  transform: scale(1.012) translateY(-2px);
  box-shadow: 0 40px 100px -20px rgba(124, 92, 255, .3), 0 20px 60px -15px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 30px rgba(34, 211, 238, .1), 0 0 50px rgba(124, 92, 255, .1)
}


/* Device Mockups */
.device-mockups {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  overflow: visible
}

.desktop-mockup {
  position: relative;
  z-index: 1;
  width: 90%;
  height: auto;
  transition: all .4s ease
}

.mobile-mockup {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -5%;
  width: 20%;
  height: auto;
  transition: all .4s ease;
  opacity: .97
}

.slide-mockup.desktop {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px -20px rgba(124, 92, 255, .3), 0 8px 32px -8px rgba(0, 0, 0, .2), 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 40px rgba(124, 92, 255, .2)
}

.slide-mockup.mobile {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 16px 48px -16px rgba(124, 92, 255, .25), 0 6px 24px -6px rgba(0, 0, 0, .2), 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 30px rgba(124, 92, 255, .15)
}

.slider-slide:hover .desktop-mockup {
  transform: scale(1.007) translateY(-1.5px)
}

.slider-slide:hover .mobile-mockup {
  transform: scale(1.02) translateY(-1px);
  opacity: 1
}

.slider-slide:hover .slide-mockup.desktop {
  box-shadow: 0 40px 100px -20px rgba(124, 92, 255, .3), 0 20px 60px -15px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 30px rgba(34, 211, 238, .1), 0 0 50px rgba(124, 92, 255, .1)
}

.slider-slide:hover .slide-mockup.mobile {
  box-shadow: 0 30px 80px -15px rgba(124, 92, 255, .25), 0 15px 50px -10px rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .25), 0 0 25px rgba(34, 211, 238, .08), 0 0 40px rgba(124, 92, 255, .08)
}

/* Slide Overlay */
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, .6) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 3
}

/* Slide Content */
.slide-content {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  max-width: calc(45% - 20px);
  overflow: hidden;
  box-sizing: border-box;
  position: relative
}

.slide-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 12px;
  overflow: hidden;
  width: 100%
}

.slide-category {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px
}

.slide-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%
}

.slide-status {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 120px;
  overflow: hidden
}

.slide-title {
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative
}

.slide-tech {
  margin-top: auto;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 6px 0
}

.slide-description {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  flex: 1;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word
}

.slide-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 12px 0;
  overflow: hidden
}

.slide-metrics .metric {
  text-align: center;
  padding: 12px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .08));
  border-radius: 12px;
  border: 1px solid rgba(124, 92, 255, .3);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px -8px rgba(124, 92, 255, .2);
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}

.slide-metrics .metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1), transparent);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none
}

.slide-metrics .metric:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px -8px rgba(124, 92, 255, .3);
  border-color: rgba(124, 92, 255, .4)
}

.slide-metrics .metric-value {
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.slide-metrics .metric-label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px
}

.slide-actions {
  display: flex;
  gap: 16px;
  margin-top: auto;
  flex-wrap: wrap;
  overflow: visible;
  padding: 8px 0;
  position: relative;
  z-index: 2
}

.slide-actions .btn {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.slide-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px -8px rgba(124, 92, 255, .4)
}

/* Slider Controls */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  padding: 8px 0;
  min-height: 64px
}

.slider-dots {
  display: flex;
  width: auto !important;
  position: initial !important;
  gap: 12px;
  align-items: center
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  position: relative
}

.slider-dot:hover {
  background: rgba(255, 255, 255, .5);
  transform: scale(1.2)
}

.slider-dot.active {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 20px rgba(124, 92, 255, .4);
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.slider-dot::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .1));
  opacity: 0;
  transition: opacity .3s ease
}

@media (max-width:960px) {

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .device-mockups {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px
  }

  .desktop-mockup {
    width: 100%;
    height: auto;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .mobile-mockup {
    position: absolute;
    right: 15px;
    bottom: 0;
    transform: initial;
    width: 25%;
    z-index: 2;
    opacity: .9;
    height: auto;
  }

  .slide-mockup.desktop {
    width: 70%;
    height: auto;
    border-radius: 14px;
    object-fit: contain
  }

  .slide-mockup.mobile {
    width: 60%;
    height: auto;
    border-radius: 12px;
    object-fit: contain
  }

  .footer-links {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    justify-items: start
  }

  /* Disable Portfolio Slider Hover Effects */
  .portfolio-slider .slider-slide:hover {
    transform: none;
    box-shadow: 0 20px 60px -20px rgba(124, 92, 255, .3), 0 0 0 1px rgba(124, 92, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .1)
  }

  .slide-image:hover .slide-mockup,
  .slider-btn:hover,
  .slider-dot:hover {
    transform: none;
    box-shadow: none
  }

  .portfolio-slider .slider-slide:hover::before,
  .portfolio-slider .slider-slide:hover::after,
  .slider-btn:hover::before,
  .slider-btn:hover::after,
  .slider-dot:hover::before,
  .slider-dot:hover::after {
    opacity: 0
  }
}

@media (max-width:768px) {

  .hero .grid-2 {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .hero-media {
    order: -1
  }

  .hero-media .hero-image {
    aspect-ratio: 4/3
  }

  .container {
    width: calc(100% - 40px);
    padding: 0 20px
  }

  .hero,
  .section {
    padding: 60px 0
  }

  .display {
    font-size: clamp(32px, 8vw, 56px);
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #cfc8ff, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
  }

  .section-title {
    font-size: clamp(28px, 6vw, 36px)
  }

  .btn {
    height: 44px;
    padding: 0 20px;
    font-size: 14px
  }

  .site-nav a {
    height: 36px;
    padding: 0 12px;
    font-size: 14px
  }

  .header-inner {
    height: 48px
  }

  .logo {
    font-size: 18px
  }

  .site-header.floating {
    backdrop-filter: blur(25px) saturate(1.4);
    -webkit-backdrop-filter: blur(25px) saturate(1.4);
    padding: 8px 0
  }

  .site-header.floating .header-inner {
    height: 40px
  }

  .hero .container {
    padding: 0
  }
}



/* Mobile Portfolio Slider */
@media (max-width:768px) {
  .portfolio-section {
    padding: 40px 0;
    overflow: hidden
  }

  .portfolio-slider,
  .slider-container {
    padding: 0;
    margin: 0;
    overflow: hidden
  }

  .slider-track {
    overflow: visible;
    display: flex;
    transition: transform .6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    touch-action: pan-y
  }

  .slider-slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    min-height: auto;
    opacity: 1;
    transform: none;
    transition: all .6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
    background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 15px 40px -15px rgba(124, 92, 255, .3), 0 0 0 1px rgba(124, 92, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    overflow: hidden;
    margin: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    position: relative
  }

  .slider-slide.active {
    opacity: 1;
    transform: none
  }

  .slide-image {
    flex: 0 0 auto;
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
  }

  .slide-mockup {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 15px 40px -15px rgba(0, 0, 0, .4), 0 8px 25px -8px rgba(124, 92, 255, .25), 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .15)
  }

  .slide-content {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px
  }

  .slide-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0
  }

  .slide-category {
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
  }

  .slide-status {
    margin-top: 4px
  }

  .slide-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 700
  }

  .slide-tech {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin: 8px 0
  }

  .tech-tag {
    background: rgba(124, 92, 255, .15);
    color: #cfc8ff;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid rgba(124, 92, 255, .2)
  }

  .slide-description {
    font-size: 14px;
    line-height: 1.4;
    color: var(--muted);
    margin: 8px 0;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
  }

  .slide-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 12px 0
  }

  .metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
    padding: 8px;
    background: rgba(124, 92, 255, .05);
    border-radius: 8px;
    border: 1px solid rgba(124, 92, 255, .1)
  }

  .metric-value {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1
  }

  .metric-label {
    color: var(--muted);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2
  }

  .slide-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: auto
  }

  .slide-actions .btn {
    width: 100%;
    justify-content: center;
    height: 44px;
    font-size: 14px;
    border-radius: 12px
  }

  .slider-nav {
    display: none
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0 20px
  }

  .slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(124, 92, 255, .3);
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    position: relative
  }

  .slider-dot.active {
    background: var(--primary);
    transform: scale(1.2)
  }

  .slider-dot:hover {
    background: rgba(124, 92, 255, .6);
    transform: scale(1.1)
  }
}

/* Card Image */
.card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
  border-radius: 16px 16px 0 0
}

.card-visual {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.visual-icon {
  font-size: 64px;
  z-index: 2;
  position: relative;
  transition: transform .4s ease
}

.visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
  opacity: 0;
  transition: opacity .4s ease
}

/* Card Overlay */

.card-status {
  display: flex;
  justify-content: flex-end
}

.status-badge {
  background: linear-gradient(135deg, rgba(34, 197, 94, .9), rgba(34, 197, 94, .7));
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  backdrop-filter: blur(10px)
}

/* Card Content */

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px
}

.slide-year,
.card-year {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  opacity: .7
}

/* Card Metrics */

/* Card Actions */

.btn svg {
  transition: transform .3s ease
}

.btn:hover svg {
  transform: translateX(2px) translateY(-2px)
}

/* Medical Animation */
.medical-animation {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  overflow: hidden
}

.pulse-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(34, 211, 238, .3);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite
}

.pulse-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(34, 211, 238, .2), rgba(124, 92, 255, .2));
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-inner 2s ease-in-out infinite
}

.medical-icons {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  animation: float 3s ease-in-out infinite
}

.icon-cross {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 211, 238, .2), rgba(34, 211, 238, .1));
  border: 1px solid rgba(34, 211, 238, .3);
  border-radius: 50%;
  color: #22d3ee;
  font-size: 20px;
  font-weight: bold;
  animation: icon-float 2.5s ease-in-out infinite
}

.icon-heart {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(239, 68, 68, .2), rgba(239, 68, 68, .1));
  border: 1px solid rgba(239, 68, 68, .3);
  border-radius: 50%;
  color: #ef4444;
  font-size: 20px;
  animation: icon-float 2.8s ease-in-out infinite
}

.icon-shield {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 197, 94, .2), rgba(34, 197, 94, .1));
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 50%;
  color: #22c55e;
  font-size: 20px;
  animation: icon-float 3.2s ease-in-out infinite
}

.element {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(34, 211, 238, .6);
  border-radius: 50%;
  animation: float-particle 4s ease-in-out infinite
}

.element-1 {
  top: 20%;
  left: 15%;
  animation-delay: 0s
}

.element-2 {
  top: 60%;
  right: 20%;
  animation-delay: 1s
}

.element-3 {
  bottom: 30%;
  left: 25%;
  animation-delay: 2s
}

.element-4 {
  top: 40%;
  right: 15%;
  animation-delay: 3s
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.1);
    opacity: .7
  }
}

@keyframes pulse-inner {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: .6
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes icon-float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg)
  }

  25% {
    transform: translateY(-5px) rotate(5deg)
  }

  75% {
    transform: translateY(5px) rotate(-5deg)
  }
}

@keyframes feature-float {

  0%,
  100% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-6px)
  }
}

@keyframes float-particle {

  0%,
  100% {
    transform: translateY(0px) translateX(0px);
    opacity: .6
  }

  25% {
    transform: translateY(-20px) translateX(10px);
    opacity: 1
  }

  50% {
    transform: translateY(-10px) translateX(-5px);
    opacity: .8
  }

  75% {
    transform: translateY(-30px) translateX(15px);
    opacity: .4
  }
}

.card-overlay {
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3));
  opacity: 0;
  transition: opacity .4s ease;
  display: flex;
  align-items: flex-end;
  padding: 20px
}

.card-tech {
  margin-top: auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.tech-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .15));
  border: 1px solid rgba(124, 92, 255, .3);
  color: #cfc8ff;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px)
}

.card-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  flex: 1
}

.card-category {
  text-transform: uppercase;
  letter-spacing: .5px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 197, 94, .2), rgba(34, 197, 94, .1));
  color: #22c55e;
  font-size: 12px;
  font-weight: 600;
  width: fit-content
}

.card-title {
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2
}

.card-description {
  flex: 1;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0
}

.card-metrics {
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  gap: 24px;
  margin: 12px 0;
  padding: 16px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .05), rgba(34, 211, 238, .03));
  border-radius: 12px;
  border: 1px solid rgba(124, 92, 255, .1)
}

.metric {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1
}

.metric-value {
  color: var(--primary);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--primary), #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.metric-label {
  line-height: 1.2;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em
}

.card-actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px
}

.card-actions .btn {
  flex: 1;
  justify-content: center
}

/* Portfolio Mobile */
@media (max-width:768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 0
  }

  .portfolio-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
  }

  .portfolio-card:last-child {
    border-bottom: none
  }

  .card-content {
    padding: 24px;
    gap: 16px
  }

  .card-title {
    font-size: 20px
  }

  .card-description {
    font-size: 14px
  }

  .card-metrics {
    padding: 12px;
    gap: 16px
  }

  .metric-value {
    font-size: 18px
  }

  .card-actions {
    flex-direction: column;
    gap: 8px
  }

  .card-actions .btn {
    width: 100%
  }
}

/* FAQ Section */
.process-section,
.benefits-section,
.testimonials-section,
.faq-section {
  position: relative;
  background: transparent;
  overflow: hidden
}

.faq-subtitle,
.blog-subtitle {
  color: var(--muted);
  font-size: 18px;
  margin-top: 12px;
  /* max-width: 600px; */
  margin-left: auto;
  margin-right: auto
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.faq-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 60px
}

.step-content::before,
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .05), rgba(34, 211, 238, .03));
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 60px -40px rgba(0, 0, 0, .6), 0 8px 25px -20px rgba(124, 92, 255, .2);
  border-color: rgba(124, 92, 255, .2)
}

.faq-item.open {
  transform: scale(1.02);
  border-color: rgba(124, 92, 255, .3);
  box-shadow: 0 20px 60px -40px rgba(0, 0, 0, .6), 0 8px 25px -20px rgba(124, 92, 255, .3)
}

.faq-question {
  width: 100%;
  padding: 24px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  transition: all .3s ease;
  position: relative;
  z-index: 1
}

.faq-question:hover {
  background: rgba(255, 255, 255, .02)
}

.question-content {
  flex: 1;
  min-width: 0
}

.question-title {
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.3
}

.question-preview {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.question-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--muted);
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center
}

.faq-item.open .question-icon {
  transform: rotate(180deg);
  color: var(--primary)
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1
}

.faq-item.open .faq-answer {
  max-height: 500px
}

.answer-content {
  padding: 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6
}

.answer-content p {
  margin: 0 0 16px 0
}

.answer-content ul {
  margin: 16px 0;
  padding-left: 20px
}

.answer-content li {
  margin: 8px 0;
  line-height: 1.5
}

.faq-more,
.testimonials-more {
  text-align: center;
  margin: 40px 0
}

.pagination-page.active::before,
.faq-item.more,
.testimonial-card.more {
  display: none
}

.faq-item.more.show,
.testimonial-card.more.show {
  display: block
}

.faq-cta-section {
  padding: 0 0 48px 0
}

.faq-cta {
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  border: 1px solid rgba(124, 92, 255, .2);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto
}

.faq-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: .6;
  pointer-events: none
}

.faq-cta-title {
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0
}

.faq-cta-text {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 24px 0
}

/* Footer */

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1
}

.footer-brand {
  max-width: 400px
}

.footer-logo {
  display: inline-flex;
  gap: 6px;
  font-size: 28px;
  font-weight: 800;
  color: var(--text);
  text-decoration: none;
  margin-bottom: 16px;
  transition: color .3s ease
}

.footer-social {
  display: flex;
  gap: 16px
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .1);
  color: var(--muted);
  text-decoration: none;
  transition: all .3s ease;
  backdrop-filter: blur(10px)
}

.social-link:hover {
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .15));
  border-color: rgba(124, 92, 255, .3);
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .3)
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 48px;
  justify-items: start
}

.footer-title {
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  margin: 0
}

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

.footer-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 15px;
  transition: all .3s ease;
  position: relative
}

.footer-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: width .3s ease
}

.footer-link:hover {
  color: var(--primary);
  padding-left: 8px
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  position: relative;
  z-index: 1
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.footer-location {
  color: var(--primary);
  font-size: 13px;
  font-weight: 500
}

.footer-legal {
  display: flex;
  gap: 24px
}

.footer-legal-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  transition: color .3s ease
}

/* Contact CTA Section */
.contact-cta {
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 100px 0
}

.section.cta-full::before,
.process-section::before,
.benefits-section::before,
.testimonials-section::before,
.portfolio-section::before,
.faq-section::before,
.site-footer::before,
.contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none
}

.contact-cta-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto
}

.contact-cta-header {
  text-align: center;
  margin-bottom: 40px
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(124, 92, 255, .3);
  background: linear-gradient(135deg, rgba(124, 92, 255, .12), rgba(124, 92, 255, .08));
  color: #cfc8ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 20px
}

.contact-title {
  color: var(--text);
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.2;
  background: linear-gradient(135deg, var(--text) 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.contact-subtitle {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4
}

.contact-cta-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: start
}

/* Contact CTA Responsive */
@media (max-width:960px) {
  .contact-cta-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center
  }

  .contact-cta-header {
    text-align: center;
    margin-bottom: 40px
  }

  .contact-title {
    font-size: 32px;
    margin-bottom: 20px
  }

  .contact-subtitle {
    font-size: 18px;
    max-width: 100%
  }

  /* Hero Block Tablet */
  .hero .grid-2 {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    justify-items: center
  }

  .hero .stack-l {
    order: 2;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .hero .stack-r {
    order: 1;
    display: none
  }

  .hero .kicker {
    margin: 0 auto 16px auto
  }

  .hero .actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px
  }

  .hero .actions .btn {
    min-width: 160px;
    height: 52px;
    font-size: 16px
  }


  /* Portfolio Slider Tablet */
  .portfolio-slider .slider-slide {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    min-height: auto;
    margin: 0;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box
  }

  .slide-image {
    flex: 0 0 auto;
    height: 400px;
    min-height: 400px;
    margin: 0;
    border-radius: 16px;
    overflow: visible;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center
  }

  .slide-content {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%
  }

  .slide-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px
  }

  .slide-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px
  }

  .slide-description {
    max-height: 60px;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 1.4
  }

  .slide-metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 16px 0
  }

  .slide-actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    overflow: visible;
    padding: 8px 0
  }

  .slide-actions .btn {
    width: 100%;
    justify-content: center;
    height: 48px;
    font-size: 14px
  }

  .hero-media,
  .web-studio-animation,
  .slider-nav {
    display: none
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px
  }
}

.contact-form-wrapper {
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(124, 92, 255, .08));
  border: 2px solid rgba(124, 92, 255, .4);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(124, 92, 255, .2), 0 0 80px rgba(124, 92, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .1);
  max-width: 600px;
  width: 100%
}

.contact-form-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .05), rgba(34, 211, 238, .03));
  opacity: .6;
  pointer-events: none
}

.form-input {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
  color: var(--text);
  font-size: 16px;
  transition: all .3s ease;
  backdrop-filter: blur(10px)
}

.form-input:focus {
  outline: none;
  border-color: rgba(124, 92, 255, .4);
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  box-shadow: 0 0 0 3px rgba(124, 92, 255, .1)
}

.contact-benefits {
  background: linear-gradient(135deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .01));
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(10px)
}

.footer-column,
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border: 1px solid rgba(255, 255, 255, .05);
  transition: all .3s ease
}

.benefit-item:hover {
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  border-color: rgba(124, 92, 255, .2);
  transform: translateY(-2px)
}

.benefit-text {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.4
}

/* Contact CTA Mobile */
@media (max-width:768px) {
  .contact-cta {
    padding: 60px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%)
  }

  .contact-cta .container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px
  }

  .contact-cta-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .contact-title {
    font-size: 28px;
    text-align: center
  }

  .contact-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 32px
  }

  .contact-form-wrapper {
    padding: 32px 20px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%
  }

  .form-group {
    margin-bottom: 20px
  }

  .form-group input,
  .form-group textarea {
    height: 52px;
    font-size: 16px;
    padding: 0 16px
  }

  .form-group textarea {
    height: 120px;
    padding: 16px;
    resize: vertical
  }

  .form-actions {
    flex-direction: column;
    gap: 16px
  }

  .form-actions .btn {
    width: 100%;
    height: 52px;
    font-size: 16px
  }

  .messenger-selector {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px
  }

  .messenger {
    padding: 12px 20px;
    font-size: 14px;
    text-align: center
  }
}

/* Modal Mobile */
@media (max-width:768px) {
  .modal {
    width: 95%;
    max-width: 100%;
    margin: 0px auto;
    max-height: 100dvh;
    overflow-y: auto
  }

  .modal-card {
    width: 100%;
    padding: 32px 24px;
    border-radius: 20px;
    margin: 0
  }

  .modal-content {
    padding: 24px 20px;
    border-radius: 16px
  }

  .modal-header {
    padding-bottom: 20px;
    margin-bottom: 24px
  }

  .modal-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.3
  }

  .modal-close {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    font-size: 20px
  }

  .modal p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5
  }

  .form-group {
    margin-bottom: 20px
  }

  .form-group input,
  .form-group textarea {
    height: 52px;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 12px
  }

  .form-group textarea {
    height: 120px;
    padding: 16px;
    resize: vertical
  }

  .btn {
    height: 52px;
    font-size: 16px;
    padding: 0 24px;
    border-radius: 12px
  }

  .messenger-selector {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px
  }

  .messenger {
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px
  }
}

/* Footer Mobile */
@media (max-width:768px) {
  .site-footer {
    padding: 60px 0 24px;
    width: 100vw;
    margin-left: calc(-50vw + 50%)
  }

  .site-footer .container {
    max-width: 100%;
    padding: 0 20px
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 40px
  }

  .footer-links {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 32px;
    justify-items: center
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center
  }



}


.btn {
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .01em;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .3)
}

.btn::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px -8px rgba(0, 0, 0, .4), 0 4px 12px -4px rgba(0, 0, 0, .2)
}

.btn:hover::before {
  left: 100%;
  opacity: 1
}

.btn:active {
  transform: translateY(0);
  transition: transform .1s ease
}

.btn-primary {
  border: 1px solid rgba(124, 92, 255, .3);
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 4px 12px -4px rgba(124, 92, 255, .3), 0 2px 8px -2px rgba(124, 92, 255, .2);
  position: relative;
  overflow: hidden
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  box-shadow: 0 12px 35px -8px rgba(124, 92, 255, .6), 0 0 0 1px rgba(255, 255, 255, .2), 0 4px 12px -4px rgba(124, 92, 255, .4)
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, .2);
  background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
  color: var(--text);
  border-color: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden
}

.slide-actions .btn::before,
.btn-ghost::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transition: left .6s ease
}

.btn-ghost:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  border-color: rgba(255, 255, 255, .2);
  box-shadow: 0 8px 25px -8px rgba(0, 0, 0, .3), 0 4px 12px -4px rgba(0, 0, 0, .2)
}

.btn-light {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  color: #111;
  border-color: rgba(0, 0, 0, .1)
}

.btn-light::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .02))
}

.btn-light:hover {
  background: linear-gradient(135deg, #e9ecef, #dee2e6);
  box-shadow: 0 8px 25px -8px rgba(0, 0, 0, .15), 0 4px 12px -4px rgba(0, 0, 0, .1)
}

.article-body iframe,
.footer-link:hover::before,
.btn-block {
  width: 100%
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  padding: 20px 0;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-header.header-hidden {
  transform: translateY(-100%)
}

.site-header.floating {
  background: rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, .1), 0 0 0 1px rgba(255, 255, 255, .05), inset 0 1px 0 rgba(255, 255, 255, .1);
  transition: all .3s ease;
  padding: 10px 0
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px
}

.site-header.floating .header-inner {
  height: 56px
}

.logo {
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  outline: none;
}

.site-nav {
  display: flex;
  gap: 6px;
  align-items: center
}

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  transition: all .3s ease;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none
}

.site-nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .06)
}

.site-nav a.active {
  color: #fff;
  background: rgba(124, 92, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(124, 92, 255, .18)
}

.site-nav a.btn-primary {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary)
}

.site-nav a.btn-primary:hover {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  border-color: #7c3aed;
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .5), 0 0 0 1px rgba(255, 255, 255, .2)
}

/* Language Switcher */
.lang-switcher {
  display: flex;
  gap: 4px;
  margin-right: 8px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  align-items: center;
}

.lang-item {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
  line-height: 1;
  text-transform: uppercase;
}

.lang-item:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.lang-item.active {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 4px 12px rgba(124, 92, 255, 0.3);
}


.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 1001;
  position: relative;
  width: 32px;
  height: 32px;
}

.nav-toggle:hover {
  background: rgba(124, 92, 255, .1);
}

/* Burger Lines */
.burger-line {
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  position: relative;
}

/* Burger Animation States */

/* Hover Effects */
.nav-toggle:hover .burger-line {
  background: var(--primary);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  background: linear-gradient(135deg, rgba(10, 10, 15, 0.98), rgba(20, 20, 30, 0.95));
  backdrop-filter: blur(40px);
  border-left: 1px solid rgba(124, 92, 255, 0.2);
  box-shadow: -20px 0 60px -20px rgba(124, 92, 255, 0.3);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow-y: auto;
}

.nav-menu.active,
.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateX(0);
}

/* Header */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(124, 92, 255, 0.2);
}

.mobile-menu-logo a {
  color: var(--text);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  outline: none;
}

.logo span,
.mobile-menu-logo span {
  color: var(--primary);
  background: linear-gradient(90deg, #9d85ff, #7c5cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Close Button */
.mobile-menu-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-close .burger-line {
  width: 20px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.nav-toggle.active .burger-line:nth-child(1),
.mobile-menu-close.active .burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
  background: var(--primary);
}

.nav-toggle.active .burger-line:nth-child(2),
.mobile-menu-close.active .burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle.active .burger-line:nth-child(3),
.mobile-menu-close.active .burger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
  background: var(--primary);
}

/* Mobile Language Switcher */
.mobile-lang-switcher {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 0 20px;
}

.mobile-lang-item {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
}

.mobile-lang-item.active {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 4px 15px rgba(124, 92, 255, 0.4);
}

/* Navigation */

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  color: var(--text);
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.mobile-menu-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(124, 92, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.mobile-menu-link:hover {
  background: rgba(124, 92, 255, 0.1);
  color: var(--primary);
  transform: translateX(8px);
  border-color: rgba(124, 92, 255, 0.2);
}

.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.menu-text {
  font-size: 16px;
  font-weight: 500;
}

/* Social Section */
.mobile-menu-social {
  margin-bottom: 40px;
}

.social-title {
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

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

.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  color: var(--text);
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.social-item:hover {
  background: rgba(124, 92, 255, 0.1);
  color: var(--primary);
  transform: translateY(-4px);
  border-color: rgba(124, 92, 255, 0.2);
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* .social-icon.telegram {
  background: linear-gradient(135deg, #0088cc, #229ED9);
}

.social-icon.whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.social-icon.viber {
  background: linear-gradient(135deg, #665CAC, #7B519D);
}

.social-icon.email {
  background: linear-gradient(135deg, #EA4335, #FBBC05);
}

.social-item:hover .social-icon {
  transform: scale(1.1);
} */

.social-item span {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

/* CTA Button */
.mobile-menu-cta {
  margin-top: auto;
}

.mobile-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--primary), #22d3ee);
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(124, 92, 255, 0.3);
}

.mobile-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(124, 92, 255, 0.4);
}

.cta-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.mobile-menu-link:hover .menu-icon,
.mobile-cta-btn:hover .cta-icon {
  transform: scale(1.2);
}

/* Mobile menu responsive adjustments */
@media (max-width: 480px) {
  .mobile-menu-content {
    max-width: 100%;
    padding: 24px 20px;
  }

  .social-grid {
    gap: 8px;
  }

  .social-item {
    padding: 12px 8px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
  }

  .mobile-menu-link {
    padding: 14px 16px;
  }

  .menu-text {
    font-size: 15px;
  }
}



@media (max-width:960px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
  }

  .site-nav {
    display: none
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .logo {
    font-size: 20px
  }

  .hero {
    padding-top: 80px
  }

  /* Mobile header styles for 960px and below */
  .site-header.floating {
    backdrop-filter: blur(25px) saturate(1.4);
    -webkit-backdrop-filter: blur(25px) saturate(1.4);
  }

  .site-header.floating .header-inner {
    height: 40px
  }

  .header-inner {
    height: 48px
  }

  .site-nav a {
    height: 36px;
    padding: 0 12px;
    font-size: 14px
  }
}

@media (max-width:480px) {


  .nav-toggle {
    font-size: 20px;
  }

  .hero {
    padding-top: 70px
  }

  .hero h1 {
    font-size: 28px
  }

  .hero .subtitle {
    font-size: 16px
  }

  .hero .actions .btn {
    height: 48px;
    font-size: 14px;
    min-width: 120px
  }
}

.hero {
  position: relative;
  padding: 30px 0;
}

.hero .grid-2 {
  align-items: center;
}

.hero .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.hero .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(124, 92, 255, .08);
  color: #cfc8ffd1;
  font-size: 12px;
  letter-spacing: .02em
}

.breadcrumbs span,
.slider-slide.active::after,
.kicker-separator {
  opacity: 0.6;
}

.hero .actions .btn {
  height: 48px;
  padding: 0 18px
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -10vw auto auto;
  width: min(60vw, 720px);
  height: min(60vw, 720px);
  top: -20vh;
  right: -10vw;
  background: transparent;
  filter: blur(40px);
  opacity: .6;
  pointer-events: none
}

.metrics {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  animation: float-metrics 8s ease-in-out infinite
}

.metrics .sep {
  width: 1px;
  height: 32px;
  background: var(--border)
}

.answer-content strong,
.metrics strong {
  color: var(--text);
  font-weight: 600
}

.hero-media .hero-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  box-shadow: 0 24px 64px -32px rgba(0, 0, 0, .6)
}

.hero-media .hero-image::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 60%;
  height: 60%;
  background: transparent;
  filter: blur(28px)
}

.hero-media .hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

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

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  transition: .2s ease
}

.card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
  transform: translateY(-2px);
  border-color: #262626
}

.card-icon {
  width: 28px;
  height: 28px;
  opacity: .8
}

/* Benefits (triggers) */
.benefits-cards {
  gap: 18px
}

/* Benefits Section - New Design */
.process-header,
.testimonials-header,
.portfolio-header,
.faq-header,
.benefits-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1
}

.process-badge,
.testimonials-badge,
.portfolio-badge,
.faq-badge,
.blog-badge,
.benefits-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(124, 92, 255, .3);
  background: linear-gradient(135deg, rgba(124, 92, 255, .12), rgba(124, 92, 255, .08));
  color: #cfc8ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 16px
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.benefit-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.benefit-card:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
  border-color: rgba(124, 92, 255, .2);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px -20px rgba(124, 92, 255, .2), 0 8px 25px -8px rgba(0, 0, 0, .3)
}

.benefit-icon {
  flex-shrink: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .1));
  border: 1px solid rgba(124, 92, 255, .2);
  font-size: 32px;
  transition: all .4s ease;
  position: relative;
  overflow: hidden;
  align-self: flex-start
}

.benefit-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .15));
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none
}

.benefit-card:hover .benefit-icon {
  background: linear-gradient(135deg, rgba(124, 92, 255, .25), rgba(34, 211, 238, .2));
  border-color: rgba(124, 92, 255, .3);
  transform: scale(1.1);
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .3)
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .1));
  border: 1px solid rgba(124, 92, 255, .2);
  font-size: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: transform .4s ease
}

.benefit-card:hover .icon-wrapper {
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .3);
  transform: scale(1.1)
}

.benefit-content {
  flex: 1;
  position: relative;
  z-index: 1
}

.benefit-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: .02em;
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .1));
  color: #cfc8ff;
  border: 1px solid rgba(124, 92, 255, .3)
}

.benefit-title {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.3
}

/* Category-specific colors */
.benefit-card[data-category="business"] .benefit-icon {
  background: linear-gradient(135deg, rgba(165, 180, 252, .15), rgba(124, 92, 255, .1));
  border-color: rgba(165, 180, 252, .3)
}

.benefit-card[data-category="startup"] .benefit-icon {
  background: linear-gradient(135deg, rgba(253, 230, 138, .15), rgba(251, 191, 36, .1));
  border-color: rgba(253, 230, 138, .3)
}

.benefit-card[data-category="ecommerce"] .benefit-icon {
  background: linear-gradient(135deg, rgba(134, 239, 172, .15), rgba(34, 197, 94, .1));
  border-color: rgba(134, 239, 172, .3)
}

.benefit-card[data-category="marketing"] .benefit-icon {
  background: linear-gradient(135deg, rgba(125, 211, 252, .15), rgba(14, 165, 233, .1));
  border-color: rgba(125, 211, 252, .3)
}

.benefit-card[data-category="upgrade"] .benefit-icon {
  background: linear-gradient(135deg, rgba(196, 181, 253, .15), rgba(139, 92, 246, .1));
  border-color: rgba(196, 181, 253, .3)
}

.benefit-card[data-category="personal"] .benefit-icon {
  background: linear-gradient(135deg, rgba(253, 164, 175, .15), rgba(244, 63, 94, .1));
  border-color: rgba(253, 164, 175, .3)
}

.benefit-card[data-category="business"] .benefit-tag {
  background: linear-gradient(135deg, rgba(165, 180, 252, .15), rgba(124, 92, 255, .1));
  color: #a5b4fc;
  border-color: rgba(165, 180, 252, .3)
}

.benefit-card[data-category="startup"] .benefit-tag {
  background: linear-gradient(135deg, rgba(253, 230, 138, .15), rgba(251, 191, 36, .1));
  color: #fde68a;
  border-color: rgba(253, 230, 138, .3)
}

.benefit-card[data-category="ecommerce"] .benefit-tag {
  background: linear-gradient(135deg, rgba(134, 239, 172, .15), rgba(34, 197, 94, .1));
  color: #86efac;
  border-color: rgba(134, 239, 172, .3)
}

.benefit-card[data-category="marketing"] .benefit-tag {
  background: linear-gradient(135deg, rgba(125, 211, 252, .15), rgba(14, 165, 233, .1));
  color: #7dd3fc;
  border-color: rgba(125, 211, 252, .3)
}

.benefit-card[data-category="upgrade"] .benefit-tag {
  background: linear-gradient(135deg, rgba(196, 181, 253, .15), rgba(139, 92, 246, .1));
  color: #c4b5fd;
  border-color: rgba(196, 181, 253, .3)
}

.benefit-card[data-category="personal"] .benefit-tag {
  background: linear-gradient(135deg, rgba(253, 164, 175, .15), rgba(244, 63, 94, .1));
  color: #fda4af;
  border-color: rgba(253, 164, 175, .3)
}

/* Mobile Responsive */
@media (max-width:1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
  }
}

@media (max-width:768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .benefit-card {
    padding: 24px;
    gap: 20px
  }

  .benefit-icon {
    width: 60px;
    height: 60px;
    font-size: 24px
  }

  .benefit-title {
    font-size: 18px
  }

  .benefit-description {
    font-size: 14px
  }

  .benefit-tag {
    font-size: 11px;
    padding: 4px 10px
  }
}

/* Benefits Section Mobile Responsive */
@media (max-width:1024px) {
  .benefits-section .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
  }
}

@media (max-width:768px) {
  .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .benefits-section .benefit-card {
    padding: 24px;
    gap: 20px
  }

  .benefits-section .icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 24px
  }

  .benefits-section .benefit-title {
    font-size: 18px
  }

  .benefits-section .benefit-description {
    font-size: 14px
  }
}

.toc-list,
.list {
  list-style: none;
  margin: 0;
  padding: 0
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0
}

.steps li {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 600
}

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

  .steps li {
    min-height: 48px
  }
}

.cta .bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px
}

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

.form-grid {
  gap: 12px
}

.contact input,
.contact textarea {
  width: 100%;
  background: #101010;
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  padding: 10px 12px;
  outline: 0
}

.contact .btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  color: #fff;
  border: 1px solid rgba(124, 92, 255, .3);
  box-shadow: 0 4px 12px -4px rgba(124, 92, 255, .3), 0 2px 8px -2px rgba(124, 92, 255, .2)
}

.contact .btn-primary:hover {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px -8px rgba(124, 92, 255, .6), 0 0 0 1px rgba(255, 255, 255, .2)
}

.faq {
  display: grid;
  gap: 8px
}

.faq-item {
  backdrop-filter: blur(10px);
  transition: all .3s ease;
  position: relative;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
  padding: 0 16px
}

.faq-item.open .faq-a {
  padding: 12px 16px;
  max-height: 400px
}

.faq-more {
  margin-top: 12px;
  text-align: center
}

.cards,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

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

.list li,
.testimonial {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px
}

.testimonial .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #222
}

/* Reasons - vertical list */

.reasons-subtitle {
  color: var(--muted);
  font-size: 18px;
  margin-top: 12px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5
}

.reasons-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative
}

.reason-list {
  counter-reset: reason;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative
}

/* Connecting Line */
.reason-list::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--primary), rgba(124, 92, 255, .3), var(--secondary), rgba(34, 211, 238, .3), var(--primary));
  opacity: .6;
  z-index: 1
}

.reason-item {
  --accent: rgba(124, 92, 255, .28);
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  align-items: start;
  background: linear-gradient(135deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(10px);
  transition: all .4s ease;
  overflow: hidden;
  margin-left: 20px
}

.reason-item:hover {
  transform: translateY(-6px) translateX(8px);
  border-color: rgba(124, 92, 255, .3);
  box-shadow: 0 20px 60px -20px rgba(124, 92, 255, .2), 0 8px 25px -8px rgba(0, 0, 0, .3)
}

/* Colored Numbers */
.reason-item:nth-child(1)::before {
  background: linear-gradient(135deg, #a5b4fc, #7c5cff);
  border-color: rgba(165, 180, 252, .4);
  box-shadow: 0 8px 25px -8px rgba(165, 180, 252, .4)
}

.reason-item:nth-child(2)::before {
  background: linear-gradient(135deg, #fde68a, #f59e0b);
  border-color: rgba(253, 230, 138, .4);
  box-shadow: 0 8px 25px -8px rgba(253, 230, 138, .4)
}

.reason-item:nth-child(3)::before {
  background: linear-gradient(135deg, #86efac, #22c55e);
  border-color: rgba(134, 239, 172, .4);
  box-shadow: 0 8px 25px -8px rgba(134, 239, 172, .4)
}

.reason-item:nth-child(4)::before {
  background: linear-gradient(135deg, #7dd3fc, #0ea5e9);
  border-color: rgba(125, 211, 252, .4);
  box-shadow: 0 8px 25px -8px rgba(125, 211, 252, .4)
}

.reason-item:nth-child(5)::before {
  background: linear-gradient(135deg, #c4b5fd, #8b5cf6);
  border-color: rgba(196, 181, 253, .4);
  box-shadow: 0 8px 25px -8px rgba(196, 181, 253, .4)
}

.reason-item:nth-child(6)::before {
  background: linear-gradient(135deg, #fda4af, #f43f5e);
  border-color: rgba(253, 164, 175, .4);
  box-shadow: 0 8px 25px -8px rgba(253, 164, 175, .4)
}

.reason-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
  opacity: .8;
  border-radius: 0 4px 4px 0
}

.reason-item .bg-glow {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 50%;
  height: 120px;
  background: radial-gradient(closest-side, var(--accent), transparent 70%);
  filter: blur(25px);
  opacity: .6;
  pointer-events: none;
  border-radius: 0 0 20px 0
}

.reason-item:nth-child(2n) {
  --accent: rgba(34, 211, 238, .28)
}

.reason-item:nth-child(3n) {
  --accent: rgba(244, 114, 182, .28)
}

.reason-item:nth-child(4n) {
  --accent: rgba(34, 197, 94, .28)
}

.reason-item:nth-child(5n) {
  --accent: rgba(250, 204, 21, .28)
}

.reason-item:nth-child(6n) {
  --accent: rgba(59, 130, 246, .28)
}

/* Floating Balls */
.reason-item::before {
  counter-increment: reason;
  content: counter(reason, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  border: 3px solid rgba(124, 92, 255, .3);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  z-index: 3;
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .4);
  animation: float 3s ease-in-out infinite
}

.reason-item:nth-child(2n)::before {
  animation-delay: .5s
}

.error-digit:nth-child(3),
.reason-item:nth-child(3n)::before {
  animation-delay: 1s
}

.reason-item:nth-child(5n)::before {
  animation-delay: 2s
}

.reason-item:nth-child(6n)::before {
  animation-delay: 2.5s
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) scale(1)
  }

  50% {
    transform: translateY(-4px) scale(1.05)
  }
}

.reason-title {
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3
}

.benefit-description,
.reason-text {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6
}

.reason-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 13px;
  letter-spacing: .02em;
  margin-bottom: 12px;
  opacity: .9;
  font-weight: 600
}

.tag-seo {
  color: #7dd3fc;
  background: rgba(125, 211, 252, .15);
  border-color: rgba(125, 211, 252, .3)
}

.tag-speed {
  color: #86efac;
  background: rgba(134, 239, 172, .15);
  border-color: rgba(134, 239, 172, .3)
}

.tag-budget {
  color: #fde68a;
  background: rgba(253, 230, 138, .15);
  border-color: rgba(253, 230, 138, .3)
}

.tag-support {
  color: #c4b5fd;
  background: rgba(196, 181, 253, .15);
  border-color: rgba(196, 181, 253, .3)
}

.tag-integrations {
  color: #fda4af;
  background: rgba(253, 164, 175, .15);
  border-color: rgba(253, 164, 175, .3)
}

.tag-conv {
  color: #a5b4fc;
  background: rgba(165, 180, 252, .15);
  border-color: rgba(165, 180, 252, .3)
}

/* Mobile Wide Format Design */
@media (max-width:768px) {

  .section {
    padding: 60px 0
  }

  .section-title {
    font-size: clamp(28px, 6vw, 26px);
    text-align: center;
    margin-bottom: 16px
  }

  .section-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px
  }

  /* Hide unnecessary blocks on mobile */

  .benefits-section .benefit-card:nth-child(n+5),
  .testimonials .testimonial:nth-child(n+3) {
    display: none
  }

  /* Wide format for mobile */
  .hero .grid-2 {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .benefits-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

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

  .faq-list {
    gap: 16px
  }

  .faq-item {
    padding: 20px
  }

  .faq-question {
    font-size: 16px
  }

  .faq-answer {
    font-size: 14px
  }

  /* Full width elements */
  .hero,
  .benefits-section,
  .testimonials,
  .portfolio-section,
  .faq-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%)
  }

  .container,
  .hero .container,
  .benefits-section .container,
  .testimonials .container,
  .portfolio-section .container,
  .faq-section .container {
    max-width: 100%;
    padding: 0 20px
  }
}

/* Mobile Responsive */
@media (max-width:768px) {
  .reasons-content {
    max-width: 100%;
  }

  .reason-list {
    gap: 24px
  }

  .reason-list::before {
    left: 40px
  }

  .reason-item {
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding: 24px;
    margin-left: 10px
  }

  .reason-item::before {
    width: 50px;
    height: 50px;
    font-size: 16px
  }

  .reason-title {
    font-size: 18px
  }

  .reason-text {
    font-size: 14px
  }

  .reason-tag {
    height: 26px;
    padding: 0 12px;
    font-size: 12px
  }
}

.pagination-pages,
.bullets li,
.likebar {
  display: flex;
  align-items: center;
  gap: 8px
}

.likebar button {
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--text)
}

.contact input:focus,
.contact textarea:focus,
.likebar button.active {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--ring)
}

.site-footer {
  background: transparent;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 24px 0;
  color: var(--muted)
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: .5s cubic-bezier(.2, .7, .2, 1)
}

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

.modal {
  visibility: hidden;
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .8);
  backdrop-filter: blur(12px);
  z-index: 999;
  opacity: 0;
  transition: opacity .3s ease
}

.modal.open {
  visibility: visible;
  display: flex;
  opacity: 1
}

.modal-card {
  width: min(800px, calc(100% - 40px));
  max-height: 90vh;
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .1));
  border: 2px solid rgba(124, 92, 255, .3);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 60px -12px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .2);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  transform: scale(.9);
  transition: transform .3s ease
}

.modal.open .modal-card {
  transform: scale(1)
}

.modal-card::before {
  content: "";
  position: absolute;
  inset: -50% -50%;
  background: radial-gradient(600px 600px at 50% 50%, rgba(124, 92, 255, .2), transparent 70%);
  opacity: .8;
  pointer-events: none
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
  z-index: 1
}

.modal-title {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2
}

.modal-close {
  border: 0;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  backdrop-filter: blur(10px)
}

.modal-close:hover {
  background: rgba(255, 255, 255, .2);
  transform: scale(1.1)
}

.modal .contact {
  margin-top: 24px;
  position: relative;
  z-index: 1
}

.modal p {
  font-size: 18px;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 32px;
  line-height: 1.6;
  position: relative;
  z-index: 1
}

.modal input {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease;
  backdrop-filter: blur(10px)
}

.modal .btn-primary {
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 16px;
  /* background: linear-gradient(135deg, var(--primary), var(--secondary)); */
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .4), 0 0 0 1px rgba(255, 255, 255, .2);
  position: relative;
  overflow: hidden
}

.btn-primary::before,
.modal .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  transition: left .6s ease
}

.modal .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px -8px rgba(124, 92, 255, .6), 0 0 0 1px rgba(255, 255, 255, .3)
}

.pagination-link:hover::before,
.error-link:hover::before,
.slide-actions .btn:hover::before,
.btn-primary:hover::before,
.btn-ghost:hover::before,
.mobile-menu-link:hover::before,
.modal .btn-primary:hover::before {
  left: 100%
}

.modal textarea {
  width: 100%;
  min-height: 120px;
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease;
  backdrop-filter: blur(10px);
  resize: vertical;
  font-family: inherit
}

.modal input:focus,
.modal textarea:focus {
  border-color: var(--primary);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 4px rgba(124, 92, 255, .2), 0 8px 25px -8px rgba(124, 92, 255, .3);
  transform: translateY(-2px)
}

.modal input::placeholder,
.modal textarea::placeholder {
  color: rgba(255, 255, 255, .6)
}

.messengers {
  display: flex;
  gap: 12px;
  margin-bottom: 24px
}

.messenger {
  gap: 8px;
  padding: 12px 20px;
  font-size: 14px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 12px;
  border: 2px solid rgba(124, 92, 255, .3);
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
  color: rgba(255, 255, 255, .9);
  cursor: pointer;
  font-weight: 600;
  transition: all .3s ease;
  backdrop-filter: blur(10px)
}

.messenger:hover {
  color: var(--text);
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .1));
  border-color: rgba(124, 92, 255, .5);
  transform: translateY(-2px)
}

.messenger.active {
  border-color: var(--primary);
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .1));
  box-shadow: 0 8px 25px -8px rgba(124, 92, 255, .4), 0 0 0 1px rgba(255, 255, 255, .2);
  color: #fff
}

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

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

.portfolio a {
  display: block;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px
}

/* Web Studio Animation */
.web-studio-animation {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  border-radius: 20px;
  min-height: 400px;
  align-self: center;
  max-width: 100%
}



/* Floating Shapes */

.shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124, 92, 255, .3), rgba(34, 211, 238, .2));
  filter: blur(1px);
  animation: float-shape 8s ease-in-out infinite
}

.shape-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 15%;
  animation-delay: 0s;
  animation-duration: 6s
}

.shape-2 {
  width: 120px;
  height: 120px;
  top: 60%;
  right: 20%;
  animation-delay: 2s;
  animation-duration: 8s;
  background: linear-gradient(135deg, rgba(34, 211, 238, .4), rgba(124, 92, 255, .2))
}

.shape-3 {
  width: 60px;
  height: 60px;
  bottom: 20%;
  left: 25%;
  animation-delay: 4s;
  animation-duration: 7s;
  background: linear-gradient(135deg, rgba(244, 114, 182, .3), rgba(34, 211, 238, .2))
}

.shape-4 {
  width: 100px;
  height: 100px;
  top: 30%;
  right: 10%;
  animation-delay: 1s;
  animation-duration: 9s;
  background: linear-gradient(135deg, rgba(34, 197, 94, .3), rgba(124, 92, 255, .2))
}

.shape-5 {
  width: 70px;
  height: 70px;
  top: 70%;
  left: 60%;
  animation-delay: 3s;
  animation-duration: 5s;
  background: linear-gradient(135deg, rgba(250, 204, 21, .3), rgba(244, 114, 182, .2))
}

.shape-6 {
  width: 90px;
  height: 90px;
  top: 40%;
  left: 70%;
  animation-delay: 5s;
  animation-duration: 6s;
  background: linear-gradient(135deg, rgba(59, 130, 246, .3), rgba(34, 211, 238, .2))
}

/* Code Lines */

.code-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(124, 92, 255, .6), transparent);
  animation: code-flow 4s ease-in-out infinite;
  opacity: 0
}

.line-1 {
  width: 200px;
  top: 25%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 3s
}

.line-2 {
  width: 150px;
  top: 45%;
  right: 15%;
  animation-delay: 1s;
  animation-duration: 4s
}

.line-3 {
  width: 180px;
  top: 65%;
  left: 20%;
  animation-delay: 2s;
  animation-duration: 3.5s
}

.line-4 {
  width: 120px;
  top: 35%;
  right: 30%;
  animation-delay: 0.5s;
  animation-duration: 2.5s
}

.line-5 {
  width: 160px;
  top: 75%;
  left: 50%;
  animation-delay: 1.5s;
  animation-duration: 3.8s
}

/* Tech Icons */

.tech-icon {
  position: absolute;
  padding: 8px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .1));
  border: 1px solid rgba(124, 92, 255, .3);
  color: #cfc8ff;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  animation: tech-float 6s ease-in-out infinite
}

.icon-html {
  top: 20%;
  left: 60%;
  animation-delay: 0s;
  animation-duration: 5s;
  background: linear-gradient(135deg, rgba(255, 95, 87, .2), rgba(255, 95, 87, .1));
  border-color: rgba(255, 95, 87, .3);
  color: #ff5f57
}

.icon-css {
  top: 50%;
  left: 15%;
  animation-delay: 1s;
  animation-duration: 6s;
  background: linear-gradient(135deg, rgba(34, 197, 94, .2), rgba(34, 197, 94, .1));
  border-color: rgba(34, 197, 94, .3);
  color: #22c55e
}

.icon-js {
  top: 70%;
  right: 25%;
  animation-delay: 2s;
  animation-duration: 4s;
  background: linear-gradient(135deg, rgba(250, 204, 21, .2), rgba(250, 204, 21, .1));
  border-color: rgba(250, 204, 21, .3);
  color: #facc15
}

.icon-react {
  top: 30%;
  right: 10%;
  animation-delay: 3s;
  animation-duration: 7s;
  background: linear-gradient(135deg, rgba(34, 211, 238, .2), rgba(34, 211, 238, .1));
  border-color: rgba(34, 211, 238, .3);
  color: #22d3ee
}

.icon-node {
  top: 60%;
  left: 40%;
  animation-delay: 4s;
  animation-duration: 5.5s;
  background: linear-gradient(135deg, rgba(34, 197, 94, .2), rgba(34, 197, 94, .1));
  border-color: rgba(34, 197, 94, .3);
  color: #22c55e
}

.icon-wordpress {
  top: 15%;
  left: 25%;
  animation-delay: 5s;
  animation-duration: 6.5s;
  background: linear-gradient(135deg, rgba(33, 117, 155, .2), rgba(33, 117, 155, .1));
  border-color: rgba(33, 117, 155, .3);
  color: #21759b
}

.icon-shopify {
  top: 50%;
  right: 15%;
  animation-delay: 5.5s;
  animation-duration: 6.2s;
  background: linear-gradient(135deg, rgba(149, 191, 71, .2), rgba(149, 191, 71, .1));
  border-color: rgba(149, 191, 71, .3);
  color: #95bf47
}

.icon-crm {
  top: 80%;
  left: 70%;
  animation-delay: 6s;
  animation-duration: 5s;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(124, 92, 255, .1));
  border-color: rgba(124, 92, 255, .3);
  color: #7c5cff
}

.icon-php {
  top: 25%;
  right: 40%;
  animation-delay: 7s;
  animation-duration: 4.5s;
  background: linear-gradient(135deg, rgba(119, 123, 180, .2), rgba(119, 123, 180, .1));
  border-color: rgba(119, 123, 180, .3);
  color: #777bb4
}

.icon-figma {
  top: 65%;
  left: 10%;
  animation-delay: 8s;
  animation-duration: 5.8s;
  background: linear-gradient(135deg, rgba(242, 78, 30, .2), rgba(242, 78, 30, .1));
  border-color: rgba(242, 78, 30, .3);
  color: #f24e1e
}

.icon-ecommerce {
  top: 85%;
  left: 30%;
  animation-delay: 8.5s;
  animation-duration: 4.8s;
  background: linear-gradient(135deg, rgba(168, 85, 247, .2), rgba(168, 85, 247, .1));
  border-color: rgba(168, 85, 247, .3);
  color: #a855f7
}

.icon-metric {
  top: 40%;
  right: 60%;
  animation-delay: 9s;
  animation-duration: 3.5s;
  background: linear-gradient(135deg, rgba(34, 197, 94, .3), rgba(34, 197, 94, .2));
  border-color: rgba(34, 197, 94, .4);
  color: #22c55e;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 0 20px rgba(34, 197, 94, .2)
}

/* Gradient Orbs */
.floating-elements,
.floating-shapes,
.code-lines,
.tech-icons,
.gradient-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: orb-float 10s ease-in-out infinite
}

.orb-1 {
  width: 200px;
  height: 200px;
  top: 20%;
  left: 30%;
  background: radial-gradient(circle, rgba(124, 92, 255, .4), transparent 70%);
  animation-delay: 0s;
  animation-duration: 8s
}

.orb-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 20%;
  background: radial-gradient(circle, rgba(34, 211, 238, .3), transparent 70%);
  animation-delay: 3s;
  animation-duration: 12s
}

.orb-3 {
  width: 180px;
  height: 180px;
  bottom: 10%;
  left: 50%;
  background: radial-gradient(circle, rgba(244, 114, 182, .3), transparent 70%);
  animation-delay: 6s;
  animation-duration: 10s
}

/* Pulse Rings */
.pulse-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.ring {
  position: absolute;
  border: 2px solid rgba(124, 92, 255, .3);
  border-radius: 50%;
  animation: pulse-ring 3s ease-in-out infinite
}

.ring-1 {
  width: 100px;
  height: 100px;
  top: -50px;
  left: -50px;
  animation-delay: 0s;
  animation-duration: 3s
}

.ring-2 {
  width: 150px;
  height: 150px;
  top: -75px;
  left: -75px;
  animation-delay: 1s;
  animation-duration: 3.5s;
  border-color: rgba(34, 211, 238, .3)
}

.ring-3 {
  width: 200px;
  height: 200px;
  top: -100px;
  left: -100px;
  animation-delay: 2s;
  animation-duration: 4s;
  border-color: rgba(244, 114, 182, .3)
}

/* Animations */
@keyframes float-shape {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.6
  }

  25% {
    transform: translateY(-20px) rotate(90deg);
    opacity: 0.8
  }

  50% {
    transform: translateY(-10px) rotate(180deg);
    opacity: 0.7
  }

  75% {
    transform: translateY(-30px) rotate(270deg);
    opacity: 0.9
  }
}

@keyframes code-flow {
  0% {
    opacity: 0;
    transform: translateX(-100px)
  }

  50% {
    opacity: 1;
    transform: translateX(0px)
  }

  100% {
    opacity: 0;
    transform: translateX(100px)
  }
}

@keyframes tech-float {

  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.8
  }

  50% {
    transform: translateY(-15px) scale(1.1);
    opacity: 1
  }
}

@keyframes orb-float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6
  }

  33% {
    transform: translate(20px, -30px) scale(1.1);
    opacity: 0.8
  }

  66% {
    transform: translate(-15px, 20px) scale(0.9);
    opacity: 0.7
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 1
  }

  50% {
    transform: scale(1.2);
    opacity: 0.5
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes logoSlideUp {
  0% {
    transform: translateY(100px) scale(0.8);
    opacity: 0
  }

  50% {
    transform: translateY(-10px) scale(1.05);
    opacity: 0.8
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1
  }
}

@keyframes menuSlideIn {
  0% {
    transform: translateY(-100%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes menuItemFadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes socialBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-10px)
  }

  60% {
    transform: translateY(-5px)
  }
}

@keyframes logoMoveToHeader {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1
  }

  50% {
    transform: translateY(-200px) scale(0.8);
    opacity: 0.7
  }

  100% {
    transform: translateY(-300px) scale(0.6);
    opacity: 0
  }
}

/* Hover Effects */
.web-studio-animation:hover .shape {
  animation-duration: 4s
}

.web-studio-animation:hover .tech-icon {
  animation-duration: 3s
}

.web-studio-animation:hover .orb {
  animation-duration: 6s
}

/* Tablet Hero Section */
@media (max-width:960px) {
  .hero .grid-2 {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    justify-items: center
  }

  .hero .stack-l {
    order: 2;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .hero .stack-r {
    order: 1;
    display: none
  }

  .hero .kicker {
    margin: 0 auto 16px auto
  }

  .hero .actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px
  }

  .hero .actions .btn {
    min-width: 160px;
    height: 52px;
    font-size: 16px
  }
}

@media (max-width:768px) {

  .hero .grid-2 {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    justify-items: center
  }

  .hero .stack-l {
    order: 2;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .hero .stack-r {
    order: 1;
    display: none
  }

  .hero .kicker {
    margin: 0 auto 16px auto
  }

  /* Mobile Design Improvements - More Air, Less Cramped */
  .container {
    width: calc(100% - 32px);
    padding: 0 16px
  }

  .hero {
    display: block;
    padding: 60px 0 20px;
    min-height: auto
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px
  }

  .hero .subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
    max-width: 100%
  }

  .hero .actions {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
    margin-bottom: 24px
  }

  .hero .actions .btn {
    flex: 1;
    height: 48px;
    font-size: 15px;
    min-width: 130px;
    max-width: 200px
  }

  .hero .metrics {
    gap: 16px;
    font-size: 13px
  }

  .hero .metrics .sep {
    height: 24px
  }

  /* Benefits Section */

  /* Testimonials */
  .section,
  .testimonials {
    padding: 40px 0
  }

  .testimonials-grid {
    gap: 20px
  }

  .testimonial-card {
    padding: 20px 16px;
    border-radius: 14px
  }

  .testimonial-card blockquote {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px
  }

  .testimonial-author {
    font-size: 12px
  }

  /* Portfolio */

  .portfolio-slider .slider-slide {
    padding: 24px 20px;
    gap: 24px;
    border-radius: 20px
  }

  .hero .container,
  .slide-content {
    padding: 0
  }

  .slide-title {
    font-size: 20px;
    margin-bottom: 12px
  }

  .slide-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px
  }

  .slide-metrics {
    gap: 16px;
    margin-bottom: 20px
  }

  .slide-metrics .metric {
    text-align: center
  }

  .slide-metrics .metric-value {
    font-size: 24px;
    margin-bottom: 4px
  }

  .slide-metrics .metric-label {
    font-size: 11px
  }

  .slide-actions {
    gap: 12px;
    flex-wrap: wrap
  }

  .slide-actions .btn {
    height: 44px;
    font-size: 14px;
    padding: 0 16px
  }

  /* Process */

  .benefits-grid,
  .process-grid {
    gap: 24px
  }

  .benefit-card,
  .process-card {
    padding: 24px 20px;
    border-radius: 16px
  }

  .benefit-card h3,
  .process-card h3 {
    font-size: 18px;
    margin-bottom: 12px
  }

  .benefit-card p,
  .process-card p {
    font-size: 14px;
    line-height: 1.5
  }

  /* FAQ */

  .faq-list {
    gap: 16px
  }

  .faq-item {
    padding: 20px;
    border-radius: 16px
  }

  .faq-question {
    font-size: 16px;
    padding: 16px 0
  }

  .faq-answer {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 16px 0
  }

  /* Contact */
  .benefits-section,
  .portfolio-section,
  .process-section,
  .faq-section,
  .contact-section {
    padding: 50px 0
  }

  .contact-form {
    padding: 32px 24px;
    border-radius: 20px
  }

  .contact-form h2 {
    font-size: 24px;
    margin-bottom: 16px
  }

  .contact-form p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 24px
  }

  .form-group {
    margin-bottom: 20px
  }

  .form-input {
    height: 48px;
    font-size: 15px;
    padding: 0 16px;
    border-radius: 12px
  }

  .form-input[type="textarea"] {
    height: 120px;
    padding: 16px;
    resize: vertical
  }

  .contact-form .btn {
    height: 48px;
    font-size: 15px;
    padding: 0 24px
  }

  /* Footer */
  .site-footer {
    padding: 40px 0 20px
  }

  .footer-content {
    gap: 32px;
    margin-bottom: 32px
  }

  .footer-links {
    gap: 24px;
    justify-items: left;
  }

  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 16px
  }

  .footer-list {
    gap: 12px
  }

  .footer-link {
    font-size: 14px
  }

  .footer-bottom {
    padding-top: 24px;
    border-top: 1px solid var(--border)
  }

  .footer-copyright {
    font-size: 13px
  }
}

/* Mobile Devices Only (up to 480px) - Enhanced Responsive Design */
@media (max-width: 480px) {

  /* Container and Spacing */
  .container {
    width: calc(100% - 24px);
    padding: 0 12px
  }

  .section,
  .section.cta-full {
    padding: 32px 0
  }

  /* Header */
  .header-inner {
    height: 44px;
    padding: 0 12px
  }

  .logo {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1001
  }

  .burger-line {
    width: 22px;
    height: 1px;
    border-radius: 3px
  }

  .lead {
    font-size: 15px;
    text-align: left;
    max-width: 315px;
    margin-left: 0;
    margin-right: auto;
  }

  /* Hero elements alignment for 480px and below */

  .answer-content {
    padding: 24px 0
  }


  /* Logo animation when menu is open */
  .nav-menu.active~.site-header .logo {
    animation: logoSlideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
    z-index: 1002;
    position: fixed;
    top: 20px;
    left: 20px;
    background: rgba(10, 10, 15, .9);
    backdrop-filter: blur(20px);
    padding: 8px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(124, 92, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .1);
    border: 1px solid rgba(124, 92, 255, .2);
  }

  .site-header.floating .header-inner {
    height: 36px
  }

  /* Hero Section */

  .hero .stack-l {
    padding: 32px 0;
    border-radius: 16px;
    margin: 0 8px
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
    text-align: left
  }

  .hero .subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: left
  }

  .hero .kicker {
    margin-left: 0;
    margin-right: auto;
    font-size: 11px;
    margin-bottom: 12px;
    text-align: center
  }

  .hero .actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px
  }

  .hero .actions .btn {
    width: 100%;
    height: 46px;
    font-size: 14px;
    min-width: auto;
    max-width: none;
    border-radius: 12px
  }

  .hero .metrics {
    gap: 66px;
    font-size: 12px;
    text-align: center;
    margin-top: 20px
  }

  .hero .metrics>div {
    display: flex;
    flex-direction: column;
    gap: 4px
  }

  /* Body padding adjustment for mobile */
  body {
    padding-top: 40px
  }

  /* Benefits Section */
  .service-single .team-benefits {
    padding: 0 0 60px;
  }


  /* Portfolio Slider */

  .slide-content {
    padding: 0
  }

  .slide-status .status-badge {
    font-size: 9px;
    padding: 3px 6px
  }


  /* Process Section */

  .benefits-grid,
  .process-grid {
    gap: 20px
  }

  .benefit-card,
  .process-card {
    padding: 20px 16px;
    border-radius: 14px;
    text-align: center
  }

  .benefit-card h3,
  .process-card h3 {
    font-size: 16px;
    margin-bottom: 10px
  }

  .benefit-card p,
  .process-card p {
    font-size: 13px;
    line-height: 1.5
  }

  /* FAQ Section */

  .faq-list {
    gap: 12px
  }

  .faq-item {
    padding: 16px;
    border-radius: 12px
  }

  .faq-question {
    font-size: 14px;
    padding: 12px 0
  }

  .faq-answer {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0 12px 0
  }

  /* Contact Section */
  .benefits-section,
  .portfolio-section,
  .process-section,
  .faq-section,
  .contact-section {
    padding: 40px 0
  }

  .contact-form {
    padding: 0;
    border-radius: 16px;
  }

  .contact-form h2 {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center
  }

  .contact-form p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center
  }

  .form-group {
    margin-bottom: 16px
  }

  .form-input {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 10px
  }

  .form-input[type="textarea"] {
    height: 100px;
    padding: 12px;
    resize: vertical
  }

  .contact-form .btn {
    width: 100%;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 10px
  }

  /* Footer */

  .footer-content {
    gap: 24px;
    margin-bottom: 24px
  }

  .footer-brand {
    text-align: left;
    margin-bottom: 20px
  }

  .footer-logo {
    font-size: 18px;
    margin-bottom: 8px
  }

  body .footer-tagline {
    font-size: 13px;
    line-height: 1.5;
    max-width: 250px;
    margin: 0 0 24px
  }

  .footer-social {
    justify-content: left;
  }

  .footer-column h4 {
    font-size: 14px;
    margin-bottom: 12px
  }

  .footer-list {
    gap: 8px
  }

  .footer-link {
    font-size: 14px
  }

  .footer-bottom {
    padding-top: 20px;
    text-align: center
  }

  .footer-copyright {
    font-size: 12px
  }


  /* Typography Improvements */
  .display {
    font-size: clamp(24px, 6vw, 32px);
    line-height: 1.2
  }

  .section-title {
    font-size: clamp(20px, 5vw, 24px);
    text-align: center;
    margin-bottom: 24px
  }

  .section.cta-full .cta-point {
    font-size: 12px;
    padding: 12px 16px;
  }

  .section.cta-full .section-title {
    text-align: left;
  }

  /* Button Improvements */
  .btn {
    height: 44px;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease
  }

  .btn-primary {
    background: linear-gradient(135deg, var(--primary), #22d3ee);
    border: none;
    box-shadow: 0 4px 12px rgba(124, 92, 255, .3);
    padding: 15px !important;
    margin: 0 auto;
  }

  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(124, 92, 255, .4)
  }

  .btn-ghost {
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .05)
  }

  .btn-ghost:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .3)
  }

  /* Card Improvements */
  .card {
    padding: 16px;
    border-radius: 12px;
    transition: all 0.3s ease
  }

  .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
  }

  /* Modal Improvements */
  .modal-content {
    width: calc(100% - 24px);
    max-width: 400px;
    margin: 20px 12px
  }

  .modal-card {
    padding: 24px 20px;
    border-radius: 16px
  }

  .modal-card p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px
  }

  /* Slider Controls */
  .slider-controls {
    gap: 16px;
    margin-top: 20px
  }

  /* Trust Indicators */
  .trust {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 12px
  }

  /* Mobile Menu Improvements - Simplified */
  .nav-menu {
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important
  }

  /* Top Bar with Close Button and Icons */
  .menu-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    animation: menuItemFadeIn 0.6s ease-out 0.2s both
  }

  .close-btn {
    position: static;
    font-size: 24px;
    width: 36px;
    height: 36px;
    background: rgba(124, 92, 255, .1);
    border-radius: 50%;
    transition: all 0.3s ease;
    border: none;
    color: var(--text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .close-btn:hover {
    background: rgba(124, 92, 255, .2);
    transform: rotate(90deg) scale(1.1)
  }

  /* Contact Icons */
  .menu-contact-icons {
    display: flex;
    gap: 12px
  }

  .contact-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(124, 92, 255, .1);
    color: var(--text);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(124, 92, 255, .2)
  }

  .contact-icon-link:hover {
    background: rgba(124, 92, 255, .2);
    color: var(--primary);
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 8px 25px rgba(124, 92, 255, .3)
  }

  /* Logo Section */
  .menu-logo-section {
    text-align: center;
    animation: menuItemFadeIn 0.6s ease-out 0.4s both
  }

  .menu-logo {
    font-size: 28px;
    font-weight: 800;
    color: var(--text);
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1003
  }

  .menu-logo span {
    color: var(--primary);
    background: linear-gradient(90deg, #9d85ff, #7c5cff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
  }

  .menu-logo:hover {
    transform: scale(1.05);
    color: var(--primary)
  }

  /* Logo move animation when menu is open */
  .nav-menu.active .menu-logo {
    animation: logoMoveToHeader 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  }

  /* Navigation Links */
  .menu-nav {
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    animation: menuItemFadeIn 0.6s ease-out 0.6s both
  }

  .menu-nav li {
    border: none;
    margin: 0
  }

  .menu-nav li:nth-child(1) a {
    animation: menuItemFadeIn 0.6s ease-out 0.7s both
  }

  .menu-nav li:nth-child(2) a {
    animation: menuItemFadeIn 0.6s ease-out 0.8s both
  }

  .menu-nav li:nth-child(3) a {
    animation: menuItemFadeIn 0.6s ease-out 0.9s both
  }

  .menu-nav li:nth-child(4) a {
    animation: menuItemFadeIn 0.6s ease-out 1.0s both
  }

  .menu-nav li:nth-child(5) a {
    animation: menuItemFadeIn 0.6s ease-out 1.1s both
  }

  .menu-nav li:nth-child(6) a {
    animation: menuItemFadeIn 0.6s ease-out 1.2s both
  }

  .menu-nav li a {
    font-size: 20px;
    padding: 20px 0;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    color: var(--text);
    text-decoration: none;
    font-weight: 500
  }

  .menu-nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .05));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px
  }

  .menu-nav li a:hover {
    background: rgba(124, 92, 255, .15);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(124, 92, 255, .2)
  }

  /* Touch Improvements */
  .btn,
  .slider-dot,
  .faq-question {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  /* Scroll Improvements */

  .portfolio-slider .slider-track {
    scroll-snap-align: start
  }


  /* Accessibility Improvements */
  .btn:focus,
  .slider-dot:focus,
  .faq-question:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px
  }

  /* Safe Area Support */
  .hero {
    padding: 50px 0 16px;
    min-height: auto;
    padding-top: max(50px, env(safe-area-inset-top, 50px))
  }

  .site-footer {
    padding: 32px 0 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom, 16px))
  }

  /* All subtitles styling for mobile */
  .process-subtitle,
  .benefits-subtitle,
  .testimonials-subtitle,
  .portfolio-subtitle,
  .faq-subtitle,
  .contact-subtitle,
  .reasons-subtitle,
  .section-subtitle,
  .blog-subtitle {
    font-size: 15px
  }

  .reason-item {
    padding: 14px;
    margin-left: 0
  }

  .reason-item::before {
    width: 45px;
    height: 45px
  }

  .slide-mockup.desktop {
    width: 100%
  }

  .slide-mockup.mobile {
    width: 65%
  }

  /* Portfolio Slider Container Fix */
  .portfolio-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    padding: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    touch-action: pan-y
  }

  .slider-container {
    padding: 0;
    margin: 0;
    width: 100%
  }

  .slider-track {
    overflow: visible;
    width: 100%;
    touch-action: pan-y
  }

  .slider-slide::before {
    border-radius: 0
  }

  /* Optimize Portfolio Card Layout for 480px */
  .portfolio-slider .slider-slide {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    padding: 20px;
    gap: 16px;
    min-height: auto
  }

  .slide-image {
    border-radius: 12px;
    min-height: 160px;
    padding: 8px
  }

  .slide-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px
  }

  .slide-category {
    font-size: 12px;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    gap: 6px
  }

  .slide-category::after {
    content: "Live";
    background: linear-gradient(135deg, rgba(34, 197, 94, .2), rgba(34, 197, 94, .1));
    color: #22c55e;
    font-size: 7px;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
  }

  .hero .metrics .sep,
  .trust .sep,
  .slide-status {
    display: none
  }

  .slide-title-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px
  }

  .slide-title {
    margin-bottom: 10px;
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    flex: 1
  }

  .slide-tech {
    gap: 4px;
    margin-bottom: 8px
  }

  .slide-description {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 12px;
    max-height: 48px;
    overflow: hidden
  }

  .slide-metrics {
    margin-bottom: 16px;
    gap: 8px;
    margin: 0;
    flex-wrap: wrap
  }

  .slide-metrics .metric {
    text-align: center;
    min-width: 50px
  }

  .slide-metrics .metric-value {
    font-size: 12px;
    margin-bottom: 1px
  }

  .slide-metrics .metric-label {
    font-size: 7px
  }

  .slide-actions {
    flex-direction: row;
    gap: 6px;
    justify-content: space-between
  }

  .slide-actions .btn {
    width: 100%;
    padding: 0 12px;
    border-radius: 8px;
    flex: 1
  }

  /* Disable All Hover Effects for Portfolio Cards on 480px */
  .portfolio-slider .slider-slide:hover {
    transform: none;
    box-shadow: 0 20px 60px -20px rgba(124, 92, 255, .3), 0 0 0 1px rgba(124, 92, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .1)
  }

  .slide-image:hover {
    transform: none
  }

  .slide-image:hover .slide-mockup,
  .slide-image:hover .slide-mockup.desktop,
  .slide-image:hover .slide-mockup.mobile {
    transform: none;
    box-shadow: none;
    filter: none
  }

  .slide-metrics .metric:hover {
    transform: none;
    box-shadow: 0 8px 32px -8px rgba(124, 92, 255, .2);
    border-color: rgba(124, 92, 255, .3)
  }

  .portfolio-slider .slider-slide:hover::before,
  .portfolio-slider .slider-slide:hover::after,
  .slide-metrics .metric:hover::before {
    opacity: 0
  }

  .slide-actions .btn:hover {
    transform: none;
    box-shadow: none
  }

  .slide-actions .btn:hover::before {
    left: -100%
  }

  /* Disable Mobile Mockup Hover Effects */
  .slider-slide:hover .mobile-mockup {
    transform: translateY(-50%);
    opacity: .9
  }

  .slider-slide:hover .slide-mockup.mobile {
    transform: none;
    box-shadow: 0 16px 48px -16px rgba(124, 92, 255, .25), 0 6px 24px -6px rgba(0, 0, 0, .2), 0 0 0 1px rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .15), 0 0 30px rgba(124, 92, 255, .15)
  }

  /* Smaller Navigation Dots for 480px */
  .slider-dots {
    gap: 6px;
    margin-top: 16px
  }

  .slider-dot {
    border-radius: 50%;
    width: 8px;
    height: 12px;
    min-width: 6px;
    min-height: 6px;
    margin: 0 6px;
  }

  .slider-dot.active {
    box-shadow: 0 0 12px rgba(124, 92, 255, .3);
    outline-offset: 1px
  }

  .footer-legal-link,
  .section.cta-full .cta-note,
  .cta-badge {
    font-size: 11px
  }

  .cta-panel {
    border-radius: 0;
    padding: 40px 24px;
    border: 0
  }

  .section.cta-full .lead {
    font-size: 15px;
    line-height: 1.5;
    max-width: 310px;
    text-align: left
  }

  #consult .container {
    width: 100%;
    padding: 0;
  }

  .process-step {
    justify-content: center;
    align-items: center
  }

  .step-number {
    margin: 0 auto
  }

  .contact-benefits {
    padding: 0;
    border: 0;
    background: none;
  }

  .faq-cta,
  .contact-form-wrapper {
    padding: 20px
  }

  .faq-question:hover {
    background: none
  }

  .faq-question:focus {
    outline: none
  }

  .slide-tech .tech-tag:hover,
  .faq-question:active {
    background: none;
    transform: none
  }

  .faq-item.open {
    border-color: rgba(124, 92, 255, .3);
    box-shadow: 0 20px 60px -40px rgba(0, 0, 0, .6), 0 8px 25px -20px rgba(124, 92, 255, .3)
  }

  .menu-nav li a:hover::before,
  .faq-item.open::before {
    opacity: 1
  }

  .faq-item.open .question-icon {
    transform: rotate(180deg);
    color: var(--primary)
  }

  .faq-item.open .faq-question::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124, 92, 255, .9), transparent)
  }

  .faq-more,
  .testimonials-more {
    text-align: center;
    margin: 40px 0;
    display: flex;
    justify-content: center
  }
}

/* Extra Small Mobile Devices (up to 360px) */
@media (max-width: 360px) {

  /* Ultra Compact Layout */
  .container {
    width: calc(100% - 16px);
    padding: 0 8px
  }

  .section {
    padding: 24px 0
  }


  /* Hero */
  .hero {
    padding: 40px 0 12px
  }

  .hero h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px
  }

  .hero .subtitle {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px
  }

  .hero .kicker {
    font-size: 10px;
    padding: 4px 8px;
    margin-bottom: 10px
  }

  .hero .actions .btn {
    height: 42px;
    font-size: 13px;
    border-radius: 10px
  }

  .hero .metrics {
    font-size: 11px;
    gap: 10px
  }

  /* Cards */
  .benefit-card,
  .testimonial-card,
  .process-card {
    padding: 16px 12px;
    border-radius: 12px
  }

  .benefit-card h3,
  .process-card h3 {
    font-size: 15px;
    margin-bottom: 8px
  }

  .benefit-card p,
  .testimonial-card blockquote,
  .process-card p {
    font-size: 12px;
    line-height: 1.4
  }

  /* Portfolio */
  .portfolio-slider .slider-slide {
    padding: 16px 12px;
    border-radius: 12px;
    margin: 0 4px
  }

  .slide-image {
    height: 160px;
    border-radius: 10px;
    padding: 10px
  }

  .slide-title {
    font-size: 16px;
    margin-bottom: 8px
  }

  .slide-description {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 12px
  }

  .slide-metrics .metric-value {
    font-size: 18px
  }

  .slide-metrics .metric-label {
    font-size: 9px
  }

  .slide-actions .btn {
    height: 40px;
    font-size: 12px;
    padding: 0 12px
  }

  /* Forms */
  .hero .stack-l,
  .contact-form {
    padding: 20px 12px;
    border-radius: 12px;
    margin: 0 4px
  }

  .contact-form h2 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .form-input {
    height: 40px;
    font-size: 13px;
    padding: 0 12px;
    border-radius: 8px
  }

  .form-input[type="textarea"] {
    height: 80px;
    padding: 10px
  }

  .contact-form .btn {
    height: 40px;
    font-size: 13px;
    padding: 0 16px
  }

  /* Footer */
  .site-footer {
    padding: 24px 0 12px
  }

  .footer-content {
    gap: 20px;
    margin-bottom: 20px
  }

  .footer-logo {
    font-size: 16px
  }

  .footer-tagline {
    font-size: 12px;
    max-width: 240px
  }

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

  .footer-link {
    font-size: 12px
  }

  .footer-copyright {
    font-size: 11px
  }

  /* Typography */
  .display {
    font-size: clamp(20px, 5vw, 28px)
  }

  .section-title {
    font-size: clamp(18px, 4vw, 22px);
    margin-bottom: 20px
  }

  .lead {
    font-size: 14px
  }

  /* Buttons */
  .btn {
    height: 40px;
    font-size: 13px;
    border-radius: 8px
  }

  /* Modal */
  .modal-content {
    width: calc(100% - 16px);
    max-width: 320px;
    margin: 16px 8px
  }

  .modal-card {
    padding: 20px 16px;
    border-radius: 12px
  }

  .modal-title {
    font-size: 16px;
    margin-bottom: 10px
  }

  .contact-form p,
  .modal-card p {
    font-size: 13px;
    margin-bottom: 16px
  }

}

/* Hide Animation on Tablets and Mobile */
@media (max-width:960px) {

  .hero .stack-r,
  .hero-media {
    display: none
  }
}

/* Mobile Web Studio Animation */
@media (max-width:768px) {
  .web-studio-animation {
    min-height: 300px;
    max-width: 100%;
    overflow: hidden
  }

  .shape-2 {
    width: 60px;
    height: 60px
  }

  .shape-4 {
    width: 55px;
    height: 55px
  }

  .shape,
  .shape-6 {
    width: 50px;
    height: 50px
  }

  .tech-icon {
    font-size: 9px;
    padding: 4px 8px;
    max-width: 80px;
    word-wrap: break-word
  }

  .orb {
    width: 100px;
    height: 100px
  }

  .orb-2 {
    width: 80px;
    height: 80px
  }

  .orb-3 {
    width: 90px;
    height: 90px
  }

  .ring-1 {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px
  }

  .ring-2 {
    width: 90px;
    height: 90px;
    top: -45px;
    left: -45px
  }
}

/* Enhanced blur for very small screens */
@media (max-width:480px) {
  .site-header.floating {
    backdrop-filter: blur(30px) saturate(1.5);
    -webkit-backdrop-filter: blur(30px) saturate(1.5);
    padding: 20px 0;
  }

  .site-header.floating .header-inner {
    height: 36px
  }

  .modal-card {
    width: calc(100% - 20px);
    padding: 32px 24px;
    border-radius: 20px
  }

  .modal-title {
    font-size: 24px;
    text-align: left;
  }

  .modal p {
    font-size: 14px;
    margin-bottom: 24px
  }

  .modal input {
    height: 48px;
    font-size: 15px
  }

  .modal .btn-primary {
    height: 48px;
    font-size: 16px
  }

  .messenger {
    height: 44px;
    font-size: 12px
  }

  .modal-header {
    margin: 0;
    padding: 0;
  }

  .modal-close {
    width: 55px;
    margin-left: 20px;
    height: 36px;
  }
}

/* Portfolio Page Styles */
.project-hero {
  padding: 0 0 120px 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-top: -110px;
  padding-top: 80px
}

.project-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(124, 92, 255, .1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(34, 211, 238, .08) 0%, transparent 50%);
  pointer-events: none
}

.project-hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
  padding-top: 60px
}

.hero-content {
  max-width: 600px
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(124, 92, 255, .3);
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .1));
  color: #cfc8ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 32px;
  backdrop-filter: blur(10px)
}

.hero-title {
  font-size: clamp(48px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #fff, #cfc8ff, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -.02em;
  padding-bottom: 12px
}

.hero-description {
  font-size: 20px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 40px;
  max-width: 500px
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 48px
}

.stat-value {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #7c5cff, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.stat-label {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em
}

.hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap
}

.btn-large {
  display: flex;
  align-items: center;
  min-width: 180px;
  justify-content: center;
  height: 56px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 600;
  gap: 12px
}

.hero-labels {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  transition: all .3s ease;
  cursor: pointer;
  animation: float-hero-label 6s ease-in-out infinite
}

.hero-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -8px rgba(124, 92, 255, .3);
  border-color: rgba(124, 92, 255, .3)
}

.hero-label .label-icon {
  font-size: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .2), rgba(34, 211, 238, .15));
  flex-shrink: 0
}

.hero-label .label-text {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap
}

.error-digit:nth-child(1),
.hero-label:nth-child(1) {
  animation-delay: 0s
}

.reason-item:nth-child(4n)::before,
.hero-label:nth-child(2) {
  animation-delay: 1.5s
}

.hero-label:nth-child(3) {
  animation-delay: 3s
}

.hero-label:nth-child(4) {
  animation-delay: 4.5s
}

@keyframes float-hero-label {

  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: .9
  }

  50% {
    transform: translateY(-8px) scale(1.02);
    opacity: 1
  }
}


.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  margin-top: 40px
}

.hero-mockup {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 32px 80px -20px rgba(124, 92, 255, .4), 0 16px 40px -16px rgba(0, 0, 0, .3);
  transition: all .4s ease
}

.hero-visual:hover .hero-mockup {
  transform: scale(1.02);
  box-shadow: 0 40px 100px -20px rgba(124, 92, 255, .5), 0 20px 60px -15px rgba(0, 0, 0, .4)
}

@keyframes float-metrics {

  0%,
  100% {
    transform: translateY(0px) translateX(0px);
    opacity: .9
  }

  25% {
    transform: translateY(-4px) translateX(3px);
    opacity: 1
  }

  50% {
    transform: translateY(-6px) translateX(0px);
    opacity: 1
  }

  75% {
    transform: translateY(-2px) translateX(-2px);
    opacity: 1
  }
}

.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.overview-content .section-title {
  margin-bottom: 32px;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.overview-text {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 24px
}

.answer-content p:last-child,
.overview-text:last-child {
  margin-bottom: 0
}

.overview-features {
  background: linear-gradient(135deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(10px)
}

.features-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 32px;
  text-align: center
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .05), rgba(34, 211, 238, .03));
  border: 1px solid rgba(124, 92, 255, .1);
  transition: all .3s ease
}

.feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(124, 92, 255, .2);
  border-color: rgba(124, 92, 255, .2)
}

.feature-icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 92, 255, .15), rgba(34, 211, 238, .1));
  flex-shrink: 0;
  animation: feature-float 3s ease-in-out infinite
}

.feature-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0
}

.feature-content p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0
}

.tech-stack {
  padding: 120px 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .05), rgba(34, 211, 238, .03))
}

.tech-stack .section-title {
  text-align: center;
  margin-bottom: 80px;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.tech-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0
}

.tech-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center
}

.tech-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  transition: all .4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden
}

.tech-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .1), rgba(34, 211, 238, .08));
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none
}

.tech-logo:hover {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 24px 60px -12px rgba(124, 92, 255, .3);
  border-color: rgba(124, 92, 255, .3)
}

.tech-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: transform .4s ease;
  position: relative;
  z-index: 1
}

.portfolio-card:hover .visual-icon,
.tech-logo:hover img {
  transform: scale(1.1)
}

.tech-logo span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1
}

.project-overview,
.project-results {
  padding: 120px 0;
  background: var(--bg)
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto
}

.result-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all .4s ease;
  position: relative;
  overflow: hidden
}

.benefit-card::before,
.result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .05), rgba(34, 211, 238, .03));
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none
}

.result-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 80px -20px rgba(124, 92, 255, .3);
  border-color: rgba(124, 92, 255, .3)
}

.result-icon {
  font-size: 48px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1
}

.author-info,
.faq-cta-content,
.contact-form,
.result-content {
  position: relative;
  z-index: 1
}

.result-value {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #7c5cff, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.result-label {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px
}

.result-description {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5
}

.project-process {
  padding: 120px 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .03), rgba(34, 211, 238, .02))
}

.project-results .section-title,
.project-process .section-title {
  text-align: center;
  margin-bottom: 80px;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  padding-bottom: 8px
}

.process-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative
}

.process-timeline::before {
  transform: translateX(-50%);
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--primary), var(--secondary));
  opacity: .6;
  z-index: 1
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 48px;
  position: relative;
  z-index: 2
}

.step-number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 12px 40px -12px rgba(124, 92, 255, .4);
  border: 4px solid rgba(124, 92, 255, .2)
}

.step-content {
  max-width: 400px;
  position: relative;
  overflow: hidden;
  flex: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(10px);
  transition: all .3s ease
}

.step-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px -16px rgba(124, 92, 255, .2);
  border-color: rgba(124, 92, 255, .2)
}

.step-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px
}

.step-content p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px
}

.step-duration {
  gap: 6px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(34, 197, 94, .2), rgba(34, 197, 94, .1));
  color: #22c55e;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(34, 197, 94, .3)
}

.project-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(34, 211, 238, .05));
  position: relative;
  overflow: hidden
}

.project-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(124, 92, 255, .1) 0%, transparent 70%);
  pointer-events: none
}

.cta-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.cta-title {
  margin: 0 0 32px;
  color: var(--text);
  font-size: clamp(20px, 5vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #fff, #cfc8ff, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.cta-description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 48px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto
}

/* Responsive Portfolio */
@media (max-width:1024px) {
  .project-hero .container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: left
  }

  .hero-visual {
    order: -1
  }

  .overview-grid {
    grid-template-columns: 1fr;
    gap: 60px
  }

  .tech-categories {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px
  }

  .results-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px
  }

  .process-timeline::before {
    left: 30px
  }

  .process-step {
    gap: 24px
  }

  .step-number {
    width: 60px;
    height: 60px;
    font-size: 20px
  }
}

@media (max-width:768px) {

  .hero-title {
    line-height: 1.3;
    padding-bottom: 16px
  }

  .hero-stats {
    gap: 24px;
    align-items: center
  }

  .visual-container {
    max-width: 100%
  }

  .hero-mockup {
    max-width: 100%;
    border-radius: 16px;
    object-fit: contain
  }

  .floating-card {
    display: none
  }

  .hero-labels {
    gap: 16px;
    margin-top: 32px;
    justify-content: flex-start
  }

  .hero-label {
    padding: 6px 12px;
    gap: 6px
  }

  .hero-label .label-icon {
    width: 20px;
    height: 20px;
    font-size: 14px
  }

  .hero-visual {
    max-height: none;
    overflow: visible;
    padding: 20px 0
  }

  .floating-tech-elements {
    margin-top: 40px;
    height: 150px;
    gap: 16px;
    justify-content: flex-start
  }

  .floating-tech {
    padding: 12px;
    gap: 6px;
    min-width: 70px;
    width: 70px;
    height: 70px
  }

  .tech-logo-img {
    width: 28px;
    height: 28px
  }

  .tech-name {
    font-size: 10px
  }

  .tech-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
  }

  .tech-logo {
    padding: 20px;
    gap: 12px
  }

  .tech-logo img {
    width: 40px;
    height: 40px
  }

  .hero-label .label-text,
  .tech-logo span {
    font-size: 12px
  }

  .features-list {
    gap: 16px
  }

  .feature-item {
    padding: 16px;
    gap: 16px
  }

  .feature-icon {
    width: 48px;
    height: 48px;
    font-size: 24px
  }

  .result-card {
    padding: 32px
  }

  .result-value {
    font-size: 36px
  }

  .process-timeline::before {
    left: 20px
  }

  .process-step {
    gap: 16px;
    margin-bottom: 32px
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin: 0 auto;
  }

  .overview-features,
  .step-content {
    padding: 24px
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: center
  }

  .device-mockups {
    gap: 0;
    padding: 15px;
    align-items: flex-start;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .desktop-mockup {
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .mobile-mockup {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 2;
    opacity: .9;
    height: auto
  }

  .slide-mockup.desktop {
    width: 80%;
    height: auto;
    border-radius: 12px;
    object-fit: contain
  }

  .step-content h3 {
    font-size: 18px
  }

  .step-content p {
    font-size: 14px
  }

}

.footer-tagline {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 32px 0;
  line-height: 1.5;
  max-width: 300px;
}

/* Blog Styles */
.blog-hero {
  padding: 120px 0 80px;
  text-align: center;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.1) 0%, rgba(34, 211, 238, 0.1) 100%);
  position: relative;
  overflow: hidden;
}

.blog-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(124, 92, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(34, 211, 238, 0.1) 0%, transparent 50%);
  z-index: 0;
}

.blog-hero .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--primary) 0%, #22d5ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.blog-hero .hero-subtitle {
  font-size: 1.25rem;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.article-content,
.blog-posts {
  padding: 80px 0;
  position: relative;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
  padding: 0 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.blog-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  backdrop-filter: blur(10px);
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 92, 255, 0.3);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.15),
    0 4px 12px rgba(124, 92, 255, 0.1);
}

.blog-card-image-link {
  display: block;
  text-decoration: none;
}

.blog-card-image {
  position: relative;
  height: 280px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: rgba(124, 92, 255, 0.05);
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  filter: brightness(0.95);
}

.mobile-menu-logo a:hover,
.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-content {
  padding: 18px;
  position: relative;
  z-index: 2;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.75rem;
  color: var(--muted);
}

.article-category,
.blog-card-category {
  display: inline-block;
  background: rgba(0, 255, 0, 0.1);
  color: #00ff00;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: 1px solid rgba(0, 255, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 255, 0, 0.2);
  text-shadow: 0 0 2px rgba(0, 255, 0, 0.5);
}

.cta-form input::placeholder,
.cta-form textarea::placeholder,
.breadcrumb-separator,
.breadcrumb-current,
.form-input::placeholder,
.likebar .count,
.blog-card-meta time,
.blog-card-read-time {
  color: var(--muted);
}

.blog-card-read-time::before {
  content: "⏱";
  margin-right: 4px;
}

.blog-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-card-title a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.blog-card-excerpt {
  color: var(--muted);
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.blog-card-link::after {
  content: "→";
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-link {
  color: var(--primary);
  transform: translateX(4px);
}

.blog-card-link:hover::after {
  transform: translateX(2px);
}

/* Staggered Animation for Cards */
.blog-card:nth-child(1) {
  animation-delay: 0.1s;
}

.blog-card:nth-child(2) {
  animation-delay: 0.2s;
}

.blog-card:nth-child(3) {
  animation-delay: 0.3s;
}

.blog-card:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Blog Section on Front Page ── */
.blog-section .blog-header {
  text-align: center;
  margin-bottom: 0;
}


/* "Всі статті" button row */
.blog-footer {
  text-align: center;
  margin-top: 48px;
}

.blog-footer .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


/* Blog Pagination */
.blog-pagination {
  margin-top: 60px;
  text-align: center;
}

.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.pagination-list li {
  margin: 0;
}

.pagination-list a,
.pagination-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-list a:hover {
  background: rgba(124, 92, 255, 0.1);
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.pagination-list .current {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.pagination-list .dots {
  background: transparent;
  border: none;
  color: var(--muted);
  cursor: default;
  pointer-events: none;
}

/* Empty State */
.no-posts {
  text-align: center;
  padding: 80px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.no-posts h2 {
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 16px;
  color: var(--text);
}

.no-posts p {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.6;
}

/* Responsive Blog Styles */
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
  }

  .blog-hero .hero-subtitle {
    text-align: left;
  }

  .blog-card-content {
    padding: 20px;
  }

  .blog-card-image {
    height: 220px;
  }

  .blog-card:hover {
    transform: translateY(-4px);
  }

  .blog-hero {
    margin-top: -60px;
  }
}

/* Portfolio Pages Responsive Styles */
@media (max-width: 1024px) {


  .project-hero .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .hero-content {
    order: 1;
    max-width: 100vw;
  }

  .hero-visual {
    order: 2;
  }

  .hero-visual .hero-mockup {
    max-width: 100%;
    height: auto;
  }

  .hero-stats {
    gap: 20px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 16px;
  }

  .hero-labels {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 768px) {


  .project-hero .container {
    gap: 32px;
    width: calc(100% - 40px);
    max-width: none;
  }

  .hero-content {
    max-width: none;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .hero-description {
    font-size: 16px;
  }

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

  .stat {
    text-align: center;
    background: rgba(124, 92, 255, 0.1);
    border: 1px solid rgba(124, 92, 255, 0.2);
    border-radius: 12px;
    padding: 12px 8px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
  }

  .stat:hover {
    background: rgba(124, 92, 255, 0.15);
    border-color: rgba(124, 92, 255, 0.3);
    transform: translateY(-2px);
  }

  .stat-value {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 4px;
  }

  .stat-label {
    font-size: 12px;
    opacity: 0.8;
    color: var(--text);
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-labels {

    gap: 12px;
  }
}

@media (max-width: 480px) {
  .project-hero {
    margin-top: -60px;
  }

  .project-hero .container {
    gap: 24px;
    width: calc(100% - 32px);
    max-width: none;
  }

  .hero-content {
    max-width: none;
    width: 100%;
  }

  .hero-title {
    font-size: clamp(20px, 8vw, 28px);
    line-height: 1.2;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .stat {
    background: rgba(124, 92, 255, 0.1);
    border: 1px solid rgba(124, 92, 255, 0.2);
    border-radius: 10px;
    padding: 10px 6px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-align: center;
  }

  .stat:hover {
    background: rgba(124, 92, 255, 0.15);
    border-color: rgba(124, 92, 255, 0.3);
    transform: translateY(-2px);
  }

  .stat-value {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 3px;
  }

  .stat-label {
    font-size: 11px;
    opacity: 0.8;
    color: var(--text);
  }

  .hero-actions .btn {
    height: 48px;
    font-size: 16px;
  }

  .hero-badge,
  .hero-label {
    font-size: 14px;
  }

  .hero-label .label-icon {
    font-size: 16px;
  }
}

/* Portfolio Sections Responsive */
@media (max-width: 1024px) {

  .project-overview,
  .project-features,
  .project-results,
  .project-process {
    padding: 60px 0;
  }

  .overview-grid,
  .features-grid,
  .results-grid,
  .process-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .overview-content,
  .features-content,
  .results-content,
  .process-content {
    order: 1;
  }

  .overview-features,
  .features-list,
  .results-stats,
  .process-steps {
    order: 2;
  }
}

@media (max-width: 768px) {

  .project-overview,
  .project-features,
  .project-results,
  .project-process {
    padding: 40px 0;
  }

  .overview-grid,
  .features-grid,
  .results-grid,
  .process-grid {
    gap: 32px;
  }

  .section-title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .overview-text,
  .features-description,
  .results-description,
  .process-description {
    font-size: 16px;
  }

  .features-list,
  .results-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .process-steps {
    gap: 24px;
  }
}

@media (max-width: 480px) {

  .project-overview,
  .project-features,
  .project-results,
  .project-process {
    padding: 32px 0;
  }

  .overview-grid,
  .features-grid,
  .results-grid,
  .process-grid {
    gap: 24px;
  }

  .section-title {
    font-size: clamp(20px, 8vw, 24px);
    line-height: 1.3;
  }

  .overview-text,
  .features-description,
  .results-description,
  .process-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .features-list,
  .results-stats {
    gap: 16px;
  }

  .feature-icon,
  .result-value {
    font-size: 24px;
  }

  .process-steps {
    gap: 20px;
  }

  .feature-item,
  .result-stat,
  .process-step {
    padding: 20px;
  }

  .process-number {
    font-size: 18px;
  }

  .feature-content h4,
  .process-title {
    font-size: 16px;
  }

  .feature-content p,
  .result-label,
  .process-description {
    font-size: 14px;
  }
}

/* Portfolio CTA Section Responsive */
@media (max-width: 1024px) {
  .project-cta {
    padding: 60px 0;
  }

  .cta-actions {
    flex-direction: column;
    gap: 16px;
  }

  .cta-actions .btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .project-cta {
    padding: 40px 0;
  }

  .cta-title {
    font-size: clamp(18px, 5vw, 28px);
  }

  .cta-description {
    font-size: 16px;
  }

  .cta-actions {
    gap: 12px;
  }

  .cta-actions .btn {
    height: 48px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .project-cta {
    padding: 32px 0;
  }

  .cta-title {
    font-size: clamp(16px, 6vw, 24px);
    line-height: 1.2;
  }

  .cta-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .cta-actions .btn {
    height: 44px;
    font-size: 15px;
  }
}

/* ===== PRICING SECTION ===== */

.reasons-header,
.pricing-header {
  text-align: center;
  margin-bottom: 80px;
}

.pricing-subtitle {
  font-size: 18px;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--primary-600));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  box-shadow: 0 20px 40px rgba(124, 92, 255, 0.1);
}

.pricing-popular {
  border-color: var(--primary);
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(124, 92, 255, 0.15);
}

.cta-point:hover::before,
.pagination-page:hover::before,
.step-content:hover::before,
.step-icon:hover::before,
.benefit-card:hover .icon-wrapper::before,
.testimonial-card:hover::before,
.testimonial-card:hover::after,
.slider-slide.active::before,
.slide-image:hover .slide-overlay,
.slide-metrics .metric:hover::before,
.slider-dot.active::before,
.portfolio-card:hover .visual-bg,
.portfolio-card:hover .card-overlay,
.faq-item:hover::before,
.faq-item.open::before,
.benefit-card:hover::before,
.benefit-card:hover .benefit-icon::before,
.tech-logo:hover::before,
.result-card:hover::before,
.pricing-card:hover::before,
.pricing-popular::before {
  opacity: 1;
}

.pricing-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  color: white;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(124, 92, 255, 0.3);
}

.pricing-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.pricing-badge-card {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(124, 92, 255, 0.2);
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.08), rgba(124, 92, 255, 0.05));
  color: #cfc8ff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.pricing-card .pricing-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text);
}

.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 12px;
}

.price-currency {
  font-size: 20px;
  font-weight: 600;
  color: var(--muted);
  margin-right: 4px;
}

.price-amount {
  font-size: 48px;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
}

.price-period {
  font-size: 16px;
  color: var(--muted);
  margin-left: 8px;
}

.pricing-duration {
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
}

.messenger-selector,
.form-group,
.pricing-features {
  margin-bottom: 32px;
}

.stat,
.pricing-cta,
.pricing-footer {
  text-align: center;
}

.pricing-guarantees {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.guarantee-item {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.guarantee-item:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.guarantee-icon {
  font-size: 32px;
  margin-right: 20px;
  flex-shrink: 0;
}

.guarantee-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.pricing-note {
  background: rgba(124, 92, 255, 0.05);
  border: 1px solid rgba(124, 92, 255, 0.2);
  border-radius: 12px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.pricing-note p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.breadcrumbs a:hover,
.footer-logo span,
.footer-logo:hover,
.footer-legal-link:hover,
.blog-card:hover .blog-card-title a,
.pricing-note strong {
  color: var(--primary);
}

/* Responsive Design for Pricing */
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }

  .pricing-popular {
    transform: none;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding: 80px 0;
  }

  .pricing-header {
    margin-bottom: 60px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }

  .pricing-card {
    padding: 24px;
  }

  .price-amount {
    font-size: 40px;
  }

  .pricing-guarantees {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .guarantee-item {
    padding: 20px;
  }

  .guarantee-icon {
    font-size: 28px;
    margin-right: 16px;
  }
}

@media (max-width: 480px) {
  .pricing-section {
    padding: 60px 0;
  }

  .pricing-header {
    margin-bottom: 40px;
  }

  .pricing-card {
    padding: 20px;
  }

  .price-amount {
    font-size: 36px;
  }

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

  .guarantee-item {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }

  .guarantee-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* ===== SIMPLE CTA SECTION ===== */

.cta-simple .lead {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-actions {
  margin: 24px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.cta-actions .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.cta-actions .btn:hover {
  transform: translateY(-2px);
}

/* ===== MODAL SIMPLE STYLES ===== */
.modal-simple {
  text-align: center;
  max-width: 500px;
}

.modal-simple .modal-header {
  margin-bottom: 24px;
}

.modal-simple .modal-title {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.modal-simple p {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.5;
}

.modal-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.modal-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.modal-actions .btn-large {
  min-height: 56px;
}

.modal-actions .btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-600));
  color: white;
  border: none;
}

.modal-actions .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 92, 255, 0.3);
}

.modal-actions .btn-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.modal-actions .btn-outline:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}


@media (max-width: 768px) {
  .modal-simple {
    max-width: 90vw;
    padding: 24px;
  }

  .modal-simple .modal-title {
    font-size: 20px;
  }

  .modal-actions .btn {
    padding: 14px 20px;
    font-size: 15px;
  }

}

/* ===== SIMPLE CONTACT SECTION ===== */
.pricing-section,
.cta-simple,
.contact-simple {
  background: transparent;
  position: relative;
  padding: 120px 0;
}

.cta-simple-content,
.contact-simple-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.pricing-badge,
.cta-simple .cta-badge,
.contact-simple .contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(124, 92, 255, 0.3);
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.12), rgba(124, 92, 255, 0.08));
  color: #cfc8ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.cta-simple .section-title,
.contact-simple .contact-title {
  font-size: clamp(28px, 5vw, 40px);
  margin-bottom: 16px;
  line-height: 1.2;
}

.contact-simple .contact-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 60px;
  line-height: 1.6;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.contact-method {
  display: flex;
  align-items: center;
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text);
  transition: all 0.3s ease;
}

.contact-method:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 10px 30px rgba(124, 92, 255, 0.1);
}

.method-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 20px;
  flex-shrink: 0;
}

.method-icon.telegram {
  background: rgba(0, 136, 204, 0.1);
}

.method-icon.whatsapp {
  background: rgba(37, 211, 102, 0.1);
}

.mobile-menu-close:hover,
.method-icon.email {
  background: rgba(124, 92, 255, 0.1);
}

.method-content {
  flex: 1;
  text-align: left;
}

.method-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text);
}

.footer-copyright p,
.guarantee-content p,
.method-content p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

.method-arrow {
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
}

.cta-benefits,
.contact-simple .contact-benefits {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.trust,
.cta-benefits .benefit-item,
.contact-simple .benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
}

.error-link-text,
.cta-benefits .benefit-icon,
.contact-simple .benefit-icon {
  font-size: 16px;
}

/* Responsive Design for Simple Sections */
@media (max-width: 768px) {

  .cta-simple,
  .contact-simple {
    padding: 80px 0;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .cta-actions .btn {
    width: 100%;
    max-width: 300px;
  }

  .cta-benefits,
  .contact-simple .contact-benefits {
    flex-direction: column;
    gap: 20px;
  }

  .contact-method {
    padding: 20px;
  }

  .method-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 16px;
  }

  .method-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {

  .cta-simple,
  .contact-simple {
    padding: 60px 0;
  }

  .contact-method {
    padding: 16px;
  }

  .method-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 12px;
  }

  .method-content h3 {
    font-size: 15px;
  }

  .method-content p {
    font-size: 13px;
  }

  .pricing-section {
    padding: 0 0 120px 0;
  }
}

/* SEO Block */
.seo-block {
  background: transparent;
  padding: 56px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.seo-content {
  max-width: 820px;
  margin: 0 auto;
}

.seo-content h2 {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.seo-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  margin: 32px 0 16px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  position: relative;
  padding-left: 12px;
}

.seo-content h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 16px;
  background: linear-gradient(180deg, var(--primary), rgba(124, 92, 255, 0.3));
  border-radius: 2px;
}

.seo-text {
  color: rgba(234, 234, 234, 0.85);
  font-size: 15px;
  line-height: 1.8;
}

.privacy-meta,
.seo-text p {
  margin-bottom: 20px;
}

.seo-text strong {
  color: var(--text);
  font-weight: 600;
  background: linear-gradient(180deg, transparent 60%, rgba(124, 92, 255, 0.15) 60%);
  padding: 2px 4px;
  border-radius: 2px;
}

.seo-text a {
  text-decoration: none;
  border-bottom: 1px solid rgba(124, 92, 255, 0.3);
  transition: all 0.2s;
  padding-bottom: 1px;
}

.seo-text a:hover {
  color: var(--primary-600);
  border-bottom-color: var(--primary-600);
  background: rgba(124, 92, 255, 0.1);
}

.seo-text ul,
.seo-text ol {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.seo-text ul li {
  margin-bottom: 12px;
  line-height: 1.7;
  position: relative;
  padding-left: 28px;
}

.seo-text ul li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  opacity: 0.7;
}

.seo-text ol {
  counter-reset: seo-counter;
}

.seo-text ol li {
  margin-bottom: 16px;
  line-height: 1.7;
  position: relative;
  padding-left: 36px;
  counter-increment: seo-counter;
}

.seo-text ol li::before {
  content: counter(seo-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(124, 92, 255, 0.1);
  border: 1px solid rgba(124, 92, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
}

.seo-expandable {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}

.seo-content.expanded .seo-expandable {
  max-height: 2000px;
  opacity: 1;
}

.seo-toggle {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s;
  background: transparent;
}

.seo-toggle:hover {
  color: var(--text);
  background: none;
}

.seo-toggle-icon {
  transition: transform 0.3s;
  width: 16px;
  height: 16px;
}

.seo-content.expanded .seo-toggle-icon {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .seo-block {
    padding: 40px 0 32px;
  }

  .seo-content h2 {
    font-size: 24px;
  }

  .seo-content h3 {
    font-size: 15px;
    margin: 20px 0 12px;
  }

  .seo-text {
    font-size: 14px;
  }

  .seo-text ul,
  .seo-text ol {
    padding-left: 20px;
  }
}

@media (max-width: 960px) {
  .lang-switcher.hidden-desktop {
    margin-left: auto;
    margin-right: 10px;
  }
}

@media (min-width: 960px) {
  .hidden-desktop {
    display: none;
  }
}

/* Swiper Overflow Fix */
.slider-container.swiper {
  overflow: visible !important;
}

.slider-container.swiper .swiper-notification {
  display: none;
}

/* --- Service Single Page --- */

.service-hero .stack-l {
  max-width: 700px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
  color: var(--muted);
  font-size: 14px;
}

.service-tags .sep {
  opacity: 0.3;
}

.tech-stack-visual {
  position: relative;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-blob {
  position: absolute;
  padding: 12px 24px;
  background: rgba(124, 92, 255, 0.1);
  border: 1px solid rgba(124, 92, 255, 0.3);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  color: #cfc8ff;
  font-weight: 600;
  animation: float 6s ease-in-out infinite;
}

.blob-1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.blob-2 {
  top: 60%;
  left: 20%;
  animation-delay: 1s;
}

.blob-3 {
  top: 20%;
  right: 10%;
  animation-delay: 2s;
}

.blob-4 {
  top: 70%;
  right: 30%;
  animation-delay: 3s;
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.type-card {
  padding: 32px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.type-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(124, 92, 255, 0.1);
}

.type-icon {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
  opacity: 0.5;
  margin-bottom: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.type-card h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.type-meta {
  margin-top: auto;
  padding-top: 20px;
  font-weight: 600;
  color: var(--primary);
  font-size: 14px;
}

.features-included {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 48px;
  margin-top: 40px;
}

.features-title {
  margin-bottom: 32px;
  font-size: 24px;
}

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

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}

.feature-item::before {
  content: "✓";
  color: var(--success);
  font-weight: 900;
}

/* --- Modern Pricing Grid --- */
.pricing-modern-grid {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  overflow: hidden;
  margin: 40px 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.pricing-grid-header,
.pricing-grid-row {
  display: grid;
  grid-template-columns: 2fr repeat(var(--cols, 3), 1fr);
  align-items: stretch;
}

.pricing-grid-header {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.pricing-grid-header>div {
  padding: 0 32px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.pricing-grid-header>div:not(:first-child) {
  justify-content: center;
}

.pricing-grid-header .pkg-business {
  color: #7c5cff !important;
  text-shadow: 0 0 15px rgba(124, 92, 255, 0.4);
  border-left: 1px solid rgba(124, 92, 255, 0.2);
}

.pricing-grid-header .pkg-pro {
  color: #00f2fe !important;
  text-shadow: 0 0 15px rgba(0, 242, 254, 0.4);
  border-left: 1px solid rgba(0, 242, 254, 0.2);
}

.pricing-grid-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.pricing-grid-row:last-child {
  border-bottom: none;
}

.pricing-grid-row:hover {
  background: rgba(255, 255, 255, 0.03);
}

.pricing-grid-row>div {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.pricing-grid-row .cell-pkg {
  justify-content: center;
}

.pricing-grid-row .cell-service {
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.01);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-grid-row .cell-pkg {
  font-weight: 600;
  text-align: center;
}

.pricing-grid-row .pkg-business {
  background: rgba(124, 92, 255, 0.04) !important;
  border-left: 1px solid rgba(124, 92, 255, 0.1);
  color: #fff;
}

.pricing-grid-row .pkg-pro {
  background: rgba(0, 242, 254, 0.04) !important;
  border-left: 1px solid rgba(0, 242, 254, 0.1);
  color: #fff;
}

.price-val {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}



/* --- Pricing Notes --- */
.pricing-notes {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.note-item {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  padding: 0 24px;

}


.note-item strong {
  color: #fff;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.pricing-grid-row:hover .price-val {
  color: #fff;
}

.pricing-grid-row .pkg-business .price-val,
.note-item.pkg-business strong {
  color: #b7a4ff;
}

.pricing-grid-row .pkg-pro .price-val,
.note-item.pkg-pro strong {
  color: #8efaff;
}

/* --- Mobile Responsive Pricing --- */
@media (max-width: 991px) {
  .pricing-grid-header {
    display: none;
  }

  .pricing-grid-row {
    display: block;
    padding: 32px 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  }

  .pricing-grid-row .cell-service {
    padding: 0 0 16px 0;
    font-size: 18px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 16px;
    font-weight: 700;
  }

  .pricing-grid-row .cell-pkg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 0;
    text-align: left;
    border: none !important;
    background: none !important;
  }

  .pricing-grid-row .cell-pkg:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
  }

  .pricing-grid-row .cell-pkg::before {
    content: attr(data-label);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: 0.15em;
    opacity: 0.7;
  }

  .pricing-grid-row .price-val {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
  }

  .pricing-notes {
    grid-template-columns: 1fr;
  }
}

/* Team Benefits Section */
.team-benefits {
  padding: 120px 0;
  position: relative;
}

.benefits-stack-team {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* max-width: 1100px; */
  margin: 60px auto 0;
}

.team-benefit-row {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 48px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 40px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  backdrop-filter: blur(10px);
}

.team-benefit-row:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateX(10px);
}

.benefit-number-wrap {
  flex-shrink: 0;
}

.benefit-number {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7c5cff, #a78bfa);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 0 40px rgba(124, 92, 255, 0.4);
}

/* Dynamic colors for variety */
.team-benefit-row:nth-child(2) .benefit-number {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.4);
}

.team-benefit-row:nth-child(3) .benefit-number {
  background: linear-gradient(135deg, #10b981, #34d399);
  box-shadow: 0 0 40px rgba(16, 185, 129, 0.4);
}

.team-benefit-row:nth-child(4) .benefit-number {
  background: linear-gradient(135deg, #ef4444, #f87171);
  box-shadow: 0 0 40px rgba(239, 68, 68, 0.4);
}

.benefit-info {
  flex-grow: 1;
}

.benefit-badge-mini {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.team-benefit-row h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: -0.03em;
}

.team-benefit-row p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  max-width: 800px;
}

@media (max-width: 991px) {
  .team-benefit-row {
    padding: 40px;
    gap: 32px;
  }

  .team-benefit-row h3 {
    font-size: 26px;
  }

  .benefit-number {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .team-benefit-row {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 32px;
    gap: 24px;
    border-radius: 32px;
  }

  .team-benefit-row:hover {
    transform: translateY(-5px);
  }
}

.pricing-cta {
  margin-top: 40px;
}

/* Cases */
.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.case-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.case-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at top right, rgba(124, 92, 255, 0.1), transparent);
}

.case-result {
  margin-top: 24px;
  padding: 12px 20px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 12px;
  color: var(--success);
  font-weight: 700;
  display: inline-block;
}

/* Bottom CTA */
.service-cta-bottom .cta-card {
  padding: 80px 40px;
}

.service-cta-bottom .section-title {
  line-height: 1.4;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

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

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

  .pricing-table td,
  .pricing-table th {
    padding: 16px;
  }

  .service-cta-bottom .cta-card {
    padding: 40px 20px;
    text-align: center;
  }
}

/* --- Centered Service Hero --- */
.service-hero-centered {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%, rgba(124, 92, 255, 0.05) 0%, transparent 70%);
}

.service-hero-centered h1 {
  text-align: center;
}

.hero-content-wrapper.centered {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.kicker-service {
  display: inline-block;
  padding: 8px 24px;
  background: rgba(124, 92, 255, 0.1);
  border: 1px solid rgba(124, 92, 255, 0.2);
  border-radius: 999px;
  color: #cfc8ff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.display-service {
  font-size: clamp(40px, 7vw, 60px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 32px;
  background: linear-gradient(135deg, #fff 30%, #cfc8ff 70%, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
}

.lead-service {
  font-size: clamp(18px, 2vw, 20px);
  color: var(--muted);
  max-width: 800px;
  margin: 0 auto 48px;
  line-height: 1.6;
}

.actions-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.btn-xl {
  padding: 20px 48px;
  /* font-size: 18px; */
  border-radius: 16px;
}

.service-trust-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  flex-wrap: wrap;
}

.service-trust-tags .dot {
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  opacity: 0.5;
}

/* Hero Background Visuals */
.hero-bg-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.glow-orb {
  position: absolute;
  filter: blur(100px);
  border-radius: 50%;
  opacity: 0.15;
}

.orb-purple {
  width: 600px;
  height: 600px;
  background: var(--primary);
  top: -200px;
  left: -200px;
}

.orb-cyan {
  width: 500px;
  height: 500px;
  background: #22d3ee;
  bottom: -100px;
  right: -100px;
}

.abstract-grid {
  position: absolute;
  inset: 0;
  /* background-image:
    linear-gradient(rgba(124, 92, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 92, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px; */
  mask-image: radial-gradient(circle at 50% 50%, black 20%, transparent 90%);
  overflow: hidden;
  pointer-events: none;
}

.abstract-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(124, 92, 255, 0.1),
      rgba(34, 211, 238, 0.2),
      rgba(124, 92, 255, 0.1),
      transparent);
  transform: skewX(-20deg);
  animation: grid-shimmer 10s infinite linear;
}

@keyframes grid-shimmer {
  0% {
    transform: translateX(0) skewX(-20deg);
  }

  100% {
    transform: translateX(250%) skewX(-20deg);
  }
}

@media (max-width: 768px) {
  .service-hero-centered {
    padding: 120px 0 80px;
    margin-top: -40px;
  }

  .display-service {
    font-size: 36px;
  }
}

/* --- Case Item Links --- */
.case-item {
  display: flex;
  flex-direction: column;
}

.case-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case-actions {
  margin-top: 24px;
}

.btn-sm {
  padding: 8px 20px;
  font-size: 14px;
}

.case-item h3 {
  font-size: 20px;
  margin: 0 0 12px 0;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- Services Archive --- */
.services-main-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 32px;
  margin: 40px 0;
}

.service-main-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-main-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: 0 20px 40px rgba(124, 92, 255, 0.15), 0 0 0 1px rgba(124, 92, 255, 0.2);
}

.service-main-card .card-inner {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.1), rgba(34, 211, 238, 0.1));
  border: 1px solid rgba(124, 92, 255, 0.2);
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  color: var(--primary);
  transition: all 0.3s ease;
}

.service-main-card:hover .card-icon {
  background: var(--primary);
  color: white;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 20px rgba(124, 92, 255, 0.3);
}

.card-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #fff, #cfc8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex: 1;
}

.card-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  color: var(--text);
}

.card-features li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-size: 18px;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.card-price {
  display: flex;
  flex-direction: column;
}

.card-price span {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.1em;
}

.card-price strong {
  font-size: 24px;
  color: var(--text);
  font-weight: 800;
}

@media (max-width: 480px) {
  .services-main-grid {
    grid-template-columns: 1fr;
  }

  .service-main-card .card-inner {
    padding: 30px;
  }

  .features-included {
    background: none;
    border: none;
    padding: 10px;
  }
}

/* --- Modern Services Archive Redesign --- */
.services-modern-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 60px 0;
}

.service-premium-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: row;
  min-height: 420px;
  position: relative;
}

.service-premium-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.5);
}

.card-image-link {
  width: 45%;
  flex-shrink: 0;
  display: block;
}

.card-image-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.service-premium-card:hover .service-img {
  transform: scale(1.05);
}

.image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.floating-icons {
  display: flex;
  gap: 12px;
  opacity: 0.2;
}

.floating-icons span {
  padding: 4px 12px;
  border: 1px solid var(--muted);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
}

.card-price-badge {
  background: rgba(0, 255, 0, 0.03);
  border: 1px solid rgba(0, 255, 0, 0.4);
  padding: 6px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-premium-card:hover .card-price-badge {
  background: rgba(0, 255, 0, 0.08);
  border-color: #00ff00;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
}

.card-price-badge strong {
  font-size: 15px;
  color: #00ff00;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px rgba(0, 255, 0, 0.4);
}

.card-body {
  width: 55%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.service-premium-card .card-title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: #fff;
}

.card-duration {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.card-excerpt {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.card-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.feature-tag {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 13px;
  color: #cfc8ff;
}

.card-actions {
  margin-top: auto;
}

.btn-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 56px;
  font-weight: 700;
  border-radius: 12px;
}

/* Premium Featured Horizontal Card Override */
.is-premium-featured {
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.95), rgba(15, 15, 15, 0.98)) !important;
  border: 1px solid rgba(255, 0, 0, 0.2) !important;
}

.is-premium-featured:hover {
  border-color: rgba(255, 0, 0, 0.5) !important;
  box-shadow: 0 30px 60px -10px rgba(255, 0, 0, 0.15) !important;
}

.is-premium-featured .btn-primary {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3) !important;
}

.is-premium-featured .btn-primary:hover {
  background: #cc0000 !important;
  transform: translateY(-2px);
}

.is-premium-featured .feature-tag {
  border-color: rgba(255, 0, 0, 0.2);
  background: rgba(255, 0, 0, 0.02);
  color: #ff8888;
}

.is-premium-featured .feature-tag:hover {
  border-color: #ff0000;
  color: #fff;
}

/* Red Promo Badge styled like Price Badge */
.premium-promo-badge {
  position: absolute;
  top: 48px;
  right: 48px;
  background: rgba(255, 0, 0, 0.03);
  border: 1px solid rgba(255, 0, 0, 0.4);
  color: #ff0000;
  padding: 6px 16px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px rgba(255, 0, 0, 0.4);
  z-index: 10;
  animation: premium-float 2s infinite ease-in-out;
}

@keyframes premium-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .service-premium-card {
    flex-direction: column;
    min-height: auto;
  }

  .card-image-link,
  .card-body {
    width: 100%;
  }

  .card-body {
    padding: 20px;
  }

  .premium-promo-badge {
    top: 24px;
    right: 24px;
    font-size: 13px;
  }
}

/* --- Global Services Archive Red Theme --- */
.post-type-archive-services .kicker-service {
  color: #e53935 !important;
  border-bottom: 2px solid rgba(229, 57, 53, 0.2);
  width: fit-content;
}

.post-type-archive-services .orb-red {
  background: radial-gradient(circle, rgba(229, 57, 53, 0.15) 0%, transparent 70%) !important;
}

.post-type-archive-services .btn-primary {
  background: linear-gradient(135deg, #c62828, #b71c1c) !important;
  border: none !important;
  box-shadow: 0 8px 25px -8px rgba(198, 40, 40, 0.5) !important;
  color: #fff !important;
}

.post-type-archive-services .btn-primary:hover {
  background: linear-gradient(135deg, #b71c1c, #8e0000) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(198, 40, 40, 0.6) !important;
}

.post-type-archive-services .service-premium-card:hover {
  border-color: rgba(229, 57, 53, 0.3) !important;
}

.is-premium-featured .feature-tag {
  border-color: rgba(229, 57, 53, 0.2);
  background: rgba(229, 57, 53, 0.03);
  color: #ef9a9a;
}

.is-premium-featured .feature-tag:hover {
  border-color: #e53935;
  color: #fff;
}

.premium-promo-badge {
  color: #e53935 !important;
  border-color: rgba(229, 57, 53, 0.4) !important;
  text-shadow: 0 0 8px rgba(229, 57, 53, 0.3) !important;
}


.note-item.is-premium strong {
  color: #00f2fe !important;
}