.direction-card,
.marquee-item,
.mobile-menu__overlay,
.modal-overlay {
  backdrop-filter: blur(4px);
}
.benefit-item__process,
.personal-content,
.pricing-item,
h2.marquee-text {
  text-align: center;
}
.features-list,
.footer-list,
.includes-list,
.step-list ul {
  list-style: none;
}
.case-overlay,
.cta-button,
.footer-list a,
.mobile-nav__link,
.nav-button {
  text-decoration: none;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Italic.woff2);
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Medium.woff2);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-SemiBold.woff2);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --yellow: #fdc700;
  --red: #ef4444;
  --blue: #3b82f6;
  --background-500: 255, 255, 255;
  --accent-foreground: #111827;
  --blue-500: 59, 130, 246;
  --cyan-500: 6, 182, 212;
  --pink-500: 236, 72, 153;
  --rose-500: 244, 63, 94;
  --green-500: 34, 197, 94;
  --emerald-500: 16, 185, 129;
  --indigo-500: 99, 102, 241;
  --purple-500: 139, 92, 246;
  --orange-500: 249, 115, 22;
  --red-500: 239, 68, 68;
  --yellow-500: 234, 179, 8;
  --gray-500: 107, 114, 128;
  --slate-500: 100, 116, 139;
  --teal-500: 20, 184, 166;
  --amber-500: 245, 158, 11;
  --violet-500: 139, 92, 246;
  --sky-500: 14, 165, 233;
  --fuchsia-500: 217, 70, 239;
  --brown-500: 168, 85, 247;
}
.avatar-container:hover,
.logo:hover,
.portfolio-card:hover .card-image img {
  transform: scale(1.05);
}
.logo:active {
  transform: scale(0.95);
}
.logo-icon:hover {
  animation: 0.6s ease-out forwards rotate-forward;
}
@keyframes rotate-forward {
  to {
    transform: rotate(360deg);
  }
}
.logo-icon:not(:hover) {
  animation: 0.6s ease-out forwards rotate-backward;
}
@keyframes rotate-backward {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.buttons-desktop,
.nav-desktop {
  display: none;
}
.mobile-menu__content,
.mobile-nav {
  flex-direction: column;
  display: flex;
}
.nav-button {
  background: 0 0;
  border: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
  position: relative;
  padding: 0.5rem;
  transition: color 0.2s, transform 0.2s ease-out;
  color: var(--muted-foreground);
  overflow: hidden;
}
.mobile-menu,
.mobile-menu__content,
.mobile-menu__overlay {
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
}
.nav-button:hover {
  color: var(--primary);
  transform: translateY(-2px);
}
.btn-primary:active,
.footer-list a:active,
.nav-button:active {
  transform: translateY(2px);
}
.burger-button.active .burger-button__line--1 {
  transform: rotate(45deg) translate(3.5px, 7px);
}
.burger-button.active .burger-button__line--2 {
  opacity: 0;
  transform: scale(0);
}
.burger-button.active .burger-button__line--3 {
  transform: rotate(-45deg) translate(3.5px, -7px);
}
.mobile-menu {
  top: 0;
  z-index: 998;
  visibility: hidden;
  transition: 0.3s;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu__overlay {
  top: 56px;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}
.case-analytics:hover .case-analytics-overlay,
.case-card:hover .case-overlay,
.case-overlay:hover .case-screenshot-content,
.direction-card:hover::before,
.mobile-menu.active .mobile-menu__overlay,
.portfolio-card:hover .card-overlay,
.review-image:hover .review-screenshot-content,
.review-screenshot:hover .review-screenshot-content {
  opacity: 1;
}
.mobile-menu__content {
  top: 0;
  background: #fff;
  padding: 56px 20px 40px;
  transform: translateY(-100%);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 30px rgba(var(--primary-500) 0.1);
  max-height: calc(100dvh - 56px);
  overflow-y: auto;
  border-bottom: 1px solid var(--border);
}
.btn-outline,
.button-secondary {
  background-color: transparent;
}
.mobile-menu.active .mobile-menu__content {
  transform: translateY(0);
  opacity: 1;
}
.mobile-nav {
  gap: 0;
  margin-bottom: 30px;
}
.mobile-nav__link {
  padding: 18px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.btn-outline,
.button-full,
.button-secondary {
  border: 1px solid var(--border);
}
.button-secondary,
.button-secondary svg {
  transition: font-size 0.2s ease-out, transform 0.2s ease-out;
}
.mobile-nav__link:last-child {
  border-bottom: none;
}
.mobile-nav__link span {
  display: inline-block;
  transform: translateY(-10px);
}
.btn-outline:active,
.button-primary:active,
.button-secondary:active,
.button-secondary:active svg,
.mobile-nav__link:active,
.modal-button:active,
.modal-button:active svg {
  transform: scale(0.95);
}
.mobile-menu__buttons {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 1;
}
.mobile-menu__social {
  display: flex;
  gap: 12px;
}
.button-full {
  width: 100%;
  justify-content: center;
}
.buttons-desktop__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  height: 28px;
  width: 220px;
  contain: strict;
}
.button-secondary:hover {
  background: linear-gradient(135deg, var(--accent) 50%, var(--border));
  font-size: 0.9625rem;
}
.button-secondary:hover svg,
.modal-button:hover svg {
  transform: scale(1.1);
}
.button-primary:hover {
  background-position: 100% 0;
}
.btn-primary:hover,
.footer-list a:hover,
.marquee-item:hover {
  transform: translateY(-2px);
}
.btn-outline {
  color: inherit;
}
.btn-outline:hover {
  background: linear-gradient(
    to bottom right,
    var(--background),
    rgba(var(--primary-500), 0.05)
  );
  box-shadow: 0 0 10px rgba(var(--primary), 0.3);
}
.benefit-item:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.arrow-icon {
  animation: 1.5s infinite moveRight;
}
@keyframes moveRight {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal-overlay.active {
  display: flex;
  opacity: 1;
}
.modal-container {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-overlay.active .modal-container {
  transform: scale(1);
  opacity: 1;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: 0 0;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 6px;
  color: #666;
  transition: 0.3s;
  z-index: 1;
}
.avatar-container,
.industry-marquee,
.marquee-container,
h2.marquee-text {
  position: relative;
}
.modal-button,
.modal-button svg {
  transition: font-size 0.2s ease-out, transform 0.2s ease-out;
}
.modal-close:hover {
  background: #f5f5f5;
  color: #333;
}
.modal-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-content h2 {
  margin-right: 30px;
}
.buttons-modal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.modal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  outline: 0;
  border-radius: 0.375rem;
  height: 2.5rem;
  width: 100%;
  gap: 0.375rem;
  background-color: var(--primary);
  color: var(--background);
  border: none;
}
.modal-button svg {
  height: 1rem;
  width: 1rem;
}
.modal-button:hover {
  font-size: 0.9625rem;
}
body.modal-open {
  overflow: hidden;
}
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}
.industry-marquee {
  margin: 1.5rem 0;
  padding: 0 1rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
h2.marquee-text {
  font-size: 1.25rem;
}
h2.marquee-text::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, var(--border) 0, var(--primary) 100%);
  height: 3px;
  width: 30%;
  background: li;
  bottom: -2rem;
  left: 35%;
  border-radius: 2px;
}
.marquee-text {
  margin: 4rem auto;
  color: var(--muted-foreground);
  font-weight: 400;
}
.marquee-container {
  overflow: hidden;
  opacity: 0.95;
}
.marquee-container::after,
.marquee-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
}
.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, var(--background), transparent);
}
.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, var(--background), transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: 45s linear infinite marquee;
  will-change: transform;
}
.marquee-track.secondary {
  animation: 50s linear infinite marqueeSecondary;
}
.marquee-track::after {
  content: "";
  display: flex;
  white-space: nowrap;
  padding-left: 1rem;
}
.marquee-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  margin: 0 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(var(--border), 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: 0.3s;
  min-width: fit-content;
  transform: translateZ(0);
  flex-shrink: 0;
}
.avatar,
.avatar-container {
  transition: transform 0.3s ease-out;
}
.marquee-item span:first-child {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}
.marquee-item span:last-child {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foreground);
  white-space: nowrap;
}
.bg-blue-cyan {
  background: linear-gradient(
    to right,
    rgba(var(--blue-500), 0.2),
    rgba(var(--cyan-500), 0.2)
  );
}
.bg-pink-rose {
  background: linear-gradient(
    to right,
    rgba(var(--pink-500), 0.2),
    rgba(var(--rose-500), 0.2)
  );
}
.bg-green-emerald {
  background: linear-gradient(
    to right,
    rgba(var(--green-500), 0.2),
    rgba(var(--emerald-500), 0.2)
  );
}
.bg-indigo-purple {
  background: linear-gradient(
    to right,
    rgba(var(--indigo-500), 0.2),
    rgba(var(--purple-500), 0.2)
  );
}
.bg-orange-red {
  background: linear-gradient(
    to right,
    rgba(var(--orange-500), 0.2),
    rgba(var(--red-500), 0.2)
  );
}
.bg-yellow-orange {
  background: linear-gradient(
    to right,
    rgba(var(--yellow-500), 0.2),
    rgba(var(--orange-500), 0.2)
  );
}
.bg-gray-slate {
  background: linear-gradient(
    to right,
    rgba(var(--gray-500), 0.2),
    rgba(var(--slate-500), 0.2)
  );
}
.bg-teal-cyan {
  background: linear-gradient(
    to right,
    rgba(var(--teal-500), 0.2),
    rgba(var(--cyan-500), 0.2)
  );
}
.bg-amber-yellow {
  background: linear-gradient(
    to right,
    rgba(var(--amber-500), 0.2),
    rgba(var(--yellow-500), 0.2)
  );
}
.bg-violet-purple {
  background: linear-gradient(
    to right,
    rgba(var(--violet-500), 0.2),
    rgba(var(--purple-500), 0.2)
  );
}
.bg-sky-blue {
  background: linear-gradient(
    to right,
    rgba(var(--sky-500), 0.2),
    rgba(var(--blue-500), 0.2)
  );
}
.bg-fuchsia-pink {
  background: linear-gradient(
    to right,
    rgba(var(--fuchsia-500), 0.2),
    rgba(var(--pink-500), 0.2)
  );
}
.bg-emerald-green {
  background: linear-gradient(
    to right,
    rgba(var(--emerald-500), 0.2),
    rgba(var(--green-500), 0.2)
  );
}
.bg-purple-violet {
  background: linear-gradient(
    to right,
    rgba(var(--purple-500), 0.2),
    rgba(var(--violet-500), 0.2)
  );
}
.bg-slate-gray {
  background: linear-gradient(
    to right,
    rgba(var(--slate-500), 0.2),
    rgba(var(--gray-500), 0.2)
  );
}
.bg-rose-pink {
  background: linear-gradient(
    to right,
    rgba(var(--rose-500), 0.2),
    rgba(var(--pink-500), 0.2)
  );
}
.bg-brown-amber {
  background: linear-gradient(
    to right,
    rgba(var(--brown-500), 0.2),
    rgba(var(--amber-500), 0.2)
  );
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marqueeSecondary {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .marquee-container::after,
  .marquee-container::before {
    width: 20px;
  }
}
.personal-section,
.showcase-section {
  padding: 5rem 0;
  background: linear-gradient(
    to bottom right,
    var(--background),
    rgba(var(--primary-500), 0.05)
  );
  position: relative;
  overflow: hidden;
}
.personal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 5rem;
  align-items: center;
}
.personal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .personal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .btn-primary__box {
    grid-column: span 2;
  }
  .personal-content {
    text-align: left;
  }
  .personal-header {
    flex-direction: row;
    align-items: flex-start;
  }
}
.avatar,
.online-status {
  border-radius: 9999px;
  display: flex;
  align-items: center;
}
.avatar {
  width: 12rem;
  height: 12rem;
  justify-content: center;
  border: 4px solid rgba(var(--primary-500), 0.2);
}
.direction-card:hover::after,
.me {
  width: 100%;
}
@keyframes smooth-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  40%,
  80% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1.07);
  }
}
.me {
  height: 100%;
  border-radius: 50%;
  background-image: url(../image/myphoto.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.avatar img {
  width: 150%;
  aspect-ratio: 1;
  border-radius: 100%;
  object-fit: cover;
  object-position: left 20%;
}
.online-status {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--green);
  border: 4px solid var(--background);
  justify-content: center;
  transform: scale(1.2);
  animation: 3s cubic-bezier(0.4, 0, 0.2, 1) infinite smooth-pulse;
}
.online-status-dot {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 9999px;
}
.personal-info h1 {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}
.personal-title {
  font-size: 1.125rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.experience-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(var(--primary-500), 0.1);
  border-radius: 9999px;
  border: 1px solid rgba(var(--primary-500), 0.2);
}
.case-results h4 svg,
.experience-badge svg {
  width: 1rem;
  height: 1rem;
  color: var(--primary);
}
.cases-icon svg,
.direction-icon svg,
.feature-icon svg,
.stats-header svg {
  width: 1.5rem;
  height: 1.5rem;
}
.experience-badge span {
  font-size: 0.875rem;
  font-weight: 500;
}
.personal-description {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--muted-foreground);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.stats-card {
  background: linear-gradient(
    to right,
    rgba(var(--green-500), 0.1),
    rgba(var(--blue-500), 0.1)
  );
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(var(--green-500), 0.4);
}
.stats-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.stats-header svg {
  color: var(--green);
}
.stats-header h2 {
  font-size: 1.125rem;
  font-weight: 500;
}
.benefits-header p,
.cases-subtitle,
.reviews-subtitle,
.section-header p,
.stats-text {
  color: var(--muted-foreground);
}
.card-result,
.stats-text span {
  color: var(--green);
  font-weight: 500;
}
.directions-header {
  text-align: center;
  margin-bottom: 3rem;
}
.directions-header h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.directions-header p,
.portfolio-header p {
  font-size: 1.25rem;
  color: var(--muted-foreground);
  max-width: 42rem;
  margin: 0 auto;
}
.case-link:hover,
.cases-icon svg,
.direction-card:hover .direction-title h3,
.direction-icon,
.stat-icon.primary,
.stat-value.primary {
  color: var(--primary);
}
.directions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.direction-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.75rem;
  background-color: rgba(var(--background), 0.8);
  border: 1px solid rgba(var(--primary-500), 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.case-results,
.review-footer {
  border-top: 1px solid var(--border);
}
.cases-icon,
.direction-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
}
.direction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(var(--primary-500), 0.05),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s;
}
.direction-content {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}
.direction-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.direction-icon {
  border-radius: 0.5rem;
  background-color: rgba(var(--primary-500), 0.1);
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.direction-card:hover {
  border: 1px solid rgba(var(--primary-500), 0.3);
}
.direction-card:hover .direction-icon {
  background-color: rgba(var(--primary-500), 0.2);
}
.direction-title h3 {
  font-size: 1.125rem;
  font-weight: 500;
  transition: color 0.3s;
}
.direction-description {
  color: var(--muted-foreground);
  line-height: 1.75;
}
.direction-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--primary-500),
    rgba(var(--primary-500), 0.5)
  );
  width: 0;
  transition: width 0.3s;
}
.cases-section {
  padding: 5rem 0;
  background: linear-gradient(
    to bottom right,
    rgba(var(--primary-500), 0.05),
    var(--background)
  );
  position: relative;
  overflow: hidden;
}
.cases-intro,
.reviews-intro {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.cases-icon {
  background-color: rgba(var(--primary-500), 0.1);
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
}
.cases-title,
.reviews-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.case-analytics-content div,
.case-badge,
.case-screenshot-content div,
.review-screenshot-content div {
  font-size: 0.75rem;
}
.cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}
.case-card,
.review-card {
  background-color: var(--background);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.case-card:hover {
  transform: translateY(-5px);
}
.case-image {
  position: relative;
  overflow: hidden;
}
.case-image img,
.review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.case-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgba(var(--primary-500), 0.8);
  color: var(--primary-foreground);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-weight: 500;
}
.case-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-screenshot-content,
.review-screenshot-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
  padding: 0.75rem;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s;
}
.case-screenshot-content svg,
.review-screenshot-content svg {
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.25rem;
}
.case-content,
.feature-content,
.review-content {
  padding: 1.5rem;
}
.case-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.case-header h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
.case-link {
  color: var(--muted-foreground);
  display: flex;
  align-items: center;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: color 0.2s;
}
.case-link svg {
  width: 1rem;
  height: 1rem;
}
.case-details {
  margin-bottom: 1.5rem;
}
.case-problem,
.case-solution {
  margin-bottom: 1rem;
}
.case-problem h4,
.case-solution h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.case-problem h4 {
  color: var(--red);
}
.case-solution h4,
.service-card.green .features-list li svg,
.service-card.green .service-icon svg,
.stat-item.green .stat-value,
.stat-item.green svg,
.step-card.green .step-icon svg,
.step-card.green .step-list li svg,
.step-card.green .step-result h4 svg {
  color: var(--green);
}
.case-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
}
.case-problem .case-dot {
  background-color: var(--red);
}
.case-solution .case-dot {
  background-color: var(--green);
}
.case-description,
.service-description {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  line-height: 1.5;
}
.case-results {
  padding-top: 1rem;
}
.case-analytics-overlay,
.case-stat {
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.case-results h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.case-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.case-stat {
  text-align: center;
  background: linear-gradient(135deg, var(--accent) 50%, var(--border));
}
.case-stat-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
}
.review-author,
.review-client-info h4 {
  font-weight: 500;
}
.case-stat-label,
.price-label,
.review-date,
.stat-label {
  font-size: 0.75rem;
  color: var(--muted-foreground);
}
.case-analytics {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-analytics img {
  width: 100%;
  height: 6rem;
  object-fit: cover;
  object-position: top;
  border-radius: 0.5rem;
}
.case-analytics-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.review-image,
.review-text {
  position: relative;
  margin-bottom: 1rem;
}
.case-analytics-content {
  text-align: center;
  color: #fff;
}
.case-analytics-content svg {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto 0.25rem;
}
.reviews-section {
  margin-top: 4rem;
}
.reviews-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(var(--yellow-500), 0.1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--yellow);
}
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}
.review-card:hover {
  transform: scale(1.02);
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.review-client,
.review-client-info h4,
.stat-item {
  align-items: center;
  gap: 0.5rem;
  display: flex;
}
.review-client-status {
  width: 1rem;
  height: 1rem;
  background-color: var(--blue-500);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-client-status-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 9999px;
}
.review-image,
.review-screenshot {
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
.review-client-info p,
.review-position,
.step-result p,
.step-time span {
  font-size: 0.875rem;
  color: var(--muted-foreground);
}
.review-stars {
  display: flex;
}
.review-stars svg {
  width: 1rem;
  height: 1rem;
  fill: var(--yellow);
  color: var(--yellow);
}
.review-quote {
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: rgba(var(--primary), 0.2);
}
.review-message {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  line-height: 1.5;
  padding-left: 1.5rem;
}
.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.detail-item b,
.feature-title,
.section-title {
  font-weight: 600;
}
.review-screenshot {
  position: relative;
  margin-top: 1rem;
  border: 1px solid var(--border);
}
.review-screenshot img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.review-screenshot-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.review-screenshot:hover .review-screenshot-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
.feature-card:hover .feature-icon,
footer {
  background-color: var(--primary);
  color: var(--primary-foreground);
}
@media (max-width: 768px) {
  .modal-container {
    padding: 30px 20px;
    margin: 20px;
    width: calc(100% - 40px);
  }
  .case-analytics-overlay,
  .review-screenshot-content {
    opacity: 1;
  }
}
.stats-banner {
  margin-top: 4rem;
  text-align: center;
}
.stats-container {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  background: linear-gradient(
    to right,
    rgba(var(--primary), 0.1),
    rgba(var(--green-500), 0.1)
  );
  border-radius: 0.5rem;
  border: 1px solid rgba(var(--primary), 0.2);
}
.stat-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.stat-icon.green,
.stat-value.green {
  color: var(--green-500);
}
.stat-icon.blue,
.stat-value.blue {
  color: var(--blue-500);
}
.container {
  position: relative;
  z-index: 10;
}
.section-title {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}
.section-description {
  font-size: 1.25rem;
  max-width: 48rem;
  margin: 0 auto;
  line-height: 1.6;
}
.main-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: linear-gradient(
    to bottom right,
    rgba(var(--primary-500), 0.02),
    var(--background)
  );
  backdrop-filter: blur(4px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 72rem;
  margin: 0 auto;
}
.showcase-card-content {
  padding: 2rem;
}
@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .buttons-desktop {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .directions-header h2,
  .personal-info h1 {
    font-size: 2.25rem;
  }
  .directions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-header h2,
  .section-title {
    font-size: 2.5rem;
  }
  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
  .showcase-card-content {
    padding: 3rem;
  }
}
.features-header {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
.features-title {
  font-size: 1.5rem;
  color: var(--primary);
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
.feature-card {
  border: 1px solid rgba(var(--primary-500), 0.1);
  border-radius: 0.75rem;
  background: linear-gradient(
    90deg,
    var(--background) 0,
    rgba(var(--primary-500), 0.02) 50%,
    var(--background) 100%
  );
  background-size: 200% 100%;
  transition: color 0.3s, background-position 0.6s;
  overflow: hidden;
}
.feature-card:hover {
  background-position: 100% 0;
  border-color: rgba(var(--primary-500), 0.3);
}
.feature-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.detail-item,
.feature-details,
.feature-title {
  display: flex;
  gap: 0.5rem;
}
.feature-icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(var(--primary-500), 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: 0.3s;
}
.detail-item,
.feature-description,
.feature-highlight {
  color: var(--muted-foreground);
}
.feature-card:hover .feature-icon {
  transform: scale(1.1);
}
.feature-title-container {
  flex: 1;
}
.feature-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  align-items: center;
}
.feature-highlight {
  background-color: rgba(var(--primary-500), 0.04);
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.feature-description {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.feature-details {
  flex-direction: column;
}
.detail-item {
  font-size: 0.875rem;
}
.detail-item svg {
  width: 0.75rem;
  height: 0.75rem;
  color: var(--green);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
@media (min-width: 440px) {
  .hero {
    padding-top: 6rem;
  }
}
@media (max-width: 440px) {
  .feature-content,
  .showcase-card-content {
    padding: 1rem;
  }
}
@media (max-width: 360px) {
  .feature-header {
    flex-direction: column;
  }
}
.demo-block {
  text-align: center;
  margin-bottom: 2rem;
}
.demo-text {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.category-badge,
.view-button {
  font-size: 0.875rem;
  color: var(--primary);
}
.demo-text + p {
  color: var(--muted-foreground);
  margin-bottom: 1rem;
}
.demo-block .btn {
  margin-top: 1rem;
}
.portfolio-section {
  padding: 80px 0;
  background: linear-gradient(
    to bottom right,
    rgba(var(--primary-500), 0.05),
    var(--background)
  );
}
.portfolio-header,
.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.portfolio-header h2 {
  font-size: 2.25rem;
  margin-bottom: 16px;
  color: var(--black);
  font-weight: 600;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.portfolio-card {
  background-color: var(--background);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.portfolio-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.card-image {
  position: relative;
  overflow: hidden;
  height: 16rem;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s;
}
.card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  cursor: pointer;
}
.view-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 500;
  transition: 0.2s;
  background-color: var(--accent);
  height: 32px;
  border-radius: 6px;
  padding: 0 12px;
  gap: 6px;
  border: none;
  cursor: pointer;
}
.view-button:hover {
  background-color: var(--border);
}
.view-button svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.portfolio-card-content {
  padding: 24px;
}
.card-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.category-badge {
  background-color: rgba(var(--primary-500), 0.1);
  padding: 4px 8px;
  border-radius: 4px;
}
.portfolio-card-content h3,
.service-title {
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: var(--black);
  font-weight: 600;
}
.process-section {
  padding: 80px 0;
  background: linear-gradient(
    to bottom right,
    var(--background),
    rgba(var(--primary-500), 0.05)
  );
  position: relative;
  overflow: hidden;
}
.process-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgba(var(--blue-500), 0.1);
  border-radius: 9999px;
  border: 1px solid rgba(var(--blue-500), 0.2);
  margin-bottom: 24px;
}
.process-badge svg,
.services-badge svg {
  width: 16px;
  height: 16px;
  color: var(--blue);
}
.process-badge span,
.services-badge span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--blue);
}
.section-header p.small {
  font-size: 0.875rem;
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
.service-card,
.step-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
  position: relative;
  background-color: var(--background);
}
.order-button,
.popular-badge {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.steps-grid .step-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}
.step-number {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background-color: rgba(var(--blue-500), 0.1);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--blue-500), 0.2);
  font-weight: 500;
}
.service-card.blue,
.step-card.blue {
  border: 2px solid rgba(var(--blue-500), 0.2);
}
.service-card.blue .features-list li svg,
.service-card.blue .service-icon svg,
.stat-item.blue .stat-value,
.stat-item.blue svg,
.step-card.blue .step-icon svg,
.step-card.blue .step-list li svg,
.step-card.blue .step-number,
.step-card.blue .step-result h4 svg {
  color: var(--blue);
}
.service-card.yellow,
.step-card.yellow {
  border: 2px solid rgba(var(--yellow-500), 0.2);
}
.step-card.yellow .step-number {
  background-color: rgba(var(--yellow-500), 0.1);
  border-color: rgba(var(--yellow-500), 0.2);
  color: var(--yellow);
}
.service-card.green,
.step-card.green {
  border: 2px solid rgba(var(--green-500), 0.2);
}
.step-card.green .step-number {
  background-color: rgba(var(--green-500), 0.1);
  border-color: rgba(var(--green-500), 0.2);
  color: var(--green);
}
.step-icon,
.step-result {
  background-color: rgba(var(--blue-500), 0.1);
}
.step-content {
  padding: 24px;
  flex: 1;
}
.header__step-card {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.step-icon {
  padding: 12px 12px 10px;
  border-radius: 8px;
  border: 1px solid rgba(var(--blue-500), 0.2);
  transition: transform 0.3s;
  display: block;
}
.service-card.blue .service-icon,
.service-card.blue .service-pricing,
.step-card.blue .step-icon,
.step-card.blue .step-result {
  background-color: rgba(var(--blue-500), 0.1);
  border-color: rgba(var(--blue-500), 0.2);
}
.service-card.yellow .service-icon,
.service-card.yellow .service-pricing,
.step-card.yellow .step-icon,
.step-card.yellow .step-result {
  background-color: rgba(var(--yellow-500), 0.1);
  border-color: rgba(var(--yellow-500), 0.2);
}
.service-card.green .service-icon,
.service-card.green .service-pricing,
.step-card.green .step-icon,
.step-card.green .step-result {
  background-color: rgba(var(--green-500), 0.1);
  border-color: rgba(var(--green-500), 0.2);
}
.service-icon svg,
.step-icon svg {
  width: 24px;
  height: 24px;
}
.step-list li svg,
.step-result h4 svg,
.step-time svg,
.time svg {
  width: 16px;
  height: 16px;
}
.service-card.yellow .features-list li svg,
.service-card.yellow .service-icon svg,
.stat-item.yellow .stat-value,
.stat-item.yellow svg,
.step-card.yellow .step-icon svg,
.step-card.yellow .step-list li svg,
.step-card.yellow .step-result h4 svg {
  color: var(--yellow);
}
.step-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 2rem;
}
.step-title h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--black);
}
.step-time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}
.service-features,
.service-includes,
.step-description,
.step-list {
  margin-bottom: 24px;
}
.step-time svg,
.time svg {
  color: var(--muted-foreground);
}
.step-description {
  color: var(--muted-foreground);
  line-height: 1.75;
}
.features-title,
.step-list h4 {
  font-weight: 500;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.consultation-feature svg,
.features-title svg,
.step-list h4 svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
}
.features-list li,
.includes-list li,
.step-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--muted-foreground);
  margin-bottom: 8px;
}
.step-list li svg {
  margin-top: 2px;
  flex-shrink: 0;
}
.step-result {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(var(--blue-500), 0.2);
  margin-bottom: 24px;
}
.step-result h4 {
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.benefits-block {
  background: linear-gradient(
    to right,
    rgba(var(--primary-500), 0.02),
    var(--background)
  );
  border-radius: 12px;
  border: 1px solid rgba(var(--blue-500), 0.1);
  padding: 32px;
  margin-bottom: 48px;
}
.benefits-header {
  text-align: center;
  margin-bottom: 32px;
}
.benefits-header h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--black);
}
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.benefit-icon__process {
  padding: 16px;
  background: linear-gradient(
    to right,
    rgba(var(--primary-500), 0.02),
    var(--background),
    rgba(var(--primary-500), 0.02)
  );
  background-size: 200% 100%;
  transition: 0.3s;
  border-radius: 8px;
  border: 1px solid rgba(var(--primary-500), 0.1);
  margin-bottom: 12px;
}
.benefit-item__process:hover .benefit-icon__process {
  transform: scale(1.02);
  background-position: 100% 0;
}
.benefit-icon__process svg {
  width: 32px;
  height: 32px;
  color: var(--primary);
  margin: 0 auto;
}
.benefit-item__process h4 {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--black);
}
.benefit-item__process p {
  font-size: 0.875rem;
  color: var(--muted-foreground);
}
.stats {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stats-block {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 24px 32px;
  background: linear-gradient(
    to right,
    rgba(var(--green-500), 0.05),
    rgba(var(--blue-500), 0.05)
  );
  border-radius: 8px;
  border: 1px solid rgba(var(--green-500), 0.2);
  margin-bottom: 32px;
}
.services-badge,
.stat-item {
  align-items: center;
  gap: 8px;
}
.cta-button,
.cta-button:hover {
  background-color: var(--blue);
}
.stat-item {
  display: flex;
}
.footer-list svg,
.stat-item svg {
  width: 20px;
  height: 20px;
}
.stat-value {
  font-size: 1.125rem;
  font-weight: 700;
}
.stats-description {
  color: var(--muted-foreground);
  max-width: 42rem;
  margin: 0 auto 24px;
  text-align: center;
}
.cta-button,
.popular-badge {
  color: #fff;
  font-weight: 500;
}
.cta-button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.services-section {
  padding: 80px 0;
  background: linear-gradient(
    to bottom right,
    rgba(var(--primary-500), 0.05),
    var(--background)
  );
  position: relative;
  overflow: hidden;
}
.services-badge {
  display: inline-flex;
  padding: 8px 16px;
  background-color: rgba(var(--blue-500), 0.1);
  border-radius: 9999px;
  border: 1px solid rgba(var(--blue-500), 0.3);
  margin-bottom: 24px;
}
.section-header h2 {
  font-size: 2.25rem;
  margin-bottom: 16px;
  font-weight: 600;
}
.section-header p {
  font-size: 1.25rem;
  color: var(--muted-foreground);
  max-width: 48rem;
  margin: 0 auto;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 80rem;
  margin: 0 auto 48px;
}
.service-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
}
.popular-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 0.75rem;
  background: linear-gradient(
    to right,
    rgba(var(--yellow-500), 1) 60%,
    rgba(var(--orange-500), 1)
  );
  z-index: 10;
}
.service-icon,
.service-pricing {
  background-color: rgba(var(--primary-500), 0.1);
}
.popular-badge svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.card-header {
  padding: 24px 24px 16px;
}
.service-icon {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(var(--primary-500), 0.2);
  margin-bottom: 16px;
  transition: transform 0.3s;
}
.services-card-content {
  padding: 0 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.features-list li svg {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}
.more-features {
  font-size: 0.75rem;
  color: var(--muted-foreground);
  font-style: italic;
  padding-left: 20px;
  margin-top: 4px;
}
.logo-icon span,
.price {
  color: var(--primary);
}
.includes-title {
  font-weight: 500;
  margin-bottom: 12px;
}
.includes-list li svg {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  flex-shrink: 0;
  color: var(--green);
}
.service-pricing {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(var(--primary-500), 0.2);
  margin-top: auto;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.price,
.time {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.service-card.blue .order-button {
  background: linear-gradient(
    to right,
    rgba(var(--blue-500), 0.8),
    var(--blue)
  );
}
.service-card.yellow .order-button {
  background: linear-gradient(
    to right,
    rgba(var(--yellow-500), 0.8),
    var(--yellow)
  );
}
.service-card.green .order-button {
  background: linear-gradient(
    to right,
    rgba(var(--green-500), 0.8),
    var(--green)
  );
}
.order-button:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.order-button svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}
.order-button:hover svg {
  transform: translateX(4px);
}
.consultation-block {
  text-align: center;
  background: linear-gradient(
    to bottom right,
    rgba(var(--primary-500), 0.02),
    var(--background)
  );
  border-radius: 12px;
  border: 1px solid rgba(var(--blue-500), 0.1);
  padding: 32px;
  max-width: 80rem;
  margin: 0 auto;
}
.consultation-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--black);
}
.consultation-text {
  font-size: 1rem;
  color: var(--muted-foreground);
  max-width: 42rem;
  margin: 0 auto 24px;
}
.consultation-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.consultation-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--muted-foreground);
}
.footer-description,
.footer-list {
  color: rgba(var(--primary-foreground), 0.8);
}
footer {
  padding: 4rem 0;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-grid,
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.logo-icon {
  width: 2rem;
  height: 2rem;
  background-color: var(--primary-foreground);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-icon span {
  font-weight: 700;
}
.logo-text {
  font-size: 1.25rem;
  font-weight: 700;
}
.footer-description {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.footer-heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  transition: transform 0.2s ease-out;
  cursor: pointer;
}
.footer-divider {
  border-top: 1px solid rgba(var(--primary-foreground), 0.2);
  padding-top: 2rem;
  margin-top: 3rem;
  text-align: center;
  color: rgba(var(--primary-foreground), 0.6);
}
.privacy-section,
.section-404 {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  margin: auto 0;
}
.footer-divider a {
  margin-top: 0.5rem;
  color: var(--background);
}
.section-404 .container {
  display: flex;
  justify-content: center;
  height: 100%;
}
.box-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.box-404 h1 {
  font-size: 2rem;
}
.box-404 button {
  width: min-content;
}
.privacy-section {
  display: flex;
}
.privacy-box {
  margin: 0 auto;
  max-width: 850px;
}
.privacy-box h2 {
  padding: 1rem 0;
}
.privacy-box p {
  font-size: 1.125rem;
  padding: 0.5rem 0;
  text-align: justify;
}
.privacy-box strong {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
}
.fullscreen-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: default;
}
.fullscreen-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  animation: 0.3s fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .cases-grid {
    grid-template-columns: 1fr 1fr;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-grid,
  .services-grid,
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .personal-content.scroll-animation {
    opacity: 0;
    transform: translateX(-20px);
  }
  .personal-content.scroll-animation._active {
    animation: 0.8s ease-out 0.2s forwards fadeInLeft;
  }
  .personal-description.scroll-animation {
    opacity: 0;
    transform: translateX(20px);
  }
  .cases-intro.scroll-animation._active,
  .personal-description.scroll-animation._active {
    animation: 0.8s ease-out 0.2s forwards fadeInRight;
  }
  .benefits-block.scroll-animation,
  .btn-primary__box.scroll-animation,
  .portfolio-card.scroll-animation,
  .stats-description.scroll-animation {
    opacity: 0;
    transform: translateY(20px);
  }
  .benefits-block.scroll-animation._active,
  .btn-primary__box.scroll-animation._active,
  .direction-card.scroll-animation._active,
  .stats-description.scroll-animation._active {
    animation: 0.8s ease-out 0.2s forwards fadeInUp;
  }
  .consultation-block.scroll-animation,
  .directions-header.scroll-animation,
  .reviews-intro.scroll-animation {
    opacity: 0;
    transform: translateY(-20px);
  }
  .directions-header.scroll-animation._active,
  .reviews-intro.scroll-animation._active {
    animation: 0.8s ease-out 0.2s forwards fadeInDown;
  }
  .direction-card.scroll-animation,
  .main-card.scroll-animation,
  .portfolio-header p.scroll-animation,
  .review-card.scroll-animation {
    opacity: 0;
    transform: translateY(40px);
  }
  .benefit-item__process.scroll-animation,
  .section-header.scroll-animation,
  .stats-block.scroll-animation {
    opacity: 0;
    transform: scale(0.8);
  }
  .benefit-item__process.scroll-animation._active,
  .section-header.scroll-animation._active,
  .stats-block.scroll-animation._active {
    animation: 0.8s ease-out 0.2s forwards scaleIn;
  }
  .case-card.scroll-animation,
  .cases-intro.scroll-animation {
    opacity: 0;
    transform: translateX(-40px);
  }
  .case-card.scroll-animation._active {
    animation: 0.8s ease-out forwards fadeInLeft;
  }
  .cases-grid .case-card.scroll-animation:first-child,
  .portfolio-grid .portfolio-card.scroll-animation:nth-child(2),
  .portfolio-grid .portfolio-card.scroll-animation:nth-child(5),
  .reviews-grid .review-card.scroll-animation:first-child,
  .services-grid .service-card.scroll-animation._active:nth-child(2) {
    animation-delay: 0.3s;
  }
  .cases-grid .case-card.scroll-animation:nth-child(2),
  .portfolio-grid .portfolio-card.scroll-animation:nth-child(3),
  .portfolio-grid .portfolio-card.scroll-animation:nth-child(6),
  .reviews-grid .review-card.scroll-animation:nth-child(3),
  .services-grid .service-card.scroll-animation._active:nth-child(3) {
    animation-delay: 0.5s;
  }
  .main-card.scroll-animation._active,
  .portfolio-header p.scroll-animation._active,
  .review-card.scroll-animation._active {
    animation: 0.8s ease-out forwards fadeInUp;
  }
  .reviews-grid .review-card.scroll-animation:nth-child(2) {
    animation-delay: 0.4s;
  }
  .portfolio-header h2.scroll-animation,
  .service-card.scroll-animation,
  .steps-grid .step-card.scroll-animation:first-child,
  .steps-grid .step-card.scroll-animation:nth-child(2),
  .steps-grid .step-card.scroll-animation:nth-child(3) {
    opacity: 0;
  }
  .portfolio-header h2.scroll-animation._active,
  .service-card.scroll-animation._active {
    animation: 0.8s ease-out forwards fadeIn;
  }
  .consultation-block.scroll-animation._active,
  .portfolio-card.scroll-animation._active {
    animation: 0.8s ease-out forwards fadeInDown;
  }
  .portfolio-grid .portfolio-card.scroll-animation:first-child,
  .portfolio-grid .portfolio-card.scroll-animation:nth-child(4),
  .services-grid .service-card.scroll-animation._active:first-child {
    animation-delay: 0.1s;
  }
  .steps-grid .step-card.scroll-animation._active:first-child {
    animation: 0.8s ease-out 0.1s forwards fadeIn;
  }
  .steps-grid .step-card.scroll-animation._active:nth-child(2) {
    animation: 0.8s ease-out 0.3s forwards fadeIn;
  }
  .steps-grid .step-card.scroll-animation._active:nth-child(3) {
    animation: 0.8s ease-out 0.5s forwards fadeIn;
  }
  @keyframes fadeInRight {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInDown {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes scaleIn {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes rotate {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
