﻿/* ============================================================
   MOCKUP GLOSSY OVERRIDES
   Matches the shared premium gold / glossy design reference
   Loaded AFTER style.css so these win.
   ============================================================ */

:root {
  --bg-primary: #050608;
  --bg-secondary: #0A0C10;
  --mockup-gold: #E8C75A;
  --mockup-gold-bright: #FFE08A;
  --mockup-gold-pale: #FFF6C8;
  --mockup-gold-deep: #A88420;
  --gloss-gold: linear-gradient(
    105deg,
    #8B6914 0%,
    #C9A227 18%,
    #FFE08A 38%,
    #FFF8D6 50%,
    #E0BC4A 68%,
    #B8922A 88%,
    #FFE08A 100%
  );
}

body {
  background: #050608;
}

/* ---------- Glossy buttons (mockup: all 3 hero CTAs glow) ---------- */
.btn-glossy,
.btn-gold.btn-glossy {
  background: var(--gloss-gold) !important;
  background-size: 220% 220% !important;
  color: #120e05 !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  padding: 14px 26px !important;
  box-shadow:
    0 0 18px rgba(255, 215, 80, 0.55),
    0 0 40px rgba(224, 188, 74, 0.35),
    0 8px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -2px 4px rgba(100, 70, 0, 0.25) !important;
  animation: goldShimmer 3.5s ease infinite;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-glossy:hover,
.btn-gold.btn-glossy:hover {
  filter: brightness(1.12);
  transform: translateY(-3px);
  box-shadow:
    0 0 28px rgba(255, 224, 138, 0.75),
    0 0 55px rgba(224, 188, 74, 0.45),
    0 12px 28px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
  color: #120e05 !important;
}

.btn-nav-login {
  padding: 10px 20px !important;
  font-size: 0.82rem !important;
  margin-right: 10px;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 4px;
}

.brand-mark,
img.brand-mark,
img.brand-logo {
  border-radius: 0 !important;
  width: 48px !important;
  height: 48px !important;
  background: transparent !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  animation: none !important;
  box-shadow: none !important;
  filter: none !important;
  image-rendering: -webkit-optimize-contrast !important;
  -webkit-backface-visibility: hidden !important;
  transform: translateZ(0) !important;
}

/* ---------- Hero " mockup typography ---------- */
.hero-section {
  background:
    radial-gradient(ellipse at 75% 40%, rgba(224, 188, 74, 0.16), transparent 45%),
    radial-gradient(ellipse at 20% 30%, rgba(224, 188, 74, 0.06), transparent 40%),
    #050608 !important;
}

.hero-title-mockup {
  font-size: clamp(2.4rem, 5vw, 3.85rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.08 !important;
  text-transform: uppercase;
  margin-bottom: 18px !important;
}

.title-gold-gloss {
  display: block;
  background: var(--gloss-gold);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: goldShimmer 5s ease infinite;
  filter: drop-shadow(0 0 22px rgba(224, 188, 74, 0.45));
}

.hero-tagline {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #FFE08A, #E0BC4A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(224, 188, 74, 0.3));
}

.hero-content .hero-desc {
  color: rgba(200, 195, 180, 0.78) !important;
  max-width: 460px;
  margin-bottom: 32px !important;
}

.hero-cta-group {
  gap: 12px !important;
}

.hero-cta-group .btn {
  font-size: 0.85rem !important;
  padding: 13px 22px !important;
}

.hero-glow-1 {
  background: rgba(224, 188, 74, 0.2) !important;
  width: 600px !important;
  height: 600px !important;
}

/* ---------- Glossy tech canvas ---------- */
.glossy-canvas .canvas-light {
  position: absolute;
  top: -5%;
  left: 10%;
  width: 80%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(255, 220, 120, 0.28), transparent 65%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}

.canvas-flare {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 200, 0.95), transparent);
  box-shadow: 0 0 16px rgba(255, 224, 138, 0.8);
  z-index: 8;
  pointer-events: none;
  animation: flareSweep 5.5s ease-in-out infinite;
}

.canvas-flare-1 { top: 24%; left: 10%; width: 50%; }
.canvas-flare-2 { top: 62%; right: 8%; width: 38%; animation-delay: 2s; opacity: 0.7; }

.glossy-canvas .center-orb {
  width: 260px !important;
  height: 260px !important;
  background: radial-gradient(circle, rgba(255, 220, 100, 0.28), transparent 70%) !important;
  filter: blur(4px);
}

.glass-panel,
.glossy-canvas .float-card {
  background: linear-gradient(
    155deg,
    rgba(45, 48, 58, 0.55) 0%,
    rgba(16, 18, 24, 0.82) 100%
  ) !important;
  border: 1px solid rgba(255, 241, 176, 0.28) !important;
  border-top-color: rgba(255, 255, 255, 0.35) !important;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(224, 188, 74, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 1px 0 0 rgba(255, 241, 176, 0.15) !important;
  backdrop-filter: blur(18px) !important;
  overflow: hidden;
}

.glass-shine {
  position: absolute;
  inset: 0 0 auto 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent);
  pointer-events: none;
  z-index: 0;
}

.glossy-canvas .code-card {
  top: 26% !important;
  left: 12% !important;
  width: 250px !important;
  z-index: 4;
}

.glossy-canvas .browser-card {
  top: 4% !important;
  left: 0 !important;
  width: 190px !important;
  z-index: 3;
}

.glossy-canvas .dashboard-card {
  top: 2% !important;
  right: 0 !important;
  width: 190px !important;
  padding: 14px !important;
}

.c-gold {
  color: #F5D76E !important;
  text-shadow: 0 0 12px rgba(224, 188, 74, 0.55);
}

.fake-line.gold-line {
  background: linear-gradient(90deg, rgba(255, 224, 138, 0.85), rgba(224, 188, 74, 0.25)) !important;
  box-shadow: 0 0 8px rgba(224, 188, 74, 0.4);
  height: 5px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.fake-line.w-80 { width: 80%; }
.fake-line.w-70 { width: 70%; }
.fake-line.w-60 { width: 60%; }
.fake-line.w-45 { width: 45%; }

.browser-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 34px;
  margin-top: 12px;
}

.browser-bars span {
  flex: 1;
  height: var(--h);
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(180deg, #FFF6C8, #C9A227);
  box-shadow: 0 0 12px rgba(224, 188, 74, 0.6);
}

.hud-panel { position: relative; }
.hud-scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 200, 80, 0.05) 0 1px,
    transparent 1px 3px
  );
  pointer-events: none;
  opacity: 0.7;
}

.glossy-canvas .chart-line {
  stroke: #FFE08A !important;
  stroke-width: 2.4 !important;
  fill: none;
  filter: drop-shadow(0 0 8px rgba(255, 224, 138, 0.9));
}

.glossy-canvas .dash-header {
  color: #FFE08A !important;
  text-shadow: 0 0 12px rgba(224, 188, 74, 0.5);
  position: relative;
  z-index: 1;
}

.glossy-canvas .api-connections {
  opacity: 1 !important;
  z-index: 1;
}

.glossy-canvas .api-path {
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
  fill: none;
  animation: dashMove 16s linear infinite;
}

/* ---------- Capability orbit hero visual ---------- */
.capability-canvas .center-orb,
.capability-canvas .api-connections,
.capability-canvas .float-card,
.capability-canvas .tech-orbit,
.gold-cloud,
.gold-node {
  display: none !important;
}

.cap-orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px dashed rgba(224, 188, 74, 0.28);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.cap-orbit-ring-1 {
  width: min(420px, 88%);
  height: min(420px, 88%);
  animation: capSpin 28s linear infinite;
  box-shadow: 0 0 40px rgba(224, 188, 74, 0.08);
}

.cap-orbit-ring-2 {
  width: min(300px, 64%);
  height: min(300px, 64%);
  border-style: solid;
  border-color: rgba(255, 224, 138, 0.12);
  animation: capSpin 18s linear infinite reverse;
}

.cap-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: min(210px, 48%);
}

.cap-hub-glow {
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle, rgba(255, 220, 120, 0.35), transparent 68%);
  filter: blur(8px);
  animation: capPulse 3.4s ease-in-out infinite;
  pointer-events: none;
}

.cap-hub-core {
  position: relative;
  text-align: center;
  padding: 28px 22px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(40, 42, 52, 0.75), rgba(12, 14, 18, 0.92));
  border: 1px solid rgba(255, 241, 176, 0.35);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(224, 188, 74, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16px);
}

.cap-hub-core i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #FFF1B0, #E0BC4A, #8B6914);
  color: #14110a;
  font-size: 1.35rem;
  box-shadow: 0 8px 22px rgba(224, 188, 74, 0.4);
}

.cap-hub-core strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.cap-hub-core span {
  color: rgba(255, 224, 138, 0.8);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cap-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 168px;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(155deg, rgba(36, 38, 48, 0.82), rgba(12, 14, 18, 0.9));
  border: 1px solid rgba(224, 188, 74, 0.3);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.4),
    0 0 24px rgba(224, 188, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  animation: techFloat 5.8s ease-in-out infinite;
}

.cap-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #FFF8D6, #E0BC4A 50%, #8B6914);
  color: #14110a;
  font-size: 1.1rem;
  box-shadow:
    0 0 18px rgba(224, 188, 74, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cap-card h3 {
  margin: 0 0 2px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.cap-card p {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(180, 185, 195, 0.9);
}

.cap-card-1 { top: 6%; left: 8%; animation-delay: 0s; }
.cap-card-2 { top: 10%; right: 2%; animation-delay: 0.4s; animation-duration: 6.4s; }
.cap-card-3 { top: 42%; left: -2%; animation-delay: 0.8s; animation-duration: 5.5s; }
.cap-card-4 { top: 44%; right: -2%; animation-delay: 1.1s; animation-duration: 6.8s; }
.cap-card-5 { bottom: 10%; left: 10%; animation-delay: 0.6s; animation-duration: 7s; }
.cap-card-6 { bottom: 8%; right: 6%; animation-delay: 1.3s; animation-duration: 5.2s; }

@keyframes capSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes capPulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes techFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ============================================================
   CORE COMPETENCIES " mockup match
   ============================================================ */
.competencies-section {
  position: relative;
  padding: 100px 0 95px;
  background:
    radial-gradient(ellipse at 18% 10%, rgba(255, 200, 80, 0.14), transparent 42%),
    radial-gradient(ellipse at 85% 8%, rgba(224, 188, 74, 0.12), transparent 40%),
    #050608;
  overflow: hidden;
}

.comp-glow {
  position: absolute;
  width: min(320px, 40vw);
  height: min(320px, 40vw);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
  opacity: 0.45;
  animation: capPulse 5s ease-in-out infinite;
}

.comp-glow-left {
  top: -8%;
  left: -4%;
  background: radial-gradient(circle, rgba(224, 188, 74, 0.35), transparent 70%);
}

.comp-glow-right {
  top: -6%;
  right: -4%;
  background: radial-gradient(circle, rgba(255, 224, 138, 0.28), transparent 70%);
  animation-delay: 1.2s;
}

.comp-bg-deco,
.comp-chart-svg,
.comp-cloud-svg {
  display: none !important;
}

.competencies-header {
  max-width: 720px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 2;
}

.comp-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #E0BC4A;
  margin-bottom: 16px;
  text-shadow: 0 0 18px rgba(224, 188, 74, 0.5);
}

.comp-heading {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  background: var(--gloss-gold);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: goldShimmer 5s ease infinite;
  filter: drop-shadow(0 0 26px rgba(224, 188, 74, 0.4));
}

.comp-sub {
  margin: 0 auto;
  max-width: 520px;
  color: rgba(210, 195, 150, 0.72);
  font-size: 0.95rem;
  line-height: 1.8;
}


.competencies-swiper {
  position: relative;
  z-index: 2;
  padding: 20px 0 56px;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
}

.competencies-swiper .swiper-wrapper {
  align-items: stretch;
}

.competencies-swiper .swiper-slide {
  width: 340px !important;
  height: auto;
  flex-shrink: 0;
}

.comp-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 100%;
  min-height: 300px;
  padding: 32px 30px 28px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  background: #14151A;
  border: none;
  box-shadow:
    8px 10px 28px rgba(0, 0, 0, 0.55),
    -2px -2px 10px rgba(255, 255, 255, 0.03),
    inset 1px 1px 0 rgba(255, 255, 255, 0.08),
    inset -1px -1px 0 rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s;
}

.comp-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1.5px;
  background: linear-gradient(135deg, #FFF6C8, #E0BC4A 45%, #8B6914 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 2;
}

.comp-card::after { display: none; }

.comp-card:hover {
  transform: translateY(-6px);
  box-shadow:
    10px 16px 36px rgba(0, 0, 0, 0.6),
    0 0 28px rgba(224, 188, 74, 0.28),
    inset 1px 1px 0 rgba(255, 255, 255, 0.1),
    inset -1px -1px 0 rgba(0, 0, 0, 0.45);
}

.comp-card:hover::before { opacity: 1; }

.comp-card-dot {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F5C842;
  box-shadow:
    0 0 0 4px rgba(245, 200, 66, 0.15),
    0 0 12px rgba(245, 200, 66, 0.95),
    0 0 28px rgba(245, 200, 66, 0.55);
  z-index: 3;
}

.comp-card-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(245, 200, 66, 0.35);
  background: #0E0F12;
  color: #F5C842;
  font-size: 1.25rem;
  margin-bottom: 28px;
  z-index: 1;
  box-shadow:
    0 0 0 1px rgba(245, 200, 66, 0.12),
    0 0 22px rgba(245, 200, 66, 0.55),
    0 0 48px rgba(245, 200, 66, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.comp-card-icon::before {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 200, 66, 0.35) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.comp-card-icon i {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 6px rgba(245, 200, 66, 0.65));
}

.comp-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: #F0EBD8;
  text-shadow: none;
  position: relative;
  z-index: 1;
}

.comp-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(200, 198, 190, 0.78);
  position: relative;
  z-index: 1;
}

.comp-card-footer {
  margin-top: auto;
  padding-top: 36px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.comp-footer-line {
  display: block;
  width: 36px;
  height: 2px;
  background: #F5C842;
  border-radius: 2px;
  font-style: normal;
  box-shadow: 0 0 8px rgba(245, 200, 66, 0.45);
}

.comp-footer-dot {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-radius: 50%;
  background: transparent !important;
  border: 1.5px solid #F5C842;
  box-shadow: 0 0 8px rgba(245, 200, 66, 0.4);
}

.competencies-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  position: relative !important;
  bottom: auto !important;
}

.competencies-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.16);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.35s ease;
}

.competencies-pagination .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFE08A, #C9A227);
  box-shadow: 0 0 16px rgba(224, 188, 74, 0.7);
}

/* Responsive tweaks for mockup */
@media (max-width: 991.98px) {
  .hero-title-mockup { text-align: center; }
  .hero-tagline,
  .hero-content .hero-desc { text-align: center; margin-left: auto; margin-right: auto; }
  .hero-cta-group { justify-content: center; }
  .btn-nav-login { display: none; }
  .comp-glow { opacity: 0.28; }
}

@media (max-width: 767.98px) {
  .hero-cta-group .btn { width: 100%; }
  .comp-glow { display: none; }
  .cap-hub { width: 150px; }
  .cap-hub-core { padding: 18px 14px; border-radius: 20px; }
  .cap-hub-core i { width: 40px; height: 40px; font-size: 1rem; margin-bottom: 8px; }
  .cap-hub-core strong { font-size: 0.88rem; }
  .cap-card { min-width: 132px; padding: 10px 12px; gap: 8px; }
  .cap-card-icon { width: 34px; height: 34px; border-radius: 10px; font-size: 0.9rem; }
  .cap-card h3 { font-size: 0.78rem; }
  .cap-card p { font-size: 0.62rem; }
  .cap-orbit-ring-1 { width: 78%; height: 78%; }
  .cap-orbit-ring-2 { width: 52%; height: 52%; }
  .canvas-flare { display: none; }
  .competencies-swiper .swiper-slide { width: 300px !important; }
  .comp-card { max-width: 300px; min-height: 280px; padding: 28px 24px; }
}

/* Clients marquees - keep logos visible (fix blank gap) */
.clients-section {
  background: #0A0C10 !important;
}

.clients-section .clients-marquee-wrap,
.clients-section .marquee-track,
.clients-section .client-logo-card {
  opacity: 1 !important;
  visibility: visible !important;
}

.clients-section .marquee-fade-left {
  background: linear-gradient(90deg, #0A0C10 0%, transparent 100%) !important;
}

.clients-section .marquee-fade-right {
  background: linear-gradient(270deg, #0A0C10 0%, transparent 100%) !important;
}

.clients-section .client-logo-card {
  border-color: rgba(224, 188, 74, 0.28) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

.clients-section .logo-monogram {
  color: #F5C842 !important;
  border-color: rgba(245, 200, 66, 0.35) !important;
  box-shadow: 0 0 14px rgba(245, 200, 66, 0.25);
}

.clients-section .logo-name {
  color: rgba(220, 215, 200, 0.9) !important;
}

/* Services cards - always visible */
.services-section .services-bento,
.services-section .service-card,
.services-section .service-card-border,
.services-section .service-card-inner {
  opacity: 1 !important;
  visibility: visible !important;
}

.services-section .service-card {
  transform: none;
}

/* Why Choose Us - reasons always visible */
.why-section .why-reasons,
.why-section .why-reason {
  opacity: 1 !important;
  visibility: visible !important;
}

.why-section .why-reason {
  transform: none;
}

/* Tech cards - always visible */
.tech-section .tech-card {
  opacity: 1 !important;
  visibility: visible !important;
}
