:root {
  color-scheme: dark;
  --ink: #f6fbfd;
  --muted: #a9c3ce;
  --deep: #041d29;
  --panel: #082b39;
  --panel-2: #0b3544;
  --line: #25515e;
  --cyan: #14e3ec;
  --cyan-soft: #8ff9fa;
  --gold: #e8c687;
  --radius: 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: #062735; color: var(--ink); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 12%, rgba(20,227,236,.09), transparent 30%), linear-gradient(135deg, #051e2a, #07303e 58%, #061f2d); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .8rem 1rem; background: var(--cyan); color: #021b25; border-radius: 8px; font-weight: 900; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; height: 72px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 1.25rem; padding: 8px 22px; background: rgba(4,29,41,.96); border-bottom: 1px solid rgba(96,187,198,.16); box-shadow: 0 10px 28px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.brand img { width: 150px; height: auto; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; background: transparent; border: 1px solid transparent; border-radius: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--cyan); }
.top-nav { display: flex; align-items: center; justify-content: center; gap: .4rem; }
.nav-link { padding: .65rem .95rem; border-radius: 999px; color: var(--muted); text-decoration: none; font-weight: 750; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.is-active { color: var(--ink); background: #0c3948; }
.header-cta, .hero-cta, .card-cta, .mobile-sticky-cta { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .72rem 1.25rem; border-radius: 10px; background: var(--cyan); color: #02202a; font-weight: 900; text-decoration: none; border: 1px solid #82fbff; box-shadow: 0 0 0 1px rgba(2,25,33,.2), 0 0 24px rgba(20,227,236,.18); transition: transform .18s ease, box-shadow .18s ease; }
.header-cta:hover, .hero-cta:hover, .card-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(20,227,236,.28); }
.app-shell { display: grid; grid-template-columns: 238px minmax(0,1fr); max-width: 1920px; margin: 0 auto; }
.side-nav { position: sticky; top: 72px; align-self: start; height: calc(100vh - 72px); overflow-y: auto; padding: 20px 10px 120px; background: #082b39; border-right: 1px solid rgba(95,177,188,.14); }
.side-nav a { display: flex; align-items: center; gap: .75rem; min-height: 44px; margin: 2px 0; padding: .6rem .75rem; border-radius: 8px; text-decoration: none; font-weight: 760; }
.side-nav a:hover, .side-nav a:focus-visible { color: var(--cyan); background: #0b3544; }
.side-nav a:first-of-type { color: var(--cyan); background: #0b3544; }
.side-nav a span { width: 20px; color: #7aa0a9; text-align: center; }
.side-label { padding: .7rem .75rem .35rem; font-size: .72rem; color: #6f96a1; letter-spacing: .12em; font-weight: 900; }
.side-label-secondary { margin-top: 1rem; border-top: 1px solid rgba(116,176,185,.16); padding-top: 1.2rem; }
.page-content { min-width: 0; overflow: clip; }
.content-wrap { width: min(1320px, calc(100% - 44px)); margin: 0 auto; }
.hero { position: relative; min-height: 520px; display: grid; grid-template-columns: minmax(0,.86fr) minmax(360px,1.14fr); align-items: center; overflow: hidden; background: #041d29; border-bottom: 1px solid #174756; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#031a25 0%,rgba(3,26,37,.9) 36%,rgba(3,26,37,.05) 72%), url('/assets/img/dendera-hero.webp') 72% center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; z-index: -1; background: linear-gradient(transparent,#062735); }
.hero-copy { padding: 58px 44px 68px max(44px, calc((100vw - 238px - 1320px)/2)); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 .8rem; padding: .35rem .6rem; border-radius: 7px; background: rgba(91,124,134,.65); color: #fff; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero h1 { max-width: 750px; margin: 0; font-size: clamp(2.45rem,4.8vw,5.2rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero .lead { max-width: 680px; margin: 1.15rem 0 1.45rem; color: #c3d9e0; font-size: clamp(1.03rem,1.7vw,1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.hero-cta { min-height: 56px; padding-inline: 1.65rem; font-size: 1.05rem; }
.secondary-link { display: inline-flex; min-height: 52px; align-items: center; padding: .7rem 1rem; border: 1px solid #577683; border-radius: 10px; text-decoration: none; font-weight: 850; }
.secondary-link:hover { border-color: var(--cyan); color: var(--cyan); }
.hero-facts { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.35rem; }
.hero-facts span { padding: .38rem .58rem; border: 1px solid rgba(129,197,204,.28); border-radius: 999px; background: rgba(3,28,38,.72); color: #bdd5dc; font-size: .82rem; font-weight: 740; }
.promo-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: -34px; position: relative; z-index: 4; }
.promo-card { min-height: 175px; display: grid; grid-template-columns: 1fr 110px; gap: .6rem; align-items: center; padding: 18px 18px 18px 22px; border: 1px solid #1b4b59; border-radius: 12px; background: linear-gradient(145deg,#061f2b,#082b39); box-shadow: 0 16px 35px rgba(0,0,0,.22); overflow: hidden; }
.promo-card h2, .promo-card h3 { margin: .25rem 0 .15rem; line-height: 1.05; font-size: clamp(1.25rem,2vw,1.75rem); }
.promo-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.promo-card img { width: 108px; height: 118px; object-fit: contain; filter: drop-shadow(0 8px 13px rgba(0,0,0,.5)); }
.tag { display: inline-flex; width: fit-content; padding: .18rem .4rem; border-radius: 5px; background: #496977; color: #fff; font-size: .68rem; font-weight: 900; }
.lobby-tools { padding: 32px 0 10px; }
.search-box { display: flex; align-items: center; gap: .8rem; height: 48px; padding: 0 1rem; border: 1px solid #315d68; border-radius: 999px; background: #061f2b; }
.search-box span { color: var(--cyan); font-size: 1.25rem; }
.search-box input { width: 100%; border: 0; outline: 0; color: #fff; background: transparent; }
.category-pills { display: flex; gap: .45rem; margin: 16px 0 0; padding: 6px; overflow-x: auto; border-radius: 999px; background: #041e2a; scrollbar-width: none; }
.category-pills a { flex: 0 0 auto; padding: .58rem .85rem; border-radius: 999px; color: var(--cyan-soft); text-decoration: none; font-weight: 750; }
.category-pills a:first-child, .category-pills a:hover { background: var(--cyan); color: #02202a; }
.lobby-section { padding: 30px 0 6px; scroll-margin-top: 90px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 14px; }
.section-head h2 { margin: 0; font-size: clamp(1.4rem,2vw,2rem); }
.section-head p { max-width: 620px; margin: 0; color: var(--muted); text-align: right; }
.slot-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.slot-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #1b4c59; border-radius: 9px; background: #041d29; color: #fff; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.slot-card.featured { grid-column: span 2; grid-row: span 2; }
.slot-art { aspect-ratio: 1/1; background-image: var(--atlas); background-size: 300% 300%; background-position: calc(var(--x) * 50%) calc(var(--y) * 50%); transition: transform .35s ease, filter .35s ease; }
.slot-card.featured .slot-art { aspect-ratio: 1/1; }
.slot-meta { display: flex; align-items: center; justify-content: space-between; gap: .5rem; min-height: 54px; padding: .65rem .75rem; background: #082b39; }
.slot-meta strong { line-height: 1.15; }
.slot-meta span { flex: 0 0 auto; color: #7ca6af; font-size: .75rem; }
.slot-overlay { position: absolute; inset: 0; display: grid; place-content: center; gap: .45rem; padding: 1rem; background: linear-gradient(rgba(2,20,29,.76),rgba(2,20,29,.94)); text-align: center; opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease; }
.slot-overlay strong { font-size: 1.03rem; }
.slot-overlay small { color: #c2dbe0; }
.slot-card:hover .slot-overlay, .slot-card:focus-visible .slot-overlay { opacity: 1; transform: none; }
.slot-card:hover .slot-art, .slot-card:focus-visible .slot-art { transform: scale(1.045); filter: saturate(1.15); }
.provider-rail { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.provider-rail span { min-height: 66px; display: grid; place-items: center; padding: .7rem; border-radius: 8px; background: #45606a; color: #fff; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 800; letter-spacing: .05em; text-align: center; }
.article-shell { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 34px; padding: 62px 0 30px; }
.article { min-width: 0; }
.article h2 { margin: 2.8rem 0 .7rem; font-size: clamp(1.75rem,3vw,2.7rem); line-height: 1.08; letter-spacing: -.03em; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 1.8rem 0 .55rem; font-size: 1.3rem; }
.article p, .article li { color: #c4d8de; }
.article a { color: var(--cyan-soft); }
.article ul, .article ol { padding-left: 1.25rem; }
.article li { margin: .48rem 0; }
.facts-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 1.25rem 0; }
.fact-card, .faq-card, .step-card, .legal-card { position: relative; overflow: hidden; padding: 1.25rem; border: 1px solid #22515e; border-radius: 12px; background: linear-gradient(145deg,rgba(9,46,59,.96),rgba(5,30,41,.96)); }
.fact-card::after, .step-card::after, .legal-card::after { content: ""; position: absolute; inset: auto -30px -44px auto; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle,var(--cyan) 0 2px,rgba(20,227,236,.1) 3px 30%,transparent 65%); opacity: .35; }
.fact-card strong, .step-card strong { display: block; margin-bottom: .25rem; color: #fff; font-size: 1.05rem; }
.fact-card p, .step-card p { margin: 0; }
.status-box { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; margin: 1.35rem 0; padding: 1.25rem; border: 1px solid #9c7340; border-radius: 12px; background: linear-gradient(135deg,#3a2c1d,#112f39); }
.status-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #e8c687; border-radius: 50%; color: var(--gold); font-size: 1.45rem; font-weight: 900; }
.status-box h3 { margin: 0 0 .35rem; }
.status-box p { margin: 0; }
.toc { position: sticky; top: 94px; align-self: start; padding: 1rem; border: 1px solid #1f4c58; border-radius: 12px; background: rgba(4,29,41,.88); }
.toc strong { display: block; margin-bottom: .65rem; }
.toc a { display: block; padding: .42rem 0; color: #afcbd2; text-decoration: none; border-bottom: 1px solid rgba(111,161,171,.13); }
.toc a:hover { color: var(--cyan); }
.faq-list { display: grid; gap: 10px; margin-top: 1rem; }
.faq-card { padding: 0; }
.faq-card summary { cursor: pointer; list-style: none; padding: 1rem 3rem 1rem 1.1rem; font-weight: 850; }
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card summary::after { content: "+"; position: absolute; right: 1.1rem; top: .72rem; color: var(--cyan); font-size: 1.45rem; }
.faq-card[open] summary::after { content: "–"; }
.faq-card p { margin: 0; padding: 0 1.1rem 1.1rem; color: #c4d8de; }
.closing-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 1.2rem; align-items: center; margin: 48px 0 72px; padding: 32px; border: 1px solid #3a6871; border-radius: 16px; background: linear-gradient(100deg,rgba(5,34,45,.94),rgba(6,35,46,.72)), url('/assets/img/dendera-hero.webp') 72% center/cover; }
.closing-cta h2 { margin: 0 0 .35rem; }
.closing-cta p { margin: 0; color: #c5dce2; }
.utility-hero { min-height: 420px; }
.page-intro { padding: 54px 0 8px; }
.page-intro h2 { margin: 0; font-size: clamp(2rem,4vw,3.6rem); letter-spacing: -.04em; }
.page-intro p { max-width: 780px; color: var(--muted); font-size: 1.08rem; }
.promo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 1.5rem 0; }
.promo-detail { min-height: 330px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #1c4c59; border-radius: 12px; background: #082b39; }
.promo-detail img { width: 100%; height: 180px; object-fit: contain; padding: 18px; background: #041e29; }
.promo-detail div { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.promo-detail h3 { margin: .25rem 0 .4rem; }
.promo-detail p { margin: 0 0 1rem; color: var(--muted); }
.promo-detail .card-cta { margin-top: auto; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; counter-reset: step; }
.step-card { counter-increment: step; padding-top: 3.4rem; }
.step-card::before { content: counter(step); position: absolute; left: 1.2rem; top: 1rem; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan); color: #03202a; font-weight: 950; }
.legal-layout { width: min(980px,calc(100% - 44px)); margin: 0 auto; padding: 54px 0 80px; }
.legal-layout h2 { margin-top: 2.4rem; }
.legal-layout p, .legal-layout li { color: #c4d8de; }
.site-footer { margin-left: 238px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; padding: 38px max(34px,calc((100vw - 238px - 1320px)/2)); border-top: 1px solid #174754; background: #041d29; }
.footer-brand img { width: 138px; height: auto; }
.footer-brand p { max-width: 450px; color: #8fb0ba; }
.site-footer nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem 1rem; align-content: start; }
.site-footer nav a { color: #bdd3d9; text-decoration: none; }
.site-footer nav a:hover { color: var(--cyan); }
.footer-note { grid-column: 1/-1; margin: 0; color: #688d97; font-size: .82rem; }
.mobile-sticky-cta { display: none; }
:focus-visible { outline: 3px solid #f3d293; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; } }
@media (max-width: 1180px) {
  .app-shell { grid-template-columns: 205px minmax(0,1fr); }
  .site-footer { margin-left: 205px; }
  .content-wrap { width: min(100% - 30px,1120px); }
  .hero-copy { padding-left: 34px; }
  .slot-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .promo-strip { grid-template-columns: 1fr 1fr; }
  .promo-card:last-child { grid-column: 1/-1; }
  .provider-rail { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 860px) {
  html { scroll-padding-top: 66px; }
  .site-header { height: 64px; grid-template-columns: auto 1fr auto; padding: 6px 12px; gap: .65rem; }
  .menu-toggle { display: block; }
  .brand img { width: 128px; }
  .top-nav { display: none; }
  .header-cta { min-height: 46px; padding: .6rem .9rem; }
  .app-shell { display: block; }
  .side-nav { position: fixed; left: 0; top: 64px; bottom: 0; z-index: 45; width: 250px; height: auto; transform: translateX(-105%); transition: transform .22s ease; box-shadow: 18px 0 36px rgba(0,0,0,.35); }
  .side-nav.is-open { transform: none; }
  .hero { min-height: 520px; grid-template-columns: 1fr; }
  .hero::before { background: linear-gradient(90deg,rgba(3,25,35,.98),rgba(3,25,35,.73) 56%,rgba(3,25,35,.15)), url('/assets/img/dendera-hero.webp') 66% center/cover no-repeat; }
  .hero-copy { padding: 58px 22px 70px; }
  .promo-strip { margin-top: -22px; }
  .article-shell { grid-template-columns: 1fr; }
  .toc { position: static; order: -1; }
  .site-footer { margin-left: 0; padding: 32px 22px 96px; }
  .slot-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .slot-card.featured { grid-column: span 2; grid-row: span 2; }
  .mobile-sticky-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 44; display: flex; min-height: 54px; }
}
@media (max-width: 620px) {
  .content-wrap { width: min(100% - 20px,580px); }
  .site-header { gap: .35rem; }
  .brand img { width: 112px; }
  .header-cta { min-height: 44px; padding-inline: .7rem; font-size: .87rem; }
  .menu-toggle { width: 36px; padding: 6px; }
  .hero { min-height: 570px; align-items: end; }
  .hero::before { background: linear-gradient(0deg,#041d29 0%,rgba(4,29,41,.88) 38%,rgba(4,29,41,.1) 100%), url('/assets/img/dendera-hero.webp') 72% center/cover no-repeat; }
  .hero-copy { padding: 205px 16px 60px; }
  .hero h1 { font-size: clamp(2.25rem,11.5vw,3.65rem); }
  .hero .lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-cta, .secondary-link { width: 100%; }
  .promo-strip { display: flex; gap: 10px; padding-bottom: 8px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .promo-card { min-width: 88%; grid-template-columns: 1fr 92px; scroll-snap-align: start; }
  .promo-card img { width: 88px; height: 98px; }
  .category-pills { border-radius: 12px; }
  .section-head { align-items: start; flex-direction: column; }
  .section-head p { text-align: left; }
  .slot-grid { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .slot-card, .slot-card.featured { flex: 0 0 72%; scroll-snap-align: start; }
  .slot-overlay { inset: auto 0 54px; min-height: 90px; opacity: 1; transform: none; background: linear-gradient(transparent,rgba(2,20,29,.94) 34%); place-content: end center; }
  .slot-overlay strong { font-size: .9rem; }
  .provider-rail { display: flex; overflow-x: auto; }
  .provider-rail span { min-width: 150px; }
  .article-shell { padding-top: 46px; }
  .facts-grid, .promo-grid, .steps { grid-template-columns: 1fr; }
  .closing-cta { grid-template-columns: 1fr; padding: 24px 18px; }
  .closing-cta .hero-cta { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: auto; }
}
