/* ============================================
   DAKOTA CARVER — BRAND & BUSINESS DEVELOPMENT
   ============================================ */

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

html { scroll-behavior: smooth; cursor: none; }

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #0a0a0a;
  color: #ffffff;
  overflow-x: hidden;
  cursor: none;
}

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

::selection { background: rgba(99,102,241,.3); color: #fff; }

/* ============================================
   CURSOR
   ============================================ */
.cursor {
  position: fixed; width: 6px; height: 6px;
  background: rgba(255,255,255,.9); border-radius: 50%;
  pointer-events: none; z-index: 10000;
  transform: translate(-50%,-50%);
  transition: width .25s, height .25s, opacity .25s;
}
.cursor.hover { width: 0; height: 0; opacity: 0; }

.cursor-follower {
  position: fixed; width: 36px; height: 36px;
  border-radius: 50%; pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .35s cubic-bezier(.34,1.56,.64,1), height .35s cubic-bezier(.34,1.56,.64,1);
}
.cursor-follower::before {
  content: '';
  position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 0deg, #6366f1 0%, #a78bfa 30%, #f59e0b 55%, rgba(255,255,255,.06) 80%, #6366f1 100%);
  animation: cursorSpin 2.8s linear infinite;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1.5px), white calc(100% - 1.5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 1.5px), white calc(100% - 1.5px));
  opacity: .7; transition: opacity .3s;
}
.cursor-follower.hover { width: 54px; height: 54px; }
.cursor-follower.hover::before {
  opacity: 1;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), white calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), white calc(100% - 2px));
}
@keyframes cursorSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.25rem 3rem; z-index: 1000;
  transition: background .3s, backdrop-filter .3s;
}
.nav.scrolled { background: rgba(10,10,10,.9); backdrop-filter: blur(20px); }

.nav-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem; font-weight: 700; letter-spacing: .05em;
}
.nav-links { display: flex; gap: 1.75rem; align-items: center; }

.nav-link {
  font-size: .78rem; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  position: relative; padding: .25rem 0;
}
.nav-link::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: #fff; transition: width .3s;
}
.nav-link:hover::after { width: 100%; }

.nav-cta {
  padding: .5rem 1.25rem;
  border: 1px solid rgba(99,102,241,.5); border-radius: 100px;
  background: rgba(99,102,241,.08); color: #a5b4fc;
  transition: background .3s, border-color .3s, color .3s;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: rgba(99,102,241,.2); border-color: rgba(99,102,241,.8); color: #fff; }

/* ── Dropdown ── */
.nav-dropdown-wrapper { position: relative; }

.nav-link-dd {
  display: flex; align-items: center; gap: .35rem;
}
.nav-chevron { transition: transform .25s ease; opacity: .55; }
.nav-dropdown-wrapper:hover .nav-chevron { transform: rotate(180deg); opacity: 1; }

.nav-dropdown {
  position: absolute; top: calc(100% + .9rem); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: rgba(11,11,20,.96); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.1); border-radius: 14px;
  padding: .5rem; min-width: 200px;
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 200;
}
.nav-dropdown-wrapper:hover .nav-dropdown {
  opacity: 1; pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.nav-dd-item {
  display: block; padding: .6rem 1rem; border-radius: 9px;
  font-size: .78rem; font-weight: 500; letter-spacing: .04em;
  color: rgba(255,255,255,.6); transition: background .18s, color .18s;
}
.nav-dd-item:hover { background: rgba(255,255,255,.07); color: #fff; }

/* Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; background: none; border: none;
  cursor: pointer; padding: 4px; z-index: 1001;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: #fff; border-radius: 2px;
  transition: transform .35s cubic-bezier(.23,1,.32,1), opacity .25s, width .3s;
  transform-origin: center;
}
.nav-hamburger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu overlay */
.mobile-menu {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(6,6,14,.97);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 2.5rem;
  opacity: 0; pointer-events: none;
}
.mobile-link {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.25rem, 9vw, 3.75rem); font-weight: 700;
  letter-spacing: -.02em; color: rgba(255,255,255,.75);
  transition: color .2s;
  opacity: 0; transform: translateY(30px);
}
.mobile-link:hover { color: #fff; }
.mobile-link-cta {
  font-size: clamp(.95rem, 3vw, 1.2rem);
  padding: .8rem 2.75rem; border-radius: 100px;
  border: 1px solid rgba(99,102,241,.5);
  background: rgba(99,102,241,.1); color: #a5b4fc;
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  margin-top: .5rem;
}
.mobile-link-cta:hover { background: rgba(99,102,241,.22); color: #fff; }

/* ============================================
   SECTIONS COMMON
   ============================================ */
.section {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 7rem 3rem; }

.section-heading {
  display: flex; align-items: baseline; gap: 1.5rem; margin-bottom: 1.5rem;
}
.heading-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .875rem; font-weight: 500; opacity: .4; letter-spacing: .1em;
}
.heading-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; line-height: 1.1;
}
.section-lead {
  font-size: 1.05rem; color: rgba(255,255,255,.48);
  max-width: 560px; line-height: 1.85; margin-bottom: 4rem;
}

/* ============================================
   HERO
   ============================================ */
.section-hero { background: #0a0a0a; flex-direction: column; justify-content: center; }

#particle-canvas {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;
}
.hero-content {
  position: relative; z-index: 1; text-align: center; padding: 0 2rem;
}
.hero-eyebrow {
  display: inline-block;
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid rgba(99,102,241,.3); border-radius: 100px;
  padding: .4rem 1.3rem; color: rgba(165,180,252,.8); margin-bottom: 2rem;
  opacity: 0; transform: translateY(20px);
  background: rgba(99,102,241,.06);
  white-space: nowrap;
}
.hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(4rem, 12vw, 10rem); font-weight: 900;
  line-height: .95; letter-spacing: -.03em; margin-bottom: 1.5rem;
}
.title-line { display: block; overflow: hidden; }
.title-word { display: inline-block; }

.title-accent {
  background: linear-gradient(135deg, #6366f1 0%, #a78bfa 45%, #f59e0b 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  background-size: 200% 200%; animation: accentFlow 5s ease infinite;
}
@keyframes accentFlow {
  0%, 100% { background-position: 0% 50%; }
  50%       { background-position: 100% 50%; }
}

.hero-tagline {
  font-size: clamp(.8rem, 1.4vw, .95rem); font-weight: 400;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.38); margin-bottom: 1.5rem;
}
.hero-divider {
  width: 48px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99,102,241,.7), transparent);
  margin: 0 auto 1.5rem;
}
.hero-sub {
  font-size: .98rem; color: rgba(255,255,255,.48);
  max-width: 460px; margin: 0 auto 2.5rem; line-height: 1.8;
}
.hero-cta-row {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.cta-btn {
  padding: .875rem 2.25rem; border-radius: 100px;
  font-size: .875rem; font-weight: 600; letter-spacing: .05em;
  background: #fff; color: #0a0a0a;
  transition: transform .3s, box-shadow .3s;
  display: inline-flex; align-items: center; gap: .5rem;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(255,255,255,.1); }
.hero-cta-primary {
  font-weight: 800; font-size: .95rem; padding: 1rem 2.6rem;
  box-shadow: 0 8px 30px rgba(255,255,255,.14);
}
.hero-cta-primary:hover { box-shadow: 0 14px 44px rgba(255,255,255,.22); }
.cta-ghost {
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}
.cta-ghost:hover { border-color: rgba(255,255,255,.55); }

.scroll-indicator {
  position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .75rem; z-index: 1;
}
.scroll-indicator span { font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; opacity: .28; }
.scroll-arrow {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,.45), transparent);
  animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50%       { transform: translateY(10px); opacity: .3; }
}

/* ============================================
   SERVICES
   ============================================ */
.section-services { background: #0d0d0d; align-items: flex-start; }

.section-services .heading-text {
  background: linear-gradient(135deg, #fff 40%, #6366f1);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-services .heading-label { color: #6366f1; opacity: .9; }

.services-bg-anim {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0; overflow: hidden; pointer-events: none;
}

.services-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}

.service-card {
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px; padding: 2.25rem 2rem; position: relative; overflow: hidden;
  transition: transform .4s, border-color .4s, box-shadow .4s;
}
.service-card:hover {
  transform: translateY(-6px); border-color: rgba(255,255,255,.13);
  box-shadow: 0 24px 64px rgba(0,0,0,.32);
}
.service-card-glow {
  position: absolute; top: -50px; right: -50px;
  width: 160px; height: 160px; border-radius: 50%;
  background: radial-gradient(circle, var(--accent, #6366f1) 0%, transparent 68%);
  opacity: 0; transition: opacity .5s; pointer-events: none;
}
.service-card:hover .service-card-glow { opacity: .12; }
.service-card-accent {
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--accent, #6366f1); opacity: 0; transition: opacity .4s;
}
.service-card:hover .service-card-accent { opacity: .85; }

.service-icon {
  width: 50px; height: 50px; border-radius: 13px;
  background: rgba(255,255,255,.05);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent, #6366f1); margin-bottom: 1.4rem;
  transition: background .3s;
}
.service-card:hover .service-icon { background: rgba(255,255,255,.09); }

.service-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem; font-weight: 600; margin-bottom: .8rem;
}
.service-card p {
  font-size: .88rem; line-height: 1.75; color: rgba(255,255,255,.52); margin-bottom: 1.4rem;
}
.service-tags { display: flex; flex-wrap: wrap; gap: .5rem; }

.tag {
  display: inline-block; padding: .3rem .8rem; border-radius: 100px;
  font-size: .72rem; font-weight: 500; letter-spacing: .04em;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  transition: background .2s, border-color .2s;
}
.tag:hover { background: rgba(99,102,241,.15); border-color: rgba(99,102,241,.35); }

/* ============================================
   WORK
   ============================================ */
.section-work { background: #111; align-items: flex-start; }

.section-work .heading-text {
  background: linear-gradient(135deg, #fff 40%, #f59e0b);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-work .heading-label { color: #f59e0b; opacity: .9; }

.work-bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0; overflow: hidden; pointer-events: none;
}
.work-bg-shape { position: absolute; border-radius: 50%; filter: blur(90px); }
.shape-a { width: 500px; height: 500px; background: #6366f1; opacity: .05; top: -150px; right: -100px; }
.shape-b { width: 350px; height: 350px; background: #f59e0b; opacity: .04; bottom: 5%; left: -80px; }

.work-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem;
}

.work-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px; padding: 2.5rem; position: relative; overflow: hidden;
  transition: transform .4s, border-color .4s, box-shadow .4s;
}
.work-card:hover {
  transform: translateY(-6px); border-color: rgba(255,255,255,.15);
  box-shadow: 0 28px 72px rgba(0,0,0,.38);
}
.work-card-bg {
  position: absolute; inset: 0; border-radius: 22px;
  opacity: 0; transition: opacity .5s; z-index: 0; pointer-events: none;
}
.work-card:hover .work-card-bg { opacity: 1; }

.work-card-top {
  position: relative; z-index: 1;
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 1.5rem;
}

/* Explicit badge colors — avoids color-mix() compatibility issues */
.work-badge {
  display: inline-block; font-size: .67rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .28rem .9rem; border-radius: 100px; border: 1px solid;
}
.badge-indigo {
  color: #a5b4fc;
  border-color: rgba(99,102,241,.28);
  background: rgba(99,102,241,.09);
}
.badge-gold {
  color: #fcd34d;
  border-color: rgba(245,158,11,.28);
  background: rgba(245,158,11,.09);
}

.work-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem; font-weight: 600; opacity: .18; letter-spacing: .1em;
}

.work-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.55rem; font-weight: 700;
  position: relative; z-index: 1; margin-bottom: .3rem;
}
.work-url {
  font-size: .78rem; color: rgba(255,255,255,.28);
  letter-spacing: .05em; margin-bottom: 1rem; position: relative; z-index: 1;
}
.work-card > p:not(.work-url) {
  font-size: .9rem; line-height: 1.78; color: rgba(255,255,255,.58);
  margin-bottom: 1.5rem; position: relative; z-index: 1;
}
.work-tags { display: flex; flex-wrap: wrap; gap: .5rem; position: relative; z-index: 1; }

.work-card-cta {
  display: flex; align-items: center; justify-content: center;
  background: rgba(99,102,241,.04); border-color: rgba(99,102,241,.18); min-height: 280px;
}
.work-card-cta:hover { border-color: rgba(99,102,241,.38); }
.work-cta-inner {
  text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.work-cta-icon { opacity: .55; margin-bottom: .25rem; }
.work-cta-inner h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem; font-weight: 700; margin-bottom: 0;
}
.work-cta-inner p { font-size: .88rem; color: rgba(255,255,255,.42); max-width: 230px; line-height: 1.65; }

/* ============================================
   REVIEWS / TESTIMONIALS
   ============================================ */
.section-reviews { background: #0d0d0d; align-items: flex-start; }

.section-reviews .heading-text {
  background: linear-gradient(135deg, #fff 40%, #6366f1);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-reviews .heading-label { color: #6366f1; opacity: .9; }

.reviews-bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0; overflow: hidden; pointer-events: none;
}
.reviews-bg-shape {
  position: absolute; width: 580px; height: 580px; border-radius: 50%;
  background: radial-gradient(circle, #f59e0b 0%, transparent 70%);
  opacity: .04; filter: blur(80px); bottom: -180px; right: -130px;
}

.results-strip {
  display: flex; align-items: center;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px; padding: 2.25rem; margin-bottom: 3rem;
  position: relative; z-index: 1; overflow: hidden;
}
.results-strip::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99,102,241,.5), rgba(245,158,11,.4), transparent);
}
.result-item { flex: 1; text-align: center; display: flex; flex-direction: column; gap: .4rem; }
.result-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 700;
  background: linear-gradient(135deg, #fff 20%, #a78bfa 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.1;
}
.result-unit {
  font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700;
  background: linear-gradient(135deg, #f59e0b, #fcd34d);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.result-label {
  font-size: .7rem; font-weight: 500; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(255,255,255,.35);
}
.result-divider {
  width: 1px; height: 58px; background: rgba(255,255,255,.08); flex-shrink: 0;
}

.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
  position: relative; z-index: 1;
}
.testimonial-card {
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px; padding: 2rem; position: relative; overflow: hidden;
  transition: transform .4s, border-color .4s, box-shadow .4s;
}
.testimonial-card:hover {
  transform: translateY(-5px); border-color: rgba(255,255,255,.12);
  box-shadow: 0 20px 55px rgba(0,0,0,.3);
}
.testimonial-quote-mark { margin-bottom: 1.1rem; }
.testimonial-text {
  font-size: .9rem; line-height: 1.82; color: rgba(255,255,255,.6);
  font-style: italic; margin-bottom: 1.5rem;
}
.testimonial-author {
  display: flex; align-items: center; gap: .85rem;
  padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.07);
}
.testimonial-initials {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(99,102,241,.18); border: 1px solid rgba(99,102,241,.28);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem; font-weight: 700; color: #a5b4fc; flex-shrink: 0;
  letter-spacing: .04em;
}
.ti-gold { background: rgba(245,158,11,.14); border-color: rgba(245,158,11,.28); color: #fcd34d; }
.author-name { font-size: .87rem; font-weight: 600; margin-bottom: .15rem; }
.author-role { font-size: .73rem; color: rgba(255,255,255,.33); }

/* ============================================
   PROCESS
   ============================================ */
.section-process { background: #0a0a0a; align-items: flex-start; }

.section-process .heading-text {
  background: linear-gradient(135deg, #fff 40%, #f59e0b);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-process .heading-label { color: #f59e0b; opacity: .9; }

.process-bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0; overflow: hidden; pointer-events: none;
}
.process-bg-shape {
  position: absolute; width: 700px; height: 700px; border-radius: 50%;
  background: #6366f1; opacity: .03; filter: blur(120px); top: -250px; right: -200px;
}

.process-steps {
  position: relative; z-index: 1;
  display: flex; align-items: flex-start;
}
.process-step {
  flex: 1; text-align: center; padding: 2.5rem 1.5rem 2rem;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px; transition: transform .4s, border-color .4s;
}
.process-step:hover { transform: translateY(-5px); border-color: rgba(245,158,11,.22); }

.process-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem; font-weight: 700; line-height: 1;
  color: rgba(245,158,11,.18); margin-bottom: 1rem; letter-spacing: -.03em;
}
.process-icon {
  width: 46px; height: 46px; border-radius: 13px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.55); margin: 0 auto 1.2rem;
  transition: background .3s, color .3s, border-color .3s;
}
.process-step:hover .process-icon {
  background: rgba(245,158,11,.1); color: #f59e0b; border-color: rgba(245,158,11,.22);
}
.process-step h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem; font-weight: 600; margin-bottom: .7rem;
}
.process-step > p { font-size: .86rem; line-height: 1.78; color: rgba(255,255,255,.48); }

.process-bullets {
  list-style: none; text-align: left; margin-top: 1.1rem;
  display: flex; flex-direction: column; gap: .55rem;
  padding: 0 .25rem;
}
.process-bullets li {
  font-size: .79rem; line-height: 1.6; color: rgba(255,255,255,.33);
  padding-left: 1.1rem; position: relative;
  transition: color .3s;
}
.process-bullets li::before {
  content: ''; position: absolute; left: 0; top: .55rem;
  width: 5px; height: 1px; background: rgba(245,158,11,.45);
}
.process-step:hover .process-bullets li { color: rgba(255,255,255,.5); }

.process-connector {
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; width: 36px; padding-top: 3.5rem;
}
.connector-line {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, rgba(245,158,11,.25), rgba(245,158,11,.08));
}

/* ============================================
   ABOUT
   ============================================ */
.section-about { background: #111; align-items: flex-start; min-height: auto; }
.section-about .container { padding-bottom: 4rem; }

.about-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 5rem; align-items: start; }

.about-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700;
  line-height: 1.2; margin-bottom: 2rem;
}
.about-bio p {
  font-size: .98rem; line-height: 1.88; color: rgba(255,255,255,.58); margin-bottom: 1.2rem;
}
.about-experience { margin: 1.75rem 0; }
.about-experience-label {
  font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin-bottom: .75rem;
}
.about-experience-label:not(:first-child) { margin-top: 1.5rem; }
.exp-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.exp-item {
  display: flex; align-items: baseline; gap: .5rem;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px; padding: .7rem 1.1rem;
}
.exp-years {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem; font-weight: 700; color: #fff;
}
.exp-field { font-size: .82rem; color: rgba(255,255,255,.55); }
.tag-row { display: flex; flex-wrap: wrap; gap: .55rem; }

.about-cta { margin-top: 2rem; }

.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.stat-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 1.75rem;
  display: flex; flex-direction: column; gap: .5rem;
  transition: transform .3s, border-color .3s;
}
.stat-card:hover { transform: translateY(-4px); border-color: rgba(99,102,241,.3); }
.stat-top { display: flex; align-items: baseline; }
.stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.75rem; font-weight: 700; line-height: 1; color: #fff;
}
.stat-plus {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem; font-weight: 700;
  color: rgba(245,158,11,.8); margin-left: .1rem;
}
.stat-label {
  font-size: .7rem; font-weight: 500; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.32);
}

/* ============================================
   CONTACT
   ============================================ */
.section-contact { background: #0c0a18; justify-content: center; align-items: flex-start; min-height: auto; }
.section-contact .container { padding-top: 4rem; }

.contact-bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden;
}
.contact-bg-shape { position: absolute; border-radius: 50%; filter: blur(80px); }
.contact-bg .shape-1 { width: 650px; height: 650px; background: #6366f1; opacity: .07; top: -200px; left: -180px; }
.contact-bg .shape-2 { width: 450px; height: 450px; background: #f59e0b; opacity: .05; bottom: -120px; right: -100px; }

.contact-inner { position: relative; z-index: 1; max-width: 720px; }

.contact-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 700; line-height: 1.05;
  margin-bottom: 1.75rem;
  background: linear-gradient(135deg, #fff 25%, #a78bfa 60%, #f59e0b 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  background-size: 200% 200%; animation: accentFlow 5s ease infinite;
}
.contact-lead {
  font-size: 1.02rem; color: rgba(255,255,255,.5);
  max-width: 520px; line-height: 1.82; margin-bottom: 3rem;
}
.contact-links { display: flex; flex-direction: column; gap: 1rem; }

.contact-big-link {
  display: flex; align-items: center; gap: 1.25rem;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 1.4rem 1.75rem;
  transition: background .3s, border-color .3s, transform .3s;
}
.contact-big-link:hover {
  background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16);
  transform: translateX(6px);
}
.cbl-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,.06); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; color: rgba(255,255,255,.55);
  transition: background .3s, color .3s;
}
.contact-big-link:hover .cbl-icon { background: rgba(99,102,241,.18); color: #a5b4fc; }
.cbl-label {
  font-size: .68rem; font-weight: 600; letter-spacing: .15em;
  text-transform: uppercase; color: rgba(255,255,255,.32); min-width: 44px;
}
.cbl-value { font-size: .98rem; font-weight: 500; flex: 1; }
.cbl-arrow { color: rgba(255,255,255,.22); transition: transform .3s, color .3s; }
.contact-big-link:hover .cbl-arrow { transform: translateX(4px); color: rgba(255,255,255,.6); }

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: #0a0a0a; border-top: 1px solid rgba(255,255,255,.05); padding: 2rem 0;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 3rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .8rem; color: rgba(255,255,255,.28);
}
.back-to-top { display: flex; align-items: center; gap: .45rem; transition: color .3s; }
.back-to-top:hover { color: rgba(255,255,255,.7); }

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

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-steps { flex-direction: column; gap: 0; }
  .process-connector {
    flex-direction: row; width: 100%; height: 32px; padding: 0;
    align-items: center; justify-content: center;
  }
  .connector-line { width: 60px; height: 1px; }
  .results-strip { gap: 0; }
}

@media (max-width: 768px) {
  .nav { padding: 1.1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .container { padding: 5rem 1.5rem; }
  .work-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-inner { padding: 0 1.5rem; flex-direction: column; gap: 1rem; text-align: center; }
  .cursor, .cursor-follower { display: none; }
  html, body, a { cursor: auto; }
}

@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .results-strip {
    flex-direction: column; gap: 1.5rem; padding: 1.75rem 1.5rem;
  }
  .result-divider { width: 60px; height: 1px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-eyebrow { font-size: .6rem; letter-spacing: .1em; padding: .35rem 1rem; }
  .hero-cta-row { flex-direction: column; align-items: center; }
  .about-stats { grid-template-columns: 1fr; }
}
