/* ============ Dark theme tokens ============ */
:root {
  --bg: #0a0610;
  --bg-2: #100a1c;
  --card: #130c22;
  --card-2: #170f2a;
  --ink: #ffffff;
  --muted: #a79fb8;
  --border: rgba(255, 255, 255, .08);
  --border-strong: rgba(155, 92, 255, .45);
  --brand: #9b5cff;
  --brand-2: #c264ff;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .5);
  --maxw: 1180px;
  --grad: linear-gradient(120deg, #9b5cff, #c264ff);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.muted { color: var(--muted); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; cursor: pointer; border: none;
  padding: 12px 22px; border-radius: 999px;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 30px rgba(155, 92, 255, .4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(155, 92, 255, .6); }
.btn-ghost { background: rgba(255, 255, 255, .04); color: #fff; border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--brand); color: #d9c5ff; transform: translateY(-2px); }
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn-block { width: 100%; }

/* ============ Floating pill nav ============ */
.nav { position: sticky; top: 14px; z-index: 50; padding: 0 16px; }
.nav-pill {
  max-width: 920px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: rgba(20, 14, 33, .7); backdrop-filter: blur(14px);
  border: 1px solid var(--border); border-radius: 999px; padding: 10px 12px 10px 20px;
  transition: box-shadow .3s, background .3s;
}
.nav.scrolled .nav-pill { background: rgba(20, 14, 33, .92); box-shadow: var(--shadow); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; color: #fff; letter-spacing: -.02em; }
.brand-icon { flex: 0 0 auto; display: block; }
.brand-text { font-weight: 800; line-height: 1; }
.brand b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }
.bolt { flex: 0 0 auto; }
.nav-links { display: flex; gap: 22px; }
.nav-links a { font-weight: 600; font-size: 14.5px; color: #cfc7e0; position: relative; }
.nav-links a:hover { color: #fff; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -4px; height: 2px; width: 0; background: var(--grad); transition: width .25s; }
.nav-links a:hover::after { width: 100%; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 22px; height: 2.5px; background: #fff; border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ============ Hero ============ */
.hero { position: relative; text-align: center; padding: 80px 0 70px; overflow: hidden; }
.hero-glow {
  position: absolute; left: 50%; top: 38%; transform: translate(-50%, -50%);
  width: 900px; height: 600px; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(155, 92, 255, .55), rgba(120, 60, 255, .18) 40%, transparent 70%);
  filter: blur(20px); animation: pulse-glow 7s ease-in-out infinite;
}
/* floating abstract shapes */
.hero-shapes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.hero-shapes .shape { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .5; }
.hero-shapes .s1 { width: 320px; height: 320px; left: 8%; top: 22%; background: radial-gradient(circle, #7c3aed, transparent 70%); animation: float1 26s ease-in-out infinite; }
.hero-shapes .s2 { width: 260px; height: 260px; right: 10%; top: 30%; background: radial-gradient(circle, #c264ff, transparent 70%); animation: float2 32s ease-in-out infinite; }
.hero-shapes .s3 { width: 220px; height: 220px; left: 45%; bottom: 0%; background: radial-gradient(circle, #5b8cff, transparent 70%); animation: float3 38s ease-in-out infinite; }

/* premium noise overlay */
.noise { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.hero-inner { position: relative; z-index: 2; }

/* ---- page load animation (fade-up + blur-to-sharp, staggered) ---- */
.load-in { opacity: 0; transform: translateY(22px); filter: blur(10px); animation: loadIn .9s var(--ease) forwards; animation-delay: var(--d, 0ms); }
@keyframes loadIn { to { opacity: 1; transform: none; filter: blur(0); } }
.pill { display: inline-flex; align-items: center; gap: 9px; background: rgba(255, 255, 255, .05); border: 1px solid var(--border); color: #d6c9f4; font-weight: 600; font-size: 14px; padding: 8px 16px; border-radius: 999px; }
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: #43e08a; box-shadow: 0 0 0 4px rgba(67, 224, 138, .2); }
.hero-title { font-size: clamp(40px, 8vw, 84px); line-height: 1.03; font-weight: 800; letter-spacing: -.02em; margin: 24px 0 0; }
.hero-sub { max-width: 640px; margin: 22px auto 0; font-size: clamp(16px, 2.2vw, 19px); color: var(--muted); }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 56px; }
.stat { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 26px; min-width: 150px; transition: transform .25s, border-color .25s; }
.stat:hover { transform: translateY(-5px); border-color: var(--border-strong); }
.stat b { display: block; font-size: 34px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { font-size: 14px; color: var(--muted); font-weight: 600; }

/* ============ Brands ============ */
.brands { padding: 30px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
.brands-label { text-align: center; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 16px; }
.marquee { overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 56px; width: max-content; animation: scroll-x 28s linear infinite; padding: 8px 28px; }
.brands .marquee-track span { font-size: 24px; font-weight: 800; color: #6f6688; letter-spacing: -.01em; }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ============ Statement ============ */
.statement { padding: 90px 0; text-align: center; }
.statement p { font-size: clamp(24px, 4vw, 44px); font-weight: 700; line-height: 1.28; max-width: 960px; margin: 0 auto; letter-spacing: -.01em; }

/* ============ Sections ============ */
.section { padding: 90px 0; }
.section-alt { background: var(--bg-2); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.eyebrow { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #d2bcff; background: rgba(155, 92, 255, .14); border: 1px solid var(--border-strong); padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.section-head h2 { font-size: clamp(30px, 5vw, 52px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 17px; }

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

/* ============ Services: sticky title + stacking cards ============ */
.services-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: start; }
.services-aside { position: sticky; top: 120px; }
.services-aside h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 800; letter-spacing: -.02em; line-height: 1.08; margin: 8px 0 16px; }
.services-aside p { color: var(--muted); margin-bottom: 24px; max-width: 380px; }

.stack { display: flex; flex-direction: column; gap: 26px; }
.stack-card {
  position: sticky;
  top: calc(120px + var(--i) * 22px);
  z-index: calc(var(--i) + 1);
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--border-strong);
  border-radius: 24px; padding: 34px 32px;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, .35), 0 20px 50px rgba(0, 0, 0, .35);
}
.stack-card { transition: transform .5s var(--ease); }
.sc-ico { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; background: rgba(155, 92, 255, .14); border: 1px solid var(--border-strong); margin-bottom: 20px; color: #c8a6ff; transition: transform .5s var(--ease), background .3s; }
.stack-card:hover .sc-ico { transform: rotate(-8deg) scale(1.1); background: rgba(155, 92, 255, .26); }
.sc-ico svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.stack-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.stack-card p { color: var(--muted); }

/* ============ Features (animated icons) ============ */
.feature { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px; text-align: center; transition: transform .3s, box-shadow .3s, border-color .3s; }
.feature:hover { transform: translateY(-6px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.f-ico { width: 64px; height: 64px; margin: 0 auto 16px; display: grid; place-items: center; color: #c8a6ff; transition: transform .5s var(--ease); }
.feature:hover .f-ico, .contact-card:hover .f-ico { transform: scale(1.15) rotate(6deg); }
.f-ico svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.feature h4 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.feature p { color: var(--muted); font-size: 15px; }

/* draw-in for line icons (triggered when .visible) */
.dash { stroke-dasharray: 200; stroke-dashoffset: 200; }
.reveal.visible .dash, .stack-card .dash { animation: draw 1.4s ease forwards; }

/* continuous icon motions */
.anim-bob svg { animation: bob 2.6s ease-in-out infinite; }
.anim-pulse svg { animation: pulse 2.2s ease-in-out infinite; transform-origin: center; }
.anim-swing svg { animation: swing 3s ease-in-out infinite; transform-origin: 50% 20%; }
.anim-spin-slow svg { animation: spin 9s linear infinite; transform-origin: center; }

/* ============ Testimonials ============ */
.testimonials-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 12px;
}
.testimonials-viewport {
  overflow: hidden;
  flex: 1;
  width: 100%;
}
.testimonials-track {
  display: flex;
  gap: 22px;
  width: max-content;
  transition: transform .55s var(--ease);
  will-change: transform;
}
.t-arrow {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: var(--card);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}
.t-arrow:hover {
  transform: translateY(-2px);
  background: var(--card-2);
  border-color: var(--brand);
  box-shadow: 0 14px 36px rgba(155, 92, 255, .22);
}
.t-arrow:active { transform: translateY(0); }
.tcard { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; flex: 0 0 auto; box-sizing: border-box; }
.tcard p { color: #ded7ee; font-size: 15px; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.tcard .who .avatar { width: 42px; height: 42px; font-size: 14px; }
.tcard .who b { display: block; font-size: 15px; color: #fff; }
.tcard .who span { font-size: 13px; color: var(--muted); }
.stars { color: #ffb400; letter-spacing: 2px; font-size: 14px; }

/* ============ Pricing ============ */
.pricing-grid { max-width: 880px; margin: 0 auto; }
.price-card { background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 34px 30px; position: relative; transition: transform .3s, box-shadow .3s, border-color .3s; }
.price-card:hover { transform: translateY(-6px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.price-card.featured { background: linear-gradient(180deg, rgba(155, 92, 255, .16), var(--card)); border-color: var(--border-strong); box-shadow: 0 24px 60px rgba(155, 92, 255, .22); }
.price-card h3 { font-size: 22px; font-weight: 700; }
.price-note { color: var(--muted); font-size: 14px; margin-top: 4px; }
.price { font-size: 18px; margin: 18px 0 4px; font-weight: 600; }
.price span { font-size: 48px; font-weight: 800; }
.checks { list-style: none; margin: 22px 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 30px; font-size: 15px; color: #ded7ee; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: var(--grad); color: #fff; font-size: 12px; display: grid; place-items: center; }
.badge-pop { position: absolute; top: 22px; right: 22px; background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; animation: badgePulse 2s ease-in-out infinite; }
@keyframes badgePulse { 0%,100% { box-shadow: 0 0 0 0 rgba(155,92,255,.55); } 50% { box-shadow: 0 0 0 10px rgba(155,92,255,0); } }

/* ============ Tools ============ */
.member { text-align: center; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 18px; transition: transform .3s, box-shadow .3s, border-color .3s; }
.member:hover { transform: translateY(-6px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.avatar { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 14px; display: grid; place-items: center; font-weight: 800; color: #fff; background: var(--grad); font-size: 20px; }
.avatar.tool-icon { padding: 16px; overflow: hidden; }
.avatar.tool-icon img,
.avatar.tool-icon svg { width: 36px; height: 36px; object-fit: contain; display: block; }
.avatar.tool-icon--duo { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 12px; }
.avatar.tool-icon--duo img,
.avatar.tool-icon--duo svg { width: 28px; height: 28px; object-fit: contain; display: block; }
.tool-icon-split { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 auto 14px; }
.avatar.tool-icon--sm { width: 56px; height: 56px; margin: 0; padding: 10px; flex: 0 0 auto; }
.avatar.tool-icon--sm svg { width: 32px; height: 32px; }
.avatar.tool-icon--sm svg.tool-logo { width: auto; height: 22px; max-width: 46px; }
.avatar.tool-icon--sm svg.tool-logo--upwork { max-width: 38px; }
.avatar.tool-icon--sm svg.tool-logo--fiverr { max-width: 48px; }
.member h4 { font-size: 17px; font-weight: 700; }
.member span { color: var(--muted); font-size: 14px; }

/* ============ FAQ ============ */
.faq { display: grid; gap: 14px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: border-color .3s; }
.faq-item.open { border-color: var(--border-strong); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: inherit; font-size: 17px; font-weight: 700; color: #fff; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-icon { font-size: 24px; color: var(--brand); transition: transform .3s; flex: 0 0 auto; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--muted); }

/* ============ CTA ============ */
.cta-band { padding: 90px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px circle at 50% 120%, rgba(155, 92, 255, .5), transparent 70%); }
.cta-inner { position: relative; text-align: center; max-width: 720px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(30px, 5vw, 50px); font-weight: 800; letter-spacing: -.02em; }
.cta-inner p { color: var(--muted); margin: 14px 0 28px; font-size: 18px; }

/* ============ Feature showcase (alternating) ============ */
.show-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.show-row + .show-row { margin-top: 90px; }
.show-row.reverse .show-copy { order: 2; }
.show-copy .eyebrow { margin-bottom: 16px; }
.show-copy h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.show-copy p { color: var(--muted); margin: 14px 0 18px; font-size: 17px; }
.show-list { list-style: none; display: grid; gap: 10px; margin-bottom: 26px; }
.show-list li { position: relative; padding-left: 28px; color: #ded7ee; font-size: 15px; }
.show-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 19px; height: 19px; border-radius: 50%; background: var(--grad); color: #fff; font-size: 11px; display: grid; place-items: center; }

.mock { background: linear-gradient(180deg, var(--card-2), var(--card)); border: 1px solid var(--border-strong); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; transition: transform .5s var(--ease); }
.show-visual:hover .mock { transform: translateY(-6px) scale(1.02); }
.mock-bar { display: flex; gap: 7px; padding: 14px 16px; border-bottom: 1px solid var(--border); }
.mock-bar i { width: 11px; height: 11px; border-radius: 50%; background: #3a3350; }
.mock-bar i:first-child { background: #ff5f57; } .mock-bar i:nth-child(2) { background: #febc2e; } .mock-bar i:nth-child(3) { background: #28c840; }
.mock-body { padding: 22px; }
.m-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.m-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--grad); flex: 0 0 auto; }
.m-track {
  flex: 1;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
}
.m-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b3dff, #c264ff);
  box-shadow: 0 0 12px rgba(155, 92, 255, .35);
  animation: fillBar 1.1s var(--ease) forwards;
  animation-delay: var(--d, 0s);
}
.m-fill.green {
  background: linear-gradient(90deg, #2ecf7a, #43e08a);
  box-shadow: 0 0 12px rgba(67, 224, 138, .28);
}
.m-line { height: 9px; border-radius: 6px; background: rgba(255,255,255,.12); flex: 1; }
.m-line.w55 { max-width: 55%; } .m-line.w70 { max-width: 70%; } .m-line.w80 { max-width: 80%; } .m-line.w90 { max-width: 90%; }
.m-tag { font-size: 11px; font-weight: 700; color: #b79bff; background: rgba(155,92,255,.14); padding: 4px 9px; border-radius: 999px; white-space: nowrap; }
.m-tag.green { color: #43e08a; background: rgba(67,224,138,.14); }
.m-stat { margin-top: 18px; display: flex; align-items: baseline; gap: 10px; }
.m-stat b { font-size: 34px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.m-stat span { color: var(--muted); font-size: 14px; }
.bars { display: flex; align-items: flex-end; gap: 12px; height: 180px; padding: 8px 0; }
.bars span { flex: 1; height: var(--h); background: var(--grad); border-radius: 8px 8px 4px 4px; opacity: .85; transform-origin: bottom; animation: growBar 1.1s var(--ease) both; }
.bars span:nth-child(2){animation-delay:.08s}.bars span:nth-child(3){animation-delay:.16s}.bars span:nth-child(4){animation-delay:.24s}.bars span:nth-child(5){animation-delay:.32s}.bars span:nth-child(6){animation-delay:.4s}.bars span:nth-child(7){animation-delay:.48s}

/* ============ Work / Meta Ads gallery ============ */
.work-page { padding-top: 100px; }
.work-page-title { font-size: clamp(34px, 5vw, 54px); font-weight: 800; letter-spacing: -.02em; margin: 12px 0 16px; line-height: 1.1; }
.work-page-lead { color: var(--muted); font-size: 18px; max-width: 720px; line-height: 1.7; }
.work-page-back { margin: 28px 0 48px; }
.work-block { margin-top: 56px; }
.work-block-title { font-size: clamp(22px, 3vw, 28px); font-weight: 700; margin-bottom: 24px; color: #fff; }
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.work-grid--wide { grid-template-columns: 1fr; max-width: 720px; }
.work-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 900px; }
.work-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.work-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.work-card-img-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border: none;
  background: #f4f5f8;
  cursor: zoom-in;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  flex: 0 0 auto;
}
.work-grid--wide .work-card-img-btn { aspect-ratio: 16 / 9; }
.work-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #fff;
  border-radius: 6px;
}
.work-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 118px;
}
.work-card-body .metric-pill { align-self: flex-start; margin: 0; }
.work-card-body p {
  color: var(--muted);
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1.55;
  flex: 1 1 auto;
}
.metric-pill { display: inline-block; background: rgba(155, 92, 255, .18); color: #d4b8ff; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.work-page-cta { margin-top: 72px; text-align: center; padding: 48px 32px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); }
.work-page-cta h2 { font-size: clamp(26px, 4vw, 36px); font-weight: 800; margin-bottom: 10px; }
.work-page-cta p { color: var(--muted); margin-bottom: 24px; font-size: 17px; }
.work-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(0, 0, 0, .85); display: flex; align-items: center; justify-content: center; padding: 24px; }
.work-overlay[hidden] { display: none; }
.work-overlay-inner { position: relative; max-width: 95vw; max-height: 95vh; text-align: center; }
.work-overlay img { max-width: 95vw; max-height: 85vh; border-radius: 12px; box-shadow: var(--shadow); background: #fff; }
.work-overlay-close { margin-top: 16px; }

.meta-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.meta-preview-card { display: block; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s; }
.meta-preview-card:hover { transform: translateY(-6px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.meta-preview-card img { width: 100%; height: 180px; object-fit: cover; object-position: top; display: block; background: #fff; }
.meta-preview-card .meta-preview-body { padding: 18px 20px; }
.meta-preview-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.meta-preview-card p { color: var(--muted); font-size: 14px; }

.tool-dashboard-head { margin-top: 56px; text-align: center; }
.tool-dashboard-head h3 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; margin-bottom: 10px; }
.tool-dashboard-head p { color: var(--muted); max-width: 560px; margin: 0 auto; }
.tool-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
  align-items: stretch;
}
.tool-dashboard-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  height: 100%;
}
.tool-dashboard-card:hover { transform: translateY(-5px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.tool-dashboard-card .work-card-img-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f4f5f8;
  cursor: zoom-in;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex: 0 0 auto;
}
.tool-dashboard-card img,
.tool-dashboard-card .tool-dashboard-img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #fff;
  border-radius: 6px;
  border: 0;
}
.tool-dashboard-body {
  padding: 14px 16px 16px;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
}
.tool-dashboard-body h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.tool-dashboard-body span { color: var(--muted); font-size: 13px; }

/* ============ Contact form ============ */
#contact { scroll-margin-top: 120px; }
.contact-form {
  max-width: 780px;
  margin: 0 auto 32px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-row .form-field { margin-bottom: 16px; }
.contact-form > .form-field { margin-bottom: 16px; }
.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #d8d0ef;
  margin-bottom: 8px;
  letter-spacing: .02em;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, .04);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}
.contact-form textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.55;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #7c7596; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(155, 92, 255, .18);
}
.contact-form .btn { width: 100%; margin-top: 4px; }
.form-status {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.form-status--success { color: #4ade80; }
.form-status--error { color: #f87171; }
.contact-cards-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

/* ============ Contact cards ============ */
.contact-card { display: block; text-align: center; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 24px; transition: transform .3s, box-shadow .3s, border-color .3s; }
.contact-card:hover { transform: translateY(-6px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.contact-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 6px; }
.contact-card p { color: var(--muted); word-break: break-word; }
.contact-card .contact-link-text { color: var(--muted); text-decoration: none; }
.footer-cols span { color: inherit; }
.contact-card-actions { display: flex; flex-direction: column; gap: 10px; align-items: center; margin: 0; }
.contact-card-actions a {
  color: #c9b8ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color .2s;
}
.contact-card-actions a:hover { color: #fff; }
.faq-a a, .footer-cols a[href^="mailto:"], .footer-cols a[href^="tel:"], .footer-cols a[href*="wa.me"] {
  color: #c9b8ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-a a:hover, .footer-cols a[href^="mailto:"]:hover, .footer-cols a[href^="tel:"]:hover, .footer-cols a[href*="wa.me"]:hover { color: #fff; }

/* ============ Footer ============ */
.footer { background: #060409; color: #b3abc6; padding: 64px 0 28px; border-top: 1px solid var(--border); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand .brand-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--grad); display: inline-block; }
.footer-brand p { color: #8d86a3; max-width: 380px; margin-bottom: 18px; }
.footer-brand .btn { margin-top: 4px; }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-cols h5 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.footer-cols a { display: block; color: #8d86a3; padding: 5px 0; font-size: 15px; transition: color .2s, padding-left .2s; }
.footer-cols a:hover { color: #fff; padding-left: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--border); font-size: 13px; color: #6f6889; flex-wrap: wrap; }

/* ============ Back to top ============ */
.to-top { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border-radius: 50%; border: none; background: var(--grad); color: #fff; font-size: 20px; cursor: pointer; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .3s, transform .3s; z-index: 40; }
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* ============ Scroll reveal ============ */
.reveal, .reveal-left, .reveal-right, .reveal-scale {
  opacity: 0; filter: blur(8px); will-change: opacity, transform, filter;
  transition: opacity .8s var(--ease), transform .8s var(--ease), filter .8s var(--ease);
}
.reveal { transform: translateY(36px); }
.reveal-left { transform: translateX(-60px); }
.reveal-right { transform: translateX(60px); }
.reveal-scale { transform: scale(.9); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible, .reveal-scale.visible {
  opacity: 1; transform: none; filter: blur(0);
}

/* ============ Keyframes ============ */
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulse-glow { 0%,100% { opacity: .8; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.12); } }
@keyframes swing { 0%,100% { transform: rotate(-7deg); } 50% { transform: rotate(7deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(40px,-50px); } }
@keyframes float2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-50px,40px); } }
@keyframes float3 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(30px,-30px) scale(1.1); } }
@keyframes growBar { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes fillBar { from { width: 0; } to { width: var(--p); } }

@media (prefers-reduced-motion: reduce) {
  .anim-bob svg, .anim-pulse svg, .anim-swing svg, .anim-spin-slow svg, .hero-glow,
  .marquee-track, .hero-shapes .shape, .badge-pop, .bars span { animation: none !important; }
  .load-in { opacity: 1; transform: none; filter: none; animation: none; }
}

/* ============ Responsive ============ */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .services-layout { grid-template-columns: 1fr; gap: 30px; }
  .services-aside { position: static; }
  .stack-card { position: static; top: auto; }
}
@media (max-width: 900px) {
  .meta-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-dashboard-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid,
  .work-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: none; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid.grid-3 { grid-template-columns: 1fr; max-width: 460px; }
  .footer-top { grid-template-columns: 1fr; }
  .show-row, .show-row.reverse { grid-template-columns: 1fr; gap: 32px; }
  .show-row.reverse .show-copy { order: 0; }
}
@media (max-width: 760px) {
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav-links { position: absolute; top: 64px; left: 16px; right: 16px; display: flex; flex-direction: column; gap: 0; background: rgba(20, 14, 33, .98); border: 1px solid var(--border); border-radius: 18px; padding: 8px 18px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .25s; }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--border); }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .tcard { padding: 20px; }
  .testimonials-carousel { gap: 10px; padding: 0 4px; }
  .t-arrow { width: 44px; height: 44px; font-size: 26px; }
  .meta-preview-grid { grid-template-columns: 1fr; }
  .tool-dashboard-grid { grid-template-columns: 1fr; }
  .tool-dashboard-card .work-card-img-btn { aspect-ratio: 16 / 11; padding: 8px; }
  .work-grid,
  .work-grid--2 { grid-template-columns: 1fr; }
  #contact .contact-cards-row { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
