/* ============================================================
   Ashwanth S overrides on top of the SwiftForm template CSS.
   Loaded after the shared webflow stylesheet.
   ============================================================ */

/* Nav logo: never truncate */
.nav-logo,
.nav-logo._02 {
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center;
  padding: 6px 0;
}
.nav-logo-img {
  height: 34px !important;
  width: auto !important;
  max-width: 200px !important;
  object-fit: contain !important;
}

/* Client logo strip: monochrome white to sit on the dark hero */
.partner-img,
.partner-list-wrap img,
.partner-list img {
  filter: grayscale(1) invert(1) brightness(1.05) !important;
  opacity: 0.82;
  transition: opacity 0.25s ease;
  height: 30px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain !important;
}
.partner-img:hover { opacity: 1; }

/* Stat numbers: static values must not clip */
.statistics-number-wrap {
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
}
.statistics-number-wrap .stat-title,
.stat-title {
  overflow: visible !important;
  white-space: nowrap !important;
}

/* Pricing: three tiers on one row, no toggle */
.pricing-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  align-items: stretch;
}
.pricing-list.monthly { display: grid !important; }
.pricing-item,
.pricing-item._02 {
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
}

/* Content feature images: show the whole screenshot, do not crop or overflow */
.content-card-img.global-img,
.content-card-img {
  width: 100% !important;
  height: auto !important;
  max-height: 520px !important;
  object-fit: contain !important;
  object-position: center !important;
  position: relative !important;
  inset: auto !important;
}
.content-card,
.content-card-wrap {
  overflow: hidden !important;
  border-radius: 16px;
}
/* keep buttons clickable, never covered/clipped */
.content .container-fluid,
.content-content { overflow: visible !important; }

@media (max-width: 991px) {
  .pricing-list { grid-template-columns: 1fr !important; max-width: 460px; margin: 0 auto !important; }
}

@media (max-width: 767px) {
  .partner-img, .partner-list img { max-width: 110px !important; height: 24px !important; }
}

/* Case study horizontal scroll (driven by custom GSAP) */
.horizontal-scroll .track-2 { will-change: transform; }
.horizontal-scroll .frame-2 { display: flex !important; flex-wrap: nowrap !important; width: max-content !important; }

/* ===== Round 2 fixes ===== */

/* Client strip: kill the white shadow line, more gap, bigger logos */
.parner-shadow, .shadow-right, .partner-list-wrap .parner-shadow { display: none !important; }
.partner-list { gap: 72px !important; }
.partner-list-wrap { gap: 72px !important; }
.partner-img, .partner-img._01, .partner-img._02, .partner-img._03, .partner-img._04, .partner-img._05 {
  height: 42px !important;
  width: auto !important;
  max-width: 190px !important;
  object-fit: contain !important;
  filter: grayscale(1) invert(1) brightness(1.1) !important;
  opacity: 0.85;
}

/* Pricing: force three across on desktop */
.pricing-body .pricing-list,
.pricing-list.monthly,
.pricing-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

/* FAQ working accordion */
.faq-ans-inject {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  font-size: 16px;
  line-height: 1.6;
  color: #4b4b4b;
  padding: 0 2px;
}
.faqs-tab-list.faq-open .faq-ans-inject { padding-top: 4px; padding-bottom: 16px; }
.faqs-tab-list { cursor: pointer; display: block !important; }
.question-icon.minus { display: none !important; }
.faqs-tab-list.faq-open .question-icon.minus { display: inline-block !important; }
.faqs-tab-list.faq-open .question-icon.plus { display: none !important; }
.faqs-tab-menu { width: 100% !important; }

/* Footer: room so it is not truncated */
.footer-wrapper { padding-bottom: 24px !important; }
.footer .container-fluid { padding-bottom: 28px !important; }
.footer-links-row a:hover { color: #fff !important; }

@media (max-width: 991px) {
  .pricing-body .pricing-list, .pricing-list.monthly, .pricing-list { grid-template-columns: 1fr !important; max-width: 460px; margin: 0 auto !important; }
  .partner-list, .partner-list-wrap { gap: 48px !important; }
}

/* Definitive: three pricing cards across on tablet and up */
@media (min-width: 768px) {
  .pricing-list, .pricing-list.monthly, .pricing-body .pricing-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}

/* ===== Footer polish ===== */
.footer-wrapper { padding-top: 56px !important; padding-bottom: 12px !important; }
.footer .container-fluid { padding-bottom: 24px !important; }
.footer-links-row {
  border-top: 1px solid rgba(255,255,255,.10) !important;
  margin-top: 16px !important;
  padding: 22px 0 !important;
  gap: 28px !important;
  display: flex !important; flex-wrap: wrap; align-items: center;
}
.footer-links-row a { color: rgba(255,255,255,.78) !important; font-size: 15px !important; font-weight: 500 !important; text-decoration: none !important; transition: color .2s ease; }
.footer-links-row a:hover { color: #fff !important; }
.footer-bottom, .footer-bottom.container-full { border-top: 1px solid rgba(255,255,255,.10) !important; padding: 20px 0 24px !important; }
.footer-bottom-inside { display: flex !important; justify-content: space-between !important; align-items: center; gap: 16px; flex-wrap: wrap; }
.nav-copyright, .nav-copyright.tag-regular { color: rgba(255,255,255,.55) !important; font-size: 14px !important; }
.nav-copyright a, .nav-foot-link { color: rgba(255,255,255,.8) !important; text-decoration: none !important; }
.footer-bottom-links { display: flex !important; gap: 20px; }
.footer-bottom-links a { color: rgba(255,255,255,.7) !important; font-size: 14px !important; text-decoration: none !important; }
.footer-bottom-links a:hover { color: #fff !important; }

/* ===== Round 3: hero rebuild, nav wordmark, case grid ===== */
.nav-wordmark { color: #fff; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; white-space: nowrap; }

/* Hero visual: one clean photo card + designed feature/stat cards */
.main-hero-galleries { display: grid !important; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.hero-gallery.hg-main { position: relative; padding: 0 !important; max-width: none !important; border-radius: 20px; overflow: hidden; background: #151515; }
.hg-photo { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: top left; display: block; }
.hg-pill { position: absolute; left: 14px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 40px; }
.hg-pill-a { bottom: 14px; background: #98ffa1; color: #05221a; }
.hg-pill-b { bottom: 56px; background: rgba(15,15,15,.9); color: #fff; }
.hero-gallery-wrap { display: flex; flex-direction: column; gap: 16px; }
.hg-card { border-radius: 20px; padding: 26px; }
.hg-feature { background: #fff; color: #0a0a0a; flex: 1; display: flex; flex-direction: column; }
.hg-feature-title { font-size: 24px; font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 16px; }
.hg-feat-row { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; padding: 5px 0; }
.hg-check { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #0a0a0a; color: #98ffa1; font-size: 12px; flex-shrink: 0; }
.hg-stat { background: #111a17; color: #fff; }
.hg-stat-num { font-size: 42px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.hg-stat-label { color: rgba(255,255,255,.6); margin-top: 6px; font-size: 15px; }
.hg-bars { display: flex; align-items: flex-end; gap: 6px; height: 56px; margin-top: 18px; }
.hg-bars i { flex: 1; background: linear-gradient(#2b3d36, #98ffa1); border-radius: 4px; display: block; }
@media (max-width: 980px) { .main-hero-galleries { grid-template-columns: 1fr; } .hg-photo { min-height: 240px; } }

/* Case studies: clean 3-up grid (removed the scroll-pin that caused whitespace) */
.horizontal-scroll .frame-2 { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; width: auto !important; }
.horizontal-scroll, .team-service-wrapper, .track-2, .camera-2, .horizontal-scroll-content { height: auto !important; min-height: 0 !important; transform: none !important; }
.case-study-thumb-img, .case-study-thumb-img.global-img { width: 100% !important; height: auto !important; object-fit: cover !important; }
@media (max-width: 980px) { .horizontal-scroll .frame-2 { grid-template-columns: 1fr !important; } }

/* ===== Round 4 ===== */
/* Pricing: equal-height cards, CTA buttons aligned on one baseline */
.pricing-item { display: flex !important; flex-direction: column !important; height: 100%; }
.pricing-feature-wrap { flex: 1 1 auto !important; }
.pricing-item-btns { margin-top: auto !important; }

/* Case cards: no leftover thumbnail gap */
.case-study-thumb, .case-study-thumb-img { display: none !important; }
.case-study-item { padding-top: 8px !important; }

/* Content2 feature image: fill cleanly, no letterbox */
.content-card-img.global-img, .content-card-img {
  object-fit: cover !important;
  max-height: 460px !important;
  border-radius: 16px;
}

/* ===== Round 5: fix case-study overlap (normal flow, no pin remnants) ===== */
.horizontal-scroll .horizontal-scroll-content { display: block !important; position: static !important; height: auto !important; }
.horizontal-scroll .content-head { position: static !important; width: auto !important; margin-bottom: 40px !important; transform: none !important; }
.horizontal-scroll .team-service-wrapper { position: static !important; height: auto !important; min-height: 0 !important; overflow: visible !important; transform: none !important; }
.horizontal-scroll .track-2, .horizontal-scroll .camera-2 { position: static !important; height: auto !important; width: auto !important; transform: none !important; }
.horizontal-scroll .frame-2 { position: static !important; display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 20px !important; width: auto !important; }
@media (max-width: 980px){ .horizontal-scroll .frame-2 { grid-template-columns: 1fr !important; } }

/* ============================================================
   Separate pages (case study details, listing, about, contact)
   ============================================================ */
.page-main { display: block; }
.pg-eyebrow { font-family: 'Geist Mono', monospace; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: #16a34a; display: inline-flex; align-items: center; gap: 8px; }
.pg-hero { background: #0a0a0a; color: #fff; padding: 150px 0 60px; }
.pg-hero .pg-eyebrow { color: #98ffa1; }
.pg-hero-center { text-align: center; }
.pg-back { display: inline-block; color: rgba(255,255,255,.6); font-size: 14px; margin-bottom: 22px; text-decoration: none; }
.pg-back:hover { color: #fff; }
.pg-h1 { font-family: 'Aspekta', sans-serif; font-size: 60px; font-weight: 700; line-height: 1.02; letter-spacing: -.02em; margin: 14px 0 0; }
.pg-h2 { font-family: 'Aspekta', sans-serif; font-size: 38px; font-weight: 600; letter-spacing: -.02em; margin: 14px 0 26px; }
.pg-lead { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.66); margin-top: 16px; max-width: 720px; }
.pg-meta { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 34px; }
.pg-meta .pg-meta-k { display: block; font-family: 'Geist Mono', monospace; font-size: 12px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 6px; }
.pg-meta strong { font-weight: 600; font-size: 16px; }
.pg-meta-impact { max-width: 420px; }
.pg-section { padding: 64px 0; background: #fff; color: #0a0a0a; }
.pg-soft { background: #f5f5f4; }
.pg-two { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.pg-body { font-size: 16px; line-height: 1.7; color: #444; margin-top: 14px; }
.pg-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.pg-pill { font-family: 'Geist Mono', monospace; font-size: 12px; padding: 6px 12px; border-radius: 40px; background: #eef0ef; border: 1px solid #e2e5e3; color: #333; }
.pg-results { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pg-results li { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid #e7e7e5; border-radius: 14px; padding: 18px; font-size: 15px; line-height: 1.5; }
.pg-check { color: #16a34a; flex-shrink: 0; font-weight: 700; }
.pg-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pg-shot { margin: 0; border: 1px solid #e7e7e5; border-radius: 14px; overflow: hidden; background: #fff; }
.pg-shot img { width: 100%; display: block; }
/* listing cards */
.pg-cs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pg-cs-card { display: flex; flex-direction: column; gap: 10px; background: #f5f5f4; border: 1px solid #e7e7e5; border-radius: 18px; padding: 28px; text-decoration: none; color: #0a0a0a; transition: transform .25s ease, box-shadow .25s ease; }
.pg-cs-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(0,0,0,.25); }
.pg-cs-cat { font-family: 'Geist Mono', monospace; font-size: 12px; text-transform: uppercase; color: #16a34a; }
.pg-cs-title { font-size: 22px; font-weight: 600; letter-spacing: -.01em; }
.pg-cs-sub { color: #555; font-size: 15px; line-height: 1.5; }
.pg-cs-impact { margin-top: auto; padding-top: 14px; border-top: 1px solid #e2e5e3; font-size: 14px; color: #333; line-height: 1.5; }
.pg-cs-link { color: #16a34a; font-weight: 600; font-size: 15px; margin-top: 8px; }
/* cta band */
.pg-cta { padding: 64px 0; background: #fff; }
.pg-cta-box { background: #0a0a0a; color: #fff; border-radius: 28px; padding: 72px 32px; text-align: center; }
.pg-cta-title { font-family: 'Aspekta', sans-serif; font-size: 40px; font-weight: 700; letter-spacing: -.02em; margin: 14px 0; }
.pg-cta-sub { color: rgba(255,255,255,.66); max-width: 560px; margin: 0 auto 26px; line-height: 1.5; }
.pg-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 40px; font-weight: 600; text-decoration: none; }
.pg-btn-green { background: #98ffa1; color: #05221a; }
.pg-arrow { font-weight: 700; }
@media (max-width: 900px) {
  .pg-h1 { font-size: 40px; }
  .pg-two { grid-template-columns: 1fr; gap: 32px; }
  .pg-results, .pg-gallery, .pg-cs-grid { grid-template-columns: 1fr; }
}

/* ===== Restored feature section (after About) ===== */
.ft-section { padding: 80px 0; background: #fff; }
.ft-head { max-width: 720px; margin-bottom: 44px; }
.ft-h2 { font-family: 'Aspekta', sans-serif; font-size: 40px; font-weight: 600; letter-spacing: -.02em; margin-top: 12px; }
.ft-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 32px 0; }
.ft-row-rev .ft-text { order: 2; }
.ft-h3 { font-family: 'Aspekta', sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -.01em; margin: 12px 0 14px; }
.ft-p { color: #555; line-height: 1.6; font-size: 16px; }
.ft-list { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 12px; }
.ft-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: #222; }
.ft-img { border-radius: 18px; overflow: hidden; border: 1px solid #e7e7e5; background: #f5f5f4; }
.ft-img img { width: 100%; display: block; }
@media (max-width: 900px) { .ft-row { grid-template-columns: 1fr; gap: 24px; } .ft-row-rev .ft-text { order: 0; } }

/* ===== Footer (multi-column, matches reference) ===== */
.ft-foot { background: #0a0a0a; color: #fff; padding: 72px 0 28px; }
.ft-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.ft-brand { font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.ft-foot-tag { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.6; margin-top: 12px; max-width: 300px; }
.ft-socials { display: flex; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.ft-socials a { color: rgba(255,255,255,.75); font-size: 14px; text-decoration: none; }
.ft-socials a:hover { color: #98ffa1; }
.ft-col-h { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.ft-col a { display: block; color: rgba(255,255,255,.75); font-size: 15px; padding: 6px 0; text-decoration: none; }
.ft-col a:hover { color: #fff; }
.ft-news-form { display: flex; gap: 8px; margin-top: 14px; }
.ft-news-form input { flex: 1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 40px; padding: 12px 16px; color: #fff; font-size: 14px; outline: none; }
.ft-news-form button { background: #98ffa1; color: #05221a; border: none; border-radius: 40px; padding: 12px 20px; font-weight: 600; cursor: pointer; }
.ft-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; gap: 16px; flex-wrap: wrap; }
.ft-bottom span { color: rgba(255,255,255,.5); font-size: 14px; }
.ft-bottom-links { display: flex; gap: 22px; }
.ft-bottom-links a { color: rgba(255,255,255,.7); font-size: 14px; text-decoration: none; }
.ft-bottom-links a:hover { color: #fff; }
@media (max-width: 860px) { .ft-foot-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 560px) { .ft-foot-grid { grid-template-columns: 1fr; } }

/* Container for all custom-built sections/pages (template lacks a plain .container) */
.container { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 30px; padding-right: 30px; box-sizing: border-box; }
@media (max-width: 600px) { .container { padding-left: 20px; padding-right: 20px; } }

/* ===== Feature section: uniform slides + CTA ===== */
.ft-rows { display: flex; flex-direction: column; gap: 40px; }
.ft-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ft-row .ft-text { order: 0 !important; }
.ft-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 12px 22px; border-radius: 40px; background: #0a0a0a; color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; transition: transform .2s ease; }
.ft-cta:hover { transform: translateY(-2px); }
@media (max-width: 900px) { .ft-row { grid-template-columns: 1fr; gap: 22px; } .ft-img { order: 0; } }

/* ===== Case section header: View case studies button + spacing ===== */
.case-right-btns { display: flex !important; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.cs-head-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: 40px; background: #0a0a0a; color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; white-space: nowrap; }
.cs-head-btn:hover { background: #000; }
.horizonal-scroll-head { gap: 24px !important; }

/* ===== Scroll reveal (only active once JS adds .reveal-ready) ===== */
.reveal-ready .ft-row, .reveal-ready .pg-cs-card, .reveal-ready .pg-shot, .reveal-ready .pg-results li, .reveal-ready .pg-two > div {
  opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.reveal-ready .ft-row.in-view, .reveal-ready .pg-cs-card.in-view, .reveal-ready .pg-shot.in-view, .reveal-ready .pg-results li.in-view, .reveal-ready .pg-two > div.in-view {
  opacity: 1; transform: none;
}
@media (prefers-reduced-motion: reduce) { .reveal-ready .ft-row, .reveal-ready .pg-cs-card, .reveal-ready .pg-shot, .reveal-ready .pg-results li, .reveal-ready .pg-two > div { opacity: 1 !important; transform: none !important; } }

/* ===== Hero compaction: match template so the "Trusted by" logos show above the fold ===== */
.main-hero.container-full { padding-top: 96px !important; padding-bottom: 44px !important; }
.main-hero .heading-01, .about-top-title.heading-01 { font-size: 58px !important; line-height: 1.02 !important; }
.main-hero-content { gap: 20px !important; }
.about-top-text { max-width: 460px !important; }
/* smaller hero visual */
.hg-photo { min-height: 300px !important; }
.hg-card { padding: 20px !important; }
.hg-feature-title { font-size: 21px !important; margin-bottom: 12px !important; }
.hg-feat-row { font-size: 14px !important; padding: 3px 0 !important; }
.hg-stat-num { font-size: 34px !important; }
.hg-bars { height: 44px !important; margin-top: 12px !important; }
.main-hero-galleries { gap: 14px !important; }
/* partners strip closer */
.partner-list-wrap, .partner-strip { margin-top: 10px !important; }

/* ===== Hero compaction v2 (aggressive, high specificity) ===== */
.main-hero .about-top-title.heading-01 { font-size: 48px !important; line-height: 1.03 !important; letter-spacing: -0.02em !important; }
.main-hero.container-full { padding-top: 82px !important; padding-bottom: 28px !important; }
.main-hero .main-hero-content { gap: 16px !important; }
.main-hero .about-top-text { max-width: 460px !important; }
.main-hero .hero-cta, .main-hero .main-hero-btns { margin-top: 10px !important; }
.main-hero .hg-photo { min-height: 268px !important; }
.main-hero .partner-content-inside { margin-top: 8px !important; padding-top: 10px !important; }
.main-hero .partner-list-text.caption { margin-bottom: 12px !important; }

/* ===== Hero v3: remove redundant metrics, tighten spacing, slim banner ===== */
/* slim top banner */
.navtop { padding-top: 7px !important; padding-bottom: 7px !important; }
.nav-top-text, .nav-top-text a { font-size: 14px !important; }
/* move CTAs up, add clear gap before Trusted-by logos */
.main-hero .main-hero-content { gap: 14px !important; }
.main-hero .hero-cta, .main-hero .main-hero-btns { margin-top: 6px !important; }
.main-hero .partner-content-inside, .main-hero .partner-content-inside._02 { margin-top: 48px !important; padding-top: 0 !important; }
.main-hero .partner-list-text.caption { margin-bottom: 18px !important; }
/* hero visual: single clean image + feature card that fills the column */
.main-hero .hero-gallery-wrap { display: flex !important; }
.main-hero .hg-feature { flex: 1 1 auto !important; height: 100% !important; justify-content: center; }
.main-hero .hg-main { min-height: 320px; }
.main-hero .hg-photo { height: 100% !important; min-height: 320px !important; }
/* kill big white gap: reduce first white section top padding */
.about.container-full { padding-top: 56px !important; }

/* ===== Hero fills the viewport; Trusted-by pinned to bottom (no white gap) ===== */
.main-hero.container-full { min-height: calc(100vh - 34px) !important; box-sizing: border-box; display: flex !important; flex-direction: column; }
.main-hero .container-fluid { width: 100%; display: flex; flex-direction: column; flex: 1 1 auto; }
.main-hero .main-hero-content { display: flex !important; flex-direction: column; flex: 1 1 auto; }
.main-hero .partner-content-inside, .main-hero .partner-content-inside._02 { margin-top: auto !important; padding-top: 24px !important; }

/* ===== Fix: restore container padding, fill viewport via inner content only ===== */
.main-hero.container-full { display: block !important; min-height: calc(100vh - 34px) !important; box-sizing: border-box; }
.main-hero .container-fluid { display: block !important; width: auto !important; flex: none !important; }
.main-hero .main-hero-content { display: flex !important; flex-direction: column; min-height: calc(100vh - 150px) !important; flex: none !important; }
.main-hero .main-hero-top { flex: 0 0 auto; }
.main-hero .partner-content-inside, .main-hero .partner-content-inside._02 { margin-top: auto !important; padding-top: 24px !important; }

/* ===== FIX centering (restore template flex-center) + fill viewport, partners bottom ===== */
.main-hero.container-full {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  min-height: calc(100vh - 34px) !important;
}
.main-hero .container-fluid {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.main-hero .main-hero-content { display: flex !important; flex-direction: column !important; flex: 1 1 auto !important; }
.main-hero .main-hero-top { flex: 0 0 auto !important; }
.main-hero .partner-content-inside, .main-hero .partner-content-inside._02 { margin-top: auto !important; padding-top: 24px !important; }
@media (max-width: 640px){ .main-hero .container-fluid { margin-left: 20px !important; margin-right: 20px !important; } }

/* ===== FIX v2: bulletproof centering via margin auto + fill viewport ===== */
.main-hero.container-full { display: block !important; justify-content: initial !important; align-items: initial !important; min-height: calc(100vh - 34px) !important; }
.main-hero .container-fluid {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: calc(100vh - 34px) !important;
}
.main-hero .main-hero-content { display: flex !important; flex-direction: column !important; flex: 1 1 auto !important; }
.main-hero .main-hero-top { flex: 0 0 auto !important; }
.main-hero .partner-content-inside, .main-hero .partner-content-inside._02 { margin-top: auto !important; padding-top: 24px !important; }
@media (max-width: 640px){ .main-hero .container-fluid { padding-left: 20px !important; padding-right: 20px !important; } }

/* ===== FIX v3: centered, normal flow, dark fills viewport (no white gap, no mid gap) ===== */
.main-hero.container-full { display: block !important; min-height: calc(100vh - 34px) !important; }
.main-hero .container-fluid {
  display: block !important; min-height: auto !important;
  max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important;
  padding-left: 30px !important; padding-right: 30px !important; width: 100% !important; box-sizing: border-box !important;
}
.main-hero .main-hero-content { display: block !important; min-height: auto !important; }
.main-hero .main-hero-top { flex: none !important; }
.main-hero .partner-content-inside, .main-hero .partner-content-inside._02 { margin-top: 52px !important; padding-top: 0 !important; }
/* taller hero visual so content fills the viewport naturally */
.main-hero .hg-main { min-height: 400px !important; }
.main-hero .hg-photo { min-height: 400px !important; height: 100% !important; }
.main-hero .main-hero-top { padding-top: 8px !important; }

/* ===== Hero v4: H1 headline, two boxes, white checks, spacing ===== */
/* bigger bold H1 headline */
.main-hero .about-top-title.heading-01 { font-size: 60px !important; font-weight: 700 !important; line-height: 1.02 !important; letter-spacing: -0.025em !important; }
/* buttons closer to description */
.main-hero .main-hero-btns, .main-hero .hero-cta { margin-top: 18px !important; }
.main-hero .main-hero-content { gap: 18px !important; }
/* trusted-by label closer to logos */
.main-hero .partner-list-text.caption { margin-bottom: 6px !important; }
/* two-box hero visual */
.main-hero .hero-gallery-wrap { display: flex !important; flex-direction: column !important; gap: 14px !important; }
.main-hero .hg-feature { background: #fff !important; color: #0a0a0a !important; border-radius: 20px !important; padding: 26px !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; flex: 1 1 auto !important; min-height: 240px; }
.main-hero .hg-feature-title { font-size: 24px !important; font-weight: 700 !important; letter-spacing: -0.02em !important; margin: 0 !important; }
.main-hero .hg-feature-list { display: flex; flex-direction: column; gap: 12px; }
.main-hero .hg-feat-row { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: #0a0a0a; }
/* white checkmark on dark circle (match template) */
.main-hero .hg-check { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #0a0a0a !important; color: #fff !important; font-size: 12px; flex-shrink: 0; }
/* dark stat card with graph */
.main-hero .hg-stat { background: #111a17 !important; color: #fff !important; border-radius: 20px !important; padding: 22px !important; }
.main-hero .hg-stat-num { font-size: 34px !important; font-weight: 700 !important; letter-spacing: -0.03em; line-height: 1; }
.main-hero .hg-stat-label { color: rgba(255,255,255,.6) !important; margin-top: 6px; font-size: 14px; }
.main-hero .hg-bars { display: flex; align-items: flex-end; gap: 6px; height: 46px; margin-top: 14px; }
.main-hero .hg-bars i { flex: 1; background: linear-gradient(#2b3d36, #98ffa1); border-radius: 4px; display: block; }

/* ===== Hero v5: 75/25 box ratio, heading top, points grouped bottom ===== */
.main-hero .main-hero-galleries { align-items: stretch !important; }
.main-hero .hero-gallery-wrap { display: flex !important; flex-direction: column !important; gap: 14px !important; height: 100%; }
.main-hero .hg-feature { flex: 3 1 0 !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; min-height: 0 !important; }
.main-hero .hg-feature-title { font-size: 26px !important; font-weight: 700 !important; line-height: 1.1 !important; }
.main-hero .hg-feature-list { display: flex !important; flex-direction: column !important; gap: 12px !important; margin-top: 0 !important; }
.main-hero .hg-stat { flex: 1 1 0 !important; display: flex !important; flex-direction: column !important; justify-content: center !important; min-height: 0 !important; }
.main-hero .hg-stat .hg-bars { height: 36px !important; margin-top: 10px !important; }

/* ===== Hero v6: heading top / points grouped bottom, dark card horizontal graph ===== */
.main-hero .hg-feature { justify-content: space-between !important; }
.main-hero .hg-feature-list { gap: 14px !important; margin-top: auto !important; }
.main-hero .hg-feat-row { line-height: 1.2 !important; }
/* dark stat card: number+label left, graph right (horizontal, always visible) */
.main-hero .hg-stat { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 16px !important; padding: 22px 24px !important; }
.main-hero .hg-stat-left { display: flex; flex-direction: column; }
.main-hero .hg-stat-num { font-size: 32px !important; font-weight: 700 !important; line-height: 1; }
.main-hero .hg-stat-label { color: rgba(255,255,255,.6) !important; margin-top: 6px; font-size: 14px; }
.main-hero .hg-stat .hg-bars { height: 48px !important; width: 120px !important; margin-top: 0 !important; flex: 0 0 auto; }

/* ===== Hero v7: widen visual, unbold heading, group points, tidy graph ===== */
/* widen the hero visual (template caps at 542px, too narrow) */
.main-hero .main-hero-galleries { max-width: 680px !important; width: 100% !important; }
/* white card heading: unbold like template "Formation & Growth" */
.main-hero .hg-feature-title { font-weight: 500 !important; font-size: 30px !important; line-height: 1.12 !important; letter-spacing: -0.01em !important; }
/* points grouped tightly at the bottom, big space from heading */
.main-hero .hg-feature { justify-content: space-between !important; }
.main-hero .hg-feature-list { display: flex !important; flex-direction: column !important; gap: 12px !important; margin-top: auto !important; }
.main-hero .hg-feat-row { padding: 0 !important; margin: 0 !important; font-size: 15px !important; }
/* dark card: number left, clean graph right (resemble template 12K+ card) */
.main-hero .hg-stat { padding: 20px 22px !important; }
.main-hero .hg-stat-num { font-size: 28px !important; font-weight: 700 !important; }
.main-hero .hg-stat-label { font-size: 13px !important; max-width: 130px; }
.main-hero .hg-stat .hg-bars { width: 108px !important; height: 42px !important; gap: 5px !important; }

/* ===== Hero v8: wider visual + graph contained in dark card ===== */
.main-hero .main-hero-galleries { max-width: 720px !important; }
.main-hero .hg-stat { overflow: hidden !important; gap: 12px !important; }
.main-hero .hg-stat-left { flex: 1 1 auto !important; min-width: 0 !important; }
.main-hero .hg-stat-num { font-size: 26px !important; white-space: nowrap; }
.main-hero .hg-stat-label { font-size: 13px !important; white-space: nowrap; max-width: none !important; }
.main-hero .hg-stat .hg-bars { flex: 0 0 auto !important; width: 96px !important; height: 40px !important; }

/* ===== Hero v9: +20% width ===== */
.main-hero .main-hero-galleries { max-width: 864px !important; }

/* ===== Nav: keep all items on one line ===== */
.navbar-wrap .navitem-toggle { display: flex !important; flex-wrap: nowrap !important; align-items: center; gap: 28px; white-space: nowrap; }
.navbar-wrap .nav-items-wrap { white-space: nowrap; }

/* ===== Contact page ===== */
.pg-contact-actions { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pg-btn-dark { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.14); }
.pg-btn-dark:hover { background: rgba(255,255,255,.14); }
.pg-contact-socials { margin-top: 20px; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }
.pg-contact-socials a { color: rgba(255,255,255,.7); font-size: 15px; text-decoration: none; }
.pg-contact-socials a:hover { color: #98ffa1; }
.pg-cal-embed { border: 1px solid #e7e7e5; border-radius: 18px; overflow: hidden; max-width: 900px; margin: 24px auto 0; }

/* ===== Hero: use provided stat-card image for the bottom box ===== */
.main-hero .hg-stat-img { flex: 1 1 0 !important; padding: 0 !important; border-radius: 20px !important; overflow: hidden !important; background: #0a0a0a; min-height: 0 !important; }
.main-hero .hg-stat-img img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }

/* ===== Hero: both boxes as provided images, natural height ===== */
.main-hero .hero-gallery-wrap { display: flex !important; flex-direction: column !important; gap: 14px !important; height: auto !important; }
.main-hero .hg-feature-img, .main-hero .hg-stat-img { flex: 0 0 auto !important; padding: 0 !important; border-radius: 20px !important; overflow: hidden !important; background: transparent !important; min-height: 0 !important; }
.main-hero .hg-feature-img img, .main-hero .hg-stat-img img { width: 100% !important; height: auto !important; display: block !important; object-fit: contain !important; }
.main-hero .hg-main { min-height: 0 !important; }
.main-hero .hg-photo { height: 100% !important; min-height: 0 !important; object-fit: cover !important; }

/* ===== Case cards: room for title+desc, button below (no overlap) ===== */
.horizontal-scroll .case-study-item { min-height: 320px !important; }
.horizontal-scroll .case-study-body { justify-content: flex-start !important; }
.horizontal-scroll .case-item-desc { color: #4b5b57; font-size: 15px; line-height: 1.5; margin: 10px 0 0; max-width: 92%; }
.horizontal-scroll .secondary-btn._02 { margin-top: 28px !important; }

/* ===== Case study detail: tighter hero, category pill top-right, snapshots ===== */
.cs-hero { padding-top: 116px !important; padding-bottom: 48px !important; }
.cs-hero-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.cs-hero-top .pg-back { margin-bottom: 0 !important; }
.cs-cat-pill { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: #05221a; background: #98ffa1; padding: 7px 15px; border-radius: 40px; white-space: nowrap; }
.pg-shot-cap { padding: 12px 14px; font-family: 'Geist Mono', monospace; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; color: #6b6b6b; }

/* ============================================================
   Case study detail v2: centered header + hero image + single column, black accents
   ============================================================ */
.cs-hero2 { background: #0a0a0a; color: #fff; padding: 118px 0 0; text-align: center; }
.cs-hero2-center { max-width: 820px; margin: 0 auto; }
.cs-back { display: inline-block; color: rgba(255,255,255,.55); font-size: 14px; text-decoration: none; margin-bottom: 22px; }
.cs-back:hover { color: #fff; }
.cs-badge { display: inline-block; font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 6px 14px; border-radius: 40px; }
.cs-title { font-family: 'Aspekta', sans-serif; font-size: 52px; font-weight: 700; line-height: 1.05; letter-spacing: -.02em; margin: 18px 0 0; }
.cs-sub { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.62); margin: 16px auto 0; max-width: 640px; }
.cs-hero-img-wrap { margin-top: 44px; }
.cs-hero-img { max-width: 980px; margin: 0 auto; border-radius: 18px 18px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-bottom: none; background: #111; }
.cs-hero-img img { width: 100%; display: block; }
/* body: single column, left aligned, black accents */
.cs-body { background: #fff; color: #0a0a0a; padding: 60px 0 72px; }
.cs-narrow { max-width: 820px; margin: 0 auto; }
.cs-meta2 { display: flex; gap: 48px; flex-wrap: wrap; padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid #e7e7e5; }
.cs-meta2 span { display: block; font-family: 'Geist Mono', monospace; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: #999; margin-bottom: 6px; }
.cs-meta2 > div { font-weight: 600; font-size: 16px; }
.cs-h2 { font-family: 'Aspekta', sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -.015em; margin: 40px 0 14px; color: #0a0a0a; }
.cs-body > .cs-narrow > .cs-reveal:first-of-type .cs-h2, .cs-narrow > .cs-reveal:nth-child(2) .cs-h2 { margin-top: 0; }
.cs-p { font-size: 16px; line-height: 1.75; color: #3f3f3f; }
.cs-results { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 12px; }
.cs-results li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: #1a1a1a; }
.cs-results .pg-check { background: #0a0a0a !important; color: #fff !important; }
.cs-snaps { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 16px; }
.cs-snap-item { margin: 0; border: 1px solid #e7e7e5; border-radius: 14px; overflow: hidden; background: #fff; }
.cs-snap-item img { width: 100%; display: block; }
.cs-snap-item .pg-shot-cap { color: #777; }
@media (max-width: 820px) { .cs-title { font-size: 36px; } .cs-snaps { grid-template-columns: 1fr; } .cs-meta2 { gap: 28px; } }

/* ===== Case detail fixes: back left / badge right, contained hero img, stacked snapshots ===== */
.cs-hero2-bar { display: flex !important; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.cs-hero2-bar .cs-back { margin-bottom: 0 !important; }
/* hero image: show the top, fixed height, no bleed into text */
.cs-hero-img { max-width: 980px; margin: 0 auto; height: 430px; border-radius: 18px 18px 0 0; overflow: hidden; }
.cs-hero-img img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: top center !important; display: block; }
/* snapshots stacked one below the other */
.cs-snaps { grid-template-columns: 1fr !important; gap: 18px !important; }

/* ===== Case detail v3: 50/50 floating hero image + snapshot captions ===== */
.cs-hero2 { padding-bottom: 0 !important; }
.cs-hero-img-wrap { margin-top: 46px !important; }
.cs-hero-img { max-width: 940px !important; margin: 0 auto -250px !important; height: 500px !important; border-radius: 16px !important; overflow: hidden !important; box-shadow: 0 40px 90px -40px rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.1) !important; position: relative; z-index: 3; }
.cs-hero-img img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: top center !important; display: block; }
.cs-body { padding-top: 290px !important; }
/* snapshot caption: title + one-line description */
.cs-snap-item .pg-shot-cap { padding: 16px 18px; display: block; }
.cs-snap-title { display: block; font-family: 'Aspekta', sans-serif; font-size: 17px; font-weight: 600; color: #0a0a0a; text-transform: none; letter-spacing: 0; margin-bottom: 4px; }
.cs-snap-cap { display: block; font-family: 'Aspekta', sans-serif; font-size: 14px; line-height: 1.5; color: #666; text-transform: none; letter-spacing: 0; }
@media (max-width: 820px) { .cs-hero-img { height: 320px !important; margin-bottom: -160px !important; } .cs-body { padding-top: 200px !important; } }

/* ===== Case detail v4: content matches image width, bigger meta, borderless snaps ===== */
.cs-body .cs-narrow { max-width: 940px !important; }
.cs-meta2 { gap: 64px !important; }
.cs-meta2 span { font-size: 13px !important; letter-spacing: .05em !important; color: #8a8a8a !important; margin-bottom: 8px !important; }
.cs-meta2 > div { font-size: 20px !important; font-weight: 600 !important; }
/* snapshots: clean, no black border */
.cs-snap-item { border: none !important; background: transparent !important; border-radius: 14px !important; overflow: hidden !important; }
.cs-snap-item img { border-radius: 14px !important; }
.cs-snap-item .pg-shot-cap { padding: 14px 2px 4px !important; }

/* ===== Case detail v5: numbered snapshots + light image border ===== */
.cs-snap-item img { border: 1px solid #e5e5e3 !important; border-radius: 14px !important; }
.cs-snap-head { display: flex; align-items: center; gap: 11px; margin-bottom: 5px; }
.cs-snap-num { font-family: 'Geist Mono', monospace; font-size: 12px; font-weight: 600; color: #0a0a0a; background: #f0f0ee; border-radius: 7px; padding: 3px 9px; flex: 0 0 auto; }
.cs-snap-item .cs-snap-title { margin-bottom: 0 !important; }

/* ===== Case detail v6: snapshot caption ABOVE the image ===== */
.cs-snap-item { display: flex !important; flex-direction: column !important; }
.cs-snap-item .pg-shot-cap { padding: 0 0 12px !important; order: 0; }
.cs-snap-item img { order: 1; }

/* ===== Case detail v7: snapshot description left-aligned, tight under title ===== */
.cs-snap-item .pg-shot-cap, .cs-snap-item .cs-snap-head, .cs-snap-item .cs-snap-cap { text-align: left !important; }
.cs-snap-item .cs-snap-head { margin-bottom: 6px !important; }
.cs-snap-item .cs-snap-cap { display: block !important; margin: 0 !important; padding: 0 !important; max-width: 760px; }

/* ===== Case detail v8: tighter top gap, unbold title ===== */
.cs-hero2 { padding-top: 30px !important; }
.cs-title { font-weight: 500 !important; }

/* ============================================================
   Case studies LISTING: hero + sliding logos + rich clickable cards
   ============================================================ */
.cs-l-hero { background: #0a0a0a; color: #fff; padding: 70px 0 54px; }
.cs-l-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.cs-l-badge { display: inline-flex; align-items: center; gap: 8px; font-family: 'Geist Mono', monospace; font-size: 13px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); padding: 7px 15px; border-radius: 40px; }
.cs-l-star { color: #98ffa1; }
.cs-l-h1 { font-family: 'Aspekta', sans-serif; font-size: 60px; font-weight: 700; line-height: 1.03; letter-spacing: -.025em; margin: 20px 0 0; }
.cs-l-lead { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.62); margin: 18px 0 0; max-width: 520px; }
.cs-l-stats { display: flex; gap: 20px; margin-top: 30px; }
.cs-l-stat { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 16px 22px; }
.cs-l-stat strong { display: block; font-size: 26px; font-weight: 700; letter-spacing: -.02em; }
.cs-l-stat span { display: block; color: rgba(255,255,255,.55); font-size: 13px; margin-top: 4px; }
.cs-l-hero-media { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 40px 90px -40px rgba(0,0,0,.7); }
.cs-l-hero-media img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; object-position: top; }
/* sliding logos */
.cs-l-marquee-label { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: .12em; color: rgba(255,255,255,.45); margin: 48px 0 18px; }
.cs-l-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.cs-l-marquee-track { display: flex; align-items: center; gap: 68px; width: max-content; animation: cs-marquee 26s linear infinite; }
.cs-l-marquee-track img { height: 30px; width: auto; object-fit: contain; opacity: .6; filter: grayscale(1) brightness(0) invert(1); }
@keyframes cs-marquee { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }
/* card list */
.cs-l-list { background: #fff; padding: 64px 0 76px; }
.cs-l-card { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; background: #f6f6f4; border: 1px solid #ececea; border-radius: 22px; padding: 22px; margin-bottom: 26px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.cs-l-card:hover { transform: translateY(-4px); box-shadow: 0 34px 66px -34px rgba(0,0,0,.28); }
.cs-l-cover { position: absolute; inset: 0; z-index: 1; }
.cs-l-media { border-radius: 15px; overflow: hidden; }
.cs-l-flip .cs-l-media { order: 2; }
.cs-l-media img { width: 100%; display: block; aspect-ratio: 16/11; object-fit: cover; object-position: top; }
.cs-l-body { position: relative; z-index: 0; padding: 6px 14px; }
.cs-l-industry { font-family: 'Geist Mono', monospace; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: #7a7a7a; }
.cs-l-title { font-family: 'Aspekta', sans-serif; font-size: 28px; font-weight: 600; line-height: 1.12; letter-spacing: -.02em; color: #0a0a0a; margin: 10px 0 0; }
.cs-l-sub { font-size: 15px; line-height: 1.55; color: #5a5a5a; margin: 10px 0 0; }
.cs-l-kpis { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 9px; }
.cs-l-kpis li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; color: #1a1a1a; }
.cs-l-check { display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px; border-radius: 50%; background: #0a0a0a; color: #fff; font-size: 11px; flex: 0 0 auto; margin-top: 1px; }
.cs-l-btn { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; background: #98ffa1; color: #05221a; font-weight: 600; font-size: 15px; padding: 11px 20px; border-radius: 40px; text-decoration: none; transition: background .2s ease; }
.cs-l-btn:hover { background: #7df08a; }
@media (max-width: 900px) {
  .cs-l-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .cs-l-h1 { font-size: 40px; }
  .cs-l-card { grid-template-columns: 1fr; gap: 18px; }
  .cs-l-flip .cs-l-media { order: 0; }
}

/* ============================================================
   Case studies listing v2: one CTA, visible logo chips, uniform cards, animations
   ============================================================ */
/* reveal state (ensure cards fade up on scroll) */
.reveal-ready .cs-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.cs-reveal.in-view { opacity: 1 !important; transform: none !important; }

/* hero: one green CTA, no stat cards */
.cs-l-stats { display: none !important; }
.cs-l-hero-btn { position: relative; display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; background: #98ffa1; color: #05221a; font-weight: 600; font-size: 16px; padding: 7px 8px 7px 22px; border-radius: 40px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.cs-l-hero-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(152,255,161,.5); }
.cs-l-hero-btn .cs-l-btn-ico { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #0a0a0a; color: #98ffa1; font-size: 17px; transition: transform .25s ease; }
.cs-l-hero-btn:hover .cs-l-btn-ico { transform: translateX(3px); }

/* logo slider: bounded to half, chips so every logo is visible */
.cs-l-partners { max-width: 470px; margin-top: 44px; }
.cs-l-marquee { 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); }
.cs-l-marquee-track { display: flex; align-items: center; gap: 14px; width: max-content; animation: cs-marquee 20s linear infinite; }
.cs-l-logo { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; height: 46px; padding: 0 18px; background: #fff; border-radius: 11px; }
.cs-l-logo img { height: 22px; width: auto; max-width: 120px; object-fit: contain; display: block; filter: none !important; opacity: 1 !important; }
@keyframes cs-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* "Case Studies" pill above the list */
.cs-l-pill { display: inline-block; font-family: 'Geist Mono', monospace; font-size: 13px; color: #0a0a0a; background: #eef1ee; border: 1px solid #e0e4e0; padding: 7px 16px; border-radius: 40px; margin-bottom: 30px; }

/* cards: image ALWAYS left (no zigzag), soft-green bg */
.cs-l-card { background: #e8f0ea !important; border: 1px solid #dbe6de !important; }
.cs-l-media { order: 0 !important; }
.cs-l-body { order: 1 !important; }
/* card button: dark pill + green arrow, hover animation */
.cs-l-btn { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; background: #0a0a0a; color: #fff; font-weight: 600; font-size: 15px; padding: 6px 7px 6px 20px; border-radius: 40px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.cs-l-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(0,0,0,.45); }
.cs-l-btn .cs-l-btn-ico { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #98ffa1; color: #05221a; font-size: 16px; transition: transform .25s ease; }
.cs-l-btn:hover .cs-l-btn-ico { transform: translateX(3px); }

/* ===== Listing v3: green badge + monochrome white logos (no white boxes) ===== */
.cs-l-badge { background: #98ffa1 !important; color: #05221a !important; border: none !important; font-weight: 600; }
.cs-l-badge .cs-l-star { color: #05221a !important; }
.cs-l-logo { background: transparent !important; padding: 0 !important; height: auto !important; border-radius: 0 !important; }
.cs-l-logo img { filter: grayscale(1) brightness(0) invert(1) !important; opacity: .62 !important; height: 26px !important; max-width: 140px !important; }
.cs-l-marquee-track { gap: 58px !important; }

/* ===== Branded placeholder for image-less case studies (no random photos) ===== */
.cs-l-media-ph, .cs-hero-ph {
  display: flex !important; flex-direction: column; align-items: flex-start; justify-content: flex-end;
  gap: 8px; padding: 26px !important;
  background: radial-gradient(120% 120% at 15% 0%, #17352b 0%, #0a0a0a 62%) !important;
  border: 1px solid rgba(152,255,161,.14) !important;
}
.cs-l-media-ph { aspect-ratio: 16/11; border-radius: 15px !important; overflow: hidden; }
.cs-hero-ph { align-items: flex-start; }
.cs-ph-cat { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #98ffa1; }
.cs-ph-title { font-family: 'Aspekta', sans-serif; font-size: 22px; font-weight: 600; line-height: 1.15; letter-spacing: -.01em; color: #fff; max-width: 90%; }
.cs-hero-ph .cs-ph-title { font-size: 30px; }

/* ===== Homepage partner logos: reuse clean marquee, contain to its column ===== */
.main-hero .partner-list-wrap { display: block !important; width: 100% !important; }
.main-hero .partner-content-inside .cs-l-marquee-track { gap: 44px !important; animation-duration: 24s; }
.main-hero .partner-content-inside .cs-l-logo img { height: 24px !important; }

/* ===== Case studies hero: fill viewport (black until scroll) + badge matches homepage ===== */
.cs-l-hero { min-height: calc(100vh - 34px) !important; display: flex !important; align-items: center !important; padding-top: 40px !important; padding-bottom: 40px !important; }
.cs-l-hero > .container { width: 100%; }
.cs-l-badge { background: #0a0a0a !important; color: #fff !important; border: none !important; border-radius: 50px !important; padding: 8px 16px 8px 12px !important; display: inline-flex !important; align-items: center; gap: 8px; font-weight: 600; }
.cs-l-star-img { width: 18px; height: 18px; display: inline-block; }

/* ============================================================
   Listing v4: left-gutter "Case Studies" + narrower card column (~60%) + hover-expand button
   ============================================================ */
.cs-l-list-grid { display: grid !important; grid-template-columns: 1fr 1.7fr; gap: 48px; align-items: start; }
.cs-l-list-aside { position: sticky; top: 110px; }
.cs-l-list-aside .cs-l-pill { margin-bottom: 0; }
.cs-l-list-main .cs-l-card { margin-bottom: 26px; }
/* card button: collapsed arrow by default, expands to "Book a call" on CARD hover */
.cs-l-btn { display: inline-flex !important; align-items: center; gap: 0 !important; background: #0a0a0a !important; color: #fff !important; border-radius: 40px !important; padding: 7px !important; margin-top: 20px; text-decoration: none; overflow: hidden; position: relative; z-index: 2; transition: box-shadow .25s ease; }
.cs-l-btn:hover { transform: none !important; box-shadow: 0 12px 26px -12px rgba(0,0,0,.5); }
.cs-l-btn .cs-l-btn-txt { max-width: 0; opacity: 0; white-space: nowrap; overflow: hidden; font-weight: 600; font-size: 15px; margin: 0; transition: max-width .35s ease, opacity .25s ease, margin .35s ease; }
.cs-l-btn .cs-l-btn-ico { width: 38px; height: 38px; border-radius: 50%; background: #98ffa1; color: #05221a; display: inline-flex; align-items: center; justify-content: center; font-size: 17px; flex: 0 0 auto; transition: transform .25s ease; }
.cs-l-card:hover .cs-l-btn .cs-l-btn-txt { max-width: 140px; opacity: 1; margin: 0 6px 0 16px; }
.cs-l-card:hover .cs-l-btn .cs-l-btn-ico { transform: translateX(2px); }
@media (max-width: 900px) { .cs-l-list-grid { grid-template-columns: 1fr !important; gap: 20px; } .cs-l-list-aside { position: static; } }

/* ============================================================
   Listing v5: exact swiftform case-study layout (aside + 1000px collection, 480x396 image)
   ============================================================ */
.cs-l-content { display: flex !important; justify-content: space-between; gap: 56px; align-items: flex-start; }
.cs-l-aside { flex: 0 0 auto; position: sticky; top: 110px; }
.cs-l-aside .cs-l-pill { margin: 0 !important; }
.cs-l-collection { flex: 0 1 1000px; width: 100%; max-width: 1000px; display: flex; flex-direction: column; gap: 24px; }
/* card = flex row: big image + content */
.cs-l-card { display: flex !important; flex-direction: row !important; grid-template-columns: none !important; gap: 24px !important; padding: 8px !important; margin: 0 !important; align-items: stretch; background: #e8f0ea !important; border: 1px solid #dbe6de !important; border-radius: 22px !important; position: relative; }
.cs-l-media, .cs-l-media-ph { flex: 0 0 480px !important; width: 480px !important; height: 396px !important; aspect-ratio: auto !important; border-radius: 16px !important; overflow: hidden !important; order: 0 !important; }
.cs-l-media img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: top center; display: block; }
.cs-l-body { flex: 1 1 auto !important; max-width: 480px; padding: 24px !important; display: flex !important; flex-direction: column; justify-content: space-between; order: 1 !important; }
.cs-l-top { display: flex; flex-direction: column; }
.cs-l-title { font-size: 30px !important; margin-top: 8px !important; }
.cs-l-sub { margin: 12px 0 0 !important; }
.cs-l-kpis { margin-top: 18px !important; }
/* responsive */
@media (max-width: 1060px) {
  .cs-l-content { flex-direction: column; gap: 24px; }
  .cs-l-aside { position: static; }
  .cs-l-collection { max-width: none; flex: 1 1 auto; }
}
@media (max-width: 720px) {
  .cs-l-card { flex-direction: column !important; }
  .cs-l-media, .cs-l-media-ph { flex: none !important; width: 100% !important; height: 240px !important; }
  .cs-l-body { max-width: none; }
}

/* ============================================================
   Fixes v41: hero top-align, small expand button, tighter card, homepage badge on listing
   ============================================================ */
/* 2. remove big gap between navbar and hero content: align content to TOP */
.cs-l-hero { align-items: flex-start !important; padding-top: 26px !important; padding-bottom: 26px !important; }
.cs-l-hero > .container { width: 100%; }

/* 1. badge already uses homepage .about-head-batch (shared CSS). Just spacing in listing hero */
.cs-l-hero .about-head-batch { margin-bottom: 22px; }

/* 5. tighter card: shorter image, less empty green space */
.cs-l-media, .cs-l-media-ph { height: 340px !important; }
.cs-l-body { padding: 20px !important; }
.cs-l-title { font-size: 27px !important; }
.cs-l-kpis { margin-top: 14px !important; gap: 8px !important; }
.cs-l-kpis li { font-size: 13.5px !important; }

/* 4. small button: dark circle by default, expands to "Book a call" on card hover */
.cs-l-btn { display: inline-flex !important; align-items: center; gap: 0 !important; background: #0a0a0a !important; border-radius: 40px !important; padding: 0 !important; margin-top: 16px !important; overflow: hidden; text-decoration: none; position: relative; z-index: 2; transition: padding .3s ease; }
.cs-l-btn:hover { transform: none !important; box-shadow: none !important; }
.cs-l-btn .cs-l-btn-txt { max-width: 0; opacity: 0; white-space: nowrap; overflow: hidden; color: #fff !important; font-weight: 600; font-size: 14px; margin: 0; transition: max-width .3s ease, opacity .25s ease, margin .3s ease; }
.cs-l-btn .cs-l-btn-ico { width: 46px !important; height: 46px !important; border-radius: 50% !important; background: #0a0a0a !important; color: #fff !important; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; flex: 0 0 auto; transition: background .25s ease, color .25s ease; }
.cs-l-card:hover .cs-l-btn { padding-left: 20px !important; }
.cs-l-card:hover .cs-l-btn .cs-l-btn-txt { max-width: 120px; opacity: 1; margin-right: 8px; }
.cs-l-card:hover .cs-l-btn .cs-l-btn-ico { background: #98ffa1 !important; color: #05221a !important; }

/* ===== Fix v42: badge + button hug their content (stop full-width stretch) ===== */
.cs-l-hero .about-head-batch { width: -moz-fit-content !important; width: fit-content !important; max-width: 100%; align-self: flex-start !important; }
.cs-l-body .cs-l-btn { align-self: flex-start !important; width: -moz-fit-content !important; width: fit-content !important; }

/* ===== Fix v43: shift hero content ~10% lower (Trusted by + image) ===== */
.cs-l-hero { padding-top: 96px !important; }

/* ===== Fix v44: nav Contact no clip + social icon logos (contact + footer) ===== */
.navbar-wrap .navitem-toggle, .navbar-wrap .navitem-toggle.w-dropdown-toggle { padding: 0 !important; overflow: visible !important; width: auto !important; max-width: none !important; }
.navbar-wrap .navitem-toggle::after, .navbar-wrap .navitem-toggle::before { display: none !important; content: none !important; }
.navbar-wrap .nav-items-wrap, .navbar-wrap .nav-item-inside, .navbar-wrap .nav-item { overflow: visible !important; white-space: nowrap !important; }
/* social icon buttons */
.pg-social-icons { display: flex; gap: 14px; justify-content: center; margin-top: 24px; }
.footer-wrapper .pg-social-icon, .pg-social-icons .pg-social-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: #fff; transition: background .2s ease, transform .2s ease, border-color .2s ease; }
.pg-social-icon:hover { background: #98ffa1; border-color: #98ffa1; color: #05221a; transform: translateY(-2px); }
.pg-social-icon svg { width: 19px; height: 19px; fill: currentColor; display: block; }
.footer-wrapper .pg-social-icon { width: 40px; height: 40px; }
.footer-wrapper .pg-social-icon svg { width: 17px; height: 17px; }

/* ===== Fix v45: restore nav hover-clip (stop duplicated labels) ===== */
.navbar-wrap .nav-item-inside { overflow: hidden !important; }

/* ===== Fix v46: contact hero (kill nav gap, bigger heading) ===== */
.pg-hero-center { padding-top: 60px !important; padding-bottom: 56px !important; }
.pg-hero-center .pg-eyebrow { font-size: 20px !important; letter-spacing: .05em !important; }
.pg-hero-center .pg-h1 { font-size: 68px !important; }

/* ===== Fix v47: uniform logo alignment in both sliders ===== */
.cs-l-marquee-track { align-items: center !important; gap: 50px !important; }
.cs-l-logo { display: inline-flex !important; align-items: center; justify-content: center; height: 30px; }
.cs-l-logo img { height: 26px !important; width: auto !important; max-width: 120px !important; object-fit: contain !important; filter: grayscale(1) brightness(0) invert(1) !important; opacity: .62 !important; }

/* ===== Fix v48: slower slider (~22%) + 15% more gap ===== */
.cs-l-marquee-track { animation-duration: 25s !important; gap: 58px !important; }
.main-hero .partner-content-inside .cs-l-marquee-track { animation-duration: 30s !important; gap: 51px !important; }

/* ===== Fix v49: lighter hero headlines (match swiftform medium weight, not bold) ===== */
.main-hero .about-top-title.heading-01 { font-weight: 500 !important; }
.cs-l-h1 { font-weight: 500 !important; }
.pg-hero-center .pg-h1 { font-weight: 500 !important; }

/* ===== Hero image: heart badge top-left ===== */
.main-hero .hg-main { position: relative; }
.main-hero .hg-heart { position: absolute; top: 14px; left: 14px; z-index: 3; width: 40px; height: 40px; border-radius: 50%; background: #98ffa1; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px -8px rgba(0,0,0,.5); }
.main-hero .hg-heart img { width: 20px; height: 20px; display: block; }

/* ===== Heart badge smaller ===== */
.main-hero .hg-heart { width: 30px !important; height: 30px !important; top: 12px !important; left: 12px !important; }
.main-hero .hg-heart img { width: 15px !important; height: 15px !important; }

/* ============================================================
   About: "Our journey" timeline (swiftform Story style) + scroll reveal
   ============================================================ */
.jrny.container-full { background: #fff; padding: 70px 0 84px; }
.jrny-grid { display: grid; grid-template-columns: 1fr 1.8fr; gap: 56px; align-items: start; }
.jrny-aside { position: sticky; top: 110px; }
.jrny-pill { display: inline-block; font-family: 'Geist Mono', monospace; font-size: 13px; color: #0a0a0a; background: #eef1ee; border: 1px solid #e0e4e0; padding: 7px 16px; border-radius: 40px; }
.jrny-title { font-family: 'Aspekta', sans-serif; font-size: 46px; font-weight: 500; letter-spacing: -.02em; color: #0a0a0a; margin: 18px 0 0; }
.jrny-line { position: relative; padding-left: 36px; }
.jrny-line::before { content: ''; position: absolute; left: 9px; top: 10px; bottom: 12px; width: 2px; background: #e5e5e3; }
.jrny-item { position: relative; padding-bottom: 42px; }
.jrny-item:last-child { padding-bottom: 0; }
.jrny-dot { position: absolute; left: -34px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: #98ffa1; border: 3px solid #fff; box-shadow: 0 0 0 2px #e5e5e3; }
.jrny-year { font-family: 'Aspekta', sans-serif; font-size: 24px; font-weight: 600; color: #9aa39d; letter-spacing: -.01em; }
.jrny-h { font-family: 'Aspekta', sans-serif; font-size: 20px; font-weight: 600; color: #0a0a0a; margin: 4px 0 0; }
.jrny-p { font-size: 15px; line-height: 1.6; color: #5a5a5a; margin: 8px 0 0; max-width: 560px; }
@media (max-width: 900px){ .jrny-grid { grid-template-columns: 1fr; gap: 26px; } .jrny-aside { position: static; } }

/* ===== Fix: smaller Story pill ===== */
.jrny-pill { padding: 4px 13px !important; font-size: 12px !important; }

/* ===== "How we ship" HTML/CSS box (replaces the image) ===== */
.ship-box { background: #0e0e0e; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 16px; max-width: 480px; box-shadow: 0 30px 70px -30px rgba(0,0,0,.6); }
.ship-box-bar { display: flex; align-items: center; gap: 7px; padding: 4px 6px 14px; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 10px; }
.ship-box-bar span { width: 11px; height: 11px; border-radius: 50%; background: #2a2a2a; }
.ship-box-bar span:first-child { background: #98ffa1; }
.ship-box-bar em { margin-left: 8px; font-family: 'Geist Mono', monospace; font-style: normal; font-size: 12px; color: rgba(255,255,255,.45); }
.ship-row { display: flex; align-items: center; gap: 14px; padding: 12px 8px; border-radius: 12px; }
.ship-row:hover { background: rgba(255,255,255,.03); }
.ship-step { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 9px; background: rgba(152,255,161,.12); color: #98ffa1; font-family: 'Geist Mono', monospace; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }
.ship-txt strong { display: block; color: #fff; font-size: 15px; font-weight: 600; }
.ship-txt small { display: block; color: rgba(255,255,255,.55); font-size: 13px; margin-top: 2px; }

/* ===== Journey dots: dark (newest, top) -> light (oldest, bottom) ===== */
.jrny-item:nth-child(1) .jrny-dot { background: #17211c !important; }
.jrny-item:nth-child(2) .jrny-dot { background: #4f7666 !important; }
.jrny-item:nth-child(3) .jrny-dot { background: #7ba192 !important; }
.jrny-item:nth-child(4) .jrny-dot { background: #9cbcae !important; }
.jrny-item:nth-child(5) .jrny-dot { background: #bcd3ca !important; }
.jrny-item:nth-child(6) .jrny-dot { background: #d6e4dd !important; }

/* ===== Heart icon bigger inside its circle ===== */
.main-hero .hg-heart img { width: 20px !important; height: 20px !important; }

/* ===== Heart circle smaller (heart stays) ===== */
.main-hero .hg-heart { width: 24px !important; height: 24px !important; }

/* ===== Avinash testimonial: full-width card uses the space ===== */
.testimonials .testimonial-item.av-wide { grid-column: 1 / -1 !important; }
.testimonials .testimonial-item.av-wide .testimonials-body { justify-content: center; }
.testimonials .testimonial-item.av-wide .testimonial-quote-text { max-width: 900px; }

/* ===== Logo wordmark: bold + green underline accent (white on dark) ===== */
.navbar-wrap .nav-wordmark { position: relative; font-weight: 700 !important; padding-bottom: 8px; display: inline-block; color: #fff; }
.navbar-wrap .nav-wordmark::after { content: ''; position: absolute; bottom: 0; left: 52%; right: 0; height: 3px; background: #98ffa1; border-radius: 2px; }
/* align navbar content with the hero container (1280 centered, 30px gutters) */
.navbar-wrap .navbar { max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important; padding-left: 30px !important; padding-right: 30px !important; box-sizing: border-box !important; }

/* ===== Logo underline: full width, white 75% + green 25% ===== */
.navbar-wrap .nav-wordmark::after { left: 0 !important; right: 0 !important; background: linear-gradient(to right, #ffffff 0%, #ffffff 75%, #98ffa1 75%, #98ffa1 100%) !important; }

/* ===== Heart +30% (circle unchanged) ===== */
.main-hero .hg-heart img { width: 26px !important; height: 26px !important; }

/* ============================================================
   "Built to ship": sticky-left text + scrolling image cards (swiftform style)
   ============================================================ */
.bts.container-full { background: #fff; padding: 80px 0 96px; }
.bts-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
.bts-left { position: sticky; top: 120px; }
.bts-pill { display: inline-block; font-family: 'Geist Mono', monospace; font-size: 12px; color: #0a0a0a; background: #eef1ee; border: 1px solid #e0e4e0; padding: 5px 13px; border-radius: 40px; }
.bts-h { font-family: 'Aspekta', sans-serif; font-size: 46px; font-weight: 500; line-height: 1.08; letter-spacing: -.02em; color: #0a0a0a; margin: 18px 0 0; max-width: 440px; }
.bts-desc { font-size: 16px; line-height: 1.6; color: #5a5a5a; margin: 16px 0 0; max-width: 420px; }
.bts-points { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 12px; }
.bts-points li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; line-height: 1.45; color: #1a1a1a; }
.bts-check { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: #0a0a0a; color: #fff; font-size: 11px; flex: 0 0 auto; margin-top: 1px; }
.bts-btn { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; background: #98ffa1; color: #05221a; font-weight: 600; font-size: 15px; padding: 7px 8px 7px 22px; border-radius: 40px; text-decoration: none; transition: transform .25s ease; }
.bts-btn:hover { transform: translateY(-2px); }
.bts-btn-ico { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #0a0a0a; color: #98ffa1; font-size: 16px; }
.bts-right { display: flex; flex-direction: column; gap: 28px; }
.bts-card { border-radius: 22px; padding: 26px; overflow: hidden; }
.bts-card img { width: 100%; display: block; border-radius: 12px; box-shadow: 0 20px 50px -24px rgba(0,0,0,.35); }
.bts-green { background: #e6f3ea; }
.bts-purple { background: #efe6f7; }
.bts-gray { background: #eef0f1; }
@media (max-width: 900px){ .bts-grid { grid-template-columns: 1fr; gap: 30px; } .bts-left { position: static; } }

/* ============================================================
   "Built for Speed" scroll-linked section: sticky left text swaps with right cards
   ============================================================ */
.fs.container-full { background: #fff; padding: 40px 0 60px; }
.fs-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
/* LEFT: sticky, texts crossfade */
.fs-left { position: relative; }
.fs-sticky { position: sticky; top: 20vh; min-height: 60vh; display: flex; align-items: center; }
.fs-text { position: absolute; left: 0; right: 0; opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; pointer-events: none; }
.fs-text.active { opacity: 1; transform: none; pointer-events: auto; }
.fs-pill { display: inline-block; font-family: 'Geist Mono', monospace; font-size: 12px; color: #0a0a0a; background: #eef1ee; border: 1px solid #e0e4e0; padding: 5px 13px; border-radius: 40px; }
.fs-h { font-family: 'Aspekta', sans-serif; font-size: 44px; font-weight: 500; line-height: 1.08; letter-spacing: -.02em; color: #0a0a0a; margin: 18px 0 0; max-width: 440px; }
.fs-desc { font-size: 16px; line-height: 1.6; color: #5a5a5a; margin: 14px 0 0; max-width: 420px; }
.fs-points { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 11px; }
.fs-points li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; line-height: 1.45; color: #1a1a1a; }
.fs-check { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: #0a0a0a; color: #fff; font-size: 11px; flex: 0 0 auto; margin-top: 1px; }
.fs-btn { display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; background: #98ffa1; color: #05221a; font-weight: 600; font-size: 15px; padding: 7px 8px 7px 22px; border-radius: 40px; text-decoration: none; transition: transform .25s ease; }
.fs-btn:hover { transform: translateY(-2px); }
.fs-btn-ico { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #0a0a0a; color: #98ffa1; font-size: 16px; }
/* RIGHT: cards, each roughly one screen tall so scroll swaps the text */
.fs-right { display: flex; flex-direction: column; gap: 40px; }
.fs-card { min-height: 64vh; border-radius: 26px; padding: 40px; display: flex; align-items: center; justify-content: center; }
.fs-c-green { background: #e6f3ea; }
.fs-c-purple { background: #efe6f7; }
.fs-c-dark { background: #dfe6e2; }
.fs-inner { width: 100%; max-width: 420px; border-radius: 20px; padding: 30px; }
.fs-inner-light { background: #fff; box-shadow: 0 30px 70px -30px rgba(0,0,0,.25); }
.fs-inner-dark { background: #0e1a15; color: #fff; }
.fs-inner-solid { background: #0a0a0a; color: #fff; }
.fs-stat-row { display: flex; align-items: baseline; gap: 14px; }
.fs-stat-num { font-family: 'Aspekta', sans-serif; font-size: 56px; font-weight: 600; letter-spacing: -.03em; color: #0a0a0a; line-height: 1; }
.fs-stat-num sup { font-size: 26px; top: -.6em; }
.fs-num-white { color: #fff; }
.fs-stat-tag { font-size: 15px; color: #8a8a8a; }
.fs-stat-sub { font-size: 15px; line-height: 1.5; color: #5a5a5a; margin-top: 14px; }
.fs-sub-white { color: rgba(255,255,255,.6); }
.fs-bars { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-top: 22px; }
.fs-bars i { flex: 1; background: linear-gradient(#cdeed7, #98ffa1); border-radius: 5px; display: block; }
.fs-bars-white i { background: linear-gradient(#22352c, #98ffa1); }
.fs-inner-head { display: flex; flex-direction: column; gap: 2px; margin-bottom: 14px; }
.fs-inner-head strong { font-size: 18px; font-weight: 600; }
.fs-inner-head span { font-size: 13px; color: rgba(255,255,255,.5); }
.fs-spark { width: 100%; height: 120px; display: block; }
.fs-spark-foot { display: flex; justify-content: space-between; margin-top: 8px; font-size: 12px; color: rgba(255,255,255,.45); }
@media (max-width: 900px){
  .fs-grid { grid-template-columns: 1fr; gap: 20px; }
  .fs-sticky { position: static; min-height: 0; }
  .fs-text { position: static; opacity: 1; transform: none; margin-bottom: 24px; }
  .fs-card { min-height: 0; }
}

/* ===== Fix: left column stretches full height so sticky text pins across all cards ===== */
.fs-grid { align-items: stretch !important; }
.fs-left { height: 100% !important; position: relative; }
.fs-sticky { position: sticky !important; top: 18vh !important; height: 64vh !important; min-height: 0 !important; display: flex !important; align-items: center !important; }

/* ===== "Built for Speed" pill hugs its text ===== */
.fs .fs-pill { width: -moz-fit-content !important; width: fit-content !important; align-self: flex-start; }

/* ============================================================
   Homepage case studies: pinned horizontal scroll (scroll down -> cards move right)
   ============================================================ */
.hsx-wrap { position: relative; height: calc(100vh + 1300px); background: #fff; }
.hsx-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hsx-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 34px; }
.hsx-pill { display: inline-block; font-family: 'Geist Mono', monospace; font-size: 12px; color: #0a0a0a; background: #eef1ee; border: 1px solid #e0e4e0; padding: 5px 13px; border-radius: 40px; }
.hsx-heading { font-family: 'Aspekta', sans-serif; font-size: 44px; font-weight: 500; line-height: 1.06; letter-spacing: -.02em; color: #0a0a0a; margin: 16px 0 0; max-width: 560px; }
.hsx-cta { display: inline-flex; align-items: center; gap: 12px; background: #98ffa1; color: #05221a; font-weight: 600; font-size: 15px; padding: 7px 8px 7px 22px; border-radius: 40px; text-decoration: none; flex: 0 0 auto; transition: transform .25s ease; }
.hsx-cta:hover { transform: translateY(-2px); }
.hsx-cta-ico { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #0a0a0a; color: #98ffa1; font-size: 16px; }
.hsx-viewport { overflow: hidden; }
.hsx-track { display: flex; gap: 28px; width: max-content; padding: 0 30px; will-change: transform; transition: transform .08s linear; }
.hsx-card { display: flex; width: 760px; background: #e8f0ea; border: 1px solid #dbe6de; border-radius: 22px; overflow: hidden; text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
.hsx-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(0,0,0,.25); }
.hsx-media { flex: 0 0 46%; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 24px; background: radial-gradient(120% 120% at 15% 0%, #17352b 0%, #0a0a0a 62%); }
.hsx-media-cat { font-family: 'Geist Mono', monospace; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: #98ffa1; }
.hsx-media-title { font-family: 'Aspekta', sans-serif; font-size: 20px; font-weight: 600; color: #fff; }
.hsx-body { flex: 1; padding: 30px; display: flex; flex-direction: column; }
.hsx-cat { font-family: 'Geist Mono', monospace; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: #7a7a7a; }
.hsx-title-c { font-family: 'Aspekta', sans-serif; font-size: 26px; font-weight: 600; line-height: 1.14; color: #0a0a0a; margin: 10px 0 0; }
.hsx-desc { font-size: 14px; line-height: 1.55; color: #5a5a5a; margin: 12px 0 0; }
.hsx-arrow { margin-top: auto; width: 46px; height: 46px; border-radius: 50%; background: #0a0a0a; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 17px; }
@media (max-width: 900px){
  .hsx-wrap { height: auto; }
  .hsx-pin { position: static; height: auto; padding: 60px 0; }
  .hsx-viewport { overflow-x: auto; }
  .hsx-track { transform: none !important; }
  .hsx-card { width: 84vw; }
  .hsx-media { min-height: 240px; }
}

/* ===== hsx fixes: rounded media, padded card, button hover, no fixed height (JS sets it) ===== */
.hsx-wrap { height: auto; }
.hsx-card { padding: 14px !important; align-items: stretch; gap: 0 !important; }
.hsx-media { border-radius: 16px !important; flex: 0 0 44% !important; min-height: 360px; }
.hsx-body { padding: 16px 24px 16px 26px !important; }
/* button hover: lift + green shadow + arrow nudge */
.hsx-cta { transition: transform .25s ease, box-shadow .25s ease !important; }
.hsx-cta:hover { transform: translateY(-2px) !important; box-shadow: 0 14px 30px -12px rgba(152,255,161,.55) !important; }
.hsx-cta .hsx-cta-ico { transition: transform .25s ease; }
.hsx-cta:hover .hsx-cta-ico { transform: translateX(3px); }
/* card arrow hover */
.hsx-card .hsx-arrow { transition: background .25s ease, transform .25s ease; }
.hsx-card:hover .hsx-arrow { background: #98ffa1; color: #05221a; transform: translateX(2px); }

/* ===== Section pills hug their text (Case Study, Built for Speed) ===== */
.hsx-pill, .fs .fs-pill, .jrny-pill, .cs-l-pill { width: -moz-fit-content !important; width: fit-content !important; align-self: flex-start !important; display: inline-block !important; }

/* ===== hsx v2: bulletproof pills + card cover link + hover-expand Book a call ===== */
.hsx-pill, .fs .fs-pill { display: inline-block !important; width: -moz-max-content !important; width: max-content !important; max-width: 100% !important; align-self: flex-start !important; }
.hsx-head-left { display: flex; flex-direction: column; align-items: flex-start; }
/* card = relative, cover link fills it, book button on top */
.hsx-card { position: relative; }
.hsx-cover { position: absolute; inset: 0; z-index: 1; }
.hsx-body { position: relative; z-index: 0; }
.hsx-arrow { display: none !important; }
.hsx-book { position: relative; z-index: 2; margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; background: #0a0a0a; border-radius: 40px; padding: 0; overflow: hidden; text-decoration: none; transition: padding .3s ease; }
.hsx-book-txt { max-width: 0; opacity: 0; white-space: nowrap; overflow: hidden; color: #fff; font-weight: 600; font-size: 14px; margin: 0; transition: max-width .3s ease, opacity .25s ease, margin .3s ease; }
.hsx-book-ico { width: 46px; height: 46px; border-radius: 50%; background: #0a0a0a; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 17px; flex: 0 0 auto; transition: background .25s ease, color .25s ease; }
.hsx-card:hover .hsx-book { padding-left: 20px; }
.hsx-card:hover .hsx-book-txt { max-width: 130px; opacity: 1; margin-right: 8px; }
.hsx-card:hover .hsx-book-ico { background: #98ffa1; color: #05221a; }

/* ===== DEFINITIVE: compact pills (high specificity) ===== */
section.hsx-wrap span.hsx-pill,
section.fs span.fs-pill,
section.jrny span.jrny-pill,
section.cs-l-list span.cs-l-pill {
  display: inline-block !important;
  width: auto !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  padding: 6px 14px !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  background: #eef1ee !important;
  border: 1px solid #e0e4e0 !important;
  border-radius: 40px !important;
  color: #0a0a0a !important;
}

/* ===== hsx: contain the scroll track to the container (start under heading, end at container right) ===== */
.hsx-viewport { width: 100% !important; max-width: 1280px !important; margin: 0 auto !important; padding: 0 30px !important; box-sizing: border-box !important; overflow: hidden !important; }
.hsx-track { padding: 0 !important; }
