:root {
  --ais-orange: #e16f2a;
  --ais-bright: #ff4b16;
  --ais-ink: #071021;
  --ais-muted: #526076;
  --ais-line: #e7ebf2;
  --ais-blue: #0d4f8f;
}

.ais-page {
  color: var(--ais-ink);
  background: #fff;
  overflow: hidden;
}

.ais-page .agi-icon.target { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v4M22 12h-4M12 22v-4M2 12h4'/%3E%3C/svg%3E"); }
.ais-page .agi-icon.clipboard { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='5' width='12' height='16' rx='2'/%3E%3Cpath d='M9 5a3 3 0 0 1 6 0M9 10h6M9 14h6M9 18h3'/%3E%3C/svg%3E"); }

.ais-container {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.ais-hero {
  border-bottom: 1px solid var(--ais-line);
  background: linear-gradient(90deg, #fff 0%, #fff 42%, #eef6fb 100%);
}

.ais-hero-grid {
  min-height: 486px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 22px;
  padding: 34px 0 0;
}

.ais-pill {
  display: inline-flex;
  align-items: center;
  height: 28px;
  margin: 0 0 18px;
  padding: 0 14px;
  border: 1px solid #ffd7c8;
  border-radius: 999px;
  background: #fff2ec;
  color: var(--ais-bright);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ais-copy h1 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(3.2rem, 5.2vw, 5.55rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}

.ais-copy h1 span,
.ais-final h2 span {
  color: var(--ais-bright);
}

.ais-copy h2 {
  margin: 0 0 22px;
  color: #0d5fc3;
  font-size: clamp(1.08rem, 1.32vw, 1.38rem);
  line-height: 1.35;
  font-weight: 900;
  white-space: nowrap;
}

.ais-copy p {
  max-width: 560px;
  margin: 0 0 28px;
  color: #293548;
  font-size: 1.02rem;
  line-height: 1.78;
}

.ais-hero-art {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ais-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 88%, #fff 100%),
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 88%, #fff 100%);
}

.ais-hero-art {
  position: relative;
}

.ais-hero-art img {
  width: 100%;
  max-height: 500px;
  display: block;
  object-fit: contain;
  object-position: right center;
  image-rendering: auto;
}

.ais-hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 610px;
  margin: 20px 0 30px;
}

.ais-hero-features span {
  padding: 0 20px;
  border-right: 1px solid var(--ais-line);
  color: #111827;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.35;
}

.ais-hero-features span:first-child {
  padding-left: 0;
}

.ais-hero-features span:last-child {
  border-right: 0;
}

.ais-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ais-btn {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  font-size: .92rem;
  font-weight: 900;
}

.ais-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff5618, var(--ais-orange));
  box-shadow: 0 14px 26px rgba(225, 111, 42, .22);
}

.ais-secondary {
  color: #111827;
  background: #fff;
  border-color: rgba(225, 111, 42, .7);
}

.ais-industries,
.ais-capabilities,
.ais-impact,
.ais-lower,
.ais-final {
  padding: 34px 0;
}

.ais-industries h2,
.ais-capabilities h2,
.ais-impact h2,
.ais-lower h2 {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(1.55rem, 2.25vw, 2.2rem);
  line-height: 1.15;
  font-weight: 900;
}

.ais-industry-grid,
.ais-impact-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.ais-industry-grid article,
.ais-impact-grid article,
.ais-why-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ais-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(7, 16, 33, .06);
}

.ais-industry-grid img,
.ais-impact-grid img {
  width: 100%;
  height: 120px;
  display: block;
  object-fit: cover;
  image-rendering: auto;
}

.ais-industry-grid .agi-icon,
.ais-impact-grid .agi-icon {
  width: 52px;
  height: 52px;
  margin: -27px auto 10px;
  display: flex;
  padding: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(7, 16, 33, .1);
}

.ais-industry-grid h3,
.ais-impact-grid h3 {
  margin: 0 16px 10px;
  text-align: center;
  font-size: .96rem;
  line-height: 1.25;
  font-weight: 900;
}

.ais-industry-grid p,
.ais-impact-grid p {
  margin: 0 16px 20px;
  text-align: center;
  color: #344054;
  font-size: .82rem;
  line-height: 1.6;
}

.ais-capabilities {
  border-top: 1px solid var(--ais-line);
  border-bottom: 1px solid var(--ais-line);
}

.ais-cap-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.ais-cap-grid article {
  padding: 16px 26px;
  text-align: center;
  border-right: 1px solid var(--ais-line);
}

.ais-cap-grid article:last-child {
  border-right: 0;
}

.ais-cap-grid h3 {
  margin: 14px 0 10px;
  font-size: .92rem;
  font-weight: 900;
}

.ais-cap-grid p,
.ais-why-grid p,
.ais-flow p,
.ais-final p {
  margin: 0;
  color: #344054;
  font-size: .88rem;
  line-height: 1.65;
}

.ais-impact-grid article {
  padding-bottom: 8px;
}

.ais-impact-grid h3 {
  min-height: 56px;
  text-align: left;
}

.ais-impact-grid strong {
  display: block;
  margin: 0 16px 3px;
  color: var(--ais-bright);
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 900;
}

.ais-impact-grid p {
  min-height: 32px;
  margin-bottom: 12px;
  text-align: left;
}

.ais-lower {
  display: grid;
  grid-template-columns: 1.2fr .95fr;
  gap: 32px;
  align-items: start;
  border-top: 1px solid var(--ais-line);
}

.ais-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.ais-why-grid article {
  min-height: 164px;
  padding: 20px 16px;
  border-radius: 8px;
  box-shadow: none;
}

.ais-why-grid article + article {
  margin-left: -1px;
}

.ais-why-grid h3,
.ais-flow h3 {
  margin: 12px 0 8px;
  font-size: .84rem;
  line-height: 1.22;
  font-weight: 900;
}

.ais-framework {
  padding-left: 36px;
  border-left: 1px solid var(--ais-line);
}

.ais-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: start;
}

.ais-flow article {
  position: relative;
  text-align: center;
}

.ais-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 23px;
  right: -13px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--ais-bright);
  border-right: 2px solid var(--ais-bright);
  transform: rotate(45deg);
}

.ais-flow .agi-icon {
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 1px solid #f2b18e;
  border-radius: 50%;
}

.ais-final {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 36px;
  padding: 32px 38px;
  border: 1px solid var(--ais-line);
  border-radius: 12px;
  background: linear-gradient(90deg, #f9fbff 0%, #fff 45%, #eef5fb 100%);
  box-shadow: 0 16px 36px rgba(7, 16, 33, .06);
}

.ais-final h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  line-height: 1.08;
  font-weight: 900;
}

.ais-final p {
  margin-bottom: 24px;
  font-size: 1rem;
}

.ais-final img {
  width: 100%;
  display: block;
  border-radius: 10px;
  object-fit: contain;
  image-rendering: auto;
}

@media (max-width: 1180px) {
  .ais-hero-grid,
  .ais-lower,
  .ais-final {
    grid-template-columns: 1fr;
  }

  .ais-hero-art {
    justify-content: center;
  }

  .ais-industry-grid,
  .ais-impact-grid,
  .ais-cap-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ais-cap-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--ais-line);
  }

  .ais-framework {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .ais-container {
    width: min(100% - 32px, 1280px);
  }

  .ais-copy h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .ais-copy h2 {
    white-space: normal;
  }

  .ais-hero-features,
  .ais-industry-grid,
  .ais-impact-grid,
  .ais-cap-grid,
  .ais-why-grid,
  .ais-flow {
    grid-template-columns: 1fr;
  }

  .ais-hero-features span,
  .ais-cap-grid article {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ais-line);
  }

  .ais-actions,
  .ais-btn {
    width: 100%;
  }

  .ais-flow article:not(:last-child)::after {
    display: none;
  }

  .ais-final {
    padding: 24px;
  }
}
