/* =========================
   Abe IT Homepage Styles
   Specific to PAGINAS/index.html
========================= */

:root {
  --gold: #C49B63;
  --gold-light: #DAB275;
  --gold-dark: #A77A3F;
  --blackboard: #0B0F0D;
  --text-light: #E5E7EB;
  --text-muted: #9CA3AF;
  --card-bg: rgba(255, 255, 255, 0.06);
  --card-border: rgba(196, 155, 99, 0.25);
}

.hero {
  position: relative;
  min-height: 88vh;
  padding: 5.5rem 1.5rem 7rem;
  background-color: #0B0F0D;
  background-image:
    linear-gradient(180deg, rgba(7, 10, 14, 0.68), rgba(7, 10, 14, 0.88)),
    url("https://abeit.nl/wp-content/uploads/2026/01/Middel-9-2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--text-light);
  overflow: hidden;
}

.home-page .hero {
  background-color: #0B0F0D !important;
  background-image:
    linear-gradient(180deg, rgba(7, 10, 14, 0.68), rgba(7, 10, 14, 0.88)),
    url("https://abeit.nl/wp-content/uploads/2026/01/Middel-9-2.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.08), transparent 45%),
    radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.06), transparent 45%),
    linear-gradient(120deg, rgba(4, 6, 9, 0.6), rgba(4, 6, 9, 0.25));
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at 50% 20%, rgba(78, 129, 165, 0.2), transparent 65%);
  animation: heroGlow 10s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

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

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.hero .subheadline {
  font-size: 1.15rem;
  color: rgba(229, 231, 235, 0.92);
  margin-bottom: 1.1rem;
}

.hero-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
}

.floating-icon {
  position: absolute;
  font-size: 2.2rem;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
  animation: floaty 7s ease-in-out infinite;
}

.floating-icon:nth-child(1) { top: 8%; left: 6%; animation-delay: 0s; }
.floating-icon:nth-child(2) { top: 18%; left: 16%; animation-delay: 0.8s; }
.floating-icon:nth-child(3) { top: 12%; right: 14%; animation-delay: 1.2s; }
.floating-icon:nth-child(4) { top: 24%; right: 6%; animation-delay: 0.4s; }
.floating-icon:nth-child(5) { bottom: 28%; left: 10%; animation-delay: 1.8s; }
.floating-icon:nth-child(6) { bottom: 18%; right: 18%; animation-delay: 1.1s; }
.floating-icon:nth-child(7) { bottom: 8%; left: 22%; animation-delay: 2.1s; }
.floating-icon:nth-child(8) { bottom: 10%; right: 28%; animation-delay: 1.6s; }
.floating-icon:nth-child(9) { top: 42%; left: 2%; animation-delay: 2.3s; }
.floating-icon:nth-child(10){ top: 46%; right: 2%; animation-delay: 0.6s; }
.floating-icon:nth-child(11){ top: 60%; left: 12%; animation-delay: 1.4s; }
.floating-icon:nth-child(12){ top: 64%; right: 12%; animation-delay: 2.0s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-10px) translateX(6px); }
}

.tech-carousel {
  margin: 1.6rem auto 1.2rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(196, 155, 99, 0.2);
  padding: 0.6rem 0;
}

.tech-carousel-track {
  display: flex;
  gap: 0.6rem;
  width: max-content;
  animation: techScroll 26s linear infinite;
}

.tech-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  color: #F9FAFB;
  font-size: 0.9rem;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tech-chip img {
  width: 18px;
  height: 18px;
  display: block;
}

@keyframes techScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes heroGlow {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.03); }
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.2rem 0 1.8rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: #F9FAFB;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(196, 155, 99, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-tag:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(196, 155, 99, 0.35), rgba(196, 155, 99, 0.15));
  box-shadow: 0 12px 28px rgba(196, 155, 99, 0.3);
  color: #fff;
}

.hero-tag:hover .hero-tag-icon {
  color: var(--gold-light);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: #0B0F0D;
  text-decoration: none;
  font-weight: 700;
  margin: 0.3rem 0.5rem;
  box-shadow: 0 14px 26px rgba(196, 155, 99, 0.3);
  transition: transform 0.2s ease, filter 0.2s ease;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.cta-button::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  width: 40%;
  height: 200%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: translateX(-120%) rotate(20deg);
  transition: transform 0.6s ease;
}

.cta-button:hover::after {
  transform: translateX(320%) rotate(20deg);
}

.cta-button.glow {
  box-shadow: 0 16px 36px rgba(196, 155, 99, 0.45), 0 0 24px rgba(196, 155, 99, 0.25);
}

.cta-button-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #F9FAFB;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: none;
}

.cta-button-secondary:hover {
  color: var(--gold-light);
  border-color: rgba(196, 155, 99, 0.6);
  background: rgba(196, 155, 99, 0.12);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.consultancy-offer {
  margin-top: 2rem;
  background: linear-gradient(135deg, rgba(11, 15, 13, 0.96), rgba(17, 24, 39, 0.95));
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(196, 155, 99, 0.35);
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.consultancy-offer::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(196, 155, 99, 0.08) 0 1px, transparent 2px);
  background-size: 120px 120px, 180px 180px;
  animation: particleDrift 40s linear infinite;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.consultancy-offer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(196, 155, 99, 0.22), transparent 45%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.consultancy-badge {
  display: inline-block;
  background: rgba(196, 155, 99, 0.2);
  color: var(--gold-light);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.consultancy-price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--gold-light);
  margin: 0.8rem 0 1.2rem;
}

.consultancy-price small {
  font-size: 1.1rem;
}

.consultancy-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin: 2rem 0;
  text-align: left;
}

.consultancy-feature {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.55));
  border-radius: 16px;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(196, 155, 99, 0.3);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4);
  color: rgba(229, 231, 235, 0.92);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  z-index: 1;
}

.consultancy-feature-icon {
  font-size: 1.6rem;
}

.consultancy-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(196, 155, 99, 0.2), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.consultancy-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 155, 99, 0.6);
  box-shadow: 0 20px 40px rgba(196, 155, 99, 0.18), 0 14px 28px rgba(0, 0, 0, 0.45);
}

.consultancy-cta {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.consultancy-cta .cta-button {
  font-size: 1.1rem;
  padding: 1.1rem 2.8rem;
  letter-spacing: 0.2px;
  box-shadow: 0 18px 34px rgba(196, 155, 99, 0.35);
  border-radius: 999px;
  max-width: 440px;
  width: 100%;
}

.consultancy-cta .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(196, 155, 99, 0.45);
}

@keyframes particleDrift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-8%, -6%, 0); }
}

.sparkle-section {
  padding: 4rem 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.08));
}

.diensten-highlight {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.95), rgba(11, 15, 13, 0.9));
  border: 1px solid rgba(196, 155, 99, 0.35);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.5);
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.diensten-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(196, 155, 99, 0.25), transparent 45%);
  opacity: 0.6;
  pointer-events: none;
}

.highlight-list {
  display: grid;
  gap: 0.6rem;
  margin: 1rem 0 0.6rem;
  color: rgba(229, 231, 235, 0.92);
}

.image-card img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.45);
}

.dual-offer-section {
  padding: 4rem 0 5rem;
}

.section-title {
  font-weight: 800;
  text-align: center;
}

.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.dual-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}

.dual-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
  background: #0B0F0D;
  color: #fff;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.45);
}

.dual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(11, 15, 13, 0.9), rgba(11, 15, 13, 0.6)),
    var(--card-bg);
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

.dual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 18, 0.5);
  pointer-events: none;
}

.dual-card-content {
  position: relative;
  z-index: 2;
  padding: 2.2rem;
}

.dual-price {
  font-weight: 800;
  color: var(--gold-light);
  margin-top: 0.8rem;
}

.dual-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.dual-link:hover {
  color: var(--gold-light);
}

.dual-card-content p {
  color: rgba(243, 244, 246, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

.home-page .services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.4rem !important;
}

.service-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.45));
  border-radius: 18px;
  padding: 1.6rem;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(196, 155, 99, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: var(--text-light);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  min-height: 230px;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(196, 155, 99, 0.18), transparent 45%);
  opacity: 0.8;
  animation: cardGlow 10s ease-in-out infinite;
  pointer-events: none;
}

.service-card h3 {
  font-size: 1.2rem;
  line-height: 1.3;
}

.service-card p {
  color: rgba(229, 231, 235, 0.9);
  line-height: 1.5;
  margin: 0;
}

.service-card .service-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.55);
}

.service-icon {
  font-size: 1.5rem;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(196, 155, 99, 0.2);
  border: 1px solid rgba(196, 155, 99, 0.35);
  color: var(--gold-light);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}

.service-link {
  color: var(--gold-light);
  font-weight: 700;
  text-decoration: none;
}

.service-link:hover {
  color: #fff;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(196, 155, 99, 0.25);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.service-card:hover::after {
  opacity: 1;
}

.services-grid .service-link {
  margin-top: 0.2rem;
}

.logo-carousel {
  padding: 4rem 0;
  background: #0B0F0D;
  color: #fff;
  margin-top: 2rem;
}

.logo-header {
  text-align: center;
  margin-bottom: 2rem;
}

.logo-track {
  overflow: hidden;
  padding: 1rem 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.8), 0 18px 34px rgba(0, 0, 0, 0.35);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.logo-row {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: logoScroll 28s linear infinite;
}

.logo-row img {
  height: 48px;
  width: auto;
  filter: none;
  opacity: 1;
  padding: 0.4rem 0;
}

@keyframes logoScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes cardGlow {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  50% { opacity: 0.8; transform: translateY(-4px); }
}

.usps-section {
  padding: 4.5rem 0;
  background: linear-gradient(180deg, #0B0F0D 0%, #111827 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.usps-section .container {
  position: relative;
  z-index: 1;
}

.usps-section::before,
.usps-section::after {
  content: "💡 ⚡ 🤖 🌐 💼 📈 🎯 🔧 🧩 💻 📊 ⭐ 🛰️ ☁️ 🔒 🧠 🧪 🛡️ 🧭 🧬 🛰️";
  position: absolute;
  left: -10%;
  right: -10%;
  font-size: 2.4rem;
  opacity: 0.12;
  white-space: nowrap;
  pointer-events: none;
  animation: uspFloat 26s linear infinite;
}

.usps-section::after {
  top: auto;
  bottom: 12%;
  font-size: 2.8rem;
  opacity: 0.08;
  animation-duration: 32s;
  animation-direction: reverse;
}

.usps-section::before {
  top: 10%;
}

.usp-floating-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  z-index: 0;
}

.usp-floating-icon {
  position: absolute;
  font-size: 2rem;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
  animation: floaty 8s ease-in-out infinite;
}

.usps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
}

.usp-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.5));
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(196, 155, 99, 0.25);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.4);
  color: rgba(229, 231, 235, 0.95);
  position: relative;
  overflow: hidden;
}

.usp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(196, 155, 99, 0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(8px);
  pointer-events: none;
}

.usp-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.usp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 155, 99, 0.5);
  box-shadow: 0 22px 42px rgba(196, 155, 99, 0.18), 0 16px 32px rgba(0, 0, 0, 0.45);
}

.usp-icon {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}

.usp-title {
  color: #fff;
}

.usp-description {
  color: rgba(229, 231, 235, 0.85);
}

.stats {
  padding: 3.5rem 0;
  background: #0B0F0D;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.stats-grid {
  display: flex;
  gap: 1.6rem;
  align-items: stretch;
  width: max-content;
  animation: statsScroll 18s linear infinite;
}

.stats-grid > div {
  min-width: 170px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(196, 155, 99, 0.2);
  border-radius: 18px;
  padding: 1.2rem 1.4rem;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.35);
}

.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.6rem;
  border-radius: 14px;
  background: rgba(196, 155, 99, 0.18);
  border: 1px solid rgba(196, 155, 99, 0.4);
  color: var(--gold-light);
  font-size: 1.4rem;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold-light);
}

@keyframes statsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes uspFloat {
  0% { transform: translateX(0); }
  100% { transform: translateX(-30%); }
}

.cta-section {
  padding: 4rem 0 5rem;
}

.home-page .hero + section {
  padding-top: 1.5rem;
}

@media (max-width: 1100px) {
  .services-grid,
  .home-page .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.cta-card {
  background: linear-gradient(135deg, #0B0F0D 0%, #111827 100%);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .home-page {
    overflow-x: hidden;
  }

  .hero {
    padding: 4.5rem 1.2rem 5rem;
  }

  .consultancy-offer {
    padding: 2rem 1.5rem;
  }

  .diensten-highlight {
    padding: 2rem 1.5rem;
  }

  .dual-card-content {
    padding: 1.8rem;
  }

  .logo-row img {
    height: 38px;
  }

  .consultancy-cta .cta-button {
    width: 100%;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    min-height: 56px;
    border-radius: 18px;
  }

  .service-card {
    padding: 1.3rem;
  }

  .services-grid,
  .home-page .services-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 1rem;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
    width: 100% !important;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
  }

  .services-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card,
  .home-page .services-grid .service-card {
    min-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    scroll-snap-align: start;
  }

  .consultancy-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-slider {
    position: relative;
  }

  .services-slider-controls {
    display: flex;
    align-items: center;
      justify-content: space-between;
    margin-top: 0.6rem;
    gap: 0.6rem;
  }

  .services-slider-btn {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(196, 155, 99, 0.4);
    background: rgba(15, 23, 42, 0.6);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .services-slider-dots {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    flex: 1;
    overflow: hidden;
  }

  .services-slider-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
  }

  .services-slider-dot.active {
    background: var(--gold-light);
  }

  .usps-section {
    padding: 3.2rem 0 3.6rem;
  }

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

  .usp-card {
    padding: 1.2rem 1.15rem;
    border-radius: 14px;
  }

  .usp-icon {
    font-size: 1.5rem;
  }

  .usp-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .usp-floating-icons {
    display: none;
  }

  .usps-section::before,
  .usps-section::after {
    font-size: 2rem;
    opacity: 0.06;
  }
}

@media (max-width: 520px) {
  .consultancy-features {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stats-grid,
  .usps-section::before,
  .usps-section::after,
  .tech-carousel-track,
  .logo-row,
  .consultancy-offer::before {
    animation: none !important;
  }
}
