/* ========================================
   Ekal Agency — Styles v2
   Premium dark theme, RTL-first
   ======================================== */

/* ---------- Font Faces ---------- */
@font-face {
  font-family: 'Thmanyah Sans';
  src: url('fonts/Thmanyahsans12_Light-s.p.b64aaa42.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Sans';
  src: url('fonts/Thmanyahsans12_Regular-s.p.0c6166f3.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Sans';
  src: url('fonts/Thmanyahsans12_Medium-s.p.8706264b.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Sans';
  src: url('fonts/Thmanyahsans12_Bold-s.p.d6ebbbf7.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Serif Display';
  src: url('fonts/Thmanyahserifdisplay12_Light-s.p.7cb6431f.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Serif Display';
  src: url('fonts/Thmanyahserifdisplay12_Medium-s.p.e66c2f75.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Serif Display';
  src: url('fonts/Thmanyahserifdisplay12_Bold-s.p.dba4061d.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Serif Text';
  src: url('fonts/Thmanyahseriftext12_Light-s.p.17c3ac51.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Serif Text';
  src: url('fonts/Thmanyahseriftext12_Regular-s.p.27b44745.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Serif Text';
  src: url('fonts/Thmanyahseriftext12_Medium-s.p.2ba6e072.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah Serif Text';
  src: url('fonts/Thmanyahseriftext12_Bold-s.p.a6decd79.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Custom Properties ---------- */
:root {
  --bg: #050507;
  --bg-elevated: #0c0c10;
  --bg-card: rgba(255, 255, 255, 0.03);
  --bg-card-hover: rgba(255, 255, 255, 0.06);
  --accent: #09B99F;
  --accent-dark: #078a77;
  --accent-glow: rgba(9, 185, 159, 0.15);
  --accent-glow-strong: rgba(9, 185, 159, 0.3);
  --blue: #0056FF;
  --cyan: #27CCF6;
  --white: #FFFFFF;
  --white-90: rgba(255, 255, 255, 0.9);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-15: rgba(255, 255, 255, 0.15);
  --white-08: rgba(255, 255, 255, 0.08);
  --white-04: rgba(255, 255, 255, 0.04);
  --gray: #8a8a94;
  --border: rgba(255, 255, 255, 0.07);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;
  --radius-full: 9999px;
  --font: 'Thmanyah Sans', 'Cairo', sans-serif;
  --font-display: 'Thmanyah Serif Display', 'Thmanyah Sans', serif;
  --max-width: 1200px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font);
  direction: rtl;
  background: var(--bg);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
  line-height: 1.3;
}

a {
  color: inherit;
  text-decoration: none;
}

ul { list-style: none; }

img {
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
  font-family: var(--font);
  border: none;
  background: none;
}

/* ---------- Utility ---------- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.text-accent {
  color: var(--accent);
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-top: 16px;
}

/* =========================================
   PRELOADER
   ========================================= */
.preloader {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s var(--ease), visibility 0.6s;
}

.preloader.done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.preloader-logo {
  width: 80px;
  height: auto;
  animation: preloaderPulse 1.5s ease-in-out infinite;
}

@keyframes preloaderPulse {
  0%, 100% { opacity: 0.4; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1); }
}

.preloader-bar {
  width: 160px;
  height: 3px;
  background: var(--white-08);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.preloader-progress {
  height: 100%;
  width: 0;
  background: var(--accent);
  border-radius: var(--radius-full);
  animation: preloaderFill 1.2s var(--ease) forwards;
}

@keyframes preloaderFill {
  to { width: 100%; }
}

/* =========================================
   SCROLL PROGRESS
   ========================================= */
.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--cyan));
  z-index: 9999;
  width: 0;
  transition: none;
}

/* =========================================
   NAVIGATION
   ========================================= */
.navbar {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: var(--max-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: rgba(5, 5, 7, 0.6);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  z-index: 1000;
  transition: transform 0.5s var(--ease), background 0.4s ease, border-color 0.4s ease;
}

.navbar.scrolled {
  background: rgba(5, 5, 7, 0.85);
  border-color: var(--white-08);
}

.navbar.hidden {
  transform: translateX(-50%) translateY(calc(-100% - 32px));
}

.nav-logo img {
  height: 36px;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--white-50);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  transition: color 0.3s ease, background 0.3s ease;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  background: var(--white-04);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: var(--radius-full);
  transition: all 0.3s var(--ease);
  box-shadow: 0 0 20px var(--accent-glow);
}

.nav-cta:hover {
  background: var(--accent-dark);
  transform: scale(1.03);
  box-shadow: 0 0 30px var(--accent-glow-strong);
}

.nav-cta svg {
  transition: transform 0.3s var(--ease);
}

.nav-cta:hover svg {
  transform: translateX(-4px);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s var(--ease);
  transform-origin: center;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 999;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-header {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.mobile-menu-logo {
  height: 32px;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 16px;
  flex: 1;
}

.mobile-menu ul li {
  border-bottom: 1px solid var(--border);
}

.mobile-menu ul a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  transition: color 0.3s ease;
}

.mobile-menu ul a:hover,
.mobile-menu ul a:active {
  color: var(--accent);
}

.mobile-link-num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--white-30);
  min-width: 24px;
}

.mobile-menu-footer {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-menu-cta {
  display: block;
  padding: 18px;
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius-lg);
  text-align: center;
  transition: background 0.3s ease;
  box-shadow: 0 4px 20px var(--accent-glow);
}

.mobile-menu-cta:hover {
  background: var(--accent-dark);
}

.mobile-menu-contact {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.mobile-menu-contact a {
  font-size: 0.85rem;
  color: var(--gray);
  transition: color 0.3s ease;
  direction: ltr;
}

.mobile-menu-contact a:hover {
  color: var(--white);
}

/* =========================================
   HERO
   ========================================= */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 40px;
  z-index: 1;
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(9, 185, 159, 0.12), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(0, 86, 255, 0.08), transparent 50%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(39, 204, 246, 0.06), transparent 50%);
  pointer-events: none;
  z-index: -2;
  animation: heroGradientShift 12s ease-in-out infinite alternate;
}

@keyframes heroGradientShift {
  0% { opacity: 0.8; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.05); }
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--white-04) 1px, transparent 1px),
    linear-gradient(90deg, var(--white-04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 50% at center 40%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at center 40%, black, transparent);
  pointer-events: none;
  z-index: -1;
  opacity: 0.4;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--accent-glow);
  border: 1px solid rgba(9, 185, 159, 0.25);
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 32px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
}

.hero-headline .line {
  display: block;
}

.hero-headline .highlight {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 4px;
}

.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: var(--gray);
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.9;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

/* Trust strip */
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.trust-number {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  direction: ltr;
}

.trust-label {
  font-size: 0.82rem;
  color: var(--gray);
  white-space: nowrap;
}

.trust-divider {
  width: 1px;
  height: 40px;
  background: var(--white-08);
}

/* =========================================
   BUTTONS
   ========================================= */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: var(--radius-full);
  transition: all 0.4s var(--ease);
  box-shadow: 0 4px 20px var(--accent-glow), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--accent-glow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary svg {
  transition: transform 0.3s var(--ease);
}

.btn-primary:hover svg {
  transform: translateX(-4px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: transparent;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid var(--white-15);
  border-radius: var(--radius-full);
  transition: all 0.4s var(--ease);
}

.btn-outline:hover {
  background: var(--white-04);
  border-color: var(--white-30);
  transform: translateY(-2px);
}

/* =========================================
   LOGO CAROUSEL
   ========================================= */
.logo-carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  position: relative;
}

.logo-carousel::before,
.logo-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.logo-carousel::before {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

.logo-carousel::after {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}

.logo-track {
  display: flex;
  gap: 64px;
  animation: scroll-logos 30s linear infinite;
  width: max-content;
}

.placeholder-logo {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white-15);
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 1px;
  transition: color 0.4s ease;
  user-select: none;
  direction: ltr;
}

.placeholder-logo:hover {
  color: var(--white-50);
}

.carousel-logo-wrap {
  flex-shrink: 0;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.4;
  filter: grayscale(1) invert(1);
  transition: opacity 0.4s ease;
  user-select: none;
  pointer-events: none;
}

.carousel-logo-wrap:hover .carousel-logo {
  opacity: 0.7;
}

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

/* =========================================
   SECTION BADGE
   ========================================= */
.section-badge {
  display: inline-block;
  padding: 8px 24px;
  background: var(--white-04);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--accent);
}

/* =========================================
   ABOUT — Bento Grid
   ========================================= */
.about {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.about-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 16px;
}

.bento-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s var(--ease);
}

.bento-card:hover {
  border-color: rgba(9, 185, 159, 0.15);
  background: var(--bg-card-hover);
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}

/* — Statement card: spans 8 cols — */
.bento-statement {
  grid-column: span 8;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 48px;
  background: linear-gradient(135deg, rgba(9, 185, 159, 0.06), var(--bg-card) 60%);
  border-color: rgba(9, 185, 159, 0.1);
  min-height: 240px;
}

.bento-statement-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bento-lead {
  font-size: 1.1rem;
  line-height: 2;
  color: var(--white-70);
}

.bento-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.95rem;
  transition: gap 0.3s var(--ease);
}

.bento-link:hover {
  gap: 16px;
}

.bento-link svg {
  transition: transform 0.3s var(--ease);
}

.bento-link:hover svg {
  transform: translateX(-4px);
}

.bento-statement-graphic {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bento-watermark {
  width: 100px;
  height: auto;
  opacity: 0.06;
  filter: grayscale(1) brightness(10);
  transition: opacity 0.5s ease;
}

.bento-statement:hover .bento-watermark {
  opacity: 0.1;
}

/* — Counter card: spans 4 cols — */
.bento-counter {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  background: linear-gradient(160deg, rgba(9, 185, 159, 0.1), var(--bg-card) 70%);
  border-color: rgba(9, 185, 159, 0.12);
}

.bento-big-number {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  direction: ltr;
}

.bento-counter-label {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.6;
}

/* — Values card: spans 4 cols — */
.bento-values {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bento-values-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-glow);
  border-radius: var(--radius-sm);
  color: var(--accent);
  transition: all 0.4s var(--ease);
}

.bento-values:hover .bento-values-icon {
  background: var(--accent);
  color: var(--white);
}

.bento-values h3 {
  font-size: 1.15rem;
  font-weight: 700;
}

.bento-values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bento-values-list span {
  padding: 6px 16px;
  background: var(--white-04);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white-70);
  transition: all 0.3s ease;
}

.bento-values-list span:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-glow);
}

/* — Why card: spans 4 cols — */
.bento-why {
  grid-column: span 4;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.bento-why-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  border-radius: var(--radius-md);
  color: var(--white);
  flex-shrink: 0;
  transition: transform 0.4s var(--ease);
}

.bento-why:hover .bento-why-icon {
  transform: scale(1.08) rotate(-4deg);
}

.bento-why-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bento-why-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
}

.bento-why-content p {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.8;
}

/* — Team card: spans 4 cols — */
.bento-team {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bento-team-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-glow);
  border-radius: var(--radius-sm);
  color: var(--accent);
  transition: all 0.4s var(--ease);
}

.bento-team:hover .bento-team-icon {
  background: var(--accent);
  color: var(--white);
}

.bento-team h3 {
  font-size: 1.15rem;
  font-weight: 700;
}

.bento-team p {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.8;
}

/* =========================================
   SERVICES
   ========================================= */
.services {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.services-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  border: 1px solid var(--border);
  transition: all 0.5s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  cursor: default;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 185, 159, 0.2);
  background: var(--bg-card-hover);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(9, 185, 159, 0.05);
}

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

.service-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-glow);
  border-radius: var(--radius-md);
  color: var(--accent);
  transition: all 0.4s var(--ease);
}

.service-card:hover .service-card-icon {
  background: var(--accent);
  color: var(--white);
  transform: scale(1.05);
}

.service-card-body h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.service-card-body p {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.8;
}

.service-card-arrow {
  margin-top: auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white-04);
  color: var(--white-30);
  transition: all 0.4s var(--ease);
}

.service-card:hover .service-card-arrow {
  background: var(--accent-glow);
  color: var(--accent);
  transform: rotate(-45deg);
}

/* =========================================
   INFLUENCERS
   ========================================= */
.influencers {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  overflow: hidden;
}

.inf-bg-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.inf-bg-lines {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.08;
}

.inf-subtitle {
  font-size: 1rem;
  color: var(--gray);
  max-width: 480px;
  margin: 16px auto 0;
  line-height: 1.8;
}

.inf-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.inf-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s var(--ease);
}

.inf-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.inf-card:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 185, 159, 0.2);
  background: var(--bg-card-hover);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(9, 185, 159, 0.05);
}

.inf-card:hover::before {
  opacity: 1;
}

.inf-card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-glow);
  border-radius: var(--radius-md);
  color: var(--accent);
  transition: all 0.4s var(--ease);
}

.inf-card:hover .inf-card-icon {
  background: var(--accent);
  color: var(--white);
  transform: scale(1.05);
}

.inf-card-number {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  direction: ltr;
}

.inf-card-platform {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray);
}

/* =========================================
   WORKFLOW
   ========================================= */
.workflow {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.workflow-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.workflow-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s var(--ease);
  border: 1px solid var(--border);
}

.workflow-card:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 185, 159, 0.2);
  background: var(--bg-card-hover);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.workflow-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.step-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  flex-shrink: 0;
}

.step-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to left, transparent, var(--white-08));
}

.workflow-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
}

.workflow-card p {
  font-size: 0.92rem;
  line-height: 1.9;
  color: var(--gray);
}

/* =========================================
   FAQ
   ========================================= */
.faq {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.4s var(--ease);
}

.faq-item:hover {
  border-color: var(--white-15);
}

.faq-item.open {
  border-color: rgba(9, 185, 159, 0.2);
  background: var(--bg-card-hover);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  width: 100%;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 16px;
}

.faq-icon span {
  position: absolute;
  background: var(--accent);
  border-radius: 2px;
  transition: transform 0.4s var(--ease);
}

.faq-icon span:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.faq-icon span:last-child {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

.faq-item.open .faq-icon span:last-child {
  transform: translateX(-50%) rotate(90deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s var(--ease);
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
  padding: 0 28px;
  font-size: 0.92rem;
  color: var(--gray);
  line-height: 2;
}

.faq-item.open .faq-answer-inner {
  padding-bottom: 24px;
}

/* =========================================
   CTA
   ========================================= */
.cta-section {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  text-align: center;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, var(--accent-glow), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-section p {
  font-size: 1.05rem;
  color: var(--gray);
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =========================================
   FOOTER
   ========================================= */
.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  padding: 80px 0 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-logo {
  height: 48px;
  margin-bottom: 12px;
}

.footer-tagline {
  font-size: 0.95rem;
  color: var(--gray);
}

.footer-links-group h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--white-70);
}

.footer-links-group ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-group a {
  font-size: 0.88rem;
  color: var(--gray);
  transition: color 0.3s ease;
}

.footer-links-group a:hover {
  color: var(--white);
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white-15);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-50);
  transition: all 0.3s var(--ease);
}

.footer-social a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  transform: translateY(-2px);
}

.footer-legal {
  text-align: center;
  padding: 20px 0;
  font-size: 0.8rem;
  color: var(--white-30);
  border-top: 1px solid var(--border);
}

/* =========================================
   FLOATING WHATSAPP
   ========================================= */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 52px;
  height: 52px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  z-index: 900;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s var(--ease);
}

.whatsapp-float:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px var(--accent-glow-strong);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(calc(100% + 12px)) translateY(-50%);
  visibility: visible;
}

.whatsapp-tooltip {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(calc(100% + 20px)) translateY(-50%);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  color: var(--white);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s var(--ease);
  pointer-events: none;
}

/* =========================================
   SCROLL ANIMATIONS
   ========================================= */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delays */
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }
.reveal[data-delay="4"] { transition-delay: 0.4s; }
.reveal[data-delay="5"] { transition-delay: 0.5s; }

/* =========================================
   REDUCED MOTION
   ========================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  html {
    scroll-behavior: auto;
  }
}

/* =========================================
   RESPONSIVE — Tablet
   ========================================= */
@media (max-width: 1024px) {
  .services-stack {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .about-bento {
    grid-template-columns: 1fr 1fr;
  }

  .bento-statement {
    grid-column: span 2;
  }

  .bento-counter {
    grid-column: span 1;
  }

  .bento-values {
    grid-column: span 1;
  }

  .bento-why {
    grid-column: span 1;
  }

  .bento-team {
    grid-column: span 1;
  }

  .bento-statement-graphic {
    display: none;
  }

  .services-stack {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .workflow-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }

  .inf-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .influencers {
    padding: 80px 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================
   RESPONSIVE — Mobile
   ========================================= */
@media (max-width: 600px) {
  .container {
    padding: 0 20px;
  }

  .hero {
    padding: 100px 20px 40px;
  }

  .hero-headline {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hero-sub {
    font-size: 0.95rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .trust-strip {
    gap: 24px;
  }

  .trust-number {
    font-size: 1.4rem;
  }

  .trust-divider {
    height: 28px;
  }

  .services-stack {
    grid-template-columns: 1fr;
  }

  .workflow-grid-4 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .about-bento {
    grid-template-columns: 1fr;
  }

  .bento-statement,
  .bento-counter,
  .bento-values,
  .bento-why,
  .bento-team {
    grid-column: span 1;
  }

  .bento-statement {
    padding: 32px;
  }

  .about {
    padding: 80px 0;
  }

  .services,
  .workflow,
  .faq {
    padding: 80px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .inf-cards {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  .faq-question {
    padding: 20px 24px;
    font-size: 0.92rem;
  }

  .cta-section h2 {
    font-size: 1.6rem;
  }

  .whatsapp-float {
    bottom: 20px;
    left: 20px;
    width: 46px;
    height: 46px;
  }

  .whatsapp-tooltip {
    display: none;
  }

  .navbar {
    top: 12px;
    width: calc(100% - 24px);
    padding: 10px 16px;
  }
}

/* =========================================
   RESPONSIVE — Small phones
   ========================================= */
@media (max-width: 380px) {
  .hero-headline {
    font-size: 1.8rem;
  }

  .step-num {
    font-size: 2.2rem;
  }
}

/* =========================================
   LANGUAGE SWITCHER
   ========================================= */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--white-04);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--white-50);
  transition: all 0.3s ease;
  text-decoration: none;
  margin-inline-end: 8px;
}

.lang-switch:hover {
  color: var(--white);
  border-color: var(--white-15);
  background: var(--white-08);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-lang-switch {
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 0.88rem;
  justify-content: center;
  width: 100%;
}

/* =========================================
   LTR OVERRIDES (English)
   ========================================= */
html[dir="ltr"] body {
  direction: ltr;
  font-family: 'Inter', 'Thmanyah Sans', system-ui, sans-serif;
}

html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4 {
  letter-spacing: -0.03em;
}

html[dir="ltr"] .scroll-progress {
  right: auto;
  left: 0;
}

html[dir="ltr"] .workflow-card {
  text-align: left;
}

html[dir="ltr"] .faq-question {
  text-align: left;
}

html[dir="ltr"] .faq-icon {
  margin-right: 0;
  margin-left: 16px;
}

html[dir="ltr"] .step-line {
  background: linear-gradient(to right, transparent, var(--white-08));
}

html[dir="ltr"] .nav-cta:hover svg {
  transform: translateX(4px);
}

html[dir="ltr"] .btn-primary:hover svg {
  transform: translateX(4px);
}

html[dir="ltr"] .bento-link:hover svg {
  transform: translateX(4px);
}

html[dir="ltr"] .whatsapp-float {
  left: auto;
  right: 28px;
}

html[dir="ltr"] .whatsapp-tooltip {
  left: auto;
  right: 0;
  transform: translateX(calc(-100% - 24px)) translateY(-50%);
}

html[dir="ltr"] .whatsapp-float:hover .whatsapp-tooltip {
  transform: translateX(calc(-100% - 12px)) translateY(-50%);
}

@media (max-width: 600px) {
  html[dir="ltr"] .whatsapp-float {
    right: 20px;
    left: auto;
  }
}
