.ln-hub { background: #fff; color: #334155; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.ln-hub h1, .ln-hub h2, .ln-hub h3, .ln-hub button, .ln-hub .ln-hub-button, .ln-hub .ln-hub-cta-secondary { font-family: Poppins, "Century Gothic", system-ui, sans-serif; font-weight: 700; }
.ln-hub-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.ln-hub-masthead { padding: 55px 0 125px; background: linear-gradient(135deg, #00095d, #142e93); color: #fff; text-align: center; }
.ln-hub-crumbs { display: flex; justify-content: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .84rem; } .ln-hub-crumbs a { color: inherit; text-decoration: none; }
.ln-hub-kicker, .ln-hub-eyebrow { margin: 20px 0 8px; color: #72e2b3; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ln-hub-masthead h1 { max-width: 760px; margin: 0 auto 15px; color: #fff; font-size: clamp(2.15rem, 5vw, 3.55rem); line-height: 1.12; letter-spacing: -.04em; }
.ln-hub-masthead > .ln-hub-wrap > p:last-child { max-width: 650px; margin: 0 auto; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.ln-hub-featured-wrap { position: relative; z-index: 2; margin-top: -72px; }
.ln-hub-featured { display: grid; grid-template-columns: 1.05fr 1fr; align-items: start; overflow: hidden; border: 1px solid #dce4f5; border-radius: 16px; background: #fff; box-shadow: 0 20px 55px rgba(0,9,93,.16); }
.ln-hub-featured-image, .ln-hub-card-image { position: relative; display: grid; overflow: hidden; place-items: center; background: #edf3ff; color: #2251ec; font-weight: 800; text-decoration: none; } .ln-hub-featured-image { align-self: start; width: 100%; min-height: 0; font-size: 4.2rem; aspect-ratio: 1672 / 941; } .ln-hub-featured-image img { position: static; display: block; width: 100% !important; height: auto !important; max-width: 100%; object-fit: contain; } .ln-hub-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; } .ln-hub-card:hover img { transform: scale(1.04); }
.ln-hub-featured-body { display: flex; min-height: 0; flex-direction: column; justify-content: center; padding: 26px 30px; } .ln-hub-featured-body .ln-hub-eyebrow { margin: 0 0 8px; color: #2251ec; } .ln-hub-featured h2 { display: -webkit-box; overflow: hidden; margin: 0 0 10px; color: #020c53; font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.24; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .ln-hub-featured h2 a, .ln-hub-card h3 a { color: inherit; text-decoration: none; } .ln-hub-featured h2 a:hover, .ln-hub-card h3 a:hover { color: #2251ec; } .ln-hub-featured-body > p:not(.ln-hub-eyebrow) { display: -webkit-box; overflow: hidden; margin: 0 0 17px; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.ln-hub-featured-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; color: #64748b; font-size: .86rem; } .ln-hub-button { padding: 11px 16px; border-radius: 8px; background: #2251ec; color: #fff; font-weight: 800; text-decoration: none; }
.ln-hub-filter-section { position: sticky; top: 74px; z-index: 5; border-bottom: 1px solid #dce4f5; background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
.ln-hub-filterbar { display: flex; gap: 16px; align-items: center; padding: 18px 0; } .ln-hub-search { display: flex; flex: 0 0 205px; gap: 8px; align-items: center; padding: 0 11px; border: 1px solid #cfd9ec; border-radius: 8px; color: #64748b; } .ln-hub-search input { width: 100%; min-height: 38px; border: 0; outline: 0; background: transparent; color: #020c53; font: inherit; font-size: .88rem; }
.ln-hub-chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; } .ln-hub-chips button { flex: 0 0 auto; padding: 9px 12px; border: 1px solid #d3dcef; border-radius: 999px; background: #fff; color: #475569; cursor: pointer; font: inherit; font-size: .8rem; font-weight: 700; } .ln-hub-chips button:hover, .ln-hub-chips button.is-active { border-color: #2251ec; background: #2251ec; color: #fff; }
.ln-hub-posts-section { padding: 52px 0 75px; } .ln-hub-section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 23px; } .ln-hub-section-head h2 { margin: 0; color: #020c53; font-size: 1.75rem; } .ln-hub-section-head p { margin: 0; color: #64748b; font-size: .9rem; }
.ln-hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; } .ln-hub-card { overflow: hidden; border: 1px solid #dce4f5; border-radius: 13px; background: #fff; transition: transform .2s, box-shadow .2s; } .ln-hub-card:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0,9,93,.1); } .ln-hub-card[hidden] { display: none; }
.ln-hub-card-image { height: 195px; font-size: 2rem; } .ln-hub-category { position: absolute; bottom: 12px; left: 12px; padding: 5px 9px; border-radius: 999px; background: #fff; color: #00095d; font-size: .72rem; font-weight: 800; } .ln-hub-card-body { padding: 20px; } .ln-hub-card h3 { margin: 0 0 10px; color: #020c53; font-size: 1.08rem; line-height: 1.35; } .ln-hub-card-body > p { display: -webkit-box; overflow: hidden; margin: 0 0 17px; color: #64748b; font-size: .9rem; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .ln-hub-card-meta { display: flex; justify-content: space-between; gap: 8px; padding-top: 14px; border-top: 1px solid #edf0f7; color: #64748b; font-size: .78rem; }
.ln-hub-load-wrap { padding-top: 33px; text-align: center; } .ln-hub-load { padding: 11px 17px; border: 1px solid #2251ec; border-radius: 8px; background: #fff; color: #2251ec; cursor: pointer; font: inherit; font-size: .9rem; font-weight: 800; } .ln-hub-load:hover { background: #eef3ff; } .ln-hub-empty { margin: 35px 0; color: #64748b; text-align: center; }
.ln-hub-newsletter { border-block: 1px solid #dce4f5; background: #f5f8ff; padding: 65px 0; } .ln-hub-newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; } .ln-hub-newsletter h2, .ln-hub-cta-band h2 { margin: 0 0 13px; color: #020c53; font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.22; } .ln-hub-newsletter p { max-width: 540px; margin: 0; line-height: 1.7; } .ln-hub-newsletter .ln-hub-kicker { margin: 0 0 8px; color: #2251ec; } .ln-hub-newsletter-form { padding: 25px; border: 1px solid #dce4f5; border-radius: 13px; background: #fff; } .ln-hub-newsletter-form form { display: grid; grid-template-columns: 1fr 1.25fr auto; gap: 8px; } .ln-hub-newsletter-form input { min-width: 0; padding: 11px 12px; border: 1px solid #cfd9ec; border-radius: 8px; color: #020c53; font: inherit; font-size: .86rem; } .ln-hub-newsletter-form button { padding: 11px 15px; border: 0; border-radius: 8px; background: #2251ec; color: #fff; cursor: pointer; font-size: .82rem; } .ln-hub-newsletter-form button:disabled { opacity: .65; cursor: wait; } .ln-hub-consent { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: #475569; cursor: pointer; font-size: .8rem; } .ln-hub-newsletter-form .ln-hub-consent input[type=checkbox] { box-sizing: border-box !important; display: block !important; flex: 0 0 20px !important; width: 20px !important; min-width: 20px !important; max-width: 20px !important; height: 20px !important; min-height: 20px !important; max-height: 20px !important; margin: 0 !important; padding: 0 !important; border: 2px solid #2251ec !important; border-radius: 4px !important; background: #fff !important; appearance: none !important; -webkit-appearance: none !important; } .ln-hub-newsletter-form .ln-hub-consent input[type=checkbox]:checked { background: #2251ec !important; } .ln-hub-newsletter-form .ln-hub-consent input[type=checkbox]:checked::after { top: 1px; left: 5px; width: 6px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); } .ln-hub-subscribe-status { min-height: 1.4em; margin: 9px 0 0 !important; color: #2251ec; font-size: .8rem; line-height: 1.4 !important; } .ln-hub-subscribe-status.is-error { color: #c81e1e; } .ln-hub-subscribe-status.is-success { color: #087443; } .ln-hub-subscribe-status.is-loading { color: #2251ec; } .ln-hub-newsletter-form small { display: block; margin-top: 10px; color: #64748b; font-size: .75rem; }
.ln-hub-cta-band { padding: 72px 0; background: linear-gradient(120deg, #00095d, #153ca6); color: #dce9ff; text-align: center; } .ln-hub-cta-band .ln-hub-wrap { max-width: 760px; } .ln-hub-cta-band h2 { color: #fff; } .ln-hub-cta-band p { max-width: 600px; margin: 0 auto 25px; font-size: 1.05rem; } .ln-hub-cta-band > .ln-hub-wrap > div { display: flex; justify-content: center; gap: 12px; } .ln-hub-cta-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border: 1px solid rgba(255,255,255,.55); border-radius: 8px; color: #fff; font-size: .9rem; line-height: 1.2; text-decoration: none; } .ln-hub-cta-band small { display: block; margin-top: 19px; color: #b9cdfd; font-size: .8rem; }
@media (max-width: 900px) { .ln-hub-featured { grid-template-columns: 1fr; } .ln-hub-featured-image { min-height: 270px; } .ln-hub-grid { grid-template-columns: repeat(2, 1fr); } .ln-hub-filter-section { top: 64px; } }
@media (max-width: 700px) { .ln-hub-newsletter-inner { grid-template-columns: 1fr; gap: 28px; } .ln-hub-newsletter-form form { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .ln-hub-wrap { width: min(100% - 32px, 1180px); } .ln-hub-masthead { padding: 43px 0 98px; } .ln-hub-featured-wrap { margin-top: -53px; } .ln-hub-featured-body { padding: 25px; } .ln-hub-filterbar { display: block; } .ln-hub-search { margin-bottom: 12px; } .ln-hub-grid { grid-template-columns: 1fr; } .ln-hub-card-image { height: 205px; } .ln-hub-cta-band { padding: 56px 0; } }
