/* Override main max-width for support page - 3-column cards need more room */
main { max-width: 900px; }
/* Support page - contact cards + FAQ accordion */
.support-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.5rem;
margin-bottom: 2.5rem;
justify-items: center;
}
@media (min-width: 780px) {
.support-cards { grid-template-columns: repeat(3, 1fr); }
}
.support-card {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.10);
border-radius: 12px;
padding: 1.75rem 1.5rem;
text-align: center;
transition: border-color 0.2s, background 0.2s;
}
.support-card:hover {
border-color: rgba(var(--sm-color-rgb), 0.35);
background: rgba(var(--sm-color-rgb), 0.06);
}
.support-card-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
border-radius: 50%;
background: rgba(var(--sm-color-rgb), 0.15);
margin-bottom: 1rem;
}
.support-card-icon svg {
width: 26px;
height: 26px;
stroke: var(--sm-color);
fill: none;
}
.support-card h3 {
font-size: 1.15rem;
font-weight: 600;
color: #e2e8f0;
margin-bottom: 0.6rem;
}
.support-card p {
font-size: 0.9rem;
color: #a8b8cc;
line-height: 1.6;
margin-bottom: 1rem;
}
.support-card a.card-link {
display: inline-block;
font-size: 0.92rem;
font-weight: 600;
color: var(--sm-color);
text-decoration: none;
padding: 0.4rem 1rem;
border: 1px solid rgba(var(--sm-color-rgb), 0.3);
border-radius: 6px;
transition: background 0.15s, border-color 0.15s;
}
.support-card a.card-link:hover {
background: rgba(var(--sm-color-rgb), 0.1);
border-color: rgba(var(--sm-color-rgb), 0.5);
text-decoration: none;
}
/* FAQ accordion */
.faq-item {
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.07);
border-radius: 10px;
margin-bottom: 0.75rem;
overflow: hidden;
}
.faq-question {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 1.15rem 1.35rem;
background: none;
border: none;
color: #e8ecf0;
font-size: 0.95rem;
font-weight: 550;
text-align: left;
cursor: pointer;
line-height: 1.5;
font-family: inherit;
transition: color 0.15s;
}
.faq-question:hover { color: var(--sm-color); }
.faq-chevron {
flex-shrink: 0;
width: 20px;
height: 20px;
margin-left: 1rem;
stroke: #64748b;
fill: none;
transition: transform 0.25s ease;
}
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.faq-answer-inner {
padding: 0 1.35rem 1.35rem;
color: #a8b8cc;
font-size: 0.9rem;
line-height: 1.7;
}
.faq-answer-inner a { color: var(--sm-color); }
/* FAQ category labels */
.faq-category {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--sm-color);
margin: 1.5rem 0 0.6rem;
padding-left: 0.25rem;
}
.faq-category:first-child { margin-top: 0; }
/* Chat CTA button */
.support-chat-btn {
display: inline-flex;
align-items: center;
gap: 0.6rem;
padding: 0.8rem 2rem;
background: var(--sm-color);
color: #fff;
border: none;
border-radius: 10px;
font-size: 1rem;
font-weight: 600;
font-family: inherit;
cursor: pointer;
transition: opacity 0.15s, transform 0.1s;
}
.support-chat-btn:hover { opacity: 0.9; }
.support-chat-btn:active { transform: scale(0.98); }
.form-notice {
font-size: 0.8rem;
color: #7a8da3;
margin-top: 0.75rem;
line-height: 1.5;
}
.form-notice strong { color: #cbd5e1; }
Technical Support
Having trouble with your displays, account, or software? Our support team is ready to help.
support@screen.management
Sales & Hardware
Interested in preconfigured devices, volume pricing, or enterprise plans? Talk to our sales team.
sales@screen.management
General Inquiries
Questions, partnership ideas, or just want to say hello? We read every message.
hello@screen.management
Frequently Asked Questions
Chat With Us
Need help right now? Start a live chat with our team. We're usually online during US business hours.
Chat unavailable? Email us anytime at <strong>support@screen.management</strong> - we respond within one business day.
We typically respond within one business day, Monday through Friday.