/**
 * Dashboard Orientation
 *
 * Welcome panel + Quick Access tiles for the /products/ home dashboard.
 * Scoped under .dashboard-orientation. No !important overrides — keeps
 * the rest of the page (membership cards) untouched.
 *
 * Used by: template-parts/dashboard-orientation.php
 */

/* ============================================
   FULL-SCREEN DARK CANVAS
   Force dark background on body, header, footer for page-id-8
   ============================================ */
body.page-id-8,
body.page-template-template-products-home-2026 {
    background: #080d14 !important;
}

body.page-id-8 #header,
body.page-template-template-products-home-2026 #header {
    background: #080d14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-id-8 .footer,
body.page-template-template-products-home-2026 .footer {
    background: #060a10 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Force dark canvas on the page wrappers so the area under the hero
   isn't white when this template is used. */
body.page-template-template-products-home-2026 #homepage,
body.page-template-template-products-home-2026 #homepage .entry,
body.page-template-template-products-home-2026 #homepage .entry-content,
body.page-id-8 #homepage,
body.page-id-8 #homepage .entry,
body.page-id-8 #homepage .entry-content {
    background: #080d14 !important;
}


body.page-id-8 .footer,
body.page-id-8 .footer a,
body.page-id-8 .footer span {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* ============================================
   DARK MODE SUPPORT (.darkmode--activated)
   The site uses darkmode-js which applies filter:invert(1) to the whole page.
   When dark mode is active, we set backgrounds to WHITE (#fff) so that
   the inversion filter turns them dark. This matches how other product pages
   handle dark mode (see style.css line 468-470).
   ============================================ */

/* Page wrappers - white background inverts to dark */
body.darkmode--activated.page-id-8,
body.darkmode--activated.page-template-template-products-home-2026,
body.darkmode--activated.page-id-8 #header,
body.darkmode--activated.page-template-template-products-home-2026 #header,
body.darkmode--activated.page-id-8 .footer,
body.darkmode--activated.page-template-template-products-home-2026 .footer,
body.darkmode--activated.page-id-8 #homepage,
body.darkmode--activated.page-id-8 #homepage .entry,
body.darkmode--activated.page-id-8 #homepage .entry-content,
body.darkmode--activated.page-template-template-products-home-2026 #homepage,
body.darkmode--activated.page-template-template-products-home-2026 #homepage .entry,
body.darkmode--activated.page-template-template-products-home-2026 #homepage .entry-content {
    background: #fff !important;
}

/* Dashboard orientation wrapper */
.darkmode--activated .dashboard-orientation {
    background: #fff !important;
}

/* Welcome section - white inverts to dark */
.darkmode--activated .dashboard-orientation .dash-welcome,
.darkmode--activated .dashboard-orientation .dash-welcome--ta,
.darkmode--activated .dashboard-orientation .dash-welcome--pb,
.darkmode--activated .dashboard-orientation .dash-welcome--sa,
.darkmode--activated .dashboard-orientation .dash-welcome--premium {
    background: #fff !important;
}

/* Hero gradient overlays (::after pseudo-elements) - white inverts to dark */
.darkmode--activated .dashboard-orientation .dash-welcome--ta::after,
.darkmode--activated .dashboard-orientation .dash-welcome--pb::after,
.darkmode--activated .dashboard-orientation .dash-welcome--sa::after,
.darkmode--activated .dashboard-orientation .dash-welcome--premium::after,
.darkmode--activated .dashboard-orientation .dash-welcome--ta::before,
.darkmode--activated .dashboard-orientation .dash-welcome--pb::before,
.darkmode--activated .dashboard-orientation .dash-welcome--sa::before,
.darkmode--activated .dashboard-orientation .dash-welcome--premium::before {
    background: #fff !important;
}

/* Welcome main card - white inverts to dark */
.darkmode--activated .dashboard-orientation .dash-welcome__main,
.darkmode--activated .dashboard-orientation .dash-welcome--pb .dash-welcome__main,
.darkmode--activated .dashboard-orientation .dash-welcome--ta .dash-welcome__main,
.darkmode--activated .dashboard-orientation .dash-welcome--sa .dash-welcome__main,
.darkmode--activated .dashboard-orientation .dash-welcome--premium .dash-welcome__main {
    background: #fff !important;
}

/* Membership badge - white inverts to dark */
.darkmode--activated .dashboard-orientation .dash-membership-badge {
    background: #fff !important;
}

/* Section title - darkmode */
.darkmode--activated .dashboard-orientation .dash-tiles-section__title a {
    color: #b19452 !important;
}

/* Tile cards - white inverts to dark */
.darkmode--activated .dashboard-orientation .dash-tile__link {
    background: #fff !important;
}

/* Featured event card - white inverts to dark */
.darkmode--activated .dashboard-orientation .dash-featured-event {
    background-image: none !important;
    background-color: #fff !important;
}
.darkmode--activated .dashboard-orientation .dash-featured-event::after {
    background: rgba(255, 255, 255, 0.75) !important;
}
.darkmode--activated .dashboard-orientation .dash-featured-event__main {
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.darkmode--activated .dashboard-orientation .dash-featured-event__badge {
    background: #fff !important;
}

/* What's New strip - white inverts to dark */
.darkmode--activated .dashboard-orientation .dash-whats-new {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}
.darkmode--activated .dashboard-orientation .dash-wn-item {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
}
.darkmode--activated .dashboard-orientation .dash-wn-item--has-img {
    background-image: none !important;
}
.darkmode--activated .dashboard-orientation .dash-wn-item--has-img::before {
    background: rgba(255, 255, 255, 0.75) !important;
}
.darkmode--activated .dashboard-orientation .dash-wn-arrow {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

/* Stats row - white inverts to dark */
.darkmode--activated .dashboard-orientation .dash-stats {
    background: #fff !important;
}

/* Individual stat items */
.darkmode--activated .dashboard-orientation .dash-stat {
    background: #fff !important;
}

/* Stat value backgrounds */
.darkmode--activated .dashboard-orientation .dash-stat__value,
.darkmode--activated .dashboard-orientation .dash-stat__icon {
    background: #fff !important;
}

/* Section labels like "YOUR MEMBERSHIPS" */
.darkmode--activated .dashboard-orientation .dash-section-label,
.darkmode--activated .dashboard-orientation .section-title {
    background: #fff !important;
}

/* Entry content area below dashboard (contains membership cards) */
body.darkmode--activated.page-id-8 #homepage .entry-content #folders,
body.darkmode--activated.page-template-template-products-home-2026 #homepage .entry-content #folders,
body.darkmode--activated.page-id-8 #homepage .entry-content .content-with-sidebar,
body.darkmode--activated.page-template-template-products-home-2026 #homepage .entry-content .content-with-sidebar {
    background: #fff !important;
}

/* Entry content wrapper for dark mode */
body.darkmode--activated.page-id-8 #homepage .entry-content,
body.darkmode--activated.page-template-template-products-home-2026 #homepage .entry-content {
    background: #fff !important;
}

/* Product card containers in dark mode */
body.darkmode--activated.page-id-8 #folders .product-card,
body.darkmode--activated.page-template-template-products-home-2026 #folders .product-card,
body.darkmode--activated.page-id-8 #folders .product-col,
body.darkmode--activated.page-template-template-products-home-2026 #folders .product-col,
body.darkmode--activated.page-id-8 #folders .product-row,
body.darkmode--activated.page-template-template-products-home-2026 #folders .product-row {
    background: #fff !important;
}

/* ============================================
   PAGE BACKGROUND TOGGLE (light/dark)
   Independent of site-wide dark mode. Only affects the page canvas.
   Dashboard tiles keep their dark navy look in both modes.
   ============================================ */

/* Light mode — page canvas only (toggled via sidemenu dark mode button) */
body.dash-light-mode.page-id-8,
body.dash-light-mode.page-template-template-products-home-2026 {
    background: #f4f5f7 !important;
}

body.dash-light-mode.page-id-8 #header,
body.dash-light-mode.page-template-template-products-home-2026 #header {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.dash-light-mode.page-id-8 .footer,
body.dash-light-mode.page-template-template-products-home-2026 .footer {
    background: #ffffff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.dash-light-mode.page-id-8 .footer,
body.dash-light-mode.page-id-8 .footer a,
body.dash-light-mode.page-id-8 .footer span {
    color: rgba(0, 0, 0, 0.45) !important;
}

body.dash-light-mode.page-id-8 #homepage,
body.dash-light-mode.page-id-8 #homepage .entry,
body.dash-light-mode.page-id-8 #homepage .entry-content,
body.dash-light-mode.page-template-template-products-home-2026 #homepage,
body.dash-light-mode.page-template-template-products-home-2026 #homepage .entry,
body.dash-light-mode.page-template-template-products-home-2026 #homepage .entry-content {
    background: #f4f5f7 !important;
}

/* #folders (product cards) area — light background */
body.dash-light-mode.page-id-8 #homepage .entry-content #folders,
body.dash-light-mode.page-template-template-products-home-2026 #homepage .entry-content #folders {
    background: #f4f5f7 !important;
}

/* Product cards get subtle shadow on light background */
body.dash-light-mode.page-id-8 #folders .product-card,
body.dash-light-mode.page-template-template-products-home-2026 #folders .product-card {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

/* Dashboard section keeps its dark look but gets a subtle shadow lift */
body.dash-light-mode .dashboard-orientation {
    background: transparent !important;
}

/* Tiles get a slight shadow for depth on the light page */
body.dash-light-mode .dashboard-orientation .dash-tile__link {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* What's New strip keeps dark background in light mode */
body.dash-light-mode .dashboard-orientation .dash-whats-new {
    background: #0e1520 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Featured event shadow lift */
body.dash-light-mode .dashboard-orientation .dash-featured-event {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Stats row shadow lift */
body.dash-light-mode .dashboard-orientation .dash-stats {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Products resubscribe cue on light bg */
body.dash-light-mode .products-resubscribe-cue {
    color: rgba(0, 0, 0, 0.5);
}
body.dash-light-mode .products-resubscribe-cue__chevron svg {
    stroke: rgba(0, 0, 0, 0.4);
}

/* Override parent theme container constraints */
body.page-id-8 .container#homepage {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.page-id-8 .entry.section-padding {
    padding: 0 !important;
}

body.page-id-8 #folders {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

/* ============================================
   Parent layout fix
   --------------------------------------------
   style.css sets `.page-id-8 .entry-content { display: flex;
   flex-direction: row; flex-wrap: wrap }` — a legacy rule from when
   `#folders` was the only child. Adding the orientation <section>
   makes them flow as two side-by-side flex items at wide viewports.
   Force a column stack on this page only.
   ============================================ */
body.page-id-8 .entry-content {
    flex-direction: column;
    align-items: center;
    gap: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

/* Keep products-home dashboard spacing/layout on ultra-wide screens.
   content-layout.css applies `.page-template .entry-content { padding: 0 10px !important; }`
   at >=1600px, which removes this top spacing unless we override it. */
@media (min-width: 1600px) {
    body.page-id-8.page-template .entry-content {
        flex-direction: column !important;
        padding: 0 !important;
    }
}

/* Ensure each direct child can occupy full row width up to its own
   max-width. Without this, flex shrinks them to content width. */
body.page-id-8 .entry-content > .dashboard-orientation,
body.page-id-8 .entry-content > #folders {
    width: 100%;
}

/* Trim the legacy 25px top padding on #folders — the scroll cue
   already provides the visual breathing room above the cards. */
body.page-id-8 .entry-content > #folders {
    padding-top: 0;
}

/* ============================================
   Wrapper
   ============================================ */
.dashboard-orientation {
    width: 100%;
    max-width: none;
    margin: 0 auto 8px;
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
}

/* ============================================
   Zone A — Welcome panel
   ============================================ */
.dashboard-orientation .dash-welcome {
    position: relative;
    max-width: none;
    margin: 0;
    border-radius: 0;
}

.dashboard-orientation .dash-welcome {
    background: linear-gradient(135deg, #1a2740 0%, #243a5c 100%);
    border: none;
    border-bottom: 1px solid rgba(201, 162, 39, 0.18);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.dashboard-orientation .dash-welcome::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #c9a227 30%, #b19452 50%, #c9a227 70%, transparent 100%);
}

/* Total Access branded header */
.dashboard-orientation .dash-welcome--ta {
    background: url('https://members.schiffsovereign.com/wp-content/uploads/2026/05/ta_header.png') center center / cover no-repeat;
    border-color: rgba(201, 162, 39, 0.35);
    position: relative;
}

.dashboard-orientation .dash-welcome--ta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 39, 64, 0.96) 0%, rgba(26, 39, 64, 0.85) 50%, rgba(26, 39, 64, 0.4) 100%);
    z-index: 0;
}

/* Premium branded header */
.dashboard-orientation .dash-welcome--premium {
    background: url('https://members.schiffsovereign.com/wp-content/uploads/2026/05/image_1778534177698_vpbpf1.png') right center / cover no-repeat;
    border-color: rgba(201, 162, 39, 0.35);
    position: relative;
}

.dashboard-orientation .dash-welcome--premium::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 39, 64, 0.96) 0%, rgba(26, 39, 64, 0.82) 55%, rgba(26, 39, 64, 0.3) 100%);
    z-index: 0;
}

.dashboard-orientation .dash-welcome--premium .dash-welcome__inner {
    position: relative;
    z-index: 1;
}

.dashboard-orientation .dash-welcome--premium::before {
    z-index: 2;
}

.dashboard-orientation .dash-welcome--premium .dash-welcome__dismiss {
    z-index: 2;
}

/* Strategic Assets branded header */
.dashboard-orientation .dash-welcome--sa {
    background: url('https://members.schiffsovereign.com/wp-content/uploads/2026/05/file_000000003ea071f5b5391af32237dee1.png') center center / cover no-repeat;
    border-color: rgba(201, 162, 39, 0.35);
    position: relative;
}

.dashboard-orientation .dash-welcome--sa::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 39, 64, 0.96) 0%, rgba(26, 39, 64, 0.82) 55%, rgba(26, 39, 64, 0.3) 100%);
    z-index: 0;
}

.dashboard-orientation .dash-welcome--sa .dash-welcome__inner {
    position: relative;
    z-index: 1;
}

.dashboard-orientation .dash-welcome--sa::before {
    z-index: 2;
}

.dashboard-orientation .dash-welcome--sa .dash-welcome__dismiss {
    z-index: 2;
}

/* Plan B branded header */
.dashboard-orientation .dash-welcome--pb {
    background: url('https://schiffsov.b-cdn.net/wp-content/uploads/2018/07/passport-index-background-image-1-1.jpg') center center / cover no-repeat;
    border-color: rgba(201, 162, 39, 0.35);
    position: relative;
}

.dashboard-orientation .dash-welcome--pb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 39, 64, 0.94) 0%, rgba(26, 39, 64, 0.8) 50%, rgba(26, 39, 64, 0.35) 100%);
    z-index: 0;
}

.dashboard-orientation .dash-welcome--pb .dash-welcome__inner {
    position: relative;
    z-index: 1;
}

.dashboard-orientation .dash-welcome--pb::before {
    z-index: 2;
}

.dashboard-orientation .dash-welcome--pb .dash-welcome__dismiss {
    z-index: 2;
}

.dashboard-orientation .dash-welcome--ta .dash-welcome__inner {
    position: relative;
    z-index: 1;
}

.dashboard-orientation .dash-welcome--ta::before {
    z-index: 2;
}

.dashboard-orientation .dash-welcome--ta .dash-welcome__dismiss {
    z-index: 2;
}

.dashboard-orientation .dash-welcome__inner {
    padding: 48px 40px 44px;
    text-align: left;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.dashboard-orientation .dash-welcome__main {
    flex: 1;
    min-width: 0;
}

.dashboard-orientation .dash-welcome--pb .dash-welcome__main,
.dashboard-orientation .dash-welcome--ta .dash-welcome__main,
.dashboard-orientation .dash-welcome--sa .dash-welcome__main,
.dashboard-orientation .dash-welcome--premium .dash-welcome__main {
    background: rgba(8, 13, 20, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 28px 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    display: flex;
    gap: 32px;
    align-items: center;
}

.dashboard-orientation .dash-welcome__main-content {
    flex: 1;
    min-width: 0;
}

.dashboard-orientation .dash-welcome__sidebar {
    display: none;
}

@media (min-width: 1024px) {
    .dashboard-orientation .dash-welcome__sidebar {
        display: block;
        flex: 0 0 240px;
    }
}

@media (min-width: 1240px) {
    .dashboard-orientation .dash-welcome__inner {
        padding: 56px 48px 48px;
    }
}

.dashboard-orientation .dash-welcome__title,
.dashboard-orientation .dash-welcome__lead,
.dashboard-orientation .dash-welcome__hint {
    text-align: left;
}

/* Membership Badge Sidebar */
.dashboard-orientation .dash-membership-badge {
    background: rgba(26, 39, 64, 0.85);
    border: 1px solid rgba(201, 162, 39, 0.25);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    padding: 20px;
    text-align: center;
}

.dashboard-orientation .dash-membership-badge__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 39, 0.15);
    border-radius: 50%;
    color: #d6b34a;
}

.dashboard-orientation .dash-membership-badge__level {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.dashboard-orientation .dash-membership-badge__since {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 12px;
}

.dashboard-orientation .dash-membership-badge__link {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #d6b34a;
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid rgba(201, 162, 39, 0.4);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.dashboard-orientation .dash-membership-badge__link:hover {
    background: rgba(201, 162, 39, 0.15);
    border-color: #d6b34a;
}

.dashboard-orientation .dash-welcome__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c9a227;
    margin-bottom: 10px;
}

.dashboard-orientation .dash-welcome__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.dashboard-orientation .dash-welcome__lead {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 6px 0;
    max-width: 760px;
}

.dashboard-orientation .dash-welcome__hint {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
    margin: 14px 0 0 0;
    max-width: 80ch;
}

.dashboard-orientation .dash-welcome__hint a {
    color: #d6b34a;
    text-decoration: underline;
    text-decoration-color: rgba(214, 179, 74, 0.45);
    text-underline-offset: 2px;
}

.dashboard-orientation .dash-welcome__hint a:hover {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

/* ============================================
   New-member onboarding banner variant
   ============================================ */
.dashboard-orientation .dash-welcome--banner {
    border-color: rgba(201, 162, 39, 0.32);
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(201, 162, 39, 0.08);
}

.dashboard-orientation .dash-welcome--banner::before {
    height: 4px;
}

.dashboard-orientation .dash-welcome--banner .dash-welcome__inner {
    padding-right: 56px; /* room for the X button */
}

.dashboard-orientation .dash-welcome__dismiss {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 0;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    z-index: 2;
}

.dashboard-orientation .dash-welcome__dismiss:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.dashboard-orientation .dash-welcome__dismiss-row {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
}

.dashboard-orientation .dash-welcome__dismiss-btn {
    background: transparent;
    border: 1px solid rgba(214, 179, 74, 0.45);
    color: #d6b34a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.dashboard-orientation .dash-welcome__dismiss-btn:hover {
    background: rgba(214, 179, 74, 0.12);
    border-color: #d6b34a;
    color: #ecc55a;
}

/* ============================================
   New-member onboarding steps
   ============================================ */
.dashboard-orientation .dash-welcome__steps {
    list-style: none;
    margin: 18px 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

/* Banner variant: 4 steps in a 2x2 grid (longer copy reads better) */
.dashboard-orientation .dash-welcome__steps--banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dashboard-orientation .dash-welcome__steps li {
    margin: 0;
    padding: 0;
}

.dashboard-orientation .dash-welcome__step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    height: 100%;
    box-sizing: border-box;
}

.dashboard-orientation .dash-welcome__step:hover {
    background: rgba(201, 162, 39, 0.08);
    border-color: rgba(201, 162, 39, 0.35);
    transform: translateY(-2px);
    text-decoration: none;
}

.dashboard-orientation .dash-welcome__step-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
}

.dashboard-orientation .dash-welcome__step-num {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.18);
    color: #d6b34a;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.dashboard-orientation .dash-welcome__step-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dashboard-orientation .dash-welcome__step-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.dashboard-orientation .dash-welcome__step-sub {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12.5px;
    line-height: 1.45;
}

.dashboard-orientation .dash-welcome__step-arrow {
    color: rgba(214, 179, 74, 0.7);
    font-size: 16px;
    line-height: 1;
    margin-top: 6px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.dashboard-orientation .dash-welcome__step:hover .dash-welcome__step-arrow {
    color: #d6b34a;
    transform: translateX(3px);
}

/* ============================================
   Zone W — What's New strip
   ============================================ */
.dashboard-orientation .dash-whats-new {
    margin: 24px 40px 0;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 18px 24px 20px;
}

.dashboard-orientation .dash-whats-new__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.dashboard-orientation .dash-whats-new__label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.45);
}

.dashboard-orientation .dash-whats-new__controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dashboard-orientation .dash-wn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    padding: 0;
}

.dashboard-orientation .dash-wn-arrow:hover:not(:disabled) {
    background: rgba(201, 162, 39, 0.12);
    border-color: rgba(201, 162, 39, 0.35);
    color: #d6b34a;
}

.dashboard-orientation .dash-wn-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

.dashboard-orientation .dash-whats-new__viewport {
    overflow: hidden;
}

.dashboard-orientation .dash-whats-new__track {
    display: flex;
    flex-direction: row;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.dashboard-orientation .dash-whats-new__page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.dashboard-orientation .dash-whats-new__more {
    font-size: 11px;
    font-weight: 600;
    color: #d6b34a;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.dashboard-orientation .dash-whats-new__more:hover {
    opacity: 1;
    text-decoration: none;
}

@media (max-width: 900px) {
    .dashboard-orientation .dash-whats-new__page {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .dashboard-orientation .dash-whats-new {
        margin-left: 16px;
        margin-right: 16px;
    }
    .dashboard-orientation .dash-whats-new__page {
        grid-template-columns: 1fr;
    }
}

.dashboard-orientation .dash-wn-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.dashboard-orientation .dash-wn-item:hover {
    background: rgba(201, 162, 39, 0.07);
    border-color: rgba(201, 162, 39, 0.25);
    text-decoration: none;
    color: inherit;
}

.dashboard-orientation .dash-wn-item--has-img {
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: background 0.2s ease, border-color 0.2s ease, background-position 0s;
}

.dashboard-orientation .dash-wn-item--has-img:hover {
    background-position: center center !important;
    background-size: 102% !important;
}

.dashboard-orientation .dash-wn-item--has-img::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(105deg, rgba(8, 14, 24, 0.96) 0%, rgba(8, 14, 24, 0.88) 55%, rgba(8, 14, 24, 0.45) 100%);
    pointer-events: none;
}

.dashboard-orientation .dash-wn-item--has-img > * {
    position: relative;
    z-index: 1;
}

.dashboard-orientation .dash-wn-item--has-img:hover {
    border-color: rgba(201, 162, 39, 0.35);
}

.dashboard-orientation .dash-wn-item--has-img .dash-wn-item__title {
    color: #fff;
}

.dashboard-orientation .dash-wn-item__icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(201, 162, 39, 0.1);
    color: #d6b34a;
}

.dashboard-orientation .dash-wn-item__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.dashboard-orientation .dash-wn-item__type {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #d6b34a;
    line-height: 1.4;
}

.dashboard-orientation .dash-wn-item__title {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dashboard-orientation .dash-wn-item__age {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 4px;
}

/* ============================================
   Zone B — Quick Access tiles
   ============================================ */
.dashboard-orientation .dash-tiles {
    list-style: none;
    margin: 28px auto 0;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 1200px;
    overflow: visible;
}

@media (min-width: 1240px) {
    .dashboard-orientation .dash-tiles {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 1200px;
    }
}

/* 5-column layout for Premium (5 tiles in one row) */
@media (min-width: 1240px) {
    .dashboard-orientation .dash-tiles--5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.dashboard-orientation .dash-tile {
    margin: 0;
    padding: 0;
    display: flex;
}

.dashboard-orientation .dash-tile__link {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-align: left;
    gap: 0;
    padding: 20px 18px 20px;
    background-image: linear-gradient(160deg, #111b2a 0%, #0f1923 55%, #131f30 100%);
    background-color: #111b2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), border-color 0.25s ease, box-shadow 0.3s ease, background-color 0.25s ease;
    height: 180px;
    box-sizing: border-box;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.dashboard-orientation .dash-tile__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px 12px 0 0;
    pointer-events: none;
    z-index: 2;
}

.dashboard-orientation .dash-tile__link:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 162, 39, 0.4);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(201, 162, 39, 0.15);
    background-color: #1a2c42;
    text-decoration: none;
}

.dashboard-orientation .dash-tile[data-key] .dash-tile__link:hover::after {
    background: linear-gradient(
        to right,
        rgba(8, 13, 20, 0.95) 0%,
        rgba(8, 13, 20, 0.80) 30%,
        rgba(8, 13, 20, 0.35) 60%,
        rgba(8, 13, 20, 0.00) 100%
    );
}

/* Center steps grid content */
.dashboard-orientation .dash-welcome__step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    height: 100%;
    box-sizing: border-box;
}

.dashboard-orientation .dash-tile__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(201, 162, 39, 0.1);
    color: #d6b34a;
    flex-shrink: 0;
    align-self: flex-start;
    margin-right: 14px;
    margin-top: 1px;
    transition: transform 0.3s ease, background 0.25s ease, color 0.25s ease;
}

.dashboard-orientation .dash-tile__link:hover .dash-tile__icon {
    background: rgba(201, 162, 39, 0.18);
    color: #ecc55a;
    transform: rotate(3deg) scale(1.05);
}

.dashboard-orientation .dash-tile__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.dashboard-orientation .dash-tile__title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.dashboard-orientation .dash-tile__desc {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
    display: inline;
    background: rgba(6, 12, 22, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 4px;
    padding: 1px 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.dashboard-orientation .dash-tile__cta {
    margin-top: auto;
}

.dashboard-orientation .dash-tile__cta-btn {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #d6b34a;
    border: 1px solid rgba(201, 162, 39, 0.35);
    border-radius: 6px;
    padding: 5px 12px;
    background: rgba(201, 162, 39, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    pointer-events: none;
}

.dashboard-orientation .dash-tile__link:hover .dash-tile__cta-btn {
    background: linear-gradient(135deg, #c9a227 0%, #a07d18 100%);
    border-color: #c9a227;
    color: #1a2742;
}

.dashboard-orientation .tile-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #c9a227;
    color: #1a2742;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 1;
}

/* ============================================
   Tile background images (keyed by data-key attribute)
   Dark overlay applied via .dash-tile__link::after so text stays readable.
   Images live in /wp-content/themes/sovereignmanV2-child/images/tile-images/
   ============================================ */

.dashboard-orientation .dash-tile[data-key] .dash-tile__link {
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dashboard-orientation .dash-tile[data-key] .dash-tile__link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(8, 13, 20, 0.97) 0%,
        rgba(8, 13, 20, 0.90) 30%,
        rgba(8, 13, 20, 0.55) 60%,
        rgba(8, 13, 20, 0.10) 100%
    );
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

.dashboard-orientation .dash-tile[data-key] .dash-tile__link > * {
    position: relative;
    z-index: 1;
}

/* Individual tile images */
.dashboard-orientation .dash-tile[data-key="start-here"] .dash-tile__link { /* stylelint-disable-line */
    background-image: url('../images/tile-images/start-here.png');
}
.dashboard-orientation .dash-tile[data-key="latest-content"] .dash-tile__link {
    background-image: url('../images/tile-images/latest-content.png');
}
.dashboard-orientation .dash-tile[data-key="video-library"] .dash-tile__link {
    background-image: url('../images/tile-images/video-library.png');
}
.dashboard-orientation .dash-tile[data-key="find-provider"] .dash-tile__link {
    background-image: url('../images/tile-images/find-provider.png');
}
.dashboard-orientation .dash-tile[data-key="tools"] .dash-tile__link {
    background-image: url('../images/tile-images/tools.png');
}
.dashboard-orientation .dash-tile[data-key="saved-posts"] .dash-tile__link {
    background-image: url('../images/tile-images/saved-posts.png');
}
.dashboard-orientation .dash-tile[data-key="billing"] .dash-tile__link {
    background-image: url('../images/tile-images/billing.png');
}
.dashboard-orientation .dash-tile[data-key="ask-ai"] .dash-tile__link {
    background-image: url('../images/tile-images/ask-ai.png');
}
.dashboard-orientation .dash-tile[data-key="panama-conference"] .dash-tile__link {
    background-image: url('../images/tile-images/panama-conference.png');
}
.dashboard-orientation .dash-tile[data-key="events"] .dash-tile__link {
    background-image: url('../images/tile-images/events.png');
}
.dashboard-orientation .dash-tile[data-key="video-library-pb"] .dash-tile__link {
    background-image: url('../images/tile-images/video-library-pb.png');
}
.dashboard-orientation .dash-tile[data-key="monthly-research"] .dash-tile__link {
    background-image: url('../images/tile-images/monthly-research.png');
}
.dashboard-orientation .dash-tile[data-key="updates"] .dash-tile__link {
    background-image: url('../images/tile-images/updates.png');
}
.dashboard-orientation .dash-tile[data-key="portfolio"] .dash-tile__link {
    background-image: url('../images/tile-images/portfolio.png');
}
.dashboard-orientation .dash-tile[data-key="contact"] .dash-tile__link {
    background-image: url('../images/tile-images/contact.png');
}
.dashboard-orientation .dash-tile[data-key="faq"] .dash-tile__link {
    background-image: url('../images/tile-images/faq.png');
}
.dashboard-orientation .dash-tile[data-key="monthly"] .dash-tile__link {
    background-image: url('../images/tile-images/monthly.png');
}
.dashboard-orientation .dash-tile[data-key="peter-schiff-show"] .dash-tile__link {
    background-image: url('../images/tile-images/peter-schiff-show.png');
}

/* Dark mode: invert-safe — keep the overlay opaque so images don't look odd when inverted */
.darkmode--activated .dashboard-orientation .dash-tile[data-key] .dash-tile__link::after {
    background: rgba(255, 255, 255, 0.75) !important;
}

/* ============================================
   Light-mode (when site dark mode is OFF)
   The site loads "darkmode--activated" on the body when the user has
   toggled dark mode. When that class is ABSENT we may be on a light
   surface — keep the panel dark-navy but adjust outer spacing borders.
   The dark navy welcome works on both light and dark page backgrounds,
   so no further adjustments needed for now.
   ============================================ */

/* ============================================
   Scroll cue — bouncing chevron pointing to membership cards
   ============================================ */
.dashboard-orientation .dash-scroll-cue {
    margin: 36px auto 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: rgba(214, 179, 74, 0.85);
    user-select: none;
    pointer-events: none;
}

.dashboard-orientation .dash-scroll-cue__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffffff;
}

.dashboard-orientation .dash-scroll-cue__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    animation: dash-scroll-cue-bounce 1.6s ease-in-out infinite;
}

@keyframes dash-scroll-cue-bounce {
    0%, 100% { transform: translateY(0); opacity: 0.65; }
    50%      { transform: translateY(8px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .dashboard-orientation .dash-scroll-cue__chevron {
        animation: none;
        opacity: 0.85;
    }
}

/* ============================================
   Responsive — Tablet
   ============================================ */
@media (max-width: 991px) {
    .dashboard-orientation .dash-welcome__inner {
        padding: 22px 22px 24px;
    }
    .dashboard-orientation .dash-welcome__steps {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Responsive — Mobile
   ============================================ */
@media (max-width: 600px) {
    .dashboard-orientation {
        padding: 0;
        margin-bottom: 22px;
    }
    .dashboard-orientation .dash-welcome__inner {
        padding: 28px 20px 24px;
    }
    .dashboard-orientation .dash-welcome__title {
        font-size: 26px;
    }
    .dashboard-orientation .dash-welcome__lead {
        font-size: 14px;
    }
    .dashboard-orientation .dash-tiles {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 16px;
    }
    .dashboard-orientation .dash-tile__link {
        flex-direction: row;
        align-items: center;
        text-align: left;
        min-height: 0;
        padding: 16px 18px;
        gap: 14px;
    }
    .dashboard-orientation .dash-tile__icon {
        width: 38px;
        height: 38px;
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .dashboard-orientation .dash-tile__title {
        font-size: 14.5px;
    }
    .dashboard-orientation .dash-tile__desc {
        display: inline;
    }
    .dashboard-orientation .dash-stats {
        padding: 0 16px;
    }
    .dashboard-orientation .dash-tiles-section__title {
        padding: 0 16px;
    }
    .dashboard-orientation .dash-sa-nav {
        padding: 0 16px;
    }
}

/* ============================================
   Zone C — Member Stats Row
   ============================================ */
.dashboard-orientation .dash-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 1200px;
    margin: 28px auto 0;
    padding: 0 40px;
}

@media (min-width: 1240px) {
    .dashboard-orientation .dash-stats {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1200px;
    }
}

.dashboard-orientation .dash-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 20px 14px;
    background: linear-gradient(160deg, #111b2a 0%, #0f1923 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    box-sizing: border-box;
}

.dashboard-orientation .dash-stat__icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.14);
    color: #d6b34a;
}

.dashboard-orientation .dash-stat__value {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
}

.dashboard-orientation .dash-stat__label {
    font-size: 11.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.3;
}

/* ============================================
   Zone D — Utility tiles variant
   Uses .dash-tiles base styles, smaller/lighter appearance
   ============================================ */
.dashboard-orientation .dash-tiles--utility {
    margin-top: 14px;
    gap: 14px;
}

.dashboard-orientation .dash-tiles--utility .dash-tile__link {
    background-image: linear-gradient(160deg, #0d1520 0%, #0b1119 55%, #111b2a 100%);
    background-color: #0d1520;
    border-color: rgba(255, 255, 255, 0.06);
    min-height: 110px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.dashboard-orientation .dash-tiles--utility .dash-tile__link:hover {
    background-color: #162438;
}

.dashboard-orientation .dash-tiles--utility .dash-tile__icon {
    background: rgba(201, 162, 39, 0.14);
    color: #d6b34a;
}

.dashboard-orientation .dash-tiles--utility .dash-tile__link:hover .dash-tile__icon {
    background: rgba(201, 162, 39, 0.22);
    color: #ecc55a;
}

/* ============================================
   Featured Event Box (Total Access)
   ============================================ */
.dashboard-orientation .dash-featured-event {
    display: block;
    cursor: pointer;
    color: inherit;
    position: relative;
    background: url('../images/tile-images/panama-conference.png') right center / cover no-repeat;
    background-color: #0a1018;
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 16px;
    overflow: hidden;
    margin: 28px 40px 0;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.dashboard-orientation .dash-featured-event::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(8, 13, 20, 0.70) 0%, rgba(8, 13, 20, 0.50) 50%, rgba(8, 13, 20, 0.15) 100%);
    z-index: 0;
    pointer-events: none;
}

.dashboard-orientation .dash-featured-event__content,
.dashboard-orientation .dash-featured-event__badge {
    position: relative;
    z-index: 1;
}

.dashboard-orientation .dash-featured-event__main {
    background: rgba(8, 13, 20, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 20px 24px;
    max-width: 620px;
}

.dashboard-orientation .dash-featured-event__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a2742;
    background: linear-gradient(135deg, #d6b34a 0%, #b19452 100%);
    padding: 5px 12px;
    border-radius: 6px;
}

.dashboard-orientation .dash-featured-event__content {
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-orientation .dash-featured-event__action {
    margin-top: 16px;
}

.dashboard-orientation .dash-featured-event__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.dashboard-orientation .dash-featured-event__tagline {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 16px 0;
    line-height: 1.5;
}

.dashboard-orientation .dash-featured-event__meta {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.dashboard-orientation .dash-featured-event__date,
.dashboard-orientation .dash-featured-event__location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #d6b34a;
}

.dashboard-orientation .dash-featured-event__date svg,
.dashboard-orientation .dash-featured-event__location svg {
    flex-shrink: 0;
}

.dashboard-orientation .dash-featured-event__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-orientation .dash-featured-event__highlights li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    position: relative;
    padding-left: 14px;
}

.dashboard-orientation .dash-featured-event__highlights li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #d6b34a;
    font-size: 10px;
    top: 1px;
}

.dashboard-orientation .dash-featured-event__action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    text-align: right;
}

@media (max-width: 768px) {
    .dashboard-orientation .dash-featured-event__action {
        align-items: flex-start;
        text-align: left;
    }
}

.dashboard-orientation .dash-featured-event__cta {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #1a2742;
    background: linear-gradient(135deg, #d6b34a 0%, #b19452 100%);
    padding: 12px 24px;
    border-radius: 8px;
    white-space: nowrap;
}

.dashboard-orientation .dash-featured-event__cta--disabled {
    background: linear-gradient(135deg, #3a4a5e 0%, #2a3a4e 100%);
    color: rgba(255, 255, 255, 0.6);
    cursor: default;
}

.dashboard-orientation .dash-featured-event__cta--btn {
    background: linear-gradient(135deg, #c9a227 0%, #a07d18 100%);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.dashboard-orientation .dash-featured-event__cta--btn:hover {
    background: linear-gradient(135deg, #dbb835 0%, #b38f25 100%);
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

.dashboard-orientation .dash-featured-event__note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    max-width: 200px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .dashboard-orientation .dash-featured-event__note {
        max-width: none;
    }
}

/* ============================================
   Tile Sections (Total Access / Plan B separation)
   ============================================ */
.dashboard-orientation .dash-tiles-section {
    margin-top: 28px;
}

.dashboard-orientation .dash-tiles-section__title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    padding: 0 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.dashboard-orientation .dash-tiles-section__title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(201, 162, 39, 0.25), rgba(201, 162, 39, 0));
}

.dashboard-orientation .dash-tiles-section__title a {
    color: #d6b34a;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.dashboard-orientation .dash-tiles-section__title a:hover {
    color: #e8c95a;
    text-decoration: none;
}

.dashboard-orientation .dash-tiles-section--sa {
    margin-top: 28px;
    padding-top: 0;
}

.dashboard-orientation .dash-tiles-section--sa .dash-tiles--3col {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 600px) {
    .dashboard-orientation .dash-tiles-section--sa .dash-tiles--3col {
        grid-template-columns: 1fr;
    }
}

/* Featured/TA Exclusive Badge — sits above the card, top-left corner */
.dashboard-orientation .dash-tile__badge {
    position: absolute;
    top: -11px;
    left: 14px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a2742;
    background: linear-gradient(135deg, #d6b34a 0%, #b19452 100%);
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 3;
    white-space: nowrap;
}

.dashboard-orientation .dash-tiles--featured {
    padding-top: 16px;
    margin-top: 8px;
}

.dashboard-orientation .dash-tile--featured {
    position: relative;
}

.dashboard-orientation .dash-tile--featured .dash-tile__link {
    position: relative;
    border: 1px solid rgba(201, 162, 39, 0.35);
    background-image: linear-gradient(160deg, #1f3350 0%, #243a5c 100%);
    background-color: #1f3350;
}

.dashboard-orientation .dash-tile--featured .dash-tile__link:hover {
    border-color: rgba(201, 162, 39, 0.6);
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.15);
}

.dashboard-orientation .dash-tile--featured[data-key] .dash-tile__link {
    background-color: transparent;
}
.dashboard-orientation .dash-tile--featured[data-key] .dash-tile__link:hover {
    background-color: transparent;
}

.dashboard-orientation .dash-tile--featured .dash-tile__icon {
    background: rgba(201, 162, 39, 0.25);
    color: #ecc55a;
}


/* ============================================
   Responsive — Mobile (1 column for tiles)
   ============================================ */
@media (max-width: 600px) {
    .dashboard-orientation .dash-tiles {
        grid-template-columns: 1fr;
    }
    .dashboard-orientation .dash-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .dashboard-orientation .dash-stat {
        padding: 14px 8px;
    }
    .dashboard-orientation .dash-stat__value {
        font-size: 18px;
    }
    .dashboard-orientation .dash-sa-nav {
        flex-wrap: wrap;
    }
}

/* ============================================
   Clickable Stats
   ============================================ */
.dashboard-orientation .dash-stat--link {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dashboard-orientation .dash-stat--link:hover {
    border-color: rgba(201, 162, 39, 0.35);
    background: linear-gradient(160deg, #1f3252 0%, #243a5c 100%);
    transform: translateY(-2px);
}

.dashboard-orientation .dash-stat--link:hover .dash-stat__icon {
    background: rgba(201, 162, 39, 0.25);
    color: #ecc55a;
}

/* ============================================
   Strategic Assets Navigation
   ============================================ */
.dashboard-orientation .dash-sa-nav {
    display: flex;
    gap: 14px;
    max-width: 1200px;
    margin: 28px auto 0;
    padding: 0 40px;
}

.dashboard-orientation .dash-sa-nav__link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 16px 14px;
    background: linear-gradient(160deg, #1a2740 0%, #1f3252 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.dashboard-orientation .dash-sa-nav__link:hover {
    border-color: rgba(201, 162, 39, 0.35);
    background: linear-gradient(160deg, #1f3252 0%, #243a5c 100%);
    transform: translateY(-2px);
}

.dashboard-orientation .dash-sa-nav__icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.14);
    color: #d6b34a;
}

.dashboard-orientation .dash-sa-nav__link:hover .dash-sa-nav__icon {
    background: rgba(201, 162, 39, 0.25);
    color: #ecc55a;
}

.dashboard-orientation .dash-sa-nav__label {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

/* ============================================
   No Active Membership state
   ============================================ */

/* Welcome panel: amber/muted variant instead of blue gradient */
.dashboard-orientation .dash-welcome--no-membership {
    background: linear-gradient(135deg, #1a1e2a 0%, #1f2535 100%);
    border-bottom-color: rgba(180, 120, 30, 0.3);
}

.dashboard-orientation .dash-welcome--no-membership::before {
    background: linear-gradient(90deg, transparent 0%, #b47a1e 30%, #8a5c10 50%, #b47a1e 70%, transparent 100%);
    opacity: 0.7;
}

/* Badge icon: muted grey for no-membership */
.dashboard-orientation .dash-welcome--no-membership .dash-membership-badge__icon {
    background: rgba(180, 120, 30, 0.12);
    color: #c9922a;
}

/* Notice banner — amber alert bar between welcome and tiles */
.dashboard-orientation .dash-no-membership-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 14px 20px;
    background: rgba(180, 100, 20, 0.12);
    border: 1px solid rgba(180, 100, 20, 0.35);
    border-radius: 10px;
    box-sizing: border-box;
    /* Match the horizontal padding of .dash-tiles */
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px);
}

@media (max-width: 600px) {
    .dashboard-orientation .dash-no-membership-notice {
        width: calc(100% - 32px);
        margin-top: 16px;
    }
}

.dashboard-orientation .dash-no-membership-notice__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d6922a;
    margin-top: 1px;
}

.dashboard-orientation .dash-no-membership-notice__text {
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
}

.dashboard-orientation .dash-no-membership-notice__text a {
    color: #d6b34a;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(214, 179, 74, 0.5);
}

.dashboard-orientation .dash-no-membership-notice__text a:hover {
    color: #ecc55a;
    text-decoration-color: #ecc55a;
}

/* Dark mode support */
.darkmode--activated .dashboard-orientation .dash-no-membership-notice {
    background: #fff !important;
}

/* ============================================
   Re-subscribe cue (above product cards, no-membership only)
   ============================================ */
.products-resubscribe-cue {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 28px 0 8px;
    user-select: none;
    pointer-events: none;
}

.products-resubscribe-cue__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.products-resubscribe-cue__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d6b34a;
    animation: dash-scroll-cue-bounce 1.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .products-resubscribe-cue__chevron {
        animation: none;
        opacity: 0.85;
    }
}
