/* ============================================
   HERO MEDIA — Premium agency landing page
   Dark, modern, blue-accented
   ============================================ */

:root {
  --bg: #080808;
  --bg-2: #0D0D0D;
  --card: #0D0D0D;
  --card-2: #131313;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: #333333;
  --text: #FFFFFF;
  --text-soft: #EFEEEC;
  --text-muted: #999999;
  --text-dim: #616161;
  --accent: #0055FE;
  --accent-hover: #2870FE;
  --accent-glow: rgba(0, 85, 254, 0.45);
  --radius: 18px;
  --radius-sm: 10px;
  --max: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Animated background video (full-page, fixed) */
.bg-video-wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: var(--bg);
}
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.bg-video-tint {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 60% at 50% 100%, rgba(0,0,0,0.6), transparent 70%),
    linear-gradient(180deg, rgba(8,8,8,0.35) 0%, rgba(8,8,8,0.15) 40%, rgba(8,8,8,0.65) 100%);
  pointer-events: none;
}

.nav, section, footer { position: relative; z-index: 1; }

/* ============== LIQUID GLASS UTILITIES ============== */
.liquid-glass {
  background: rgba(255, 255, 255, 0.04);
  background-blend-mode: luminosity;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.liquid-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.45) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.liquid-glass-strong {
  background: rgba(255, 255, 255, 0.06);
  background-blend-mode: luminosity;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: none;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05),
              inset 0 1px 1px rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}
.liquid-glass-strong::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

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

/* ============== TYPOGRAPHY ============== */
h1, h2, h3 {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
h4, h5 {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.8rem, 5.8vw, 4.8rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(2.4rem, 4.5vw, 3.8rem); letter-spacing: -0.03em; }
h3 { font-size: 1.6rem; line-height: 1.1; }
h2 em { color: var(--accent); font-style: italic; font-weight: 400; }
.muted { color: var(--text-muted); font-style: italic; }

/* ============== TAGS / BADGES (liquid glass) ============== */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  /* liquid-glass */
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.section-tag::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 14px 4px 4px;
  font-size: 0.85rem;
  border-radius: 999px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  /* liquid-glass */
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.badge::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.badge-pill {
  background: white;
  color: black;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.02em;
}

/* ============== BUTTONS (liquid glass) ============== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: 'Barlow', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), background .25s ease;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  color: white;
  /* liquid-glass-strong */
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05),
              inset 0 1px 1px rgba(255, 255, 255, 0.15);
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.btn-primary:hover {
  background: rgba(255, 255, 255, 0.12);
}
.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.35); }
.btn-solid {
  background: white;
  color: black;
  font-weight: 500;
}
.btn-solid:hover { background: rgba(255, 255, 255, 0.9); transform: translateY(-1px); }

/* ============== NAV (full liquid glass bar) ============== */
.nav {
  position: absolute;
  top: 16px;
  left: 0; right: 0;
  z-index: 50;
  pointer-events: none;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 24px;
  padding: 6px 8px 6px 22px;
  border-radius: 999px;
  pointer-events: auto;
  /* glassmorphism */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
/* Top highlight sheen — classic glassmorphism gloss */
.nav-inner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.04) 60%,
    transparent 100%);
  pointer-events: none;
  z-index: 0;
}
/* Soft ambient color tint behind the glass for color pickup */
.nav-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 50%, rgba(0, 85, 254, 0.18) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(120, 80, 255, 0.12) 0%, transparent 50%);
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
  filter: blur(30px);
}
.logo {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
.logo span {
  background: white;
  color: black;
  padding: 2px 6px;
  margin-left: 2px;
  border-radius: 4px;
}
.nav-links {
  display: flex;
  gap: 2px;
  position: relative;
  z-index: 1;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}
.nav-links::before { display: none; }
.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Barlow', sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  padding: 8px 14px;
  border-radius: 999px;
  transition: color .2s, background .2s;
  position: relative;
  z-index: 1;
}
.nav-links a:hover { color: white; background: rgba(255, 255, 255, 0.08); }
.nav-cta {
  padding: 9px 18px;
  font-size: 0.86rem;
  background: white !important;
  color: black !important;
  position: relative;
  z-index: 1;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: rgba(255, 255, 255, 0.92) !important; transform: translateY(-1px); }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

/* ============== HERO (Silberg-inspired) ============== */
.hero {
  padding: 200px 0 140px;
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px; left: 50%;
  width: 900px; height: 900px;
  transform: translateX(-50%);
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
  filter: blur(90px);
  opacity: 0.35;
  z-index: 0;
}
.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hero-text h1 {
  margin-bottom: 28px;
  font-size: clamp(3rem, 6.8vw, 6rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  max-width: 14ch;
}
.hero-sub {
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.55;
  max-width: 620px;
  margin: 0 auto 40px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 44px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 24px 28px;
  border-radius: 20px;
  max-width: 540px;
  /* liquid-glass */
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.hero-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.hero-stats > div { display: flex; flex-direction: column; gap: 4px; position: relative; z-index: 1; }
.hero-stats strong {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.hero-stats span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
}

/* 9:16 video frame */
.hero-video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-video-frame {
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 9/16;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--card);
  box-shadow:
    0 30px 80px -20px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transform: rotate(0);
  transition: transform .5s cubic-bezier(.25,.8,.25,1);
}
.hero-video-frame:hover { transform: scale(1.02); }
.hero-video-frame video,
.hero-video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-glow {
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, var(--accent) 0%, transparent 50%, var(--accent) 100%);
  opacity: 0.25;
  z-index: -1;
  filter: blur(30px);
}

/* ============== ABOUT ============== */
.about { padding: 80px 0; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.about-img {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 4/5;
  background: var(--card);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-text h2 { margin-bottom: 18px; }
.about-text > p { color: var(--text-muted); margin-bottom: 28px; max-width: 520px; }
.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}
.check-list li {
  display: flex;
  gap: 12px;
  font-size: 0.94rem;
  color: var(--text-muted);
}
.check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  background: var(--accent);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}
.about-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.rating { display: flex; flex-direction: column; gap: 2px; }
.rating .stars { color: #ffd024; letter-spacing: 2px; }
.rating span { font-size: 0.82rem; color: var(--text-muted); }

/* ============== SECTION HEAD ============== */
.section-head {
  text-align: center;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-head h2 { margin-bottom: 14px; }
.section-head p { color: var(--text-muted); max-width: 560px; }

/* ============== CASES ============== */
.cases { padding: 80px 0; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case-card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform .3s ease;
  /* liquid-glass */
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
  position: relative;
}
.case-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.case-card:hover { transform: translateY(-4px); }
.case-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #1a1a26;
}
.case-body { padding: 22px; }
.case-body h3 { margin-bottom: 8px; }
.case-body p { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 16px; }
.case-metrics { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.case-metrics span {
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 10px 16px;
  background: linear-gradient(135deg, rgba(0, 85, 254, 0.18) 0%, rgba(0, 85, 254, 0.06) 100%);
  border: 1px solid rgba(0, 85, 254, 0.35);
  border-radius: 999px;
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 24px rgba(0, 85, 254, 0.18);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.case-card:hover .case-metrics span {
  border-color: rgba(0, 85, 254, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 32px rgba(0, 85, 254, 0.32);
}

/* ============== PROCESS (split layout: stages left + sticky image right) ============== */
.process { padding: 100px 0; position: relative; }
.process-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: start;
}
.process-left { display: flex; flex-direction: column; gap: 40px; }
.process-head { text-align: left; }
.process-head .section-tag { display: inline-flex; }
.process-head h2 { margin-bottom: 14px; max-width: 480px; }
.process-head p { color: var(--text-muted); max-width: 460px; }
.process-stages {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stage {
  border-radius: 20px;
  padding: 26px 28px;
  /* liquid-glass */
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.stage::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.stage-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.stage-icon {
  width: 42px; height: 42px;
  background: var(--card-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.stage-tag {
  font-size: 0.78rem;
  padding: 4px 10px;
  background: var(--card-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-muted);
}
.stage h3 { margin-bottom: 10px; }
.stage p { color: var(--text-muted); font-size: 0.92rem; }

.process-image {
  position: sticky;
  top: 100px;
  align-self: start;
}
.process-image-inner {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--card);
}
.process-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============== PARTNERS ============== */
.partners { padding: 60px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.partners-title {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 28px;
  font-weight: 500;
}
.logo-ticker { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.logo-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: scroll-x 40s linear infinite;
  width: max-content;
}
.logo-track span {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@keyframes scroll-x {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============== FOUNDER LETTER ============== */
.letter { padding: 100px 0; }
.letter-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.letter-img {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  border: 1px solid var(--border);
  position: sticky;
  top: 100px;
  background: var(--card);
  max-height: 480px;
  width: 100%;
  align-self: start;
}
.letter-img img { width: 100%; height: 100%; object-fit: cover; }
.letter-text h2 { margin-bottom: 24px; }
.letter-text p {
  color: var(--text-muted);
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.75;
}
.signature { margin-top: 28px; color: var(--text) !important; }
.signature strong { color: var(--text); }
.letter-meta {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.letter-meta p {
  margin: 0 !important;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.letter-meta strong { color: var(--text); font-weight: 600; }

/* ============== REVIEWS (improved) ============== */
.reviews { padding: 100px 0; background: linear-gradient(180deg, transparent, rgba(0, 85, 254, 0.04), transparent); }
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.review-card {
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform .3s ease;
  /* liquid-glass */
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.review-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.review-card:hover { transform: translateY(-4px); }
.review-card .stars {
  color: #ffd024;
  font-size: 1.05rem;
  letter-spacing: 3px;
}
.review-card p {
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.7;
  flex: 1;
}
.review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.review-meta strong { font-size: 0.96rem; color: var(--text); }
.review-meta span { font-size: 0.84rem; color: var(--text-muted); }

/* ============== CONTACT / CALENDLY ============== */
.contact { padding: 100px 0; }
.calendly-inline-widget {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #ffffff;
  max-width: 760px;
  margin: 0 auto;
  box-shadow:
    0 30px 70px -20px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

/* ============== CONTACT USPS ============== */
.contact-usps {
  list-style: none;
  padding: 0;
  margin: 0 auto 48px;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.contact-usps > .contact-usp {
  flex: 0 1 300px;
}
.contact-usp {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s ease, background .35s ease;
}
.contact-usp:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.05);
}
.contact-usp-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 18px;
  line-height: 1;
}
.contact-usp h4 {
  font-family: var(--font-serif, 'Instrument Serif', serif);
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0 0 4px;
  color: var(--text);
  letter-spacing: 0.01em;
}
.contact-usp p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--text-muted);
}
@media (max-width: 960px) {
  .contact-usps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .contact-usps { grid-template-columns: 1fr; margin-bottom: 32px; }
}

/* ============== FOOTER ============== */
.footer {
  background: linear-gradient(180deg, transparent, rgba(0, 85, 254, 0.05));
  border-top: 1px solid var(--border);
  padding: 60px 0 24px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand p { color: var(--text-muted); margin-top: 14px; max-width: 320px; font-size: 0.92rem; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h5 { font-size: 0.95rem; margin-bottom: 8px; }
.footer-col a { color: var(--text-muted); font-size: 0.92rem; transition: color .2s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 0.84rem;
  color: var(--text-dim);
}

/* ============== RESPONSIVE ============== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-video-wrap { order: -1; }
  .hero-video-frame { max-width: 280px; margin: 0 auto; }
  .about-grid, .letter-grid { grid-template-columns: 1fr; gap: 40px; }
  .letter-img { position: static; max-width: 360px; margin: 0 auto; }
  .case-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-image { position: static; max-width: 420px; margin: 0 auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-cta { display: none; }
}

@media (max-width: 640px) {
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.7rem; }
  .case-grid, .review-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-stats strong { font-size: 1.2rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .hero, .about, .cases, .process, .letter, .reviews, .contact { padding: 60px 0; }

  /* Compact top nav on mobile */
  .nav { top: 10px; }
  .nav-inner { height: 42px; padding: 4px 5px 4px 14px; gap: 10px; }
  .logo { font-size: 0.78rem; letter-spacing: 0.03em; }
  .logo span { padding: 1px 5px; }
  .hamburger { width: 30px; height: 30px; }
  .hamburger span { width: 16px; }
}

/* ============== MOBILE NAV (when open) ============== */
.nav-links.open {
  display: flex;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: var(--bg-2);
  flex-direction: column;
  padding: 24px;
  gap: 18px;
  border-bottom: 1px solid var(--border);
}

/* ============== FADE-IN ANIMATION ============== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============== STAGGER REVEAL ============== */
.stagger-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--stagger-delay, 0ms);
}
.stagger-item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============== HERO WORD REVEAL ============== */
.hero-text h1 .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(120%);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--word-delay, 0ms);
  will-change: transform;
}
.hero-text h1.words-in .word {
  opacity: 1;
  transform: translateY(0);
}

/* mask the overflow so words slide up cleanly */
.hero-text h1 {
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: 24px;
  max-width: 880px;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 1;
}

/* ============== SCROLL PROGRESS BAR ============== */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), #7a8eff);
  transform: scaleX(0);
  transform-origin: 0 0;
  z-index: 100;
  pointer-events: none;
  box-shadow: 0 0 12px var(--accent-glow);
  transition: transform .1s linear;
}

/* ============== NAV SCROLL EFFECT ============== */
.nav.scrolled {
  background: rgba(5, 5, 7, 0.92);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

/* ============== CURSOR SPOTLIGHT ============== */
.hero { position: relative; }
.cursor-spotlight {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 85, 254, 0.18) 0%, transparent 60%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 0;
  filter: blur(20px);
  mix-blend-mode: screen;
}
.hero > .container { position: relative; z-index: 2; }

/* ============== HERO VIDEO PARALLAX + FLOAT ============== */
.hero-video-frame {
  --parallax: 0px;
  transform: translateY(var(--parallax));
  animation: float 6s ease-in-out infinite;
}
.hero-video-frame:hover {
  transform: translateY(var(--parallax)) scale(1.02);
  animation-play-state: paused;
}
@keyframes float {
  0%, 100% { transform: translateY(var(--parallax)); }
  50% { transform: translateY(calc(var(--parallax) - 12px)); }
}

/* ============== TILT CARDS (smooth transition off) ============== */
.case-card, .review-card {
  transition: transform .25s cubic-bezier(.2,.7,.2,1), border-color .3s ease, background .3s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

/* ============== BUTTON SHIMMER ============== */
.btn-primary {
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left .7s ease;
}
.btn-primary:hover::before { left: 100%; }

/* ============== PULSE GLOW ON CTA ============== */
.nav-cta {
  position: relative;
}
.nav-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 var(--accent-glow);
  animation: pulse 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 85, 254, 0.5); }
  100% { box-shadow: 0 0 0 18px rgba(0, 85, 254, 0); }
}

/* ============== STAGE HOVER LIFT ============== */
.stage {
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .3s ease, background .3s ease;
}
.stage:hover {
  transform: translateX(8px);
  border-color: rgba(0, 85, 254, 0.4);
  background: linear-gradient(180deg, rgba(0, 85, 254, 0.14) 0%, var(--card) 100%);
}

/* ============== SECTION TAG DOT PULSE ============== */
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ============== TRUSTPILOT-STYLE BADGE ============== */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 182, 122, 0.12), rgba(0, 182, 122, 0.04));
  border: 1px solid rgba(0, 182, 122, 0.3);
  color: var(--text);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  max-width: fit-content;
}
.trust-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 182, 122, 0.55);
  background: linear-gradient(135deg, rgba(0, 182, 122, 0.18), rgba(0, 182, 122, 0.06));
}
.trust-stars {
  display: inline-flex;
  gap: 3px;
}
.trust-star {
  width: 24px; height: 24px;
  background: #00b67a;
  position: relative;
  display: inline-block;
  border-radius: 3px;
}
.trust-star::after {
  content: '★';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.trust-copy {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
  white-space: nowrap;
}
.trust-rating {
  font-size: 15px;
  color: var(--text);
}
.trust-rating strong { font-weight: 600; }
.trust-rating span { color: var(--text-muted); font-weight: 300; }
.trust-line {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 300;
}
.trust-brand {
  color: #00b67a;
  font-weight: 500;
}

/* ============== BRAND MARQUEE ============== */
.brand-marquee-section {
  padding: 60px 0 50px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.01);
}
.brand-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 32px;
  padding: 6px 14px 6px 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}
.brand-head strong {
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.04em;
}
.brand-tag-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(0, 85, 254, 0.5);
  animation: pulse-dot 2s ease-out infinite;
}
.brand-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.brand-track {
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  animation: marquee 50s linear infinite;
}
.brand-logo {
  height: 180px;
  width: 200px;
  object-fit: contain;
  opacity: 0.9;
  flex-shrink: 0;
  transition: opacity .3s ease, transform .3s ease;
}
.brand-logo:hover { opacity: 1; transform: translateY(-2px); }
@media (max-width: 960px) {
  .brand-logo { height: 140px; width: 160px; }
}
@media (max-width: 540px) {
  .brand-logo { height: 110px; width: 120px; }
}

/* ============== MARKETS (premium marquee) ============== */
.markets { margin-top: 36px; }
.markets-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 6px 14px 6px 12px;
  border-radius: 100px;
  background: rgba(0, 85, 254, 0.08);
  border: 1px solid rgba(0, 85, 254, 0.25);
}
.markets-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(0, 85, 254, 0.6);
  animation: pulse-dot 2s ease-out infinite;
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(0, 85, 254, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(0, 85, 254, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 85, 254, 0); }
}
.markets-label {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text);
  font-weight: 300;
}
.markets-label strong {
  font-weight: 500;
  background: linear-gradient(120deg, #b8c4ff, #8aa0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.markets { min-width: 0; }
.markets-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 22%, #000 78%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 22%, #000 78%, transparent);
}
.about-text { min-width: 0; }
.markets-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: marquee 40s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.flag-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 100px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s ease, box-shadow .35s ease;
  flex-shrink: 0;
}
.flag-chip .flag {
  font-size: 20px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}

/* ============== ABOUT US (FRAMER-STYLE) ============== */
.about-framer {
  padding: 140px 0 120px;
  position: relative;
  overflow: hidden;
}
.framer-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}
.framer-bg-glow {
  position: absolute;
  top: 20%; left: 50%;
  width: 700px; height: 700px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 85, 254, 0.18) 0%, transparent 65%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.about-framer .container { position: relative; z-index: 1; }
.about-framer .container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}
.framer-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 8px 18px 8px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 56px;
}
.framer-tag-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(0, 85, 254, 0.5);
  animation: pulse-dot 2s ease-out infinite;
}
.framer-heading {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 300;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 1100px;
  padding-bottom: 60px;
}
.framer-heading em {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #b8c4ff, #8aa0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.framer-rotator {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 6.2em;
  height: 1.15em;
  overflow: hidden;
}
.framer-rotator-word {
  position: absolute;
  inset: 0;
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #b8c4ff, #8aa0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1);
}
.framer-rotator-word.is-active {
  opacity: 1;
  transform: translateY(0);
}
.framer-rotator-word.is-leaving {
  opacity: 0;
  transform: translateY(-100%);
}
.framer-trust {
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.framer-trust-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  flex-shrink: 0;
}
.framer-trust-items {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.framer-trust-item {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 400;
  transition: color .25s ease;
}
.framer-trust-item:hover { color: var(--text); }
.framer-trust-divider {
  width: 1px;
  height: 14px;
  background: var(--border-strong);
}
.framer-bar {
  margin-top: 8px;
  margin-bottom: 14px;
  height: 2px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.framer-bar::after {
  content: '';
  position: absolute;
  top: 0; left: -30%;
  width: 30%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: shimmer 2.6s ease-in-out infinite;
  opacity: 0;
  transition: opacity .6s ease;
}
.about-framer.visible .framer-bar::after { opacity: 1; }
.framer-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), #8aa0ff);
  border-radius: 2px;
  transition: width 1.6s cubic-bezier(.2,.7,.2,1) .4s;
}
.about-framer.visible .framer-bar span { width: 100%; }
@keyframes shimmer {
  0% { left: -30%; }
  100% { left: 130%; }
}
.framer-num {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 300;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 1;
  color: var(--text);
  letter-spacing: -0.03em;
  margin-bottom: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.framer-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4ade80;
  margin-left: 6px;
  margin-top: 18px;
  font-style: normal;
}
.framer-live::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
  animation: pulse-live 1.6s ease-out infinite;
}
@keyframes pulse-live {
  0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5); transform: scale(1); }
  70% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); transform: scale(1.1); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); transform: scale(1); }
}
.framer-count {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}
.framer-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.04em;
}
.framer-meta-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5);
  animation: pulse-live 2s ease-out infinite;
  flex-shrink: 0;
}
.framer-meta strong {
  color: var(--text-muted);
  font-weight: 400;
}
.framer-meta-sep {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--text-dim);
  opacity: 0.6;
}
.framer-stat {
  position: relative;
  transition: transform .3s ease;
}
.framer-stat:hover { transform: translateY(-4px); }
.framer-side {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-bottom: 8px;
}
.framer-lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 420px;
}
.framer-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-strong);
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.25s ease;
}
.framer-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}
.framer-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 64px;
}
.framer-stat {
  padding: 8px 32px;
  border-left: 1px solid var(--border);
}
.framer-stat:first-child { border-left: none; padding-left: 0; }
.framer-num .framer-plus {
  color: var(--accent);
  font-style: italic;
}
.framer-heading .word {
  display: inline-block;
  opacity: 0;
  transform: scale(1.6);
  transform-origin: center center;
  filter: blur(8px);
  transition: opacity 1s cubic-bezier(.22,.61,.36,1), transform 1s cubic-bezier(.22,.61,.36,1), filter 1s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--word-delay, 0ms);
  will-change: transform, opacity, filter;
}
.framer-heading.words-in .word {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
.framer-side, .framer-stats {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.about-framer.visible .framer-side {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.about-framer.visible .framer-stats {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.framer-label {
  font-size: 14px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
@media (max-width: 860px) {
  .about-framer { padding: 90px 0 80px; }
  .framer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 56px;
  }
  .framer-stats {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .framer-stat {
    border-left: none;
    border-top: 1px solid var(--border);
    padding: 24px 0 0;
  }
  .framer-stat:first-child { border-top: none; padding-top: 0; }
}

/* ============== CASES — SIMPLE SMOOTH ENTRY ============== */
.case-card.stagger-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .7s cubic-bezier(.22,.61,.36,1),
    transform .7s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--stagger-delay, 0ms);
}
.case-card.stagger-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.case-card .case-img { background-size: cover; }

/* ============== RESULTS / SOCIAL PROOF ============== */
.results-showcase {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.results-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 50% at 20% 10%, rgba(0,85,254,0.10), transparent 60%),
    radial-gradient(50% 50% at 85% 90%, rgba(0, 85, 254, 0.15), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.results-showcase > .container { position: relative; z-index: 1; }
.results-showcase .section-head { margin-bottom: 56px; }

/* Aggregate stats */
.results-aggregate {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
.results-stat {
  position: relative;
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .8s cubic-bezier(.2,.7,.2,1),
    transform .8s cubic-bezier(.2,.7,.2,1),
    border-color .35s ease,
    background .35s ease;
}
.results-showcase.visible .results-stat { opacity: 1; transform: translateY(0); }
.results-showcase.visible .results-stat:nth-child(1) { transition-delay: .1s; }
.results-showcase.visible .results-stat:nth-child(2) { transition-delay: .2s; }
.results-showcase.visible .results-stat:nth-child(3) { transition-delay: .3s; }
.results-showcase.visible .results-stat:nth-child(4) { transition-delay: .4s; }
.results-stat:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
}
.results-stat::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(80,140,254,0.5), transparent);
  transform: translateX(-100%);
  transition: transform 1.2s ease;
}
.results-showcase.visible .results-stat::after { transform: translateX(100%); }

.results-stat-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 10px;
}
.results-stat-prefix {
  font-family: 'Instrument Serif', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1;
}
.results-stat-value {
  font-family: 'Instrument Serif', serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #ffffff 30%, rgba(180,190,255,0.7) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.results-stat-label {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Marquee of result cards */
.results-marquee {
  position: relative;
  overflow: hidden;
  margin: 0 calc(50% - 50vw) 64px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
}
.results-marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 4px;
  animation: results-marquee 50s linear infinite;
}
.results-marquee:hover .results-marquee-track { animation-play-state: paused; }
@keyframes results-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.result-card {
  position: relative;
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 26px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid var(--border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), border-color .35s ease;
}
.result-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255,255,255,0.35) 0%,
    rgba(255,255,255,0.08) 30%,
    rgba(255,255,255,0) 50%,
    rgba(255,255,255,0.08) 70%,
    rgba(255,255,255,0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.result-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.2);
}
.result-brand {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.result-metric {
  font-family: 'Instrument Serif', serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #ffffff 0%, rgba(80,140,254,0.75) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.result-metric small {
  font-size: 2rem;
  letter-spacing: 0;
  margin-left: 2px;
}
.result-headline {
  font-size: 0.96rem;
  color: var(--text);
  line-height: 1.4;
  font-weight: 400;
}
.result-tag {
  align-self: flex-start;
  font-size: 0.74rem;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* Featured wins — bento mosaic */
.results-bento { margin-bottom: 72px; }
.results-bento-head {
  text-align: center;
  margin-bottom: 40px;
}
.results-bento-head h3 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
  margin-top: 12px;
  letter-spacing: -0.01em;
}
.results-bento-head h3 em {
  font-style: italic;
  color: rgba(80,140,254,0.85);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 200px;
  gap: 18px;
}
.bento-hero       { grid-column: span 4; grid-row: span 2; }
.bento-metric     { grid-column: span 2; grid-row: span 2; }
.bento-image      { grid-column: span 2; grid-row: span 2; }
.bento-quote-tile { grid-column: span 2; grid-row: span 2; }
.bento-wide       { grid-column: span 2; grid-row: span 2; }

.bento-tile {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity .9s cubic-bezier(.2,.7,.2,1),
    transform .9s cubic-bezier(.2,.7,.2,1),
    border-color .35s ease,
    background .35s ease;
}
.results-showcase.visible .bento-tile { opacity: 1; transform: translateY(0); }
.results-showcase.visible .bento-tile:nth-child(1) { transition-delay: .10s; }
.results-showcase.visible .bento-tile:nth-child(2) { transition-delay: .22s; }
.results-showcase.visible .bento-tile:nth-child(3) { transition-delay: .34s; }
.results-showcase.visible .bento-tile:nth-child(4) { transition-delay: .46s; }
.results-showcase.visible .bento-tile:nth-child(5) { transition-delay: .58s; }
.bento-tile:hover { border-color: rgba(255,255,255,0.2); }
.bento-tile:hover .bento-tile-bg { transform: scale(1.05); }

/* Image background layer */
.bento-tile-bg {
  position: absolute;
  inset: 0;
  background-image: var(--tile-img);
  background-size: cover;
  background-position: center;
  background-color: #14141f;
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}
.bento-tile-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,15,0.15) 0%, rgba(10,10,15,0.55) 50%, rgba(10,10,15,0.92) 100%),
    linear-gradient(135deg, rgba(0,85,254,0.12), transparent 60%);
}

.bento-tile-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 14px;
}
.bento-tile-content-overlay {
  justify-content: flex-end;
}
.bento-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

/* HERO tile */
.bento-hero .bento-brand {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
}
.bento-hero .bento-brand span {
  display: block;
  font-style: italic;
  color: rgba(120,170,254,0.85);
}
.bento-quote {
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.86);
  max-width: 38ch;
  margin: 0;
  font-style: italic;
}
.bento-stats {
  margin-top: auto;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.bento-stats-row { gap: 32px; }
.bento-stats > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bento-stats strong {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 30%, rgba(120,170,254,0.8) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.02em;
}
.bento-stats span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* METRIC tile */
.bento-metric {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  background:
    radial-gradient(80% 70% at 80% 20%, rgba(120,140,255,0.15), transparent 60%),
    rgba(255,255,255,0.03);
  overflow: hidden;
}
.bento-metric-image { padding: 0; }
.bento-metric-content {
  position: relative;
  z-index: 2;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  height: 100%;
}
.bento-metric-glow {
  position: absolute;
  top: -40%;
  right: -30%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(80,140,254,0.25), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  animation: bento-pulse 6s ease-in-out infinite;
}
@keyframes bento-pulse {
  0%, 100% { transform: translate(0,0) scale(1); opacity: 0.7; }
  50%      { transform: translate(-8px,8px) scale(1.1); opacity: 1; }
}
.bento-metric-big {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #ffffff 0%, rgba(80,140,254,0.75) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.bento-metric-big small {
  font-size: 0.55em;
  margin-left: 2px;
}
.bento-metric-sub {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.bento-metric-note {
  margin: 6px 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--text-muted);
}

/* QUOTE tile */
.bento-quote-tile {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
}
.bento-quote-mark {
  font-family: 'Instrument Serif', serif;
  font-size: 5rem;
  line-height: 0.4;
  color: rgba(80,140,254,0.4);
  height: 30px;
}
.bento-quote-tile p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
  font-style: italic;
}
.bento-quote-tile p em {
  font-style: italic;
  background: linear-gradient(180deg, #ffffff 30%, rgba(120,170,254,0.9) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.bento-attribution {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bento-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0055FE 0%, #0055FE 100%);
  flex-shrink: 0;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.12);
}
.bento-attribution strong {
  display: block;
  font-size: 0.88rem;
  color: var(--text);
  font-weight: 500;
}
.bento-attribution span {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

@media (max-width: 1024px) {
  .bento-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; }
  .bento-hero       { grid-column: span 4; grid-row: span 2; }
  .bento-metric     { grid-column: span 2; grid-row: span 2; }
  .bento-image      { grid-column: span 2; grid-row: span 2; }
  .bento-quote-tile { grid-column: span 2; grid-row: span 2; }
  .bento-wide       { grid-column: span 4; grid-row: span 2; }
}
@media (max-width: 640px) {
  .bento-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 14px; }
  .bento-hero, .bento-metric, .bento-image, .bento-quote-tile, .bento-wide {
    grid-column: span 1; grid-row: auto;
    min-height: 280px;
  }
  .bento-tile-content, .bento-metric, .bento-quote-tile { padding: 24px; }
  .bento-stats { gap: 20px; }
  .results-bento { margin-bottom: 48px; }
}

/* Trusted-by partner row */
.results-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.results-partners-label {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.results-partners-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
}
.results-partners-track {
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  animation: results-partners-marquee 60s linear infinite;
}
.results-partners-marquee:hover .results-partners-track { animation-play-state: paused; }
@keyframes results-partners-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.results-partners-track img {
  height: 180px;
  width: 200px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity .3s ease, transform .3s ease;
  flex-shrink: 0;
}
.results-partners-track img:hover {
  opacity: 1;
  transform: translateY(-2px);
}
@media (max-width: 960px) {
  .results-partners-track img { height: 140px; width: 160px; }
}
@media (max-width: 540px) {
  .results-partners-track img { height: 110px; width: 120px; }
}

@media (max-width: 960px) {
  .results-aggregate { grid-template-columns: repeat(2, 1fr); }
  .results-stat-value { font-size: 2.6rem; }
  .results-stat-prefix { font-size: 1.8rem; }
  .result-card { flex-basis: 280px; padding: 24px 22px; }
  .result-metric { font-size: 3.4rem; }
  .result-metric small { font-size: 1.6rem; }
}
@media (max-width: 540px) {
  .results-showcase { padding: 60px 0; }
  .results-aggregate { grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 44px; }
  .result-card { flex-basis: 250px; }
  .results-partners-list { gap: 20px 26px; }
  .results-partners-list span { font-size: 1.15rem; }
}

/* ============== COMPACT TRUSTPILOT BADGE ON MOBILE (after base rules) ============== */
@media (max-width: 640px) {
  .trust-badge { gap: 9px; padding: 9px 13px; border-radius: 12px; }
  .trust-stars { gap: 2px; }
  .trust-star { width: 16px; height: 16px; border-radius: 2px; }
  .trust-star::after { font-size: 11px; }
  .trust-copy { gap: 5px; }
  .trust-rating { font-size: 12px; }
  .trust-line { font-size: 10px; }
}

/* ============== REDUCED MOTION ============== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
