/* Start custom CSS */.ab-hero{
  background:#FFFFFF;
  box-sizing:border-box;
}

.ab-hero__inner{
  max-width:1180px;
  margin:0 auto;
  padding:88px 32px 0;
  box-sizing:border-box;
}

.ab-hero__text{
  max-width:820px;
  margin:0 auto;
  text-align:center;
}

.ab-eyebrow{
  display:block !important;
  font-family:'Manrope', Arial, sans-serif !important;
  font-weight:800 !important;
  font-size:13px !important;
  line-height:1.4 !important;
  letter-spacing:0.08em !important;
  text-transform:uppercase !important;
  text-align:center !important;
  color:#0E7C86 !important;
  margin:0 0 20px !important;
}

.ab-hero__headline{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:58px;
  line-height:1.1;
  color:#2D3042;
  margin:0;
  letter-spacing:-0.015em;
}
.ab-hero__headline .ab-accent{
  color:#0E7C86;
}

/* ---- Stat-chip collage ---- */
.ab-stage{
  position:relative;
  width:100%;
  max-width:900px;
  aspect-ratio:1800/1169;
  margin:56px auto 0;
}

.ab-stage-base{
  position:absolute;
  inset:0;
  opacity:0;
  transform:translateY(24px) scale(0.98);
  transition:opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1);
}
.ab-hero.ab-in-view .ab-stage-base{ opacity:1; transform:translateY(0) scale(1); }
.ab-stage-base img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
  -webkit-mask-image:linear-gradient(to bottom, black 60%, transparent 94%);
  mask-image:linear-gradient(to bottom, black 60%, transparent 94%);
}

.ab-chip{
  position:absolute;
  width:190px;
  background:#FFFFFF;
  border:1px solid #E2E4E9;
  border-radius:14px;
  padding:16px 18px;
  box-shadow:0 20px 40px -16px rgba(45,48,66,.32);
  opacity:0;
  transform:translateY(20px);
  transition:opacity .6s ease, transform .6s ease;
}
.ab-hero.ab-in-view .ab-chip{ opacity:1; transform:translateY(0); }
.ab-hero.ab-in-view .ab-chip--1{ transition-delay:400ms; }
.ab-hero.ab-in-view .ab-chip--2{ transition-delay:550ms; }
.ab-hero.ab-in-view .ab-chip--3{ transition-delay:700ms; }

.ab-chip--1{ top:6%; left:-8%; }
.ab-chip--2{ top:38%; right:-10%; }
.ab-chip--3{ top:70%; left:-6%; }

.ab-chip-num{
  font-family:'Inter', Arial, sans-serif;
  font-weight:800;
  font-size:24px;
  line-height:1.1;
  color:#2D3042;
  margin-bottom:4px;
}
.ab-chip-num span{ color:#0E7C86; }
.ab-chip-label{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:700;
  font-size:11px;
  letter-spacing:.02em;
  color:#8A8D9B;
}

@media(max-width:900px){
  .ab-stage{ max-width:600px; margin-top:48px; margin-bottom:88px; }
  .ab-hero__headline{ font-size:44px; }
  .ab-chip--1{ left:0; }
  .ab-chip--2{ right:0; }
  .ab-chip--3{ left:0; }
}

@media(min-width:901px){
  .ab-stage{ margin-bottom:88px; }
}

@media(max-width:640px){
  .ab-hero__inner{ padding:48px 20px 0; }
  .ab-hero__headline{ font-size:30px; }
  .ab-stage{ margin-top:32px; margin-bottom:48px; }
  .ab-chip{ width:150px; padding:12px 14px; }
  .ab-chip-num{ font-size:19px; }
  .ab-chip-label{ font-size:10px; }
}


/* ============================================================
   SECTION: Story (sidebar timeline + single flowing essay --
   NOT a 3-column card grid, deliberately. Beliefs owns that
   pattern for parallel/independent items. This content is
   sequential (problem -> company -> answer), so it gets a
   structurally different shape: a vertical marker rail on the
   left, connected by a line, and one continuous piece of prose
   on the right with the pull-quote inline, breaking the flow.)
   ============================================================ */

#abStory{
  max-width:1180px;
  margin:0 auto;
  padding:88px 32px;
  box-sizing:border-box;
}

.ab-story-head{
  margin-bottom:48px;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
#abStory.ab-in-view .ab-story-head{ opacity:1; transform:translateY(0); }

.ab-story-eyebrow{
  display:block;
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:13px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#0E7C86;
  margin:0 0 14px;
}

.ab-story-head h2{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:32px;
  line-height:1.175;
  color:#2D3042;
  margin:0;
  max-width:560px;
}

.ab-story-layout{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:64px;
}

/* ---- Left rail: vertical timeline markers ---- */
.ab-story-rail{
  position:relative;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
#abStory.ab-in-view .ab-story-rail{ opacity:1; transform:translateY(0); }

.ab-story-rail::before{
  content:"";
  position:absolute;
  top:6px;
  bottom:6px;
  left:5px;
  width:1px;
  background:#E2E4E9;
}

.ab-story-mark{
  position:relative;
  padding-left:26px;
  margin-bottom:64px;
}
.ab-story-mark:last-child{ margin-bottom:0; }

.ab-story-mark::before{
  content:"";
  position:absolute;
  left:0;
  top:5px;
  width:11px;
  height:11px;
  border-radius:50%;
  background:#FFFFFF;
  border:2px solid #0E7C86;
}

.ab-story-mark-label{
  display:block;
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:13px;
  line-height:1.4;
  color:#2D3042;
}

/* ---- Right: continuous prose ---- */
.ab-story-essay{
  max-width:680px;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease .1s, transform .6s ease .1s;
}
#abStory.ab-in-view .ab-story-essay{ opacity:1; transform:translateY(0); }

.ab-story-essay p{
  font-family:'Inter', Arial, sans-serif;
  font-size:16px;
  line-height:1.75;
  color:#383B4C;
  margin:0 0 22px;
}
.ab-story-essay p:last-child{ margin-bottom:0; }

.ab-pullquote{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-style:italic;
  font-size:24px;
  line-height:1.4;
  color:#2D3042;
  border-left:3px solid #0E7C86;
  padding:2px 0 2px 22px;
  margin:32px 0;
}

@media(max-width:860px){
  .ab-story-layout{ grid-template-columns:1fr; gap:32px; }
  .ab-story-rail{ display:flex; gap:24px; }
  .ab-story-rail::before{ top:5px; left:0; right:0; bottom:auto; height:1px; width:auto; }
  .ab-story-mark{ padding-left:0; padding-top:22px; margin-bottom:0; }
  .ab-story-mark::before{ top:0; left:5px; }
}

@media(max-width:640px){
  #abStory{ padding:48px 20px; }
  .ab-story-head{ margin-bottom:32px; }
  .ab-story-head h2{ font-size:26px; }
  .ab-story-rail{ flex-direction:column; gap:0; }
  .ab-story-rail::before{ display:none; }
  .ab-story-mark{ padding-left:26px; margin-bottom:16px; }
  .ab-story-mark::before{ top:5px; left:0; }
  .ab-pullquote{ font-size:20px; }
}


/* ============================================================
   SECTION: What We Believe (3-card grid, mist section bg)
   ============================================================ */

.ab-beliefs{
  background:#EEF1F4;
  box-sizing:border-box;
}

#abBeliefs{
  max-width:1180px;
  margin:0 auto;
  padding:88px 32px;
  box-sizing:border-box;
}

.ab-beliefs-head{
  text-align:center;
  max-width:640px;
  margin:0 auto 48px;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
#abBeliefs.ab-in-view .ab-beliefs-head{ opacity:1; transform:translateY(0); }

.ab-beliefs-icon{
  width:44px;
  height:44px;
  display:block;
  margin:0 auto 14px;
}
.ab-beliefs-icon svg{
  width:100%;
  height:100%;
  stroke:#0E7C86;
  fill:none;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ab-beliefs-eyebrow{
  display:block;
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:13px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#0E7C86;
  margin:0 0 12px;
}

#abBeliefs h2{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:32px;
  line-height:1.175;
  color:#2D3042;
  margin:0;
}

.ab-beliefs-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:20px;
}

.ab-belief-card{
  position:relative;
  overflow:hidden;
  background:#FFFFFF;
  border:1px solid #E2E4E9;
  border-radius:14px;
  padding:28px;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
#abBeliefs.ab-in-view .ab-belief-card{ opacity:1; transform:translateY(0); }
#abBeliefs.ab-in-view .ab-belief-card:nth-child(1){ transition-delay:0ms; }
#abBeliefs.ab-in-view .ab-belief-card:nth-child(2){ transition-delay:100ms; }
#abBeliefs.ab-in-view .ab-belief-card:nth-child(3){ transition-delay:200ms; }

.ab-belief-num{
  position:absolute;
  top:-14px;
  right:8px;
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:80px;
  line-height:1;
  color:#EEF1F4;
  z-index:0;
  pointer-events:none;
}

.ab-belief-icon{
  position:relative;
  z-index:1;
  width:38px;
  height:38px;
  border-radius:10px;
  background:#DCEEEF;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}
.ab-belief-icon svg{
  width:19px;
  height:19px;
  stroke:#0E7C86;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ab-belief-card h3{
  position:relative;
  z-index:1;
  font-family:'Manrope', Arial, sans-serif;
  font-weight:700;
  font-size:16.5px;
  line-height:1.4;
  color:#2D3042;
  margin:0 0 10px;
}

.ab-belief-card p{
  position:relative;
  z-index:1;
  font-family:'Inter', Arial, sans-serif;
  font-size:13.5px;
  line-height:1.6;
  color:#383B4C;
  margin:0;
}
.ab-belief-card p a{
  color:#0E7C86 !important;
  font-weight:600;
  text-decoration:underline;
}

@media(max-width:900px){
  .ab-beliefs-grid{ grid-template-columns:1fr; gap:16px; }
}

@media(max-width:640px){
  #abBeliefs{ padding:48px 20px; }
  #abBeliefs h2{ font-size:26px; }
  .ab-beliefs-head{ margin-bottom:32px; }
}


/* ============================================================
   SECTION: The Team (founder cards -- same pattern as the
   homepage's Who We Are section, .wwa-card)
   ============================================================ */

#abTeam{
  max-width:1180px;
  margin:0 auto;
  padding:88px 32px;
  box-sizing:border-box;
}

#abTeam h2{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:32px;
  line-height:1.175;
  color:#2D3042;
  margin:0 0 32px;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
#abTeam.ab-in-view h2{ opacity:1; transform:translateY(0); }

.ab-team-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:24px;
}

.ab-founder-card{
  display:flex;
  align-items:flex-start;
  gap:20px;
  background:#EEF1F4;
  border:1px solid #E2E4E9;
  border-radius:16px;
  padding:26px;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
#abTeam.ab-in-view .ab-founder-card{ opacity:1; transform:translateY(0); }
#abTeam.ab-in-view .ab-founder-card:nth-child(1){ transition-delay:0ms; }
#abTeam.ab-in-view .ab-founder-card:nth-child(2){ transition-delay:120ms; }

.ab-founder-avatar{
  width:120px !important;
  height:120px !important;
  flex-shrink:0;
  display:block;
}
.ab-founder-avatar--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0E7C86;
  color:#FFFFFF;
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:20px;
}

.ab-founder-role{
  display:block;
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:10.5px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#0E7C86;
  margin-bottom:4px;
}

.ab-founder-card h3{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:700;
  font-size:18px;
  color:#2D3042;
  margin:0 0 10px;
}

.ab-founder-card p{
  font-family:'Inter', Arial, sans-serif;
  font-size:13.5px;
  line-height:1.6;
  color:#383B4C;
  margin:0;
}

.ab-team-close{
  font-family:'Inter', Arial, sans-serif;
  font-size:14.5px;
  color:#383B4C;
  margin:0;
}

@media(max-width:860px){
  .ab-team-grid{ grid-template-columns:1fr; }
}

@media(max-width:640px){
  #abTeam{ padding:48px 20px; }
  #abTeam h2{ font-size:26px; margin-bottom:24px; }
  .ab-founder-card{ flex-direction:column; text-align:center; }
  .ab-founder-avatar{ margin:0 auto; }
}


/* ============================================================
   SECTION: Where This Is Going (dark, centered -- same treatment
   as the homepage's Platform Header, .plat-head)
   ============================================================ */

.ab-roadmap{
  background:#2D3042;
  box-sizing:border-box;
}

.ab-roadmap__inner{
  max-width:760px;
  margin:0 auto;
  padding:88px 32px;
  text-align:center;
  box-sizing:border-box;
}

.ab-roadmap__inner h2{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:32px;
  line-height:1.175;
  color:#FFFFFF;
  margin:0 0 16px;
}

.ab-roadmap__inner p{
  font-family:'Inter', Arial, sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:1.6;
  color:#C7CAD3;
  margin:0 0 44px;
}

/* ---- Flow chain, reused from Billing Workflow's bw-flow ---- */
.ab-flow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-bottom:44px;
  flex-wrap:wrap;
}

.ab-flow-node{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:96px;
}

.ab-flow-tag{
  font-family:'Manrope', Arial, sans-serif;
  font-weight:800;
  font-size:9px;
  letter-spacing:0.05em;
  text-transform:uppercase;
  color:#5EC4CC;
  margin-bottom:8px;
}
.ab-flow-node--soon .ab-flow-tag{ color:#8A8D9B; }

.ab-flow-icon{
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(94,196,204,.15);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
}
.ab-flow-node--soon .ab-flow-icon{
  background:transparent;
  border:1.5px dashed #6C6F7B;
}
.ab-flow-icon svg{
  width:20px;
  height:20px;
  stroke:#5EC4CC;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ab-flow-node--soon .ab-flow-icon svg{ stroke:#8A8D9B; }

.ab-flow-label{
  font-family:'Inter', Arial, sans-serif;
  font-weight:600;
  font-size:12.5px;
  line-height:1.3;
  color:#FFFFFF;
  text-align:center;
}
.ab-flow-node--soon .ab-flow-label{ color:#C7CAD3; }

.ab-flow-connector{
  width:20px;
  height:1px;
  background:repeating-linear-gradient(90deg, #6C6F7B 0 4px, transparent 4px 8px);
  flex-shrink:0;
  margin-top:-24px;
}

@media(max-width:700px){
  .ab-flow{ display:none; }
}

.ab-roadmap__ctas{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

/* Button pair, duplicated per the page-scoping convention */
.hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  padding:13px 24px;
  border-radius:8px;
  font-family:'Inter', Arial, sans-serif;
  font-weight:700;
  font-size:14px;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  transition:transform .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease;
}
.hero-btn:hover{ transform:translateY(-1px); }
.hero-btn-solid{
  background:#0E7C86;
  color:#FFFFFF !important;
}
.hero-btn-solid:hover{ background:#0B6A72; }
.hero-btn-ghost-dark{
  background:transparent;
  border:2px solid #6C6F7B;
  color:#FFFFFF !important;
}
.hero-btn-ghost-dark:hover{ border-color:#FFFFFF; }

@media(max-width:640px){
  .ab-roadmap__inner{ padding:48px 20px; }
  .ab-roadmap__inner h2{ font-size:24px; }
  .ab-roadmap__ctas{ flex-direction:column; align-items:stretch; }
}/* End custom CSS */