.asf-ti-page {
  --asf-ti-ink: #12324a;
  --asf-ti-muted: #4d6877;
  --asf-ti-blue: #176d8a;
  --asf-ti-cyan: #56c7df;
  --asf-ti-pink: #d4227e;
  --asf-ti-pink-dark: #aa1765;
  --asf-ti-teal: #21736f;
  --asf-ti-line: #d7e7ec;
  --asf-ti-soft: #eff9fb;
  --asf-ti-cream: #fff8e8;
  --asf-ti-white: #ffffff;
  background: #f7fbfc;
  color: var(--asf-ti-ink);
  font-family: inherit;
  font-size: 18px;
  line-height: 1.72;
  overflow: clip;
}

.asf-ti-page,
.asf-ti-page * {
  box-sizing: border-box;
  min-width: 0;
}

.asf-ti-page [id] {
  scroll-margin-top: 6rem;
}

.asf-ti-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.asf-ti-breadcrumbs {
  margin: 0 0 24px;
  color: #355769;
  font-size: 0.9rem;
}

.asf-ti-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asf-ti-breadcrumbs li:not(:last-child)::after {
  margin-left: 7px;
  color: #78909c;
  content: "/";
}

.asf-ti-breadcrumbs a,
.asf-ti-page a {
  color: #096b8c;
  font-weight: 720;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.asf-ti-page a:hover {
  color: var(--asf-ti-pink-dark);
}

.asf-ti-page a:focus-visible,
.asf-ti-page button:focus-visible,
.asf-ti-page input:focus-visible,
.asf-ti-page select:focus-visible,
.asf-ti-page textarea:focus-visible {
  outline: 3px solid #0b6f90 !important;
  outline-offset: 3px !important;
}

.asf-ti-hero {
  position: relative;
  padding: clamp(38px, 6vw, 78px) 0;
  background:
    radial-gradient(circle at 9% 15%, rgba(86, 199, 223, 0.22), transparent 32%),
    radial-gradient(circle at 91% 12%, rgba(212, 34, 126, 0.13), transparent 27%),
    linear-gradient(135deg, #eff9fb 0%, #ffffff 52%, #fff3f9 100%);
  border-bottom: 1px solid var(--asf-ti-line);
}

.asf-ti-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.asf-ti-eyebrow,
.asf-ti-hero__eyebrow {
  margin: 0 0 10px;
  color: #a13f69;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.asf-ti-hero h1 {
  max-width: 790px;
  margin: 0 0 18px;
  color: var(--asf-ti-ink);
  font-size: clamp(2.25rem, 5.2vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.asf-ti-hero__descriptor {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--asf-ti-muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.asf-ti-status {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  max-width: 760px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #bedde5;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(18, 50, 74, 0.07);
}

.asf-ti-status__dot {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  background: var(--asf-ti-teal);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(33, 115, 111, 0.14);
}

.asf-ti-status strong {
  display: block;
  margin-bottom: 2px;
  color: var(--asf-ti-ink);
}

.asf-ti-status span {
  color: var(--asf-ti-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.asf-ti-hero__media {
  overflow: hidden;
  margin: 0;
  background: #dcebf0;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(18, 50, 74, 0.18);
  aspect-ratio: 16 / 10;
}

.asf-ti-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asf-ti-body {
  padding: clamp(38px, 6vw, 76px) 0 clamp(60px, 8vw, 104px);
}

.asf-ti-content {
  display: grid;
  gap: 24px;
}

.asf-ti-section,
.asf-ti-form-panel {
  padding: clamp(24px, 4vw, 44px);
  background: var(--asf-ti-white);
  border: 1px solid var(--asf-ti-line);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(18, 50, 74, 0.065);
}

.asf-ti-section--answer {
  background: linear-gradient(135deg, #eaf8fb 0%, #ffffff 62%, #fff8e8 100%);
  border-color: #b9dde6;
  border-top: 6px solid var(--asf-ti-cyan);
}

.asf-ti-section--faq {
  background: #ffffff;
  border-top: 6px solid var(--asf-ti-pink);
}

.asf-ti-section h2,
.asf-ti-form-panel h2 {
  margin: 0 0 16px;
  color: var(--asf-ti-ink);
  font-size: clamp(1.55rem, 3.1vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
}

.asf-ti-section h3 {
  margin: 30px 0 10px;
  padding-left: 16px;
  color: var(--asf-ti-ink);
  font-size: clamp(1.13rem, 2vw, 1.38rem);
  line-height: 1.3;
  border-left: 4px solid var(--asf-ti-cyan);
}

.asf-ti-section--faq h3 {
  padding: 18px 20px 0;
  background: #f7fbfc;
  border: 1px solid #d8e8ed;
  border-bottom: 0;
  border-left: 5px solid var(--asf-ti-blue);
  border-radius: 10px 10px 0 0;
}

.asf-ti-section--faq h3 + p {
  margin-top: 0;
  padding: 8px 20px 20px;
  background: #f7fbfc;
  border: 1px solid #d8e8ed;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.asf-ti-section p,
.asf-ti-form-panel p,
.asf-ti-section li {
  color: var(--asf-ti-muted);
}

.asf-ti-section p {
  margin: 0 0 16px;
}

.asf-ti-section ul,
.asf-ti-section ol {
  margin: 8px 0 18px;
  padding-left: 25px;
}

.asf-ti-section li {
  margin: 8px 0;
}

.asf-ti-section[aria-labelledby="browse-detailed-nonclinical-pathway-guides"] ul,
.asf-ti-section[aria-labelledby="browse-detailed-volunteer-pathway-guides"] ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.asf-ti-section[aria-labelledby="browse-detailed-nonclinical-pathway-guides"] li,
.asf-ti-section[aria-labelledby="browse-detailed-volunteer-pathway-guides"] li {
  margin: 0;
}

.asf-ti-section[aria-labelledby="browse-detailed-nonclinical-pathway-guides"] li a,
.asf-ti-section[aria-labelledby="browse-detailed-volunteer-pathway-guides"] li a {
  display: flex;
  align-items: center;
  min-height: 64px;
  height: 100%;
  padding: 13px 16px;
  color: var(--asf-ti-ink);
  background: #f3fafb;
  border: 1px solid #cfe2e7;
  border-left: 5px solid var(--asf-ti-cyan);
  border-radius: 9px;
  text-decoration: none;
}

.asf-ti-section[aria-labelledby="browse-detailed-nonclinical-pathway-guides"] li a:hover,
.asf-ti-section[aria-labelledby="browse-detailed-volunteer-pathway-guides"] li a:hover {
  color: var(--asf-ti-pink-dark);
  background: #fff7fb;
  border-color: #e5a7c8;
}

.asf-ti-table-scroll {
  width: 100%;
  max-width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.asf-ti-table-scroll:focus-visible {
  outline: 3px solid var(--asf-ti-cyan);
  outline-offset: 3px;
}

.asf-ti-section table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border: 1px solid #cfe1e7;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
}

.asf-ti-section th,
.asf-ti-section td {
  min-width: 180px;
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #dce9ed;
  border-bottom: 1px solid #dce9ed;
}

.asf-ti-section th {
  width: 31%;
  color: var(--asf-ti-ink);
  background: #eff8fa;
  font-weight: 800;
}

.asf-ti-section tr:last-child > * {
  border-bottom: 0;
}

.asf-ti-section tr > *:last-child {
  border-right: 0;
}

.asf-ti-section p > strong:first-child,
.asf-ti-section li > strong:first-child {
  color: var(--asf-ti-ink);
}

.asf-ti-section p:has(> strong:first-child) a,
.asf-ti-section > p > a:only-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 6px 8px 4px 0;
  padding: 11px 18px;
  color: #ffffff;
  background: var(--asf-ti-blue);
  border-radius: 8px;
  text-decoration: none;
}

.asf-ti-form-panel {
  color: #ffffff;
  background: linear-gradient(145deg, #102f46 0%, #164660 100%);
  border: 0;
  box-shadow: 0 20px 48px rgba(18, 50, 74, 0.22);
}

.asf-ti-form-panel h2,
.asf-ti-form-panel > p:not(.asf-ti-eyebrow) {
  color: #ffffff;
}

.asf-ti-form-panel .asf-ti-eyebrow {
  color: #8de2f1;
}

.asf-ti-form-panel > .asf-ti-form-privacy {
  margin: 16px 0 0;
  padding: 13px 15px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #8de2f1;
  border-radius: 8px;
}

.asf-ti-form-shell {
  margin-top: 24px;
  padding: clamp(20px, 4vw, 34px);
  color: var(--asf-ti-ink);
  background: #ffffff;
  border-radius: 12px;
}

.asf-ti-form-shell .wpforms-container {
  margin: 0;
}

.asf-ti-form-shell .wpforms-field {
  padding: 10px 0;
}

.asf-ti-form-shell .wpforms-field-label,
.asf-ti-form-shell .wpforms-field-label-inline {
  color: var(--asf-ti-ink) !important;
  font-weight: 760 !important;
}

.asf-ti-form-shell .wpforms-field-description,
.asf-ti-form-shell .wpforms-field-sublabel,
.asf-ti-form-shell .wpforms-field-html {
  color: #4a6574 !important;
}

.asf-ti-form-shell input:not([type="checkbox"]):not([type="radio"]),
.asf-ti-form-shell select,
.asf-ti-form-shell textarea {
  width: 100% !important;
  min-height: 50px !important;
  padding: 11px 13px !important;
  color: #17364a !important;
  background: #ffffff !important;
  border: 1.5px solid #9db7c2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.asf-ti-form-shell textarea {
  min-height: 132px !important;
  resize: vertical;
}

.asf-ti-form-shell input[type="checkbox"],
.asf-ti-form-shell input[type="radio"] {
  width: 22px !important;
  height: 22px !important;
  margin-top: 2px !important;
}

.asf-ti-form-shell .wpforms-submit {
  min-height: 52px !important;
  padding: 12px 24px !important;
  color: #ffffff !important;
  background: var(--asf-ti-pink) !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 820 !important;
  box-shadow: none !important;
}

.asf-ti-form-shell .wpforms-submit:hover {
  background: var(--asf-ti-pink-dark) !important;
}

.asf-ti-form-shell .wpforms-error,
.asf-ti-form-shell label.wpforms-error {
  color: #a70f42 !important;
  font-weight: 720 !important;
}

.asf-ti-review-note {
  margin: 24px 0 0;
  color: #617985;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .asf-ti-hero__grid {
    grid-template-columns: 1fr;
  }

  .asf-ti-hero__media {
    max-height: 520px;
  }
}

@media (max-width: 620px) {
  .asf-ti-wrap {
    width: min(100% - 26px, 1180px);
  }

  .asf-ti-hero {
    padding-top: 26px;
  }

  .asf-ti-hero h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .asf-ti-status {
    grid-template-columns: 1fr;
  }

  .asf-ti-status__dot {
    margin-bottom: 2px;
  }

  .asf-ti-section,
  .asf-ti-form-panel {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .asf-ti-section table {
    font-size: 0.92rem;
  }

  .asf-ti-section th,
  .asf-ti-section td {
    min-width: 155px;
    padding: 11px 12px;
  }

  .asf-ti-section[aria-labelledby="browse-detailed-nonclinical-pathway-guides"] ul,
  .asf-ti-section[aria-labelledby="browse-detailed-volunteer-pathway-guides"] ul {
    grid-template-columns: 1fr;
  }

  .asf-ti-form-shell {
    padding: 18px 14px;
  }

  .asf-ti-form-shell .wpforms-submit {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asf-ti-page *,
  .asf-ti-page *::before,
  .asf-ti-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .asf-ti-page {
    background: #ffffff;
  }

  .asf-ti-hero,
  .asf-ti-section,
  .asf-ti-form-panel {
    box-shadow: none;
  }
}
