/* ================================================================
   AYECH MARKETEY — Complete Styles v2
   ================================================================ */

:root {
  --bg: #070708;
  --bg-card: #13131f;
  --bg-card2: #18182a;
  --border: rgba(255,255,255,0.06);
  --border-hover: rgba(124,58,237,0.3);
  --purple: #7c3aed;
  --purple2: #6d28d9;
  --purple-light: #a78bfa;
  --glow: rgba(124,58,237,0.25);
  --text: #eeeef5;
  --text2: #a0a0b8;
  --text3: #6b6b80;
  --max-w: 1200px;
  --radius: 12px;
  --radius-lg: 16px;
}

* { box-sizing: border-box; }

.section {
  padding: 70px 20px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.section--dark {
  background: var(--bg);
  max-width: 100%;
  padding: 70px 20px;
}
.section--dark > * { max-width: var(--max-w); margin-left: auto; margin-right: auto; }

.section-head { text-align: center; margin-bottom: 48px; }
.section-tag {
  display: inline-block;
  font-size: 0.78em;
  font-weight: 600;
  color: var(--purple-light);
  background: rgba(124,58,237,0.1);
  border: 1px solid rgba(124,58,237,0.18);
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}
.section-head h2 {
  font-size: 2.2em;
  color: var(--text);
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.section-desc {
  color: var(--text2);
  font-size: 1.05em;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}
.txt-gradient {
  background: linear-gradient(135deg, var(--purple), var(--purple-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 0.9em;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  line-height: 1.2;
}
.btn-primary {
  background: linear-gradient(135deg, var(--purple), var(--purple2));
  color: #fff !important;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--glow);
}
.btn-outline {
  background: rgba(255,255,255,0.04);
  color: var(--text) !important;
  border: 1px solid var(--border);
}
.btn-outline:hover {
  background: rgba(124,58,237,0.12);
  border-color: rgba(124,58,237,0.3);
  transform: translateY(-2px);
}
.btn-small {
  padding: 9px 22px;
  font-size: 0.82em;
  background: linear-gradient(135deg, var(--purple), var(--purple2));
  color: #fff !important;
}
.btn-small:hover { transform: scale(1.04); box-shadow: 0 4px 16px var(--glow); }
.section-cta { text-align: center; margin-top: 36px; }

/* ===== 1. HERO ===== */
.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 100px 20px 70px;
  background: linear-gradient(145deg, #070708, #12081e, #070708);
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-bg::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  background: var(--purple);
  border-radius: 50%;
  top: -200px; right: -150px;
  filter: blur(120px);
  opacity: 0.1;
}
.hero-bg::after {
  content: '';
  position: absolute;
  width: 350px; height: 350px;
  background: #6d28d9;
  border-radius: 50%;
  bottom: -100px; left: -100px;
  filter: blur(100px);
  opacity: 0.08;
}
.hero-content { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.hero-badge {
  display: inline-block;
  font-size: 0.82em;
  font-weight: 600;
  color: var(--purple-light);
  background: rgba(124,58,237,0.1);
  border: 1px solid rgba(124,58,237,0.18);
  padding: 6px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero-title {
  font-size: clamp(2.2em, 6vw, 3.6em);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: -1px;
}
.hero-desc {
  font-size: 1.08em;
  color: var(--text2);
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 32px; justify-content: center; }
.stat { text-align: center; }
.stat-number {
  display: block;
  font-size: 1.8em;
  font-weight: 800;
  background: linear-gradient(135deg, var(--purple), var(--purple-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  font-size: 0.78em;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-top: 2px;
}

/* ===== 2-3-6. SLIDESHOW (one item at a time) ===== */
.slideshow {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.slideshow--narrow { max-width: 500px; }

.slideshow-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.slideshow-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide {
  flex: 0 0 100%;  /* ← ONE ITEM PER SLIDE */
  min-width: 0;
  display: flex;
  justify-content: center;
  padding: 8px;
}

/* Navigation arrows */
.slideshow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(16,16,24,0.9);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text2);
  font-size: 1.8em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  z-index: 5;
  line-height: 1;
}
.slideshow-btn:hover {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 4px 20px var(--glow);
}
.slideshow-btn--prev { left: -50px; }
.slideshow-btn--next { right: -50px; }
@media (max-width: 700px) {
  .slideshow-btn--prev { left: 4px; }
  .slideshow-btn--next { right: 4px; }
}

/* Dots */
.slideshow-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}
.slideshow-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.slideshow-dots button.active {
  background: var(--purple);
  width: 28px;
  border-radius: 4px;
}

/* Product card (ebook slide) */
.slide-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 28px 24px 24px;
  max-width: 340px;
  width: 100%;
  text-align: center;
  transition: all 0.35s ease;
}
.slide-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(124,58,237,0.08);
}
.slide-badge {
  display: inline-block;
  font-size: 0.72em;
  font-weight: 600;
  color: var(--purple-light);
  background: rgba(124,58,237,0.1);
  padding: 3px 12px;
  border-radius: 6px;
  margin-bottom: 14px;
}
.slide-cover { margin-bottom: 14px; }
.slide-cover img {
  width: 130px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}
.slide-card:hover .slide-cover img { transform: scale(1.06); }
.slide-title {
  font-size: 1.05em;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 6px;
}
.slide-desc {
  font-size: 0.82em;
  color: var(--text2);
  line-height: 1.5;
  margin: 0 0 14px;
}
.slide-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}
.slide-price {
  color: var(--purple-light);
  font-weight: 700;
  font-size: 1.2em;
}
.slide-format {
  font-size: 0.78em;
  color: var(--text3);
}

/* Course card */
.course-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 32px 24px;
  max-width: 340px;
  width: 100%;
  text-align: center;
  transition: all 0.35s ease;
}
.course-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(124,58,237,0.08);
}
.course-icon { font-size: 2.6em; margin-bottom: 14px; }
.course-card h3 { font-size: 1.1em; color: var(--text); margin: 0 0 8px; }
.course-card p { font-size: 0.84em; color: var(--text2); line-height: 1.5; margin: 0 0 16px; }
.course-footer { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 0.8em; color: var(--text3); }
.badge--warning {
  font-size: 0.72em;
  font-weight: 600;
  color: #f59e0b;
  background: rgba(245,158,11,0.1);
  padding: 3px 10px;
  border-radius: 6px;
}

/* Testimonial card */
.testimonial-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 32px 28px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.testimonial-card:hover { border-color: var(--border-hover); }
.testimonial-stars { color: #f59e0b; font-size: 1.1em; margin-bottom: 14px; }
.testimonial-card p { font-size: 0.92em; color: var(--text2); line-height: 1.7; font-style: italic; margin: 0 0 20px; }
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 12px; }
.testimonial-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--purple2));
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonial-author div { text-align: left; }
.testimonial-author strong { display: block; color: var(--text); font-size: 0.88em; }
.testimonial-author span { font-size: 0.76em; color: var(--text3); }

/* ===== 4. SERVICES GRID ===== */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: var(--max-w); margin: 0 auto; }
@media (max-width: 900px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .grid-4 { grid-template-columns: 1fr; } }

.service-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 26px 22px;
  transition: all 0.3s ease;
}
.service-card:hover { border-color: var(--border-hover); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(124,58,237,0.06); }
.service-icon { font-size: 2.2em; margin-bottom: 12px; }
.service-card h3 { font-size: 1.05em; color: var(--text); margin: 0 0 8px; }
.service-card p { font-size: 0.84em; color: var(--text2); line-height: 1.5; margin: 0; }

/* ===== 5. FEATURES GRID ===== */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: var(--max-w); margin: 0 auto; }
@media (max-width: 800px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .grid-3 { grid-template-columns: 1fr; } }

.feature-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 26px 22px;
  text-align: center;
  transition: all 0.3s ease;
}
.feature-card:hover { border-color: var(--border-hover); transform: translateY(-3px); }
.fi { font-size: 2.4em; display: block; margin-bottom: 12px; }
.feature-card h3 { font-size: 1em; color: var(--text); margin: 0 0 8px; }
.feature-card p { font-size: 0.84em; color: var(--text2); line-height: 1.5; margin: 0; }

/* ===== 7. BLOG ===== */
.blog-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-card:hover { border-color: var(--border-hover); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(124,58,237,0.06); }
.blog-img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  background: linear-gradient(145deg, #16162a, #1e1e38);
}
.blog-body { padding: 20px 18px; }
.blog-meta { font-size: 0.74em; color: var(--text3); text-transform: uppercase; letter-spacing: 0.5px; }
.blog-body h3 { font-size: 1em; color: var(--text); margin: 6px 0 8px; line-height: 1.4; }
.blog-body p { font-size: 0.82em; color: var(--text2); line-height: 1.5; margin: 0 0 14px; }
.blog-link { font-size: 0.82em; font-weight: 600; color: var(--purple-light); text-decoration: none; }
.blog-link:hover { color: #fff; }

/* ===== 8. NEWSLETTER ===== */
.newsletter-box {
  max-width: 600px;
  margin: 0 auto;
  background: linear-gradient(145deg, var(--bg-card), #1d1d36);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 44px 32px;
  text-align: center;
}
.newsletter-box h2 { font-size: 1.8em; color: var(--text); margin: 10px 0; }
.newsletter-box p { color: var(--text2); font-size: 0.92em; margin: 0 0 24px; }
.newsletter-row { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; }
.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  font-size: 0.9em;
  outline: none;
  transition: border-color 0.3s;
}
.newsletter-input:focus { border-color: var(--purple); }
.newsletter-input::placeholder { color: var(--text3); }
.newsletter-note { font-size: 0.74em; color: var(--text3); margin-top: 12px; }
@media (max-width: 500px) { .newsletter-row { flex-direction: column; } }

/* ===== 9. FAQ ===== */
.faq-list { max-width: 680px; margin: 0 auto; }
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: none;
  border: none;
  color: var(--text);
  font-size: 0.92em;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
  gap: 12px;
}
.faq-q:hover { background: rgba(124,58,237,0.06); }
.faq-icon { font-size: 0.7em; color: var(--text3); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.active .faq-a { max-height: 200px; }
.faq-a p { padding: 0 20px 18px; margin: 0; font-size: 0.86em; color: var(--text2); line-height: 1.6; }

/* ===== 10. FOOTER ===== */
.footer-extra { background: #050508; padding: 40px 20px 0; border-top: 1px solid var(--border); }
.footer-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand h3 { color: var(--text); font-size: 1.1em; margin: 0 0 8px; }
.footer-brand p { font-size: 0.84em; color: var(--text2); line-height: 1.5; margin: 0 0 14px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { text-decoration: none; font-size: 1.4em; opacity: 0.5; transition: opacity 0.3s; }
.footer-social a:hover { opacity: 1; }
.footer-nav h4 { color: var(--text); font-size: 0.9em; margin: 0 0 12px; }
.footer-nav ul { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: 8px; }
.footer-nav a { color: var(--text2); font-size: 0.84em; text-decoration: none; transition: color 0.3s; }
.footer-nav a:hover { color: var(--purple-light); }
.footer-bottom { text-align: center; padding: 20px 0; margin-top: 20px; border-top: 1px solid var(--border); }
.footer-bottom p { font-size: 0.78em; color: var(--text3); margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 700px) {
  .hero { padding: 60px 16px 50px; }
  .section { padding: 50px 16px; }
  .section--dark { padding: 50px 16px; }
  .section-head h2 { font-size: 1.5em; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-stats { gap: 20px; }
  .stat-number { font-size: 1.5em; }
  .slideshow-btn { width: 36px; height: 36px; font-size: 1.4em; }
}

/* WooCommerce cleanup */
.woocommerce-products-header, .term-description { display: none; }

/* Astra header */
.site-header, .main-header-bar {
  background: rgba(7,7,8,0.95) !important;
  backdrop-filter: blur(10px);
}

/* Force ONE item per slide on ALL screen sizes */
.slide {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
/* ===== EBOOK HORIZONTAL ROWS ===== */
.lang-row {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  margin: 16px auto;
  padding: 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.3s;
}
.lang-row:hover {
  border-color: var(--border-hover);
}
.lang-label {
  font-size: 1em;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  min-width: 110px;
  flex-shrink: 0;
}
.lang-books {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.book-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
.book-chip:hover {
  background: rgba(124,58,237,0.1);
  border-color: var(--border-hover);
  transform: translateY(-2px);
}
.book-chip img {
  width: 36px;
  height: 48px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}
.book-chip-title {
  font-size: 0.82em;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}
.book-chip-price {
  font-size: 0.78em;
  font-weight: 700;
  color: var(--purple-light);
  white-space: nowrap;
}
@media (max-width: 600px) {
  .lang-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .lang-books { gap: 8px; }
  .book-chip { padding: 5px 10px 5px 5px; }
  .book-chip img { width: 30px; height: 40px; }
}

/* ===== EBOOK CAROUSEL (side-by-side 3 columns) ===== */
.ebooks-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.ebook-lang-col {
  flex: 1 1 250px;
  max-width: 320px;
  min-width: 220px;
}
.ebook-lang-col .lang-label {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #e0e0e0;
}

/* Carousel container — relative so buttons position inside */
.ebook-carousel {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
}
.ebook-carousel .carousel-track {
  display: flex;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}
.ebook-carousel .carousel-slide {
  min-width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  padding: 4px 0;
}

/* Book chip inside carousel */
.ebook-carousel .book-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: rgba(124,58,237,0.08);
  border: 1px solid rgba(124,58,237,0.15);
  border-radius: 14px;
  padding: 20px 10px 14px;
  text-decoration: none;
  transition: all 0.25s;
  width: 100%;
  box-sizing: border-box;
}
.ebook-carousel .book-chip:hover {
  background: rgba(124,58,237,0.15);
  border-color: rgba(124,58,237,0.35);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(124,58,237,0.15);
}
.ebook-carousel .book-chip img {
  border-radius: 8px;
  width: 220px;
  height: 293px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35);
}
.ebook-carousel .book-chip-text {
  text-align: center;
}
.ebook-carousel .book-chip-title {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #e0e0e0;
}
.ebook-carousel .book-chip-price {
  display: block;
  font-size: 0.9rem;
  color: #a78bfa;
  font-weight: 600;
  margin-top: 3px;
}

/* Arrow buttons — float over the covers */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(124,58,237,0.5);
  background: rgba(7,7,13,0.88);
  color: #c4b5fd;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 5;
  backdrop-filter: blur(6px);
  line-height: 1;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.carousel-btn:hover {
  background: rgba(124,58,237,0.35);
  border-color: #7c3aed;
  color: #e0d6ff;
  box-shadow: 0 2px 16px rgba(124,58,237,0.4);
}
.carousel-btn--prev { left: 4px; }
.carousel-btn--next { right: 4px; }
.carousel-btn:disabled {
  opacity: 0.2;
  pointer-events: none;
}

/* Dots indicator */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(124,58,237,0.25);
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}
.carousel-dot.active {
  background: #7c3aed;
  width: 22px;
  border-radius: 4px;
}

/* Responsive: stack columns on mobile & widen carousel */
@media (max-width: 900px) {
  .ebook-lang-col { flex: 1 1 100%; max-width: 100%; }
  .ebook-carousel { max-width: 100%; }
  .ebook-carousel .book-chip img {
    width: 180px;
    height: 240px;
  }
}
/* ===== SERVICES GRID (AI Services section) ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: rgba(124, 58, 237, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 14px;
  padding: 22px 20px;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.service-card:hover {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.15);
}

.service-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.service-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #e0e0e0;
  margin: 0;
}

.service-desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(224, 224, 224, 0.72);
  margin: 0;
}

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