@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/**
 * aiOla Homepage 2026 Styles
 * Prefix: a26
 * Design source: Zeplin — "Homepage 2026" screen
 * Font: Montserrat (all weights)
 * Primary CTA: #4739C2 (purple)
 * Dark bg: #0C0B0A
 * Light bg: #FCFCFC
 * Case study bg: #F6F5F4
 * Footer bg: #0F0E0D
 */

/* Prevent horizontal overflow on 2026 pages + force dark bg for iOS overscroll */
body.homepage-2026 {
  overflow-x: hidden;
  background-color: #0C0B0A;
}

/* Override legacy .archive white bg from main_2024.css */
body.homepage-2026.archive,
body.homepage-2026.blog,
body.homepage-2026.single-post,
body.homepage-2026.category,
body.homepage-2026.tag {
  background-color: #0C0B0A;
}

/* ============================================
   WRAPPER
   ============================================ */
.homepage-2026-wrapper {
  width: 100%;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #0C0B0A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   SHARED SECTION STRUCTURE
   ============================================ */
.a26sec {
  position: relative;
  width: 100%;
}

.a26sec .section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#a26hero .section-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

.a26sec .section-background .bg-desktop,
.a26sec .section-background .bg-mobile {
  width: 100%;
  height: 100%;
}

.a26sec .section-background .bg-img,
.a26sec .section-background .bg-img img,
.a26sec .section-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.a26sec .section-content {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 1440px;
  margin: 0 auto;
  padding: 100px 15px;
}

.a26sec .content {
  width: 100%;
}

.a26sec .row-container {
  width: 100%;
}

/* Background variants — per Zeplin */
.a26sec.black-sec {
  background-color: #0C0B0A;
  color: #ffffff;
}

.a26sec.gray-sec {
  background-color: #F6F5F4;
  color: #0C0B0A;
}

.a26sec.white-sec {
  background-color: #ffffff;
  color: #0C0B0A;
}

.a26sec.light-sec {
  background-color: #FCFCFC;
  color: #0C0B0A;
}

.a26sec.dark-sec {
  background-color: #0C0B0A;
  color: #ffffff;
}

.a26sec.mixed-sec {
  background-color: #FCFCFC;
  color: #0C0B0A;
}

/* Section titles — Zeplin 46px scaled to 1440 grid */
.a26sec .section-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
}

.a26sec .section-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.313rem;
  font-weight: 400;
  opacity: 1;
  margin: 0;
  color: inherit;
}

/* Body text — Montserrat 24px/40px w400 */
.a26sec .section-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
  margin-top: 16px;
}

.a26sec .section-body p {
  margin: 0 0 16px;
}

/* ============================================
   SHARED BUTTONS (a26 scope)
   Per Zeplin: #4739C2 purple, 25.42px radius, Montserrat w700
   ============================================ */
#a26 .buttons-hold {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 0;
}

#a26 .btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 31px;
  padding: 10px 28px;
  transition: all 0.25s ease-out;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  min-width: 0 !important;
}

#a26 .btn .arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  transition: margin 0.25s ease-out;
}

#a26 .btn .arrow img {
  height: 0.8rem;
  width: auto;
}

#a26 .btn:hover .arrow {
  margin-left: 16px;
  margin-right: -6px;
}

/* Purple button (primary CTA — Zeplin #4739C2) */
#a26 .btn.greenBtn2025,
#a26 .btn.greenBtn2025:hover,
#a26 .btn.a26-btn-purple,
#a26 .btn.a26-btn-purple:hover {
  background-color: #4739C2 !important;
  background-image: none !important;
  color: #fff;
}

#a26 .btn.greenBtn2025::before,
#a26 .btn.greenBtn2025::after,
#a26 .btn.greenBtn2025:hover::before,
#a26 .btn.greenBtn2025:hover::after {
  display: none !important;
}

/* White button (hero CTA — Zeplin #fff, 32px radius) */
#a26 .btn.blackBtn2025,
#a26 .btn.a26-btn-white {
  background-color: #ffffff;
  color: #303030;
  border-radius: 32px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2rem;
  padding: 10px 28px;
  box-shadow: 0 8px 60px rgba(0, 1, 8, 0.38);
}

/* Kill all hover effects on white hero button (overrides main_2024/2025 green gradient) */
#a26 .btn.blackBtn2025,
#a26 .btn.blackBtn2025:hover {
  background-color: #ffffff !important;
  background-image: none !important;
  color: #303030;
}
#a26 .btn.blackBtn2025::before,
#a26 .btn.blackBtn2025::after,
#a26 .btn.blackBtn2025:hover::before,
#a26 .btn.blackBtn2025:hover::after {
  display: none !important;
}

#a26 .btn.blackBtn2025 .arrow img,
#a26 .btn.a26-btn-white .arrow img {
  filter: brightness(0);
}

/* Purple CTA on dark bg — has outer shadow */
#a26 .black-sec .btn.greenBtn2025,
#a26 .dark-sec .btn.greenBtn2025 {
  box-shadow: 0 12px 87px rgba(6, 6, 11, 0.46);
}

/* Desktop/Mobile visibility helpers */
.desktop-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
}

/* ============================================
   SECTION 01: HERO
   Zeplin: 1920x1067 bg image, title 65px/78px w600,
   body 24px/40px, white btn w/ shadow, logo carousel
   ============================================ */
#a26hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#a26hero .section-content {
  
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Hero content: left-aligned, ~50% width */
#a26hero .row-container {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  text-align: left;
}

#a26hero .hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 640px;
  margin: 0;
  color: #fff;
}

#a26hero .hero-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.67;
  color: rgba(255, 255, 255, 1);
  max-width: 560px;
  margin-bottom: 8px;
}

#a26hero .hero-body p {
  margin: 0;
  color: white;
}

/* Hero video background — inherits cover from .section-background video */

/* Logo carousel — separate section below hero */
#a26logos-hero {
  background: #000000;
}

#a26logos-hero .logo-carousel-section {
  padding: 40px 60px;
}

#a26logos-hero .logo-carousel-section img {
  opacity: 0.6;
}

/* Field agent videos: play only on hover */
#a26fieldagents .agent-col-media video {
  cursor: pointer;
}

/* Trust video: click to play */
#a26trust .trust-media video {
  cursor: pointer;
}

/* ============================================
   SECTION 02: LOGO CAROUSEL (standalone)
   Zeplin: 6 logos at opacity 0.6
   ============================================ */
#a26logos .section-content {
  padding: 40px 60px;
}

.logo-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.logo-strip img {
  max-height: 40px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.logo-strip img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ============================================
   SECTION 03: STATS
   Black bg, white text, left title + 2x2 stat grid
   Stat boxes: subtle left border, no bg card
   ============================================ */
#a26stats {
  
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(12, 11, 10, 1) 100%);
}
   #a26stats .section-content {
  padding: 100px 15px;
}

#a26stats .stats-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  align-items: start;
}

#a26stats .stats-left h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: sticky;
  top: 120px;
  margin: 0;
  color: #fff;
}

#a26stats .stats-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 1.5rem;
}

#a26stats .stat-box {
  padding: 6px 28px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}


#a26stats .stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}

#a26stats .stat-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  color: #fff;
}

#a26stats .stat-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.71;
  color: white;
}

/* ============================================
   SHARED CTA CONTAINER
   Capped width box with bg image + overlaid content
   ============================================ */
.a26sec .cta-container {
  position: relative;
  width: min(90vw, 1920px);
  margin: 0 auto;
  overflow: hidden;
}

.a26sec .cta-container .bg-desktop,
.a26sec .cta-container .bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a26sec .cta-container .bg-img,
.a26sec .cta-container .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.a26sec .cta-content {
  position: relative;
  z-index: 1;
}

/* ============================================
   SECTION 04: CTA 1 / PLATFORM
   Centered title + white btn
   ============================================ */
#a26platform .cta-container {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#a26platform .cta-content {
  text-align: center;
  padding: 120px 60px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

#a26platform .cta-content h2 {
  max-width: 52rem;
  margin: 0 auto;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 8px 60px rgba(0, 1, 8, 0.24);
}

#a26platform .cta-content .buttons-hold {
  justify-content: center;
}

/* ============================================
   SECTION 05: FIELD AGENTS / INTRODUCING PLATFORM
   Zeplin: Dark bg #0C0B0A, title 46px, 3-col grid
   Cards: 528x551 with 27px radius, dark card bg
   Body: 14px/24px w500 #7B7B7B
   ============================================ */
#a26fieldagents .section-content {
  padding: 140px 15px;
}

#a26fieldagents .section-title {

  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 4rem;
}

#a26fieldagents .section-title h2 {
  color: #fff;
  text-align: left;
}

#a26fieldagents .section-subtitle {
  font-family: Montserrat;
  font-size: 1.313rem;
  line-height: 1.67;
  text-align: left;
  color: #fff;
  max-width: 32rem;
}

#a26fieldagents .agents-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

#a26fieldagents .agent-col {
  display: flex;
  flex-direction: column;
  background: #0C0B0A;
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 50px 53px 0;
}

#a26fieldagents .agent-col-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #fff;
}

#a26fieldagents .agent-col-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #7B7B7B;
  margin-bottom: 2rem;
}

#a26fieldagents .agent-col-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

#a26fieldagents .agent-col-media {
  margin-top: auto;
  overflow: hidden;
}

#a26fieldagents .agent-col-media img,
#a26fieldagents .agent-col-media video {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px 16px 0 0 ;
}

/* ============================================
   SECTION 06 & 11: TOGGLE / ACCORDION SECTIONS
   (Build Agents + Operating Model)
   Left: title/subtitle/button + enumerated toggles
   Right: background image with swapping inner images
   Desktop: 1fr 2fr grid
   ============================================ */

/* Toggle left column: header + accordion list */
.a26sec .toggle-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.a26sec .toggle-header {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.a26sec .toggle-header .section-subtitle {
  margin-top: 3rem;
}

.a26sec .toggle-section {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 5rem;
  align-items: start;
}

.a26sec .toggle-list {
  display: flex;
  flex-direction: column;
}

.a26sec .toggle-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 24px 0;
  cursor: pointer;
}

.a26sec .toggle-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* Dark bg variant */
.a26sec.black-sec .toggle-item,
.a26sec.dark-sec .toggle-item {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.a26sec.black-sec .toggle-item:last-child,
.a26sec.dark-sec .toggle-item:last-child {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.a26sec.black-sec .toggle-body,
.a26sec.dark-sec .toggle-body {
  color: rgba(255, 255, 255, 0.6);
}

.a26sec.light-sec .toggle-body,
.a26sec.gray-sec .toggle-body {
  color: #7B7B7B;
}

.a26sec .toggle-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
  text-transform: inherit;
}

.a26sec .toggle-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

/* Enumeration number (01, 02…) instead of +/- icon */
.a26sec .toggle-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
  margin-left: 16px;
  color: rgba(0, 0, 0, 1);
}

.a26sec.black-sec .toggle-number,
.a26sec.dark-sec .toggle-number {
  color: rgba(255, 255, 255,1 );
}

.a26sec .toggle-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #7B7B7B;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 0, 0, 1),
              opacity 0.4s ease-out,
              padding 0.5s cubic-bezier(0.25, 0, 0, 1);
  padding-right: 40px;
  padding-top: 0;
}

.a26sec .toggle-item.active .toggle-body {
  opacity: 1;
  /* padding-top and max-height set by JS for accurate measurement */
}

.a26sec .toggle-body p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #7b7b7b;
}

/* Right column: backdrop + swapping images */
.a26sec .toggle-image {
  position: sticky;
  top: 120px;
}

.a26sec .toggle-image-backdrop {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.a26sec .toggle-image-backdrop .backdrop-img {
  width: 100%;
  height: 100%;
  display: block;
}

.a26sec .toggle-image-backdrop .backdrop-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Stage sits on top of backdrop, centered via flex */
.a26sec .toggle-image-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.a26sec .toggle-img-wrap {
  position: absolute;
  width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 0, 0, 1);
}

.a26sec .toggle-img-wrap.active {
  opacity: 1;
  pointer-events: auto;
}

.a26sec .toggle-img-wrap img,
.a26sec .toggle-img-wrap video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Reversed toggle: image left, text right */
.a26sec .toggle-section.toggle-reversed {
  grid-template-columns: 2fr 1.5fr;
}

/* ============================================
   SECTION 07: FEATURED TEAM / FIELD SALES
   Zeplin: "FEATURED TEAM: FIELD SALES" label 14px w700 #9C9C9C
   Title 46px, body 24px, left text + right media
   ============================================ */
#a26teams .section-content {
  padding: 100px 15px;
}

#a26teams .featured-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9C9C9C;
  margin-bottom: 16px;
}

#a26teams .team-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

#a26teams .team-text .section-title h2 {
  font-size: 2.5rem;
  color: #0C0B0A;
  margin-bottom: 50px;
}

#a26teams .team-text .section-body,
#a26teams .team-text .section-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
  color: #0C0B0A;
  max-width: 700px;
}

#a26teams .team-text .section-body {
  margin: 0 0 50px;
}

#a26teams .team-media img {
  width: 100%;
  border-radius: 16px;
}

#a26teams .team-media video {
  width: 100%;
  border-radius: 0;
}

/* Legacy team cards (backwards compat) */
.team-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 48px;
}

.team-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-radius: 16px;
  overflow: hidden;
}

.team-card.reversed {
  direction: rtl;
}

.team-card.reversed > * {
  direction: ltr;
}

.card-photo img,
.card-photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.card-content {
  padding: 32px;
}

.card-screenshot img {
  width: 100%;
  border-radius: 12px;
  margin-top: 16px;
}

/* ============================================
   SECTION 06: TRUST THE WORK
   Dark bg, 3-column layout: 1.2fr / 1fr / 0.8fr
   Left: title + body
   Center: icon, subtitle, media, text, logos — left border
   Right: 3 feature boxes with left borders
   ============================================ */
#a26trust {
  overflow: hidden;
}

#a26trust .section-content {
  padding: 100px 15px;
}

/* 3-column grid */
#a26trust .trust-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 48px;
  align-items: start;
}

/* Left column */
#a26trust .trust-left .section-title h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

#a26trust .trust-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.67;
  color: #fff;
  margin-top: 32px;
}

/* Center column */

#a26trust .trust-center {
  height: 100%;
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;  
  justify-content: space-between;
}

#a26trust .trust-icon {
  margin-bottom: 0;
}

#a26trust .trust-icon img {
  width: 34px;
  height: 34px;
}

#a26trust .trust-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

#a26trust .trust-center-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#a26trust .trust-media img,
#a26trust .trust-media video {
  width: 100%;
  display: block;
  border-radius: 8px;
}

#a26trust .trust-center-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}

#a26trust .trust-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  flex-wrap: wrap;

  width: 100%;
}

#a26trust .trust-logos img {
  width: auto;
  max-height: 40px;
  margin: 0 auto;
}

/* Right column */
#a26trust .trust-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

#a26trust .trust-feature-box {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#a26trust .trust-feat-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}

#a26trust .trust-icons-row img {
  max-height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#a26trust .trust-icons-row img:hover {
  opacity: 1;
}

/* Legacy trust logos (backwards compat) */
.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.trust-logo img {
  max-height: 36px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.trust-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ============================================
   SECTION 09: CTA 2
   Left-aligned title + purple btn, tall
   ============================================ */
#a26cta2 .cta-container {
  min-height: 800px;
  display: flex;
  align-items: center;
}

#a26cta2 .cta-content {
  text-align: left;
  padding: 80px 60px 80px 140px;
}

#a26cta2 .cta-content h2 {
  max-width: 40rem;
  color: #fff;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 8px 60px rgba(0, 1, 8, 0.24);
}

#a26cta2 .cta-content .section-title {
  margin-bottom: 4rem;
}

/* ============================================
   SECTION 10: SALESFORCE
   Zeplin: "Salesforce integration. Plug and play."
   Left image/screenshot, right text + icon boxes
   ============================================ */
#a26salesforce .section-content {
  padding: 100px 15px;
}

#a26salesforce .sf-layout {
  text-align: center;
}

#a26salesforce .sf-logo {
  margin-bottom: 2rem;
}

#a26salesforce .sf-logo img {
  width: 135px;
  height: auto;
}

#a26salesforce .section-title h2 {
  color: #fff;
  margin-bottom: 2rem;
}

#a26salesforce .sf-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  max-width: 34rem;
  margin: 0 auto 2rem;
}

#a26salesforce .sf-body p {
  margin: 0;
}

#a26salesforce .sf-boxes {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 4rem 0;
}

#a26salesforce .sf-box {
  padding: 1.5rem 2rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #0c0b0a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 12.5rem;
}

#a26salesforce .sf-box-icon img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

#a26salesforce .sf-box-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

#a26salesforce .sf-bottom-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

#a26salesforce .sf-bottom-logos img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

/* ============================================
   SECTION 11: WHITE CTA — left-aligned title only
   ============================================ */
   #a26whitecta .section-content {
    padding: 0 15px 40px;
   }
#a26whitecta .section-title h2 {
  color: #0C0B0A;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 800px;
}

/* ============================================
   SECTION 12: CASE STUDY
   Zeplin: #F6F5F4 bg, logo + title + testimonial card
   Quote: 16px/24px w400 #191919
   Stat boxes: 35.57px w300 #171717
   Writer: 20px w600 #1F1F1F
   ============================================ */
#a26casestudy {
  background-color: #F6F5F4;
}

#a26casestudy .section-content {
  padding: 50px 15px;
}

#a26casestudy .section-title h2 {
  font-size: 2.5rem;
  color: #0C0B0A;
  margin-bottom: 40px;
}

.case-study-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
  color: #0C0B0A;
}

.case-study-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.case-logo {
  margin-bottom: 24px;
}

.case-logo img {
  max-width: 120px;
  height: auto;
}

.case-study-left h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0C0B0A;
  max-width: 480px;
  margin: 0 0 24px;
  max-width: 28rem;
}

.case-writer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.case-writer-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.case-writer-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #1F1F1F;
}

.case-writer-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #7B7B7B;
  margin-top: 2px;
}

.case-testimonial-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  margin-top: 16px;
  padding-right: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-right {
  display: flex;
  align-items: center;
}

.case-media {
  width: 100%;
}

.case-media img,
.case-media video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.case-stat-boxes {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.case-stat-box {
  flex: 1;
  padding: 16px 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.case-stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
  color: #171717;
}

.case-stat-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 1.2;
  color: #171717;
  margin-top: 4px;
}

/* ============================================
   SECTION 13: TESTIMONIAL CAROUSEL
   Infinite scrolling cards, 2 visible on desktop,
   1 on mobile. Pauses on hover/touch.
   ============================================ */
#a26testimonial {
  overflow: hidden;
  padding: 50px 0 80px;
}

#a26testimonial .section-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.testimonial-carousel {
  overflow: hidden;
  width: 100%;
}

.testimonial-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  will-change: transform;
  cursor: grab;
}

.testimonial-track.dragging {
  cursor: grabbing;
}

.testimonial-card {
  flex: 0 0 calc(50vw - 3rem);
  max-width: 640px;
  min-width: 400px;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.testimonial-card-quote {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #191919;
  font-style: italic;
}

.testimonial-card-quote::before {
  content: '\201C';
}
.testimonial-card-quote::after {
  content: '\201D';
}

.testimonial-card-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #0C0B0A;
}

.testimonial-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #7B7B7B;
  margin-top: 4px;
}

/* ============================================
   SECTION 14: CTA END
   White bg, centered decorative image,
   Two-column: title left, body+button right
   ============================================ */
#a26ctaend {
  background: #fff;
  position: relative;
  overflow: hidden;
}

#a26ctaend .section-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#a26ctaend .section-background img {
	height: auto;
	width: auto;
	object-fit: contain;
	object-position: center center;
}

#a26ctaend .section-content {
  position: relative;
  z-index: 2;
  padding: 80px 15px;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
}

.ctaend-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24%;
  align-items: start;
}

.ctaend-layout > * {
  direction: ltr;
}

.ctaend-left h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0C0B0A;
  margin: 0;
  max-width: 25rem;
}

.ctaend-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #191919;
  margin: 0 0 2.5rem;
}

#a26ctaend .buttons-hold {
  justify-content: flex-start;
}

/* ============================================
   HEADER 2026
   Zeplin: Transparent over hero, fixed on scroll
   Logo left, nav center, dark CTA right
   Nav: 12.97px w600 uppercase white, text-shadow
   Button: #303030, 25px radius
   ============================================ */
.header-2026 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100%;
  z-index: 10002;
  padding: 0;
  transition: background-color 0.3s ease-out, top 0.3s ease-out;
}

/* Push header below WP admin bar when logged in */
.admin-bar .header-2026 {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .header-2026 {
    top: 46px;
  }
}

.header-2026.scrolled {
  background-color: rgba(12, 11, 10, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Pages without a dark hero — always solid dark header */
.single-post .header-2026,
.blog .header-2026,
.archive .header-2026,
.category .header-2026,
.tag .header-2026,
.page-template-page-about-v2 .header-2026,
.page-template-page-info .header-2026,
.page-2026-general .header-2026 {
  background-color: #0C0B0A;
}

/* Hide any old header/nav that bleeds through on 2026 blog pages */
.homepage-2026 #site-header-2024,
.homepage-2026 #site-header,
.homepage-2026 .header-2025,
.homepage-2026 .side-ribbon,
.homepage-2026 .splash-wrap {
  display: none !important;
}

/* Offset page content below the fixed header on non-hero pages */
.single-post .page-section:first-of-type,
.single-post #single-post-dev,
.blog #archive-dev,
.archive #archive-dev,
.category #archive-dev,
.tag #archive-dev {
  padding-top: 80px;
}

/* ============================================
   BLOG 2026 — Color + typography overrides
   Swap green accent to purple #4739C2, apply Montserrat
   ============================================ */
.homepage-2026 .blog-display,
.homepage-2026 .blog-archive {
  font-family: 'Montserrat', sans-serif;
}

.homepage-2026 .post-box h3 {
  font-family: 'Montserrat', sans-serif;
}

.homepage-2026 .post-box .post-meta,
.homepage-2026 .post-box .post-read {
  font-family: 'Montserrat', sans-serif;
}

.homepage-2026 .post-read {
  color: #4739C2;
}

.homepage-2026 .post-box:hover .post-read {
  color: #3a2ea6;
}

.homepage-2026 .load-more-btn {
  font-family: 'Montserrat', sans-serif;
  border-radius: 25px;
  background-color: #4739C2;
  color: #fff;
  font-weight: 700;
  font-size: 0.813rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 32px;
  transition: background-color 0.2s ease;
}

.homepage-2026 .load-more-btn:hover {
  background-color: #3a2ea6;
  color: #fff;
}

.homepage-2026 .tags-filter-container {
  font-family: 'Montserrat', sans-serif;
  background: #f0f2f4;
}

.homepage-2026 .filter-title {
  font-family: 'Montserrat', sans-serif;
}

/* Blog post single page — green → purple overrides */
.homepage-2026 .blog-post {
  font-family: 'Montserrat', sans-serif;
}

.homepage-2026 .blog-post-content a {
  color: #4739C2;
}

.homepage-2026 .blog-post-content a:hover {
  color: #3a2ea6;
}

/* TOC — green → purple overrides */
.homepage-2026 .toc-link:hover {
  color: #4739C2;
  background: rgba(71, 57, 194, 0.08);
  border-left-color: #4739C2;
}

.homepage-2026 .toc-link.active {
  color: #fff;
  background: #4739C2;
  border-left-color: #3a2ea6;
  box-shadow: 0 2px 8px rgba(71, 57, 194, 0.25);
}

/* TOC scrollbar */
.homepage-2026 .blog-toc-sidebar::-webkit-scrollbar-thumb {
  background: #4739C2;
}

.homepage-2026 .blog-toc-sidebar::-webkit-scrollbar-thumb:hover {
  background: #3a2ea6;
}

/* CTA box in sidebar */
.homepage-2026 .blog-cta-box {
  background: linear-gradient(135deg, #4739C2 0%, #3a2ea6 100%);
  box-shadow: 0 4px 16px rgba(71, 57, 194, 0.25);
}

.homepage-2026 .blog-cta-box:hover {
  box-shadow: 0 8px 24px rgba(71, 57, 194, 0.35);
}

.homepage-2026 .cta-button {
  background: #fff !important;
  color: #4739C2 !important;
  border: none;
}

.homepage-2026 .cta-button:hover {
  background: #f0f0f0 !important;
  color: #3a2ea6 !important;
}

/* FAQ accordion — green → purple */
.homepage-2026 .blog-post-content .content .accordion-container {
  border-color: rgba(71, 57, 194, 0.1);
}

.homepage-2026 .blog-post-content .content .accordion-container:hover {
  border-color: rgba(71, 57, 194, 0.3);
  box-shadow: 0 4px 16px rgba(71, 57, 194, 0.08);
}

.homepage-2026 .blog-post-content .content .accordion-head:hover,
.homepage-2026 .blog-post-content .content .accordion-head.active {
  color: #4739C2;
}

.homepage-2026 .blog-post-content .content .accordion-head.active {
  border-bottom-color: rgba(71, 57, 194, 0.1);
}

.homepage-2026 .blog-post-content .content .accordion-head .accordion-chevron::before {
  color: #4739C2;
}

.homepage-2026 .blog-post-content .content h2:has(+ .faq-ready),
.homepage-2026 .blog-post-content .content h3:has(+ .faq-ready) {
  border-bottom-color: #4739C2;
}

/* TL;DR toggle — green → purple */
.homepage-2026 .blog-tldr-toggle.active .blog-tldr-icon,
.homepage-2026 .blog-tldr-icon {
  background-color: #4739C2;
}

.homepage-2026 .blog-tldr-icon::before {
  color: #4739C2;
}

.homepage-2026 .blog-tldr-section {
  border-color: rgba(71, 57, 194, 0.15);
}

.homepage-2026 .blog-tldr-section:hover {
  border-color: rgba(71, 57, 194, 0.3);
  box-shadow: 0 4px 16px rgba(71, 57, 194, 0.08);
}

.homepage-2026 .blog-tldr-toggle:hover {
  background: rgba(71, 57, 194, 0.03);
}

.homepage-2026 .blog-tldr-toggle:focus-visible {
  outline-color: #4739C2;
}

.homepage-2026 .blog-tldr-toggle:hover .blog-tldr-title,
.homepage-2026 .blog-tldr-toggle.active .blog-tldr-title {
  color: #4739C2;
}

.homepage-2026 .blog-tldr-toggle.active {
  border-bottom-color: rgba(71, 57, 194, 0.1);
}

/* Related tags */
.homepage-2026 .related-topics-item a {
  color: #4739C2;
  border-color: #4739C2;
}

.homepage-2026 .related-topics-item a:hover {
  background: #4739C2;
  color: #fff;
}

/* Social share buttons */
.homepage-2026 .social-btn {
  color: #4739C2;
  border-color: #4739C2;
}

.homepage-2026 .social-btn:hover {
  background: #4739C2;
  color: #fff;
}

/* Author info box */
.homepage-2026 .author-info-box-section {
  border-color: rgba(71, 57, 194, 0.15);
}

/* Breadcrumbs */
.homepage-2026 #breadcrumbs a {
  color: #4739C2;
}

.homepage-2026 #breadcrumbs a:hover {
  color: #3a2ea6;
}

/* Selection highlight for blog content */
.homepage-2026 .blog-post-content ::selection {
  background: rgba(71, 57, 194, 0.15);
}

/* Blockquote accent */
.homepage-2026 .blog-post-content blockquote {
  border-left-color: #4739C2;
}

/* ============================================
   ABOUT PAGE 2026 — green → purple + Montserrat
   ============================================ */

/* Content offset below fixed header */
.homepage-2026.page-template-page-about-v2 #a24 {
  padding-top: 80px;
}

/* Hero green subtitle → purple */
.homepage-2026 .about-2024-wrapper #a24hero h1 span.green,
.homepage-2026 .green-subtitle {
  color: #4739C2;
}

/* Hero & section fonts → Montserrat */
.homepage-2026 .about-2024-wrapper h1,
.homepage-2026 .about-2024-wrapper h2,
.homepage-2026 .about-2024-wrapper h3,
.homepage-2026 .about-2024-wrapper p {
  font-family: 'Montserrat', sans-serif;
}

/* Global green text → purple */
.homepage-2026 h2 .green {
  color: #4739C2;
}

/* CTA buttons — green gradient → purple */
.homepage-2026 #a24.homepage-2024-wrapper a.btn {
  background-image: none;
  background-color: #4739C2;
}

.homepage-2026 #a24.homepage-2024-wrapper a.btn:hover {
  background: none;
  background-color: #fff;
  border-color: #4739C2;
  color: #4739C2;
}

/* Driving section — clean up button on mobile */
.homepage-2026 .about-2024-wrapper #a24drive .button-hold .btn {
  background-color: #4739C2;
  background-image: none;
}

.homepage-2026 .about-2024-wrapper #a24drive .button-hold .btn:hover {
  background-color: #3a2ea6;
  background-image: none;
}

@media (max-width: 768px) {
  .homepage-2026 .about-2024-wrapper #a24drive .button-hold {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    clip-path: none;
    background: transparent;
    padding: 0 1rem 1.5rem;
    margin-top: -2rem;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
  }

  .homepage-2026 .about-2024-wrapper #a24drive .button-hold .btn {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

/* "Backed by the Best" title — green gradient → purple gradient */
.homepage-2026 #a24investors .title h2 {
  background-image: linear-gradient(to right, #4739C2, #3a2ea6);
}

/* Kill green hover effects on all about page buttons */
.homepage-2026 .about-2024-wrapper a.btn:hover,
.homepage-2026 #a24.homepage-2024-wrapper #a24hero a.btn:hover,
.homepage-2026 #a24.homepage-2024-wrapper a.btn:hover {
  background: none !important;
  background-color: #3a2ea6 !important;
  border-color: #3a2ea6 !important;
  color: #fff !important;
}

.homepage-2026 .about-2024-wrapper a.btn:hover img,
.homepage-2026 #a24.homepage-2024-wrapper #a24hero a.btn:hover img {
  filter: none !important;
}

/* Case boxes — green gradient hover → purple gradient */
.homepage-2026 #a24uses .cases-wrapper .case-box:hover {
  background-image: linear-gradient(to right, #4739C2, #3a2ea6);
}

/* Info pages (Privacy Policy, Terms) — content offset */
.homepage-2026.info-2025 #a25 {
  padding-top: 80px;
}

/* ── Page hero for general 2026 pages (Privacy, Terms, etc.) ── */
.a26-page-hero {
  background-color: #0C0B0A;
  padding: 140px 0 60px;
}

.a26-page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 52px;
}

.a26-page-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}

@media (max-width: 768px) {
  .a26-page-hero {
    padding: 120px 0 40px;
  }

  .a26-page-hero-inner {
    padding: 0 24px;
  }

  .a26-page-hero h1 {
    font-size: 2rem;
  }
}

.header-2026-inner {  
  margin: 0 auto;
  padding: 20px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo a {
  display: inline-flex;
}

.header-logo-img {
  height: 36px;
  width: auto;
}

/* Nav */
.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav-list li {
  margin: 0;
}

.header-nav-list li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.97px;
  font-weight: 600;
  line-height: 15.56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
  transition: opacity 0.2s ease;
}

.header-nav-list li a:hover {
  opacity: 0.7;
}

/* Desktop dropdown submenu */
.header-nav-list li {
  position: relative;
}

.header-nav-list .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  margin-left: 0.4rem;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.6;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-nav-list .menu-item-has-children:hover > a::after {
  transform: rotate(-135deg) translateY(-1px);
  opacity: 1;
}

.header-nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: -1.5rem;
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 12px;
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  transition-delay: 0.08s;
  z-index: 100;
}

.header-nav-list .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(8px);
  transition-delay: 0s;
}

.header-nav-list .sub-menu li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: none;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.header-nav-list .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  opacity: 1;
}

.header-nav-list .sub-menu .current-menu-item > a {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

/* CTA Button */
.header-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #303030;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 28px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.header-cta-btn:hover {
  background-color: #4739C2;
  color: #fff;
}

/* Burger → X toggle */
.menu-toggle-2026 {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  z-index: 10001;
  position: relative;
}

.burger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.25, 0, 0, 1), opacity 0.3s ease-out;
}

.menu-toggle-2026[aria-expanded="true"] .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle-2026[aria-expanded="true"] .burger-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle-2026[aria-expanded="true"] .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ── Mobile Menu: Giga-style full-screen overlay ── */
.mobile-menu-2026 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #0C0B0A;
  padding: 100px 28px 40px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;

  /* Slide down from top */
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: clip-path 0.5s cubic-bezier(0.25, 0, 0, 1),
              visibility 0s linear 0.5s;
}

.mobile-menu-2026.open {
  clip-path: inset(0 0 0 0);
  visibility: visible;
  transition: clip-path 0.5s cubic-bezier(0.25, 0, 0, 1),
              visibility 0s linear 0s;
}

/* Menu items slide in from left, staggered */
.mobile-nav-list {
  list-style: none;
  margin: 100px 0 0;
  padding: 0;
}

.mobile-nav-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0, 0, 1),
              opacity 0.4s ease-out;
}

.mobile-menu-2026.open .mobile-nav-list > li {
  transform: translateX(0);
  opacity: 1;
}

/* Stagger each item */
.mobile-menu-2026.open .mobile-nav-list > li:nth-child(1) { transition-delay: 0.15s; }
.mobile-menu-2026.open .mobile-nav-list > li:nth-child(2) { transition-delay: 0.2s; }
.mobile-menu-2026.open .mobile-nav-list > li:nth-child(3) { transition-delay: 0.25s; }
.mobile-menu-2026.open .mobile-nav-list > li:nth-child(4) { transition-delay: 0.3s; }
.mobile-menu-2026.open .mobile-nav-list > li:nth-child(5) { transition-delay: 0.35s; }
.mobile-menu-2026.open .mobile-nav-list > li:nth-child(6) { transition-delay: 0.4s; }
.mobile-menu-2026.open .mobile-nav-list > li:nth-child(7) { transition-delay: 0.45s; }
.mobile-menu-2026.open .mobile-nav-list > li:nth-child(8) { transition-delay: 0.5s; }

/* Close: no stagger, all at once */
.mobile-nav-list > li {
  transition-delay: 0s;
}

.mobile-nav-list li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 16px 0;
  text-transform: none;
  letter-spacing: 0;
}

/* Parent items with children — accordion toggle */
.mobile-nav-list > .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav-list > .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
  transition: transform 0.35s cubic-bezier(0.25, 0, 0, 1);
  flex-shrink: 0;
  margin-left: 12px;
}

.mobile-nav-list > .menu-item-has-children.accordion-open > a::after {
  transform: rotate(-135deg);
}

/* Sub-menu: hidden by default, accordion open */
.mobile-nav-list .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s cubic-bezier(0.25, 0, 0, 1),
              opacity 0.35s ease-out;
}

.mobile-nav-list > .menu-item-has-children.accordion-open > .sub-menu {
  max-height: 500px;
  opacity: 1;
}

.mobile-nav-list .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-nav-list .sub-menu li:last-child {
  border-bottom: none;
}

.mobile-nav-list .sub-menu li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.7);
}

.mobile-nav-list .sub-menu li a:hover {
  color: #fff;
}

/* CTA at bottom of mobile menu */
.mobile-menu-cta {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0, 0, 1),
              opacity 0.4s ease-out;
  transition-delay: 0s;
}

.mobile-menu-2026.open .mobile-menu-cta {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.5s;
}

.mobile-menu-cta {
  margin-top: 24px;
}

.mobile-menu-cta .header-cta-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* ============================================
   FOOTER 2026
   Zeplin: #0F0E0D bg
   Heading: 18px/48px w600 #7D7D7D
   Link: 18px/48px w600 white
   Small: 14px/34px w300 #676767
   Newsletter: input w/ border, purple subscribe btn
   Partners: 0.70 opacity
   Social: 0.40 opacity
   ============================================ */
/* ============================================
   FOOTER 2026
   Slice 1: Logo (left) + Menu cols (right)
   Slice 2: Partners (left) + Newsletter (right)
   Separator
   Slice 3: Copyright (left) + Social (right)
   ============================================ */
.footer-2026 {
  background-color: #0F0E0D;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.footer-2026-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 60px 40px;
}

/* ── Slice 1: Logo + Menus ── */
.footer-slice-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 48px;
}

.footer-logo-link {
  display: inline-flex;
}

.footer-logo-img {
  height: 2rem;
  width: auto;
}

.footer-menus {
  display: flex;
  gap: 64px;
}

.footer-col-header {
  margin-bottom: 8px;
}

.footer-col-header span,
.footer-col-header a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #7D7D7D;
  text-decoration: none;
}

.footer-col-header a:hover {
  color: #fff;
}

.footer-col-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col-links li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-col-links li a:hover {
  opacity: 0.7;
}

/* ── Slice 2: Partners + Newsletter ── */
.footer-slice-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 48px 0;
}

.footer-partners-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-partners-label {
  font-size: 14px;
  font-weight: 300;
  color: #676767;
}

.footer-partners-logos {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-partner-logo img {
  height: 2.25rem;
  width: auto;
  opacity: 0.7;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.footer-partner-logo img:hover {
  opacity: 1;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 35%;
}

.footer-newsletter-label {
  font-size: 14px;
  font-weight: 600;
  color: #7D7D7D;
  margin-bottom: 12px;
}

.newsletter-form {
  margin: 0;
}

.newsletter-input-wrap {
  display: flex;
  gap: 8px;
}

.newsletter-input-wrap input[type="email"] {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
  outline: none;
  transition: border-color 0.2s ease;
}

.newsletter-input-wrap input[type="email"]::placeholder {
  color: #7D7D7D;
  opacity: 0.4;
}

.newsletter-input-wrap input[type="email"]:focus {
  border-color: #4739C2;
}

.newsletter-btn {
  background: #4739C2;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 31px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.newsletter-btn:hover {
  background: #3a2ea6;
}

/* HubSpot embedded newsletter form — match site design
   Covers both legacy hs-form classes and new hsfc- classes */
.footer-newsletter .newsletter-form [data-hsfc-id="Renderer"],
.footer-newsletter .newsletter-form .hs-form {
  display: flex !important;
  gap: 8px;
  align-items: stretch;
}

.footer-newsletter .newsletter-form .hsfc-Form,
.footer-newsletter .newsletter-form .hs-form {
  display: flex !important;
  gap: 8px;
  align-items: stretch;
}

.footer-newsletter .newsletter-form .hsfc-Step {
  border: none !important;
  background: none !important;
  width: 100%;
}

.footer-newsletter .newsletter-form .hsfc-Step__Content {
  padding: 0 !important;
  display: flex !important;
  gap: 8px;
  align-items: stretch;
}

.footer-newsletter .newsletter-form .hsfc-Row {
  display: flex !important;
  gap: 8px;
  margin: 0 !important;
  flex: 1;
}

.footer-newsletter .newsletter-form .hsfc-NavigationRow {
  margin: 0 !important;
  flex-shrink: 0;
}

.footer-newsletter .newsletter-form .hs-form fieldset {
  flex: 1;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-newsletter .newsletter-form .hs-form .hs-form-field,
.footer-newsletter .newsletter-form .hsfc-TextField {
  margin: 0;
  width: 100%;
}

.footer-newsletter .newsletter-form .hs-form .hs-form-field label,
.footer-newsletter .newsletter-form .hsfc-FieldLabel {
  display: none !important;
}

.footer-newsletter .newsletter-form .hs-form .hs-input,
.footer-newsletter .newsletter-form .hs-form input[type="email"],
.footer-newsletter .newsletter-form .hsfc-TextInput {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 25px !important;
  padding: 10px 20px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 34px;
  color: #fff !important;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.footer-newsletter .newsletter-form .hs-form .hs-input::placeholder,
.footer-newsletter .newsletter-form .hsfc-TextInput::placeholder {
  color: #7D7D7D !important;
  opacity: 0.4;
}

.footer-newsletter .newsletter-form .hs-form .hs-input:focus,
.footer-newsletter .newsletter-form .hsfc-TextInput:focus {
  border-color: #4739C2 !important;
  box-shadow: none !important;
}

.footer-newsletter .newsletter-form .hs-form .hs-submit,
.footer-newsletter .newsletter-form .hsfc-NavigationRow__Buttons {
  flex-shrink: 0;
  display: flex !important;
}

.footer-newsletter .newsletter-form .hs-form .hs-button,
.footer-newsletter .newsletter-form .hs-form input[type="submit"],
.footer-newsletter .newsletter-form .hsfc-Button {
  background: #4739C2 !important;
  background-image: none !important;
  color: #fff !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 10px 24px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.781rem !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 34px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.footer-newsletter .newsletter-form .hs-form .hs-button:hover,
.footer-newsletter .newsletter-form .hs-form input[type="submit"]:hover,
.footer-newsletter .newsletter-form .hsfc-Button:hover {
  background: #3a2ea6 !important;
  transform: none !important;
}

.footer-newsletter .newsletter-form .hs-form .hs-error-msgs,
.footer-newsletter .newsletter-form .hsfc-ErrorAlert {
  color: #e74c3c;
  font-size: 0.75rem;
  margin-top: 4px;
  list-style: none;
  padding: 0;
}

.footer-newsletter .newsletter-form .hs-form .submitted-message,
.footer-newsletter .newsletter-form .hsfc-PostSubmit {
  color: #7D7D7D;
  font-size: 0.875rem;
}

.footer-newsletter .newsletter-form .hs-form .legal-consent-container,
.footer-newsletter .newsletter-form .hsfc-DataPrivacyField {
  display: none;
}

/* WP menu in footer (depth 2: top-level = headers, children = links) */
.footer-wp-menu {
  display: flex;
  gap: 64px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-wp-menu > li > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #7D7D7D;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-wp-menu > li > a:hover {
  color: #fff;
}

.footer-wp-menu .sub-menu {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.footer-wp-menu .sub-menu li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-wp-menu .sub-menu li a:hover {
  opacity: 0.7;
}

/* ── Separator ── */
.footer-separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* ── Slice 3: Copyright + Social ── */
.footer-slice-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 16px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-copyright,
.footer-rule {
  font-size: 14px;
  font-weight: 300;
  color: #676767;
}

.footer-legal .footer-rule::before {
  content: '|';
  margin-right: 16px;
  color: #676767;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.footer-social-icon {
  height: 1.5rem;
}
.footer-social-icon img {
  margin: auto 0;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-social:hover {
  opacity: 0.7;
}

/* ============================================
   RESPONSIVE: CONTENT-WIDTH TIERS
   >= 1820px  → 1650px  (large monitors, near-Zeplin)
   1441–1819  → 1440px  (default, set above)
   1025–1440  → 1360px  (smaller laptops)
   ============================================ */
@media (min-width: 1820px) {
  .a26sec .section-content {
    max-width: 1650px;
    width: 1650px;
  }

  .footer-2026-inner {
    max-width: 1650px;
  }
  #a26hero .hero-title {
    max-width: 650px
  }
}

@media (max-width: 1450px) and (min-width: 1025px) {
  .a26sec .section-content {
    max-width: 1360px;
    width: 1360px;
  }

  .header-2026-inner {
    max-width: 1360px;
  }
  #a26hero .hero-title {
    max-width: 500px;
  }
  .footer-2026-inner {
    max-width: 1360px;
  }
  #a26teams .team-text .section-title h2 {
      max-width: 450px;
  }
.a26sec .section-background .bg-desktop, .a26sec .section-background .bg-mobile {

  left: -250px;
  position: relative;
}
}

/* ============================================
   RESPONSIVE: TABLET (1024px)
   ============================================ */
@media (max-width: 1024px) {
  .a26sec .section-content {
    padding: 80px 40px;
    width: auto;
  }

  .a26sec .section-title h2 {
    font-size: 36px;
  }

  .a26sec .section-subtitle {
    font-size: 20px;
  }

  #a26hero .row-container {
    max-width: 100%;
  }

  #a26hero .hero-title {
    font-size: 48px;
  }

  #a26hero .section-content {
    display: flex;
    justify-content: center;
  }

  #a26hero .hero-body {
    font-size: 20px;
  }

  #a26fieldagents .section-title {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #a26stats .stats-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  #a26stats .stats-left h2 {
    position: static;
    font-size: 36px;
  }

  #a26stats .stat-number {
    font-size: 36px;
  }

  #a26fieldagents .agents-columns {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .a26sec .toggle-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .a26sec .toggle-image {
    position: static;
  }

  #a26teams .team-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #a26teams .team-text .section-body {
    margin: 0;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-card.reversed {
    direction: ltr;
  }

  #a26trust .trust-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  #a26trust .trust-center-heading {
    gap: 1.5rem;
  }

  #a26trust .trust-center {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 40px;
    gap: 2rem;
  }

  #a26trust .trust-right {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  #a26trust .trust-feature-box {
    flex: 1;
    min-width: 200px;
  }

  #a26salesforce .sf-box {
    min-width: 140px;
  }

  .case-study-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .testimonial-quote blockquote {
    font-size: 48px;
  }

  #a26platform .section-content {
    padding: 16px 24px;
  }

  #a26platform .cta-content h2 {
    font-size: 36px;
  }

  #a26cta2 .cta-content h2 {
    font-size: 48px;
  }

  #a26cta2 .cta-container {
    min-height: 600px;
  }

  .ctaend-layout {
    gap: 32px;
  }

  .ctaend-left h2 {
    font-size: 36px;
  }

  /* Header tablet */
  .header-2026-inner {
    padding: 16px 40px;
  }

  /* Footer tablet */
  .footer-2026-inner {
    padding: 60px 40px 32px;
  }

  .footer-menus {
    gap: 40px;
  }

  .footer-newsletter {
    min-width: 300px;
  }

  /* Logos tablet */
  #a26logos .section-content {
    padding: 60px 40px;
  }

  /* Teams tablet — already single col from desktop rule */

  /* Testimonial tablet */
  .testimonial-card {
    flex: 0 0 calc(50vw - 2rem);
  }

  /* White CTA tablet */
  #a26whitecta .section-title h2 {
    font-size: 36px;
  }

  /* Case study tablet */
  .casestudy-stats {
    flex-wrap: wrap;
  }
}

/* ============================================
   RESPONSIVE: MOBILE (768px)
   ============================================ */
@media (max-width: 768px) {
  .a26sec .section-content {
    padding: 50px 24px;
  }

  /* Zeplin mobile: section titles 32px, subtitles 14px, body 14px */
  .a26sec .section-title h2 {
    font-size: 32px;
  }

  .a26sec .section-subtitle {
    font-size: 18px;
    line-height: 1.67;
  }

  .a26sec .section-body {
    font-size: 14px;
  }

  #a26 .btn {
    font-size: 11px;
  }

  #a26 .btn.blackBtn2025,
  #a26 .btn.a26-btn-white {
    font-size: 9px;
    padding: 8px 20px;
    line-height: 28px;
  }

  /* ── HERO mobile ── Zeplin: title 32px, body 13px */
  #a26hero {
    min-height: 80vh;
  }
 #a26hero .section-background .bg-img,
 #a26hero  .section-background .bg-img img,
 #a26hero  .section-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% bottom
}


  #a26hero .row-container {
    max-width: 100%;
  }

  #a26hero .hero-title {
    font-size: 32px;
  }

  #a26hero .hero-body {
    font-size: 13px;
  }

  /* Logo carousel section mobile: 3-col grid instead of swiper */
  #a26logos-hero .logo-carousel-section {
    padding: 32px 20px;
  }

  #a26logos-hero #a25-logo-carousel {
    overflow: visible !important;
  }

  #a26logos-hero #a25-logo-carousel .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
    transform: none !important;
    width: 100% !important;
  }

  #a26logos-hero #a25-logo-carousel .swiper-slide {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }

  #a26logos-hero #a25-logo-carousel .swiper-slide img {
    /* max-height: 28px; */
    max-width: 100px;
    height: auto;
    max-height: 26px;
    /* width: auto; */
    opacity: 0.6;
  }

  /* ── STATS mobile ──
     Single column, top separator at 60% width instead of left border, left-align */
  #a26stats .section-content {
    padding: 60px 20px;
  }

  #a26stats .stats-right {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #a26stats .stat-box {
    border-left: none;
    padding: 56px 0;
    text-align: left;
  }

  #a26stats .stat-box::before {
    content: '';
    display: block;
    width: 60%;
    height: 1px;
    top: -56px;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
  }

  /* Zeplin: stat numbers 46px w300, titles 18px w600, body 13px w400 */
  #a26stats .stat-number {
    font-size: 46px;
    font-weight: 300;
  }

  #a26stats .stat-title {
    font-size: 24px;
    font-weight: 600;
  }

  #a26stats .stat-body {
    font-size: 18px;
  }

  #a26stats .stats-left h2 {
    text-align: left;
  }

  /* ── CTA 1 / PLATFORM mobile ──
     Centered, 430px tall, 90vw width, black sides */
  #a26platform .section-content {
    padding: 12px 16px;
  }

  #a26platform .cta-container {
    min-height: 430px;
    width: 90vw;
    margin: 0 auto;
    border-radius: 12px;
  }

  #a26platform .cta-content {
    padding: 60px 20px;
    text-align: center;
  }

  #a26platform .cta-content h2 {
    font-size: 28px;
  }

  #a26platform .cta-content .buttons-hold {
    justify-content: center;
    align-items: center;
  }

  /* ── FIELD AGENTS mobile ──
     Stacked single column with 3rem gap */
  #a26fieldagents .section-content {
    padding: 60px 20px;
  }

  #a26fieldagents .agent-col-title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 1.5rem;
  }

  #a26fieldagents .agent-col-body p {
    font-size: 18px;
    line-height: 1.67;
  }

  #a26fieldagents .section-title {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  #a26fieldagents .agents-columns {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  #a26fieldagents .agent-col {
    padding: 42px 42px 0;
  }
  
  /* ── TOGGLE SECTIONS shared mobile ──
     Both Build Agents and Operating Model:
     Order: Title, Body, Button, Slider(image), Toggle-area
     Backdrop capped at 280px, slider centered.
     All text left-aligned, numbers right-aligned. */

  .a26sec .toggle-section .section-title {
    margin: 2rem 0 0;
  }

  .a26sec .toggle-header {
    gap: 2rem;
  }

  .a26sec .toggle-section,
  .a26sec .toggle-section.toggle-reversed {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .a26sec .toggle-image {
    position: static;
  }

  /* Break toggle-left into header + list for reordering */
  .a26sec .toggle-section .toggle-left {
    display: contents;
  }

  .a26sec .toggle-section .toggle-header {
    order: 1;
  }

  .a26sec .toggle-section .toggle-image {
    order: 2;
  }

  .a26sec .toggle-section .toggle-list {
    order: 3;
  }

  /* Cap backdrop image at 280px on mobile */
  .a26sec .toggle-image-backdrop {
    height: auto;
    overflow: hidden;
  }

  .a26sec .toggle-image-backdrop .backdrop-img img {
    object-fit: cover;
    height: auto;
    width: 100%;
  }

  .a26sec .toggle-img-wrap {
    width: 100%;
  }
  .a26sec .toggle-img-wrap video {
    width: 90%;
    margin: 0 auto;
  }

  /* Ensure toggle body text is fully visible when open, left-aligned */
  .a26sec .toggle-body {
    padding-right: 0;
    text-align: left;
  }

  .a26sec .toggle-body p {
    text-align: left;
    font-size: 18px;
  }
  
  .a26sec .toggle-header .section-title h2,
  .a26sec .toggle-header .section-subtitle,
  .a26sec .toggle-title {
    text-align: left;
  }
  .a26sec .toggle-title {
    font-size: 24px;
  }
  .a26sec .toggle-header .section-subtitle {
    margin-top: 2rem;
  }
  /* Toggle section buttons left-aligned */
  .a26sec .toggle-header .buttons-hold {
    justify-content: flex-start;
  }

  /* ── FEATURED TEAM mobile ──
     Image before text, left-align, hide supertitle, smaller text */
  .team-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #a26teams .team-media {
    order: -1;
    margin-right: -24px;
    width: calc(100% + 24px);
  }

  #a26teams .featured-label {
    text-align: left;
  }

  #a26teams .team-text .section-title h2 {
    font-size: 30px;
    margin: 0 0 2rem;
    text-align: left;
  }

  #a26teams .team-text .section-body,
  #a26teams .team-text .section-body p {
    font-size: 18px;
    text-align: left;
  }
  #a26 #a26teams .buttons-hold {
    margin-top: 2rem;
  }
  #a26teams .section-content {
    padding: 60px 15px;
  }
  /* ── TRUST mobile ──
     Vertical, column order kept, all text/icons left-aligned,
     logos gallery stays centered. Right col boxes use top separator. */
  #a26trust .section-content {
    padding: 50px 24px;
  }

  #a26trust .trust-left,
  #a26trust .trust-center,
  #a26trust .trust-right {
    text-align: left;
  }

  #a26trust .trust-center {
    border-left: none;
    padding-left: 0;
    border-top: none;
    padding-top: 40px;
  }
 
  #a26trust .trust-center::before {
    content: '';
    display: block;
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 24px;
  }

  #a26trust .trust-logos {
    justify-content: center;
  }

  #a26trust .trust-right {
    flex-direction: column;
    height: 100%;
  }

  #a26trust .trust-feature-box {
    border-left: none;
    padding-left: 0;
    padding: 0;
    margin: 56px 0;
    position: relative;
    gap: 2rem;
  }

  #a26trust .trust-feature-box::before {
    content: '';
    display: block;
    top: -56px;
    position: relative;
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
  }

  #a26trust .trust-feat-body {
    font-size: 18px;
  }

  #a26trust .trust-body {
    font-size: 18px;
  }

  /* ── CTA 2 mobile ──
     Image on top, text left-aligned, 90vw content, 690px tall, centered 50% separator */
  #a26cta2 .cta-container {
    min-height: 1030px;
    width: 90vw;
    margin: 0 auto;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  #a26cta2 .cta-content {
    padding: 40px 20px;
    text-align: left;
  }

  #a26cta2 .cta-content h2 {
    font-size: 36px;
  }

  #a26cta2 .cta-container::after {
    content: '';
    display: block;
    width: 50%;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 32px auto 0;
  }

  /* ── SALESFORCE mobile ──
     Unique: ALL text and elements centered. Zeplin: title 28px */
  #a26salesforce .section-content {
    padding: 50px 15px;
  }

  #a26salesforce .section-title h2 {
    font-size: 28px;
  }

  #a26salesforce .sf-logo {
    margin-bottom: 4rem;
  }

  .sf-body p {
    font-size: 18px;
  }

  #a26salesforce .sf-layout {
    text-align: center;
  }

  #a26salesforce .sf-boxes {
    flex-direction: column;
    gap: 1rem;
  }

  #a26salesforce .sf-box {
    min-width: 100%;
    padding: 32px 50px;
    align-items: center;
    text-align: center;
  }

  #a26salesforce .sf-box-text {
    text-align: center;
    font-size: 18px;
  }

  #a26salesforce .sf-bottom-logos {
    gap: 0.7rem;
    justify-content: center;
  }

  /* ── WHITE CTA mobile ── Zeplin: 32px (inherits from global) */
  #a26whitecta .section-title h2 {
    font-size: 28px;
    text-align: left;
  }

  /* ── CASE STUDY mobile ──
     Vertical: media on top, then logo, title, writer, body, stats. */
  .case-study-card {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: left;
  }

  .case-study-right {
    order: -1;
  }

  .case-media img,
  .case-media video {
    border-radius: 12px;
  }

  .case-study-left h3 {
    font-size: 24px;
    text-align: left;
  }

  .case-stat-boxes {
    flex-direction: column;
    gap: 3rem;
  }

  .case-stat-box {
    padding: 18px 28px;
  }

  #a26casestudy .section-content {
    padding: 80px 24px 40px;
  }

  /* Zeplin: stat numbers 39px w300, labels 17px w600 */
  .case-stat-number {
    font-size: 39px;
    font-weight: 300;
  }

  .case-logo {
    margin: 0;
  }

  .case-study-left h3 {
    margin: 3rem 0 0;
  }

  .case-writer {
    margin: 2rem 0 0;
  }

  .case-testimonial-body {
    margin: 2rem 0 0;
    padding-right: 0;
    font-size: 18px;
  }

  .case-stat-label {
    font-size: 17px;
    font-weight: 600;
  }

  /* ── TESTIMONIALS mobile ──
     Single card visible, still draggable */
  #a26testimonial {
    padding: 40px 0 80px;
  }

  .testimonial-card {
    flex: 0 0 85vw;
    min-width: 280px;
    max-width: 85vw;
    padding: 28px;
  }

  .testimonial-track {
    gap: 1rem;
  }

  /* ── FINAL CTA mobile ──
     Vertical, left-aligned */
  #a26ctaend .section-content {
    padding: 60px 20px 260px;
    min-height: auto;
  }

  .ctaend-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }

  .ctaend-left h2 {
    font-size: 32px;
    text-align: left;
  }

  .ctaend-body {
    text-align: left;
  }
  #a26ctaend .section-background img {
    position: relative;
    top: 20%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }

  /* ── LOGOS standalone mobile ── */
  #a26logos .section-content {
    padding: 40px 20px;
  }

  .logo-strip {
    gap: 24px;
  }

  .logo-strip img {
    max-height: 28px;
  }

  /* ── HEADER mobile ── */
  .header-2026-inner {
    padding: 14px 20px;
  }

  .header-logo-img {
    height: 36px;
  }

  .mobile-menu-2026 {
    padding: 16px 20px 32px;
  }

  /* ── FOOTER mobile ── */
  .footer-partners-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    color: #7D7D7D;
    text-decoration: none;
  }

  .footer-2026-inner {
    padding: 50px 36px 24px;
  }

  .footer-slice-1 {
    flex-direction: column;
    gap: 32px;
  }

  .footer-menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    width: 100%;
  }

  .footer-col-links li a {
    font-size: 14px;
    line-height: 36px;
  }

  .footer-col-header span,
  .footer-col-header a {
    font-size: 14px;
    line-height: 36px;
  }

  .footer-slice-1 {
    padding: 16px 0;
  }

  .footer-slice-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 16px 0 32px;
  }

  .footer-partners-area {
    width: 100%;
  }

  .footer-partners-logos {
    gap: 32px;
  }

  .footer-newsletter {
    min-width: unset;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 32px;
  }

  .newsletter-input-wrap {
    flex-direction: row;
  }

  .footer-slice-3 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .footer-legal {
    flex-direction: column;
    gap: 4px;
  }

  .footer-legal .footer-rule::before {
    display: none;
  }
}

/* ═══════════════════════════════════════════
   Cookie Consent Banner + Cookie Policy Modal
   ═══════════════════════════════════════════ */

/* ── Banner — full-width bottom strip ── */
.a26-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.a26-cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.a26-cookie-banner.is-hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

.a26-cookie-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
}

.a26-cookie-text {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #333;
  margin: 0;
}

.a26-cookie-text a {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  transition: text-decoration-color 0.2s ease;
}

.a26-cookie-text a:hover {
  text-decoration-color: #111;
}

.a26-cookie-buttons {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.a26-cookie-btn {
  padding: 0.5rem 1.5rem;
  border: 1px solid #111;
  border-radius: 0.25rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  text-align: center;
  white-space: nowrap;
}

.a26-cookie-btn-accept {
  background: #111;
  color: #fff;
}

.a26-cookie-btn-accept:hover {
  background: #333;
}

/* ── Cookie Policy Modal ── */
.a26-cookie-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.a26-cookie-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.a26-cookie-modal {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem 2rem;
  width: min(520px, 92vw);
  max-height: 85vh;
  overflow-y: auto;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  position: relative;
  transform: translateY(20px);
  transition: transform 0.35s cubic-bezier(0.25, 0, 0, 1);
}

.a26-cookie-modal-overlay.is-open .a26-cookie-modal {
  transform: translateY(0);
}

.a26-cookie-modal-close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  line-height: 1;
}

.a26-cookie-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.a26-cookie-modal h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.a26-cookie-modal p {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.5rem;
}

.a26-cookie-category {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.a26-cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a26-cookie-category-name {
  font-size: 0.875rem;
  font-weight: 600;
}

.a26-cookie-category-desc {
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.375rem;
}

.a26-cookie-category-badge {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
  white-space: nowrap;
  margin-left: 0.75rem;
}

/* Toggle switch */
.a26-cookie-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
  margin-left: 0.75rem;
}

.a26-cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.a26-cookie-toggle-track {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 11px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.a26-cookie-toggle-track::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.a26-cookie-toggle input:checked + .a26-cookie-toggle-track {
  background: #0A2D24;
}

.a26-cookie-toggle input:checked + .a26-cookie-toggle-track::after {
  transform: translateX(18px);
}

.a26-cookie-toggle input:disabled + .a26-cookie-toggle-track {
  opacity: 0.4;
  cursor: default;
}

.a26-cookie-modal-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.a26-cookie-modal-buttons .a26-cookie-btn {
  flex: 1;
}

/* ── Mobile ── */
@media (max-width: 600px) {
  .a26-cookie-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
  }

  .a26-cookie-text {
    font-size: 0.75rem;
  }

  .a26-cookie-modal {
    padding: 2rem 1.5rem 1.5rem;
  }

  .a26-cookie-modal-buttons {
    flex-direction: column;
  }
}
