@media (max-width: 1180px) {
    body.public-site .marketing-hero h1 {
        width: min(100%, 340px) !important;
        max-width: 340px !important;
        margin-inline: auto !important;
        font-size: clamp(2.2rem, 11vw, 3.1rem) !important;
        line-height: 1.03 !important;
        overflow-wrap: normal !important;
        text-wrap: balance;
    }
}

/* Contact hero shares the homepage's image-led slideshow treatment */
.contact-hero-with-slides {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: #07111f;
}

.contact-hero-slider,
.contact-hero-slide {
    position: absolute;
    inset: 0;
}

.contact-hero-slider { z-index: -2; }
.contact-hero-slide { margin: 0; background-position: center; background-size: cover; opacity: 0; animation: contactHeroFade 18s infinite; }
.contact-hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,22,.9), rgba(5,11,22,.58) 58%, rgba(5,11,22,.75)); }
.contact-hero-slide-2 { animation-delay: 6s; }
.contact-hero-slide-3 { animation-delay: 12s; }
@keyframes contactHeroFade { 0%, 8% { opacity: 0; transform: scale(1.02); } 14%, 38% { opacity: 1; transform: scale(1); } 45%, 100% { opacity: 0; transform: scale(1.03); } }
.contact-hero-copy { position: relative; z-index: 1; max-width: 920px; }
.contact-hero-with-slides .section-kicker { color: #dbeafe; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.contact-hero-with-slides h1 { color: #fff; }
.contact-hero-with-slides h1 em { color: #9db3ff; }
.contact-hero-with-slides p { color: #e3ebf8; }

/* Contact support cards */
.contact-why-panel li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
}

.contact-why-panel li::before { display: none; }
.contact-why-panel li i { flex: 0 0 auto; margin-top: 3px; color: #fff; font-size: 1rem; }
.contact-why-panel li span { color: #fff; }

.contact-details-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-direct-panel p { display: flex; align-items: center; gap: 11px; margin: 12px 0; }
.contact-direct-panel p i { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid #eadbb5; border-radius: 8px; color: #101827; background: #fff8e8; }
.contact-direct-panel p span { display: grid; gap: 2px; color: #101827; font-weight: 750; }
.contact-direct-panel p small { color: #94a3b8; font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.contact-hours-panel { background: #f6eedb !important; }
.contact-hours-panel p { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; margin: 0; border-bottom: 1px solid rgba(93,73,27,.1); font-size: .88rem; }
.contact-hours-panel p span { text-align: right; }

/* Fill the support guidance panel with direct contact and hours */
.contact-why-panel { display: flex; flex-direction: column; }
.contact-side-details { display: grid; gap: 14px; margin-top: 22px; }
.contact-side-card { padding: 18px; border-radius: 13px; color: #101827; background: #fff; }
.contact-side-card h3 { margin: 0 0 12px; color: #101827; font: 900 1rem Poppins, Inter, sans-serif; }
.contact-side-card p { display: flex; align-items: center; gap: 9px; margin: 9px 0; }
.contact-side-card p i { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 7px; color: #101827; background: #fff4dd; }
.contact-side-card p span { display: grid; gap: 1px; color: #101827; font-size: .8rem; font-weight: 750; }
.contact-side-card p small { color: #94a3b8; font-size: .58rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.contact-side-hours { background: #f6eedb; }
.contact-side-hours p { justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px solid rgba(93,73,27,.11); font-size: .76rem; }
.contact-side-hours p:last-child { border-bottom: 0; }
.contact-side-hours p span { display: block; text-align: right; color: #52627b; }

@media (max-width: 900px) {
    .contact-details-grid { grid-template-columns: 1fr; }
}

.mobile-drawer.open,
.sidebar.mobile-drawer.open,
.customer-authenticated .mobile-drawer.open,
.public-site .mobile-drawer.open {
    z-index: 5000 !important;
}

.sidebar-backdrop.open,
.customer-authenticated .sidebar-backdrop.open,
.public-site .sidebar-backdrop.open {
    z-index: 4990 !important;
}

/* Shared brand asset and control alignment */
.brand-logo {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    object-fit: contain;
    border-radius: 9px;
}

.brand:has(.brand-logo) .brand-mark {
    display: none !important;
}

/* Center customer-facing service cards on laptop and retain swipe rails on phones */
@media (min-width: 768px) {
    .service-category-stack {
        max-width: 1220px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-rail {
        grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
        justify-content: center;
    }

    .service-category-section .category-heading {
        justify-content: center;
        text-align: center;
    }
}

.testimonial-section h2,
.testimonial-section .section-title {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.22);
}

/* Keep dashboard and transfer card actions inside premium card bounds */
.wallet-hero-card,
.function-hero-card {
    overflow: hidden !important;
}

.wallet-hero-card {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    min-height: 212px !important;
    padding: clamp(18px, 4vw, 26px) !important;
}

.wallet-hero-card > div:first-child {
    min-width: 0;
}

.wallet-hero-card strong {
    font-size: clamp(1.65rem, 6vw, 2.45rem) !important;
    line-height: 1.05 !important;
}

.wallet-hero-card small {
    overflow-wrap: anywhere;
}

.wallet-hero-actions {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-width: 0;
    width: 100% !important;
}

.wallet-hero-actions a {
    min-width: 0;
    white-space: nowrap;
    font-size: clamp(.76rem, 3.4vw, .94rem) !important;
}

.wallet-hero-actions .wallet-pill {
    padding: 9px 13px !important;
}

.transfer-choice-page .function-hero-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 260px !important;
    padding: clamp(18px, 4vw, 28px) !important;
}

.transfer-choice-page .function-hero-card h2 {
    max-width: min(100%, 320px) !important;
    margin: 8px 0 !important;
    font-size: clamp(1.35rem, 5.6vw, 2.05rem) !important;
}

.transfer-choice-page .function-balance-chip {
    position: static !important;
    width: min(100%, 260px) !important;
    margin-top: auto !important;
}

@media (max-width: 420px) {
    .wallet-hero-card {
        min-height: 194px !important;
        padding: 18px !important;
    }

    .wallet-hero-actions {
        gap: 7px !important;
    }

    .wallet-hero-actions a {
        font-size: .76rem !important;
    }

    .wallet-hero-actions .wallet-pill {
        padding: 8px 10px !important;
    }
}

/* Customer live chat */
.live-chat-page {
    width: min(100%, 920px);
    margin: 0 auto;
}

.live-chat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.live-chat-head span,
.live-chat-head small {
    color: var(--db-muted, #64748b);
}

.live-chat-head h1 {
    margin: 2px 0;
    font: 900 clamp(1.55rem, 4vw, 2.2rem)/1.15 Poppins, Inter, sans-serif;
}

.live-chat-window {
    display: flex;
    min-height: 440px;
    max-height: 62vh;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 22px;
    border: 1px solid rgba(15,23,42,.1);
    border-radius: 16px;
    background: #edf5f1;
    box-shadow: 0 18px 50px rgba(15,23,42,.1);
}

.chat-bubble {
    max-width: min(78%, 540px);
    padding: 11px 13px 8px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(15,23,42,.08);
}

.chat-bubble p { margin: 0; white-space: pre-wrap; }
.chat-bubble small { display: block; margin-top: 5px; font-size: .68rem; opacity: .72; }
.chat-bubble.incoming { align-self: flex-start; border-bottom-left-radius: 4px; background: #fff; color: #101827; }
.chat-bubble.outgoing { align-self: flex-end; border-bottom-right-radius: 4px; background: #d6f8e9; color: #093126; }

.live-chat-compose {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding: 10px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15,23,42,.08);
}

.live-chat-compose .form-control { min-width: 0; }
.live-chat-compose .btn { display: inline-flex; align-items: center; gap: 8px; }

/* Solace Credit contact page */
.contact-hero-solace {
    min-height: 420px;
    padding: clamp(60px, 9vw, 120px) clamp(24px, 7vw, 96px);
    background: radial-gradient(circle at 16% 12%, rgba(49,82,255,.14), transparent 34%), #f7f9fc;
}

.contact-hero-solace h1 {
    max-width: 920px;
    margin: 18px 0;
    color: #101827;
    font: 900 clamp(3rem, 6vw, 5.8rem)/.98 Poppins, Inter, sans-serif;
}

.contact-hero-solace h1 em { color: #3152ff; font-style: normal; }
.contact-hero-solace p { max-width: 780px; color: #52627b; font-size: 1.1rem; line-height: 1.75; }
.contact-response-pill { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 14px 20px; border-radius: 12px; background: #3152ff; color: #fff; font-weight: 850; text-decoration: none; }

.contact-channel-grid,
.contact-request-section,
.contact-details-grid,
.contact-faq-section {
    width: min(1240px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.contact-channel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: -44px;
    position: relative;
    z-index: 1;
}

.contact-channel-grid article,
.contact-details-grid article {
    padding: 24px;
    border: 1px solid rgba(49,82,255,.13);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(15,23,42,.08);
}

.contact-channel-grid i { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; border-radius: 14px; color: #101827; background: #eef0ff; }
.contact-channel-grid span,
.contact-channel-grid strong,
.contact-channel-grid small { display: block; }
.contact-channel-grid span { color: #64748b; margin-bottom: 5px; }
.contact-channel-grid strong { color: #101827; margin-bottom: 7px; }
.contact-channel-grid small { color: #64748b; line-height: 1.5; }

.contact-request-section { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .78fr); gap: 42px; padding: 78px 0 42px; }
.contact-request-form { padding: clamp(24px, 4vw, 48px); border-radius: 20px; background: #fff; box-shadow: 0 22px 64px rgba(15,23,42,.1); }
.contact-request-form h2,
.contact-why-panel h2,
.contact-faq-section h2 { color: #101827; font: 900 clamp(1.8rem, 4vw, 3rem)/1.1 Poppins, Inter, sans-serif; }
.contact-request-form > p { color: #64748b; line-height: 1.7; }
.contact-intent-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.contact-intent-grid label { position: relative; display: grid; gap: 8px; min-height: 100px; padding: 18px; border: 1px solid rgba(15,23,42,.12); border-radius: 12px; cursor: pointer; text-align: center; }
.contact-intent-grid input { position: absolute; opacity: 0; }
.contact-intent-grid label:has(input:checked) { border-color: #3152ff; background: #f0f3ff; box-shadow: 0 0 0 3px rgba(49,82,255,.09); }
.contact-intent-grid i { color: #3152ff; font-size: 1.25rem; }
.contact-intent-grid span { color: #334155; font-size: .9rem; font-weight: 800; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.contact-request-form textarea { margin-bottom: 14px; }
.contact-privacy { display: block; margin-top: 14px; color: #94a3b8; text-align: center; }

.contact-why-panel { padding: clamp(28px, 4vw, 38px); border-radius: 20px; color: #fff; background: linear-gradient(145deg, #3152ff, #2737bd); box-shadow: 0 22px 58px rgba(49,82,255,.25); }
.contact-why-panel h2 { color: #fff; font-size: 1.45rem; }
.contact-why-panel ul { display: grid; gap: 14px; margin: 24px 0; padding: 0; list-style: none; }
.contact-why-panel li { position: relative; padding-left: 28px; color: #fff; font-weight: 750; line-height: 1.5; }
.contact-why-panel li::before { content: '\\f00c'; position: absolute; left: 0; top: 2px; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.contact-why-panel > div { display: flex; align-items: baseline; gap: 12px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-why-panel strong { font-size: 1.5rem; }
.contact-why-panel span { color: #dce4ff; }

.contact-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 32px 0 56px; }
.contact-details-grid h3 { color: #101827; font: 900 1.15rem Poppins, Inter, sans-serif; }
.contact-details-grid p { color: #64748b; line-height: 1.7; }
.contact-details-grid p strong,
.contact-details-grid p span { display: block; }
.contact-details-grid p strong { color: #101827; }

.contact-faq-section { padding: 64px 0 84px; }
.contact-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.contact-faq-grid details { border-radius: 13px; background: #fff; box-shadow: 0 14px 36px rgba(15,23,42,.08); overflow: hidden; }
.contact-faq-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px; color: #101827; font-weight: 850; cursor: pointer; list-style: none; }
.contact-faq-grid summary::-webkit-details-marker { display: none; }
.contact-faq-grid summary i { color: #3152ff; }
.contact-faq-grid p { margin: 0; padding: 0 20px 20px; color: #64748b; line-height: 1.65; }

@media (max-width: 900px) {
    .contact-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-request-section { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .contact-hero-solace { min-height: auto; padding: 52px 20px 86px; }
    .contact-hero-solace h1 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
    .contact-channel-grid,
    .contact-request-section,
    .contact-details-grid,
    .contact-faq-section { width: min(100% - 32px, 1240px); }
    .contact-channel-grid,
    .contact-details-grid,
    .contact-faq-grid,
    .contact-form-grid,
    .contact-intent-grid { grid-template-columns: 1fr; }
    .contact-channel-grid { margin-top: -46px; }
    .live-chat-head { align-items: flex-start; flex-direction: column; }
    .live-chat-window { min-height: 390px; }
    .live-chat-compose .btn span { display: none; }
}

/* Phone emulation safety: keep the contact headline within the visible handset width */
@media (max-width: 1180px) {
    .contact-hero-solace h1 {
        width: min(350px, calc(100vw - 40px)) !important;
        max-width: 350px !important;
        font-size: clamp(2.4rem, 10vw, 3.1rem) !important;
        line-height: 1.03 !important;
        overflow-wrap: normal !important;
        text-wrap: balance;
    }
}

/* Contact hero text must remain readable over every rotating image */
.contact-hero-with-slides .contact-hero-copy h1,
.contact-hero-with-slides .contact-hero-copy h1 em,
.contact-hero-with-slides .contact-hero-copy p {
    color: #fff !important;
    text-shadow: 0 3px 18px rgba(0,0,0,.45);
}

.contact-hero-with-slides .contact-hero-copy h1 em {
    color: #a9bcff !important;
}

/* Contact page dark mode: every content surface uses the dark banking palette. */
[data-theme="dark"] body.public-site .contact-channel-grid article,
[data-theme="dark"] body.public-site .contact-request-form,
[data-theme="dark"] body.public-site .contact-details-grid article,
[data-theme="dark"] body.public-site .contact-faq-grid details,
[data-theme="dark"] body.public-site .contact-side-card {
    background: #111c30 !important;
    border: 1px solid #2a3b59 !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.26) !important;
}

[data-theme="dark"] body.public-site .contact-channel-grid i,
[data-theme="dark"] body.public-site .contact-side-card p i {
    color: #cbd7ff !important;
    background: #1c2b48 !important;
}

[data-theme="dark"] body.public-site .contact-channel-grid span,
[data-theme="dark"] body.public-site .contact-channel-grid small,
[data-theme="dark"] body.public-site .contact-request-form > p,
[data-theme="dark"] body.public-site .contact-details-grid p,
[data-theme="dark"] body.public-site .contact-faq-grid p,
[data-theme="dark"] body.public-site .contact-side-card p small,
[data-theme="dark"] body.public-site .contact-side-hours p span,
[data-theme="dark"] body.public-site .contact-privacy {
    color: #aebdd2 !important;
}

[data-theme="dark"] body.public-site .contact-channel-grid strong,
[data-theme="dark"] body.public-site .contact-request-form h2,
[data-theme="dark"] body.public-site .contact-details-grid h3,
[data-theme="dark"] body.public-site .contact-details-grid p strong,
[data-theme="dark"] body.public-site .contact-faq-section h2,
[data-theme="dark"] body.public-site .contact-faq-grid summary,
[data-theme="dark"] body.public-site .contact-side-card h3,
[data-theme="dark"] body.public-site .contact-side-card p span {
    color: #f7f9fd !important;
}

[data-theme="dark"] body.public-site .contact-intent-grid label {
    background: #14213a !important;
    border-color: #334765 !important;
}

[data-theme="dark"] body.public-site .contact-intent-grid label:has(input:checked) {
    background: #1c2f57 !important;
    border-color: #7188ff !important;
    box-shadow: 0 0 0 3px rgba(113,136,255,.18) !important;
}

[data-theme="dark"] body.public-site .contact-intent-grid span {
    color: #e4ebf8 !important;
}

[data-theme="dark"] body.public-site .contact-request-form .form-control {
    color: #eef3fb !important;
    background: #0d1523 !important;
    border-color: #334765 !important;
}

[data-theme="dark"] body.public-site .contact-request-form .form-control::placeholder {
    color: #8fa0ba !important;
}

[data-theme="dark"] body.public-site .contact-side-hours {
    background: #19263b !important;
}

[data-theme="dark"] body.public-site .contact-side-hours p {
    border-color: #334765 !important;
}

/* Home-page contrast and composition in dark mode. */
@media (min-width: 768px) {
    .service-category-section > .section-kicker,
    .service-category-section > h2,
    .service-category-section > .section-lead {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

[data-theme="dark"] body.public-site .service-category-section {
    background: #14233a !important;
}

[data-theme="dark"] body.public-site .service-category-section > h2,
[data-theme="dark"] body.public-site .service-category-section .category-heading span,
[data-theme="dark"] body.public-site .why-solace-section h2,
[data-theme="dark"] body.public-site .solace-about-section h2 {
    color: #f5f8fd !important;
}

[data-theme="dark"] body.public-site .service-category-section > .section-lead,
[data-theme="dark"] body.public-site .service-category-section .category-heading small,
[data-theme="dark"] body.public-site .service-tile-copy p {
    color: #b9c8de !important;
}

[data-theme="dark"] body.public-site .service-tile {
    background: #101d31 !important;
    border-color: #2d4361 !important;
}

[data-theme="dark"] body.public-site .service-tile-copy strong {
    color: #f5f8fd !important;
}

[data-theme="dark"] body.public-site .why-solace-section,
[data-theme="dark"] body.public-site .solace-about-section {
    background: #081321 !important;
}

[data-theme="dark"] body.public-site .why-card,
[data-theme="dark"] body.public-site .about-proof-list article {
    background: #122038 !important;
    border-color: #2d4361 !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.24) !important;
}

[data-theme="dark"] body.public-site .why-card h3,
[data-theme="dark"] body.public-site .about-proof-list strong {
    color: #f5f8fd !important;
}

[data-theme="dark"] body.public-site .why-card p,
[data-theme="dark"] body.public-site .about-proof-list span,
[data-theme="dark"] body.public-site .about-copy p {
    color: #b9c8de !important;
}

[data-theme="dark"] body.public-site .about-proof-list i {
    color: #d9e4ff !important;
    background: #1b2d4a !important;
}

[data-theme="dark"] body.public-site .about-stats span {
    color: #f5f8fd;
    background: #142846;
    border: 1px solid #2d4361;
}

/* The homepage banker inquiry remains readable without a light-mode form in dark mode. */
[data-theme="dark"] body.public-site #home-inquiry .form-shell {
    background: rgba(15, 25, 42, .96) !important;
    border-color: rgba(135, 157, 198, .3) !important;
    box-shadow: 0 20px 48px rgba(0,0,0,.32) !important;
}

[data-theme="dark"] body.public-site #home-inquiry .form-control,
[data-theme="dark"] body.public-site #home-inquiry .form-select {
    color: #edf3fd !important;
    background: #0b1320 !important;
    border-color: #334765 !important;
}

[data-theme="dark"] body.public-site #home-inquiry .form-control::placeholder {
    color: #91a2bc !important;
}

[data-theme="dark"] body.public-site #home-inquiry .form-select option {
    color: #edf3fd;
    background: #0b1320;
}

/* Compact direct-contact and office-hours cards remain inside their panel. */
.contact-side-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.contact-side-card {
    min-width: 0;
    padding: 14px;
}

.contact-side-card h3 {
    margin-bottom: 9px;
    font-size: .88rem;
}

.contact-side-card p {
    gap: 7px;
    margin: 7px 0;
}

.contact-side-card p i {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: .72rem;
}

.contact-side-card p span {
    font-size: .7rem;
    overflow-wrap: anywhere;
}

.contact-side-card p small {
    font-size: .52rem;
}

.contact-side-hours p {
    font-size: .68rem;
    line-height: 1.25;
}

[data-theme="dark"] body.public-site .contact-side-hours p strong {
    color: #f7f9fd !important;
}

/* Support history uses compact records rather than an empty table header. */
.support-ticket-list {
    display: grid;
    gap: 12px;
}

.support-ticket-card,
.support-ticket-empty {
    padding: 18px;
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15,23,42,.08);
}

.support-ticket-card {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 8px 16px;
    align-items: center;
}

.support-ticket-card small,
.support-ticket-card time {
    color: #64748b;
    font-size: .78rem;
}

.support-ticket-card h2 {
    margin: 3px 0 0;
    color: #101827;
    font-size: 1rem;
}

.support-ticket-card time { grid-column: 1 / -1; }
.support-ticket-empty { color: #64748b; text-align: center; }
.support-ticket-empty i { display: block; margin-bottom: 10px; color: #3152ff; font-size: 1.35rem; }

[data-theme="dark"] body.public-site .support-ticket-card,
[data-theme="dark"] body.public-site .support-ticket-empty {
    background: #111c30;
    border-color: #2a3b59;
    box-shadow: 0 16px 34px rgba(0,0,0,.22);
}

[data-theme="dark"] body.public-site .support-ticket-card h2 { color: #f5f8fd; }
[data-theme="dark"] body.public-site .support-ticket-card small,
[data-theme="dark"] body.public-site .support-ticket-card time,
[data-theme="dark"] body.public-site .support-ticket-empty { color: #b9c8de; }

@media (max-width: 560px) {
    .contact-side-details { grid-template-columns: 1fr; }
}
