@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Regular-slnt=0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-SemiBold-slnt=0.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Bold-slnt=0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0b0b0f;
  --cta: #0b49d6;

  --layer-a-shift: 0px;
  --layer-b-shift: 0px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #ffffff;
  overflow-x: hidden;
}

/* NAV */
.amh-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: white;
}
.amh-header .navbar {
  background: transparent !important;
  border: 0;
}

.amh-logo {
  height: 95px;
  width: auto;
}

.navbar .nav-link {
  font-weight: 500;
  color: var(--ink);
}

.navbar .nav-link.active {
  font-weight: 700;
}

.amh-nav-cta {
  background: var(--cta);
  color: #fff;
  border: 0;
  font-weight: 600;
}

.amh-nav-cta:hover {
  background-color: #73efcf;
  color: black;
}

/* HERO */
.amh-hero {
  position: relative;
  overflow: hidden;
  padding: 15px 0 30px;
  height: 100vh;
}

.amh-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.amh-hero-content {
  position: relative;
  z-index: 5;
}

/* Background layers (soft motion, no tiling) */
.bg-layer {
  position: absolute;
  inset: -18% -14%;
  will-change: transform;
}

.bg-layer.layer-a {
  transform: translate3d(0, var(--layer-a-shift), 0);
}

.bg-layer.layer-b {
  transform: translate3d(0, var(--layer-b-shift), 0);
}

.layer-motion {
  position: absolute;
  inset: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.bg-layer img {
  position: absolute;
  inset: 0;
  width: 115%;
  height: 115%;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.layer-motion.motion-a {
  animation: driftA 12s ease-in-out infinite alternate;
}

.layer-motion.motion-b {
  animation: driftB 16s ease-in-out infinite alternate;
}

@keyframes driftA {
  0% {
    transform: translate3d(-3%, -2%, 0) scale(1.06);
  }
  50% {
    transform: translate3d(2%, 2%, 0) scale(1.08);
  }
  100% {
    transform: translate3d(-2%, 3%, 0) scale(1.06);
  }
}

@keyframes driftB {
  0% {
    transform: translate3d(3%, 2%, 0) scale(1.08);
  }
  50% {
    transform: translate3d(-2%, -2%, 0) scale(1.1);
  }
  100% {
    transform: translate3d(2%, 3%, 0) scale(1.08);
  }
}

/* Content blocks */
.amh-hero-imageWrap {
  width: 80%;

  border-radius: 18px;
  overflow: hidden;
}

.amh-hero-imageWrap img {
  width: 80%;
  margin-top: 70px;
  object-fit: cover;
  display: block;
}

.amh-hero-right {
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 10px 0;
}

.amh-hero-title {
  margin-top: 150px;
  font-size: 4rem;
  line-height: 1.05;
  font-weight: 700;
  color: var(--ink);
}

.amh-hero-subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  color: black;
  max-width: 52ch;
  font-weight: 600;
  margin-top: 45px;
}

.amh-hero-cta {
  background: #9a4bc4;
  color: white;
  border: 0;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 50px;
}

.amh-hero-cta:hover {
  background-color: #00e2a8;
  color: black;
}

.amh-section {
  padding: 90px 0;
}

.amh-timeline {
  background: #ffffff;
}

.amh-eyebrow {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: rgb(11 73 214);
  text-transform: uppercase;
  font-weight: 800;
}

.amh-h2 {
  margin: 0 0 14px;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 700;
  color: #0b0b0f;
}

.amh-p {
  margin: 0 0 12px;
  font-size: 1.6rem;
  line-height: 1.65;
  color: rgba(17, 17, 21, 0.78);
  max-width: 62ch;
}

.amh-timeline__intro {
  margin: 0 0 20px 28px;
}

.amh-timeline__label {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #0b0b0f;
}

.amh-quote {
  margin: 10px;
  padding: 18px 18px;
  border-radius: 10px;
  background: rgb(238 112 210 / 41%);
  border: 1px solid rgba(11, 11, 15, 0.06);
  width: 97%;
}

.amh-quote p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(11, 11, 15, 0.88);
}

.amh-steps {
  display: flex;
  flex-direction: column;
}

.amh-steps-bar {
  position: absolute;
  left: 10px;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    rgba(178, 249, 241, 0.95),
    rgba(77, 66, 198, 0.75),
    rgba(255, 88, 195, 0.85)
  );
  opacity: 0.9;
}

.amh-step {
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(11, 11, 15, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  background: linear-gradient(
    135deg,
    rgba(28, 78, 216, 0.95) 0%,
    rgba(107, 92, 255, 0.9) 50%,
    rgba(255, 88, 195, 0.85) 100%
  );
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.amh-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
}

.amh-step-title {
  margin: 0 0 6px;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 800;
  color: white;
}

.amh-step-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(11, 11, 15, 0.72);
}

.amh-quote--below {
  margin-top: 16px;
}
.amh-unlock {
  padding: 90px 0;
  background: #ffffff;
}

.amh-unlock__head {
  margin-bottom: 34px;
}

.amh-unlock__title {
  margin: 0;
  font-weight: 900;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.05;
  color: #0b0b0f;
}

.amh-unlock__card {
  border: 1px solid rgba(11, 11, 15, 0.08);
  border-radius: 10px;
  padding: 26px 26px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.08);
}

.amh-unlock__item {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 10px;
  background: rgba(11, 11, 15, 0.03);
  border: 1px solid rgba(11, 11, 15, 0.05);
  transition: all 0.3s ease;
}

.amh-unlock__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.amh-unlock__item--highlight {
  border: 2px solid #1c4ed8;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(28, 78, 216, 0.15);
}

.amh-unlock__check {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex: 0 0 auto;
  margin-top: 3px;
  background: linear-gradient(135deg, #1c4ed8 0%, #4d42c6 55%, #ff58c3 110%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.amh-unlock__text h3 {
  margin: 0 0 4px;
  font-size: 1.02rem;
  font-weight: 900;
  color: #0b0b0f;
}

.amh-unlock__text p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(11, 11, 15, 0.7);
}

.amh-unlock__note {
  margin: 16px 0 0;
  font-weight: 700;
  font-size: 1.8rem;
}

/* CTA */
.amh-unlock__cta {
  text-align: center;
  margin-bottom: 20px;
}

.amh-unlock__btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  color: #ff3b1f;
  background: #ffffff;
  border: 3px solid #1c4ed8;
  transition: all 0.3s ease;
}

.amh-unlock__btn:hover {
  background: #1c4ed8;
  color: #ffffff;
}

/* IMAGE */
.amh-unlock__photo {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.amh-unlock__photo img {
  width: 70%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

/*access*/
.amh-access {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: center;
}
.amh-unlock__item--highlight {
  background-color: #00e2a8;
}
.amh-unlock__btn {
  text-decoration: none;
  color: white;
  border: 2px solid #0b49d6;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  background-color: #0b49d6;
}
.amh-unlock__btn:hover {
  background-color: #0b49d6;
  color: #00e2a8;
}

.amh-access::before,
.amh-access::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate3d(0, 0, 0);
  will-change: transform, background-position;
}

.amh-access::before {
  background-image: url("../assets/access-patron-2.svg");
  background-size: 150% 150%;
  opacity: 0.85;
  animation: amhAccessPatternB 8s ease-in-out infinite;
}

.amh-access::after {
  background-image: url("../assets/access-patron.svg");
  background-size: 135% 135%;
  opacity: 0.95;
  animation: amhAccessPatternA 18s ease-in-out infinite;
}

.amh-access .container {
  position: relative;
  z-index: 1;
}

.amh-access__content {
  max-width: 1300px;
  margin: 0px auto;
}

.amh-access__title {
  margin-bottom: 24px;
  color: white;
  font-weight: 800;
  line-height: 1.05;
  font-size: 3.8rem;
}

.amh-access__text {
  margin-bottom: 32px;
  color: white;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.amh-access__btn {
  background: #d65ac6;
  color: white;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 600;
  border: 0;
}

.amh-access__btn:hover {
  background: #2cc9e9;
}

@keyframes amhAccessPatternA {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1.02);
    background-position: 42% 36%;
  }
  50% {
    transform: translate3d(2.5%, 1.8%, 0) scale(1.06);
    background-position: 50% 44%;
  }
  100% {
    transform: translate3d(-2%, -1%, 0) scale(1.02);
    background-position: 42% 36%;
  }
}

@keyframes amhAccessPatternB {
  0% {
    transform: translate3d(2%, -2%, 0) scale(1.03);
    background-position: 60% 58%;
  }
  50% {
    transform: translate3d(-2.5%, 2%, 0) scale(1.08);
    background-position: 54% 48%;
  }
  100% {
    transform: translate3d(2%, -2%, 0) scale(1.03);
    background-position: 60% 58%;
  }
}
/*proof*/

.amh-proof {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.amh-proof__copy {
  max-width: 580px;
}

.amh-proof__eyebrow {
  margin: 0 0 14px 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(11, 11, 11, 0.65);
  text-transform: uppercase;
  font-size: 0.9rem;
}

.amh-proof__title {
  margin: 0 0 18px 0;
  color: #0b0b0b;
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: -0.03em;
  font-size: 3.1rem;
}

.amh-proof__lead {
  margin: 0 0 26px 0;
  color: rgba(11, 11, 11, 0.78);
  font-size: 1.12rem;
  line-height: 1.7;
  max-width: 60ch;
}

.amh-proof__btn {
  background: #ea5dc5;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 650;
  border: 0;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.amh-proof__btn:hover {
  background: #062fc0;
  color: #ffffff;
  transform: translateY(-2px);
}

.amh-proof__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 520px;
  margin-left: auto;
}

.amh-proof__chip {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border-radius: 18px;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid rgba(11, 11, 11, 0.1);
  min-height: 164px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.amh-proof__chip:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 61, 240, 0.22);
  box-shadow: 0 18px 40px rgba(11, 61, 240, 0.08);
}

.amh-proof__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 61, 240, 0.08);
  color: #0b3df0;
  font-weight: 800;
  font-size: 1.25rem;
  flex: 0 0 auto;
}

.amh-proof__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.amh-proof__chipTitle {
  margin: 0 0 10px 0;
  color: rgba(11, 11, 11, 0.72);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.35;
}

.amh-proof__chipValue {
  margin: 0 0 8px 0;
  color: #0b0b0b;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 2.2rem;
  line-height: 1;
}

.amh-proof__chipSub {
  margin: 0;
  color: rgba(11, 11, 11, 0.58);
  font-size: 0.98rem;
  line-height: 1.45;
}

.amh-proof__closing {
  margin: 28px 0 0 0;
  color: #000000;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

/*misses opoirtunitiees*/

.amh-gradient-callout {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}

.amh-gradient-callout__inner {
  border-radius: 10px;
  padding-top: 80px;
  padding-right: 60px;
  padding-bottom: 80px;
  padding-left: 60px;
  text-align: center;
  background: linear-gradient(
    135deg,
    #1f4ed8 0%,
    #5b4cc7 40%,
    #9b4dbd 70%,
    #e35bb3 100%
  );
  color: #ffffff;
}

.amh-gradient-callout__title {
  margin: 0 0 20px 0;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.amh-gradient-callout__text {
  margin: 0 auto 32px auto;
  max-width: 760px;
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.amh-gradient-callout__cta {
  display: flex;
  justify-content: center;
}

.amh-gradient-callout__btn {
  background: #f257c3;
  color: white;
  border-radius: 999px;
  padding-top: 14px;
  padding-right: 28px;
  padding-bottom: 14px;
  padding-left: 28px;
  font-weight: 700;
  border: 0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.amh-gradient-callout__btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  background-color: #d95bc5;
}

.amh-credstrip {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.amh-credstrip__title {
  margin: 0 0 18px 0;
  color: #0b0b0b;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-size: 3.2rem;
}

.amh-credstrip__copy {
  max-width: 860px;
}

.amh-credstrip__text {
  margin: 0 0 14px 0;
  color: rgba(11, 11, 11, 0.75);
  font-size: 1.12rem;
  line-height: 1.7;
}

.amh-credstrip__stats {
  display: grid;
  gap: 34px;
  padding-top: 10px;
}

.amh-credstrip__stat {
  position: relative;
  padding-bottom: 18px;
}

.amh-credstrip__value {
  margin: 0;
  color: #0b0b0b;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.amh-credstrip__label {
  margin: 10px 0 0 0;
  color: rgba(11, 11, 11, 0.62);
  font-size: 1rem;
  line-height: 1.3;
}

.amh-credstrip__bar {
  display: block;
  height: 4px;
  width: 88%;
  max-width: 380px;
  border-radius: 10px;
  margin-top: 14px;
  background: linear-gradient(90deg, #1f4ed8 0%, #5b4cc7 45%, #e35bb3 100%);
  opacity: 0.95;
}

.amh-credstrip__footer {
  margin-top: 60px;
  text-align: center;
  border-top: 1px solid rgba(11, 11, 11, 0.08);
  padding: 100px 30px;
  background-color: #08bced;
  border-radius: 10px;
}

.amh-credstrip__closing {
  margin: 0 auto 18px auto;
  max-width: 820px;
  color: rgba(11, 11, 11, 0.78);
  font-weight: 750;
  font-size: 2.35rem;
  line-height: 1.45;
}

.amh-credstrip__btn {
  border-radius: 999px;
  padding-top: 14px;
  padding-right: 34px;
  padding-bottom: 14px;
  padding-left: 34px;
  font-weight: 750;
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 45%, #e35bb3 100%);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

.amh-credstrip__btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  filter: brightness(0.95) contrast(1.1);
  color: #ffffff;
}

.cred-center {
  align-items: center !important;
}

/* footer */
.amh-footer {
  padding: 90px 0 44px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b49d6 0%, #5b4cc7 55%, #ff58c3 110%);
}

.amh-footer__top {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.amh-footer__headline {
  margin: 0 0 22px;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
}

.amh-footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.amh-footer__btn {
  background: #ffffff;
  color: #0b0b0f;
  border: 0;
  font-weight: 800;
  padding-top: 14px;
  padding-bottom: 14px;
  min-width: 280px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.amh-footer__btn:hover {
  background: #00e2a8;
  color: black;
}

.amh-footer__note {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.amh-footer__divider {
  height: 1px;
  width: 100%;
  margin: 44px 0 26px;
  background: rgba(255, 255, 255, 0.2);
}

.amh-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.amh-footer__brand {
  display: flex;
  align-items: center;
}

.amh-footer__logo {
  height: 56px;
  width: auto;
}

.amh-footer__links {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: wrap;
}

.amh-footer__link {
  text-decoration: none;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0.95;
  padding: 10px 10px;
  border-radius: 10px;
  transition:
    background 0.2s ease,
    opacity 0.2s ease;
}

.amh-footer__link:hover {
  background: rgba(255, 255, 255, 0.12);
  opacity: 1;
  color: #ffffff;
}

.amh-footer__meta {
  display: flex;
  justify-content: flex-end;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}

.leader-card {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(11, 15, 26, 0.08);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.05);
}

.leader-card__imageWrap {
  background: linear-gradient(
    135deg,
    rgba(31, 78, 216, 0.1) 0%,
    rgba(227, 91, 179, 0.12) 100%
  );
  padding: 22px 22px 0 22px;
}

.leader-card__img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
}

.leader-card__body {
  padding: 28px 28px 30px 28px;
}

.leader-card__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(11, 15, 26, 0.56);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.leader-card__name {
  margin: 0 0 14px 0;
  color: #0b0f1a;
  font-size: 1.9rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.leader-card__text {
  margin: 0 0 14px 0;
  color: rgba(11, 15, 26, 0.72);
  font-size: 1.02rem;
  line-height: 1.8;
}

.leader-card__text:last-child {
  margin-bottom: 0;
}

.board-card {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(11, 15, 26, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.board-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 78, 216, 0.18);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.board-card__image {
  padding: 22px 22px 0 22px;
  background: linear-gradient(
    135deg,
    rgba(31, 78, 216, 0.06) 0%,
    rgba(227, 91, 179, 0.08) 100%
  );
}

.board-card__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0 0;
}

.board-card__body {
  padding: 24px 22px 24px 22px;
}

.board-card__name {
  margin: 0 0 6px 0;
  color: #0b0f1a;
  font-size: 1.28rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.board-card__role {
  margin: 0 0 6px 0;
  color: #1f4ed8;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.4;
}

.board-card__company {
  margin: 0 0 12px 0;
  color: rgba(11, 15, 26, 0.66);
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 600;
}

.board-card__text {
  margin: 0;
  color: rgba(11, 15, 26, 0.72);
  font-size: 0.98rem;
  line-height: 1.75;
}

.team-card--founder {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 54px rgba(11, 15, 26, 0.12);
  background: #ffffff;
}

.team-card__image {
  border-radius: 10px;
  overflow: hidden;
}

.team-card__img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.team-card__content--founder {
  border-radius: 10px;
  padding: 32px 30px;
  background: rgba(11, 15, 26, 0.03);
  border: 1px solid rgba(11, 15, 26, 0.06);
}

.team-card__content--founder p {
  margin: 0 0 16px 0;
  font-size: 1.14rem;
  line-height: 1.85;
  color: rgba(11, 15, 26, 0.78);
}

.team-card__content--founder p:last-child {
  margin-bottom: 0;
}

.board-card {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(11, 15, 26, 0.08);
  box-shadow: 0 18px 46px rgba(11, 15, 26, 0.08);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.board-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(11, 15, 26, 0.12);
}

.board-card__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(11, 15, 26, 0.04);
}

.board-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.board-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 45%, #e35bb3 100%);
}

.board-card__initials {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.board-card__body {
  padding: 24px 22px 26px 22px;
}

.board-card__name {
  margin: 0 0 8px 0;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.025em;
  color: #0b0f1a;
}

.board-card__role {
  margin: 0 0 6px 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0b49d6;
}

.board-card__company {
  margin: 0 0 14px 0;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 700;
  color: rgba(11, 15, 26, 0.76);
}

.board-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(11, 15, 26, 0.74);
}
/*about*/

.about-hero {
  position: relative;
  background-color: #ffffff;
  background-image: url(../assets/about-hero.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 55px 0 33px 0;
  overflow: hidden;
  min-height: 573px;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0.96) 28%,
    rgba(255, 255, 255, 0.76) 52%,
    rgba(255, 255, 255, 0.16) 100%
  );
  z-index: 1;
}

.about-hero__content {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-hero__title {
  margin: 0 0 40px 0;
  font-size: 4.9rem;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.04em;
  color: #0b0b0f;
  text-align: left;
}

.about-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 50%, #e35bb3 100%);
  box-shadow: 0 18px 36px rgba(31, 78, 216, 0.18);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

.about-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(31, 78, 216, 0.22);
  opacity: 0.95;
  color: #ffffff;
}
.about-vision {
  padding: 40px 0 32px 0;
  background: #ffffff;
}

.about-vision__card {
  position: relative;
  padding: 48px 52px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 52%, #e35bb3 100%);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(31, 78, 216, 0.12);
}

.about-vision__card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.about-vision__card::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -40px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.about-vision__eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  z-index: 1;
}

.about-vision__title {
  position: relative;
  margin: 0 0 18px 0;
  max-width: 44ch;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.5;
  color: #ffffff;
}
.about-vision__text {
  position: relative;
  margin: 0;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  z-index: 1;
}
.about-why {
  background: #ffffff;
}

.about-why .container-fluid {
  max-width: 1330px;
}

.about-why__grid {
  display: flex;
  align-items: stretch;
  gap: 28px;
  width: 100%;
  margin-top: 50px;
}

/* MAIN BLOCK */

.about-why__main {
  position: relative;
  flex: 1 1 auto;
  padding: 64px 64px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #0b49d6 0%, #5b4cc7 52%, #e35bb3 100%);
  box-shadow: 0 28px 70px rgba(31, 78, 216, 0.18);
}

.about-why__main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2b1f5c 0%, #5b4cc7 55%, #c052b3 100%);
  animation: aboutWhyGlow 9s ease-in-out infinite alternate;
}

.about-why__main::after {
  content: "";
  position: absolute;
  left: 64px;
  top: 42px;
  width: 86px;
  height: 4px;
  border-radius: 999px;
  background: #b2f9f1;
}

.about-why__main-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.about-why__eyebrow {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.about-why__title {
  margin: 0 0 24px 0;
  max-width: 24ch;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.about-why__text {
  margin: 0 0 18px 0;
  max-width: 58ch;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.about-why__text--last {
  margin-bottom: 0;
}

.about-why__main-glow {
  display: none;
}

@keyframes aboutWhyGlow {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  100% {
    transform: translate3d(2%, 2%, 0) scale(1.08);
  }
}

/* CONTENT */

.about-why__main-inner {
  position: relative;
}

.about-why__eyebrow {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
}

.about-why__text {
  margin: 0 0 28px 0;
  font-size: 1.2rem;
  line-height: 2;
  color: white;
}

.about-why__text--last {
  margin-bottom: 0;
}

/* RIGHT SIDE */

.about-why__side {
  width: 480px;
  flex: 0 0 480px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.amh-story {
  padding: 110px 0 110px 0;
  background: #ffffff;
}

.amh-story__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font: size 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0b49d6;
}

.amh-story__title {
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #0b0f1a;
}

.amh-story__content {
  padding-right: 28px;
}

.amh-story__text {
  margin: 0 0 18px 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.95;
  color: rgba(11, 15, 26, 0.72);
}

.amh-story__text--strong {
  margin-bottom: 0;
  font-weight: 800;
  color: #0b0f1a;
}

.amh-story__stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 10px;
}

.amh-story__stat {
  padding: 28px 26px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2956da 0%, #6a59cf 52%, #e35bb3 100%);
  box-shadow: 0 24px 50px rgba(41, 86, 218, 0.16);
}

.amh-story__stat-number {
  display: block;
  margin-bottom: 10px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.amh-story__stat-label {
  display: block;
  max-width: 22ch;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

/* CARDS */

.about-why__tip {
  min-height: 200px;
  padding: 50px 24px;
  border-radius: 10px;
  background: #b3c6f1;
  border: 1px solid rgba(11, 15, 26, 0.06);
  box-shadow: 0 14px 30px rgba(11, 15, 26, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-why__tip-label {
  margin-bottom: 10px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(11 73 214);
}

.about-why__tip-number {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #0b0f1a;
}

.about-why__tip-note {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(11, 15, 26, 0.65);
}

.amh-founder {
  padding: 55px 110px;
  background: #ffffff;
}

.amh-founder__heading {
  max-width: 980px;
  margin: 0 auto 48px auto;
}

.amh-founder__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0b49d6;
}

.amh-founder__title {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #0b0f1a;
}

.amh-founder__photo-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #3b7d86;
}

.amh-founder__photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.amh-founder__card {
  padding: 50px 30px;
  border: 1px solid rgba(11, 15, 26, 0.08);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(11, 15, 26, 0.04);
}

.amh-founder__text {
  margin: 0 0 22px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.95;
  color: rgba(11, 15, 26, 0.72);
}

.amh-founder__text--last {
  margin-bottom: 0;
}
.amh-board {
  padding: 110px 0 110px 0;
  background: #ffffff;
}

.amh-board__head {
  margin: 0 auto 54px auto;
}

.amh-board__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0b49d6;
}

.amh-board__title {
  margin: 0 auto 18px auto;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #0b0f1a;
}

.amh-board__lead {
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(11, 15, 26, 0.68);
}

.amh-board__card {
  height: 100%;
  border: 1px solid rgba(11, 15, 26, 0.08);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(11, 15, 26, 0.04);
  overflow: hidden;
}

.amh-board__image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.amh-board__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amh-board__body {
  padding: 14px 14px 16px 14px;
}

.amh-board__name {
  margin: 0 0 4px 0;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0b0f1a;
}

.amh-board__role {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f4ed8;
}

.amh-board__position {
  margin: 0 0 8px 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(11, 15, 26, 0.75);
}

.amh-board__bio {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.7;
  color: rgba(11, 15, 26, 0.6);
}

.amh-board__cta-wrap {
  margin-top: 34px;
}

.amh-board__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 50%, #e35bb3 100%);
}

/*contact*/
.contact {
  background: #ffffff;
}

.contact__wrap {
  padding: 0px 0 100px 0;
}

.contact__grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
}

.contact__title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}

.contact__form {
  display: grid;
  gap: 14px;
}

.contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact__input,
.contact__select,
.contact__textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 5px;
  font-size: 1rem;
  background: #ffffff;
  transition: all 200ms ease;
}

.contact__textarea {
  min-height: 100px;
  resize: vertical;
}

.contact__input:focus,
.contact__select:focus,
.contact__textarea:focus {
  outline: none;
  border-color: #5b4cc7;
  box-shadow: 0 0 0 3px rgba(91, 76, 199, 0.15);
}

.contact__btn {
  margin-top: 10px;
  padding: 14px;
  border-radius: 999px;
  border: none;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 45%, #e35bb3 100%);
  transition: all 250ms ease;
}

.contact__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(91, 76, 199, 0.3);
}

.contact__editorial {
  padding-top: 40px;
}

.contact__accentLine {
  width: 80px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 4px;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 45%, #e35bb3 100%);
}

.contact__editorialText {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #1e293b;
}

.contact__contactInfo {
  margin-top: 30px;
}

.contact__contactLabel {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: #64748b;
}

.contact__email {
  font-weight: 700;
  text-decoration: none;
  color: #1e293b;
  position: relative;
}

.contact__email::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 45%, #e35bb3 100%);
  transition: transform 200ms ease;
  transform: scaleX(0.4);
  transform-origin: left;
}

.contact__email:hover::after {
  transform: scaleX(1);
}

/*investors*/
.amh-investors {
  position: relative;
  padding: 110px 0 80px;
  background: #f5f5f7;
  overflow: hidden;
}

.amh-investors__intro {
  margin-bottom: 38px;
}

.amh-investors__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #6e6e78;
}

.amh-investors__title {
  margin: 0;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0b0b0f;
  max-width: 520px;
}

.amh-investors__text {
  margin: 0;
  max-width: 620px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
  color: #30303a;
}

.amh-investors__panel {
  position: relative;
  padding: 42px 38px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(20, 45, 190, 0.96) 0%,
    rgba(111, 70, 209, 0.92) 48%,
    rgba(241, 84, 185, 0.92) 100%
  );
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(39, 37, 76, 0.18);
}

.amh-investors__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.8;
  pointer-events: none;
}

.amh-investors__glow--left {
  width: 260px;
  height: 260px;
  left: -60px;
  top: -40px;
  background: rgba(178, 249, 241, 0.22);
}

.amh-investors__glow--right {
  width: 300px;
  height: 300px;
  right: -80px;
  bottom: -80px;
  background: rgba(255, 255, 255, 0.12);
}

.amh-investors__logos {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.amh-investors__logo-card {
  min-height: 130px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
}

.amh-investors__logo-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
}

.amh-investors__logo-card img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}
/*contact-ok*/
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact__input,
.contact__select,
.contact__textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(11, 15, 26, 0.15);
  font-size: 0.95rem;
  color: #0b0f1a;
  background: #ffffff;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  color: rgba(11, 15, 26, 0.45);
}

.contact__input:focus,
.contact__select:focus,
.contact__textarea:focus {
  outline: none;
  border-color: #1f4ed8;
}

.contact__textarea {
  min-height: 120px;
  resize: vertical;
}

.contact__row {
  display: flex;
  gap: 14px;
}

.contact__btn {
  margin-top: 10px;
  height: 48px;
  border: none;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #1f4ed8 0%, #5b4cc7 45%, #e35bb3 100%);
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* CHECKBOX */

.contact__checkbox {
  margin-top: 10px;
}

.contact__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.contact__checkbox-input {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  accent-color: #1f4ed8;
  cursor: pointer;
}

.contact__checkbox-text {
  font-size: 0.92rem;
  color: rgba(11, 15, 26, 0.8);
  line-height: 1.5;
}

.contact__checkbox-text small {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: rgba(11, 15, 26, 0.55);
}

/* term of service */

.terms-page {
  background: #ffffff;
  color: #0b0f1a;
}

/* HERO */

.terms-hero {
  padding: 100px 0 60px 0;
}

.terms-hero__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 15, 26, 0.5);
}

.terms-hero__title {
  margin: 0 0 18px 0;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 14ch;
}

.terms-hero__lead {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 46ch;
  color: rgba(11, 15, 26, 0.7);
}

/* CONTENT */

.terms-content {
  padding: 20px 0 100px 0;
}

.terms-content__wrapper {
  max-width: 760px;
}

/* BLOCKS */

.terms-block {
  margin-bottom: 42px;
}

.terms-block h2 {
  margin: 0 0 12px 0;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.terms-block p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(11, 15, 26, 0.72);
}
.privacy-page {
  background: #ffffff;
  color: #0b0f1a;
}

.privacy-hero {
  padding: 100px 0 60px 0;
}

.privacy-hero__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 15, 26, 0.5);
}

.privacy-hero__title {
  margin: 0 0 18px 0;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 14ch;
}

.privacy-hero__lead {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 46ch;
  color: rgba(11, 15, 26, 0.7);
}

.privacy-content {
  padding: 20px 0 100px 0;
}

.privacy-content__wrapper {
  max-width: 760px;
}

.privacy-block {
  margin-bottom: 42px;
}

.privacy-block h2 {
  margin: 0 0 12px 0;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.privacy-block p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(11, 15, 26, 0.72);
}

.privacy-block p + p {
  margin-top: 20px;
}

.privacy-block strong {
  color: #0b0f1a;
  font-weight: 800;
}

.privacy-block a {
  color: #0b49d6;
  font-weight: 700;
  text-decoration: none;
}

.privacy-block a:hover {
  color: #5b4cc7;
}

/* =========================
   TABLET (<= 991.98px)
   ========================= */
@media (max-width: 991.98px) {
  /* NAV */
  .amh-logo {
    height: 65px;
  }

  /* HERO */
  .amh-hero {
    height: auto;
    padding: 10px 0 40px;
  }

  .amh-hero-title {
    margin-top: 40px;
    font-size: 2.4rem;
  }

  .amh-hero-subtitle {
    font-size: 1.45rem;
    max-width: 60ch;
  }

  .amh-hero-cta {
    margin-top: 26px;
  }

  .amh-hero-right {
    height: auto;
    gap: 18px;
    padding: 0;
    text-align: center;
    align-items: center;
  }

  .amh-hero-imageWrap {
    width: 100%;
    margin: 0 auto;
  }

  .amh-hero-imageWrap img {
    width: 100%;
    margin-top: 26px;
  }

  /* SECTIONS spacing */
  .amh-section {
    padding: 70px 0;
  }

  .insid-track {
    padding: 70px 0;
  }

  .amh-unlock {
    padding: 70px 0;
  }

  .amh-proof {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .amh-gradient-callout {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .amh-credstrip {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  /* STEPS */
  .amh-steps {
    padding-left: 22px;
  }

  .amh-steps-bar {
    left: 8px;
  }

  /* INSID TRACK */
  .insid-track__card {
    padding: 44px 34px;
  }

  /* UNLOCK */
  .amh-unlock__eyebrow {
    font-size: 1.15rem;
  }

  .amh-unlock__note {
    font-size: 1.45rem;
  }

  .amh-unlock__photo img {
    width: 60%;
  }

  /* ACCESS */
  .amh-access {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .amh-access__title {
    font-size: clamp(2rem, 4.8vw, 3rem);
  }

  /* PROOF */
  .amh-proof__grid {
    grid-template-columns: 1fr;
  }

  .amh-proof__closing {
    font-size: 1.6rem;
  }

  /* GRADIENT CALLOUT */
  .amh-gradient-callout__inner {
    padding-top: 64px;
    padding-right: 34px;
    padding-bottom: 64px;
    padding-left: 34px;
  }

  /* CREDSTRIP */
  .amh-credstrip__title {
    font-size: 2.6rem;
    text-align: center;
  }

  .amh-credstrip__footer {
    margin-top: 34px;
    padding-top: 26px;
  }

  /* FOOTER */
  .amh-footer__bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .amh-footer__brand {
    justify-content: center;
  }

  .amh-footer__meta {
    justify-content: center;
  }

  /* CONTACT */
  .contact__wrap {
    padding: 0px 0 80px 0;
  }

  .contact__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact__title {
    font-size: 2rem;
    text-align: center;
  }

  .contact__editorial {
    padding-top: 0;
  }

  .contact__editorialText {
    font-size: 1.2rem;
    text-align: center;
  }
}

/* =========================
   MOBILE 575px -> 376px
   ========================= */
@media (max-width: 575.98px) and (min-width: 376px) {
  /* NAV */
  .amh-logo {
    height: 64px;
  }

  /* HERO */
  .amh-hero {
    padding: 8px 0 34px;
    height: auto;
  }

  .bg-layer {
    inset: -22% -20%;
  }

  .bg-layer img {
    width: 140%;
    height: 140%;
  }

  .amh-hero-right {
    height: auto;
    text-align: center;
    align-items: center;
  }

  .amh-hero-title {
    margin-top: 24px;
    font-size: 2rem;
  }

  .amh-hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.55;
  }

  .amh-hero-cta {
    width: 100%;
    margin-top: 18px;
  }

  .amh-hero-imageWrap {
    width: 100%;
    border-radius: 10px;
  }

  .amh-hero-imageWrap img {
    width: 100%;
    margin-top: 18px;
  }

  /* SECTIONS spacing */
  .amh-section {
    padding: 56px 0;
  }

  .amh-h2 {
    font-size: 3rem;
    width: 101%;
  }
  .amh-p {
    font-size: 1.1rem;
  }
  .insid-track {
    padding: 56px 0;
  }

  .amh-unlock {
    padding: 56px 0;
  }

  .amh-proof {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .amh-gradient-callout {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .amh-credstrip {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* STEPS */
  .amh-step {
    grid-template-columns: 40px 1fr;
    padding: 14px 14px;
  }

  /* INSID TRACK */
  .insid-track__top {
    margin-bottom: 36px;
  }

  .insid-track__subtitle {
    font-size: 1.1rem;
  }

  .insid-track__card {
    padding: 32px 22px;
    border-radius: 10px;
  }

  /* ACCESS */
  .amh-access {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .amh-access__text {
    font-size: 1.05rem;
  }

  .amh-access__btn {
    width: 100%;
  }

  /* PROOF */
  .amh-proof__grid {
    grid-template-columns: 1fr;
  }

  .amh-proof__chipValue {
    font-size: 1.7rem;
  }

  .amh-proof__closing {
    font-size: 1.3rem;
  }

  /* GRADIENT CALLOUT */
  .amh-gradient-callout__inner {
    padding-top: 52px;
    padding-right: 18px;
    padding-bottom: 52px;
    padding-left: 18px;
  }

  .amh-gradient-callout__text {
    font-size: 1.05rem;
  }

  .amh-gradient-callout__btn {
    width: 100%;
  }

  /* CREDSTRIP */
  .amh-credstrip__title {
    font-size: 2.1rem;
  }

  .amh-credstrip__closing {
    font-size: 1.12rem;
  }

  .amh-credstrip__btn {
    width: 100%;
  }

  .amh-credstrip__bar {
    width: 100%;
  }

  /* FOOTER */
  .amh-footer {
    padding: 70px 0 34px;
  }

  .amh-footer__bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .amh-footer__brand {
    justify-content: center;
  }

  .amh-footer__meta {
    justify-content: center;
  }

  .amh-footer__btn {
    width: 100%;
    min-width: 0;
  }
  /*terms of service*/
  .terms-hero {
    padding: 60px 0 40px 0;
  }

  .terms-hero__title {
    font-size: 2.2rem;
    line-height: 1.06;
    max-width: none;
  }

  .terms-hero__lead {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: none;
  }

  .terms-content {
    padding: 10px 0 70px 0;
  }

  .terms-content__wrapper {
    max-width: 100%;
  }

  .terms-block {
    margin-bottom: 28px;
  }

  .terms-block h2 {
    font-size: 1.25rem;
  }

  .terms-block p {
    font-size: 0.95rem;
    line-height: 1.75;
  }
  /*privacy policy*/
  .privacy-hero {
    padding: 60px 0 40px 0;
  }

  .privacy-hero__title {
    font-size: 2.2rem;
    line-height: 1.06;
    max-width: none;
  }

  .privacy-hero__lead {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: none;
  }

  .privacy-content {
    padding: 10px 0 70px 0;
  }

  .privacy-content__wrapper {
    max-width: 100%;
  }

  .privacy-block {
    margin-bottom: 28px;
  }

  .privacy-block h2 {
    font-size: 1.25rem;
  }

  .privacy-block p {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  @media (max-width: 575.98px) and (min-width: 376px) {
    .team-card__content--founder {
      padding: 26px 22px;
    }

    .team-card__content--founder p {
      font-size: 1.05rem;
    }

    .board-card__body {
      padding: 22px 18px 24px 18px;
    }

    .board-card__name {
      font-size: 1.3rem;
    }

    .board-card__text {
      font-size: 0.95rem;
    }
    /* about*/
    .about-hero {
      padding: 40px 0 24px 0;
      min-height: auto;
      background-position: center top;
      background-size: 160%;
    }

    .about-hero__overlay {
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.82) 0%,
        rgba(255, 255, 255, 0.9) 34%,
        rgba(255, 255, 255, 0.96) 100%
      );
    }

    .about-hero__content {
      max-width: 100%;
    }

    .about-hero__title {
      margin: 0 0 28px 0;
      font-size: 2.2rem;
      line-height: 1.06;
      text-align: center;
    }

    .about-hero__cta {
      min-width: 190px;
      padding: 14px 24px;
      font-size: 0.95rem;
    }

    .about-vision {
      padding: 28px 0 24px 0;
    }

    .about-vision__card {
      padding: 28px 22px;
    }

    .about-vision__eyebrow {
      margin-bottom: 14px;
      font-size: 0.82rem;
    }

    .about-vision__title {
      margin: 0 0 14px 0;
      font-size: 2rem;
      line-height: 1.08;
      text-align: center;
    }

    .about-vision__text {
      font-size: 1rem;
      line-height: 1.65;
    }

    .about-why .container-fluid {
      padding-left: 16px;
      padding-right: 16px;
    }

    .about-why__grid {
      flex-direction: column;
      gap: 18px;
      margin-top: 28px;
    }

    .about-why__main {
      padding: 28px 20px;
    }

    .about-why__eyebrow {
      margin-bottom: 18px;
      font-size: 0.82rem;
    }

    .about-why__text {
      margin: 0 0 20px 0;
      font-size: 1rem;
      line-height: 1.75;
    }

    .about-why__side {
      width: 100%;
      flex: 0 0 auto;
      gap: 12px;
    }

    .about-why__tip {
      min-height: auto;
      padding: 20px 18px;
    }

    .about-why__tip-label {
      margin-bottom: 8px;
      font-size: 0.76rem;
    }

    .about-why__tip-number {
      margin-bottom: 6px;
      font-size: 1.8rem;
    }

    .about-why__tip-note {
      font-size: 0.9rem;
      line-height: 1.5;
    }

    .amh-story {
      padding: 70px 0 60px 0;
    }

    .amh-story__eyebrow {
      margin-bottom: 12px;
      font-size: 0.82rem;
    }

    .amh-story__title {
      margin-bottom: 18px;
      font-size: 2.2rem;
      line-height: 1.08;
      text-align: center;
    }

    .amh-story__content {
      padding-right: 0;
      margin-bottom: 20px;
    }

    .amh-story__text {
      font-size: 0.95rem;
      line-height: 1.8;
    }

    .amh-story__stats {
      padding-left: 0;
      gap: 12px;
    }

    .amh-story__stat {
      padding: 22px 20px;
    }

    .amh-story__stat-number {
      margin-bottom: 8px;
      font-size: 1.8rem;
    }

    .amh-story__stat-label {
      font-size: 0.85rem;
      line-height: 1.45;
    }

    .amh-founder {
      padding: 60px 16px;
    }

    .amh-founder__heading {
      margin: 0 auto 30px auto;
    }

    .amh-founder__eyebrow {
      margin-bottom: 12px;
      font-size: 0.82rem;
    }

    .amh-founder__title {
      font-size: 2.1rem;
      line-height: 1.08;
    }

    .amh-founder__photo-wrap {
      max-width: 300px;
      margin: 0 auto 18px auto;
    }

    .amh-founder__card {
      padding: 24px 18px;
    }

    .amh-founder__text {
      margin: 0 0 16px 0;
      font-size: 0.95rem;
      line-height: 1.8;
    }

    .amh-board {
      padding: 120px 0;
      background: #ffffff;
    }

    .amh-board__head {
      max-width: 980px;
      margin: 0 auto 54px auto;
    }

    .amh-board__eyebrow {
      display: inline-block;
      margin-bottom: 14px;
      color: #1f4ed8;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .amh-board__title {
      margin: 0;
      color: #0b0f1a;
      font-size: 2.65rem;
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -0.04em;
    }

    .amh-board__lead {
      display: none;
    }

    .amh-board__group {
      max-width: 1080px;
      margin: 0 auto;
    }

    .amh-board__card {
      height: 100%;
      overflow: hidden;
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0 18px 45px rgba(11, 15, 26, 0.1);
    }

    .amh-board__image-wrap {
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #f4f5f7;
    }

    .amh-board__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
    }

    .amh-board__body {
      padding: 24px;
    }

    .amh-board__name {
      margin: 0 0 8px 0;
      color: #0b0f1a;
      font-size: 1.25rem;
      font-weight: 850;
      line-height: 1.15;
    }

    .amh-board__role {
      display: block;
      margin-bottom: 10px;
      color: #1f4ed8;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .amh-board__position {
      margin: 0 0 14px 0;
      color: rgba(11, 15, 26, 0.65);
      font-size: 0.92rem;
      line-height: 1.45;
    }

    .amh-board__bio {
      margin: 0;
      color: rgba(11, 15, 26, 0.72);
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .amh-board__advisors {
      max-width: 1080px;
      margin: 70px auto 0 auto;
      padding-top: 34px;
      border-top: 1px solid rgba(11, 15, 26, 0.12);
    }

    .amh-board__advisors-title {
      margin-top: 50px !important;
      color: #0b0f1a;
      font-size: 1.55rem;
      font-weight: 850;
      letter-spacing: -0.02em;
      text-align: center;
    }

    .amh-board__card--advisor {
      max-width: 360px;
      margin: 0 auto;
    }

    .amh-board__cta-wrap {
      margin-top: 54px;
    }

    .amh-board__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 28px;
      color: #ffffff;
      background: linear-gradient(
        135deg,
        #1f4ed8 0%,
        #5b4cc7 45%,
        #e35bb3 100%
      );
      border-radius: 999px;
      font-size: 0.95rem;
      font-weight: 800;
      text-decoration: none;
    }

    .amh-board__cta:hover {
      color: #ffffff;
    }
    /*our why*/
    .about-why__grid {
      flex-direction: column;
      gap: 18px;
      margin-top: 28px;
    }

    .about-why__main {
      padding: 42px 24px;
      border-radius: 10px;
    }

    .about-why__main::after {
      left: 24px;
      top: 26px;
      width: 64px;
    }

    .about-why__main-inner {
      max-width: 100%;
    }

    .about-why__eyebrow {
      margin-bottom: 20px;
      font-size: 0.78rem;
      letter-spacing: 0.12em;
      color: rgba(255, 255, 255, 0.78);
    }

    .about-why__title {
      margin: 0 0 18px 0;
      max-width: none;
      font-size: 2rem;
      line-height: 1.08;
      letter-spacing: -0.035em;
      color: #ffffff;
    }

    .about-why__text {
      margin: 0 0 16px 0;
      max-width: none;
      font-size: 1rem;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.9);
    }

    .about-why__text--last {
      margin-bottom: 0;
    }

    .about-why__side {
      width: 100%;
      flex: 0 0 auto;
      gap: 12px;
    }

    .amh-story {
      padding: 70px 0 60px 0;
    }

    .amh-story__eyebrow {
      margin-bottom: 12px;
      font-size: 0.82rem;
    }

    .amh-story__title {
      margin-bottom: 18px;
      font-size: 2.2rem;
      line-height: 1.08;
      text-align: center;
    }

    .amh-story__content {
      padding-right: 0;
      margin-bottom: 20px;
    }

    .amh-story__text {
      font-size: 0.95rem;
      line-height: 1.8;
    }

    .amh-story__stats {
      padding-left: 0;
      gap: 12px;
    }

    .amh-story__stat {
      padding: 22px 20px;
    }

    .amh-story__stat-number {
      margin-bottom: 8px;
      font-size: 1.8rem;
    }

    .amh-story__stat-label {
      font-size: 0.85rem;
      line-height: 1.45;
    }
  }

  /* CONTACT */
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact__title {
    font-size: 2.05rem;
  }

  .contact__row {
    grid-template-columns: 1fr;
  }

  .contact__editorialText {
    font-size: 1.2rem;
  }

  .contact__btn {
    width: 100%;
  }
  /*investors*/
  .amh-proof__title {
    font-size: 2.1rem;
  }
  .amh-investors__title {
    font-size: 2.1rem;
  }
}

/* =========================
   MOBILE 375px -> 320px
   ========================= */
@media (max-width: 375.98px) and (min-width: 320px) {
  /* NAV */
  .amh-logo {
    height: 58px;
  }

  /* HERO */
  .amh-hero {
    padding: 6px 0 28px;
    height: auto;
  }

  .bg-layer {
    inset: -26% -24%;
  }

  .bg-layer img {
    width: 155%;
    height: 155%;
  }

  .amh-hero-title {
    margin-top: 18px;
    font-size: 1.75rem;
    line-height: 1.08;
  }

  .amh-hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .amh-hero-cta {
    width: 100%;
    margin-top: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .amh-hero-imageWrap {
    width: 100%;
    border-radius: 10px;
  }

  .amh-hero-imageWrap img {
    width: 100%;
    margin-top: 14px;
  }

  /* SECTION padding */
  .amh-section {
    padding: 50px 0;
  }

  .insid-track {
    padding: 50px 0;
  }

  .amh-unlock {
    padding: 50px 0;
  }

  .amh-proof {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .amh-gradient-callout {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .amh-credstrip {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  /* STEPS */
  .amh-steps {
    padding-left: 20px;
  }

  .amh-steps-bar {
    left: 7px;
  }

  .amh-step {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 12px 12px;
  }

  .amh-step-dot {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }

  /* INSID TRACK */
  .insid-track__title {
    font-size: 1.85rem;
  }

  .insid-track__subtitle {
    font-size: 1.02rem;
  }

  .insid-track__card {
    padding: 26px 18px;
    border-radius: 10px;
  }

  /* ACCESS */
  .amh-access {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .amh-access__title {
    font-size: 2.05rem;
  }

  .amh-access__text {
    font-size: 1rem;
  }

  .amh-access__btn {
    width: 100%;
    padding: 14px 20px;
  }

  /* PROOF */
  .amh-proof__grid {
    grid-template-columns: 1fr;
  }

  .amh-proof__chip {
    padding: 14px 14px;
    border-radius: 14px;
  }

  .amh-proof__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .amh-proof__chipValue {
    font-size: 1.55rem;
  }

  .amh-proof__closing {
    font-size: 1.2rem;
  }

  /* GRADIENT CALLOUT */
  .amh-gradient-callout__inner {
    padding-top: 46px;
    padding-right: 16px;
    padding-bottom: 46px;
    padding-left: 16px;
  }

  .amh-gradient-callout__title {
    font-size: 1.75rem;
  }

  .amh-gradient-callout__text {
    font-size: 1rem;
  }

  .amh-gradient-callout__btn {
    width: 100%;
  }

  /* CREDSTRIP */
  .amh-credstrip__title {
    font-size: 1.9rem;
  }

  .amh-credstrip__closing {
    font-size: 1.05rem;
  }

  .amh-credstrip__btn {
    width: 100%;
  }

  /* FOOTER */
  .amh-footer {
    padding: 62px 0 30px;
  }

  .amh-footer__btn {
    width: 100%;
    min-width: 0;
  }

  .amh-footer__links {
    gap: 10px;
  }

  .amh-footer__bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .amh-footer__brand {
    justify-content: center;
  }

  .amh-footer__meta {
    justify-content: center;
  }

  */about*/ .about-hero {
    padding: 40px 0 24px 0;
    min-height: auto;
    background-position: center top;
    background-size: 160%;
  }

  .about-hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0.9) 34%,
      rgba(255, 255, 255, 0.96) 100%
    );
  }

  .about-hero__content {
    max-width: 100%;
  }

  .about-hero__title {
    margin: 0 0 28px 0;
    font-size: 2.2rem;
    line-height: 1.06;
    text-align: center;
  }

  .about-hero__cta {
    min-width: 190px;
    padding: 14px 24px;
    font-size: 0.95rem;
  }

  .about-vision {
    padding: 28px 0 24px 0;
  }

  .about-vision__card {
    padding: 28px 22px;
  }

  .about-vision__eyebrow {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .about-vision__title {
    margin: 0 0 14px 0;
    font-size: 2rem;
    line-height: 1.08;
    text-align: center;
  }

  .about-vision__text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .about-why .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-why__grid {
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }

  .about-why__main {
    padding: 28px 20px;
  }

  .about-why__eyebrow {
    margin-bottom: 18px;
    font-size: 0.82rem;
  }

  .about-why__text {
    margin: 0 0 20px 0;
    font-size: 1rem;
    line-height: 1.75;
  }

  .about-why__side {
    width: 100%;
    flex: 0 0 auto;
    gap: 12px;
  }

  .about-why__tip {
    min-height: auto;
    padding: 20px 18px;
  }

  .about-why__tip-label {
    margin-bottom: 8px;
    font-size: 0.76rem;
  }

  .about-why__tip-number {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }

  .about-why__tip-note {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .amh-story {
    padding: 70px 0 60px 0;
  }

  .amh-story__eyebrow {
    margin-bottom: 12px;
    font-size: 0.82rem;
  }

  .amh-story__title {
    margin-bottom: 18px;
    font-size: 2.2rem;
    line-height: 1.08;
    text-align: center;
  }

  .amh-story__content {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .amh-story__text {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .amh-story__stats {
    padding-left: 0;
    gap: 12px;
  }

  .amh-story__stat {
    padding: 22px 20px;
  }

  .amh-story__stat-number {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }

  .amh-story__stat-label {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .amh-founder {
    padding: 60px 16px;
  }

  .amh-founder__heading {
    margin: 0 auto 30px auto;
  }

  .amh-founder__eyebrow {
    margin-bottom: 12px;
    font-size: 0.82rem;
  }

  .amh-founder__title {
    font-size: 2.1rem;
    line-height: 1.08;
  }

  .amh-founder__photo-wrap {
    max-width: 300px;
    margin: 0 auto 18px auto;
  }

  .amh-founder__card {
    padding: 24px 18px;
  }

  .amh-founder__text {
    margin: 0 0 16px 0;
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .amh-board {
    padding: 70px 0 60px 0;
  }

  .amh-board__head {
    margin: 0 auto 30px auto;
  }

  .amh-board__eyebrow {
    margin-bottom: 12px;
    font-size: 0.82rem;
  }

  .amh-board__title {
    margin: 0 auto 14px auto;
    font-size: 2rem;
    line-height: 1.08;
  }

  .amh-board__lead {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .amh-board .row {
    row-gap: 16px;
  }

  .amh-board__body {
    padding: 16px 14px 18px 14px;
  }

  .amh-board__name {
    font-size: 1rem;
  }

  .amh-board__role {
    font-size: 0.68rem;
  }

  .amh-board__position {
    font-size: 0.74rem;
    line-height: 1.45;
  }

  .amh-board__bio {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .amh-board__cta-wrap {
    margin-top: 24px;
  }

  /* CONTACT */
  .contact__wrap {
    padding: 0px 0 70px 0;
  }

  .contact__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact__title {
    font-size: 1.85rem;
  }

  .contact__editorialText {
    font-size: 1.05rem;
  }

  .contact__row {
    grid-template-columns: 1fr;
  }

  .contact__btn {
    width: 100%;
  }
  .amh-investors {
    padding: 70px 0 60px;
  }

  .amh-investors__intro {
    margin-bottom: 28px;
    text-align: center;
  }

  .amh-investors__title {
    font-size: 30px;
    line-height: 1.15;
    max-width: 100%;
    margin: 0 auto 10px;
  }

  .amh-investors__text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    margin: 0 auto;
  }

  .amh-investors__panel {
    padding: 26px 18px;
    border-radius: 20px;
  }

  .amh-investors__logos {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .amh-investors__logo-card {
    min-height: 100px;
    padding: 20px;
    border-radius: 16px;
  }

  .amh-investors__logo-card img {
    max-height: 34px;
  }

  .amh-investors__glow--left {
    width: 180px;
    height: 180px;
    left: -60px;
    top: -40px;
    opacity: 0.6;
  }

  .amh-investors__glow--right {
    width: 200px;
    height: 200px;
    right: -70px;
    bottom: -70px;
    opacity: 0.5;
  }
}
