:root {
    --rld-navy: #10253f;
    --rld-blue: #1769e0;
    --rld-sky: #eaf3ff;
    --rld-gold: #d8a848;
    --rld-text: #172033;
    --rld-muted: #667085;
    --rld-border: #dce4ef;
}

body {
    color: var(--rld-text);
    background: #fff;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--rld-border);
    backdrop-filter: blur(14px);
    z-index: 1050;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--rld-navy);
    line-height: 1;
}

.navbar-brand:hover { color: var(--rld-navy); }
.navbar-brand span:last-child { display: flex; flex-direction: column; font-size: .92rem; }
.navbar-brand em { color: var(--rld-blue); font-style: normal; font-size: .78rem; margin-top: .2rem; }
.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-grid;
    place-items: center;
    color: white;
    background: linear-gradient(135deg, var(--rld-blue), var(--rld-navy));
    font-weight: 800;
}

.nav-link { color: #344054; font-weight: 600; font-size: .92rem; }
.nav-link:hover { color: var(--rld-blue); }
.language-switch { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--rld-border); border-radius: 50%; text-decoration: none; font-weight: 800; }

.btn-primary { background: var(--rld-blue); border-color: var(--rld-blue); }
.btn-primary:hover { background: #0f58bd; border-color: #0f58bd; }

.hero-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(23,105,224,.20), transparent 25%),
        radial-gradient(circle at 5% 90%, rgba(216,168,72,.15), transparent 20%),
        linear-gradient(180deg, #f7faff, #ffffff);
}

.py-lg-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.hero-eyebrow { color: var(--rld-blue); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; font-size: .78rem; margin-bottom: 1rem; }
.hero-section h1 { color: var(--rld-navy); font-weight: 800; font-size: clamp(2.3rem, 5.2vw, 4.7rem); letter-spacing: -.045em; line-height: 1.02; }
.hero-copy { font-size: 1.2rem; color: var(--rld-muted); max-width: 760px; margin: 1.4rem 0 2rem; }
.search-panel { background: white; padding: 1.25rem; border: 1px solid var(--rld-border); border-radius: 20px; box-shadow: 0 24px 70px rgba(16,37,63,.12); }
.search-panel .form-label { font-weight: 700; font-size: .88rem; }
.search-panel .form-control { min-height: 56px; font-size: .96rem; border-color: var(--rld-border); }

.portrait-composition { position: relative; min-height: 480px; display: grid; place-items: center; }
.portrait-card-main { width: min(100%, 330px); background: white; border-radius: 28px; padding: 14px; box-shadow: 0 30px 90px rgba(16,37,63,.2); border: 1px solid rgba(255,255,255,.7); transform: rotate(2deg); }
.portrait-placeholder { aspect-ratio: 4/5; border-radius: 21px; background: linear-gradient(145deg, #d8e8fb, #9fc5ef); display: grid; place-items: center; color: rgba(16,37,63,.55); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.homepage-professional-image { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: 21px; background: linear-gradient(145deg, #d8e8fb, #9fc5ef); }
.portrait-details { display: flex; flex-direction: column; padding: 1rem .4rem .5rem; gap: .35rem; }
.portrait-details strong { color: var(--rld-navy); font-size: 1.2rem; }
.portrait-details span, .portrait-details small { color: var(--rld-muted); }
.floating-badge { position: absolute; background: white; border-radius: 999px; padding: .75rem 1rem; box-shadow: 0 16px 45px rgba(16,37,63,.17); font-weight: 800; font-size: .83rem; }
.badge-one { top: 14%; left: 0; }
.badge-two { top: 49%; right: -2%; }
.badge-three { bottom: 10%; left: 3%; }

.feature-section { background: #fff; }
.feature-card { border: 1px solid var(--rld-border); border-radius: 22px; padding: 2rem; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 22px 60px rgba(16,37,63,.09); }
.feature-card h2 { color: var(--rld-navy); font-size: 1.25rem; font-weight: 800; }
.feature-card p { color: var(--rld-muted); margin-bottom: 0; }
.feature-number { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--rld-sky); color: var(--rld-blue); font-weight: 900; margin-bottom: 1.4rem; }

.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: linear-gradient(135deg, var(--rld-navy), #1b4778); color: white; border-radius: 28px; padding: clamp(2rem, 5vw, 4rem); box-shadow: 0 30px 80px rgba(16,37,63,.2); }
.cta-panel h2 { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 800; letter-spacing: -.035em; }
.cta-panel p { margin-bottom: 0; max-width: 760px; opacity: .85; }
.cta-panel .hero-eyebrow { color: #a8caff; }

.site-footer { background: #0b192b; color: #d4deea; }
.site-footer a { color: #d4deea; text-decoration: none; display: block; margin-bottom: .55rem; }
.site-footer a:hover { color: white; }
.site-footer h2 { color: white; font-weight: 800; }
.footer-brand { color: white; font-weight: 900; font-size: 1.25rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.error-code { color: var(--rld-blue); font-size: clamp(5rem, 15vw, 10rem); font-weight: 900; line-height: 1; opacity: .15; }

@media (max-width: 991.98px) {
    .navbar-collapse { padding: 1rem 0; }
    .portrait-composition { min-height: 420px; }
    .cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575.98px) {
    .py-lg-6 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
    .portrait-composition { min-height: 390px; }
    .floating-badge { font-size: .72rem; padding: .6rem .75rem; }
    .badge-one { left: -1%; }
    .badge-two { right: -1%; }
}


.auth-section { background: linear-gradient(180deg, #f5f9ff, #ffffff); min-height: 70vh; }
.auth-shell { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); overflow: hidden; border: 1px solid var(--rld-border); border-radius: 28px; background: white; box-shadow: 0 28px 80px rgba(16,37,63,.12); }
.auth-intro { padding: clamp(2rem, 5vw, 4rem); background: linear-gradient(145deg, var(--rld-navy), #1c4c80); color: white; }
.auth-intro h1 { font-weight: 800; letter-spacing: -.035em; }
.auth-intro p { color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; }
.auth-intro .hero-eyebrow { color: #a8caff; }
.auth-benefits { list-style: none; padding: 0; margin: 2rem 0 0; }
.auth-benefits li { position: relative; padding: .7rem 0 .7rem 2rem; color: rgba(255,255,255,.9); }
.auth-benefits li::before { content: '✓'; position: absolute; left: 0; color: #8bc2ff; font-weight: 900; }
.auth-card { padding: clamp(1.75rem, 4vw, 3.5rem); background: white; }
.auth-card.single-card { border: 1px solid var(--rld-border); border-radius: 24px; box-shadow: 0 24px 70px rgba(16,37,63,.1); }
.auth-card .form-control, .auth-card .form-select { min-height: 50px; border-color: var(--rld-border); }
.consent-check { padding: 1rem 1rem 1rem 2.6rem; border: 1px solid var(--rld-border); border-radius: 14px; }
.consent-check .form-check-input { margin-left: -1.55rem; margin-top: .25rem; }
.consent-check label { display: flex; flex-direction: column; gap: .25rem; }
.consent-check label span { color: var(--rld-muted); font-size: .86rem; line-height: 1.45; }
.consent-check.consent-optional { background: #f8fbff; }
.optional-label { display: inline !important; margin-left: .35rem; font-size: .7rem !important; text-transform: uppercase; color: var(--rld-blue) !important; }
.human-check { border: 1px dashed #a7b7cb; border-radius: 14px; padding: 1rem; background: #f8fafc; }
.human-check.is-complete { border-color: #279264; background: #f0faf6; }
.status-icon { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 1.5rem; background: var(--rld-sky); color: var(--rld-blue); font-weight: 900; font-size: 1.6rem; }
.verification-address { display: inline-block; background: #f4f7fb; border-radius: 999px; padding: .6rem 1rem; font-weight: 700; }
.account-section { background: #f6f8fb; min-height: 70vh; }
.dashboard-card { background: white; border: 1px solid var(--rld-border); border-radius: 20px; padding: 1.75rem; height: 100%; }
.metric-value { font-size: 2.7rem; font-weight: 900; color: var(--rld-blue); line-height: 1; margin: 1rem 0 .35rem; }

@media (max-width: 991.98px) {
    .auth-shell { grid-template-columns: 1fr; }
}


.profile-sticky { position: sticky; top: 95px; }
.portrait-editor, .preview-portrait { aspect-ratio: 4/5; border-radius: 20px; overflow: hidden; background: #edf3fa; }
.portrait-editor img, .preview-portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-empty { width: 100%; height: 100%; display: grid; place-items: center; text-align: center; padding: 1rem; color: var(--rld-muted); font-weight: 800; background: linear-gradient(145deg,#eaf3ff,#d7e5f5); }
.profile-section-title { color: var(--rld-navy); font-size: 1.2rem; font-weight: 800; border-bottom: 1px solid var(--rld-border); padding-bottom: 1rem; margin-bottom: 1.25rem; }
.profile-form .form-control, .profile-form .form-select { min-height: 48px; border-color: var(--rld-border); }
.profile-form textarea.form-control { min-height: auto; }
.check-card { display: flex; gap: .7rem; align-items: flex-start; height: 100%; padding: .85rem; border: 1px solid var(--rld-border); border-radius: 13px; cursor: pointer; background: #fff; }
.check-card:has(input:checked) { border-color: var(--rld-blue); background: var(--rld-sky); }
.language-card { border: 1px solid var(--rld-border); border-radius: 13px; padding: .85rem; height: 100%; }
.service-area-row { border: 1px solid var(--rld-border); border-radius: 16px; padding: 1rem; margin-top: 1rem; background: #fafcff; }
.profile-preview-hero { background: linear-gradient(180deg,#f1f7ff,#fff); }
.profile-preview-card { background: #fff; border: 1px solid var(--rld-border); border-radius: 28px; padding: clamp(1.5rem,4vw,3rem); box-shadow: 0 28px 80px rgba(16,37,63,.12); }
.profile-preview-card h1 { color: var(--rld-navy); font-weight: 900; letter-spacing: -.035em; }
.profile-meta-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-top: 1.5rem; }
.profile-meta-grid div { border-left: 3px solid var(--rld-blue); padding-left: .85rem; }
.profile-meta-grid span { display: block; color: var(--rld-muted); font-size: .78rem; text-transform: uppercase; font-weight: 800; }
.profile-meta-grid strong { display: block; color: var(--rld-navy); }
.profile-biography { line-height: 1.8; color: #344054; }
.service-preview { padding: 1rem; border: 1px solid var(--rld-border); border-radius: 14px; display: flex; flex-direction: column; }
.service-preview span,.service-preview small { color: var(--rld-muted); }
.profile-dashboard-card { background: linear-gradient(135deg,#fff,#f3f8ff); }
.dashboard-portrait { width: 110px; aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; background: var(--rld-navy); color: #fff; display: grid; place-items: center; font-size: 1.7rem; font-weight: 900; }
.dashboard-portrait img { width: 100%; height: 100%; object-fit: cover; }
.profile-score { display: flex; flex-direction: column; align-items: flex-end; }
.profile-score strong { color: var(--rld-blue); font-size: 2.2rem; line-height: 1; }
.profile-score span { color: var(--rld-muted); font-size: .8rem; }
@media (max-width:991.98px){.profile-sticky{position:static}.profile-meta-grid{grid-template-columns:1fr}}

/* Package 4: public directory */
.directory-hero,
.public-profile-hero {
    background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
}
.directory-hero h1,
.public-profile-hero h1 {
    color: var(--rld-navy);
    font-weight: 900;
    letter-spacing: -.035em;
}
.directory-total { color: var(--rld-blue); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.directory-filter-panel {
    margin-top: -1.5rem;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid var(--rld-border);
    border-radius: 24px;
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 24px 70px rgba(16,37,63,.1);
}
.directory-filter-panel .form-label { font-weight: 800; font-size: .82rem; color: var(--rld-navy); }
.directory-filter-panel .form-control,
.directory-filter-panel .form-select { min-height: 48px; border-color: var(--rld-border); }
.professional-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--rld-border);
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(16,37,63,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.professional-card:hover { transform: translateY(-4px); box-shadow: 0 24px 65px rgba(16,37,63,.12); }
.professional-card-portrait {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: linear-gradient(145deg,#dbeaff,#b8d3ef);
    display: grid;
    place-items: center;
    color: var(--rld-navy);
    font-size: 4rem;
    font-weight: 900;
    text-decoration: none;
}
.professional-card-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.featured-ribbon { position: absolute; top: 14px; left: 14px; background: var(--rld-gold); color: #2d2109; border-radius: 999px; padding: .42rem .75rem; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.professional-card-body { padding: 1.2rem; display: flex; flex-direction: column; flex: 1; }
.professional-card h2 { margin-bottom: .2rem; }
.professional-card h2 a { color: var(--rld-navy); text-decoration: none; font-weight: 900; }
.professional-role { color: var(--rld-blue); font-weight: 800; font-size: .88rem; }
.professional-brokerage,.professional-location { color: var(--rld-muted); font-size: .86rem; margin-top: .35rem; }
.professional-summary { color: #475467; line-height: 1.55; margin: .9rem 0; }
.trust-badge { display: inline-flex; align-items: center; border: 1px solid #cfd9e7; border-radius: 999px; padding: .32rem .6rem; color: #475467; background: #f8fafc; font-size: .7rem; font-weight: 800; }
.trust-badge-verified { background: #edf9f3; border-color: #b9e2ce; color: #13724a; }
.card-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .8rem; }
.card-tags a { color: var(--rld-blue); background: var(--rld-sky); border-radius: 999px; padding: .35rem .55rem; text-decoration: none; font-size: .72rem; font-weight: 700; }
.professional-languages { color: var(--rld-muted); font-size: .78rem; }
.professional-card-footer { margin-top: auto; padding-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: .7rem; color: var(--rld-muted); font-size: .75rem; }
.directory-empty { max-width: 680px; margin: 4rem auto 1rem; padding: 3rem; border: 1px dashed #b7c4d5; border-radius: 24px; text-align: center; background: #f9fbfd; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.section-heading h2 { color: var(--rld-navy); font-weight: 900; }
.home-directory-section { background: #f7f9fc; }
.home-country { display: flex; align-items: center; gap: 1rem; border: 1px solid var(--rld-border); border-radius: 20px; padding: 1.35rem; color: var(--rld-navy); text-decoration: none; background: #fff; }
.home-country > span { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: var(--rld-sky); color: var(--rld-blue); font-weight: 900; }
.home-country div { display: flex; flex-direction: column; flex: 1; }
.home-country strong { font-size: 1.15rem; }
.home-country small { color: var(--rld-muted); }
.location-country-card { min-height: 220px; display: flex; justify-content: space-between; align-items: center; padding: clamp(1.5rem,4vw,3rem); border-radius: 28px; background: linear-gradient(135deg,var(--rld-navy),#21558c); color: #fff; text-decoration: none; box-shadow: 0 24px 65px rgba(16,37,63,.16); }
.location-country-card:hover { color:#fff; transform: translateY(-3px); }
.location-country-card h2 { font-size: 2rem; font-weight: 900; }
.location-country-card p { color: rgba(255,255,255,.72); margin: 0; }
.country-code { display: inline-block; margin-bottom: 1rem; color: #a8caff; font-weight: 900; letter-spacing: .1em; }
.location-arrow { font-size: 2.5rem; }
.region-card,.city-link-grid a,.specialty-directory-grid a { display:flex; align-items:center; justify-content:space-between; gap:1rem; border:1px solid var(--rld-border); border-radius:16px; padding:1rem 1.15rem; text-decoration:none; color:var(--rld-navy); background:#fff; }
.region-card:hover,.city-link-grid a:hover,.specialty-directory-grid a:hover { border-color:#9bbce7; box-shadow:0 12px 30px rgba(16,37,63,.08); }
.region-card span,.city-link-grid span,.specialty-directory-grid span { color:var(--rld-muted); font-size:.78rem; }
.city-link-grid,.specialty-directory-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.85rem; }
.public-profile-header { display:grid; grid-template-columns:minmax(180px,250px) minmax(0,1fr) minmax(240px,310px); gap:2rem; align-items:center; }
.public-profile-portrait { aspect-ratio:4/5; border-radius:26px; overflow:hidden; display:grid; place-items:center; background:linear-gradient(145deg,#dbeaff,#b8d3ef); color:var(--rld-navy); font-size:5rem; font-weight:900; box-shadow:0 24px 60px rgba(16,37,63,.16); }
.public-profile-portrait img { width:100%; height:100%; object-fit:cover; }
.public-profile-identity h1 { font-size:clamp(2.3rem,5vw,4.4rem); }
.public-profile-role { color:var(--rld-blue); font-weight:900; margin-bottom:.8rem; }
.profile-facts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; margin-top:1.5rem; }
.profile-facts div { border-left:3px solid var(--rld-blue); padding-left:.8rem; }
.profile-facts span { display:block; text-transform:uppercase; font-size:.68rem; color:var(--rld-muted); font-weight:800; }
.profile-facts strong { color:var(--rld-navy); }
.profile-action-card,.profile-content-card { background:#fff; border:1px solid var(--rld-border); border-radius:22px; padding:1.5rem; box-shadow:0 16px 45px rgba(16,37,63,.06); }
.profile-action-card h2,.profile-content-card h2 { color:var(--rld-navy); font-size:1.25rem; font-weight:900; margin-bottom:1.2rem; }
.profile-inquiry-note { margin-top:1rem; border-radius:14px; padding:1rem; color:#35536f; background:#eef6ff; font-size:.82rem; line-height:1.5; }
.profile-specialty-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
.profile-specialty-grid a { border:1px solid var(--rld-border); border-radius:14px; padding:1rem; display:flex; flex-direction:column; color:var(--rld-navy); text-decoration:none; }
.profile-specialty-grid span { color:var(--rld-muted); font-size:.75rem; margin-top:.25rem; }
.profile-list { list-style:none; padding:0; margin:0; }
.profile-list li { display:flex; flex-direction:column; padding:.7rem 0; border-bottom:1px solid #edf1f6; }
.profile-list li:last-child { border-bottom:0; }
.profile-list span { color:var(--rld-muted); font-size:.78rem; }
.related-section { background:#f7f9fc; }
.admin-mini-portrait { width:48px; aspect-ratio:4/5; border-radius:10px; overflow:hidden; display:grid; place-items:center; background:#dbeaff; color:var(--rld-navy); font-weight:900; }
.admin-mini-portrait img { width:100%; height:100%; object-fit:cover; }

@media (max-width: 1199.98px) {
    .public-profile-header { grid-template-columns: 210px minmax(0,1fr); }
    .profile-action-card { grid-column: 1 / -1; }
    .city-link-grid,.specialty-directory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
    .section-heading { align-items:flex-start; flex-direction:column; }
    .public-profile-header { grid-template-columns:1fr; }
    .public-profile-portrait { max-width:260px; }
    .profile-facts,.profile-specialty-grid,.city-link-grid,.specialty-directory-grid { grid-template-columns:1fr; }
}

/* Package 5: profile inquiries and professional lead archive */
.profile-inquiry-section{background:#eef3f8}.profile-inquiry-card{background:#fff;border:1px solid rgba(16,37,63,.08);border-radius:24px;overflow:hidden;box-shadow:0 22px 65px rgba(16,37,63,.10)}.inquiry-intro{background:linear-gradient(145deg,#10253f,#173d68);color:#fff;padding:2.4rem}.inquiry-intro h2{font-size:clamp(1.7rem,3vw,2.35rem);margin:.5rem 0 1rem}.inquiry-intro p{color:rgba(255,255,255,.82)}.inquiry-intro ul{padding-left:1.2rem;margin:1.5rem 0 0}.inquiry-intro li{margin-bottom:.8rem;color:rgba(255,255,255,.9)}.profile-inquiry-card .hero-eyebrow{color:#76b5ff}.lead-form .form-control,.lead-form .form-select{min-height:48px}.lead-form textarea.form-control{min-height:150px}.consent-box{background:#f5f8fc;border:1px solid #dce5ef;border-radius:14px;padding:1.1rem}.lead-table th{white-space:nowrap;background:#f4f7fb;color:#4c5a70;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.lead-table td{padding:1rem}.lead-row-new{background:#f0f7ff}.lead-row-new td:first-child{border-left:4px solid #1769e0}.lead-status{display:inline-flex;align-items:center;border-radius:999px;padding:.28rem .62rem;font-size:.75rem;font-weight:800;background:#e9eef5;color:#344054}.lead-status-new,.lead-status-unread{background:#dcecff;color:#0f57b8}.lead-status-follow_up{background:#fff0c7;color:#895c00}.lead-status-contacted,.lead-status-qualified,.lead-status-appointment{background:#e6f4ff;color:#075e8b}.lead-status-converted,.lead-status-completed{background:#dff7e8;color:#146c3a}.lead-status-spam,.lead-status-not_interested{background:#fee7e7;color:#9a2a2a}.lead-status-archived,.lead-status-duplicate{background:#eceff3;color:#5e6672}.detail-label{display:block;color:#697386;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;margin-bottom:.25rem}.lead-message{white-space:normal;line-height:1.75;background:#f7f9fc;border-radius:14px;padding:1.1rem}.lead-note{border-top:1px solid #e4e9f0;padding:1rem 0}.delivery-item,.history-item{padding:.8rem 0;border-top:1px solid #e4e9f0}.delivery-item:first-of-type,.history-item:first-of-type{border-top:0}.lead-metric{height:100%;display:flex;flex-direction:column;gap:.35rem}.lead-metric span{color:#687386;font-size:.8rem;text-transform:uppercase;font-weight:700}.lead-metric strong{font-size:1.8rem;color:#10253f}.lead-metric-link{text-decoration:none;transition:.2s ease}.lead-metric-link:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(16,37,63,.12)}
@media(max-width:991.98px){.inquiry-intro{padding:1.8rem}.lead-table{min-width:900px}}

/* Package 7: verification and trust */
.verification-score-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border:1px solid rgba(23,105,224,.16);border-radius:1.25rem;background:linear-gradient(135deg,#fff,#f4f8ff);box-shadow:0 18px 50px rgba(16,37,63,.08)}
.verification-score-card>div:first-child{min-width:160px;display:grid}.verification-score-card span{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#667085}.verification-score-card strong{font-size:2.25rem;line-height:1;color:#10253f}.verification-score-card small{margin-top:.35rem;color:#1769e0;font-weight:700}.verification-score-card .progress{height:.75rem;background:#dfe9f8}.verification-status-card{position:relative;overflow:hidden}.verification-dot{width:14px;height:14px;border-radius:50%;background:#98a2b3;box-shadow:0 0 0 5px rgba(152,162,179,.12)}.verification-dot-verified,.verification-dot-approved{background:#198754;box-shadow:0 0 0 5px rgba(25,135,84,.12)}.verification-dot-pending,.verification-dot-submitted,.verification-dot-under_review,.verification-dot-needs_information{background:#f0ad00;box-shadow:0 0 0 5px rgba(240,173,0,.14)}.verification-dot-rejected,.verification-dot-expired{background:#dc3545;box-shadow:0 0 0 5px rgba(220,53,69,.12)}.verification-timeline{display:grid;gap:1rem}.verification-timeline>div{border-left:3px solid #dfe9f8;padding-left:1rem}.verification-timeline strong,.verification-timeline span{display:block}.verification-timeline span{font-size:.78rem;color:#667085}.verification-timeline p{font-size:.9rem;margin:.35rem 0 0;color:#475467}@media(max-width:767.98px){.verification-score-card{align-items:flex-start;flex-direction:column}.verification-score-card .progress{width:100%}}


/* Package 8: reviews and reputation */
.review-stars{color:#f0a400;letter-spacing:.04em;font-weight:900}.review-summary-line{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;color:var(--rld-muted)}.review-summary-line strong{font-size:1.45rem;color:var(--rld-navy)}.review-card{background:#fff;border:1px solid var(--rld-border);border-radius:22px;padding:1.5rem;box-shadow:0 14px 40px rgba(16,37,63,.06)}.professional-response{margin-top:1.25rem;padding:1rem;border-left:4px solid var(--rld-blue);background:#f3f7fd;border-radius:0 14px 14px 0}.card-reputation{display:flex;gap:.35rem;align-items:center;font-size:.82rem;color:var(--rld-muted);margin:.45rem 0}.card-reputation strong{color:var(--rld-navy)}.review-form .form-control,.review-form .form-select{min-height:48px}.review-list-item{display:flex;flex-direction:column;text-decoration:none;color:var(--rld-navy);padding:1rem 0;border-bottom:1px solid #e7ecf2}.review-list-item:last-child{border-bottom:0}.review-list-item span,.review-list-item small{color:var(--rld-muted)}
.review-rating-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .8rem;margin:1rem 0;font-size:.78rem;color:var(--rld-muted)}.review-rating-grid span{display:flex;justify-content:space-between;gap:.5rem;border-bottom:1px solid #edf1f5;padding-bottom:.35rem}.review-rating-grid strong{color:var(--rld-navy)}@media(max-width:575.98px){.review-rating-grid{grid-template-columns:1fr}}

/* Package 9: memberships and billing */
.pricing-hero{background:linear-gradient(180deg,#f4f8ff 0,#fff 70%)}.pricing-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;align-items:stretch}.pricing-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--rld-border);border-radius:24px;padding:1.7rem;box-shadow:0 18px 52px rgba(16,37,63,.07)}.pricing-card-featured{border:2px solid var(--rld-blue);transform:translateY(-8px);box-shadow:0 24px 70px rgba(23,105,224,.16)}.pricing-badge{position:absolute;right:1rem;top:1rem;background:#e8f1ff;color:#0f57b8;border-radius:999px;padding:.35rem .7rem;font-size:.72rem;font-weight:900;text-transform:uppercase}.pricing-card h2{font-size:1.65rem;color:var(--rld-navy);font-weight:900}.pricing-card>p{color:var(--rld-muted);min-height:72px}.pricing-amount{display:flex;align-items:flex-end;gap:.5rem;margin:1rem 0}.pricing-amount strong{font-size:2.7rem;line-height:1;color:var(--rld-navy)}.pricing-amount span{color:var(--rld-muted);font-size:.8rem}.pricing-card ul{list-style:none;padding:0;margin:1.4rem 0;display:grid;gap:.65rem;flex:1}.pricing-card li{display:flex;gap:.55rem;align-items:flex-start;color:#3d4c60;font-size:.9rem}.pricing-card li span{color:#198754;font-weight:900}.membership-current-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;border-radius:24px;padding:1.8rem;background:linear-gradient(135deg,var(--rld-navy),#235787);color:#fff;box-shadow:0 22px 60px rgba(16,37,63,.18)}.membership-current-card span,.membership-current-card small{color:rgba(255,255,255,.7)}.membership-current-card h2{margin:.2rem 0}.membership-plan-code{font-size:1.1rem;font-weight:900;letter-spacing:.12em;padding:.8rem 1.1rem;border:1px solid rgba(255,255,255,.28);border-radius:999px}.membership-plan-list{display:grid;gap:1rem}.membership-plan-row{border:1px solid var(--rld-border);border-radius:18px;padding:1.2rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1.15fr);gap:1rem;align-items:start}.membership-plan-row>div:first-child{display:flex;flex-direction:column}.membership-plan-row>div:first-child strong{color:var(--rld-navy);font-size:1.1rem}.membership-plan-row>div:first-child span{color:var(--rld-muted);font-size:.85rem}.membership-plan-selected{border-color:var(--rld-blue);box-shadow:0 0 0 3px rgba(23,105,224,.08)}.membership-checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.membership-checkout-form .consent-box,.membership-checkout-form button{grid-column:1/-1}.membership-checkout-form .consent-box{padding:.75rem}.checkout-status-icon{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;margin:0 auto 1.5rem;background:#e8f1ff;color:var(--rld-blue);font-size:2.8rem;font-weight:900}.invoice-sheet{background:#fff;border:1px solid var(--rld-border);border-radius:24px;padding:2.5rem;box-shadow:0 22px 65px rgba(16,37,63,.08)}
@media(max-width:1199.98px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.membership-plan-row{grid-template-columns:1fr}}
@media(max-width:767.98px){.pricing-grid{grid-template-columns:1fr}.pricing-card-featured{transform:none}.membership-current-card{align-items:flex-start;flex-direction:column}.membership-checkout-form{grid-template-columns:1fr}.membership-checkout-form>*{grid-column:1!important}.invoice-sheet{padding:1.25rem}}
@media print{.site-header,.site-footer,.d-print-none,.alert{display:none!important}.invoice-sheet{box-shadow:none;border:0;padding:0}}

/* Package 11: enhanced profile media */
.media-manager-card,.showcase-card{background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:1rem;overflow:hidden}.media-manager-card img,.showcase-card>img{width:100%;aspect-ratio:4/3;object-fit:cover}.public-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.public-media-grid figure{margin:0;border-radius:1rem;overflow:hidden;background:#f7f9fc}.public-media-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.public-media-grid figcaption{padding:.7rem 1rem;font-size:.9rem}.testimonial-card{display:block;margin:0;padding:1.25rem;border:1px solid rgba(15,23,42,.1);border-radius:1rem;background:#f8fafc}.testimonial-card p{font-size:1.05rem}.testimonial-card footer{display:flex;flex-direction:column;gap:.15rem}.testimonial-card small{color:#64748b}@media(max-width:575.98px){.public-media-grid{grid-template-columns:1fr}}

/* Package 12: consumer discovery */
.discovery-nav{display:flex;flex-wrap:wrap;gap:.55rem;padding:.7rem;background:#f3f7fc;border:1px solid var(--rld-border);border-radius:18px}.discovery-nav a{padding:.55rem .85rem;border-radius:999px;text-decoration:none;font-size:.86rem;font-weight:750;color:var(--rld-navy);background:#fff;border:1px solid #dce5ef}.discovery-nav a:hover{border-color:var(--rld-blue);color:var(--rld-blue)}.discovery-metric{display:flex;flex-direction:column;gap:.25rem;height:100%}.discovery-metric span{font-size:.76rem;font-weight:800;text-transform:uppercase;color:var(--rld-muted)}.discovery-metric strong{font-size:2rem;color:var(--rld-navy)}.card-discovery-actions{display:flex;flex-wrap:wrap;gap:.45rem;padding-top:.8rem;border-top:1px solid #edf1f5;margin-top:.8rem}.card-discovery-actions form{margin:0}.profile-discovery-actions{border-top:1px solid #e3e9f0;margin-top:1rem;padding-top:1rem}.save-search-panel{padding:1rem;border:1px dashed #b9c9db;border-radius:16px;background:#f8fbff}.comparison-wrap{border:1px solid var(--rld-border);border-radius:20px;background:#fff}.comparison-table{min-width:900px;margin:0}.comparison-table th:first-child{position:sticky;left:0;background:#f4f7fb;z-index:1}.comparison-table th,.comparison-table td{min-width:190px;padding:1rem;vertical-align:top}.note-portrait{width:70px;height:88px;border-radius:12px;overflow:hidden;background:#dfe9f8;display:grid;place-items:center;flex:0 0 auto}.note-portrait img{width:100%;height:100%;object-fit:cover}.private-note{white-space:normal;background:#f7f9fc;border-radius:12px;padding:.8rem}.saved-search-list,.consultation-list{display:grid;gap:1rem}.saved-filter-tags{display:flex;flex-wrap:wrap;gap:.4rem}.saved-filter-tags span{font-size:.75rem;background:#edf4ff;color:#174f92;padding:.3rem .55rem;border-radius:999px}@media(max-width:767.98px){.discovery-nav{display:grid;grid-template-columns:1fr 1fr}.discovery-nav a{text-align:center}.comparison-table th,.comparison-table td{min-width:160px}}


.analytics-bars{display:grid;gap:.45rem;max-height:460px;overflow:auto;padding-right:.25rem}.analytics-bar-row{display:grid;grid-template-columns:3.5rem 1fr 2.5rem;gap:.65rem;align-items:center;font-size:.78rem}.analytics-bar-track{height:.7rem;background:#e9eef5;border-radius:999px;overflow:hidden}.analytics-bar-track i{display:block;height:100%;min-width:2px;background:linear-gradient(90deg,#0d6efd,#4f8ff7);border-radius:inherit}.analytics-bar-row strong{text-align:right}

/* Package 13: professional analytics and search-demand intelligence */


/* Package 15: sponsored placements and advertising */
.sponsored-label{display:inline-flex;align-items:center;padding:.2rem .55rem;border:1px solid #cdd7e5;border-radius:999px;background:#fff;color:#586579;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sponsored-banner{position:relative;border:1px solid #d8e1ed;border-radius:1rem;background:#fff;padding:.75rem;box-shadow:0 12px 35px rgba(30,56,88,.08);overflow:hidden}.sponsored-banner>.sponsored-label{position:absolute;z-index:2;top:.35rem;left:.35rem}.sponsored-banner>a{display:flex;min-height:90px;align-items:center;justify-content:center;text-decoration:none;color:inherit}.sponsored-banner img{max-width:100%;height:auto;max-height:180px;object-fit:contain}.sponsored-banner-copy{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.sponsored-banner-copy strong{font-size:1.25rem}.sponsored-banner-copy small{color:#667085;margin-top:.35rem}.sponsored-professionals{border:1px solid #dce5ef;background:#f8fbff;border-radius:1.25rem;padding:1.25rem}.sponsored-ribbon{background:#fff;color:#334155;border:1px solid #cbd5e1}.ad-campaign-status{font-weight:700;text-transform:capitalize}

/* Package 16: SEO resources and editorial publishing */
.resource-card{position:relative;display:flex;flex-direction:column;min-height:230px}.resource-card h2,.resource-card h3{color:var(--rld-navy);font-weight:900}.resource-card p{line-height:1.65}.content-body{font-size:1.03rem;line-height:1.8;color:#344054}.content-body h2,.content-body h3,.content-body h4{color:var(--rld-navy);font-weight:900;margin-top:1.8em;margin-bottom:.65em}.content-body h2:first-child,.content-body h3:first-child{margin-top:0}.content-body p:last-child{margin-bottom:0}.content-body ul,.content-body ol{padding-left:1.35rem}.content-body blockquote{border-left:4px solid var(--rld-blue);padding:1rem 1.25rem;background:#f3f7fd;border-radius:0 14px 14px 0}.content-body table{width:100%;border-collapse:collapse}.content-body th,.content-body td{border:1px solid var(--rld-border);padding:.65rem}.seo-landing-copy{max-width:960px}.seo-landing-copy .dashboard-card{background:linear-gradient(180deg,#fff,#f8fbff)}.professional-avatar.small{width:62px;height:76px;border-radius:14px;overflow:hidden;display:grid;place-items:center;background:#dbeaff;color:var(--rld-navy);font-weight:900}.professional-avatar.small img{width:100%;height:100%;object-fit:cover}.content-editor{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84rem}.accordion-button:not(.collapsed){background:#edf4ff;color:var(--rld-navy)}

/* Package 17 trust, legal and support */
.trust-hero{background:linear-gradient(135deg,rgba(13,43,78,.08),rgba(30,114,179,.12));border-bottom:1px solid rgba(13,43,78,.08)}
.legal-document{font-size:1.05rem}.legal-body h2{margin-top:2.25rem;font-size:1.5rem}.legal-body p,.legal-body li{line-height:1.8}.legal-body a{text-decoration:underline}
.cookie-choice{display:flex;gap:1rem;align-items:flex-start;padding:1rem;border:1px solid rgba(13,43,78,.14);border-radius:1rem;margin-bottom:1rem;background:#fff}.cookie-choice input{margin-top:.3rem;transform:scale(1.2)}
.cookie-banner{position:fixed;z-index:1090;left:1rem;right:1rem;bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:1rem;background:#0d2b4e;color:#fff;box-shadow:0 1rem 3rem rgba(0,0,0,.24)}.cookie-banner p{font-size:.9rem;max-width:60rem}@media(max-width:767px){.cookie-banner{flex-direction:column;align-items:stretch}}

/* Package 20: accessibility, responsive quality, performance and PWA */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{min-height:100vh;overflow-wrap:anywhere}
img,svg,video{max-width:100%;height:auto}
iframe{max-width:100%}
button,input,select,textarea{font:inherit}
.skip-link{position:fixed;z-index:2000;top:.5rem;left:.5rem;transform:translateY(-160%);padding:.8rem 1rem;border-radius:.6rem;background:#fff;color:#10253f;font-weight:800;box-shadow:0 8px 30px rgba(0,0,0,.25);transition:transform .15s ease}
.skip-link:focus{transform:translateY(0)}
#main-content:focus{outline:0}
:focus-visible{outline:3px solid #ffbf47;outline-offset:3px;box-shadow:0 0 0 2px #10253f}
.enhanced-focus :focus-visible{outline-width:4px;outline-offset:4px}
.nav-link[aria-current="page"]{color:var(--rld-blue);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.35em}
.accessibility-nav-link{min-width:44px;min-height:44px;display:grid;place-items:center;font-size:1.2rem}
.language-switch,.navbar-toggler,.btn,.form-control,.form-select,.form-check-input{min-height:44px}
.btn-sm{min-height:36px}
.form-check-input{min-height:1.25rem;min-width:1.25rem}
.form-label,legend{font-weight:700}
.form-control:invalid:not(:placeholder-shown),.form-select:invalid{border-color:#b42318}
.table-responsive:focus-visible{border-radius:.5rem}
.text-scale-large{font-size:112.5%}
.text-scale-extra-large{font-size:125%}
.links-underlined main a:not(.btn):not(.professional-card-portrait),.links-underlined footer a{text-decoration:underline!important;text-decoration-thickness:2px;text-underline-offset:.2em}
.contrast-high{--rld-navy:#001a33;--rld-blue:#004fc4;--rld-text:#050505;--rld-muted:#303030;--rld-border:#515151;background:#fff;color:#050505}
.contrast-high .text-secondary,.contrast-high .small.text-secondary{color:#303030!important}
.contrast-high .dashboard-card,.contrast-high .professional-card,.contrast-high .profile-content-card,.contrast-high .search-panel{border:2px solid #1f2937;box-shadow:none}
.contrast-high .btn-outline-primary,.contrast-high .btn-outline-secondary,.contrast-high .form-control,.contrast-high .form-select{border-width:2px}
.accessibility-choice{padding:1rem 1rem 1rem 2.75rem;border:1px solid var(--rld-border);border-radius:.8rem;margin-bottom:.65rem;background:#fff}
.accessibility-choice:has(input:checked){border-color:var(--rld-blue);box-shadow:0 0 0 2px rgba(23,105,224,.18)}
.accessible-feature-list{display:grid;gap:.75rem;padding-left:1.25rem}
.accessibility-fab{position:fixed;z-index:1040;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--rld-navy);color:#fff;text-decoration:none;font-size:1.4rem;border:2px solid #fff;box-shadow:0 10px 30px rgba(16,37,63,.28)}
.accessibility-fab:hover,.accessibility-fab:focus{color:#fff;background:var(--rld-blue)}
.pwa-install-button{position:fixed;z-index:1035;right:max(1rem,env(safe-area-inset-right));bottom:calc(max(1rem,env(safe-area-inset-bottom)) + 62px);box-shadow:0 10px 28px rgba(16,37,63,.2)}
.connection-status{position:fixed;z-index:1100;left:50%;bottom:max(1rem,env(safe-area-inset-bottom));transform:translateX(-50%);padding:.65rem 1rem;border-radius:999px;background:#10253f;color:#fff;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.25)}
.connection-status.is-offline{background:#8a1c13}
.noscript-notice{padding:1rem;background:#fff4ce;color:#3a2a00;text-align:center;font-weight:700}
.professional-card,.resource-card,.profile-content-card{content-visibility:auto;contain-intrinsic-size:1px 420px}
.professional-card-portrait img,.public-profile-portrait img,.public-media-grid img,.showcase-card>img{object-fit:cover;background:#eef3f8}
.professional-card-portrait img{aspect-ratio:4/5;width:100%;height:100%}
.public-profile-portrait img{aspect-ratio:4/5;width:100%;height:100%}
.cookie-banner{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.motion-reduced{scroll-behavior:auto}
.motion-reduced *, .motion-reduced *::before,.motion-reduced *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
@media (max-width:1199.98px){.navbar-collapse{max-height:calc(100vh - 74px);overflow-y:auto;padding:1rem 0}.navbar-nav .nav-link,.navbar-nav .btn{padding:.75rem 1rem}.accessibility-nav-link{display:flex;justify-content:flex-start;gap:.5rem}}
@media (max-width:767.98px){.hero-section .container,.directory-hero .container{padding-top:2rem!important;padding-bottom:2rem!important}.display-5{font-size:clamp(2rem,10vw,3rem)}.search-panel{padding:1rem}.public-profile-header{grid-template-columns:1fr!important}.public-profile-portrait{max-width:220px;margin-inline:auto}.profile-action-card{position:static!important}.professional-card-footer{align-items:stretch;gap:.75rem}.professional-card-footer .btn{width:100%}.card-discovery-actions{display:grid!important;grid-template-columns:1fr}.card-discovery-actions form,.card-discovery-actions button{width:100%}.cookie-banner{left:.5rem;right:.5rem;bottom:.5rem;max-height:80vh;overflow:auto}.accessibility-fab{width:46px;height:46px}.table-responsive{border:1px solid var(--rld-border);border-radius:.75rem}.site-footer .col-6{min-width:50%}}
@media (max-width:420px){.container{--bs-gutter-x:1.25rem}.navbar-brand span:last-child{font-size:.8rem}.brand-mark{width:38px;height:38px}.text-scale-extra-large .navbar-brand span:last-child{display:none}.dashboard-card{padding:1rem!important}.btn{white-space:normal}.profile-facts{grid-template-columns:1fr!important}}
@media (min-width:1800px){.container{max-width:1440px}}
@media print{.site-header,.site-footer,.cookie-banner,.accessibility-fab,.pwa-install-button,.connection-status,.btn,form,.card-discovery-actions{display:none!important}body{background:#fff;color:#000;font-size:11pt}.container{max-width:none!important;width:100%!important}.dashboard-card,.professional-card,.profile-content-card{box-shadow:none!important;border:1px solid #999!important;break-inside:avoid}a{color:#000!important;text-decoration:none!important}a[href^="http"]::after{content:" (" attr(href) ")";font-size:8pt}}
.onboarding-check{width:2.4rem;height:2.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#edf2f7;color:#4a5568;font-weight:700;flex:0 0 auto}.onboarding-check.is-complete{background:#198754;color:#fff}
.site-logo{display:block;max-width:min(240px,52vw);height:auto;max-height:60px;object-fit:contain}.launch-status-badge{font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.readiness-check{border-left:4px solid var(--bs-secondary);padding-left:1rem}.readiness-check.is-passed{border-left-color:var(--bs-success)}.readiness-check.is-warning{border-left-color:var(--bs-warning)}.readiness-check.is-failed{border-left-color:var(--bs-danger)}

/* Compact grouped public navigation */
.site-header .navbar-nav { --bs-nav-link-padding-x: .72rem; }
.site-header .nav-link,
.site-header .dropdown-toggle { white-space: nowrap; }
.site-header .dropdown-toggle { border: 0; background: transparent; display: flex; align-items: center; gap: .25rem; }
.site-header .dropdown-toggle.active,
.site-header .nav-link[aria-current="page"] { color: var(--rld-blue); }
.site-header .dropdown-menu { min-width: 14.5rem; padding: .55rem; border: 1px solid var(--rld-border); border-radius: 16px; box-shadow: 0 18px 50px rgba(16,37,63,.16); }
.site-header .dropdown-item { border-radius: 10px; padding: .65rem .8rem; color: #344054; font-weight: 600; }
.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus { color: var(--rld-blue); background: var(--rld-sky); }
.site-header .dropdown-item.active,
.site-header .dropdown-item:active { color: #fff; background: var(--rld-blue); }
.site-header .dropdown-divider { margin: .45rem 0; }
.site-header .account-nav-dropdown form { margin: 0; }
.site-header .account-nav-dropdown form .dropdown-item { width: 100%; text-align: left; }
.site-header .nav-join-button { white-space: nowrap; }
@media (min-width:1200px) and (max-width:1399.98px) {
    .site-header .site-logo { max-width: 190px; }
    .site-header .navbar-nav { --bs-nav-link-padding-x: .58rem; }
    .site-header .nav-link { font-size: .88rem; }
}
@media (max-width:1199.98px) {
    .site-header .navbar-collapse { padding-top: .75rem; }
    .site-header .navbar-nav { align-items: stretch !important; gap: .15rem; }
    .site-header .dropdown-toggle { width: 100%; justify-content: space-between; padding: .75rem 1rem; }
    .site-header .dropdown-menu { position: static !important; transform: none !important; min-width: 0; margin: 0 .75rem .5rem; padding: .2rem 0 .2rem .65rem; border: 0; border-left: 2px solid var(--rld-border); border-radius: 0; background: transparent; box-shadow: none; }
    .site-header .dropdown-item { padding: .65rem .8rem; }
    .site-header .nav-join-button { display: block; margin: .35rem 1rem .65rem; text-align: center; }
    .site-header .language-switch { margin: .35rem 1rem; }
}
