
.clients-section {
  padding: 80px 0;
  background: #141414;
}

.client-logo-clean {
  filter: grayscale(100%) brightness(0.85);
  opacity: 0.7;
  transition: all 0.5s ease;
  max-height: 220px;
  width: auto;
}

.client-logo-clean:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .client-logo-clean {
    max-height: 150px !important;
  }
}
:root {
  --primary: #A8A9AD;
  --primary-dark: #8E8E93;
  --primary-light: #C0C0C0;
  --primary-glow: rgba(168, 169, 173, 0.3);
}

.contact-section {
  padding: 80px 0;
  background: #141414;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 25px 28px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #A8A9AD, #8E8E93);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.contact-info-card:hover {
  transform: translateX(6px);
  border-color: rgba(168, 169, 173, 0.3);
  background: rgba(168, 169, 173, 0.06);
}
.contact-info-card:hover::before {
  opacity: 1;
}
.contact-icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(168, 169, 173, 0.12);
  border-radius: 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(168, 169, 173, 0.15);
}
.contact-icon-wrapper i {
  font-size: 1.5rem;
  color: #A8A9AD;
}
.contact-info-card h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-info-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  margin-bottom: 0;
}
.contact-line {
  width: 30px;
  height: 2px;
  background: #A8A9AD;
  border-radius: 4px;
  margin-top: 12px;
  transition: width 0.4s ease;
}
.contact-info-card:hover .contact-line {
  width: 50px;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 35px 30px;
  backdrop-filter: blur(8px);
  height: 100%;
}
.contact-input {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  transition: all 0.3s ease !important;
  font-family: 'Poppins', sans-serif;
}
.contact-input:focus {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: #A8A9AD !important;
  box-shadow: 0 0 0 4px rgba(168, 169, 173, 0.12) !important;
  outline: none !important;
}
.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-weight: 300;
}
.contact-input:focus::placeholder {
  opacity: 0;
}
.contact-input:not(:placeholder-shown) {
  border-color: rgba(168, 169, 173, 0.3) !important;
}

.input-label {
  position: absolute;
  top: -10px;
  left: 16px;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(168, 169, 173, 0.6);
  background: #141414;
  padding: 0 6px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.contact-input:focus + .input-label,
.contact-input:not(:placeholder-shown) + .input-label {
  opacity: 1;
  top: -10px;
}
html[dir="rtl"] .input-label {
  left: auto;
  right: 16px;
}

.contact-submit-btn {
  background: linear-gradient(135deg, #A8A9AD, #8E8E93);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 40px;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(168, 169, 173, 0.2);
}
.contact-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(168, 169, 173, 0.35);
  background: linear-gradient(135deg, #C0C0C0, #A8A9AD);
  color: #000;
}
.contact-submit-btn i {
  transition: transform 0.3s ease;
}
.contact-submit-btn:hover i {
  transform: translateX(4px);
}
html[dir="rtl"] .contact-submit-btn:hover i {
  transform: translateX(-4px);
}

@media (max-width: 768px) {
  .contact-section { padding: 50px 0; }
  .contact-form-wrapper { padding: 20px; }
  .contact-info-card { padding: 18px 20px; }
  .contact-info-card:hover { transform: translateX(0); }
}

.carousel-3d-container {
  perspective: 1200px;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.carousel-3d-container:active {
  cursor: grabbing;
}
.carousel-3d-track {
  width: 200px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transition: none;
}
.carousel-3d-item {
  position: absolute;
  width: 260px;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -110px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px 20px 25px;
  text-align: center;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
  backface-visibility: visible;
  transform-style: preserve-3d;
  pointer-events: none;
}
.carousel-3d-item:hover {
  border-color: rgba(168, 169, 173, 0.4);
  background: rgba(168, 169, 173, 0.08);
  box-shadow: 0 12px 50px rgba(168, 169, 173, 0.15);
}
.review-icon-3d {
  font-size: 4rem;
  color: rgba(168, 169, 173, 0.2);
  font-family: 'Georgia', serif;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 20px;
  pointer-events: none;
}
.review-text-3d {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0 5px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.review-stars-3d {
  color: #A8A9AD;
  font-size: 1.2rem;
  letter-spacing: 3px;
  pointer-events: none;
}
.drag-hint {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  transition: all 0.3s ease;
}
.drag-hint i {
  font-size: 1.2rem;
  color: #A8A9AD;
}
.drag-hint:hover {
  border-color: rgba(168, 169, 173, 0.3);
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .carousel-3d-container { height: 320px; }
  .carousel-3d-item {
    width: 200px;
    margin-left: -100px;
    margin-top: -90px;
    padding: 20px 15px;
  }
  .review-text-3d { font-size: 0.95rem; min-height: 60px; }
  .review-icon-3d { font-size: 3rem; }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif;
  background: #0a0a0a;
  color: #fff;
}

#hero { background: #0a0a0a !important; }
.section:not(#hero):not(#call-to-action):not(.dark-background) { background: #141414 !important; }
#footer { background: #0a0a0a !important; }
.dark-background { background: #0a0a0a !important; }
.services-section { background: #141414 !important; }
.reviews-section { background: #141414 !important; }

.text-ar { display: inline; }
.text-en { display: none; }
html[lang="en"] .text-ar { display: none; }
html[lang="en"] .text-en { display: inline; }

#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.85 !important;
  filter: contrast(1.05) saturate(1.1) brightness(0.95);
  animation: heroZoom 25s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.04); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(10,10,10,0.2) 0%, rgba(0,0,0,0.5) 100%);
}
#hero .container { position: relative; z-index: 2; }

.hero-brand {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 0 4px 40px rgba(0,0,0,0.5);
}
.hero-brand span { color: #A8A9AD; }
.hero-sub {
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  color: rgba(255,255,255,0.8);
  font-weight: 300;
}
.hero-tagline {
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  color: rgba(255,255,255,0.6);
}

.hero-counters {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.hero-counter-item {
  text-align: center;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 18px 30px;
  min-width: 130px;
  transition: all 0.4s ease;
}
.hero-counter-item:hover {
  transform: translateY(-5px);
  border-color: rgba(168,169,173,0.4);
  box-shadow: 0 8px 30px rgba(168,169,173,0.1);
}
.hero-counter-number {
  font-size: 2.8rem;
  font-weight: 900;
  color: #A8A9AD;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
.hero-counter-number .suffix { font-size: 0.6em; color: #A8A9AD; }
.hero-counter-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  margin-top: 5px;
}

.header .logo img {
  height: 75px !important;
  max-height: 75px !important;
  width: auto !important;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 15px;
}
.lang-btn {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.lang-btn.active,
.lang-btn:hover {
  background: #A8A9AD;
  border-color: #A8A9AD;
  color: #000;
}

/* تنسيق زر واتساب */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  text-decoration: none;
  margin-left: 10px;
}
.btn-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  color: #fff !important;
}

@media (max-width: 768px) {
  .btn-whatsapp {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
}

.services-section { padding: 80px 0; }
.section-tag {
  display: inline-block;
  background: rgba(168,169,173,0.12);
  color: #A8A9AD;
  padding: 6px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
  border: 1px solid rgba(168,169,173,0.15);
}
.section-title {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
}
.section-title .highlight { color: #A8A9AD; }

.service-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 35px 28px 28px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  overflow: hidden;
  cursor: default;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #A8A9AD, #C0C0C0);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(168,169,173,0.25);
  background: rgba(168,169,173,0.06);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.service-card:hover::before { opacity: 1; }
.service-number {
  position: absolute;
  top: -5px;
  left: 15px;
  font-size: 5.5rem;
  font-weight: 900;
  color: rgba(168,169,173,0.06);
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  pointer-events: none;
}
.service-card:hover .service-number { color: rgba(168,169,173,0.12); }
.service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(168,169,173,0.15), rgba(168,169,173,0.02));
  border-radius: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(168,169,173,0.1);
  transition: all 0.4s ease;
}
.service-icon i { font-size: 1.8rem; color: #A8A9AD; transition: all 0.4s ease; }
.service-card:hover .service-icon {
  background: linear-gradient(135deg, #A8A9AD, #8E8E93);
  border-color: #A8A9AD;
  box-shadow: 0 8px 30px rgba(168,169,173,0.2);
}
.service-card:hover .service-icon i { color: #fff; transform: scale(1.1); }
.service-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.service-title .text-en {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  display: block;
  margin-top: 2px;
}
html[lang="en"] .service-title .text-en {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  display: block;
}
html[lang="en"] .service-title .text-ar {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  display: block;
  margin-top: 2px;
}
.service-desc {
  color: rgba(255,255,255,0.65);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.service-desc .text-en {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}
html[lang="en"] .service-desc .text-en {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.65);
}
html[lang="en"] .service-desc .text-ar {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}
.service-line {
  width: 40px;
  height: 3px;
  background: #A8A9AD;
  border-radius: 4px;
  margin-top: 16px;
  transition: width 0.4s ease;
}
.service-card:hover .service-line { width: 70px; }

.reviews-section { padding: 80px 0; }
.review-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 30px 28px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}
.review-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 6rem;
  color: rgba(168,169,173,0.08);
  font-family: 'Georgia', serif;
  line-height: 1;
  pointer-events: none;
}
.review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168,169,173,0.2);
  background: rgba(168,169,173,0.04);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.review-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  font-weight: 400;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 16px;
}
.review-meta .bi-whatsapp {
  font-size: 1.4rem;
  color: #25D366;
}
.review-meta span {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
}
.review-stars {
  color: #A8A9AD;
  letter-spacing: 2px;
  margin-left: auto;
}
html[dir="rtl"] .review-stars { margin-left: unset; margin-right: auto; }
html[dir="rtl"] .review-card::before { left: auto; right: 20px; }

.location-badge {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.location-badge:hover {
  background: rgba(168,169,173,0.08);
  border-color: rgba(168,169,173,0.2);
}

html[dir="rtl"] body { font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif; }
html[dir="rtl"] .navmenu ul { flex-direction: row-reverse; }
html[dir="rtl"] .me-auto { margin-right: unset !important; margin-left: auto !important; }
html[dir="rtl"] .ms-auto { margin-left: unset !important; margin-right: auto !important; }

@media (max-width: 768px) {
  .hero-counter-number { font-size: 2rem; }
  .hero-counter-item { padding: 12px 16px; min-width: 80px; }
  .hero-counters { gap: 10px; }
  .section-title { font-size: 2rem; }
  .service-card { padding: 20px 16px; }
  .service-number { font-size: 4rem; top: 0; left: 10px; }
  .header .logo img { height: 50px !important; max-height: 50px !important; }
  .review-text { font-size: 0.95rem; }
}

.hero-counter-item {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}
.hero-counter-item:nth-child(1) { animation-delay: 0.3s; }
.hero-counter-item:nth-child(2) { animation-delay: 0.5s; }
.hero-counter-item:nth-child(3) { animation-delay: 0.7s; }
.hero-counter-item:nth-child(4) { animation-delay: 0.9s; }
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.portfolio-filters li {
  color: rgba(255,255,255,0.6);
  background: transparent;
}
.portfolio-filters li.filter-active {
  color: #A8A9AD;
  background: rgba(168,169,173,0.12);
}
.portfolio-filters li:hover {
  color: #A8A9AD;
}

.clients-section {
  padding: 80px 0;
  background: #141414;
}
.client-logo {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo:hover {
  transform: translateY(-6px);
  border-color: rgba(168,169,173,0.3);
  background: rgba(168,169,173,0.06);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.client-logo img {
  max-height: 60px;
  width: auto;
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.7;
  transition: all 0.4s ease;
}
.client-logo:hover img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
}
/* ===== SERVICES 3x3 GRID ===== */
.s-wrap { font-family: 'Poppins', sans-serif; padding: 80px 0; }
.s-header { text-align: center; margin-bottom: 48px; }
.s-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #A8A9AD; border: 1px solid rgba(168,169,173,0.25); padding: 6px 20px; border-radius: 50px; margin-bottom: 14px; }
.s-title { font-size: 2rem; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 6px; }
.s-title em { color: #A8A9AD; font-style: normal; }
.s-sub { font-size: 0.82rem; color: rgba(255,255,255,0.35); margin-bottom: 18px; }
.s-divider { width: 55px; height: 3px; background: #A8A9AD; border-radius: 3px; margin: 0 auto; }

.s-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid rgba(255,255,255,0.07); border-radius: 22px; overflow: hidden; }

.s-card { position: relative; padding: 32px 26px 28px; border-right: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); overflow: hidden; cursor: default; background: #111; opacity: 0; transform: scale(0.96) translateY(16px); transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.16,1,0.3,1), background 0.4s ease; }
.s-card.visible { opacity: 1; transform: scale(1) translateY(0); }
.s-card:nth-child(3n) { border-right: none; }
.s-card:nth-child(7), .s-card:nth-child(8), .s-card:nth-child(9) { border-bottom: none; }
.s-card:hover { background: #161616; }

.s-card::before { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(168,169,173,0.12) 0%, transparent 70%); top: -60px; left: -60px; opacity: 0; transition: opacity 0.5s ease; pointer-events: none; }
.s-card:hover::before { opacity: 1; top: -20px; left: -20px; }

.s-card::after { content: ''; position: absolute; top: 0; left: 0; height: 2px; width: 0; background: #A8A9AD; transition: width 0.5s cubic-bezier(0.16,1,0.3,1); }
.s-card:hover::after { width: 100%; }

.s-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: rgba(168,169,173,0.07); border: 1px solid rgba(168,169,173,0.1); margin-bottom: 18px; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); }
.s-icon i { font-size: 1.4rem; color: #A8A9AD; transition: all 0.4s; }
.s-card:hover .s-icon { background: #A8A9AD; border-color: #A8A9AD; transform: rotate(-6deg) scale(1.08); }
.s-card:hover .s-icon i { color: #0a0a0a; }

.s-name { font-size: 0.97rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.s-desc { font-size: 0.77rem; color: rgba(255,255,255,0.38); line-height: 1.7; transition: color 0.4s; }
.s-card:hover .s-desc { color: rgba(255,255,255,0.58); }

.s-arrow { position: absolute; bottom: 20px; right: 20px; width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(168,169,173,0.15); display: flex; align-items: center; justify-content: center; opacity: 0; transform: translate(6px, 6px); transition: all 0.4s cubic-bezier(0.16,1,0.3,1); }
.s-arrow i { font-size: 0.85rem; color: #A8A9AD; }
.s-card:hover .s-arrow { opacity: 1; transform: translate(0,0); }

.s-footer { margin-top: 30px; text-align: center; }
.s-loc { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.025); border: 1px dashed rgba(255,255,255,0.08); padding: 10px 26px; border-radius: 50px; }
.s-loc i { color: #A8A9AD; }

@media (max-width: 768px) {
  .s-grid { grid-template-columns: 1fr 1fr; border-radius: 16px; }
  .s-card:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.07); }
  .s-card:nth-child(2n) { border-right: none; }
}


.s-card:hover .s-icon svg { stroke: #0a0a0a; }
.sent-message,
.error-message,
.loading {
  margin-top: 20px;
}


