.ama-corp-home {
  --ama-ink: #04080f;
  --ama-navy: #0b1220;
  --ama-line: rgba(255, 255, 255, 0.12);
  --ama-line-strong: rgba(255, 255, 255, 0.2);
  --ama-fg: #ffffff;
  --ama-muted: #a9b8d0;
  --ama-soft: #d8e3f2;
  --ama-cyan: #57ddff;
  --ama-cyan-2: #30b1ff;
  --ama-card: rgba(255, 255, 255, 0.055);
  --ama-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  --ama-radius: 18px;
  --ama-radius-sm: 12px;
  --ama-max: 1180px;
  background:
    radial-gradient(circle at 18% 0%, rgba(48, 177, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 84% 10%, rgba(87, 221, 255, 0.1), transparent 24rem),
    linear-gradient(180deg, #04080f 0%, #08111f 45%, #04080f 100%);
  color: var(--ama-fg);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.ama-corp-home *,
.ama-corp-home *::before,
.ama-corp-home *::after {
  box-sizing: border-box;
}

.ama-corp-home a {
  color: inherit;
}

.ama-corp-home img {
  display: block;
  max-width: 100%;
}

.ama-container {
  width: min(var(--ama-max), calc(100% - 48px));
  margin: 0 auto;
}

.ama-section,
.ama-hero {
  padding: 96px 0;
}

.ama-hero {
  padding-top: 104px;
}

.ama-hero-grid,
.ama-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 56px;
  align-items: center;
}

.ama-eyebrow,
.ama-section-label,
.ama-card-kicker {
  margin: 0 0 14px;
  color: var(--ama-cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ama-corp-home h1,
.ama-corp-home h2,
.ama-corp-home h3,
.ama-corp-home p {
  margin-top: 0;
}

.ama-corp-home h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--ama-fg);
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.96;
  font-weight: 760;
  letter-spacing: 0;
}

.ama-corp-home h2 {
  margin-bottom: 18px;
  color: var(--ama-fg);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  font-weight: 740;
  letter-spacing: 0;
}

.ama-corp-home h3 {
  margin-bottom: 12px;
  color: var(--ama-fg);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 740;
}

.ama-hero-sub {
  max-width: 700px;
  color: var(--ama-soft);
  font-size: 21px;
  line-height: 1.42;
}

.ama-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 16px;
}

.ama-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.ama-btn:hover {
  transform: translateY(-1px);
}

.ama-btn-primary {
  background: linear-gradient(135deg, #d1f9ff 0%, #6decff 34%, #30b1ff 100%);
  color: #03101d;
  box-shadow: 0 14px 38px rgba(48, 177, 255, 0.24);
}

.ama-btn-ghost {
  border-color: var(--ama-line-strong);
  color: var(--ama-fg);
  background: rgba(255, 255, 255, 0.04);
}

.ama-microcopy {
  max-width: 680px;
  color: var(--ama-muted);
  font-size: 15px;
  line-height: 1.5;
}

.ama-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--ama-line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 100% 0%, rgba(87, 221, 255, 0.16), transparent 20rem);
  box-shadow: var(--ama-shadow);
}

.ama-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(87, 221, 255, 0.18) 18% 18.2%, transparent 18.2% 100%),
    linear-gradient(0deg, transparent 0 38%, rgba(87, 221, 255, 0.12) 38% 38.2%, transparent 38.2% 100%);
  opacity: 0.55;
}

.ama-panel-top,
.ama-signal-grid {
  position: relative;
}

.ama-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--ama-line);
}

.ama-panel-top span,
.ama-signal-grid span {
  color: var(--ama-muted);
  font-size: 13px;
  font-weight: 750;
}

.ama-panel-top strong {
  color: var(--ama-fg);
  font-size: 22px;
}

.ama-signal-grid {
  display: grid;
  gap: 14px;
}

.ama-signal-grid div {
  padding: 18px;
  border: 1px solid var(--ama-line);
  border-radius: 14px;
  background: rgba(4, 8, 15, 0.28);
}

.ama-signal-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--ama-fg);
  font-size: 18px;
  line-height: 1.2;
}

.ama-operator,
.ama-instructor {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid var(--ama-line);
  border-bottom: 1px solid var(--ama-line);
}

.ama-split-grid p,
.ama-section-head p {
  color: var(--ama-soft);
  font-size: 18px;
  line-height: 1.55;
}

.ama-disclaimer-inline {
  padding: 16px 18px;
  border: 1px solid rgba(87, 221, 255, 0.25);
  border-radius: 14px;
  background: rgba(87, 221, 255, 0.08);
}

.ama-info-card,
.ama-program-card,
.ama-access-card {
  border: 1px solid var(--ama-line);
  border-radius: var(--ama-radius);
  background: var(--ama-card);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}

.ama-info-card {
  padding: 26px;
}

.ama-info-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.ama-info-card dl div {
  display: grid;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ama-line);
}

.ama-info-card dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ama-info-card dt {
  color: var(--ama-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ama-info-card dd {
  margin: 0;
  color: var(--ama-fg);
  font-size: 17px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ama-info-card a {
  color: var(--ama-cyan);
}

.ama-section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.ama-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ama-program-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 24px;
}

.ama-program-card p {
  color: var(--ama-muted);
  line-height: 1.5;
}

.ama-program-card a {
  margin-top: auto;
  color: var(--ama-cyan);
  font-weight: 800;
  text-decoration: none;
}

.ama-learning-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.ama-learning-grid div {
  min-height: 158px;
  padding: 18px;
  border: 1px solid var(--ama-line);
  border-radius: var(--ama-radius-sm);
  background: rgba(255, 255, 255, 0.045);
}

.ama-learning-grid strong,
.ama-learning-grid span {
  display: block;
}

.ama-learning-grid strong {
  margin-bottom: 10px;
  color: var(--ama-fg);
  font-size: 18px;
}

.ama-learning-grid span {
  color: var(--ama-muted);
  font-size: 14px;
  line-height: 1.42;
}

.ama-info-card.ama-compact ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ama-soft);
  line-height: 1.7;
}

.ama-access {
  background:
    radial-gradient(circle at 50% 0%, rgba(87, 221, 255, 0.1), transparent 28rem),
    rgba(255, 255, 255, 0.025);
}

.ama-access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ama-access-card {
  padding: 24px;
}

.ama-access-card span {
  display: block;
  color: var(--ama-muted);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ama-access-card strong {
  display: block;
  margin: 16px 0 10px;
  color: var(--ama-fg);
  font-size: 32px;
  line-height: 1;
}

.ama-access-card p {
  color: var(--ama-muted);
  line-height: 1.48;
}

.ama-access-card .ama-btn {
  width: 100%;
  margin-top: 12px;
}

.ama-faq-list {
  display: grid;
  gap: 12px;
}

.ama-faq-item {
  border: 1px solid var(--ama-line);
  border-radius: var(--ama-radius-sm);
  background: rgba(255, 255, 255, 0.045);
}

.ama-faq-item button {
  width: 100%;
  min-height: 64px;
  padding: 0 22px;
  border: 0;
  background: transparent;
  color: var(--ama-fg);
  font: inherit;
  font-size: 18px;
  font-weight: 760;
  text-align: left;
  cursor: pointer;
}

.ama-faq-item div {
  display: none;
  padding: 0 22px 22px;
}

.ama-faq-item.is-open div {
  display: block;
}

.ama-faq-item p {
  margin: 0;
  color: var(--ama-muted);
  line-height: 1.55;
}

.ama-faq-item a {
  color: var(--ama-cyan);
}

.ama-compliance-footer {
  padding: 46px 0;
  border-top: 1px solid var(--ama-line);
  background: #03070d;
}

.ama-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.ama-footer-brand img {
  width: 190px;
  margin-bottom: 18px;
}

.ama-footer-brand strong,
.ama-footer-brand span,
.ama-footer-copy span,
.ama-footer-links a {
  display: block;
}

.ama-footer-brand strong {
  margin-bottom: 6px;
  color: var(--ama-fg);
}

.ama-footer-brand span,
.ama-footer-copy span,
.ama-footer-disclaimer {
  color: var(--ama-muted);
  line-height: 1.45;
}

.ama-footer-copy {
  display: grid;
  gap: 8px;
}

.ama-footer-copy a,
.ama-footer-links a {
  color: var(--ama-cyan);
}

.ama-footer-links {
  display: grid;
  gap: 10px;
}

.ama-footer-links a {
  text-decoration: none;
  font-weight: 750;
}

.ama-footer-disclaimer {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--ama-line);
  font-size: 14px;
}

@media (max-width: 1040px) {
  .ama-hero-grid,
  .ama-split-grid,
  .ama-footer-grid {
    grid-template-columns: 1fr;
  }

  .ama-program-grid,
  .ama-access-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ama-learning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ama-container {
    width: min(100% - 32px, var(--ama-max));
  }

  .ama-section,
  .ama-hero {
    padding: 58px 0;
  }

  .ama-corp-home h1 {
    font-size: 44px;
    line-height: 1;
  }

  .ama-corp-home h2 {
    font-size: 34px;
  }

  .ama-hero-sub {
    font-size: 18px;
  }

  .ama-actions {
    display: grid;
  }

  .ama-program-grid,
  .ama-access-grid,
  .ama-learning-grid {
    grid-template-columns: 1fr;
  }

  .ama-program-card {
    min-height: auto;
  }

  .ama-footer-grid {
    gap: 22px;
  }
}
