/* ============================================================================
   Union /associations  —  v1.0  (2026-08-19)
   Layout mirrors bill.com/partners/association-partners section for section.
   Theme uses the SITE'S LIVE tokens (navy-tinted), not the warm neutrals in the
   /compare v3.0 record: that theme pass was uploaded as an asset but never
   wired into the page head, so the live site never adopted it.
     ink #0D182C · body #5C687B · muted #8C96A8 · line #E9EDF4 · panel #F8F8FA
     brand #126BF9 · brand-dark #014EBF · tint #EEF4FF
   FONT, load-bearing: the site sets Inter on `.page-wrapper`, NOT on body
   (Webflow's normalize leaves body at Arial). This page's <main> is a sibling
   of .page-wrapper, not a child, so it inherits Arial and renders visibly off
   from every other page unless the family is restated here. Inter is already a
   Webflow-hosted custom font on this site, so this needs no @font-face and no
   self-hosted woff2. Do not remove this declaration.
   Breakpoints are Webflow's only: 991 / 767 / 479.
   ========================================================================== */

.asc-main{
  font-family:Inter,system-ui,Helvetica,Arial,sans-serif;
  --ink:#0D182C; --body:#5C687B; --muted:#8C96A8; --line:#E9EDF4;
  --panel:#F8F8FA; --panel2:#FCFCFD; --brand:#126BF9; --brand-dark:#014EBF;
  --tint:#EEF4FF; --pad:72px;
  color:var(--body); background:#fff;
}
.asc-main *{box-sizing:border-box}
.asc-main h1,.asc-main h2,.asc-main h3{
  color:var(--ink);font-weight:600;margin:0;letter-spacing:-.02em;text-wrap:balance
}
/* NOTE: this reset is (0,1,1) and outranks any single-class rule like `.asc-sub` (0,1,0).
   Every paragraph margin below is therefore scoped `.asc-main .x` so it actually applies.
   Setting `margin-bottom` on a bare `.asc-` class here does nothing. */
.asc-main p{margin:0;line-height:1.6}
.asc-main img{max-width:100%;display:block}
.asc-nb{white-space:nowrap}
.asc-clause{display:inline-block}

.asc-wrap{max-width:1180px;margin:0 auto;padding:0 32px}
.asc-sec{padding:var(--pad) 0}

/* ---------- eyebrow ---------- */
.asc-eyebrow{
  font-size:12px;font-weight:600;letter-spacing:.10em;text-transform:uppercase;
  color:var(--muted);margin-bottom:16px
}

/* ---------- buttons ---------- */
.asc-btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--brand);color:#fff;text-decoration:none;
  font-size:15px;font-weight:600;letter-spacing:-.01em;
  padding:11px 20px;border-radius:9px;border:1px solid var(--brand);
  transition:background .15s ease,border-color .15s ease;cursor:pointer
}
.asc-btn:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}
.asc-btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.asc-btn-ghost:hover{background:var(--panel);border-color:#D3DAE6;color:var(--ink)}
.asc-link{
  display:inline-flex;align-items:center;gap:7px;color:var(--brand);
  text-decoration:none;font-size:15px;font-weight:600
}
.asc-link:hover{color:var(--brand-dark)}

/* ---------- breadcrumb ---------- */
.asc-crumb{padding:22px 0 0;font-size:13px;color:var(--muted)}
.asc-crumb a{color:var(--muted);text-decoration:none}
.asc-crumb a:hover{color:var(--ink)}
.asc-crumb span{margin:0 8px;color:#C3CBD8}

/* ---------- hero ---------- */
.asc-hero{padding:52px 0 0;text-align:center}
.asc-hero h1{font-size:58px;line-height:1.04;letter-spacing:-.032em;max-width:15ch;margin:0 auto 26px}
/* 58ch, not 64ch: the wider measure left a short stranded last line above the buttons. */
.asc-main .asc-sub{font-size:18px;line-height:1.62;color:var(--body);max-width:58ch;margin:0 auto 40px}
.asc-cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.asc-heroshot{padding:56px 0 0}

/* ---------- photos ---------- */
.asc-shot{border-radius:20px;overflow:hidden;border:1px solid var(--line);background:var(--panel)}
.asc-shot img{width:100%;height:100%;object-fit:cover}
.asc-shot-hero{aspect-ratio:16/9}
.asc-shot-sq{aspect-ratio:4/3}

/* ---------- association memberships ---------- */
.asc-assoc{padding:var(--pad) 0 0}
.asc-assoc-head{text-align:center;max-width:62ch;margin:0 auto 34px}
.asc-assoc-head h2{font-size:30px;line-height:1.18;margin-bottom:12px}
.asc-assoc-head p{font-size:16.5px;color:var(--body)}
/* flex-wrap with a centred last row: 13 is prime, so a rigid grid strands one
   tile alone. Centring also matches how a real logo strip flows once these
   typographic tiles are swapped for variable-width logo files. */
.asc-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.asc-mark{
  flex:0 0 auto;width:205px;min-height:92px;
  border:1px solid var(--line);border-radius:11px;background:#fff;
  padding:18px 12px;text-align:center;text-decoration:none;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  transition:border-color .15s ease,background .15s ease
}
.asc-mark:hover{border-color:#D3DAE6;background:var(--panel2)}
.asc-mark b{
  display:block;font-size:19px;font-weight:600;color:var(--ink);
  letter-spacing:-.02em;line-height:1;margin-bottom:7px
}
.asc-mark span{display:block;font-size:10.5px;line-height:1.34;color:var(--muted)}
.asc-main .asc-note{margin-top:14px;font-size:12.5px;color:var(--muted);text-align:center}

.asc-accred{
  margin-top:34px;border:1px solid var(--line);border-radius:14px;
  background:var(--panel2);padding:26px 30px;
  display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center
}
.asc-accred-badge{
  width:56px;height:56px;border-radius:12px;background:var(--tint);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto
}
/* eyebrow + heading, so the callout matches the section pattern used elsewhere on the page */
.asc-accred-eyebrow{
  font-size:11.5px;font-weight:600;letter-spacing:.10em;text-transform:uppercase;
  color:var(--brand);margin-bottom:7px
}
.asc-accred h3{font-size:19px;margin-bottom:8px;letter-spacing:-.018em}
.asc-accred p{font-size:14.5px;line-height:1.6;color:var(--body);max-width:82ch}

/* ---------- why partner ---------- */
.asc-why{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start}
.asc-why-l h2{font-size:38px;line-height:1.12;margin-bottom:16px}
.asc-why-l p{font-size:16.5px;line-height:1.65;margin-bottom:26px;max-width:42ch}
.asc-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 42px}
.asc-vicon{
  width:38px;height:38px;border-radius:9px;background:var(--tint);
  display:flex;align-items:center;justify-content:center;margin-bottom:16px
}
.asc-vcard h3{font-size:19px;line-height:1.28;margin-bottom:9px;letter-spacing:-.018em}
.asc-vcard p{font-size:14.5px;line-height:1.62;color:var(--body)}

/* ---------- automation band ---------- */
.asc-band{background:var(--panel);padding:var(--pad) 0}
.asc-band-shot{position:relative;border-radius:20px;overflow:hidden;margin-bottom:52px}
.asc-band-shot img{width:100%;aspect-ratio:16/9;object-fit:cover}
.asc-pill{
  position:absolute;left:26px;bottom:26px;z-index:2;
  display:inline-flex;align-items:center;gap:11px;background:#fff;
  border-radius:11px;padding:11px 18px 11px 12px;
  box-shadow:0 10px 30px rgba(13,24,44,.16);
  font-size:15px;font-weight:600;color:var(--ink);letter-spacing:-.015em
}
.asc-pill i{
  width:28px;height:28px;border-radius:8px;background:var(--brand);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto
}
/* markets grid (replaced the product accordion when the page was reframed from a partnership
   solicitation to operator-facing industry proof, 2026-08-19) */
.asc-band-head{max-width:62ch;margin-bottom:34px}
.asc-band-head h2{font-size:38px;line-height:1.13;margin-bottom:14px}
.asc-band-head p{font-size:16.5px;line-height:1.65;color:var(--body)}
/* State chips. Centred flex-wrap rather than a rigid grid so the final row centres whatever is
   left over; the state count changes as the customer base grows, so no column count stays right. */
.asc-state-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.asc-state{
  flex:0 0 auto;border:1px solid var(--line);border-radius:10px;background:#fff;
  padding:13px 22px;font-size:15px;font-weight:600;color:var(--ink);letter-spacing:-.01em
}

/* ---------- giving back to associations ---------- */
.asc-give-head{max-width:64ch;margin:0 auto 42px;text-align:center}
.asc-give-head h2{font-size:38px;line-height:1.13;margin-bottom:14px}
.asc-give-head p{font-size:16.5px;line-height:1.65;color:var(--body)}
.asc-give-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.asc-give-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:28px 26px}
.asc-give-card h3{font-size:18px;line-height:1.3;margin-bottom:10px;letter-spacing:-.018em}
.asc-give-card p{font-size:14.5px;line-height:1.62;color:var(--body)}

.asc-band-split{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:start}
.asc-band-split h2{font-size:38px;line-height:1.13;max-width:19ch;margin-bottom:18px}
.asc-band-lede{font-size:15.5px;line-height:1.65;color:var(--body);max-width:40ch}
.asc-acc{border-top:1px solid #DFE4EE}
.asc-acc details{border-bottom:1px solid #DFE4EE}
.asc-acc summary{
  list-style:none;cursor:pointer;padding:19px 34px 19px 0;position:relative;
  font-size:16px;font-weight:600;color:var(--ink);letter-spacing:-.012em
}
.asc-acc summary::-webkit-details-marker{display:none}
.asc-acc summary::after{
  content:"";position:absolute;right:8px;top:50%;width:9px;height:9px;
  border-right:1.6px solid var(--muted);border-bottom:1.6px solid var(--muted);
  transform:translateY(-70%) rotate(45deg);transition:transform .18s ease
}
.asc-acc details[open] summary::after{transform:translateY(-25%) rotate(-135deg)}
.asc-acc-body{padding:0 34px 20px 0;font-size:14.5px;line-height:1.65;color:var(--body)}

/* ---------- who we work with ---------- */
.asc-who{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.asc-who h2{font-size:38px;line-height:1.13;margin-bottom:16px}
.asc-who p{font-size:16.5px;line-height:1.65;margin-bottom:18px}
.asc-who ul{margin:0 0 22px;padding:0;list-style:none}
.asc-who li{
  position:relative;padding-left:24px;margin-bottom:11px;
  font-size:15.5px;line-height:1.55;color:var(--body)
}
.asc-who li::before{
  content:"";position:absolute;left:2px;top:9px;width:7px;height:7px;
  border-radius:50%;background:var(--brand);opacity:.85
}

/* ---------- by the numbers ---------- */
.asc-nums h2{font-size:38px;line-height:1.13;margin-bottom:18px}
.asc-main .asc-lede{font-size:16.5px;line-height:1.65;color:var(--body);max-width:56ch;margin-bottom:64px}
.asc-nums-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.asc-nums-grid .asc-label{display:block;font-size:15px;color:var(--muted);margin-bottom:14px}
.asc-nums-grid .asc-big{
  display:block;font-size:44px;font-weight:600;color:var(--ink);
  letter-spacing:-.035em;line-height:1;margin-bottom:16px;white-space:nowrap;
  font-variant-numeric:tabular-nums
}
.asc-nums-grid .asc-subl{display:block;font-size:14.5px;line-height:1.55;color:var(--body)}
.asc-notes{
  margin-top:40px;padding-top:22px;border-top:1px solid var(--line);
  font-size:12px;line-height:1.65;color:var(--muted)
}
.asc-notes p{margin-bottom:3px;line-height:1.65}

/* ---------- form ---------- */
.asc-grow{background:var(--panel);padding:var(--pad) 0}
.asc-grow-in{
  background:var(--panel2);border:1px solid var(--line);border-radius:20px;
  padding:52px 56px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start
}
.asc-grow-l h2{font-size:38px;line-height:1.13;margin-bottom:16px;max-width:14ch}
.asc-grow-l p{font-size:16.5px;line-height:1.65;margin-bottom:26px;max-width:42ch}
.asc-grow-pts{margin:0;padding:0;list-style:none}
.asc-grow-pts li{
  font-size:14.5px;color:var(--body);padding-left:24px;position:relative;margin-bottom:9px
}
.asc-grow-pts li::before{
  content:"";position:absolute;left:3px;top:7px;width:9px;height:5px;
  border-left:1.7px solid var(--brand);border-bottom:1.7px solid var(--brand);
  transform:rotate(-45deg)
}
.asc-form{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 28px 24px}
.asc-form h3{font-size:18px;margin-bottom:20px;letter-spacing:-.018em}
.asc-fld{margin-bottom:13px}
.asc-fld label{display:block;font-size:12.5px;font-weight:600;color:var(--ink);margin-bottom:6px}
.asc-fld input,.asc-fld select{
  width:100%;font-family:inherit;font-size:14.5px;color:var(--ink);
  padding:10px 12px;border:1px solid #D8DFEA;border-radius:8px;background:#fff;
  outline:none;transition:border-color .15s ease,box-shadow .15s ease;margin:0
}
.asc-fld select{
  -webkit-appearance:none;appearance:none;padding-right:32px;background-repeat:no-repeat;
  background-position:right 11px center;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2.5 4.5 6 8l3.5-3.5' fill='none' stroke='%238C96A8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>")
}
.asc-fld input:focus,.asc-fld select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--tint)}
/* Webflow bakes a default "Example text" placeholder into every FormTextInput. It is not exposed
   as a settable key and is rejected as a raw attribute, so it is hidden here instead. The visible
   <label> carries the accessible name, so nothing is lost. */
.asc-fld input::placeholder{color:transparent}
.asc-fld input::-webkit-input-placeholder{color:transparent}
.asc-fld-2{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.asc-form .asc-btn{width:100%;margin-top:7px;padding:12px 20px}
.asc-main .asc-legal{font-size:11.5px;line-height:1.55;color:var(--muted);margin-top:13px}
.asc-legal a{color:var(--muted);text-decoration:underline}
.asc-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
/* Webflow wraps every form in .w-form and injects its own success and error blocks as siblings.
   This page runs its own submit handler and reports status in .asc-msg, so those blocks are never
   used. They are hidden here rather than left to webflow.js, which is what normally hides them:
   if that script is slow or blocked, both would otherwise render visibly under the button. */
.asc-form .w-form-done,.asc-form .w-form-fail{display:none!important}
.asc-main .asc-msg{margin-top:12px;font-size:13.5px;line-height:1.5;display:none}
.asc-msg.asc-ok{display:block;color:#0B7A43}
.asc-msg.asc-err{display:block;color:#DE3A2E}

/* ---------- page-foot legal ---------- */
.asc-footnote{padding:0 0 var(--pad);font-size:11.5px;line-height:1.6;color:var(--muted)}

/* ============================ RESPONSIVE ============================ */
@media screen and (max-width:991px){
  .asc-main{--pad:56px}
  .asc-wrap{padding:0 26px}
  .asc-hero h1{font-size:46px}
  .asc-main .asc-sub{font-size:17px}
  .asc-why{grid-template-columns:1fr;gap:40px}
  .asc-why-l p{max-width:none}
  .asc-why-grid{gap:34px 38px}
  .asc-band-split{grid-template-columns:1fr;gap:32px}
  .asc-band-split h2{max-width:22ch}
  .asc-who{grid-template-columns:1fr;gap:36px}
  .asc-who-media{order:2}
  .asc-nums-grid{grid-template-columns:1fr 1fr;gap:34px 40px}
  .asc-grow-in{grid-template-columns:1fr;gap:38px;padding:42px 40px}
  .asc-grow-l h2,.asc-grow-l p{max-width:none}
  .asc-mark{width:168px}
  .asc-give-grid{grid-template-columns:1fr;gap:18px}
  .asc-why-l h2,.asc-who h2,.asc-nums h2,.asc-grow-l h2,.asc-band-split h2,
  .asc-band-head h2,.asc-give-head h2{font-size:32px}
  .asc-main .asc-lede{margin-bottom:48px}
}
@media screen and (max-width:767px){
  .asc-main{--pad:44px}
  .asc-wrap{padding:0 20px}
  .asc-hero{padding:30px 0 0;text-align:left}
  .asc-hero h1{font-size:35px;letter-spacing:-.028em;max-width:none;margin-bottom:16px}
  .asc-main .asc-sub{font-size:16px;max-width:none;margin-bottom:32px}
  .asc-cta-row{justify-content:flex-start}
  .asc-cta-row .asc-btn{width:100%}
  .asc-heroshot{padding:30px 0 0}
  .asc-assoc-head{text-align:left}
  .asc-assoc-head h2{font-size:25px}
  .asc-grid{gap:10px}
  .asc-mark{width:calc(50% - 5px);min-height:82px;padding:15px 10px}
  .asc-mark b{font-size:17px}
  .asc-accred{grid-template-columns:1fr;gap:16px;padding:22px 20px}
  .asc-why-l h2,.asc-who h2,.asc-nums h2,.asc-grow-l h2,.asc-band-split h2,
  .asc-band-head h2,.asc-give-head h2{font-size:27px;letter-spacing:-.024em}
  .asc-state-grid{gap:8px}
  .asc-state{padding:11px 16px;font-size:14px}
  .asc-why-grid{grid-template-columns:1fr;gap:30px}
  .asc-nums-grid{grid-template-columns:1fr;gap:28px}
  .asc-nums-grid .asc-big{font-size:38px}
  .asc-grow-in{padding:30px 22px;border-radius:14px}
  .asc-form{padding:22px 20px 20px}
  .asc-fld-2{grid-template-columns:1fr}
  .asc-pill{left:14px;bottom:14px;padding:9px 14px 9px 10px;font-size:13.5px}
  .asc-band-shot{margin-bottom:36px}
}
@media screen and (max-width:479px){
  .asc-hero h1{font-size:31px}
  .asc-shot-hero{aspect-ratio:4/3}
}
