.f2f-hub {
  --brand: #184098;
  --brand-bright: #2f57d4;
  --brand-deep: #12346f;
  --navy: #142f51;
  --ink: #102a47;
  --body: #35546f;
  --muted: #62788d;
  --surface: #ffffff;
  --soft: #f7fafc;
  --mist: #eef5f9;
  --warm: #f7f2e9;
  --line: rgba(20, 63, 137, 0.15);
  --line-strong: rgba(20, 63, 137, 0.27);
  --focus: #f4ad27;
  --urgent: #f7d8d7;
  --urgent-ink: #721b22;
  --shadow-sm: 0 8px 24px rgba(16, 52, 98, 0.07);
  --shadow-md: 0 22px 52px rgba(16, 52, 98, 0.12);
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --shell: 1180px;
  --f2f-site-header-offset: 0px;
  --f2f-resource-nav-height: 60px;
}

.f2f-hub * {
  box-sizing: border-box;
}

.f2f-hub {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--f2f-site-header-offset) + var(--f2f-resource-nav-height) + 18px);
}

.f2f-hub {
  margin: 0;
  background: var(--surface);
  color: var(--body);
  font-family: "Open Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.f2f-hub button,
.f2f-hub input,
.f2f-hub select {
  font: inherit;
}

.f2f-hub button,
.f2f-hub a {
  -webkit-tap-highlight-color: transparent;
}

.f2f-hub a {
  color: inherit;
  text-decoration: none;
}

.f2f-hub img,
.f2f-hub svg {
  display: block;
}

.f2f-hub img {
  max-width: 100%;
}

.f2f-hub button {
  color: inherit;
}

.f2f-hub {
  min-height: 100vh;
  overflow-x: clip;
  background: var(--surface);
}

.f2f-hub .shell {
  width: min(100%, var(--shell));
  margin-inline: auto;
  padding-inline: 18px;
}

.f2f-hub .icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.f2f-hub .skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  padding: 12px 16px;
  font-weight: 800;
}

.f2f-hub .skip-link:focus {
  transform: translateY(0);
}

.f2f-hub :where(a, button, input, select, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.f2f-hub [id="guided-paths"],
.f2f-hub [id="tool-workspace"],
.f2f-hub [id="article-library"],
.f2f-hub [id="care-guidance"],
.f2f-hub [id="medical-review"],
.f2f-hub .legacy-anchor {
  scroll-margin-top: calc(var(--f2f-site-header-offset) + var(--f2f-resource-nav-height) + 18px);
}

.f2f-hub .legacy-anchor {
  display: block;
  height: 0;
  overflow: hidden;
}

.f2f-hub .eyebrow {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.f2f-hub h1,
.f2f-hub h2,
.f2f-hub h3,
.f2f-hub h4,
.f2f-hub p {
  margin-top: 0;
}

.f2f-hub h1,
.f2f-hub h2,
.f2f-hub h3,
.f2f-hub h4 {
  color: var(--ink);
  font-family: Montserrat, "Open Sans", sans-serif;
  text-wrap: balance;
}

.f2f-hub p {
  line-height: 1.65;
}

.f2f-hub .arrow-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.f2f-hub .section {
  padding-block: 68px;
}

.f2f-hub .section-soft {
  background: #f5f8fa;
}

.f2f-hub .section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.f2f-hub .section-heading h2 {
  margin-bottom: 13px;
  font-size: clamp(28px, 8.2vw, 44px);
  letter-spacing: -0.045em;
  line-height: 1.07;
}

.f2f-hub .section-heading > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--body);
  font-size: 15px;
}

.f2f-hub .compact-heading {
  max-width: 720px;
}

.f2f-hub .hub-nav {
  position: sticky;
  z-index: 35;
  top: var(--f2f-site-header-offset);
  min-height: var(--f2f-resource-nav-height);
  border-bottom: 1px solid var(--line);
  background: rgba(248, 251, 253, 0.96);
  backdrop-filter: blur(14px);
}

.f2f-hub .hub-nav-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  padding-block: 7px;
}

.f2f-hub .hub-nav a {
  display: grid;
  min-width: 0;
  min-height: 44px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 4px;
  color: var(--body);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.f2f-hub .hub-nav a:hover,
.f2f-hub .hub-nav a.is-active {
  border-color: rgba(24, 64, 152, 0.18);
  background: #fff;
  color: var(--brand);
  box-shadow: 0 5px 15px rgba(24, 64, 152, 0.08);
}

.f2f-hub .nav-desktop-label {
  display: none;
}

/* Hero */
.f2f-hub .hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(24, 64, 152, 0.1);
  background:
    radial-gradient(circle at 88% 16%, rgba(93, 157, 211, 0.18) 0 7%, transparent 7.2%),
    radial-gradient(circle at 95% 4%, rgba(255, 255, 255, 0.78) 0 13%, transparent 13.2%),
    linear-gradient(145deg, #eaf5fc 0%, #f7fbfd 62%, #eef4f5 100%);
  padding-block: 52px 44px;
}

.f2f-hub .hero::after {
  position: absolute;
  right: -45px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(24, 64, 152, 0.12);
  border-radius: 50%;
  content: "";
}

.f2f-hub .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
}

.f2f-hub .hero-copy h1 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(38px, 10.5vw, 68px);
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.f2f-hub .hero-copy h1 span {
  color: var(--brand);
}

.f2f-hub .hero-lead {
  max-width: 700px;
  margin-bottom: 24px;
  color: #2f526f;
  font-size: 16px;
  line-height: 1.62;
}

.f2f-hub .global-search {
  display: grid;
  max-width: 720px;
  gap: 8px;
}

.f2f-hub .global-search > label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.f2f-hub .global-search > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid rgba(24, 64, 152, 0.22);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(30, 76, 129, 0.1);
  padding: 7px 7px 7px 15px;
}

.f2f-hub .global-search svg,
.f2f-hub .library-search svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--brand);
  stroke-linecap: round;
  stroke-width: 2;
}

.f2f-hub .global-search input,
.f2f-hub .library-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}

.f2f-hub .global-search input::placeholder,
.f2f-hub .library-search input::placeholder {
  color: #8191a1;
}

.f2f-hub .global-search button {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.f2f-hub .global-search button:hover {
  background: var(--brand-deep);
}

.f2f-hub .hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(24, 64, 152, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
}

.f2f-hub .hero-proof span {
  display: grid;
  align-content: center;
  min-height: 58px;
  border-right: 1px solid rgba(24, 64, 152, 0.11);
  padding: 8px 7px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.f2f-hub .hero-proof span:last-child {
  border-right: 0;
}

.f2f-hub .hero-proof strong {
  color: var(--ink);
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 17px;
}

.f2f-hub .hero-review-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 15px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
}

.f2f-hub .hero-review-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.f2f-hub .hero-process {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(24, 64, 152, 0.16);
  padding-top: 20px;
}

.f2f-hub .hero-process-title {
  color: var(--ink);
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.f2f-hub .hero-process ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.f2f-hub .hero-process li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
}

.f2f-hub .hero-process li > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.f2f-hub .hero-process p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

/* Intent routes */
.f2f-hub .quick-start {
  background: #fff;
}

.f2f-hub .quick-route-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.f2f-hub .quick-route-list button {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  min-height: 82px;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 13px 5px;
  text-align: left;
  cursor: pointer;
}

.f2f-hub .quick-route-list button:hover {
  background: #f7fafc;
}

.f2f-hub .quick-route-number {
  color: #7e91a3;
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.f2f-hub .quick-route-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #eaf4fd;
  color: var(--brand);
}

.f2f-hub .quick-route-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.f2f-hub .quick-route-copy {
  display: grid;
  gap: 4px;
}

.f2f-hub .quick-route-copy strong {
  color: var(--ink);
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.f2f-hub .quick-route-copy small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.f2f-hub .quick-route-list button > .arrow-icon {
  color: var(--brand);
}

/* Accent system */
.f2f-hub [data-accent="sky"] {
  --accent: #276ab2;
  --accent-soft: #eaf4fd;
  --accent-line: #bdd9ee;
}

.f2f-hub [data-accent="sage"] {
  --accent: #2f7664;
  --accent-soft: #e9f3ec;
  --accent-line: #bfd9ca;
}

.f2f-hub [data-accent="lilac"] {
  --accent: #705a92;
  --accent-soft: #f0ecf8;
  --accent-line: #d5c9e7;
}

.f2f-hub [data-accent="sand"] {
  --accent: #8a6638;
  --accent-soft: #f6f0e6;
  --accent-line: #e1ceb1;
}

.f2f-hub [data-accent="peach"] {
  --accent: #9a6148;
  --accent-soft: #f8ece5;
  --accent-line: #e6c8b9;
}

.f2f-hub [data-accent="rose"] {
  --accent: #92566b;
  --accent-soft: #f7ecef;
  --accent-line: #e3c5ce;
}

/* Guided paths */
.f2f-hub .journeys {
  position: relative;
}

.f2f-hub .journey-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.f2f-hub .journey-picker button {
  display: grid;
  min-width: 0;
  min-height: 132px;
  align-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  padding: 14px;
  text-align: left;
  cursor: pointer;
}

.f2f-hub .journey-picker button:hover {
  border-color: var(--accent-line);
  background: var(--accent-soft);
}

.f2f-hub .journey-picker button.is-active {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px var(--accent);
}

.f2f-hub .journey-picker-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
}

.f2f-hub .journey-picker-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.f2f-hub .journey-picker-copy {
  display: grid;
  gap: 4px;
}

.f2f-hub .journey-picker-copy small,
.f2f-hub .journey-picker-copy em {
  color: var(--accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f2f-hub .journey-picker-copy strong {
  color: var(--ink);
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.25;
}

.f2f-hub .journey-picker-copy em {
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
}

.f2f-hub .tool-workspace {
  position: relative;
}

.f2f-hub .journey-panel {
  border: 1px solid var(--accent-line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 20px 16px;
}

.f2f-hub .journey-panel[hidden] {
  display: none;
}

.f2f-hub .journey-panel-head {
  display: grid;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.f2f-hub .journey-panel-head h3 {
  margin-bottom: 11px;
  font-size: clamp(25px, 7vw, 38px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.f2f-hub .journey-panel-head p:last-child {
  margin-bottom: 0;
  font-size: 14px;
}

.f2f-hub .journey-prompt {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border-left: 3px solid var(--accent);
  border-radius: 0 14px 14px 0;
  background: var(--accent-soft);
  padding: 13px;
  color: var(--body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.f2f-hub .journey-prompt svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.f2f-hub .featured-tool-wrap {
  margin-top: 22px;
}

.f2f-hub .tool-group-label {
  display: block;
  margin: 15px 0 7px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.f2f-hub .tool-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  min-height: 104px;
  border-top: 1px solid var(--line);
  padding: 16px 2px;
}

.f2f-hub .tool-card:hover .tool-copy strong,
.f2f-hub .tool-card:hover .tool-copy h4 {
  color: var(--accent);
}

.f2f-hub .tool-card-featured {
  min-height: 0;
  border: 1px solid var(--accent-line);
  border-radius: 21px;
  background: var(--accent-soft);
  padding: 19px 15px;
}

.f2f-hub .tool-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid var(--accent-line);
  border-radius: 13px;
  background: var(--accent-soft);
  color: var(--accent);
}

.f2f-hub .tool-card-featured .tool-icon {
  width: 54px;
  height: 54px;
  border-color: transparent;
  background: #fff;
}

.f2f-hub .tool-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.f2f-hub .tool-card-featured .tool-icon svg {
  width: 32px;
  height: 32px;
}

.f2f-hub .tool-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.f2f-hub .tool-copy small {
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.f2f-hub .tool-copy strong,
.f2f-hub .tool-copy h4 {
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.25;
}

.f2f-hub .tool-copy h4 {
  font-size: 20px;
  letter-spacing: -0.03em;
}

.f2f-hub .tool-copy > span {
  color: var(--body);
  font-size: 12px;
  line-height: 1.5;
}

.f2f-hub .tool-copy em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.45;
}

.f2f-hub .tool-arrow {
  align-self: center;
  color: var(--accent);
}

.f2f-hub .supporting-tools {
  margin-top: 8px;
}

.f2f-hub .remaining-tools {
  border-top: 1px solid var(--line);
}

.f2f-hub .remaining-tools summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.f2f-hub .remaining-tools summary::-webkit-details-marker {
  display: none;
}

.f2f-hub .remaining-tools summary span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  font-size: 18px;
  transition: transform 180ms ease;
}

.f2f-hub .remaining-tools[open] summary span {
  transform: rotate(45deg);
}

.f2f-hub .journey-resources {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.f2f-hub .related-guides {
  display: grid;
}

.f2f-hub .related-guides-label,
.f2f-hub .journey-care-note > span {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.f2f-hub .related-guides a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  padding-block: 9px;
  font-size: 12px;
  font-weight: 700;
}

.f2f-hub .related-guides a:hover {
  color: var(--accent);
}

.f2f-hub .related-guides-all {
  color: var(--accent) !important;
}

.f2f-hub .journey-care-note {
  border-radius: 16px;
  background: #f7fafc;
  padding: 15px;
}

.f2f-hub .journey-care-note p {
  margin: 0;
  color: var(--body);
  font-size: 11px;
  line-height: 1.55;
}

.f2f-hub .choose-another-path {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  border: 0;
  background: transparent;
  color: var(--accent);
  padding: 0;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

/* Curated editorial guides */
.f2f-hub .editorial {
  background: #fff;
}

.f2f-hub .editorial-grid {
  display: grid;
  gap: 18px;
}

.f2f-hub .feature-guide {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.f2f-hub .feature-guide-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mist);
}

.f2f-hub .feature-guide-image img,
.f2f-hub .supporting-guide-image img,
.f2f-hub .article-image img,
.f2f-hub .test-format-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f2f-hub .feature-guide-image > span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand);
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 900;
}

.f2f-hub .feature-guide-copy {
  padding: 21px 18px 23px;
}

.f2f-hub .feature-guide-copy small,
.f2f-hub .supporting-guides small {
  color: var(--brand);
  font-size: 10px;
  font-weight: 800;
}

.f2f-hub .feature-guide-copy h3 {
  margin: 8px 0 10px;
  font-size: 24px;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.f2f-hub .feature-guide-copy p {
  margin-bottom: 16px;
  font-size: 13px;
}

.f2f-hub .feature-guide-copy strong,
.f2f-hub .supporting-guides a > .arrow-icon {
  color: var(--brand);
}

.f2f-hub .feature-guide-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
}

.f2f-hub .supporting-guides {
  display: grid;
  border-top: 1px solid var(--line);
}

.f2f-hub .supporting-guides > a {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 122px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.f2f-hub .supporting-guides > a:hover strong {
  color: var(--brand);
}

.f2f-hub .supporting-guide-image {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--mist);
}

.f2f-hub .supporting-guides > a > span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.f2f-hub .supporting-guides strong {
  color: var(--ink);
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.f2f-hub .supporting-guides p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* PDFs */
.f2f-hub .downloads {
  overflow: hidden;
  background: linear-gradient(135deg, #f3eef7 0%, #f7f3ec 100%);
}

.f2f-hub .section-heading-row {
  display: grid;
  max-width: none;
}

.f2f-hub .swipe-cue {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
}

.f2f-hub .download-rail {
  display: flex;
  width: calc(100% + 18px);
  gap: 12px;
  overflow-x: auto;
  padding: 4px 18px 18px 1px;
  scroll-padding-inline: 1px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.f2f-hub .download-card {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  min-width: min(84vw, 335px);
  overflow: hidden;
  border: 1px solid rgba(88, 67, 124, 0.17);
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  scroll-snap-align: start;
}

.f2f-hub .download-card:hover h3 {
  color: var(--brand);
}

.f2f-hub .download-image {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  background: #e9e2ee;
}

.f2f-hub .download-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.f2f-hub .download-image > span {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 900;
}

.f2f-hub .download-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px 14px;
}

.f2f-hub .download-copy > small {
  color: #79558d;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.f2f-hub .download-copy h3 {
  margin: 6px 0 8px;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.f2f-hub .download-copy p {
  display: -webkit-box;
  margin-bottom: 11px;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.f2f-hub .download-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}

.f2f-hub .download-meta span {
  border-radius: 999px;
  background: #f4f1f7;
  color: #695379;
  padding: 5px 7px;
  font-size: 8px;
  font-weight: 800;
}

.f2f-hub .download-copy > strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--brand);
  font-size: 11px;
}

.f2f-hub .download-copy > strong .arrow-icon {
  width: 17px;
  height: 17px;
}

/* Product formats */
.f2f-hub .test-formats {
  background: linear-gradient(180deg, #f7faf7 0%, #f5f2eb 100%);
}

.f2f-hub .test-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.f2f-hub .test-format-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(61, 103, 76, 0.17);
  border-radius: 18px;
  background: #fff;
}

.f2f-hub .test-format-card:hover h3 {
  color: var(--brand);
}

.f2f-hub .test-format-card > img {
  aspect-ratio: 1 / 0.76;
  background: #edf2ed;
}

.f2f-hub .test-format-card > span {
  display: grid;
  align-content: start;
  padding: 14px 12px 16px;
}

.f2f-hub .test-format-card small {
  color: #527561;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.f2f-hub .test-format-card h3 {
  margin: 5px 0 7px;
  font-size: 14px;
  line-height: 1.2;
}

.f2f-hub .test-format-card p {
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.f2f-hub .test-format-card strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--brand);
  font-size: 10px;
}

.f2f-hub .test-format-card strong .arrow-icon {
  width: 15px;
  height: 15px;
}

/* Article library */
.f2f-hub .library {
  background: #f5f7f8;
}

.f2f-hub .library-heading {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}

.f2f-hub .library-heading .section-heading {
  margin: 0;
}

.f2f-hub .library-count {
  display: flex;
  width: fit-content;
  align-items: baseline;
  gap: 8px;
  border-bottom: 2px solid var(--brand);
  padding-bottom: 6px;
}

.f2f-hub .library-count strong {
  color: var(--brand);
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 28px;
}

.f2f-hub .library-count span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.f2f-hub .library-controls {
  display: grid;
  gap: 12px;
}

.f2f-hub .library-search,
.f2f-hub .sort-control {
  display: grid;
  gap: 7px;
}

.f2f-hub .library-search > span,
.f2f-hub .sort-control > span {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.f2f-hub .library-search > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #fff;
  padding: 7px 9px 7px 13px;
}

.f2f-hub .library-search button {
  min-height: 38px;
  border: 0;
  border-radius: 10px;
  background: #edf3f8;
  color: var(--brand);
  padding-inline: 10px;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.f2f-hub .sort-control select {
  min-height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 0 13px;
  font-size: 13px;
  font-weight: 700;
}

.f2f-hub .topic-filters {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  margin-top: 16px;
  padding: 2px 1px 10px;
  scrollbar-width: thin;
}

.f2f-hub .topic-filters button {
  min-height: 40px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--body);
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.f2f-hub .topic-filters button:hover,
.f2f-hub .topic-filters button.is-active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.f2f-hub .library-status {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  margin: 5px 0 18px;
  padding-bottom: 9px;
}

.f2f-hub .library-status p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.f2f-hub .library-status button {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: var(--brand);
  padding: 0;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.f2f-hub .article-grid {
  display: grid;
  gap: 14px;
}

.f2f-hub .article-card {
  min-width: 0;
}

.f2f-hub .article-card > a {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
}

.f2f-hub .article-card:hover h3 {
  color: var(--brand);
}

.f2f-hub .article-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9eef2;
}

.f2f-hub .article-card-copy {
  display: grid;
  padding: 17px 15px 18px;
}

.f2f-hub .article-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px 10px;
  margin-bottom: 8px;
}

.f2f-hub .article-card-meta span {
  border-radius: 999px;
  background: #edf3f8;
  color: var(--brand);
  padding: 5px 8px;
  font-size: 8px;
  font-weight: 900;
}

.f2f-hub .article-card-meta small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.f2f-hub .article-card h3 {
  margin-bottom: 9px;
  font-size: 19px;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.f2f-hub .article-card p {
  display: -webkit-box;
  margin-bottom: 14px;
  overflow: hidden;
  color: var(--body);
  font-size: 12px;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.f2f-hub .article-card strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: 10px;
}

.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) > a {
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 124px;
}

.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) .article-image {
  height: 100%;
  min-height: 124px;
  aspect-ratio: auto;
}

.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) .article-card-copy {
  align-content: center;
  padding: 13px 12px;
}

.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) h3 {
  display: -webkit-box;
  margin-bottom: 6px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) p {
  font-size: 10px;
  line-height: 1.4;
}

.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) .article-card-meta small,
.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) strong {
  display: none;
}

.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) .article-card-meta {
  margin-bottom: 5px;
}

.f2f-hub .library-empty {
  display: grid;
  justify-items: center;
  border: 1px dashed var(--line-strong);
  border-radius: 20px;
  background: #fff;
  padding: 35px 18px;
  text-align: center;
}

.f2f-hub .library-empty > svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--brand);
  stroke-width: 2;
}

.f2f-hub .library-empty h3 {
  margin: 12px 0 7px;
}

.f2f-hub .library-empty p {
  max-width: 520px;
  font-size: 13px;
}

.f2f-hub .library-empty button {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  padding: 10px 16px;
  font-weight: 900;
}

.f2f-hub .load-more-row {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 24px;
}

.f2f-hub .load-more-row > button {
  display: grid;
  min-width: min(100%, 320px);
  min-height: 54px;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: var(--brand);
  color: #fff;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.f2f-hub .load-more-row > button:hover {
  background: var(--brand-deep);
}

.f2f-hub .load-more-row > button span {
  font-size: 9px;
  font-weight: 700;
  opacity: 0.82;
}

.f2f-hub .load-more-row > a {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Care */
.f2f-hub .care {
  background:
    radial-gradient(circle at 90% 8%, rgba(66, 126, 208, 0.26), transparent 30%),
    linear-gradient(135deg, #102b4c 0%, #18498c 100%);
  color: #dce9f7;
}

.f2f-hub .care-grid {
  display: grid;
  gap: 25px;
}

.f2f-hub .care .eyebrow {
  color: #a9d5ff;
}

.f2f-hub .care h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(31px, 9vw, 52px);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.f2f-hub .care-copy > p {
  font-size: 14px;
}

.f2f-hub .urgent-note {
  margin-top: 22px;
  border-left: 4px solid #ffb2a9;
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
}

.f2f-hub .urgent-note strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}

.f2f-hub .urgent-note p {
  margin-bottom: 7px;
  color: #f6e8e7;
  font-size: 12px;
}

.f2f-hub .urgent-note small {
  color: #ffdcd8;
  font-size: 10px;
  font-weight: 800;
}

.f2f-hub .care-card {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.16);
  padding: 23px 19px;
  color: var(--body);
}

.f2f-hub .care-card-kicker {
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.f2f-hub .care-card h3 {
  margin: 8px 0 15px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.f2f-hub .care-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 19px;
  padding: 0;
  list-style: none;
}

.f2f-hub .care-card li {
  position: relative;
  padding-left: 23px;
  font-size: 12px;
  line-height: 1.45;
}

.f2f-hub .care-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #158259;
  content: "✓";
  font-weight: 900;
}

.f2f-hub .care-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
}

/* FAQ */
.f2f-hub .faq {
  background: #fff;
}

.f2f-hub .faq-groups {
  display: grid;
  gap: 28px;
}

.f2f-hub .faq-group h3 {
  margin-bottom: 10px;
  border-left: 3px solid var(--brand);
  padding-left: 11px;
  font-size: 17px;
  line-height: 1.25;
}

.f2f-hub .faq-list {
  border-top: 1px solid var(--line);
}

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

.f2f-hub .faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding-block: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.f2f-hub .faq-list summary::-webkit-details-marker {
  display: none;
}

.f2f-hub .faq-list summary span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #edf3f8;
  color: var(--brand);
  font-size: 18px;
  transition: transform 180ms ease;
}

.f2f-hub .faq-list details[open] summary span {
  transform: rotate(45deg);
}

.f2f-hub .faq-answer {
  padding: 0 38px 16px 0;
}

.f2f-hub .faq-answer p {
  margin-bottom: 8px;
  color: var(--body);
  font-size: 11px;
  line-height: 1.58;
}

.f2f-hub .faq-answer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  color: var(--brand);
  font-size: 10px;
  font-weight: 900;
}

.f2f-hub .faq-answer .arrow-icon {
  width: 16px;
  height: 16px;
}

/* Closing CTA */
.f2f-hub .final-cta {
  background: #f1f7fc;
}

.f2f-hub .final-cta-panel {
  display: grid;
  gap: 22px;
  overflow: hidden;
  border: 1px solid rgba(24, 64, 152, 0.14);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #dceffd, #edf8f6);
  padding: 27px 20px;
}

.f2f-hub .final-cta-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(27px, 8vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.f2f-hub .final-cta-panel p:last-child {
  margin: 0;
  font-size: 13px;
}

.f2f-hub .final-actions {
  display: grid;
  gap: 9px;
}

.f2f-hub .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.f2f-hub .button-light {
  background: var(--brand);
  color: #fff;
}

.f2f-hub .button-light:hover {
  background: var(--brand-deep);
}

.f2f-hub .button-outline {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.7);
  color: var(--brand);
}

.f2f-hub .button-text {
  justify-content: flex-start;
  min-height: 42px;
  color: var(--brand);
  padding-inline: 2px;
}

/* Reviewer: mandatory last body section */
.f2f-hub .medical-review {
  border-top: 1px solid #e1d4c1;
  background: #f7f1e7;
}

.f2f-hub .reviewer-layout {
  display: grid;
  gap: 28px;
}

.f2f-hub .reviewer-identity {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
}

.f2f-hub .reviewer-identity > img {
  width: 112px;
  height: 112px;
  border: 4px solid #fff;
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
  object-fit: cover;
}

.f2f-hub .reviewer-identity h2 {
  margin-bottom: 4px;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.f2f-hub .reviewer-identity p {
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.45;
}

.f2f-hub .reviewer-role {
  color: #775c36;
  font-weight: 900;
}

.f2f-hub .reviewer-identity small {
  display: block;
  color: var(--muted);
  font-size: 9px;
}

.f2f-hub .reviewer-identity a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  color: var(--brand);
  font-size: 10px;
  font-weight: 900;
}

.f2f-hub .reviewer-identity a .arrow-icon {
  width: 16px;
  height: 16px;
}

.f2f-hub .review-method {
  border-top: 1px solid #dfd0bb;
  padding-top: 23px;
}

.f2f-hub .review-method-head {
  display: grid;
  gap: 10px;
}

.f2f-hub .review-method-head h3 {
  margin-bottom: 0;
  font-size: 21px;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.f2f-hub .review-method-head > span {
  width: fit-content;
  border-radius: 999px;
  background: #fff;
  color: #775c36;
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 900;
}

.f2f-hub .review-checks {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.f2f-hub .review-checks span {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.f2f-hub .review-checks span::before {
  position: absolute;
  left: 0;
  color: #7e6138;
  content: "✓";
  font-weight: 900;
}

.f2f-hub .review-method > p {
  margin-bottom: 16px;
  font-size: 11px;
}

.f2f-hub .review-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.f2f-hub .review-policy-links a {
  min-height: 38px;
  border: 1px solid #ddcdb6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  padding: 10px 12px;
  font-size: 9px;
  font-weight: 900;
}

.f2f-hub .review-policy-links a:hover {
  border-color: var(--brand);
  color: var(--brand);
}



/* Australian references: collapsed within the final reviewer section */
.f2f-hub .references-disclosure {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #ddcdb6;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
}

.f2f-hub .references-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 56px;
  padding: 15px 16px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.f2f-hub .references-disclosure summary::-webkit-details-marker {
  display: none;
}

.f2f-hub .references-disclosure summary::after {
  flex: 0 0 auto;
  color: #775c36;
  content: "+";
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.f2f-hub .references-disclosure[open] summary::after {
  content: "−";
}

.f2f-hub .references-summary-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.f2f-hub .references-summary-copy strong {
  font-size: 12px;
  line-height: 1.35;
}

.f2f-hub .references-summary-copy small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.f2f-hub .reference-count {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #efe4d3;
  color: #6f5432;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.f2f-hub .references-content {
  border-top: 1px solid #e2d5c2;
  padding: 17px 16px 19px;
}

.f2f-hub .references-content > p {
  max-width: 850px;
  margin: 0 0 18px;
  color: var(--body);
  font-size: 11px;
  line-height: 1.55;
}

.f2f-hub .reference-groups {
  display: grid;
  gap: 20px;
}

.f2f-hub .reference-group h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.35;
}

.f2f-hub .reference-list {
  display: grid;
  margin: 0;
  padding-left: 22px;
  gap: 8px;
}

.f2f-hub .reference-list li {
  color: #876f4d;
  padding-left: 2px;
  font-size: 10px;
  line-height: 1.45;
}

.f2f-hub .reference-list a {
  color: var(--brand-deep);
  text-decoration: underline;
  text-decoration-color: rgba(24, 64, 152, 0.28);
  text-underline-offset: 3px;
}

.f2f-hub .reference-list a:hover {
  color: var(--brand);
  text-decoration-color: currentColor;
}

@media (min-width: 820px) {
  .f2f-hub .reference-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 420px) {
  .f2f-hub .references-disclosure summary {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .f2f-hub .reference-count {
    order: 3;
  }
}

/* Tablet */
@media (min-width: 700px) {
  .f2f-hub .shell {
    padding-inline: 28px;
  }

  .f2f-hub .section {
    padding-block: 82px;
  }

  .f2f-hub .hero {
    padding-block: 70px 60px;
  }

  .f2f-hub .hero-proof span {
    font-size: 11px;
  }

  .f2f-hub .hero-proof strong {
    font-size: 20px;
  }

  .f2f-hub .quick-route-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .f2f-hub .journey-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .f2f-hub .journey-panel {
    padding: 28px;
  }

  .f2f-hub .journey-panel-head {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    align-items: end;
  }

  .f2f-hub .supporting-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .f2f-hub .remaining-tools {
    grid-column: 1 / -1;
  }

  .f2f-hub .remaining-tool-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .f2f-hub .journey-resources {
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
  }

  .f2f-hub .editorial-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: stretch;
  }

  .f2f-hub .feature-guide {
    grid-template-rows: minmax(260px, 1fr) auto;
  }

  .f2f-hub .feature-guide-image {
    aspect-ratio: auto;
  }

  .f2f-hub .supporting-guides {
    border-top: 0;
  }

  .f2f-hub .supporting-guides > a:first-child {
    border-top: 1px solid var(--line);
  }

  .f2f-hub .section-heading-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 20px;
  }

  .f2f-hub .swipe-cue {
    display: none;
  }

  .f2f-hub .download-rail {
    display: grid;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
  }

  .f2f-hub .download-card {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .f2f-hub .download-image {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .f2f-hub .download-copy {
    min-height: 250px;
  }

  .f2f-hub .test-format-grid {
    gap: 14px;
  }

  .f2f-hub .test-format-card {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .f2f-hub .test-format-card > img {
    height: 100%;
    aspect-ratio: auto;
  }

  .f2f-hub .library-heading {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .f2f-hub .library-controls {
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: end;
  }

  .f2f-hub .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) > a {
    grid-template-columns: 1fr;
  }

  .f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) .article-image {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) .article-card-copy {
    padding: 17px 15px 18px;
  }

  .f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) h3 {
    display: block;
    margin-bottom: 9px;
    font-size: 19px;
  }

  .f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) p {
    font-size: 12px;
  }

  .f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) .article-card-meta small,
  .f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) strong {
    display: inline-flex;
  }

  .f2f-hub .care-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    align-items: center;
  }

  .f2f-hub .final-cta-panel {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    align-items: center;
    padding: 36px;
  }

  .f2f-hub .reviewer-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
  }

  .f2f-hub .review-method {
    border-top: 0;
    border-left: 1px solid #dfd0bb;
    padding-top: 0;
    padding-left: 28px;
  }

}

/* Desktop */
@media (min-width: 1024px) {
  .f2f-hub {
    --f2f-resource-nav-height: 64px;
  }

  .f2f-hub .hub-nav-inner {
    max-width: 820px;
    gap: 8px;
    padding-block: 8px;
  }

  .f2f-hub .hub-nav a {
    min-height: 46px;
    font-size: 12px;
  }

  .f2f-hub .nav-mobile-label {
    display: none;
  }

  .f2f-hub .nav-desktop-label {
    display: inline;
  }

  .f2f-hub .hero-inner {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.45fr);
    align-items: end;
    gap: 54px;
  }

  .f2f-hub .hero-process {
    border-top: 0;
    border-left: 1px solid rgba(24, 64, 152, 0.16);
    padding: 10px 0 10px 28px;
  }

  .f2f-hub .quick-route-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
  }

  .f2f-hub .quick-route-list button {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 174px;
    align-content: start;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    padding: 19px 14px;
  }

  .f2f-hub .quick-route-list button:last-child {
    border-right: 0;
  }

  .f2f-hub .quick-route-number {
    grid-column: 1;
  }

  .f2f-hub .quick-route-icon {
    grid-column: 1 / -1;
    margin-top: 4px;
  }

  .f2f-hub .quick-route-copy {
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  .f2f-hub .quick-route-list button > .arrow-icon {
    position: absolute;
    opacity: 0;
  }

  .f2f-hub .journey-picker {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 9px;
  }

  .f2f-hub .journey-picker button {
    min-height: 155px;
  }

  .f2f-hub .journey-panel {
    padding: 34px;
  }

  .f2f-hub .tool-card-featured {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 24px;
  }

  .f2f-hub .tool-card-featured .tool-copy h4 {
    font-size: 25px;
  }

  .f2f-hub .remaining-tools > summary {
    display: none;
  }

  .f2f-hub .remaining-tools:not([open]) > .remaining-tool-list {
    display: grid !important;
  }

  .f2f-hub .download-rail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .f2f-hub .download-copy {
    min-height: 278px;
  }

  .f2f-hub .test-format-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .f2f-hub .test-format-card {
    grid-template-columns: 1fr;
  }

  .f2f-hub .test-format-card > img {
    aspect-ratio: 1 / 0.74;
  }

  .f2f-hub .article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .f2f-hub .article-card > a,
  .f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) > a {
    height: 100%;
    grid-template-rows: auto 1fr;
  }

  .f2f-hub .article-card-copy {
    align-content: start;
  }

  .f2f-hub .article-card strong {
    margin-top: auto;
  }

  .f2f-hub .faq-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 24px;
  }

  .f2f-hub .review-method-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }
}

@media (min-width: 1280px) {
  .f2f-hub .shell {
    padding-inline: 0;
  }

  .f2f-hub .hero-copy h1 {
    font-size: 70px;
  }

  .f2f-hub .section-heading h2 {
    font-size: 45px;
  }
}

@media (max-width: 374px) {
  .f2f-hub .shell {
    padding-inline: 14px;
  }

  .f2f-hub .hub-nav-inner {
    gap: 3px;
    padding-inline: 10px;
  }

  .f2f-hub .hub-nav a {
    font-size: 10px;
    padding-inline: 2px;
  }

  .f2f-hub .hero-copy h1 {
    font-size: 36px;
  }

  .f2f-hub .hero-proof span {
    padding-inline: 3px;
    font-size: 8px;
  }

  .f2f-hub .quick-route-list button {
    gap: 9px;
  }

  .f2f-hub .journey-picker button {
    min-height: 126px;
    padding: 12px;
  }

  .f2f-hub .journey-picker-copy strong {
    font-size: 12px;
  }
}


/* =========================================================
   FINAL MOBILE VISUAL PASS — APPROVED HUB, NO ARCHITECTURE CHANGE
   Addresses readability, hero compression, horizontal overflow
   cues, 360px test-format density and neutral nav state above paths.
   ========================================================= */

.f2f-hub {
  --muted: #5b7287;
}

/* Keep small supporting text readable across the health-resource UI. */
.f2f-hub .hero-proof span,
.f2f-hub .journey-picker-copy small,
.f2f-hub .journey-picker-copy em,
.f2f-hub .tool-group-label,
.f2f-hub .tool-copy small,
.f2f-hub .related-guides-label,
.f2f-hub .journey-care-note > span,
.f2f-hub .download-image > span,
.f2f-hub .download-copy > small,
.f2f-hub .test-format-card small,
.f2f-hub .article-card-meta span,
.f2f-hub .care-card-kicker,
.f2f-hub .reviewer-identity small,
.f2f-hub .review-method-head > span,
.f2f-hub .review-policy-links a {
  font-size: 10px;
}

.f2f-hub .tool-copy em,
.f2f-hub .supporting-guides p,
.f2f-hub .download-meta span,
.f2f-hub .test-format-card p,
.f2f-hub .library-search button,
.f2f-hub .topic-filters button,
.f2f-hub .library-status button,
.f2f-hub .article-card-meta small,
.f2f-hub .article-card strong,
.f2f-hub .article-card:not([data-result-index="1"]):not([data-result-index="2"]) p,
.f2f-hub .load-more-row > button span,
.f2f-hub .load-more-row > a,
.f2f-hub .urgent-note small,
.f2f-hub .faq-answer a,
.f2f-hub .reviewer-identity a {
  font-size: 11px;
}

.f2f-hub .journey-care-note p,
.f2f-hub .faq-answer p,
.f2f-hub .review-checks span,
.f2f-hub .review-method > p {
  font-size: 12px;
}

/* Deliberate edge cues for horizontally scrollable topic and PDF rails. */
.f2f-hub .topic-filters,
.f2f-hub .download-rail {
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.f2f-hub .topic-filters::-webkit-scrollbar,
.f2f-hub .download-rail::-webkit-scrollbar {
  display: none;
}

.f2f-hub .topic-filters {
  scroll-padding-inline: 16px;
  scroll-snap-type: x proximity;
}

.f2f-hub .topic-filters button {
  scroll-snap-align: start;
}

.f2f-hub .topic-filters.has-overflow.is-at-start:not(.is-at-end),
.f2f-hub .download-rail.has-overflow.is-at-start:not(.is-at-end) {
  -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 42px), transparent 100%);
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 42px), transparent 100%);
}

.f2f-hub .topic-filters.has-overflow:not(.is-at-start):not(.is-at-end),
.f2f-hub .download-rail.has-overflow:not(.is-at-start):not(.is-at-end) {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 calc(100% - 42px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 calc(100% - 42px), transparent 100%);
}

.f2f-hub .topic-filters.has-overflow.is-at-end:not(.is-at-start),
.f2f-hub .download-rail.has-overflow.is-at-end:not(.is-at-start) {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 100%);
}

@media (max-width: 699px) {
  /* Bring the first meaningful choices closer without removing hero content. */
  .f2f-hub .hero {
    padding-block: 42px 32px;
  }

  .f2f-hub .hero-inner {
    gap: 18px;
  }

  .f2f-hub .hero-copy h1 {
    margin-bottom: 14px;
    line-height: 0.98;
  }

  .f2f-hub .hero-lead {
    margin-bottom: 18px;
    line-height: 1.55;
  }

  .f2f-hub .global-search > div {
    min-height: 54px;
  }

  .f2f-hub .hero-proof {
    margin-top: 13px;
  }

  .f2f-hub .hero-proof span {
    min-height: 52px;
  }

  .f2f-hub .hero-review-link {
    margin-top: 12px;
  }

  .f2f-hub .hero-process {
    gap: 9px;
    padding-top: 16px;
  }

  .f2f-hub .hero-process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .f2f-hub .hero-process li {
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 6px;
    font-size: 11px;
    line-height: 1.25;
  }

  .f2f-hub .hero-process li > span {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .f2f-hub .hero-process p {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (min-width: 700px) and (max-width: 1023px) {
  .f2f-hub .hero {
    padding-block: 54px 44px;
  }

  .f2f-hub .hero-inner {
    gap: 22px;
  }

  .f2f-hub .hero-process {
    gap: 10px;
    padding-top: 18px;
  }

  .f2f-hub .hero-process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .f2f-hub .hero-process li {
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 7px;
    font-size: 12px;
    line-height: 1.3;
  }

  .f2f-hub .hero-process p {
    font-size: 12px;
  }
}

@media (max-width: 374px) {
  .f2f-hub .hub-nav a {
    font-size: 11px;
    letter-spacing: -0.01em;
  }

  .f2f-hub .hero-proof span {
    font-size: 10px;
  }

  /* Keep the useful 2×2 comparison while reducing card height at 360px. */
  .f2f-hub .test-format-grid {
    gap: 8px;
  }

  .f2f-hub .test-format-card > img {
    aspect-ratio: 1 / 0.64;
  }

  .f2f-hub .test-format-card > span {
    padding: 12px 10px 13px;
  }

  .f2f-hub .test-format-card h3 {
    margin: 5px 0 6px;
    font-size: 13px;
    line-height: 1.18;
  }

  .f2f-hub .test-format-card p {
    display: -webkit-box;
    margin-bottom: 9px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .f2f-hub .test-format-card strong {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .f2f-hub {
    scroll-behavior: auto;
  }

  .f2f-hub *,
  .f2f-hub *::before,
  .f2f-hub *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .f2f-hub .hub-nav {
    display: none !important;
  }

  .f2f-hub .section {
    padding-block: 28px;
  }

  .f2f-hub .remaining-tools:not([open]) > .remaining-tool-list {
    display: block !important;
  }
}

.f2f-hub [hidden] { display: none !important; }
