﻿@font-face {
  font-family: "Adobe Arabic";
  src: url("assets/fonts/AdobeArabic-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy Black";
  src: url("assets/fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

:root {
  --blue: #0868ff;
  --dark: #00040d;
  --white: #ffffff;
  --text-main: #1a1a1a;
  --text-light: rgba(255, 255, 255, 0.9);
  --text-dim: rgba(255, 255, 255, 0.6);
  --font-ar: "Adobe Arabic", Tahoma, Arial, sans-serif;
  --font-en: "Gilroy Black", sans-serif;
  --transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
html { scroll-behavior: smooth; }
body {
  direction: rtl;
  color: var(--white);
  background: var(--dark);
  font-family: var(--font-ar);
  overflow-x: hidden;
  line-height: 1.5;
}

h1, h2, h3, .btn, .primary-nav a, .card-num {
  font-family: var(--font-en), var(--font-ar);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  background: rgba(0, 4, 13, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  direction: ltr;
  transition: var(--transition);
}

.site-header.scrolled {
  height: 108px;
  background: rgba(0, 4, 13, 0.96);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: clamp(168px, 13vw, 232px);
  height: auto;
  object-fit: contain;
}

.primary-nav {
  direction: rtl;
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: clamp(40px, 4.8vw, 86px);
}

.primary-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1;
  color: var(--white);
  font-weight: 900;
  transition: var(--transition);
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: var(--blue);
  transform: translateX(50%);
  transition: var(--transition);
}

.primary-nav a:hover,
.primary-nav a.active { color: var(--blue); }
.primary-nav a:hover::after,
.primary-nav a.active::after { width: 76px; }

.menu-toggle { display: none; width: 44px; height: 40px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.06); padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 3px; margin-bottom: 5px; border-radius: 99px; background: #fff; }
.menu-toggle span:last-child { margin-bottom: 0; }

/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #000 url('ChatGPT Image 9 يوليو 2026، 01_56_26 ص.png') no-repeat left center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 30%, transparent 100%);
  z-index: 1;
}

.hero .section-shell {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between; /* تم التعديل لتوزيع النص والصورة */
  align-items: center;
  min-height: 100vh;
}

.hero-content {
  max-width: 600px;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -180px; /* تم رفع النص أكثر للأعلى بناءً على طلبك */
}

.hero-actions {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.hero-btn-about {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 42px;
  background: linear-gradient(135deg, var(--blue) 0%, #004dc7 100%);
  color: #fff;
  border-radius: 100px;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(8, 104, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.hero-btn-about:hover {
  transform: translateY(-8px) scale(1.05);
  background: #fff;
  color: var(--blue);
  box-shadow: 0 15px 40px rgba(8, 104, 255, 0.4);
  border-color: var(--blue);
}

.hero-btn-about span {
  position: relative;
  z-index: 2;
}

.hero-btn-about i {
  transition: transform 0.4s ease;
}

.hero-btn-about:hover i {
  transform: translateY(3px);
}

.hero-title {
  font-size: clamp(60px, 8vw, 110px);
  font-weight: 900;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-title-line {
  display: block;
  margin: 0;
}

.hero-title-line--accent {
  color: var(--blue);
  margin-bottom: 5px;
}

.hero-title-line--main {
  color: #ffffff;
}

/* --- Standalone Character Layout & Animation --- */
.hero-visual-standalone {
  position: absolute;
  left: -2%;
  bottom: 0;
  height: 95vh;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  perspective: 1200px; /* Enable 3D depth */
}

/* --- 3D Data Cards Performance Fix --- */
.hero-data-cards {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}

.data-card {
  position: absolute;
  width: clamp(140px, 16vw, 210px); /* Slightly larger cards */
  height: auto;
  opacity: 0; /* Start hidden for animation */
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.5));
  animation: dataCardEntrance 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards,
             dataCardFloat 6s infinite ease-in-out;
  will-change: transform, opacity;
}

/* Specific 3D Positions and Delays */
.dc-1 { top: 10%; right: 15%; --ry: -20deg; --rx: 15deg; --tz: -50px; animation-delay: 0.2s; }
.dc-2 { top: 35%; right: 5%; --ry: -10deg; --rx: 5deg; --tz: -150px; animation-delay: 0.4s; }
.dc-3 { top: 60%; right: 18%; --ry: -25deg; --rx: -10deg; --tz: -100px; animation-delay: 0.6s; }
.dc-4 { top: 20%; left: 5%; --ry: 20deg; --rx: 10deg; --tz: -120px; animation-delay: 0.8s; }
.dc-5 { top: 55%; left: 10%; --ry: 15deg; --rx: -5deg; --tz: -180px; animation-delay: 1s; }

@keyframes dataCardEntrance {
  from { opacity: 0; transform: translate3d(0, 40px, -200px) rotateY(var(--ry)) rotateX(var(--rx)); }
  to { opacity: 0.9; transform: translate3d(0, 0, var(--tz)) rotateY(var(--ry)) rotateX(var(--rx)); }
}

@keyframes dataCardFloat {
  0%, 100% { transform: translate3d(0, 0, var(--tz)) rotateY(var(--ry)) rotateX(var(--rx)); }
  50% { transform: translate3d(0, -20px, var(--tz)) rotateY(calc(var(--ry) + 3deg)) rotateX(calc(var(--rx) - 2deg)); }
}

/* Mobile Adjustments */
@media (max-width: 900px) {
  .hero-data-cards { z-index: 1; } /* Bring forward on mobile if needed */
  .data-card { width: 120px; opacity: 0.7; }
  .dc-1 { top: 5%; right: 5%; }
  .dc-4 { top: 15%; left: 5%; }
}

.floating-character {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(8, 104, 255, 0.2));
  animation: heroStableFloat 8s infinite ease-in-out;
  transform-origin: bottom center;
}

.character-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(8, 104, 255, 0.15) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: glowPulse 5s infinite alternate ease-in-out;
}

@keyframes heroStableFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-25px) scale(1.01); }
}

@keyframes glowPulse {
  0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
  100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

/* تعديل عرض النصوص لتجنب التداخل مع الشخصية الجديدة */
.hero-content {
  max-width: 550px !important;
  margin-inline-end: 5% !important;
}

@media (max-width: 900px) {
  .hero .section-shell {
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
  }
  .hero-content {
    align-items: center;
    text-align: center;
    order: 1;
  }
  .hero-title { font-size: clamp(45px, 10vw, 70px); }
  .hero-copy { text-align: center; }
  .hero-visual {
    order: 2;
    height: 50vh;
    margin-top: 30px;
  }
}

/* About Section - Matching Your Mockup */
.about {
  position: relative;
  width: 100%;
  min-height: 760px;
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #1a1a1a;
  padding: 96px 0 110px;
  overflow: hidden;
  border-radius: 36px 36px 0 0;
}

.about::before {
  content: "";
  position: absolute;
  inset: 4% auto 0 0;
  width: min(55vw, 760px);
  background: url('assets/build/about-visual-clean.webp') no-repeat left bottom;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
}

.about::after {
  content: "";
  position: absolute;
  left: -9vw;
  top: -4vw;
  width: 42vw;
  height: 42vw;
  max-width: 650px;
  max-height: 650px;
  border-radius: 50%;
  background: rgba(8, 104, 255, 0.075);
  pointer-events: none;
}

.about .section-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 8%;
  display: flex;
  justify-content: flex-start;
}

.about-copy {
  width: min(48%, 650px);
  margin: 0;
  text-align: right;
  z-index: 5;
}

.about-title {
  font-size: clamp(46px, 6vw, 74px);
  font-weight: 900;
  margin-bottom: 34px;
  color: #000;
  position: relative;
  line-height: 1.05;
}

.about-title span { color: var(--blue); }

.about-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 58px;
  height: 4px;
  background: var(--blue);
}

.about-copy p {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.68;
  color: #111;
  margin-bottom: 22px;
}

.about-quote-box {
  margin: 34px 0;
  padding: 22px 60px;
  border: 1.5px solid rgba(8, 104, 255, 0.42);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(8, 104, 255, 0.06);
  backdrop-filter: blur(8px);
}

.quote-text {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  color: var(--blue) !important;
  margin: 0 !important;
  text-align: center;
  line-height: 1.2 !important;
}

.q-mark {
  color: var(--blue);
  font-size: 48px;
  font-weight: 900;
  position: absolute;
  font-family: serif;
}

.q-start { right: 20px; top: 0; }
.q-end { left: 20px; bottom: -12px; transform: rotate(180deg); }


.curved-down-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  z-index: 10;
  opacity: 0.8;
}

/* Clients Section - PERFECT SEAMLESS LOOP */
.clients {
  padding: 100px 0;
  background: var(--dark);
  overflow: hidden;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: clamp(30px, 4vw, 55px);
  margin-bottom: 60px;
  font-weight: 900;
  color: var(--blue);
}

.marquee-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  direction: ltr; /* Animation logic works best in LTR */
}

.marquee-row {
  display: flex;
  width: max-content;
  white-space: nowrap;
}

.marquee-group {
  display: flex;
  gap: 30px;
  padding-inline-end: 30px; /* Essential for seamless gap */
}

/* Row 1 moves Left */
.row-1 { animation: marqueeLeft 50s linear infinite; }
/* Row 2 moves Right */
.row-2 { animation: marqueeRight 55s linear infinite; }

@keyframes marqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.client-circle {
  width: 130px;
  height: 130px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

.client-circle:hover {
  transform: scale(1.3);
  z-index: 100;
  box-shadow: 0 15px 40px rgba(8, 104, 255, 0.4);
}

.client-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Services Section - Highly Animated */
.services {
  background: #ffffff;
  padding: 120px 0;
  color: var(--text-main);
  position: relative;
  overflow: hidden;
}

/* Background Decorative Blobs */
.services::before, .services::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(8, 104, 255, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  animation: pulseBlob 8s infinite alternate;
}
.services::before { top: -100px; left: -100px; }
.services::after { bottom: -100px; right: -100px; animation-delay: 4s; }

@keyframes pulseBlob {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.5) translate(50px, 50px); }
}

.services-title {
  text-align: center; margin-bottom: 80px; font-size: 48px; position: relative;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.services-title span { position: relative; z-index: 2; background: var(--white); padding: 0 30px; color: var(--blue); font-weight: 900; }
.services-title::after { content: ""; position: absolute; left: 15%; right: 15%; height: 3px; background: var(--blue); z-index: 1; }

.service-grid {
  max-width: 1300px; margin: 0 auto; padding: 0 6%;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px;
  position: relative;
  z-index: 2;
}

.service-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 50px 35px;
  border-radius: 20px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: right;
  box-shadow: 0 4px 30px rgba(0,0,0,0.02);
}

.service-card:hover {
  border-color: var(--blue);
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(8, 104, 255, 0.12);
}

.card-num {
  position: absolute; top: 10px; left: 15px; font-size: 72px; font-weight: 900;
  color: rgba(8, 104, 255, 0.05); -webkit-text-stroke: 1.5px rgba(8, 104, 255, 0.2);
  line-height: 1; transition: all 0.5s ease;
}

.service-card:hover .card-num {
  color: rgba(8, 104, 255, 0.1);
  transform: translateY(-10px) scale(1.1);
  -webkit-text-stroke: 1.5px var(--blue);
}

.service-card h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 25px;
  margin-top: 35px;
  color: var(--dark);
  transition: color 0.4s ease;
}

.service-card:hover h3 { color: var(--blue); }

.service-card ul li {
  font-size: 17px;
  color: #666;
  margin-bottom: 12px;
  position: relative;
  padding-inline-end: 25px;
  transition: all 0.4s ease;
}

.service-card:hover ul li {
  color: #333;
  transform: translateX(-5px); /* Gentle slide to the left in RTL */
}

.service-card ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.service-card:hover ul li::before {
  background: var(--blue);
  box-shadow: 0 0 10px var(--blue);
  transform: scale(1.2);
}

/* Staggered Reveal Animation */
.service-card.reveal {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.service-card.reveal.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Individual Card Delays */
.service-grid .service-card:nth-child(1) { transition-delay: 0.1s; }
.service-grid .service-card:nth-child(2) { transition-delay: 0.2s; }
.service-grid .service-card:nth-child(3) { transition-delay: 0.3s; }
.service-grid .service-card:nth-child(4) { transition-delay: 0.4s; }
.service-grid .service-card:nth-child(5) { transition-delay: 0.1s; }
.service-grid .service-card:nth-child(6) { transition-delay: 0.2s; }
.service-grid .service-card:nth-child(7) { transition-delay: 0.3s; }
.service-grid .service-card:nth-child(8) { transition-delay: 0.4s; }

/* Work Slider */
.work {
  padding: 120px 0;
  background: var(--dark);
  overflow: hidden;
  direction: ltr;
}

.work-slider {
  width: 100%;
  overflow: hidden;
}

.work-track {
  display: flex;
  width: max-content;
  animation: workLoop 34s linear infinite;
  will-change: transform;
}

.work-group {
  display: flex;
  gap: 25px;
  padding-inline-end: 25px;
  flex-shrink: 0;
}

.work-card {
  width: clamp(250px, 22vw, 360px);
  height: clamp(350px, 31vw, 500px);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 0 24px rgba(8, 104, 255, 0.26);
}

.work-track:hover .work-card { opacity: 0.4; transform: scale(0.94); }
.work-track .work-card:hover { opacity: 1; transform: scale(1.04); z-index: 10; box-shadow: 0 20px 40px rgba(8, 104, 255, 0.36); }
.work-card img { width: 100%; height: 100%; object-fit: cover; }
.work-card h3 { position: absolute; bottom: 25px; right: 25px; font-size: 20px; font-weight: 700; z-index: 2; direction: rtl; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); z-index: 1; }

@keyframes workLoop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Footer */
.footer {
  background: var(--white);
  color: var(--text-main);
  padding: 86px 6% 54px;
  border-top: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(360px, 40vw);
  height: 180px;
  background: radial-gradient(circle at bottom right, rgba(8, 104, 255, 0.09), transparent 68%);
  pointer-events: none;
}

.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1.35fr 1.15fr;
  gap: 54px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.footer-brand img { width: 230px; height: auto; margin-bottom: 26px; }
.footer-brand p { color: #333; font-size: 20px; line-height: 1.8; max-width: 330px; }
.footer-col h3 { font-size: 25px; margin-bottom: 28px; font-weight: 900; color: #0644b8; position: relative; }
.footer-col h3::after { content: ""; position: absolute; right: 0; bottom: -10px; width: 74px; height: 3px; background: var(--blue); border-radius: 999px; }
.footer-links a { display: block; color: #222; margin-bottom: 15px; font-size: 20px; transition: var(--transition); }
.footer-links a:hover { color: var(--blue); transform: translateX(-5px); }

.contact-actions,
.social-actions { display: grid; gap: 12px; }

.contact-btn,
.social-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  border: 1px solid rgba(8, 104, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 104, 255, 0.035);
  color: #082356;
  padding: 11px 14px;
  transition: var(--transition);
}

.contact-btn:hover,
.social-btn:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(8, 104, 255, 0.18);
}

.contact-icon,
.social-btn span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  background: var(--blue);
  color: #fff;
  font-family: var(--font-en), Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.contact-btn:hover .contact-icon,
.social-btn:hover span { background: #fff; color: var(--blue); }
.contact-btn strong,
.social-btn strong { display: block; font-size: 17px; font-weight: 900; line-height: 1.1; }
.contact-btn small { display: block; margin-top: 4px; color: #616b7a; direction: ltr; text-align: right; font-size: 14px; font-family: Arial, sans-serif; }
.contact-btn:hover small { color: rgba(255,255,255,.82); }
.social-btn { justify-content: flex-start; }
.social-btn strong { font-size: 18px; }

.reveal { opacity: 0; transform: translateY(20px); transition: all 0.8s ease-out; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

main > section {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  transition: transform 0.72s ease-out, opacity 0.72s ease-out;
  will-change: transform, opacity;
}

main > section.stack-active {
  z-index: 4;
  transform: translateY(0) scale(1);
}

main > section.stack-behind {
  z-index: 1;
  transform: translateY(24px) scale(0.99);
  opacity: 0.94;
}

main > section.stack-upcoming {
  z-index: 2;
  transform: translateY(42px) scale(0.985);
  opacity: 0.9;
}

@media (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .site-header { height: 76px; background: rgba(0, 4, 13, 0.96); padding: 0 5%; }
  .site-header.scrolled { height: 76px; }
  .brand img { width: 136px; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(0, 4, 13, .98);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 14px; font-size: 18px; display: block; }
  .primary-nav a::after { bottom: 4px; height: 3px; }
  .hero { background-position: 35% center; min-height: 760px; }
  .hero .section-shell { justify-content: center; }
  .hero-content { text-align: center; margin: 0 auto; }
  .hero-content h1 { font-size: clamp(38px, 10vw, 56px); }
  .hero-content h1 span { white-space: normal; }
  .hero-btns { justify-content: center; flex-direction: column; }
  .about { min-height: auto; padding: 78px 0 430px; align-items: flex-start; border-radius: 24px 24px 0 0; }
  .about::before { inset: auto 0 12px 0; width: 100%; height: 390px; background-position: center bottom; background-size: contain; }
  .about::after { width: 80vw; height: 80vw; left: -30vw; top: auto; bottom: 100px; }
  .about .section-shell { justify-content: center; padding: 0 6%; }
  .about-copy { width: 100%; margin: 0; text-align: center; }
  .about-title::after { right: 50%; transform: translateX(50%); }
  .about-copy p { font-size: 18px; }
  .about-quote-box { padding: 18px 42px; }
  .curved-down-arrow { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .work { padding: 90px 0; }
  .work-card { width: 260px; height: 360px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; text-align: center; } .footer-col h3::after { right: 50%; transform: translateX(50%); } .footer-brand p { margin-inline: auto; } .contact-btn, .social-btn { text-align: right; }
  .footer-brand img { margin-inline: auto; }
}
/* Home hero requested refinements */
.hero {
  overflow: hidden;
}

.hero .section-shell {
  max-width: none;
  padding: 0 clamp(34px, 7vw, 120px);
  justify-content: flex-end;
}

.hero-content {
  position: absolute;
  right: clamp(38px, 8vw, 138px);
  top: 51%;
  width: min(48vw, 650px) !important;
  max-width: 650px !important;
  margin: 0 !important;
  transform: translateY(-42%);
  align-items: flex-end;
  text-align: right;
}

.hero-title {
  width: 100%;
  text-align: right;
  font-size: clamp(66px, 7.4vw, 118px);
  letter-spacing: 0;
}

.hero-title-line {
  width: 100%;
  text-align: right;
}

.hero-title-line--accent,
.hero-title-line--main {
  margin-inline-end: 0;
  margin-inline-start: auto;
}

.hero-title-line--accent {
  text-shadow: 0 0 22px rgba(8, 104, 255, .28), 0 10px 32px rgba(0,0,0,.38);
}

.hero-title-line--main {
  text-shadow: 0 0 20px rgba(255,255,255,.12), 0 12px 34px rgba(0,0,0,.44);
}

.hero-visual-standalone {
  left: clamp(-42px, -1vw, -10px);
  bottom: -2.8vh;
  height: min(108vh, 900px);
  transform-style: preserve-3d;
}

.hero-visual-standalone::before {
  content: "";
  position: absolute;
  left: 12%;
  bottom: 8%;
  width: 76%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,104,255,.18), transparent 68%);
  filter: blur(24px);
  animation: characterAura 5.8s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-visual-standalone::after {
  content: "";
  position: absolute;
  inset: 18% 2% 2% 12%;
  background: linear-gradient(115deg, transparent 34%, rgba(8,104,255,.20) 48%, transparent 62%);
  transform: translateX(-52%) skewX(-12deg);
  mix-blend-mode: screen;
  opacity: 0;
  animation: characterLightSweep 7.2s ease-in-out infinite;
  pointer-events: none;
}

.floating-character {
  height: 108%;
  max-width: none;
  filter:
    drop-shadow(0 22px 42px rgba(0,0,0,.42))
    drop-shadow(0 0 34px rgba(8,104,255,.28));
  animation: heroCharacterFloat 7.4s cubic-bezier(.45,0,.25,1) infinite;
  will-change: transform, filter;
}

.character-glow {
  width: 175%;
  height: 175%;
  opacity: .9;
  animation: glowPulse 4.8s infinite alternate ease-in-out;
}

@keyframes heroCharacterFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateZ(-.35deg) scale(1.035);
    filter: drop-shadow(0 22px 42px rgba(0,0,0,.42)) drop-shadow(0 0 30px rgba(8,104,255,.24));
  }
  46% {
    transform: translate3d(10px, -22px, 0) rotateZ(.55deg) scale(1.065);
    filter: drop-shadow(0 30px 52px rgba(0,0,0,.48)) drop-shadow(0 0 44px rgba(8,104,255,.36));
  }
  72% {
    transform: translate3d(-5px, -10px, 0) rotateZ(-.2deg) scale(1.05);
  }
}

@keyframes characterAura {
  from { opacity: .36; transform: scale(.92) translate3d(-2%, 2%, 0); }
  to { opacity: .9; transform: scale(1.12) translate3d(4%, -3%, 0); }
}

@keyframes characterLightSweep {
  0%, 54% { opacity: 0; transform: translateX(-60%) skewX(-12deg); }
  66% { opacity: .62; }
  86%, 100% { opacity: 0; transform: translateX(55%) skewX(-12deg); }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .hero-content {
    right: clamp(28px, 5.8vw, 78px);
    width: min(50vw, 570px) !important;
  }

  .hero-title {
    font-size: clamp(58px, 7.1vw, 86px);
  }

  .hero-visual-standalone {
    left: -64px;
    height: 102vh;
  }

  .floating-character {
    height: 106%;
  }
}

@media (max-width: 900px) {
  .hero-content {
    position: relative;
    right: auto;
    top: auto;
    width: 100% !important;
    transform: none;
    align-items: center;
    text-align: center;
  }

  .hero-title,
  .hero-title-line {
    text-align: center;
  }

  .hero-visual-standalone {
    position: relative;
    left: auto;
    bottom: auto;
    height: 48vh;
    margin-top: 26px;
  }

  .floating-character {
    height: 100%;
  }
}


/* Requested cleanup: remove hero data network completely */
.character-data-network,
.data-lines,
.data-line,
.data-label,
.data-node {
  display: none !important;
}

/* Unified fixed header across pages */
.site-header,
.about-page .site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  height: 108px !important;
  background: rgba(0, 4, 13, .96) !important;
  border-bottom: 1px solid rgba(255,255,255,.13) !important;
  backdrop-filter: blur(16px) !important;
}

/* Premium mouse movement effect */
:root {
  --cursor-x: 50vw;
  --cursor-y: 50vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle 420px at var(--cursor-x) var(--cursor-y), rgba(8,104,255,.105), transparent 62%);
  mix-blend-mode: screen;
  opacity: .85;
}

.pointer-aura,
.pointer-dot {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  z-index: 1200;
  opacity: 0;
  transition: opacity .25s ease, width .25s ease, height .25s ease, border-color .25s ease;
}

.pointer-aura {
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  border: 1px solid rgba(8,104,255,.26);
  background: radial-gradient(circle, rgba(8,104,255,.13), transparent 68%);
  box-shadow: 0 0 36px rgba(8,104,255,.18);
  mix-blend-mode: screen;
}

.pointer-dot {
  width: 7px;
  height: 7px;
  margin: -3.5px 0 0 -3.5px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 14px rgba(8,104,255,.75);
}

body:hover .pointer-aura,
body:hover .pointer-dot {
  opacity: 1;
}

body.is-pointer-active .pointer-aura {
  width: 124px;
  height: 124px;
  border-color: rgba(255,255,255,.38);
  background: radial-gradient(circle, rgba(255,255,255,.10), rgba(8,104,255,.14) 38%, transparent 70%);
}

body.is-pointer-active .pointer-dot {
  opacity: .35;
}

main,
.footer,
.hero,
.about-main,
.work-page-main {
  position: relative;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  body::before,
  .pointer-aura,
  .pointer-dot {
    display: none !important;
  }
}
/* Keep home hero headline visible after removing data network */
.hero .hero-content.reveal,
.hero .hero-content.reveal.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero .hero-title,
.hero .hero-title-line {
  opacity: 1 !important;
  visibility: visible !important;
}
/* Calm home character motion */
.floating-character {
  animation: heroCharacterBarelyFloat 11s ease-in-out infinite !important;
  transform-origin: bottom center !important;
}

@keyframes heroCharacterBarelyFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1.035); }
  50% { transform: translate3d(0, -6px, 0) scale(1.04); }
}

/* --- New Professional WhatsApp Button --- */
.whatsapp-button {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  height: 66px;
  padding: 8px 9px 8px 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 10%, rgba(63, 178, 255, 0.22), transparent 38%),
    linear-gradient(135deg, #102f5c 0%, #06182f 100%);
  border: none;
  border-radius: 22px;
  outline: none;
  font-family: "Cairo", sans-serif;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(4, 18, 38, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button::before {
  content: "";
  position: absolute;
  top: -42px;
  right: -35px;
  z-index: -1;
  width: 110px;
  height: 110px;
  background: rgba(36, 151, 227, 0.14);
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.whatsapp-button::after {
  content: "";
  position: absolute;
  left: 65px;
  bottom: -45px;
  z-index: -1;
  width: 85px;
  height: 85px;
  background: rgba(92, 201, 255, 0.09);
  border-radius: 50%;
}

.whatsapp-button:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 22px 45px rgba(4, 18, 38, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.whatsapp-button:hover::before { transform: scale(1.3); }
.whatsapp-button:active { transform: translateY(-1px) scale(0.98); }

.whatsapp-button__icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(145deg, #2d9de2, #1766aa);
  border-radius: 17px;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: rotate(-4deg);
  transition: transform 0.3s ease;
}

.whatsapp-button:hover .whatsapp-button__icon { transform: rotate(4deg) scale(1.07); }

.whatsapp-button__icon img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.whatsapp-button__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.35;
  white-space: nowrap;
}

.whatsapp-button__content small {
  color: #8edbff;
  font-size: 10px;
  font-weight: 600;
}

.whatsapp-button__content strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.whatsapp-button__arrow {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  color: #08213f;
  background: #8edbff;
  border-radius: 11px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 6px 15px rgba(68, 181, 241, 0.24);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-button:hover .whatsapp-button__arrow {
  background: #ffffff;
  transform: rotate(45deg);
}

@media (max-width: 600px) {
  .whatsapp-button {
    left: 14px;
    bottom: 14px;
    min-width: 188px;
    height: 59px;
    padding: 7px 8px 7px 14px;
    border-radius: 19px;
  }
  .whatsapp-button__icon { width: 45px; height: 45px; border-radius: 15px; }
  .whatsapp-button__icon img { width: 34px; height: 34px; }
  .whatsapp-button__content small { font-size: 9px; }
  .whatsapp-button__content strong { font-size: 13px; }
  .whatsapp-button__arrow { width: 28px; height: 28px; border-radius: 9px; font-size: 15px; }
}
/* Final mobile polish */
@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .site-header,
  .about-page .site-header {
    height: 72px !important;
    padding: 0 16px !important;
  }

  .site-header.scrolled {
    height: 72px !important;
  }

  .brand img {
    width: clamp(126px, 37vw, 150px) !important;
  }

  .menu-toggle {
    display: grid !important;
    place-content: center;
    width: 42px;
    height: 40px;
    padding: 8px;
  }

  .primary-nav {
    position: fixed !important;
    top: 82px !important;
    left: 14px !important;
    right: 14px !important;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px !important;
    max-height: calc(100dvh - 98px);
    overflow-y: auto;
    padding: 10px !important;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(0, 4, 13, .98) !important;
    box-shadow: 0 22px 56px rgba(0,0,0,.42);
  }

  .primary-nav.is-open {
    display: flex !important;
  }

  .primary-nav a {
    min-height: 48px;
    justify-content: center;
    padding: 13px 14px !important;
    border-radius: 12px;
    font-size: 18px !important;
    background: rgba(255,255,255,.035);
  }

  .primary-nav a.active,
  .primary-nav a:hover {
    color: #fff;
    background: var(--blue);
  }

  .primary-nav a::after {
    display: none;
  }

  main > section,
  main > section.stack-active,
  main > section.stack-behind,
  main > section.stack-upcoming {
    transform: none !important;
    opacity: 1 !important;
  }

  .hero {
    height: auto !important;
    min-height: 100svh !important;
    background-position: 48% center !important;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0,4,13,.98) 0%, rgba(0,4,13,.80) 34%, rgba(0,4,13,.52) 100%),
      linear-gradient(90deg, rgba(0,4,13,.42), transparent 58%) !important;
  }

  .hero .section-shell {
    min-height: 100svh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 18px;
    padding: 96px 18px 32px !important;
  }

  .hero-content {
    position: relative !important;
    inset: auto !important;
    order: 1;
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    transform: none !important;
    align-items: center !important;
    text-align: center !important;
  }

  .hero-title,
  .hero-title-line {
    text-align: center !important;
  }

  .hero-title {
    font-size: clamp(43px, 13.5vw, 66px) !important;
    line-height: .98 !important;
  }

  .hero-title-line--accent {
    margin-bottom: 8px;
  }

  .hero-visual-standalone {
    position: relative !important;
    order: 2;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: min(92vw, 390px);
    height: clamp(310px, 50svh, 460px) !important;
    margin: 0 auto !important;
    justify-content: center;
  }

  .hero-visual-standalone::before,
  .hero-visual-standalone::after {
    opacity: .55;
  }

  .floating-character {
    height: 105% !important;
    max-width: 100%;
    object-fit: contain;
  }

  .character-glow {
    width: 120% !important;
    height: 120% !important;
  }

  .about {
    min-height: 0 !important;
    padding: 68px 0 330px !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .about::before {
    inset: auto 0 0 0 !important;
    width: 100% !important;
    height: 310px !important;
    background-position: center bottom !important;
    background-size: contain !important;
  }

  .about::after {
    width: 82vw !important;
    height: 82vw !important;
    left: -40vw !important;
    bottom: 90px !important;
    top: auto !important;
  }

  .about .section-shell,
  .services .section-shell,
  .clients .section-shell {
    width: 100%;
    padding-inline: 18px !important;
  }

  .about-copy {
    width: 100% !important;
    max-width: 540px;
    text-align: center !important;
  }

  .about-title {
    font-size: clamp(38px, 12vw, 54px) !important;
    margin-bottom: 26px;
  }

  .about-title::after {
    right: 50% !important;
    transform: translateX(50%) !important;
  }

  .about-copy p {
    font-size: 18px !important;
    line-height: 1.72 !important;
  }

  .about-quote-box {
    margin: 26px 0;
    padding: 18px 34px !important;
    border-radius: 16px;
  }

  .clients {
    padding: 74px 0 !important;
  }

  .clients-title,
  .services-title {
    font-size: clamp(31px, 9vw, 43px) !important;
    margin-bottom: 38px !important;
    line-height: 1.15;
  }

  .marquee-container {
    gap: 22px !important;
  }

  .marquee-group {
    gap: 18px !important;
    padding-inline-end: 18px !important;
  }

  .client-circle {
    width: clamp(82px, 25vw, 108px) !important;
    height: clamp(82px, 25vw, 108px) !important;
    padding: 16px !important;
  }

  .services {
    padding: 76px 0 !important;
  }

  .services-title {
    display: block !important;
    text-align: center;
  }

  .services-title span {
    padding: 0 !important;
  }

  .services-title::after {
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-inline: 18px !important;
  }

  .service-card {
    padding: 34px 24px 28px !important;
    border-radius: 16px !important;
  }

  .service-card h3 {
    margin-top: 22px !important;
    margin-bottom: 18px !important;
    font-size: 23px !important;
  }

  .service-card ul li {
    font-size: 17px !important;
    line-height: 1.6;
  }

  .card-num {
    font-size: 54px !important;
  }

  .work {
    padding: 78px 0 !important;
  }

  .work-group {
    gap: 16px !important;
    padding-inline-end: 16px !important;
  }

  .work-card {
    width: min(78vw, 300px) !important;
    height: min(104vw, 410px) !important;
    border-radius: 18px !important;
  }

  .work-track:hover .work-card,
  .work-track .work-card:hover,
  .portfolio-container:hover .work-card,
  .portfolio-container .work-card:hover {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .work-page-main {
    padding: 118px 0 64px !important;
  }

  .work-header {
    margin-bottom: 42px !important;
    padding-inline: 18px;
  }

  .work-page-title {
    font-size: clamp(40px, 14vw, 60px) !important;
    line-height: 1;
  }

  .work-subtitle {
    font-size: 18px !important;
    line-height: 1.7 !important;
  }

  .portfolio-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 0 18px !important;
  }

  .portfolio-container .work-card,
  .portfolio-container .work-card:nth-child(1),
  .portfolio-container .work-card:nth-child(2),
  .portfolio-container .work-card:nth-child(3),
  .portfolio-container .work-card:nth-child(4),
  .portfolio-container .work-card:nth-child(5) {
    grid-column: 1 !important;
    width: 100% !important;
    height: clamp(300px, 96vw, 430px) !important;
    border-radius: 22px !important;
  }

  .footer {
    padding: 58px 18px 34px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    text-align: center !important;
  }

  .footer-brand img {
    width: 180px !important;
    margin: 0 auto 18px !important;
  }

  .footer-brand p {
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
  }

  .footer-col h3 {
    font-size: 23px !important;
    margin-bottom: 22px !important;
  }

  .footer-col h3::after {
    right: 50% !important;
    transform: translateX(50%) !important;
  }

  .footer-links a {
    font-size: 19px !important;
    margin-bottom: 10px !important;
  }

  .contact-btn,
  .social-btn {
    width: 100%;
    min-height: 54px !important;
    justify-content: flex-start !important;
    text-align: right !important;
  }

  .whatsapp-float {
    width: 52px !important;
    height: 52px !important;
    left: 16px !important;
    bottom: 16px !important;
  }
}

@media (max-width: 480px) {
  .site-header,
  .about-page .site-header {
    height: 68px !important;
    padding-inline: 14px !important;
  }

  .primary-nav {
    top: 78px !important;
    left: 10px !important;
    right: 10px !important;
  }

  .hero .section-shell {
    padding: 88px 14px 24px !important;
    gap: 10px;
  }

  .hero-title {
    font-size: clamp(39px, 13vw, 50px) !important;
  }

  .hero-visual-standalone {
    width: 94vw;
    height: clamp(270px, 48svh, 380px) !important;
  }

  .about {
    padding-bottom: 275px !important;
  }

  .about::before {
    height: 260px !important;
  }

  .about-copy p,
  .service-card ul li,
  .footer-brand p {
    font-size: 17px !important;
  }

  .service-card {
    padding-inline: 20px !important;
  }

  .client-circle {
    width: 82px !important;
    height: 82px !important;
  }

  .portfolio-container .work-card {
    height: clamp(275px, 104vw, 380px) !important;
  }
}

/* Browser comment refinements */
@keyframes whatsappFloatLift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  28% { transform: translate3d(0, -7px, 0) scale(1.045); }
  56% { transform: translate3d(0, 0, 0) scale(1); }
  72% { transform: translate3d(0, -3px, 0) scale(1.025); }
}

@keyframes whatsappRingPulse {
  0% { opacity: .72; transform: scale(.82); }
  70%, 100% { opacity: 0; transform: scale(1.85); }
}

@keyframes whatsappIconWiggle {
  0%, 100% { transform: rotate(0deg) scale(1); }
  18% { transform: rotate(-10deg) scale(1.08); }
  34% { transform: rotate(9deg) scale(1.04); }
  50% { transform: rotate(-5deg) scale(1.06); }
  66% { transform: rotate(3deg) scale(1); }
}

@keyframes whatsappShine {
  0%, 42% { transform: translateX(-160%) rotate(22deg); opacity: 0; }
  54% { opacity: .85; }
  74%, 100% { transform: translateX(170%) rotate(22deg); opacity: 0; }
}

.whatsapp-float {
  isolation: isolate;
  overflow: visible;
  background: linear-gradient(145deg, #31e979 0%, #15b957 48%, #0aa64d 100%) !important;
  border: 2px solid rgba(255,255,255,.72);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, .24),
    0 0 0 7px rgba(37, 211, 102, .13),
    inset 0 1px 0 rgba(255,255,255,.38) !important;
  animation: whatsappFloatLift 3.4s ease-in-out infinite;
}

.whatsapp-float::before,
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  pointer-events: none;
}

.whatsapp-float::before {
  z-index: -1;
  border: 2px solid rgba(37, 211, 102, .42);
  animation: whatsappRingPulse 2.1s ease-out infinite;
}

.whatsapp-float::after {
  inset: 5px;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 0 34%, rgba(255,255,255,.62) 46%, transparent 60% 100%);
  mix-blend-mode: screen;
  animation: whatsappShine 3.7s ease-in-out infinite;
  overflow: hidden;
}

.whatsapp-float svg {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.18));
  animation: whatsappIconWiggle 3.4s ease-in-out infinite;
}

.whatsapp-float:hover {
  background: linear-gradient(145deg, #3df587 0%, #19c961 50%, #0a9345 100%) !important;
  transform: translateY(-6px) scale(1.08);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, .28),
    0 0 0 10px rgba(37, 211, 102, .16),
    inset 0 1px 0 rgba(255,255,255,.42) !important;
}

@media (max-width: 900px) {
  .hero .section-shell {
    justify-content: flex-start !important;
    gap: 8px !important;
    padding-top: 122px !important;
    padding-bottom: 0 !important;
  }

  .hero-content {
    z-index: 8 !important;
  }

  .hero-title {
    font-size: clamp(48px, 14.8vw, 74px) !important;
  }

  .hero-visual-standalone {
    width: min(116vw, 520px) !important;
    height: clamp(410px, 64svh, 560px) !important;
    margin-top: -4px !important;
    align-items: flex-end !important;
  }

  .floating-character {
    height: 124% !important;
    max-width: none !important;
    transform-origin: bottom center !important;
  }

  .character-glow {
    width: 154% !important;
    height: 154% !important;
  }

  .services {
    padding: 62px 0 !important;
  }

  .service-grid {
    gap: 12px !important;
    padding-inline: 14px !important;
  }

  .service-card {
    min-height: 0 !important;
    padding: 22px 20px 20px !important;
    border-radius: 18px !important;
    border-color: rgba(8,104,255,.12) !important;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
    box-shadow: 0 10px 30px rgba(8, 42, 102, .055) !important;
  }

  .service-card:hover,
  .service-card.reveal.is-visible {
    transform: none !important;
  }

  .card-num {
    top: 9px !important;
    left: 16px !important;
    font-size: 42px !important;
    -webkit-text-stroke: 1px rgba(8,104,255,.22) !important;
  }

  .service-card h3 {
    margin: 20px 0 13px !important;
    font-size: 20px !important;
    line-height: 1.18 !important;
  }

  .service-card ul {
    display: grid;
    gap: 7px;
  }

  .service-card ul li {
    margin: 0 !important;
    padding-inline-end: 18px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #5d6b7c !important;
  }

  .service-card ul li::before {
    top: .72em !important;
    width: 6px !important;
    height: 6px !important;
    background: rgba(8,104,255,.24) !important;
  }

  .footer-social .social-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .footer-social .social-btn {
    position: relative;
    width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    justify-content: center !important;
    text-align: center !important;
    background: linear-gradient(145deg, #0b74ff, #0056db) !important;
    border-color: rgba(8,104,255,.32) !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(8,104,255,.22) !important;
  }

  .footer-social .social-btn strong {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .footer-social .social-btn span,
  .footer-social .social-btn::before {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-family: var(--font-en), Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .footer-social .social-btn:not(:has(span)) {
    font-size: 0 !important;
  }

  .footer-social .social-btn[href*="instagram"]::before { content: "IG"; }
  .footer-social .social-btn[href*="tiktok"]::before { content: "TT"; }
  .footer-social .social-btn[href*="facebook"]::before { content: "FB"; }

  .footer-social .social-btn:hover {
    transform: translateY(-4px) scale(1.05) !important;
    box-shadow: 0 16px 32px rgba(8,104,255,.28) !important;
  }

  .whatsapp-float {
    width: 60px !important;
    height: 60px !important;
    left: 18px !important;
    bottom: 18px !important;
  }

  .whatsapp-float svg {
    width: 34px !important;
    height: 34px !important;
  }
}

@media (max-width: 480px) {
  .hero .section-shell {
    padding-top: 118px !important;
    gap: 4px !important;
  }

  .hero-title {
    font-size: clamp(45px, 13.8vw, 60px) !important;
  }

  .hero-visual-standalone {
    width: 118vw !important;
    height: clamp(405px, 64svh, 520px) !important;
  }

  .floating-character {
    height: 126% !important;
  }

  .service-grid {
    padding-inline: 12px !important;
  }

  .service-card {
    padding: 20px 18px 18px !important;
  }

  .service-card h3 {
    font-size: 19px !important;
  }

  .service-card ul li {
    font-size: 14.5px !important;
  }
}

@media (max-width: 900px) {
  .footer-social .social-btn:has(span)::before {
    content: none !important;
  }
}

/* Browser comment refinements for global mobile controls */
@media (max-width: 900px) {
  .menu-toggle {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.055) !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 24px !important;
    height: 3px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
  }

  .footer-social .social-actions {
    display: flex !important;
    justify-content: center !important;
    gap: 14px !important;
  }

  .footer-social .social-btn {
    width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    justify-content: center !important;
    font-size: 0 !important;
  }

  .footer-social .social-btn strong {
    display: none !important;
  }
}

/* Final polish: mobile hero order, work CTA, social icons, scroll motion */
.work-section-head {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 auto 58px;
}

.work-section-head h2 {
  margin: 0;
  color: #0868ff;
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 0 28px rgba(8, 104, 255, .32);
}

.work-more {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  width: min(92%, 1420px);
  margin: 58px auto 0;
}

.discover-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 52px;
  padding: 12px 26px;
  border: 2px solid #0868ff;
  border-radius: 10px;
  color: #0868ff;
  background: rgba(8, 104, 255, .04);
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(8,104,255,0);
  transition: transform .35s ease, color .35s ease, background .35s ease, box-shadow .35s ease;
}

.discover-more-btn:hover {
  color: #fff;
  background: #0868ff;
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(8, 104, 255, .3);
}

.social-btn .social-icon {
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 50% !important;
  background: linear-gradient(145deg, #0868ff, #0045bd) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 10px 24px rgba(8,104,255,.2) !important;
}

.social-btn .social-icon i {
  font-size: 22px !important;
  line-height: 1 !important;
}

.social-btn[href*="instagram"] .social-icon {
  background: radial-gradient(circle at 25% 110%, #ffd66b 0 18%, #f56040 34%, #c13584 60%, #405de6 100%) !important;
}

.social-btn[href*="tiktok"] .social-icon {
  background: linear-gradient(145deg, #111827, #010409) !important;
  text-shadow: 2px 0 #25f4ee, -2px 0 #fe2c55;
}

.social-btn[href*="facebook"] .social-icon {
  background: linear-gradient(145deg, #1877f2, #0759c8) !important;
}

.reveal {
  transition-property: opacity, transform, filter !important;
  transition-duration: 950ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
  will-change: opacity, transform, filter;
}

.reveal:not(.is-visible) {
  opacity: 0;
  filter: blur(8px);
}

.reveal-up:not(.is-visible) { transform: translate3d(0, 48px, 0) scale(.985); }
.reveal-left:not(.is-visible) { transform: translate3d(-52px, 24px, 0) scale(.985); }
.reveal-right:not(.is-visible) { transform: translate3d(52px, 24px, 0) scale(.985); }
.reveal-scale:not(.is-visible) { transform: translate3d(0, 34px, 0) scale(.94); }
.reveal.is-visible { filter: blur(0); }

.whatsapp-button {
  animation: whatsappBreath 3.2s ease-in-out infinite;
}

.whatsapp-button::before {
  animation: whatsappHalo 2.4s ease-out infinite;
}

.whatsapp-button__icon {
  animation: whatsappIconPulse 2.9s ease-in-out infinite;
}

@keyframes whatsappBreath {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-5px) scale(1.015); }
}

@keyframes whatsappHalo {
  0% { opacity: .45; transform: scale(.8); }
  70% { opacity: .08; transform: scale(1.5); }
  100% { opacity: 0; transform: scale(1.75); }
}

@keyframes whatsappIconPulse {
  0%, 100% { transform: rotate(-4deg) scale(1); }
  50% { transform: rotate(3deg) scale(1.08); }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto !important;
    padding-bottom: 56px !important;
    overflow: hidden !important;
  }

  .hero .section-shell {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding-top: 92px !important;
    gap: 0 !important;
  }

  .hero-visual-standalone {
    order: 1 !important;
    width: min(122vw, 560px) !important;
    height: clamp(500px, 72svh, 660px) !important;
    margin: 0 auto !important;
  }

  .hero-data-cards {
    z-index: 3 !important;
    opacity: .95 !important;
  }

  .floating-character {
    z-index: 4 !important;
    height: 118% !important;
    animation: heroCharacterBarelyFloat 12s ease-in-out infinite !important;
  }

  .hero-content {
    order: 2 !important;
    position: relative !important;
    z-index: 9 !important;
    width: 100% !important;
    margin: -18px auto 0 !important;
    padding: 0 18px !important;
    text-align: center !important;
    align-items: center !important;
  }

  .hero-title {
    align-items: center !important;
    text-align: center !important;
    font-size: clamp(42px, 13vw, 62px) !important;
  }

  .hero-actions {
    justify-content: center !important;
  }

  .work-section-head { margin-bottom: 34px; }
  .work-section-head h2 { font-size: clamp(42px, 13vw, 62px); }
  .work-more { justify-content: center; margin-top: 34px; }
  .discover-more-btn { min-width: 154px; min-height: 48px; font-size: 19px; }

  .footer-social .social-btn::before { content: none !important; }
  .footer-social .social-btn .social-icon {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    border-radius: 50% !important;
  }

  .footer-social .social-btn .social-icon i { font-size: 24px !important; }
}

@media (max-width: 480px) {
  .hero-visual-standalone {
    width: 126vw !important;
    height: clamp(510px, 74svh, 620px) !important;
  }

  .hero-content { margin-top: -10px !important; }
}
.scroll-motion-ready {
  opacity: 0;
  transform: translate3d(0, 36px, 0) scale(.985);
  filter: blur(7px);
  transition:
    opacity 900ms cubic-bezier(.16, 1, .3, 1) var(--scroll-delay, 0ms),
    transform 900ms cubic-bezier(.16, 1, .3, 1) var(--scroll-delay, 0ms),
    filter 900ms cubic-bezier(.16, 1, .3, 1) var(--scroll-delay, 0ms);
}

.scroll-motion-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-motion-ready,
  .reveal,
  .whatsapp-button,
  .whatsapp-button::before,
  .whatsapp-button__icon {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
/* Final mobile header breathing room */
@media (max-width: 600px) {
  .site-header {
    padding-inline: 18px !important;
  }

  .site-header .brand img {
    max-width: 178px !important;
  }

  .menu-toggle {
    flex: 0 0 48px !important;
    margin-inline-start: auto !important;
  }
}
/* Final user annotations pass: mobile layout and footer */
.about-mobile-more {
  display: none;
  width: fit-content;
  margin: 28px auto 0;
  padding: 12px 26px;
  border: 2px solid #0868ff;
  border-radius: 12px;
  color: #0868ff;
  background: rgba(8, 104, 255, .04);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.footer-rights {
  position: relative;
  z-index: 2;
  width: min(92%, 1360px);
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 104, 255, .16);
  color: #1c2d44;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

.footer-rights a {
  color: #0868ff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

@media (max-width: 900px) {
  .hero .section-shell {
    overflow: hidden !important;
  }

  .hero-visual-standalone {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
    transform: none !important;
  }

  .floating-character {
    left: auto !important;
    right: auto !important;
    margin-inline: auto !important;
    object-position: center bottom !important;
    transform: translate3d(0, 0, 0) scale(1.02) !important;
  }

  .hero-data-cards {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(112vw, 500px) !important;
  }

  .about-mobile-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .service-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding-inline: 10px !important;
  }

  .service-card {
    min-height: 190px !important;
    padding: 17px 12px 14px !important;
    border-radius: 16px !important;
  }

  .service-card h3 {
    margin: 28px 0 9px !important;
    font-size: clamp(13px, 3.8vw, 16px) !important;
    line-height: 1.35 !important;
  }

  .service-card ul { gap: 5px !important; }

  .service-card ul li {
    font-size: clamp(10px, 3vw, 12px) !important;
    line-height: 1.45 !important;
    padding-inline-end: 12px !important;
  }

  .service-card ul li::before {
    width: 5px !important;
    height: 5px !important;
  }

  .card-num {
    top: 8px !important;
    left: 10px !important;
    font-size: 34px !important;
  }

  .work {
    padding: 70px 0 86px !important;
  }

  .work-slider {
    min-height: 0 !important;
  }

  .work-card {
    width: min(56vw, 205px) !important;
    height: min(74vw, 270px) !important;
    border-radius: 14px !important;
  }

  .work-card h3 {
    right: 14px !important;
    bottom: 14px !important;
    font-size: 16px !important;
  }

  .footer {
    padding-bottom: 132px !important;
  }

  .footer-social {
    padding-bottom: 24px !important;
  }

  .footer-social .social-actions {
    position: relative !important;
    z-index: 4 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 18px !important;
    margin-bottom: 66px !important;
  }

  .footer-social .social-btn {
    width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  .footer-social .social-btn strong { display: none !important; }

  .footer-social .social-btn .social-icon {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
  }

  .whatsapp-button {
    left: 14px !important;
    bottom: 14px !important;
    min-width: 176px !important;
    max-width: calc(100vw - 125px) !important;
    height: 58px !important;
  }

  .footer-rights {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.8;
  }
}

@media (max-width: 430px) {
  .service-card { min-height: 176px !important; }
  .service-card h3 { font-size: 12.5px !important; }
  .service-card ul li { font-size: 10.5px !important; }
  .work-card { width: min(54vw, 190px) !important; height: min(72vw, 252px) !important; }
}
/* Footer mobile anti-overlap polish */
@media (max-width: 900px) {
  .footer {
    overflow: hidden !important;
  }

  .footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 18px !important;
    box-sizing: border-box !important;
  }

  .footer-brand p {
    max-width: 100% !important;
    padding-inline: 4px !important;
    overflow-wrap: anywhere !important;
  }

  .contact-actions {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact-btn {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 14px !important;
    gap: 12px !important;
    direction: rtl !important;
    overflow: hidden !important;
  }

  .contact-btn > span:last-child {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .contact-btn small {
    display: block !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    font-size: 14px !important;
  }

  .footer-social .social-actions {
    padding-bottom: 18px !important;
  }

  .footer-rights {
    width: calc(100% - 36px) !important;
    box-sizing: border-box !important;
    margin-bottom: 18px !important;
  }
}
/* Lock mobile service cards inside the viewport */
@media (max-width: 900px) {
  #services .section-shell {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 8px !important;
    box-sizing: border-box !important;
  }

  #services .service-grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    padding-inline: 0 !important;
    overflow: hidden !important;
  }

  #services .service-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
/* Hard clamp services two-column mobile grid */
@media (max-width: 900px) {
  #services {
    overflow-x: hidden !important;
  }

  #services .section-shell {
    display: block !important;
  }

  #services .service-grid {
    display: grid !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-inline: auto !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 8px !important;
    row-gap: 10px !important;
    overflow: visible !important;
  }

  #services .service-grid > .service-card {
    display: block !important;
    grid-column: auto !important;
    inline-size: auto !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
  }
}
/* Absolute mobile services two-up layout */
@media (max-width: 900px) {
  #services .service-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 9px !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #services .service-grid > .service-card {
    flex: 0 0 calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
}
/* Home mobile final pass 20260712d */
.testimonials {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 15% 12%, rgba(8, 104, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  direction: rtl;
}

.testimonials .section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.testimonials-head {
  text-align: center;
  margin-bottom: 38px;
}

.testimonials-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(8, 104, 255, 0.1);
  color: #0868ff;
  font-size: 18px;
  font-weight: 900;
}

.testimonials-head h2 {
  margin: 16px 0 0;
  color: #061b40;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.25;
  font-weight: 900;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  min-height: 260px;
  padding: 26px 24px;
  border-radius: 18px;
  border: 1px solid rgba(8, 104, 255, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(6, 27, 64, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.testimonial-stars {
  direction: ltr;
  color: #0868ff;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: right;
}

.testimonial-card p {
  margin: 0;
  color: #17335d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.9;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(8, 104, 255, 0.12);
}

.testimonial-author strong {
  color: #061b40;
  font-size: 19px;
  font-weight: 900;
}

.testimonial-author span {
  color: #6c7b91;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  .hero .section-shell {
    min-height: 100svh !important;
    padding: 94px 18px 22px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .hero-visual-standalone {
    order: 1 !important;
    width: min(112vw, 540px) !important;
    height: clamp(285px, 46svh, 420px) !important;
    margin: -18px auto -28px !important;
  }

  .floating-character {
    height: 116% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }

  .hero-content {
    order: 2 !important;
    width: min(94vw, 520px) !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 18px 16px 20px !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, rgba(3, 25, 60, 0.5), rgba(3, 25, 60, 0.24)) !important;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(5px) !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(42px, 10.6vw, 64px) !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }

  .hero-actions {
    margin-top: 16px !important;
    justify-content: center !important;
  }

  .hero-btn-about {
    min-height: 58px !important;
    padding: 12px 30px !important;
    border-radius: 999px !important;
    font-size: 18px !important;
    gap: 12px !important;
  }

  #services .section-shell {
    padding-inline: 10px !important;
  }

  #services .service-grid {
    gap: 12px !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  #services .service-grid > .service-card {
    padding: 24px 16px 22px !important;
    min-height: 218px !important;
    border-radius: 18px !important;
  }

  #services .service-card .card-num {
    font-size: clamp(38px, 8vw, 52px) !important;
    line-height: 1 !important;
  }

  #services .service-card h3 {
    margin-top: 34px !important;
    font-size: clamp(19px, 3.7vw, 24px) !important;
    line-height: 1.45 !important;
    font-weight: 900 !important;
  }

  #services .service-card ul {
    margin-top: 16px !important;
    gap: 9px !important;
  }

  #services .service-card ul li {
    font-size: clamp(15px, 2.8vw, 18px) !important;
    line-height: 1.65 !important;
    font-weight: 800 !important;
  }

  .testimonials {
    padding: 72px 0 84px !important;
  }

  .testimonials .section-shell {
    width: min(100% - 28px, 760px) !important;
  }

  .testimonials-head {
    margin-bottom: 24px !important;
  }

  .testimonials-head h2 {
    font-size: clamp(30px, 7vw, 44px) !important;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .testimonial-card {
    min-height: 218px !important;
    padding: 20px 16px !important;
    border-radius: 16px !important;
    gap: 14px !important;
  }

  .testimonial-card p {
    font-size: clamp(15px, 2.8vw, 17px) !important;
    line-height: 1.8 !important;
  }

  .testimonial-author strong {
    font-size: 17px !important;
  }
}

@media (max-width: 519px) {
  #services .service-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100% - 20px, 390px) !important;
    max-width: min(100% - 20px, 390px) !important;
    gap: 14px !important;
  }

  #services .service-grid > .service-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 194px !important;
    padding: 24px 22px !important;
  }

  #services .service-card h3 {
    margin-top: 30px !important;
    font-size: 21px !important;
  }

  #services .service-card ul li {
    font-size: 16px !important;
  }

  .testimonial-grid {
    grid-template-columns: 1fr !important;
  }

  .testimonial-card {
    min-height: auto !important;
  }
}

@media (max-width: 430px) {
  .hero .section-shell {
    padding-top: 88px !important;
    padding-bottom: 18px !important;
  }

  .hero-visual-standalone {
    height: clamp(270px, 43svh, 350px) !important;
    margin-top: -12px !important;
    margin-bottom: -20px !important;
  }

  .hero-content {
    width: min(92vw, 390px) !important;
    padding: 16px 14px 18px !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(38px, 12vw, 52px) !important;
    line-height: 1.38 !important;
  }

  .hero-btn-about {
    min-height: 54px !important;
    font-size: 17px !important;
    padding-inline: 26px !important;
  }
}

/* Mobile WhatsApp should not cover hero CTAs */
@media (max-width: 900px) {
  .whatsapp-button {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    left: 16px !important;
    bottom: 16px !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  .whatsapp-button__content {
    display: none !important;
  }

  .whatsapp-button__icon {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }
}

/* Home annotations pass 20260712g */
.testimonials {
  overflow: hidden !important;
}

.testimonials .section-shell {
  width: 100% !important;
  max-width: 100% !important;
}

.testimonial-grid {
  display: flex !important;
  grid-template-columns: none !important;
  width: max-content !important;
  max-width: none !important;
  gap: 18px !important;
  padding-inline: 24px !important;
  direction: ltr !important;
  animation: testimonialLoop 30s linear infinite !important;
  will-change: transform;
}

.testimonial-grid:hover {
  animation-play-state: paused !important;
}

.testimonial-card {
  flex: 0 0 clamp(300px, 31vw, 390px) !important;
  width: clamp(300px, 31vw, 390px) !important;
  max-width: none !important;
  direction: rtl !important;
}

@keyframes testimonialLoop {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 900px) {
  .hero-visual-standalone {
    order: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: clamp(360px, 55svh, 520px) !important;
    margin: -18px auto -34px !important;
    overflow: visible !important;
  }

  .floating-character {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 138% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(0) scale(1.06) !important;
    transform-origin: center bottom !important;
  }

  .whatsapp-button {
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    height: 66px !important;
    min-height: 66px !important;
    padding: 0 !important;
    left: 16px !important;
    bottom: 16px !important;
    border: 3px solid rgba(255, 255, 255, 0.88) !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #28d66f, #09a84f) !important;
    box-shadow: 0 16px 34px rgba(7, 168, 79, 0.34), 0 0 0 8px rgba(40, 214, 111, 0.12) !important;
    display: grid !important;
    place-items: center !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .whatsapp-button::before {
    content: "" !important;
    position: absolute !important;
    inset: -10px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(40, 214, 111, 0.45) !important;
    background: transparent !important;
    animation: whatsappRingClean 2.2s ease-out infinite !important;
  }

  .whatsapp-button::after,
  .whatsapp-button__content,
  .whatsapp-button__arrow {
    display: none !important;
    content: none !important;
  }

  .whatsapp-button__icon {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .whatsapp-button__icon img {
    display: none !important;
  }

  .whatsapp-button__icon::before {
    content: "\f232" !important;
    font-family: "Font Awesome 6 Brands" !important;
    color: #fff !important;
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .testimonial-grid {
    gap: 14px !important;
    padding-inline: 18px !important;
    animation-duration: 24s !important;
  }

  .testimonial-card {
    flex-basis: min(78vw, 330px) !important;
    width: min(78vw, 330px) !important;
    min-height: 220px !important;
  }
}

@media (max-width: 430px) {
  .hero-visual-standalone {
    height: clamp(360px, 52svh, 460px) !important;
    margin-top: -8px !important;
    margin-bottom: -30px !important;
  }

  .floating-character {
    height: 142% !important;
    transform: translateX(0) scale(1.08) !important;
  }

  .hero-content {
    margin-top: -6px !important;
  }
}

@keyframes whatsappRingClean {
  0% { transform: scale(0.78); opacity: 0.76; }
  80%, 100% { transform: scale(1.28); opacity: 0; }
}

/* Home mobile final annotations 20260713a */
@media (max-width: 900px) {
  .hero .section-shell {
    padding-top: 78px !important;
    padding-bottom: 42px !important;
    justify-content: flex-start !important;
    gap: 0 !important;
  }

  .hero-visual-standalone {
    width: min(133vw, 612px) !important;
    max-width: none !important;
    height: clamp(430px, 67svh, 550px) !important;
    margin: -8px auto -58px !important;
    transform: translateX(14px) !important;
    overflow: visible !important;
  }

  .floating-character {
    width: 100% !important;
    height: 124% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
  }

  .hero-content {
    margin-top: -22px !important;
    margin-bottom: 18px !important;
    position: relative !important;
    z-index: 4 !important;
  }

  .hero-actions {
    margin-top: 12px !important;
  }

  .hero-btn-about {
    transform: translateY(-8px) !important;
  }

  #services .service-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: calc(100vw - 22px) !important;
    max-width: calc(100vw - 22px) !important;
    gap: 10px !important;
    margin-inline: auto !important;
  }

  #services .service-grid > .service-card {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 226px !important;
    padding: 24px 10px 18px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  #services .service-card .card-num {
    font-size: clamp(36px, 9vw, 52px) !important;
    left: 10px !important;
    top: 12px !important;
  }

  #services .service-card h3 {
    margin-top: 44px !important;
    font-size: clamp(17px, 4vw, 22px) !important;
    line-height: 1.35 !important;
    text-align: right !important;
  }

  #services .service-card ul {
    margin-top: 12px !important;
    gap: 8px !important;
  }

  #services .service-card ul li {
    padding-inline-end: 13px !important;
    font-size: clamp(13.4px, 3.2vw, 17px) !important;
    line-height: 1.55 !important;
    font-weight: 900 !important;
  }

  #services .service-card ul li::before {
    width: 6px !important;
    height: 6px !important;
    top: .72em !important;
  }

  .whatsapp-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: min(250px, calc(100vw - 30px)) !important;
    max-width: min(250px, calc(100vw - 30px)) !important;
    min-width: 214px !important;
    height: 66px !important;
    min-height: 66px !important;
    padding: 8px 12px !important;
    left: 15px !important;
    bottom: 15px !important;
    border: 1px solid rgba(111, 194, 255, 0.24) !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, rgba(6, 41, 78, 0.96), rgba(5, 30, 58, 0.96)) !important;
    box-shadow: 0 16px 38px rgba(0, 28, 66, 0.34) !important;
    overflow: hidden !important;
  }

  .whatsapp-button::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border: 0 !important;
    border-radius: inherit !important;
    background: linear-gradient(90deg, rgba(10, 137, 255, .28), rgba(8, 104, 255, .08)) !important;
    animation: none !important;
  }

  .whatsapp-button::after {
    display: none !important;
    content: none !important;
  }

  .whatsapp-button__icon {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, #32c4ff, #0868ff) !important;
    box-shadow: 0 10px 24px rgba(8, 104, 255, .34) !important;
  }

  .whatsapp-button__icon::before {
    display: none !important;
    content: none !important;
  }

  .whatsapp-button__icon img {
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    object-fit: contain !important;
  }

  .whatsapp-button__content {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-width: 0 !important;
    color: #fff !important;
  }

  .whatsapp-button__content small {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    color: rgba(180, 224, 255, .92) !important;
    font-weight: 900 !important;
  }

  .whatsapp-button__content strong {
    display: block !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    color: #fff !important;
    font-weight: 900 !important;
  }

  .whatsapp-button__arrow {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 10px !important;
    background: #9ddcff !important;
    color: #03254d !important;
    font-size: 16px !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 430px) {
  .hero-visual-standalone {
    width: min(144vw, 612px) !important;
    height: clamp(420px, 64svh, 550px) !important;
    margin-top: -4px !important;
    margin-bottom: -54px !important;
    transform: translateX(14px) !important;
  }

  .floating-character {
    height: 126% !important;
  }

  .hero-content {
    margin-top: -18px !important;
  }

  #services .service-grid {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    gap: 8px !important;
  }

  #services .service-grid > .service-card {
    min-height: 218px !important;
    padding-inline: 8px !important;
  }

  #services .service-card h3 {
    font-size: clamp(16px, 4.15vw, 19px) !important;
  }

  #services .service-card ul li {
    font-size: clamp(12.6px, 3.25vw, 15px) !important;
  }

  .whatsapp-button {
    width: min(238px, calc(100vw - 28px)) !important;
    max-width: min(238px, calc(100vw - 28px)) !important;
    min-width: 210px !important;
  }
}

/* Home mobile overlap fix 20260713a */
@media (max-width: 900px) {
  .hero-content {
    margin-top: -86px !important;
  }

  .hero-btn-about {
    transform: translateY(-12px) !important;
  }

  .whatsapp-button {
    width: min(224px, calc(100vw - 28px)) !important;
    max-width: min(224px, calc(100vw - 28px)) !important;
    min-width: 204px !important;
    height: 62px !important;
    min-height: 62px !important;
    left: 14px !important;
    bottom: 14px !important;
  }

  .whatsapp-button__icon {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }

  .whatsapp-button__icon img {
    width: 33px !important;
    height: 33px !important;
  }

  .whatsapp-button__content strong {
    font-size: 13px !important;
  }

  .whatsapp-button__arrow {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }
}

@media (max-width: 430px) {
  .hero-content {
    margin-top: -78px !important;
  }

  .whatsapp-button {
    width: min(216px, calc(100vw - 24px)) !important;
    max-width: min(216px, calc(100vw - 24px)) !important;
    min-width: 200px !important;
  }
}

/* Home mobile hero balanced position */
@media (max-width: 900px) {
  .hero-content {
    margin-top: -54px !important;
    z-index: 12 !important;
  }
}

@media (max-width: 430px) {
  .hero-content {
    margin-top: -48px !important;
  }
}

/* Keep hero CTA clear above floating WhatsApp */
@media (max-width: 900px) {
  .hero-actions {
    margin-top: 4px !important;
  }

  .hero-btn-about {
    transform: translateY(-36px) !important;
  }
}

/* Revert mobile hero image annotation 20260713b */
@media (max-width: 900px) {
  .hero-visual-standalone {
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(529px, 56svh) !important;
    margin-inline-start: auto !important;
    margin-inline-end: auto !important;
    transform: none !important;
  }

  .floating-character {
    width: 100% !important;
    height: 116% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
  }
}

@media (max-width: 430px) {
  .hero-visual-standalone {
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(529px, 52svh) !important;
    transform: none !important;
  }

  .floating-character {
    height: 116% !important;
    transform: none !important;
  }
}

/* Mobile hero clean layout 20260713c */
@media (max-width: 900px) {
  .hero {
    min-height: 100svh !important;
  }

  .hero .section-shell {
    min-height: 100svh !important;
    padding-top: 78px !important;
    padding-bottom: 96px !important;
    justify-content: flex-start !important;
    gap: 0 !important;
  }

  .hero-visual-standalone {
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(430px, 50svh) !important;
    margin: 0 auto -18px !important;
    transform: none !important;
  }

  .floating-character {
    height: 116% !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
  }

  .hero-content {
    width: min(92vw, 430px) !important;
    min-height: 280px !important;
    margin: 0 auto 44px !important;
    padding: 28px 16px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    z-index: 12 !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(38px, 10vw, 58px) !important;
    line-height: 1.32 !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  .hero-actions {
    margin-top: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .hero-btn-about {
    transform: none !important;
    min-height: 58px !important;
    padding: 12px 30px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 430px) {
  .hero .section-shell {
    padding-top: 76px !important;
    padding-bottom: 92px !important;
  }

  .hero-visual-standalone {
    height: min(405px, 48svh) !important;
    margin-bottom: -12px !important;
  }

  .hero-content {
    width: min(94vw, 390px) !important;
    min-height: 270px !important;
    padding: 24px 14px 28px !important;
    gap: 16px !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(36px, 11vw, 50px) !important;
    line-height: 1.35 !important;
  }
}

/* Mobile hero compact card 20260713d */
@media (max-width: 900px) {
  .hero-content {
    min-height: 238px !important;
    margin-top: -34px !important;
    margin-bottom: 72px !important;
    padding: 20px 14px 22px !important;
    gap: 10px !important;
    justify-content: center !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(34px, 9.2vw, 50px) !important;
    line-height: 1.25 !important;
  }

  .hero-actions {
    margin-top: 4px !important;
  }

  .hero-btn-about {
    min-height: 52px !important;
    padding: 10px 26px !important;
    font-size: 17px !important;
    transform: none !important;
  }
}

@media (max-width: 430px) {
  .hero-content {
    min-height: 230px !important;
    margin-top: -28px !important;
    margin-bottom: 74px !important;
    padding: 18px 12px 20px !important;
    gap: 8px !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(32px, 10vw, 44px) !important;
    line-height: 1.28 !important;
  }

  .hero-btn-about {
    min-height: 50px !important;
    font-size: 16px !important;
  }
}

/* Final home mobile polish 20260713e */
@media (max-width: 900px) {
  .hero .section-shell {
    padding-bottom: 128px !important;
  }

  .hero-content {
    min-height: 242px !important;
    margin-top: -28px !important;
    margin-bottom: 96px !important;
    padding: 22px 14px 24px !important;
    gap: 12px !important;
  }

  .hero-btn-about {
    transform: none !important;
    margin-top: 2px !important;
  }

  .about-mobile-more {
    display: inline-flex !important;
  }

  #services .service-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    gap: 9px !important;
    margin-inline: auto !important;
    overflow: visible !important;
  }

  #services .service-grid > .service-card {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 228px !important;
    padding: 24px 9px 18px !important;
  }

  #services .service-card h3 {
    margin-top: 42px !important;
    font-size: clamp(17px, 3.9vw, 21px) !important;
    line-height: 1.34 !important;
    font-weight: 900 !important;
  }

  #services .service-card ul li {
    font-size: clamp(13px, 3.05vw, 16px) !important;
    line-height: 1.55 !important;
    font-weight: 900 !important;
  }

  .whatsapp-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    width: min(252px, calc(100vw - 28px)) !important;
    max-width: min(252px, calc(100vw - 28px)) !important;
    min-width: 224px !important;
    height: 66px !important;
    min-height: 66px !important;
    padding: 8px 12px !important;
    left: 14px !important;
    bottom: 14px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(111, 194, 255, 0.25) !important;
    background: linear-gradient(135deg, rgba(6, 41, 78, 0.98), rgba(5, 30, 58, 0.98)) !important;
    box-shadow: 0 16px 38px rgba(0, 28, 66, 0.34) !important;
    overflow: hidden !important;
  }

  .whatsapp-button::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border: 0 !important;
    border-radius: inherit !important;
    background: linear-gradient(90deg, rgba(10, 137, 255, .28), rgba(8, 104, 255, .08)) !important;
    animation: none !important;
  }

  .whatsapp-button::after,
  .whatsapp-button__icon::before {
    display: none !important;
    content: none !important;
  }

  .whatsapp-button__icon {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, #32c4ff, #0868ff) !important;
    box-shadow: 0 10px 24px rgba(8, 104, 255, .34) !important;
  }

  .whatsapp-button__icon img {
    display: block !important;
    width: 36px !important;
    height: 36px !important;
  }

  .whatsapp-button__content {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-width: 0 !important;
  }

  .whatsapp-button__content small {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    color: rgba(180, 224, 255, .92) !important;
    font-weight: 900 !important;
  }

  .whatsapp-button__content strong {
    display: block !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    color: #fff !important;
    font-weight: 900 !important;
  }

  .whatsapp-button__arrow {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 10px !important;
    background: #9ddcff !important;
    color: #03254d !important;
    font-size: 16px !important;
  }

  .testimonials {
    padding: 68px 0 76px !important;
  }

  .testimonials .section-shell {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .testimonials-head {
    padding-inline: 18px !important;
    margin-bottom: 24px !important;
  }

  .testimonial-grid {
    display: flex !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 14px !important;
    padding: 0 18px 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    direction: rtl !important;
    animation: none !important;
    transform: none !important;
    scrollbar-width: none !important;
  }

  .testimonial-grid::-webkit-scrollbar {
    display: none !important;
  }

  .testimonial-card {
    flex: 0 0 min(82vw, 340px) !important;
    width: min(82vw, 340px) !important;
    min-height: 230px !important;
    scroll-snap-align: center !important;
    direction: rtl !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 430px) {
  #services .service-grid {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    gap: 7px !important;
  }

  #services .service-grid > .service-card {
    min-height: 222px !important;
    padding-inline: 7px !important;
  }

  #services .service-card h3 {
    font-size: clamp(15.5px, 4vw, 18px) !important;
  }

  #services .service-card ul li {
    font-size: clamp(12.2px, 3vw, 14px) !important;
  }

  .whatsapp-button {
    width: min(238px, calc(100vw - 24px)) !important;
    max-width: min(238px, calc(100vw - 24px)) !important;
    min-width: 210px !important;
  }
}

/* Home/footer mobile cleanup 20260713h */
.contact-icon i,
.social-icon i {
  line-height: 1;
  font-size: 1em;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto !important;
    padding-bottom: 0 !important;
  }

  .hero .section-shell {
    min-height: 0 !important;
    padding-bottom: 28px !important;
  }

  .hero-content {
    margin-bottom: 28px !important;
  }

  .about {
    margin-top: 0 !important;
  }

  .footer-contact .contact-icon {
    font-size: 19px !important;
  }

  .footer-contact .contact-icon .fa-whatsapp {
    font-size: 22px !important;
  }

  .footer-contact .contact-icon .fa-envelope {
    font-size: 18px !important;
  }
}

@media (max-width: 430px) {
  .hero .section-shell {
    padding-bottom: 18px !important;
  }

  .hero-content {
    margin-bottom: 18px !important;
  }
}

/* Portfolio links cleanup 20260713i */
.portfolio-container a.work-card {
  color: inherit;
  text-decoration: none;
}

/* Global footer and WhatsApp sync 20260713k */
.footer {
  position: relative;
  z-index: 1;
}

.whatsapp-button {
  position: fixed !important;
  z-index: 9999 !important;
}

@media (max-width: 900px) {
  .footer {
    padding-bottom: 118px !important;
  }

  .whatsapp-button {
    left: 14px !important;
    bottom: 14px !important;
  }
}


/* Testimonials client logos pass 20260713p */
.testimonial-card {
  position: relative;
  align-items: stretch;
  min-height: 380px !important;
  padding: 24px 22px 22px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 82% 10%, rgba(8, 104, 255, .10), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,250,255,.94)) !important;
}

.testimonial-logo {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 0 4px auto;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(8, 104, 255, .14);
  box-shadow: 0 14px 30px rgba(6, 27, 64, .10);
  overflow: hidden;
}

.testimonial-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.testimonial-logo span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #0868ff;
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(8,104,255,.10), rgba(255,255,255,.92));
}

.testimonial-card p {
  flex: 1 1 auto;
  max-height: 156px;
  overflow: auto;
  padding-inline-end: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(8,104,255,.45) rgba(8,104,255,.08);
}

.testimonial-card p::-webkit-scrollbar {
  width: 5px;
}

.testimonial-card p::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(8,104,255,.42);
}

.testimonial-author {
  margin-top: 2px;
}

@media (max-width: 900px) {
  .testimonial-card {
    flex-basis: min(82vw, 350px) !important;
    width: min(82vw, 350px) !important;
    min-height: 356px !important;
    padding: 20px 18px !important;
  }

  .testimonial-logo {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .testimonial-card p {
    max-height: 148px;
    font-size: 15.5px !important;
    line-height: 1.85 !important;
  }
}

@media (max-width: 430px) {
  .testimonial-grid {
    gap: 12px !important;
    padding-inline: 14px !important;
  }

  .testimonial-card {
    flex-basis: min(84vw, 318px) !important;
    width: min(84vw, 318px) !important;
    min-height: 338px !important;
  }

  .testimonial-logo {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }
}


/* Testimonials nav controls 20260713q */
.testimonials .section-shell {
  position: relative;
}

.testimonial-controls {
  position: absolute;
  inset: 50% 16px auto 16px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(24px);
}

.testimonial-nav {
  pointer-events: auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 104, 255, .22);
  border-radius: 18px;
  color: #0868ff;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.98), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(229,241,255,.86));
  box-shadow: 0 18px 42px rgba(6, 27, 64, .16), inset 0 1px 0 rgba(255,255,255,.9);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  backdrop-filter: blur(12px);
}

.testimonial-nav span {
  display: block;
  font-size: 42px;
  line-height: .75;
  font-weight: 900;
  transform: translateY(-2px);
}

.testimonial-nav:hover,
.testimonial-nav:focus-visible {
  transform: translateY(-4px) scale(1.04);
  background: linear-gradient(145deg, #ffffff, #dcecff);
  box-shadow: 0 24px 54px rgba(8, 104, 255, .24), inset 0 1px 0 rgba(255,255,255,.96);
  outline: none;
}

.testimonial-grid.is-manual {
  animation: none !important;
  transition: transform .55s cubic-bezier(.22, .9, .28, 1);
}

@media (max-width: 900px) {
  .testimonial-controls {
    position: relative;
    inset: auto;
    width: min(190px, calc(100% - 32px));
    margin: -16px auto 18px;
    transform: none;
  }

  .testimonial-nav {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .testimonial-nav span {
    font-size: 38px;
  }
}

@media (max-width: 430px) {
  .testimonial-controls {
    width: 172px;
    margin-top: -10px;
    margin-bottom: 16px;
  }

  .testimonial-nav {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
}


/* Testimonials single bottom nav 20260713r */
.testimonial-grid.is-manual {
  animation: none !important;
  transform: translate3d(var(--testimonial-shift, 0px), 0, 0) !important;
  transition: transform .58s cubic-bezier(.22, .9, .28, 1) !important;
}

.testimonial-nav--prev {
  display: none !important;
}

.testimonial-controls {
  position: relative !important;
  inset: auto !important;
  order: 3;
  z-index: 6;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 20px auto 0 !important;
  padding-inline: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  pointer-events: none !important;
  transform: none !important;
}

.testimonial-nav--next {
  pointer-events: auto !important;
  width: auto !important;
  min-width: 128px !important;
  height: 54px !important;
  padding: 0 18px 0 22px !important;
  border: 1px solid rgba(8, 104, 255, .34) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0868ff, #004dce) !important;
  box-shadow: 0 18px 38px rgba(8, 104, 255, .28), inset 0 1px 0 rgba(255,255,255,.34) !important;
  overflow: hidden !important;
}

.testimonial-nav--next::before {
  content: "";
  position: absolute;
  inset: -35% auto -35% -22%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  transform: rotate(18deg);
  animation: testimonialButtonShine 2.8s ease-in-out infinite;
}

.testimonial-nav--next::after {
  content: "??? ??????";
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  margin-inline-start: 8px;
}

.testimonial-nav--next span {
  position: relative;
  z-index: 2;
  display: grid !important;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #0868ff;
  background: #fff;
  font-size: 26px !important;
  line-height: 1 !important;
  transform: none !important;
}

.testimonial-nav--next:hover,
.testimonial-nav--next:focus-visible {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 24px 48px rgba(8, 104, 255, .34), inset 0 1px 0 rgba(255,255,255,.4) !important;
}

.testimonial-nav--next:active {
  transform: translateY(0) scale(.98) !important;
}

@keyframes testimonialButtonShine {
  0%, 45% { transform: translateX(-130%) rotate(18deg); opacity: 0; }
  60% { opacity: .85; }
  100% { transform: translateX(360%) rotate(18deg); opacity: 0; }
}

@media (max-width: 900px) {
  .testimonial-controls {
    width: calc(100% - 36px) !important;
    margin: 16px auto 0 !important;
    padding-inline-start: 12px !important;
  }

  .testimonial-nav--next {
    min-width: 118px !important;
    height: 50px !important;
    padding-inline: 15px 18px !important;
  }

  .testimonial-nav--next::after {
    font-size: 14px;
  }

  .testimonial-nav--next span {
    width: 26px;
    height: 26px;
    font-size: 24px !important;
  }
}

@media (max-width: 430px) {
  .testimonial-controls {
    width: calc(100% - 28px) !important;
    margin-top: 14px !important;
    padding-inline-start: 10px !important;
  }

  .testimonial-nav--next {
    min-width: 108px !important;
    height: 48px !important;
  }

  .testimonial-nav--next::after {
    content: "??????";
  }
}


/* Testimonials work-style slider 20260713s */
.testimonial-controls,
.testimonial-nav {
  display: none !important;
}

.testimonials {
  overflow: hidden !important;
  padding-bottom: 92px !important;
}

.testimonials .section-shell {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
}

.testimonials-head {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.testimonial-grid {
  display: flex !important;
  grid-template-columns: none !important;
  width: max-content !important;
  max-width: none !important;
  gap: 18px !important;
  padding-inline: 24px !important;
  direction: ltr !important;
  animation: testimonialLoop 36s linear infinite !important;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.testimonial-grid:hover {
  animation-play-state: paused !important;
}

.testimonial-grid.is-manual {
  animation: testimonialLoop 36s linear infinite !important;
  transform: translate3d(0, 0, 0) !important;
}

.testimonial-card {
  flex: 0 0 clamp(310px, 31vw, 390px) !important;
  width: clamp(310px, 31vw, 390px) !important;
  max-width: none !important;
  direction: rtl !important;
}

@media (max-width: 900px) {
  .testimonials {
    padding-top: 78px !important;
    padding-bottom: 86px !important;
  }

  .testimonials-head {
    width: calc(100% - 34px);
    margin-bottom: 30px !important;
  }

  .testimonial-grid {
    gap: 14px !important;
    padding-inline: 18px !important;
    animation-duration: 28s !important;
  }

  .testimonial-card {
    flex-basis: min(82vw, 350px) !important;
    width: min(82vw, 350px) !important;
  }
}

@media (max-width: 430px) {
  .testimonials-head {
    width: calc(100% - 28px);
  }

  .testimonial-grid {
    gap: 12px !important;
    padding-inline: 14px !important;
    animation-duration: 25s !important;
  }

  .testimonial-card {
    flex-basis: min(84vw, 318px) !important;
    width: min(84vw, 318px) !important;
  }
}


/* Testimonials swipe and loop fix 20260713t */
@keyframes testimonialLoopSmooth {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 9px), 0, 0); }
}

.testimonial-grid {
  animation-name: testimonialLoopSmooth !important;
  animation-duration: 38s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
}

.testimonial-card {
  min-height: auto !important;
  justify-content: flex-start !important;
  gap: 14px !important;
}

.testimonial-card p {
  flex: 0 0 auto !important;
  max-height: 172px !important;
  margin-bottom: 0 !important;
}

.testimonial-author {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .testimonials {
    overflow: hidden !important;
    padding-bottom: 76px !important;
  }

  .testimonials .section-shell {
    overflow: visible !important;
  }

  .testimonial-grid {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    overscroll-behavior-x: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 18px !important;
    touch-action: pan-x pan-y !important;
    animation: none !important;
    transform: none !important;
    padding: 0 18px 12px !important;
    margin: 0 !important;
  }

  .testimonial-grid::-webkit-scrollbar {
    display: none !important;
  }

  .testimonial-grid {
    scrollbar-width: none !important;
  }

  .testimonial-card {
    scroll-snap-align: start !important;
    flex: 0 0 min(82vw, 342px) !important;
    width: min(82vw, 342px) !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 16px !important;
    gap: 12px !important;
  }

  .testimonial-logo {
    width: 62px !important;
    height: 62px !important;
    border-radius: 18px !important;
  }

  .testimonial-stars {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .testimonial-card p {
    max-height: none !important;
    overflow: visible !important;
    font-size: 14.5px !important;
    line-height: 1.8 !important;
    padding-inline-end: 0 !important;
  }

  .testimonial-author {
    padding-top: 12px !important;
  }
}

@media (max-width: 430px) {
  .testimonial-grid {
    scroll-padding-inline: 14px !important;
    padding-inline: 14px !important;
    gap: 12px !important;
  }

  .testimonial-card {
    flex-basis: min(84vw, 312px) !important;
    width: min(84vw, 312px) !important;
    padding: 16px 14px !important;
  }

  .testimonial-card p {
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
}


/* Testimonials true work loop 20260713u */
@keyframes testimonialTrueWorkLoop {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.testimonial-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: max-content !important;
  max-width: none !important;
  gap: 0 !important;
  padding: 0 !important;
  direction: ltr !important;
  overflow: visible !important;
  animation: testimonialTrueWorkLoop 42s linear infinite !important;
  will-change: transform;
}

.testimonial-group {
  display: flex !important;
  flex: 0 0 auto !important;
  gap: 18px !important;
  padding-inline: 9px !important;
  align-items: stretch !important;
}

.testimonial-card {
  flex: 0 0 clamp(310px, 31vw, 390px) !important;
  width: clamp(310px, 31vw, 390px) !important;
  max-width: none !important;
  direction: rtl !important;
}

.testimonial-grid:hover {
  animation-play-state: paused !important;
}

@media (max-width: 900px) {
  .testimonial-grid {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    overscroll-behavior-x: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 18px !important;
    touch-action: pan-x pan-y !important;
    animation: none !important;
    transform: none !important;
    gap: 14px !important;
    padding: 0 18px 12px !important;
    margin: 0 !important;
    scrollbar-width: none !important;
  }

  .testimonial-grid::-webkit-scrollbar {
    display: none !important;
  }

  .testimonial-group {
    display: contents !important;
  }

  .testimonial-group[aria-hidden="true"] {
    display: none !important;
  }

  .testimonial-card {
    scroll-snap-align: start !important;
    flex: 0 0 min(82vw, 342px) !important;
    width: min(82vw, 342px) !important;
    min-height: 0 !important;
    height: auto !important;
  }
}

@media (max-width: 430px) {
  .testimonial-grid {
    scroll-padding-inline: 14px !important;
    padding-inline: 14px !important;
    gap: 12px !important;
  }

  .testimonial-card {
    flex-basis: min(84vw, 312px) !important;
    width: min(84vw, 312px) !important;
  }
}

/* Testimonials visible loop final 20260713v */
.testimonials .testimonial-card,
.testimonials .testimonial-card.reveal,
.testimonials .testimonial-card:not(.is-visible) {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

.testimonials .testimonial-grid {
  animation: testimonialTrueWorkLoop 42s linear infinite !important;
}

.testimonials .testimonial-group {
  flex-shrink: 0 !important;
}


/* Testimonials manual horizontal scroll 20260713w */
.testimonials {
  overflow: hidden !important;
  padding-bottom: 86px !important;
}

.testimonials .section-shell {
  width: 100% !important;
  max-width: 100% !important;
}

.testimonials-head {
  width: min(1180px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
  margin-bottom: 34px !important;
}

.testimonial-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 0 !important;
  padding: 0 28px 18px !important;
  margin: 0 !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  direction: ltr !important;
  animation: none !important;
  transform: none !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: 28px !important;
  overscroll-behavior-x: contain !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(8,104,255,.45) rgba(8,104,255,.08) !important;
}

.testimonial-grid.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none !important;
}

.testimonial-grid::-webkit-scrollbar {
  height: 8px !important;
  display: block !important;
}

.testimonial-grid::-webkit-scrollbar-track {
  background: rgba(8,104,255,.08);
  border-radius: 999px;
}

.testimonial-grid::-webkit-scrollbar-thumb {
  background: rgba(8,104,255,.46);
  border-radius: 999px;
}

.testimonial-group {
  display: flex !important;
  flex: 0 0 auto !important;
  gap: 18px !important;
  padding-inline: 0 !important;
  align-items: stretch !important;
}

.testimonial-group[aria-hidden="true"] {
  display: none !important;
}

.testimonial-card {
  scroll-snap-align: start !important;
  flex: 0 0 clamp(310px, 31vw, 390px) !important;
  width: clamp(310px, 31vw, 390px) !important;
  min-height: 0 !important;
  height: auto !important;
  direction: rtl !important;
}

@media (max-width: 900px) {
  .testimonials {
    padding-bottom: 76px !important;
  }

  .testimonials-head {
    width: calc(100% - 34px) !important;
    margin-bottom: 28px !important;
  }

  .testimonial-grid {
    padding: 0 18px 12px !important;
    scroll-padding-inline: 18px !important;
    scrollbar-width: none !important;
  }

  .testimonial-grid::-webkit-scrollbar {
    display: none !important;
  }

  .testimonial-group {
    gap: 14px !important;
  }

  .testimonial-card {
    flex-basis: min(82vw, 342px) !important;
    width: min(82vw, 342px) !important;
  }
}

@media (max-width: 430px) {
  .testimonials-head {
    width: calc(100% - 28px) !important;
  }

  .testimonial-grid {
    padding-inline: 14px !important;
    scroll-padding-inline: 14px !important;
  }

  .testimonial-group {
    gap: 12px !important;
  }

  .testimonial-card {
    flex-basis: min(84vw, 312px) !important;
    width: min(84vw, 312px) !important;
  }
}

/* Services detail page 20260713y */
.service-card-link {
  color: inherit;
  text-decoration: none;
}

.services-page-main {
  background:
    radial-gradient(circle at 18% 18%, rgba(8, 104, 255, .16), transparent 28%),
    linear-gradient(180deg, #020813 0 360px, #f6fbff 360px 100%);
  min-height: 100vh;
  padding: 150px 0 90px;
}

.services-hero {
  width: min(1080px, calc(100% - 34px));
  margin: 0 auto 34px;
  text-align: center;
  color: #fff;
}

.services-hero span {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(8, 104, 255, .2);
  color: #b9dcff;
  font-weight: 900;
}

.services-hero h1 {
  margin: 18px auto 14px;
  max-width: 900px;
  font-size: clamp(36px, 6vw, 74px);
  line-height: 1.12;
  font-weight: 900;
}

.services-hero p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  font-size: clamp(15px, 2vw, 20px);
  line-height: 1.9;
  font-weight: 800;
}

.services-detail-grid {
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-detail-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 34px;
  border: 1px solid rgba(157, 210, 255, .78);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(238,247,255,.92)), #fff;
  box-shadow: 0 24px 60px rgba(2, 20, 50, .11);
}

.service-detail-card::before {
  content: "";
  position: absolute;
  inset-inline-start: -80px;
  top: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(8, 104, 255, .1);
}

.service-detail-card > span {
  position: relative;
  display: inline-flex;
  margin-bottom: 22px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(8, 104, 255, .45);
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}

.service-detail-card h2 {
  position: relative;
  margin: 0 0 12px;
  color: #071d3c;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  font-weight: 900;
}

.service-detail-card p,
.service-detail-card li {
  color: #49627d;
  font-weight: 800;
  line-height: 1.9;
}

.service-detail-card ul {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-inline-end: 9px;
  border-radius: 50%;
  background: #0868ff;
  box-shadow: 0 0 0 5px rgba(8, 104, 255, .1);
}

@media (max-width: 760px) {
  .services-page-main {
    padding: 122px 0 70px;
    background: linear-gradient(180deg, #020813 0 320px, #f6fbff 320px 100%);
  }

  .services-detail-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
    gap: 12px;
  }

  .service-detail-card {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .service-detail-card > span {
    font-size: 46px;
    margin-bottom: 14px;
  }
}

/* Final mobile hero character scale 20260713 */
@media (max-width: 900px) {
  .hero-visual-standalone {
    height: min(455px, 52svh) !important;
    margin-bottom: -24px !important;
  }

  .floating-character {
    width: 108% !important;
    height: 122% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(0) !important;
  }
}

@media (max-width: 430px) {
  .hero-visual-standalone {
    height: min(430px, 51svh) !important;
    margin-bottom: -20px !important;
  }

  .floating-character {
    width: 110% !important;
    height: 124% !important;
  }
}

/* Futuristic neon orbit animation around hero character */
.hero-orbits {
  position: absolute;
  inset: 3% -13% 0 -10%;
  width: 126%;
  height: 102%;
  pointer-events: none;
  overflow: visible;
  transform-origin: 50% 52%;
  mix-blend-mode: screen;
}

.hero-orbits--back {
  z-index: 2;
  opacity: .88;
  transform: rotateX(58deg) rotateZ(-17deg) translate3d(0, 3%, 0);
}

.hero-orbits--front {
  z-index: 6;
  opacity: .58;
  transform: rotateX(60deg) rotateZ(-17deg) translate3d(0, 10%, 0);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 26%, #000 74%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%, #000 74%, transparent 100%);
}

.hero-orbit {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2.2;
  filter: url(#heroOrbitGlow) drop-shadow(0 0 12px rgba(8,104,255,.72)) drop-shadow(0 0 28px rgba(127,72,255,.45));
  vector-effect: non-scaling-stroke;
}

.hero-orbit--one {
  stroke: rgba(70, 154, 255, .92);
  stroke-dasharray: 138 415;
  animation: heroOrbitFlow 7.4s linear infinite, heroOrbitPulse 4.6s ease-in-out infinite alternate;
}

.hero-orbit--two {
  stroke: rgba(160, 64, 255, .78);
  stroke-width: 1.8;
  stroke-dasharray: 210 330;
  animation: heroOrbitFlowReverse 10.6s linear infinite, heroOrbitPulse 5.4s ease-in-out infinite alternate-reverse;
}

.hero-orbit--three {
  stroke: rgba(99, 210, 255, .52);
  stroke-width: 1.3;
  stroke-dasharray: 42 155;
  animation: heroOrbitFlow 5.8s linear infinite;
}

.hero-orbit--frontline {
  stroke: rgba(215, 242, 255, .76);
  stroke-width: 1.75;
  stroke-dasharray: 76 260;
  animation: heroOrbitFlowReverse 6.8s linear infinite, heroOrbitPulse 3.8s ease-in-out infinite alternate;
}

.hero-data-cards,
.floating-character {
  position: relative;
}

.hero-data-cards { z-index: 4; }
.floating-character { z-index: 5; }

@keyframes heroOrbitFlow {
  from { stroke-dashoffset: 560; }
  to { stroke-dashoffset: 0; }
}

@keyframes heroOrbitFlowReverse {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: 620; }
}

@keyframes heroOrbitPulse {
  from { opacity: .48; }
  to { opacity: 1; }
}

@media (max-width: 900px) {
  .hero-orbits {
    inset: 9% -20% 4% -18%;
    width: 138%;
    height: 88%;
  }

  .hero-orbits--back {
    opacity: .74;
    transform: rotateX(62deg) rotateZ(-16deg) translate3d(0, 7%, 0);
  }

  .hero-orbits--front {
    opacity: .42;
    transform: rotateX(63deg) rotateZ(-16deg) translate3d(0, 12%, 0);
  }

  .hero-orbit {
    stroke-width: 1.7;
  }

  .hero-orbit--three {
    display: none;
  }
}

@media (max-width: 430px) {
  .hero-orbits {
    inset: 12% -26% 4% -24%;
    width: 150%;
    height: 82%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orbit {
    animation: none !important;
    stroke-dashoffset: 0 !important;
  }
}

/* Performance polish: lighter mobile orbits, larger character, restored data cards */
.hero-orbit {
  filter: drop-shadow(0 0 5px rgba(8,104,255,.55)) !important;
}

.hero-orbits--front {
  opacity: .34 !important;
}

@media (max-width: 900px) {
  .hero-visual-standalone {
    height: min(545px, 64svh) !important;
    margin-bottom: -34px !important;
    overflow: visible !important;
  }

  .floating-character {
    width: min(152vw, 656px) !important;
    height: min(622px, 73svh) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    max-width: none !important;
    filter: drop-shadow(0 18px 34px rgba(0,0,0,.32)) drop-shadow(0 0 16px rgba(8,104,255,.24)) !important;
    animation: heroCharacterFloatMobile 8s ease-in-out infinite !important;
  }

  .hero-orbits {
    inset: 16% -14% 10% -14% !important;
    width: 128% !important;
    height: 70% !important;
    mix-blend-mode: screen !important;
  }

  .hero-orbits--back {
    opacity: .42 !important;
    transform: rotateX(64deg) rotateZ(-14deg) translate3d(0, 12%, 0) !important;
  }

  .hero-orbits--front {
    display: none !important;
  }

  .hero-orbit {
    stroke-width: 1.2 !important;
    filter: drop-shadow(0 0 4px rgba(8,104,255,.48)) !important;
    animation-duration: 12s !important;
  }

  .hero-orbit--two,
  .hero-orbit--three {
    display: none !important;
  }

  .hero-data-cards {
    z-index: 4 !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  .data-card {
    width: clamp(92px, 29vw, 132px) !important;
    opacity: .74 !important;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.32)) drop-shadow(0 0 10px rgba(8,104,255,.18)) !important;
    animation: dataCardMobileIn .65s ease-out forwards !important;
    will-change: auto !important;
  }

  .dc-1 {
    top: 9% !important;
    right: 5% !important;
    left: auto !important;
    transform: rotate(-4deg) !important;
  }

  .dc-2 {
    top: 30% !important;
    left: -2% !important;
    right: auto !important;
    transform: rotate(5deg) !important;
  }

  .dc-4 {
    top: 20% !important;
    right: -4% !important;
    left: auto !important;
    transform: rotate(4deg) !important;
  }

  .dc-3,
  .dc-5 {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .hero-visual-standalone {
    height: min(535px, 63svh) !important;
    margin-bottom: -30px !important;
  }

  .floating-character {
    width: min(154vw, 656px) !important;
    height: min(622px, 72svh) !important;
  }

  .data-card {
    width: clamp(86px, 28vw, 120px) !important;
  }
}

@keyframes heroCharacterFloatMobile {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1.01); }
  50% { transform: translate3d(0, -8px, 0) scale(1.025); }
}

@keyframes dataCardMobileIn {
  from { opacity: 0; transform: translate3d(0, 14px, 0) scale(.96); }
  to { opacity: .74; }
}

/* Final hero balance: visible mobile cards/orbits and calmer desktop scale */
@media (min-width: 901px) {
  .hero-visual-standalone {
    left: clamp(-70px, -4.5vw, -42px) !important;
    height: min(98vh, 780px) !important;
    bottom: -1.2vh !important;
  }

  .floating-character {
    height: 100% !important;
    animation-duration: 9s !important;
  }

  .hero-orbits {
    inset: 7% -7% 4% -7% !important;
    width: 112% !important;
    height: 88% !important;
  }

  .hero-orbits--back {
    opacity: .58 !important;
  }

  .hero-orbits--front {
    opacity: .22 !important;
  }

  .data-card {
    width: clamp(118px, 11vw, 168px) !important;
    opacity: .78 !important;
    filter: drop-shadow(0 12px 26px rgba(0,0,0,.36)) !important;
  }
}

@media (max-width: 900px) {
  .hero-visual-standalone {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(560px, 64svh) !important;
    margin: 0 auto -34px !important;
    left: auto !important;
    right: auto !important;
    display: grid !important;
    place-items: end center !important;
    overflow: visible !important;
  }

  .floating-character {
    position: relative !important;
    z-index: 5 !important;
    width: min(152vw, 656px) !important;
    height: min(622px, 72svh) !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(-24px) !important;
    animation: heroCharacterCenteredMobile 8s ease-in-out infinite !important;
  }

  .hero-data-cards {
    z-index: 3 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  .data-card {
    display: block !important;
    width: clamp(96px, 30vw, 136px) !important;
    opacity: .82 !important;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,.38)) drop-shadow(0 0 12px rgba(8,104,255,.22)) !important;
    animation: none !important;
    will-change: auto !important;
  }

  .dc-1 {
    top: 8% !important;
    right: 3% !important;
    left: auto !important;
    transform: rotate(-4deg) !important;
  }

  .dc-2 {
    top: 30% !important;
    left: -5% !important;
    right: auto !important;
    transform: rotate(5deg) !important;
  }

  .dc-3 {
    display: block !important;
    top: 54% !important;
    right: 4% !important;
    left: auto !important;
    transform: rotate(-5deg) scale(.92) !important;
    opacity: .66 !important;
  }

  .dc-4 {
    display: block !important;
    top: 20% !important;
    right: -6% !important;
    left: auto !important;
    transform: rotate(4deg) !important;
  }

  .dc-5 {
    display: none !important;
  }

  .hero-orbits {
    z-index: 4 !important;
    inset: 20% -18% 9% -20% !important;
    width: 138% !important;
    height: 72% !important;
    opacity: 1 !important;
    mix-blend-mode: screen !important;
  }

  .hero-orbits--back {
    display: block !important;
    opacity: .82 !important;
    transform: rotateX(63deg) rotateZ(-13deg) translate3d(-2%, 10%, 0) !important;
  }

  .hero-orbits--front {
    display: block !important;
    z-index: 6 !important;
    opacity: .26 !important;
    transform: rotateX(64deg) rotateZ(-13deg) translate3d(-2%, 13%, 0) !important;
  }

  .hero-orbit {
    stroke-width: 1.35 !important;
    filter: drop-shadow(0 0 5px rgba(8,104,255,.7)) !important;
    animation-duration: 10s !important;
  }

  .hero-orbit--one,
  .hero-orbit--frontline {
    display: block !important;
  }

  .hero-orbit--two,
  .hero-orbit--three {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .hero-visual-standalone {
    height: min(548px, 64svh) !important;
  }

  .floating-character {
    width: min(154vw, 656px) !important;
    height: min(622px, 72svh) !important;
    transform: translateX(-22px) !important;
  }

  .dc-2 { left: -8% !important; }
  .dc-4 { right: -8% !important; }
}

@keyframes heroCharacterCenteredMobile {
  0%, 100% { transform: translate3d(-24px, 0, 0) scale(1.01); }
  50% { transform: translate3d(-24px, -7px, 0) scale(1.018); }
}

/* Reference layout: dashboard cards behind character, shifted slightly left */
@media (min-width: 901px) {
  .hero-visual-standalone {
    left: clamp(-118px, -8vw, -82px) !important;
    height: min(102vh, 820px) !important;
    width: min(58vw, 820px) !important;
    bottom: -2vh !important;
  }

  .floating-character {
    z-index: 5 !important;
    height: 104% !important;
    transform: translateX(-28px) !important;
    animation: heroCharacterReferenceDesktop 9s ease-in-out infinite !important;
  }

  .hero-data-cards {
    z-index: 3 !important;
    inset: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  .data-card {
    display: block !important;
    width: clamp(140px, 15vw, 228px) !important;
    opacity: .82 !important;
    animation: none !important;
    will-change: auto !important;
    filter: drop-shadow(0 14px 32px rgba(0,0,0,.42)) drop-shadow(0 0 14px rgba(8,104,255,.18)) !important;
  }

  .dc-5 {
    top: 12% !important;
    left: -6% !important;
    right: auto !important;
    transform: rotate(0deg) scale(1.08) !important;
  }

  .dc-3 {
    top: 47% !important;
    left: -7% !important;
    right: auto !important;
    transform: rotate(0deg) scale(.96) !important;
  }

  .dc-4 {
    top: 14% !important;
    right: -5% !important;
    left: auto !important;
    transform: rotate(0deg) scale(.98) !important;
  }

  .dc-2 {
    top: 45% !important;
    right: -8% !important;
    left: auto !important;
    transform: rotate(0deg) scale(.9) !important;
  }

  .dc-1 {
    top: 70% !important;
    right: -4% !important;
    left: auto !important;
    transform: rotate(0deg) scale(.88) !important;
  }

  .hero-orbits {
    z-index: 4 !important;
    inset: 18% -10% 16% -10% !important;
    width: 120% !important;
    height: 64% !important;
  }

  .hero-orbits--back {
    opacity: .30 !important;
  }

  .hero-orbits--front {
    display: none !important;
  }

  .hero-orbit--one {
    display: block !important;
  }

  .hero-orbit--two,
  .hero-orbit--three,
  .hero-orbit--frontline {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .hero-visual-standalone {
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(560px, 64svh) !important;
    margin: 0 auto -28px !important;
    left: auto !important;
    right: auto !important;
    overflow: visible !important;
  }

  .floating-character {
    z-index: 5 !important;
    width: min(148vw, 650px) !important;
    height: min(610px, 71svh) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(-34px) !important;
    animation: heroCharacterReferenceMobile 8.5s ease-in-out infinite !important;
  }

  .hero-data-cards {
    z-index: 3 !important;
    inset: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  .data-card {
    display: block !important;
    width: clamp(82px, 28vw, 124px) !important;
    opacity: .78 !important;
    animation: none !important;
    will-change: auto !important;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.38)) drop-shadow(0 0 10px rgba(8,104,255,.20)) !important;
  }

  .dc-5 {
    top: 14% !important;
    left: -7% !important;
    right: auto !important;
    transform: rotate(0deg) scale(1.05) !important;
  }

  .dc-3 {
    top: 44% !important;
    left: -8% !important;
    right: auto !important;
    transform: rotate(0deg) scale(.92) !important;
  }

  .dc-4 {
    top: 15% !important;
    right: -8% !important;
    left: auto !important;
    transform: rotate(0deg) scale(.94) !important;
  }

  .dc-2 {
    top: 40% !important;
    right: -9% !important;
    left: auto !important;
    transform: rotate(0deg) scale(.86) !important;
  }

  .dc-1 {
    top: 62% !important;
    right: -6% !important;
    left: auto !important;
    transform: rotate(0deg) scale(.78) !important;
  }

  .hero-orbits {
    z-index: 4 !important;
    inset: 24% -18% 18% -18% !important;
    width: 136% !important;
    height: 52% !important;
  }

  .hero-orbits--back {
    display: block !important;
    opacity: .34 !important;
    transform: rotateX(64deg) rotateZ(-10deg) translate3d(-4%, 12%, 0) !important;
  }

  .hero-orbits--front {
    display: none !important;
  }

  .hero-orbit {
    stroke-width: 1.15 !important;
    filter: drop-shadow(0 0 4px rgba(8,104,255,.56)) !important;
    animation-duration: 12s !important;
  }

  .hero-orbit--one {
    display: block !important;
  }

  .hero-orbit--two,
  .hero-orbit--three,
  .hero-orbit--frontline {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .floating-character {
    transform: translateX(-32px) !important;
    width: min(150vw, 650px) !important;
    height: min(606px, 71svh) !important;
  }

  .data-card {
    width: clamp(78px, 27vw, 116px) !important;
  }

  .dc-5 { left: -9% !important; }
  .dc-3 { left: -10% !important; }
  .dc-4 { right: -10% !important; }
  .dc-2 { right: -11% !important; }
  .dc-1 { right: -8% !important; }
}

@keyframes heroCharacterReferenceDesktop {
  0%, 100% { transform: translate3d(-28px, 0, 0) scale(1); }
  50% { transform: translate3d(-28px, -9px, 0) scale(1.012); }
}

@keyframes heroCharacterReferenceMobile {
  0%, 100% { transform: translate3d(-34px, 0, 0) scale(1); }
  50% { transform: translate3d(-34px, -7px, 0) scale(1.012); }
}

/* Final lightweight neon orbit system 20260713 - keeps dashboard cards intact */
.hero-visual-standalone {
  isolation: isolate;
}

.hero-orbits {
  position: absolute;
  pointer-events: none;
  overflow: visible;
  transform-origin: 50% 52%;
  mix-blend-mode: screen;
  contain: layout paint;
}

.hero-orbits--back {
  z-index: 4 !important;
  inset: 15% -10% 16% -12% !important;
  width: 124% !important;
  height: 66% !important;
  opacity: .78 !important;
  transform: rotateX(64deg) rotateZ(-13deg) translate3d(-3%, 8%, 0) !important;
}

.hero-orbits--front {
  z-index: 6 !important;
  inset: 18% -12% 14% -14% !important;
  width: 128% !important;
  height: 62% !important;
  opacity: .30 !important;
  transform: rotateX(65deg) rotateZ(-13deg) translate3d(-3%, 12%, 0) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}

.hero-orbit {
  fill: none !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 5px rgba(8,104,255,.68)) !important;
  will-change: stroke-dashoffset;
}

.hero-orbit--one {
  display: block !important;
  stroke: rgba(74, 151, 255, .86) !important;
  stroke-width: 1.8 !important;
  stroke-dasharray: 150 410 !important;
  animation: heroOrbitFlow 10s linear infinite !important;
}

.hero-orbit--two {
  display: block !important;
  stroke: rgba(157, 23, 248, .66) !important;
  stroke-width: 1.35 !important;
  stroke-dasharray: 210 360 !important;
  animation: heroOrbitFlowReverse 14s linear infinite !important;
}

.hero-orbit--frontline {
  display: block !important;
  stroke: rgba(215, 242, 255, .66) !important;
  stroke-width: 1.2 !important;
  stroke-dasharray: 80 280 !important;
  animation: heroOrbitFlowReverse 12s linear infinite !important;
}

.hero-data-cards {
  z-index: 3 !important;
}

.floating-character {
  z-index: 5 !important;
}

@media (min-width: 901px) {
  .hero-visual-standalone {
    left: clamp(-118px, -8vw, -82px) !important;
    width: min(58vw, 820px) !important;
    height: min(100vh, 810px) !important;
  }

  .floating-character {
    height: 102% !important;
    transform: translateX(-30px) !important;
    animation: heroCharacterReferenceDesktop 9s ease-in-out infinite !important;
  }

  .data-card {
    display: block !important;
    opacity: .82 !important;
    width: clamp(138px, 14vw, 220px) !important;
    animation: none !important;
    will-change: auto !important;
  }
}

@media (max-width: 900px) {
  .hero-visual-standalone {
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(558px, 64svh) !important;
    margin: 0 auto -28px !important;
    overflow: visible !important;
  }

  .floating-character {
    width: min(146vw, 655px) !important;
    height: min(598px, 71svh) !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    animation: heroCharacterOrbitMobile 8.5s ease-in-out infinite !important;
  }

  .hero-data-cards {
    inset: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  .data-card {
    display: block !important;
    width: clamp(78px, 27vw, 118px) !important;
    opacity: .78 !important;
    animation: none !important;
    will-change: auto !important;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.36)) drop-shadow(0 0 10px rgba(8,104,255,.18)) !important;
  }

  .dc-5 { top: 13% !important; left: -9% !important; right: auto !important; transform: scale(1.04) !important; }
  .dc-3 { top: 43% !important; left: -10% !important; right: auto !important; transform: scale(.92) !important; }
  .dc-4 { top: 14% !important; right: -10% !important; left: auto !important; transform: scale(.94) !important; }
  .dc-2 { top: 39% !important; right: -11% !important; left: auto !important; transform: scale(.86) !important; }
  .dc-1 { top: 61% !important; right: -8% !important; left: auto !important; transform: scale(.78) !important; }

  .hero-orbits--back {
    inset: 25% -20% 19% -20% !important;
    width: 140% !important;
    height: 50% !important;
    opacity: .68 !important;
    transform: rotateX(65deg) rotateZ(-12deg) translate3d(-4%, 10%, 0) !important;
  }

  .hero-orbits--front {
    display: block !important;
    inset: 28% -18% 19% -22% !important;
    width: 142% !important;
    height: 48% !important;
    opacity: .22 !important;
    transform: rotateX(66deg) rotateZ(-12deg) translate3d(-4%, 13%, 0) !important;
  }

  .hero-orbit--one { stroke-width: 1.2 !important; animation-duration: 12s !important; }
  .hero-orbit--two { stroke-width: 1 !important; opacity: .58 !important; animation-duration: 16s !important; }
  .hero-orbit--frontline { stroke-width: 1 !important; animation-duration: 14s !important; }
}

@media (max-width: 430px) {
  .floating-character {
    width: min(150vw, 655px) !important;
    height: min(598px, 71svh) !important;
  }
}

@keyframes heroCharacterOrbitMobile {
  0%, 100% { transform: translate3d(-34px, 0, 0) scale(1); }
  50% { transform: translate3d(-34px, -7px, 0) scale(1.01); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orbit,
  .floating-character {
    animation: none !important;
  }
}

/* HERO HARD RESET 20260713: stable character and dashboard card layout */
.hero-visual-standalone,
.hero-visual-standalone * {
  box-sizing: border-box;
}

.hero-visual-standalone {
  isolation: isolate !important;
}

.hero-data-cards {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 2 !important;
  overflow: visible !important;
  transform: none !important;
}

.data-card {
  position: absolute !important;
  display: block !important;
  height: auto !important;
  max-width: none !important;
  opacity: .72 !important;
  animation: none !important;
  will-change: auto !important;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.42)) drop-shadow(0 0 12px rgba(8,104,255,.18)) !important;
}

.floating-character {
  position: relative !important;
  z-index: 5 !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  filter: drop-shadow(0 18px 36px rgba(0,0,0,.36)) drop-shadow(0 0 22px rgba(8,104,255,.24)) !important;
}

.hero-orbits,
.hero-orbits--front,
.hero-orbits--back {
  display: none !important;
}

@media (min-width: 901px) {
  .hero-visual-standalone {
    position: absolute !important;
    left: clamp(-120px, -7vw, -72px) !important;
    right: auto !important;
    bottom: -1.5vh !important;
    width: min(58vw, 820px) !important;
    height: min(95vh, 780px) !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
    transform: none !important;
  }

  .floating-character {
    width: auto !important;
    height: 100% !important;
    transform: translateX(-28px) !important;
    animation: heroCharacterStableDesktop 8s ease-in-out infinite !important;
  }

  .data-card {
    width: clamp(132px, 13vw, 210px) !important;
  }

  .dc-5 { top: 14% !important; left: -2% !important; right: auto !important; transform: scale(1.08) !important; }
  .dc-3 { top: 48% !important; left: -3% !important; right: auto !important; transform: scale(.96) !important; }
  .dc-4 { top: 16% !important; right: -2% !important; left: auto !important; transform: scale(.98) !important; }
  .dc-2 { top: 44% !important; right: -4% !important; left: auto !important; transform: scale(.9) !important; }
  .dc-1 { top: 68% !important; right: 0 !important; left: auto !important; transform: scale(.86) !important; }
}

@media (max-width: 900px) {
  .hero {
    height: auto !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    background-position: center top !important;
  }

  .hero .section-shell {
    width: 100% !important;
    min-height: 100svh !important;
    max-width: none !important;
    padding: 86px 0 88px !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .hero-visual-standalone {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(452px, 64svh) !important;
    margin: 0 auto -22px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
    transform: none !important;
  }

  .floating-character {
    width: min(154vw, 654px) !important;
    height: min(598px, 86svh) !important;
    transform: translateX(-24px) !important;
    animation: heroCharacterStableMobile 8s ease-in-out infinite !important;
  }

  .hero-data-cards {
    top: 0 !important;
    bottom: auto !important;
  }

  .data-card {
    width: clamp(76px, 27vw, 116px) !important;
    opacity: .68 !important;
  }

  .dc-5 { top: 18% !important; left: 2% !important; right: auto !important; transform: scale(1.02) !important; }
  .dc-3 { top: 48% !important; left: 1% !important; right: auto !important; transform: scale(.9) !important; }
  .dc-4 { top: 16% !important; right: 2% !important; left: auto !important; transform: scale(.95) !important; }
  .dc-2 { top: 42% !important; right: 1% !important; left: auto !important; transform: scale(.86) !important; }
  .dc-1 { top: 63% !important; right: 8% !important; left: auto !important; transform: scale(.76) !important; opacity: .56 !important; }

  .hero-content {
    position: relative !important;
    z-index: 9 !important;
    width: min(94vw, 430px) !important;
    min-height: 214px !important;
    margin: 0 auto 32px !important;
    padding: 22px 14px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    transform: none !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.28 !important;
    text-align: center !important;
  }

  .hero-actions {
    margin-top: 0 !important;
    justify-content: center !important;
  }

  .hero-btn-about {
    min-height: 52px !important;
    padding: 10px 28px !important;
    font-size: 16px !important;
    transform: none !important;
  }
}

@media (max-width: 430px) {
  .hero .section-shell {
    padding-top: 84px !important;
    padding-bottom: 86px !important;
  }

  .hero-visual-standalone {
    height: min(444px, 63.5svh) !important;
    margin-bottom: -18px !important;
  }

  .floating-character {
    width: min(158vw, 654px) !important;
    height: min(592px, 85svh) !important;
    transform: translateX(-18px) !important;
  }

  .data-card {
    width: clamp(72px, 26vw, 108px) !important;
    opacity: .62 !important;
  }

  .dc-5 { top: 16% !important; left: 1% !important; }
  .dc-3 { top: 47% !important; left: 0 !important; }
  .dc-4 { top: 14% !important; right: 1% !important; }
  .dc-2 { top: 40% !important; right: 0 !important; }
  .dc-1 { top: 61% !important; right: 7% !important; }
}

@keyframes heroCharacterStableDesktop {
  0%, 100% { transform: translate3d(-28px, 0, 0) scale(1); }
  50% { transform: translate3d(-28px, -8px, 0) scale(1.01); }
}

@keyframes heroCharacterStableMobile {
  0%, 100% { transform: translate3d(-24px, 0, 0) scale(1); }
  50% { transform: translate3d(-24px, -7px, 0) scale(1.01); }
}

/* MOBILE HERO ORDER FIX 20260714: character first, copy card below */
@media (max-width: 900px) {
  .hero .section-shell {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 100svh !important;
    padding: 86px 0 96px !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  .hero-visual-standalone {
    order: 1 !important;
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(470px, 58svh) !important;
    margin: 0 auto -18px !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
    transform: none !important;
  }

  .floating-character {
    width: min(150vw, 650px) !important;
    height: min(610px, 78svh) !important;
    transform: translateX(-18px) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }

  .hero-content {
    order: 2 !important;
    position: relative !important;
    z-index: 12 !important;
    width: min(94vw, 430px) !important;
    min-height: 220px !important;
    margin: 0 auto 28px !important;
    padding: 22px 14px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    transform: none !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.28 !important;
    text-align: center !important;
  }

  .hero-actions {
    margin-top: 0 !important;
    justify-content: center !important;
  }

  .hero-btn-about {
    transform: none !important;
  }
}

@media (max-width: 430px) {
  .hero .section-shell {
    padding-top: 84px !important;
    padding-bottom: 92px !important;
  }

  .hero-visual-standalone {
    height: min(462px, 57svh) !important;
    margin-bottom: -16px !important;
  }

  .floating-character {
    width: min(154vw, 650px) !important;
    height: min(602px, 77svh) !important;
    transform: translateX(-14px) !important;
  }
}

/* FINAL HERO LOCK 20260714: stable mobile layout and laptop card map */
@media (max-width: 900px) {
  .hero {
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .hero .section-shell {
    min-height: auto !important;
    height: auto !important;
    padding: 84px 0 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .hero-visual-standalone {
    order: -2 !important;
    flex: 0 0 auto !important;
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: clamp(330px, 55svh, 430px) !important;
    min-height: 0 !important;
    margin: 0 auto -10px !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
    transform: none !important;
  }

  .floating-character {
    order: 0 !important;
    position: relative !important;
    z-index: 5 !important;
    width: min(146vw, 610px) !important;
    height: min(560px, 74svh) !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(-12px) !important;
    animation: heroMobileFloatLocked 8s ease-in-out infinite !important;
  }

  .hero-content {
    order: -1 !important;
    flex: 0 0 auto !important;
    position: relative !important;
    z-index: 12 !important;
    width: min(94vw, 430px) !important;
    min-height: 196px !important;
    margin: 0 auto 0 !important;
    padding: 20px 14px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transform: none !important;
  }

  .hero-title,
  .hero-title-line {
    font-size: clamp(32px, 9.8vw, 44px) !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  .hero-actions,
  .hero-btn-about {
    transform: none !important;
  }

  .hero-data-cards {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  .data-card {
    position: absolute !important;
    display: block !important;
    width: clamp(70px, 24vw, 104px) !important;
    height: auto !important;
    opacity: .58 !important;
    animation: none !important;
    will-change: auto !important;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.34)) !important;
  }

  .dc-5 { top: 12% !important; left: 2% !important; right: auto !important; transform: scale(1) !important; }
  .dc-3 { top: 45% !important; left: 1% !important; right: auto !important; transform: scale(.9) !important; }
  .dc-4 { top: 12% !important; right: 2% !important; left: auto !important; transform: scale(.92) !important; }
  .dc-2 { top: 38% !important; right: 1% !important; left: auto !important; transform: scale(.84) !important; }
  .dc-1 { top: 59% !important; right: 7% !important; left: auto !important; transform: scale(.74) !important; opacity: .48 !important; }

  .about {
    margin-top: 0 !important;
  }
}

@media (max-width: 430px) {
  .hero .section-shell {
    padding-top: 82px !important;
    padding-bottom: 14px !important;
  }

  .hero-visual-standalone {
    height: clamp(318px, 54svh, 410px) !important;
    margin-bottom: -8px !important;
  }

  .floating-character {
    width: min(150vw, 600px) !important;
    height: min(540px, 73svh) !important;
    transform: translateX(-8px) !important;
  }

  .hero-content {
    min-height: 188px !important;
    width: min(95vw, 410px) !important;
    padding: 18px 12px 20px !important;
  }
}

@media (min-width: 901px) {
  .hero-visual-standalone {
    position: absolute !important;
    left: clamp(-92px, -5.2vw, -54px) !important;
    right: auto !important;
    bottom: -1vh !important;
    width: min(55vw, 760px) !important;
    height: min(92vh, 740px) !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
    transform: none !important;
  }

  .floating-character {
    width: auto !important;
    height: 98% !important;
    transform: translateX(-18px) !important;
    animation: heroDesktopFloatLocked 8s ease-in-out infinite !important;
  }

  .hero-data-cards {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    overflow: visible !important;
  }

  .data-card {
    width: clamp(120px, 11.5vw, 185px) !important;
    opacity: .76 !important;
    animation: none !important;
    will-change: auto !important;
    filter: drop-shadow(0 12px 26px rgba(0,0,0,.38)) drop-shadow(0 0 10px rgba(8,104,255,.16)) !important;
  }

  .dc-5 { top: 13% !important; left: 1% !important; right: auto !important; transform: scale(1.05) !important; }
  .dc-3 { top: 49% !important; left: 0 !important; right: auto !important; transform: scale(.94) !important; }
  .dc-4 { top: 14% !important; right: 0 !important; left: auto !important; transform: scale(.96) !important; }
  .dc-2 { top: 43% !important; right: -2% !important; left: auto !important; transform: scale(.88) !important; }
  .dc-1 { top: 66% !important; right: 2% !important; left: auto !important; transform: scale(.82) !important; }
}

@keyframes heroMobileFloatLocked {
  0%, 100% { transform: translate3d(-12px, 0, 0) scale(1); }
  50% { transform: translate3d(-12px, -6px, 0) scale(1.008); }
}

@keyframes heroDesktopFloatLocked {
  0%, 100% { transform: translate3d(-18px, 0, 0) scale(1); }
  50% { transform: translate3d(-18px, -7px, 0) scale(1.008); }
}

/* HERO CROSS-MOBILE STABILITY 20260715
   Keep the character size tied to viewport width, not phone height/Safari bars. */
@media (max-width: 900px) {
  .hero .section-shell {
    padding-top: 82px !important;
  }
  .hero-visual-standalone {
    height: clamp(360px, 108vw, 470px) !important;
    overflow: visible !important;
  }
  .floating-character {
    width: clamp(500px, 143vw, 620px) !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateX(-16px) !important;
    transform-origin: center bottom !important;
  }
}
@media (max-width: 430px) {
  .hero-visual-standalone {
    height: clamp(382px, 116vw, 458px) !important;
    margin-bottom: -8px !important;
  }
  .floating-character {
    width: clamp(520px, 145vw, 585px) !important;
    height: auto !important;
    transform: translateX(-14px) !important;
  }
  .hero-data-cards .data-card {
    width: clamp(72px, 25vw, 108px) !important;
  }
}
@media (max-width: 380px) {
  .hero-visual-standalone {
    height: clamp(360px, 114vw, 430px) !important;
  }
  .floating-character {
    width: clamp(500px, 143vw, 545px) !important;
    transform: translateX(-12px) !important;
  }
}
@keyframes heroMobileFloatLocked {
  0%, 100% { transform: translate3d(-16px, 0, 0) scale(1); }
  50% { transform: translate3d(-16px, -5px, 0) scale(1.004); }
}
@media (max-width: 430px) {
  @keyframes heroMobileFloatLocked {
    0%, 100% { transform: translate3d(-14px, 0, 0) scale(1); }
    50% { transform: translate3d(-14px, -5px, 0) scale(1.004); }
  }
}

/* iOS Safari hero scale correction 20260715
   Safari reports the mobile viewport differently, so keep Android layout intact and only reduce iOS scale. */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 900px) {
    .hero-visual-standalone {
      height: clamp(390px, 112vw, 470px) !important;
      margin-bottom: -10px !important;
    }
    .floating-character {
      width: clamp(455px, 124vw, 520px) !important;
      height: auto !important;
      max-height: none !important;
      transform: translateX(-12px) !important;
      object-fit: contain !important;
      object-position: center bottom !important;
    }
    .hero-data-cards .data-card {
      width: clamp(72px, 23vw, 104px) !important;
      opacity: .62 !important;
    }
  }
  @media (max-width: 430px) {
    .hero-visual-standalone {
      height: clamp(380px, 110vw, 450px) !important;
    }
    .floating-character {
      width: clamp(445px, 122vw, 505px) !important;
      transform: translateX(-10px) !important;
    }
    .hero-content {
      margin-top: 0 !important;
    }
  }
  @keyframes heroMobileFloatLocked {
    0%, 100% { transform: translate3d(-12px, 0, 0) scale(1); }
    50% { transform: translate3d(-12px, -5px, 0) scale(1.003); }
  }
}

/* Android hero slight scale-up 20260715
   Keep iOS Safari correction intact, only lift Android/Chromium mobile scale a bit. */
@supports not (-webkit-touch-callout: none) {
  @media (max-width: 900px) {
    .floating-character {
      width: clamp(530px, 149vw, 638px) !important;
      transform: translateX(-16px) !important;
    }
    .hero-visual-standalone {
      height: clamp(372px, 111vw, 482px) !important;
    }
  }
  @media (max-width: 430px) {
    .floating-character {
      width: clamp(545px, 150vw, 612px) !important;
      transform: translateX(-14px) !important;
    }
    .hero-visual-standalone {
      height: clamp(392px, 118vw, 468px) !important;
    }
  }
  @keyframes heroMobileFloatLocked {
    0%, 100% { transform: translate3d(-16px, 0, 0) scale(1); }
    50% { transform: translate3d(-16px, -5px, 0) scale(1.004); }
  }
}

/* Android hero fine tune 20260715b
   Step back from the previous Android scale-up to avoid top clipping. */
@supports not (-webkit-touch-callout: none) {
  @media (max-width: 900px) {
    .hero-visual-standalone {
      height: clamp(386px, 114vw, 474px) !important;
      align-items: flex-end !important;
      margin-bottom: -8px !important;
    }
    .floating-character {
      width: clamp(512px, 145vw, 612px) !important;
      height: auto !important;
      transform: translateX(-15px) !important;
      object-fit: contain !important;
      object-position: center bottom !important;
    }
  }
  @media (max-width: 430px) {
    .hero-visual-standalone {
      height: clamp(390px, 116vw, 458px) !important;
    }
    .floating-character {
      width: clamp(520px, 145vw, 588px) !important;
      transform: translateX(-13px) !important;
    }
  }
  @keyframes heroMobileFloatLocked {
    0%, 100% { transform: translate3d(-15px, 0, 0) scale(1); }
    50% { transform: translate3d(-15px, -4px, 0) scale(1.002); }
  }
}

/* Android hero tiny step down 20260715c */
@supports not (-webkit-touch-callout: none) {
  @media (max-width: 900px) {
    .hero-visual-standalone {
      height: clamp(382px, 113vw, 468px) !important;
    }
    .floating-character {
      width: clamp(500px, 141vw, 592px) !important;
      transform: translateX(-14px) !important;
    }
  }
  @media (max-width: 430px) {
    .hero-visual-standalone {
      height: clamp(384px, 114vw, 450px) !important;
    }
    .floating-character {
      width: clamp(508px, 141vw, 568px) !important;
      transform: translateX(-12px) !important;
    }
  }
  @keyframes heroMobileFloatLocked {
    0%, 100% { transform: translate3d(-14px, 0, 0) scale(1); }
    50% { transform: translate3d(-14px, -4px, 0) scale(1.002); }
  }
}
/* Dashboard cards final composition 20260715d
   Pull analytics cards closer to the character while keeping them behind her. */
.hero-data-cards {
  z-index: 3 !important;
}

.data-card {
  z-index: 3 !important;
  opacity: .7 !important;
}

.floating-character {
  z-index: 6 !important;
}

@media (min-width: 901px) {
  .hero-data-cards {
    width: 92% !important;
    height: 92% !important;
    left: 4% !important;
    top: 4% !important;
  }

  .data-card {
    width: clamp(118px, 10.8vw, 176px) !important;
    opacity: .74 !important;
  }

  .dc-5 { top: 13% !important; left: 9% !important; right: auto !important; transform: scale(1.02) !important; }
  .dc-3 { top: 47% !important; left: 7% !important; right: auto !important; transform: scale(.94) !important; }
  .dc-4 { top: 14% !important; right: 9% !important; left: auto !important; transform: scale(.96) !important; }
  .dc-2 { top: 42% !important; right: 8% !important; left: auto !important; transform: scale(.9) !important; }
  .dc-1 { top: 65% !important; right: 13% !important; left: auto !important; transform: scale(.82) !important; opacity: .62 !important; }
}

@media (max-width: 900px) {
  .hero-data-cards {
    width: 88vw !important;
    height: 92% !important;
    left: 6vw !important;
    right: auto !important;
    top: 4% !important;
  }

  .data-card {
    width: clamp(74px, 23vw, 108px) !important;
    opacity: .64 !important;
  }

  .dc-5 { top: 13% !important; left: 6% !important; right: auto !important; transform: scale(.98) !important; }
  .dc-3 { top: 45% !important; left: 4% !important; right: auto !important; transform: scale(.88) !important; }
  .dc-4 { top: 13% !important; right: 5% !important; left: auto !important; transform: scale(.92) !important; }
  .dc-2 { top: 38% !important; right: 3% !important; left: auto !important; transform: scale(.84) !important; }
  .dc-1 { top: 60% !important; right: 11% !important; left: auto !important; transform: scale(.72) !important; opacity: .5 !important; }
}

@media (max-width: 430px) {
  .hero-data-cards {
    width: 90vw !important;
    left: 5vw !important;
  }

  .data-card {
    width: clamp(70px, 22vw, 100px) !important;
  }

  .dc-5 { top: 12% !important; left: 5% !important; }
  .dc-3 { top: 44% !important; left: 4% !important; }
  .dc-4 { top: 12% !important; right: 5% !important; }
  .dc-2 { top: 37% !important; right: 3% !important; }
  .dc-1 { top: 58% !important; right: 10% !important; }
}
/* Clients logos and footer icon polish 20260715e */
.clients-logo-marquee {
  gap: clamp(24px, 4vw, 40px) !important;
}

.clients-logo-marquee .marquee-group {
  gap: clamp(18px, 2.4vw, 30px) !important;
  padding-inline-end: clamp(18px, 2.4vw, 30px) !important;
  align-items: center !important;
}

.client-circle {
  width: clamp(104px, 11vw, 138px) !important;
  height: clamp(104px, 11vw, 138px) !important;
  padding: clamp(16px, 1.8vw, 24px) !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.18), inset 0 0 0 1px rgba(8,104,255,.08) !important;
  overflow: hidden !important;
}

.client-circle img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  transform: none !important;
}

.client-circle:hover {
  transform: translateY(-5px) scale(1.06) !important;
  box-shadow: 0 20px 42px rgba(8,104,255,.28), inset 0 0 0 1px rgba(8,104,255,.18) !important;
}

.footer .contact-icon,
.footer .social-icon {
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

.footer .contact-icon i,
.footer .social-icon i {
  display: inline-block !important;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

.footer .social-btn strong {
  display: none !important;
}

@media (max-width: 700px) {
  .clients {
    padding: 72px 0 78px !important;
  }

  .clients-title {
    margin-bottom: 38px !important;
    font-size: clamp(30px, 8vw, 42px) !important;
  }

  .client-circle {
    width: clamp(88px, 23vw, 112px) !important;
    height: clamp(88px, 23vw, 112px) !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }
}



/* Stable client logo cards 20260715 */


.clients-logo-marquee { padding-block: clamp(18px, 2.4vw, 30px); }
.clients-logo-marquee .marquee-row { min-height: clamp(108px, 12vw, 146px); align-items: center; }
.clients-logo-marquee .marquee-group { align-items: center; gap: clamp(18px, 2.5vw, 34px) !important; }
.clients-logo-marquee .client-circle {
  flex: 0 0 clamp(104px, 12vw, 142px) !important;
  width: clamp(104px, 12vw, 142px) !important;
  height: clamp(104px, 12vw, 142px) !important;
  border-radius: 28px !important;
  background: linear-gradient(145deg, #f7fbff, #dcecff) !important;
  border: 1px solid rgba(112, 174, 255, .38) !important;
  box-shadow: 0 16px 34px rgba(0, 38, 88, .18), inset 0 0 0 1px rgba(255,255,255,.62) !important;
  padding: 0 !important;
  overflow: hidden;
}
.clients-logo-marquee .client-circle img {
  width: 76% !important;
  height: 76% !important;
  object-fit: contain !important;
  display: block;
  margin: auto;
  filter: saturate(1.04) contrast(1.04) !important;
}

@media (max-width: 900px) {
  .primary-nav 
  .clients-logo-marquee .marquee-row { min-height: 100px; }
  .clients-logo-marquee .client-circle { flex-basis: 94px !important; width: 94px !important; height: 94px !important; border-radius: 20px !important; }
  .clients-logo-marquee .client-circle img { width: 74% !important; height: 74% !important; }
}

/* Internal English page and stable language switch 20260715 */


.lang-btn {
  border: 1px solid rgba(8, 104, 255, 0.45);
  background: rgba(8, 104, 255, 0.12);
  color: #ffffff;
  min-width: 82px;
  height: 42px;
  padding-inline: 14px;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(8, 104, 255, 0.18);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.lang-btn:hover,
.lang-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(8, 104, 255, 0.9);
  background: rgba(8, 104, 255, 0.22);
  outline: none;
}

@media (max-width: 900px) {
  .primary-nav .lang-btn {
    align-self: center;
    width: min(160px, 72vw);
  }
}

/* LTR language tuning: starts from html dir to avoid Arabic flash and heavy font weights. */
html[dir="ltr"] body {
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.55;
}

html[dir="ltr"] .primary-nav a,
html[dir="ltr"] .lang-btn,
html[dir="ltr"] p,
html[dir="ltr"] li,
html[dir="ltr"] label,
html[dir="ltr"] input,
html[dir="ltr"] textarea,
html[dir="ltr"] .contact-btn,
html[dir="ltr"] .social-btn,
html[dir="ltr"] .footer-col a,
html[dir="ltr"] .footer-rights,
html[dir="ltr"] .testimonial-card,
html[dir="ltr"] .service-card,
html[dir="ltr"] .service-detail-card,
html[dir="ltr"] .work-card,
html[dir="ltr"] .portfolio-item {
  font-family: "Segoe UI", Inter, Arial, sans-serif !important;
  font-weight: 500 !important;
}

html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] .hero-title-line,
html[dir="ltr"] .services-title span,
html[dir="ltr"] .clients-title,
html[dir="ltr"] .work-section-head h2,
html[dir="ltr"] .testimonials-head h2,
html[dir="ltr"] .portfolio-hero h1,
html[dir="ltr"] .work-page-title,
html[dir="ltr"] .about-hero-title,
html[dir="ltr"] .about-title {
  font-family: "Segoe UI", Inter, Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.18;
}

html[dir="ltr"] .hero-btn-about,
html[dir="ltr"] .discover-more-btn,
html[dir="ltr"] .about-mobile-more,
html[dir="ltr"] .btn-submit,
html[dir="ltr"] .back-link {
  font-family: "Segoe UI", Inter, Arial, sans-serif !important;
  font-weight: 650 !important;
}

html[dir="ltr"] .contact-btn small,
html[dir="ltr"] .info-card-copy small,
html[dir="ltr"] .testimonial-role {
  direction: ltr;
  text-align: inherit;
}

html[dir="ltr"] .fa-arrow-left,
html[dir="ltr"] .fa-arrow-right,
html[dir="ltr"] .fa-chevron-left,
html[dir="ltr"] .fa-chevron-right,
html[dir="ltr"] .fa-angle-left,
html[dir="ltr"] .fa-angle-right {
  transform: scaleX(-1);
}

/* LTR fixes for translated home titles and service cards */
html[dir="ltr"] .about-title,
html[dir="ltr"] .clients-title,
html[dir="ltr"] .services-title {
  direction: ltr;
  text-align: center;
}

html[dir="ltr"] #services .service-card,
html[dir="ltr"] #services .service-card h3,
html[dir="ltr"] #services .service-card ul,
html[dir="ltr"] #services .service-card li {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] #services .service-card li::before {
  left: auto;
  right: auto;
  margin-inline-end: 8px;
  margin-inline-start: 0;
}

/* LTR mobile service and WhatsApp polish 20260729 */
@media (max-width: 700px) {
  html[dir="ltr"] #services .service-grid {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding-inline: 0 !important;
    gap: 10px !important;
    margin-inline: auto !important;
  }

  html[dir="ltr"] #services .service-grid > .service-card {
    box-sizing: border-box !important;
    padding: 22px 11px 16px !important;
    min-height: 230px !important;
    overflow: hidden !important;
  }

  html[dir="ltr"] #services .service-card .card-num {
    left: 10px !important;
    right: auto !important;
  }

  html[dir="ltr"] #services .service-card h3 {
    margin-top: 42px !important;
    margin-bottom: 12px !important;
    font-size: clamp(14px, 3.55vw, 17px) !important;
    line-height: 1.22 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
    hyphens: auto;
  }

  html[dir="ltr"] #services .service-card ul {
    display: grid !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html[dir="ltr"] #services .service-card ul li {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-inline-start: 12px !important;
    padding-inline-end: 0 !important;
    font-size: clamp(11px, 2.8vw, 13px) !important;
    line-height: 1.32 !important;
    font-weight: 750 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
    transform: none !important;
  }

  html[dir="ltr"] #services .service-card ul li::before {
    left: 0 !important;
    right: auto !important;
    top: .58em !important;
    width: 5px !important;
    height: 5px !important;
    margin: 0 !important;
  }

  html[dir="ltr"] .whatsapp-button {
    left: 14px !important;
    right: auto !important;
    width: min(286px, calc(100vw - 28px)) !important;
    max-width: min(286px, calc(100vw - 28px)) !important;
    min-width: 0 !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 8px 10px !important;
    gap: 8px !important;
  }

  html[dir="ltr"] .whatsapp-button__icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  html[dir="ltr"] .whatsapp-button__content {
    flex: 1 1 auto !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  html[dir="ltr"] .whatsapp-button__content small {
    font-size: 9px !important;
    line-height: 1 !important;
  }

  html[dir="ltr"] .whatsapp-button__content strong {
    font-size: 13.5px !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
  }

  html[dir="ltr"] .whatsapp-button__arrow {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 15px !important;
  }
}

/* LTR services page detail fixes 20260729 */
html[dir="ltr"] .services-page-main {
  direction: ltr !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(8, 104, 255, .16), transparent 28%),
    linear-gradient(180deg, #020813 0 455px, #f6fbff 455px 100%) !important;
}

html[dir="ltr"] .services-hero {
  direction: ltr !important;
  text-align: center !important;
  margin-bottom: 44px !important;
}

html[dir="ltr"] .services-hero p {
  direction: ltr !important;
  unicode-bidi: plaintext;
  max-width: 900px !important;
  color: rgba(255, 255, 255, .9) !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .32) !important;
}

html[dir="ltr"] .services-detail-grid,
html[dir="ltr"] .service-detail-card,
html[dir="ltr"] .service-detail-card h2,
html[dir="ltr"] .service-detail-card p,
html[dir="ltr"] .service-detail-card ul,
html[dir="ltr"] .service-detail-card li {
  direction: ltr !important;
  text-align: left !important;
}

html[dir="ltr"] .service-detail-card {
  padding-inline: clamp(26px, 3vw, 38px) !important;
}

html[dir="ltr"] .service-detail-card > span {
  display: flex !important;
  justify-content: flex-start !important;
  width: fit-content !important;
  margin-inline-start: 0 !important;
  margin-inline-end: auto !important;
}

html[dir="ltr"] .service-detail-card p,
html[dir="ltr"] .service-detail-card li {
  unicode-bidi: plaintext;
}

@media (max-width: 760px) {
  html[dir="ltr"] .services-page-main {
    background: linear-gradient(180deg, #020813 0 390px, #f6fbff 390px 100%) !important;
  }

  html[dir="ltr"] .services-hero {
    margin-bottom: 34px !important;
  }

  html[dir="ltr"] .services-hero h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.12 !important;
  }

  html[dir="ltr"] .services-hero p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

/* About video feature 20260729 */
.about-video-section {
  position: relative;
  z-index: 4;
  background: #ffffff;
  padding: clamp(22px, 4vw, 54px) 18px clamp(54px, 7vw, 86px);
  overflow: hidden;
}

.about-video-section::before {
  content: "";
  position: absolute;
  inset: auto -8vw -18vw auto;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  border-radius: 50%;
  background: rgba(8, 104, 255, .07);
  pointer-events: none;
}

.about-video-card {
  position: relative;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px);
  border-radius: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(232,244,255,.88)),
    #fff;
  border: 1px solid rgba(143, 199, 255, .72);
  box-shadow: 0 28px 80px rgba(2, 23, 65, .13);
}

.about-video-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 8px 16px;
  direction: rtl;
}

.about-video-copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(8,104,255,.12);
  color: var(--blue);
  font-weight: 900;
}

.about-video-copy h2 {
  margin: 0;
  color: #071d3c;
  font-size: clamp(22px, 3.4vw, 42px);
  line-height: 1.15;
  font-weight: 900;
}

.about-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: clamp(18px, 2.4vw, 28px);
  background: #020813;
  border: 1px solid rgba(8, 104, 255, .45);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 20px 54px rgba(0, 24, 82, .18);
}

.about-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 0 44px rgba(8, 104, 255, .22);
}

.about-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(72vh, 620px);
  object-fit: contain;
  background: #020813;
}

html[dir="ltr"] .about-video-copy {
  direction: ltr;
}

@media (max-width: 720px) {
  .about-video-section {
    padding: 18px 10px 58px;
  }

  .about-video-card {
    padding: 10px;
    border-radius: 22px;
  }

  .about-video-copy {
    flex-direction: column;
    text-align: center;
    padding: 4px 6px 12px;
  }

  .about-video-copy span {
    min-height: 30px;
    font-size: 12px;
  }

  .about-video-frame video {
    aspect-ratio: 9 / 16;
    max-height: 76vh;
  }
}

