/* Modern Professional Design - aleksei.dev */
/* Based on Style Guide with #ac71fd as primary purple */

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  line-height: 1.6;
  color: #343a40;
  background-color: #ffffff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
.text-large {
  font-size: 1.2rem;
  font-weight: 400;
  color: #495057;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.text-regular {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Navigation */
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #e9ecef;
  z-index: 1000;
  height: 70px;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  color: #6c757d;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  position: relative;
}

.nav-link:hover {
  color: #ac71fd;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ac71fd;
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link.active {
  color: #ac71fd;
}

/* Remove underline for dropdown toggle */
.dropdown-toggle::after {
  display: none;
}

/* Add underline to dropdown when open */
.nav-dropdown:hover .dropdown-toggle::after {
  display: block;
  width: 100%;
}

/* Dropdown Arrow */
.dropdown-arrow {
  font-size: 0.7rem;
  margin-left: 0.3rem;
  transition: transform 0.3s ease;
}

.nav-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown */
.nav-dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 8px 0;
  min-width: 150px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.nav-dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content a {
  display: block;
  padding: 8px 16px;
  color: #6c757d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.dropdown-content a:hover {
  background: #f8f9fa;
  color: #ac71fd;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
  z-index: 1001;
}

.hamburger span {
  width: 25px;
  height: 2px;
  background: #343a40;
  transition: all 0.3s ease;
}

/* Hero Section */
.hero {
  padding: 120px 0 100px;
  background: #fafbfc;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3e%3cdefs%3e%3clinearGradient id='fadeGrad1' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3e%3cstop offset='0%25' style='stop-color:%23ac71fd;stop-opacity:0'/%3e%3cstop offset='20%25' style='stop-color:%23ac71fd;stop-opacity:0.1'/%3e%3cstop offset='80%25' style='stop-color:%23ac71fd;stop-opacity:0.1'/%3e%3cstop offset='100%25' style='stop-color:%23ac71fd;stop-opacity:0'/%3e%3c/linearGradient%3e%3clinearGradient id='fadeGrad2' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3e%3cstop offset='0%25' style='stop-color:%23ac71fd;stop-opacity:0'/%3e%3cstop offset='15%25' style='stop-color:%23ac71fd;stop-opacity:0.08'/%3e%3cstop offset='85%25' style='stop-color:%23ac71fd;stop-opacity:0.08'/%3e%3cstop offset='100%25' style='stop-color:%23ac71fd;stop-opacity:0'/%3e%3c/linearGradient%3e%3clinearGradient id='fadeGrad3' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3e%3cstop offset='0%25' style='stop-color:%23ac71fd;stop-opacity:0'/%3e%3cstop offset='25%25' style='stop-color:%23ac71fd;stop-opacity:0.06'/%3e%3cstop offset='75%25' style='stop-color:%23ac71fd;stop-opacity:0.06'/%3e%3cstop offset='100%25' style='stop-color:%23ac71fd;stop-opacity:0'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath d='M0 200c50-80 150-80 250 0s200 80 300 0s200-80 250 0' stroke='url(%23fadeGrad1)' stroke-width='3' fill='none'/%3e%3cpath d='M0 180c60-60 140-60 220 0s180 60 280 0s160-60 240 0s160 60 200 0' stroke='url(%23fadeGrad2)' stroke-width='2' fill='none'/%3e%3cpath d='M0 220c40-40 120-40 200 0s160 40 240 0s140-40 220 0s140 40 180 0' stroke='url(%23fadeGrad3)' stroke-width='1.5' fill='none'/%3e%3c/svg%3e")
    no-repeat center;
  background-size: 100% 100%;
  animation: float 20s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

.hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.hero-avatar {
  margin-bottom: 2.5rem;
  position: relative;
}

.avatar-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
}

.avatar-image:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.hero-title {
  margin-bottom: 2rem;
}

.hero-name {
  display: block;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 0.8rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #ac71fd 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: nameShimmer 6s ease-in-out infinite;
}

@keyframes nameShimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.hero-subtitle {
  display: block;
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  font-weight: 500;
  color: #4a5568;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.hero-description {
  font-size: 1.25rem;
  color: #5a6c7d;
  margin-bottom: 3rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-weight: 400;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

/* Buttons */
.btn {
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background: #4c51bf;
  color: #ffffff;
  border: 2px solid #4c51bf;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(172, 113, 253, 0.4),
    transparent
  );
  transition: none;
  opacity: 0;
}

.btn-primary:hover::before {
  left: 100%;
  opacity: 1;
  transition: left 0.6s ease;
}

.btn-primary:hover {
  background: #434190;
  border-color: #434190;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(76, 81, 191, 0.4);
}

.btn-secondary {
  background: #ffffff;
  color: #4a5568;
  border: 2px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(172, 113, 253, 0.25),
    transparent
  );
  transition: none;
  opacity: 0;
}

.btn-secondary:hover::before {
  left: 100%;
  opacity: 1;
  transition: left 0.6s ease;
}

.btn-secondary:hover {
  background: #f7fafc;
  color: #2d3748;
  border-color: #cbd5e0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Stats */
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  padding: 3rem 0 1rem;
  position: relative;
}

.hero-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #ac71fd;
  border-radius: 1px;
}

.stat {
  text-align: center;
  position: relative;
  padding: 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-number {
  display: block;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #4c51bf;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 0.95rem;
  color: #5a6c7d;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 0.25rem;
}

/* Sections */
.section {
  padding: 100px 0;
  position: relative;
}

.section-gray {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  position: relative;
}

.section-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3e%3cpath d='M100 200c30-50 80-50 100 0s70 50 100 0' stroke='%23667eea' stroke-width='1' fill='none' opacity='0.03'/%3e%3c/svg%3e")
    repeat;
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #ac71fd;
  border-radius: 1px;
}

.section-subtitle {
  font-size: 1.3rem;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
}

/* About Section Layout */
.about-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.intro-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.expertise-section {
  width: 100%;
}

.expertise-section-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 2.5rem;
  text-align: center;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.expertise-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.expertise-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(203, 213, 224, 0.15),
    transparent
  );
  transition: none;
  opacity: 0;
}

.expertise-card:hover {
  border-color: #cbd5e0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.expertise-card:hover::before {
  left: 100%;
  opacity: 1;
  transition: left 0.6s ease;
}

.expertise-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin: auto;
}

.expertise-icon img {
  width: 48px;
  height: 48px;
}

.expertise-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
}

.expertise-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
}

/* Legacy feature items (kept for backwards compatibility) */
.features-grid {
  display: grid;
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: default;
}

.feature-item:hover {
  border-color: #cbd5e0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  background: #f7fafc;
}

.feature-icon {
  font-size: 1.2rem;
}

.feature-name {
  font-weight: 500;
  color: #343a40;
}

/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2.5rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: default;
}

.service-card:hover {
  border-color: #cbd5e0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.card-icon {
  font-size: 3rem;
  margin: 0 auto 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  filter: grayscale(20%);
  transition: all 0.3s ease;
}

.card-icon img {
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

.service-card:hover .card-icon {
  filter: grayscale(0%);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-title a {
  position: relative;
  color: var(--color, #ac71fd) !important;
}

.card-title a::before,
.card-title a::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 11px;
  background: var(--color, #ac71fd);
  transition: right 0.2s;
}

.card-title a::before {
  top: 7px;
  transform: rotate(45deg);
}

.card-title a::after {
  top: -7px;
  transform: rotate(-45deg);
}

.card-title a:hover::before,
.card-title a:hover::after {
  right: -15px;
}

.card-description {
  color: #6c757d;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.card-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.tag {
  padding: 0.4rem 1rem;
  background: rgba(102, 126, 234, 0.08);
  color: #4c51bf !important;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(102, 126, 234, 0.2);
  transition: all 0.2s ease;
  text-decoration: none !important;
  display: inline-block;
}

.tag:hover {
  background: rgba(102, 126, 234, 0.15);
  transform: scale(1.05);
  color: #4c51bf !important;
  text-decoration: none !important;
}

.tag:visited {
  color: #4c51bf !important;
  text-decoration: none !important;
}

.tag:link {
  color: #4c51bf !important;
  text-decoration: none !important;
}

/* Examples Grid */
.examples-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

/* Reviews Slider Container */
.reviews-slider-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

/* Reviews Swiper */
.reviews-swiper {
  position: relative;
  padding: 0 0 50px 0;
  overflow: visible;
}

.reviews-swiper .swiper-wrapper {
  padding: 20px 0;
}

.reviews-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  padding: 0;
}

.reviews-swiper .review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  max-height: 400px;
}

/* Navigation Overlay */
.reviews-navigation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  pointer-events: none;
  z-index: 10;
}

/* Navigation Arrows - In overlay */
.reviews-navigation-overlay .swiper-button-next,
.reviews-navigation-overlay .swiper-button-prev {
  color: #6c757d;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  transition: all 0.2s ease;
  pointer-events: all;
  position: absolute;
  top: 50%;
}

.reviews-navigation-overlay .swiper-button-next {
  right: -60px;
}

.reviews-navigation-overlay .swiper-button-prev {
  left: -60px;
}

.reviews-navigation-overlay .swiper-button-next:after,
.reviews-navigation-overlay .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 600;
  color: #6c757d;
}

.reviews-navigation-overlay .swiper-button-next:hover,
.reviews-navigation-overlay .swiper-button-prev:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.reviews-navigation-overlay .swiper-button-next:hover:after,
.reviews-navigation-overlay .swiper-button-prev:hover:after {
  color: #495057;
}

/* .reviews-navigation-overlay .swiper-button-next:focus,
.reviews-navigation-overlay .swiper-button-prev:focus {
  outline: 2px solid #ac71fd;
  outline-offset: 2px;
} */

/* Responsive positioning for navigation arrows */
@media (max-width: 992px) {
  .reviews-navigation-overlay .swiper-button-next {
    right: -50px;
  }

  .reviews-navigation-overlay .swiper-button-prev {
    left: -50px;
  }
}

@media (max-width: 768px) {
  .reviews-navigation-overlay .swiper-button-next {
    right: -40px;
  }

  .reviews-navigation-overlay .swiper-button-prev {
    left: -40px;
  }

  .reviews-navigation-overlay .swiper-button-next,
  .reviews-navigation-overlay .swiper-button-prev {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }

  .reviews-navigation-overlay .swiper-button-next:after,
  .reviews-navigation-overlay .swiper-button-prev:after {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .reviews-navigation-overlay .swiper-button-next {
    right: 5px;
  }

  .reviews-navigation-overlay .swiper-button-prev {
    left: 5px;
  }
}

/* Pagination Dots */
.reviews-swiper .swiper-pagination {
  position: static;
  margin-top: 2rem;
}

.reviews-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #dee2e6;
  opacity: 1;
  transition: all 0.2s ease;
  margin: 0 4px;
}

.reviews-swiper .swiper-pagination-bullet-active {
  background: #ac71fd;
  transform: scale(1.2);
}

.review-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  cursor: default;
  transition: box-shadow 0.3s ease;
}

.review-card:hover {
  border-color: #adb5bd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* .review-card:focus-within {
  outline: 2px solid #ac71fd;
  outline-offset: 1px;
} */

.review-text {
  color: #495057;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  padding: 1.2rem 1.8rem;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 0.95rem;
}

.review-footer {
  margin-top: 1rem;
}

.review-author {
  color: #495057;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 20px;
}

.review-author::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #ac71fd;
  border-radius: 50%;
}

.review-company {
  color: #6c757d;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.review-link {
  color: #ac71fd;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  display: inline-block;
  margin-top: 0.25rem;
}

.review-link:hover {
  color: #9c5ffc;
  text-decoration: underline;
}

/* Pricing/Automation Section */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
  margin-top: 2rem;
}

.price-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  cursor: default;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: #cbd5e0;
}

.price-card .card-icon {
  font-size: 4rem;
  margin-bottom: 2rem;
  display: block;
  transition: all 0.3s ease;
}

.price-card:hover .card-icon {
  transform: scale(1.1);
}

.price-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.price-description {
  color: #5a6c7d;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  text-align: left;
}

.price-features li {
  padding: 0.8rem 0;
  color: #4a5568;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #f7fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-features li:last-child {
  border-bottom: none;
}

.price-features li::before {
  content: "✓";
  color: #4c51bf;
  font-weight: 700;
  margin-right: 1rem;
  font-size: 1.1rem;
}

/* CTA Section */
.section-cta {
  text-align: center;
  padding: 4rem 0 2rem;
  margin-top: 2rem;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 3rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: default;
}

.cta-card:hover {
  box-shadow: 0 8px 32px rgba(172, 113, 253, 0.15);
  transform: translateY(-4px);
}

.cta-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1.5rem;
}

.cta-description {
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-item {
  color: #495057;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.cta-note {
  color: #6c757d;
  font-size: 0.95rem;
  font-style: italic;
  margin: 0;
}

/* Contact Section */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  cursor: default;
}

.contact-avatar {
  margin-bottom: 1.5rem;
}

.contact-avatar-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.contact-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
}

.contact-title {
  color: #6c757d;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.contact-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Icons with solid backgrounds (YouTube, Telegram) */
.contact-icon-solid {
  background: none;
}

.contact-icon-solid .contact-icon-img {
  width: 40px;
  height: 40px;
}

/* Icons without solid backgrounds (Email, Blog) */
.contact-icon-outline {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.contact-icon-outline .contact-icon-img {
  width: 28px;
  height: 28px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon-outline .contact-icon-img {
  opacity: 1;
}

.contact-item:hover .contact-icon-outline {
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
  transform: scale(1.05);
}

.contact-item:hover .contact-icon-solid {
  transform: scale(1.05);
}

.contact-link {
  color: #6c757d;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.contact-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ac71fd;
  transition: width 0.3s ease;
}

.contact-link:hover {
  color: #ac71fd;
}

.contact-link:hover::after {
  width: 100%;
}

.contact-text {
  color: #6c757d;
}

/* Cursor Controls */
a,
.btn,
.nav-link,
.contact-link {
  cursor: pointer !important;
}

input,
textarea,
select {
  cursor: text !important;
}

input[type="radio"],
input[type="checkbox"],
input[type="submit"],
input[type="button"],
button {
  cursor: pointer !important;
}

/* Contact Form */
.contact-form-wrapper {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

.contact-form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.form-subtitle {
  color: #5a6c7d;
  font-size: 1rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
  background: #f7fafc;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #ac71fd;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(172, 113, 253, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* Contact Method Selector */
.contact-method-selector {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.method-option {
  flex: 1;
}

.method-option input[type="radio"] {
  display: none;
}

.method-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f7fafc;
  text-align: center;
}

.method-option input[type="radio"]:checked + .method-label {
  border-color: #ac71fd;
  background: rgba(172, 113, 253, 0.05);
  color: #ac71fd;
}

.method-icon {
  width: 24px;
  height: 24px;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.method-option input[type="radio"]:checked + .method-label .method-icon {
  opacity: 1;
}

.method-label span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4a5568;
}

.method-option input[type="radio"]:checked + .method-label span {
  color: #ac71fd;
}

.form-submit {
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

/* Privacy Checkbox */
.privacy-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.privacy-checkbox input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  background: #f7fafc;
  appearance: none;
  position: relative;
  transition: all 0.3s ease;
}

.privacy-checkbox input[type="checkbox"]:checked {
  background: #ac71fd;
  border-color: #ac71fd;
}

.privacy-checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.privacy-checkbox input[type="checkbox"]:focus {
  outline: none;
  border-color: #ac71fd;
  box-shadow: 0 0 0 3px rgba(172, 113, 253, 0.1);
}

.privacy-label {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
}

.privacy-link {
  color: #ac71fd;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: #9c5ffc;
}

/* Form Success States */
.form-submitted {
  opacity: 0.7;
  pointer-events: none;
}

.btn-success {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
  border-color: #10b981 !important;
  color: white !important;
}

.btn-success:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
  transform: none !important;
}

.form-success-message {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border: 2px solid #10b981;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
  animation: fadeInSuccess 0.5s ease-out;
}

.success-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 1rem;
  animation: bounceIn 0.6s ease-out;
}

.form-success-message h4 {
  color: #047857;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-success-message p {
  color: #065f46;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}

@keyframes fadeInSuccess {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Footer */
.footer {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 2rem 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-info {
  color: #6c757d;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

/* Mobile responsive styles for footer-links */
@media (max-width: 768px) {
  .footer-links {
    gap: 1rem;
    justify-content: center;
  }

  .footer-links a {
    font-size: 0.85rem;
  }
}

.footer-links a {
  color: #6c757d;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ac71fd;
}

/* Link Styles */
.link {
  color: #ac71fd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.link:hover {
  color: #9c5ffc;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 950px) and (min-width: 769px) {
  .nav-menu {
    gap: 1.5rem;
  }

  .nav-link {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .nav-container {
    justify-content: flex-end;
    padding: 0 2rem;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 0;
    transition: all 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
  }

  .nav-menu.active {
    left: 0;
  }

  .hamburger {
    display: flex;
  }

  /* Mobile Navigation Links */
  .nav-link {
    font-size: 1.2rem;
    text-align: center;
    color: #343a40;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
  }

  .nav-link:hover {
    color: #ac71fd;
  }

  /* Mobile Dropdown Styles */
  .nav-dropdown {
    margin: 0.5rem 0;
  }

  .nav-dropdown .dropdown-toggle {
    text-align: center;
    position: relative;
    padding: 1rem;
    font-size: 1.2rem;
    margin: 0.5rem 0;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
  }

  .dropdown-content {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border: none;
  }

  .nav-dropdown.active .dropdown-content {
    max-height: 200px;
  }

  .nav-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
  }

  .dropdown-content a {
    padding: 0.8rem;
    font-size: 1rem;
    display: block;
    color: #6c757d;
    background: none;
    margin: 0.2rem 0;
    text-align: center;
  }

  .dropdown-content a:hover {
    color: #ac71fd;
    background: none;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(2.5px, 6px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2.5px, -6px);
  }

  .hero {
    padding: 100px 0 60px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-stats {
    gap: 2rem;
  }

  .about-content {
    gap: 2rem;
  }

  .expertise-section-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

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

  .expertise-card {
    padding: 1.5rem;
  }

  .expertise-icon {
    font-size: 2rem;
  }

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

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

  .reviews-slider-container {
    max-width: 100%;
  }

  .reviews-swiper {
    padding: 0 0 50px 0;
  }

  .reviews-swiper .swiper-wrapper {
    padding: 20px 0;
  }

  .reviews-swiper .swiper-slide {
    padding: 0;
  }

  .reviews-swiper .review-card {
    max-height: none;
  }

  .reviews-navigation-overlay .swiper-button-next,
  .reviews-navigation-overlay .swiper-button-prev {
    display: none;
  }

  .review-text {
    padding: 1rem 1.3rem;
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
  }

  .section-cta {
    padding: 2rem 0 1rem;
    margin-top: 1rem;
  }

  .cta-card {
    padding: 2rem;
  }

  .cta-benefits {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .benefit-item {
    justify-content: center;
    text-align: center;
  }

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

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .section {
    padding: 60px 0;
  }
}

/* Medium screens */
@media (max-width: 1024px) and (min-width: 769px) {
  .reviews-slider-container {
    max-width: 600px;
  }

  .reviews-swiper .swiper-wrapper {
    padding: 20px 0;
  }

  .reviews-navigation-overlay .swiper-button-next {
    right: 5px;
  }

  .reviews-navigation-overlay .swiper-button-prev {
    left: 5px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .nav-container {
    padding: 0 15px;
  }

  .hero {
    padding: 120px 0 40px;
  }

  .section {
    padding: 40px 0;
  }

  .service-card,
  .review-card,
  .price-card,
  .contact-card,
  .contact-form-wrapper,
  .expertise-card {
    padding: 1.5rem 1rem;
  }

  .expertise-section-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .expertise-icon {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
  }

  .expertise-title {
    font-size: 1rem;
  }

  .contact-method-selector {
    flex-direction: column;
    gap: 0.75rem;
  }

  .method-label {
    flex-direction: row;
    padding: 1rem;
    gap: 0.75rem;
    justify-content: flex-start;
  }

  .method-icon {
    width: 20px;
    height: 20px;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .hero-stats {
    gap: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .avatar-image {
    width: 100px;
    height: 100px;
  }

  .contact-avatar-image {
    width: 60px;
    height: 60px;
  }

  .cta-card {
    padding: 1.5rem;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-description {
    font-size: 1rem;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content {
  animation: fadeInUp 0.8s ease-out;
}

/* Smooth scrolling improvements */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Focus improvements for accessibility */
/* *:focus {
  outline: 2px solid #ac71fd;
  outline-offset: 2px;
} */

button:focus,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline-offset: 1px;
}

/* Better link styling */
a:not(.btn):not(.nav-link):not(.contact-link):not(.footer-links a) {
  color: #ac71fd;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:not(.btn):not(.nav-link):not(.contact-link):not(.footer-links a):hover {
  color: #9c5ffc;
  text-decoration: underline;
}

.content h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #1a202c;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  position: relative;
}

.content h3 {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  font-weight: 600;
  color: #2d3748;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  position: relative;
}

.content h4 {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  font-weight: 600;
  color: #4a5568;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
}

.related-topics-title {
  text-align: center;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 1rem;
}

/* Content Typography */
.content {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  max-width: none;
}

.content p {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5568;
}

.content p:first-child {
  margin-top: 0;
}

.content p:last-child {
  margin-bottom: 0;
}

.content strong {
  font-weight: 600;
  color: #2d3748;
}

.content ul,
.content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

.content li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
}

.content li:last-child {
  margin-bottom: 0;
}

.content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: #f7fafc;
  border-left: 4px solid #ac71fd;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #2d3748;
}

/* Work Process Steps Section */
.section-work-process {
  background: #ffffff;
  padding: 4rem 0;
}

.work-process-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .work-process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .work-process-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
  }
}

.work-process-step {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  cursor: default;
}

.work-process-step:hover {
  border-color: #cbd5e0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.step-number {
  position: absolute;
  top: calc(40px / -2);
  left: 1.5rem;
  width: 40px;
  height: 40px;
  background: #ac71fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(172, 113, 253, 0.3);
}

.step-number span {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}

.step-content {
  margin-top: 1rem;
}

.step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.step-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.step-price {
  display: inline-block;
  background: rgba(172, 113, 253, 0.1);
  color: #ac71fd;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.step-duration {
  display: inline-block;
  background: rgba(76, 81, 191, 0.1);
  color: #4c51bf;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

.step-description {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.step-note {
  background: #f7fafc;
  border-left: 3px solid #ac71fd;
  padding: 0.75rem 1rem;
  border-radius: 0 8px 8px 0;
  font-size: 0.9rem;
  color: #4a5568;
}

.step-button {
  margin-top: 1rem;
  text-align: center;
}

.step-button .btn {
  padding: 8px 16px;
  font-size: 0.85rem;
}

.work-process-benefits {
  background: #f8fafc;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  border: 1px solid #e2e8f0;
}

.work-process-benefits h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1.5rem;
}

.work-process-benefits ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.work-process-benefits li {
  position: relative;
  color: #4a5568;
  font-weight: 500;
  padding-left: 1.5rem;
}

.work-process-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ac71fd;
  font-weight: bold;
  font-size: 1.1rem;
}

.work-process-benefits p {
  color: #6c757d;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .step-number {
    width: 35px;
    height: 35px;
    top: calc(35px / -2);
    left: 1rem;
  }

  .step-number span {
    font-size: 0.9rem;
  }

  .work-process-step {
    padding: 1.5rem;
  }

  .work-process-benefits {
    padding: 1.5rem;
  }

  .work-process-benefits ul {
    flex-direction: column;
    gap: 1rem;
    text-align: left;
  }
}

.content blockquote p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.content code {
  background: #edf2f7;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  color: #2d3748;
}

.content pre {
  background: #1a202c;
  color: #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 2rem 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.content pre code {
  background: none;
  padding: 0;
  color: inherit;
}

.topic-single.section {
  padding-top: 5rem;
  padding-bottom: 0;
}

.topic-single.section .container {
  max-width: 800px;
}

.topic-single.section .content table {
  width: 100%;
}

.topic-single.section .content th,
.topic-single.section .content td {
  text-align: center;
}

.topic-single-header {
  margin: 10rem 0;
}

/* Cookie Notification - Minimal */
.cookie-notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 350px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  padding: 1rem;
  font-size: 0.85rem;
  animation: slideUpSimple 0.3s ease-out;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

@keyframes slideUpSimple {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cookie-icon {
  font-size: 1rem;
  flex-shrink: 0;
}

.cookie-content p {
  margin: 0;
  font-size: 0.85rem;
  color: #495057;
  line-height: 1.4;
  flex: 1;
}

.cookie-accept-btn {
  background: #ac71fd;
  color: white;
  border: none;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.cookie-accept-btn:hover {
  background: #8f5adc;
}

.cookie-notification:hover {
  opacity: 0.9;
}

/* Responsive Cookie Notification */
@media (max-width: 768px) {
  .cookie-notification {
    bottom: 10px;
    left: 10px;
    right: 10px;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .cookie-notification {
    padding: 0.75rem;
    font-size: 0.8rem;
  }

  .cookie-content p {
    font-size: 0.8rem;
  }
}
