/* Scoped landing styles. Shared navigation, typography and NOVA stay unchanged. */
.al-page {
  --al-ink: #0b202c;
  --al-body: #405965;
  --al-teal: #09685f;
  --al-mint: #d9f1ea;
  --al-paper: #f3f7f7;
  --al-line: #cddedc;
  color: var(--al-body);
}

.al-page section[id],
.al-page article[id] {
  scroll-margin-top: 110px;
}

.al-page a {
  text-underline-offset: 4px;
}

.al-page .al-eyebrow {
  color: var(--al-teal);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.al-page .al-hero {
  padding: 48px 0 60px;
  background: linear-gradient(180deg, #fff 70%, var(--al-paper));
}

.al-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 60px;
}

.al-page h1 {
  max-width: 17ch;
  color: var(--al-ink);
  font-size: clamp(2.5rem, 4.3vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 18px 0 22px;
  text-wrap: balance;
}

.al-page h1 span {
  color: var(--al-teal);
}

.al-page .al-lead {
  max-width: 53ch;
  font-size: 1.125rem;
  line-height: 1.8;
}

.al-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.al-page .al-primary,
.al-page .al-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  transition: background 0.18s ease;
}

.al-page .al-primary {
  background: var(--al-teal);
  color: #fff;
}

.al-page .al-primary:hover {
  background: #074f49;
}

.al-page .al-secondary {
  border-color: #8eafab;
  color: var(--al-teal);
  background: transparent;
}

.al-page .al-secondary:hover {
  background: #e5f1ee;
}

.al-page .al-note {
  margin-top: 18px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.al-cycle {
  margin: 0;
  border: 1px solid var(--al-line);
  border-radius: 18px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 16px 40px -24px #0b38352e;
}

.al-cycle figcaption {
  border-bottom: 1px solid var(--al-line);
  padding-bottom: 18px;
  font-size: 0.9375rem;
}

.al-cycle figcaption strong {
  display: block;
  color: var(--al-ink);
  font-family: var(--ffd);
  font-size: 1.375rem;
  margin-bottom: 5px;
}

.al-cycle-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 32px;
  list-style: none;
  padding: 26px 0;
}

.al-cycle-list li {
  position: relative;
  min-width: 0;
}

.al-cycle-list li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.al-cycle-list li:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.al-cycle-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  border: 1px solid #b6d8d0;
  border-radius: 50%;
  background: var(--al-mint);
  color: #154c43;
  font-family: var(--ffd);
  font-size: 0.875rem;
}

.al-cycle-list strong {
  display: block;
  color: var(--al-ink);
  margin-bottom: 4px;
  font-size: 0.9375rem;
}

.al-cycle-list p {
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: 21ch;
}

.al-cycle-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  color: var(--al-teal);
}

.al-cycle-list li:nth-child(1) .al-cycle-arrow {
  top: 8px;
  right: -24px;
}

.al-cycle-list li:nth-child(2) .al-cycle-arrow {
  bottom: -29px;
  left: 8px;
  transform: rotate(90deg);
}

.al-cycle-list li:nth-child(3) .al-cycle-arrow {
  top: 8px;
  left: -27px;
  transform: rotate(180deg);
}

.al-cycle-list li:nth-child(4) .al-cycle-arrow {
  top: -29px;
  left: 8px;
  transform: rotate(-90deg);
}

.al-cycle-caption {
  padding-top: 16px;
  border-top: 1px solid var(--al-line);
  font-size: 0.875rem;
  line-height: 1.65;
}

.al-jump {
  background: var(--al-paper);
  border-block: 1px solid var(--al-line);
}

.al-jump .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  padding-block: 15px;
}

.al-jump p {
  font-size: 0.875rem;
  color: var(--al-ink);
  font-weight: 600;
  margin-right: auto;
}

.al-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--al-teal);
  font-size: 0.9375rem;
  text-decoration: underline;
}

.al-section {
  padding: 72px 0;
}

.al-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.al-page h2 {
  color: var(--al-ink);
  font-size: clamp(1.75rem, 2.7vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 12px 0 16px;
}

.al-heading > p:last-child {
  max-width: 65ch;
  font-size: 1.0625rem;
}

.al-mode {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  padding: 36px 0;
  border-top: 1px solid var(--al-line);
}

.al-mode:last-child {
  border-bottom: 1px solid var(--al-line);
}

.al-mode-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--al-teal);
  font-size: 0.875rem;
  font-weight: 600;
}

.al-mode-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border: 1px solid var(--al-line);
  border-radius: 6px;
  font-family: var(--ffd);
}

.al-page .al-mode h3 {
  font-size: clamp(1.5rem, 2.3vw, 1.875rem);
  line-height: 1.2;
  margin: 17px 0 14px;
  color: var(--al-ink);
}

.al-mode-intro > p:last-child {
  max-width: 42ch;
}

.al-deliverables {
  display: grid;
  gap: 15px;
  padding: 0;
  list-style: none;
}

.al-deliverables li {
  position: relative;
  padding-left: 22px;
}

.al-deliverables li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--al-teal);
}

.al-deliverables strong {
  color: var(--al-ink);
  font-weight: 600;
}

.al-mode-detail .al-primary {
  margin-top: 24px;
}

.al-mode-detail > .al-note {
  max-width: 56ch;
  margin-top: 16px;
}

.al-scope {
  background: var(--al-paper);
  border-block: 1px solid var(--al-line);
}

.al-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
}

.al-scope-grid .al-heading {
  margin-bottom: 0;
}

.al-agreement {
  margin: 0;
}

.al-agreement > div {
  padding: 20px 0;
  border-top: 1px solid #c3d8d5;
}

.al-agreement > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.al-agreement dt {
  color: var(--al-ink);
  font-weight: 600;
  margin-bottom: 5px;
}

.al-agreement dd {
  margin: 0;
  font-size: 0.9375rem;
}

.al-profile {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.al-profile .al-heading {
  margin: 0;
}

.al-profile-body p + p {
  margin-top: 18px;
}

.al-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 24px;
}

.al-evidence a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--al-teal);
  text-decoration: underline;
  font-weight: 600;
  font-size: 0.9375rem;
}

.al-faq {
  margin-top: 56px;
  border-top: 1px solid var(--al-line);
  padding-top: 36px;
}

.al-page .al-faq h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.al-faq details {
  border-bottom: 1px solid var(--al-line);
}

.al-faq summary {
  position: relative;
  padding: 20px 40px 20px 0;
  color: var(--al-ink);
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  min-height: 48px;
}

.al-faq summary::-webkit-details-marker {
  display: none;
}

.al-faq summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 15px;
  color: var(--al-teal);
  font-size: 1.5rem;
  font-weight: 400;
}

.al-faq details[open] summary::after {
  content: "−";
}

.al-faq details p {
  max-width: 78ch;
  padding: 0 0 22px;
}

.al-close {
  background: var(--al-ink);
  padding: 56px 0;
  color: #d1e2e6;
}

.al-close-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  align-items: center;
  gap: 44px;
}

.al-page .al-close .al-eyebrow {
  color: #a6eddc;
}

.al-page .al-close h2 {
  color: #fff;
  max-width: 23ch;
}

.al-close p {
  max-width: 59ch;
}

.al-page .al-close .al-primary {
  background: #a6eddc;
  color: #123c35;
}

.al-page .al-close .al-primary:hover {
  background: #c1f6e8;
}

.al-close :focus-visible {
  outline-color: #a6eddc;
}

.al-close-action .al-note {
  margin-top: 14px;
  font-size: 0.875rem;
}

@media (max-width: 980px) {
  .al-hero-grid {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .al-cycle {
    padding: 22px;
  }

  .al-mode,
  .al-scope-grid,
  .al-profile {
    gap: 32px;
  }
}

@media (max-width: 760px) {
  .al-page .al-hero {
    padding: 34px 0 40px;
  }

  .al-hero-grid,
  .al-mode,
  .al-scope-grid,
  .al-profile,
  .al-close-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .al-hero-grid {
    gap: 34px;
  }

  .al-page h1 {
    max-width: 19ch;
    font-size: clamp(2.15rem, 8vw, 3.125rem);
  }

  .al-page .al-lead {
    font-size: 1.0625rem;
  }

  .al-section {
    padding: 48px 0;
  }

  .al-jump .wrap {
    gap: 2px 22px;
  }

  .al-jump p {
    flex-basis: 100%;
  }

  .al-mode {
    padding: 28px 0;
    gap: 24px;
  }

  .al-mode-intro > p:last-child {
    max-width: 60ch;
  }

  .al-faq {
    margin-top: 36px;
    padding-top: 28px;
  }

  .al-close {
    padding: 40px 0 52px;
  }

  .al-close-grid {
    gap: 22px;
  }
}

@media (max-width: 380px) {
  .al-cycle {
    padding: 20px 16px;
  }

  .al-cycle-list {
    gap: 32px 24px;
  }

  .al-cycle-list li:nth-child(1) .al-cycle-arrow {
    right: -20px;
  }

  .al-cycle-list li:nth-child(3) .al-cycle-arrow {
    left: -23px;
  }

  .al-actions > a,
  .al-mode-detail .al-primary,
  .al-close-action .al-primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .al-page *,
  .al-page *::before,
  .al-page *::after {
    transition: none;
  }
}

@media (forced-colors: active) {
  .al-page .al-primary,
  .al-page .al-secondary,
  .al-cycle-num {
    border: 1px solid ButtonText;
  }
}

@media print {
  .al-jump,
  .al-actions,
  .al-mode-detail .al-primary,
  .al-close {
    display: none;
  }

  .al-section,
  .al-page .al-hero {
    padding-block: 20px;
  }

  .al-cycle,
  .al-mode,
  .al-agreement > div {
    break-inside: avoid;
  }
}
