/* ==========================================================================
   Floatr — styles-about.css
   Generated by scripts/build_styles.py — do not edit by hand.
   Page bundle. Load after global.css.
   ========================================================================== */
.about-page .gr-section-title-left,
.about-page .prod-section-head {
  text-align: left;
}

.about-page .prod-section-head .corp-block__title {
  font-size: var(--heading-title);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ab-press-section .prod-section-head {
  margin-bottom: 1.5rem;
}

.ab-press-section .prod-section-head__lead {
  max-width: none;
}

.ab-behaviour-section .prod-section-head {
  margin-bottom: 1.75rem;
}

.ab-behaviour-section .prod-section-head__lead {
  max-width: 42rem;
}

.about-page .ab-team-section .prod-section-head {
  margin-bottom: 1.25rem;
}

.about-page .ab-team-section .prod-section-head__lead {
  max-width: 40rem;
}

.about-page .ab-people-section .prod-section-head {
  margin-bottom: 1.75rem;
}

.about-page .ab-people-section .prod-section-head__lead {
  max-width: 42rem;
}

.ab-team-hook {
  margin-bottom: 0;
}

@media (min-width: 640px) {.ab-values-grid {
  grid-template-columns: repeat(2, 1fr);
}

.ab-audience-grid {
  grid-template-columns: repeat(2, 1fr);
}

.ab-team-grid {
  grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 1140px) {.ab-values-grid {
  grid-template-columns: repeat(3, 1fr);
}
}

.ab-press-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 1rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: var(--gr-shadow);
  transition: transform var(--gr-transition), box-shadow var(--gr-transition), border-color 0.3s ease;
}

.ab-press-feature:hover {
  transform: translateY(-5px);
  border-color: #bfdbfe;
  box-shadow: var(--gr-shadow-hover);
}

@media (min-width: 768px) {.ab-press-feature {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}
}

.ab-press-feature__media {
  position: relative;
  display: block;
  min-height: 12rem;
  background: #0c121a;
}

.ab-press-feature__media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 12rem;
  border: 0;
}

.ab-press-feature__yt-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1rem;
  font-size: var(--text-sm);
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 18, 26, 0) 0%, rgba(12, 18, 26, 0.88) 45%);
}

.ab-press-feature__yt-link svg {
  width: 1.1rem;
  height: 1.1rem;
}

.ab-press-feature__yt-link:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 18, 26, 0.15) 0%, rgba(185, 28, 28, 0.92) 55%);
}

.ab-press-feature__media img {
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.ab-press-feature:hover .ab-press-feature__media img {
  transform: scale(1.03);
  opacity: 1;
}

.ab-press-feature__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 18, 26, 0.35);
}

.ab-press-feature__play i {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.85rem;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.ab-press-feature__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.25rem 1.35rem 1.2rem;
}

.ab-press-feature__body--link {
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease;
}

.ab-press-feature__body--link:hover {
  background: var(--color-blue-50);
}

.ab-press-feature__lead {
  margin: 0.35rem 0 0;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--neutral-600);
}

.ab-press-feature__lead strong {
  color: var(--neutral-800);
}

.ab-press-feature__topics {
  list-style: none;
  margin: 0.65rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  width: 100%;
}

.ab-press-feature__topics li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: var(--text-sm);
  line-height: 1.45;
  color: var(--neutral-700);
}

.ab-press-feature__topics svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--color-blue-hover);
}

.ab-press-feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.65rem;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-blue-hover);
}

.ab-press-feature__cta svg {
  width: 1rem;
  height: 1rem;
}

.ab-press-feature__body--link:hover .ab-press-feature__cta {
  text-decoration: underline;
}

.ab-press-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 640px) {.ab-press-grid {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1140px) {.ab-press-grid {
  grid-template-columns: repeat(3, 1fr);
}
}

.ab-press-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  padding: 1.1rem 1.15rem 1rem;
  padding-right: 2.75rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: transform var(--gr-transition), box-shadow var(--gr-transition), border-color 0.3s ease;
}

.ab-press-card:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: var(--gr-shadow-hover);
}

.ab-press-card__go {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #6b7280;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ab-press-card__go svg {
  width: 0.95rem;
  height: 0.95rem;
}

.ab-press-card:hover .ab-press-card__go {
  background: var(--primary);
  color: #fff;
  transform: translate(2px, -2px);
}

.ab-press-type {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}

.ab-press-type svg {
  width: 0.75rem;
  height: 0.75rem;
}

.ab-press-type--video {
  background: #ede9fe;
  color: #7c3aed;
}

.ab-press-type--news {
  background: #dbeafe;
  color: #2563eb;
}

.ab-press-type--magazine {
  background: #ede9fe;
  color: #7c3aed;
}

.ab-press-type--blog {
  background: #ffedd5;
  color: #ea580c;
}

.ab-press-outlet {
  font-size: var(--text-xs);
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ab-press-headline {
  font-size: var(--text-body);
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.ab-press-meta {
  font-size: var(--text-xs);
  color: #6b7280;
}

.ab-press-social {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

@media (min-width: 640px) {.ab-press-social {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
}

.ab-press-social__intro h3 {
  margin: 0 0 0.2rem;
  font-size: var(--text-body);
  font-weight: 700;
  color: #111827;
}

.ab-press-social__intro p {
  margin: 0;
  font-size: var(--text-sm);
  color: #6b7280;
}

.ab-press-social__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ab-press-social__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  font-size: var(--text-sm);
  font-weight: 700;
  color: #374151;
  text-decoration: none;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ab-press-social__links a svg {
  width: 1rem;
  height: 1rem;
  color: var(--primary);
}

.ab-press-social__links a:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: var(--primary);
}

.ab-press-feature.animate-on-scroll,
.ab-press-card.animate-on-scroll,
.ab-press-social.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
}

.ab-press-feature.animate-on-scroll.animated,
.ab-press-card.animate-on-scroll.animated,
.ab-press-social.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ab-press-card.animate-on-scroll.animated:hover {
  transform: translateY(-4px);
}

.ab-press-feature.animate-on-scroll.animated:hover {
  transform: translateY(-5px);
}

@media (prefers-reduced-motion: reduce) {.ab-press-feature.animate-on-scroll,
  .ab-press-card.animate-on-scroll,
  .ab-press-social.animate-on-scroll {
  opacity: 1;
  transform: none;
}
}

.ab-person--profile .ab-person__photo {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.ab-people-head__badge {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ab-section-tagline {
  display: inline-block;
  margin-top: var(--space-3);
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-body);
  font-weight: 700;
  color: var(--color-primary-hover);
  background: linear-gradient(135deg, var(--color-primary-50) 0%, var(--color-primary-100) 100%);
  border: 1px solid var(--color-primary-200);
  border-radius: var(--space-3);
}

.about-page .gr-cta-trust svg {
  color: var(--color-primary-300);
}

.about-page .gr-hook.gr-quote-card {
  box-shadow: var(--shadow-sm);
}

.about-page .gr-hook.gr-hook--blue,
.about-page .gr-hook.gr-hook--blue.gr-quote-card {
  border-left-color: var(--hook-blue);
}

.about-page .gr-hook.gr-hook--green,
.about-page .gr-hook.gr-hook--green.gr-quote-card {
  background: linear-gradient(135deg, var(--success-bg) 0%, var(--white) 100%);
  border-left-color: var(--hook-green);
}

.about-page .gr-hook.gr-hook--purple {
  border-left-color: var(--hook-purple);
}

.about-page .gr-hook.gr-hook--yellow {
  border-left-color: var(--hook-yellow);
}

.about-page .gr-hook.gr-hook--red {
  border-left-color: var(--hook-red);
}

.about-page #modern-india .section-header {
  text-align: left;
}

.about-page #modern-india .section-header .gr-hook {
  margin-left: 0;
  margin-right: 0;
}

.about-page .ab-people-section > .gr-hook.gr-hook--purple {
  margin-bottom: var(--space-6);
}

.about-page .ab-people-section .ab-people-groups {
  margin-top: var(--space-5);
}

.about-page .gr-forward-banner__inner {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.about-page .gr-forward-banner .gr-hook--on-dark {
  text-align: left;
}

.about-page .final-cta-title {
  font-size: var(--heading-title);
}

.about-page .gr-quote-card--compact {
  margin-top: 1.5rem;
}

.about-page .gr-forward-banner__bg {
  background: linear-gradient(135deg, rgba(12, 18, 26, 0.92) 0%, rgba(37, 99, 235, 0.82) 100%),
    url("https://images.unsplash.com/photo-1769430838012-8e1270d41f46?auto=format&fit=crop&w=1600&q=80") center / cover no-repeat;
}

.about-page .gr-feel-item svg {
  color: var(--gr-accent);
}

.about-page .gr-hook.ab-team-hook {
  margin: 0 0 var(--space-6);
  padding: var(--space-4) var(--space-5);
  text-align: left;
  background: linear-gradient(135deg, var(--color-primary-50) 0%, var(--purple-bg) 100%);
  border: 2px solid var(--color-primary-200);
  border-radius: var(--space-4);
  box-shadow: var(--shadow-sm);
}

.about-page .gr-hook.ab-team-hook .gr-hook__body p {
  margin: 0;
  font-size: var(--text-body);
  line-height: 1.5;
  color: #1e3a8a;
}

.ab-audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.ab-audience-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-5) var(--space-4);
}

.ab-audience-card:hover {
  border-color: var(--color-primary-300);
}

.ab-audience-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ab-audience-card__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.ab-audience-card h3 {
  margin: 0 0 var(--space-2);
  font-size: var(--text-body);
  color: var(--neutral-900);
  font-weight: 700;
}

.ab-audience-card p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.55;
}

.ab-values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.ab-value-card {
  padding: var(--space-5);
  border-left: 4px solid var(--color-primary);
  position: relative;
  overflow: hidden;
}

.ab-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-primary-300));
  opacity: 1;
}

.ab-value-card:hover {
  border-color: var(--color-primary-200);
}

.ab-value-card__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.55rem;
}

.ab-value-card__icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: var(--space-3);
  background: var(--color-primary-100);
  color: var(--color-primary-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ab-value-card__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.ab-value-card h3 {
  margin: 0;
  font-size: var(--text-body);
  color: var(--neutral-900);
  font-weight: 700;
}

.ab-value-card p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.6;
}

.ab-value-card--green {
  border-left-color: var(--success);
}

.ab-value-card--green::before {
  background: linear-gradient(90deg, var(--success), color-mix(in srgb, var(--success) 35%, var(--white)));
}

.ab-value-card--green .ab-value-card__icon {
  background: var(--success-bg);
  color: var(--success);
}

.ab-value-card--purple {
  border-left-color: var(--purple);
}

.ab-value-card--purple::before {
  background: linear-gradient(90deg, var(--purple), color-mix(in srgb, var(--purple) 35%, var(--white)));
}

.ab-value-card--purple .ab-value-card__icon {
  background: var(--purple-bg);
  color: var(--purple);
}

.ab-value-card--orange {
  border-left-color: var(--orange);
}

.ab-value-card--orange::before {
  background: linear-gradient(90deg, var(--orange), color-mix(in srgb, var(--orange) 35%, var(--white)));
}

.ab-value-card--orange .ab-value-card__icon {
  background: var(--orange-bg);
  color: var(--orange);
}

.about-page .ab-press-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.ab-purpose-block {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.ab-purpose-block .purpose-main {
  margin-bottom: 0;
}

.about-page .ab-audience-card.animate-on-scroll,
.about-page .gr-impact-card.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
}

.about-page .ab-audience-card.animate-on-scroll.animated,
.about-page .gr-impact-card.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 640px) {.ab-values-grid {
  grid-template-columns: repeat(2, 1fr);
}

.ab-audience-grid {
  grid-template-columns: repeat(2, 1fr);
}

.ab-team-grid {
  grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 1140px) {.ab-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
}

@media (min-width: 1140px) {.ab-values-grid {
  grid-template-columns: repeat(3, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.about-page .ab-audience-card.animate-on-scroll,
  .about-page .gr-impact-card.animate-on-scroll {
  opacity: 1;
  transform: none;
}
}

.about-page .ab-audience-card.animate-on-scroll,
.about-page .ab-behaviour-card.animate-on-scroll,
.about-page .ab-behaviour-aside.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
}

.about-page .ab-audience-card.animate-on-scroll.animated,
.about-page .ab-behaviour-card.animate-on-scroll.animated,
.about-page .ab-behaviour-aside.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ab-behaviour-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 560px) {.ab-behaviour-grid {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 560px) and (max-width: 899px) {.ab-behaviour-card--featured {
  grid-column: 1 / -1;
}
}

.ab-behaviour-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
  padding: var(--space-4);
  overflow: hidden;
}

.ab-behaviour-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #16a34a, #4ade80);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ab-behaviour-card:hover {
  border-color: color-mix(in srgb, var(--success) 45%, var(--white));
  box-shadow: var(--shadow-md);
}

.ab-behaviour-card:hover::before {
  opacity: 1;
}

.ab-behaviour-card--featured {
  padding: var(--space-5) var(--space-5) var(--space-4);
  background: linear-gradient(160deg, var(--white) 0%, var(--warning-bg) 100%);
  border-color: color-mix(in srgb, var(--warning) 55%, var(--white));
}

.ab-behaviour-card--featured::before {
  opacity: 1;
  background: linear-gradient(90deg, var(--warning), color-mix(in srgb, var(--warning) 25%, var(--white)));
}

.ab-behaviour-card--featured:hover {
  border-color: var(--warning);
  box-shadow: var(--shadow-md);
}

.ab-behaviour-card__num {
  position: absolute;
  top: var(--space-2);
  right: var(--space-3);
  font-size: var(--heading-lg);
  font-weight: 900;
  line-height: 1;
  color: var(--neutral-100);
  letter-spacing: -0.04em;
  pointer-events: none;
}

.ab-behaviour-card--featured .ab-behaviour-card__num {
  color: color-mix(in srgb, var(--warning) 30%, var(--white));
}

.ab-behaviour-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-behaviour-card__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.ab-behaviour-card h3 {
  margin: 0;
  font-size: var(--text-body);
  font-weight: 700;
  color: var(--neutral-900);
  line-height: 1.2;
}

.ab-behaviour-card p {
  margin: 0;
  font-size: var(--text-xs);
  line-height: 1.5;
  flex: 1;
}

.ab-behaviour-card--featured h3 {
  font-size: var(--text-lg);
}

.ab-behaviour-card--featured p {
  font-size: var(--text-sm);
}

.ab-behaviour-card.animate-on-scroll.animated:hover {
  transform: translateY(-5px);
}

.about-page .ab-behaviour-card.animate-on-scroll,
.about-page .ab-behaviour-principle.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
}

.about-page .ab-behaviour-card.animate-on-scroll.animated,
.about-page .ab-behaviour-principle.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {.about-page .ab-behaviour-card.animate-on-scroll,
  .about-page .ab-behaviour-principle.animate-on-scroll {
  opacity: 1;
  transform: none;
}
}

.ab-behaviour-principle__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #1d4ed8;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  white-space: nowrap;
}

.ab-behaviour-principle__badge svg {
  width: 0.85rem;
  height: 0.85rem;
}

.ab-behaviour-loop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.4rem;
}

.ab-behaviour-loop__step {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  font-size: var(--text-sm);
  font-weight: 700;
  color: #374151;
  border-radius: 999px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.ab-behaviour-loop__step svg {
  width: 0.9rem;
  height: 0.9rem;
  color: #6b7280;
}

.ab-behaviour-loop__step--accent {
  color: #1d4ed8;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-color: #93c5fd;
}

.ab-behaviour-loop__step--accent svg {
  color: #2563eb;
}

.ab-behaviour-loop__arrow {
  width: 0.9rem;
  height: 0.9rem;
  color: #9ca3af;
  flex-shrink: 0;
}

.ab-behaviour-principle__text {
  margin: 0;
  width: 100%;
  font-size: var(--text-body);
  line-height: 1.55;
  color: #4b5563;
}

.ab-behaviour-principle__text strong {
  color: #111827;
  font-weight: 700;
}

.ab-behaviour-principle {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 1.25rem;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.08);
}

.ab-behaviour-principle__flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.2rem;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

@media (min-width: 640px) {.ab-behaviour-principle__flow {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
}

@media (min-width: 768px) {.ab-behaviour-principle {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: stretch;
}

.ab-behaviour-principle__flow {
  border-bottom: none;
  border-right: 1px solid #e5e7eb;
}

.ab-behaviour-principle .gr-hook.gr-quote-card {
  margin: 0;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
}
}

.ab-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 1.1rem;
  border: 2px solid #e5e7eb;
  text-align: center;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
  transition: transform var(--gr-transition), box-shadow var(--gr-transition), border-color 0.3s ease;
}

@media (min-width: 768px) {.ab-team-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: start;
}

.ab-team-card:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
}

.ab-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem 0.5rem;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ab-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(124, 58, 237, 0.12);
  border-color: #c4b5fd;
}

.ab-team-card__media {
  padding: 1.5rem 1.25rem 0;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1.1rem;
}

.ab-team-card__media::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: linear-gradient(145deg, #6366f1 0%, #3b82f6 50%, #a78bfa 100%);
  opacity: 0.85;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ab-team-card:hover .ab-team-card__media::before {
  opacity: 1;
  transform: scale(1.04);
}

.ab-team-card:nth-child(2) .ab-team-card__media::before {
  background: linear-gradient(145deg, #2563eb 0%, #60a5fa 50%, #93c5fd 100%);
}

.ab-team-card:nth-child(3) .ab-team-card__media::before {
  background: linear-gradient(145deg, #7c3aed 0%, #a78bfa 50%, #c4b5fd 100%);
}

.about-page .ab-team-section {
  background: #fff;
}

.ab-team-stage {
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2rem);
  background: #0c121a;
  border-radius: 1.25rem;
  color: #fff;
  text-align: center;
}

.ab-team-stage__line {
  margin: 0 auto 2rem;
  max-width: 28rem;
  font-size: var(--text-body);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.ab-team-stage__line strong {
  color: #fff;
  font-weight: 700;
}

.ab-team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {.ab-team-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2rem;
  align-items: start;
}
}

.ab-team-card__media {
  margin-bottom: 1rem;
}

.ab-team-card__photo {
  width: clamp(7.5rem, 18vw, 10.5rem);
  height: clamp(7.5rem, 18vw, 10.5rem);
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}

.ab-team-card:hover .ab-team-card__photo {
  outline-color: #c4b5fd;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  transform: scale(1.02);
}

.ab-team-card__body {
  padding: 0;
  border-top: 1px solid #f3f4f6;
  width: 100%;
  max-width: 14rem;
}

.ab-team-card__name {
  margin: 0;
  font-size: var(--text-lg);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.ab-team-card__role {
  margin: 0.35rem 0 0.5rem;
  font-size: var(--text-xs);
  font-weight: 700;
  color: #93c5fd;
  display: block;
  padding: 0;
  background: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ab-team-card__desc {
  margin: 0;
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
}

.about-page .ab-team-stage.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
}

.about-page .ab-team-stage.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ab-team-card {
  background: #fff;
  border-radius: 1.1rem;
  border: 2px solid #e5e7eb;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
  transition: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.ab-team-card.animate-on-scroll.animated:hover {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {.about-page .ab-team-stage.animate-on-scroll {
  opacity: 1;
  transform: none;
}
}

.about-page .ab-team-section {
  background: #f8fafc;
}

.ab-team-roster {
  display: grid;
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

@media (min-width: 900px) {.ab-team-roster {
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: auto auto;
}

.ab-team-member--lead {
  grid-column: 1;
  grid-row: 1 / 3;
  border-right: 1px solid #e2e8f0;
  border-bottom: none;
}

.ab-team-roster__stack {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
}

.ab-team-roster__tagline {
  grid-column: 1 / -1;
}
}

.ab-team-member {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding: 1.35rem 1.4rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.25s ease;
}

.ab-team-member:last-child {
  border-bottom: none;
}

.ab-team-roster__stack .ab-team-member:last-child {
  border-bottom: none;
}

.ab-team-member:hover {
  background: #f8fafc;
}

.ab-team-member--lead {
  padding: 1.75rem 1.5rem;
}

@media (min-width: 900px) {.ab-team-member--lead {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 1.75rem;
  min-height: 100%;
}

.ab-team-member--lead .ab-team-member__photo {
  width: 7.5rem;
  height: 7.5rem;
}
}

.ab-team-member__photo {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.ab-team-member--lead .ab-team-member__photo {
  width: 5.5rem;
  height: 5.5rem;
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.15);
}

.ab-team-member__info {
  min-width: 0;
}

.ab-team-member__name {
  margin: 0;
  font-size: var(--text-body);
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
}

.ab-team-member--lead .ab-team-member__name {
  font-size: var(--text-xl);
  margin-bottom: 0.1rem;
}

.ab-team-member__role {
  margin: 0.2rem 0 0.45rem;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--primary);
}

.ab-team-member__desc {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.55;
  color: #64748b;
}

.ab-team-member--lead .ab-team-member__desc {
  font-size: var(--text-body);
  max-width: 22rem;
}

.ab-team-roster__tagline {
  margin: 0;
  padding: 1rem 1.4rem;
  text-align: center;
  font-size: var(--text-body);
  line-height: 1.5;
  color: #64748b;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.ab-team-roster__tagline strong {
  color: #111827;
  font-weight: 700;
}

.about-page .ab-team-roster.animate-on-scroll,
.about-page .ab-team-member.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
}

.about-page .ab-team-roster.animate-on-scroll.animated,
.about-page .ab-team-member.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-page .ab-team-member.animate-on-scroll.animated:hover {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {.about-page .ab-team-roster.animate-on-scroll,
  .about-page .ab-team-member.animate-on-scroll {
  opacity: 1;
  transform: none;
}
}

.about-page .ab-team-member.animate-on-scroll {
  opacity: 0;
  transform: translateY(16px);
}

.about-page .ab-team-member.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {.about-page .ab-team-member.animate-on-scroll {
  opacity: 1;
  transform: none;
}
}

.about-page .ab-people-section {
  background: #fff;
}

.ab-people-triptych {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 900px) {.ab-people-triptych {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}
}

.ab-people-lane {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
  border-radius: 1.1rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {.about-page .ab-people-lane.animate-on-scroll {
  opacity: 1;
  transform: none;
}

.about-page .ab-people-lane:hover,
  .about-page .ab-people-lane.animate-on-scroll.animated:hover {
  transform: none;
}
}

.about-page .ab-people-section {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.ab-people-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  position: relative;
}

@media (min-width: 900px) {.ab-people-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
  padding-bottom: 0.5rem;
}

.ab-people-pillars::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb 0%, #7c3aed 50%, #d97706 100%);
  opacity: 0.35;
}
}

.ab-people-lane {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ab-people-lane:hover {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.ab-people-lane--founders {
  border-top: 6px solid #2563eb;
}

.ab-people-lane--advisors {
  border-top: 6px solid #7c3aed;
}

.ab-people-lane--investors {
  border-top: 6px solid #d97706;
}

.ab-people-lane__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.35rem 1rem 1.15rem;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-bottom: 1px solid #e5e7eb;
  flex-direction: column;
  text-align: center;
}

.ab-people-lane__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.ab-people-lane__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.ab-people-lane--founders .ab-people-lane__icon {
  background: linear-gradient(145deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
}

.ab-people-lane--advisors .ab-people-lane__icon {
  background: linear-gradient(145deg, #8b5cf6 0%, #7c3aed 100%);
  color: #fff;
}

.ab-people-lane--investors .ab-people-lane__icon {
  background: linear-gradient(145deg, #f59e0b 0%, #d97706 100%);
  color: #fff;
}

.ab-people-lane__head h3 {
  margin: 0 0 0.25rem;
  font-size: var(--text-xl);
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
}

.ab-people-lane__head p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.45;
  color: #64748b;
  max-width: 14rem;
}

.ab-people-list {
  list-style: none;
  margin: 0;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.ab-people-list > li {
  flex: 1;
  display: flex;
  min-height: 0;
}

.ab-person {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 0.75rem;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.ab-person__avatar {
  flex-shrink: 0;
}

.ab-person__photo {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.ab-people-lane--founders .ab-person__photo {
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.22);
  outline: 2px solid #dbeafe;
}

.ab-people-lane--advisors .ab-person__photo {
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.2);
  outline: 2px solid #ede9fe;
}

.ab-person__monogram {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
  border: 2px solid #c4b5fd;
  color: #7c3aed;
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.15);
}

.ab-person__mark {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #92400e;
  background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
  border: 2px solid #fcd34d;
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.2);
}

.ab-person__mark--alt {
  color: #1e3a8a;
  background: linear-gradient(145deg, #dbeafe 0%, #bfdbfe 100%);
  border-color: #93c5fd;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18);
}

.ab-person__mark--ghost {
  font-size: 0;
  background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
  border: 2px solid #fcd34d;
  color: #d97706;
  border-radius: 50%;
}

.ab-person__mark--ghost svg {
  width: 1.35rem;
  height: 1.35rem;
}

.ab-person__body {
  min-width: 0;
  width: 100%;
}

.ab-people-lane--founders .ab-person__role {
  color: #2563eb;
}

.ab-people-lane--advisors .ab-person__role {
  color: #7c3aed;
}

.ab-people-lane--investors .ab-person__role {
  color: #b45309;
}

.ab-person--placeholder {
  background: #fff;
  border-style: dashed;
  border-color: #e5e7eb;
}

.ab-people-foot {
  margin: 1.75rem 0 0;
  padding-top: 1.35rem;
  border-top: 1px solid #e5e7eb;
  font-size: var(--text-body);
  line-height: 1.55;
  color: #6b7280;
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.ab-people-foot strong {
  color: #111827;
  font-weight: 700;
}

.about-page .ab-people-lane.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
}

.about-page .ab-people-lane.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-page .ab-people-lane.animate-on-scroll.animated:hover {
  transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {.about-page .ab-people-lane.animate-on-scroll {
  opacity: 1;
  transform: none;
}

.about-page .ab-people-lane:hover,
  .about-page .ab-people-lane.animate-on-scroll.animated:hover {
  transform: none;
}
}

.ab-people-groups {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.ab-people-group__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ab-people-group__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.ab-people-group--founders .ab-people-group__icon {
  background: #dbeafe;
  color: #2563eb;
}

.ab-people-group--advisors .ab-people-group__icon {
  background: #ede9fe;
  color: #7c3aed;
}

.ab-people-group--investors .ab-people-group__icon {
  background: #fef3c7;
  color: #d97706;
}

.ab-people-group__head h3 {
  margin: 0 0 0.15rem;
  font-size: var(--text-body);
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
}

.ab-people-group__head p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.4;
  color: #64748b;
}

@media (min-width: 520px) {.ab-people-group--founders .ab-people-cards,
  .ab-people-group--advisors .ab-people-cards {
  grid-template-columns: repeat(2, 1fr);
}

.ab-people-group--investors .ab-people-cards {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 900px) {.ab-people-group--investors .ab-people-cards {
  grid-template-columns: repeat(3, 1fr);
}
}

.ab-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  padding: 1.25rem 1rem 1.15rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ab-people-group--founders .ab-person {
  border-top: 3px solid #2563eb;
}

.ab-people-group--advisors .ab-person {
  border-top: 3px solid #7c3aed;
}

.ab-people-group--investors .ab-person {
  border-top: 3px solid #d97706;
}

.ab-people-group--founders .ab-person__role {
  color: #2563eb;
}

.ab-people-group--advisors .ab-person__role {
  color: #7c3aed;
}

.ab-people-group--investors .ab-person__role {
  color: #b45309;
}

.about-page .ab-people-group.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
}

.about-page .ab-people-group.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {.about-page .ab-people-group.animate-on-scroll {
  opacity: 1;
  transform: none;
}
}

.ab-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  padding: 0.5rem 0.35rem 0.25rem;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 640px) {.ab-person__photo,
  .ab-person__monogram,
  .ab-person__mark {
  width: 8.75rem;
  height: 8.75rem;
}
}

.ab-person:hover .ab-person__photo,
.ab-person:hover .ab-person__monogram,
.ab-person:hover .ab-person__mark {
  transform: scale(1.03);
}

@media (min-width: 640px) {.ab-person__body h4 {
  font-size: var(--text-xl);
}
}

.ab-people-group--founders .ab-person__body h4 {
  color: #2563eb;
}

.ab-people-group--advisors .ab-person__body h4 {
  color: #7c3aed;
}

.ab-people-group--investors .ab-person__body h4 {
  color: #d97706;
}

.ab-person__role {
  margin: 0.25rem 0 0.45rem;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.ab-person--placeholder .ab-person__body h4 {
  color: #374151;
  opacity: 0.85;
}

.ab-person__monogram svg {
  width: 1.75rem;
  height: 1.75rem;
}

.ab-people-groups {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 520px) {.ab-people-group--founders .ab-people-cards,
  .ab-people-group--advisors .ab-people-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.25rem 1.15rem 1.3rem;
  gap: 1rem;
}

.ab-people-group--investors .ab-people-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (min-width: 900px) {.ab-people-group--investors .ab-people-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

.ab-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 0.85rem;
  width: 100%;
  min-height: 100%;
  padding: 1rem 0.75rem 0.9rem;
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 0.85rem;
  box-shadow: none;
}

.ab-person:hover {
  border-color: #dbeafe;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.ab-people-group--advisors .ab-person:hover {
  border-color: #ddd6fe;
}

.ab-people-group--investors .ab-person:hover {
  border-color: #fde68a;
}

.ab-person:hover .ab-person__photo,
.ab-person:hover .ab-person__monogram,
.ab-person:hover .ab-person__mark {
  transform: scale(1.02);
}

.ab-people-group--founders {
  border-color: #dbeafe;
}

.ab-people-group--advisors {
  border-color: #e9d5ff;
}

.ab-people-group--investors {
  border-color: #fde68a;
}

.ab-people-group--founders .ab-people-group__head {
  border-bottom-color: #dbeafe;
  background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
}

.ab-people-group--advisors .ab-people-group__head {
  border-bottom-color: #e9d5ff;
  background: linear-gradient(180deg, #f5f3ff 0%, #faf9ff 100%);
}

.ab-people-group--investors .ab-people-group__head {
  border-bottom-color: #fde68a;
  background: linear-gradient(180deg, #fffbeb 0%, #fffdf5 100%);
}

.ab-people-group--founders .ab-people-cards {
  background: #f8fbff;
  border-color: #dbeafe;
}

.ab-people-group--advisors .ab-people-cards {
  background: #faf9ff;
  border-color: #e9d5ff;
}

.ab-people-group--investors .ab-people-cards {
  background: #fffdf5;
  border-color: #fde68a;
}

.ab-people-group {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8ecf1;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.ab-people-group__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #e5e7eb;
}

.ab-people-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 1rem;
  margin-top: 0;
  padding: 1.15rem 1rem 1.2rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  align-items: start;
  margin: 0;
}

@media (min-width: 520px) {.ab-people-group--founders .ab-people-cards,
  .ab-people-group--advisors .ab-people-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1.25rem;
}

.ab-people-group--investors .ab-people-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

.ab-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.about-page .ab-person--profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  min-height: 100%;
  padding: 1.35rem 1.2rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ab-person__photo,
.ab-person__monogram,
.ab-person__mark {
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

@media (min-width: 640px) {.ab-person {
  gap: 1.35rem;
  padding: 1.5rem 1.35rem;
}

.ab-person__photo,
  .ab-person__monogram,
  .ab-person__mark {
  width: 6.25rem;
  height: 6.25rem;
}
}

@media (min-width: 900px) {.ab-person {
  gap: 1.5rem;
  padding: 1.65rem 1.5rem;
}

.ab-person__photo,
  .ab-person__monogram,
  .ab-person__mark {
  width: 7rem;
  height: 7rem;
}
}

.ab-person__mark--ghost svg {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 900px) {.ab-person__mark {
  font-size: var(--text-xl);
}

.ab-person__mark--ghost svg {
  width: 1.75rem;
  height: 1.75rem;
}
}

.ab-person__body {
  flex: 1;
  min-width: 0;
  padding-top: 0.25rem;
}

.ab-person__body h4 {
  margin: 0;
  font-size: var(--text-body);
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}

@media (min-width: 640px) {.ab-person__body h4 {
  font-size: var(--text-body);
}
}

@media (min-width: 900px) {.ab-person__body h4 {
  font-size: var(--text-xl);
}
}

.ab-person__role {
  margin: 0.35rem 0 0.6rem;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.ab-person__note {
  margin: 0 auto;
  width: min(100%, 50ch);
  max-width: 50ch;
  font-size: var(--text-sm);
  line-height: 1.55;
  color: #64748b;
  text-align: center;
}

@media (min-width: 900px) {.ab-person__role {
  margin-bottom: 0.7rem;
}

.ab-person__note {
  font-size: var(--text-sm);
  line-height: 1.6;
}
}

.about-page .ab-behaviour-principle .ab-behaviour-loop__step {
  color: #374151;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

@media (min-width: 900px) {.about-page .ab-behaviour-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
}

.about-page .ab-people-section .ab-people-group {
  border: 1px solid #e8ecf1;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.about-page .ab-people-section .ab-people-group--founders {
  border-color: #dbeafe;
}

.about-page .ab-people-section .ab-people-group--advisors {
  border-color: #e9d5ff;
}

.about-page .ab-people-section .ab-people-group__head {
  margin: 0;
  padding: 1rem 1.15rem 0.9rem;
  border-bottom: 1px solid #e5e7eb;
}

.about-page .ab-people-section .ab-people-group--founders .ab-people-group__head {
  background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
  border-bottom-color: #dbeafe;
}

.about-page .ab-people-section .ab-people-group--advisors .ab-people-group__head {
  background: linear-gradient(180deg, #f5f3ff 0%, #faf9ff 100%);
  border-bottom-color: #e9d5ff;
}

.about-page .ab-people-section .ab-people-cards {
  margin: 0;
  padding: 1.15rem 1rem 1.25rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  gap: 1rem;
}

.about-page .ab-people-section .ab-people-group--founders .ab-people-cards {
  background: #f8fbff;
}

.about-page .ab-people-section .ab-people-group--advisors .ab-people-cards {
  background: #faf9ff;
}

@media (min-width: 520px) {.about-page .ab-people-section .ab-people-group--founders .ab-people-cards,
  .about-page .ab-people-section .ab-people-group--advisors .ab-people-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.25rem 1.15rem 1.3rem;
}
}

.about-page .ab-people-section .ab-person.ab-person--profile {
  padding: 1rem 0.75rem 0.9rem;
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 0.85rem;
  box-shadow: none;
  gap: 0.85rem;
}

.about-page .ab-people-section .ab-person.ab-person--profile:hover {
  transform: translateY(-3px);
  border-color: #dbeafe;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.about-page .ab-people-section .ab-people-group--advisors .ab-person.ab-person--profile:hover {
  border-color: #ddd6fe;
}

.about-page .ab-people-section .ab-person--profile .ab-person__photo,
.about-page .ab-people-section .ab-person--profile .ab-person__monogram {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  object-fit: cover;
}

@media (min-width: 640px) {.about-page .ab-people-section .ab-person--profile .ab-person__photo,
  .about-page .ab-people-section .ab-person--profile .ab-person__monogram {
  width: 8.75rem;
  height: 8.75rem;
}
}

.about-page .ab-people-section .ab-people-group--founders .ab-person__body h4 {
  color: #2563eb;
}

.about-page .ab-people-section .ab-people-group--advisors .ab-person__body h4 {
  color: #7c3aed;
}

.about-page .ab-people-section .ab-people-group--founders .ab-person__role {
  color: #2563eb;
}

.about-page .ab-people-section .ab-people-group--advisors .ab-person__role {
  color: #7c3aed;
}

.ab-section-hook {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.about-page .ab-behaviour-principle .ab-behaviour-loop__step {
  color: var(--neutral-700);
  background: var(--surface-50);
  border-color: var(--neutral-200);
}

.about-page .ab-behaviour-principle .ab-behaviour-loop__step svg {
  color: var(--neutral-500);
}

.about-page .ab-behaviour-principle .ab-behaviour-loop__step--accent {
  color: var(--color-primary-hover);
  background: linear-gradient(135deg, var(--color-primary-50) 0%, var(--color-primary-100) 100%);
  border-color: var(--color-primary-300);
}

.about-page .ab-behaviour-principle .ab-behaviour-loop__step--accent svg {
  color: var(--color-primary);
}

.about-page .ab-behaviour-principle .ab-behaviour-loop__arrow {
  color: var(--neutral-400);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page .gr-lead {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page .gr-lead {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.about-page #our-story {
  background: linear-gradient(180deg, var(--color-blue-50) 0%, var(--white) 100%);
}

.about-page #our-story .solution-badge.blue {
  background: var(--color-blue-100);
  color: var(--color-blue-hover);
}

.about-page #our-story .solution-badge.blue .solution-icon {
  background: var(--color-blue-hover);
}

.about-page .gr-lead {
  font-size: var(--text-body);
  line-height: 1.65;
  max-width: 65ch;
}

.about-page .section-subtitle {
  max-width: 65ch;
  margin-inline: 0;
  text-align: left;
}

.ab-values-grid .ab-value-card:nth-child(1),
.ab-values-grid .ab-value-card:nth-child(5) {
  border-left-color: var(--color-blue-600);
}

.ab-values-grid .ab-value-card:nth-child(1)::before,
.ab-values-grid .ab-value-card:nth-child(5)::before {
  background: linear-gradient(90deg, var(--color-blue-600), var(--color-blue-300));
}

.ab-values-grid .ab-value-card:nth-child(1) .ab-value-card__icon,
.ab-values-grid .ab-value-card:nth-child(5) .ab-value-card__icon {
  background: var(--color-blue-100);
  color: var(--color-blue-hover);
}

.ab-values-grid .ab-value-card:nth-child(1):hover,
.ab-values-grid .ab-value-card:nth-child(5):hover {
  border-color: var(--color-blue-200);
}

.ab-values-grid .ab-value-card:nth-child(2) {
  border-left-color: var(--color-primary);
}

.ab-values-grid .ab-value-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--color-primary), color-mix(in srgb, var(--color-primary) 35%, var(--white)));
}

.ab-values-grid .ab-value-card:nth-child(2) .ab-value-card__icon {
  background: var(--color-primary-100);
  color: var(--color-primary-hover);
}

.ab-values-grid .ab-value-card:nth-child(2):hover {
  border-color: var(--color-primary-200);
}

.ab-values-grid .ab-value-card:nth-child(3) {
  border-left-color: var(--purple);
}

.ab-values-grid .ab-value-card:nth-child(3)::before {
  background: linear-gradient(90deg, var(--purple), color-mix(in srgb, var(--purple) 35%, var(--white)));
}

.ab-values-grid .ab-value-card:nth-child(3) .ab-value-card__icon {
  background: var(--purple-bg);
  color: var(--purple);
}

.ab-values-grid .ab-value-card:nth-child(3):hover {
  border-color: color-mix(in srgb, var(--purple) 35%, var(--white));
}

.ab-values-grid .ab-value-card:nth-child(4) {
  border-left-color: var(--warning);
}

.ab-values-grid .ab-value-card:nth-child(4)::before {
  background: linear-gradient(90deg, var(--warning), color-mix(in srgb, var(--warning) 35%, var(--white)));
}

.ab-values-grid .ab-value-card:nth-child(4) .ab-value-card__icon {
  background: var(--warning-bg);
  color: var(--warning);
}

.ab-values-grid .ab-value-card:nth-child(4):hover {
  border-color: color-mix(in srgb, var(--warning) 35%, var(--white));
}

.ab-values-grid .ab-value-card:nth-child(6) {
  border-left-color: var(--orange);
}

.ab-values-grid .ab-value-card:nth-child(6)::before {
  background: linear-gradient(90deg, var(--orange), color-mix(in srgb, var(--orange) 35%, var(--white)));
}

.ab-values-grid .ab-value-card:nth-child(6) .ab-value-card__icon {
  background: var(--orange-bg);
  color: var(--orange);
}

.ab-values-grid .ab-value-card:nth-child(6):hover {
  border-color: color-mix(in srgb, var(--orange) 35%, var(--white));
}

@media (max-width: 767px) {
  .about-page .ab-audience-grid,
  .about-page .ab-behaviour-grid,
  .about-page .ab-value-grid,
  .about-page .ab-team-grid {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1140px) {
  .about-page .ab-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .about-page .ab-behaviour-loop {
    flex-wrap: nowrap;
    gap: 0.25rem 0.35rem;
  }

.about-page .ab-behaviour-loop__step {
    flex-shrink: 0;
    padding: 0.4rem 0.65rem;
    font-size: var(--text-sm);
  }

.about-page .ab-behaviour-loop__step svg,
  .about-page .ab-behaviour-loop__arrow {
    width: 0.85rem;
    height: 0.85rem;
  }
}

[class*="visual__frame"]::after,
.pln-tax-wealth-banner::after,
.pln-ret-showcase-banner::after,
.pln-ret-lifespan-banner::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
