/* MEDCARE 360 · V17 / PARTICIPARE ȘI ORIENTARE
   Navigare instituțională, home concentrat și experiență mobilă. */

:root {
  --utility-h: 32px;
  --nav-bar-h: 76px;
  --nav-h: 108px;
  --app-dock-h: 0px;
  --content-max: 1240px;
  --campus-paper: #f6f4f1;
  --campus-white: #fff;
  --campus-ink: #171315;
  --campus-muted: #675c60;
  --campus-line: rgba(64, 30, 36, .14);
}

body { color: var(--campus-ink); background: var(--campus-paper); }
.event-utility { min-height: var(--utility-h); background: #26070c; }
.event-utility-inner { width: min(var(--content-max), calc(100% - 64px)); min-height: var(--utility-h); font-size: .64rem; }
.event-utility-facts strong { color: #fff; letter-spacing: .14em; }

.nav-enhanced .navbar {
  top: var(--utility-h);
  left: 0;
  right: 0;
  width: 100%;
  height: var(--nav-bar-h);
  padding: 0 max(28px, calc((100vw - var(--content-max)) / 2));
  transform: none;
  border: 0;
  border-bottom: 1px solid var(--campus-line);
  border-radius: 0;
  background: rgba(255,255,255,.975);
  box-shadow: 0 10px 30px rgba(40,8,14,.055);
}

.nav-enhanced .navbar.scrolled { background: rgba(255,255,255,.99); box-shadow: 0 12px 34px rgba(40,8,14,.1); }
.nav-enhanced .logo { width: 44px; height: 44px; box-shadow: none; }
.nav-enhanced .brand-text strong { font-size: .88rem; letter-spacing: .055em; }
.nav-enhanced .brand-text span { margin-top: 2px; font-size: .56rem; letter-spacing: .13em; }
.nav-enhanced .nav-links { gap: 2px; }
.nav-enhanced .nav-links > a,
.nav-enhanced .nav-group > summary {
  min-height: 44px;
  padding: 9px 13px;
  border-radius: 5px;
  color: #4f4548;
  font-size: .73rem;
  font-weight: 600;
}
.nav-enhanced .nav-links > a:hover,
.nav-enhanced .nav-group > summary:hover,
.nav-enhanced .nav-group.active > summary,
.nav-enhanced .nav-home.active { color: var(--red-dark); background: #f6eded; }
.nav-enhanced .nav-dropdown { top: calc(100% + 11px); width: 300px; padding: 12px; border-radius: 10px; box-shadow: 0 24px 60px rgba(49,7,13,.16); }
.nav-enhanced .nav-dropdown a { min-height: 45px; border-radius: 6px; }
.nav-enhanced .nav-actions a { min-height: 42px; border-radius: 6px; }
.nav-enhanced .nav-register { box-shadow: none; }
.menu-scrim,
.mobile-app-dock { display: none; }

@media (max-width: 1320px) {
  .nav-enhanced .navbar { left: 12px; right: 12px; width: auto; padding: 0 22px; border: 1px solid var(--campus-line); border-top: 0; border-radius: 0 0 12px 12px; }
}

@media (max-width: 768px) {
  :root { --utility-h: 0px; --nav-bar-h: 66px; --nav-h: 78px; --app-dock-h: 76px; }
  html { font-size: 20px; }
  body { padding-bottom: calc(var(--app-dock-h) + env(safe-area-inset-bottom, 0px)); }
  body.menu-open { overflow: hidden; }
  .event-utility { display: none; }
  .nav-enhanced .navbar {
    z-index: 125;
    top: 8px;
    left: 8px;
    right: 8px;
    width: auto;
    height: 62px;
    padding: 0 12px;
    border: 1px solid rgba(80,34,42,.14);
    border-radius: 16px;
    box-shadow: 0 10px 32px rgba(42,8,14,.12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .nav-enhanced .logo { width: 39px; height: 39px; }
  .nav-enhanced .brand { gap: 9px; }
  .nav-enhanced .brand-text strong { font-size: .72rem; }
  .nav-enhanced .brand-text span { display: none; }
  .nav-enhanced .menu-toggle {
    min-height: 40px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red-dark);
    border: 1px solid #dfc9cc;
    border-radius: 10px;
    background: #fff;
    font-size: .65rem;
    font-weight: 700;
  }
  .nav-enhanced .menu-toggle::before { content: '☰'; font-size: .8rem; line-height: 1; }
  body.menu-open .nav-enhanced .menu-toggle::before { content: '×'; }
  .nav-enhanced .nav-links {
    position: fixed;
    inset: 80px 10px calc(var(--app-dock-h) + 10px);
    z-index: 122;
    max-height: none;
    padding: 15px;
    overflow-y: auto;
    border: 1px solid rgba(80,34,42,.15);
    border-radius: 22px;
    background: rgba(255,255,255,.99);
    box-shadow: 0 28px 80px rgba(35,5,11,.25);
  }
  .nav-enhanced .nav-links.open { display: flex; }
  .nav-enhanced .nav-links > a,
  .nav-enhanced .nav-group > summary { min-height: 49px; padding: 12px 14px; border-radius: 10px; font-size: .76rem; }
  .nav-enhanced .nav-dropdown { margin: 2px 7px 10px; border-left-color: #b55c68; }
  .nav-enhanced .nav-dropdown a { min-height: 44px; font-size: .72rem; }
  .nav-enhanced .nav-actions { position: sticky; bottom: -1px; padding-top: 9px; background: #fff; }
  .menu-scrim {
    position: fixed;
    inset: 0;
    z-index: 110;
    border: 0;
    background: rgba(25,5,9,.52);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  body.menu-open .menu-scrim { display: block; }
  .mobile-app-dock {
    position: fixed;
    z-index: 130;
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom, 8px));
    min-height: 66px;
    padding: 7px 7px 6px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(80,34,42,.15);
    border-radius: 20px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 14px 45px rgba(38,7,12,.2);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
  }
  .mobile-app-dock a {
    min-width: 0;
    min-height: 52px;
    padding: 6px 2px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #776a6d;
    border-radius: 13px;
    text-decoration: none;
    font-size: .54rem;
    font-weight: 650;
    line-height: 1;
  }
  .mobile-app-dock svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-app-dock a.active { color: #fff; background: var(--red-dark); }
  .back-top { bottom: calc(var(--app-dock-h) + 22px); }


}
/* Ierarhie sobră: titluri descriptive, conținut lizibil și delimitări discrete. */
html { font-size: 20px; }
body { background: #faf9f7; }
.nav-enhanced .site-header { padding-top: var(--nav-h); }
.btn { border-radius: 5px; box-shadow: none; }
.eyebrow::before, .badge-pill::before { display: none; }
.eyebrow { letter-spacing: .08em; }
.badge-pill { border: 0; border-radius: 0; padding: 0; background: none; }
.hero-compact { min-height: 0; padding: 0 28px; background: #651222; }
.hero-compact::before, .hero-compact::after { display: none; }
.hero-compact-inner { padding: 42px 0 46px; }
.hero-compact h1 { margin: 12px 0; font-family: var(--font-ui); font-size: clamp(1.75rem, 3.2vw, 2.8rem); font-weight: 700; line-height: 1.22; letter-spacing: -.025em; }
.hero-compact .lead { font-size: .85rem; line-height: 1.7; }
.editorial-page .section { padding-top: 42px; padding-bottom: 42px; }
.editorial-page .section h2, .editorial-page .card h2, .editorial-page .legal-section h2 {
  font-family: var(--font-ui); font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 700; line-height: 1.3; letter-spacing: -.025em;
}
.editorial-page .card, .editorial-page .legal-section { border-radius: 4px; box-shadow: none; }
.editorial-page .card.rich, .editorial-page .card.flat { padding: 0; border: 0; background: transparent; }
.editorial-page .section-heading { margin-bottom: 24px; gap: 30px; }
.editorial-page .section-heading > p { line-height: 1.7; }
.editorial-page .card p, .editorial-page .section p { text-align: left; }
.editorial-page .info-tile { padding: 22px 0; border: 0; border-top: 1px solid var(--campus-line); border-radius: 0; background: transparent; box-shadow: none; }
.editorial-page .info-tile:hover { transform: none; }
.editorial-page .info-tile::after { display: none; }
.editorial-page .compact-grid { gap: 28px; }
.editorial-page .grid.three.compact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.editorial-page ul.clean { display: block; padding-left: 1.1rem; list-style: disc; }
.editorial-page ul.clean li { display: list-item; margin-bottom: 10px; padding: 0 0 0 5px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.editorial-page ul.clean li::before { display: none; }
.editorial-page .discipline-list { gap: 0 26px; }
.editorial-page .discipline-list span { padding: 9px 0; border: 0; border-bottom: 1px solid var(--campus-line); border-radius: 0; background: transparent; color: #4c3d42; }
.editorial-page .status-notice { padding: 26px; gap: 26px; border: 0; border-left: 3px solid #a16d27; background: #f5f0e7; }
.editorial-page .status-chip { min-height: 0; padding: 0; border: 0; background: transparent; text-transform: none; letter-spacing: 0; }
.editorial-page .status-chip::before { display: none; }
.editorial-page .action-matrix { border-radius: 4px; box-shadow: none; }
.editorial-page .action-matrix > :is(a, article) { min-height: 140px; gap: 14px; }
.editorial-page .page-intro { padding-top: 22px; padding-bottom: 22px; }
.page-contents { border-bottom: 1px solid var(--campus-line); }
.page-contents > summary { width: fit-content; padding: 9px 0; cursor: pointer; color: #635157; font-size: .78rem; font-weight: 600; }
.page-index { display: flex; flex-wrap: wrap; gap: 3px 22px; padding: 8px 0 16px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.page-index a { min-height: 44px; padding: 9px 0; display: block; border: 0; font-size: .8rem; text-decoration: underline; text-underline-offset: 4px; }
.page-index a::after { display: none; }
.page-index a strong { font-size: inherit; }
.page-index a:hover { background: transparent; }

/* Prima pagină: identitate, dată și trei destinații. */
.conference-hero { position: relative; background: #651222; color: #fff; }
.conference-hero-inner { max-width: var(--content-max); margin: 0 auto; padding: 64px 28px; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 70px; align-items: center; }
.conference-edition { margin: 0 0 20px; color: #e7cbd0; font-size: .74rem; letter-spacing: .06em; }
.conference-intro h1 { margin: 0 0 18px; font-family: var(--font-ui); font-size: clamp(2.1rem, 4.8vw, 3.7rem); line-height: 1.12; letter-spacing: -.045em; font-weight: 700; }
.conference-theme { max-width: 22ch; margin: 0 0 22px; color: #fff; font-family: var(--font-display); font-size: clamp(1.8rem, 3.1vw, 2.7rem); line-height: 1.23; letter-spacing: -.025em; }
.conference-host { color: #e4c9cf; font-size: .77rem; line-height: 1.7; }
.conference-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 28px; }
.conference-actions .btn { min-height: 52px; padding: 14px 22px; gap: 24px; color: #651222; background: #fff; border: 1px solid #fff; font-size: .81rem; }
.conference-actions .btn:hover { background: #f4e7e9; transform: none; }
.conference-login { padding: 3px 0; color: #eedce0; font-size: .72rem; text-decoration: underline; text-underline-offset: 4px; }
.conference-date { padding: 26px 0 26px 32px; border-left: 1px solid #a05967; display: flex; flex-direction: column; }
.conference-month { color: #f2e0e3; font-size: .9rem; }
.conference-date > strong { display: block; margin: 10px 0; font-family: var(--font-display); font-size: 5.2rem; font-weight: 500; letter-spacing: -.055em; line-height: 1.15; }
.conference-location { font-size: .85rem; }
.conference-date > a { margin-top: 30px; padding-top: 18px; border-top: 1px solid #a05967; color: #fff; font-size: .77rem; display: flex; justify-content: space-between; gap: 16px; }
.conference-paths, .conference-about { max-width: var(--content-max); margin: 0 auto; padding: 56px 28px; }
.conference-paths { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; }
.conference-paths h2 { max-width: 13ch; margin: 0 0 16px; font-family: var(--font-ui); font-size: 1.75rem; font-weight: 700; line-height: 1.3; letter-spacing: -.025em; }
.conference-paths-heading p { max-width: 32ch; color: #66545b; font-size: .85rem; line-height: 1.7; }
.conference-path-list > a { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--campus-line); color: #241b1e; }
.conference-path-list > a:first-child { border-top: 1px solid var(--campus-line); }
.conference-path-list h3 { margin: 0 0 6px; font-size: 1.06rem; line-height: 1.4; }
.conference-path-list p { max-width: 60ch; margin: 0; color: #66545b; font-size: .82rem; line-height: 1.7; }
.conference-path-list > a > span { color: #7a2134; font-size: 1.2rem; }
.conference-path-list > a:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.conference-about { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; border-top: 1px solid var(--campus-line); }
.conference-about h2 { margin: 0; font-family: var(--font-display); font-size: 1.8rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.3; }
.conference-about p { color: #66545b; font-size: .85rem; line-height: 1.8; margin-bottom: 18px; }
.conference-about .text-link { font-size: .8rem; }

/* Ghiduri accesibile din tastatură și fără JavaScript. */
.authors-page .portal-section { gap: 14px; }
.authors-page .portal-section > .card + .card { margin-top: 0; }
.authors-page .portal-section > .card { padding: 30px; }
.authors-page .portal-section > .guide-section { padding: 0; }
.guide-section details, .page-contents, .footer-disclosure { padding: 0; }
.guide-section details, .footer-disclosure { border-bottom: 0; }
.authors-page .calendar-grid { gap: 24px; }
.authors-page .calendar-grid article { padding: 18px 0 0; border: 0; border-top: 1px solid var(--campus-line); border-radius: 0; background: transparent; }
.authors-page .calendar-grid h3 { margin: 10px 0; font-size: 1rem; }
.authors-page .calendar-grid p { font-size: .83rem; }
.guide-section summary { position: relative; padding: 23px 62px 23px 26px; cursor: pointer; list-style: none; }
.guide-section summary::-webkit-details-marker { display: none; }
.guide-section summary::after { content: '+'; position: absolute; right: 25px; top: 24px; color: var(--red-dark); font-size: 1.3rem; line-height: 1; }
.guide-section details[open] > summary::after { content: '−'; }
.authors-page .guide-section summary h2 { margin: 0 0 4px; font-size: 1.08rem; letter-spacing: -.01em; }
.guide-section summary > span { display: block; color: #68575e; font-size: .77rem; line-height: 1.5; }
.guide-content { padding: 0 26px 26px; }
.guide-content p { font-size: .85rem; line-height: 1.75; }
.guide-content .compact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.program-overview h2 { margin-bottom: 14px; }
.program-note { color: #68575e; font-size: .86rem; }
.program-days { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 32px; border-top: 1px solid var(--campus-line); border-bottom: 1px solid var(--campus-line); }
.program-days article { padding: 28px; border-right: 1px solid var(--campus-line); }
.program-days article:first-child { padding-left: 0; }
.program-days article:last-child { border: 0; }
.program-days span { color: #785860; font-size: .7rem; }
.program-days h3 { margin: 8px 0; font-size: 1.3rem; }
.program-days time { font-size: .88rem; }
.footer-enhanced .site-footer { padding-top: 42px; }
.footer-enhanced .footer-grid { grid-template-columns: minmax(230px, 1.2fr) repeat(3, minmax(160px, 1fr)); gap: 32px; }
.footer-disclosure > summary { cursor: pointer; padding: 8px 0; color: #fff; font-size: .78rem; font-weight: 600; }
.footer-disclosure a { display: block; }
.footer-enhanced .footer-col a { font-size: .7rem; padding: 7px 0; }
.footer-enhanced .footer-brand p, .footer-enhanced .footer-col a { color: #e0cbd0; }
.footer-bottom small, .footer-links-inline a { color: #cfb7be; }
.footer-bottom small strong { color: #e0cbd0 !important; }
.footer-bottom { margin-top: 30px; padding-top: 24px; }
.editorial-page .reveal { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .conference-hero-inner { gap: 40px; grid-template-columns: minmax(0, 1fr) 235px; }
  .conference-paths, .conference-about { gap: 35px; }
  .footer-enhanced .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-enhanced .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .conference-hero-inner { display: flex; flex-direction: column; align-items: stretch; gap: 28px; padding: 36px 22px 30px; }
  .conference-edition { max-width: 30ch; font-size: .75rem; margin-bottom: 18px; }
  .conference-intro h1 { font-size: clamp(1.85rem, 8.5vw, 2.75rem); white-space: nowrap; }
  .conference-theme { font-size: clamp(1.65rem, 7vw, 2.1rem); line-height: 1.3; }
  .conference-host { font-size: .78rem; }
  .conference-actions { margin-top: 22px; gap: 12px; }
  .conference-actions .btn { width: 100%; justify-content: space-between; font-size: .8rem; }
  .conference-login { min-height: 44px; display: inline-flex; align-items: center; font-size: .78rem; }
  .conference-date { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 4px 18px; padding: 22px 0 0; border-left: 0; border-top: 1px solid #a05967; }
  .conference-date > strong { grid-row: 1 / 3; grid-column: 1; margin: 0; font-size: 2.75rem; align-self: center; }
  .conference-month { grid-column: 2; align-self: end; font-size: .84rem; }
  .conference-location { grid-column: 2; font-size: .78rem; }
  .conference-date > a { grid-column: 1 / -1; margin-top: 14px; padding-top: 14px; min-height: 44px; font-size: .8rem; }
  .conference-paths, .conference-about { display: block; padding: 34px 22px; }
  .conference-paths h2 { max-width: none; font-size: 1.4rem; margin-bottom: 10px; }
  .conference-paths-heading p { max-width: none; margin-bottom: 24px; font-size: .84rem; }
  .conference-path-list > a { padding: 20px 0; gap: 20px; }
  .conference-path-list h3 { font-size: 1rem; }
  .conference-path-list p { font-size: .83rem; }
  .conference-about h2 { margin-bottom: 20px; font-size: 1.5rem; }
  .conference-about p { font-size: .85rem; }
  .hero-compact { padding: 0 22px; }
  .hero-compact-inner { padding: 30px 0; }
  .hero-compact h1 { font-size: clamp(1.55rem, 7vw, 2rem); }
  .hero-compact .lead { font-size: .84rem; }
  .editorial-page .section { padding: 28px 20px; }
  .editorial-page .section h2, .editorial-page .card h2, .editorial-page .legal-section h2 { font-size: 1.35rem; }
  .editorial-page .section-heading { gap: 12px; }
  .editorial-page .grid.three.compact-grid, .guide-content .compact-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .editorial-page .info-tile { padding: 18px 0; }
  .editorial-page .status-notice { grid-template-columns: minmax(0, 1fr); padding: 20px; gap: 14px; }
  .page-contents > summary { min-height: 44px; font-size: .85rem; }
  .page-index { display: block; padding-top: 0; }
  .page-index a { padding: 10px 0; font-size: .83rem; }
  .authors-page .portal-section > .card { padding: 22px; }
  .authors-page .portal-section > .guide-section { padding: 0; }
  .guide-section summary { padding: 20px 52px 20px 20px; }
  .authors-page .guide-section summary h2 { font-size: 1rem; }
  .guide-section summary > span { font-size: .8rem; }
  .guide-content { padding: 0 20px 20px; }
  .program-days { display: block; }
  .program-days article, .program-days article:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--campus-line); }
  .program-days article:last-child { border-bottom: 0; }
  .program-days h3 { display: inline; margin-right: 14px; font-size: 1.05rem; }
  .program-days span { display: block; margin-bottom: 4px; }
  .footer-enhanced .footer-grid { display: block; }
  .footer-enhanced .footer-brand { margin-bottom: 24px; }
  .footer-disclosure { border-top: 1px solid #5b343d; }
  .footer-disclosure > summary { min-height: 52px; padding: 14px 0; font-size: .85rem; }
  .footer-enhanced .footer-col a { min-height: 44px; padding: 10px 0; font-size: .8rem; }
  .footer-disclosure > div { padding-bottom: 14px; }
  .footer-bottom { margin-top: 22px; }
  .mobile-app-dock a { font-size: .68rem; }
}
@media print {
  .nav-enhanced .site-header { padding-top: 0; }
  .mobile-app-dock, .menu-scrim, .page-contents { display: none !important; }
  .guide-section details > .guide-content { display: block !important; }
  .hero-compact, .conference-hero { color: #111; background: #fff; }
  .conference-hero * { color: #111 !important; }
}


.nav-mobile-logout { display: none !important; }
@media (max-width: 768px) { .nav-mobile-logout { display: inline-flex !important; } }

/* V17: orientare după obiectiv și pregătirea participării. */
.conference-date > a.calendar-link { margin-top: 5px; padding-top: 10px; border-top: 0; color: #ecd9df; }
.conference-paths-heading > .text-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; font-size: .8rem; }
.event-utilities { display: flex; flex-wrap: wrap; gap: 10px 30px; margin-top: 18px; }
.event-utilities a { min-height: 44px; display: inline-flex; align-items: center; font-size: .8rem; }
.journey-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 24px; }
.journey-heading h2 { margin: 0; }
.journey-heading p { max-width: 36ch; margin: 0; color: #65565c; font-size: .85rem; }
.journey-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #bba2aa; }
.journey-choices a { display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 68px; padding: 16px 20px; color: #625157; border: 1px solid transparent; border-bottom: 3px solid transparent; text-align: center; font-size: .88rem; font-weight: 600; line-height: 1.4; }
.journey-choices a:hover { color: #72182a; background: #f4edef; }
.journey-choices a[aria-selected="true"] { color: #651222; background: #f0e4e8; border-bottom-color: #80182c; }
.journey-panels { padding: 34px; border: 1px solid var(--campus-line); border-top: 0; background: #fff; }
.journey-panels > section { min-width: 0; }
.journey-panels > section + section { margin-top: 34px; }
.journey-panels > [role="tabpanel"] { margin-top: 0; }
.journey-panels h3 { margin-bottom: 24px; font-size: 1.2rem; line-height: 1.4; }
.journey-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.journey-steps li { position: relative; padding-top: 36px; counter-increment: journey; }
.journey-steps li::before { content: counter(journey, decimal-leading-zero); position: absolute; top: 0; color: #8b4657; font-size: .72rem; font-weight: 700; }
.journey-steps h4 { margin-bottom: 10px; font-size: .95rem; line-height: 1.5; }
.journey-steps p { margin: 0; color: #56494f; font-size: .84rem; line-height: 1.75; }
.journey-steps p a, .journey-note a, .practical-details a { color: #74162a; text-decoration: underline; text-underline-offset: 4px; }
.journey-note { margin: 25px 0 0; padding: 14px 0 0; border-top: 1px solid var(--campus-line); color: #65565c; font-size: .81rem; line-height: 1.75; }
.account-task-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.account-task-list > a { position: relative; display: block; padding: 0 0 30px; border-bottom: 1px solid var(--campus-line); }
.account-task-list strong { display: block; font-size: .95rem; line-height: 1.5; }
.account-task-list span { display: block; margin-top: 10px; color: #65565c; font-size: .83rem; line-height: 1.75; }
.account-task-list i { position: absolute; bottom: 0; right: 0; font-style: normal; color: #74162a; }
.participation-practical { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 64px; }
.participation-practical h2 { margin-bottom: 18px; }
.participation-practical > div > p:not(.eyebrow) { color: #65565c; font-size: .85rem; }
.participation-practical .text-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 8px; font-size: .8rem; }
.calendar-help { display: block; margin-top: 5px; color: #65565c; font-size: .73rem; line-height: 1.6; }
.practical-details details { padding: 0; }
.practical-details details:first-child { border-top: 1px solid var(--campus-line); }
.practical-details summary { padding: 19px 4px; font-size: .9rem; line-height: 1.5; }
.practical-details details > div { padding-bottom: 16px; }
.practical-details p { color: #55474e; font-size: .84rem; line-height: 1.75; }
.participation-help { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.participation-help h2 { margin-bottom: 10px; }
.participation-help p { margin-bottom: 0; font-size: .84rem; }
.participation-help > a { flex-shrink: 0; min-height: 44px; display: inline-flex; align-items: center; font-size: .8rem; }
.account-section-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.account-section-heading h2 { margin: 0; }
.account-section-heading .btn { flex-shrink: 0; }
.account-session-exit { display: inline-flex; align-items: center; min-height: 44px; font-size: .85rem; color: var(--red-dark); text-decoration: underline; }
.status-card > .btn { margin-top: 18px; }
.portal-actions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.guide-section:target, .practical-details details:target { scroll-margin-top: calc(var(--nav-h) + 24px); }

@media (max-width: 900px) {
  .journey-steps, .account-task-list { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .journey-steps li { padding-top: 0; padding-left: 42px; }
  .journey-steps li::before { left: 0; top: 3px; }
  .account-task-list > a { padding-right: 26px; padding-bottom: 18px; }
  .account-task-list i { top: 4px; bottom: auto; }
  .participation-practical { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
@media (max-width: 768px) {
  body.nav-enhanced.menu-open .menu-toggle::before { content: '×'; }
  .nav-enhanced .menu-toggle { font-size: .72rem; }
  body.menu-open .mobile-app-dock { visibility: hidden; }
  .journey-heading { display: block; }
  .journey-heading p { margin-top: 12px; max-width: none; }
  .journey-choices a { padding: 12px 7px; min-height: 84px; font-size: .78rem; }
  .journey-panels { padding: 23px 18px; }
  .journey-panels h3 { font-size: 1.1rem; }
  .journey-steps li { padding-left: 34px; }
  .journey-steps p, .practical-details p { font-size: .85rem; }
  .journey-steps h4 { font-size: .95rem; }
  .journey-panels .button-row { align-items: stretch; flex-direction: column; }
  .journey-panels .button-row > a { min-height: 44px; }
  .journey-note { font-size: .81rem; }
  .participation-help, .account-section-heading { flex-direction: column; align-items: stretch; }
  .portal-actions-grid { grid-template-columns: minmax(0, 1fr); }
  .conference-date > a.calendar-link { grid-column: 1 / -1; margin-top: 0; padding-top: 8px; }
}
@media print {
  .journey-choices, .journey-panels .button-row, .event-utilities { display: none !important; }
  .journey-panels { border: 0; padding: 0; }
  .journey-panels > section { break-inside: avoid; }
  .participation-practical { display: block; }
}
