/* A standalone, mobile-first Perla landing page. No navigation scripts required. */
body.perla-hub { min-height: 100vh; margin: 0; color: #edeaf0; background: #292936; font-family: 'Source Sans Pro', sans-serif; }
.perla-hub::before { content: ''; position: fixed; inset: 0; background: linear-gradient(180deg, rgba(31,31,44,.79), #292936 78%), url('/images/hero/hero-3.webp') center top / cover; pointer-events: none; }
.hub-shell { position: relative; width: 100%; max-width: 530px; margin: 0 auto; padding: 38px 22px 32px; box-sizing: border-box; }
.hub-heading { text-align: center; }
.hub-logo { display: inline-block; }
.hub-logo img { display: block; width: 100px; height: auto; }
.hub-rule { display: block; width: 34px; height: 1px; background: #b99a5c; margin: 24px auto; }
.hub-heading h1 { color: #fff; font-family: 'Quicksand', sans-serif; font-size: 25px; font-weight: 600; line-height: 1.4; margin: 0 0 10px; }
.hub-heading p { color: #d4cdd0; font-size: 15px; line-height: 1.6; margin: 0 0 30px; }
.hub-links { display: flex; flex-direction: column; gap: 12px; }
.hub-link { position: relative; display: flex; align-items: center; gap: 18px; min-height: 87px; box-sizing: border-box; padding: 17px 20px; background: #f7f4ed; border: 1px solid #e4b95b; border-radius: 3px; color: #383848; text-decoration: none; transition: background .2s, border-color .2s; }
.hub-link:hover, .hub-link:focus { color: #383848; background: #fff9e9; border-color: #ffe1a0; }
.hub-link-icon { color: #a48242; width: 25px; font-size: 21px; text-align: center; flex-shrink: 0; }
.hub-link-copy { display: flex; flex: 1; min-width: 0; flex-direction: column; gap: 3px; }
.hub-link-title { font-family: 'Quicksand', sans-serif; font-size: 17px; font-weight: 700; line-height: 1.5; }
.hub-link-description { font-size: 13px; line-height: 1.5; color: #827967; }
.hub-link-arrow { color: #9d7837; font-size: 23px; }
.hub-link-pending { background: rgba(56,56,72,.75); border-color: #65606a; color: #efedf0; }
.hub-link-pending:hover { background: rgba(56,56,72,.75); border-color: #65606a; color: #efedf0; }
.hub-link-pending .hub-link-icon { color: #c3ac80; }
.hub-link-pending .hub-link-description { color: #bfb8c0; }
.hub-soon { color: #dfc38d; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.hub-footer { text-align: center; padding-top: 27px; }
.hub-review { display: flex; align-items: center; gap: 16px; margin-top: 24px; padding: 21px 18px; border: 1px solid #9c8352; border-radius: 3px; color: #e4b95b; background: rgba(56,56,72,.5); }
.hub-review > i { font-size: 25px; }
.hub-review > span:first-of-type { flex: 1; min-width: 0; }
.hub-review strong { display: block; color: #f1dfb7; font-family: 'Quicksand', sans-serif; font-size: 15px; line-height: 1.5; margin-bottom: 5px; }
.hub-review strong + span { display: block; color: #c7c0c9; font-size: 13px; line-height: 1.6; }
.hub-review:hover, .hub-review:focus { color: #f1dfb7; border-color: #e4b95b; background: #383848; }
.hub-review-arrow { font-size: 18px; }
.hub-social { display: flex; justify-content: center; gap: 16px; margin-bottom: 18px; }
.hub-social a { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid #787064; border-radius: 50%; color: #e4b95b; font-size: 17px; }
.hub-social a:hover { color: #fff; border-color: #e4b95b; }
.hub-footer p { color: #bfb8c0; font-size: 12px; margin: 0 0 12px; }
.hub-site-link { color: #dfc38d; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.hub-site-link:hover { color: #fff; }
.perla-hub a:focus-visible { outline: 2px solid #e4b95b; outline-offset: 5px; }
@media (max-width: 359px) { .hub-shell { padding-inline: 16px; } .hub-link { gap: 12px; padding: 15px; } .hub-link-title { font-size: 15px; } .hub-link-description { font-size: 12px; } }
@media (min-width: 768px) { .hub-shell { padding-top: 48px; padding-bottom: 40px; } .hub-logo img { width: 115px; } }
