/*
Theme Name: Business Clever Agency
Theme URI: https://business-clever.com
Author: Business Clever
Author URI: https://business-clever.com
Description: Custom WordPress theme for Business Clever Agency.
Version: 1.0.0
Text Domain: business-clever
*/


/* ============ TOKENS ============ */
:root{
  --ink:#241428;            /* deep plum ink */
  --ink-soft:#5c4a63;
  --purple:#7a2e9e;         /* primary — 7.2:1 on white */
  --purple-bright:#a34fd0;
  --purple-soft:#b36fb3;    /* user's tint — decorative only */
  --orange:#f97316;         /* decorative / gradients */
  --orange-deep:#c2410c;    /* text-safe orange 4.6:1 */
  --bg:#ffffff;
  --bg-tint:#faf6fc;
  --border:#eee4f2;
  --grad:linear-gradient(100deg,var(--purple) 0%,var(--purple-bright) 45%,var(--orange) 100%);
  --shadow-card:0 2px 8px rgba(36,20,40,.05),0 12px 32px rgba(122,46,158,.08);
  --shadow-lift:0 8px 20px rgba(36,20,40,.08),0 24px 60px rgba(122,46,158,.16);
  --r-lg:24px; --r-md:16px;
  --ease:cubic-bezier(.22,1,.36,1);
  --font-d:"Fraunces",serif;
  --font-b:"Inter",sans-serif;
  --font-m:"Space Mono",monospace;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font-b);color:var(--ink);background:var(--bg);line-height:1.65;font-size:16px;overflow-x:hidden}
::selection{background:var(--purple);color:#fff}
img,svg{display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font:inherit;cursor:pointer}

/* ============ UTILITIES ============ */
.wrap{max-width:1400px;margin:0 auto;padding:0 24px}
.over-hidden{overflow:hidden}
.eyebrow{font-family:var(--font-m);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--purple);display:inline-flex;align-items:center;gap:10px;margin-bottom:18px}
.text-gradient {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eyebrow::before{content:"";width:28px;height:2px;background:var(--grad);border-radius:2px}
.h2{font-family:var(--font-d);font-weight:600;font-size:clamp(30px,4.5vw,46px);line-height:1.12;letter-spacing:-.01em}
.h2 em{font-style:italic;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{color:var(--ink-soft);font-size:17px;max-width:56ch;margin-top:16px}
.grad-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
section{padding:104px 0;position:relative}

/* reveal on scroll */
.rv{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.rv.in{opacity:1;transform:none}
.rv-d1{transition-delay:.08s}.rv-d2{transition-delay:.16s}.rv-d3{transition-delay:.24s}.rv-d4{transition-delay:.32s}

/* ============ SCROLL PROGRESS ============ */
#progress{position:fixed;top:0;left:0;height:3px;width:100%;background:var(--grad);transform:scaleX(0);transform-origin:left;z-index:200}

/* ============ CURSOR GLOW ============ */
#glow{position:fixed;width:520px;height:520px;border-radius:50%;pointer-events:none;z-index:0;
  background:radial-gradient(circle,rgba(179,111,179,.14) 0%,rgba(249,115,22,.07) 40%,transparent 70%);
  transform:translate(-50%,-50%);transition:opacity .4s;opacity:0}

/* ============ NAV ============ */
nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:all .35s var(--ease); border-bottom: 1px solid transparent;}
nav::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255, 255, 255, 0.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); opacity: 0; transition: opacity 0.35s var(--ease); }
nav .bar{display:flex;align-items:center;justify-content:space-between;padding:20px 0;transition:padding .35s var(--ease)}
nav.scrolled{border-bottom-color: var(--border);}
nav.scrolled::before { opacity: 1; }
nav.scrolled .bar{padding:13px 0}
.logo{display:flex;align-items:center}
.site-logo{height:65px;width:auto;object-fit:contain}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.35)}}
.nav-links{display:flex;gap:32px;font-size:14.5px;font-weight:500}
.nav-links a{position:relative;padding:4px 0;color:var(--ink-soft);transition:color .2s}
.nav-links a:hover{color:var(--purple)}
.nav-links a::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--grad);border-radius:2px;transition:width .3s var(--ease)}
.nav-links a:hover::after{width:100%}

/* Keep link active when dropdown is hovered */
.nav-item-dropdown:hover > a { color: var(--purple); }
.nav-item-dropdown:hover > a::after { width: 100%; }

/* Localized invisible bridge to prevent hover loss without blocking adjacent links */
.nav-item-dropdown > a::before {
  content: ""; position: absolute; top: 100%; left: -20px; right: -20px; height: 60px; background: transparent;
}

/* ============ MEGA MENU ============ */
.nav-item-dropdown { position: static; display: flex; align-items: center; padding: 24px 0; margin: -24px 0; }
.mega-menu-glass {
  position: absolute; top: 100%; left: 0; width: 100vw;
  background: rgba(255, 255, 255, 0.75); backdrop-filter: saturate(180%) blur(24px); -webkit-backdrop-filter: saturate(180%) blur(24px);
  padding: 40px 0; box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none;
  transform: translateY(-10px);
  z-index: 99; /* Ensure it stays on top of the hero section but under the nav bar if needed, actually just high z-index */
}
/* Invisible bridge removed to prevent overlap with other links */
/* Bottom gradient border accent */
.mega-menu-glass::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--grad);
}
.nav-item-dropdown:hover .mega-menu-glass,
.nav-item-dropdown.mega-force-open .mega-menu-glass { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }

/* Constrain content */
.mega-menu-inner {
  max-width: 1000px; margin: 0 auto; padding: 0 40px;
  display: flex; gap: 40px; align-items: stretch;
}

/* Image section on the left (Vertical Rectangle) */
.mega-menu-image {
  flex: 0 0 240px;
  min-height: 340px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #f4f4f4;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.mega-menu-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.nav-item-dropdown:hover .mega-menu-image img {
  transform: scale(1.05);
}

/* Links section on the right */
.mega-menu-links { flex: 1; }
.mega-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mega-service-card {
  position: relative; background: transparent; border: none;
  border-radius: 12px; padding: 16px; display: flex; align-items: flex-start; gap: 16px;
  text-decoration: none; overflow: hidden; z-index: 1; transition: 0.3s;
}
.mega-service-card:hover { background: rgba(0,0,0,0.03); }
.mega-icon {
  background: transparent; width: 44px; height: 44px;
  display: grid; place-items: center; flex-shrink: 0; color: #111; transition: 0.3s;
}
.mega-service-card:hover .mega-icon { color: var(--purple); transform: scale(1.1); }
.mega-icon svg { width: 28px; height: 28px; }
.mega-info h4 { font-family: var(--font-b); font-size: 18px; margin: 0 0 6px 0; color: #111; transition: 0.3s; }
.mega-info p { font-size: 14px; color: #666; margin: 0; line-height: 1.4; transition: 0.3s; }

/* Gradient text on hover */
.mega-service-card:hover .mega-info h4 {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mega-service-card:hover .mega-info p { color: #333; }

.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;font-weight:600;font-size:15px;border:none;transition:transform .25s var(--ease),box-shadow .25s var(--ease);will-change:transform;cursor:pointer}
.btn-primary{background:var(--grad);background-size:150% 100%;color:#fff;box-shadow:0 8px 24px rgba(122,46,158,.32)}
.btn-primary:hover{box-shadow:0 12px 34px rgba(249,115,22,.38);background-position:100% 0}
.btn-ghost{background:#fff;color:var(--purple);border:1.5px solid var(--border)}
.btn-ghost:hover{border-color:var(--purple-soft);background:var(--bg-tint)}
.btn .arr{transition:transform .25s var(--ease)}
.btn:hover .arr{transform:translateX(4px)}
#burger{display:none;background:none;border:none;width:40px;height:40px}
#burger span{display:block;width:22px;height:2px;background:var(--ink);margin:5px auto;transition:.3s var(--ease)}

/* ============ LANG TOGGLE ============ */
.lang-toggle {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-m);
  font-size: 15px;
  font-weight: 700;
  color: var(--purple);
  transition: all .2s var(--ease);
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
.lang-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 350%;
  background: conic-gradient(from 0deg, var(--orange) 0%, var(--purple) 50%, var(--orange) 100%);
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -2;
  transition: opacity .3s var(--ease);
}
.lang-toggle:hover::before {
  animation: spinBorder 2s linear infinite;
}
.lang-toggle::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--bg-tint);
  border-radius: 999px;
  z-index: -1;
}
.lang-toggle:hover {
  transform: scale(1.1);
  color: var(--purple);
}
@keyframes spinBorder {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.nav-actions { display: flex; align-items: center; gap: 16px; }

/* ============ HERO ============ */
.hero{position:relative;min-height:90svh;display:flex;align-items:center;justify-content:center;padding:140px 0 80px;overflow:hidden;text-align:center}
.hero-centered{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;max-width:1100px;width:100%}
.hero h1{font-family:var(--font-b);font-weight:800;font-size:clamp(46px,7vw,86px);line-height:1.05;letter-spacing:-.03em;color:#111;margin-bottom:24px}
.hero h1 .line{display:block;overflow:hidden}
.hero h1 .line span{display:inline-block;transform:translateY(110%);animation:rise 1s var(--ease) forwards}
.hero h1 .line:nth-child(2) span{animation-delay:.12s}
@keyframes rise{to{transform:none}}
.hero h1 em{font-style:normal;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p.lead{font-size:18px;color:#444;max-width:800px;margin:0 auto 16px;opacity:0;animation:fadeUp .8s var(--ease) .3s forwards;line-height:1.5}
.hero p.sub-lead{font-size:19px;color:#222;max-width:100%;margin:0 auto 40px;opacity:0;animation:fadeUp .8s var(--ease) .45s forwards}
.hero p.sub-lead strong{font-weight:700;}
.sketch-wrap { position: relative; display: inline-block; }
.sketch-line { position: absolute; left: -2%; bottom: -4px; width: 104%; height: 16px; z-index: 0; pointer-events: none; }
.sketch-line path { stroke-dasharray: 350; stroke-dashoffset: 350; animation: drawLine 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 1.2s forwards; }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
.cursor{animation:blink 1s step-end infinite}
@keyframes blink{50%{opacity:0}}
.hero .ctas{display:flex;justify-content:center;opacity:0;animation:fadeUp .8s var(--ease) .6s forwards;margin-bottom:60px}
.btn-huge{padding:18px 40px;font-size:18px;font-weight:700;letter-spacing:1px;border-radius:12px;background:var(--grad);background-size:150% 100%;color:#fff;text-transform:uppercase;box-shadow:0 10px 30px rgba(249,115,22,.3)}
.btn-huge:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 15px 40px rgba(249,115,22,.45)}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}

.hero-trust{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;opacity:0;animation:fadeUp .8s var(--ease) .75s forwards}
.trust-review{display:flex;align-items:center;gap:16px;text-align:left;max-width:280px}
.trust-review img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,0.1)}
.trust-review p{font-size:13px;font-style:italic;color:#333;margin:0 0 4px;line-height:1.4;font-family:var(--font-m)}
.trust-review small{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:1px;font-weight:600}

/* blobs */
.blob{position:absolute;border-radius:50%;filter:blur(70px);z-index:0;pointer-events:none}
.blob-1{width:520px;height:520px;top:-140px;right:-120px;background:radial-gradient(circle,rgba(179,111,179,.25),transparent 65%);animation:drift 14s ease-in-out infinite alternate}
.blob-2{width:420px;height:420px;bottom:-100px;left:-140px;background:radial-gradient(circle,rgba(249,115,22,.15),transparent 65%);animation:drift 18s ease-in-out infinite alternate-reverse}
@keyframes drift{from{transform:translate(0,0) scale(1)}to{transform:translate(50px,36px) scale(1.12)}}

/* ============ MARQUEE ============ */
.marquee-wrapper {
  overflow: hidden;
  padding: 120px 0;
  margin-top: -100px;
  margin-bottom: -60px;
  position: relative;
  z-index: 10;
}
.marquee-band {
  padding: 16px 0;
  background: #081526;
  border: none;
  overflow: hidden;
  transform: rotate(3deg) scale(1.1);
  box-shadow: 0 10px 30px rgba(8, 21, 38, 0.2);
}
.marquee {
  display: flex;
  gap: 50px;
  width: max-content;
  animation: scroll 28s linear infinite;
}
.marquee-band:hover .marquee {
  animation-play-state: paused;
}
.marquee span {
  font-family: var(--font-b);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  background: linear-gradient(100deg, var(--orange) 0%, var(--purple-bright) 55%, var(--purple) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0;
  display: flex;
  align-items: center;
  gap: 50px;
  white-space: nowrap;
}
.marquee span::after {
  content: "✱";
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  -webkit-text-stroke: 0;
  font-size: 32px;
}
@keyframes scroll{to{transform:translateX(-50%)}}

/* ============ SOCIAL PROOF (WEBBuzz Clone) ============ */
#social-proof {
  padding-top: 104px;
}
.sp-header {
  text-align: center;
  margin-bottom: 56px;
}
.sp-header h2 {
  font-family: var(--font-b);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 42px);
  color: #1a1a1a;
  line-height: 1.2;
}
.sp-header h2 span {
  font-family: var(--font-b);
  font-weight: 700;
  font-size: clamp(38px, 5vw, 54px);
}
.glass-text {
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 35%), var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 15px rgba(122,46,158,0.4));
  display: inline-block;
}
.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.sp-left h3 {
  font-family: var(--font-b);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #1a1a1a;
}
.sp-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: linear-gradient(135deg, #7a2e9e, #a34fd0, #f97316);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}
.sp-play {
  width: 72px;
  height: 72px;
  background: rgba(122, 46, 158, 0.85);
  border-radius: 16px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.sp-play:hover {
  transform: scale(1.05);
  background: rgba(122, 46, 158, 1);
}
.sp-play svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  margin-left: 6px;
}
.sp-video-bar {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.sp-progress {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.4);
  border-radius: 2px;
  position: relative;
}
.sp-progress::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 30%;
  background: #fff;
  border-radius: 2px;
}
.sp-video-bar svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  cursor: pointer;
}
.sp-specialise p {
  font-family: var(--font-b);
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 15px;
}
.sp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sp-tags span {
  padding: 8px 18px;
  background: #e9eff6;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.2s;
  cursor: default;
}
.sp-tags span:hover {
  background: #dbe4f0;
}
.sp-logos {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.sp-logo {
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.sp-card {
  background: #fcf8f0;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  margin-bottom: 32px;
}
.sp-quote-icon {
  margin-bottom: 24px;
}
.sp-quote-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: #a38cf4;
  stroke-width: 2;
}
.sp-quote-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 32px;
}
.sp-quote-text span {
  font-weight: 700;
  color: #0077b6;
}
.sp-author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  text-align: right;
}
.sp-author-info b {
  display: block;
  font-size: 16px;
  color: #1a1a1a;
}
.sp-author-info small {
  font-size: 13px;
  color: #666;
}
.sp-avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.sp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 16px;
  text-align: center;
}
.sp-stat b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 32px;
  font-weight: 700;
  color: #0077b6;
  margin-bottom: 4px;
}
.sp-stat b svg {
  width: 20px;
  height: 20px;
  stroke: #a3a3a3;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sp-stat small {
  display: block;
  font-size: 13px;
  color: #4a4a4a;
  line-height: 1.4;
  font-weight: 500;
}
.sp-cta-wrap {
  text-align: center;
}
.sp-btn-orange {
  display: inline-block;
  background: #f97316;
  color: #fff;
  border-radius: 8px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}
.sp-btn-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.4);
}

@media (max-width: 980px) {
  .sp-grid { grid-template-columns: 1fr; }
  .sp-logos { flex-wrap: wrap; }
}

/* ============ SERVICES BENTO ============ */
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:56px}
.card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:36px 30px;position:relative;overflow:hidden;box-shadow:var(--shadow-card);transition:transform .35s var(--ease),box-shadow .35s var(--ease);will-change:transform}
.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lift)}
.card::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1.5px;background:var(--grad);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s}
.card:hover::before{opacity:1}
.card .num{font-family:var(--font-m);font-size:12px;color:var(--purple-soft);letter-spacing:.15em;margin-bottom:20px}
.card .icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;margin-bottom:22px;background:linear-gradient(135deg,rgba(122,46,158,.09),rgba(249,115,22,.1));transition:transform .35s var(--ease)}
.card:hover .icon{transform:scale(1.1) rotate(-6deg)}
.card .icon svg{width:24px;height:24px;stroke:var(--purple);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-family:var(--font-d);font-size:22px;font-weight:600;margin-bottom:14px}
.card ul{display:grid;gap:9px;color:var(--ink-soft);font-size:14.5px}
.card ul li{display:flex;gap:10px;align-items:center}
.card ul li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--grad);flex-shrink:0}
.card .more{margin-top:24px;display:inline-flex;gap:8px;align-items:center;font-weight:600;font-size:14px;color:var(--purple)}
.card .more .arr{transition:transform .25s var(--ease)}
.card:hover .more .arr{transform:translateX(5px)}

/* ============ STATS BAND ============ */
.stats-band{background:linear-gradient(115deg,#2b1233 0%,#4a1a5c 45%,#8a2c0e 100%);color:#fff;border-radius:var(--r-lg);padding:72px 56px;position:relative;overflow:hidden;box-shadow:0 30px 80px rgba(74,26,92,.35)}
.stats-band::before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;top:-300px;right:-160px;background:radial-gradient(circle,rgba(249,115,22,.25),transparent 65%);animation:drift 16s ease-in-out infinite alternate}
.stats-band h2{font-family:var(--font-d);font-size:clamp(24px,3vw,34px);font-weight:600;font-style:italic;max-width:20ch;position:relative}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;margin-top:52px;position:relative}
.stat b{font-family:var(--font-d);font-weight:700;font-size:clamp(36px,4.4vw,54px);display:block;background:linear-gradient(100deg,#e9c1ff,#ffb46b);-webkit-background-clip:text;background-clip:text;color:transparent;font-variant-numeric:tabular-nums}
.stat small{color:rgba(255,255,255,.75);font-size:14px;display:block;margin-top:6px}

/* ============ METHOD ============ */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:56px;counter-reset:step}
.step{padding:34px 30px;border-radius:var(--r-lg);background:var(--bg-tint);border:1px solid var(--border);position:relative;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.step:hover{transform:translateY(-6px);box-shadow:var(--shadow-card)}
.step::before{counter-increment:step;content:"0" counter(step);font-family:var(--font-d);font-weight:700;font-size:56px;line-height:1;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:.9;display:block;margin-bottom:18px}
.step h3{font-family:var(--font-d);font-size:20px;font-weight:600;margin-bottom:10px}
.step p{color:var(--ink-soft);font-size:14.5px}

/* ================= TIMELINE METHODOLOGY ================= */
.timeline-section {
  position: relative;
  background: #0B131F;
  padding: 100px 0;
  overflow: hidden;
}
.timeline-steps {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 120px;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline-svg-container {
  position: absolute;
  top: 0; left: 0; right: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; height: 100%;
  z-index: -1;
}
.timeline-svg {
  width: 100%; height: 100%;
}
.timeline-path-base {
  stroke-dasharray: 10 15;
  animation: dashMove 20s linear infinite;
}
.timeline-path-anim {
  stroke-dasharray: 600 4000;
  animation: flowLine 15s linear infinite;
}
@keyframes flowLine {
  0% { stroke-dashoffset: 4600; }
  100% { stroke-dashoffset: 0; }
}
@keyframes dashMove {
  to { stroke-dashoffset: -1000; }
}

.tl-step {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.tl-left {
  justify-content: flex-start;
}
.tl-right {
  justify-content: flex-end;
}
.tl-card {
  width: 65%;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  gap: 40px;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  color: #fff;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.tl-left .tl-card {
  transform: translateX(-100px);
}
.tl-right .tl-card {
  transform: translateX(100px);
}
.tl-card.slide-active {
  opacity: 1;
  transform: translateX(0);
}
/* Webbuzz Style Gradients */
.tl-left:nth-child(1) .tl-card {
  background: linear-gradient(110deg, #182243 40%, #E68B5E 100%);
}
.tl-right:nth-child(2) .tl-card {
  background: linear-gradient(110deg, #4F1C8B 40%, #E68B5E 100%);
}
.tl-left:nth-child(3) .tl-card {
  background: linear-gradient(110deg, #182243 40%, #4F1C8B 100%);
}

.tl-content {
  flex: 1.2;
}
.tl-image {
  flex: 1;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  border: 4px solid rgba(255,255,255,0.1);
}
.tl-image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.tl-badge {
  background: linear-gradient(90deg, #4DA1FF, #A155FF);
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tl-card h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}
.tl-card p {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin: 0;
}
.tl-icon {
  width: 70px;
  height: 70px;
  background: #0B131F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,0.1);
  box-shadow: 0 0 20px rgba(161, 85, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.tl-icon svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  filter: drop-shadow(0 0 10px rgba(161, 85, 255, 0.8));
}
.tl-left .tl-icon {
  left: 85%;
}
.tl-right .tl-icon {
  left: 15%;
}

@media (max-width: 768px) {
  .timeline-svg-container { display: none; }
  .tl-icon { display: none; }
  .tl-step { justify-content: center; }
  .tl-card { width: 100%; margin-bottom: 20px; }
  .timeline-steps { gap: 40px; }
}

/* ============ CONVICTIONS TICKER ============ */
.tick-band{padding:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}
.tick{display:flex;width:max-content;gap:0;animation:scroll 40s linear infinite;padding:30px 0}
.tick.rev{animation:scroll 46s linear infinite reverse;border-top:1px dashed var(--border)}
.tick-band:hover .tick{animation-play-state:paused}
.tick i{font-family:var(--font-d);font-style:italic;font-size:clamp(18px,2.4vw,26px);white-space:nowrap;padding:0 34px;display:flex;align-items:center;gap:34px;color:var(--ink)}
.tick i::after{content:"//";font-family:var(--font-m);font-style:normal;font-size:15px;color:var(--orange)}

/* ============ WHY CHOOSE US (BENTO CLONE) ============ */
.ax-workp-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Utility classes for Bento Layout */
.d-flex { display: flex; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
.justify-content-between { justify-content: space-between; }
.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }
.over-hidden { overflow: hidden; }
.text-center { text-align: center; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.mt-45 { margin-top: 45px; }
.mb-10 { margin-bottom: 10px; }
.mb-50 { margin-bottom: 50px; }
.img-cover img { width: 100%; height: 100%; object-fit: cover; }
.ul-li-block ul { list-style: none; padding: 0; margin: 0; }

.ax-wc1-top .subtitle {
  color: #FF5A5F;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.ax-wc1-top .h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: #0B131F;
  max-width: 500px;
}
.ax-wc1-top .item-desc {
  max-width: 450px;
  color: #64748B;
  font-size: 16px;
  line-height: 1.6;
}

.ax-wc1-content {
  display: grid;
  grid-template-columns: 2fr 1.05fr;
  gap: 30px;
  margin-top: 45px;
}
.ax-wc1-area {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ax-wc1-wrapper1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.ax-wc1-wrapper2 {
  display: grid;
  grid-template-columns: 2.57fr 1.67fr;
  gap: 30px;
}

/* Card 1: Industries */
.ax-wc1-item1 {
  background: 
    radial-gradient(circle at top left, #FFE5D4 0%, transparent 40%),
    radial-gradient(circle at bottom right, #FFF3CC 0%, transparent 40%),
    #FFF8F3;
  border-radius: 20px;
  padding: 40px 0;
  position: relative;
  min-height: 320px;
}
.ax-wc1-item1 .item-shape1 { top: 0; left: 0; }
.ax-wc1-item1 .item-shape2 { bottom: 0; right: 0; }
.ax-wc1-item1 .item-title { padding: 0 40px; margin-bottom: 30px; }
.ax-wc1-item1 .item-title h3 { font-size: 24px; font-weight: 700; color: #0B131F; }
.ax-marquee-wrap { display: flex; flex-direction: column; gap: 15px; }
.item-marque-area { display: flex; gap: 15px; width: max-content; }
@keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes scrollRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.marquee-left { animation: scrollLeft 25s linear infinite; }
.marquee-right { animation: scrollRight 25s linear infinite; }
.ax-item-marque {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
}
.ax-item-marque .item-text-icon { display: flex; align-items: center; gap: 10px; }
.ax-item-marque .item-icon { width: 24px; height: 24px; }
.ax-item-marque .item-text { font-size: 14px; font-weight: 600; color: #64748B; }

/* Card 2: Projects */
.ax-wc1-item2 {
  border-radius: 20px;
  min-height: 250px;
  background-color: #fff;
}
.ax-wc-img1 { top: -45%; left: -15%; right: auto; z-index: 1; pointer-events: none; width: 95%; }
.ax-wc-img1 img { width: 100%; height: auto; display: block; }
.ax-wc1-item2 .item-counter {
  position: absolute;
  top: 42%; left: 35px; transform: translateY(-50%);
  z-index: 2; color: #fff;
}
.ax-wc1-item2 .item-counter h3 { font-size: 48px; font-weight: 800; line-height: 1; margin: 0; margin-bottom: 5px; }
.ax-wc1-item2 .item-counter p { font-size: 15px; margin: 0; }
.ax-wc1-item2 .item-cta-area {
  position: absolute; bottom: 30px; right: 30px; z-index: 3;
}
.ax-wc1-item2 .item-cta { display: flex; align-items: center; gap: 20px; }
.ax-wc1-item2 .item-cta .item-text { text-align: right; color: #0D1B2A; }
.ax-wc1-item2 .item-cta .item-text a { color: #FF5A5F; font-weight: 600; text-decoration: underline; }
.ax-wc1-item2 .item-icon {
  width: 45px; height: 45px; border-radius: 50%; background: #FF5A5F; display: flex; align-items: center; justify-content: center; position: relative;
}
@keyframes border_animation {
  0% { transform: scale(1); opacity: 0; }
  20% { transform: scale(1.24); opacity: 1; }
  100% { transform: scale(2.1); opacity: 0; }
}
.ax-wc1-item2 .item-cta .item-icon .video_btn_border {
  top: 0; left: 0; opacity: 0; width: 100%; height: 100%; border-radius: 60px; position: absolute;
  border: 1px solid #FF5A5F;
  animation: border_animation 3.9s linear 0s infinite;
}
.ax-wc1-item2 .item-cta .item-icon .video_btn_border.border_wrap-2 { animation-delay: 1.3s; }
.ax-wc1-item2 .item-cta .item-icon .video_btn_border.border_wrap-3 { animation-delay: 2.6s; }

/* Card 3: Retention */
.ax-wc1-item3 {
  background: #0D1B2A;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  min-height: 220px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.cl-img-list ul { display: flex; list-style: none; padding: 0; margin: 0; align-items: center; }
.cl-img-list li { margin-left: -10px; width: 40px; height: 40px; border-radius: 50%; border: 2px solid #0D1B2A; overflow: hidden; }
.cl-img-list li:first-child { margin-left: 0; }
.cl-img-list li img { width: 100%; height: 100%; object-fit: cover; }
.cl-img-list li.plus { background: #fff; color: #0D1B2A; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; z-index: 5; }
.cl-rate { text-align: right; }
.cl-rate ul { display: flex; list-style: none; padding: 0; margin: 0 0 5px 0; justify-content: flex-end; gap: 2px; }
.cl-rate ul li { width: 14px; height: 14px; }
.cl-rate span { font-size: 13px; color: #9ca3af; }
.ax-client-satis { margin-top: 20px; }
.ax-client-satis h3 { font-size: 48px; font-weight: 800; line-height: 1; margin: 0; }
.ax-client-satis h3 sup { font-size: 24px; top: -15px; }
.ax-client-satis p { font-size: 14px; max-width: 140px; margin: 0; color: #9ca3af; text-align: right; }

/* Card 4: Support */
.ax-wc1-item4 {
  background: #F8F9FA;
  border-radius: 20px;
  padding: 30px;
  min-height: 350px;
}
.ax-wc1-img2 { top: 30px; right: 30px; }
.ax-wc-shape1 { top: 10px; left: 10px; }
.ax-wc-shape2 { bottom: 0; right: 0; }
.ax-wc1-item4 .item-title h3 { font-size: 42px; font-weight: 800; color: #0B131F; margin: 0; }
.ax-wc1-item4 .item-title p { font-size: 16px; color: #64748B; margin: 0; }
.item-chat-area { margin-top: 40px; display: flex; flex-direction: column; gap: 15px; }
.chat-item { display: flex; align-items: center; gap: 10px; }
.chat-item:nth-child(2) { flex-direction: row-reverse; }
.chat-item .item-img img { width: 30px; height: 30px; border-radius: 50%; }
.chat-item .item-text { background: #0D1B2A; color: #fff; padding: 12px 18px; border-radius: 20px; font-size: 14px; font-weight: 500; }
.chat-item:nth-child(2) .item-text { background: #fff; color: #0D1B2A; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }

/* Card 5: Why Choose Us (Tall) */
.ax-wc1-item5 {
  background: #0B131F;
  border-radius: 20px;
  padding: 40px;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column; justify-content: space-between;
}
.ax-wc1-item5 .item-bg { bottom: 0; left: 0; width: 100%; height: 60%; pointer-events: none; }
.ax-wc1-item5 .item-bg img { width: 100%; height: 100%; object-fit: cover; }
.ax-wc1-item5 .item-title { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; position: relative; z-index: 2; }
.ax-wc1-item5 .item-title h3 { font-size: 32px; font-weight: 700; margin: 0; }
.ax-wc1-item5 > .item-text > p { font-size: 16px; color: #cbd5e1; margin-bottom: 30px; position: relative; z-index: 2; line-height: 1.6; }
.ax-wc1-item5 ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; position: relative; z-index: 2; }
.ax-wc1-item5 ul li { display: flex; align-items: center; gap: 15px; font-size: 16px; font-weight: 500; }
.ax-wc1-item5 .item-btn { margin-top: 40px; position: relative; z-index: 2; }
.ax-wc1-item5 .item-btn a { display: inline-block; width: 100%; padding: 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: #fff; font-weight: 600; text-decoration: none; transition: all 0.3s; text-align: center; }
.ax-wc1-item5 .item-btn a:hover { background: #FF5A5F; border-color: #FF5A5F; }

@media(max-width: 991px){
  .ax-wc1-content { grid-template-columns: 1fr; }
}
@media(max-width: 768px){
  .ax-wc1-area { flex-direction: column; }
}

/* ============ TEAM ============ */
.eq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.eq-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.eq-stat {
  position: relative;
}
.eq-num {
  font-family: var(--font-b);
  font-size: 48px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.eq-num::before {
  content: "✦";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 48px;
  z-index: -1;
  opacity: 0.4;
}
.eq-label {
  font-family: var(--font-b);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 8px;
}

.team-accordion {
  display: flex;
  gap: 8px;
  height: 500px;
  width: 100%;
}
.member {
  flex: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
.member:hover {
  flex: 4;
}
.member::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 21, 38, 0.9) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.member:hover::after {
  opacity: 1;
}
.member-info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  white-space: nowrap;
}
.member:hover .member-info {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.member-info b {
  display: block;
  font-family: var(--font-b);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}
.member-info small {
  font-family: var(--font-m);
  font-size: 13px;
  font-weight: 700;
  color: #a0d8f1;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* ============ PRICING ============ */
.prices{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:56px}
.price{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:40px 32px;position:relative;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.price:hover{transform:translateY(-8px);box-shadow:var(--shadow-lift)}
.price.hot{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,var(--grad) border-box;box-shadow:var(--shadow-lift)}
.price .tag{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--grad);color:#fff;font-family:var(--font-m);font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:6px 18px;border-radius:999px;font-weight:700}
.price h3{font-family:var(--font-d);font-size:20px;font-weight:600}
.price .amount{margin:18px 0 6px;font-family:var(--font-d);font-weight:700;font-size:40px}
.price .amount small{font-size:15px;font-weight:400;color:var(--ink-soft);font-family:var(--font-b)}
.price .from{font-size:12.5px;color:var(--ink-soft);margin-bottom:24px}
.price ul{display:grid;gap:10px;font-size:14.5px;color:var(--ink-soft);margin-bottom:30px}
.price ul li{display:flex;gap:10px;align-items:flex-start}
.price ul li svg{width:17px;height:17px;stroke:var(--orange-deep);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:3px}
.guarantee{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:64px}
.g-item{text-align:center;padding:36px 24px;border-radius:var(--r-lg);background:var(--bg-tint);border:1px solid var(--border)}
.g-item b{font-family:var(--font-d);font-weight:700;font-size:46px;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;display:block}
.g-item p{font-size:14px;color:var(--ink-soft);margin-top:8px}

/* ============ CTA / CONTACT ============ */
.cta-band{background:linear-gradient(115deg,#2b1233,#4a1a5c 55%,#8a2c0e);border-radius:var(--r-lg);padding:80px 56px;text-align:center;color:#fff;position:relative;overflow:hidden}
.cta-band::before,.cta-band::after{content:"";position:absolute;border-radius:50%;filter:blur(60px)}
.cta-band::before{width:400px;height:400px;top:-200px;left:-100px;background:rgba(179,111,179,.3);animation:drift 13s ease-in-out infinite alternate}
.cta-band::after{width:360px;height:360px;bottom:-190px;right:-80px;background:rgba(249,115,22,.28);animation:drift 17s ease-in-out infinite alternate-reverse}
.cta-band h2{font-family:var(--font-d);font-weight:600;font-size:clamp(30px,4.4vw,48px);position:relative;z-index:1}
.cta-band p{color:rgba(255,255,255,.8);margin:16px auto 36px;max-width:52ch;position:relative;z-index:1}
.cta-band .btn-primary{position:relative;z-index:1;box-shadow:0 10px 34px rgba(249,115,22,.45)}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;margin-top:56px;align-items:start}
.form{display:grid;gap:18px}
.field label{font-family:var(--font-m);font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);display:block;margin-bottom:8px}
.field input,.field select,.field textarea{width:100%;padding:15px 18px;border-radius:14px;border:1.5px solid var(--border);background:#fff;font:inherit;font-size:15px;color:var(--ink);transition:border-color .25s,box-shadow .25s;outline:none}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--purple-bright);box-shadow:0 0 0 4px rgba(163,79,208,.14)}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.info-card{background:var(--bg-tint);border:1px solid var(--border);border-radius:var(--r-lg);padding:36px}
.info-line{display:flex;gap:16px;align-items:center;padding:16px 0;border-bottom:1px dashed var(--border)}
.info-line:last-child{border-bottom:none}
.info-line .ic{width:44px;height:44px;border-radius:12px;background:#fff;border:1px solid var(--border);display:grid;place-items:center;flex-shrink:0}
.info-line .ic svg{width:19px;height:19px;stroke:var(--purple);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.info-line small{display:block;font-family:var(--font-m);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}
.info-line b{font-size:15px}

/* ============ FOOTER ============ */
footer{border-top:none;padding:64px 0 32px;background:linear-gradient(115deg,#2b1233,#4a1a5c 55%,#8a2c0e);color:#fff}
.f-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}

.f-grid p{color:rgba(255,255,255,.75);font-size:14px;max-width:34ch;margin-top:14px}
.f-grid h4{font-family:var(--font-m);font-size:11.5px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.9);margin-bottom:18px}
.f-grid ul{display:grid;gap:10px;font-size:14px}
.f-grid ul a{color:rgba(255,255,255,.75);transition:color .2s}
.f-grid ul a:hover{color:#fff}
.social-glass{display:flex;gap:12px;margin-top:24px}
.social-glass a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;transition:transform .3s,background .3s}
.social-glass a:hover{background:rgba(255,255,255,.2);transform:translateY(-3px)}
.f-badges{display:flex;gap:20px;flex-wrap:wrap;margin-top:60px;justify-content:center}
.badge-card{background:#fff;border-radius:6px;padding:12px 20px;display:flex;align-items:center;gap:14px;color:#3c4043;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:13px;line-height:1.3;box-shadow:0 4px 15px rgba(0,0,0,0.15);border:1px solid rgba(0,0,0,0.05);transition:transform .3s, box-shadow .3s}
.badge-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.2)}
.badge-card svg{flex-shrink:0}
.badge-card strong{display:block;font-size:15px;font-weight:700;color:#202124;margin-top:2px}
.b-text span{font-size:11px;text-transform:uppercase;letter-spacing:0.05em;color:#5f6368}
.badge-card.b-google{border-top:3px solid #4285F4}
.badge-card.b-meta{border-top:3px solid #0668E1}
.badge-card.b-semrush{background:#301442;color:#fff;border-top:3px solid #FF642D}
.badge-card.b-semrush strong{color:#fff}
.badge-card.b-semrush .b-text span{color:#aaa}
.badge-card.b-microsoft{border-top:3px solid #00a4ef}
.badge-card.b-linkedin{border-top:3px solid #0077b5}
.copy{padding-top:32px;padding-bottom:32px;display:flex;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.5);flex-wrap:wrap;gap:10px}

/* ============ RESPONSIVE ============ */
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:48px}
  .bento,.steps,.prices,.guarantee{grid-template-columns:1fr 1fr}
  .stats{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
  .f-grid{grid-template-columns:1fr 1fr}
  .eq-grid{grid-template-columns:1fr;gap:40px}
  .team-accordion{height:360px}
  
  /* Mega menu tablet tweaks */
  .mega-menu-inner { padding: 0 24px; gap: 24px; }
  .mega-menu-image { flex: 0 0 200px; }
  .mega-service-card { padding: 12px; }
}
@media(max-width:640px){
  section{padding:72px 0}
  .bento,.steps,.prices,.guarantee,.f-row{grid-template-columns:1fr}
  .marquee span{font-size:36px}
  .hero h1{font-size:36px}
  .f-grid{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr;gap:32px}
  .stat h4{font-size:42px}
  .team-accordion{flex-direction:column;height:600px}
  .member-info{white-space:normal}
  .stats-band,.cta-band{padding:52px 28px}
  .nav-links{display:none;position:fixed;inset:0;background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-size:22px;z-index:99;overflow-y:auto;padding:80px 20px;}
  .nav-links.open{display:flex}
  #burger{display:block;z-index:100;position:relative}
  #burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  #burger.open span:nth-child(2){opacity:0}
  #burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .nav-cta{display:none}
  #glow{display:none}

  /* Mega menu mobile tweaks */
  .nav-item-dropdown { flex-direction: column; padding: 0; margin: 0; width: 100%; text-align: center; }
  .nav-item-dropdown > a { font-size: 22px; padding: 10px 0; display: inline-block; }
  .mega-menu-glass {
    position: static; width: 100%; transform: none !important;
    padding: 20px 0 0; box-shadow: none; background: transparent; backdrop-filter: none;
    display: none; opacity: 1; visibility: visible;
  }
  .nav-item-dropdown:hover .mega-menu-glass { display: block; }
  .mega-menu-glass::before, .mega-menu-glass::after { display: none; }
  .mega-menu-inner { flex-direction: column; padding: 0; gap: 0; }
  .mega-menu-image { display: none; } /* Hide image on mobile */
  .mega-menu-grid { grid-template-columns: 1fr; gap: 10px; }
  .mega-service-card { padding: 10px; background: rgba(0,0,0,0.02); border-radius: 8px; justify-content: center; text-align: left; }
  .mega-service-card:hover { background: rgba(0,0,0,0.05); }
  .mega-icon { display: none; } /* Simplify on mobile */
  .mega-info h4 { font-size: 16px; margin: 0; }
  .mega-info p { display: none; } /* Hide description on mobile */
}
/* ============ REDUCED MOTION ============ */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  html{scroll-behavior:auto}
  .rv{opacity:1;transform:none}
  .hero h1 .line span{transform:none}
}
/* Assessment Modal */
.assessment-modal {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(8px);
  z-index: 10000; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: 0.4s var(--ease);
}
.assessment-modal.active { opacity: 1; visibility: visible; }
.assessment-modal-content {
  width: 900px; max-width: 95%; max-height: 90vh; height: 620px;
  background: #fff; border-radius: 16px; overflow: hidden;
  display: flex; position: relative;
  transform: translateY(20px) scale(0.98); transition: 0.5s var(--ease);
  box-shadow: 0 40px 100px -20px rgba(0,0,0,0.4);
}
.assessment-modal.active .assessment-modal-content { transform: translateY(0) scale(1); }
.assessment-modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,0.1); color: #222;
  display: grid; place-items: center; font-size: 20px;
  cursor: pointer; z-index: 10; transition: 0.3s; line-height: 1;
}
.assessment-modal-close:hover { background: #222; color: #fff; }
.assessment-left {
  width: 45%; padding: 60px 40px;
  background: linear-gradient(135deg, #1e1136, #311142);
  color: #fff; display: flex; flex-direction: column; justify-content: center;
}
.assessment-left h2 { font-size: 32px; font-weight: 800; line-height: 1.1; margin-bottom: 24px; font-family: var(--font-b); }
.assessment-left p.ass-sub { font-size: 15px; margin-bottom: 16px; font-weight: 600; }
.assessment-left ul { list-style: none; margin: 0 0 24px 0; padding: 0; font-size: 14px; opacity: 0.9; line-height: 1.6; }
.assessment-left ul li { position: relative; padding-left: 16px; margin-bottom: 8px; }
.assessment-left ul li::before { content: "•"; position: absolute; left: 0; color: var(--orange); }
.assessment-left p.ass-note { font-size: 13px; opacity: 0.8; margin-bottom: 32px; line-height: 1.5; }
.assessment-right {
  width: 55%; padding: 60px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
.assessment-right h3 { font-size: 22px; font-family: var(--font-b); color: #111; margin-bottom: 32px; text-align: center; }
.ass-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ass-cat-btn {
  background: #fdfdfd; border: none; border-radius: 8px;
  padding: 18px 14px; box-shadow: inset 0 0 0 2px #eaeaea;
  font-size: 14px; font-weight: 600; color: #333;
  cursor: pointer; transition: 0.3s;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center;
  position: relative; overflow: hidden; z-index: 1;
}
.ass-cat-btn::before {
  content: ""; position: absolute;
  top: 50%; left: 50%; width: 250%; height: 250%;
  background: conic-gradient(from 0deg, var(--orange) 0%, var(--purple) 50%, var(--orange) 100%);
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -2; opacity: 0; transition: opacity 0.3s;
}
.ass-cat-btn::after {
  content: ""; position: absolute;
  inset: 2px; background: #fffcf8; border-radius: 6px;
  z-index: -1; opacity: 0; transition: opacity 0.3s;
}
.ass-cat-btn svg { width: 30px; height: 30px; opacity: 0.5; transition: 0.3s; color: #333; }
.ass-cat-btn:hover { box-shadow: inset 0 0 0 2px #ddd; background: #fafafa; }
.ass-cat-btn.active { background: transparent; color: var(--orange); box-shadow: 0 10px 20px -10px rgba(249,115,22,0.2); transform: translateY(-2px); }
.ass-cat-btn.active::before { opacity: 1; animation: spinBorder 3s linear infinite; }
.ass-cat-btn.active::after { opacity: 1; }
.ass-cat-btn.active svg { color: var(--orange); opacity: 1; }
.ass-subservices { margin-top: 24px; padding-top: 24px; border-top: 1px solid #eee; display: none; }
.ass-subservices.visible { display: block; animation: fadeUp 0.3s forwards; }
.ass-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.ass-chip { background: #f4f4f4; border: 1px solid #e0e0e0; border-radius: 24px; padding: 8px 16px; font-size: 13px; font-weight: 500; color: #444; cursor: pointer; transition: 0.2s; }
.ass-chip:hover { background: #e9e9e9; }
.ass-chip.selected { background: var(--purple); color: #fff; border-color: var(--purple); box-shadow: 0 4px 12px rgba(122, 46, 158, 0.3); }
.assessment-right { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 0 !important; }
.ass-progress-bar { width: 100%; height: 6px; background: #eee; position: absolute; top: 0; left: 0; z-index: 10; }
.ass-progress-bar div { height: 100%; background: var(--orange); width: 25%; transition: 0.4s var(--ease); }
.ass-steps-wrapper { flex: 1; position: relative; padding: 40px; padding-bottom: 90px; overflow-y: auto; overflow-x: hidden; }
.ass-steps-container { display: flex; width: 500%; transition: 0.5s var(--ease); transform: translateX(0); min-height: 100%; }
.ass-step { width: 20%; flex-shrink: 0; padding-right: 20px; opacity: 0; transition: 0.3s; pointer-events: none; height: max-content; }
.ass-step.active { opacity: 1; pointer-events: auto; }
.ass-nav { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 40px; background: #fff; border-top: 1px solid #eee; display: flex; justify-content: space-between; z-index: 10; }
.ass-nav button { padding: 12px 24px; border-radius: 8px; font-weight: 600; cursor: pointer; transition: 0.3s; font-size: 15px; border: none; }
.ass-nav .ass-btn-back { background: transparent; color: #666; }
.ass-nav .ass-btn-back:hover { color: #111; }
.ass-nav .ass-btn-next { background: var(--orange); color: #fff; box-shadow: 0 4px 12px rgba(249,115,22,0.3); }
.ass-nav .ass-btn-next:disabled { background: #ccc; color: #888; box-shadow: none; cursor: not-allowed; }
.ass-form-group { margin-bottom: 24px; }
.ass-form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 12px; color: #222; }
.ass-input { width: 100%; padding: 14px 16px; border: 1px solid #ddd; border-radius: 8px; font-size: 15px; outline: none; transition: 0.2s; font-family: inherit; }
.ass-input:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(122,46,158,0.1); }
.ass-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ass-radio-btn { display: block; cursor: pointer; position: relative; }
.ass-radio-btn input { position: absolute; opacity: 0; cursor: pointer; }
.ass-radio-box { background: #fdfdfd; border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px 12px; font-size: 14px; font-weight: 500; color: #444; display: flex; align-items: center; justify-content: center; text-align: center; transition: 0.2s; height: 100%; }
.ass-radio-btn input:checked ~ .ass-radio-box { border-color: var(--purple); background: #f8f3fc; color: var(--purple); font-weight: 600; box-shadow: 0 4px 12px rgba(122,46,158,0.1); }
@media (max-width: 768px) {
  .assessment-modal-content { flex-direction: column; overflow-y: auto; height: auto; }
  .assessment-left, .assessment-right { width: 100%; padding: 40px 24px; }
}


/* ============ METHOD TITLE ============ */
.mt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  width: 100%;
  line-height: 1.1;
}
.mt-line1 {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 500;
  margin-bottom: 5px;
}
.mt-line2 {
  font-size: clamp(32px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.mt-line3 {
  font-size: clamp(32px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.03em;
  display: flex;
  width: 100%;
}
.mt-l3-left {
  flex: 1;
  text-align: right;
  padding-right: 12px;
}
.mt-l3-right {
  flex: 1;
  text-align: left;
}
.mt-line4 {
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 600;
  text-align: left;
  margin-left: 160px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .mt-line4 {
    margin-left: 80px;
    margin-top: 5px;
  }
}
