/* ==========================================================================
   Pathway IT — about.css
   Styles for about.html. Same component language as the service and industry
   pages: banner hero with transparent CTA hotspots, light card grids, a dark
   stats band, a dark team carousel and a closing email capture.
   ========================================================================== */

/* -------------------------------------------------------------------------- */
/* Section shells                                                             */
/* -------------------------------------------------------------------------- */
.ab-section { padding-block: clamp(3.5rem, 7vw, 5.5rem); background: var(--paper); }
.ab-section--tint { background: #F7F9FD; }
.ab-dark { padding-block: clamp(3.5rem, 7vw, 5rem); background: #0A0F26; }
.ab-stats-wrap { padding-block: 0 clamp(2.5rem, 5vw, 4rem); background: var(--paper); }
.ab-cta-wrap { padding-block: clamp(2.5rem, 5vw, 4rem) clamp(3.5rem, 7vw, 5.5rem); background: var(--paper); }

/* Icon slots without a dedicated wrapper class. */
span[data-icon]:not([class]) { display: inline-flex; flex: none; vertical-align: middle; }
span[data-icon]:not([class]) svg { width: 1em; height: 1em; }

.eyebrow--dark { background: rgba(79, 70, 229, .18); border-color: rgba(139, 92, 246, .34); color: #C4B5FD; }

.ab-kicker {
  font-family: var(--font-mono); font-size: .64rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--indigo);
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

/* -------------------------------------------------------------------------- */
/* Hero banner                                                                */
/* -------------------------------------------------------------------------- */
.ab-hero { background: #0A0F26; padding-top: var(--header-h); }
.ab-hero-media { position: relative; max-width: 1600px; margin-inline: auto; }
.ab-banner { display: block; width: 100%; height: auto; }

/* Transparent overlay sitting exactly on the "Start Your Project" button baked
   into each banner. Percentages measured from the artwork. */
.ab-hot {
  position: absolute; border: 0; background: transparent; padding: 0;
  cursor: pointer; border-radius: var(--r-pill);
  transition: box-shadow var(--t) var(--ease), transform var(--t) var(--ease);
}
.ab-hot:hover { transform: scale(1.03); box-shadow: 0 10px 30px rgba(37, 99, 235, .45); }
.ab-hot:focus-visible { outline: 2px solid #2563EB; outline-offset: 3px; }

.ab-hot--desktop { left: 3.48%; top: 78.56%; width: 13.36%; height: 7.44%; }
.ab-hot--mobile  { left: 4.79%; top: 44.36%; width: 30.86%; height: 5.15%; display: none; }

@media (max-width: 760px) {
  .ab-hot--desktop { display: none; }
  .ab-hot--mobile  { display: block; }
}

/* -------------------------------------------------------------------------- */
/* Shared headings, splits and links                                          */
/* -------------------------------------------------------------------------- */
.ab-split { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 4.5vw, 3.5rem); align-items: center; }
.ab-split-copy h2 {
  margin-top: 1rem; font-size: clamp(1.5rem, 2.9vw, 2.1rem);
  line-height: 1.28; letter-spacing: -.02em; color: var(--slate-900);
}
.ab-split-copy h2 span { color: var(--indigo); }
.ab-split-copy > p { margin-top: 1rem; font-size: .88rem; line-height: 1.75; color: var(--slate-500); }
.ab-lead { font-size: .95rem !important; font-weight: 500; color: var(--slate-700, #46506E) !important; }

.ab-media { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 56px rgba(20, 22, 70, .12); }
.ab-media img { display: block; width: 100%; height: 100%; object-fit: cover; }

.ab-link {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.6rem;
  font-size: .84rem; font-weight: 600; color: var(--indigo);
}
.ab-link span { font-size: .95rem; transition: transform var(--t) var(--ease); }
.ab-link:hover span { transform: translateX(3px); }

.ab-btn {
  display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.8rem;
  background: var(--indigo); color: #fff; border: 0; border-radius: 10px;
  padding: .82rem 1.4rem; font-size: .87rem; font-weight: 600; cursor: pointer;
}
.ab-btn:hover { background: #4338CA; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(79, 70, 229, .38); }

@media (max-width: 900px) {
  .ab-split { grid-template-columns: 1fr; }
  /* Photo always follows the copy it illustrates. */
  #story .ab-media { order: 2; }
  #story .ab-split-copy { order: 1; }
}

/* -------------------------------------------------------------------------- */
/* Who we are — capability list                                               */
/* -------------------------------------------------------------------------- */
.ab-cap-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem 1.4rem; margin-top: 1.8rem; }
.ab-cap-list li { display: flex; align-items: flex-start; gap: .7rem; }
.ab-cap-ico {
  display: grid; place-items: center; width: 34px; height: 34px; flex: none;
  border-radius: 10px; background: var(--indigo-50); color: var(--indigo);
}
.ab-cap-ico svg { width: 16px; height: 16px; }
.ab-cap-list b { display: block; font-size: .82rem; margin-bottom: .18rem; color: var(--slate-900); }
.ab-cap-list li > span > span { font-size: .74rem; line-height: 1.5; color: var(--slate-500); }

@media (max-width: 620px) { .ab-cap-list { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Stats band                                                                 */
/* -------------------------------------------------------------------------- */
.ab-stats {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem;
  background: #0A0F26; border-radius: 18px;
  padding: clamp(1.6rem, 3.2vw, 2.4rem) clamp(1.2rem, 3vw, 2rem);
  background-image: radial-gradient(110% 170% at 10% 0%, rgba(79, 70, 229, .24) 0%, transparent 62%);
}
.ab-stat { text-align: center; }
.ab-stat + .ab-stat { border-left: 1px solid rgba(255, 255, 255, .09); }
.ab-stat-ico {
  display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto .8rem;
  border-radius: 11px; background: rgba(79, 70, 229, .2); color: #A5B4FC;
}
.ab-stat-ico svg { width: 18px; height: 18px; }
/* Direct child only — the counter lives in its own span inside the <b>. */
.ab-stat > b {
  display: block; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700;
  line-height: 1; letter-spacing: -.02em; color: #fff;
}
.ab-stat-l { display: block; margin-top: .5rem; font-size: .72rem; color: #98A2C0; }

@media (max-width: 900px) {
  .ab-stats { grid-template-columns: repeat(3, 1fr); gap: 1.8rem 1rem; }
  .ab-stat + .ab-stat { border-left: 0; }
}
@media (max-width: 520px) {
  .ab-stats { grid-template-columns: repeat(2, 1fr); }
  /* Five stats in a two-up grid leaves a lone card; centre it instead. */
  .ab-stat:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

/* -------------------------------------------------------------------------- */
/* Aside heading + card grid (values, journey)                                */
/* -------------------------------------------------------------------------- */
.ab-aside-grid { display: grid; grid-template-columns: 300px 1fr; gap: clamp(1.8rem, 4vw, 3rem); align-items: start; }
.ab-aside h2 {
  margin-top: 1rem; font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1.3; letter-spacing: -.02em; color: var(--slate-900);
}
.ab-aside p { margin-top: .9rem; font-size: .84rem; line-height: 1.7; color: var(--slate-500); }

/* Six timeline stops need more room than the six value cards do. */
.ab-aside-grid--journey { grid-template-columns: 250px 1fr; align-items: center; }

@media (max-width: 980px) { .ab-aside-grid, .ab-aside-grid--journey { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Values                                                                     */
/* -------------------------------------------------------------------------- */
.ab-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ab-value {
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 14px;
  padding: 1.4rem 1.25rem; text-align: center;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.ab-value:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(20, 22, 70, .09); border-color: #CFD5F5; }
.ab-value-ico { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 1rem; border-radius: 12px; }
.ab-value-ico svg { width: 20px; height: 20px; }
.ab-value-ico.t-indigo { background: #EEF0FE; color: #4F46E5; }
.ab-value-ico.t-blue   { background: #E8F1FE; color: #2563EB; }
.ab-value-ico.t-green  { background: #E7F8EF; color: #16A34A; }
.ab-value-ico.t-amber  { background: #FDF4E3; color: #D97706; }
.ab-value-ico.t-violet { background: #F3EBFE; color: #7C3AED; }
.ab-value-ico.t-rose   { background: #FDECEF; color: #E11D48; }
.ab-value h3 { font-size: .92rem; margin-bottom: .5rem; color: var(--slate-900); }
.ab-value p { font-size: .76rem; line-height: 1.6; color: var(--slate-500); }

@media (max-width: 900px) { .ab-value-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .ab-value-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Journey timeline                                                           */
/* -------------------------------------------------------------------------- */
.ab-timeline { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; list-style: none; }
.ab-tl { position: relative; text-align: center; }
.ab-tl-mark { position: relative; z-index: 1; display: inline-block; margin-bottom: .9rem; }
.ab-tl-ico {
  display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: 50%; background: #fff; color: var(--indigo);
  border: 1px solid #D9DEF4; box-shadow: 0 0 0 5px rgba(79, 70, 229, .06);
}
.ab-tl-ico svg { width: 19px; height: 19px; }
.ab-tl:not(:last-child)::after {
  content: ""; position: absolute; top: 22px; height: 0;
  border-top: 1px dashed #C9D0EA;
  left: calc(50% + 28px); right: calc(-50% + 28px);
}
.ab-tl b { display: block; font-size: 1rem; letter-spacing: -.01em; color: var(--slate-900); }
/* The marker is also a direct span, so it has to be excluded or it is
   blockified and the circle drifts to the left edge of its column. */
.ab-tl > span:not(.ab-tl-mark) { display: block; margin-top: .3rem; font-size: .74rem; line-height: 1.45; color: var(--slate-500); }
.ab-tl--now .ab-tl-ico { background: var(--indigo); color: #fff; border-color: var(--indigo); }

@media (max-width: 980px) {
  .ab-timeline { grid-template-columns: repeat(3, 1fr); gap: 1.8rem .8rem; }
  .ab-tl:nth-child(3n)::after { display: none; }
}
@media (max-width: 620px) {
  /* A timeline read left-to-right across two columns loses its order, so on
     phones it stands up as a dated rail: marker left, year and note beside. */
  .ab-timeline { grid-template-columns: 1fr; gap: 1.35rem; }
  .ab-tl { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: .95rem; align-items: start; text-align: left; }
  .ab-tl-mark { grid-column: 1; grid-row: 1; display: block; width: 44px; height: 44px; margin: 0; }
  .ab-tl b { grid-column: 2; grid-row: 1; align-self: center; }
  .ab-tl > span:not(.ab-tl-mark) { grid-column: 2; grid-row: 2; margin-top: .1rem; }
  .ab-tl:not(:last-child)::after {
    display: block;
    top: 52px; bottom: -1.7rem; left: 21px; right: auto;
    width: 0; height: auto;
    border-top: 0; border-left: 1px dashed #C9D0EA;
  }
}

/* -------------------------------------------------------------------------- */
/* Team carousel                                                              */
/* -------------------------------------------------------------------------- */
.ab-team-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 1.5rem; margin-bottom: clamp(1.8rem, 3.5vw, 2.6rem);
}
.ab-team-head h2 {
  margin-top: 1rem; font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.3; letter-spacing: -.02em; color: #fff;
}
.ab-team-head p { margin-top: .8rem; max-width: 46ch; font-size: .84rem; line-height: 1.7; color: #98A2C0; }
.ab-team-ctrls { display: flex; gap: .6rem; flex: none; }
/* Beats the .ab-team-ctrls display rule when the script hides dead arrows. */
.ab-team-ctrls[hidden] { display: none; }
.ab-team-nav {
  display: grid; place-items: center; width: 40px; height: 40px;
  border-radius: 50%; cursor: pointer; color: #E6E9F5;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16);
  transition: background var(--t) var(--ease), transform var(--t) var(--ease), opacity var(--t) var(--ease);
}
.ab-team-nav svg { width: 17px; height: 17px; }
.ab-team-nav:hover { background: var(--indigo); border-color: var(--indigo); transform: translateY(-2px); }
.ab-team-nav:disabled { opacity: .35; cursor: default; transform: none; background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .16); }
#teamPrev svg { transform: rotate(180deg); }

/* Fixed auto-columns, not minmax(): a zero minimum lets the cards shrink to
   fit the container, which kills the scroll and squashes the names. */
.ab-team-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 5 * 1.1rem) / 6);
  gap: 1.1rem; list-style: none;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  padding-bottom: .25rem;
}
.ab-team-track::-webkit-scrollbar { display: none; }
.ab-member {
  scroll-snap-align: start; text-align: center; min-width: 0;
  background: #fff; border-radius: 14px; padding: .85rem .85rem 1.1rem;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.ab-member:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(0, 0, 0, .35); }
.ab-member-photo { display: block; aspect-ratio: 1 / 1; border-radius: 10px; overflow: hidden; background: #EEF0F8; }
.ab-member-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ab-member b { display: block; margin-top: .85rem; font-size: .84rem; color: var(--slate-900); }
.ab-member-role { display: block; margin-top: .2rem; font-size: .7rem; color: var(--slate-500); }
.ab-member-links { display: flex; justify-content: center; gap: .5rem; margin-top: .8rem; }
.ab-member-links a {
  display: grid; place-items: center; width: 28px; height: 28px;
  border-radius: 7px; background: #F2F4FC; color: var(--indigo);
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.ab-member-links a:hover { background: var(--indigo); color: #fff; }
.ab-member-links svg { width: 14px; height: 14px; }

@media (max-width: 1100px) { .ab-team-track { grid-auto-columns: calc((100% - 3 * 1.1rem) / 4); } }
@media (max-width: 860px) { .ab-team-track { grid-auto-columns: calc((100% - 2 * 1.1rem) / 3); } }
@media (max-width: 640px) {
  .ab-team-head { flex-direction: column; align-items: flex-start; }
  .ab-team-track { grid-auto-columns: calc((100% - 1.1rem) / 2); }
}
@media (max-width: 420px) { .ab-team-track { grid-auto-columns: 74%; } }

/* -------------------------------------------------------------------------- */
/* Industries row                                                             */
/* -------------------------------------------------------------------------- */
.ab-ind-section { padding-block: clamp(2.6rem, 5vw, 3.6rem); }
.ab-ind-row { display: grid; grid-template-columns: repeat(8, 1fr); list-style: none; }
.ab-ind-row li + li { border-left: 1px solid #EBEEF7; }
.ab-ind-row a {
  display: flex; flex-direction: column; align-items: center; gap: .6rem;
  padding: .4rem .5rem; text-align: center;
  transition: transform var(--t) var(--ease);
}
.ab-ind-row a:hover { transform: translateY(-3px); }
.ab-ind-ico {
  display: grid; place-items: center; width: 40px; height: 40px;
  border-radius: 11px; color: var(--indigo);
  transition: background var(--t) var(--ease);
}
.ab-ind-ico svg { width: 21px; height: 21px; }
.ab-ind-row a:hover .ab-ind-ico { background: var(--indigo-50); }
.ab-ind-row a > span:last-child { font-size: .78rem; font-weight: 500; color: var(--slate-900); }

@media (max-width: 900px) {
  .ab-ind-row { grid-template-columns: repeat(4, 1fr); gap: 1.6rem 0; }
  .ab-ind-row li + li { border-left: 0; }
  .ab-ind-row li:not(:nth-child(4n + 1)) { border-left: 1px solid #EBEEF7; }
}
@media (max-width: 520px) {
  .ab-ind-row { grid-template-columns: repeat(2, 1fr); }
  .ab-ind-row li:not(:nth-child(4n + 1)) { border-left: 0; }
  .ab-ind-row li:nth-child(even) { border-left: 1px solid #EBEEF7; }
}

/* -------------------------------------------------------------------------- */
/* Why choose us                                                              */
/* -------------------------------------------------------------------------- */
.ab-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 1.4rem; margin-top: 1.7rem; }
.ab-checks li { display: flex; align-items: flex-start; gap: .55rem; font-size: .83rem; line-height: 1.5; color: var(--slate-700, #46506E); }
.ab-checks svg { width: 16px; height: 16px; color: var(--indigo); flex: none; margin-top: .1rem; }

@media (max-width: 620px) { .ab-checks { grid-template-columns: 1fr; } }

.ab-why-media { position: relative; }
.ab-float {
  position: absolute; right: -.75rem; bottom: -1.1rem;
  background: #fff; border: 1px solid #E7EAF4; border-radius: 14px;
  padding: 1rem 1.2rem; max-width: 220px;
  box-shadow: 0 20px 48px rgba(20, 22, 70, .16);
}
.ab-float-ico {
  display: grid; place-items: center; width: 32px; height: 32px;
  border-radius: 9px; background: #F3EBFE; color: #7C3AED; margin-bottom: .6rem;
}
.ab-float-ico svg { width: 16px; height: 16px; }
.ab-float b { display: block; font-size: 1.6rem; font-weight: 700; letter-spacing: -.02em; line-height: 1; color: var(--slate-900); }
.ab-float > span { display: block; margin-top: .4rem; font-size: .72rem; line-height: 1.45; color: var(--slate-500); }

@media (max-width: 900px) { .ab-why-media { margin-bottom: 2rem; } }
@media (max-width: 520px) { .ab-float { position: static; max-width: none; margin-top: 1rem; } }

/* -------------------------------------------------------------------------- */
/* Technologies                                                               */
/* -------------------------------------------------------------------------- */
.ab-tech-section { padding-block: clamp(2.6rem, 5vw, 3.6rem); }
.ab-tech-row { display: grid; grid-template-columns: repeat(13, 1fr); gap: .4rem; list-style: none; }
.ab-tech-row li { display: flex; flex-direction: column; align-items: center; gap: .55rem; text-align: center; }
.ab-tech-logo {
  display: grid; place-items: center; width: 40px; height: 40px;
  transition: transform var(--t) var(--ease);
}
.ab-tech-logo svg { width: 100%; height: 100%; }
.ab-tech-row li:hover .ab-tech-logo { transform: translateY(-3px); }
.ab-tech-row span { font-size: .68rem; color: var(--slate-500); }
.ab-tech-note { margin-top: 1.8rem; text-align: center; font-size: .78rem; color: var(--slate-400, #94A0BD); }

@media (max-width: 1100px) { .ab-tech-row { grid-template-columns: repeat(7, 1fr); gap: 1.4rem .4rem; } }
@media (max-width: 700px) { .ab-tech-row { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 440px) { .ab-tech-row { grid-template-columns: repeat(3, 1fr); } }

/* -------------------------------------------------------------------------- */
/* Testimonials                                                               */
/* -------------------------------------------------------------------------- */
.ab-tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.ab-tst {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 14px; padding: 1.5rem 1.4rem;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.ab-tst:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(20, 22, 70, .09); }
.ab-stars { color: #F59E0B; font-size: .84rem; letter-spacing: .1em; }
.ab-tst blockquote { margin-top: .8rem; font-size: .85rem; line-height: 1.7; color: var(--slate-700, #46506E); }
.ab-tst figcaption {
  display: flex; align-items: center; gap: .7rem;
  margin-top: auto; padding-top: 1.1rem;
  border-top: 1px solid #EEF0F8;
}
.ab-tst figcaption { margin-top: 1.3rem; }
.ab-av {
  display: grid; place-items: center; width: 36px; height: 36px; flex: none;
  border-radius: 50%; background: var(--indigo-50); color: var(--indigo);
  font-size: .72rem; font-weight: 700;
}
.ab-tst figcaption b { display: block; font-size: .82rem; color: var(--slate-900); }
.ab-tst figcaption span span { font-size: .72rem; color: var(--slate-500); }

@media (max-width: 900px) { .ab-tst-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Closing CTA                                                                */
/* -------------------------------------------------------------------------- */
.ab-cta {
  display: flex; align-items: center; justify-content: space-between; gap: clamp(1.6rem, 4vw, 3rem);
  background: #0A0F26; border-radius: 18px;
  padding: clamp(1.8rem, 3.6vw, 2.6rem) clamp(1.6rem, 3.6vw, 2.8rem);
  background-image: radial-gradient(110% 150% at 15% 0%, rgba(79, 70, 229, .2) 0%, transparent 60%);
}
.ab-cta-copy h2 { font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.35; color: #fff; letter-spacing: -.01em; }
.ab-cta-copy p { margin-top: .6rem; max-width: 54ch; font-size: .86rem; line-height: 1.6; color: #98A2C0; }
.ab-cta-action { flex: none; }
.ab-cta-form { display: flex; gap: .7rem; }
.ab-cta-form input {
  width: clamp(200px, 22vw, 260px);
  background: #131A36; border: 1px solid #262F55; color: #fff;
  border-radius: 10px; padding: .8rem 1rem; font-size: .88rem;
}
.ab-cta-form input::placeholder { color: #6E779B; }
.ab-cta-form input:focus-visible { outline: 2px solid #8B5CF6; outline-offset: 1px; }
.ab-cta-btn {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--indigo); color: #fff; border: 0; border-radius: 10px;
  padding: .8rem 1.3rem; font-size: .88rem; font-weight: 600; white-space: nowrap; cursor: pointer;
}
.ab-cta-btn:hover { background: #4338CA; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(79, 70, 229, .38); }
.ab-cta-points { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1rem; }
.ab-cta-points li { display: flex; align-items: center; gap: .4rem; font-size: .76rem; color: #98A2C0; }
.ab-cta-points svg { width: 13px; height: 13px; color: #A78BFA; flex: none; }

@media (max-width: 940px) {
  .ab-cta { flex-direction: column; align-items: flex-start; }
  .ab-cta-action { width: 100%; }
  .ab-cta-form input { width: 100%; flex: 1; }
}
@media (max-width: 520px) {
  .ab-cta-form { flex-direction: column; }
  .ab-cta-btn { justify-content: center; }
}
