:root {
  --agi-orange: #e16f2a;
  --agi-bright: #ff4b16;
  --agi-ink: #071021;
  --agi-muted: #596578;
  --agi-line: #e5e9f0;
  --agi-blue: #061a3d;
}

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

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

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

.agi-hero-grid {
  min-height: 465px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 18px;
  padding: 48px 0 28px;
}

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

.agi-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(3.1rem, 4.8vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}

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

.agi-copy h2 {
  margin: 0 0 18px;
  color: #1f66d1;
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
  line-height: 1.35;
  font-weight: 900;
  white-space: nowrap;
}

.agi-copy p {
  max-width: 560px;
  margin: 0 0 24px;
  color: #283245;
  font-size: 1rem;
  line-height: 1.78;
}

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

.agi-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%);
}

.agi-hero-art img {
  width: 100%;
  max-height: 430px;
  display: block;
  object-fit: contain;
  image-rendering: auto;
}

.agi-hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 560px;
  margin: 20px 0 32px;
}

.agi-hero-features span {
  color: #121927;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.35;
}

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

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

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

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

.agi-light {
  background: #fff;
  color: #111827;
  border-color: #ffd1c0;
}

.agi-icon {
  --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%3Cpath d='m12 3 7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex: 0 0 auto;
}

.agi-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: var(--agi-bright);
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.agi-icon.secure { --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%3Cpath d='m12 3 7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6z'/%3E%3Cpath d='M9 12h6M12 9v6'/%3E%3C/svg%3E"); }
.agi-icon.gear { --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='3'/%3E%3Cpath d='M19.4 15a8 8 0 0 0 .1-2l2-1-2-3-2.2.7a7 7 0 0 0-1.7-1l-.4-2.3h-4l-.4 2.3a7 7 0 0 0-1.7 1L6.9 9 5 12l2 1a8 8 0 0 0 .1 2l-2 1 2 3 2.2-.7a7 7 0 0 0 1.7 1l.4 2.3h4l.4-2.3a7 7 0 0 0 1.7-1l2.2.7 2-3z'/%3E%3C/svg%3E"); }
.agi-icon.chip { --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='6' width='12' height='12' rx='2'/%3E%3Cpath d='M9 1v4M15 1v4M9 19v4M15 19v4M1 9h4M1 15h4M19 9h4M19 15h4'/%3E%3C/svg%3E"); }
.agi-icon.control { --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%3Cpath d='m12 3 7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6z'/%3E%3Cpath d='M14 8 9 13M13 13h4v4'/%3E%3C/svg%3E"); }
.agi-icon.dollar { --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='9'/%3E%3Cpath d='M12 7v10M8.5 10c0-1.4 1.4-2.4 3.5-2.4s3.5 1 3.5 2.4-1.4 2.3-3.5 2.3-3.5 1-3.5 2.4 1.4 2.3 3.5 2.3 3.5-.9 3.5-2.3'/%3E%3C/svg%3E"); }
.agi-icon.growth { --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%3Cpath d='M4 19h16M7 16l4-4 3 3 5-7'/%3E%3Cpath d='M17 8h2v2'/%3E%3C/svg%3E"); }
.agi-icon.data { --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%3Cellipse cx='12' cy='5' rx='7' ry='3'/%3E%3Cpath d='M5 5v6c0 1.7 3.1 3 7 3s7-1.3 7-3V5M5 11v6c0 1.7 3.1 3 7 3s7-1.3 7-3v-6'/%3E%3C/svg%3E"); }
.agi-icon.code { --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%3Cpath d='m8 8-4 4 4 4M16 8l4 4-4 4M14 4l-4 16'/%3E%3C/svg%3E"); }
.agi-icon.cloud { --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%3Cpath d='M7 18h10a4 4 0 0 0 0-8 6 6 0 0 0-11.5 2A3.5 3.5 0 0 0 7 18z'/%3E%3C/svg%3E"); }
.agi-icon.cube { --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%3Cpath d='m12 3 8 4.5v9L12 21l-8-4.5v-9z'/%3E%3Cpath d='M12 12 4 7.5M12 12l8-4.5M12 12v9'/%3E%3C/svg%3E"); }
.agi-icon.lock { --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='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E"); }
.agi-icon.ai { --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%3Cpath d='M8 17V7l8 5-8 5z'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E"); }
.agi-icon.bank { --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%3Cpath d='m3 10 9-6 9 6M5 10h14M6 10v8M10 10v8M14 10v8M18 10v8M4 18h16'/%3E%3C/svg%3E"); }
.agi-icon.heart { --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%3Cpath d='M20.8 8.5c0 5-8.8 10.5-8.8 10.5S3.2 13.5 3.2 8.5A4.7 4.7 0 0 1 12 6a4.7 4.7 0 0 1 8.8 2.5z'/%3E%3C/svg%3E"); }
.agi-icon.factory { --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%3Cpath d='M4 20V9l5 3V9l5 3V6h6v14zM7 16h2M12 16h2M17 16h2'/%3E%3C/svg%3E"); }
.agi-icon.cart { --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='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Cpath d='M2 3h3l3 13h10l3-8H7'/%3E%3C/svg%3E"); }
.agi-icon.tower { --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%3Cpath d='M12 20V8M8 20h8M10 8a2 2 0 1 1 4 0M7 6a7 7 0 0 0 0 8M17 6a7 7 0 0 1 0 8'/%3E%3C/svg%3E"); }
.agi-icon.bolt { --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%3Cpath d='m13 2-8 12h7l-1 8 8-12h-7z'/%3E%3C/svg%3E"); }
.agi-icon.truck { --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%3Cpath d='M3 7h11v9H3zM14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E"); }
.agi-icon.badge { --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='8' r='5'/%3E%3Cpath d='m8 13-2 8 6-3 6 3-2-8'/%3E%3C/svg%3E"); }
.agi-icon.user { --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='8' r='4'/%3E%3Cpath d='M4 20c1.5-4 14.5-4 16 0M19 8v6M16 11h6'/%3E%3C/svg%3E"); }
.agi-icon.rocket { --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%3Cpath d='M14 4c3-1 5-1 6 0 1 1 1 3 0 6l-8 8-6-6z'/%3E%3Cpath d='M7 17 4 20M14 4l6 6'/%3E%3C/svg%3E"); }
.agi-icon.building { --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%3Cpath d='M4 21V5h8v16M12 9h8v12M7 8h2M7 12h2M7 16h2M15 12h2M15 16h2'/%3E%3C/svg%3E"); }
.agi-icon.idea { --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%3Cpath d='M9 18h6M10 22h4M8 14a6 6 0 1 1 8 0c-1 1-1 2-1 4H9c0-2 0-3-1-4z'/%3E%3C/svg%3E"); }

.agi-split,
.agi-platform,
.agi-usecases,
.agi-ecosystem {
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  gap: 50px;
  padding: 42px 0;
  border-bottom: 1px solid var(--agi-line);
}

.agi-split h2,
.agi-platform h2,
.agi-usecases h2,
.agi-ecosystem h2 {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  line-height: 1.15;
  font-weight: 900;
}

.agi-inline-benefits,
.agi-industry-grid,
.agi-advantage-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.agi-inline-benefits article,
.agi-industry-grid article,
.agi-advantage-row span {
  padding: 20px 22px;
  text-align: center;
  border-right: 1px solid var(--agi-line);
}

.agi-inline-benefits article:last-child,
.agi-advantage-row span:last-child {
  border-right: 0;
}

.agi-inline-benefits h3,
.agi-platform-steps h3,
.agi-industry-grid h3,
.agi-capabilities h3,
.agi-builders h3 {
  margin: 14px 0 8px;
  font-size: .96rem;
  font-weight: 900;
}

.agi-inline-benefits p,
.agi-platform-steps p,
.agi-industry-grid p,
.agi-capabilities p,
.agi-builders p,
.agi-ecosystem p {
  margin: 0;
  color: #303a4d;
  font-size: .9rem;
  line-height: 1.62;
}

.agi-enterprise-card {
  padding-left: 34px;
  border-left: 1px solid var(--agi-line);
}

.agi-enterprise-body {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: center;
}

.agi-enterprise-body img {
  width: 100%;
  border-radius: 12px;
}

.agi-enterprise-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.agi-enterprise-body li {
  margin: 0 0 13px;
  color: #182235;
  font-weight: 700;
}

.agi-enterprise-body li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 12px;
  border-radius: 999px;
  display: inline-block;
  background: var(--agi-bright);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px var(--agi-bright);
}

.agi-platform {
  grid-template-columns: 1.1fr 1fr;
}

.agi-platform-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.agi-platform-steps article {
  min-height: 220px;
  padding: 26px 18px;
  text-align: center;
  border: 1px solid var(--agi-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 16, 33, .06);
}

.agi-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.agi-capabilities article {
  min-height: 160px;
  padding: 22px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, #071530, #020a1a);
  box-shadow: 0 14px 28px rgba(7, 16, 33, .18);
}

.agi-capabilities .agi-icon::before,
.agi-final .agi-icon::before {
  background: #42a3ff;
}

.agi-capabilities p {
  color: rgba(255, 255, 255, .82);
}

.agi-usecases {
  grid-template-columns: 1fr .95fr;
}

.agi-industry-grid {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
}

.agi-industry-grid article:nth-child(4n) {
  border-right: 0;
}

.agi-advantage-row {
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 26px;
}

.agi-advantage-row span {
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.35;
}

.agi-advantage-row b {
  display: block;
  color: var(--agi-bright);
  font-size: 1.3rem;
}

.agi-builders {
  padding: 22px;
  border: 1px solid var(--agi-line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(7, 16, 33, .06);
}

.agi-builder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.agi-builder-grid article {
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 14px;
  align-items: center;
}

.agi-builder-grid img {
  width: 130px;
  height: 92px;
  object-fit: cover;
  border-radius: 8px;
}

.agi-ecosystem {
  grid-template-columns: 1.05fr .95fr;
  text-align: center;
}

.agi-logo-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.agi-logo-row span {
  color: #0d4ec9;
  font-size: 1.05rem;
  font-weight: 900;
}

.agi-logo-row small {
  display: block;
  margin-top: 8px;
  color: #687385;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.agi-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.agi-stat-row span {
  min-height: 120px;
  padding: 24px 12px;
  border: 1px solid var(--agi-line);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(7, 16, 33, .06);
  font-weight: 900;
}

.agi-stat-row b {
  display: block;
  margin-bottom: 12px;
  color: var(--agi-bright);
  font-size: 1.75rem;
}

.agi-final {
  margin-top: 28px;
  margin-bottom: 34px;
  min-height: 220px;
  padding: 36px 52px;
  display: grid;
  grid-template-columns: .95fr .65fr .95fr;
  gap: 34px;
  align-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(110deg, #041025 0%, #06183a 48%, #031026 100%);
}

.agi-final h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 1.05;
}

.agi-final p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.05rem;
  line-height: 1.6;
}

.agi-final img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.agi-final-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}

.agi-final-points span {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  font-weight: 900;
  line-height: 1.35;
}

@media (max-width: 1120px) {
  .agi-container {
    width: min(100% - 36px, 960px);
  }

  .agi-hero-grid,
  .agi-split,
  .agi-platform,
  .agi-usecases,
  .agi-ecosystem,
  .agi-final {
    grid-template-columns: 1fr;
  }

  .agi-enterprise-card {
    padding-left: 0;
    border-left: 0;
  }

  .agi-inline-benefits,
  .agi-platform-steps,
  .agi-capabilities,
  .agi-industry-grid,
  .agi-advantage-row,
  .agi-stat-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .agi-final-points {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .agi-container {
    width: min(100% - 28px, 520px);
  }

  .agi-hero-grid {
    padding-top: 34px;
  }

  .agi-copy h1 {
    font-size: 3.1rem;
  }

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

  .agi-hero-features,
  .agi-inline-benefits,
  .agi-platform-steps,
  .agi-capabilities,
  .agi-industry-grid,
  .agi-advantage-row,
  .agi-builder-grid,
  .agi-stat-row,
  .agi-final-points {
    grid-template-columns: 1fr;
  }

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

  .agi-inline-benefits article,
  .agi-industry-grid article,
  .agi-advantage-row span {
    border-right: 0;
    border-bottom: 1px solid var(--agi-line);
  }

  .agi-enterprise-body,
  .agi-builder-grid article {
    grid-template-columns: 1fr;
  }

  .agi-builder-grid img {
    width: 100%;
    height: auto;
  }

  .agi-final {
    padding: 30px 22px;
  }
}
