/* ===========================
   KATHA EAPPS � Enterprise AI
   Shared Stylesheet
   =========================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  color: #334155;
  background: #ffffff;
  line-height: 1.65;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: linear-gradient(#6d28d9,#d946ef); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #6d28d9; }

img { max-width: 100%; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

:root {
  --primary:       #6d28d9;
  --primary-dim:   rgba(109,40,217,.1);
  --primary-glow:  rgba(109,40,217,.2);
  --accent:        #d946ef;
  --accent-2:      #06b6d4;
  --accent-dim:    rgba(217,70,239,.08);
  --gold:          #f59e0b;
  --cyan:          #06b6d4;
  --surface:       #fafafa;
  --surface-2:     #f5f3ff;
  --surface-3:     #ede9fe;
  --glass:         rgba(255,255,255,.75);
  --glass-border:  rgba(109,40,217,.1);
  --border:        rgba(0,0,0,.06);
  --border-hover:  rgba(109,40,217,.3);
  --text:          #334155;
  --text-dim:      #64748b;
  --white:         #0f172a;
  --dark:          #ffffff;
  --radius:        14px;
  --radius-lg:     22px;
  --radius-xl:     32px;
  --shadow:        0 4px 32px rgba(109,40,217,.08);
  --shadow-glow:   0 8px 48px rgba(109,40,217,.18);
  --transition:    .35s cubic-bezier(.4,0,.2,1);
  --container:     1240px;
  --nav-height:    72px;
  --font-display:  'Plus Jakarta Sans', sans-serif;
}

h1,h2,h3,h4,h5 { font-family: var(--font-display); color: #0f172a; }
h1 { font-size: clamp(2.6rem,5.5vw,4.4rem); font-weight: 800; line-height: 1.06; letter-spacing: -.03em; }
h2 { font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 700; line-height: 1.1; letter-spacing: -.02em; }
h3 { font-size: clamp(1.1rem,2vw,1.4rem); font-weight: 600; }
p  { font-size: 1rem; color: var(--text); }

.container { width: 90%; max-width: var(--container); margin: 0 auto; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .9rem 2.4rem; border-radius: 50px;
  font-family: var(--font-display); font-size: .92rem; font-weight: 600;
  cursor: pointer; transition: all var(--transition); border: 1.5px solid transparent;
  letter-spacing: .02em; position: relative; overflow: hidden; white-space: nowrap;
}
.btn::after { content:''; position:absolute; inset:0; opacity:0; background:linear-gradient(135deg,rgba(255,255,255,.12),transparent); transition:opacity var(--transition); }
.btn:hover::after { opacity:1; }
.btn-primary { background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%); color:#fff; box-shadow:0 4px 24px rgba(109,40,217,.28); }
.btn-primary:hover { box-shadow:0 8px 40px rgba(109,40,217,.4); transform:translateY(-2px); }
.btn-outline { background:transparent; color:var(--primary); border-color:var(--primary); }
.btn-outline:hover { background:var(--primary-dim); transform:translateY(-2px); box-shadow:0 4px 20px rgba(109,40,217,.15); }
.btn-ghost { background:rgba(255,255,255,.8); color:var(--primary); border-color:rgba(109,40,217,.2); backdrop-filter:blur(12px); box-shadow:0 2px 12px rgba(109,40,217,.08); }
.btn-ghost:hover { background:#fff; border-color:rgba(109,40,217,.4); transform:translateY(-2px); box-shadow:0 6px 24px rgba(109,40,217,.15); }
.btn svg { width:18px; height:18px; }

/* ---- Section Tags ---- */
.section-tag {
  display:inline-flex; align-items:center; gap:.5rem;
  background:linear-gradient(135deg,rgba(109,40,217,.07),rgba(217,70,239,.05));
  color:var(--primary); font-family:var(--font-display); font-size:.72rem; font-weight:700;
  letter-spacing:.14em; text-transform:uppercase;
  padding:.45rem 1.2rem; border-radius:50px; margin-bottom:1.25rem;
  border:1px solid rgba(109,40,217,.15);
}
.section-tag::before { content:''; width:6px; height:6px; background:linear-gradient(135deg,var(--primary),var(--accent)); border-radius:50%; }
.section-title { margin-bottom:1rem; }
.section-sub { max-width:620px; margin:0 auto 2rem; color:var(--text-dim); font-size:1rem; line-height:1.78; }
.text-center { text-align:center; }

/* ---- Animations ---- */
.fade-up { opacity:0; transform:translateY(35px); transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1); }
.fade-up.visible { opacity:1; transform:translateY(0); }
.fade-up:nth-child(2) { transition-delay:.08s; }
.fade-up:nth-child(3) { transition-delay:.16s; }
.fade-up:nth-child(4) { transition-delay:.24s; }
.fade-up:nth-child(5) { transition-delay:.32s; }
.fade-up:nth-child(6) { transition-delay:.4s; }

/* ---- BG Effects ---- */
.grid-bg {
  position:absolute; inset:0; overflow:hidden; pointer-events:none;
  background-image:linear-gradient(rgba(109,40,217,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(109,40,217,.03) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(ellipse at 50% 50%,black 20%,transparent 75%);
  -webkit-mask-image:radial-gradient(ellipse at 50% 50%,black 20%,transparent 75%);
}
.glow-orb { position:absolute; border-radius:50%; filter:blur(80px); pointer-events:none; }

/* ========== NAVBAR ========== */
.navbar {
  position:fixed; top:0; left:0; right:0; height:var(--nav-height);
  background:rgba(255,255,255,.9); backdrop-filter:blur(20px) saturate(1.8);
  border-bottom:1px solid rgba(109,40,217,.08); z-index:1000;
  display:flex; align-items:center;
  transition:background var(--transition),box-shadow var(--transition);
}
.navbar.scrolled { background:rgba(255,255,255,.97); box-shadow:0 4px 32px rgba(109,40,217,.08); }
.navbar .container { display:flex; align-items:center; justify-content:space-between; }
.nav-logo { display:flex; align-items:center; gap:.6rem; }
.nav-logo img { height:40px; width:auto; object-fit:contain; }
.logo-mark { width:38px; height:38px; background:linear-gradient(135deg,var(--primary),var(--accent)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:.9rem; color:#fff; font-weight:800; }
.nav-links { display:flex; align-items:center; gap:2.25rem; }
.nav-links a { font-size:.9rem; font-weight:500; color:var(--text-dim); padding:.3rem 0; position:relative; transition:color var(--transition); }
.nav-links a::after { content:''; position:absolute; bottom:-2px; left:0; width:0; height:2px; background:linear-gradient(90deg,var(--primary),var(--accent)); border-radius:2px; transition:width var(--transition); }
.nav-links a:hover,.nav-links a.active { color:var(--primary); }
.nav-links a:hover::after,.nav-links a.active::after { width:100%; }
.nav-cta { margin-left:.5rem; }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:.25rem; }
.hamburger span { display:block; width:24px; height:2px; background:var(--primary); border-radius:4px; transition:var(--transition); }
.hamburger.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity:0; }
.hamburger.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.mobile-nav { display:none; position:fixed; top:var(--nav-height); left:0; right:0; background:rgba(255,255,255,.98); backdrop-filter:blur(24px); padding:1.5rem 2rem 2rem; border-bottom:1px solid rgba(109,40,217,.08); z-index:999; flex-direction:column; gap:1rem; }
.mobile-nav.open { display:flex; }
.mobile-nav a { font-size:1.05rem; font-weight:500; color:var(--text); padding:.6rem 0; border-bottom:1px solid rgba(109,40,217,.06); }
.mobile-nav a:hover,.mobile-nav a.active { color:var(--primary); }
.page-top { padding-top:var(--nav-height); }

/* ========== HERO ========== */
.hero {
  min-height:100vh; display:flex; flex-direction:column;
  position:relative; overflow:hidden;
  background:#ffffff;
  padding:0;
}

/* Aurora mesh blobs */
.hero-blob { position:absolute; border-radius:50%; pointer-events:none; filter:blur(70px); }
.hero-blob-1 { width:700px; height:700px; background:radial-gradient(circle,rgba(109,40,217,.14) 0%,transparent 70%); top:-180px; right:-100px; }
.hero-blob-2 { width:600px; height:600px; background:radial-gradient(circle,rgba(217,70,239,.1) 0%,transparent 70%); bottom:-150px; left:-100px; }
.hero-blob-3 { width:450px; height:450px; background:radial-gradient(circle,rgba(6,182,212,.09) 0%,transparent 70%); top:40%; right:30%; }
.hero-blob-4 { width:300px; height:300px; background:radial-gradient(circle,rgba(245,158,11,.07) 0%,transparent 70%); bottom:20%; right:5%; }

.hero .grid-bg {
  background-image:linear-gradient(rgba(109,40,217,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(109,40,217,.035) 1px,transparent 1px);
  background-size:60px 60px; opacity:1;
  mask-image:radial-gradient(ellipse at 60% 40%,black 20%,transparent 70%);
  -webkit-mask-image:radial-gradient(ellipse at 60% 40%,black 20%,transparent 70%);
}

/* Hero content wrapper */
.hero-main { flex:1; display:flex; align-items:center; padding:calc(var(--nav-height) + 2.5rem) 0 2rem; position:relative; z-index:1; }
.hero-inner { display:grid; grid-template-columns:1fr 1fr; gap:3.5rem; align-items:center; }

/* Left text side */
.hero-content { max-width:620px; }
.hero-content .section-tag { background:linear-gradient(135deg,rgba(109,40,217,.08),rgba(217,70,239,.06)); color:var(--primary); border:1px solid rgba(109,40,217,.18); }
.hero-content h1 { margin-bottom:1.5rem; color:#0f172a; }
.gradient-text {
  background:linear-gradient(135deg,#5b21b6 0%,#c026d3 50%,#0891b2 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
  filter:drop-shadow(0 2px 12px rgba(109,40,217,.25));
}
.hero-content > p { color:var(--text-dim); font-size:1.12rem; margin-bottom:2.5rem; line-height:1.8; max-width:500px; }
.hero-btns { display:flex; flex-wrap:wrap; gap:1rem; margin-bottom:3rem; }

/* Right visual side */
.hero-visual-cards { position:relative; height:480px; }

/* Floating glass cards */
.hvc { position:absolute; background:rgba(255,255,255,.75); backdrop-filter:blur(20px); border:1px solid rgba(255,255,255,.9); border-radius:20px; padding:1.25rem 1.5rem; box-shadow:0 8px 40px rgba(109,40,217,.1),0 1px 0 rgba(255,255,255,.8) inset; }
.hvc-1 { top:0; left:10%; width:240px; animation:floatA 6s ease-in-out infinite; }
.hvc-2 { top:25%; right:0; width:220px; animation:floatB 7s ease-in-out infinite; }
.hvc-3 { bottom:5%; left:0; width:260px; animation:floatC 8s ease-in-out infinite; }
.hvc-4 { top:50%; left:30%; width:180px; animation:floatA 5s ease-in-out infinite reverse; }

@keyframes floatA { 0%,100%{transform:translateY(0px) rotate(-1deg)} 50%{transform:translateY(-16px) rotate(1deg)} }
@keyframes floatB { 0%,100%{transform:translateY(0px) rotate(1deg)} 50%{transform:translateY(-20px) rotate(-1deg)} }
@keyframes floatC { 0%,100%{transform:translateY(0px) rotate(-0.5deg)} 50%{transform:translateY(-12px) rotate(0.5deg)} }

.hvc-icon { width:40px; height:40px; border-radius:12px; margin-bottom:.75rem; display:flex; align-items:center; justify-content:center; }
.hvc-icon svg { width:20px; height:20px; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.hvc-label { font-family:var(--font-display); font-size:.78rem; font-weight:700; color:#0f172a; margin-bottom:.25rem; }
.hvc-val { font-family:var(--font-display); font-size:1.5rem; font-weight:800; background:linear-gradient(135deg,var(--primary),var(--accent)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; }
.hvc-sub { font-size:.73rem; color:var(--text-dim); margin-top:.2rem; }
.hvc-row { display:flex; align-items:center; gap:.75rem; }
.hvc-sparkline { display:flex; align-items:flex-end; gap:3px; height:32px; }
.hvc-sparkline span { width:6px; border-radius:3px; background:linear-gradient(to top,var(--primary),var(--accent)); }

/* Metrics bottom */
.hero-metrics { display:flex; flex-wrap:wrap; gap:2.5rem; padding-top:2rem; border-top:1px solid rgba(109,40,217,.1); }
.hero-metric span { display:block; font-family:var(--font-display); font-size:2rem; font-weight:800; line-height:1; background:linear-gradient(135deg,var(--primary),var(--accent)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.hero-metric p { color:var(--text-dim); font-size:.83rem; margin-top:.3rem; }

/* Trust badges */
.hero-trust { display:flex; align-items:center; gap:1rem; margin-bottom:1.75rem; flex-wrap:wrap; }
.trust-badge {
  display:flex; align-items:center; gap:.5rem;
  background:rgba(255,255,255,.9); backdrop-filter:blur(12px);
  border:1px solid rgba(109,40,217,.12); border-radius:50px;
  padding:.4rem 1rem; font-size:.76rem; font-weight:600;
  color:#0f172a; box-shadow:0 2px 12px rgba(109,40,217,.07);
}
.trust-badge .dot { width:7px; height:7px; border-radius:50%; background:linear-gradient(135deg,#10b981,#34d399); box-shadow:0 0 8px rgba(16,185,129,.5); animation:blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }

.hero-visual { display:none; }

/* ========== HERO CHIP STRIP (page-hero scrolling tags) ========== */
.hero-chip-strip {
  width:100%; overflow:hidden; position:relative;
  padding:.5rem 0 0; margin-top:2rem;
  mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);
  -webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);
}
.hero-chip-track {
  display:flex; gap:.75rem; width:max-content;
  animation:chipScroll 30s linear infinite;
}
.hero-chip-track:hover { animation-play-state:paused; }
.hero-chip {
  display:inline-flex; align-items:center; gap:.4rem; white-space:nowrap;
  padding:.45rem 1.1rem; border-radius:50px;
  background:rgba(255,255,255,.12); backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.22);
  color:rgba(255,255,255,.9); font-family:var(--font-display);
  font-size:.78rem; font-weight:600; letter-spacing:.02em;
  transition:all .25s ease; cursor:default;
}
.hero-chip:hover { background:rgba(255,255,255,.22); border-color:rgba(255,255,255,.45); color:#fff; }
@keyframes chipScroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* Section dividers */
section + section,
section + div.clients-strip,
div.clients-strip + section {
  border-top: 1px solid rgba(109,40,217,.08);
}
.stats-band { border-top: none; background: linear-gradient(135deg,var(--primary) 0%,#7c3aed 50%,var(--accent) 100%); }
.stats-band + section { border-top: none; }

/* ========== SERVICES SECTION (MARQUEE SCROLL) ========== */
.services-section { padding:4rem 0 3rem; background:#fff; position:relative; overflow:hidden; }
.services-section::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 80% 30%,rgba(217,70,239,.05) 0%,transparent 50%),radial-gradient(ellipse at 20% 70%,rgba(109,40,217,.04) 0%,transparent 50%); pointer-events:none; }

.cards-marquee { position:relative; width:100%; overflow:hidden; margin-top:3rem; }
.cards-marquee::before,
.cards-marquee::after {
  content:''; position:absolute; top:0; bottom:0; width:140px; z-index:2; pointer-events:none;
}
.cards-marquee::before { left:0; background:linear-gradient(to right,#fff 30%,transparent); }
.cards-marquee::after  { right:0; background:linear-gradient(to left,#fff 30%,transparent); }
.cards-track {
  display:flex; gap:1.5rem; align-items:stretch;
  width:max-content;
  animation:marqueeScroll 36s linear infinite;
  padding:1.5rem 0 2rem;
}
.cards-marquee:hover .cards-track { animation-play-state:paused; }
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.cards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:3rem; } .cards-grid .card { width:auto; flex-shrink:1; } .cards-track .card { align-self:stretch; }
  .card {
    background:#fff;
    border:1px solid rgba(109,40,217,.1);
    border-radius:var(--radius-xl); overflow:hidden;
    transition:all var(--transition);
    box-shadow:0 4px 24px rgba(109,40,217,.06);
    display:flex; flex-direction:column; position:relative; flex-shrink:0; width:160px;
  }
.card::before { content:''; position:absolute; inset:0; border-radius:var(--radius-xl); background:linear-gradient(135deg,rgba(109,40,217,.03),rgba(217,70,239,.02)); opacity:0; transition:opacity var(--transition); pointer-events:none; }
.card:hover::before { opacity:1; }
.card:hover { border-color:rgba(109,40,217,.25); transform:translateY(-6px); box-shadow:0 20px 60px rgba(109,40,217,.12),0 4px 16px rgba(0,0,0,.05); }
.card-img { width:100%; height:70px; overflow:hidden; position:relative; }
.card-img img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.card:hover .card-img img { transform:scale(1.08); }
.card-img::after { content:''; position:absolute; inset:0; background:linear-gradient(to bottom,transparent 40%,rgba(255,255,255,.95) 100%); }
.card-body { padding:0.6rem 0.75rem 0.85rem; display:flex; flex-direction:column; flex:1; }
.card-icon { width:28px; height:28px; background:linear-gradient(135deg,rgba(109,40,217,.15),rgba(217,70,239,.12)); border-radius:6px; display:flex; align-items:center; justify-content:center; margin-bottom:0.35rem; border:1px solid rgba(109,40,217,.18); transition:all var(--transition); }
.card:hover .card-icon { background:linear-gradient(135deg,var(--primary),var(--accent)); box-shadow:0 8px 24px rgba(109,40,217,.3); }
.card:hover .card-icon svg { stroke:#fff; }
.card-icon svg { width:14px; height:14px; stroke:#6d28d9; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; transition:stroke var(--transition); }
.card h3 { margin-bottom:.25rem; font-size:0.72rem; font-weight:700; color:#0f172a; line-height:1.2; }
.card p  { font-size:.68rem; color:#475569; line-height:1.4; }

/* ========== ABOUT STRIP ========== */
.about-strip { padding:4rem 0; background:#fafafa; position:relative; overflow:hidden; }
.about-strip::before { content:''; position:absolute; width:700px; height:700px; border-radius:50%; background:radial-gradient(circle,rgba(109,40,217,.07) 0%,transparent 70%); right:-200px; top:50%; transform:translateY(-50%); pointer-events:none; }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
.about-img { border-radius:var(--radius-xl); overflow:hidden; position:relative; }
.about-img img { width:100%; height:460px; object-fit:cover; transition:transform .7s ease; }
.about-img:hover img { transform:scale(1.04); }
.about-img-overlay { position:absolute; inset:0; border-radius:var(--radius-xl); background:linear-gradient(135deg,rgba(109,40,217,.05),rgba(217,70,239,.04)); pointer-events:none; }
.about-img-badge { position:absolute; bottom:2rem; left:2rem; background:rgba(255,255,255,.92); backdrop-filter:blur(20px); border:1px solid rgba(109,40,217,.12); border-radius:var(--radius-lg); padding:1.25rem 1.5rem; display:flex; align-items:center; gap:1rem; box-shadow:0 12px 40px rgba(109,40,217,.1); }
.about-img-badge .badge-num { font-family:var(--font-display); font-size:2rem; font-weight:800; background:linear-gradient(135deg,var(--primary),var(--accent)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; }
.about-img-badge .badge-text { font-size:.8rem; color:var(--text-dim); line-height:1.4; }
.about-text h2 { margin-bottom:1.25rem; color:#0f172a; letter-spacing:-.018em; }
.about-text > p { margin-bottom:1rem; color:var(--text-dim); font-size:.97rem; line-height:1.82; }
.about-features { display:flex; flex-direction:column; gap:.85rem; margin:1.5rem 0 2rem; }
.about-feature { display:flex; align-items:center; gap:.75rem; font-size:.95rem; color:#0f172a; font-weight:500; }
.check-circle { width:26px; height:26px; flex-shrink:0; background:linear-gradient(135deg,var(--primary),var(--accent)); border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 12px rgba(109,40,217,.25); }
.check-circle svg { width:12px; height:12px; stroke:#fff; fill:none; stroke-width:2.5; }

/* ========== AUTOMATION SHOWCASE ========== */
.automation-section { padding:4rem 0; background:#fff; position:relative; overflow:hidden; }
.automation-section::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 20% 50%,rgba(6,182,212,.05) 0%,transparent 50%),radial-gradient(ellipse at 80% 50%,rgba(109,40,217,.04) 0%,transparent 50%); pointer-events:none; }
.auto-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:1.25rem; margin-top:2.5rem; }
.auto-card { background:#fff; border:1px solid rgba(109,40,217,.09); border-radius:var(--radius-xl); overflow:hidden; transition:all var(--transition); box-shadow:0 4px 20px rgba(109,40,217,.06); }
.auto-card:hover { border-color:rgba(109,40,217,.25); transform:translateY(-6px); box-shadow:0 20px 56px rgba(109,40,217,.12); }
.auto-card-img { width:100%; height:180px; overflow:hidden; position:relative; }
.auto-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.auto-card:hover .auto-card-img img { transform:scale(1.08); }
.auto-card-img::after { content:''; position:absolute; inset:0; background:linear-gradient(to bottom,transparent 40%,rgba(255,255,255,.95) 100%); }
.auto-card-body { padding:1.5rem 1.75rem 2rem; }
.auto-icon { width:50px; height:50px; margin-bottom:1rem; background:linear-gradient(135deg,rgba(109,40,217,.1),rgba(217,70,239,.07)); border-radius:14px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(109,40,217,.1); transition:all var(--transition); }
.auto-card:hover .auto-icon { background:linear-gradient(135deg,var(--primary),var(--accent)); box-shadow:0 8px 24px rgba(109,40,217,.25); }
.auto-card:hover .auto-icon svg { stroke:#fff; }
.auto-icon svg { width:22px; height:22px; stroke:var(--primary); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; transition:stroke var(--transition); }
.auto-card h3 { font-size:1.02rem; margin-bottom:.5rem; color:#0f172a; }
.auto-card p  { font-size:.86rem; color:var(--text-dim); line-height:1.7; }

/* ========== TRAINING ========== */
.training-section { padding:4rem 0; background:var(--surface-2); position:relative; overflow:hidden; }
.training-section::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 90% 10%,rgba(217,70,239,.06) 0%,transparent 50%); }
.training-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:3rem; }
.training-marquee { position:relative; width:100%; overflow:hidden; margin-top:3rem; }
.training-marquee::before,
.training-marquee::after { content:""; position:absolute; top:0; bottom:0; width:120px; z-index:2; pointer-events:none; }
.training-marquee::before { left:0; background:linear-gradient(to right,var(--surface-2) 30%,transparent); }
.training-marquee::after  { right:0; background:linear-gradient(to left,var(--surface-2) 30%,transparent); }
.training-track { display:flex; gap:1.5rem; align-items:stretch; width:max-content; animation:marqueeScroll 42s linear infinite; padding:1.5rem 0 2rem; }
.training-marquee:hover .training-track { animation-play-state:paused; }
.training-track .train-card { width:160px; flex-shrink:0; height:auto; align-self:stretch; }
.train-card { background:#fff; border:1px solid rgba(109,40,217,.09); border-radius:var(--radius-xl); overflow:hidden; transition:all var(--transition); box-shadow:0 4px 20px rgba(109,40,217,.06); display:flex; flex-direction:column; }
.train-card:hover { border-color:rgba(109,40,217,.25); box-shadow:0 20px 56px rgba(109,40,217,.12); transform:translateY(-6px); }
.train-card-img { width:100%; height:65px; overflow:hidden; position:relative; flex-shrink:0; }
.train-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.train-card:hover .train-card-img img { transform:scale(1.08); }
.train-card-img::after { content:''; position:absolute; inset:0; background:linear-gradient(to bottom,transparent 40%,rgba(255,255,255,.95) 100%); }
.train-card-img .card-badge { position:absolute; top:0.4rem; left:0.4rem; z-index:2; margin:0; }
.train-card-body { padding:0.6rem 0.75rem 0.75rem; display:flex; flex-direction:column; flex:1; }
.card-badge { display:inline-block; font-size:.52rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; padding:.15rem .5rem; border-radius:50px; }
.badge-cyan   { background:rgba(109,40,217,.1); color:var(--primary); border:1px solid rgba(109,40,217,.2); }
.badge-purple { background:rgba(217,70,239,.1); color:#c026d3; border:1px solid rgba(217,70,239,.2); }
.badge-blue   { background:rgba(6,182,212,.1); color:#0891b2; border:1px solid rgba(6,182,212,.2); }
.badge-gold   { background:rgba(245,158,11,.1); color:#b45309; border:1px solid rgba(245,158,11,.2); }
.train-card h3 { font-size:0.72rem; margin-bottom:.3rem; color:#0f172a; line-height:1.2; }
.train-card p  { font-size:.62rem; color:var(--text-dim); margin-bottom:.5rem; line-height:1.4; }
.train-topics { display:flex; flex-wrap:wrap; gap:.25rem; margin-bottom:.5rem; }
.topic-pill { font-size:.52rem; font-weight:600; padding:.15rem .4rem; background:rgba(109,40,217,.06); border:1px solid rgba(109,40,217,.12); border-radius:50px; color:var(--primary); }
.train-meta { display:flex; align-items:center; gap:.6rem; padding-top:.5rem; border-top:1px solid rgba(109,40,217,.07); font-size:.56rem; color:var(--text-dim); flex-wrap:wrap; }
.train-meta svg { width:10px; height:10px; stroke:var(--primary); fill:none; stroke-width:2; margin-right:.15rem; vertical-align:middle; }

/* ========== TESTIMONIALS ========== */
.testimonials { padding:4rem 0; background:#fff; position:relative; overflow:hidden; }
.testimonials::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%,rgba(109,40,217,.05) 0%,transparent 60%); }
.testimonials-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:1.25rem; margin-top:2.5rem; }
.testimonial-card { background:linear-gradient(135deg,#fff 60%,rgba(245,243,255,.6) 100%); border:1px solid rgba(109,40,217,.1); border-radius:var(--radius-xl); padding:2.25rem; box-shadow:0 4px 24px rgba(109,40,217,.06); transition:all var(--transition); position:relative; overflow:hidden; }
.testimonial-card::before { content:'\201C'; position:absolute; top:.5rem; right:1.5rem; font-size:7rem; line-height:1; color:rgba(109,40,217,.07); font-family:Georgia,serif; pointer-events:none; }
.testimonial-card:hover { border-color:rgba(109,40,217,.22); transform:translateY(-5px); box-shadow:0 20px 56px rgba(109,40,217,.1); }
.stars { font-size:1rem; margin-bottom:1rem; letter-spacing:3px; background:linear-gradient(90deg,#f59e0b,#f97316); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.testimonial-card > p { font-size:.93rem; color:var(--text); margin-bottom:1.5rem; line-height:1.82; font-style:italic; letter-spacing:.003em; }
.testimonial-author { display:flex; align-items:center; gap:.75rem; }
.author-avatar { width:46px; height:46px; border-radius:50%; background:linear-gradient(135deg,var(--primary),var(--accent)); display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-size:1rem; font-weight:700; color:#fff; box-shadow:0 4px 16px rgba(109,40,217,.25); }
.author-info strong { display:block; color:#0f172a; font-size:.92rem; }
.author-info span { color:var(--text-dim); font-size:.8rem; }

/* ========== STATS ========== */
.stats-band { padding:3rem 0; position:relative; overflow:hidden; background:linear-gradient(135deg,#faf5ff 0%,#f5f3ff 50%,#fce7f3 100%); border-top:1px solid rgba(109,40,217,.08); border-bottom:1px solid rgba(109,40,217,.08); }
.stats-band::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 30% 50%,rgba(109,40,217,.07) 0%,transparent 60%),radial-gradient(ellipse at 70% 50%,rgba(217,70,239,.05) 0%,transparent 60%); }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.25rem; text-align:center; position:relative; z-index:1; }
.stat-item { padding:1.75rem 1.5rem; background:rgba(255,255,255,.85); border:1px solid rgba(109,40,217,.1); border-radius:var(--radius-lg); backdrop-filter:blur(12px); transition:all var(--transition); box-shadow:0 4px 20px rgba(109,40,217,.06); }
.stat-item:hover { border-color:rgba(109,40,217,.3); transform:translateY(-4px); box-shadow:0 16px 48px rgba(109,40,217,.12); }
.stat-item span { display:block; font-family:var(--font-display); font-size:2.6rem; font-weight:800; line-height:1; background:linear-gradient(135deg,var(--primary),var(--accent)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.stat-item p { color:var(--text-dim); font-size:.88rem; margin-top:.55rem; }

/* ========== CTA BANNER ========== */
.cta-banner { padding:3.5rem 0; text-align:center; position:relative; overflow:hidden; background:linear-gradient(135deg,#4c1d95 0%,#7c3aed 40%,#a21caf 80%,#0e7490 100%); }
.cta-banner::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(ellipse at 80% 50%,rgba(255,255,255,.06) 0%,transparent 50%); }
.cta-banner::after { content:''; position:absolute; top:0; left:0; right:0; height:1px; background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent); }
.cta-banner .container { position:relative; z-index:1; }
.cta-banner h2 { margin-bottom:.85rem; color:#fff; }
.cta-banner p { color:rgba(255,255,255,.85); margin-bottom:2.5rem; font-size:1.05rem; }
.cta-btns { display:flex; flex-wrap:wrap; justify-content:center; gap:1rem; }
.cta-banner .btn-primary { background:rgba(255,255,255,.95); color:var(--primary); box-shadow:0 4px 24px rgba(0,0,0,.15); }
.cta-banner .btn-primary:hover { background:#fff; box-shadow:0 8px 40px rgba(0,0,0,.2); transform:translateY(-2px); }
.cta-banner .btn-outline { color:#fff; border-color:rgba(255,255,255,.45); }
.cta-banner .btn-outline:hover { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.8); transform:translateY(-2px); }

/* ========== PAGE HERO ========== */
.page-hero { padding:3rem 0 1.5rem; text-align:center; position:relative; overflow:hidden; }
.page-hero::after { content:''; position:absolute; bottom:0; left:0; right:0; height:1px; background:linear-gradient(90deg,transparent,rgba(109,40,217,.2),rgba(217,70,239,.15),transparent); }
.page-hero .grid-bg { background-image:linear-gradient(rgba(109,40,217,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(109,40,217,.04) 1px,transparent 1px); background-size:64px 64px; opacity:1; mask-image:radial-gradient(ellipse at 50% 50%,black 20%,transparent 70%); -webkit-mask-image:radial-gradient(ellipse at 50% 50%,black 20%,transparent 70%); }
.page-hero .glow-orb { width:600px; height:600px; background:radial-gradient(circle,rgba(109,40,217,.08) 0%,transparent 70%); top:-150px; left:50%; transform:translateX(-50%); filter:blur(60px); }
.page-hero .container { position:relative; z-index:1; }
.page-hero h1 { margin-bottom:.75rem; color:#0f172a; font-size:clamp(1.9rem,4vw,2.8rem); }
.page-hero p { color:var(--text-dim); font-size:1.1rem; max-width:580px; margin:0 auto; line-height:1.75; }
.breadcrumb { display:flex; justify-content:center; gap:.5rem; margin-bottom:1.5rem; font-size:.83rem; font-weight:500; }
.breadcrumb a { color:var(--text-dim); transition:color var(--transition); }
.breadcrumb a:hover { color:var(--primary); }
.breadcrumb span { color:rgba(109,40,217,.25); }

/* ========== PROCESS ========== */
.process-section { padding:4rem 0; background:#fafafa; position:relative; }
.process-section::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 50%,rgba(109,40,217,.04) 0%,transparent 70%); }
.process-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; margin-top:3rem; }
.process-step { text-align:center; padding:2.5rem 1.5rem; position:relative; background:#fff; border:1px solid rgba(109,40,217,.09); border-radius:var(--radius-xl); transition:all var(--transition); box-shadow:0 4px 20px rgba(109,40,217,.06); }
.process-step:hover { border-color:rgba(109,40,217,.25); transform:translateY(-5px); box-shadow:0 20px 56px rgba(109,40,217,.1); }
.process-step::after { content:'?'; position:absolute; right:-1.1rem; top:50%; transform:translateY(-50%); color:rgba(109,40,217,.2); font-size:1.5rem; display:none; }
@media (min-width:1025px) { .process-step:not(:last-child)::after { display:block; } }
.step-num { font-family:var(--font-display); font-size:3rem; font-weight:800; background:linear-gradient(135deg,var(--primary),var(--accent)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; margin-bottom:.75rem; }
.process-step h3 { font-size:1.05rem; margin-bottom:.5rem; color:#0f172a; }
.process-step p { font-size:.84rem; color:var(--text-dim); line-height:1.65; }

/* ========== CLIENTS STRIP ========== */
.clients-strip { padding:3rem 0; background:#fff; border-top:1px solid rgba(109,40,217,.07); border-bottom:1px solid rgba(109,40,217,.07); }
.clients-label { text-align:center; font-size:.74rem; font-weight:700; color:var(--text-dim); letter-spacing:.12em; text-transform:uppercase; margin-bottom:2rem; }
.clients-logos { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:2.5rem 4rem; }
.client-logo { font-family:var(--font-display); font-size:.95rem; font-weight:700; color:rgba(100,116,139,.35); transition:color var(--transition); letter-spacing:-.01em; white-space:nowrap; }
.client-logo:hover { color:var(--primary); }

/* ========== ABOUT PAGE ========== */
.about-intro { padding:7rem 0; background:#fff; }
.about-intro-grid { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
.about-intro-img { border-radius:var(--radius-xl); overflow:hidden; position:relative; }
.about-intro-img img { width:100%; height:420px; object-fit:cover; }
.about-intro-img::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(109,40,217,.04),rgba(217,70,239,.03)); pointer-events:none; }
.values-section { padding:7rem 0; background:var(--surface-2); }
.values-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:1.5rem; margin-top:3rem; }
.value-card { background:#fff; border:1px solid rgba(109,40,217,.09); border-radius:var(--radius-lg); padding:2.25rem; text-align:center; transition:all var(--transition); box-shadow:0 4px 20px rgba(109,40,217,.05); }
.value-card:hover { border-color:rgba(109,40,217,.25); transform:translateY(-5px); box-shadow:0 20px 56px rgba(109,40,217,.1); }
.value-icon { width:58px; height:58px; margin:0 auto 1.35rem; background:linear-gradient(135deg,var(--primary),var(--accent)); border-radius:16px; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(109,40,217,.25); }
.value-icon svg, .value-icon svg * { stroke:#fff; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.value-icon svg { width:24px; height:24px; }
.value-card h3 { font-size:1.1rem; margin-bottom:.5rem; color:#0f172a; }
.value-card p { font-size:.9rem; color:var(--text-dim); line-height:1.7; }
.team-section { padding:7rem 0; background:#fff; }
.team-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:1.5rem; margin-top:3rem; }
.team-card { background:#fff; border:1px solid rgba(109,40,217,.09); border-radius:var(--radius-xl); padding:2.25rem; text-align:center; transition:all var(--transition); box-shadow:0 4px 20px rgba(109,40,217,.05); }
.team-card:hover { border-color:rgba(109,40,217,.25); transform:translateY(-5px); box-shadow:0 20px 56px rgba(109,40,217,.1); }
.team-avatar { width:76px; height:76px; margin:0 auto 1rem; background:linear-gradient(135deg,var(--primary),var(--accent)); border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-size:1.6rem; font-weight:800; color:#fff; box-shadow:0 8px 24px rgba(109,40,217,.3); }
.team-card h3 { font-size:1rem; margin-bottom:.25rem; color:#0f172a; }
.team-card span { font-size:.82rem; color:var(--text-dim); }

/* ========== SERVICES DETAIL ========== */
.services-detail { padding:5rem 0; background:#fff; }
.service-row { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; margin-bottom:5rem; } .service-row:last-child { margin-bottom:0; }
.service-row.reverse { direction:rtl; }
.service-row.reverse > * { direction:ltr; }
.service-row-img { border-radius:var(--radius-xl); overflow:hidden; position:relative; }
.service-row-img img { width:100%; height:360px; object-fit:cover; transition:transform .7s ease; }
.service-row-img:hover img { transform:scale(1.04); }
.service-row-img::after { content:''; position:absolute; inset:0; border-radius:var(--radius-xl); background:linear-gradient(135deg,rgba(109,40,217,.04),rgba(217,70,239,.03)); pointer-events:none; }
.service-row-text h2 { margin-bottom:.75rem; font-size:clamp(1.3rem,2.5vw,1.9rem); color:#0f172a; line-height:1.2; }
.service-row-text p { margin-bottom:1.25rem; color:var(--text-dim); line-height:1.78; }
.service-list { display:flex; flex-direction:column; gap:.6rem; }
.service-list li { display:flex; align-items:center; gap:.6rem; font-size:.92rem; color:var(--text); }
.service-list li::before { content:''; width:7px; height:7px; background:linear-gradient(135deg,var(--primary),var(--accent)); border-radius:50%; flex-shrink:0; }

/* ========== FAQ ========== */
.faq-section { padding:4rem 0; background:linear-gradient(135deg,#0f0520 0%,#1a0535 60%,#0a0f2e 100%); position:relative; overflow:hidden; }
.faq-section::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 20% 50%,rgba(109,40,217,.18) 0%,transparent 55%),radial-gradient(ellipse at 80% 20%,rgba(217,70,239,.12) 0%,transparent 50%); pointer-events:none; }
.faq-section .section-tag { background:rgba(109,40,217,.18); border-color:rgba(109,40,217,.35); color:#c084fc; }
.faq-section .section-title { color:#f1f5f9; }
.faq-layout { display:grid; grid-template-columns:360px 1fr; gap:3rem; align-items:start; margin-top:2.5rem; }
.faq-panel { position:sticky; top:calc(var(--nav-height) + 2rem); background:rgba(255,255,255,.04); backdrop-filter:blur(24px); border:1px solid rgba(255,255,255,.1); border-radius:var(--radius-xl); padding:2.5rem; }
.faq-panel-tag { font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#c084fc; margin-bottom:1rem; }
.faq-panel h3 { font-size:1.6rem; font-weight:800; color:#f1f5f9; line-height:1.2; margin-bottom:1rem; }
.faq-panel p { font-size:.9rem; color:rgba(203,213,225,.7); line-height:1.75; margin-bottom:2rem; }
.faq-panel-divider { height:1px; background:linear-gradient(90deg,rgba(109,40,217,.4),rgba(217,70,239,.3),transparent); margin-bottom:1.75rem; }
.faq-contact-row { display:flex; align-items:center; gap:.85rem; margin-bottom:1.1rem; }
.faq-contact-row:last-child { margin-bottom:0; }
.faq-c-icon { width:40px; height:40px; flex-shrink:0; background:linear-gradient(135deg,var(--primary),var(--accent)); border-radius:12px; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 16px rgba(109,40,217,.3); }
.faq-c-icon svg { width:18px; height:18px; stroke:#fff; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.faq-contact-row .faq-c-label { font-size:.72rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:rgba(203,213,225,.5); }
.faq-contact-row .faq-c-val { font-size:.9rem; color:#e2e8f0; font-weight:600; }
.faq-contact-row .faq-c-val a { color:#e2e8f0; transition:color var(--transition); }
.faq-contact-row .faq-c-val a:hover { color:#e879f9; }
.faq-list { display:flex; flex-direction:column; gap:.85rem; }
.faq-item { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:var(--radius-lg); overflow:hidden; transition:all var(--transition); }
.faq-item:hover { border-color:rgba(109,40,217,.4); background:rgba(109,40,217,.07); }
.faq-item.open { border-color:rgba(109,40,217,.5); background:rgba(109,40,217,.1); box-shadow:0 8px 40px rgba(109,40,217,.15); }
.faq-q { width:100%; background:none; border:none; padding:1.4rem 1.75rem; display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-family:var(--font-display); font-size:.97rem; font-weight:600; color:#e2e8f0; text-align:left; gap:1rem; }
.faq-num { font-family:var(--font-display); font-size:.75rem; font-weight:800; color:#7c3aed; letter-spacing:.06em; min-width:2rem; }
.faq-q-text { flex:1; }
.faq-toggle { width:32px; height:32px; flex-shrink:0; background:rgba(109,40,217,.15); border-radius:50%; display:flex; align-items:center; justify-content:center; transition:all var(--transition); }
.faq-toggle svg { width:16px; height:16px; stroke:#a78bfa; fill:none; stroke-width:2.5; transition:transform var(--transition); }
.faq-item.open .faq-toggle { background:linear-gradient(135deg,var(--primary),var(--accent)); box-shadow:0 4px 16px rgba(109,40,217,.35); }
.faq-item.open .faq-toggle svg { transform:rotate(45deg); stroke:#fff; }
.faq-a { display:none; padding:0 1.75rem 1.5rem 1.75rem; color:rgba(203,213,225,.75); font-size:.91rem; line-height:1.8; border-top:1px solid rgba(255,255,255,.06); padding-top:1.1rem; }
.faq-item.open .faq-a { display:block; }
@media(max-width:900px){.faq-layout{grid-template-columns:1fr;} .faq-panel{position:static;}}
@media(max-width:640px){.faq-q{padding:1.1rem 1.25rem;} .faq-a{padding:.9rem 1.25rem 1.25rem;}}

/* ========== CONTACT ========== */
.contact-section { padding:0; background:#fff; position:relative; overflow:hidden; }
.contact-hero { background:linear-gradient(135deg,#0f0520 0%,#1a0535 55%,#0a0f2e 100%); padding:5rem 0 4rem; position:relative; overflow:hidden; }
.contact-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 15% 50%,rgba(109,40,217,.2) 0%,transparent 55%),radial-gradient(ellipse at 85% 20%,rgba(217,70,239,.12) 0%,transparent 50%); pointer-events:none; }
.contact-hero .grid-bg { background-image:linear-gradient(rgba(109,40,217,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(109,40,217,.04) 1px,transparent 1px); background-size:60px 60px; opacity:1; mask-image:radial-gradient(ellipse at 50% 50%,black 20%,transparent 70%); -webkit-mask-image:radial-gradient(ellipse at 50% 50%,black 20%,transparent 70%); }
.contact-hero-inner { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; position:relative; z-index:1; }
.contact-hero-text { }
.contact-hero-text .section-tag { background:rgba(109,40,217,.18); border-color:rgba(109,40,217,.35); color:#c084fc; }
.contact-hero-text h1 { color:#f1f5f9; font-size:clamp(1.8rem,3.5vw,2.8rem); font-weight:800; line-height:1.15; margin:.75rem 0 1.1rem; }
.contact-hero-text p { color:rgba(203,213,225,.75); font-size:1rem; line-height:1.8; max-width:460px; }
.contact-cards { display:flex; flex-direction:column; gap:1rem; margin-top:2rem; }
.contact-card { display:flex; align-items:center; gap:1rem; background:rgba(255,255,255,.05); backdrop-filter:blur(16px); border:1px solid rgba(255,255,255,.1); border-radius:var(--radius-lg); padding:1.1rem 1.4rem; transition:all var(--transition); }
.contact-card:hover { background:rgba(109,40,217,.15); border-color:rgba(109,40,217,.4); transform:translateX(4px); }
.contact-card-icon { width:44px; height:44px; flex-shrink:0; background:linear-gradient(135deg,var(--primary),var(--accent)); border-radius:12px; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 16px rgba(109,40,217,.3); }
.contact-card-icon svg { width:20px; height:20px; stroke:#fff; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.contact-card-label { font-size:.72rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:rgba(203,213,225,.5); margin-bottom:.2rem; }
.contact-card-val { font-size:.95rem; font-weight:600; color:#e2e8f0; }
.contact-card-val a { color:#e2e8f0; transition:color var(--transition); }
.contact-card-val a:hover { color:#e879f9; }
.contact-hours { margin-top:1.5rem; display:flex; align-items:center; gap:.75rem; padding:1rem 1.25rem; background:rgba(16,185,129,.1); border:1px solid rgba(16,185,129,.25); border-radius:var(--radius-lg); }
.contact-hours-dot { width:8px; height:8px; border-radius:50%; background:#10b981; box-shadow:0 0 10px rgba(16,185,129,.6); animation:blink 2s infinite; flex-shrink:0; }
.contact-hours p { font-size:.85rem; color:rgba(203,213,225,.8); margin:0; }
.contact-hours strong { color:#34d399; }
/* Form panel floating over hero */
.contact-form-panel { background:#fff; border-radius:var(--radius-xl); padding:2.75rem; box-shadow:0 24px 80px rgba(0,0,0,.18),0 8px 32px rgba(109,40,217,.12); border:1px solid rgba(109,40,217,.1); position:relative; z-index:2; }
.contact-form-panel h3 { font-size:1.3rem; color:#0f172a; margin-bottom:.4rem; }
.contact-form-panel .form-subhead { font-size:.88rem; color:var(--text-dim); margin-bottom:1.75rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.form-group { display:flex; flex-direction:column; gap:.4rem; margin-bottom:1rem; }
.form-group label { font-size:.83rem; font-weight:600; color:#0f172a; letter-spacing:.01em; }
.form-group input,.form-group textarea,.form-group select { padding:.85rem 1.1rem; border:1.5px solid rgba(109,40,217,.12); border-radius:var(--radius); font-size:.92rem; font-family:'Inter',sans-serif; background:#f8fafc; color:#0f172a; transition:border-color var(--transition),box-shadow var(--transition),background var(--transition); }
.form-group input:focus,.form-group textarea:focus,.form-group select:focus { outline:none; border-color:var(--primary); box-shadow:0 0 0 3px rgba(109,40,217,.1); background:#fff; }
.form-group input::placeholder,.form-group textarea::placeholder { color:#94a3b8; }
.form-group textarea { min-height:120px; resize:vertical; }
.form-group select { cursor:pointer; appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236d28d9' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 1rem center; padding-right:2.5rem; }
.form-group select option { background:#ffffff; color:#0f172a; }
.form-group .error { border-color:#e74c3c; }
.form-message { font-size:.76rem; color:#e74c3c; display:none; margin-top:.2rem; }
.form-message.show { display:block; }
.form-success { text-align:center; padding:2.5rem 0; display:none; }
.form-success.show { display:block; }
.form-submit-btn { width:100%; justify-content:center; padding:1rem; font-size:1rem; margin-top:.5rem; }
/* Body of contact section below hero */
.contact-body { padding:5rem 0; background:#fff; }
.contact-trust-row { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; margin-bottom:5rem; }
.contact-trust-item { text-align:center; padding:2rem 1.25rem; background:#fff; border:1px solid rgba(109,40,217,.09); border-radius:var(--radius-lg); box-shadow:0 4px 20px rgba(109,40,217,.05); transition:all var(--transition); }
.contact-trust-item:hover { border-color:rgba(109,40,217,.25); transform:translateY(-4px); box-shadow:0 16px 48px rgba(109,40,217,.1); }
.contact-trust-icon { width:52px; height:52px; margin:0 auto .9rem; background:linear-gradient(135deg,rgba(109,40,217,.1),rgba(217,70,239,.08)); border-radius:14px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(109,40,217,.1); }
.contact-trust-icon svg { width:22px; height:22px; stroke:var(--primary); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.contact-trust-item h4 { font-size:1rem; color:#0f172a; margin-bottom:.3rem; }
.contact-trust-item p { font-size:.83rem; color:var(--text-dim); line-height:1.6; }
.map-section { padding:0 0 5rem; background:#fff; }
.map-wrap { border-radius:var(--radius-xl); overflow:hidden; border:1px solid rgba(109,40,217,.1); height:420px; box-shadow:0 8px 40px rgba(109,40,217,.08); }
.map-wrap iframe { width:100%; height:100%; border:0; }

/* ========== FOOTER ========== */
.footer { position:relative; overflow:hidden; background:linear-gradient(160deg,#0c0118 0%,#130826 40%,#080d24 100%); border-top:1px solid rgba(109,40,217,.18); }
.footer::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,var(--primary),var(--accent),var(--cyan),transparent); }
.footer::after { content:''; position:absolute; top:0; right:-200px; width:600px; height:600px; background:radial-gradient(circle,rgba(109,40,217,.09) 0%,transparent 65%); pointer-events:none; }

/* Newsletter strip */
.footer-newsletter { padding:3rem 0; border-bottom:1px solid rgba(255,255,255,.06); position:relative; z-index:1; }
.footer-newsletter-inner { display:flex; align-items:center; justify-content:space-between; gap:2rem; flex-wrap:wrap; }
.footer-nl-text h3 { font-size:1.15rem; font-weight:700; color:#f1f5f9; margin-bottom:.3rem; }
.footer-nl-text p { font-size:.88rem; color:rgba(203,213,225,.6); }
.footer-nl-form { display:flex; gap:.6rem; flex-shrink:0; }
.footer-nl-form input { padding:.7rem 1.1rem; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius:var(--radius); color:#f1f5f9; font-size:.88rem; min-width:240px; outline:none; transition:border-color var(--transition); }
.footer-nl-form input::placeholder { color:rgba(203,213,225,.4); }
.footer-nl-form input:focus { border-color:rgba(109,40,217,.6); }
.footer-nl-form button { padding:.7rem 1.4rem; background:linear-gradient(135deg,var(--primary),var(--accent)); border:none; border-radius:var(--radius); color:#fff; font-size:.88rem; font-weight:600; cursor:pointer; white-space:nowrap; transition:opacity var(--transition),transform var(--transition); }
.footer-nl-form button:hover { opacity:.88; transform:translateY(-1px); }

/* Main grid */
.footer-main { padding:3rem 0 2rem; position:relative; z-index:1; }
.footer-grid { display:grid; grid-template-columns:1.8fr 1fr 1fr 1.4fr; gap:2.5rem; }
.footer-brand .logo-footer { margin-bottom:1rem; }
.footer-brand .logo-footer img { height:42px; width:auto; filter:brightness(10); }
.footer-brand-desc { font-size:.875rem; color:rgba(203,213,225,.62); line-height:1.8; margin-bottom:1.5rem; max-width:280px; }
.footer-tagline { display:inline-flex; align-items:center; gap:.5rem; background:rgba(109,40,217,.14); border:1px solid rgba(109,40,217,.25); border-radius:20px; padding:.3rem .85rem; font-size:.75rem; font-weight:600; color:#c084fc; margin-bottom:1.25rem; }
.footer-tagline span { width:6px; height:6px; background:#c084fc; border-radius:50%; flex-shrink:0; }
.footer-social { display:flex; gap:.55rem; margin-top:1.5rem; }
.footer-social-btn { width:36px; height:36px; border-radius:10px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.09); display:flex; align-items:center; justify-content:center; transition:all var(--transition); }
.footer-social-btn:hover { background:linear-gradient(135deg,var(--primary),var(--accent)); border-color:transparent; transform:translateY(-3px); box-shadow:0 8px 20px rgba(109,40,217,.35); }
.footer-social-btn svg { width:15px; height:15px; fill:rgba(203,213,225,.55); transition:fill var(--transition); }
.footer-social-btn:hover svg { fill:#fff; }

.footer-col h4 { font-size:.72rem; font-weight:700; color:rgba(203,213,225,.4); margin-bottom:1.25rem; text-transform:uppercase; letter-spacing:.14em; }
.footer-col ul { display:flex; flex-direction:column; gap:.7rem; }
.footer-col ul li a { font-size:.875rem; color:rgba(203,213,225,.62); transition:color var(--transition),padding-left var(--transition); display:flex; align-items:center; gap:.4rem; }
.footer-col ul li a::before { content:''; width:4px; height:4px; border-radius:50%; background:var(--accent); opacity:0; flex-shrink:0; transition:opacity var(--transition); }
.footer-col ul li a:hover { color:#f1f5f9; padding-left:4px; }
.footer-col ul li a:hover::before { opacity:1; }

/* Contact column */
.footer-contact-col h4 { font-size:.72rem; font-weight:700; color:rgba(203,213,225,.4); margin-bottom:1.25rem; text-transform:uppercase; letter-spacing:.14em; }
.footer-contact-item { display:flex; align-items:flex-start; gap:.75rem; margin-bottom:1rem; }
.footer-contact-item:last-child { margin-bottom:0; }
.fci-icon { width:32px; height:32px; flex-shrink:0; border-radius:9px; background:rgba(109,40,217,.18); border:1px solid rgba(109,40,217,.25); display:flex; align-items:center; justify-content:center; margin-top:.05rem; }
.fci-icon svg { width:14px; height:14px; stroke:#c084fc; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.fci-body .fci-label { font-size:.7rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:rgba(203,213,225,.38); margin-bottom:.15rem; }
.fci-body a, .fci-body span { font-size:.85rem; color:rgba(203,213,225,.72); transition:color var(--transition); }
.fci-body a:hover { color:#e879f9; }

/* Stats strip */
.footer-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06); position:relative; z-index:1; }
.footer-stat { text-align:center; padding:1.5rem 1rem; border-right:1px solid rgba(255,255,255,.06); }
.footer-stat:last-child { border-right:none; }
.footer-stat strong { display:block; font-size:1.5rem; font-weight:800; background:linear-gradient(135deg,#c084fc,#e879f9); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; margin-bottom:.3rem; }
.footer-stat span { font-size:.75rem; color:rgba(203,213,225,.45); font-weight:500; }

/* fc-svg: small inline SVG icons used in footer, auto-cards and service cards */
.fc-svg { width:16px; height:16px; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0; vertical-align:middle; }
.auto-icon .fc-svg { width:22px; height:22px; stroke:var(--primary); transition:stroke var(--transition); }
.auto-card:hover .auto-icon .fc-svg { stroke:#fff; }
.card-icon .fc-svg { width:30px; height:30px; stroke:#6d28d9; transition:stroke var(--transition); }
.card:hover .card-icon .fc-svg { stroke:#fff; }

/* Bottom bar */
.footer-bottom { padding:1.35rem 0; position:relative; z-index:1; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; }
.footer-bottom-left { font-size:.8rem; color:rgba(148,163,184,.45); }
.footer-bottom-left a { color:rgba(148,163,184,.45); transition:color var(--transition); }
.footer-bottom-left a:hover { color:#e879f9; }
.footer-bottom-center { font-size:.8rem; color:rgba(148,163,184,.35); text-align:center; }
.footer-bottom-right { display:flex; align-items:center; gap:1.25rem; }
.footer-bottom-right a { font-size:.78rem; color:rgba(148,163,184,.45); transition:color var(--transition); }
.footer-bottom-right a:hover { color:#e879f9; }

/* ========== RESPONSIVE ========== */

/* ---- Tablet ≤ 1024px ---- */
@media (max-width:1024px) {
  /* Hero */
  .hero-main { padding:calc(var(--nav-height) + 1.75rem) 0 1.5rem; }
  .hero-inner { grid-template-columns:1fr; gap:2rem; text-align:center; }
  .hero-visual-cards { height:300px; max-width:440px; margin:0 auto; }
  .hvc-1 { left:5%; } .hvc-2 { right:5%; }
  .hero-content { max-width:100%; }
  .hero-btns,.hero-trust,.hero-metrics { justify-content:center; }
  .hero-trust { flex-wrap:wrap; gap:.5rem; }
  .hero-content > p { margin-left:auto; margin-right:auto; }

  /* Layouts */
  .about-grid,.about-intro-grid,.service-row { grid-template-columns:1fr; gap:2rem; }
  .service-row.reverse { direction:ltr; }
  .contact-hero-inner,.contact-grid { grid-template-columns:1fr; gap:2.5rem; }
  .contact-hero-text h1 { font-size:clamp(1.6rem,4vw,2.4rem); }
  .contact-trust-row { grid-template-columns:repeat(2,1fr); }

  /* Grids */
  .stats-grid { grid-template-columns:repeat(2,1fr); gap:1.25rem; }
  .process-steps { grid-template-columns:repeat(2,1fr); gap:1.25rem; }
  .training-grid { grid-template-columns:repeat(2,1fr); }
  .auto-grid { grid-template-columns:repeat(2,1fr); }
  .about-story-grid { grid-template-columns:1fr; gap:2rem; }
  .why-grid { grid-template-columns:1fr 1fr; }
  .team-new-grid { grid-template-columns:1fr 1fr; }
  .values-new-grid { grid-template-columns:1fr; }

  /* Footer */
  .footer-grid { grid-template-columns:1fr 1fr; gap:2rem; }
  .footer-stats { grid-template-columns:repeat(2,1fr); }
  .footer-newsletter-inner { flex-direction:column; align-items:flex-start; }
  .footer-main { padding:2.5rem 0 1.5rem; }

  /* Section paddings */
  .services-section { padding:3.5rem 0 2.5rem; }
  .automation-section,.about-strip,.process-section,.testimonials,.training-section,.faq-section { padding:3.5rem 0; }
  .services-detail { padding:3rem 0; }
  .cta-banner { padding:3rem 0; }
  .stats-band { padding:2.5rem 0; }
  .page-hero { padding:2.5rem 0 1.25rem; }
  .about-story,.why-section,.team-new,.values-new,.tech-section { padding:3.5rem 0; }
}

/* ---- Mobile ≤ 768px ---- */
@media (max-width:768px) {
  .container { width:94%; }

  /* Nav */
  .nav-links,.nav-cta { display:none; }
  .hamburger { display:flex; }

  /* Hero */
  .hero { min-height:auto; }
  .hero-main { padding:calc(var(--nav-height) + 1.75rem) 0 1.5rem; }
  .hero-inner { grid-template-columns:1fr; gap:1.5rem; }
  .hero-visual-cards { display:none; }
  .hero-btns,.hero-metrics { justify-content:center; }
  .hero-trust { justify-content:center; flex-wrap:wrap; gap:.4rem; }
  .hero-content { text-align:center; }
  .hero-content > p { margin-left:auto; margin-right:auto; max-width:100%; }
  .hero-metrics { gap:1.25rem; }

  /* Section paddings */
  .services-section { padding:2.5rem 0 2rem; }
  .automation-section,.about-strip,.process-section,.testimonials,.training-section,.faq-section { padding:2.5rem 0; }
  .services-detail { padding:2.5rem 0; }
  .service-row { margin-bottom:2rem; }
  .service-row:last-child { margin-bottom:0; }
  .cta-banner { padding:2.5rem 0; }
  .stats-band { padding:2rem 0; }
  .page-hero { padding:2rem 0 1rem; }
  .about-story,.why-section,.team-new,.values-new,.tech-section { padding:2.5rem 0; }
  .footer-main { padding:2rem 0 1rem; }

  /* Grids */
  .cards-grid,.training-grid { grid-template-columns:1fr; }
  .auto-grid,.values-grid,.team-grid { grid-template-columns:1fr; }
  .testimonials-grid { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .process-steps { grid-template-columns:1fr; gap:1rem; }
  .stats-grid { grid-template-columns:1fr 1fr; gap:1rem; }
  .footer-grid { grid-template-columns:1fr; gap:1.5rem; }
  .footer-stats { grid-template-columns:1fr 1fr; }
  .footer-nl-form { flex-direction:column; width:100%; }
  .footer-nl-form input { min-width:unset; width:100%; }
  .footer-bottom { flex-direction:column; gap:.5rem; text-align:center; }
  .footer-bottom-right { justify-content:center; }
  .about-story-grid { grid-template-columns:1fr; gap:1.75rem; }
  .why-grid { grid-template-columns:1fr; }
  .team-new-grid { grid-template-columns:1fr 1fr; gap:1rem; }
  .values-new-grid { grid-template-columns:1fr; gap:1rem; }

  /* Component sizing */
  .stat-item { padding:1.25rem 1rem; }
  .stat-item span { font-size:2rem; }
  .stat-item p { font-size:.82rem; }
  .process-step { padding:1.5rem 1.25rem; }
  .step-num { font-size:2.4rem; }
  .about-img img { height:280px; }
  .about-story-img img { height:260px; }
  .service-row-img img { height:240px; }
  .section-sub { margin-bottom:1.75rem; font-size:.95rem; }
  .auto-card-img { height:160px; }

  /* FAQ */
  .faq-layout { grid-template-columns:1fr; }
  .faq-panel { position:static; }
  .faq-q { padding:1.1rem 1.25rem; font-size:.9rem; }
  .faq-a { padding:.9rem 1.25rem 1.25rem; }

  /* Contact */
  .contact-trust-row { grid-template-columns:1fr 1fr; gap:1rem; }
  .contact-form-panel { padding:1.5rem; }
}

/* ---- Small Mobile ≤ 480px ---- */
@media (max-width:480px) {
  .container { width:95%; }

  /* Hero */
  .hero-main { padding:calc(var(--nav-height) + 1.25rem) 0 1.25rem; }
  .hero-metrics { gap:.75rem; flex-wrap:wrap; }
  .hero-btns { flex-direction:column; align-items:center; gap:.75rem; }
  .trust-badge { font-size:.66rem; padding:.3rem .7rem; }
  .hero-metric span { font-size:1.7rem; }
  .hero-metric p { font-size:.76rem; }

  /* Buttons */
  .btn { padding:.75rem 1.5rem; font-size:.84rem; }

  /* Section paddings */
  .services-section { padding:2rem 0 1.5rem; }
  .automation-section,.about-strip,.process-section,.testimonials,.training-section,.faq-section { padding:2rem 0; }
  .cta-banner { padding:2rem 0; }
  .stats-band { padding:1.5rem 0; }
  .page-hero { padding:1.75rem 0 .75rem; }
  .about-story,.why-section,.team-new,.values-new,.tech-section { padding:2rem 0; }
  .footer-main { padding:1.75rem 0 .75rem; }

  /* Stats */
  .stats-grid { gap:.75rem; }
  .stat-item { padding:1rem .75rem; }
  .stat-item span { font-size:1.8rem; }

  /* Process */
  .process-step { padding:1.25rem 1rem; }
  .step-num { font-size:1.8rem; margin-bottom:.4rem; }
  .process-step h3 { font-size:.95rem; }
  .process-step p { font-size:.8rem; }

  /* Team */
  .team-new-grid { grid-template-columns:1fr; }

  /* Footer */
  .footer-grid { gap:1.25rem; }
  .footer-bottom p { font-size:.72rem; }
  .footer-col h4 { margin-bottom:.85rem; }
  .footer-col ul { gap:.5rem; }
  .footer-brand h3 { font-size:1rem; }
  .footer-logo { height:34px; }

  /* CTA */
  .cta-banner h2 { font-size:clamp(1.3rem,5.5vw,1.6rem); }
  .cta-banner p { font-size:.88rem; margin-bottom:1.75rem; }
  .cta-btns { flex-direction:column; align-items:center; gap:.75rem; }

  /* Testimonials */
  .testimonial-card { padding:1.5rem; }
  .testimonial-card > p { font-size:.86rem; }

  /* Auto cards */
  .auto-card-body { padding:1.25rem 1.25rem 1.5rem; }
  .auto-card-img { height:130px; }

  /* Typography */
  .section-sub { font-size:.88rem; margin-bottom:1.5rem; }
  .section-tag { font-size:.64rem; padding:.35rem .9rem; }

  /* About */
  .about-img img,.about-story-img img { height:220px; }
  .service-row-img img { height:210px; }

  /* Why cards */
  .why-card { padding:1.5rem; }

  /* Wildix — icon only on tiny screens */
  .wildix-label { display:none; }
  .wildix-float { gap:.4rem; bottom:3rem; }
  .wildix-icon { width:44px; height:44px; border-radius:12px; }
}

/* ========== FOOTER BRAND TEXT (dark bg fixes) ========== */
.footer-brand h3 { color:#f1f5f9; font-size:1.15rem; font-weight:700; margin:.8rem 0 .65rem; }
.footer-brand > p { color:rgba(203,213,225,.65); font-size:.875rem; line-height:1.8; }
.footer-brand > p strong { color:rgba(203,213,225,.85); }
.footer-logo { height:40px; width:auto; filter:brightness(0) invert(1); opacity:.85; margin-bottom:.25rem; }
.footer-bottom p { color:rgba(148,163,184,.45); font-size:.8rem; text-align:center; }
.footer-col ul li strong { color:rgba(203,213,225,.78); }
.footer-col ul li { color:rgba(203,213,225,.55); font-size:.875rem; line-height:1.6; }

/* ========== WILDIX WIDGET ========== */
.wildix-float {
  position:fixed; right:0; bottom:6rem; z-index:9998;
  display:flex; flex-direction:column; align-items:flex-end; gap:.45rem;
}
.wildix-option {
  display:flex; align-items:center;
  text-decoration:none; cursor:pointer;
  transition:transform .22s ease;
}
.wildix-option:hover { transform:translateX(-4px); }
.wildix-label {
  background:rgba(15,10,30,.82); backdrop-filter:blur(10px);
  color:#f1f5f9; font-family:'Plus Jakarta Sans',sans-serif;
  font-size:.8rem; font-weight:600; white-space:nowrap;
  padding:.6rem .85rem .6rem 1rem;
  border-radius:8px 0 0 8px;
  border:1px solid rgba(255,255,255,.08); border-right:none;
  line-height:1;
}
.wildix-icon {
  width:46px; height:46px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; box-shadow:0 2px 14px rgba(0,0,0,.22);
  margin-right:-1px;
}
.wildix-icon svg { width:18px; height:18px; fill:none; stroke:#fff; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }






