/* ===== CSS VARIABLES ===== */
:root {
  --au2-white: #FFFFFF;
  --au2-teal: #008F99;
  --au2-dark-teal: #004A5C;
  --au2-navy: #131925;
  --au2-charcoal: #212935;
  --au2-text-muted: #6D737E;
  --au2-surface: #F9FAFB;
  --au2-border: #DCDEE2;
  --au2-lime: #C4FD36;
  --au2-lime-dark: #A2DA19;
}

.au2-page {
  overflow-x: hidden;
}

.page-about .navbar_component,
.page-about .navbar_component.w-variant-69a13b80-afff-f185-280c-87f400b743ed,
.page-about .navbar_component.is-scroll_nav {
  --neutral--neutral-100: #ffffff;
  background-color: #ffffff;
}

/* Align AU2 content to the main site grid (1200px max-width, 40px padding).
   Sections keep full-width backgrounds; only inner content is constrained. */
.au2-stats__card,
.au2-features__card,
.au2-cta__card,
.au2-timeline__wrapper,
.au2-partners__title,
.au2-partners__tabs,
.au2-partners__logos,
.au2-team__header,
.au2-team__grid,
.au2-advisory__header,
.au2-advisory__cards {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== HERO ===== */
.au2-hero {
  position: relative;
  width: 100%;
  height: 832px;
  background: var(--au2-white);
  overflow: hidden;
}

.au2-hero__bg-image {
  position: absolute;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 925px;
  object-fit: cover;
  opacity: 0.2;
}

.au2-hero__photos-track {
  position: absolute;
  top: 112px;
  left: 50%;
  display: flex;
  gap: 200px;
  width: calc(1440px * 2 + 200px);
  height: 765px;
  animation: au2-hero-drift 55s linear infinite;
}

@keyframes au2-hero-drift {
  0%   { transform: translateX(-25%); }
  100% { transform: translateX(-75%); }
}

@media (prefers-reduced-motion: reduce) {
  .au2-hero__photos-track {
    animation: none;
    transform: translateX(-50%);
  }
}

.au2-hero__photos {
  position: relative;
  flex-shrink: 0;
  width: 1440px;
  height: 765px;
}

.au2-hero__photo {
  position: absolute;
  padding: 12px;
  border: 1px solid var(--au2-white);
  box-shadow: 0px 16px 21.5px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  overflow: hidden;
}

.au2-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.au2-hero__photo--1 {
  left: 1326px; top: -67px;
  width: 144px; height: 144px;
  background: rgba(18, 73, 146, 0.2);
  opacity: 0.6;
}

.au2-hero__photo--2 {
  left: 420px; top: 467px;
  width: 160px; height: 160px;
  background: rgba(18, 146, 140, 0.2);
  opacity: 0.6;
}

.au2-hero__photo--3 {
  left: 982px; top: 397px;
  width: 155px; height: 155px;
  background: rgba(135, 146, 18, 0.2);
  opacity: 0.6;
}

.au2-hero__photo--4 {
  left: -31px; top: 9px;
  width: 155px; height: 155px;
  background: rgba(18, 88, 146, 0.2);
  opacity: 0.6;
}

.au2-hero__photo--main {
  left: 661px; top: 293px;
  width: 200px; height: 200px;
  background: rgba(108, 146, 18, 0.2);
}

.au2-hero__photo--main img {
  border-radius: 8.83px;
}

.au2-hero__photo--main-inner {
  background: #006675;
  box-shadow: 0px 18.4px 36.8px -8.83px rgba(0, 0, 0, 0.25);
}

.au2-hero__photo--5 {
  left: 140px; top: 176px;
  width: 234px; height: 234px;
  background: rgba(82, 146, 18, 0.2);
}

.au2-hero__photo--6 {
  left: 1110px; top: 146px;
  width: 208px; height: 208px;
  background: rgba(18, 146, 99, 0.2);
}

.au2-hero__gradient-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  z-index: 2;
}

.au2-hero__gradient-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  z-index: 2;
}

.au2-hero__gradient-bottom {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 109px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  z-index: 2;
}

.au2-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 0 112px;
}

.au2-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 0 40px;
  max-width: 1200px;
  width: 100%;
}

.au2-hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.au2-hero__heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.52px;
  color: var(--au2-navy);
  text-align: center;
}

/* ===== STATS ===== */
.au2-stats {
  background: var(--au2-white);
  padding: 112px 64px;
}

.au2-stats__card {
  background: var(--au2-white);
  border-radius: 24px;
  padding: 24px 0;
}

.au2-stats__inner {
  border-radius: 20px;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.au2-stats__top {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.au2-stats__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding-right: 48px;
}

.au2-stats__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--au2-teal);
}

.au2-stats__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--au2-charcoal);
}

.au2-stats__text p {
  margin-bottom: 16px;
}

.au2-stats__text p:last-child {
  margin-bottom: 0;
}

.au2-stats__image-wrap {
  position: relative;
  width: 596px;
  flex-shrink: 0;
}

.au2-stats__image {
  width: 596px;
  height: 406px;
  object-fit: cover;
  border-radius: 12px;
}

.au2-stats__watch-btn {
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px 8px 8px;
  background: var(--au2-white);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  color: var(--au2-navy);
  text-decoration: none;
}

.au2-stats__watch-btn img {
  width: 20px;
  height: 20px;
}

.au2-stats__logomark {
  position: absolute;
  top: 16px;
  right: 16px;
}

.au2-stats__logomark img {
  width: 64px;
  height: 64px;
}

.au2-stats__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.au2-stats__numbers-row {
  display: flex;
  align-items: center;
  width: 100%;
}

.au2-stats__number {
  flex: 1;
  background: var(--au2-surface);
  border-radius: 12px;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.au2-stats__number-value {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--au2-teal);
  padding: 0 24px;
}

.au2-stats__number-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--au2-text-muted);
  padding: 0 24px;
}

/* ===== FEATURES ===== */
.au2-features {
  background: var(--au2-white);
  padding: 64px;
}

.au2-features__card {
  position: relative;
  background: var(--au2-lime);
  border-radius: 20px;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  overflow: hidden;
}

.au2-features__bg {
  position: absolute;
  top: 135px;
  left: -54px;
  width: 1420px;
  height: 1130px;
  object-fit: cover;
  opacity: 0.08;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.au2-features__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 768px;
}

.au2-features__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--au2-charcoal);
  text-align: center;
  width: 100%;
}

.au2-features__grid {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  width: 100%;
}

.au2-features__item {
  flex: 1;
  background: rgba(236, 249, 249, 0.08);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.au2-features__icon {
  width: 56px;
  height: 56px;
}

.au2-features__icon img {
  width: 100%;
  height: 100%;
}

.au2-features__item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.au2-features__item-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: var(--au2-charcoal);
  text-align: center;
}

.au2-features__item-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--au2-charcoal);
  text-align: center;
}

/* ===== PARTNERS / LOGOS ===== */
.au2-partners {
  background: var(--au2-white);
  padding: 112px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.au2-partners__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--au2-navy);
  text-align: center;
  width: 560px;
}

.au2-partners__tabs {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  background: #ECEDEF;
  border-radius: 320px;
}

.au2-partners__tab {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 320px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #4E5660;
}

.au2-partners__tab--active {
  background: var(--au2-white);
  color: var(--au2-navy);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.06), 0px 1px 3px 0px rgba(0,0,0,0.1);
}

.au2-partners__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.au2-partners__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 96px;
  padding: 21px 24px;
}

.au2-partners__logo img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.au2-partners__logo:hover img {
  opacity: 0.8;
}

/* ===== TIMELINE ===== */
.au2-timeline {
  position: relative;
  background: var(--au2-dark-teal);
  padding: 192px 64px;
  overflow: hidden;
}

.au2-timeline__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.au2-timeline__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 0;
}

.au2-timeline__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  background: transparent;
}

.au2-timeline__title-area {
  flex: 1;
}

.au2-timeline__label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--au2-lime);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.au2-timeline__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--au2-white);
}

.au2-timeline__nav {
  display: flex;
  gap: 16px;
}

.au2-timeline__nav-btn {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 8px;
  backdrop-filter: blur(48px);
  cursor: pointer;
  color: var(--au2-white);
  font-size: 20px;
}

.au2-timeline__track {
  width: 100%;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}

.au2-timeline__track::-webkit-scrollbar {
  display: none;
}

.au2-timeline__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  width: 220px;
  padding-right: 32px;
}

.au2-timeline__icon {
  width: 64px;
  height: 64px;
}

.au2-timeline__icon img {
  width: 64px;
  height: 64px;
}

.au2-timeline__progress {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  width: 100%;
}

.au2-timeline__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00ADB2;
  flex-shrink: 0;
}

.au2-timeline__dot--lime {
  background: var(--au2-lime);
}

.au2-timeline__dot--outline {
  background: #006675;
  border: 3px solid #00ADB2;
}

.au2-timeline__line {
  flex: 1;
  height: 3px;
  background: #00ADB2;
}

.au2-timeline__line--dashed {
  background: none;
  border-top: 3px dashed #008F99;
  height: 0;
}

.au2-timeline__future-label-inline {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #00ADB2;
  white-space: nowrap;
  flex-shrink: 0;
}

.au2-timeline__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  background: var(--au2-teal);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--au2-white);
  width: fit-content;
}

.au2-timeline__tag--outline {
  background: transparent;
  border: 1px solid #008F99;
}

.au2-timeline__milestone-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: var(--au2-white);
}

.au2-timeline__desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #DCDEE2;
}

/* ===== TEAM ===== */
.au2-team {
  background: var(--au2-surface);
  padding: 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.au2-team__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.au2-team__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  width: 100%;
}

.au2-team__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #3A424E;
  text-align: center;
  width: 100%;
}

.au2-team__grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.au2-team__row {
  display: flex;
  gap: 24px;
}

.au2-team__row--centered {
  justify-content: center;
}

.au2-team__card {
  flex: 1;
  background: var(--au2-white);
  border: 2px solid #E6E7EA;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.au2-team__row--centered .au2-team__card {
  flex: 0 0 auto;
  width: calc(25% - 18px);
}

.au2-team__card-photo {
  width: 100%;
  height: 270px;
  border-radius: 12px;
  overflow: hidden;
  background: #D2D5DA;
}

.au2-team__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.au2-team__card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.au2-team__card-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: var(--au2-navy);
}

.au2-team__card-role {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #3A424E;
}

.au2-team__card-social {
  display: flex;
  gap: 14px;
}

.au2-team__card-social a {
  display: flex;
}

.au2-team__card-social img {
  width: 24px;
  height: 24px;
}

/* ===== ADVISORY ===== */
.au2-advisory {
  position: relative;
  background: var(--au2-lime);
  padding: 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  overflow: hidden;
}

.au2-advisory__bg-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.au2-advisory__bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,1) 13%, rgba(115,115,115,0) 94%);
}

.au2-advisory__bg-image {
  position: absolute;
  top: -164px;
  left: 0;
  width: 100%;
  height: 1022px;
  object-fit: cover;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.au2-advisory__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.au2-advisory__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--au2-navy);
  text-align: center;
}

.au2-advisory__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--au2-navy);
  text-align: center;
}

.au2-advisory__cards {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 24px;
}

/* ===== CTA ===== */
.au2-cta {
  background: var(--au2-white);
  padding: 112px 64px;
}

.au2-cta__card {
  display: flex;
  align-items: center;
  background: var(--au2-white);
  border-radius: 16px;
  overflow: hidden;
}

.au2-cta__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 48px;
}

.au2-cta__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 88px;
}

.au2-cta__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: var(--au2-navy);
}

.au2-cta__desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--au2-charcoal);
}

.au2-cta__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  background: var(--au2-navy);
  color: var(--au2-white);
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: fit-content;
}

.au2-cta__image {
  position: relative;
  width: 656px;
  height: 437px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}

.au2-cta__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.au2-cta__image-logo {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.au2-cta__image-logo img {
  width: 120px;
  height: auto;
}


/* ===== RESPONSIVE — Fluid + Media Queries ===== */

/* --- Fluid font sizes --- */
.au2-hero__heading {
  font-size: clamp(32px, 4vw, 52px);
}

.au2-stats__title,
.au2-features__title,
.au2-team__title,
.au2-advisory__title,
.au2-cta__title,
.au2-partners__title,
.au2-timeline__title {
  font-size: clamp(28px, 3.5vw, 40px);
}

.au2-stats__text,
.au2-team__subtitle,
.au2-advisory__subtitle,
.au2-cta__desc,
.au2-team__card-role,
.au2-stats__number-label {
  font-size: clamp(14px, 1.5vw, 18px);
}

/* --- Fluid padding --- */
.au2-stats,
.au2-partners,
.au2-team,
.au2-advisory,
.au2-cta {
  padding: clamp(48px, 8vw, 112px) clamp(16px, 5vw, 64px);
}

.au2-features {
  padding: clamp(32px, 5vw, 64px);
}

.au2-timeline {
  padding: clamp(64px, 14vw, 192px) clamp(16px, 5vw, 64px);
}


/* --- TABLET (≤1024px) --- */
@media (max-width: 1024px) {
  .au2-page {
    max-width: 100%;
  }

  .au2-hero {
    height: auto;
    min-height: 600px;
  }

  .au2-hero__photos-track {
    width: 2000px;
  }

  .au2-hero__photos {
    width: 1000px;
  }

  .au2-hero__content {
    max-width: 100%;
    padding: 80px 24px;
  }

  .au2-hero__inner {
    width: 100%;
    padding: 0 40px;
  }

  .au2-hero__bg-image {
    width: 100%;
  }

  .au2-stats__top {
    flex-direction: column;
  }

  .au2-stats__image-wrap {
    width: 100%;
  }

  .au2-stats__image {
    width: 100%;
    height: auto;
    aspect-ratio: 596 / 406;
  }

  .au2-stats__content {
    padding-right: 0;
  }

  .au2-features__header {
    width: 100%;
  }

  .au2-team__row {
    flex-wrap: wrap;
  }

  .au2-team__card {
    flex: 1 1 calc(50% - 12px);
    min-width: 260px;
  }

  .au2-team__row--centered .au2-team__card {
    width: calc(50% - 12px);
  }

  .au2-cta__card {
    flex-direction: column;
  }

  .au2-cta__content {
    padding: 32px;
  }

  .au2-cta__text {
    padding-right: 0;
  }

  .au2-cta__image {
    width: 100%;
    height: auto;
    aspect-ratio: 656 / 437;
  }

  .au2-partners__logo {
    width: 200px;
    height: 80px;
  }
}

/* --- MOBILE (≤768px) --- */
@media (max-width: 768px) {
  /* Hero — Figma: 638px, padding 48px 0 */
  .au2-hero {
    height: 638px;
    min-height: auto;
  }

  .au2-hero__photos-track {
    width: 750px;
  }

  .au2-hero__photos {
    width: 375px;
  }

  .au2-hero__photo--1,
  .au2-hero__photo--6 {
    display: none;
  }

  .au2-hero__photo--5 { left: 16px; top: 120px; width: 140px; height: 140px; }
  .au2-hero__photo--main { left: 50%; top: 200px; transform: translateX(-50%); width: 160px; height: 160px; }
  .au2-hero__photo--4 { left: -20px; top: 10px; width: 110px; height: 110px; }
  .au2-hero__photo--2 { left: 60%; top: 340px; width: 120px; height: 120px; }
  .au2-hero__photo--3 { left: 70%; top: 140px; width: 110px; height: 110px; }

  .au2-hero__inner {
    padding: 0 16px;
    width: 100%;
  }

  .au2-hero__content {
    padding: 48px 0;
  }

  .au2-hero__heading {
    font-size: 28px;
  }

  /* Stats — Figma: padding 64px 16px */
  .au2-stats {
    padding: 64px 16px;
  }

  .au2-stats__card {
    padding: 16px 0;
  }

  .au2-stats__inner {
    gap: 48px;
  }

  .au2-stats__content {
    gap: 24px;
  }

  .au2-stats__title {
    font-size: 28px;
  }

  .au2-stats__numbers-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .au2-stats__number {
    padding: 20px 0;
  }

  .au2-stats__number-value {
    font-size: 28px;
    padding: 0 16px;
  }

  .au2-stats__number-label {
    font-size: 14px;
    padding: 0 16px;
  }

  /* Features — Figma: padding 64px 16px, inner 96px 20px */
  .au2-features {
    padding: 64px 16px;
  }

  .au2-features__card {
    padding: 48px 20px;
    gap: 32px;
  }

  .au2-features__grid {
    flex-direction: column;
  }

  .au2-features__title {
    font-size: 28px;
  }

  /* Partners — Figma: padding 64px 20px 48px, gap 24px */
  .au2-partners {
    padding: 64px 20px 48px;
    gap: 24px;
  }

  .au2-partners__title {
    width: 100%;
    font-size: 28px;
  }

  .au2-partners__tabs {
    flex-wrap: wrap;
    border-radius: 12px;
  }

  .au2-partners__tab {
    padding: 8px;
    font-size: 12px;
  }

  .au2-partners__logo {
    width: 50%;
    height: 65px;
    padding: 16px 19px;
  }

  /* Timeline — Figma: padding 48px 0 */
  .au2-timeline {
    padding: 48px 0;
  }

  .au2-timeline__wrapper {
    padding: 0;
    gap: 40px;
  }

  .au2-timeline__header {
    padding: 0 16px;
  }

  .au2-timeline__title {
    font-size: 28px;
  }

  .au2-timeline__nav {
    align-self: flex-end;
  }

  .au2-timeline__item {
    width: 180px;
  }

  .au2-timeline__icon {
    width: 48px;
    height: 48px;
  }

  .au2-timeline__icon img {
    width: 48px;
    height: 48px;
  }

  /* Team — Figma: padding 64px 20px, 2-column compact grid */
  .au2-team {
    padding: 64px 20px;
    gap: 32px;
  }

  .au2-team__title {
    font-size: 28px;
  }

  .au2-team__grid {
    gap: 32px;
  }

  .au2-team__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .au2-team__card {
    padding: 12px;
    gap: 12px;
  }

  .au2-team__card-photo {
    height: 180px;
  }

  .au2-team__card-name {
    font-size: 16px;
  }

  .au2-team__card-role {
    font-size: 14px;
  }

  .au2-team__row--centered .au2-team__card {
    width: auto;
  }

  /* Advisory — Figma: padding 64px 20px, gap 48px */
  .au2-advisory {
    padding: 64px 20px;
    gap: 48px;
  }

  .au2-advisory__title {
    font-size: 28px;
  }

  .au2-advisory__cards {
    flex-direction: column;
    align-items: stretch;
  }

  .au2-advisory__cards .au2-team__card {
    flex: 1 1 auto !important;
    width: auto !important;
    padding: 12px;
    gap: 12px;
  }

  .au2-advisory__cards .au2-team__card-photo {
    height: 200px;
  }

  /* CTA — Figma: padding 64px 20px, stacked, image height 223px */
  .au2-cta {
    padding: 64px 20px;
  }

  .au2-cta__content {
    padding: 0;
    gap: 24px;
  }

  .au2-cta__text {
    padding-right: 0;
  }

  .au2-cta__title {
    font-size: 28px;
  }

  .au2-cta__image {
    height: 223px;
  }
}
