/* ============================================================
   TAREKION LABS — Digital Agency, Saudi Arabia
   Design system: purple primary, Manrope / IBM Plex Sans Arabic
   ============================================================ */

:root {
  /* Primary */
  --p-300: #B69DFF;
  --p-400: #A78BFA;
  --p-500: #8B5CF6;
  --p-600: #7C3AED;
  /* Accent */
  --green: #22C55E;
  --orange: #F59E0B;
  --red: #EF4444;
  /* Neutrals */
  --white: #FFFFFF;
  --n-50: #F7F8FB;
  --n-100: #F1F2F6;
  --n-800: #1F2937;
  --n-900: #150F23;
  --n-500: #6B7280;
  /* Gradients */
  --grad-lavender: linear-gradient(135deg, #B69DFF 0%, #8B5CF6 100%);
  --grad-dark: linear-gradient(135deg, #2A1B3D 0%, #150F23 100%);
  /* Layered shadows */
  --sh-soft: 0 1px 2px rgba(21, 15, 35, .04), 0 4px 12px rgba(21, 15, 35, .05);
  --sh-med: 0 2px 4px rgba(21, 15, 35, .04), 0 12px 28px rgba(21, 15, 35, .09);
  --sh-large: 0 4px 10px rgba(21, 15, 35, .05), 0 28px 60px rgba(21, 15, 35, .16);
  --sh-card: 0 1px 2px rgba(21, 15, 35, .03), 0 8px 24px rgba(139, 92, 246, .07);
  --sh-card-hover: 0 4px 10px rgba(21, 15, 35, .05), 0 22px 44px -10px rgba(139, 92, 246, .22);
  /* Borders */
  --bd-glass: rgba(139, 92, 246, .12);
  --bd-glass-hover: rgba(139, 92, 246, .30);
  /* Motion */
  --ease: cubic-bezier(.22, 1, .36, 1);
  /* Radii */
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-full: 999px;
  --container: 1180px;
  --font-en: 'Manrope', system-ui, sans-serif;
  --font-ar: 'IBM Plex Sans Arabic', 'Manrope', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-en);
  color: var(--n-800);
  background: var(--white);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}
html[lang="ar"] body { font-family: var(--font-ar); }

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { line-height: 1.2; font-weight: 800; letter-spacing: -.015em; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4 { letter-spacing: 0; }
.h1 { font-size: clamp(36px, 5vw, 60px); line-height: 1.08; letter-spacing: -.025em; }
.h2 { font-size: clamp(28px, 3.6vw, 42px); }
.h3 { font-size: clamp(20px, 2.4vw, 26px); }
.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--p-500);
  margin-bottom: 14px;
}
html[lang="ar"] .eyebrow { letter-spacing: 0; }
.lead { font-size: 19px; line-height: 1.75; color: var(--n-500); }
.muted { color: var(--n-500); }
.accent-grad {
  background: var(--grad-lavender);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  border-radius: var(--r-full);
  font-weight: 700; font-size: 16px;
  font-family: inherit;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
    background .25s ease, color .25s ease, border-color .25s ease, filter .25s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: linear-gradient(135deg, #A78BFA 0%, #8B5CF6 55%, #7C3AED 100%);
  color: #fff;
  box-shadow: 0 8px 22px -6px rgba(139, 92, 246, .55), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn-primary:hover {
  filter: brightness(1.06) saturate(1.05);
  box-shadow: 0 14px 32px -8px rgba(139, 92, 246, .65), inset 0 1px 0 rgba(255, 255, 255, .32);
}
.btn-secondary { background: #fff; color: var(--p-600); box-shadow: var(--sh-soft); }
.btn-outline { border-color: var(--p-400); color: var(--p-600); background: transparent; }
.btn-outline:hover {
  background: var(--p-500); border-color: var(--p-500); color: #fff;
  box-shadow: 0 10px 24px -8px rgba(139, 92, 246, .5);
}
.btn-ghost { color: var(--p-600); background: transparent; }
.btn-white {
  background: #fff; color: var(--p-600);
  box-shadow: 0 10px 26px -8px rgba(21, 15, 35, .35), inset 0 1px 0 #fff;
}
.btn-white:hover { box-shadow: 0 16px 34px -10px rgba(21, 15, 35, .45), inset 0 1px 0 #fff; }
.btn-whatsapp {
  background: linear-gradient(135deg, #34D66B 0%, #22C55E 60%, #16A34A 100%);
  color: #fff;
  box-shadow: 0 8px 22px -6px rgba(34, 197, 94, .55), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn-whatsapp:hover { filter: brightness(1.05); box-shadow: 0 14px 30px -8px rgba(34, 197, 94, .6); }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
html[dir="rtl"] .btn .arrow { transform: scaleX(-1); }
html[dir="rtl"] .btn:hover .arrow { transform: scaleX(-1) translateX(4px); }

/* ---------- Badges ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700;
  padding: 5px 13px; border-radius: var(--r-full);
  box-shadow: 0 2px 8px rgba(21, 15, 35, .12);
}
.badge-available { background: #E9F9EF; color: #16A34A; }
.badge-popular { background: #F3EEFF; color: var(--p-600); }
.badge-new { background: #EAF2FF; color: #2563EB; }
.badge-limited { background: #FFF4E0; color: #B45309; }
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

/* ---------- Utility bar ---------- */
.utility-bar {
  background: var(--grad-dark);
  color: #fff;
  font-size: 13.5px;
  padding: 8px 0;
}
.utility-bar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.utility-bar a { display: inline-flex; align-items: center; gap: 7px; opacity: .92; transition: opacity .2s ease, color .2s ease; }
.utility-bar a:hover { opacity: 1; color: var(--p-300); }
.utility-links { display: flex; gap: 22px; flex-wrap: wrap; }

/* ---------- Navbar (floating glass) ---------- */
.navbar {
  position: sticky; top: 12px; z-index: 100;
  background: transparent;
  padding: 0 16px;
}
.navbar .container {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  height: 70px; padding: 0 14px 0 22px;
  background: rgba(255, 255, 255, .55);
  backdrop-filter: blur(18px) saturate(1.6);
  -webkit-backdrop-filter: blur(18px) saturate(1.6);
  border: 1px solid rgba(139, 92, 246, .16);
  border-radius: var(--r-lg);
  box-shadow: 0 8px 32px rgba(21, 15, 35, .07);
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.navbar.scrolled .container {
  background: rgba(255, 255, 255, .88);
  border-color: rgba(139, 92, 246, .22);
  box-shadow: 0 12px 40px rgba(21, 15, 35, .12);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 42px; width: auto; }
.brand-name { font-weight: 800; font-size: 20px; letter-spacing: .3px; }
.brand-name span { color: var(--p-500); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  font-weight: 500; font-size: 15.5px; color: var(--p-500);
  position: relative; padding: 6px 2px; letter-spacing: .1px;
  transition: color .25s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--p-600); }
.nav-links a::after {
  content: ""; position: absolute; bottom: 0; inset-inline-start: 0;
  width: 0; height: 2px; border-radius: 2px;
  background: var(--grad-lavender);
  transition: width .3s cubic-bezier(.4, 0, .2, 1);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: inline-flex; align-items: center; gap: 8px; }
.lang-flag {
  width: 38px; height: 28px; padding: 0;
  border: 2px solid rgba(139, 92, 246, .18);
  border-radius: 8px; overflow: hidden;
  background: none; cursor: pointer;
  opacity: .5; filter: saturate(.7);
  transition: opacity .25s ease, filter .25s ease, border-color .25s ease,
    box-shadow .25s ease, transform .25s var(--ease);
}
.lang-flag svg { width: 100%; height: 100%; display: block; }
.lang-flag:hover { opacity: .85; transform: translateY(-1px); }
.lang-flag.active {
  opacity: 1; filter: none;
  border-color: var(--p-500);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, .18), 0 4px 12px -2px rgba(139, 92, 246, .45);
}
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav-burger span { width: 24px; height: 2.5px; background: var(--n-800); border-radius: 2px; transition: all .25s ease; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(900px 500px at 85% 10%, rgba(182, 157, 255, .35), transparent 60%),
    radial-gradient(700px 420px at 5% 90%, rgba(139, 92, 246, .18), transparent 60%),
    radial-gradient(500px 300px at 50% 120%, rgba(182, 157, 255, .14), transparent 60%),
    var(--n-50);
  padding: 90px 0 40px;
  position: relative;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-copy .lead { margin: 22px 0 30px; max-width: 520px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-points { margin-top: 30px; display: grid; gap: 10px; }
.hero-points li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15.5px; }
.hero-points .check {
  width: 22px; height: 22px; flex: none; border-radius: 50%;
  background: #E9F9EF; color: #16A34A;
  display: grid; place-items: center; font-size: 13px; font-weight: 800;
  box-shadow: 0 2px 6px rgba(34, 197, 94, .25);
}
.hero-visual { position: relative; }
.hero-img {
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 4px 12px rgba(21, 15, 35, .06), 0 32px 68px -16px rgba(139, 92, 246, .35);
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: var(--grad-lavender);
}
.hero-chip {
  position: absolute; bottom: 22px; inset-inline-start: -18px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(139, 92, 246, .14);
  border-radius: var(--r-md);
  box-shadow: var(--sh-med);
  padding: 14px 20px;
  display: flex; align-items: center; gap: 12px;
  font-weight: 700; font-size: 14.5px;
}
.hero-chip .dot-live { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(34,197,94,.18); }

/* Stats strip */
.stats-strip { margin-top: 60px; }
.stats-card {
  position: relative;
  background:
    radial-gradient(600px 200px at 50% -60%, rgba(182, 157, 255, .22), transparent 70%),
    rgba(255, 255, 255, .8);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(139, 92, 246, .14);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-med), inset 0 1px 0 rgba(255, 255, 255, .9);
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 34px 10px;
}
.stat { text-align: center; padding: 8px 16px; border-inline-end: 1px solid rgba(139, 92, 246, .14); }
.stat:last-child { border-inline-end: none; }
.stat .num {
  font-size: clamp(26px, 3vw, 40px); font-weight: 800;
  background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 10px 30px rgba(139, 92, 246, .30);
}
.stat .lbl { font-size: 14px; color: var(--n-500); font-weight: 600; margin-top: 2px; }

/* ---------- Sections ---------- */
section { padding: 96px 0; }
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 16px; }

/* ---------- Trust (logo marquee + Vision 2030) ---------- */
.trust {
  padding: 96px 0;
  border-top: 1px solid var(--n-100); border-bottom: 1px solid var(--n-100);
  background:
    radial-gradient(46% 60% at 10% 12%, rgba(182, 157, 255, .13) 0%, rgba(182, 157, 255, 0) 70%),
    radial-gradient(52% 70% at 92% 88%, rgba(139, 92, 246, .11) 0%, rgba(139, 92, 246, 0) 70%),
    radial-gradient(70% 55% at 50% 45%, rgba(182, 157, 255, .06) 0%, rgba(182, 157, 255, 0) 70%),
    linear-gradient(180deg, #FFFFFF 0%, #FBFAFE 100%);
}
.trust .section-head { margin-bottom: 48px; }

/* Marquee: 4 identical groups; one loop = translateX over 2 groups (-50% -> 0),
   so the period always exceeds the container width and the tile is seamless. */
.trust-marquee {
  direction: ltr;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}
.trust-track {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: trust-scroll 32s linear infinite;
}
.trust-group { display: flex; align-items: center; flex: none; }
.trust-group img {
  display: block; flex: none;
  height: 60px; width: auto;
  margin-inline: 34px;
  object-fit: contain;
  user-select: none;
  filter: grayscale(1); opacity: .75;
  transition: filter .35s ease, opacity .35s ease, transform .35s var(--ease);
}
.trust-group img:hover {
  filter: grayscale(0) drop-shadow(0 10px 22px rgba(139, 92, 246, .35));
  opacity: 1;
  transform: scale(1.08);
}
.trust-marquee:hover .trust-track { animation-play-state: paused; }
@keyframes trust-scroll {
  from { transform: translate3d(-50%, 0, 0); }
  to   { transform: translate3d(0, 0, 0); }
}

/* Vision 2030 */
.vision {
  margin-top: 88px;
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 64px; align-items: center;
}
.vision-card {
  position: relative;
  padding: 48px 40px;
  border-radius: var(--r-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, .92) 0%, rgba(246, 243, 255, .80) 100%);
  border: 1px solid var(--bd-glass);
  box-shadow: var(--sh-card), 0 30px 60px -24px rgba(139, 92, 246, .25), inset 0 1px 0 #fff;
  backdrop-filter: blur(10px);
  animation: vision-float 7s ease-in-out infinite alternate;
}
.vision-card::before {
  content: ""; position: absolute; inset: auto 12% -46px 12%; height: 90px;
  background: rgba(139, 92, 246, .22);
  filter: blur(42px); border-radius: 50%;
  pointer-events: none;
}
.vision-card img { width: 100%; max-width: 340px; height: auto; margin-inline: auto; position: relative; }
@keyframes vision-float {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(0, -10px, 0); }
}
.vision-body h3 { font-size: clamp(24px, 2.8vw, 34px); line-height: 1.22; letter-spacing: -.5px; }
.vision-body > p { margin-top: 16px; color: var(--n-500); max-width: 58ch; }
.vision-badges {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px; margin: 28px 0 32px;
}
.v-badge {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px; border-radius: var(--r-md);
  font-weight: 700; font-size: 15px;
  border: 1px solid transparent;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, .96), rgba(249, 247, 255, .88)) padding-box,
    linear-gradient(135deg, rgba(182, 157, 255, .55), rgba(139, 92, 246, .14)) border-box;
  box-shadow: var(--sh-card), inset 0 1px 0 #fff;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.v-badge:hover { transform: translateY(-4px); box-shadow: var(--sh-card-hover), inset 0 1px 0 #fff; }
.v-check {
  width: 30px; height: 30px; flex: none;
  display: grid; place-items: center;
  border-radius: var(--r-sm);
  color: #fff; font-size: 14px; font-weight: 800;
  background: var(--grad-lavender);
  box-shadow: 0 6px 14px -4px rgba(139, 92, 246, .55), inset 0 1px 0 rgba(255, 255, 255, .35);
}
@media (max-width: 980px) {
  .vision { grid-template-columns: 1fr; gap: 44px; }
  .vision-card { max-width: 440px; margin-inline: auto; width: 100%; }
}
@media (max-width: 760px) {
  .trust { padding: 72px 0; }
  .vision { margin-top: 64px; text-align: center; }
  .vision-body > p { margin-inline: auto; }
  .trust-group img { height: 44px; margin-inline: 22px; }
  .v-badge { text-align: start; }
}
@media (max-width: 560px) {
  .vision-badges { grid-template-columns: 1fr; }
  .vision-body .btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .trust-track, .vision-card { animation: none; }
}

/* ---------- Services ---------- */
.services {
  background:
    radial-gradient(rgba(139, 92, 246, .05) 1px, transparent 1.5px) 0 0 / 26px 26px repeat,
    radial-gradient(820px 420px at 12% -8%, rgba(182, 157, 255, .20), transparent 60%) no-repeat,
    radial-gradient(720px 400px at 95% 105%, rgba(139, 92, 246, .12), transparent 60%) no-repeat,
    linear-gradient(180deg, #F8F7FC 0%, #F4F1FB 100%);
}
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  position: relative;
  background:
    radial-gradient(130% 90% at 50% 0%, rgba(182, 157, 255, .10), transparent 55%),
    linear-gradient(180deg, #FFFFFF 0%, #FDFCFF 100%);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  border: 1px solid var(--bd-glass);
  box-shadow: var(--sh-card), inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-card-hover), 0 0 0 4px rgba(139, 92, 246, .05), inset 0 1px 0 #fff;
  border-color: var(--bd-glass-hover);
}
.card-icon {
  width: 58px; height: 58px; border-radius: 16px;
  background: linear-gradient(145deg, #F7F2FF 0%, #EBE1FF 100%);
  border: 1px solid rgba(139, 92, 246, .16);
  color: var(--p-600);
  display: grid; place-items: center;
  margin-bottom: 22px;
  box-shadow: 0 10px 24px -8px rgba(139, 92, 246, .45), inset 0 1px 0 rgba(255, 255, 255, .95);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.card:hover .card-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 30px -8px rgba(139, 92, 246, .55), inset 0 1px 0 #fff;
}
.card-icon svg { width: 28px; height: 28px; }
.card-icon img { width: 32px; height: 32px; object-fit: contain; }
.card h3 { font-size: 19px; margin-bottom: 10px; }
.card p { font-size: 15px; line-height: 1.72; color: var(--n-500); }
.card .card-link {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 18px; padding: 8px 16px;
  border-radius: var(--r-full);
  background: rgba(139, 92, 246, .08);
  border: 1px solid rgba(139, 92, 246, .14);
  font-weight: 700; font-size: 14px; color: var(--p-600);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s var(--ease);
}
.card .card-link:hover {
  background: rgba(139, 92, 246, .14);
  border-color: rgba(139, 92, 246, .3);
  box-shadow: 0 6px 16px -6px rgba(139, 92, 246, .4);
}
.card .card-link .arrow { transition: transform .25s var(--ease); }
.card .card-link:hover .arrow { transform: translateX(3px); }
html[dir="rtl"] .card .card-link .arrow { transform: scaleX(-1); }
html[dir="rtl"] .card .card-link:hover .arrow { transform: scaleX(-1) translateX(3px); }

/* ---------- Equipment (What We Build) ---------- */
#work {
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(182, 157, 255, .13), transparent 60%),
    radial-gradient(700px 420px at 0% 100%, rgba(139, 92, 246, .09), transparent 55%),
    #fff;
}
.equip-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 46px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.equip-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.equip-media {
  position: relative;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #EDE7FD 0%, #DCD1F8 100%);
  display: grid; place-items: center;
  color: var(--p-500);
  overflow: hidden;
}
.equip-media::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(21, 15, 35, .18) 100%);
}
.equip-media svg { width: 84px; height: 84px; opacity: .8; }
.equip-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.equip-card:hover .equip-media img { transform: scale(1.05); }
.equip-media .demo-note {
  position: absolute; bottom: 10px; inset-inline-end: 12px; z-index: 2;
  font-size: 11px; font-weight: 700; color: #fff;
  background: rgba(21,15,35,.45); padding: 3px 10px; border-radius: var(--r-full);
}
.equip-media .badge { position: absolute; top: 14px; inset-inline-start: 14px; z-index: 2; }
.equip-body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.equip-body h3 { font-size: 19px; }
.equip-body p { font-size: 14.5px; line-height: 1.72; color: var(--n-500); flex: 1; }
.equip-body .btn { margin-top: 14px; align-self: flex-start; padding: 11px 22px; font-size: 14.5px; }

/* ---------- Process / How it works ---------- */
.process {
  background:
    radial-gradient(900px 480px at 85% 8%, rgba(139, 92, 246, .30), transparent 60%),
    radial-gradient(700px 440px at 8% 95%, rgba(182, 157, 255, .16), transparent 60%),
    var(--grad-dark);
  color: #fff;
}
.process .section-head p { color: #B9B3C9; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.steps-6 { grid-template-columns: repeat(3, 1fr); }
.step {
  background: linear-gradient(160deg, rgba(255, 255, 255, .09) 0%, rgba(255, 255, 255, .03) 100%);
  border: 1px solid rgba(182, 157, 255, .20);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  position: relative;
  box-shadow: 0 12px 32px -10px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .09);
  transition: transform .3s var(--ease), background .3s ease, border-color .3s ease, box-shadow .3s var(--ease);
}
.step:hover {
  transform: translateY(-5px);
  background: linear-gradient(160deg, rgba(255, 255, 255, .13) 0%, rgba(255, 255, 255, .05) 100%);
  border-color: rgba(182, 157, 255, .45);
  box-shadow: 0 20px 44px -12px rgba(0, 0, 0, .5), 0 0 44px -8px rgba(139, 92, 246, .35), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.step .step-num {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--grad-lavender);
  border: 1px solid rgba(255, 255, 255, .3);
  display: grid; place-items: center;
  font-weight: 800; font-size: 18px;
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(139, 92, 246, .55), 0 0 28px rgba(139, 92, 246, .35), inset 0 1px 0 rgba(255, 255, 255, .35);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.step:hover .step-num {
  transform: scale(1.06);
  box-shadow: 0 8px 26px rgba(139, 92, 246, .65), 0 0 40px rgba(139, 92, 246, .5), inset 0 1px 0 rgba(255, 255, 255, .4);
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 14.5px; line-height: 1.72; color: #B9B3C9; }

/* ---------- Why us ---------- */
#why {
  background:
    radial-gradient(800px 460px at 0% 10%, rgba(182, 157, 255, .12), transparent 60%),
    radial-gradient(640px 400px at 100% 90%, rgba(139, 92, 246, .08), transparent 60%),
    #fff;
}
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-list { display: grid; gap: 18px; margin-top: 28px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item .w-icon {
  width: 46px; height: 46px; flex: none; border-radius: var(--r-md);
  background: linear-gradient(145deg, #F7F2FF 0%, #EBE1FF 100%);
  border: 1px solid rgba(139, 92, 246, .16);
  color: var(--p-600);
  display: grid; place-items: center;
  box-shadow: 0 8px 18px -6px rgba(139, 92, 246, .4), inset 0 1px 0 rgba(255, 255, 255, .95);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.why-item:hover .w-icon {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 24px -6px rgba(139, 92, 246, .5), inset 0 1px 0 #fff;
}
.why-item .w-icon svg { width: 22px; height: 22px; }
.why-item h4 { font-size: 16.5px; margin-bottom: 2px; }
.why-item p { font-size: 14.5px; line-height: 1.7; color: var(--n-500); }
.why-visual { position: relative; }
.why-img {
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 4px 12px rgba(21, 15, 35, .06), 0 32px 68px -16px rgba(139, 92, 246, .32);
  aspect-ratio: 4/4.6; width: 100%; height: auto; object-fit: cover;
  background: linear-gradient(160deg, #EDE7FD, #C9B8F5);
}
.why-chip {
  position: absolute; top: 26px; inset-inline-end: -16px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(139, 92, 246, .14);
  border-radius: var(--r-md); box-shadow: var(--sh-med);
  padding: 14px 18px; font-size: 14px; font-weight: 700;
  display: flex; gap: 10px; align-items: center;
}
.why-chip .w-icon { width: 36px; height: 36px; border-radius: 10px; background: #E9F9EF; color: #16A34A; display: grid; place-items: center; box-shadow: 0 2px 8px rgba(34, 197, 94, .25); }

/* ---------- Tech stack ---------- */
.tech {
  background:
    radial-gradient(760px 380px at 8% -6%, rgba(182, 157, 255, .16), transparent 60%) no-repeat,
    radial-gradient(700px 380px at 96% 108%, rgba(139, 92, 246, .10), transparent 60%) no-repeat,
    linear-gradient(180deg, #FFFFFF 0%, #FAF8FE 100%);
}
.tech-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.tech-card { padding: 30px 28px; }
.tech-head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.tech-head h3 { font-size: 20px; }
.tech-icon {
  width: 46px; height: 46px; flex: none; border-radius: 13px;
  background: linear-gradient(145deg, #F7F2FF 0%, #EBE1FF 100%);
  border: 1px solid rgba(139, 92, 246, .16);
  color: var(--p-600);
  display: grid; place-items: center;
  box-shadow: 0 6px 14px -6px rgba(139, 92, 246, .35), inset 0 1px 0 rgba(255, 255, 255, .8);
}
.tech-icon svg { width: 24px; height: 24px; }
.tech-desc { color: var(--n-500); font-size: 15px; margin-bottom: 18px; }
.tech-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.tech-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 15px; border-radius: var(--r-full);
  font-size: 14px; font-weight: 700; color: var(--n-800);
  border: 1px solid transparent;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, .97), rgba(249, 247, 255, .90)) padding-box,
    linear-gradient(135deg, rgba(182, 157, 255, .50), rgba(139, 92, 246, .14)) border-box;
  box-shadow: 0 1px 2px rgba(21, 15, 35, .04), inset 0 1px 0 #fff;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), color .25s ease;
}
.tech-chip::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--grad-lavender);
  box-shadow: 0 0 6px rgba(139, 92, 246, .55);
}
.tech-chip:hover { transform: translateY(-3px); box-shadow: var(--sh-card-hover), inset 0 1px 0 #fff; color: var(--p-600); }
.tech-note {
  margin-top: 34px; text-align: center;
  color: var(--n-500); font-size: 16px; font-weight: 600;
}
@media (max-width: 1024px) {
  .tech-grid { gap: 18px; }
}
@media (max-width: 760px) {
  .tech-grid { grid-template-columns: 1fr; gap: 14px; }
  .tech-card { padding: 22px 18px; }
  .tech-chip { padding: 6px 12px; font-size: 13px; }
  .tech-note { margin-top: 24px; font-size: 15px; }
}

/* ---------- Testimonials ---------- */
.testimonials {
  background:
    radial-gradient(rgba(139, 92, 246, .045) 1px, transparent 1.5px) 0 0 / 26px 26px repeat,
    radial-gradient(820px 420px at 88% -8%, rgba(182, 157, 255, .18), transparent 60%) no-repeat,
    radial-gradient(700px 400px at 5% 105%, rgba(139, 92, 246, .10), transparent 60%) no-repeat,
    linear-gradient(180deg, #F8F7FC 0%, #F4F1FB 100%);
}
.t-card { padding-top: 34px; }
.t-card::before {
  content: "\201D";
  position: absolute; top: 10px; inset-inline-end: 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 88px; line-height: 1; font-weight: 700;
  color: rgba(139, 92, 246, .16);
  pointer-events: none;
  transition: color .3s ease, transform .3s var(--ease);
}
.t-card:hover::before { color: rgba(139, 92, 246, .28); transform: translateY(-3px); }
.quote-mark { font-size: 44px; color: var(--p-400); line-height: 1; font-weight: 800; }
.t-card p { font-size: 15.5px; line-height: 1.75; color: var(--n-800); margin: 12px 0 24px; }
.t-person { display: flex; align-items: center; gap: 14px; }
.t-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--grad-lavender); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 17px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(139, 92, 246, .35), 0 8px 18px -4px rgba(139, 92, 246, .45);
}
.t-person .t-name { font-weight: 800; font-size: 15px; }
.t-person .t-role { font-size: 13px; color: var(--n-500); }
.t-stars {
  color: var(--orange); letter-spacing: 3px; margin-bottom: 6px;
  text-shadow: 0 2px 10px rgba(245, 158, 11, .35);
}

/* ---------- FAQ ---------- */
#faq {
  background:
    radial-gradient(760px 420px at 50% -10%, rgba(182, 157, 255, .14), transparent 60%),
    radial-gradient(600px 380px at 95% 100%, rgba(139, 92, 246, .07), transparent 60%),
    #fff;
}
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFBFF 100%);
  border: 1px solid var(--bd-glass);
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--sh-card), inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: border-color .3s ease, box-shadow .3s var(--ease), transform .3s var(--ease);
}
.faq-item:hover { border-color: var(--bd-glass-hover); transform: translateY(-2px); }
.faq-item.open {
  border-color: rgba(139, 92, 246, .45);
  box-shadow: 0 14px 34px -10px rgba(139, 92, 246, .22), 0 0 0 4px rgba(139, 92, 246, .06), inset 0 1px 0 #fff;
  transform: none;
}
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 21px 26px;
  font-family: inherit; font-size: 16.5px; font-weight: 700; color: var(--n-800);
  text-align: start;
}
.faq-q .faq-icon {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(145deg, #F7F2FF 0%, #EBE1FF 100%);
  border: 1px solid rgba(139, 92, 246, .18);
  color: var(--p-600);
  display: grid; place-items: center; font-size: 18px; font-weight: 800;
  box-shadow: 0 4px 10px -2px rgba(139, 92, 246, .3);
  transition: transform .3s var(--ease), background .3s ease, color .3s ease, box-shadow .3s var(--ease);
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--grad-lavender); color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px -2px rgba(139, 92, 246, .55), 0 0 20px rgba(139, 92, 246, .3);
}
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding: 0 26px 24px; font-size: 15px; line-height: 1.75; color: var(--n-500); }

/* ---------- CTA banner ---------- */
.cta-banner { padding: 0 0 6px; }
.cta-inner {
  background:
    radial-gradient(640px 320px at 92% -30%, rgba(255, 255, 255, .26), transparent 60%),
    radial-gradient(560px 340px at -8% 130%, rgba(58, 20, 120, .55), transparent 62%),
    linear-gradient(135deg, #A78BFA 0%, #8B5CF6 45%, #6D2FE0 100%);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 24px;
  padding: 64px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  color: #fff;
  box-shadow: 0 34px 70px -22px rgba(124, 58, 237, .55), var(--sh-large), inset 0 1px 0 rgba(255, 255, 255, .25);
  position: relative; overflow: hidden;
}
.cta-inner::after {
  content: ""; position: absolute; inset-inline-end: -70px; top: -70px;
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  filter: blur(26px);
  animation: float-slow 9s ease-in-out infinite alternate;
}
.cta-inner::before {
  content: ""; position: absolute; inset-inline-start: 24%; bottom: -120px;
  width: 240px; height: 240px; border-radius: 50%;
  background: rgba(182, 157, 255, .35);
  filter: blur(40px);
  animation: float-slow 12s ease-in-out infinite alternate-reverse;
}
@keyframes float-slow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -22px, 0); }
}
.cta-inner > div { position: relative; z-index: 1; }
.cta-inner h2 { font-size: clamp(26px, 3.4vw, 38px); text-shadow: 0 2px 18px rgba(21, 15, 35, .18); }
.cta-inner p { opacity: .94; margin-top: 10px; max-width: 480px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }

/* ---------- Contact ---------- */
#contact {
  background:
    radial-gradient(820px 460px at 8% 0%, rgba(182, 157, 255, .16), transparent 60%),
    radial-gradient(700px 420px at 100% 100%, rgba(139, 92, 246, .10), transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #F8F6FD 100%);
}
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.contact-cards { display: grid; gap: 16px; margin-top: 30px; }
.c-card {
  display: flex; gap: 16px; align-items: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #FDFCFF 100%);
  border: 1px solid var(--bd-glass);
  border-radius: var(--r-md);
  padding: 18px 22px;
  box-shadow: var(--sh-card), inset 0 1px 0 rgba(255, 255, 255, .9);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s ease;
}
.c-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-card-hover), inset 0 1px 0 #fff;
  border-color: var(--bd-glass-hover);
}
.c-card .c-icon {
  width: 48px; height: 48px; flex: none; border-radius: var(--r-md);
  background: linear-gradient(145deg, #F7F2FF 0%, #EBE1FF 100%);
  border: 1px solid rgba(139, 92, 246, .16);
  color: var(--p-600);
  display: grid; place-items: center;
  box-shadow: 0 8px 18px -6px rgba(139, 92, 246, .4), inset 0 1px 0 rgba(255, 255, 255, .95);
}
.c-card .c-icon svg { width: 24px; height: 24px; }
.c-card .c-label { font-size: 13px; color: var(--n-500); font-weight: 600; }
.c-card .c-value { font-weight: 800; font-size: 16px; direction: ltr; unicode-bidi: embed; }

.contact-form {
  background:
    radial-gradient(400px 200px at 85% -10%, rgba(182, 157, 255, .14), transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #FDFCFF 100%);
  border: 1px solid var(--bd-glass);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-med), inset 0 1px 0 rgba(255, 255, 255, .9);
  padding: 40px 36px;
}
.contact-form h3 { margin-bottom: 6px; }
.contact-form .muted { font-size: 14.5px; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1.5px solid rgba(139, 92, 246, .13);
  background: #FBFAFE;
  border-radius: var(--r-sm);
  padding: 13px 16px;
  font-family: inherit; font-size: 15px; color: var(--n-800);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(139, 92, 246, .28); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--p-400); background: #fff;
  box-shadow: 0 0 0 4px rgba(139,92,246,.12), 0 4px 12px -4px rgba(139, 92, 246, .2);
}
.field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 13px; color: var(--n-500); margin-top: 14px; }

/* ---------- Footer ---------- */
.footer {
  background:
    radial-gradient(800px 400px at 85% 0%, rgba(139, 92, 246, .18), transparent 60%),
    var(--grad-dark);
  color: #C6C1D6; padding: 70px 0 0; font-size: 14.5px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 50px; }
.footer .brand img { filter: invert(1) brightness(2); height: 40px; }
.footer .brand-name { color: #fff; }
.footer-about p { margin-top: 16px; max-width: 300px; }
.footer h4 { color: #fff; font-size: 15.5px; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { transition: color .2s ease; }
.footer-col a:hover { color: var(--p-300); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.footer-contact .num { direction: ltr; unicode-bidi: embed; }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255, 255, 255, .04);
  display: grid; place-items: center;
  transition: all .25s var(--ease);
}
.socials a:hover {
  background: var(--p-500); border-color: var(--p-500); color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px -4px rgba(139, 92, 246, .55);
}
.socials svg { width: 17px; height: 17px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: 13.5px;
}

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; bottom: 26px; inset-inline-end: 26px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #34D66B 0%, #22C55E 60%, #16A34A 100%);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(34,197,94,.45), inset 0 1px 0 rgba(255, 255, 255, .3);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.wa-float::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  animation: wa-pulse 2.8s ease-out infinite;
}
@keyframes wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .45); }
  70% { box-shadow: 0 0 0 16px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 14px 34px rgba(34,197,94,.55), inset 0 1px 0 rgba(255, 255, 255, .35); }
.wa-float svg { width: 30px; height: 30px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
/* Staggered entrance within card grids (delays repeat per row) */
.cards-4 > .reveal:nth-child(4n+2) { transition-delay: .08s; }
.cards-4 > .reveal:nth-child(4n+3) { transition-delay: .16s; }
.cards-4 > .reveal:nth-child(4n+4) { transition-delay: .24s; }
.cards-3 > .reveal:nth-child(3n+2), .steps-6 > .reveal:nth-child(3n+2) { transition-delay: .1s; }
.cards-3 > .reveal:nth-child(3n+3), .steps-6 > .reveal:nth-child(3n+3) { transition-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  .wa-float::after, .cta-inner::before, .cta-inner::after { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Service detail pages (/business-website/ etc.) ---------- */
.equip-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 14px; }
.equip-actions .btn { margin-top: 0; }
.equip-actions .card-link { font-size: 14px; }

.breadcrumbs {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: var(--n-500);
  margin-bottom: 22px;
}
.breadcrumbs a { color: var(--p-500); transition: color .2s var(--ease); }
.breadcrumbs a:hover { color: var(--p-600); }
.breadcrumbs .sep { opacity: .5; }
html[dir="rtl"] .breadcrumbs .sep { transform: scaleX(-1); }

.svc-hero { padding-top: 40px; }
.svc-hero .h1 { font-size: clamp(32px, 4.2vw, 50px); }

.svc-prose { max-width: 800px; margin: 0 auto; }
.svc-prose h2 { font-size: clamp(24px, 3vw, 32px); margin: 44px 0 16px; }
.svc-prose h2:first-child { margin-top: 0; }
.svc-prose h3 { font-size: 20px; margin: 30px 0 10px; }
.svc-prose p { color: var(--n-500); margin-bottom: 16px; line-height: 1.85; }
.svc-prose strong { color: var(--n-800); }
.svc-prose ul { display: grid; gap: 10px; margin: 18px 0 22px; padding-inline-start: 4px; }
.svc-prose ul li {
  position: relative; padding-inline-start: 28px;
  color: var(--n-500); line-height: 1.7;
}
.svc-prose ul li::before {
  content: "✓"; position: absolute; inset-inline-start: 0; top: 1px;
  width: 19px; height: 19px; border-radius: 50%;
  background: rgba(34, 197, 94, .12); color: var(--green);
  font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.svc-prose ul li strong { display: inline; }

.svc-check {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
  max-width: 900px; margin: 0 auto;
}
.svc-check .why-item {
  padding: 20px 22px; border-radius: var(--r-md);
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFAFF 100%);
  border: 1px solid var(--bd-glass); box-shadow: var(--sh-card);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.svc-check .why-item:hover { transform: translateY(-3px); box-shadow: var(--sh-card-hover); border-color: var(--bd-glass-hover); }

.svc-band {
  background:
    radial-gradient(900px 420px at 85% 0%, rgba(182, 157, 255, .10), transparent 60%),
    linear-gradient(180deg, #FBFAFF 0%, #FFFFFF 100%);
  border-block: 1px solid var(--bd-glass);
}

@media (max-width: 760px) {
  .svc-check { grid-template-columns: 1fr; gap: 12px; }
  .svc-hero { padding-top: 24px; }
  .svc-prose h2 { margin-top: 34px; }
  .equip-actions { flex-direction: column; align-items: stretch; gap: 4px; margin-top: 8px; }
  .equip-actions .card-link { justify-content: center; margin-top: 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .cards-4 { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .steps, .steps-6 { grid-template-columns: repeat(2, 1fr); }
  .cards-3 { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .why-visual { order: -1; max-width: 520px; }
  .stats-card { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .stat:nth-child(2) { border-inline-end: none; }
}
/* ===== Mobile (≤760px): compact layout — desktop above is untouched ===== */
@media (max-width: 760px) {
  /* --- global rhythm: much tighter vertical space --- */
  section { padding: 44px 0; }
  .container { padding: 0 16px; }
  .section-head { margin-bottom: 26px; }
  .section-head p { margin-top: 10px; font-size: 14.5px; }
  .eyebrow { font-size: 12px; margin-bottom: 8px; }
  .lead { font-size: 15.5px; line-height: 1.65; }

  /* --- header / nav (style kept, just tightened) --- */
  .navbar { top: 8px; padding: 0 12px; }
  .navbar .container { height: 62px; padding: 0 12px 0 16px; }
  .brand img { height: 36px; }
  .brand-name { font-size: 18px; }
  .nav-links {
    position: fixed; top: 116px; inset-inline: 12px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px) saturate(1.6);
    -webkit-backdrop-filter: blur(18px) saturate(1.6);
    border: 1px solid rgba(139, 92, 246, .16);
    border-radius: var(--r-lg);
    flex-direction: column; align-items: flex-start;
    padding: 26px 24px 30px; gap: 20px;
    box-shadow: 0 16px 48px rgba(21, 15, 35, .14);
    transform: translateY(-12px); opacity: 0; visibility: hidden;
    transition: transform .3s ease, opacity .3s ease, visibility .3s;
    z-index: 99;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-links a { font-size: 16px; width: 100%; }
  .nav-burger { display: flex; }
  .nav-actions { gap: 10px; }
  .nav-actions .btn-primary { display: none; }
  .lang-flag { width: 34px; height: 25px; border-radius: 7px; }

  /* --- hero --- */
  .hero { padding: 36px 0 24px; }
  .hero-grid { gap: 26px; }
  .hero-copy .lead { margin: 14px 0 20px; }
  .hero-points { margin-top: 20px; gap: 8px; }
  .hero-points li { font-size: 14px; }
  .hero-chip { inset-inline-start: 10px; bottom: 14px; padding: 10px 14px; font-size: 13px; }
  .stats-strip { margin-top: 30px; }
  .stats-card { padding: 18px 6px; row-gap: 12px; }
  .stat { padding: 4px 10px; }
  .stat .lbl { font-size: 12.5px; }

  /* --- trust + vision --- */
  .trust { padding: 44px 0; }
  .trust .section-head { margin-bottom: 24px; }
  .vision { margin-top: 36px; gap: 26px; }
  .vision-card { padding: 26px 22px; }
  .vision-body > p { font-size: 14.5px; }
  .vision-badges { gap: 10px; margin: 16px 0 20px; }
  .v-badge { padding: 11px 14px; font-size: 13.5px; }

  /* --- services: compact 3-up grid --- */
  .cards-4 { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .card { border-radius: 16px; }
  .services .card {
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 13px 11px;
  }
  .card-icon {
    width: 42px; height: 42px; border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 6px 14px -6px rgba(139, 92, 246, .4), inset 0 1px 0 rgba(255, 255, 255, .95);
  }
  .card-icon img { width: 24px; height: 24px; }
  .services .card h3 { font-size: 13.5px; line-height: 1.3; margin-bottom: 5px; }
  .services .card p {
    font-size: 11.5px; line-height: 1.55; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }
  .card .card-link { margin-top: 10px; padding: 6px 11px; font-size: 11.5px; gap: 5px; }

  /* --- what we build: compact 3-up grid --- */
  #work .cards-3 { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .equip-head { margin-bottom: 20px; }
  .equip-head .btn-ghost { padding: 6px 0; font-size: 13.5px; white-space: normal; }
  .equip-media { aspect-ratio: 16/11; }
  .equip-media .badge { top: 8px; inset-inline-start: 8px; font-size: 9.5px; padding: 2px 8px; gap: 4px; }
  .equip-body { padding: 10px 10px 12px; gap: 4px; }
  .equip-body h3 { font-size: 13px; line-height: 1.3; }
  .equip-body p {
    font-size: 11.5px; line-height: 1.55;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }
  .equip-body .btn {
    margin-top: 8px; align-self: stretch; justify-content: center;
    padding: 7px 10px; font-size: 11.5px; border-width: 1.5px;
  }

  /* --- testimonials stay single-column (quotes need width) --- */
  .testimonials .cards-3 { grid-template-columns: 1fr; gap: 14px; }
  .t-card { padding: 22px 20px; padding-top: 28px; }

  /* --- process: 2-up compact steps --- */
  .steps { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .step { padding: 18px 14px; }
  .step .step-num { width: 34px; height: 34px; font-size: 14px; margin-bottom: 10px; }
  .step h3 { font-size: 14.5px; }
  .step p { font-size: 12px; line-height: 1.6; }

  /* --- why us --- */
  .why-grid { gap: 26px; }
  .why-visual { margin-inline: auto; }
  .why-list { gap: 12px; margin-top: 18px; }
  .why-item p { font-size: 13px; }
  .why-chip { inset-inline-end: 8px; padding: 10px 14px; font-size: 13px; }

  /* --- faq --- */
  .faq-list { gap: 10px; }
  .faq-q { padding: 15px 16px; font-size: 15px; }
  .faq-a p { padding: 0 16px 16px; font-size: 13.5px; }

  /* --- cta / contact / footer --- */
  .cta-inner { padding: 32px 22px; border-radius: 20px; }
  .contact-grid { gap: 26px; }
  .contact-cards { gap: 10px; margin-top: 18px; }
  .c-card { padding: 13px 14px; }
  .contact-form { padding: 22px 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .field { margin-bottom: 12px; }
  .utility-links { gap: 14px; font-size: 12.5px; }
  .footer { padding: 44px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; padding-bottom: 30px; }
  .footer h4 { margin-bottom: 12px; }
  .wa-float { width: 52px; height: 52px; bottom: 18px; inset-inline-end: 18px; }
  .wa-float svg { width: 26px; height: 26px; }
}

/* Small phones: 2 cards per row */
@media (max-width: 389px) {
  .cards-4, #work .cards-3 { grid-template-columns: repeat(2, 1fr); }
}

/* Very small devices: single column */
@media (max-width: 359px) {
  .cards-4, #work .cards-3 { grid-template-columns: 1fr; }
  .services .card p, .equip-body p { display: block; -webkit-line-clamp: unset; }
  .steps { grid-template-columns: 1fr; }
}
