
:root { color-scheme: light; }
.content-directory { background: #fff; border-bottom: 1px solid rgba(20, 32, 56, .10); }
.content-directory__inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 13px 0; display: flex; align-items: center; gap: 16px; }
.content-directory__label { color: #526071; font-size: 13px; font-weight: 800; white-space: nowrap; }
.content-directory__links { display: flex; flex-wrap: wrap; gap: 8px; }
.content-directory__links a { color: #243550; background: #f2f5f8; border: 1px solid #e3e9ef; border-radius: 5px; padding: 7px 10px; font-size: 13px; font-weight: 800; text-decoration: none; }
.content-directory__links a:hover { border-color: var(--hub-brand, #d0a331); color: #111d31; }
.hub-page { --brand: #d0a331; --accent: #1e457e; --ink: #0b1830; --mist: #f4f7fb; margin: 0; color: #243148; background: var(--mist); font-family: Arial, "Microsoft JhengHei", sans-serif; line-height: 1.65; }
.hub-page *, .hub-page *::before, .hub-page *::after { box-sizing: border-box; }
.hub-page a { color: inherit; }
.hub-wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.hub-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(19,39,72,.1); backdrop-filter: blur(12px); }
.hub-nav { min-height: 70px; display: flex; align-items: center; gap: 24px; }
.hub-brand { display: inline-flex; min-width: 110px; align-items: center; text-decoration: none; }
.hub-brand img { width: auto; max-width: 148px; height: 38px; object-fit: contain; object-position: left center; }
.hub-links { display: flex; align-items: center; flex: 1; gap: 4px; overflow-x: auto; }
.hub-links a { padding: 9px 10px; color: #526071; font-size: 14px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.hub-links a[aria-current="page"] { color: var(--ink); }
.hub-actions { display: flex; gap: 8px; }
.hub-button { min-height: 38px; padding: 8px 13px; color: #3b4a60; border: 1px solid #d9e1e9; border-radius: 5px; background: #fff; font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.hub-button--primary { border-color: var(--brand); color: #1a1b1e; background: var(--brand); }
.hub-hero { position: relative; overflow: hidden; color: #fff; background-color: var(--ink); min-height: 410px; isolation: isolate; }
.hub-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(92deg, var(--ink) 15%, color-mix(in srgb, var(--ink) 78%, transparent) 62%, rgba(8,19,38,.32)); }
.hub-hero::after { content: ""; position: absolute; inset: 0; z-index: -3; background: var(--hero-image) center / cover no-repeat; filter: saturate(1.05); }
.hub-hero__inner { padding: 74px 0 68px; max-width: 670px; }
.hub-eyebrow { margin: 0 0 14px; color: var(--brand); font-size: 13px; font-weight: 900; }
.hub-hero h1 { margin: 0; color: #fff; font-size: clamp(31px, 4vw, 52px); line-height: 1.18; letter-spacing: 0; }
.hub-lead { margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: 17px; }
.hub-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hub-hero .hub-button { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(11,25,48,.38); }
.hub-hero .hub-button--primary { border-color: var(--brand); color: #1e1a0f; background: var(--brand); }
.hub-section { padding: 66px 0; }
.hub-section--white { background: #fff; }
.hub-section--tint { background: color-mix(in srgb, var(--brand) 7%, #fff); }
.hub-section__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .84fr); gap: 44px; align-items: end; margin-bottom: 28px; }
.hub-section__heading p { margin: 0; color: #627185; font-size: 16px; }
.hub-kicker { margin: 0 0 8px; color: color-mix(in srgb, var(--accent) 84%, #000); font-size: 12px; font-weight: 900; }
.hub-section h2 { margin: 0; color: var(--ink); font-size: 31px; line-height: 1.25; }
.hub-overview { max-width: 800px; margin: 0; color: #47586e; font-size: 17px; }
.hub-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 29px; }
.hub-card { min-height: 185px; padding: 24px; border: 1px solid rgba(26, 49, 80, .10); border-radius: 7px; background: #fff; box-shadow: 0 9px 24px rgba(25, 43, 74, .055); }
.hub-card__number { display: block; margin-bottom: 22px; color: var(--brand); font-size: 22px; font-weight: 900; }
.hub-card h3 { margin: 0; color: var(--ink); font-size: 18px; line-height: 1.35; }
.hub-card p { margin: 10px 0 0; color: #617188; font-size: 15px; }
.hub-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 28px; }
.hub-step { position: relative; padding: 5px 24px 8px 0; }
.hub-step:not(:last-child)::after { content: ""; position: absolute; top: 23px; right: 0; width: 1px; height: 72px; background: rgba(48, 74, 111, .18); }
.hub-step__number { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; margin-bottom: 15px; border-radius: 50%; color: var(--ink); background: var(--brand); font-weight: 900; }
.hub-step p { margin: 0; color: #3f5065; font-size: 16px; font-weight: 800; }
.hub-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hub-faq article { padding: 24px; border-left: 3px solid var(--brand); background: #fff; box-shadow: 0 6px 18px rgba(28, 45, 77, .05); }
.hub-faq h3 { margin: 0; color: var(--ink); font-size: 17px; }
.hub-faq p { margin: 9px 0 0; color: #5e6d80; font-size: 15px; }
.hub-cta { padding: 54px 0; color: #fff; background: var(--ink); }
.hub-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hub-cta h2 { margin: 0; color: #fff; font-size: 29px; }
.hub-cta p { max-width: 700px; margin: 8px 0 0; color: rgba(255,255,255,.74); }
.hub-cta .hub-button--primary { display: inline-flex; align-items: center; justify-content: center; border-color: var(--brand); color: #1a1b1e; background: var(--brand); }
.hub-footer { padding: 28px 0 36px; color: #7a8796; background: #fff; font-size: 13px; }
.hub-footer__inner { display: flex; gap: 16px; justify-content: space-between; }
.hub-footer p { max-width: 790px; margin: 0; }
@media (max-width: 820px) { .content-directory__inner { align-items: flex-start; flex-direction: column; gap: 8px; } .hub-nav { min-height: 62px; gap: 12px; } .hub-links { display: none; } .hub-brand { flex: 1; } .hub-brand img { max-width: 116px; height: 33px; } .hub-actions .hub-button:first-child { display: none; } .hub-hero { min-height: 440px; } .hub-hero::before { background: linear-gradient(180deg, rgba(5,18,38,.77), var(--ink) 90%); } .hub-hero__inner { padding: 60px 0; } .hub-section { padding: 48px 0; } .hub-section__heading { grid-template-columns: 1fr; gap: 12px; } .hub-card-grid, .hub-steps, .hub-faq { grid-template-columns: 1fr; } .hub-card { min-height: auto; } .hub-step { padding-bottom: 18px; } .hub-step:not(:last-child)::after { display: none; } .hub-cta__inner, .hub-footer__inner { align-items: flex-start; flex-direction: column; } }
